@charset "UTF-8";
/*! Slick Design CSS */
/**** Match these to the custom colors in wp_custom.php > add_theme_support( 'editor-color-palette',  ****/
.has-black-color {
  color: #000000;
}

.has-black-background-color {
  background: #000000;
}

.has-font-color {
  color: #000000;
}

.has-font-background-color {
  background: #000000;
}

.has-grey-dark-color {
  color: #383838;
}

.has-grey-dark-background-color {
  background: #383838;
}

.has-grey-color {
  color: #aaaaaa;
}

.has-grey-background-color {
  background: #aaaaaa;
}

.has-line-color {
  color: #cccccc;
}

.has-line-background-color {
  background: #cccccc;
}

.has-light-color {
  color: #f2f2f2;
}

.has-light-background-color {
  background: #f2f2f2;
}

.has-white-color {
  color: #FFFFFF;
}

.has-white-background-color {
  background: #FFFFFF;
}

.has-brand-dark-color {
  color: #000000;
}

.has-brand-dark-background-color {
  background: #000000;
}

.has-brand-color {
  color: #000000;
}

.has-brand-background-color {
  background: #000000;
}

.has-brand-light-color {
  color: #262626;
}

.has-brand-light-background-color {
  background: #262626;
}

.has-accent-dark-color {
  color: black;
}

.has-accent-dark-background-color {
  background: black;
}

.has-accent-color {
  color: black;
}

.has-accent-background-color {
  background: black;
}

.has-accent-light-color {
  color: #262626;
}

.has-accent-light-background-color {
  background: #262626;
}

/*! normalize.css v7.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
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

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

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

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

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

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 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 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

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

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

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 1em; /* 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;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

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

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

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

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

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

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

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

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

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

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

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

/* GRIDLING
 * ---------------------------------------------
 * Version: 1.2.3
 * Copyright (c) 2017 N. Talbot; Dual licensed: MIT/GPL
 *
 * Description:
 * ---------------------------------------------
 * Gridling is a lightweight CSS layout tool for building responsive websites fast.
 *
 * Inspired by the Twitter Bootstrap framework, simple row and column classes are used
 * to convert design layouts into a grid of halves, thirds, quarters and fifths.
 * Gridling also includes breakpoint variables that can be reused throughout your project
 * to handle all media queries, its system is adaptable and highly customisable.
 *
 * Features:
 * ---------------------------------------------
 * 1. Grid system
 * 2. Spacing utilties (Padding and Margin)
 * 3. Media breakpoint variables
 *
 * More information:
 * ---------------------------------------------
 * http://gridling.naashdev.net
 * By Nathan Talbot
 */
