@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  font-size: 62.5%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  background: #fff;
}

article, aside, details, figcaption, figure,
footer, header, main, nav, section {
  display: block;
}

input, textarea, select, button {
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}

caption, th, td {
  font-weight: 400;
  text-align: left;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
}

blockquote, q {
  quotes: "" "";
}

a:focus {
  outline: thin dotted;
}

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

a img {
  border: 0;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-rendering: optimizeLegibility;
}

/**
 * Breakpoints
 */
/**
 * Fonts
 */
@font-face {
  font-family: "Hanken Grotesk";
  src: url("/wp-content/themes/crush-theme/assets/fonts/HankenGrotesk-VariableFont_wght.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
/**
 * Colours
 */
/**
 * Animation
 */
/**
 * General
 */
/**
 * Applys a breakpoint around the provided content
 * @param  {string} $size size of the breakpoint
 * @return {null}       nothing returned breakpoint code wrapped around content
 */
/**
 * Generates a list of font sizes at specific breakpoints
 */
/**
 * If you have to ask what this does, then ask yourself what you are doing!!!
 */
/**
 * Creates a class for each colour and a second class with each colour applied as background-color
 */
/**
* Allows control over onscreen movement
**/
body {
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.15;
}
@media only screen and (min-width: 390px) {
  body {
    font-size: 12px;
  }
}
@media only screen and (min-width: 850px) {
  body {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1200px) {
  body {
    font-size: 16px;
  }
}

/**
 * Headings
 */
h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  font-family: "Larken", serif;
  font-weight: 300;
  line-height: 42px;
  margin-bottom: 35px;
  display: block;
  color: rgba(0, 0, 0, 0.75);
}

h1, .h1 {
  font-size: 1.6666666667em;
  line-height: 25px;
}
@media screen and (max-width: 550px) {
  h1, .h1 {
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 550px) {
  h1, .h1 {
    font-size: 3em;
    line-height: 35px;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 850px) {
  h1, .h1 {
    line-height: 56px;
    margin-bottom: 35px;
  }
}
h1.lg, .h1.lg {
  font-size: 36px;
}
@media only screen and (min-width: 550px) {
  h1.lg, .h1.lg {
    font-size: 75px;
  }
}
h1.xl, .h1.xl {
  font-size: 36px;
}
@media only screen and (min-width: 550px) {
  h1.xl, .h1.xl {
    font-size: 40px;
  }
}
@media only screen and (min-width: 1400px) {
  h1.xl, .h1.xl {
    font-size: 90px;
  }
}
@media only screen and (min-width: 1800px) {
  h1.xl, .h1.xl {
    font-size: 120px;
  }
}

h2, .h2 {
  font-size: 1.75em;
  line-height: 35px;
}
@media only screen and (min-width: 550px) {
  h2, .h2 {
    font-size: 2.25em;
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 850px) {
  h2, .h2 {
    line-height: 42px;
    margin-bottom: 35px;
  }
}

h3, .h3 {
  font-size: 1.5625em;
  line-height: 28px;
  margin-bottom: 25px;
}
@media only screen and (min-width: 850px) {
  h3, .h3 {
    line-height: 42px;
    margin-bottom: 35px;
  }
}

h4, .h4 {
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 1.5em;
  text-transform: uppercase;
  line-height: 25px;
  margin-bottom: 15px;
}
@media only screen and (min-width: 850px) {
  h4, .h4 {
    line-height: 35px;
    margin-bottom: 25px;
  }
}

h5, .h5 {
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 1.25em;
  line-height: 25px;
  margin-bottom: 25px;
}
@media only screen and (min-width: 850px) {
  h5, .h5 {
    line-height: 30px;
    margin-bottom: 35px;
  }
}

h6, .h6 {
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 1.125em;
  line-height: 18px;
  margin-bottom: 25px;
}
@media only screen and (min-width: 850px) {
  h6, .h6 {
    line-height: 30px;
    margin-bottom: 35px;
  }
}

/**
 * Paragraphs
 */
p {
  margin-bottom: 1em;
  line-height: 18px;
  font-weight: 300;
  font-size: 13px;
}
@media only screen and (min-width: 850px) {
  p {
    line-height: 24px;
    font-size: 15px;
  }
}
@media only screen and (min-width: 1200px) {
  p {
    font-size: 17px;
  }
}
@media only screen and (min-width: 550px) {
  p.contained {
    max-width: 66%;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 850px) {
  p.contained {
    max-width: 33%;
  }
}
@media only screen and (min-width: 550px) {
  p.contained.md {
    max-width: 66%;
  }
}
@media only screen and (min-width: 1200px) {
  p.contained.md {
    max-width: 25%;
  }
}
@media only screen and (min-width: 550px) {
  p.contained.lg {
    max-width: 80%;
  }
}
@media only screen and (min-width: 850px) {
  p.contained.lg {
    max-width: 40%;
  }
}
@media only screen and (min-width: 550px) {
  p.contained.xl {
    max-width: 90%;
  }
}
@media only screen and (min-width: 850px) {
  p.contained.xl {
    max-width: 60%;
  }
}
p.subtitle {
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 0.6666666667em;
  margin-bottom: 30px;
}
@media only screen and (min-width: 550px) {
  p.subtitle {
    margin-bottom: 50px;
    font-size: 0.9375em;
  }
}
@media only screen and (min-width: 550px) {
  p.subtitle.lg-gap {
    margin-bottom: 80px;
  }
}
p.small-heading {
  text-transform: uppercase;
  font-size: 0.9375em;
}
p.md {
  font-size: 0.9375em;
}
p.sm {
  font-size: 0.6875em;
}
p a {
  color: #A0B100 !important;
  opacity: 1;
  transition: opacity 0.3s;
}
p a:hover {
  opacity: 0.7;
}

/**
 * Links
 */
a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s;
}
a:hover {
  color: #A0B100;
}
a.primary:hover {
  color: #000;
}
a.underline {
  text-decoration: underline;
}

/**
 * Styling
 */
b, strong {
  font-weight: 700;
}

i, em {
  font-style: italic;
}

u {
  text-decoration: underline;
}

/**
 * Lists
 */
ul, ol {
  padding-left: 1em;
  margin-bottom: 1em;
}
ul li, ol li {
  padding-bottom: 0.3em;
}

/**
* Colours
**/
.primary {
  color: #A0B100;
}

/**
 * Weight
 **/
.thin {
  font-weight: 100;
}

.extra-light {
  font-weight: 200;
}

.light {
  font-weight: 300;
}

.regular {
  font-weight: 400;
}

.medium {
  font-weight: 500;
}

.semi-bold {
  font-weight: 600;
}

.bold {
  font-weight: 700;
}

.extra-bold {
  font-weight: 800;
}

.black {
  font-weight: 900;
}

/**
 * Misc styling
 **/
.no-margin {
  margin: 0;
}

.uppercase {
  text-transform: uppercase;
}

.text-block {
  margin-bottom: 30px;
}
@media only screen and (min-width: 550px) {
  .text-block {
    margin-bottom: 65px;
  }
}

.title-group div {
  display: flex;
  gap: 10px;
  align-items: end;
}
.title-group div h1, .title-group div h2, .title-group div h3, .title-group div h4, .title-group div h5, .title-group div h6, .title-group div p {
  margin: 0;
  line-height: 1;
}

@media only screen and (min-width: 550px) {
  .limit-text-width {
    max-width: 85%;
  }
}

.btn, .wp-block-buttons .wp-block-button .wp-block-button__link, .newsletter-form button, input[type=submit] {
  min-width: 147px;
  font-family: "Hanken Grotesk", sans-serif;
  color: #fff;
  background-color: #A0B100;
  font-size: 1em;
  display: inline-block;
  border: 1px solid #A0B100;
  margin: 0.2em 0;
  padding: 0.75em 1em;
  font-weight: 400;
  cursor: pointer;
  transition: background-color 0.3s;
  text-decoration: none;
  text-align: center;
  -webkit-appearance: none;
  border-radius: 0;
}
@media only screen and (min-width: 550px) {
  .btn, .wp-block-buttons .wp-block-button .wp-block-button__link, .newsletter-form button, input[type=submit] {
    min-width: 200px;
  }
}
.btn:hover, .wp-block-buttons .wp-block-button .wp-block-button__link:hover, .newsletter-form button:hover, input[type=submit]:hover {
  color: #fff;
  background-color: #211F1F;
}
.btn.primary-alt, .wp-block-buttons .btn.wp-block-button.primary-alt, .wp-block-buttons .wp-block-button .primary-alt.wp-block-button__link, .wp-block-buttons .wp-block-button:first-child:nth-last-child(n+2) .wp-block-button__link, .newsletter-form button.primary-alt, .newsletter-form .wp-block-buttons button.wp-block-button.primary-alt, .wp-block-buttons .newsletter-form button.wp-block-button.primary-alt, input.primary-alt[type=submit], .wp-block-buttons input[type=submit].wp-block-button.primary-alt {
  background-color: transparent;
  color: #fff;
  border-color: #A0B100;
}
.btn.primary-alt:hover, .wp-block-buttons .wp-block-button .primary-alt.wp-block-button__link:hover, .wp-block-buttons .wp-block-button:first-child:nth-last-child(n+2) .wp-block-button__link:hover, .newsletter-form button.primary-alt:hover, input.primary-alt[type=submit]:hover {
  background-color: #A0B100;
}
.btn.alt, .wp-block-buttons .wp-block-button .alt.wp-block-button__link, .wp-block-buttons .wp-block-button.alt .wp-block-button__link, .newsletter-form button.alt, input.alt[type=submit] {
  background-color: transparent;
  color: #000;
  border-color: #000;
}
.btn.alt:hover, .wp-block-buttons .wp-block-button .alt.wp-block-button__link:hover, .wp-block-buttons .wp-block-button.alt .wp-block-button__link:hover, .newsletter-form button.alt:hover, input.alt[type=submit]:hover {
  background-color: #000;
  color: #fff;
}
.btn.dark-text, .wp-block-buttons .wp-block-button .dark-text.wp-block-button__link, .newsletter-form button.dark-text, input.dark-text[type=submit] {
  color: #000;
}
.btn.dark-text-primary-border, .wp-block-buttons .wp-block-button .dark-text-primary-border.wp-block-button__link, .newsletter-form button.dark-text-primary-border, input.dark-text-primary-border[type=submit] {
  color: #000;
  border-color: #A0B100;
}

header .btn, header .wp-block-buttons .wp-block-button .wp-block-button__link, .wp-block-buttons .wp-block-button header .wp-block-button__link, header .newsletter-form button, .newsletter-form header button, header input[type=submit] {
  font-weight: 500;
}

.wide .wp-block-button__link {
  padding: 0.75em 1em !important;
}

.pagination {
  display: block;
  width: 100%;
  list-style: none;
  text-align: center;
  margin: 1em 0;
  padding: 0;
  line-height: 3;
  overflow: hidden;
  grid-column: span 3;
}
.pagination.hidden {
  display: none;
}
.pagination li {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.pagination li a, .pagination li span {
  position: relative;
  text-decoration: none;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0.4em 0.5em;
  text-align: center;
}

.page-numbers {
  margin: 0;
  padding: 0 30px;
}
.page-numbers.current {
  color: #A0B100;
}

table {
  border-collapse: collapse;
  width: 100%;
  font-size: 1em;
  overflow-x: scroll;
  display: block;
  margin-bottom: 1em;
}
table tbody {
  display: table;
  border: none;
  min-width: 100%;
}
@media only screen and (min-width: 1200px) {
  table {
    display: table;
    table-layout: fixed;
  }
  table tbody {
    display: table-row-group;
    width: 100%;
    min-width: 0;
  }
}
table tr:nth-child(odd) {
  background-color: #fff;
}
table th {
  min-width: 12em;
  font-size: 1.13em;
  font-weight: 700;
  padding: 0.5em 15px;
  vertical-align: top;
  background-color: #A0B100;
  color: #fff;
}
@media only screen and (min-width: 1200px) {
  table th {
    min-width: 0;
    padding: 0.45em 30px;
  }
}
table .alt th, table .wp-block-buttons .wp-block-button.alt .wp-block-button__link th, .wp-block-buttons .wp-block-button.alt table .wp-block-button__link th {
  background-color: #000;
}
table td {
  padding: 0.5em 15px;
  vertical-align: top;
}
@media only screen and (min-width: 1200px) {
  table td {
    padding: 0.45em 30px;
  }
}

.blackbrick-table table {
  background-color: #fff;
  color: #A0B100;
  max-width: 70%;
  margin: 0 auto;
}
.blackbrick-table table thead {
  border-bottom: 1px solid;
}
.blackbrick-table table th {
  background-color: transparent;
  color: #fff;
  font-size: 1.5em;
  border: none;
}
.blackbrick-table table tr {
  background-color: #000;
}
.blackbrick-table table td {
  font-size: 3.5em;
  vertical-align: middle;
  border: none;
}
.blackbrick-table table td:nth-child(2) {
  font-size: 1.5em;
  color: #fff;
}

input[type=text], input[type=number], input[type=email], input[type=password], input[type=url],
input[type=tel], input[type=search], input[type=date], textarea, select {
  padding: 0.7em 0.65em;
  margin: 0 0 0.5em;
  border: #fff solid 1px;
  border-radius: 2px;
  background-color: #ffffff;
  line-height: 1.2;
  color: #000;
  box-shadow: inset 0 2px 2px -1px white;
  max-width: 100%;
  width: 100%;
  transition: border-color 0.3s;
  font-size: 12px;
}
@media only screen and (min-width: 390px) {
  input[type=text], input[type=number], input[type=email], input[type=password], input[type=url],
  input[type=tel], input[type=search], input[type=date], textarea, select {
    font-size: 12px;
  }
}
@media only screen and (min-width: 850px) {
  input[type=text], input[type=number], input[type=email], input[type=password], input[type=url],
  input[type=tel], input[type=search], input[type=date], textarea, select {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1200px) {
  input[type=text], input[type=number], input[type=email], input[type=password], input[type=url],
  input[type=tel], input[type=search], input[type=date], textarea, select {
    font-size: 16px;
  }
}
input[type=text]:focus, input[type=number]:focus, input[type=email]:focus, input[type=password]:focus, input[type=url]:focus,
input[type=tel]:focus, input[type=search]:focus, input[type=date]:focus, textarea:focus, select:focus {
  transition: border-color 0.3s;
  border-color: #A0B100;
}
input[type=text].error, input[type=number].error, input[type=email].error, input[type=password].error, input[type=url].error,
input[type=tel].error, input[type=search].error, input[type=date].error, textarea.error, select.error {
  transition: border-color 0.3s;
  border-color: #D4323E;
}

label {
  margin: 0 0 0.3em;
  display: block;
}

textarea {
  min-height: 120px;
  font-family: "Hanken Grotesk", sans-serif;
  border-bottom: 1px solid black;
}

input[type=radio] {
  display: none;
}
input[type=radio] + label {
  width: auto;
  cursor: pointer;
  margin: 0 1em 0.4em 0;
  padding: 0 0 0 1.8em;
  display: inline-block;
  position: relative;
}
input[type=radio] + label:before {
  content: "";
  display: inline-block;
  background-color: #ffffff;
  position: absolute;
  top: 0.1em;
  left: 0;
  vertical-align: middle;
  border: #fff solid 1px;
  border-radius: 1em;
  width: 1em;
  height: 1em;
  margin: 0 0.4em 0 0;
  transition: border-color 0.3s;
}
input[type=radio]:checked + label:before {
  background-color: #000;
  background: -moz-radial-gradient(center, ellipse cover, #000 35%, #ffffff 35%);
  background: -webkit-radial-gradient(center, ellipse cover, #000 35%, #ffffff 35%);
  background: radial-gradient(ellipse at center, #000 35%, #ffffff 35%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$text_colour", endColorstr="$background_colour",GradientType=1 );
}
input[type=radio] + label:focus:before {
  transition: border-color 0.3s;
  border-color: #A0B100;
}
input[type=radio].error + label:before {
  border-color: #D4323E;
}

input[type=checkbox] {
  display: none;
}
input[type=checkbox] + label {
  position: relative;
  width: auto;
  cursor: pointer;
  margin-right: 1em;
  margin-bottom: 0.4em;
  padding-left: 1.8em;
  display: inline-block;
}
input[type=checkbox] + label:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0.1em;
  background-color: #ffffff;
  vertical-align: middle;
  border: #fff solid 1px;
  border-radius: 2px;
  width: 1em;
  height: 1em;
  margin: 0;
  transition: border-color 0.3s;
}
input[type=checkbox]:checked + label:before {
  content: "✔";
  line-height: 0.9em;
  text-align: center;
  color: #000;
}
input[type=checkbox] + label:focus:before {
  transition: border-color 0.3s;
  border-color: #A0B100;
}
input[type=checkbox].error + label:before {
  border-color: #D4323E;
}

.form-inner .form-nav {
  display: flex;
  gap: 50px;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media only screen and (min-width: 550px) {
  .form-inner .form-nav {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 550px) {
  .form-inner .form-nav h2 {
    font-size: 1em;
    line-height: 15px;
  }
}
.form-inner .form-nav .handle {
  opacity: 0.4;
  transition: opacity 0.3s;
}
.form-inner .form-nav .handle.open {
  opacity: 1;
}
.form-inner .questions .section {
  display: none;
}
@media only screen and (min-width: 550px) {
  .form-inner .questions .section {
    grid-template-columns: 1fr 1fr;
    column-gap: 100px;
  }
}
.form-inner .questions .section.open {
  display: grid;
}
.form-inner .questions .section input {
  border-bottom: 1px solid #000;
}
.form-inner .questions .section .field.wide {
  grid-column: span 2;
}
.form-inner .questions .section .field.wide .wpcf7-list-item {
  display: block;
}
.form-inner .questions select {
  border: 1px solid #000;
}

.visible-checks input[type=checkbox] {
  display: inline-block;
}

.newsletter-form {
  font-size: 0.9375em;
}
.newsletter-form #fieldEmail {
  padding: 0.1em;
  max-width: 58%;
  height: 28px;
}
@media screen and (max-width: 850px) {
  .newsletter-form #fieldEmail {
    width: 100%;
    max-width: unset;
  }
}
@media only screen and (min-width: 850px) {
  .newsletter-form #fieldEmail {
    max-width: 250px;
    width: 100%;
  }
}
.newsletter-form input {
  width: 100%;
  margin-bottom: 12px;
}
.newsletter-form button {
  margin-top: 12px;
}
@media screen and (max-width: 850px) {
  .newsletter-form button {
    width: 100%;
  }
}
@media only screen and (min-width: 850px) {
  .newsletter-form button {
    max-width: 250px;
    width: 100%;
  }
}

.c47-checkboxes .wpcf7-list-item {
  display: block;
  margin: 0;
}
.c47-checkboxes input[type=checkbox] {
  display: inline-block;
}

.alert {
  padding: 0.85em 1em;
  margin: 0.35em 0;
  border-radius: 2px;
  background-color: #fff;
  color: #fff;
}
.alert.error {
  background-color: #D4323E;
  color: #fff;
}
.alert.success {
  background-color: #7fb905;
  color: #fff;
}
.alert.warning {
  background-color: #7fb905;
  color: #fff;
}

html {
  scroll-behavior: smooth;
}

.animate-on-view {
  transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  position: relative;
  top: 10px;
  transition-delay: 0;
}
.animate-on-view.onScreen {
  opacity: 1;
  top: 0;
}
.animate-on-view.delay-1 {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.animate-on-view.delay-2 {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.animate-on-view.delay-3 {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.animate-on-view.delay-4 {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.animate-on-view.delay-5 {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.animate-on-view.delay-6 {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.animate-on-view.delay-7 {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}
.animate-on-view.delay-8 {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

.container {
  max-width: 1482px;
  width: 100%;
  margin: 0 auto;
}

.half-container {
  max-width: 741px;
  width: 100%;
  padding: 30px;
}
@media only screen and (min-width: 850px) {
  .half-container {
    margin: 0 0 0 auto;
    padding: 0 10% 0 30px;
  }
}
@media only screen and (min-width: 1540px) {
  .half-container {
    padding: 0 10% 0 0;
  }
}
.half-container.r {
  margin: 0 auto 0 0;
  padding: 30px;
}
@media only screen and (min-width: 550px) {
  .half-container.r {
    padding: 0 30px 0 10%;
  }
}
@media only screen and (min-width: 1540px) {
  .half-container.r {
    padding: 0 0 0 10%;
  }
}

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

.base-pad, .generic-block, .text-grid, .text-columns, .carousel-outer {
  padding: 30px;
}
@media only screen and (min-width: 850px) {
  .base-pad, .generic-block, .text-grid, .text-columns, .carousel-outer {
    padding: 65px 30px 68px;
  }
}
@media only screen and (min-width: 1540px) {
  .base-pad, .generic-block, .text-grid, .text-columns, .carousel-outer {
    padding: 125px 0 108px;
  }
}
@media only screen and (min-width: 550px) {
  .base-pad.lg, .lg.generic-block, .lg.text-grid, .lg.text-columns, .lg.carousel-outer {
    padding: 150px 30px 125px;
  }
}
@media only screen and (min-width: 1540px) {
  .base-pad.lg, .lg.generic-block, .lg.text-grid, .lg.text-columns, .lg.carousel-outer {
    padding: 150px 0 125px;
  }
}

.remove-on-mobile {
  display: none;
}
@media only screen and (min-width: 1800px) {
  .remove-on-mobile {
    display: block;
  }
}

@media only screen and (min-width: 850px) {
  .mobile-awards {
    display: none;
  }
}

.desktop-awards {
  display: none;
}
@media only screen and (min-width: 850px) {
  .desktop-awards {
    display: block;
  }
}
.desktop-awards.callout img {
  max-width: 120px;
}
.desktop-awards img {
  max-width: 213px;
}
.desktop-awards .reduce-width img {
  max-width: 160px;
}

.no-results-container {
  margin: 60px 0;
  padding: 0 30px;
}
@media only screen and (min-width: 1540px) {
  .no-results-container {
    padding: 0;
  }
}

@media only screen and (min-width: 550px) {
  .two-cols-on-tab {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 1200px) {
  .two-cols-on-tab {
    display: flex !important;
  }
}

.has-theme-primary-background-color {
  background-color: #A0B100 !important;
}

a.has-theme-primary-background-color {
  background-color: #A0B100 !important;
}
a.has-theme-primary-background-color:hover {
  background-color: #727e00 !important;
}

.has-theme-primary-color {
  color: #A0B100;
}

.has-theme-dark-bg-background-color {
  background-color: #211F1F !important;
}

a.has-theme-dark-bg-background-color {
  background-color: #211F1F !important;
}
a.has-theme-dark-bg-background-color:hover {
  background-color: #070606 !important;
}

.has-theme-dark-bg-color {
  color: #211F1F;
}

.has-theme-light-bg-background-color {
  background-color: #EEEBE2 !important;
}

a.has-theme-light-bg-background-color {
  background-color: #EEEBE2 !important;
}
a.has-theme-light-bg-background-color:hover {
  background-color: #dbd5c2 !important;
}

.has-theme-light-bg-color {
  color: #EEEBE2;
}

.has-theme-grey-bg-background-color {
  background-color: #EDEDED !important;
}

a.has-theme-grey-bg-background-color {
  background-color: #EDEDED !important;
}
a.has-theme-grey-bg-background-color:hover {
  background-color: #d4d4d4 !important;
}

.has-theme-grey-bg-color {
  color: #EDEDED;
}

/**
 * Columns
**/
.wp-block-columns {
  row-gap: 10px;
  column-gap: 60px;
}

/**
* Cover
**/
.wp-block-cover.loaded .wp-block-cover__image-background {
  filter: blur(0);
  transform: scale(1);
}
.wp-block-cover.loaded .has-black-background-color {
  opacity: 0.5;
}
.wp-block-cover .wp-block-cover__image-background {
  filter: blur(10px);
  transform: scale(1.05);
  transition: filter 1.6s cubic-bezier(0.42, 0, 0.58, 1), transform 2s ease-out;
}
.wp-block-cover .has-black-background-color {
  transition: opacity 1.6s ease-in-out;
}

.text-background-image .wp-block-columns {
  gap: 0 !important;
}
.text-background-image.wp-block-cover .wp-block-cover__image-background {
  filter: blur(0);
  transform: scale(1);
}

/**
 * Buttons
 **/
.wp-block-buttons {
  gap: 20px;
}
@media only screen and (min-width: 550px) {
  .wp-block-buttons {
    margin-top: 30px;
  }
}
.wp-block-buttons.wide .wp-block-button .wp-block-button__link {
  width: 250px;
}
@media only screen and (min-width: 850px) {
  .wp-block-buttons.wide .wp-block-button .wp-block-button__link {
    width: 314px;
  }
}
.wp-block-buttons.extra-wide .wp-block-button .wp-block-button__link {
  width: 250px;
}
@media only screen and (min-width: 850px) {
  .wp-block-buttons.extra-wide .wp-block-button .wp-block-button__link {
    width: 340px;
  }
}
.wp-block-buttons.md-wide .wp-block-button .wp-block-button__link {
  width: 240px;
}
.wp-block-buttons .wp-block-button.dark-text .wp-block-button__link {
  color: #000;
}
.wp-block-buttons .wp-block-button.dark-text-primary-border .wp-block-button__link {
  color: #000;
  border-color: #A0B100;
}
.wp-block-buttons .wp-block-button:first-child:nth-last-child(n+2).exception .wp-block-button__link {
  background-color: #A0B100;
}
.wp-block-buttons .wp-block-button:first-child:nth-last-child(n+2).dark-text .wp-block-button__link {
  color: #000;
  border-color: #000;
}
.wp-block-buttons .wp-block-button:first-child:nth-last-child(n+2).dark-text-primary-border .wp-block-button__link {
  color: #000;
  border-color: #A0B100;
}

.wp-block-accordion.dark-bg .wp-block-accordion-item {
  color: #fff;
  border-color: #fff;
}
.wp-block-accordion.dark-bg .wp-block-accordion-item .wp-block-accordion-heading__toggle:after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 22 22' fill='none'%3E%3Cpath d='M21.0799 10.8933H0.00018476' stroke='white'/%3E%3Cpath d='M21.0799 10.8933L10.54 0.353455' stroke='white'/%3E%3Cpath d='M21.0799 10.8933L10.54 21.4332' stroke='white'/%3E%3C/svg%3E");
}
.wp-block-accordion .wp-block-accordion-item {
  border-bottom: 1px solid #000;
  padding: 10px 0;
}
@media only screen and (min-width: 550px) {
  .wp-block-accordion .wp-block-accordion-item {
    padding: 20px 0;
  }
}
.wp-block-accordion .wp-block-accordion-item .wp-block-accordion-heading {
  margin: 0;
}
@media screen and (max-width: 550px) {
  .wp-block-accordion .wp-block-accordion-item .wp-block-accordion-heading {
    font-size: 1em;
  }
}
.wp-block-accordion .wp-block-accordion-item.is-open .wp-block-accordion-heading__toggle::after {
  transform: translateY(0) translateX(-5px) rotate(90deg);
}
.wp-block-accordion .wp-block-accordion-item p {
  margin-top: 20px;
}
.wp-block-accordion .wp-block-accordion-heading__toggle-icon {
  display: none;
}
.wp-block-accordion .wp-block-accordion-heading__toggle {
  position: relative;
  padding-right: 3rem;
  line-height: 25px;
}
@media only screen and (min-width: 850px) {
  .wp-block-accordion .wp-block-accordion-heading__toggle {
    padding-right: 2rem;
    line-height: inherit;
  }
}
.wp-block-accordion .wp-block-accordion-heading__toggle:after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 22 22' fill='none'%3E%3Cpath d='M21.0799 10.8933H0.00018476' stroke='black'/%3E%3Cpath d='M21.0799 10.8933L10.54 0.353455' stroke='black'/%3E%3Cpath d='M21.0799 10.8933L10.54 21.4332' stroke='black'/%3E%3C/svg%3E");
  position: absolute;
  right: 0;
  top: 15%;
  transform: translateY(0) rotate(0deg);
  transition: transform 0.3s ease;
}
.wp-block-accordion button:hover, .wp-block-accordion button:hover > .wp-block-accordion-heading__toggle-title {
  text-decoration: none;
}

figure {
  margin: 0;
}

/**
 * GB Fixes
 **/
.wp-block-cover {
  align-items: center;
  background-position: 50%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  overflow: hidden;
  overflow: clip;
  padding: 1em;
  position: relative;
}
@media screen and (max-width: 550px) {
  .wp-block-cover {
    min-height: unset !important;
  }
}
@media only screen and (min-width: 550px) {
  .wp-block-cover {
    min-height: 430px;
  }
}

.wp-block-cover .wp-block-cover__image-background, .wp-block-cover video.wp-block-cover__video-background, .wp-block-cover-image .wp-block-cover__image-background, .wp-block-cover-image video.wp-block-cover__video-background {
  border: none;
  bottom: 0;
  box-shadow: none;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  object-fit: cover;
  outline: none;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.wp-block-cover .wp-block-cover__background, .wp-block-cover .wp-block-cover__gradient-background, .wp-block-cover-image .wp-block-cover__background, .wp-block-cover-image .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim:not(.has-background-gradient)::before, .wp-block-cover.has-background-dim:not(.has-background-gradient)::before {
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
}

.wp-block-cover .wp-block-cover__inner-container, .wp-block-cover-image .wp-block-cover__inner-container {
  color: inherit;
  position: relative;
  width: 100%;
}

:root :where(.wp-block-cover h1:not(.has-text-color)), :root :where(.wp-block-cover h2:not(.has-text-color)), :root :where(.wp-block-cover h3:not(.has-text-color)), :root :where(.wp-block-cover h4:not(.has-text-color)), :root :where(.wp-block-cover h5:not(.has-text-color)), :root :where(.wp-block-cover h6:not(.has-text-color)), :root :where(.wp-block-cover p:not(.has-text-color)) {
  color: inherit;
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none;
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
}

.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.owl-theme .owl-dots, .owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav {
  margin-top: 10px;
}

.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

nav#site-navigation {
  visibility: hidden;
  z-index: -1;
  background: transparent;
  transition: background 0.3s;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  padding: 155px 60px;
}
@media only screen and (min-width: 550px) {
  nav#site-navigation {
    height: unset;
    top: 60px;
    left: 60px;
    right: 60px;
    padding: 115px 60px;
  }
}
nav#site-navigation.open {
  visibility: visible;
  background: rgba(0, 0, 0, 0.9);
  z-index: 150;
  height: 999vh;
}
@media only screen and (min-width: 550px) {
  nav#site-navigation.open {
    background: rgba(0, 0, 0, 0.8);
    height: inherit;
  }
}
nav#site-navigation.open ul {
  opacity: 1;
}
nav#site-navigation ul {
  opacity: 0;
  transition: opacity 1.4s;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
nav#site-navigation ul li {
  width: 200px;
  padding: 10px 0;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 14px;
}
@media only screen and (min-width: 550px) {
  nav#site-navigation ul li {
    font-size: 12px;
  }
}
@media only screen and (min-width: 550px) {
  nav#site-navigation ul li.menu-item-has-children:hover > .sub-menu {
    display: block;
  }
}
nav#site-navigation ul li:hover > a {
  color: #A0B100;
}
nav#site-navigation ul li a {
  color: #fff;
  position: relative;
  z-index: 20;
}
nav#site-navigation ul li .sub-menu {
  display: none;
  top: 65px;
  left: 150px;
  height: 100%;
  padding: 10px 0 0 30px;
}
@media only screen and (min-width: 550px) {
  nav#site-navigation ul li .sub-menu {
    position: absolute;
    padding: 50px 100px;
  }
}
nav#site-navigation ul li .sub-menu.open {
  display: block;
}
@media screen and (max-width: 550px) {
  nav#site-navigation ul li .sub-menu li {
    margin-bottom: 0;
  }
}
nav#site-navigation ul li .sub-menu li .sub-menu {
  top: 20px;
  left: 180px;
  padding: 15px 0 0 30px;
}
@media only screen and (min-width: 550px) {
  nav#site-navigation ul li .sub-menu li .sub-menu {
    padding: 30px 100px 50px 140px;
  }
}
@media screen and (max-width: 550px) {
  nav#site-navigation ul li .sub-menu li .sub-menu li {
    margin-bottom: 0;
  }
}

