/*!
 * underscores v1.0.0
 * Hi. I'm a starter theme called _s, or underscores, if you like. I'm a theme meant for hacking so don't use me as a Parent Theme. Instead try turning me into the next, most awesome, WordPress theme out there. That's what I'm here for.
 * (c) 2026 
 * GPL-2.0-or-later License
 * git+https://github.com/Automattic/_s.git
 */

@charset "UTF-8";
/* Editorial Tables */
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #000;
  font-family: "Poppins", sans-serif;
  font-size: calc(15px + 0.2666666667vw);
  line-height: 1.4;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  line-height: 1.2;
  margin: 0;
}

/* Heading sizes */
h1 {
  color: #fff;
}
@media (min-width: 64em) {
  h1 {
    font-size: 3.43rem;
  }
}

h2 {
  margin-bottom: 1.5rem;
}
h3, h4 {
  display: inline-block;
}

p {
  font-family: "Poppins", sans-serif;
  color: #000;
  line-height: 1.75;
  font-weight: 400;
  font-size: 1.25rem;
  text-rendering: optimizeLegibility;
  margin: 0 0 1rem 0;
}

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

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

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

abbr, acronym {
  cursor: help;
}

mark, ins {
  text-decoration: none;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  scroll-behavior: smooth;
  background-color: #fff;
  background-position: top 58px center;
  background-repeat: no-repeat;
}
html ::-webkit-scrollbar {
  width: 10px;
}
html ::-webkit-scrollbar-track {
  background: #f1f1f1;
}
html ::-webkit-scrollbar-thumb {
  background: #4682b4;
}
html ::-webkit-scrollbar-thumb:hover {
  background: #555;
}
html ::-moz-selection {
  background-color: #4682b4;
  color: #fff;
}
html ::selection {
  background-color: #4682b4;
  color: #fff;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

hr {
  border: 0;
  height: 1px;
}

ul {
  list-style-type: disc;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

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

figure {
  margin: 1em 0;
}

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type=button],
input[type=reset],
input[type=submit] {
  background: #e6e6e6;
  color: #000;
  font-size: 1rem;
  line-height: 2;
  padding: 0.6em 1em 0.4em;
}

button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ed3237;
}

button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #000;
  border-radius: 4px;
  padding: 0.25rem 1rem;
  outline: 0;
  line-height: 2;
}

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: #000;
  outline: 0;
}