.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}
.grid, .modal .inner, .wp-block-group.is-style-full-width .wp-block-group__inner-container, .wp-block-group.is-style-full-width .wp-block-cover__inner-container, .wp-block-cover.is-style-full-width .wp-block-group__inner-container, .wp-block-cover.is-style-full-width .wp-block-cover__inner-container {
  max-width: 1366px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
.grid:before, .modal .inner:before, .wp-block-group.is-style-full-width .wp-block-group__inner-container:before, .wp-block-group.is-style-full-width .wp-block-cover__inner-container:before, .wp-block-cover.is-style-full-width .wp-block-group__inner-container:before, .wp-block-cover.is-style-full-width .wp-block-cover__inner-container:before, .grid:after, .modal .inner:after, .wp-block-group.is-style-full-width .wp-block-group__inner-container:after, .wp-block-group.is-style-full-width .wp-block-cover__inner-container:after, .wp-block-cover.is-style-full-width .wp-block-group__inner-container:after, .wp-block-cover.is-style-full-width .wp-block-cover__inner-container:after {
  content: "";
  display: table;
}
.grid:after, .modal .inner:after, .wp-block-group.is-style-full-width .wp-block-group__inner-container:after, .wp-block-group.is-style-full-width .wp-block-cover__inner-container:after, .wp-block-cover.is-style-full-width .wp-block-group__inner-container:after, .wp-block-cover.is-style-full-width .wp-block-cover__inner-container:after {
  clear: both;
}

.grid-lg {
  max-width: 1440px;
}

.row:before, .row:after {
  content: "";
  display: table;
}
.row:after {
  clear: both;
}

.col {
  width: 100%;
  float: left;
  min-height: 1px;
}

.wp-block-group.is-style-full-width {
  margin: 0px -20px;
}
.m-t-1 {
  margin-top: 10px;
}

.m-t-2 {
  margin-top: 20px;
}

.m-t-3 {
  margin-top: 30px;
}

.m-t-4 {
  margin-top: 40px;
}

.m-t-5 {
  margin-top: 50px;
}

.m-t-6 {
  margin-top: 60px;
}

.m-t-7 {
  margin-top: 70px;
}

.m-t-8 {
  margin-top: 80px;
}

.m-t-9 {
  margin-top: 90px;
}

.m-t-10 {
  margin-top: 100px;
}

.m-t-11 {
  margin-top: 110px;
}

.m-t-12 {
  margin-top: 120px;
}

.m-r-1 {
  margin-right: 10px;
}

.m-r-2 {
  margin-right: 20px;
}

.m-r-3 {
  margin-right: 30px;
}

.m-r-4 {
  margin-right: 40px;
}

.m-r-5 {
  margin-right: 50px;
}

.m-r-6 {
  margin-right: 60px;
}

.m-r-7 {
  margin-right: 70px;
}

.m-r-8 {
  margin-right: 80px;
}

.m-r-9 {
  margin-right: 90px;
}

.m-r-10 {
  margin-right: 100px;
}

.m-r-11 {
  margin-right: 110px;
}

.m-r-12 {
  margin-right: 120px;
}

.m-b-1 {
  margin-bottom: 10px;
}

.m-b-2 {
  margin-bottom: 20px;
}

.m-b-3 {
  margin-bottom: 30px;
}

.m-b-4 {
  margin-bottom: 40px;
}

.m-b-5 {
  margin-bottom: 50px;
}

.m-b-6 {
  margin-bottom: 60px;
}

.m-b-7 {
  margin-bottom: 70px;
}

.m-b-8 {
  margin-bottom: 80px;
}

.m-b-9 {
  margin-bottom: 90px;
}

.m-b-10 {
  margin-bottom: 100px;
}

.m-b-11 {
  margin-bottom: 110px;
}

.m-b-12 {
  margin-bottom: 120px;
}

.m-l-1 {
  margin-left: 10px;
}

.m-l-2 {
  margin-left: 20px;
}

.m-l-3 {
  margin-left: 30px;
}

.m-l-4 {
  margin-left: 40px;
}

.m-l-5 {
  margin-left: 50px;
}

.m-l-6 {
  margin-left: 60px;
}

.m-l-7 {
  margin-left: 70px;
}

.m-l-8 {
  margin-left: 80px;
}

.m-l-9 {
  margin-left: 90px;
}

.m-l-10 {
  margin-left: 100px;
}

.m-l-11 {
  margin-left: 110px;
}

.m-l-12 {
  margin-left: 120px;
}

.p-t-1 {
  padding-top: 10px;
}

.p-t-2 {
  padding-top: 20px;
}

.p-t-3 {
  padding-top: 30px;
}

.p-t-4 {
  padding-top: 40px;
}

.p-t-5 {
  padding-top: 50px;
}

.p-t-6 {
  padding-top: 60px;
}

.p-t-7 {
  padding-top: 70px;
}

.p-t-8 {
  padding-top: 80px;
}

.p-t-9 {
  padding-top: 90px;
}

.p-t-10 {
  padding-top: 100px;
}

.p-t-11 {
  padding-top: 110px;
}

.p-t-12 {
  padding-top: 120px;
}

.p-r-1 {
  padding-right: 10px;
}

.p-r-2 {
  padding-right: 20px;
}

.p-r-3 {
  padding-right: 30px;
}

.p-r-4 {
  padding-right: 40px;
}

.p-r-5 {
  padding-right: 50px;
}

.p-r-6 {
  padding-right: 60px;
}

.p-r-7 {
  padding-right: 70px;
}

.p-r-8 {
  padding-right: 80px;
}

.p-r-9 {
  padding-right: 90px;
}

.p-r-10 {
  padding-right: 100px;
}

.p-r-11 {
  padding-right: 110px;
}

.p-r-12 {
  padding-right: 120px;
}

.p-b-1 {
  padding-bottom: 10px;
}

.p-b-2 {
  padding-bottom: 20px;
}

.p-b-3 {
  padding-bottom: 30px;
}

.p-b-4 {
  padding-bottom: 40px;
}

.p-b-5 {
  padding-bottom: 50px;
}

.p-b-6 {
  padding-bottom: 60px;
}

.p-b-7 {
  padding-bottom: 70px;
}

.p-b-8 {
  padding-bottom: 80px;
}

.p-b-9 {
  padding-bottom: 90px;
}

.p-b-10 {
  padding-bottom: 100px;
}

.p-b-11 {
  padding-bottom: 110px;
}

.p-b-12 {
  padding-bottom: 120px;
}

.p-l-1 {
  padding-left: 10px;
}

.p-l-2 {
  padding-left: 20px;
}

.p-l-3 {
  padding-left: 30px;
}

.p-l-4 {
  padding-left: 40px;
}

.p-l-5 {
  padding-left: 50px;
}

.p-l-6 {
  padding-left: 60px;
}

.p-l-7 {
  padding-left: 70px;
}

.p-l-8 {
  padding-left: 80px;
}

.p-l-9 {
  padding-left: 90px;
}

.p-l-10 {
  padding-left: 100px;
}

.p-l-11 {
  padding-left: 110px;
}

.p-l-12 {
  padding-left: 120px;
}

/* MIXINS
 * ---------------------------------------------
 *
 * This is a custom library of reusable mixins.
 * To make navigating the files easier I've seperated
 * these into the below sections:
 *
 * Contents:
 * ---------------------------------------------
 * 1. Base & Resets
 * 2. Layout
 * 3. Elements
 * 4. Animations & Transitions
 * 5. Misc (For project specific mixins)
 */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes spin-dots {
  0%, 80%, 100% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}
@keyframes activate {
  0% {
    transform: translateY(-10px);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}
@keyframes load {
  0% {
    transform: scaleX(0);
  }
  50% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(1);
  }
}
.hide-text {
  font-size: 0 !important;
  color: transparent !important;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
  text-decoration: none;
  position: absolute;
  top: 0;
  left: 0;
}

.relative {
  position: relative;
}

.center {
  text-align: center;
}

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

*, *:before, *:after {
  box-sizing: border-box;
}

*:focus:not(:focus-visible) {
  outline: none;
}

html {
  -webkit-tap-highlight-color: transparent;
}

html, body {
  overflow-x: hidden;
}

body {
  background: #FFFFFF;
  font-family: "sofia-pro", Helvetica, Arial, sans-serif;
  font-size: 14px; /* All font sizes calculated against this one */
  color: #000000;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  --header-height-mobile: 60px;
}

::-moz-selection {
  background: #383838;
  color: #FFFFFF;
}

::selection {
  background: #383838;
  color: #FFFFFF;
}

::-moz-selection {
  background: #383838;
  color: #FFFFFF;
}

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

iframe {
  max-width: 100%;
}

figure {
  margin: 0 0 20px;
}

figcaption {
  text-align: center;
  margin: 5px 0px 0px;
}

.aligncenter {
  display: block;
  margin: 0 auto;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, .categories, h5, .h5, .team .team-member .title > *, h6, .h6,
body .gform_wrapper h3.gform_title {
  font-weight: bold;
  line-height: 1.4;
  margin: 1.5rem 0 1.5rem 0;
}

h1, .h1 {
  font-size: 1.875em;
  margin-top: 0;
}

h2, .h2 {
  font-size: 1.5em;
}

h3,
.h3,
body .gform_wrapper h3.gform_title {
  letter-spacing: inherit !important;
  font-size: 1.375em;
}

h4, .h4, .categories {
  font-size: 1.2rem;
}

h5, .h5, .team .team-member .title > * {
  font-size: 1rem;
}

h6, .h6 {
  font-size: 0.8rem;
}

p,
body .gform_wrapper .gform_description {
  margin: 0 0 1.5rem;
}

ul, ol {
  margin: 0 0 24px;
}

a {
  color: #000000;
  font-weight: 700;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  text-decoration: none;
}
a:hover, a:focus {
  color: #000000;
  text-decoration: underline;
}

strong, b {
  font-weight: bold;
}

.is-style-lead {
  font-size: 1.2rem;
}

.accordion {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 3rem;
}
.accordion .item {
  border: 1px solid #000000;
  margin-bottom: 1px;
}
.accordion div {
  position: relative;
}
.accordion div label {
  color: #000000;
  font-weight: bold;
  display: block;
  padding: 12px 4px;
  margin: 0px;
  background-color: #000000;
  color: #FFFFFF;
  cursor: pointer;
}
.accordion div label:before {
  content: "\e90f";
  font-family: "Icomoon";
  transform: rotate(0deg);
  transform-origin: center;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  color: inherit;
  float: left;
  font-size: 1.25em;
  width: 30px;
  height: 30px;
  text-align: center;
  position: relative;
  top: -2px;
}
.accordion div input {
  -webkit-appearance: none;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.accordion div input:checked + label + .content {
  max-height: 100vh;
  overflow-y: auto;
  padding: 16px 2rem;
  opacity: 1;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.2s linear;
}
.accordion div input:checked + label:before {
  transform: rotate(45deg);
}
.accordion div .content {
  overflow: hidden;
  max-height: 0px;
  padding: 0;
  opacity: 0;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.2s linear, padding 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
}
.accordion.arrows div label:before, .accordion.is-style-arrows div label:before {
  content: "\e905";
}
.accordion.arrows div input:checked + label:before, .accordion.is-style-arrows div input:checked + label:before {
  transform: rotate(-180deg);
}
.accordion.plus-minus div label:before, .accordion.is-style-plus-minus div label:before {
  content: "\e90f";
}
.accordion.plus-minus div input:checked + label:before, .accordion.is-style-plus-minus div input:checked + label:before {
  transform: rotate(45deg);
}

.tabs-group {
  margin-bottom: 24px;
}
.tabs-group .tabs ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.tabs-group .tabs ul:before, .tabs-group .tabs ul:after {
  content: "";
  display: table;
}
.tabs-group .tabs ul:after {
  clear: both;
}
.tabs-group .tabs ul > li {
  float: left;
}
.tabs-group .tabs ul > li > a {
  display: block;
  padding: 16px 24px;
  background: #000000;
  color: #FFFFFF;
  text-decoration: none;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
.tabs-group .tabs ul > li > a.is-active {
  background: #000000;
}
.tabs-group .tabs ul > li > a:hover, .tabs-group .tabs ul > li > a:focus {
  background: #000000;
}
.tabs-group .tab-content {
  display: none;
  padding: 32px 0;
}
.tabs-group .tab-content.is-active {
  display: block;
  animation-name: activate;
  animation-duration: 0.4s;
  animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  animation-iteration-count: 1;
  animation-fill-mode: both;
}
.tabs-group .tab-content *:first-child {
  margin-top: 0;
}
.tabs-group .tab-content *:last-child {
  margin-bottom: 0;
}

.posts {
  margin-top: 1.5rem;
  display: grid;
  gap: 3rem;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: stretch;
}
.posts > .post {
  margin: 0;
  background: #fff;
}
.posts > .post .content {
  background-color: #000000;
  padding: 1rem;
}
.posts > .post a {
  font-weight: 400;
  color: #FFFFFF;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.posts > .post a:hover {
  text-decoration: none;
}
.posts > .post a:hover .image img {
  transform: scale(1.05);
}
.posts > .post a > div {
  flex: 1 0;
}
.posts > .post .image {
  padding-top: 70%;
  position: relative;
  filter: grayscale(50%);
  flex: 0 0;
  overflow: hidden;
}
.posts > .post .image span {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 10px;
  text-transform: uppercase;
  font-size: 1em;
}
.posts > .post .image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  transform: scale(1);
  position: absolute;
  top: 0;
  transition: transform 0.3s ease-in-out;
}
.posts > .post h3 {
  margin-top: 10px;
  margin-bottom: 0;
}
.posts > .post.listing .status {
  display: block;
  padding: 0.5rem 1rem;
  text-transform: uppercase;
  font-weight: 700;
  color: #FFFFFF;
  background-color: #000000;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  bottom: unset;
  text-align: center;
}
.posts > .post.listing .status.sold {
  background-color: #000000;
}
.posts > .post.listing .status.under-offer-off-market, .posts > .post.listing .status.contracts-exchange- {
  width: 65%;
}
.posts .featured {
  width: calc(66.6% - 6rem);
  flex-basis: calc(66.6% - 6rem);
}
.posts .featured .image {
  padding-top: calc(50% - 3rem);
}

.pagination {
  margin: 20px auto 40px;
}
.pagination > * {
  display: inline-block;
  border: 1px solid #000000;
  min-width: 38px;
  height: 38px;
  line-height: 34px;
  text-align: center;
  padding: 0px 8px !important;
}
.pagination > *:hover, .pagination > *:focus {
  background: #000000;
  color: #FFFFFF;
}

.page-numbers {
  padding: 6px;
  margin-right: 5px;
}
.page-numbers.current {
  font-weight: bold;
  border: 0px;
}
.page-numbers.current:hover {
  background: transparent;
  color: #000000;
}

.single-post .content h2 {
  margin-bottom: 10px;
}
.single-post .content .meta {
  margin-bottom: 40px;
}
.single-post .content .meta span.post-date {
  padding-right: 30px;
}
.single-post .content h3 {
  margin: 40px auto 10px;
}
.single-post .content .thumbnail img {
  filter: grayscale(50%);
}

.single .extended-width {
  width: 100%;
}
.single .extended-width > div {
  padding-top: 66%;
  position: relative;
}
.single .extended-width img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  top: 0;
}

.categories {
  font-weight: 400;
}
.categories .categories-inner > * {
  padding-right: 2rem;
  font-weight: 400;
}
.categories .categories-inner > *.current, .categories .categories-inner > *:hover {
  font-weight: 700;
}

.related .related-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.single-team .contact-details {
  display: inline-block;
  background-color: #f2f2f2;
  padding: 0.5rem 1rem;
  margin-bottom: 1.5rem;
}
.single-team .contact-details > * {
  margin-right: 2rem;
}
.single-team .contact-details > *:last-child {
  margin-right: 0;
}
.single-team .long, .single-team .short {
  padding-left: 6rem;
  position: relative;
}
.single-team .long:before, .single-team .short:before {
  content: "";
  height: 5px;
  background-color: #000000;
  position: absolute;
  top: 10px;
  left: 0;
}
.single-team .long > *:first-child::before {
  content: "The long: ";
  font-weight: 700;
}
.single-team .long:before {
  width: 4rem;
}
.single-team .short:before {
  width: 2rem;
}

.single-listing .status {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.25rem;
  display: block;
  margin-top: 1rem;
  margin-bottom: 2rem;
}
.single-listing .status.sold {
  color: #383838;
}
.single-listing .status.under-offer {
  color: #383838;
}
.single-listing .thumbnail {
  position: relative;
  overflow: hidden;
}
.single-listing .thumbnail img {
  filter: grayscale(50%);
}
.single-listing .thumbnail .status {
  background: #000000;
  color: #FFFFFF;
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  margin: 0;
  transition: top 0.3s ease-out;
  z-index: 1;
  text-align: center;
}
.single-listing .thumbnail .status.under-offer-off-market, .single-listing .thumbnail .status.contracts-exchange- {
  width: 65%;
}
a.btn,
.wp-block-button a,
.wp-block-file a.wp-block-file__button,
button:not([id*=slick-slide]),
input[type=submit] {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  font-size: 1rem;
  font-family: "sofia-pro", Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1;
  padding: 16px 24px;
  border: 0;
  border-radius: 0;
  margin: 0 8px 0 0;
  opacity: 1 !important;
  box-shadow: none;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  color: #FFFFFF;
  background: #000000;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  min-width: 128px;
}
a.btn:hover, a.btn:focus,
.wp-block-button a:hover,
.wp-block-button a:focus,
.wp-block-file a.wp-block-file__button:hover,
.wp-block-file a.wp-block-file__button:focus,
button:not([id*=slick-slide]):hover,
button:not([id*=slick-slide]):focus,
input[type=submit]:hover,
input[type=submit]:focus {
  background: #000000;
  color: #FFFFFF;
}

a.btn-secondary,
.wp-block-button.btn-secondary a,
.wp-block-file.btn-secondary a.wp-block-file__button,
button.btn-secondary,
input[type=submit].btn-secondary {
  color: #FFFFFF;
  background: black;
}
a.btn-secondary:hover, a.btn-secondary:focus,
.wp-block-button.btn-secondary a:hover,
.wp-block-button.btn-secondary a:focus,
.wp-block-file.btn-secondary a.wp-block-file__button:hover,
.wp-block-file.btn-secondary a.wp-block-file__button:focus,
button.btn-secondary:hover,
button.btn-secondary:focus,
input[type=submit].btn-secondary:hover,
input[type=submit].btn-secondary:focus {
  background: black;
}

a.btn-outline, body .gform_wrapper .gform_footer a.gform_button,
.wp-block-button.is-style-outline a,
.wp-block-button.btn-outline a,
body .gform_wrapper .gform_footer .wp-block-button.gform_button a,
.wp-block-file.btn-outline a.wp-block-file__button,
body .gform_wrapper .gform_footer .wp-block-file.gform_button a.wp-block-file__button,
button.btn-outline,
body .gform_wrapper .gform_footer button.gform_button,
input[type=submit].btn-outline,
body .gform_wrapper .gform_footer input[type=submit].gform_button {
  color: #000000;
  background: rgba(0, 0, 0, 0);
  border: 2px solid #000000;
  padding: 14px 22px;
}
a.btn-outline:hover, body .gform_wrapper .gform_footer a.gform_button:hover, a.btn-outline:focus, body .gform_wrapper .gform_footer a.gform_button:focus,
.wp-block-button.is-style-outline a:hover,
.wp-block-button.is-style-outline a:focus,
.wp-block-button.btn-outline a:hover,
body .gform_wrapper .gform_footer .wp-block-button.gform_button a:hover,
.wp-block-button.btn-outline a:focus,
body .gform_wrapper .gform_footer .wp-block-button.gform_button a:focus,
.wp-block-file.btn-outline a.wp-block-file__button:hover,
body .gform_wrapper .gform_footer .wp-block-file.gform_button a.wp-block-file__button:hover,
.wp-block-file.btn-outline a.wp-block-file__button:focus,
body .gform_wrapper .gform_footer .wp-block-file.gform_button a.wp-block-file__button:focus,
button.btn-outline:hover,
body .gform_wrapper .gform_footer button.gform_button:hover,
button.btn-outline:focus,
body .gform_wrapper .gform_footer button.gform_button:focus,
input[type=submit].btn-outline:hover,
body .gform_wrapper .gform_footer input[type=submit].gform_button:hover,
input[type=submit].btn-outline:focus,
body .gform_wrapper .gform_footer input[type=submit].gform_button:focus {
  color: #FFFFFF;
  background: #000000;
}

a.btn-disabled,
.wp-block-button.btn-disabled a,
.wp-block-file.btn-disabled a.wp-block-file__button,
button.btn-disabled,
input[type=submit].btn-disabled {
  color: #aaaaaa;
  background: #f2f2f2;
  pointer-events: none;
}
a.btn-disabled:hover, a.btn-disabled:focus,
.wp-block-button.btn-disabled a:hover,
.wp-block-button.btn-disabled a:focus,
.wp-block-file.btn-disabled a.wp-block-file__button:hover,
.wp-block-file.btn-disabled a.wp-block-file__button:focus,
button.btn-disabled:hover,
button.btn-disabled:focus,
input[type=submit].btn-disabled:hover,
input[type=submit].btn-disabled:focus {
  color: #aaaaaa;
  background: #f2f2f2;
}

a.btn-support,
.wp-block-button.btn-support a,
.wp-block-file.btn-support a.wp-block-file__button,
button.btn-support,
input[type=submit].btn-support {
  color: transparent;
  background: none;
  text-decoration: underline;
  font-weight: 400;
  text-transform: uppercase;
  color: #000000;
  padding-left: 60px;
}
a.btn-support:before,
.wp-block-button.btn-support a:before,
.wp-block-file.btn-support a.wp-block-file__button:before,
button.btn-support:before,
input[type=submit].btn-support:before {
  content: "";
  width: 25px;
  height: 5px;
  background-color: #000000;
  display: inline-block;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  transition: width 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}
a.btn-support:hover, a.btn-support:focus,
.wp-block-button.btn-support a:hover,
.wp-block-button.btn-support a:focus,
.wp-block-file.btn-support a.wp-block-file__button:hover,
.wp-block-file.btn-support a.wp-block-file__button:focus,
button.btn-support:hover,
button.btn-support:focus,
input[type=submit].btn-support:hover,
input[type=submit].btn-support:focus {
  color: #000000;
  background: transparent;
}
a.btn-support:hover:before, a.btn-support:focus:before,
.wp-block-button.btn-support a:hover:before,
.wp-block-button.btn-support a:focus:before,
.wp-block-file.btn-support a.wp-block-file__button:hover:before,
.wp-block-file.btn-support a.wp-block-file__button:focus:before,
button.btn-support:hover:before,
button.btn-support:focus:before,
input[type=submit].btn-support:hover:before,
input[type=submit].btn-support:focus:before {
  width: 50px;
}
a.btn-support.is-color-white,
.wp-block-button.btn-support a.is-color-white,
.wp-block-file.btn-support a.wp-block-file__button.is-color-white,
button.btn-support.is-color-white,
input[type=submit].btn-support.is-color-white {
  color: #FFFFFF;
}
a.btn-support.is-color-white::before,
.wp-block-button.btn-support a.is-color-white::before,
.wp-block-file.btn-support a.wp-block-file__button.is-color-white::before,
button.btn-support.is-color-white::before,
input[type=submit].btn-support.is-color-white::before {
  background-color: #FFFFFF;
}

a.btn-full {
  width: 100%;
}

.wp-block-button.is-style-fill a.has-background {
  border-style: solid;
  border-width: 2px;
}

.wp-block-button a.has-black-color {
  color: #000000;
}
.wp-block-button a.has-black-color:hover, .wp-block-button a.has-black-color:focus {
  background-color: #000000;
}
.wp-block-button a.has-black-color:not(.has-background):hover, .wp-block-button a.has-black-color:not(.has-background):focus {
  color: #FFFFFF;
}
.wp-block-button a.has-black-background-color {
  background-color: #000000;
}
.wp-block-button a.has-black-background-color:hover, .wp-block-button a.has-black-background-color:focus {
  color: #000000;
}
.wp-block-button a.has-black-background-color:not(.has-text-color):hover, .wp-block-button a.has-black-background-color:not(.has-text-color):focus {
  background-color: #FFFFFF;
}
.wp-block-button.is-style-outline a.has-black-color {
  border-color: #000000;
}
.wp-block-button.is-style-fill a.has-black-background-color {
  border-color: #000000;
}

.wp-block-button a.has-font-color {
  color: #000000;
}
.wp-block-button a.has-font-color:hover, .wp-block-button a.has-font-color:focus {
  background-color: #000000;
}
.wp-block-button a.has-font-color:not(.has-background):hover, .wp-block-button a.has-font-color:not(.has-background):focus {
  color: #FFFFFF;
}
.wp-block-button a.has-font-background-color {
  background-color: #000000;
}
.wp-block-button a.has-font-background-color:hover, .wp-block-button a.has-font-background-color:focus {
  color: #000000;
}
.wp-block-button a.has-font-background-color:not(.has-text-color):hover, .wp-block-button a.has-font-background-color:not(.has-text-color):focus {
  background-color: #FFFFFF;
}
.wp-block-button.is-style-outline a.has-font-color {
  border-color: #000000;
}
.wp-block-button.is-style-fill a.has-font-background-color {
  border-color: #000000;
}

.wp-block-button a.has-grey-dark-color {
  color: #383838;
}
.wp-block-button a.has-grey-dark-color:hover, .wp-block-button a.has-grey-dark-color:focus {
  background-color: #383838;
}
.wp-block-button a.has-grey-dark-color:not(.has-background):hover, .wp-block-button a.has-grey-dark-color:not(.has-background):focus {
  color: #FFFFFF;
}
.wp-block-button a.has-grey-dark-background-color {
  background-color: #383838;
}
.wp-block-button a.has-grey-dark-background-color:hover, .wp-block-button a.has-grey-dark-background-color:focus {
  color: #383838;
}
.wp-block-button a.has-grey-dark-background-color:not(.has-text-color):hover, .wp-block-button a.has-grey-dark-background-color:not(.has-text-color):focus {
  background-color: #000000;
}
.wp-block-button.is-style-outline a.has-grey-dark-color {
  border-color: #383838;
}
.wp-block-button.is-style-fill a.has-grey-dark-background-color {
  border-color: #383838;
}

.wp-block-button a.has-grey-color {
  color: #aaaaaa;
}
.wp-block-button a.has-grey-color:hover, .wp-block-button a.has-grey-color:focus {
  background-color: #aaaaaa;
}
.wp-block-button a.has-grey-color:not(.has-background):hover, .wp-block-button a.has-grey-color:not(.has-background):focus {
  color: #FFFFFF;
}
.wp-block-button a.has-grey-background-color {
  background-color: #aaaaaa;
}
.wp-block-button a.has-grey-background-color:hover, .wp-block-button a.has-grey-background-color:focus {
  color: #aaaaaa;
}
.wp-block-button a.has-grey-background-color:not(.has-text-color):hover, .wp-block-button a.has-grey-background-color:not(.has-text-color):focus {
  background-color: #000000;
}
.wp-block-button.is-style-outline a.has-grey-color {
  border-color: #aaaaaa;
}
.wp-block-button.is-style-fill a.has-grey-background-color {
  border-color: #aaaaaa;
}

.wp-block-button a.has-line-color {
  color: #cccccc;
}
.wp-block-button a.has-line-color:hover, .wp-block-button a.has-line-color:focus {
  background-color: #cccccc;
}
.wp-block-button a.has-line-color:not(.has-background):hover, .wp-block-button a.has-line-color:not(.has-background):focus {
  color: #FFFFFF;
}
.wp-block-button a.has-line-background-color {
  background-color: #cccccc;
}
.wp-block-button a.has-line-background-color:hover, .wp-block-button a.has-line-background-color:focus {
  color: #cccccc;
}
.wp-block-button a.has-line-background-color:not(.has-text-color):hover, .wp-block-button a.has-line-background-color:not(.has-text-color):focus {
  background-color: #000000;
}
.wp-block-button.is-style-outline a.has-line-color {
  border-color: #cccccc;
}
.wp-block-button.is-style-fill a.has-line-background-color {
  border-color: #cccccc;
}

.wp-block-button a.has-light-color {
  color: #f2f2f2;
}
.wp-block-button a.has-light-color:hover, .wp-block-button a.has-light-color:focus {
  background-color: #f2f2f2;
}
.wp-block-button a.has-light-color:not(.has-background):hover, .wp-block-button a.has-light-color:not(.has-background):focus {
  color: #FFFFFF;
}
.wp-block-button a.has-light-background-color {
  background-color: #f2f2f2;
}
.wp-block-button a.has-light-background-color:hover, .wp-block-button a.has-light-background-color:focus {
  color: #f2f2f2;
}
.wp-block-button a.has-light-background-color:not(.has-text-color):hover, .wp-block-button a.has-light-background-color:not(.has-text-color):focus {
  background-color: #000000;
}
.wp-block-button.is-style-outline a.has-light-color {
  border-color: #f2f2f2;
}
.wp-block-button.is-style-fill a.has-light-background-color {
  border-color: #f2f2f2;
}

.wp-block-button a.has-white-color {
  color: #FFFFFF;
}
.wp-block-button a.has-white-color:hover, .wp-block-button a.has-white-color:focus {
  background-color: #FFFFFF;
}
.wp-block-button a.has-white-color:not(.has-background):hover, .wp-block-button a.has-white-color:not(.has-background):focus {
  color: #000000;
}
.wp-block-button a.has-white-background-color {
  background-color: #FFFFFF;
}
.wp-block-button a.has-white-background-color:hover, .wp-block-button a.has-white-background-color:focus {
  color: #FFFFFF;
}
.wp-block-button a.has-white-background-color:not(.has-text-color):hover, .wp-block-button a.has-white-background-color:not(.has-text-color):focus {
  background-color: #000000;
}
.wp-block-button.is-style-outline a.has-white-color {
  border-color: #FFFFFF;
}
.wp-block-button.is-style-fill a.has-white-background-color {
  border-color: #FFFFFF;
}

.wp-block-button a.has-brand-dark-color {
  color: #000000;
}
.wp-block-button a.has-brand-dark-color:hover, .wp-block-button a.has-brand-dark-color:focus {
  background-color: #000000;
}
.wp-block-button a.has-brand-dark-color:not(.has-background):hover, .wp-block-button a.has-brand-dark-color:not(.has-background):focus {
  color: #FFFFFF;
}
.wp-block-button a.has-brand-dark-background-color {
  background-color: #000000;
}
.wp-block-button a.has-brand-dark-background-color:hover, .wp-block-button a.has-brand-dark-background-color:focus {
  color: #000000;
}
.wp-block-button a.has-brand-dark-background-color:not(.has-text-color):hover, .wp-block-button a.has-brand-dark-background-color:not(.has-text-color):focus {
  background-color: #FFFFFF;
}
.wp-block-button.is-style-outline a.has-brand-dark-color {
  border-color: #000000;
}
.wp-block-button.is-style-fill a.has-brand-dark-background-color {
  border-color: #000000;
}

.wp-block-button a.has-brand-color {
  color: #000000;
}
.wp-block-button a.has-brand-color:hover, .wp-block-button a.has-brand-color:focus {
  background-color: #000000;
}
.wp-block-button a.has-brand-color:not(.has-background):hover, .wp-block-button a.has-brand-color:not(.has-background):focus {
  color: #FFFFFF;
}
.wp-block-button a.has-brand-background-color {
  background-color: #000000;
}
.wp-block-button a.has-brand-background-color:hover, .wp-block-button a.has-brand-background-color:focus {
  color: #000000;
}
.wp-block-button a.has-brand-background-color:not(.has-text-color):hover, .wp-block-button a.has-brand-background-color:not(.has-text-color):focus {
  background-color: #FFFFFF;
}
.wp-block-button.is-style-outline a.has-brand-color {
  border-color: #000000;
}
.wp-block-button.is-style-fill a.has-brand-background-color {
  border-color: #000000;
}

.wp-block-button a.has-brand-light-color {
  color: #262626;
}
.wp-block-button a.has-brand-light-color:hover, .wp-block-button a.has-brand-light-color:focus {
  background-color: #262626;
}
.wp-block-button a.has-brand-light-color:not(.has-background):hover, .wp-block-button a.has-brand-light-color:not(.has-background):focus {
  color: #FFFFFF;
}
.wp-block-button a.has-brand-light-background-color {
  background-color: #262626;
}
.wp-block-button a.has-brand-light-background-color:hover, .wp-block-button a.has-brand-light-background-color:focus {
  color: #262626;
}
.wp-block-button a.has-brand-light-background-color:not(.has-text-color):hover, .wp-block-button a.has-brand-light-background-color:not(.has-text-color):focus {
  background-color: #000000;
}
.wp-block-button.is-style-outline a.has-brand-light-color {
  border-color: #262626;
}
.wp-block-button.is-style-fill a.has-brand-light-background-color {
  border-color: #262626;
}

.wp-block-button a.has-accent-dark-color {
  color: black;
}
.wp-block-button a.has-accent-dark-color:hover, .wp-block-button a.has-accent-dark-color:focus {
  background-color: black;
}
.wp-block-button a.has-accent-dark-color:not(.has-background):hover, .wp-block-button a.has-accent-dark-color:not(.has-background):focus {
  color: #FFFFFF;
}
.wp-block-button a.has-accent-dark-background-color {
  background-color: black;
}
.wp-block-button a.has-accent-dark-background-color:hover, .wp-block-button a.has-accent-dark-background-color:focus {
  color: black;
}
.wp-block-button a.has-accent-dark-background-color:not(.has-text-color):hover, .wp-block-button a.has-accent-dark-background-color:not(.has-text-color):focus {
  background-color: #FFFFFF;
}
.wp-block-button.is-style-outline a.has-accent-dark-color {
  border-color: black;
}
.wp-block-button.is-style-fill a.has-accent-dark-background-color {
  border-color: black;
}

.wp-block-button a.has-accent-color {
  color: black;
}
.wp-block-button a.has-accent-color:hover, .wp-block-button a.has-accent-color:focus {
  background-color: black;
}
.wp-block-button a.has-accent-color:not(.has-background):hover, .wp-block-button a.has-accent-color:not(.has-background):focus {
  color: #FFFFFF;
}
.wp-block-button a.has-accent-background-color {
  background-color: black;
}
.wp-block-button a.has-accent-background-color:hover, .wp-block-button a.has-accent-background-color:focus {
  color: black;
}
.wp-block-button a.has-accent-background-color:not(.has-text-color):hover, .wp-block-button a.has-accent-background-color:not(.has-text-color):focus {
  background-color: #FFFFFF;
}
.wp-block-button.is-style-outline a.has-accent-color {
  border-color: black;
}
.wp-block-button.is-style-fill a.has-accent-background-color {
  border-color: black;
}

.wp-block-button a.has-accent-light-color {
  color: #262626;
}
.wp-block-button a.has-accent-light-color:hover, .wp-block-button a.has-accent-light-color:focus {
  background-color: #262626;
}
.wp-block-button a.has-accent-light-color:not(.has-background):hover, .wp-block-button a.has-accent-light-color:not(.has-background):focus {
  color: #FFFFFF;
}
.wp-block-button a.has-accent-light-background-color {
  background-color: #262626;
}
.wp-block-button a.has-accent-light-background-color:hover, .wp-block-button a.has-accent-light-background-color:focus {
  color: #262626;
}
.wp-block-button a.has-accent-light-background-color:not(.has-text-color):hover, .wp-block-button a.has-accent-light-background-color:not(.has-text-color):focus {
  background-color: #000000;
}
.wp-block-button.is-style-outline a.has-accent-light-color {
  border-color: #262626;
}
.wp-block-button.is-style-fill a.has-accent-light-background-color {
  border-color: #262626;
}

.pswp__ui .pswp__button {
  min-width: unset;
  width: unset;
  background-position: 0 0;
}
.pswp__ui .pswp__button--arrow--left, .pswp__ui .pswp__button--arrow--right {
  background: 0 0 !important;
  top: 50%;
  margin-top: -50px !important;
  width: 70px;
  height: 100px;
  position: absolute !important;
}
.pswp__ui .pswp__button--share {
  background-position: -44px -44px !important;
}
.pswp__ui .pswp__button--close {
  background-position: 0 -44px !important;
}
.pswp__ui .pswp__button--zoom, .pswp__ui .pswp__button--zoom:hover {
  background-position: -88px 0;
}

.field {
  position: relative;
  margin-bottom: 8px;
}

label {
  font-size: 1rem;
  display: block;
  margin-bottom: 8px;
  font-weight: 700;
}

input[type=text],
input[type=email],
input[type=number],
input[type=tel],
textarea,
.gform_wrapper textarea,
.select select,
.select .customSelect,
.ginput_container_select select,
.ginput_container_select .customSelect {
  font-size: 1rem !important;
  line-height: 1.6;
  font-family: "sofia-pro", Helvetica, Arial, sans-serif;
  width: 100% !important;
  background: #000000;
  color: #FFFFFF;
  padding: 0.5rem 1rem !important;
  border: 0;
  border-radius: 0px;
  -webkit-appearance: none;
  box-shadow: none;
  transition: border 0.6s cubic-bezier(0.19, 1, 0.22, 1), color 0.6s cubic-bezier(0.19, 1, 0.22, 1), background-color 0.6s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=number]::-moz-placeholder, input[type=tel]::-moz-placeholder, textarea::-moz-placeholder, .gform_wrapper textarea::-moz-placeholder, .select select::-moz-placeholder, .select .customSelect::-moz-placeholder, .ginput_container_select select::-moz-placeholder, .ginput_container_select .customSelect::-moz-placeholder {
  color: #FFFFFF;
  opacity: 1;
}
input[type=text]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=number]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder, textarea:-ms-input-placeholder, .gform_wrapper textarea:-ms-input-placeholder, .select select:-ms-input-placeholder, .select .customSelect:-ms-input-placeholder, .ginput_container_select select:-ms-input-placeholder, .ginput_container_select .customSelect:-ms-input-placeholder {
  color: #FFFFFF;
  opacity: 1;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=number]::placeholder,
input[type=tel]::placeholder,
textarea::placeholder,
.gform_wrapper textarea::placeholder,
.select select::placeholder,
.select .customSelect::placeholder,
.ginput_container_select select::placeholder,
.ginput_container_select .customSelect::placeholder {
  color: #FFFFFF;
  opacity: 1;
}
input[type=text]:focus, input[type=text]:focus-visible,
input[type=email]:focus,
input[type=email]:focus-visible,
input[type=number]:focus,
input[type=number]:focus-visible,
input[type=tel]:focus,
input[type=tel]:focus-visible,
textarea:focus,
textarea:focus-visible,
.gform_wrapper textarea:focus,
.gform_wrapper textarea:focus-visible,
.select select:focus,
.select select:focus-visible,
.select .customSelect:focus,
.select .customSelect:focus-visible,
.ginput_container_select select:focus,
.ginput_container_select select:focus-visible,
.ginput_container_select .customSelect:focus,
.ginput_container_select .customSelect:focus-visible {
  border-color: #00B5DD;
  box-shadow: inset 0 0 0 2px #00B5DD;
  outline: 0;
}

select:focus + .customSelect {
  border-color: #00B5DD;
  box-shadow: inset 0 0 0 2px #00B5DD;
  outline: 0;
}

textarea,
.gform_wrapper textarea {
  overflow: auto;
  height: 5rem;
  min-height: 5rem;
  max-height: 10rem;
  vertical-align: top;
}

.gform_wrapper textarea {
  margin: 0;
}

button {
  cursor: pointer;
  border: 0;
  outline: 0;
  border-radius: 0;
  -webkit-appearance: none;
}

input[type=submit], input[type=button] {
  -webkit-appearance: none;
  border-radius: 0;
}

.select, .ginput_container_select {
  position: relative;
}
.select .customSelect, .select select, .ginput_container_select .customSelect, .ginput_container_select select {
  font-family: "sofia-pro", Helvetica, Arial, sans-serif;
}
.select select, .ginput_container_select select {
  z-index: 99;
}
.select .customSelect:after, .ginput_container_select .customSelect:after {
  content: "\e905";
  font-size: 1.25em;
  position: absolute;
  top: 50%;
  margin-top: -0.65rem;
  right: 0.75rem;
  z-index: 1;
  pointer-events: none;
}

.ginput_container_select select {
  margin: 0;
}

.customSelectInner {
  width: 100% !important;
}

input[type=radio], input[type=checkbox] {
  background: none;
  border: none;
}

form input[type=radio],
form input[type=checkbox] {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #cccccc;
  box-shadow: inset 0px 0px 0px 3px #fff;
  background: #FFFFFF;
  -webkit-appearance: none;
}
form input[type=radio] + label,
form input[type=checkbox] + label {
  line-height: 1;
  padding: 0px 10px;
  margin: 0px;
}
form input[type=radio]:focus,
form input[type=checkbox]:focus {
  border-color: #383838;
}
form input[type=radio][type=radio],
form input[type=checkbox][type=radio] {
  border-radius: 50%;
}
form input[type=radio]:checked, form input[type=radio][checked=true],
form input[type=checkbox]:checked,
form input[type=checkbox][checked=true] {
  background: #000000;
}

.gfield_radio li,
.gfield_checkbox li {
  padding: 8px 0px !important;
}
.gfield_radio li > *,
.gfield_checkbox li > * {
  display: inline-block;
  vertical-align: middle;
}
.gfield_radio li ul li,
.gfield_checkbox li ul li {
  display: inline-block;
}
.gfield_radio li ul li > *,
.gfield_checkbox li ul li > * {
  display: inline-block;
  vertical-align: middle;
}
.gfield_radio li ul li input[type=text],
.gfield_checkbox li ul li input[type=text] {
  width: auto !important;
  margin: 0px 0px 0px 5px;
  padding: 6px 10px !important;
  height: auto;
}
.gfield_radio li li:not(:last-child) label,
.gfield_checkbox li li:not(:last-child) label {
  margin-right: 5px;
}

::-webkit-input-placeholder {
  color: #000000;
  opacity: 0.6;
}

:-moz-placeholder {
  color: #000000;
  opacity: 0.6;
}

::-moz-placeholder {
  color: #000000;
  opacity: 0.6;
}

:-ms-input-placeholder {
  color: #000000;
  opacity: 0.6;
}

.input-group {
  display: flex;
  width: 100%;
}
.input-group > input, .input-group > button {
  margin-bottom: 0;
}
.input-group > input {
  flex: 1 1 auto;
}
.input-group > .input-group-addon {
  flex: 1 0 auto;
}
.input-group > .input-group-addon button {
  height: 100%;
  margin: 0;
  min-width: 1px;
}

.gform_confirmation_wrapper {
  padding: 1rem;
  margin-bottom: 1.5rem;
  border: 2px solid #000000;
}

html.no-flexbox .input-group {
  display: table;
  width: 100%;
}
html.no-flexbox .input-group > input, html.no-flexbox .input-group > .input-group-addon {
  display: table-cell;
  vertical-align: middle;
}

body .gform_wrapper:not(.gform_validation_error) .gform_body {
  margin-top: 1.5rem;
}

body .gform_wrapper {
  margin-bottom: 1.5rem;
}
body .gform_wrapper .gform_required_legend {
  display: none;
}
body .gform_wrapper .gform_body > ul > li:first-child label {
  margin-top: 0;
}
body .gform_wrapper .gform_body .checkbox-2-cols .ginput_container_checkbox .gfield_checkbox {
  -moz-column-count: 2;
       column-count: 2;
  /*.gchoice {
    display: inline-block;
  }*/
}
body .gform_wrapper ul {
  text-indent: 0;
}
body .gform_wrapper ul.gform_fields {
  list-style-type: none;
  display: block;
  padding: 0;
  margin: 0;
  overflow: visible;
}
body .gform_wrapper ul.gfield_checkbox,
body .gform_wrapper ul.gfield_radio {
  margin: 8px 0 0 0;
  padding: 0;
}
body .gform_wrapper ul.gfield_checkbox > li,
body .gform_wrapper ul.gfield_radio > li {
  margin-bottom: 8px;
}
body .gform_wrapper form li, body .gform_wrapper li {
  margin-left: 0 !important;
  list-style-type: none !important;
  list-style-image: none !important;
  list-style: none !important;
  overflow: visible;
}
body .gform_wrapper ul li.gfield {
  margin: 0 0 8px 0;
}
body .gform_wrapper .gfield_required {
  color: #7e2b2f;
  margin-left: 0.2em;
}
body .gform_wrapper .field_description_below .gfield_description {
  padding-top: 0;
}
body .gform_wrapper .top_label .gfield_label,
body .gform_wrapper label.gfield_label,
body .gform_wrapper legend.gfield_label {
  display: inline-block;
  margin: 16px 0 5px 0;
  clear: both;
}
body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  margin: 0;
}
body .gform_wrapper .ginput_container.ginput_container_date {
  position: relative;
}
body .gform_wrapper .ginput_container.ginput_container_date img.ui-datepicker-trigger {
  position: absolute;
  right: 0;
  top: 50%;
  height: 1rem;
  margin-top: -0.45rem;
}
body .gform_wrapper .ginput_container.ginput_container_consent label {
  display: inline;
}
body .gform_wrapper .gfield_radio > li[class*=gchoice_] input[type=text] ::-webkit-input-placeholder {
  color: #000000;
  opacity: 0.6;
}
body .gform_wrapper .gfield_radio > li[class*=gchoice_] input[type=text] :-moz-placeholder {
  color: #000000;
  opacity: 0.6;
}
body .gform_wrapper .gfield_radio > li[class*=gchoice_] input[type=text] ::-moz-placeholder {
  color: #000000;
  opacity: 0.6;
}
body .gform_wrapper .gfield_radio > li[class*=gchoice_] input[type=text] :-ms-input-placeholder {
  color: #000000;
  opacity: 0.6;
}
body .gform_wrapper .screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}
body .gform_wrapper div.validation_error {
  font-weight: normal;
  padding: 0;
  margin: 32px 0 16px 0;
  color: #7e2b2f;
  border: 0;
  text-align: inherit;
}
body .gform_wrapper .validation_message {
  color: #7e2b2f;
  font-weight: normal;
  font-size: 0.8rem;
  margin: 4px 0 0 0;
}
body .gform_wrapper li.gfield.gfield_error, body .gform_wrapper .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  margin-bottom: 16px;
  border: 0;
  background: none;
  padding: 0;
  max-width: none;
}
body .gform_wrapper li.gfield.gfield_error label.gfield_label, body .gform_wrapper .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning label.gfield_label {
  margin-top: 0;
}
body .gform_wrapper li.gfield.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), body .gform_wrapper li.gfield.gfield_error textarea, body .gform_wrapper li.gfield.gfield_error select, body .gform_wrapper li.gfield.gfield_error .customSelect, body .gform_wrapper .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), body .gform_wrapper .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning textarea, body .gform_wrapper .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning select, body .gform_wrapper .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning .customSelect {
  border-color: #7e2b2f !important;
}
body .gform_wrapper li.gfield.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus, body .gform_wrapper li.gfield.gfield_error textarea:focus, body .gform_wrapper li.gfield.gfield_error select:focus, body .gform_wrapper li.gfield.gfield_error .customSelect:focus, body .gform_wrapper .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus, body .gform_wrapper .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning textarea:focus, body .gform_wrapper .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning select:focus, body .gform_wrapper .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning .customSelect:focus {
  box-shadow: inset 0 -2px 0 0 #7e2b2f;
}
body .gform_wrapper li.gfield.gfield_error input[type=radio].custom-radio + label:before,
body .gform_wrapper li.gfield.gfield_error input[type=checkbox].custom-checkbox + label:before,
body .gform_wrapper li.gfield.gfield_error .gfield_checkbox > li[class*=gchoice_] input[id*=choice_] + label:before,
body .gform_wrapper li.gfield.gfield_error .gfield_radio > li[class*=gchoice_] input[id*=choice_] + label:before, body .gform_wrapper .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning input[type=radio].custom-radio + label:before,
body .gform_wrapper .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning input[type=checkbox].custom-checkbox + label:before,
body .gform_wrapper .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning .gfield_checkbox > li[class*=gchoice_] input[id*=choice_] + label:before,
body .gform_wrapper .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning .gfield_radio > li[class*=gchoice_] input[id*=choice_] + label:before {
  border: 1px solid #7e2b2f;
  background-color: rgba(126, 43, 47, 0.05);
}
.ui-datepicker {
  width: 216px;
  height: auto;
  font: 0.8rem "sofia-pro", Helvetica, Arial, sans-serif;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2), 0 6px 6px rgba(0, 0, 0, 0.2);
  background: #FFFFFF;
}
.ui-datepicker a {
  text-decoration: none;
}
.ui-datepicker .ui-datepicker[style] {
  margin: 8px auto 0;
}
.ui-datepicker .ui-datepicker-header {
  font-weight: 700;
  line-height: 30px;
  height: 30px;
  background-color: #000000;
  color: #FFFFFF;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next,
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  cursor: pointer;
  color: #FFFFFF;
  position: relative;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next:before,
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev:before {
  position: absolute;
  margin-top: -0.5em;
  top: 50%;
  left: 0px;
  right: 0px;
  text-align: center;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next:before,
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev:before {
  font-size: 1.1em;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next span,
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev span {
  display: none;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  float: right;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
  float: left;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-title {
  text-align: center;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-title select {
  margin-top: 2.5%;
}
.ui-datepicker table {
  width: 100%;
  border-collapse: collapse;
}
.ui-datepicker table.ui-datepicker-calendar {
  margin: 0;
}
.ui-datepicker table.ui-datepicker-calendar thead {
  background: #FFFFFF;
  border-bottom: 1px solid #cccccc;
}
.ui-datepicker table.ui-datepicker-calendar thead th {
  text-transform: uppercase;
  text-align: center;
  padding: 5px 0;
  font-size: 0.563em;
  color: #383838;
  text-shadow: none;
}
.ui-datepicker table.ui-datepicker-calendar tbody tr {
  border-bottom: 1px solid #cccccc;
}
.ui-datepicker table.ui-datepicker-calendar tbody tr td {
  padding: 0;
  border-top: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
}
.ui-datepicker table.ui-datepicker-calendar tbody tr td:last-child {
  border-right: 0;
}
.ui-datepicker table.ui-datepicker-calendar tbody tr td a, .ui-datepicker table.ui-datepicker-calendar tbody tr td span {
  display: inline-block;
  font-weight: 700;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.ui-datepicker table.ui-datepicker-calendar tbody tr td.ui-datepicker-unselectable, .ui-datepicker table.ui-datepicker-calendar tbody tr td.ui-state-disabled {
  background: #f2f2f2;
  color: #aaaaaa;
}
.ui-datepicker table.ui-datepicker-calendar tbody tr td .ui-state-default {
  background: #FFFFFF;
  box-shadow: none;
  text-shadow: none;
  color: #000000;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
.ui-datepicker table.ui-datepicker-calendar tbody tr td .ui-state-default:hover, .ui-datepicker table.ui-datepicker-calendar tbody tr td .ui-state-default:focus {
  background: #f2f2f2;
}
.ui-datepicker table.ui-datepicker-calendar tbody tr td .ui-state-default.ui-state-highlight {
  background: #000000;
  color: #FFFFFF;
}
.ui-datepicker table.ui-datepicker-calendar tbody tr td .ui-state-default.ui-state-active {
  border: none;
  margin: 0;
  background: #FFFFFF;
  box-shadow: inset 0 0 0 2px #00B5DD;
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?okah7f");
  src: url("../fonts/icomoon.eot?okah7f#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?okah7f") format("truetype"), url("../fonts/icomoon.woff?okah7f") format("woff"), url("../fonts/icomoon.svg?okah7f#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
[class^=icn-]:before, [class*=" icn-"]:before, .customSelect:after, .ui-datepicker-next:before, .ui-datepicker-prev:before {
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icn-right {
  position: relative;
}
.icn-right:before {
  position: absolute;
  margin-top: -0.5em;
  top: 50%;
  right: -5px;
}

.icn-logomark:before {
  content: "\e91c";
}

.icn-star-full:before {
  content: "\e91a";
}

.icn-twitter:before {
  content: "\e917";
}

.icn-linkedin:before {
  content: "\e918";
}

.icn-instagram:before {
  content: "\e919";
}

.icn-facebook:before {
  content: "\e91b";
}

.icn-slick:before {
  content: "\e948";
}

.icn-pinterest:before {
  content: "\e949";
}

.icn-arrow-down:before {
  content: "\e900";
}

.icn-arrow-left:before {
  content: "\e901";
}

.icn-arrow-right:before {
  content: "\e902";
}

.icn-arrow-up:before {
  content: "\e903";
}

.icn-calendar:before {
  content: "\e904";
}

.icn-chevron-down:before {
  content: "\e905";
}

.icn-chevron-left:before {
  content: "\e906";
}

.icn-chevron-right:before {
  content: "\e907";
}

.icn-chevron-up:before {
  content: "\e908";
}

.icn-image:before {
  content: "\e90a";
}

.icn-mail:before {
  content: "\e90b";
}

.icn-pin:before {
  content: "\e90c";
}

.icn-phone:before {
  content: "\e90d";
}

.icn-phone-call:before {
  content: "\e90e";
}

.icn-plus:before {
  content: "\e90f";
}

.icn-printer:before {
  content: "\e910";
}

.icn-search:before {
  content: "\e911";
}

.icn-share:before {
  content: "\e912";
}

.icn-star:before {
  content: "\e909";
}

.icn-user:before {
  content: "\e913";
}

.icn-close:before {
  content: "\e914";
}

.icn-arrow-right-alt:before {
  content: "\e91d";
}

.icn-youtube:before {
  content: "\e915";
}

.icn-location:before {
  content: "\e916";
}

.slider {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
.slider img {
  width: 100%;
}

.slider-wrap {
  position: relative;
}

.slider-controls {
  text-align: center;
}
.slider-controls .next, .slider-controls .prev {
  z-index: 3;
  font-size: 1.875em;
  line-height: 1;
  width: 30px;
  height: 30px;
  text-decoration: none;
}

.slider-carousel .slick-slide {
  padding-left: 32px;
  cursor: grab;
}
.slider-carousel:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 30px;
  width: 32px;
  background: #FFFFFF;
  z-index: 2;
}

.pager {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}
.pager > li {
  display: inline-block;
}
.pager button {
  border: 0;
  width: 12px;
  height: 12px;
  background: #f2f2f2;
  border: 1px solid #f2f2f2;
  margin: 0 4px;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition-duration: 0.4s;
  border-radius: 50%;
  padding: 0;
}
.pager button:hover, .pager button:focus {
  background-color: #000000;
}
.pager .slick-active button {
  transition-duration: 0.6s;
  background-color: #000000;
}

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

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

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

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

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

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

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

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

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

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

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

.slick-slide img {
  display: block;
}

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

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

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

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

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

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

.social {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 0.5rem;
}
.social > li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 3px;
}
.social > li:first-child {
  margin-left: 0;
}
.social a {
  display: block;
  width: 30px;
  height: 30px;
  background-color: #000000;
  position: relative;
  font-size: 1.2rem;
  text-decoration: none;
}
.social a:before {
  position: absolute;
  margin-top: -0.5em;
  top: 50%;
  left: 0px;
  right: 0px;
  text-align: center;
}
.social a:before {
  color: #FFFFFF;
}

.contact-list > div {
  padding-left: 30px;
  margin: 10px 0px;
}
.contact-list > div > *:before {
  color: #000000;
  float: left;
  margin-left: -30px;
  line-height: 1.6;
}
.contact-list > div > *:hover:before, .contact-list > div > *:focus:before {
  color: #000000;
}

.s-nav .title a {
  text-decoration: none;
}
.s-nav li > a {
  display: block;
  text-decoration: none;
  color: #000000;
  padding: 4px 0;
  border-bottom: 1px solid;
}
.s-nav li > a:hover, .s-nav li > a:focus {
  color: #000000;
}
.s-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#map, .map {
  height: 300px;
  width: 100%;
}

.rolling-stats {
  display: flex;
  justify-content: space-between;
}
.rolling-stats .stat {
  text-align: center;
  padding: 2rem;
}
.rolling-stats .stat .stat-val-container {
  display: flex;
  justify-content: center;
  font-size: 3rem;
  font-weight: 700;
}
.rolling-stats .stat .stat-label {
  font-size: 1.25rem;
}
.rolling-stats .stat .show-backend {
  display: none;
}

.client-logos .wp-block-columns {
  align-items: center !important;
  padding-bottom: 2rem;
}
.client-logos .wp-block-columns .wp-block-column {
  text-align: center;
  /*img {
      max-height: 80px;
      //max-width: 250px;
      height: auto;
      width: auto;
      filter:grayscale(1);
      &:hover {
          filter:grayscale(0);
      }
      @media screen and (max-width: 1366px) {
          max-height: 80px;
          max-width: 100%;
          height: 100%;
          width: auto;
      }
  }*/
}
.client-logos .wp-block-columns .wp-block-column .wp-block-image {
  height: 65px;
  max-width: 220px;
  margin-left: auto;
  margin-right: auto;
}
.client-logos .wp-block-columns .wp-block-column .wp-block-image img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
  filter: grayscale(1);
}
.client-logos .wp-block-columns .wp-block-column .wp-block-image img:hover {
  filter: grayscale(0);
}
.client-logos.align-left .wp-block-columns .wp-block-column {
  text-align: left;
}

.media-icons .wp-block-group__inner-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.media-icons .wp-block-image {
  display: inline-block;
  margin-right: 1.5rem;
  margin-top: 0 !important;
}
.media-icons img {
  max-height: 80px;
  max-width: 250px;
  height: auto;
  width: auto;
  filter: grayscale(1);
}
.media-icons img:hover {
  filter: grayscale(0);
}

.team {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1rem;
}
.team.columns-3 {
  grid-template-columns: 1fr 1fr 1fr;
}
.team.columns-4 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.team.columns-5 {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
.team .team-member {
  position: relative;
}
.team .team-member .image {
  padding-top: 110%;
  position: relative;
  overflow: hidden;
}
.team .team-member .image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  -o-object-position: top center;
     object-position: top center;
  transform: scale(1);
  position: absolute;
  top: 0;
  transition: transform 0.3s ease-in-out;
}
.team .team-member a {
  font-weight: unset;
}
.team .team-member a:hover {
  text-decoration: none;
}
.team .team-member a:hover .image img {
  transform: scale(1.05);
}
.team .team-member .title {
  margin-bottom: 1.5rem;
}
.team .team-member .title > * {
  margin-bottom: 0;
}
.team .team-member .title > span {
  font-weight: 400 !important;
}
.team .team-member .open-btn {
  opacity: 1;
  visibility: visible;
}
.team .team-member .team-content {
  opacity: 0;
  visibility: hidden;
  position: relative;
  max-height: 0px;
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  background-color: #000000;
  padding: 1rem;
  color: #FFFFFF;
  overflow: hidden;
  margin-top: -48px;
  z-index: 1;
}
.team .team-member .team-content .close-btn {
  font-size: 2rem;
  min-width: unset;
  padding-left: 0px;
}
.team .team-member.open .open-btn {
  opacity: 0;
  visibility: hidden;
}
.team .team-member.open .team-content {
  opacity: 1;
  max-height: 9999px;
  visibility: visible;
}

hr, .wp-block-separator {
  background-color: #000000;
  border: none;
  height: 5px;
  margin-left: 0;
}
hr.aligncenter, .wp-block-separator.aligncenter {
  margin-left: auto;
  margin-right: auto;
}
hr.is-style-long, .wp-block-separator.is-style-long {
  width: 100px;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
hr.is-style-short, .wp-block-separator.is-style-short {
  width: 50px;
}

.stagger-in .step-in, .stagger-in .wp-block-column, .stagger-in .team-member {
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease-in;
}
.stagger-in .step-in:nth-child(1), .stagger-in .step-in[data-delay="1"], .stagger-in .wp-block-column:nth-child(1), .stagger-in .wp-block-column[data-delay="1"], .stagger-in .team-member:nth-child(1), .stagger-in .team-member[data-delay="1"] {
  transition-delay: 0.3s;
}
.stagger-in .step-in:nth-child(2), .stagger-in .step-in[data-delay="2"], .stagger-in .wp-block-column:nth-child(2), .stagger-in .wp-block-column[data-delay="2"], .stagger-in .team-member:nth-child(2), .stagger-in .team-member[data-delay="2"] {
  transition-delay: 0.6s;
}
.stagger-in .step-in:nth-child(3), .stagger-in .step-in[data-delay="3"], .stagger-in .wp-block-column:nth-child(3), .stagger-in .wp-block-column[data-delay="3"], .stagger-in .team-member:nth-child(3), .stagger-in .team-member[data-delay="3"] {
  transition-delay: 0.9s;
}
.stagger-in .step-in:nth-child(4), .stagger-in .step-in[data-delay="4"], .stagger-in .wp-block-column:nth-child(4), .stagger-in .wp-block-column[data-delay="4"], .stagger-in .team-member:nth-child(4), .stagger-in .team-member[data-delay="4"] {
  transition-delay: 1.2s;
}
.stagger-in .step-in:nth-child(5), .stagger-in .step-in[data-delay="5"], .stagger-in .wp-block-column:nth-child(5), .stagger-in .wp-block-column[data-delay="5"], .stagger-in .team-member:nth-child(5), .stagger-in .team-member[data-delay="5"] {
  transition-delay: 1.5s;
}
.stagger-in .step-in:nth-child(6), .stagger-in .step-in[data-delay="6"], .stagger-in .wp-block-column:nth-child(6), .stagger-in .wp-block-column[data-delay="6"], .stagger-in .team-member:nth-child(6), .stagger-in .team-member[data-delay="6"] {
  transition-delay: 1.8s;
}
.stagger-in .step-in:nth-child(7), .stagger-in .step-in[data-delay="7"], .stagger-in .wp-block-column:nth-child(7), .stagger-in .wp-block-column[data-delay="7"], .stagger-in .team-member:nth-child(7), .stagger-in .team-member[data-delay="7"] {
  transition-delay: 2.1s;
}
.stagger-in .step-in:nth-child(8), .stagger-in .step-in[data-delay="8"], .stagger-in .wp-block-column:nth-child(8), .stagger-in .wp-block-column[data-delay="8"], .stagger-in .team-member:nth-child(8), .stagger-in .team-member[data-delay="8"] {
  transition-delay: 2.4s;
}
.stagger-in .step-in:nth-child(9), .stagger-in .step-in[data-delay="9"], .stagger-in .wp-block-column:nth-child(9), .stagger-in .wp-block-column[data-delay="9"], .stagger-in .team-member:nth-child(9), .stagger-in .team-member[data-delay="9"] {
  transition-delay: 2.7s;
}
.stagger-in .step-in:nth-child(10), .stagger-in .step-in[data-delay="10"], .stagger-in .wp-block-column:nth-child(10), .stagger-in .wp-block-column[data-delay="10"], .stagger-in .team-member:nth-child(10), .stagger-in .team-member[data-delay="10"] {
  transition-delay: 3s;
}
.stagger-in .step-in:nth-child(11), .stagger-in .step-in[data-delay="11"], .stagger-in .wp-block-column:nth-child(11), .stagger-in .wp-block-column[data-delay="11"], .stagger-in .team-member:nth-child(11), .stagger-in .team-member[data-delay="11"] {
  transition-delay: 3.3s;
}
.stagger-in .step-in:nth-child(12), .stagger-in .step-in[data-delay="12"], .stagger-in .wp-block-column:nth-child(12), .stagger-in .wp-block-column[data-delay="12"], .stagger-in .team-member:nth-child(12), .stagger-in .team-member[data-delay="12"] {
  transition-delay: 3.6s;
}
.stagger-in .step-in:nth-child(13), .stagger-in .step-in[data-delay="13"], .stagger-in .wp-block-column:nth-child(13), .stagger-in .wp-block-column[data-delay="13"], .stagger-in .team-member:nth-child(13), .stagger-in .team-member[data-delay="13"] {
  transition-delay: 3.9s;
}
.stagger-in .step-in:nth-child(14), .stagger-in .step-in[data-delay="14"], .stagger-in .wp-block-column:nth-child(14), .stagger-in .wp-block-column[data-delay="14"], .stagger-in .team-member:nth-child(14), .stagger-in .team-member[data-delay="14"] {
  transition-delay: 4.2s;
}
.stagger-in .step-in:nth-child(15), .stagger-in .step-in[data-delay="15"], .stagger-in .wp-block-column:nth-child(15), .stagger-in .wp-block-column[data-delay="15"], .stagger-in .team-member:nth-child(15), .stagger-in .team-member[data-delay="15"] {
  transition-delay: 4.5s;
}
.stagger-in .step-in:nth-child(16), .stagger-in .step-in[data-delay="16"], .stagger-in .wp-block-column:nth-child(16), .stagger-in .wp-block-column[data-delay="16"], .stagger-in .team-member:nth-child(16), .stagger-in .team-member[data-delay="16"] {
  transition-delay: 4.8s;
}
.stagger-in .step-in:nth-child(17), .stagger-in .step-in[data-delay="17"], .stagger-in .wp-block-column:nth-child(17), .stagger-in .wp-block-column[data-delay="17"], .stagger-in .team-member:nth-child(17), .stagger-in .team-member[data-delay="17"] {
  transition-delay: 5.1s;
}
.stagger-in .step-in:nth-child(18), .stagger-in .step-in[data-delay="18"], .stagger-in .wp-block-column:nth-child(18), .stagger-in .wp-block-column[data-delay="18"], .stagger-in .team-member:nth-child(18), .stagger-in .team-member[data-delay="18"] {
  transition-delay: 5.4s;
}
.stagger-in .step-in:nth-child(19), .stagger-in .step-in[data-delay="19"], .stagger-in .wp-block-column:nth-child(19), .stagger-in .wp-block-column[data-delay="19"], .stagger-in .team-member:nth-child(19), .stagger-in .team-member[data-delay="19"] {
  transition-delay: 5.7s;
}
.stagger-in .step-in:nth-child(20), .stagger-in .step-in[data-delay="20"], .stagger-in .wp-block-column:nth-child(20), .stagger-in .wp-block-column[data-delay="20"], .stagger-in .team-member:nth-child(20), .stagger-in .team-member[data-delay="20"] {
  transition-delay: 6s;
}
.stagger-in .step-in:nth-child(21), .stagger-in .step-in[data-delay="21"], .stagger-in .wp-block-column:nth-child(21), .stagger-in .wp-block-column[data-delay="21"], .stagger-in .team-member:nth-child(21), .stagger-in .team-member[data-delay="21"] {
  transition-delay: 6.3s;
}
.stagger-in .step-in:nth-child(22), .stagger-in .step-in[data-delay="22"], .stagger-in .wp-block-column:nth-child(22), .stagger-in .wp-block-column[data-delay="22"], .stagger-in .team-member:nth-child(22), .stagger-in .team-member[data-delay="22"] {
  transition-delay: 6.6s;
}
.stagger-in .step-in:nth-child(23), .stagger-in .step-in[data-delay="23"], .stagger-in .wp-block-column:nth-child(23), .stagger-in .wp-block-column[data-delay="23"], .stagger-in .team-member:nth-child(23), .stagger-in .team-member[data-delay="23"] {
  transition-delay: 6.9s;
}
.stagger-in .step-in:nth-child(24), .stagger-in .step-in[data-delay="24"], .stagger-in .wp-block-column:nth-child(24), .stagger-in .wp-block-column[data-delay="24"], .stagger-in .team-member:nth-child(24), .stagger-in .team-member[data-delay="24"] {
  transition-delay: 7.2s;
}
.stagger-in .step-in:nth-child(25), .stagger-in .step-in[data-delay="25"], .stagger-in .wp-block-column:nth-child(25), .stagger-in .wp-block-column[data-delay="25"], .stagger-in .team-member:nth-child(25), .stagger-in .team-member[data-delay="25"] {
  transition-delay: 7.5s;
}
.stagger-in .step-in:nth-child(26), .stagger-in .step-in[data-delay="26"], .stagger-in .wp-block-column:nth-child(26), .stagger-in .wp-block-column[data-delay="26"], .stagger-in .team-member:nth-child(26), .stagger-in .team-member[data-delay="26"] {
  transition-delay: 7.8s;
}
.stagger-in .step-in:nth-child(27), .stagger-in .step-in[data-delay="27"], .stagger-in .wp-block-column:nth-child(27), .stagger-in .wp-block-column[data-delay="27"], .stagger-in .team-member:nth-child(27), .stagger-in .team-member[data-delay="27"] {
  transition-delay: 8.1s;
}
.stagger-in .step-in:nth-child(28), .stagger-in .step-in[data-delay="28"], .stagger-in .wp-block-column:nth-child(28), .stagger-in .wp-block-column[data-delay="28"], .stagger-in .team-member:nth-child(28), .stagger-in .team-member[data-delay="28"] {
  transition-delay: 8.4s;
}
.stagger-in .step-in:nth-child(29), .stagger-in .step-in[data-delay="29"], .stagger-in .wp-block-column:nth-child(29), .stagger-in .wp-block-column[data-delay="29"], .stagger-in .team-member:nth-child(29), .stagger-in .team-member[data-delay="29"] {
  transition-delay: 8.7s;
}
.stagger-in .step-in:nth-child(30), .stagger-in .step-in[data-delay="30"], .stagger-in .wp-block-column:nth-child(30), .stagger-in .wp-block-column[data-delay="30"], .stagger-in .team-member:nth-child(30), .stagger-in .team-member[data-delay="30"] {
  transition-delay: 9s;
}
.stagger-in .step-in *, .stagger-in .wp-block-column *, .stagger-in .team-member * {
  transition: inherit;
}
.stagger-in.reveal .step-in, .stagger-in.reveal .wp-block-column, .stagger-in.reveal .team-member {
  opacity: 1;
}

.no-margin {
  margin: 0 !important;
}
.sortium-icons-block {
  display: grid;
  gap: 2rem;
  grid-template-columns: 1fr 1fr;
}
.sortium-icons-block .image-icon {
  position: relative;
  text-align: center;
}
.sortium-icons-block .image-icon img {
  width: 113px;
  height: 113px;
  margin: auto;
}

.disclaimer {
  font-size: 0.85rem;
  margin-top: 2rem;
}

.wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
  padding-top: 56.25%;
}
.wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper:before {
  padding-top: 42.85%;
}
.wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper:before {
  padding-top: 50%;
}
.wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper:before {
  padding-top: 75%;
}
.wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper:before {
  padding-top: 100%;
}
.wp-block-embed.is-type-video {
  border-radius: 4px;
  overflow: hidden;
  box-shadow: -3px 3px 15px 23px rgba(0, 0, 0, 0.01);
}
.wp-block-embed.is-type-video .wp-block-embed__wrapper {
  position: relative;
}
.wp-block-embed.is-type-video .wp-block-embed__wrapper:before {
  content: "";
  display: block;
  padding-top: 50%;
}
.wp-block-embed.is-type-video iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.wp-block-file {
  margin: 0 0 24px 0;
}
.wp-block-file a:not(.wp-block-file__button) {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  color: #000000;
  margin: 0 16px 16px 0;
  font-weight: normal;
  display: inline-block;
}

blockquote.wp-block-quote {
  margin: 24px 0;
  padding: 1rem 2rem;
  border-left: 4px solid #000000;
  font-weight: normal;
  font-size: 1.2rem;
}
blockquote.wp-block-quote p:last-of-type {
  margin: 0 0 16px;
}
blockquote.wp-block-quote p:last-of-type:last-child {
  margin: 0 0 8px;
}
blockquote.wp-block-quote cite {
  font-style: normal;
  font-weight: 700;
  font-size: 1rem;
}

figure.wp-block-pullquote {
  position: relative;
  padding: 24px 0;
  margin: 0 0 16px;
}
figure.wp-block-pullquote:before, figure.wp-block-pullquote:after {
  display: block;
  position: absolute;
  font-size: 10rem;
  color: #000000;
  opacity: 0.2;
  z-index: -1;
  line-height: 1;
  top: 0;
}
figure.wp-block-pullquote:before {
  content: "“";
  left: 0;
}
figure.wp-block-pullquote:after {
  content: "”";
  right: 0;
}
figure.wp-block-pullquote blockquote {
  font-weight: normal;
  margin: 0;
  padding: 0 4rem;
}
figure.wp-block-pullquote blockquote p {
  font-size: 1.6rem;
}
figure.wp-block-pullquote blockquote p:last-of-type {
  margin: 0 0 16px;
}
figure.wp-block-pullquote blockquote p:last-of-type:last-child {
  margin: 0 0 8px;
}
figure.wp-block-pullquote blockquote cite {
  font-style: normal;
  font-weight: 700;
  font-size: 1rem;
}

figure.wp-block-image figcaption {
  margin: 8px 0 24px 0;
  text-align: left;
}

.wp-block-columns {
  margin: 0;
  grid-gap: 40px;
}
.wp-block-columns .wp-block-column.has-background {
  padding: 2rem;
  border-radius: 4px;
  overflow: hidden;
}
.wp-block-columns .wp-block-column > *:first-child, .wp-block-columns .wp-block-column > .wp-block-buttons a:first-child {
  margin-top: 0;
}
.wp-block-columns .wp-block-column > *:last-child, .wp-block-columns .wp-block-column > .wp-block-buttons a:last-child {
  margin-bottom: 0;
}
.wp-block-columns .wp-block-column .wp-block-group.extended-width {
  width: calc(var(--data-fullwidth-main) / 2 - 1em);
  width: calc(100% + 20px);
}
.wp-block-columns .wp-block-column .wp-block-group.extended-width .wp-block-group__inner-container {
  padding-top: 0;
}
.wp-block-columns .wp-block-column .wp-block-group.short-width {
  max-width: 455.3333333333px;
}
.wp-block-columns .wp-block-column .wp-block-group.short-width .wp-block-group__inner-container {
  padding-top: 0;
}
.wp-block-columns .wp-block-column .wp-block-group.icn-logomark {
  position: relative;
  padding-left: 4.5rem;
}
.wp-block-columns .wp-block-column .wp-block-group.icn-logomark:before {
  line-height: 1;
  font-size: 1.5rem;
  position: absolute;
  left: 0;
  top: 10px;
}
.wp-block-columns .wp-block-column .wp-block-group.icn-logomark p {
  text-transform: capitalize;
}
.wp-block-columns.justify-center {
  justify-content: center;
}
.wp-block-columns + .wp-block-columns, .wp-block-columns + .wp-block-group:not(.has-background, .graphic) .wp-block-group__inner-container {
  padding-top: 0 !important;
}

.wp-block-group.has-background:not(.is-style-full-width, .is-style-no-spacing) .wp-block-group__inner-container {
  padding-left: 2rem;
  padding-right: 2rem;
}
.wp-block-group.has-background:not(.is-style-full-width, .is-style-no-spacing) .wp-block-group__inner-container > *:first-child, .wp-block-group.has-background:not(.is-style-full-width, .is-style-no-spacing) .wp-block-group__inner-container > .wp-block-buttons a:first-child {
  margin-top: 0;
}
.wp-block-group.has-background:not(.is-style-full-width, .is-style-no-spacing) .wp-block-group__inner-container > *:last-child, .wp-block-group.has-background:not(.is-style-full-width, .is-style-no-spacing) .wp-block-group__inner-container > .wp-block-buttons a:last-child {
  margin-bottom: 0;
}
.wp-block-group:not(.is-style-no-spacing) .wp-block-group__inner-container {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.wp-block-group:not(.is-style-no-spacing) .wp-block-group__inner-container .wp-block-group .wp-block-group__inner-container {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.wp-block-group:not(.is-style-no-spacing) .wp-block-group__inner-container > *:first-child, .wp-block-group:not(.is-style-no-spacing) .wp-block-group__inner-container > .wp-block-buttons a:first-child {
  margin-top: 0;
}
.wp-block-group:not(.is-style-no-spacing) .wp-block-group__inner-container > *:last-child, .wp-block-group:not(.is-style-no-spacing) .wp-block-group__inner-container > .wp-block-buttons a:last-child {
  margin-bottom: 0;
  margin-top: 1.5em;
}
.wp-block-group:not(.has-background) + .wp-block-group:not(.has-background) .wp-block-group__inner-container, .wp-block-group:not(.has-background) + .wp-block-columns {
  padding-top: 0;
}

.wp-block-group.is-style-full-width, .wp-block-cover.is-style-full-width {
  overflow: hidden;
  margin: 0px -20px;
  width: 100%;
  padding: 0;
  width: 100vw;
}
.wp-block-group.is-style-full-width .wp-block-group__inner-container, .wp-block-group.is-style-full-width .wp-block-cover__inner-container, .wp-block-cover.is-style-full-width .wp-block-group__inner-container, .wp-block-cover.is-style-full-width .wp-block-cover__inner-container {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.wp-block-media-text.is-style-full-width {
  overflow: hidden;
  margin: 0px -20px;
  width: 100%;
  width: 100vw;
}
.wp-block-media-text.is-style-full-width .wp-block-media-text__content {
  max-width: calc(1366px / 2);
}
.wp-block-media-text.is-style-full-width .wp-block-media-text__content > *:first-child, .wp-block-media-text.is-style-full-width .wp-block-media-text__content > .wp-block-buttons a:first-child {
  margin-top: 0;
}
.wp-block-media-text.is-style-full-width .wp-block-media-text__content > *:last-child, .wp-block-media-text.is-style-full-width .wp-block-media-text__content > .wp-block-buttons a:last-child {
  margin-bottom: 0;
}

.full-page-cover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  min-height: 100%;
}

.wp-block-separator {
  border: none;
}

.admin-bar .header {
  top: 32px;
}
.header {
  position: relative;
  z-index: 999;
  background-color: #000000;
  height: var(--header-height-mobile);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  background-color: #000000;
  /*
  @media screen and (min-width: 768px) {
      .topbar {
          text-align: right;
          a {
            text-decoration: none;
          }
          a.tel {
              float: left;
              color: $color-white;
              line-height: 40px;
              transition: color 0.3s $fluid-transition;
              &:hover, &:focus {
                  color: transparentize($color-white, 0.3);
              }
          }

          .social{
              display: inline-block;
              a[class*="icn"] {
                  overflow: hidden;
                  width: 40px;
                  height: 40px;
                  color: $color-white;
                  transition: 0.3s $fluid-transition;
                  &:before, &:after {
                      line-height: 40px;
                      text-align: center;
                      transition: 0.3s $fluid-transition;
                  }
                  &:before {
                      top: 0px;
                      margin-top: 0px;
                  }
                  &:after {
                      position: absolute;
                      top: 100%;
                      left: 0px;
                      width: 100%;
                      font-family: "icomoon";
                  }
                  &:hover, &:focus {
                      &:before {
                          top: -100%;
                      }
                      &:after {
                          top: 0px;
                      }
                  }
              }
              .icn-linkedin:after {
                  content: "\e918";
              }
              .icn-facebook:after {
                  content: "\e91b";
              }
              .icn-twitter:after {
                  content: "\e917";
              }
              .icn-instagram:after {
                  content: "\e919";
              }
              .icn-youtube:after {
                  content: "\e915";
              }
              .icn-pinterest:after {
                  content: "\e949";
              }

          }

          .search-form {
              display: inline-block;
              width: 40px;
              height: 40px;
              vertical-align: middle;
              label[for="toggle-form"] {
                  &:after {
                      color: $color-white;
                      border: 1px solid $color-white;
                      border-radius: 50%;
                  }
                  &:hover, &:focus {
                      &:after {
                          background: $color-brand-dark;
                      }
                  }
              }
              input#toggle-form:checked + label + #searchform,
              input#toggle-form[checked] + label + #searchform,
              #searchform:focus-within {
                  width: 300px !important;
                  input[type="text"] {
                      padding: 10px 12px;
                  }
                  &:after {
                      right: 12px;
                  }
              }
          }

      }
      > .grid {
          display: flex;
          align-items: center;
      }
      .logo {
          margin: 20px 0;
          vertical-align: middle;
          display: inline-block;
      }
      .mobile-menu {
          vertical-align: middle;
          display: inline-block !important;
          flex: 1;
          .main-navigation {
              > ul {
                  display: flex;
                  flex-wrap: nowrap;
                  justify-content: space-between;
                  padding-left: 64px;
                  > li {
                      width: auto;

                      >a {
                          transition: .3s $transition;
                          position: relative;  

                          &:after {
                              content: '';
                              background: $color-brand;
                              position: absolute;
                              top: -5px;
                              left: 0px;
                              width: 100%;
                              height: 100%;
                              opacity: 0;
                              transition: .3s $transition;
                              z-index: -1;                              
                          }
                      }
                      &:hover > a, &:focus > a, &.is-open > a,
                      > a:focus {
                          color: $color-white;
                          &:after {
                              top: 0px;
                              opacity: 1;
                          }
                      }

                  }
                  li {
                      &.has-submenu {
                          > a {
                              padding-right: 40px;
                          }
                          &:hover, &:active {
                              > a + .arrow { color: $color-white;}
                          }

                      } 
                      &:hover, &:focus, &:focus-within, &.is-open, > a:hover, > a:focus {
                           .sub-menu, & + .submenu {
                              opacity: 1;

                              padding-top: 0;
                              transition: 0s left linear 0s, .6s padding-top $fluid-transition 0s, .3s opacity linear 0s;
                          }
                          > .sub-menu, & + .submenu {
                              left: 0;
                          }
                      }
                  }
                  // Second level
                  .sub-menu {
                      position: absolute;
                      top: 100%;
                      left: -999em;
                      width: auto;
                      min-width: 240px;
                      padding-top: 5px;
                      opacity: 0;
                      display: block !important;
                      transition: 0s left .3s, .3s padding-top 0s, .3s opacity $transition 0s;
                      > li {
                          // Sub links
                          > a {
                              color: $color-brand;
                              background: $color-white;
                              &:hover, &:focus {
                                color: $color-white;
                                background: $color-brand;
                              }
                          }
                      }
                      li.has-submenu {
                          .arrow {
                              transform: rotate(270deg);
                          }
                          &:hover, &:focus, &:focus-within, &.is-open, > a:hover, > a:focus {
                              > .sub-menu {
                                  left: 100%;
                                  opacity: 1;
                                  top: 0;
                              }
                          }
                      }
                  }
              }
          }
          // .arrow {
          //     display: none;
          // }
      }
  } */
}
.header a.tel,
.header .search-form input#toggle-form,
.header .search-form label[for=toggle-form] {
  position: relative;
  top: unset;
  width: 40px;
  height: 40px;
}
.header a.tel:before, .header a.tel:after,
.header .search-form input#toggle-form:before,
.header .search-form input#toggle-form:after,
.header .search-form label[for=toggle-form]:before,
.header .search-form label[for=toggle-form]:after {
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
}
.header .topbar a.tel {
  left: 60px;
  font-size: 1.75em;
}
.header .topbar .social {
  display: none;
}
.header .topbar .search-form {
  position: absolute;
  top: var(--header-height-mobile);
  width: 100%;
}
.header .topbar .search-form input#toggle-form,
.header .topbar .search-form label[for=toggle-form] {
  left: 10px;
}
.header .topbar .search-form label[for=toggle-form]:after {
  background: transparent !important;
  font-size: 24px;
  color: #000000;
}
.header .topbar .search-form label[for=toggle-form]:hover:after, .header .topbar .search-form label[for=toggle-form]:focus:after {
  color: #000000;
}
.header .topbar .search-form #searchform {
  width: 100%;
  height: 0px;
  top: 0px;
  right: 0px;
}
.header .topbar .search-form #searchform input[type=text] {
  height: 60px;
  padding: 20px 40px 20px 20px;
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
}
.header .topbar .search-form #searchform:after {
  font-size: 1.75em;
}
.header .topbar .search-form input#toggle-form:checked + label + #searchform,
.header .topbar .search-form input#toggle-form[checked] + label + #searchform {
  height: 60px;
}
.header .topbar .search-form input#toggle-form:checked + label + #searchform:after,
.header .topbar .search-form input#toggle-form[checked] + label + #searchform:after {
  right: 16px;
}
.header .grid, .header .modal .inner, .modal .header .inner, .header .wp-block-group.is-style-full-width .wp-block-group__inner-container, .wp-block-group.is-style-full-width .header .wp-block-group__inner-container, .header .wp-block-group.is-style-full-width .wp-block-cover__inner-container, .wp-block-group.is-style-full-width .header .wp-block-cover__inner-container, .header .wp-block-cover.is-style-full-width .wp-block-group__inner-container, .wp-block-cover.is-style-full-width .header .wp-block-group__inner-container, .header .wp-block-cover.is-style-full-width .wp-block-cover__inner-container, .wp-block-cover.is-style-full-width .header .wp-block-cover__inner-container {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .grid:before, .header .modal .inner:before, .modal .header .inner:before, .header .wp-block-group.is-style-full-width .wp-block-group__inner-container:before, .wp-block-group.is-style-full-width .header .wp-block-group__inner-container:before, .header .wp-block-group.is-style-full-width .wp-block-cover__inner-container:before, .wp-block-group.is-style-full-width .header .wp-block-cover__inner-container:before, .header .wp-block-cover.is-style-full-width .wp-block-group__inner-container:before, .wp-block-cover.is-style-full-width .header .wp-block-group__inner-container:before, .header .wp-block-cover.is-style-full-width .wp-block-cover__inner-container:before, .wp-block-cover.is-style-full-width .header .wp-block-cover__inner-container:before, .header .grid:after, .header .modal .inner:after, .modal .header .inner:after, .header .wp-block-group.is-style-full-width .wp-block-group__inner-container:after, .wp-block-group.is-style-full-width .header .wp-block-group__inner-container:after, .header .wp-block-group.is-style-full-width .wp-block-cover__inner-container:after, .wp-block-group.is-style-full-width .header .wp-block-cover__inner-container:after, .header .wp-block-cover.is-style-full-width .wp-block-group__inner-container:after, .wp-block-cover.is-style-full-width .header .wp-block-group__inner-container:after, .header .wp-block-cover.is-style-full-width .wp-block-cover__inner-container:after, .wp-block-cover.is-style-full-width .header .wp-block-cover__inner-container:after {
  display: none;
}
.header .logo {
  margin: 0 auto;
  height: var(--header-height-mobile);
}
.header .mobile-menu {
  position: absolute;
  top: var(--header-height-mobile);
  width: 100vw;
  height: calc(100vh - var(--header-height-mobile));
  overflow-y: auto;
  background: #000000;
  padding: 40px 0px;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
.header .mobile-menu.fade {
  opacity: 0;
  left: 0px;
  pointer-events: none;
}
.header .mobile-menu.fade.open {
  opacity: 1;
  pointer-events: all;
}
.header .mobile-menu.top {
  top: -101vh;
}
.header .mobile-menu.top.open {
  top: var(--header-height-mobile);
}
.header .mobile-menu.right {
  right: -101vw;
}
.header .mobile-menu.right.open {
  right: 0px;
}
.header .mobile-menu.bottom {
  bottom: -101vh;
}
.header .mobile-menu.bottom.open {
  top: var(--header-height-mobile);
}
.header .mobile-menu.left {
  left: -101vw;
}
.header .mobile-menu.left.open {
  left: 0px;
}
.header .mobile-menu .main-navigation ul li a {
  color: #FFFFFF;
}
.header .mobile-menu .main-navigation > ul > li a {
  padding: 0px 20px;
}
.header .mobile-menu .main-navigation > ul > li > a {
  padding: 10px 20px;
}
.header .mobile-menu .main-navigation > ul > li.open > i:before {
  transform: scaleY(-1);
}
.header .mobile-menu .main-navigation > ul > li.offset-menu-item {
  margin-top: 2rem;
  margin-right: 2rem;
  width: unset;
  padding-top: 1rem;
}
.header .mobile-menu .main-navigation > ul > li.offset-menu-item:before {
  content: "";
  width: calc(100% - 20px);
  height: 1px;
  background-color: #FFFFFF;
  top: 0;
  left: 20px;
  display: block;
  position: absolute;
}
.header .mobile-menu .main-navigation > ul .sub-menu {
  max-height: 0px;
  opacity: 0px;
  overflow: hidden;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.2s linear;
  padding-left: 20px;
}
.header .mobile-menu .main-navigation > ul .sub-menu li:before {
  content: "";
  width: 0px;
  height: 3px;
  background-color: #FFFFFF;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  opacity: 0;
  transition: width 0.3s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.1s linear;
}
.header .mobile-menu .main-navigation > ul .sub-menu li:hover:before, .header .mobile-menu .main-navigation > ul .sub-menu li:focus:before {
  width: 15px;
  opacity: 1;
}
.header .mobile-menu .main-navigation > ul .sub-menu > li a {
  padding: 4px 20px 4px 40px;
  font-size: 1.25rem;
}
.header .mobile-menu .main-navigation > ul .sub-menu .sub-menu {
  padding-left: 20px;
}
.header .mobile-menu .main-navigation > ul .sub-menu.open {
  max-height: 100vh;
  opacity: 1;
  transition: all 3s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.2s linear;
}
.header .mobile-menu .main-navigation .arrow {
  color: #FFFFFF;
}
.header .topbar {
  background: #000000;
  color: #FFFFFF;
}
.header .logo {
  display: block;
  width: 169px;
  height: 30px;
  background-image: url("../images/logo-2.svg");
  background-size: 169px 30px;
  background-position: center;
  background-repeat: no-repeat;
  margin: 10px 20px 10px 20px;
}
.header .main-navigation {
  max-width: 683px;
  margin-left: auto;
  margin-right: 0;
}
.header .main-navigation a {
  text-decoration: none;
  color: #FFFFFF;
  font-size: 1.4rem;
  line-height: 1.1em;
  font-weight: 300;
}
.header .main-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.header .main-navigation ul:before, .header .main-navigation ul:after {
  content: "";
  display: table;
}
.header .main-navigation ul:after {
  clear: both;
}
.header .main-navigation ul li {
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}
.header .main-navigation ul li:hover > a, .header .main-navigation ul li:active > a {
  opacity: 0.65;
}
.header .main-navigation > ul li {
  position: relative;
  width: 100%;
}
.header .main-navigation > ul > li a {
  display: block;
  position: relative;
  padding: 10px 20px;
  z-index: 1;
}
.header .search-form {
  position: relative;
}
.header .search-form label[for=toggle-form] {
  position: absolute;
  top: 0;
  right: 0px;
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 0px;
  cursor: pointer;
}
.header .search-form label[for=toggle-form]:after {
  content: "\e911";
  font-family: "Icomoon";
  font-size: 18px;
  pointer-events: none;
  color: #FFFFFF;
  width: 30px;
  height: 30px;
  margin: 5px;
  line-height: 26px;
  transform: all 0.3s;
  display: block;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
.header .search-form #toggle-form {
  position: absolute;
  top: 0;
  right: 0px;
  width: 40px;
  height: 40px;
  -webkit-appearance: none;
  background: none;
  border: 0px;
  opacity: 0;
}
.header .search-form #searchform {
  text-align: left;
  position: absolute;
  top: 0;
  right: 40px;
  width: 0px;
  z-index: 41;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  overflow: hidden;
}
.header .search-form #searchform label {
  display: none;
}
.header .search-form #searchform input[type=text] {
  height: 40px;
  margin: 0;
  padding-right: 40px !important;
  background: #FFFFFF;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  border: none;
  z-index: 41;
}
.header .search-form #searchform input[type=text]:before {
  content: "";
  width: 100%;
  height: 100%;
}
.header .search-form #searchform input[type=text]:focus {
  box-shadow: none;
}
.header .search-form #searchform input[type=submit] {
  background: none;
  -webkit-appearance: none;
  outline: none;
  border: none;
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 40px;
  min-width: 1px;
  cursor: pointer;
  pointer-events: none;
  margin: 0px;
}
.header .search-form #searchform input[type=submit]:hover, .header .search-form #searchform input[type=submit]:focus {
  background: #f2f2f2;
  color: #f2f2f2;
}
.header .search-form #searchform:after {
  content: "\e911";
  font-family: "Icomoon";
  position: absolute;
  top: 6px;
  right: 0px;
  font-size: 1.125em;
  pointer-events: none;
  opacity: 0;
  color: #000000;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