header {
  height: 0;
  width: 100%;
  position: relative;
  z-index: 200;
}
header.sticky {
  top: 0;
  position: fixed;
}
header.sticky .inner {
  background-color: rgba(0, 0, 0, 0.9);
  padding: 30px 44px;
}
@media only screen and (min-width: 550px) {
  header.sticky .inner {
    padding: 30px 110px 30px 96px;
  }
}
header.alt, .wp-block-buttons .wp-block-button.alt header.wp-block-button__link {
  height: unset;
}
header.alt .inner, .wp-block-buttons .wp-block-button.alt header.wp-block-button__link .inner {
  background-color: #000;
  padding: 20px 44px;
}
@media only screen and (min-width: 550px) {
  header.alt .inner, .wp-block-buttons .wp-block-button.alt header.wp-block-button__link .inner {
    padding: 30px 50px;
  }
}
header .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 80px 14px;
  flex-wrap: wrap;
}
@media only screen and (min-width: 390px) {
  header .inner {
    padding: 80px 44px;
  }
}
@media only screen and (min-width: 550px) {
  header .inner {
    padding: 90px 110px 90px 96px;
    flex-wrap: unset;
    gap: 20px;
  }
}
header .inner .btn, header .inner input[type=submit], header .inner .newsletter-form button, .newsletter-form header .inner button, header .inner .wp-block-buttons .wp-block-button .wp-block-button__link, .wp-block-buttons .wp-block-button header .inner .wp-block-button__link {
  order: 1;
  flex: 0 1 50%;
}
@media only screen and (min-width: 550px) {
  header .inner .btn, header .inner input[type=submit], header .inner .newsletter-form button, .newsletter-form header .inner button, header .inner .wp-block-buttons .wp-block-button .wp-block-button__link, .wp-block-buttons .wp-block-button header .inner .wp-block-button__link {
    flex: unset;
  }
}
header .inner .logo-container {
  order: 3;
  width: 100%;
  flex: 1 1 100%;
  margin-top: 40px;
}
@media only screen and (min-width: 550px) {
  header .inner .logo-container {
    order: 2;
    width: unset;
    flex: unset;
    margin-top: unset;
  }
}
header .inner .menu-icon-container {
  order: 2;
  flex: 0 1 50%;
}
@media only screen and (min-width: 550px) {
  header .inner .menu-icon-container {
    flex: unset;
  }
}
header .inner .item.btn, header .inner input.item[type=submit], header .inner .newsletter-form button.item, .newsletter-form header .inner button.item, header .inner .wp-block-buttons .wp-block-button .item.wp-block-button__link, .wp-block-buttons .wp-block-button header .inner .item.wp-block-button__link, header .inner .item.menu-icon-container {
  width: 147px;
  position: relative;
  z-index: 200;
}
@media only screen and (min-width: 550px) {
  header .inner .item.btn, header .inner input.item[type=submit], header .inner .newsletter-form button.item, .newsletter-form header .inner button.item, header .inner .wp-block-buttons .wp-block-button .item.wp-block-button__link, .wp-block-buttons .wp-block-button header .inner .item.wp-block-button__link, header .inner .item.menu-icon-container {
    width: 194px;
  }
}
header .inner .item.menu-icon-container {
  text-align: right;
}
header .inner .menu-icon {
  max-width: 44px;
}
header .inner .header-logo.hidden {
  display: none;
}