select {
  border: 1px solid #ed3237;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Links
--------------------------------------------------------------*/
a {
  color: #4682b4;
  text-decoration: none;
  padding-bottom: 3px;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
a:hover img {
  border: none;
}

a:visited {
  color: #4682b4;
  outline: 0;
}

a:hover, a:focus, a:active {
  color: #4682b4;
  outline: 0;
}

embed,
iframe,
object {
  max-width: 100%;
}

.paging {
  padding: 35px 0;
}
.paging ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  margin: 0;
}
.paging ul a {
  color: #999;
  border-radius: 4px;
  padding: 0.5rem 0.75rem;
}
.paging ul a:hover {
  background-color: #333;
  color: #fff;
}
.paging ul a.page-numbers {
  margin: 0 0.25rem;
}
.paging ul .dots {
  padding: 0.5rem 0.75rem;
}
.paging ul .current {
  padding: 0.5rem 0.75rem;
  background-color: #fec52a;
  color: #fff;
  border-radius: 4px;
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
#content {
  margin: 0 auto;
  padding: 0 1em;
  position: relative;
}

article a, nav a {
  line-height: 1.2;
}

.container {
  margin: 0 auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media screen and (min-width: 1300px) {
  .container {
    padding: 0;
    max-width: 1300px;
  }
}

.sidebar-layout {
  padding: 2rem;
}
@media (min-width: 64em) {
  .sidebar-layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (min-width: 64em) {
  .sidebar-layout .feed, .sidebar-layout .site-main {
    width: 67%;
  }
}
.sidebar-layout .feed hr, .sidebar-layout .site-main hr {
  height: 1px;
  background: #333;
  margin: 1rem 0;
}
.sidebar-layout .feed hr:last-child, .sidebar-layout .site-main hr:last-child {
  display: none;
}
.sidebar-layout .sidebar {
  background-color: #fafafa;
  border-top: 4px solid #4682b4;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 35px;
}
@media (min-width: 64em) {
  .sidebar-layout .sidebar {
    width: calc(33% - 40px);
    margin-left: 35px;
  }
}
.sidebar-layout .sidebar form {
  margin-bottom: 1.5rem;
}
.sidebar-layout .sidebar form input {
  border-right: 0;
  border-radius: 6px 0 0 6px;
}
.sidebar-layout .sidebar form button {
  background-color: #4682b4;
  color: #fff;
  margin: 0;
  border: 1px solid #4682b4 !important;
  border-radius: 0 6px 6px 0;
}
.sidebar-layout .sidebar #wp-block-search__input-1 {
  border-color: #ccc;
}

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

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

/*--------------------------------------------------------------
# Overlays
--------------------------------------------------------------*/
.overlay {
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}

.show {
  display: block;
}

.hide {
  display: none;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
/* Breadcrumbs */
.breadcrumbs ol {
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* Fancybox */
:root {
  --f-spinner-width: 36px;
  --f-spinner-height: 36px;
  --f-spinner-color-1: rgba(0, 0, 0, 0.1);
  --f-spinner-color-2: rgba(17, 24, 28, 0.8);
  --f-spinner-stroke: 2.75;
}

.f-spinner {
  margin: auto;
  padding: 0;
  width: var(--f-spinner-width);
  height: var(--f-spinner-height);
}

.f-spinner svg {
  width: 100%;
  height: 100%;
  vertical-align: top;
  -webkit-animation: f-spinner-rotate 2s linear infinite;
          animation: f-spinner-rotate 2s linear infinite;
}

.f-spinner svg * {
  stroke-width: var(--f-spinner-stroke);
  fill: none;
}

.f-spinner svg *:first-child {
  stroke: var(--f-spinner-color-1);
}

.f-spinner svg *:last-child {
  stroke: var(--f-spinner-color-2);
  -webkit-animation: f-spinner-dash 2s ease-in-out infinite;
          animation: f-spinner-dash 2s ease-in-out infinite;
}

@-webkit-keyframes f-spinner-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes f-spinner-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes f-spinner-dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}
@keyframes f-spinner-dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}
.f-throwOutUp {
  -webkit-animation: var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutUp;
          animation: var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutUp;
}

.f-throwOutDown {
  -webkit-animation: var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutDown;
          animation: var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutDown;
}

@-webkit-keyframes f-throwOutUp {
  to {
    -webkit-transform: translate3d(0, calc(var(--f-throw-out-distance, 150px) * -1), 0);
            transform: translate3d(0, calc(var(--f-throw-out-distance, 150px) * -1), 0);
    opacity: 0;
  }
}

@keyframes f-throwOutUp {
  to {
    -webkit-transform: translate3d(0, calc(var(--f-throw-out-distance, 150px) * -1), 0);
            transform: translate3d(0, calc(var(--f-throw-out-distance, 150px) * -1), 0);
    opacity: 0;
  }
}
@-webkit-keyframes f-throwOutDown {
  to {
    -webkit-transform: translate3d(0, var(--f-throw-out-distance, 150px), 0);
            transform: translate3d(0, var(--f-throw-out-distance, 150px), 0);
    opacity: 0;
  }
}
@keyframes f-throwOutDown {
  to {
    -webkit-transform: translate3d(0, var(--f-throw-out-distance, 150px), 0);
            transform: translate3d(0, var(--f-throw-out-distance, 150px), 0);
    opacity: 0;
  }
}
.f-zoomInUp {
  -webkit-animation: var(--f-transition-duration, 0.2s) ease 0.1s both f-zoomInUp;
          animation: var(--f-transition-duration, 0.2s) ease 0.1s both f-zoomInUp;
}

.f-zoomOutDown {
  -webkit-animation: var(--f-transition-duration, 0.2s) ease both f-zoomOutDown;
          animation: var(--f-transition-duration, 0.2s) ease both f-zoomOutDown;
}

@-webkit-keyframes f-zoomInUp {
  from {
    -webkit-transform: scale(0.975) translate3d(0, 16px, 0);
            transform: scale(0.975) translate3d(0, 16px, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1) translate3d(0, 0, 0);
            transform: scale(1) translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes f-zoomInUp {
  from {
    -webkit-transform: scale(0.975) translate3d(0, 16px, 0);
            transform: scale(0.975) translate3d(0, 16px, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1) translate3d(0, 0, 0);
            transform: scale(1) translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes f-zoomOutDown {
  to {
    -webkit-transform: scale(0.975) translate3d(0, 16px, 0);
            transform: scale(0.975) translate3d(0, 16px, 0);
    opacity: 0;
  }
}
@keyframes f-zoomOutDown {
  to {
    -webkit-transform: scale(0.975) translate3d(0, 16px, 0);
            transform: scale(0.975) translate3d(0, 16px, 0);
    opacity: 0;
  }
}
.f-fadeIn {
  -webkit-animation: var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeIn;
          animation: var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeIn;
  z-index: 2;
}

.f-fadeOut {
  -webkit-animation: var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeOut;
          animation: var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeOut;
  z-index: 1;
}

@-webkit-keyframes f-fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes f-fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes f-fadeOut {
  100% {
    opacity: 0;
  }
}
@keyframes f-fadeOut {
  100% {
    opacity: 0;
  }
}
.f-fadeFastIn {
  -webkit-animation: var(--f-transition-duration, 0.2s) ease-out both f-fadeFastIn;
          animation: var(--f-transition-duration, 0.2s) ease-out both f-fadeFastIn;
  z-index: 2;
}

.f-fadeFastOut {
  -webkit-animation: var(--f-transition-duration, 0.1s) ease-out both f-fadeFastOut;
          animation: var(--f-transition-duration, 0.1s) ease-out both f-fadeFastOut;
  z-index: 2;
}

@-webkit-keyframes f-fadeFastIn {
  0% {
    opacity: 0.75;
  }
  100% {
    opacity: 1;
  }
}

@keyframes f-fadeFastIn {
  0% {
    opacity: 0.75;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes f-fadeFastOut {
  100% {
    opacity: 0;
  }
}
@keyframes f-fadeFastOut {
  100% {
    opacity: 0;
  }
}
.f-fadeSlowIn {
  -webkit-animation: var(--f-transition-duration, 0.5s) ease both f-fadeSlowIn;
          animation: var(--f-transition-duration, 0.5s) ease both f-fadeSlowIn;
  z-index: 2;
}

.f-fadeSlowOut {
  -webkit-animation: var(--f-transition-duration, 0.5s) ease both f-fadeSlowOut;
          animation: var(--f-transition-duration, 0.5s) ease both f-fadeSlowOut;
  z-index: 1;
}

@-webkit-keyframes f-fadeSlowIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes f-fadeSlowIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes f-fadeSlowOut {
  100% {
    opacity: 0;
  }
}
@keyframes f-fadeSlowOut {
  100% {
    opacity: 0;
  }
}
.f-crossfadeIn {
  -webkit-animation: var(--f-transition-duration, 0.2s) ease-out both f-crossfadeIn;
          animation: var(--f-transition-duration, 0.2s) ease-out both f-crossfadeIn;
  z-index: 2;
}

.f-crossfadeOut {
  -webkit-animation: calc(var(--f-transition-duration, 0.2s) * 0.5) linear 0.1s both f-crossfadeOut;
          animation: calc(var(--f-transition-duration, 0.2s) * 0.5) linear 0.1s both f-crossfadeOut;
  z-index: 1;
}

@-webkit-keyframes f-crossfadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes f-crossfadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes f-crossfadeOut {
  100% {
    opacity: 0;
  }
}
@keyframes f-crossfadeOut {
  100% {
    opacity: 0;
  }
}
.f-slideIn.from-next {
  -webkit-animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInNext;
          animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInNext;
}

.f-slideIn.from-prev {
  -webkit-animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInPrev;
          animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInPrev;
}

.f-slideOut.to-next {
  -webkit-animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutNext;
          animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutNext;
}

.f-slideOut.to-prev {
  -webkit-animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutPrev;
          animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutPrev;
}

@-webkit-keyframes f-slideInPrev {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes f-slideInPrev {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes f-slideInNext {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes f-slideInNext {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes f-slideOutNext {
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes f-slideOutNext {
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes f-slideOutPrev {
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@keyframes f-slideOutPrev {
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
.f-classicIn.from-next {
  -webkit-animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInNext;
          animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInNext;
  z-index: 2;
}

.f-classicIn.from-prev {
  -webkit-animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInPrev;
          animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInPrev;
  z-index: 2;
}

.f-classicOut.to-next {
  -webkit-animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutNext;
          animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutNext;
  z-index: 1;
}

.f-classicOut.to-prev {
  -webkit-animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutPrev;
          animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutPrev;
  z-index: 1;
}

@-webkit-keyframes f-classicInNext {
  0% {
    -webkit-transform: translateX(-75px);
            transform: translateX(-75px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes f-classicInNext {
  0% {
    -webkit-transform: translateX(-75px);
            transform: translateX(-75px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes f-classicInPrev {
  0% {
    -webkit-transform: translateX(75px);
            transform: translateX(75px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes f-classicInPrev {
  0% {
    -webkit-transform: translateX(75px);
            transform: translateX(75px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes f-classicOutNext {
  100% {
    -webkit-transform: translateX(-75px);
            transform: translateX(-75px);
    opacity: 0;
  }
}
@keyframes f-classicOutNext {
  100% {
    -webkit-transform: translateX(-75px);
            transform: translateX(-75px);
    opacity: 0;
  }
}
@-webkit-keyframes f-classicOutPrev {
  100% {
    -webkit-transform: translateX(75px);
            transform: translateX(75px);
    opacity: 0;
  }
}
@keyframes f-classicOutPrev {
  100% {
    -webkit-transform: translateX(75px);
            transform: translateX(75px);
    opacity: 0;
  }
}
:root {
  --f-button-width: 40px;
  --f-button-height: 40px;
  --f-button-border: 0;
  --f-button-border-radius: 0;
  --f-button-color: #374151;
  --f-button-bg: #f8f8f8;
  --f-button-hover-bg: #e0e0e0;
  --f-button-active-bg: #d0d0d0;
  --f-button-shadow: none;
  --f-button-transition: all 0.15s ease;
  --f-button-transform: none;
  --f-button-svg-width: 20px;
  --f-button-svg-height: 20px;
  --f-button-svg-stroke-width: 1.5;
  --f-button-svg-fill: none;
  --f-button-svg-filter: none;
  --f-button-svg-disabled-opacity: 0.65;
}

.f-button {
  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;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  position: relative;
  margin: 0;
  padding: 0;
  width: var(--f-button-width);
  height: var(--f-button-height);
  border: var(--f-button-border);
  border-radius: var(--f-button-border-radius);
  color: var(--f-button-color);
  background: var(--f-button-bg);
  -webkit-box-shadow: var(--f-button-shadow);
          box-shadow: var(--f-button-shadow);
  pointer-events: all;
  cursor: pointer;
  -webkit-transition: var(--f-button-transition);
  transition: var(--f-button-transition);
}

@media (hover: hover) {
  .f-button:hover:not([disabled]) {
    color: var(--f-button-hover-color);
    background-color: var(--f-button-hover-bg);
  }
}
.f-button:active:not([disabled]) {
  background-color: var(--f-button-active-bg);
}

.f-button:focus:not(:focus-visible) {
  outline: none;
}

.f-button:focus-visible {
  outline: none;
  -webkit-box-shadow: inset 0 0 0 var(--f-button-outline, 2px) var(--f-button-outline-color, var(--f-button-color));
          box-shadow: inset 0 0 0 var(--f-button-outline, 2px) var(--f-button-outline-color, var(--f-button-color));
}

.f-button svg {
  width: var(--f-button-svg-width);
  height: var(--f-button-svg-height);
  fill: var(--f-button-svg-fill);
  stroke: currentColor;
  stroke-width: var(--f-button-svg-stroke-width);
  stroke-linecap: round;
  stroke-linejoin: round;
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
  -webkit-transform: var(--f-button-transform);
          transform: var(--f-button-transform);
  -webkit-filter: var(--f-button-svg-filter);
          filter: var(--f-button-svg-filter);
  pointer-events: none;
}

.f-button[disabled] {
  cursor: default;
}

.f-button[disabled] svg {
  opacity: var(--f-button-svg-disabled-opacity);
}

.f-carousel__nav .f-button.is-prev, .f-carousel__nav .f-button.is-next, .fancybox__nav .f-button.is-prev, .fancybox__nav .f-button.is-next {
  position: absolute;
  z-index: 1;
}

.is-horizontal .f-carousel__nav .f-button.is-prev, .is-horizontal .f-carousel__nav .f-button.is-next, .is-horizontal .fancybox__nav .f-button.is-prev, .is-horizontal .fancybox__nav .f-button.is-next {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.is-horizontal .f-carousel__nav .f-button.is-prev, .is-horizontal .fancybox__nav .f-button.is-prev {
  left: var(--f-button-prev-pos);
}

.is-horizontal .f-carousel__nav .f-button.is-next, .is-horizontal .fancybox__nav .f-button.is-next {
  right: var(--f-button-next-pos);
}

.is-horizontal.is-rtl .f-carousel__nav .f-button.is-prev, .is-horizontal.is-rtl .fancybox__nav .f-button.is-prev {
  left: auto;
  right: var(--f-button-next-pos);
}

.is-horizontal.is-rtl .f-carousel__nav .f-button.is-next, .is-horizontal.is-rtl .fancybox__nav .f-button.is-next {
  right: auto;
  left: var(--f-button-prev-pos);
}

.is-vertical .f-carousel__nav .f-button.is-prev, .is-vertical .f-carousel__nav .f-button.is-next, .is-vertical .fancybox__nav .f-button.is-prev, .is-vertical .fancybox__nav .f-button.is-next {
  top: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.is-vertical .f-carousel__nav .f-button.is-prev, .is-vertical .fancybox__nav .f-button.is-prev {
  top: var(--f-button-next-pos);
}

.is-vertical .f-carousel__nav .f-button.is-next, .is-vertical .fancybox__nav .f-button.is-next {
  bottom: var(--f-button-next-pos);
}

.is-vertical .f-carousel__nav .f-button.is-prev svg, .is-vertical .f-carousel__nav .f-button.is-next svg, .is-vertical .fancybox__nav .f-button.is-prev svg, .is-vertical .fancybox__nav .f-button.is-next svg {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.f-carousel__nav .f-button:disabled, .fancybox__nav .f-button:disabled {
  pointer-events: none;
}

html.with-fancybox {
  width: auto;
  overflow: visible;
  scroll-behavior: auto;
}

html.with-fancybox body {
  -ms-touch-action: none;
      touch-action: none;
}

html.with-fancybox body.hide-scrollbar {
  width: auto;
  margin-right: calc(var(--fancybox-body-margin, 0px) + var(--fancybox-scrollbar-compensate, 0px));
  overflow: hidden !important;
  overscroll-behavior-y: none;
}

.fancybox__container {
  --fancybox-color: #dbdbdb;
  --fancybox-hover-color: #fff;
  --fancybox-bg: rgba(24, 24, 27, 0.98);
  --fancybox-slide-gap: 10px;
  --f-spinner-width: 50px;
  --f-spinner-height: 50px;
  --f-spinner-color-1: rgba(255, 255, 255, 0.1);
  --f-spinner-color-2: #bbb;
  --f-spinner-stroke: 3.65;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  direction: ltr;
  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-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #f8f8f8;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  overflow: visible;
  z-index: var(--fancybox-zIndex, 1050);
  outline: none;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  overscroll-behavior-y: contain;
}

.fancybox__container *, .fancybox__container *::before, .fancybox__container *::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

.fancybox__container::-webkit-backdrop {
  background-color: rgba(0, 0, 0, 0);
}

.fancybox__container::backdrop {
  background-color: rgba(0, 0, 0, 0);
}

.fancybox__backdrop {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  background: var(--fancybox-bg);
  opacity: var(--fancybox-opacity, 1);
  will-change: opacity;
}

.fancybox__carousel {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 0;
  z-index: 10;
  overflow-y: visible;
  overflow-x: clip;
}

.fancybox__viewport {
  width: 100%;
  height: 100%;
}

.fancybox__viewport.is-draggable {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox__viewport.is-dragging {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox__track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  height: 100%;
}

.fancybox__slide {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  margin: 0 var(--fancybox-slide-gap) 0 0;
  padding: 4px;
  overflow: auto;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn {
  padding-top: 40px;
}

.fancybox__slide.has-iframe, .fancybox__slide.has-video, .fancybox__slide.has-html5video {
  overflow: hidden;
}

.fancybox__slide.has-image {
  overflow: hidden;
}

.fancybox__slide.has-image.is-animating, .fancybox__slide.has-image.is-selected {
  overflow: visible;
}

.fancybox__slide::before, .fancybox__slide::after {
  content: "";
  -webkit-box-flex: 0;
      -ms-flex: 0 0 0px;
          flex: 0 0 0;
  margin: auto;
}

.fancybox__content {
  -ms-flex-item-align: center;
      align-self: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  margin: 0;
  padding: 2rem;
  max-width: 100%;
  color: var(--fancybox-content-color, #374151);
  background: var(--fancybox-content-bg, #fff);
  cursor: default;
  border-radius: 0;
  z-index: 20;
}

.is-loading .fancybox__content {
  opacity: 0;
}

.is-draggable .fancybox__content {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.can-zoom_in .fancybox__content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.can-zoom_out .fancybox__content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.is-dragging .fancybox__content {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox__content [data-selectable], .fancybox__content [contenteditable] {
  cursor: auto;
}

.fancybox__slide.has-image > .fancybox__content {
  padding: 0;
  background: rgba(0, 0, 0, 0);
  min-height: 1px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  -webkit-transition: none;
  transition: none;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.fancybox__slide.has-image > .fancybox__content > picture > img {
  width: 100%;
  height: auto;
  max-height: 100%;
}

.is-zooming-in .fancybox__viewport:not(.is-dragging) .fancybox__slide:not(.is-selected) .fancybox__content, .is-zooming-out .fancybox__viewport:not(.is-dragging) .fancybox__slide:not(.is-selected) .fancybox__content {
  visibility: hidden;
}

.is-animating .fancybox__content, .is-dragging .fancybox__content {
  -webkit-filter: blur(0px);
          filter: blur(0px);
  will-change: transform, width, height;
}

.fancybox-image {
  margin: auto;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.fancybox__caption {
  -ms-flex-item-align: center;
      align-self: center;
  max-width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0;
  padding: 14px 0 4px 0;
  overflow-wrap: anywhere;
  line-height: 1.375;
  color: var(--fancybox-color, currentColor);
  opacity: var(--fancybox-opacity, 1);
  cursor: auto;
  visibility: visible;
}

.is-loading .fancybox__caption, .is-closing .fancybox__caption {
  opacity: 0;
  visibility: hidden;
}

.is-compact .fancybox__caption {
  padding-bottom: 0;
}

.f-button.is-close-btn {
  --f-button-svg-stroke-width: 2;
  position: absolute;
  top: 0;
  right: 8px;
  z-index: 40;
}

.fancybox__content > .f-button.is-close-btn {
  --f-button-width: 34px;
  --f-button-height: 34px;
  --f-button-border-radius: 4px;
  --f-button-color: var(--fancybox-color, #fff);
  --f-button-hover-color: var(--fancybox-color, #fff);
  --f-button-bg: transparent;
  --f-button-hover-bg: transparent;
  --f-button-active-bg: transparent;
  --f-button-svg-width: 22px;
  --f-button-svg-height: 22px;
  position: absolute;
  top: -38px;
  right: 0;
  opacity: 0.75;
}

.is-loading .fancybox__content > .f-button.is-close-btn {
  visibility: hidden;
}

.is-zooming-out .fancybox__content > .f-button.is-close-btn {
  visibility: hidden;
}

.fancybox__content > .f-button.is-close-btn:hover {
  opacity: 1;
}

.fancybox__footer {
  padding: 0;
  margin: 0;
  position: relative;
}

.fancybox__footer .fancybox__caption {
  width: 100%;
  padding: 24px;
  opacity: var(--fancybox-opacity, 1);
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.is-compact .fancybox__footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 20;
  background: rgba(24, 24, 27, 0.5);
}

.is-compact .fancybox__footer .fancybox__caption {
  padding: 12px;
}

.is-compact .fancybox__content > .f-button.is-close-btn {
  --f-button-border-radius: 50%;
  --f-button-color: #fff;
  --f-button-hover-color: #fff;
  --f-button-outline-color: #000;
  --f-button-bg: rgba(0, 0, 0, 0.6);
  --f-button-active-bg: rgba(0, 0, 0, 0.6);
  --f-button-hover-bg: rgba(0, 0, 0, 0.6);
  --f-button-svg-width: 18px;
  --f-button-svg-height: 18px;
  --f-button-svg-filter: none;
  top: 5px;
  right: 5px;
}

.fancybox__nav {
  --f-button-width: 50px;
  --f-button-height: 50px;
  --f-button-border: 0;
  --f-button-border-radius: 50%;
  --f-button-color: var(--fancybox-color);
  --f-button-hover-color: var(--fancybox-hover-color);
  --f-button-bg: transparent;
  --f-button-hover-bg: rgba(24, 24, 27, 0.3);
  --f-button-active-bg: rgba(24, 24, 27, 0.5);
  --f-button-shadow: none;
  --f-button-transition: all 0.15s ease;
  --f-button-transform: none;
  --f-button-svg-width: 26px;
  --f-button-svg-height: 26px;
  --f-button-svg-stroke-width: 2.5;
  --f-button-svg-fill: none;
  --f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.5));
  --f-button-svg-disabled-opacity: 0.65;
  --f-button-next-pos: 1rem;
  --f-button-prev-pos: 1rem;
  opacity: var(--fancybox-opacity, 1);
}

.fancybox__nav .f-button:before {
  position: absolute;
  content: "";
  top: -30px;
  right: -20px;
  left: -20px;
  bottom: -30px;
  z-index: 1;
}

.is-idle .fancybox__nav {
  -webkit-animation: 0.15s ease-out both f-fadeOut;
          animation: 0.15s ease-out both f-fadeOut;
}

.is-idle.is-compact .fancybox__footer {
  pointer-events: none;
  -webkit-animation: 0.15s ease-out both f-fadeOut;
          animation: 0.15s ease-out both f-fadeOut;
}

.fancybox__slide > .f-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: var(--f-spinner-top, calc(var(--f-spinner-width) * -0.5)) 0 0 var(--f-spinner-left, calc(var(--f-spinner-height) * -0.5));
  z-index: 30;
  cursor: pointer;
}

.fancybox-protected {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 40;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.fancybox-ghost {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 0;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 40;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}

.fancybox-focus-guard {
  outline: none;
  opacity: 0;
  position: fixed;
  pointer-events: none;
}

.fancybox__container:not([aria-hidden]) {
  opacity: 0;
}

.fancybox__container.is-animated[aria-hidden=false] > *:not(.fancybox__backdrop, .fancybox__carousel), .fancybox__container.is-animated[aria-hidden=false] .fancybox__carousel > *:not(.fancybox__viewport), .fancybox__container.is-animated[aria-hidden=false] .fancybox__slide > *:not(.fancybox__content) {
  -webkit-animation: var(--f-interface-enter-duration, 0.25s) ease 0.1s backwards f-fadeIn;
          animation: var(--f-interface-enter-duration, 0.25s) ease 0.1s backwards f-fadeIn;
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop {
  -webkit-animation: var(--f-backdrop-enter-duration, 0.35s) ease backwards f-fadeIn;
          animation: var(--f-backdrop-enter-duration, 0.35s) ease backwards f-fadeIn;
}

.fancybox__container.is-animated[aria-hidden=true] > *:not(.fancybox__backdrop, .fancybox__carousel), .fancybox__container.is-animated[aria-hidden=true] .fancybox__carousel > *:not(.fancybox__viewport), .fancybox__container.is-animated[aria-hidden=true] .fancybox__slide > *:not(.fancybox__content) {
  -webkit-animation: var(--f-interface-exit-duration, 0.15s) ease forwards f-fadeOut;
          animation: var(--f-interface-exit-duration, 0.15s) ease forwards f-fadeOut;
}

.fancybox__container.is-animated[aria-hidden=true] .fancybox__backdrop {
  -webkit-animation: var(--f-backdrop-exit-duration, 0.35s) ease forwards f-fadeOut;
          animation: var(--f-backdrop-exit-duration, 0.35s) ease forwards f-fadeOut;
}

.has-iframe .fancybox__content, .has-map .fancybox__content, .has-pdf .fancybox__content, .has-youtube .fancybox__content, .has-vimeo .fancybox__content, .has-html5video .fancybox__content {
  max-width: 100%;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  min-height: 1px;
  overflow: visible;
}

.has-iframe .fancybox__content, .has-map .fancybox__content, .has-pdf .fancybox__content {
  width: calc(100% - 120px);
  height: 90%;
}

.fancybox__container.is-compact .has-iframe .fancybox__content, .fancybox__container.is-compact .has-map .fancybox__content, .fancybox__container.is-compact .has-pdf .fancybox__content {
  width: 100%;
  height: 100%;
}

.has-youtube .fancybox__content, .has-vimeo .fancybox__content, .has-html5video .fancybox__content {
  width: 960px;
  height: 540px;
  max-width: 100%;
  max-height: 100%;
}

.has-map .fancybox__content, .has-pdf .fancybox__content, .has-youtube .fancybox__content, .has-vimeo .fancybox__content, .has-html5video .fancybox__content {
  padding: 0;
  background: rgba(24, 24, 27, 0.9);
  color: #fff;
}

.has-map .fancybox__content {
  background: #e5e3df;
}

.fancybox__html5video, .fancybox__iframe {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0);
}

.fancybox-placeholder {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.f-carousel__thumbs {
  --f-thumb-width: 96px;
  --f-thumb-height: 72px;
  --f-thumb-outline: 0;
  --f-thumb-outline-color: #5eb0ef;
  --f-thumb-opacity: 1;
  --f-thumb-hover-opacity: 1;
  --f-thumb-selected-opacity: 1;
  --f-thumb-border-radius: 2px;
  --f-thumb-offset: 0px;
  --f-button-next-pos: 0;
  --f-button-prev-pos: 0;
}

.f-carousel__thumbs.is-classic {
  --f-thumb-gap: 8px;
  --f-thumb-opacity: 0.5;
  --f-thumb-hover-opacity: 1;
  --f-thumb-selected-opacity: 1;
}

.f-carousel__thumbs.is-modern {
  --f-thumb-gap: 4px;
  --f-thumb-extra-gap: 16px;
  --f-thumb-clip-width: 46px;
}

.f-thumbs {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 0;
  overflow: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-perspective: 1000px;
          perspective: 1000px;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.f-thumbs .f-spinner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ebeff2), to(#e2e8f0));
  background-image: linear-gradient(#ebeff2, #e2e8f0);
  z-index: -1;
}

.f-thumbs .f-spinner svg {
  display: none;
}

.f-thumbs.is-vertical {
  height: 100%;
}

.f-thumbs__viewport {
  width: 100%;
  height: auto;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.f-thumbs__track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.f-thumbs__slide {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  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;
  padding: 0;
  margin: 0;
  width: var(--f-thumb-width);
  height: var(--f-thumb-height);
  overflow: visible;
  cursor: pointer;
}

.f-thumbs__slide.is-loading img {
  opacity: 0;
}

.is-classic .f-thumbs__viewport {
  height: 100%;
}

.is-modern .f-thumbs__track {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.is-modern .f-thumbs__track::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc((var(--f-thumb-clip-width, 0)) * -0.5);
  width: calc(var(--width, 0) * 1px + var(--f-thumb-clip-width, 0));
  cursor: pointer;
}

.is-modern .f-thumbs__slide {
  width: var(--f-thumb-clip-width);
  -webkit-transform: translate3d(calc(var(--shift, 0) * -1px), 0, 0);
          transform: translate3d(calc(var(--shift, 0) * -1px), 0, 0);
  -webkit-transition: none;
  transition: none;
  pointer-events: none;
}

.is-modern.is-resting .f-thumbs__slide {
  -webkit-transition: -webkit-transform 0.33s ease;
  transition: -webkit-transform 0.33s ease;
  transition: transform 0.33s ease;
  transition: transform 0.33s ease, -webkit-transform 0.33s ease;
}

.is-modern.is-resting .f-thumbs__slide__button {
  -webkit-transition: clip-path 0.33s ease;
  transition: clip-path 0.33s ease;
}

.is-using-tab .is-modern .f-thumbs__slide:focus-within {
  -webkit-filter: drop-shadow(-1px 0px 0px var(--f-thumb-outline-color)) drop-shadow(2px 0px 0px var(--f-thumb-outline-color)) drop-shadow(0px -1px 0px var(--f-thumb-outline-color)) drop-shadow(0px 2px 0px var(--f-thumb-outline-color));
          filter: drop-shadow(-1px 0px 0px var(--f-thumb-outline-color)) drop-shadow(2px 0px 0px var(--f-thumb-outline-color)) drop-shadow(0px -1px 0px var(--f-thumb-outline-color)) drop-shadow(0px 2px 0px var(--f-thumb-outline-color));
}

.f-thumbs__slide__button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: var(--f-thumb-width);
  height: 100%;
  margin: 0 -100% 0 -100%;
  padding: 0;
  border: 0;
  position: relative;
  border-radius: var(--f-thumb-border-radius);
  overflow: hidden;
  background: rgba(0, 0, 0, 0);
  outline: none;
  cursor: pointer;
  pointer-events: auto;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  opacity: var(--f-thumb-opacity);
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.f-thumbs__slide__button:hover {
  opacity: var(--f-thumb-hover-opacity);
}

.f-thumbs__slide__button:focus:not(:focus-visible) {
  outline: none;
}

.f-thumbs__slide__button:focus-visible {
  outline: none;
  opacity: var(--f-thumb-selected-opacity);
}

.is-modern .f-thumbs__slide__button {
  --clip-path: inset( 0 calc( ((var(--f-thumb-width, 0) - var(--f-thumb-clip-width, 0))) * (1 - var(--progress, 0)) * 0.5 ) round var(--f-thumb-border-radius, 0) );
  clip-path: var(--clip-path);
}

.is-classic .is-nav-selected .f-thumbs__slide__button {
  opacity: var(--f-thumb-selected-opacity);
}

.is-classic .is-nav-selected .f-thumbs__slide__button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: auto;
  bottom: 0;
  border: var(--f-thumb-outline, 0) solid var(--f-thumb-outline-color, transparent);
  border-radius: var(--f-thumb-border-radius);
  -webkit-animation: f-fadeIn 0.2s ease-out;
          animation: f-fadeIn 0.2s ease-out;
  z-index: 10;
}

.f-thumbs__slide__img {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: var(--f-thumb-offset);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  pointer-events: none;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: var(--f-thumb-border-radius);
}

.f-thumbs.is-horizontal .f-thumbs__track {
  padding: 8px 0 12px 0;
}

.f-thumbs.is-horizontal .f-thumbs__slide {
  margin: 0 var(--f-thumb-gap) 0 0;
}

.f-thumbs.is-vertical .f-thumbs__track {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 8px;
}

.f-thumbs.is-vertical .f-thumbs__slide {
  margin: 0 0 var(--f-thumb-gap) 0;
}

.fancybox__thumbs {
  --f-thumb-width: 96px;
  --f-thumb-height: 72px;
  --f-thumb-border-radius: 2px;
  --f-thumb-outline: 2px;
  --f-thumb-outline-color: #ededed;
  position: relative;
  opacity: var(--fancybox-opacity, 1);
  -webkit-transition: max-height 0.35s cubic-bezier(0.23, 1, 0.32, 1);
  transition: max-height 0.35s cubic-bezier(0.23, 1, 0.32, 1);
}

.fancybox__thumbs.is-classic {
  --f-thumb-gap: 8px;
  --f-thumb-opacity: 0.5;
  --f-thumb-hover-opacity: 1;
}

.fancybox__thumbs.is-classic .f-spinner {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0.05)));
  background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
}

.fancybox__thumbs.is-modern {
  --f-thumb-gap: 4px;
  --f-thumb-extra-gap: 16px;
  --f-thumb-clip-width: 46px;
  --f-thumb-opacity: 1;
  --f-thumb-hover-opacity: 1;
}

.fancybox__thumbs.is-modern .f-spinner {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0.05)));
  background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
}

.fancybox__thumbs.is-horizontal {
  padding: 0 var(--f-thumb-gap);
}

.fancybox__thumbs.is-vertical {
  padding: var(--f-thumb-gap) 0;
}

.is-compact .fancybox__thumbs {
  --f-thumb-width: 64px;
  --f-thumb-clip-width: 32px;
  --f-thumb-height: 48px;
  --f-thumb-extra-gap: 10px;
}

.fancybox__thumbs.is-masked {
  max-height: 0px !important;
}

.is-closing .fancybox__thumbs {
  -webkit-transition: none !important;
  transition: none !important;
}

.fancybox__toolbar {
  --f-progress-color: var(--fancybox-color, rgba(255, 255, 255, 0.94));
  --f-button-width: 46px;
  --f-button-height: 46px;
  --f-button-color: var(--fancybox-color);
  --f-button-hover-color: var(--fancybox-hover-color);
  --f-button-bg: rgba(24, 24, 27, 0.65);
  --f-button-hover-bg: rgba(70, 70, 73, 0.65);
  --f-button-active-bg: rgba(90, 90, 93, 0.65);
  --f-button-border-radius: 0;
  --f-button-svg-width: 24px;
  --f-button-svg-height: 24px;
  --f-button-svg-stroke-width: 1.5;
  --f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.15));
  --f-button-svg-fill: none;
  --f-button-svg-disabled-opacity: 0.65;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI Adjusted", "Segoe UI", "Liberation Sans", sans-serif;
  color: var(--fancybox-color, currentColor);
  opacity: var(--fancybox-opacity, 1);
  text-shadow: var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.5));
  pointer-events: none;
  z-index: 20;
}

.fancybox__toolbar :focus-visible {
  z-index: 1;
}

.fancybox__toolbar.is-absolute, .is-compact .fancybox__toolbar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.is-idle .fancybox__toolbar {
  pointer-events: none;
  -webkit-animation: 0.15s ease-out both f-fadeOut;
          animation: 0.15s ease-out both f-fadeOut;
}

.fancybox__toolbar__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}

.fancybox__toolbar__column.is-left, .fancybox__toolbar__column.is-right {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
}

.fancybox__toolbar__column.is-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.fancybox__infobar {
  padding: 0 5px;
  line-height: var(--f-button-height);
  text-align: center;
  font-size: 17px;
  font-variant-numeric: tabular-nums;
  -webkit-font-smoothing: subpixel-antialiased;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.fancybox__infobar span {
  padding: 0 5px;
}

.fancybox__infobar:not(:first-child):not(:last-child) {
  background: var(--f-button-bg);
}

[data-fancybox-toggle-slideshow] {
  position: relative;
}

[data-fancybox-toggle-slideshow] .f-progress {
  height: 100%;
  opacity: 0.3;
}

[data-fancybox-toggle-slideshow] svg g:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

[data-fancybox-toggle-slideshow] svg g:last-child {
  display: none;
}

.has-slideshow [data-fancybox-toggle-slideshow] svg g:first-child {
  display: none;
}

.has-slideshow [data-fancybox-toggle-slideshow] svg g:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

[data-fancybox-toggle-fullscreen] svg g:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

[data-fancybox-toggle-fullscreen] svg g:last-child {
  display: none;
}

:-webkit-full-screen [data-fancybox-toggle-fullscreen] svg g:first-child {
  display: none;
}

:-ms-fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child {
  display: none;
}

:fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child {
  display: none;
}

:-webkit-full-screen [data-fancybox-toggle-fullscreen] svg g:last-child {
  display: -webkit-box;
  display: flex;
}

:-ms-fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child {
  display: -ms-flexbox;
  display: flex;
}

:fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.f-progress {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0;
          transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  background: var(--f-progress-color, var(--f-carousel-theme-color, #0091ff));
  z-index: 30;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

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

header#masthead {
  position: fixed;
  background-color: #fff;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1005;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Poppins", sans-serif;
  -webkit-box-shadow: -1px 5px 10px rgba(0, 0, 0, 0.3);
          box-shadow: -1px 5px 10px rgba(0, 0, 0, 0.3);
}
header#masthead .row {
  overflow: visible;
  width: 100%;
}
header#masthead.light {
  background: #000;
  -webkit-box-shadow: -1px 5px 10px rgba(0, 0, 0, 0.3);
          box-shadow: -1px 5px 10px rgba(0, 0, 0, 0.3);
  position: fixed;
  width: 100%;
}
header#masthead.scrolled {
  -webkit-box-shadow: -1px 5px 10px rgba(0, 0, 0, 0.3);
          box-shadow: -1px 5px 10px rgba(0, 0, 0, 0.3);
}
@media (min-width: 50em) {
  header#masthead .header-wrap {
    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;
  }
}
header#masthead .sub-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 50em) {
  header#masthead .sub-block {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
header#masthead .site-branding a {
  color: #000;
}
header#masthead .site-branding .text-mark {
  color: #000;
  font-size: 1.75rem;
  font-weight: 900;
  padding-right: 1rem;
}
header#masthead .site-branding .text-mark span {
  font-weight: 200;
  color: #666;
}
header#masthead .site-branding img {
  width: 300px;
  vertical-align: -18px;
}
header#masthead a {
  font-size: 1rem;
}
header#masthead .nav-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header#masthead .search {
  display: none;
  padding-top: 8px;
}
@media (min-width: 50em) {
  header#masthead .search {
    display: block;
  }
}
@media (min-width: 64em) {
  header#masthead .search {
    padding-top: 15px;
  }
}
header#masthead .search svg {
  fill: #fff;
  width: 20px;
  height: 26px;
  cursor: pointer;
}
header#masthead .search:hover svg {
  fill: #4682b4;
}
header#masthead .nav-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header#masthead .cta-block {
  display: none;
}
@media (min-width: 50em) {
  header#masthead .cta-block {
    display: block;
  }
}
@media (min-width: 70em) {
  header#masthead .cta-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
header#masthead .phone-cta {
  display: none;
}
@media (min-width: 50em) {
  header#masthead .phone-cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 70em) {
  header#masthead .phone-cta {
    margin-right: 2rem;
  }
}
header#masthead .phone-cta .phone-icon svg {
  fill: #fff;
}
header#masthead .phone-cta .call {
  padding-left: 10px;
}
header#masthead .phone-cta .call strong {
  display: block;
  font-size: 1rem;
  color: #fff;
}
header#masthead .phone-cta .call a {
  color: #fff;
  font-weight: 500;
  font-size: 1.25rem;
}

.header-navigation {
  display: none;
  text-align: right;
}
@media (min-width: 64em) {
  .header-navigation {
    display: inline-block;
  }
  .header-navigation ul {
    padding: 0;
    margin: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header-navigation ul li {
    display: inline-block;
    padding: 0 1rem;
    position: relative;
    text-align: center;
    -webkit-transition: 0.4s ease-in;
    transition: 0.4s ease-in;
    line-height: 3.8;
  }
  .header-navigation ul li a {
    background: none;
    position: relative;
    color: #000;
    -webkit-transition: 0.25s all;
    transition: 0.25s all;
    font-size: 1rem;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    border-bottom: 4px solid #fff;
  }
  .header-navigation ul li a:hover {
    text-decoration: none;
    border-bottom: 4px solid #4682b4;
  }
  .header-navigation ul li.current-menu-item a {
    border-bottom: 4px solid #4682b4;
  }
  .header-navigation ul li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    background-color: #4682b4;
  }
}

@media (min-width: 64em) {
  .menu-toggle {
    display: none;
  }
}

@media (min-width: 50em) {
  .main-navigation ul {
    display: block;
  }
}
#site-search {
  display: none;
}

#mobile-nav {
  position: fixed;
  right: -80%;
  top: 0;
  height: 100vh;
  z-index: 1006;
  background-color: #efefef;
  width: 80%;
  -webkit-transition: 0.4s ease-in;
  transition: 0.4s ease-in;
}
#mobile-nav.visible {
  right: 0;
}
#mobile-nav a {
  color: #000;
}
#mobile-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#mobile-nav ul li.current-menu-item a {
  color: #4682b4;
}
#mobile-nav .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1.15rem;
  border-bottom: 1px solid #ccc;
  background-color: #fff;
}
#mobile-nav .header .site-branding a {
  color: #000;
}
#mobile-nav .header .site-branding .text-mark {
  color: #000;
  font-size: 1.75rem;
  font-weight: 900;
  padding-right: 1rem;
}
#mobile-nav .header .site-branding .text-mark span {
  font-weight: 200;
  color: #666;
}
#mobile-nav .mobile-branding {
  padding-top: 0.5rem;
}
#mobile-nav .mobile-branding svg {
  width: 250px;
}
#mobile-nav .app {
  display: block;
  padding: 2rem;
  text-align: center;
}
#mobile-nav .app #app-navigation a {
  color: #fff;
  background-color: #4682b4;
  padding: 0.5rem 1.5rem;
  border-radius: 1.5rem;
}
#mobile-nav .app p {
  padding-top: 1.5rem;
}
#mobile-nav .app p a {
  color: #4682b4;
}
#mobile-nav .nav {
  padding: 1rem;
  font-size: 2rem;
}
#mobile-nav .nav ul li {
  padding: 0.5rem 0;
}
#mobile-nav .cta-block {
  padding: 3rem 1rem;
}
#mobile-nav .cta-block strong {
  display: block;
  text-align: center;
  font-size: 2rem;
}
#mobile-nav .cta-block span {
  text-align: center;
  display: block;
  padding: 2rem 0;
  font-size: 1.5rem;
}
#mobile-nav .cta-block .cta-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#mobile-nav .cta-block .cta-section a {
  color: #fff;
}
#mobile-nav .social-block {
  padding-top: 1rem;
}
#mobile-nav .social-block ul {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#mobile-nav .social-block ul li {
  padding-right: 0.5rem;
}
#mobile-nav .social-block ul li a:hover {
  border: none;
}
#mobile-nav .social-block ul li svg {
  fill: #353535;
  margin-right: 0.5rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#mobile-nav .social-block ul li svg:hover {
  fill: #4682b4;
}