.header .search-form input#toggle-form:checked + label:after,
.header .search-form input#toggle-form[checked] + label:after {
  content: "\e914";
}
.header .search-form input#toggle-form:checked + label + #searchform input[type=submit],
.header .search-form input#toggle-form[checked] + label + #searchform input[type=submit],
.header .search-form #searchform:focus-within input[type=submit] {
  pointer-events: all;
}
.header .search-form input#toggle-form:checked + label + #searchform:after,
.header .search-form input#toggle-form[checked] + label + #searchform:after,
.header .search-form #searchform:focus-within:after {
  opacity: 1;
}

.arrow {
  width: 40px;
  height: 40px;
  position: relative;
  color: #000000;
  position: absolute;
  font-size: 1.75em;
  top: 11px;
  right: 20px;
  z-index: 2;
  cursor: pointer;
  display: inline-block;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
.arrow:before {
  position: absolute;
  margin-top: -0.5em;
  top: 50%;
  left: 0px;
  right: 0px;
  text-align: center;
}
.arrow:before {
  transform: scaleY(1);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

#logomark {
  width: 40px;
}

.menu-toggle {
  position: relative;
  margin-left: 20px;
  top: unset;
  color: #FFFFFF;
  text-transform: uppercase;
  margin-bottom: 0;
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
  cursor: pointer;
}
.menu-toggle:hover, .menu-toggle:focus {
  opacity: 0.65;
}
.menu-toggle .hamburger {
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.menu-toggle .hamburger > .line {
  width: 40px;
  height: 3px;
  background: #FFFFFF;
  display: block;
  position: absolute;
  transform: rotate(0deg);
  transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1), top 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0.6s, opacity 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0.6s, height 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0.3s, width 0s linear 0.6s;
}
.menu-toggle .hamburger > .line1 {
  top: 8.5px;
}
.menu-toggle .hamburger > .line2 {
  top: 25.5px;
  opacity: 1;
  width: 50%;
}

.menu-open .header .menu-toggle > .hamburger .line {
  transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0.6s, top 0.3s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.3s cubic-bezier(0.19, 1, 0.22, 1), height 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0.3s, width 0s linear 0.3s;
}
.menu-open .header .menu-toggle > .hamburger > .line1 {
  top: 18.5px;
  opacity: 1;
  transform: rotate(45deg);
}
.menu-open .header .menu-toggle > .hamburger > .line2 {
  top: 18.5px;
  width: 100%;
  transform: rotate(-45deg);
}

.page-template-template-landing .header .logo {
  display: block;
  width: 169px;
  height: 30px;
  background-image: url("../images/pendium-finance.svg");
  background-size: 169px 30px;
  background-position: center;
  background-repeat: no-repeat;
}

a#return {
  position: fixed;
  right: 1.5rem;
  bottom: 1.5rem;
  width: 3rem;
  height: 3rem;
  background: #000000;
  line-height: 1;
  font-size: 1.5rem;
  color: #fff;
  text-align: center;
  overflow: hidden;
  padding: 0.75rem;
  border: 1px solid #FFFFFF;
  z-index: 10;
  opacity: 0;
  pointer-events: none;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transform: translateY(-16px);
  text-decoration: none;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3), 0 2px 4px rgba(0, 0, 0, 0.3);
}
a#return.show {
  opacity: 1;
  pointer-events: all;
  transform: none;
}
a#return span {
  text-indent: 100px;
  display: block;
}