#mobile-menu-toggle {
  display: inline-block;
  width: 22px;
  height: 22px;
  background-image: url("../img/icons/menu.svg");
  transform: scale(1);
  transition: transform 0.3s;
}
#mobile-menu-toggle.open {
  background-image: url("../img/icons/menu-close.svg");
}
#mobile-menu-toggle:active {
  cursor: pointer;
  transform: scale(1.2);
}

footer {
  background-color: #211F1F;
  color: #fff;
}
@media only screen and (min-width: 850px) {
  footer .title {
    width: 45%;
    padding: 100px 0 150px;
  }
}
footer .title-block {
  padding: 50px 30px 0;
}
@media only screen and (min-width: 1540px) {
  footer .title-block {
    padding: 0;
  }
}
footer .info-block {
  display: flex;
  gap: 30px;
  justify-content: space-between;
  border-bottom: 1px solid #fff;
  margin: 0 30px;
  padding: 30px 0;
}
@media only screen and (min-width: 550px) {
  footer .info-block {
    padding: 30px 30px 60px;
    gap: 50px;
  }
}
@media only screen and (min-width: 1540px) {
  footer .info-block {
    padding: 30px 0 60px;
    margin: 0;
  }
}
@media screen and (max-width: 550px) {
  footer .info-block .footer-logo {
    max-width: 50%;
    margin-bottom: 40px;
  }
}
footer .info-block .col {
  margin-bottom: 10px;
}
@media only screen and (min-width: 550px) {
  footer .info-block .col {
    margin-bottom: 0;
  }
}
footer .info-block .col:nth-child(1) {
  order: 1;
}
footer .info-block .col:nth-child(2) {
  order: 3;
}
@media only screen and (min-width: 850px) {
  footer .info-block .col:nth-child(2) {
    order: 2;
  }
}
footer .info-block .col:nth-child(3) {
  order: 2;
}
@media only screen and (min-width: 850px) {
  footer .info-block .col:nth-child(3) {
    order: 3;
  }
}
@media only screen and (min-width: 850px) {
  footer .info-block .col.logo-subtitle .nav-groups {
    display: flex;
  }
}
footer .info-block .col.logo-subtitle .nav-groups .nav-group {
  margin-bottom: 20px;
}
@media only screen and (min-width: 550px) {
  footer .info-block .col.logo-subtitle .nav-groups .nav-group {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 550px) {
  footer .info-block .sub-menus {
    display: flex;
    gap: 50px;
  }
}
footer .info-block .sub-menus ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
footer .info-block .sub-menus ul li {
  font-size: 0.9375em;
}
footer .info-block .sub-menus ul li a {
  display: flex;
  gap: 10px;
}
@media only screen and (min-width: 550px) {
  footer .info-block .sub-menus ul li a {
    align-items: center;
  }
}
footer .logo-block {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #fff;
  margin: 0 30px;
  padding: 30px 0;
}
@media only screen and (min-width: 550px) {
  footer .logo-block {
    padding: 30px 30px 30px;
  }
}
@media only screen and (min-width: 1540px) {
  footer .logo-block {
    padding: 30px 0 30px;
    margin: 0;
  }
}
@media screen and (max-width: 550px) {
  footer .logo-block .footer-logo {
    max-width: 50%;
    margin-bottom: 40px;
  }
}
footer .smallprint-block {
  padding: 30px;
}
@media only screen and (min-width: 550px) {
  footer .smallprint-block {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 48px 30px 48px;
    order: 3;
  }
}
@media only screen and (min-width: 1540px) {
  footer .smallprint-block {
    padding: 48px 0 48px;
  }
}
footer .smallprint-block .col {
  margin-bottom: 30px;
}
@media only screen and (min-width: 550px) {
  footer .smallprint-block .col {
    margin-bottom: 0;
  }
}
footer .socials {
  display: flex;
  align-items: center;
  gap: 25px;
}
footer .footer-navigation ul {
  display: flex;
  gap: 10px;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
footer .footer-navigation ul li {
  font-size: 0.6875em;
}

.mobile-remove {
  display: none;
}
@media only screen and (min-width: 550px) {
  .mobile-remove {
    display: block;
  }
}

@media screen and (max-width: 550px) {
  .footer-icon {
    display: none;
  }
}

@media only screen and (min-width: 550px) {
  .hero {
    margin: 30px;
  }
}
@media only screen and (min-width: 1500px) {
  .hero {
    margin: 60px;
  }
}
.hero .wp-block-heading {
  margin: 0 auto;
}
@media only screen and (min-width: 550px) {
  .hero .wp-block-heading {
    max-width: 60%;
  }
}
.hero.home .wp-block-buttons {
  margin-top: unset;
}
.hero.title-only .hero-img .wp-block-cover__inner-container .title {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 550px) {
  .hero.title-only .hero-img .wp-block-cover__inner-container .title {
    margin-top: 160px;
    margin-bottom: unset;
  }
}
@media only screen and (min-width: 550px) {
  .hero.feed {
    margin: 30px 30px 0;
  }
}
@media only screen and (min-width: 1540px) {
  .hero.feed {
    margin: 60px 60px 0;
  }
}
.hero .hero-img {
  padding: 200px 30px 60px;
  min-height: 550px;
}
@media only screen and (min-width: 850px) {
  .hero .hero-img {
    padding: 175px 30px 53px;
    min-height: 750px;
  }
}
.hero .hero-img .wp-block-cover__inner-container {
  display: flex;
  align-content: space-between;
  flex-wrap: wrap;
}
@media only screen and (min-width: 550px) {
  .hero .hero-img .wp-block-cover__inner-container {
    min-height: 575px;
  }
}
.hero .hero-img .wp-block-cover__inner-container .title {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 550px) {
  .hero .hero-img .wp-block-cover__inner-container .title {
    margin-top: 100px;
  }
}
.hero .hero-img .wp-block-cover__inner-container .title.reduce-title-margin {
  margin-top: 30px;
}
@media only screen and (min-width: 550px) {
  .hero .hero-img .wp-block-cover__inner-container .title.reduce-title-margin {
    margin-top: 40px;
  }
}
.hero .hero-img .wp-block-cover__inner-container .subtitle {
  font-weight: 300;
}
.hero .hero-img .wp-block-cover__inner-container > * {
  flex: 1 1 100%;
}
.hero .hero-img .wp-block-cover__inner-container .wp-block-buttons {
  margin-top: 30px;
}
@media only screen and (min-width: 550px) {
  .hero .hero-img .wp-block-cover__inner-container .wp-block-buttons {
    margin-top: unset;
  }
}
.hero .main-logo img {
  max-width: 450px;
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 1200px) {
  .hero .main-logo img {
    max-width: 760px;
  }
}
@media only screen and (min-width: 550px) {
  .hero p.contained {
    margin-top: 45px;
  }
}

.spacer.xs {
  height: 30px;
}
.spacer.sm {
  height: 30px;
}
@media only screen and (min-width: 550px) {
  .spacer.sm {
    height: 60px;
  }
}
.spacer.md {
  height: 30px;
}
@media only screen and (min-width: 550px) {
  .spacer.md {
    height: 100px;
  }
}
.spacer.md.home-tweak {
  height: 100px;
}
@media only screen and (min-width: 550px) {
  .spacer.md.home-tweak {
    height: 100px;
  }
}
@media screen and (max-width: 550px) {
  .spacer.xl {
    height: 120px;
  }
}
@media only screen and (min-width: 550px) {
  .spacer.xl {
    height: 230px;
  }
}

/**
 * Page blocks
 **/
.text-columns.sm {
  padding: 30px;
}
@media only screen and (min-width: 550px) {
  .text-columns.sm {
    padding: 50px 30px 108px;
  }
}
@media only screen and (min-width: 1540px) {
  .text-columns.sm {
    padding: 50px 0 108px;
  }
}
@media only screen and (min-width: 550px) {
  .text-columns.legal-page h2 {
    margin-top: 40px;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 550px) {
  .text-columns.legal-page h2 + p {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.text-columns.legal-page .legal-list .wp-block-list {
  margin-top: 20px;
}
@media only screen and (min-width: 550px) {
  .text-columns h2 {
    margin-bottom: 80px;
  }
}
@media only screen and (min-width: 550px) {
  .text-columns h2.custom-spacing + p {
    margin-top: 40px;
    margin-bottom: 80px;
  }
}
@media only screen and (min-width: 550px) {
  .text-columns h2.normal-margin {
    margin-bottom: 30px;
  }
}
.text-columns .stat-title {
  font-weight: 400;
  margin-bottom: 15px;
}
@media only screen and (min-width: 550px) {
  .text-columns .stat-title {
    margin-bottom: 0;
    min-height: 50px;
  }
}
@media only screen and (min-width: 850px) {
  .text-columns .stat-title {
    min-height: 100px;
  }
}
.text-columns .stat {
  font-weight: 100;
}
.text-columns .title-group {
  margin-bottom: 20px;
}
@media only screen and (min-width: 550px) {
  .text-columns .title-group {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 1200px) {
  .text-columns .wp-block-columns {
    gap: 10%;
  }
}

.title-block {
  margin-bottom: 30px;
}
@media only screen and (min-width: 550px) {
  .title-block {
    margin-bottom: 50px;
  }
}
.title-block h1, .title-block h2, .title-block h3, .title-block h4, .title-block h5, .title-block h6 {
  margin-bottom: 20px;
}

.text-blocks {
  padding: 65px 30px;
}
@media only screen and (min-width: 850px) {
  .text-blocks {
    padding: 65px 30px 68px;
  }
}
@media only screen and (min-width: 1540px) {
  .text-blocks {
    padding: 125px 0 108px;
  }
}
.text-blocks .carousel-outer {
  padding: 30px;
}
@media only screen and (min-width: 850px) {
  .text-blocks .carousel-outer {
    padding: 65px 30px 68px;
  }
}
@media only screen and (min-width: 1540px) {
  .text-blocks .carousel-outer {
    padding: 65px 0 68px;
  }
}

.text-image.visible-margin {
  margin: 30px;
}
@media only screen and (min-width: 550px) {
  .text-image.visible-margin {
    margin: 57px;
  }
}
@media screen and (max-width: 850px) {
  .text-image .wp-block-group__inner-container > .wp-block-columns:nth-of-type(2) > .wp-block-column:nth-of-type(1),
  .text-image .wp-block-group__inner-container > .wp-block-columns:nth-of-type(4) > .wp-block-column:nth-of-type(1) {
    order: 1;
  }
}
.text-image .text-col {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  height: 100%;
  padding: 30px;
}
@media only screen and (min-width: 1540px) {
  .text-image .text-col {
    padding: 60px 120px 60px 0;
  }
}
@media screen and (max-width: 850px) {
  .text-image .wp-block-columns {
    flex-direction: column-reverse;
  }
}
@media only screen and (min-width: 550px) {
  .text-image .wp-block-columns {
    gap: 0;
  }
}
@media only screen and (min-width: 1540px) {
  .text-image .wp-block-columns > .wp-block-column:first-child + .wp-block-column .text-col {
    padding: 60px 60px 60px 10%;
  }
}
@media screen and (max-width: 1800px) {
  .text-image .wp-block-image {
    height: 100%;
  }
}
.text-image .wp-block-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (min-width: 1800px) {
  .text-image .wp-block-image img {
    height: unset;
    max-height: 700px;
  }
}
.text-image .wp-block-buttons {
  margin-top: 30px;
}

.text-background-image {
  padding: 0;
  min-height: unset;
}
.text-background-image .inner {
  padding: 30px;
}
@media only screen and (min-width: 550px) {
  .text-background-image .inner {
    padding: 200px 30px;
  }
}
@media only screen and (min-width: 1540px) {
  .text-background-image .inner {
    padding: 200px 0;
  }
}
.text-background-image .text-col {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  height: 100%;
}

@media only screen and (min-width: 550px) {
  .generic-block {
    min-height: 400px;
  }
}

@media only screen and (min-width: 550px) {
  .bordered-cards {
    margin: 60px;
  }
}
.bordered-cards .card {
  padding: 30px;
}
@media only screen and (min-width: 550px) {
  .bordered-cards .card {
    padding: 97px;
  }
}

.full-width-img-grid .wp-block-columns {
  gap: 0;
}
@media only screen and (min-width: 550px) {
  .full-width-img-grid .wp-block-columns .wp-block-group__inner-container {
    width: 70%;
  }
  .full-width-img-grid .wp-block-columns .wp-block-group__inner-container .wp-block-buttons {
    margin-top: 30px;
  }
}

.carousel-outer.single-case-study-carousel-outer {
  padding: 0;
}
.carousel-outer .owl-carousel.case-study-carousel .owl-stage {
  display: flex;
  padding-bottom: 40px;
}
.carousel-outer .owl-carousel.case-study-carousel .owl-stage .owl-item {
  transition: flex-basis 0.6s;
}
@media only screen and (min-width: 550px) {
  .carousel-outer .owl-carousel.case-study-carousel .owl-stage .owl-item.active:not(.active ~ .active) {
    margin-top: -40px;
  }
}
.carousel-outer .owl-carousel.case-study-carousel .owl-stage .owl-item.active:not(.active ~ .active) img {
  max-height: unset;
  aspect-ratio: 5/4;
}
.carousel-outer .owl-carousel.case-study-carousel .owl-stage .owl-item.active:not(.active ~ .active) .overlay {
  background: transparent;
}
.carousel-outer .owl-carousel.case-study-carousel .owl-stage .owl-item.active:not(.active ~ .active) .overlay .excerpt {
  opacity: 0;
}
.carousel-outer .owl-carousel.case-study-carousel .owl-stage .owl-item.active.active ~ .active img {
  position: relative;
}
.carousel-outer .owl-carousel.case-study-carousel .owl-stage .owl-item.active.active ~ .active img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: auto;
}
.carousel-outer .owl-carousel.case-study-carousel .owl-stage .owl-item .info {
  max-width: 360px;
}
.carousel-outer .owl-carousel.case-study-carousel .owl-stage .owl-item .info p {
  line-height: 15px;
}
@media only screen and (min-width: 850px) {
  .carousel-outer .owl-carousel.case-study-carousel .owl-stage .owl-item .info p {
    line-height: 24px;
  }
}
.carousel-outer .owl-carousel.case-study-carousel .owl-stage .owl-item img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 10/7;
}
.carousel-outer .owl-carousel.case-study-carousel .owl-stage .owl-item .image-container {
  position: relative;
}
.carousel-outer .owl-carousel.case-study-carousel .owl-stage .owl-item .image-container .carousel-img {
  position: relative;
  z-index: 100;
}
.carousel-outer .owl-carousel.case-study-carousel .owl-stage .owl-item .image-container .overlay {
  display: flex;
  align-items: center;
  padding: 8px;
  position: absolute;
  z-index: 150;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.68);
  transition: background 0.3s;
}
@media only screen and (min-width: 850px) {
  .carousel-outer .owl-carousel.case-study-carousel .owl-stage .owl-item .image-container .overlay {
    padding: 16px;
  }
}
.carousel-outer .owl-carousel.case-study-carousel .owl-stage .owl-item .image-container .overlay .excerpt {
  font-family: "Larken", serif;
  font-size: 0.85em;
  position: absolute;
  color: #fff;
  z-index: 200;
  opacity: 1;
  transition: opacity 0.3s;
  line-height: 15px;
  padding: 8px;
}
@media only screen and (min-width: 1400px) {
  .carousel-outer .owl-carousel.case-study-carousel .owl-stage .owl-item .image-container .overlay .excerpt {
    width: 50%;
    font-size: 1.25em;
    line-height: 26px;
    padding: 0;
  }
}
.carousel-outer .owl-carousel.case-study-carousel .owl-nav {
  display: none;
}
.carousel-outer .owl-carousel.case-study-carousel .carousel-img {
  width: 100%;
  height: auto;
}
.carousel-outer .owl-carousel.latest-insights-carousel, .carousel-outer .owl-carousel.property-guides-carousel, .carousel-outer .owl-carousel.awards-carousel {
  position: relative;
}
@media only screen and (min-width: 550px) {
  .carousel-outer .owl-carousel.latest-insights-carousel .owl-stage-outer, .carousel-outer .owl-carousel.property-guides-carousel .owl-stage-outer, .carousel-outer .owl-carousel.awards-carousel .owl-stage-outer {
    margin: 0 100px;
  }
}
@media only screen and (min-width: 1540px) {
  .carousel-outer .owl-carousel.latest-insights-carousel .owl-stage-outer, .carousel-outer .owl-carousel.property-guides-carousel .owl-stage-outer, .carousel-outer .owl-carousel.awards-carousel .owl-stage-outer {
    margin: unset;
  }
}
@media only screen and (min-width: 550px) {
  .carousel-outer .owl-carousel.latest-insights-carousel .carousel-img, .carousel-outer .owl-carousel.property-guides-carousel .carousel-img, .carousel-outer .owl-carousel.awards-carousel .carousel-img {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 1/1;
  }
}
@media only screen and (min-width: 550px) {
  .carousel-outer .owl-carousel.latest-insights-carousel .info, .carousel-outer .owl-carousel.property-guides-carousel .info, .carousel-outer .owl-carousel.awards-carousel .info {
    height: 350px;
  }
}
@media only screen and (min-width: 850px) {
  .carousel-outer .owl-carousel.latest-insights-carousel .info, .carousel-outer .owl-carousel.property-guides-carousel .info, .carousel-outer .owl-carousel.awards-carousel .info {
    height: 500px;
  }
}
@media only screen and (min-width: 1800px) {
  .carousel-outer .owl-carousel.latest-insights-carousel .info, .carousel-outer .owl-carousel.property-guides-carousel .info, .carousel-outer .owl-carousel.awards-carousel .info {
    height: 400px;
  }
}
.carousel-outer .owl-carousel.latest-insights-carousel .info .info-inner, .carousel-outer .owl-carousel.property-guides-carousel .info .info-inner, .carousel-outer .owl-carousel.awards-carousel .info .info-inner {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  align-content: space-between;
}
@media only screen and (min-width: 1200px) {
  .carousel-outer .owl-carousel.latest-insights-carousel .info .info-inner, .carousel-outer .owl-carousel.property-guides-carousel .info .info-inner, .carousel-outer .owl-carousel.awards-carousel .info .info-inner {
    min-height: 375px;
  }
}
.carousel-outer .owl-carousel.latest-insights-carousel .info .title, .carousel-outer .owl-carousel.property-guides-carousel .info .title, .carousel-outer .owl-carousel.awards-carousel .info .title {
  font-weight: 500;
  display: flex;
  gap: 10px;
  align-items: center;
  margin-top: 25px;
  margin-bottom: 20px;
}
.carousel-outer .owl-carousel.latest-insights-carousel .info .icon, .carousel-outer .owl-carousel.property-guides-carousel .info .icon, .carousel-outer .owl-carousel.awards-carousel .info .icon {
  align-self: start;
  width: 33px;
  height: 33px;
}
.carousel-outer .owl-carousel.latest-insights-carousel .owl-nav, .carousel-outer .owl-carousel.property-guides-carousel .owl-nav, .carousel-outer .owl-carousel.awards-carousel .owl-nav {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: space-between;
  align-items: flex-start;
}
@media only screen and (min-width: 550px) {
  .carousel-outer .owl-carousel.latest-insights-carousel .owl-nav, .carousel-outer .owl-carousel.property-guides-carousel .owl-nav, .carousel-outer .owl-carousel.awards-carousel .owl-nav {
    z-index: -1;
    position: absolute;
    top: 0;
    padding-top: 100px;
  }
}
@media only screen and (min-width: 1350px) {
  .carousel-outer .owl-carousel.latest-insights-carousel .owl-nav, .carousel-outer .owl-carousel.property-guides-carousel .owl-nav, .carousel-outer .owl-carousel.awards-carousel .owl-nav {
    padding-top: 150px;
  }
}
.carousel-outer .owl-carousel.latest-insights-carousel .owl-nav button, .carousel-outer .owl-carousel.property-guides-carousel .owl-nav button, .carousel-outer .owl-carousel.awards-carousel .owl-nav button {
  background-color: transparent;
  color: #A0B100;
  border: none;
  font-size: 3em;
  transform: scale(1);
  transition: transform 0.3s;
}
.carousel-outer .owl-carousel.latest-insights-carousel .owl-nav button:hover, .carousel-outer .owl-carousel.property-guides-carousel .owl-nav button:hover, .carousel-outer .owl-carousel.awards-carousel .owl-nav button:hover {
  cursor: pointer;
  transform: scale(1.1);
}
@media only screen and (min-width: 1540px) {
  .carousel-outer .owl-carousel.latest-insights-carousel .owl-nav button.owl-next, .carousel-outer .owl-carousel.property-guides-carousel .owl-nav button.owl-next, .carousel-outer .owl-carousel.awards-carousel .owl-nav button.owl-next {
    margin-right: -100px;
  }
}
.carousel-outer .owl-carousel.latest-insights-carousel .owl-nav button.owl-next:after, .carousel-outer .owl-carousel.property-guides-carousel .owl-nav button.owl-next:after, .carousel-outer .owl-carousel.awards-carousel .owl-nav button.owl-next:after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='45' height='45' viewBox='0 0 45 45' fill='none'%3E%3Cpath d='M43.8408 22.2739H0.000201737' stroke='black'/%3E%3Cpath d='M43.8408 22.2739L21.9205 0.353616' stroke='black'/%3E%3Cpath d='M43.8408 22.2739L21.9205 44.1942' stroke='black'/%3E%3C/svg%3E");
}
@media only screen and (min-width: 1540px) {
  .carousel-outer .owl-carousel.latest-insights-carousel .owl-nav button.owl-prev, .carousel-outer .owl-carousel.property-guides-carousel .owl-nav button.owl-prev, .carousel-outer .owl-carousel.awards-carousel .owl-nav button.owl-prev {
    margin-left: -100px;
  }
}
.carousel-outer .owl-carousel.latest-insights-carousel .owl-nav button.owl-prev:after, .carousel-outer .owl-carousel.property-guides-carousel .owl-nav button.owl-prev:after, .carousel-outer .owl-carousel.awards-carousel .owl-nav button.owl-prev:after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='45' height='45' viewBox='0 0 45 45' fill='none'%3E%3Cpath d='M0.353516 22.2739L44.1941 22.2739' stroke='black'/%3E%3Cpath d='M0.353516 22.2739L22.2738 44.1942' stroke='black'/%3E%3Cpath d='M0.353516 22.2739L22.2738 0.353614' stroke='black'/%3E%3C/svg%3E");
}
.carousel-outer .owl-carousel.latest-insights-carousel .owl-nav button span, .carousel-outer .owl-carousel.property-guides-carousel .owl-nav button span, .carousel-outer .owl-carousel.awards-carousel .owl-nav button span {
  display: none;
}
.carousel-outer .owl-carousel.single-case-study-carousel {
  position: relative;
}
@media only screen and (min-width: 550px) {
  .carousel-outer .owl-carousel.single-case-study-carousel .carousel-img {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 1/1;
  }
}
@media only screen and (min-width: 550px) {
  .carousel-outer .owl-carousel.single-case-study-carousel .owl-item img {
    width: 100%;
    height: 540px;
    object-fit: cover;
  }
}
@media only screen and (min-width: 550px) {
  .carousel-outer .owl-carousel.single-case-study-carousel .info {
    height: 500px;
  }
}
@media only screen and (min-width: 1800px) {
  .carousel-outer .owl-carousel.single-case-study-carousel .info {
    height: 360px;
  }
}
.carousel-outer .owl-carousel.single-case-study-carousel .info .info-inner {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  align-content: space-between;
}
.carousel-outer .owl-carousel.single-case-study-carousel .info .title {
  font-weight: 500;
  display: flex;
  gap: 10px;
  align-items: center;
  margin-top: 25px;
  margin-bottom: 20px;
}
.carousel-outer .owl-carousel.single-case-study-carousel .info .icon {
  align-self: start;
  width: 33px;
  height: 33px;
}
.carousel-outer .owl-carousel.single-case-study-carousel .owl-nav {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 30px;
  margin-bottom: 30px;
}
.carousel-outer .owl-carousel.single-case-study-carousel .owl-nav button {
  background-color: transparent;
  color: #A0B100;
  border: none;
  font-size: 3em;
  transform: scale(1);
  transition: transform 0.3s;
}
.carousel-outer .owl-carousel.single-case-study-carousel .owl-nav button:hover {
  cursor: pointer;
  transform: scale(1.1);
}
.carousel-outer .owl-carousel.single-case-study-carousel .owl-nav button.owl-next:after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='45' height='45' viewBox='0 0 45 45' fill='none'%3E%3Cpath d='M43.8408 22.2739H0.000201737' stroke='black'/%3E%3Cpath d='M43.8408 22.2739L21.9205 0.353616' stroke='black'/%3E%3Cpath d='M43.8408 22.2739L21.9205 44.1942' stroke='black'/%3E%3C/svg%3E");
}
.carousel-outer .owl-carousel.single-case-study-carousel .owl-nav button.owl-prev:after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='45' height='45' viewBox='0 0 45 45' fill='none'%3E%3Cpath d='M0.353516 22.2739L44.1941 22.2739' stroke='black'/%3E%3Cpath d='M0.353516 22.2739L22.2738 44.1942' stroke='black'/%3E%3Cpath d='M0.353516 22.2739L22.2738 0.353614' stroke='black'/%3E%3C/svg%3E");
}
.carousel-outer .owl-carousel.single-case-study-carousel .owl-nav button span {
  display: none;
}
@media screen and (max-width: 850px) {
  .carousel-outer .owl-carousel.latest-insights-carousel .insight .info {
    margin-top: 0;
  }
}
@media screen and (max-width: 850px) {
  .carousel-outer .owl-carousel.latest-insights-carousel .insight img {
    height: 159px;
    object-fit: cover;
  }
}
.carousel-outer .owl-carousel.latest-insights-carousel .owl-nav {
  margin-top: 30px;
}
.carousel-outer .owl-carousel.property-guides-carousel .info {
  display: block;
  height: unset;
}
.carousel-outer .owl-carousel.awards-carousel .owl-stage {
  display: flex;
  align-items: center;
}
.carousel-outer .owl-carousel.testimonial-carousel .owl-nav {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (min-width: 550px) {
  .carousel-outer .owl-carousel.testimonial-carousel .owl-nav {
    z-index: 20;
    position: absolute;
    top: 0;
  }
}
.carousel-outer .owl-carousel.testimonial-carousel .owl-nav button {
  background-color: #fff;
  color: #A0B100;
  border: none;
  font-size: 3em;
  transform: scale(1);
  transition: transform 0.3s;
}
.carousel-outer .owl-carousel.testimonial-carousel .owl-nav button:hover {
  cursor: pointer;
  transform: scale(1.1);
}
@media only screen and (min-width: 2140px) {
  .carousel-outer .owl-carousel.testimonial-carousel .owl-nav button.owl-next {
    margin-right: -100px;
  }
}
.carousel-outer .owl-carousel.testimonial-carousel .owl-nav button.owl-next:after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='45' height='45' viewBox='0 0 45 45' fill='none'%3E%3Cpath d='M43.8408 22.2739H0.000201737' stroke='black'/%3E%3Cpath d='M43.8408 22.2739L21.9205 0.353616' stroke='black'/%3E%3Cpath d='M43.8408 22.2739L21.9205 44.1942' stroke='black'/%3E%3C/svg%3E");
}
@media only screen and (min-width: 2140px) {
  .carousel-outer .owl-carousel.testimonial-carousel .owl-nav button.owl-prev {
    margin-left: -100px;
  }
}
.carousel-outer .owl-carousel.testimonial-carousel .owl-nav button.owl-prev:after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='45' height='45' viewBox='0 0 45 45' fill='none'%3E%3Cpath d='M0.353516 22.2739L44.1941 22.2739' stroke='black'/%3E%3Cpath d='M0.353516 22.2739L22.2738 44.1942' stroke='black'/%3E%3Cpath d='M0.353516 22.2739L22.2738 0.353614' stroke='black'/%3E%3C/svg%3E");
}
.carousel-outer .owl-carousel.testimonial-carousel .owl-nav button span {
  display: none;
}
.carousel-outer .owl-nav.disabled {
  display: none !important;
}
.carousel-outer .full-width-carousel-inner .case-study-title {
  margin-bottom: 30px;
}
@media only screen and (min-width: 550px) {
  .carousel-outer .full-width-carousel-inner .case-study-title {
    margin-bottom: 80px;
  }
}