.underlay {
  position: fixed;
  right: -100%;
  top: 0;
  height: 100vh;
  z-index: 1005;
  background-color: #000;
  opacity: 0;
  width: 100%;
  -webkit-transition: 0.5s ease-in;
  transition: 0.5s ease-in;
}
.underlay.show {
  right: 0;
  opacity: 0.65;
}

#close-nav {
  float: right;
}
#close-nav svg {
  fill: #fff;
  width: 30px;
  height: 30px;
}

.app {
  display: none;
}
@media (min-width: 50em) {
  .app {
    display: block;
  }
}

#app-navigation.app-nav li {
  padding: 0 0.5rem;
}
#app-navigation.app-nav li a {
  border-radius: 1.25rem;
  border: 1px solid #4682b4;
  padding: 0.5rem 2.5rem;
}
#app-navigation.app-nav li a:hover {
  background-color: #335e82;
  color: #fff;
  border-color: #335e82;
}
#app-navigation.app-nav li:last-child a {
  background-color: #4682b4;
  color: #fff;
  -webkit-transition: 0.25s ease-in;
  transition: 0.25s ease-in;
}
#app-navigation.app-nav li:last-child a:hover {
  background-color: #335e82;
}

#app-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#colophon {
  background: #292929;
  color: #9b9b9b;
  padding: 2rem 0;
  margin-top: 2rem;
}
@media (min-width: 64em) {
  #colophon {
    margin-top: 0;
    padding: 3rem 0;
  }
}
#colophon .footer-wrap {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
@media (min-width: 50em) {
  #colophon .footer-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
#colophon .footer-wrap > div {
  margin-bottom: 2rem;
}
@media (min-width: 64em) {
  #colophon .footer-wrap > div {
    margin-bottom: 0;
  }
}
#colophon .icon {
  padding-right: 10px;
}
#colophon .icon svg {
  fill: #fff;
}
#colophon p {
  color: #ccc;
}
#colophon strong {
  color: #fff;
  font-size: 18px;
}
#colophon a {
  color: #9b9b9b;
}
#colophon ul {
  padding: 0;
  margin: 0;
  list-style: none;
  overflow: auto;
}
#colophon ul li {
  padding-right: 1.25rem;
  line-height: 2;
}
#colophon ul li:last-child {
  padding: 0;
}
#colophon ul li a {
  color: #4682b4;
  font-size: 1rem;
}
#colophon ul li a:hover {
  color: #4682b4;
  border: none;
}
@media (min-width: 64em) {
  #colophon .about {
    max-width: 30%;
    padding-right: 1rem;
  }
}
#colophon .about .site-branding a {
  color: #fff;
}
#colophon .about .site-branding .text-mark {
  color: #fff;
  font-size: 1.75rem;
  font-weight: 900;
  padding-right: 1rem;
}
#colophon .about .site-branding .text-mark span {
  font-weight: 200;
  color: #ddd;
}
@media (min-width: 64em) {
  #colophon .newsletter {
    max-width: 30%;
    border-left: 1px solid #666;
    padding-left: 1.5rem;
  }
}
#colophon .newsletter .newsletter-form {
  padding-top: 2rem;
}
#colophon .newsletter .newsletter-form input[type=submit] {
  display: inline-block;
  background-color: #4682b4;
  color: #fff;
  border: 1px solid #4682b4;
  font-size: 1rem;
  line-height: 2.6;
  border-radius: 1.5rem;
  padding: 0 1.5rem;
  text-align: center;
  cursor: pointer;
}
#colophon .newsletter .newsletter-form input[type=submit]:hover {
  background-color: #335e82;
  color: #fff;
  border-color: #335e82;
}
#colophon .newsletter .newsletter-form input[type=email] {
  color: #ddd;
  border-radius: 4px;
  padding: 0.125rem 1rem;
  outline: 0;
  line-height: 2;
  background-color: #444;
  border: 0;
  width: 100%;
}
#colophon .newsletter .newsletter-form p {
  margin: 0;
}
#colophon .newsletter .newsletter-form .mc-field-group {
  margin-bottom: 1rem;
}
#colophon .newsletter .newsletter-form .mc-field-group label {
  color: #fff;
}
#colophon .newsletter .newsletter-form ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2rem;
}
#colophon .newsletter .newsletter-form ul label {
  padding-left: 0.5rem;
}
@media (min-width: 64em) {
  #colophon .footer-socials {
    padding-left: 1.5rem;
  }
}
#colophon .social-block ul {
  padding: 0;
}
#colophon .social-block ul li {
  padding-right: 0.5rem;
}
#colophon .social-block ul li a:hover {
  border: none;
}
#colophon .social-block ul li svg {
  margin-right: 0.5rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#colophon .quick-links {
  padding-bottom: 2rem;
}
@media (min-width: 64em) {
  #colophon .quick-links {
    padding-left: 1.5rem;
  }
}
@media (min-width: 64em) {
  #colophon .link-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 35%;
  }
}
#colophon .contact {
  padding-bottom: 2rem;
}
@media (min-width: 64em) {
  #colophon .contact {
    padding-left: 1.5rem;
    padding-bottom: 35px;
  }
}
#colophon .contact .phone-block, #colophon .contact .emails-block, #colophon .contact .address-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #3d3d3d;
  padding: 10px 0;
}
#colophon .contact a {
  color: #4682b4;
}
#colophon .contact .address-block {
  border: none;
}