.footer {
  background: #000000;
  color: #FFFFFF;
}
.footer .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer .row:before, .footer .row:after {
  display: none;
}
.footer .col {
  margin-top: 1rem;
  position: relative;
}
.footer .col:before {
  content: "\e91c";
  font-family: "icomoon";
  display: block;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 0;
  top: 10px;
}
.footer .location {
  text-transform: capitalize;
}
.footer h4, .footer .h4, .footer .categories, .footer h3 {
  margin-top: 0;
  color: #FFFFFF;
}
.footer a {
  color: #FFFFFF;
  font-weight: 400;
}
.footer .social a:before {
  text-align: left;
}
.footer .fineprint-nav ul li {
  display: inline-block;
  margin-right: 1rem;
}
.footer .fineprint-nav ul li a {
  display: block;
  padding: 5px;
}
.footer > .grid, .modal .footer > .inner, .wp-block-group.is-style-full-width .footer > .wp-block-group__inner-container, .wp-block-group.is-style-full-width .footer > .wp-block-cover__inner-container, .wp-block-cover.is-style-full-width .footer > .wp-block-group__inner-container, .wp-block-cover.is-style-full-width .footer > .wp-block-cover__inner-container {
  padding: 20px;
}
.footer .logo {
  display: block;
  width: 113px;
  height: 40px;
  background-image: url("../images/logo.svg");
  background-size: 113px 40px;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 0 20px;
  display: inline-block;
}
.footer .footer-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer .footer-nav ul:before, .footer .footer-nav ul:after {
  content: "";
  display: table;
}
.footer .footer-nav ul:after {
  clear: both;
}
.footer .footer-nav ul li {
  display: block;
}
.footer .bottom {
  background: #000000;
  color: #aaaaaa;
  padding: 10px 20px;
  font-size: 0.8rem;
}
.footer .bottom a {
  color: #aaaaaa;
}
.footer .bottom .grid, .footer .bottom .modal .inner, .modal .footer .bottom .inner, .footer .bottom .wp-block-group.is-style-full-width .wp-block-group__inner-container, .wp-block-group.is-style-full-width .footer .bottom .wp-block-group__inner-container, .footer .bottom .wp-block-group.is-style-full-width .wp-block-cover__inner-container, .wp-block-group.is-style-full-width .footer .bottom .wp-block-cover__inner-container, .footer .bottom .wp-block-cover.is-style-full-width .wp-block-group__inner-container, .wp-block-cover.is-style-full-width .footer .bottom .wp-block-group__inner-container, .footer .bottom .wp-block-cover.is-style-full-width .wp-block-cover__inner-container, .wp-block-cover.is-style-full-width .footer .bottom .wp-block-cover__inner-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer .bottom .grid::before, .footer .bottom .modal .inner::before, .modal .footer .bottom .inner::before, .footer .bottom .wp-block-group.is-style-full-width .wp-block-group__inner-container::before, .wp-block-group.is-style-full-width .footer .bottom .wp-block-group__inner-container::before, .footer .bottom .wp-block-group.is-style-full-width .wp-block-cover__inner-container::before, .wp-block-group.is-style-full-width .footer .bottom .wp-block-cover__inner-container::before, .footer .bottom .wp-block-cover.is-style-full-width .wp-block-group__inner-container::before, .wp-block-cover.is-style-full-width .footer .bottom .wp-block-group__inner-container::before, .footer .bottom .wp-block-cover.is-style-full-width .wp-block-cover__inner-container::before, .wp-block-cover.is-style-full-width .footer .bottom .wp-block-cover__inner-container::before, .footer .bottom .grid:after, .footer .bottom .modal .inner:after, .modal .footer .bottom .inner:after, .footer .bottom .wp-block-group.is-style-full-width .wp-block-group__inner-container:after, .wp-block-group.is-style-full-width .footer .bottom .wp-block-group__inner-container:after, .footer .bottom .wp-block-group.is-style-full-width .wp-block-cover__inner-container:after, .wp-block-group.is-style-full-width .footer .bottom .wp-block-cover__inner-container:after, .footer .bottom .wp-block-cover.is-style-full-width .wp-block-group__inner-container:after, .wp-block-cover.is-style-full-width .footer .bottom .wp-block-group__inner-container:after, .footer .bottom .wp-block-cover.is-style-full-width .wp-block-cover__inner-container:after, .wp-block-cover.is-style-full-width .footer .bottom .wp-block-cover__inner-container:after {
  display: none;
}
.footer .bottom .copyright {
  margin: 0;
}
.footer .bottom .slickdesign {
  color: inherit;
  transition: color 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  position: relative;
  padding-right: 25px;
  text-decoration: none;
}
.footer .bottom .slickdesign:before {
  position: absolute;
  margin-top: -0.5em;
  top: 50%;
  right: 0px;
}
.footer .bottom .slickdesign:before {
  font-size: 1.25em;
  transition: transform 1.6s cubic-bezier(0.19, 1, 0.22, 1);
  width: 22px;
  height: 18px;
  display: block;
  transform-origin: 50%;
  transform: rotate(0deg);
  text-align: center;
}
.footer .bottom .slickdesign:hover, .footer .bottom .slickdesign:focus {
  color: rgba(255, 255, 255, 0.6);
}
.footer .bottom .slickdesign:hover:before, .footer .bottom .slickdesign:focus:before {
  transform: rotate(360deg);
}