.info {
  display: flex;
  gap: 30px;
  margin-top: 30px;
}
.info .title {
  font-family: "Hanken Grotesk", sans-serif;
  margin-bottom: 5px;
  line-height: 20px;
  text-transform: initial;
}
@media only screen and (min-width: 850px) {
  .info .title {
    line-height: 30px;
  }
}
.info a {
  align-content: center;
  transform: scale(1);
  transition: transform 0.3s;
}
.info a:hover {
  transform: scale(1.1);
}

.carousel-img {
  filter: blur(0);
  transition: filter 0.6s cubic-bezier(0.42, 0, 0.58, 1);
}
.carousel-img:hover {
  filter: blur(5px);
}

.team-carousel {
  overflow: hidden;
  margin-top: 30px;
}
@media only screen and (min-width: 550px) {
  .team-carousel {
    margin-top: 60px;
  }
}
@media only screen and (min-width: 1200px) {
  .team-carousel {
    margin-top: 120px;
  }
}
.team-carousel .team-card {
  padding: 0 30px;
}
@media only screen and (min-width: 1540px) {
  .team-carousel .team-card {
    padding: 0;
  }
}
.team-carousel .owl-nav {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media only screen and (min-width: 850px) {
  .team-carousel .owl-nav {
    margin-left: 20px;
  }
}
@media only screen and (min-width: 1550px) {
  .team-carousel .owl-nav {
    margin-left: 100px;
  }
}
.team-carousel .owl-nav button {
  background-color: transparent;
  color: #A0B100;
  margin-left: 20px;
  border: none;
  font-size: 3em;
  transform: scale(1);
  transition: transform 0.3s;
}
.team-carousel .owl-nav button:hover {
  cursor: pointer;
  transform: scale(1.1);
}
@media only screen and (min-width: 1540px) {
  .team-carousel .owl-nav button.owl-next {
    margin-right: -100px;
  }
}
.team-carousel .owl-nav button.owl-next:after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 45 45' fill='none'%3E%3Cpath d='M43.8408 22.2739H0.000201737' stroke='black'/%3E%3Cpath d='M43.8408 22.2739L21.9205 0.353616' stroke='black'/%3E%3Cpath d='M43.8408 22.2739L21.9205 44.1942' stroke='black'/%3E%3C/svg%3E");
}
@media only screen and (min-width: 1540px) {
  .team-carousel .owl-nav button.owl-prev {
    margin-left: -100px;
  }
}
.team-carousel .owl-nav button.owl-prev:after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 45 45' fill='none'%3E%3Cpath d='M0.353516 22.2739L44.1941 22.2739' stroke='black'/%3E%3Cpath d='M0.353516 22.2739L22.2738 44.1942' stroke='black'/%3E%3Cpath d='M0.353516 22.2739L22.2738 0.353614' stroke='black'/%3E%3C/svg%3E");
}
.team-carousel .owl-nav button span {
  display: none;
}
.team-carousel .team-img {
  transition: opacity 0.3s;
}
.team-carousel .team-img:hover {
  opacity: 0.7;
}
@media only screen and (min-width: 550px) {
  .team-carousel .team-img {
    aspect-ratio: 20/11;
    object-fit: cover;
  }
}
.team-carousel .team-bg-img {
  background-size: cover;
  background-position: center center;
  position: relative;
  min-height: 300px;
}
@media only screen and (min-width: 850px) {
  .team-carousel .team-bg-img {
    min-height: 400px;
  }
}
.team-carousel .team-bg-img .info {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 10px;
}
.team-carousel .team-bg-img .info .title {
  color: #fff;
  font-size: 1.4em;
}
.team-carousel .team-bg-img .info .subtitle {
  margin: 0;
  font-size: 0.9em;
}
.team-carousel .info {
  margin-top: 22px;
}