.copyright-footer {
  background-color: #1e1e1e;
}
.copyright-footer .copyright-wrap {
  padding: 1rem 0;
}
@media (min-width: 64em) {
  .copyright-footer .copyright-wrap {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.copyright-footer p {
  color: #999;
  font-size: 14px;
  text-align: center;
  margin: 1rem 0;
  line-height: 3;
}
.copyright-footer ul {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 1rem 0;
  list-style: none;
}
@media (min-width: 64em) {
  .copyright-footer ul {
    text-align: left;
    display: inline-block;
  }
}
.copyright-footer ul li {
  float: left;
  padding: 0 0.5rem;
}
.copyright-footer ul li a {
  font-size: 14px;
  color: #999;
  text-align: center;
}
.copyright-footer ul li a:hover {
  color: #4682b4;
}

.breadcrumbs {
  background-color: #f9f9f9;
  padding: 1rem 0;
  font-size: 14px;
}
.breadcrumbs a {
  color: #000;
}
.breadcrumbs a:hover {
  color: #4682b4;
}

article.post h1 {
  color: #000;
  font-weight: 800;
  font-size: 2.5rem;
}
article.post .entry-header {
  padding-bottom: 35px;
}
article.post .entry-header .entry-meta div {
  font-size: 1rem;
  font-weight: 500;
}
article.post .entry-header .entry-meta span {
  font-size: 14px;
  text-transform: uppercase;
}
article.post .post-thumbnail img {
  margin-bottom: 35px;
}
article.post .entry-content img, article.post .entry-content p {
  margin-bottom: 35px;
}
article.post .entry-content h1, article.post .entry-content h2, article.post .entry-content h3, article.post .entry-content h4, article.post .entry-content h5, article.post .entry-content h6 {
  margin-bottom: 1rem;
  font-weight: 800;
  display: block;
}
article.post .entry-content h2 {
  font-size: 32px;
}
article.post .entry-content h3 {
  font-size: 26px;
}
article.post .entry-content h4 {
  font-size: 24px;
}
article.post .entry-content h5 {
  font-size: 22px;
}
article.post .entry-content h6 {
  font-size: 20px;
}
article.post .entry-content ul {
  padding-left: 20px;
}
article.post .entry-content ol {
  padding-left: 26px;
}
article.post .entry-content a {
  color: #4682b4;
}
article.post .entry-content a:hover {
  color: #ba272c;
}
article.post .entry-footer .footer-tagging {
  padding: 35px 0;
}
article.post .entry-footer .footer-tagging .tag {
  width: 16px;
  height: 16px;
}
article.post .entry-footer .author-box {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
article.post .entry-footer .author-box .author-photo {
  min-width: 150px;
  padding-right: 35px;
}
article.post .entry-footer .author-box .author-photo div {
  border-radius: 50%;
  aspect-ratio: 1/1;
  overflow: hidden;
}
article.post .entry-footer .author-box .author-bio {
  font-size: 1rem;
}
article.post .entry-footer .author-box .author-bio strong {
  display: block;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
}

.error-404 {
  min-height: 45vh;
}
.error-404 .page-header {
  padding-top: 35px;
}

.post-navigation {
  border-bottom: 1px solid #ccc;
}
.post-navigation .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.post-navigation .nav-links div {
  width: 50%;
}
.post-navigation .nav-links div.nav-next {
  text-align: right;
}
.post-navigation .nav-links div.nav-next .nav-title::after {
  content: "→";
  padding: 0.5rem;
  background-color: #dddddd;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
  margin-left: 10px;
}
.post-navigation .nav-links div.nav-previous .nav-title::before {
  content: "←";
  padding: 0.5rem;
  background-color: #4682b4;
  color: #fff;
  font-weight: 800;
  text-decoration: none;
  display: inline-block;
  margin-right: 10px;
}
.post-navigation .nav-links div a {
  color: #000;
}
.post-navigation .nav-links div a .nav-subtitle {
  text-transform: uppercase;
  font-size: 0.75rem;
}
.post-navigation .nav-links div a .nav-title {
  font-weight: 700;
}

.blogroll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 35px;
}
.blogroll .featured-image {
  max-width: 40%;
  padding-right: 35px;
}
.blogroll .content span {
  display: block;
  color: #a4a4a4;
  text-transform: uppercase;
  font-size: 14px;
}
.blogroll .content strong {
  font-size: 1.25rem;
  font-weight: 800;
}
.blogroll .content strong a {
  color: #000;
}
.blogroll .content p {
  font-size: 1rem;
}

.contact-cards {
  display: grid;
  grid-gap: 35px;
  justify-items: center;
  margin-bottom: 35px;
}
@media (min-width: 50em) {
  .contact-cards {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 64em) {
  .contact-cards {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 70em) {
  .contact-cards {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.contact-cards .card {
  border: 1px solid #ddd;
  border-top: 4px solid #4682b4;
  background-color: #fafafa;
  width: 100%;
  padding: 1rem;
}
.contact-cards .card strong, .contact-cards .card span, .contact-cards .card a {
  display: block;
  text-align: center;
}
.contact-cards .card .line-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.contact-cards .card .line-item .label {
  text-align: left;
}
.contact-cards .card .line-item .value {
  text-align: right;
}

.row {
  padding-left: 2rem;
  padding-right: 2rem;
  line-height: 1.5;
  overflow: hidden;
}
@media (min-width: 50em) {
  .row {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
    margin: 0 auto;
  }
}
@media (min-width: 64em) {
  .row {
    max-width: 1348px !important;
  }
}
@media (min-width: 70em) {
  .row {
    width: 1348px !important;
  }
}
@media (min-width: 90em) {
  .row {
    width: 1348px !important;
  }
}
@media (min-width: 92em) {
  .row {
    width: 1348px !important;
  }
}
.row.internal-row {
  padding: 0;
}

.row-alt, .row-right {
  padding-left: 1rem;
  margin: 0 0 0 auto;
  overflow: visible;
  line-height: 2;
}
@media (min-width: 50em) {
  .row-alt, .row-right {
    padding-left: 1.5rem;
  }
}
@media (min-width: 64em) {
  .row-alt, .row-right {
    max-width: 80rem;
  }
}
@media (min-width: 70em) {
  .row-alt, .row-right {
    max-width: 88.25rem;
  }
}
@media (min-width: 90em) {
  .row-alt, .row-right {
    max-width: 98.25rem;
  }
}
@media (min-width: 92em) {
  .row-alt, .row-right {
    max-width: 95%;
  }
}
.row-alt.internal-row, .row-right.internal-row {
  padding: 0;
}

.row-left {
  padding-right: 1rem;
  margin: 0 auto 0 0;
  overflow: visible;
  line-height: 2;
}
@media (min-width: 50em) {
  .row-left {
    padding-right: 1.5rem;
  }
}
@media (min-width: 64em) {
  .row-left {
    max-width: 80rem;
  }
}
@media (min-width: 70em) {
  .row-left {
    max-width: 88.25rem;
  }
}
@media (min-width: 90em) {
  .row-left {
    max-width: 98.25rem;
  }
}
@media (min-width: 92em) {
  .row-left {
    max-width: 92%;
  }
}
.row-left.internal-row {
  padding: 0;
}

.home-page-layout {
  padding-top: 100px;
}
.home-page-layout h2 {
  margin-bottom: 2rem;
  color: #fff;
}
.home-page-layout h2 span {
  background-color: #333;
  display: inline-block;
  padding: 0.25rem 0.5rem;
}
.home-page-layout p {
  color: #fff;
}
.home-page-layout date {
  color: #4682b4;
}

.newest-post {
  margin: 0 auto;
  margin-bottom: 35px;
}
@media screen and (min-width: 1300px) {
  .newest-post {
    padding: 0;
    max-width: 1300px;
  }
}
.newest-post article {
  background-color: #000;
  line-height: 1;
}
@media (min-width: 50em) {
  .newest-post article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.newest-post article .hero-image {
  position: relative;
}
@media (min-width: 50em) {
  .newest-post article .hero-image {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.newest-post article .hero-image .overlay {
  background: rgb(0, 0, 0);
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(0, 0, 0)), to(rgba(255, 111, 0, 0)));
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(255, 111, 0, 0) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (min-width: 50em) {
  .newest-post article .hero-image .overlay {
    width: 25%;
    background: -webkit-gradient(linear, left top, right top, from(rgb(0, 0, 0)), to(rgba(255, 111, 0, 0)));
    background: linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(255, 111, 0, 0) 100%);
  }
}
.newest-post article .hero-image img {
  margin-right: 0;
  position: relative;
}
.newest-post article .hero-content {
  padding: 2rem;
}
@media (min-width: 50em) {
  .newest-post article .hero-content {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    max-width: 45%;
  }
}
.newest-post article .hero-content .post-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.newest-post article .hero-content .post-meta date {
  font-size: 14px;
  text-align: right;
}
.newest-post article .hero-content h2 {
  font-size: 2rem;
  margin: 1rem 0;
}

@media (min-width: 50em) {
  .latest-coverage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: 35px;
       -moz-column-gap: 35px;
            column-gap: 35px;
    margin-bottom: 35px;
  }
}
.latest-coverage > article {
  position: relative;
  margin-bottom: 35px;
}
@media (min-width: 37.5em) {
  .latest-coverage > article {
    width: calc(50% - 35px);
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-bottom: 0;
  }
}
@media (min-width: 64em) {
  .latest-coverage > article {
    width: calc(33% - 35px);
  }
}
.latest-coverage > article h4 {
  border: none;
  color: #eee;
  font-size: 1rem;
}
.latest-coverage > article img {
  width: 100%;
}
@media (min-width: 37.5em) {
  .latest-coverage.overflow > article {
    width: calc(33% - 35px);
  }
}
@media (min-width: 64em) {
  .latest-coverage.overflow > article {
    width: calc(25% - 35px) !important;
  }
}
.latest-coverage.overflow > article h4 {
  font-size: 14px;
}

.shiv {
  height: 69px;
}
@media (min-width: 64em) {
  .shiv {
    height: 76px;
  }
}

.swiper {
  width: 100%;
  height: 100%;
}

.saas {
  background: rgb(0, 0, 0);
  background: linear-gradient(254deg, rgba(0, 0, 0, 0.9) 0%, rgba(26, 43, 57, 0.9) 100%);
}
.saas .overlay {
  background-image: url("../../assets/images/cube.png");
  position: static;
}
.saas .hero-content {
  padding: 2rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 64em) {
  .saas .hero-content {
    padding: 4rem 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.saas .hero-content .photo {
  text-align: center;
}
@media (min-width: 64em) {
  .saas .hero-content .photo {
    padding-left: 1.5rem;
  }
}
.saas .hero-content .content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
@media (min-width: 64em) {
  .saas .hero-content .content-wrap {
    text-align: left;
    max-width: 50%;
  }
}
.saas .hero-content .content-wrap .desc {
  color: #a7a7a7;
  margin: 2rem auto;
}
.saas .hero-content h1 {
  font-weight: 300;
}
.saas .hero-content h1 strong {
  font-weight: 700;
}
.saas .hero-content .btn2 {
  background-color: transparent;
  color: #fff;
  border-color: #fff;
}
.saas .hero-content .btn2:visited {
  color: #fff;
}
.saas .hero-content .btn2:hover {
  background-color: #fff;
  color: #000 !important;
}

.home-hero {
  height: 80vh;
  position: relative;
  overflow: hidden;
}
.home-hero .photo-slide {
  height: 80vh;
  min-width: 100%;
  position: relative;
}
.home-hero .photo-slide .slide-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  background: rgb(0, 0, 0);
  background: linear-gradient(254deg, rgba(0, 0, 0, 0.9) 0%, rgba(26, 43, 57, 0.9) 100%);
  height: 100%;
  position: absolute;
  width: 100%;
  top: 0;
}
.home-hero .photo-slide img {
  max-width: unset;
  min-height: 100%;
}
@media (min-width: 64em) {
  .home-hero .photo-slide img {
    min-width: 100%;
    position: relative;
    right: 0;
  }
}
.home-hero .photo-slide .overlay {
  background-image: url("../../assets/images/cube.png");
}
.home-hero .photo-slide .hero-content {
  padding: 4rem 0;
}
@media (min-width: 64em) {
  .home-hero .photo-slide .hero-content {
    padding: 12rem 0;
  }
}
.home-hero .photo-slide .hero-content .content-wrap {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 50em) {
  .home-hero .photo-slide .hero-content .content-wrap {
    text-align: center;
    margin: 0 22%;
  }
}
.home-hero .photo-slide .hero-content .content-wrap p {
  color: #919293;
  margin: 2rem auto;
}
.home-hero .photo-slide .hero-content h1 {
  font-weight: 300;
}
.home-hero .photo-slide .hero-content h1 strong {
  font-weight: 700;
}
.home-hero .photo-slide .hero-content .btn2 {
  background-color: transparent;
  color: #fff;
  border-color: #fff;
}
.home-hero .photo-slide .hero-content .btn2:visited {
  color: #fff;
}
.home-hero .photo-slide .hero-content .btn2:hover {
  background-color: #fff;
  color: #000;
}

.swiper-pagination {
  bottom: 10% !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 20px;
  position: absolute;
  z-index: 20;
  margin: 0 auto;
}

.swiper-pagination-bullet {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  border: 0;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0;
  height: 18px;
  border-radius: 14px;
  border: 6px solid #fff !important;
  margin: 0 1px 0 0;
  padding: 0;
  width: 18px;
}

.swiper-pagination-bullet:before {
  background: #fff;
  content: "";
  display: block;
  height: 0.1875rem;
  width: 100%;
}

.page-hero {
  position: relative;
  overflow: hidden;
}
.page-hero.none {
  background: rgb(0, 0, 0);
  background: linear-gradient(254deg, rgb(0, 0, 0) 0%, rgb(26, 43, 57) 100%);
  text-align: center;
  padding: 3rem 0;
}
@media (min-width: 50em) {
  .page-hero.none {
    padding: 4rem 0;
  }
}
.page-hero .photo-slide {
  height: 30vh;
  position: relative;
}
.page-hero .photo-slide .slide-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.page-hero .photo-slide img {
  max-width: unset;
  min-height: 100%;
}
@media (min-width: 64em) {
  .page-hero .photo-slide img {
    width: 100%;
    max-height: 80vh;
    position: relative;
    right: 0;
  }
}
.page-hero .photo-slide .overlay {
  background: rgba(0, 0, 0, 0.85);
}
.page-hero .photo-slide .hero-content {
  padding: 4rem 0;
}
@media (min-width: 64em) {
  .page-hero .photo-slide .hero-content {
    padding: 12rem 0;
  }
}
.page-hero .photo-slide .hero-content .content-wrap {
  text-align: center;
  padding: 0 13%;
}
.page-hero .photo-slide .hero-content p {
  color: #fafafa;
  padding: 0 5%;
  font-size: 1.2rem;
}
.page-hero .photo-slide .hero-content h1 {
  font-weight: 300;
  margin-bottom: 35px;
}
.page-hero .photo-slide .hero-content h1 strong {
  font-weight: 700;
}
.page-hero .photo-slide .hero-content .btn2 {
  background-color: transparent;
  color: #fff;
  border-color: #fff;
}
.page-hero .photo-slide .hero-content .btn2:visited {
  color: #fff;
}
.page-hero .photo-slide .hero-content .btn2:hover {
  background-color: #fff;
  color: #000;
}
.page-hero svg {
  width: 200%;
  position: absolute;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  bottom: -80px;
  left: -50%;
}

/* Post Nav */
nav.post-navigation {
  padding: 3rem 0;
}
nav.post-navigation .nav-links {
  overflow: auto;
  overflow-y: hidden;
}
nav.post-navigation .nav-links div {
  float: left;
  width: 50%;
}
nav.post-navigation .nav-links div .nav-subtitle {
  display: block;
  margin-bottom: 0.5rem;
}
nav.post-navigation .nav-links div .nav-subtitle span {
  color: #fff;
}
nav.post-navigation .nav-links div .nav-title {
  font-size: 1rem;
}
nav.post-navigation .nav-links div .nav-title:hover {
  text-decoration: underline;
}

#ham {
  padding: 0.5rem 0.75rem;
  border-radius: 6px;
  margin: 1rem 0;
  z-index: 1007;
  border: 1px solid #ddd;
}
#ham .line {
  width: 20px;
  height: 3px;
  background-color: #666;
  display: block;
  margin: 3px auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#ham.is-active .line {
  background-color: #333;
}
#ham:hover {
  cursor: pointer;
  border: 1px solid #efefef;
}
#ham:hover .line {
  background-color: #fff;
}

.login-item {
  padding-top: 1rem !important;
  font-weight: 600;
}

.full-cta {
  padding: 3rem 2rem;
  /* newsletter CTA */
}
.full-cta.newsletter {
  color: #fff;
  text-shadow: 2px 2px 3px #000;
  text-align: center;
}
.full-cta.newsletter .footer-newsletter {
  background: #171719;
  padding: 3rem 1rem;
  position: relative;
  overflow: hidden;
}
.full-cta.newsletter .footer-newsletter svg {
  -webkit-transform: rotate(10deg);
          transform: rotate(10deg);
  position: absolute;
  opacity: 0.35;
  left: 0;
  bottom: 0;
  z-index: 1;
}
@media screen and (min-width: 800px) {
  .full-cta.newsletter .footer-newsletter svg {
    left: 70%;
    bottom: -20%;
    width: 40%;
  }
}
.full-cta.newsletter .footer-newsletter .inner {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 800px) {
  .full-cta.newsletter .footer-newsletter .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 800px) {
  .full-cta.newsletter .footer-newsletter .newsletter-pitch {
    width: 50%;
    text-align: right;
    padding-right: 0.75rem;
  }
}
.full-cta.newsletter .footer-newsletter .newsletter-pitch p {
  font-size: 14px;
  color: #fff;
  margin-top: 0;
}
.full-cta.newsletter .footer-newsletter .form {
  z-index: 2;
}
@media screen and (min-width: 800px) {
  .full-cta.newsletter .footer-newsletter .form {
    width: 50%;
    text-align: left;
    padding-left: 0.75rem;
  }
}
.full-cta.newsletter .footer-newsletter form {
  border: 1px solid #4682b4;
  background-color: #000 !important;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
}
.full-cta.newsletter .footer-newsletter form:before, .full-cta.newsletter .footer-newsletter form span, .full-cta.newsletter .footer-newsletter form .slip {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: 0;
  z-index: 1;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
.full-cta.newsletter .footer-newsletter form:before {
  border-bottom: 10px solid #4682b4;
  border-left: 10px solid transparent;
}
.full-cta.newsletter .footer-newsletter form span {
  border-top: 10px solid #171719;
  border-right: 10px solid transparent;
  z-index: 2;
}
.full-cta.newsletter .footer-newsletter form .slip {
  top: 0;
  left: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #000;
}
.full-cta.newsletter .footer-newsletter form input {
  border-radius: 0;
  border: none;
  background-color: #000;
  color: #4682b4;
}
.full-cta.newsletter .footer-newsletter form input[type=email] {
  font-size: 14px;
}
.full-cta.newsletter .footer-newsletter form input[type=email]:placeholder {
  color: #ccc;
}
.full-cta.newsletter .footer-newsletter form input[type=submit] {
  font-weight: 200;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.full-cta.newsletter .footer-newsletter form input[type=submit]:hover {
  color: #fff;
}

.cta, .btn, .btn2 {
  display: inline-block;
  background-color: #4682b4;
  color: #fff;
  border: 2px solid #4682b4;
  font-size: 1rem;
  line-height: 2.6;
  border-radius: 1.5rem;
  padding: 0 1.5rem;
  text-align: center;
}
.cta:visited, .btn:visited, .btn2:visited {
  color: #fff;
}
.cta:hover, .btn:hover, .btn2:hover {
  background-color: #335e82;
  color: #fff;
  border-color: #4682b4;
}

.btn2 {
  background-color: transparent;
  color: #000;
  border-color: #4682b4;
}
.btn2:visited {
  color: #000;
}
.btn2:hover {
  background-color: #335e82;
  color: #fff !important;
}

.btn, .btn2 {
  font-family: "Poppins", sans-serif;
}

.buttons-block {
  padding-top: 1rem;
}
@media screen and (max-width: 769px) {
  .buttons-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
@media (min-width: 64em) {
  .buttons-block {
    padding-top: 1.5rem;
  }
}
.buttons-block a:not(:first-of-type) {
  margin-left: 0;
}
@media screen and (min-width: 769px) {
  .buttons-block a:not(:first-of-type) {
    margin-left: 10px;
  }
}
.buttons-block a:first-of-type {
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .buttons-block a:first-of-type {
    margin-bottom: 0;
  }
}

.author-page header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 35px;
}
.author-page header .headings {
  padding-left: 1rem;
}
.author-page header img {
  max-width: 80px;
  width: 100%;
}
.author-page .description {
  margin-bottom: 35px;
}
.author-page .info {
  margin-bottom: 35px;
}

.social-block {
  padding-top: 1rem;
}
.social-block ul {
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.social-block ul li {
  padding-right: 0.5rem;
}
.social-block ul li a:hover {
  border: none;
}
.social-block ul li svg {
  margin-right: 0.5rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 35px;
  height: 35px;
}
.social-block ul li svg:hover {
  fill: #4682b4;
}

footer .social-block a {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
footer .social-block a svg {
  fill: #686868;
}
footer .social-block a:hover svg {
  fill: #fff;
}

.services-grid .services {
  display: grid;
  grid-gap: 2rem;
  justify-items: center;
}
@media (min-width: 50em) {
  .services-grid .services {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 64em) {
  .services-grid .services {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 70em) {
  .services-grid .services {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.services-grid .services .service {
  justify-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
.services-grid .services .service img {
  display: block;
  max-width: 100%;
  aspect-ratio: 16/9;
  border-bottom: 4px solid #4682b4;
}
.services-grid .services .service .content {
  text-align: center;
  border: 1px solid #ccc;
  border-top: none;
  padding: 1.25rem;
  line-height: 1.75;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  background-color: #fafafa;
}
.services-grid .services .service .content:hover {
  background: rgb(216, 216, 216);
  background: -webkit-gradient(linear, left bottom, left top, color-stop(24%, rgb(216, 216, 216)), color-stop(72%, rgb(255, 255, 255)));
  background: linear-gradient(0deg, rgb(216, 216, 216) 24%, rgb(255, 255, 255) 72%);
}
.services-grid .services .service .content:hover a {
  background-color: #4682b4;
  border-color: #4682b4;
  color: #fff;
}
.services-grid .services .service .content strong {
  font-size: 18px;
  font-weight: 600;
}
.services-grid .services .service .content div {
  font-size: 14px;
  color: #666666;
}
.services-grid .services .service .content .button-box {
  padding-top: 1rem;
}
.services-grid .services .service .content a {
  font-size: 14px;
}
.services-grid .services .service .content a:hover {
  background-color: #4682b4;
  border-color: #4682b4;
  color: #fff;
}

/* BLOCKS */
[class^=block--] {
  padding-top: 3rem;
}
@media (min-width: 64em) {
  [class^=block--] {
    padding-top: 4rem;
  }
}
[class^=block--] .block-content {
  font-size: 1.25rem;
}
[class^=block--] .block-content a {
  color: #4682b4;
}
[class^=block--] .block-content > strong {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  color: #8c8c8c;
}
[class^=block--] .block-content.centered {
  text-align: center;
}
[class^=block--] .block-content.right {
  text-align: right;
}
[class^=block--] .block-content .content {
  line-height: 1.75;
}
[class^=block--] .block-content h2 {
  font-weight: 800;
}
[class^=block--] .block-content h3 {
  font-size: 1.5rem;
  font-weight: 400;
  color: #8c8c8c;
  margin-bottom: 1.5rem;
}
[class^=block--] .block-content hr {
  border-bottom: 4px solid #4682b4;
  margin: 1rem 30%;
}
[class^=block--] .buttons-block {
  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;
}
@media screen and (min-width: 500px) {
  [class^=block--] .buttons-block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
[class^=block--] .buttons-block.center, [class^=block--] .buttons-block.centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
[class^=block--] .buttons-block .btn {
  color: #fff;
}
[class^=block--] .buttons-block .btn:hover {
  color: #fff;
}
[class^=block--] .buttons-block .btn2 {
  color: #000;
}
[class^=block--] .buttons-block a:first-of-type {
  margin-bottom: 10px;
}
@media screen and (min-width: 500px) {
  [class^=block--] .buttons-block a:first-of-type {
    margin-bottom: inherit;
  }
}
[class^=block--] .footer-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #eee;
  padding: 1rem;
  border-top: 3px solid #4682b4;
  font-size: 1rem;
}
[class^=block--] .footer-content .buttons-block {
  min-width: 25%;
  padding: 0;
}
[class^=block--] ul {
  line-height: 2;
  padding-left: 1.25rem;
}
[class^=block--] h2 {
  font-weight: 400;
  color: #000;
  font-size: 1.5rem;
}
@media (min-width: 64em) {
  [class^=block--] h2 {
    font-size: 35px;
  }
}

.block--background-photo {
  border-top: 1px solid;
  border-color: radial-gradient(circle, rgb(70, 130, 180) 0%, rgba(26, 43, 57, 0) 100%);
}
.block--background-photo:before {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 1;
  top: 0;
}
.block--background-photo.light {
  color: #fff;
}
.block--background-photo.light h2, .block--background-photo.light strong, .block--background-photo.light p {
  color: #000;
}
.block--background-photo hr {
  height: 1px;
  background: rgb(70, 130, 180);
  background: radial-gradient(circle, rgb(70, 130, 180) 0%, rgba(26, 43, 57, 0) 70%);
  margin-bottom: 4rem;
}
.block--background-photo {
  padding: 0 0 4rem 0;
  position: relative;
}
.block--background-photo .wrap {
  padding: 0 10%;
  position: relative;
  z-index: 2;
}

.block--value-props .block-content.centered {
  text-align: center;
}
.block--value-props .props {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 70px 0 0 0;
}
@media (min-width: 50em) {
  .block--value-props .props {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.block--value-props .props .prop {
  background: rgb(77, 135, 183);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(77, 135, 183)), color-stop(50%, rgb(229, 229, 229)));
  background: linear-gradient(180deg, rgb(77, 135, 183) 0%, rgb(229, 229, 229) 50%);
  padding: 3px;
  margin-bottom: 3rem;
}
@media (min-width: 50em) {
  .block--value-props .props .prop {
    width: 48%;
  }
}
@media (min-width: 64em) {
  .block--value-props .props .prop {
    width: 31%;
  }
}
.block--value-props .props .prop .wrapper {
  background-color: #fff;
  padding: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.block--value-props .props .prop .wrapper h3 {
  margin: 35px 0;
  font-weight: 400;
  font-size: 1.8rem;
}
@media (min-width: 50em) {
  .block--value-props .props .prop .wrapper h3 {
    font-size: 2rem;
  }
}
.block--value-props .props .prop .wrapper .desc {
  font-size: 18px;
  text-align: center;
}
.block--value-props .props .prop .wrapper .icon {
  border: 3px solid #4682b4;
  line-height: 0;
  border-radius: 60px;
  display: inline-block;
  padding: 1rem;
  margin-top: -60px;
  background-color: #fff;
}
.block--value-props .props .prop .wrapper .icon img {
  width: 60px;
  height: 60px;
}

@media (min-width: 50em) {
  .block--photo.left .block-content {
    padding-left: 2rem;
    padding-top: 0;
  }
}
.block--photo.left img {
  -webkit-filter: drop-shadow(-16px 16px 0px #f0f0f0);
          filter: drop-shadow(-16px 16px 0px #f0f0f0);
}
.block--photo.right .row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}
@media (min-width: 50em) {
  .block--photo.right .block-content {
    padding-right: 2rem;
    padding-top: 0;
  }
}
.block--photo.right img {
  -webkit-filter: drop-shadow(-16px 16px 0px #f0f0f0);
          filter: drop-shadow(-16px 16px 0px #f0f0f0);
}
@media (min-width: 50em) {
  .block--photo .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.block--photo .img-frame {
  margin-bottom: 3rem;
}
@media (min-width: 50em) {
  .block--photo .img-frame {
    min-width: 40%;
    max-width: 40%;
    margin-bottom: 0;
  }
}
.block--photo .img-frame {
  padding: 1rem 0;
}

.block--gallery-block .gallery-grid .gallery-item {
  width: 33.33%;
  padding: 0 0.625rem;
  margin-bottom: 1.25rem;
}

@media (min-width: 50em) {
  .block--locations .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.block--locations .img-frame {
  margin-bottom: 3rem;
}
@media (min-width: 50em) {
  .block--locations .img-frame {
    min-width: 40%;
    max-width: 40%;
    margin-bottom: 0;
  }
}
.block--locations .img-frame {
  padding: 1rem 0;
}
@media (min-width: 50em) {
  .block--locations .location-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 50em) {
  .block--locations .location-wrap .block-content {
    min-width: 50%;
    max-width: 50%;
    margin-bottom: 0;
    padding-right: 2rem;
  }
}
.block--locations .location-wrap .location-block ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.block--locations .location-wrap .location-block ul li {
  width: 50%;
  padding-left: 1.5em;
  margin-bottom: 0.5em;
  position: relative;
}
@media (min-width: 50em) {
  .block--locations .location-wrap .location-block ul li {
    width: 33.3%;
  }
}
.block--locations .location-wrap .location-block ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 1em;
  height: 1em;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;utf8,<?xml version='1.0' encoding='utf-8'?><svg xmlns='http://www.w3.org/2000/svg' height='16' width='12' viewBox='0 0 384 512'><path d='M215.7 499.2C267 435 384 279.4 384 192C384 86 298 0 192 0S0 86 0 192c0 87.4 117 243 168.3 307.2c12.3 15.3 35.1 15.3 47.4 0zM192 128a64 64 0 1 1 0 128 64 64 0 1 1 0-128z'/></svg>");
}
.block--locations .location-wrap .location-block ul li a {
  color: #000;
}
.block--locations .location-wrap .location-block ul li a:hover {
  color: #4682b4;
}
.block--locations .location-wrap .location-map {
  padding-top: 3rem;
}
@media (min-width: 50em) {
  .block--locations .location-wrap .location-map {
    min-width: 50%;
    max-width: 50%;
    margin-bottom: 0;
    padding-top: 0;
  }
}

.block--banner-accordion {
  padding-top: 6rem;
}
.block--banner-accordion .row {
  overflow: auto;
}
.block--banner-accordion .block-content {
  text-align: center;
}
.block--banner-accordion .wrap {
  padding-top: 20%;
}
.block--banner-accordion .about-container {
  background-color: #fafafa;
  border: 1px solid #dddddd;
  border-radius: 12px;
  position: relative;
  padding: 1rem;
}
@media (min-width: 50em) {
  .block--banner-accordion .about-container {
    padding: 2rem;
  }
}
@media (min-width: 64em) {
  .block--banner-accordion .about-container {
    padding: 3rem;
  }
}
@media (min-width: 70em) {
  .block--banner-accordion .about-container {
    padding: 4rem;
  }
}
.block--banner-accordion .about-container .banner {
  margin-top: -30%;
}
.block--banner-accordion .accordion-container {
  padding: 1rem;
}
@media (min-width: 50em) {
  .block--banner-accordion .accordion-container {
    padding: 2rem;
  }
}
@media (min-width: 64em) {
  .block--banner-accordion .accordion-container {
    padding: 3rem;
  }
}
@media (min-width: 70em) {
  .block--banner-accordion .accordion-container {
    padding: 4rem;
  }
}
.block--banner-accordion details {
  background-color: #f1f1f1;
  border-top: 4px solid #ddd;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.block--banner-accordion details[open] {
  border-top: 4px solid #4682b4;
}
.block--banner-accordion details summary {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  padding: 1.5rem;
  cursor: pointer;
}
.block--banner-accordion details summary::after {
  content: "";
  position: absolute;
  right: 0;
  top: 6px;
  width: 1em;
  height: 1em;
  background-repeat: no-repeat;
  background-image: url('data:image/svg+xml;utf8,<?xml version="1.0" encoding="utf-8"?><svg viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg"><defs><style>.cls-1{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px;}</style></defs><title/><g id="chevron-bottom"><line class="cls-1" x1="16" x2="7" y1="20.5" y2="11.5"/><line class="cls-1" x1="25" x2="16" y1="11.5" y2="20.5"/></g></svg>');
}
.block--banner-accordion details div {
  padding: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.block--banner-accordion details div img {
  margin-right: 1.5rem;
}

.block--logos .block-content.centered {
  text-align: center;
}
.block--logos .logos {
  padding: 2rem 0;
  display: grid;
  grid-gap: 2rem;
  justify-items: center;
}
@media (min-width: 50em) {
  .block--logos .logos {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 64em) {
  .block--logos .logos {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 70em) {
  .block--logos .logos {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.block--logos .logos .logo {
  justify-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
.block--logos .logos .logo img {
  max-width: 100%;
}

.block--stats .block-content.centered {
  text-align: center;
}
.block--stats .stats {
  padding: 2rem 0;
  display: grid;
  grid-gap: 2rem;
  justify-items: center;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
}
@media (min-width: 50em) {
  .block--stats .stats {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 64em) {
  .block--stats .stats {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 70em) {
  .block--stats .stats {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.block--stats .stats .stat {
  justify-self: center;
  -ms-flex-item-align: center;
      align-self: center;
  text-align: center;
  width: 100%;
  height: 100%;
  padding: 2rem;
  color: #000;
  border-radius: 16px;
  border: 1px solid #d2dee8;
}
.block--stats .stats .stat strong {
  font-size: 3rem;
}
.block--stats .stats .stat hr {
  border-bottom: 4px solid #4682b4;
  margin: 1rem 30%;
}

.block--pricing {
  padding-bottom: 3rem;
}
.block--pricing .block-content.centered {
  text-align: center;
}
.block--pricing .block-content h2 {
  font-weight: 700;
}
.block--pricing .block-content .intro-content p {
  color: #8D8D8D;
  font-size: 1.5rem;
}
.block--pricing .pricing-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.block--pricing .pricing-toggle button {
  border: 1px solid #4682b4;
  line-height: 1;
  background-color: #fff;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
.block--pricing .pricing-toggle button.active {
  background-color: #4682b4;
  color: #fff;
  cursor: pointer;
}
.block--pricing .pricing-toggle button:hover {
  background-color: #335e82;
  color: #fff;
  cursor: pointer;
}
.block--pricing .pricing-toggle .monthly {
  border-radius: 16px 0 0 16px;
}
.block--pricing .pricing-toggle .yearly {
  border-radius: 0 16px 16px 0;
}
.block--pricing .pricing-toggle .single {
  border-radius: 16px !important;
}
.block--pricing .plans {
  padding: 4rem 0;
  row-gap: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2.5rem;
}
.block--pricing .plans.hidden {
  display: none;
}
.block--pricing .plans .plan {
  width: 100%;
  height: 100%;
  padding-bottom: 2rem;
  border-radius: 16px;
  border: 1px solid #d2dee8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 50em) {
  .block--pricing .plans .plan {
    width: calc(50% - 2.5rem);
  }
}
@media (min-width: 70em) {
  .block--pricing .plans .plan {
    width: calc(33% - 2.5rem);
  }
}
.block--pricing .plans .plan.promo {
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}
@media (min-width: 50em) {
  .block--pricing .plans .plan.promo {
    -webkit-transform: scaleY(1.1);
            transform: scaleY(1.1);
    will-change: transform;
  }
}
@media (min-width: 50em) {
  .block--pricing .plans .plan.promo strong, .block--pricing .plans .plan.promo span, .block--pricing .plans .plan.promo p, .block--pricing .plans .plan.promo li {
    will-change: transform;
    -webkit-transform: scaleX(1.1);
            transform: scaleX(1.1);
  }
}
.block--pricing .plans .plan.promo ul li {
  -webkit-transform: scaleX(1.1);
          transform: scaleX(1.1);
}
.block--pricing .plans .plan .plan-name {
  border-bottom: 1px solid #d2dee8;
  width: 100%;
  text-align: center;
  padding: 1rem;
  font-size: 1.75rem;
}
.block--pricing .plans .plan .pricing {
  text-align: center;
  padding-top: 1.5rem;
}
.block--pricing .plans .plan .pricing strong {
  font-size: 2.5rem;
}
.block--pricing .plans .plan .pricing span {
  font-size: 14px;
}
.block--pricing .plans .plan .pricing.hidden {
  display: none;
}
.block--pricing .plans .plan .content {
  padding: 1rem 2rem 0 2rem;
  text-align: center;
}
.block--pricing .plans .plan .content hr {
  border-bottom: 4px solid #4682b4;
  margin: 1rem 30%;
  margin-bottom: 2rem;
}
.block--pricing .plans .plan .content p {
  color: #8d8d8d;
}
.block--pricing .plans .plan ul {
  padding: 0 4rem;
}
.block--pricing .plans .plan ul li {
  line-height: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.block--pricing .plans .plan ul li::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23F36623' d='M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM369 209L241 337c-9.4 9.4-24.6 9.4-33.9 0l-64-64c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l47 47L335 175c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9z'/%3E%3C/svg%3E");
  width: 20px;
  min-width: 20px;
  height: 30px;
  margin-right: 12px;
  fill: #F36623;
}
.block--pricing .col-1 .plan {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 50em) {
  .block--pricing .col-1 .plan {
    width: calc(50% - 2.5rem);
  }
}
@media (min-width: 70em) {
  .block--pricing .col-1 .plan {
    width: calc(45% - 2.5rem);
  }
}
.block--pricing .col-2 .plan {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 50em) {
  .block--pricing .col-2 .plan {
    width: calc(50% - 2.5rem);
  }
}
@media (min-width: 70em) {
  .block--pricing .col-2 .plan {
    width: calc(45% - 2.5rem);
  }
}

.block--company .wrap {
  border-top: 4px solid #4682b4;
}
@media (min-width: 50em) {
  .block--company .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.block--company .block-content {
  background-color: #f9f9f9;
  padding: 2rem;
}
@media (min-width: 50em) {
  .block--company .block-content {
    width: 67%;
  }
}
.block--company .block-content.centered {
  text-align: center;
}
.block--company .table {
  background-color: #000;
  padding: 2rem;
  color: #fff;
}
@media (min-width: 50em) {
  .block--company .table {
    width: 33%;
  }
}
.block--company .table h3 {
  margin-bottom: 1rem;
}
.block--company .table table tr td {
  font-size: 14px;
}
.block--company .table table tr td:first-child {
  width: 40%;
  vertical-align: top;
}
.block--company .table table tr td:last-child {
  padding-bottom: 1rem;
}

.block--list .block-content.centered {
  text-align: center;
}
.block--list .block-content h2 {
  font-weight: 800;
}
.block--list ul {
  padding: 0;
}
@media (min-width: 50em) {
  .block--list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (min-width: 50em) {
  .block--list ul li {
    width: 50%;
  }
}
.block--list ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 1.5rem;
}
.block--list ul li img {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: auto;
}

.block--feature {
  padding-bottom: 4rem;
  padding-top: 4rem;
}
@media (min-width: 50em) {
  .block--feature.left .block-content {
    padding-left: 4rem;
    padding-top: 0;
  }
}
.block--feature.left .block-content .content {
  text-align: left;
}
.block--feature.right .row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}
@media (min-width: 50em) {
  .block--feature.right .block-content {
    padding-right: 4rem;
    padding-top: 0;
  }
}
.block--feature.right .block-content .content {
  text-align: left;
}
.block--feature.banded {
  background-color: #fbfbfb;
}
.block--feature .block-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.block--feature .block-content hr {
  margin: 0;
  width: 120px;
  margin-bottom: 1.5rem;
}
.block--feature .block-content img {
  max-width: 20%;
}
@media (min-width: 50em) {
  .block--feature .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.block--feature .img-frame {
  margin-bottom: 3rem;
}
@media (min-width: 50em) {
  .block--feature .img-frame {
    min-width: 60%;
    max-width: 60%;
    margin-bottom: 0;
  }
}
.block--feature .img-frame {
  padding: 1rem 0;
}

.block--gallery-block .gallery-grid .gallery-item {
  width: 33.33%;
  padding: 0 0.625rem;
  margin-bottom: 1.25rem;
}

.block--cta {
  background: rgb(0, 0, 0);
  background: linear-gradient(254deg, rgb(0, 0, 0) 0%, rgb(26, 43, 57) 100%);
  padding: 4rem 0;
  position: relative;
}
.block--cta:before {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 1;
  top: 0;
  background-image: url("../../assets/images/cube.png");
}
.block--cta .block-content h2 {
  color: #fff;
}
.block--cta .wrap {
  padding: 0 10%;
  position: relative;
  z-index: 2;
}
@media (min-width: 50em) {
  .block--cta .wrap {
    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;
  }
}

.block--contact .block-content.centered {
  text-align: center;
}
.block--contact .cards {
  padding: 2rem 0;
  display: grid;
  grid-gap: 2rem;
  justify-items: center;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
}
@media (min-width: 50em) {
  .block--contact .cards {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 64em) {
  .block--contact .cards {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 70em) {
  .block--contact .cards {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.block--contact .cards .card {
  justify-self: center;
  -ms-flex-item-align: center;
      align-self: center;
  width: 100%;
  height: 100%;
  color: #000;
  border-radius: 16px;
  border: 1px solid #d2dee8;
}
.block--contact .cards .card .wrap {
  padding: 2rem;
}
.block--contact .cards .card strong {
  font-size: 2rem;
}
.block--contact .cards .card p {
  font-size: 1rem;
}
.block--contact .cards .card hr {
  border-bottom: 4px solid #4682b4;
  margin: 0 30%;
  margin-top: -1px;
}
.block--contact .cards .card a {
  cursor: pointer;
}
.block--contact .cards .contact-modal {
  display: none;
}

div.home-page h2 {
  font-weight: 400;
  font-size: 2rem;
}
@media (min-width: 50em) {
  div.home-page h2 {
    font-size: 3rem;
  }
}
div.home-page header#masthead.site-header {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
div.home-page header#masthead.site-header .text-mark {
  color: #fff;
}
div.home-page header#masthead.site-header .text-mark span {
  color: #fff;
}
div.home-page header#masthead.site-header .header-navigation ul li a {
  color: #fff;
  border-bottom: 4px;
  border-color: transparent;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
div.home-page header#masthead.site-header .header-navigation ul li a:hover {
  border-bottom: 4px solid #4682b4;
}
div.home-page header#masthead.site-header .app .app-nav ul li a {
  border: 2px solid #4682b4;
}
div.home-page header#masthead.site-header.scrolled {
  background-color: #fff;
  -webkit-box-shadow: -1px 5px 10px rgba(0, 0, 0, 0.3);
          box-shadow: -1px 5px 10px rgba(0, 0, 0, 0.3);
}
div.home-page header#masthead.site-header.scrolled .text-mark {
  color: #000;
}
div.home-page header#masthead.site-header.scrolled .text-mark span {
  color: #666;
}
div.home-page header#masthead.site-header.scrolled .header-navigation ul li a {
  color: #000;
  border-width: 4px;
}
div.home-page header#masthead.site-header.scrolled .app .app-nav ul li a {
  border: 2px solid #4682b4;
}
div.home-page header#masthead.site-header.scrolled .app .app-nav ul li a:hover {
  color: #fff;
}
div.home-page header#masthead.site-header.scrolled .app .app-nav ul li:last-child a {
  color: #fff;
}
div.home-page header#masthead.site-header.scrolled .app .app-nav ul li:last-child a:hover {
  color: #fff;
}
div.home-page section.homepage-hero {
  height: 100vh;
  background-color: #000;
  overflow: hidden;
  position: relative;
}
@media (min-width: 64em) {
  div.home-page section.homepage-hero {
    height: 130vh;
  }
}
div.home-page section.homepage-hero .row {
  overflow: visible;
}
div.home-page section.homepage-hero .overlay {
  background-image: url("../../assets/images/home-hero.png");
  position: static;
}
div.home-page section.homepage-hero .row {
  background: radial-gradient(circle, rgba(77, 135, 182, 0.7) 0%, rgba(0, 0, 0, 0) 50%);
}
div.home-page section.homepage-hero .hero-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0.65;
}
div.home-page section.homepage-hero .hero-photo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
div.home-page section.homepage-hero.has-photo {
  height: 100vh;
}
div.home-page section.homepage-hero.has-photo .overlay {
  background-color: rgba(0, 0, 0, 0.35);
  position: relative;
  z-index: 1;
}
@media (min-width: 64em) {
  div.home-page section.homepage-hero.has-photo .content {
    min-height: 65vh;
    padding: 180px 20% 100px 20%;
  }
}
div.home-page section.homepage-hero .hero-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 769px) {
  div.home-page section.homepage-hero .hero-content {
    height: 100vh;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
div.home-page section.homepage-hero .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding-top: 100px;
  min-height: 60vh;
}
@media (min-width: 64em) {
  div.home-page section.homepage-hero .content {
    min-height: 55vh;
    padding: 180px 20% 100px 20%;
  }
}
div.home-page section.homepage-hero .content div {
  color: #929394;
}
div.home-page section.homepage-hero .content h1 {
  font-weight: 300;
  margin-bottom: 35px;
  font-size: 2.2rem;
}
@media (min-width: 64em) {
  div.home-page section.homepage-hero .content h1 {
    font-size: 3.43rem;
  }
}
div.home-page section.homepage-hero .content .buttons-block .btn2 {
  background-color: transparent;
  color: #fff;
}
div.home-page section.homepage-hero .content .buttons-block .btn2:hover {
  background-color: #335e82;
}
div.home-page section.homepage-hero .video-wrapper {
  position: relative;
}
@media screen and (max-width: 769px) {
  div.home-page section.homepage-hero .video-wrapper {
    margin-bottom: -4px;
  }
}
div.home-page section.homepage-hero .video-wrapper a {
  position: relative;
  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;
  width: 100%;
  height: 100%;
}
div.home-page section.homepage-hero .video-wrapper #play {
  z-index: 1;
  position: absolute;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
div.home-page section.homepage-hero .video-wrapper #play:hover {
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  div.home-page section.homepage-hero .video-wrapper #play {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    -webkit-transform-origin: center;
            transform-origin: center;
  }
}
div.home-page section.homepage-hero .video-wrapper .decor {
  display: none;
  position: absolute;
  top: -30px;
  right: -30px;
  width: 100px;
}
@media screen and (min-width: 769px) {
  div.home-page section.homepage-hero .video-wrapper .decor {
    display: inline-block;
  }
}
@media (min-width: 64em) {
  div.home-page section.homepage-hero .video-wrapper .decor {
    top: -80px;
    right: -150px;
    width: auto;
  }
}
div.home-page section.homepage-hero .video-wrapper img {
  display: block;
  width: 100%;
  height: auto;
}
div.home-page section.props {
  background-color: #fbfbfb;
  text-align: center;
  padding-top: 3rem;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(227, 227, 227)), color-stop(25%, rgb(255, 255, 255)));
  background: linear-gradient(180deg, rgb(227, 227, 227) 0%, rgb(255, 255, 255) 25%);
}
div.home-page section.props h2 {
  font-weight: 300;
  font-size: 2rem;
}
@media (min-width: 50em) {
  div.home-page section.props h2 {
    font-size: 3rem;
  }
}
div.home-page section.props .props {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 70px 0 0 0;
}
@media (min-width: 50em) {
  div.home-page section.props .props {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
div.home-page section.props .props .prop {
  background: rgb(77, 135, 183);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(77, 135, 183)), color-stop(50%, rgb(229, 229, 229)));
  background: linear-gradient(180deg, rgb(77, 135, 183) 0%, rgb(229, 229, 229) 50%);
  padding: 3px;
  margin-bottom: 3rem;
}
@media (min-width: 50em) {
  div.home-page section.props .props .prop {
    width: 48%;
  }
}
@media (min-width: 64em) {
  div.home-page section.props .props .prop {
    width: 31%;
  }
}
div.home-page section.props .props .prop .wrapper {
  background-color: #fff;
  padding: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
div.home-page section.props .props .prop .wrapper h3 {
  margin: 35px 0;
  font-weight: 400;
  font-size: 1.8rem;
}
@media (min-width: 50em) {
  div.home-page section.props .props .prop .wrapper h3 {
    font-size: 2rem;
  }
}
div.home-page section.props .props .prop .wrapper .desc {
  font-size: 18px;
}
div.home-page section.props .props .prop .wrapper .icon {
  border: 3px solid #4682b4;
  line-height: 0;
  border-radius: 60px;
  display: inline-block;
  padding: 1rem;
  margin-top: -60px;
  background-color: #fff;
}
div.home-page section.props .props .prop .wrapper .icon img {
  width: 60px;
  height: 60px;
}
div.home-page section.cta-band {
  background: rgb(37, 69, 96);
  background: -webkit-gradient(linear, left top, right top, from(rgb(37, 69, 96)), color-stop(70%, rgb(0, 0, 0)));
  background: linear-gradient(90deg, rgb(37, 69, 96) 0%, rgb(0, 0, 0) 70%);
  color: #fff;
}
div.home-page section.cta-band .overlay {
  background-image: url("../../assets/images/home-hero.png");
  position: static;
}
div.home-page section.cta-band .wrap {
  padding: 4rem 0;
}
@media (min-width: 70em) {
  div.home-page section.cta-band .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}
@media (min-width: 64em) {
  div.home-page section.cta-band .wrap .content {
    max-width: 70%;
  }
}
div.home-page section.cta-band h2 {
  font-size: 2rem;
}
@media (min-width: 50em) {
  div.home-page section.cta-band .props {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
div.home-page section.cta-band .props .prop {
  padding-right: 2rem;
  margin-bottom: 1rem;
}
div.home-page section.cta-band .props .prop span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
div.home-page section.cta-band .props .prop span::before {
  content: "";
  display: inline-block;
  width: 36px;
  height: 36px;
  min-width: 36px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='white' viewBox='0 0 24 24'%3E%3Cpath d='M20.285 2l-11.285 11.567-5.286-5.011-3.714 3.716 9 8.728 15-15.285z'/%3E%3C/svg%3E");
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: center;
  border: 3px solid #ef7e0f;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 1rem;
}
div.home-page section.simple {
  padding: 4rem 0 0 0;
}
div.home-page section.simple h2 {
  text-align: center;
  font-size: 2rem;
}
@media (min-width: 50em) {
  div.home-page section.simple h2 {
    font-size: 3rem;
  }
}
div.home-page section.simple div {
  text-align: center;
}
div.home-page section.simple .desc {
  margin-bottom: 35px;
}
div.home-page section.simple hr {
  background: rgb(70, 130, 180);
  background: radial-gradient(circle, rgb(70, 130, 180) 4%, rgb(255, 255, 255) 90%);
  height: 2px;
}
@media screen and (min-width: 769px) {
  div.home-page section.simple hr {
    background: radial-gradient(circle, rgb(70, 130, 180) 4%, rgb(255, 255, 255) 40%);
  }
}
div.home-page section.photo-block .wrap {
  padding: 4rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media (min-width: 70em) {
  div.home-page section.photo-block .wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (min-width: 70em) {
  div.home-page section.photo-block .wrap .content, div.home-page section.photo-block .wrap .photo {
    width: 50%;
  }
}
@media (min-width: 70em) {
  div.home-page section.photo-block .wrap .content {
    padding-right: 2.5rem;
  }
}
div.home-page section.photo-block .wrap .content div {
  margin-bottom: 2rem;
}
div.home-page section.photo-block .wrap h2 {
  font-size: 2rem;
}
@media (min-width: 50em) {
  div.home-page section.photo-block .wrap h2 {
    font-size: 3rem;
  }
}
div.home-page section.photo-block .wrap .buttons-block {
  text-align: center;
}
div.home-page section.photo-block .wrap ul {
  list-style: none;
  padding: 0;
}
div.home-page section.photo-block .wrap ul li {
  margin-bottom: 1rem;
  font-size: 16px;
}
@media screen and (min-width: 769px) {
  div.home-page section.photo-block .wrap ul li {
    font-size: 18px;
  }
}
div.home-page section.photo-block .wrap ul li span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
div.home-page section.photo-block .wrap ul li span::before {
  content: "";
  display: inline-block;
  width: 36px;
  height: 36px;
  min-width: 36px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%234682b4' viewBox='0 0 24 24'%3E%3Cpath d='M20.285 2l-11.285 11.567-5.286-5.011-3.714 3.716 9 8.728 15-15.285z'/%3E%3C/svg%3E");
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: center;
  border: 3px solid #4682b4;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 1rem;
}
div.home-page section.photo-block.alt {
  background-color: #eeeeee;
}
div.home-page section.photo-block.alt .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media (min-width: 70em) {
  div.home-page section.photo-block.alt .wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media (min-width: 70em) {
  div.home-page section.photo-block.alt .content {
    padding-left: 2.5rem;
  }
}
div.home-page section.horizontal-accordion {
  padding-bottom: 3rem;
}
div.home-page section.horizontal-accordion .accordion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 450px;
  overflow: hidden;
  gap: 2rem;
}
@media screen and (max-width: 1000px) {
  div.home-page section.horizontal-accordion .accordion {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
  }
}
div.home-page section.horizontal-accordion .accordion details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
  -webkit-transition: -webkit-box-flex 0.3s ease-in-out;
  transition: -webkit-box-flex 0.3s ease-in-out;
  transition: flex 0.3s ease-in-out;
  transition: flex 0.3s ease-in-out, -webkit-box-flex 0.3s ease-in-out, -ms-flex 0.3s ease-in-out;
  background: #172837;
  color: white;
  border-radius: 8px;
}
div.home-page section.horizontal-accordion .accordion details[open] {
  -webkit-box-flex: 5;
      -ms-flex: 5;
          flex: 5;
  background: rgb(37, 69, 96);
  background: -webkit-gradient(linear, left top, right top, from(rgb(37, 69, 96)), color-stop(70%, rgb(0, 0, 0)));
  background: linear-gradient(90deg, rgb(37, 69, 96) 0%, rgb(0, 0, 0) 70%);
  margin: 0;
}
div.home-page section.horizontal-accordion .accordion details[open] summary {
  background-color: transparent;
}
div.home-page section.horizontal-accordion .accordion details .overlay {
  background-image: url("../../assets/images/home-hero.png");
  position: static;
}
div.home-page section.horizontal-accordion .accordion details .accordion-content {
  padding: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  div.home-page section.horizontal-accordion .accordion details .accordion-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
  }
}
div.home-page section.horizontal-accordion .accordion details .accordion-content .photo {
  width: 40%;
  margin-left: 10px;
}
@media screen and (max-width: 1000px) {
  div.home-page section.horizontal-accordion .accordion details .accordion-content .photo {
    width: 100%;
    margin: 0;
  }
}
div.home-page section.horizontal-accordion .accordion details .accordion-content .content {
  width: 60%;
}
@media screen and (max-width: 1000px) {
  div.home-page section.horizontal-accordion .accordion details .accordion-content .content {
    width: 100%;
  }
}
div.home-page section.horizontal-accordion .accordion details .accordion-content .content h4 {
  font-weight: 400;
  font-size: 2rem;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 1000px) {
  div.home-page section.horizontal-accordion .accordion details .accordion-content .content h4 {
    margin-top: 1.5rem;
  }
}
div.home-page section.horizontal-accordion .accordion details summary {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  padding: 2rem;
  cursor: pointer;
  text-align: center;
  color: white;
  margin: 0;
  border-radius: 8px;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
  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;
  font-weight: 400;
  font-size: 2rem;
}
@media screen and (max-width: 1000px) {
  div.home-page section.horizontal-accordion .accordion details summary {
    display: none;
  }
}
div.home-page section.block-accordion {
  padding: 4rem 0;
}
div.home-page section.block-accordion .intro h2 {
  text-align: center;
  font-size: 2rem;
}
@media (min-width: 50em) {
  div.home-page section.block-accordion .intro h2 {
    font-size: 3rem;
  }
}
div.home-page section.block-accordion .intro div {
  text-align: center;
  margin-bottom: 35px;
}
@media (min-width: 70em) {
  div.home-page section.block-accordion .accordion-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 70em) {
  div.home-page section.block-accordion .accordion-wrap .accordion, div.home-page section.block-accordion .accordion-wrap .photo {
    width: 50%;
  }
}
div.home-page section.block-accordion .accordion-wrap .photo {
  padding-bottom: 30px;
}
@media (min-width: 70em) {
  div.home-page section.block-accordion .accordion-wrap .photo {
    padding-right: 2rem;
  }
}
div.home-page section.block-accordion .accordion-wrap .accordion details {
  padding: 1rem;
  border-bottom: 1px solid #e5e5e5;
  -webkit-transition: -webkit-box-flex 0.3s ease-in-out;
  transition: -webkit-box-flex 0.3s ease-in-out;
  transition: flex 0.3s ease-in-out;
  transition: flex 0.3s ease-in-out, -webkit-box-flex 0.3s ease-in-out, -ms-flex 0.3s ease-in-out;
  cursor: pointer;
  font-size: 1rem;
}
@media screen and (min-width: 769px) {
  div.home-page section.block-accordion .accordion-wrap .accordion details {
    font-size: 18px;
  }
}
div.home-page section.block-accordion .accordion-wrap .accordion details:last-child {
  border: 0;
}
div.home-page section.block-accordion .accordion-wrap .accordion details[open] {
  background-color: #e5e5e5;
  border-radius: 8px;
}
div.home-page section.block-accordion .accordion-wrap .accordion details[open] summary::marker {
  content: "";
}
div.home-page section.block-accordion .accordion-wrap .accordion details[open] summary::after {
  content: "";
  display: inline-block;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  float: right;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 15l6-6 6 6'%3E%3C/path%3E%3C/svg%3E");
  height: 24px;
  width: 24px;
}
div.home-page section.block-accordion .accordion-wrap .accordion details[open] summary div {
  font-weight: bold;
  font-size: 1rem;
}
@media screen and (min-width: 769px) {
  div.home-page section.block-accordion .accordion-wrap .accordion details[open] summary div {
    font-size: 18px;
  }
}
div.home-page section.block-accordion .accordion-wrap .accordion summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
div.home-page section.block-accordion .accordion-wrap .accordion summary::marker {
  content: "";
}
div.home-page section.block-accordion .accordion-wrap .accordion summary::after {
  content: "";
  display: inline-block;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  float: right;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'%3E%3C/path%3E%3C/svg%3E");
  height: 24px;
  width: 24px;
}
div.home-page section.block-accordion .accordion-wrap .accordion summary div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1rem;
}
@media screen and (min-width: 769px) {
  div.home-page section.block-accordion .accordion-wrap .accordion summary div {
    font-size: 18px;
  }
}
div.home-page section.block-accordion .accordion-wrap .accordion summary div img {
  margin-right: 1rem;
}
div.home-page section.block-accordion .accordion-wrap .accordion .accordion-content {
  padding-top: 2rem;
}