body {
  min-height: 97vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

main {
  padding-top: var(--header-height-mobile);
}

.page-content > .content {
  padding: 30px 0;
  position: relative;
}

.banner {
  height: 250px;
  position: relative;
}
.banner > .content {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}
.banner > .content {
  z-index: 2;
}
.banner .bg {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  background-color: #f2f2f2;
  z-index: 1;
}

nav.breadcrumbs {
  margin-bottom: 20px;
  color: #767676;
}
nav.breadcrumbs a {
  color: #767676;
  font-weight: normal;
}
nav.breadcrumbs a:hover, nav.breadcrumbs a:focus {
  color: #000000;
}

.page-content .search-form form {
  margin-bottom: 20px;
}
.page-content .search-form form label {
  font-size: 0px;
}
.page-content .search-form form input[type=text] {
  width: calc(100% - 180px) !important;
  display: inline-block;
}
.page-content .search-form form input[type=submit] {
  width: 150px;
  margin-left: 25px;
  background: #000000;
  border-radius: 0px;
  display: inline-block;
  height: 50px;
  border: 0px;
  cursor: pointer;
}
.page-content .search-form form input[type=submit]:hover, .page-content .search-form form input[type=submit]:focus {
  background: #000000;
}
.page-content .count {
  margin-bottom: 40px;
}
.page-content .result {
  margin: 40px 0px;
}
.page-content .result .search-title {
  font-size: 1.5em;
  margin-bottom: 5px;
}
.page-content .result .search-title .type {
  font-size: 0.9em;
}

.animated-banner {
  height: calc(100vh - var(--header-height-mobile));
  position: relative;
  overflow: hidden;
}
.animated-banner .slider {
  padding: 0 !important;
}
.animated-banner .slider .slick-list {
  overflow: visible;
}
.animated-banner .slider .slide {
  width: 100%;
  position: relative;
}
.animated-banner .slider .slide .bg {
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: calc(50% + var(--header-height-mobile));
  transform: translateY(calc(-50% + var(--header-height-mobile) / 2));
  left: 0;
  right: 0;
  z-index: -1;
}
.animated-banner .slider .slide .bg::after {
  content: "";
  display: block;
  background-color: #FFFFFF;
  opacity: 0.4;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 0;
}
.animated-banner .outer-container {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  padding: 2rem 0;
}
.animated-banner .inner-container {
  max-width: 1024.5px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 2rem;
}
.animated-banner .inner-container .long, .animated-banner .inner-container .short {
  background-color: #000000;
  color: #FFFFFF;
  padding: 0.5rem;
}
.animated-banner .inner-container .long a, .animated-banner .inner-container .short a {
  color: #FFFFFF;
  font-weight: 400;
  text-decoration: underline;
}
.animated-banner .inner-container .long p, .animated-banner .inner-container .short p {
  padding: 0;
  margin: 0;
}
.animated-banner .inner-container .short {
  position: relative;
  z-index: 30;
  width: 50%;
  margin-top: 25%;
}
.animated-banner .icn-chevron-down {
  font-size: 2rem;
  position: absolute;
  z-index: 2;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
}

.testimonial-slider {
  background: #000000;
  color: #FFFFFF;
  padding: 2rem 2rem 2rem 0;
  margin-top: 10% !important;
  margin-bottom: 20% !important;
}
.testimonial-slider .meta {
  padding-left: 4.5rem;
  position: relative;
}
.testimonial-slider .meta:before {
  position: absolute;
  left: 0;
  top: 10px;
  font-size: 1.5rem;
}
.testimonial-slider .meta .name {
  font-weight: 700;
}

.portfolio-highlights {
  padding: 2rem 0;
}
.portfolio-highlights h3, .portfolio-highlights .h4, .portfolio-highlights .categories {
  margin-bottom: 1rem;
  margin-top: 2rem;
}
.portfolio-highlights table {
  border-spacing: 0;
  width: 100%;
  margin: 1rem 0 1.5rem 0;
}
.portfolio-highlights table tr:nth-child(odd) {
  background-color: #f2f2f2;
}
.portfolio-highlights table tr.price {
  background-color: #000000;
  color: #FFFFFF;
  margin: 0;
}
.portfolio-highlights table tr td {
  padding: 0.5rem 1rem;
}
.portfolio-highlights table tr td:nth-child(2n) {
  text-align: right;
}
.portfolio-highlights table:has(tr.price, tr.additional-info) {
  margin: 0;
}

.modal {
  max-width: unset !important;
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  height: 100%;
  z-index: 999;
  padding: 10px;
}
.modal.open {
  display: block;
}
.modal .close-btn {
  min-width: unset;
  width: unset;
  position: absolute;
  right: 30px;
  top: 30px;
  z-index: 9999;
  cursor: pointer;
  font-size: 1.2em;
  line-height: 1;
}
.modal .inner {
  background-color: #FFFFFF;
  border-radius: 30px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 2rem;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 100%;
  position: relative;
}
.modal .inner .gform_title {
  margin-top: 0;
}

.preloader-wrapper {
  background-color: #000000;
  opacity: 1;
  transition: all 0.4s linear;
  width: 100%;
  position: fixed;
  top: var(--header-height-mobile);
  bottom: 0;
  left: 0vw;
  right: 0;
  height: 100vh;
  z-index: 100;
}
.preloader-wrapper .preloader {
  max-width: 1024.5px;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.preloader-wrapper .preloader svg {
  width: 100%;
  transform: scaleX(0);
  transform-origin: left;
  animation-name: load;
  animation-duration: 2.5s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  animation-direction: alternate;
}
.preloader-wrapper.loaded {
  opacity: 0;
  left: -110vw;
}

.no-js .preloader-wrapper {
  display: none;
}
.landing-logo-tagline {
  padding-top: 5rem;
}
.landing-logo-tagline .grid, .landing-logo-tagline .wp-block-group.is-style-full-width .wp-block-group__inner-container, .wp-block-group.is-style-full-width .landing-logo-tagline .wp-block-group__inner-container, .landing-logo-tagline .wp-block-group.is-style-full-width .wp-block-cover__inner-container, .wp-block-group.is-style-full-width .landing-logo-tagline .wp-block-cover__inner-container, .landing-logo-tagline .wp-block-cover.is-style-full-width .wp-block-group__inner-container, .wp-block-cover.is-style-full-width .landing-logo-tagline .wp-block-group__inner-container, .landing-logo-tagline .wp-block-cover.is-style-full-width .wp-block-cover__inner-container, .wp-block-cover.is-style-full-width .landing-logo-tagline .wp-block-cover__inner-container, .landing-logo-tagline .modal .inner, .modal .landing-logo-tagline .inner {
  max-width: 1024.5px;
}
.landing-logo-tagline .row {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.landing-logo-tagline .row::before, .landing-logo-tagline .row::after {
  display: none;
}
.landing-logo-tagline .row .landing-logo {
  max-width: 300px;
  margin-right: 0;
  margin-left: auto;
}
@media screen and (min-width: 768px){
  .c-1-1 {
    width: 100%;
  }
  .c-1-2 {
    width: 50%;
  }
  .c-2-2 {
    width: 100%;
  }
  .c-1-3 {
    width: 33.3333333333%;
  }
  .c-2-3 {
    width: 66.6666666667%;
  }
  .c-3-3 {
    width: 100%;
  }
  .c-1-4 {
    width: 25%;
  }
  .c-2-4 {
    width: 50%;
  }
  .c-3-4 {
    width: 75%;
  }
  .c-4-4 {
    width: 100%;
  }
  .c-1-5 {
    width: 20%;
  }
  .c-2-5 {
    width: 40%;
  }
  .c-3-5 {
    width: 60%;
  }
  .c-4-5 {
    width: 80%;
  }
  .c-5-5 {
    width: 100%;
  }
  .c-1-6 {
    width: 16.6666666667%;
  }
  .c-2-6 {
    width: 33.3333333333%;
  }
  .c-3-6 {
    width: 50%;
  }
  .c-4-6 {
    width: 66.6666666667%;
  }
  .c-5-6 {
    width: 83.3333333333%;
  }
  .c-6-6 {
    width: 100%;
  }
  .c-1-7 {
    width: 14.2857142857%;
  }
  .c-2-7 {
    width: 28.5714285714%;
  }
  .c-3-7 {
    width: 42.8571428571%;
  }
  .c-4-7 {
    width: 57.1428571429%;
  }
  .c-5-7 {
    width: 71.4285714286%;
  }
  .c-6-7 {
    width: 85.7142857143%;
  }
  .c-7-7 {
    width: 100%;
  }
  .c-1-8 {
    width: 12.5%;
  }
  .c-2-8 {
    width: 25%;
  }
  .c-3-8 {
    width: 37.5%;
  }
  .c-4-8 {
    width: 50%;
  }
  .c-5-8 {
    width: 62.5%;
  }
  .c-6-8 {
    width: 75%;
  }
  .c-7-8 {
    width: 87.5%;
  }
  .c-8-8 {
    width: 100%;
  }
  .c-1-9 {
    width: 11.1111111111%;
  }
  .c-2-9 {
    width: 22.2222222222%;
  }
  .c-3-9 {
    width: 33.3333333333%;
  }
  .c-4-9 {
    width: 44.4444444444%;
  }
  .c-5-9 {
    width: 55.5555555556%;
  }
  .c-6-9 {
    width: 66.6666666667%;
  }
  .c-7-9 {
    width: 77.7777777778%;
  }
  .c-8-9 {
    width: 88.8888888889%;
  }
  .c-9-9 {
    width: 100%;
  }
  .c-1-10 {
    width: 10%;
  }
  .c-2-10 {
    width: 20%;
  }
  .c-3-10 {
    width: 30%;
  }
  .c-4-10 {
    width: 40%;
  }
  .c-5-10 {
    width: 50%;
  }
  .c-6-10 {
    width: 60%;
  }
  .c-7-10 {
    width: 70%;
  }
  .c-8-10 {
    width: 80%;
  }
  .c-9-10 {
    width: 90%;
  }
  .c-10-10 {
    width: 100%;
  }
  .c-1-11 {
    width: 9.0909090909%;
  }
  .c-2-11 {
    width: 18.1818181818%;
  }
  .c-3-11 {
    width: 27.2727272727%;
  }
  .c-4-11 {
    width: 36.3636363636%;
  }
  .c-5-11 {
    width: 45.4545454545%;
  }
  .c-6-11 {
    width: 54.5454545455%;
  }
  .c-7-11 {
    width: 63.6363636364%;
  }
  .c-8-11 {
    width: 72.7272727273%;
  }
  .c-9-11 {
    width: 81.8181818182%;
  }
  .c-10-11 {
    width: 90.9090909091%;
  }
  .c-11-11 {
    width: 100%;
  }
  .c-1-12 {
    width: 8.3333333333%;
  }
  .c-2-12 {
    width: 16.6666666667%;
  }
  .c-3-12 {
    width: 25%;
  }
  .c-4-12 {
    width: 33.3333333333%;
  }
  .c-5-12 {
    width: 41.6666666667%;
  }
  .c-6-12 {
    width: 50%;
  }
  .c-7-12 {
    width: 58.3333333333%;
  }
  .c-8-12 {
    width: 66.6666666667%;
  }
  .c-9-12 {
    width: 75%;
  }
  .c-10-12 {
    width: 83.3333333333%;
  }
  .c-11-12 {
    width: 91.6666666667%;
  }
  .c-12-12 {
    width: 100%;
  }
  .r-g-0 {
    margin-left: 0px;
  }
  .r-g-0 > .col {
    padding-left: 0px;
  }
  .r-g-1 {
    margin-left: -10px;
  }
  .r-g-1 > .col {
    padding-left: 10px;
  }
  .r-g-2 {
    margin-left: -20px;
  }
  .r-g-2 > .col {
    padding-left: 20px;
  }
  .r-g-3 {
    margin-left: -30px;
  }
  .r-g-3 > .col {
    padding-left: 30px;
  }
  .r-g-4 {
    margin-left: -40px;
  }
  .r-g-4 > .col {
    padding-left: 40px;
  }
  .r-g-5 {
    margin-left: -50px;
  }
  .r-g-5 > .col {
    padding-left: 50px;
  }
  .r-g-6 {
    margin-left: -60px;
  }
  .r-g-6 > .col {
    padding-left: 60px;
  }
  .r-g-7 {
    margin-left: -70px;
  }
  .r-g-7 > .col {
    padding-left: 70px;
  }
  .r-g-8 {
    margin-left: -80px;
  }
  .r-g-8 > .col {
    padding-left: 80px;
  }
  .r-g-9 {
    margin-left: -90px;
  }
  .r-g-9 > .col {
    padding-left: 90px;
  }
  .r-g-10 {
    margin-left: -100px;
  }
  .r-g-10 > .col {
    padding-left: 100px;
  }
  .r-g-11 {
    margin-left: -110px;
  }
  .r-g-11 > .col {
    padding-left: 110px;
  }
  .r-g-12 {
    margin-left: -120px;
  }
  .r-g-12 > .col {
    padding-left: 120px;
  }
  .r-1 > .col:nth-child(1n+1) {
    clear: both;
  }
  .r-2 > .col:nth-child(2n+1) {
    clear: both;
  }
  .r-3 > .col:nth-child(3n+1) {
    clear: both;
  }
  .r-4 > .col:nth-child(4n+1) {
    clear: both;
  }
  .r-5 > .col:nth-child(5n+1) {
    clear: both;
  }
  .r-6 > .col:nth-child(6n+1) {
    clear: both;
  }
  .r-7 > .col:nth-child(7n+1) {
    clear: both;
  }
  .r-8 > .col:nth-child(8n+1) {
    clear: both;
  }
  .r-9 > .col:nth-child(9n+1) {
    clear: both;
  }
  .r-10 > .col:nth-child(10n+1) {
    clear: both;
  }
  .r-11 > .col:nth-child(11n+1) {
    clear: both;
  }
  .r-12 > .col:nth-child(12n+1) {
    clear: both;
  }
  .c-right {
    float: right;
  }
  .c-left {
    clear: left;
  }
  .r-flex,
.c-flex {
    display: flex;
  }
  .r-flex.col,
.c-flex.col {
    flex-direction: column;
  }
  .r-flex.col.c-reverse,
.c-flex.col.c-reverse {
    flex-direction: column-reverse;
  }
  .r-flex.row.r-reverse,
.c-flex.row.r-reverse {
    flex-direction: row-reverse;
  }
  .r-flex:before,
.c-flex:before {
    content: none;
  }
  .hide-md-lg {
    display: none;
  }
  .nav-flex {
    display: flex;
  }
  .nav-flex > li {
    flex: 1 1 auto;
  }
  .nav-flex > li:last-of-type {
    flex: 0 0 auto;
  }
  body {
    --header-height-mobile: 80px;
    font-size: 16px;
  }
  p.lead,
body .gform_wrapper .gform_description.lead {
    font-size: 1.2rem;
  }
  .slider-controls .next, .slider-controls .prev {
    position: absolute;
    top: calc(50% - 15px);
  }
  .slider-controls .prev {
    left: -10px;
  }
  .slider-controls .next {
    right: -10px;
  }
  .slider-carousel {
    margin-left: -32px;
  }
  .slider-carousel .slick-slide {
    padding-left: 32px;
  }
  .sortium-icons .wp-block-group__inner-container .wp-block-columns .wp-block-column {
    position: relative;
    padding-bottom: 2rem;
  }
  .sortium-icons .wp-block-group__inner-container .wp-block-columns .wp-block-column p {
    background-color: #FFFFFF;
  }
  .sortium-icons .wp-block-group__inner-container .wp-block-columns .wp-block-column .wp-block-image {
    position: relative;
  }
  .sortium-icons .wp-block-group__inner-container .wp-block-columns .wp-block-column .wp-block-image:after {
    content: "";
    width: 100%;
    height: 1px;
    display: block;
    border-bottom: 3px dashed #000000;
    top: 50%;
    left: 50%;
    position: absolute;
    z-index: -1;
  }
  .sortium-icons .wp-block-group__inner-container .wp-block-columns:nth-child(2n-1) .wp-block-column:last-child {
    position: relative;
  }
  .sortium-icons .wp-block-group__inner-container .wp-block-columns:nth-child(2n-1) .wp-block-column:last-child .wp-block-image:after {
    display: none;
  }
  .sortium-icons .wp-block-group__inner-container .wp-block-columns:nth-child(2n-1) .wp-block-column:last-child::after {
    content: "";
    width: 1px;
    height: 100%;
    display: block !important;
    border-right: 3px dashed #000000;
    top: 56px;
    left: 50%;
    position: absolute;
    z-index: -1;
  }
  .sortium-icons .wp-block-group__inner-container .wp-block-columns:nth-child(2n) .wp-block-column:first-child {
    position: relative;
  }
  .sortium-icons .wp-block-group__inner-container .wp-block-columns:nth-child(2n) .wp-block-column:first-child::after {
    content: "";
    width: 1px;
    height: 100%;
    display: block !important;
    border-right: 3px dashed #000000;
    top: 56px;
    left: 50%;
    position: absolute;
    z-index: -1;
  }
  .sortium-icons .wp-block-group__inner-container .wp-block-columns:nth-child(2n) .wp-block-column:last-child .wp-block-image:after {
    display: none;
  }
  .sortium-icons .wp-block-group__inner-container .wp-block-columns:last-child .wp-block-column:last-child:after {
    display: none !important;
  }
  .sortium-icons .wp-block-group__inner-container .wp-block-columns:last-child .wp-block-column:nth-child(2) .wp-block-image:after {
    display: none;
  }
  .sortium-icons-block {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .sortium-icons-block .item {
    position: relative;
  }
  .sortium-icons-block .item .image-icon:after {
    content: "";
    width: 100%;
    height: 1px;
    display: block;
    border-bottom: 3px dashed #000000;
    top: 50%;
    left: 50%;
    position: absolute;
    z-index: -1;
  }
  .sortium-icons-block .item .item-content {
    background-color: #FFFFFF;
  }
  .sortium-icons-block .item:nth-child(3) .image-icon:after, .sortium-icons-block .item:nth-child(4) .image-icon:after, .sortium-icons-block .item:nth-child(8) .image-icon:after {
    display: none;
  }
  .sortium-icons-block .item:nth-child(6)::after, .sortium-icons-block .item:nth-child(3)::after {
    content: "";
    width: 1px;
    height: 100%;
    display: block !important;
    border-right: 3px dashed #000000;
    top: 56px;
    left: 50%;
    position: absolute;
    z-index: -1;
  }
  .sortium-icons-block .item:nth-child(1) {
    order: 1;
  }
  .sortium-icons-block .item:nth-child(2) {
    order: 2;
  }
  .sortium-icons-block .item:nth-child(3) {
    order: 3;
  }
  .sortium-icons-block .item:nth-child(4) {
    order: 6;
  }
  .sortium-icons-block .item:nth-child(5) {
    order: 5;
  }
  .sortium-icons-block .item:nth-child(6) {
    order: 4;
  }
  .sortium-icons-block .item:nth-child(7) {
    order: 7;
  }
  .sortium-icons-block .item:nth-child(8) {
    order: 8;
  }
  .header .logo {
    margin: 20px 20px 20px 20px;
  }
  .header .mobile-menu {
    width: 50vw;
    min-width: 400px;
  }
  .header .mobile-menu .main-navigation a {
    font-size: 2rem;
  }
  .header .mobile-menu .main-navigation > ul li {
    /*&.offset-menu-item {
        margin-top: 2rem;
        margin-right: 2rem;
        width: unset;
        padding-top: 1rem;
        a{
            &:before {
                content: "";
                width: calc(100% - 20px);
                height: 1px;
                background-color: $color-white;
                top: -1rem;
                left: 20px;
                display: block;
                position: absolute;
            }
        }
    }*/
  }
  .footer .col {
    position: relative;
    padding-left: 4.5rem;
    padding-right: 1rem;
  }
  .footer .col.unset-desktop {
    width: unset;
  }
  .footer .col:before {
    font-size: 1.5rem;
  }
  .page-content > .content {
    padding: 60px 0;
  }
  .banner {
    height: 400px;
  }
  .animated-banner .inner-container .long, .animated-banner .inner-container .short {
    height: 81px;
    padding: 1rem;
  }
  .animated-banner .inner-container .long p, .animated-banner .inner-container .short p {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
  }
  .pos-absolute {
    position: absolute;
  }
  .pos-relative {
    position: relative;
  }
}
@media screen and (min-width: 1366px){
  .wp-block-group.is-style-full-width {
    width: 100%;
    width: 100vw;
    margin-left: calc(-50vw + 663px);
  }
  .wp-block-group.is-style-full-width, .wp-block-cover.is-style-full-width {
    margin-left: calc(-50vw + 663px);
    margin-left: calc((var(--data-fullwidth)/2) + 663px);
  }
  .wp-block-group.is-style-full-width.has-custom-content-position .wp-block-cover__inner-container, .wp-block-cover.is-style-full-width.has-custom-content-position .wp-block-cover__inner-container {
    width: calc(1366px / 2);
  }
  .wp-block-group.is-style-full-width.has-custom-content-position.is-position-center-right .wp-block-cover__inner-container, .wp-block-cover.is-style-full-width.has-custom-content-position.is-position-center-right .wp-block-cover__inner-container {
    margin: auto auto auto calc(var(--data-fullwidth-main) / 2);
  }
  .wp-block-group.is-style-full-width.has-custom-content-position.is-position-center-left .wp-block-cover__inner-container, .wp-block-cover.is-style-full-width.has-custom-content-position.is-position-center-left .wp-block-cover__inner-container {
    margin: auto calc(var(--data-fullwidth-main) / 2) auto auto;
  }
  .wp-block-group.is-style-full-width.has-custom-content-position.is-position-top-left .wp-block-cover__inner-container, .wp-block-cover.is-style-full-width.has-custom-content-position.is-position-top-left .wp-block-cover__inner-container {
    margin: 0 calc(var(--data-fullwidth-main) / 2) auto auto;
  }
  .wp-block-group.is-style-full-width.has-custom-content-position.is-position-top-right .wp-block-cover__inner-container, .wp-block-cover.is-style-full-width.has-custom-content-position.is-position-top-right .wp-block-cover__inner-container {
    margin: 0 auto auto calc(var(--data-fullwidth-main) / 2);
  }
  .wp-block-group.is-style-full-width.has-custom-content-position.is-position-bottom-left .wp-block-cover__inner-container, .wp-block-cover.is-style-full-width.has-custom-content-position.is-position-bottom-left .wp-block-cover__inner-container {
    margin: auto calc(var(--data-fullwidth-main) / 2) 0 auto;
  }
  .wp-block-group.is-style-full-width.has-custom-content-position.is-position-bottom-right .wp-block-cover__inner-container, .wp-block-cover.is-style-full-width.has-custom-content-position.is-position-bottom-right .wp-block-cover__inner-container {
    margin: auto auto 0 calc(var(--data-fullwidth-main) / 2);
  }
  .wp-block-media-text.is-style-full-width {
    margin-left: calc(-50vw + 663px);
    margin-left: calc((var(--data-fullwidth)/2) + 663px);
  }
  .wp-block-media-text.is-style-full-width.has-media-on-the-right .wp-block-media-text__content {
    margin: auto 0 auto auto;
    padding-left: 0;
  }
}
@media screen and (min-width: 1367px){
  .lg-1-1 {
    width: 100%;
  }
  .lg-1-2 {
    width: 50%;
  }
  .lg-2-2 {
    width: 100%;
  }
  .lg-1-3 {
    width: 33.3333333333%;
  }
  .lg-2-3 {
    width: 66.6666666667%;
  }
  .lg-3-3 {
    width: 100%;
  }
  .lg-1-4 {
    width: 25%;
  }
  .lg-2-4 {
    width: 50%;
  }
  .lg-3-4 {
    width: 75%;
  }
  .lg-4-4 {
    width: 100%;
  }
  .lg-1-5 {
    width: 20%;
  }
  .lg-2-5 {
    width: 40%;
  }
  .lg-3-5 {
    width: 60%;
  }
  .lg-4-5 {
    width: 80%;
  }
  .lg-5-5 {
    width: 100%;
  }
  .lg-1-6 {
    width: 16.6666666667%;
  }
  .lg-2-6 {
    width: 33.3333333333%;
  }
  .lg-3-6 {
    width: 50%;
  }
  .lg-4-6 {
    width: 66.6666666667%;
  }
  .lg-5-6 {
    width: 83.3333333333%;
  }
  .lg-6-6 {
    width: 100%;
  }
  .lg-1-7 {
    width: 14.2857142857%;
  }
  .lg-2-7 {
    width: 28.5714285714%;
  }
  .lg-3-7 {
    width: 42.8571428571%;
  }
  .lg-4-7 {
    width: 57.1428571429%;
  }
  .lg-5-7 {
    width: 71.4285714286%;
  }
  .lg-6-7 {
    width: 85.7142857143%;
  }
  .lg-7-7 {
    width: 100%;
  }
  .lg-1-8 {
    width: 12.5%;
  }
  .lg-2-8 {
    width: 25%;
  }
  .lg-3-8 {
    width: 37.5%;
  }
  .lg-4-8 {
    width: 50%;
  }
  .lg-5-8 {
    width: 62.5%;
  }
  .lg-6-8 {
    width: 75%;
  }
  .lg-7-8 {
    width: 87.5%;
  }
  .lg-8-8 {
    width: 100%;
  }
  .lg-1-9 {
    width: 11.1111111111%;
  }
  .lg-2-9 {
    width: 22.2222222222%;
  }
  .lg-3-9 {
    width: 33.3333333333%;
  }
  .lg-4-9 {
    width: 44.4444444444%;
  }
  .lg-5-9 {
    width: 55.5555555556%;
  }
  .lg-6-9 {
    width: 66.6666666667%;
  }
  .lg-7-9 {
    width: 77.7777777778%;
  }
  .lg-8-9 {
    width: 88.8888888889%;
  }
  .lg-9-9 {
    width: 100%;
  }
  .lg-1-10 {
    width: 10%;
  }
  .lg-2-10 {
    width: 20%;
  }
  .lg-3-10 {
    width: 30%;
  }
  .lg-4-10 {
    width: 40%;
  }
  .lg-5-10 {
    width: 50%;
  }
  .lg-6-10 {
    width: 60%;
  }
  .lg-7-10 {
    width: 70%;
  }
  .lg-8-10 {
    width: 80%;
  }
  .lg-9-10 {
    width: 90%;
  }
  .lg-10-10 {
    width: 100%;
  }
  .lg-1-11 {
    width: 9.0909090909%;
  }
  .lg-2-11 {
    width: 18.1818181818%;
  }
  .lg-3-11 {
    width: 27.2727272727%;
  }
  .lg-4-11 {
    width: 36.3636363636%;
  }
  .lg-5-11 {
    width: 45.4545454545%;
  }
  .lg-6-11 {
    width: 54.5454545455%;
  }
  .lg-7-11 {
    width: 63.6363636364%;
  }
  .lg-8-11 {
    width: 72.7272727273%;
  }
  .lg-9-11 {
    width: 81.8181818182%;
  }
  .lg-10-11 {
    width: 90.9090909091%;
  }
  .lg-11-11 {
    width: 100%;
  }
  .lg-1-12 {
    width: 8.3333333333%;
  }
  .lg-2-12 {
    width: 16.6666666667%;
  }
  .lg-3-12 {
    width: 25%;
  }
  .lg-4-12 {
    width: 33.3333333333%;
  }
  .lg-5-12 {
    width: 41.6666666667%;
  }
  .lg-6-12 {
    width: 50%;
  }
  .lg-7-12 {
    width: 58.3333333333%;
  }
  .lg-8-12 {
    width: 66.6666666667%;
  }
  .lg-9-12 {
    width: 75%;
  }
  .lg-10-12 {
    width: 83.3333333333%;
  }
  .lg-11-12 {
    width: 91.6666666667%;
  }
  .lg-12-12 {
    width: 100%;
  }
  .lg-g-0 {
    margin-left: 0px;
  }
  .lg-g-0 > .col {
    padding-left: 0px;
  }
  .lg-g-1 {
    margin-left: -10px;
  }
  .lg-g-1 > .col {
    padding-left: 10px;
  }
  .lg-g-2 {
    margin-left: -20px;
  }
  .lg-g-2 > .col {
    padding-left: 20px;
  }
  .lg-g-3 {
    margin-left: -30px;
  }
  .lg-g-3 > .col {
    padding-left: 30px;
  }
  .lg-g-4 {
    margin-left: -40px;
  }
  .lg-g-4 > .col {
    padding-left: 40px;
  }
  .lg-g-5 {
    margin-left: -50px;
  }
  .lg-g-5 > .col {
    padding-left: 50px;
  }
  .lg-g-6 {
    margin-left: -60px;
  }
  .lg-g-6 > .col {
    padding-left: 60px;
  }
  .lg-g-7 {
    margin-left: -70px;
  }
  .lg-g-7 > .col {
    padding-left: 70px;
  }
  .lg-g-8 {
    margin-left: -80px;
  }
  .lg-g-8 > .col {
    padding-left: 80px;
  }
  .lg-g-9 {
    margin-left: -90px;
  }
  .lg-g-9 > .col {
    padding-left: 90px;
  }
  .lg-g-10 {
    margin-left: -100px;
  }
  .lg-g-10 > .col {
    padding-left: 100px;
  }
  .lg-g-11 {
    margin-left: -110px;
  }
  .lg-g-11 > .col {
    padding-left: 110px;
  }
  .lg-g-12 {
    margin-left: -120px;
  }
  .lg-g-12 > .col {
    padding-left: 120px;
  }
  .lg-1 > .col:nth-child(1n+1) {
    clear: both;
  }
  .lg-2 > .col:nth-child(2n+1) {
    clear: both;
  }
  .lg-3 > .col:nth-child(3n+1) {
    clear: both;
  }
  .lg-4 > .col:nth-child(4n+1) {
    clear: both;
  }
  .lg-5 > .col:nth-child(5n+1) {
    clear: both;
  }
  .lg-6 > .col:nth-child(6n+1) {
    clear: both;
  }
  .lg-7 > .col:nth-child(7n+1) {
    clear: both;
  }
  .lg-8 > .col:nth-child(8n+1) {
    clear: both;
  }
  .lg-9 > .col:nth-child(9n+1) {
    clear: both;
  }
  .lg-10 > .col:nth-child(10n+1) {
    clear: both;
  }
  .lg-11 > .col:nth-child(11n+1) {
    clear: both;
  }
  .lg-12 > .col:nth-child(12n+1) {
    clear: both;
  }
  .lg-right {
    float: right;
  }
  .lg-left {
    clear: left;
  }
  .lg-flex,
.lg-flex {
    display: flex;
  }
  .lg-flex.col,
.lg-flex.col {
    flex-direction: column;
  }
  .lg-flex.col.lg-reverse,
.lg-flex.col.lg-reverse {
    flex-direction: column-reverse;
  }
  .lg-flex.row.lg-reverse,
.lg-flex.row.lg-reverse {
    flex-direction: row-reverse;
  }
  .lg-flex:before,
.lg-flex:before {
    content: none;
  }
  .hide-lg {
    display: none;
  }
  h1, .h1 {
    font-size: 3.125em;
  }
  h2, .h2 {
    font-size: 2.5em;
  }
  h3,
.h3,
body .gform_wrapper h3.gform_title {
    font-size: 1.875em;
  }
  .single .extended-width {
    width: calc((var(--data-fullwidth-main) - 1366px) / 2 + 100% + 20px);
  }
  .slider-controls .prev {
    left: -40px;
  }
  .slider-controls .next {
    right: -40px;
  }
  .slider-carousel:before {
    left: 0;
  }
  .wp-block-columns .wp-block-column:first-child .wp-block-group.extended-width {
    margin-left: calc((var(--data-fullwidth) + 1366px) / 2 - 20px);
  }
  .wp-block-columns .wp-block-column:first-child .wp-block-group.extended-width .wp-block-group__inner-container {
    margin-left: calc((var(--data-fullwidth-main) - 1366px) / 2 + 20px) !important;
    padding: 0;
  }
  .wp-block-columns .wp-block-column .wp-block-group.extended-width {
    width: calc((var(--data-fullwidth-main) - 1366px) / 2 + 100% + 20px + 1em);
  }
  .full-page-cover {
    width: calc((var(--data-fullwidth-main) - 1366px) / 2 + 1366px + 20px + 1em);
  }
  .header .logo {
    width: 225px;
    height: 40px;
    background-size: 225px 40px;
  }
  .page-template-template-landing .header .logo {
    width: 225px;
    height: 40px;
    background-size: 225px 40px;
  }
  .footer .logo {
    width: 197px;
    height: 70px;
    background-size: 197px 70px;
  }
}
@media screen and (min-width: 1920px){
  .xl-1-1 {
    width: 100%;
  }
  .xl-1-2 {
    width: 50%;
  }
  .xl-2-2 {
    width: 100%;
  }
  .xl-1-3 {
    width: 33.3333333333%;
  }
  .xl-2-3 {
    width: 66.6666666667%;
  }
  .xl-3-3 {
    width: 100%;
  }
  .xl-1-4 {
    width: 25%;
  }
  .xl-2-4 {
    width: 50%;
  }
  .xl-3-4 {
    width: 75%;
  }
  .xl-4-4 {
    width: 100%;
  }
  .xl-1-5 {
    width: 20%;
  }
  .xl-2-5 {
    width: 40%;
  }
  .xl-3-5 {
    width: 60%;
  }
  .xl-4-5 {
    width: 80%;
  }
  .xl-5-5 {
    width: 100%;
  }
  .xl-1-6 {
    width: 16.6666666667%;
  }
  .xl-2-6 {
    width: 33.3333333333%;
  }
  .xl-3-6 {
    width: 50%;
  }
  .xl-4-6 {
    width: 66.6666666667%;
  }
  .xl-5-6 {
    width: 83.3333333333%;
  }
  .xl-6-6 {
    width: 100%;
  }
  .xl-1-7 {
    width: 14.2857142857%;
  }
  .xl-2-7 {
    width: 28.5714285714%;
  }
  .xl-3-7 {
    width: 42.8571428571%;
  }
  .xl-4-7 {
    width: 57.1428571429%;
  }
  .xl-5-7 {
    width: 71.4285714286%;
  }
  .xl-6-7 {
    width: 85.7142857143%;
  }
  .xl-7-7 {
    width: 100%;
  }
  .xl-1-8 {
    width: 12.5%;
  }
  .xl-2-8 {
    width: 25%;
  }
  .xl-3-8 {
    width: 37.5%;
  }
  .xl-4-8 {
    width: 50%;
  }
  .xl-5-8 {
    width: 62.5%;
  }
  .xl-6-8 {
    width: 75%;
  }
  .xl-7-8 {
    width: 87.5%;
  }
  .xl-8-8 {
    width: 100%;
  }
  .xl-1-9 {
    width: 11.1111111111%;
  }
  .xl-2-9 {
    width: 22.2222222222%;
  }
  .xl-3-9 {
    width: 33.3333333333%;
  }
  .xl-4-9 {
    width: 44.4444444444%;
  }
  .xl-5-9 {
    width: 55.5555555556%;
  }
  .xl-6-9 {
    width: 66.6666666667%;
  }
  .xl-7-9 {
    width: 77.7777777778%;
  }
  .xl-8-9 {
    width: 88.8888888889%;
  }
  .xl-9-9 {
    width: 100%;
  }
  .xl-1-10 {
    width: 10%;
  }
  .xl-2-10 {
    width: 20%;
  }
  .xl-3-10 {
    width: 30%;
  }
  .xl-4-10 {
    width: 40%;
  }
  .xl-5-10 {
    width: 50%;
  }
  .xl-6-10 {
    width: 60%;
  }
  .xl-7-10 {
    width: 70%;
  }
  .xl-8-10 {
    width: 80%;
  }
  .xl-9-10 {
    width: 90%;
  }
  .xl-10-10 {
    width: 100%;
  }
  .xl-1-11 {
    width: 9.0909090909%;
  }
  .xl-2-11 {
    width: 18.1818181818%;
  }
  .xl-3-11 {
    width: 27.2727272727%;
  }
  .xl-4-11 {
    width: 36.3636363636%;
  }
  .xl-5-11 {
    width: 45.4545454545%;
  }
  .xl-6-11 {
    width: 54.5454545455%;
  }
  .xl-7-11 {
    width: 63.6363636364%;
  }
  .xl-8-11 {
    width: 72.7272727273%;
  }
  .xl-9-11 {
    width: 81.8181818182%;
  }
  .xl-10-11 {
    width: 90.9090909091%;
  }
  .xl-11-11 {
    width: 100%;
  }
  .xl-1-12 {
    width: 8.3333333333%;
  }
  .xl-2-12 {
    width: 16.6666666667%;
  }
  .xl-3-12 {
    width: 25%;
  }
  .xl-4-12 {
    width: 33.3333333333%;
  }
  .xl-5-12 {
    width: 41.6666666667%;
  }
  .xl-6-12 {
    width: 50%;
  }
  .xl-7-12 {
    width: 58.3333333333%;
  }
  .xl-8-12 {
    width: 66.6666666667%;
  }
  .xl-9-12 {
    width: 75%;
  }
  .xl-10-12 {
    width: 83.3333333333%;
  }
  .xl-11-12 {
    width: 91.6666666667%;
  }
  .xl-12-12 {
    width: 100%;
  }
  .xl-g-0 {
    margin-left: 0px;
  }
  .xl-g-0 > .col {
    padding-left: 0px;
  }
  .xl-g-1 {
    margin-left: -10px;
  }
  .xl-g-1 > .col {
    padding-left: 10px;
  }
  .xl-g-2 {
    margin-left: -20px;
  }
  .xl-g-2 > .col {
    padding-left: 20px;
  }
  .xl-g-3 {
    margin-left: -30px;
  }
  .xl-g-3 > .col {
    padding-left: 30px;
  }
  .xl-g-4 {
    margin-left: -40px;
  }
  .xl-g-4 > .col {
    padding-left: 40px;
  }
  .xl-g-5 {
    margin-left: -50px;
  }
  .xl-g-5 > .col {
    padding-left: 50px;
  }
  .xl-g-6 {
    margin-left: -60px;
  }
  .xl-g-6 > .col {
    padding-left: 60px;
  }
  .xl-g-7 {
    margin-left: -70px;
  }
  .xl-g-7 > .col {
    padding-left: 70px;
  }
  .xl-g-8 {
    margin-left: -80px;
  }
  .xl-g-8 > .col {
    padding-left: 80px;
  }
  .xl-g-9 {
    margin-left: -90px;
  }
  .xl-g-9 > .col {
    padding-left: 90px;
  }
  .xl-g-10 {
    margin-left: -100px;
  }
  .xl-g-10 > .col {
    padding-left: 100px;
  }
  .xl-g-11 {
    margin-left: -110px;
  }
  .xl-g-11 > .col {
    padding-left: 110px;
  }
  .xl-g-12 {
    margin-left: -120px;
  }
  .xl-g-12 > .col {
    padding-left: 120px;
  }
  .xl-1 > .col:nth-child(1n+1) {
    clear: both;
  }
  .xl-2 > .col:nth-child(2n+1) {
    clear: both;
  }
  .xl-3 > .col:nth-child(3n+1) {
    clear: both;
  }
  .xl-4 > .col:nth-child(4n+1) {
    clear: both;
  }
  .xl-5 > .col:nth-child(5n+1) {
    clear: both;
  }
  .xl-6 > .col:nth-child(6n+1) {
    clear: both;
  }
  .xl-7 > .col:nth-child(7n+1) {
    clear: both;
  }
  .xl-8 > .col:nth-child(8n+1) {
    clear: both;
  }
  .xl-9 > .col:nth-child(9n+1) {
    clear: both;
  }
  .xl-10 > .col:nth-child(10n+1) {
    clear: both;
  }
  .xl-11 > .col:nth-child(11n+1) {
    clear: both;
  }
  .xl-12 > .col:nth-child(12n+1) {
    clear: both;
  }
  .xl-right {
    float: right;
  }
  .xl-left {
    clear: left;
  }
  .xl-flex,
.xl-flex {
    display: flex;
  }
  .xl-flex.col,
.xl-flex.col {
    flex-direction: column;
  }
  .xl-flex.col.xl-reverse,
.xl-flex.col.xl-reverse {
    flex-direction: column-reverse;
  }
  .xl-flex.row.xl-reverse,
.xl-flex.row.xl-reverse {
    flex-direction: row-reverse;
  }
  .xl-flex:before,
.xl-flex:before {
    content: none;
  }
  .hide-xl {
    display: none;
  }
}
@media screen and (max-width: 1366px){
  .media-icons img {
    max-height: 80px;
    max-width: 100%;
    height: 100%;
    width: auto;
  }
}
@media screen and (max-width: 1366px) and (min-width: 768px){
  .md-1-1 {
    width: 100%;
  }
  .md-1-2 {
    width: 50%;
  }
  .md-2-2 {
    width: 100%;
  }
  .md-1-3 {
    width: 33.3333333333%;
  }
  .md-2-3 {
    width: 66.6666666667%;
  }
  .md-3-3 {
    width: 100%;
  }
  .md-1-4 {
    width: 25%;
  }
  .md-2-4 {
    width: 50%;
  }
  .md-3-4 {
    width: 75%;
  }
  .md-4-4 {
    width: 100%;
  }
  .md-1-5 {
    width: 20%;
  }
  .md-2-5 {
    width: 40%;
  }
  .md-3-5 {
    width: 60%;
  }
  .md-4-5 {
    width: 80%;
  }
  .md-5-5 {
    width: 100%;
  }
  .md-1-6 {
    width: 16.6666666667%;
  }
  .md-2-6 {
    width: 33.3333333333%;
  }
  .md-3-6 {
    width: 50%;
  }
  .md-4-6 {
    width: 66.6666666667%;
  }
  .md-5-6 {
    width: 83.3333333333%;
  }
  .md-6-6 {
    width: 100%;
  }
  .md-1-7 {
    width: 14.2857142857%;
  }
  .md-2-7 {
    width: 28.5714285714%;
  }
  .md-3-7 {
    width: 42.8571428571%;
  }
  .md-4-7 {
    width: 57.1428571429%;
  }
  .md-5-7 {
    width: 71.4285714286%;
  }
  .md-6-7 {
    width: 85.7142857143%;
  }
  .md-7-7 {
    width: 100%;
  }
  .md-1-8 {
    width: 12.5%;
  }
  .md-2-8 {
    width: 25%;
  }
  .md-3-8 {
    width: 37.5%;
  }
  .md-4-8 {
    width: 50%;
  }
  .md-5-8 {
    width: 62.5%;
  }
  .md-6-8 {
    width: 75%;
  }
  .md-7-8 {
    width: 87.5%;
  }
  .md-8-8 {
    width: 100%;
  }
  .md-1-9 {
    width: 11.1111111111%;
  }
  .md-2-9 {
    width: 22.2222222222%;
  }
  .md-3-9 {
    width: 33.3333333333%;
  }
  .md-4-9 {
    width: 44.4444444444%;
  }
  .md-5-9 {
    width: 55.5555555556%;
  }
  .md-6-9 {
    width: 66.6666666667%;
  }
  .md-7-9 {
    width: 77.7777777778%;
  }
  .md-8-9 {
    width: 88.8888888889%;
  }
  .md-9-9 {
    width: 100%;
  }
  .md-1-10 {
    width: 10%;
  }
  .md-2-10 {
    width: 20%;
  }
  .md-3-10 {
    width: 30%;
  }
  .md-4-10 {
    width: 40%;
  }
  .md-5-10 {
    width: 50%;
  }
  .md-6-10 {
    width: 60%;
  }
  .md-7-10 {
    width: 70%;
  }
  .md-8-10 {
    width: 80%;
  }
  .md-9-10 {
    width: 90%;
  }
  .md-10-10 {
    width: 100%;
  }
  .md-1-11 {
    width: 9.0909090909%;
  }
  .md-2-11 {
    width: 18.1818181818%;
  }
  .md-3-11 {
    width: 27.2727272727%;
  }
  .md-4-11 {
    width: 36.3636363636%;
  }
  .md-5-11 {
    width: 45.4545454545%;
  }
  .md-6-11 {
    width: 54.5454545455%;
  }
  .md-7-11 {
    width: 63.6363636364%;
  }
  .md-8-11 {
    width: 72.7272727273%;
  }
  .md-9-11 {
    width: 81.8181818182%;
  }
  .md-10-11 {
    width: 90.9090909091%;
  }
  .md-11-11 {
    width: 100%;
  }
  .md-1-12 {
    width: 8.3333333333%;
  }
  .md-2-12 {
    width: 16.6666666667%;
  }
  .md-3-12 {
    width: 25%;
  }
  .md-4-12 {
    width: 33.3333333333%;
  }
  .md-5-12 {
    width: 41.6666666667%;
  }
  .md-6-12 {
    width: 50%;
  }
  .md-7-12 {
    width: 58.3333333333%;
  }
  .md-8-12 {
    width: 66.6666666667%;
  }
  .md-9-12 {
    width: 75%;
  }
  .md-10-12 {
    width: 83.3333333333%;
  }
  .md-11-12 {
    width: 91.6666666667%;
  }
  .md-12-12 {
    width: 100%;
  }
  .md-g-0 {
    margin-left: 0px;
  }
  .md-g-0 > .col {
    padding-left: 0px;
  }
  .md-g-1 {
    margin-left: -10px;
  }
  .md-g-1 > .col {
    padding-left: 10px;
  }
  .md-g-2 {
    margin-left: -20px;
  }
  .md-g-2 > .col {
    padding-left: 20px;
  }
  .md-g-3 {
    margin-left: -30px;
  }
  .md-g-3 > .col {
    padding-left: 30px;
  }
  .md-g-4 {
    margin-left: -40px;
  }
  .md-g-4 > .col {
    padding-left: 40px;
  }
  .md-g-5 {
    margin-left: -50px;
  }
  .md-g-5 > .col {
    padding-left: 50px;
  }
  .md-g-6 {
    margin-left: -60px;
  }
  .md-g-6 > .col {
    padding-left: 60px;
  }
  .md-g-7 {
    margin-left: -70px;
  }
  .md-g-7 > .col {
    padding-left: 70px;
  }
  .md-g-8 {
    margin-left: -80px;
  }
  .md-g-8 > .col {
    padding-left: 80px;
  }
  .md-g-9 {
    margin-left: -90px;
  }
  .md-g-9 > .col {
    padding-left: 90px;
  }
  .md-g-10 {
    margin-left: -100px;
  }
  .md-g-10 > .col {
    padding-left: 100px;
  }
  .md-g-11 {
    margin-left: -110px;
  }
  .md-g-11 > .col {
    padding-left: 110px;
  }
  .md-g-12 {
    margin-left: -120px;
  }
  .md-g-12 > .col {
    padding-left: 120px;
  }
  .md-1 > .col:nth-child(1n+1) {
    clear: both;
  }
  .md-2 > .col:nth-child(2n+1) {
    clear: both;
  }
  .md-3 > .col:nth-child(3n+1) {
    clear: both;
  }
  .md-4 > .col:nth-child(4n+1) {
    clear: both;
  }
  .md-5 > .col:nth-child(5n+1) {
    clear: both;
  }
  .md-6 > .col:nth-child(6n+1) {
    clear: both;
  }
  .md-7 > .col:nth-child(7n+1) {
    clear: both;
  }
  .md-8 > .col:nth-child(8n+1) {
    clear: both;
  }
  .md-9 > .col:nth-child(9n+1) {
    clear: both;
  }
  .md-10 > .col:nth-child(10n+1) {
    clear: both;
  }
  .md-11 > .col:nth-child(11n+1) {
    clear: both;
  }
  .md-12 > .col:nth-child(12n+1) {
    clear: both;
  }
  .md-right {
    float: right;
  }
  .md-left {
    clear: left;
  }
  .md-flex,
.md-flex {
    display: flex;
  }
  .md-flex.col,
.md-flex.col {
    flex-direction: column;
  }
  .md-flex.col.md-reverse,
.md-flex.col.md-reverse {
    flex-direction: column-reverse;
  }
  .md-flex.row.md-reverse,
.md-flex.row.md-reverse {
    flex-direction: row-reverse;
  }
  .md-flex:before,
.md-flex:before {
    content: none;
  }
  .hide-md {
    display: none;
  }
  h1, .h1 {
    font-size: 2.5em;
  }
  h2, .h2 {
    font-size: 1.875em;
  }
  h3,
.h3,
body .gform_wrapper h3.gform_title {
    font-size: 1.625em;
  }
  .slider {
    padding: 0 30px;
  }
  .header .logo {
    width: 225px;
    height: 40px;
    background-size: 225px 40px;
  }
  .page-template-template-landing .header .logo {
    width: 225px;
    height: 40px;
    background-size: 225px 40px;
  }
  .footer .logo {
    width: 169px;
    height: 60px;
    background-size: 169px 60px;
  }
}
@media screen and (max-width: 1160px) and (min-width: 767px){
  .posts > .post.listing .status, .single-listing .thumbnail .status.under-offer-off-market, .single-listing .thumbnail .status.contracts-exchange- {
    width: 100%;
  }
}
@media screen and (max-width: 1000px){
  .team {
    grid-template-columns: 1fr 1fr 1fr !important;
  }
}
@media screen and (max-width: 960px){
  .footer .col {
    padding-left: 3rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .footer .col:before {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px){
  .mobile-order-1 {
    order: 1;
  }
  .mobile-order-2 {
    order: 2;
  }
  .mobile-order-3 {
    order: 3;
  }
  .mobile-order-4 {
    order: 4;
  }
  .mobile-order-5 {
    order: 5;
  }
  .mobile-order-6 {
    order: 6;
  }
  .mobile-order-7 {
    order: 7;
  }
  .mobile-order-8 {
    order: 8;
  }
  .mobile-order-9 {
    order: 9;
  }
  .mobile-order-10 {
    order: 10;
  }
  .mobile-order-11 {
    order: 11;
  }
  .mobile-order-12 {
    order: 12;
  }
  .sm-1-1 {
    width: 100%;
  }
  .sm-1-2 {
    width: 50%;
  }
  .sm-2-2 {
    width: 100%;
  }
  .sm-1-3 {
    width: 33.3333333333%;
  }
  .sm-2-3 {
    width: 66.6666666667%;
  }
  .sm-3-3 {
    width: 100%;
  }
  .sm-1-4 {
    width: 25%;
  }
  .sm-2-4 {
    width: 50%;
  }
  .sm-3-4 {
    width: 75%;
  }
  .sm-4-4 {
    width: 100%;
  }
  .sm-1-5 {
    width: 20%;
  }
  .sm-2-5 {
    width: 40%;
  }
  .sm-3-5 {
    width: 60%;
  }
  .sm-4-5 {
    width: 80%;
  }
  .sm-5-5 {
    width: 100%;
  }
  .sm-1-6 {
    width: 16.6666666667%;
  }
  .sm-2-6 {
    width: 33.3333333333%;
  }
  .sm-3-6 {
    width: 50%;
  }
  .sm-4-6 {
    width: 66.6666666667%;
  }
  .sm-5-6 {
    width: 83.3333333333%;
  }
  .sm-6-6 {
    width: 100%;
  }
  .sm-1-7 {
    width: 14.2857142857%;
  }
  .sm-2-7 {
    width: 28.5714285714%;
  }
  .sm-3-7 {
    width: 42.8571428571%;
  }
  .sm-4-7 {
    width: 57.1428571429%;
  }
  .sm-5-7 {
    width: 71.4285714286%;
  }
  .sm-6-7 {
    width: 85.7142857143%;
  }
  .sm-7-7 {
    width: 100%;
  }
  .sm-1-8 {
    width: 12.5%;
  }
  .sm-2-8 {
    width: 25%;
  }
  .sm-3-8 {
    width: 37.5%;
  }
  .sm-4-8 {
    width: 50%;
  }
  .sm-5-8 {
    width: 62.5%;
  }
  .sm-6-8 {
    width: 75%;
  }
  .sm-7-8 {
    width: 87.5%;
  }
  .sm-8-8 {
    width: 100%;
  }
  .sm-1-9 {
    width: 11.1111111111%;
  }
  .sm-2-9 {
    width: 22.2222222222%;
  }
  .sm-3-9 {
    width: 33.3333333333%;
  }
  .sm-4-9 {
    width: 44.4444444444%;
  }
  .sm-5-9 {
    width: 55.5555555556%;
  }
  .sm-6-9 {
    width: 66.6666666667%;
  }
  .sm-7-9 {
    width: 77.7777777778%;
  }
  .sm-8-9 {
    width: 88.8888888889%;
  }
  .sm-9-9 {
    width: 100%;
  }
  .sm-1-10 {
    width: 10%;
  }
  .sm-2-10 {
    width: 20%;
  }
  .sm-3-10 {
    width: 30%;
  }
  .sm-4-10 {
    width: 40%;
  }
  .sm-5-10 {
    width: 50%;
  }
  .sm-6-10 {
    width: 60%;
  }
  .sm-7-10 {
    width: 70%;
  }
  .sm-8-10 {
    width: 80%;
  }
  .sm-9-10 {
    width: 90%;
  }
  .sm-10-10 {
    width: 100%;
  }
  .sm-1-11 {
    width: 9.0909090909%;
  }
  .sm-2-11 {
    width: 18.1818181818%;
  }
  .sm-3-11 {
    width: 27.2727272727%;
  }
  .sm-4-11 {
    width: 36.3636363636%;
  }
  .sm-5-11 {
    width: 45.4545454545%;
  }
  .sm-6-11 {
    width: 54.5454545455%;
  }
  .sm-7-11 {
    width: 63.6363636364%;
  }
  .sm-8-11 {
    width: 72.7272727273%;
  }
  .sm-9-11 {
    width: 81.8181818182%;
  }
  .sm-10-11 {
    width: 90.9090909091%;
  }
  .sm-11-11 {
    width: 100%;
  }
  .sm-1-12 {
    width: 8.3333333333%;
  }
  .sm-2-12 {
    width: 16.6666666667%;
  }
  .sm-3-12 {
    width: 25%;
  }
  .sm-4-12 {
    width: 33.3333333333%;
  }
  .sm-5-12 {
    width: 41.6666666667%;
  }
  .sm-6-12 {
    width: 50%;
  }
  .sm-7-12 {
    width: 58.3333333333%;
  }
  .sm-8-12 {
    width: 66.6666666667%;
  }
  .sm-9-12 {
    width: 75%;
  }
  .sm-10-12 {
    width: 83.3333333333%;
  }
  .sm-11-12 {
    width: 91.6666666667%;
  }
  .sm-12-12 {
    width: 100%;
  }
  .sm-g-0 {
    margin-left: 0px;
  }
  .sm-g-0 > .col {
    padding-left: 0px;
  }
  .sm-g-1 {
    margin-left: -10px;
  }
  .sm-g-1 > .col {
    padding-left: 10px;
  }
  .sm-g-2 {
    margin-left: -20px;
  }
  .sm-g-2 > .col {
    padding-left: 20px;
  }
  .sm-g-3 {
    margin-left: -30px;
  }
  .sm-g-3 > .col {
    padding-left: 30px;
  }
  .sm-g-4 {
    margin-left: -40px;
  }
  .sm-g-4 > .col {
    padding-left: 40px;
  }
  .sm-g-5 {
    margin-left: -50px;
  }
  .sm-g-5 > .col {
    padding-left: 50px;
  }
  .sm-g-6 {
    margin-left: -60px;
  }
  .sm-g-6 > .col {
    padding-left: 60px;
  }
  .sm-g-7 {
    margin-left: -70px;
  }
  .sm-g-7 > .col {
    padding-left: 70px;
  }
  .sm-g-8 {
    margin-left: -80px;
  }
  .sm-g-8 > .col {
    padding-left: 80px;
  }
  .sm-g-9 {
    margin-left: -90px;
  }
  .sm-g-9 > .col {
    padding-left: 90px;
  }
  .sm-g-10 {
    margin-left: -100px;
  }
  .sm-g-10 > .col {
    padding-left: 100px;
  }
  .sm-g-11 {
    margin-left: -110px;
  }
  .sm-g-11 > .col {
    padding-left: 110px;
  }
  .sm-g-12 {
    margin-left: -120px;
  }
  .sm-g-12 > .col {
    padding-left: 120px;
  }
  .sm-1 > .col:nth-child(1n+1) {
    clear: both;
  }
  .sm-2 > .col:nth-child(2n+1) {
    clear: both;
  }
  .sm-3 > .col:nth-child(3n+1) {
    clear: both;
  }
  .sm-4 > .col:nth-child(4n+1) {
    clear: both;
  }
  .sm-5 > .col:nth-child(5n+1) {
    clear: both;
  }
  .sm-6 > .col:nth-child(6n+1) {
    clear: both;
  }
  .sm-7 > .col:nth-child(7n+1) {
    clear: both;
  }
  .sm-8 > .col:nth-child(8n+1) {
    clear: both;
  }
  .sm-9 > .col:nth-child(9n+1) {
    clear: both;
  }
  .sm-10 > .col:nth-child(10n+1) {
    clear: both;
  }
  .sm-11 > .col:nth-child(11n+1) {
    clear: both;
  }
  .sm-12 > .col:nth-child(12n+1) {
    clear: both;
  }
  .sm-right {
    float: right;
  }
  .sm-left {
    clear: left;
  }
  .sm-flex,
.sm-flex {
    display: flex;
  }
  .sm-flex.col,
.sm-flex.col {
    flex-direction: column;
  }
  .sm-flex.col.sm-reverse,
.sm-flex.col.sm-reverse {
    flex-direction: column-reverse;
  }
  .sm-flex.row.sm-reverse,
.sm-flex.row.sm-reverse {
    flex-direction: row-reverse;
  }
  .sm-flex:before,
.sm-flex:before {
    content: none;
  }
  .hide-sm {
    display: none;
  }
  .posts {
    gap: 0;
    grid-template-columns: 1fr;
  }
  .posts > .post {
    width: 100%;
    flex-basis: 100%;
    margin-bottom: 1.5rem;
  }
  .posts > .post:last-child {
    margin-bottom: 0;
  }
  .categories {
    margin-bottom: 0;
    position: relative;
  }
  .categories .categories-inner {
    overflow-y: scroll;
    display: flex;
    flex-wrap: nowrap;
    gap: 1.5rem;
    margin-bottom: 0;
    padding-bottom: 1.5rem;
  }
  .categories .categories-inner > * {
    padding-right: 0;
    white-space: nowrap;
  }
  .categories .categories-inner > *:last-child {
    padding-right: 35px;
  }
  .categories:after {
    content: "";
    display: block;
    position: absolute;
    height: 100%;
    width: 30px;
    background: linear-gradient(to right, transparent 0%, rgb(255, 255, 255) 100%);
    top: 0;
    bottom: 0;
    right: -1px;
  }
  .single-team .row {
    display: grid;
  }
  .single-team .row .col:first-child {
    order: 2;
  }
  .single-team .row .col:last-child {
    order: 1;
  }
  .single-team .row .col:last-child img {
    max-height: 400px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top center;
       object-position: top center;
  }
  .single-team .contact-details > * {
    display: block;
  }
  a.btn,
.wp-block-button a,
.wp-block-file a.wp-block-file__button,
button:not([id*=slick-slide]),
input[type=submit] {
    width: 100%;
    margin: 0 0 16px 0;
  }
  a.btn-support,
.wp-block-button.btn-support a,
.wp-block-file.btn-support a.wp-block-file__button,
button.btn-support,
input[type=submit].btn-support {
    width: unset;
  }
  body .gform_wrapper .gform_body .gfield .ginput_complex span {
    margin-bottom: 16px;
  }
  body .gform_wrapper .gform_body .gfield .ginput_complex span:last-child {
    margin-bottom: 0px;
  }
  body .gform_wrapper .gform_body .gfield .customSelect {
    margin-bottom: 0;
  }
  body .gform_wrapper .gform_body .gfield .customSelect:after {
    margin-top: -0.5rem;
  }
  body .gform_wrapper .gform_body .checkbox-2-cols .ginput_container_checkbox .gfield_checkbox {
    -moz-column-count: 1;
         column-count: 1;
  }
  .slider .slick-slide {
    cursor: grab;
  }
  .slider-controls .next, .slider-controls .prev {
    display: none !important;
  }
  .slider-carousel:before {
    display: none;
  }
  .slider-carousel {
    margin-left: -20px;
  }
  .slider-carousel .slick-slide {
    padding-left: 20px;
  }
  .pager button {
    width: 10px;
    height: 10px;
  }
  .pager .slick-active button {
    box-shadow: 0 0 0 5px #000000 inset;
  }
  .rolling-stats {
    display: block;
  }
  .rolling-stats .stat {
    padding: 1rem 0;
  }
  .rolling-stats .stat .stat-val-container {
    font-size: 1.5rem;
  }
  .client-logos .wp-block-columns .wp-block-column {
    flex-basis: calc(50% - 2em) !important;
  }
  .media-icons .wp-block-group__inner-container {
    display: block;
  }
  .team {
    grid-template-columns: 1fr 1fr !important;
  }
  figure.wp-block-pullquote:before, figure.wp-block-pullquote:after {
    font-size: 7rem;
    line-height: 1.3;
  }
  figure.wp-block-pullquote blockquote {
    padding: 0 2rem;
  }
  figure.wp-block-pullquote blockquote p {
    font-size: 1.2rem;
  }
  figure.wp-block-image {
    text-align: center;
  }
  .wp-block-columns .wp-block-column .wp-block-group.extended-width {
    width: 100%;
  }
  .wp-block-group:not(.is-style-no-spacing) .wp-block-group__inner-container {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .wp-block-group.is-style-full-width .wp-block-group__inner-container, .wp-block-group.is-style-full-width .wp-block-cover__inner-container, .wp-block-cover.is-style-full-width .wp-block-group__inner-container, .wp-block-cover.is-style-full-width .wp-block-cover__inner-container {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .wp-block-media-text.is-style-full-width .wp-block-media-text__content {
    margin: 30px 20px !important;
  }
  .full-page-cover {
    width: 100%;
  }
  .header .logo {
    margin: 15px 20px 15px 20px;
  }
  .header .mobile-menu .main-navigation > ul .sub-menu > li a {
    padding: 4px 20px 4px 20px;
  }
  .footer .bottom * {
    float: none;
    text-align: center;
  }
  .footer .bottom .grid, .footer .bottom .modal .inner, .modal .footer .bottom .inner, .footer .bottom .wp-block-group.is-style-full-width .wp-block-group__inner-container, .wp-block-group.is-style-full-width .footer .bottom .wp-block-group__inner-container, .footer .bottom .wp-block-group.is-style-full-width .wp-block-cover__inner-container, .wp-block-group.is-style-full-width .footer .bottom .wp-block-cover__inner-container, .footer .bottom .wp-block-cover.is-style-full-width .wp-block-group__inner-container, .wp-block-cover.is-style-full-width .footer .bottom .wp-block-group__inner-container, .footer .bottom .wp-block-cover.is-style-full-width .wp-block-cover__inner-container, .wp-block-cover.is-style-full-width .footer .bottom .wp-block-cover__inner-container {
    display: block;
  }
  .animated-banner {
    height: 60vh;
  }
  .animated-banner .inner-container .short a {
    display: block;
  }
  .animated-banner .slider .slide .bg {
    background-image: none !important;
  }
  .testimonial-slider {
    padding: 2rem 0;
    margin-top: 2rem !important;
    margin-bottom: 0 !important;
  }
  .testimonial-slider .slider-controls .prev, .testimonial-slider .slider-controls .next {
    display: block !important;
    color: #FFFFFF;
    position: absolute;
  }
  .testimonial-slider .slider-controls .prev {
    left: 0;
  }
  .testimonial-slider .slider-controls .next {
    right: 0;
  }
  .modal .inner {
    padding: 1.5rem;
    margin-top: 10px;
  }
  .modal .close-btn {
    top: 1.5rem;
    right: 1.5rem;
  }
  .modal .gform_wrapper {
    padding-top: 20px;
  }
  .modal .gform_wrapper .gform_heading {
    margin-right: 75px;
  }
  .preloader-wrapper {
    display: none;
  }
  .landing-logo-tagline {
    padding-top: 2rem;
  }
  .landing-logo-tagline .row {
    flex-direction: column;
  }
  .landing-logo-tagline .row .col:first-child {
    order: 2;
  }
  .landing-logo-tagline .row .col:last-child {
    order: 1;
  }
  .landing-logo-tagline .row .landing-logo {
    margin-right: auto;
    margin-left: 0;
  }
}
@media only screen and (max-width: 641px){
  .select .customSelect, .select select, .ginput_container_select .customSelect, .ginput_container_select select {
    line-height: 2;
  }
}
@media screen and (max-width: 400px){
  .xs-1-1 {
    width: 100%;
  }
  .xs-1-2 {
    width: 50%;
  }
  .xs-2-2 {
    width: 100%;
  }
  .xs-1-3 {
    width: 33.3333333333%;
  }
  .xs-2-3 {
    width: 66.6666666667%;
  }
  .xs-3-3 {
    width: 100%;
  }
  .xs-1-4 {
    width: 25%;
  }
  .xs-2-4 {
    width: 50%;
  }
  .xs-3-4 {
    width: 75%;
  }
  .xs-4-4 {
    width: 100%;
  }
  .xs-1-5 {
    width: 20%;
  }
  .xs-2-5 {
    width: 40%;
  }
  .xs-3-5 {
    width: 60%;
  }
  .xs-4-5 {
    width: 80%;
  }
  .xs-5-5 {
    width: 100%;
  }
  .xs-1-6 {
    width: 16.6666666667%;
  }
  .xs-2-6 {
    width: 33.3333333333%;
  }
  .xs-3-6 {
    width: 50%;
  }
  .xs-4-6 {
    width: 66.6666666667%;
  }
  .xs-5-6 {
    width: 83.3333333333%;
  }
  .xs-6-6 {
    width: 100%;
  }
  .xs-1-7 {
    width: 14.2857142857%;
  }
  .xs-2-7 {
    width: 28.5714285714%;
  }
  .xs-3-7 {
    width: 42.8571428571%;
  }
  .xs-4-7 {
    width: 57.1428571429%;
  }
  .xs-5-7 {
    width: 71.4285714286%;
  }
  .xs-6-7 {
    width: 85.7142857143%;
  }
  .xs-7-7 {
    width: 100%;
  }
  .xs-1-8 {
    width: 12.5%;
  }
  .xs-2-8 {
    width: 25%;
  }
  .xs-3-8 {
    width: 37.5%;
  }
  .xs-4-8 {
    width: 50%;
  }
  .xs-5-8 {
    width: 62.5%;
  }
  .xs-6-8 {
    width: 75%;
  }
  .xs-7-8 {
    width: 87.5%;
  }
  .xs-8-8 {
    width: 100%;
  }
  .xs-1-9 {
    width: 11.1111111111%;
  }
  .xs-2-9 {
    width: 22.2222222222%;
  }
  .xs-3-9 {
    width: 33.3333333333%;
  }
  .xs-4-9 {
    width: 44.4444444444%;
  }
  .xs-5-9 {
    width: 55.5555555556%;
  }
  .xs-6-9 {
    width: 66.6666666667%;
  }
  .xs-7-9 {
    width: 77.7777777778%;
  }
  .xs-8-9 {
    width: 88.8888888889%;
  }
  .xs-9-9 {
    width: 100%;
  }
  .xs-1-10 {
    width: 10%;
  }
  .xs-2-10 {
    width: 20%;
  }
  .xs-3-10 {
    width: 30%;
  }
  .xs-4-10 {
    width: 40%;
  }
  .xs-5-10 {
    width: 50%;
  }
  .xs-6-10 {
    width: 60%;
  }
  .xs-7-10 {
    width: 70%;
  }
  .xs-8-10 {
    width: 80%;
  }
  .xs-9-10 {
    width: 90%;
  }
  .xs-10-10 {
    width: 100%;
  }
  .xs-1-11 {
    width: 9.0909090909%;
  }
  .xs-2-11 {
    width: 18.1818181818%;
  }
  .xs-3-11 {
    width: 27.2727272727%;
  }
  .xs-4-11 {
    width: 36.3636363636%;
  }
  .xs-5-11 {
    width: 45.4545454545%;
  }
  .xs-6-11 {
    width: 54.5454545455%;
  }
  .xs-7-11 {
    width: 63.6363636364%;
  }
  .xs-8-11 {
    width: 72.7272727273%;
  }
  .xs-9-11 {
    width: 81.8181818182%;
  }
  .xs-10-11 {
    width: 90.9090909091%;
  }
  .xs-11-11 {
    width: 100%;
  }
  .xs-1-12 {
    width: 8.3333333333%;
  }
  .xs-2-12 {
    width: 16.6666666667%;
  }
  .xs-3-12 {
    width: 25%;
  }
  .xs-4-12 {
    width: 33.3333333333%;
  }
  .xs-5-12 {
    width: 41.6666666667%;
  }
  .xs-6-12 {
    width: 50%;
  }
  .xs-7-12 {
    width: 58.3333333333%;
  }
  .xs-8-12 {
    width: 66.6666666667%;
  }
  .xs-9-12 {
    width: 75%;
  }
  .xs-10-12 {
    width: 83.3333333333%;
  }
  .xs-11-12 {
    width: 91.6666666667%;
  }
  .xs-12-12 {
    width: 100%;
  }
  .xs-g-0 {
    margin-left: 0px;
  }
  .xs-g-0 > .col {
    padding-left: 0px;
  }
  .xs-g-1 {
    margin-left: -10px;
  }
  .xs-g-1 > .col {
    padding-left: 10px;
  }
  .xs-g-2 {
    margin-left: -20px;
  }
  .xs-g-2 > .col {
    padding-left: 20px;
  }
  .xs-g-3 {
    margin-left: -30px;
  }
  .xs-g-3 > .col {
    padding-left: 30px;
  }
  .xs-g-4 {
    margin-left: -40px;
  }
  .xs-g-4 > .col {
    padding-left: 40px;
  }
  .xs-g-5 {
    margin-left: -50px;
  }
  .xs-g-5 > .col {
    padding-left: 50px;
  }
  .xs-g-6 {
    margin-left: -60px;
  }
  .xs-g-6 > .col {
    padding-left: 60px;
  }
  .xs-g-7 {
    margin-left: -70px;
  }
  .xs-g-7 > .col {
    padding-left: 70px;
  }
  .xs-g-8 {
    margin-left: -80px;
  }
  .xs-g-8 > .col {
    padding-left: 80px;
  }
  .xs-g-9 {
    margin-left: -90px;
  }
  .xs-g-9 > .col {
    padding-left: 90px;
  }
  .xs-g-10 {
    margin-left: -100px;
  }
  .xs-g-10 > .col {
    padding-left: 100px;
  }
  .xs-g-11 {
    margin-left: -110px;
  }
  .xs-g-11 > .col {
    padding-left: 110px;
  }
  .xs-g-12 {
    margin-left: -120px;
  }
  .xs-g-12 > .col {
    padding-left: 120px;
  }
  .xs-1 > .col:nth-child(1n+1) {
    clear: both;
  }
  .xs-2 > .col:nth-child(2n+1) {
    clear: both;
  }
  .xs-3 > .col:nth-child(3n+1) {
    clear: both;
  }
  .xs-4 > .col:nth-child(4n+1) {
    clear: both;
  }
  .xs-5 > .col:nth-child(5n+1) {
    clear: both;
  }
  .xs-6 > .col:nth-child(6n+1) {
    clear: both;
  }
  .xs-7 > .col:nth-child(7n+1) {
    clear: both;
  }
  .xs-8 > .col:nth-child(8n+1) {
    clear: both;
  }
  .xs-9 > .col:nth-child(9n+1) {
    clear: both;
  }
  .xs-10 > .col:nth-child(10n+1) {
    clear: both;
  }
  .xs-11 > .col:nth-child(11n+1) {
    clear: both;
  }
  .xs-12 > .col:nth-child(12n+1) {
    clear: both;
  }
  .xs-right {
    float: right;
  }
  .xs-left {
    clear: left;
  }
  .xs-flex,
.xs-flex {
    display: flex;
  }
  .xs-flex.col,
.xs-flex.col {
    flex-direction: column;
  }
  .xs-flex.col.xs-reverse,
.xs-flex.col.xs-reverse {
    flex-direction: column-reverse;
  }
  .xs-flex.row.xs-reverse,
.xs-flex.row.xs-reverse {
    flex-direction: row-reverse;
  }
  .xs-flex:before,
.xs-flex:before {
    content: none;
  }
  .hide-xs {
    display: none;
  }
  .team {
    grid-template-columns: 1fr !important;
  }
  .footer .logo {
    display: block;
  }
  .footer .footer-nav {
    float: none;
  }
}