.single-case-study-grid-child {
  min-width: 0;
}

.feed .filters {
  background-color: #211F1F;
  color: #fff;
  padding: 20px;
}
@media only screen and (min-width: 550px) {
  .feed .filters {
    margin: 0 30px 30px;
  }
}
@media only screen and (min-width: 1540px) {
  .feed .filters {
    display: flex;
    gap: 50px;
    justify-content: center;
    margin: 0 60px 60px;
  }
}
.feed .filters .filter {
  display: flex;
  align-items: center;
  gap: 20px;
}
.feed .filters .filter label {
  flex: 1 0 100px;
}
@media only screen and (min-width: 1540px) {
  .feed .filters .filter label {
    flex: inherit;
  }
}
@media only screen and (min-width: 1200px) {
  .feed .filters .filter input#start-date, .feed .filters .filter input#end-date {
    width: 200px;
  }
}
.feed .filters .filter input#start-date:before, .feed .filters .filter input#end-date:before {
  content: attr(placeholder) !important;
  color: #aaa;
  margin-right: 0.5em;
}
.feed .filters .filter input[type=date]:focus:before, .feed .filters .filter input[type=date]:valid:before {
  content: "";
}
.feed .feed-outer {
  opacity: 1;
  transition: opacity 0.3s;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 850px) {
  .feed .feed-outer {
    margin-top: 0;
  }
}
.feed .feed-outer.loading {
  opacity: 0.6;
  pointer-events: none;
}
.feed .feed-inner {
  opacity: 1;
  transition: opacity 0.3s;
  padding: 0 30px;
}
@media only screen and (min-width: 550px) {
  .feed .feed-inner {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .feed .feed-inner {
    gap: 69px;
  }
}
@media only screen and (min-width: 1540px) {
  .feed .feed-inner {
    padding: 0;
  }
}
.feed .feed-inner.loading {
  opacity: 0.6;
  pointer-events: none;
}
.feed .feed-inner.testimonial {
  display: grid;
  grid-template-columns: 1fr;
}
.feed .feed-inner.testimonial > :nth-child(1) {
  grid-area: 1/1/1/2;
}
@media only screen and (min-width: 550px) {
  .feed .feed-inner.testimonial > :nth-child(1) {
    display: flex;
    gap: 69px;
  }
}
@media only screen and (min-width: 1200px) {
  .feed .feed-inner.testimonial > :nth-child(1) {
    gap: 200px;
  }
}
.feed .feed-inner.testimonial > :nth-child(2) {
  grid-area: 2/1/2/2;
}
.feed .feed-inner.testimonial > :nth-child(3) {
  grid-area: 3/1/3/2;
}
.feed .feed-inner.testimonial > :nth-child(4) {
  grid-area: 4/1/4/2;
}
.feed .feed-inner.testimonial > :nth-child(5) {
  grid-area: 5/1/5/2;
}
.feed .feed-inner.testimonial > :nth-child(6) {
  grid-area: 6/1/6/2;
}
@media only screen and (min-width: 550px) {
  .feed .feed-inner.testimonial .container .post.default {
    flex: 1 1 50%;
  }
}
.feed .feed-inner.press {
  margin-bottom: 30px;
}
.feed .feed-inner.press .post .thumb-link {
  display: flex;
  background-color: #E9E9E9;
  width: 100%;
  min-height: 223px;
  transition: background-color 0.3s;
  align-content: center;
  align-items: center;
  margin: 0;
  justify-content: center;
}
.feed .feed-inner.press .post .thumb-link:hover {
  background-color: #d0d0d0;
}
.feed .feed-inner.press .post .thumb-link img {
  align-self: center;
  width: 100%;
  max-width: 65%;
  height: 100%;
  max-height: 225px;
}
.feed .feed-inner.press .post .thumb-link h4 {
  margin: 0;
}
.feed .feed-inner.press .post .title {
  margin-top: 20px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 550px) {
  .feed .feed-inner.press .post .title {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .feed .feed-inner.press .post .title {
    min-height: 50px;
  }
}
.feed .feed-inner.property-guides .post .title, .feed .feed-inner.case-studies .post .title {
  text-transform: unset;
}
.feed .feed-inner.testimonial {
  text-align: center;
}
.feed .feed-inner.testimonial .post {
  padding: 0 30px;
}
.feed .feed-inner.testimonial .info .title {
  margin-bottom: 25px;
}
.feed .feed-inner .post {
  margin-bottom: 30px;
}
@media only screen and (min-width: 550px) {
  .feed .feed-inner .post {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1540px) {
  .feed .feed-inner .post {
    padding: 0;
  }
}
.feed .feed-inner .post .thumb-link {
  display: block;
  width: 100%;
  min-height: 223px;
  transition: background-color 0.3s;
}
.feed .feed-inner .post .thumb-link img {
  height: 223px;
  object-fit: cover;
}
@media only screen and (min-width: 1200px) {
  .feed .feed-inner .post .thumb-link img {
    height: 335px;
  }
}
/**
 * Single
 **/
.single.single-case-study article .single-inner .group {
  margin-bottom: 30px;
}
.single.single-case-study article .single-inner .group .subtitle {
  margin-bottom: 10px;
}
.single.single-case-study article .single-inner .content .entry-content {
  margin-top: 0;
}
.single article .simple-hero {
  background-color: #211F1F;
  padding: 30px;
}
@media only screen and (min-width: 550px) {
  .single article .simple-hero {
    padding: 100px;
  }
}
.single article .single-inner {
  padding: 30px;
}
@media only screen and (min-width: 550px) {
  .single article .single-inner {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 50px;
    padding: 100px 30px;
  }
}
@media only screen and (min-width: 1540px) {
  .single article .single-inner {
    padding: 100px 0;
  }
}
.single article .single-inner .sidebar {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #000;
}
@media only screen and (min-width: 550px) {
  .single article .single-inner .sidebar {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: unset;
  }
}
.single article .single-inner .sidebar .title {
  margin-bottom: 20px;
}
.single article .single-inner .sidebar .testimonial {
  text-transform: unset;
  margin-top: 30px;
  margin-bottom: 10px;
}
.single article .single-inner .sidebar .sub-info .subtitle {
  margin-bottom: 10px;
}
.single article .single-inner .content .entry-content {
  margin-top: 30px;
}
.single article .single-inner .content .entry-content h2 {
  margin-top: 30px;
  margin-bottom: 10px;
}
@media screen and (max-width: 550px) {
  .single article .single-inner .content .entry-content h3 {
    margin-bottom: 20px;
  }
}
.single .parent-btn {
  margin-top: 20px;
}
@media only screen and (min-width: 550px) {
  .single .parent-btn {
    margin-top: 40px;
  }
}

.tax-guide-type .text-columns {
  padding: 30px;
}
@media only screen and (min-width: 850px) {
  .tax-guide-type .text-columns {
    padding: 65px 30px 30px;
  }
}
@media only screen and (min-width: 1540px) {
  .tax-guide-type .text-columns {
    padding: 125px 0 30px;
  }
}
.tax-guide-type .text-columns h2 {
  margin: 0;
}

.feed-inner.testimonial {
  padding: 0;
}
@media only screen and (min-width: 550px) {
  .feed-inner.testimonial .post.default {
    grid-column: span 2;
  }
}
.feed-inner.testimonial .post.fullwidth-testimonial {
  background-color: #EEEBE2;
}
@media only screen and (min-width: 550px) {
  .feed-inner.testimonial .post.fullwidth-testimonial {
    padding: 60px 30px 80px;
  }
}
@media only screen and (min-width: 1540px) {
  .feed-inner.testimonial .post.fullwidth-testimonial {
    padding: 60px 0 80px;
  }
}
.feed-inner.testimonial .post.fullwidth-testimonial .fullwidth-title {
  margin: 0 auto 30px;
  text-align: center;
}
@media only screen and (min-width: 550px) {
  .feed-inner.testimonial .post.fullwidth-testimonial .fullwidth-title {
    max-width: 80%;
  }
}
@media only screen and (min-width: 550px) {
  .feed-inner.testimonial .post.fullwidth-testimonial .fullwidth-title p {
    font-size: 32px;
    font-weight: 300;
    line-height: 45px;
  }
}
.feed-inner.testimonial .post.fullwidth-testimonial .info div {
  margin: 0 auto;
}
.feed-inner.testimonial .post.image-testimonial .group {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
@media only screen and (min-width: 550px) {
  .feed-inner.testimonial .post.image-testimonial .group {
    gap: 69px;
    flex-wrap: nowrap;
  }
}
@media only screen and (min-width: 1200px) {
  .feed-inner.testimonial .post.image-testimonial .group {
    gap: 200px;
  }
}
.feed-inner.testimonial .post.image-testimonial .group.no-cols {
  display: block;
}
.feed-inner.testimonial .post.image-testimonial .group.no-cols .info {
  justify-content: center;
}
.feed-inner.testimonial .post.image-testimonial .group .info,
.feed-inner.testimonial .post.image-testimonial .group .case-study-info {
  align-self: center;
  margin: 0;
}
@media only screen and (min-width: 550px) {
  .feed-inner.testimonial .post.image-testimonial .group .info,
  .feed-inner.testimonial .post.image-testimonial .group .case-study-info {
    flex: 1 1 50%;
  }
}
.feed-inner.testimonial .post.image-testimonial .group .info.image-info,
.feed-inner.testimonial .post.image-testimonial .group .case-study-info.image-info {
  text-align: left;
  margin: 20px 0;
}
.feed-inner.testimonial .post.image-testimonial .group .info.image-info .title,
.feed-inner.testimonial .post.image-testimonial .group .case-study-info.image-info .title {
  margin-bottom: 5px;
}
.feed-inner.testimonial .post.image-testimonial .related-cs-thumb {
  width: 100%;
  height: auto;
}

/**
 * Testimonial pair
 **/
@media (max-width: 768px) {
  .testimonial-pair {
    grid-template-columns: 1fr;
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 550px) {
  .testimonial-pair {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 75px;
  }
}
@media only screen and (min-width: 850px) {
  .testimonial-pair {
    gap: 200px;
  }
}
.testimonial-pair .testimonial-column {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: space-between;
  margin-bottom: 60px;
}
@media only screen and (min-width: 550px) {
  .testimonial-pair .testimonial-column {
    margin-bottom: 0;
    min-height: 300px;
  }
}
.testimonial-pair blockquote {
  text-align: center;
}
.testimonial-pair blockquote cite {
  display: block;
}
@media only screen and (min-width: 550px) {
  .testimonial-pair blockquote cite {
    margin-bottom: 25px;
  }
}
.testimonial-pair svg {
  width: 100%;
}

/**
 * Team feed
 **/
@media only screen and (min-width: 550px) {
  .team-feed {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 33px;
  }
}
.team-feed .team-card .team-img {
  width: 100%;
  height: 232px;
  object-fit: cover;
}
.team-feed .team-card .info {
  margin-top: 20px;
}
@media only screen and (min-width: 550px) {
  .team-feed .team-card .info {
    max-width: 90%;
  }
}
body {
  background-color: #ffffff;
  color: #000;
}

/*# sourceMappingURL=frontend.css.map */
