/*!
Theme Name: Cultura
Theme URI: http://underscores.me/
Author: Online Projects
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: cultura
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Cultura is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

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

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  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
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 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;
  font-size: 1em;
}

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

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

/**
 * 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;
  font-size: 1em;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button, header.main-menu #menu-item-394 a, body #menu-item-134 a,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button, header.main-menu #menu-item-394 a, body #menu-item-134 a,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button, header.main-menu #menu-item-394 a, body #menu-item-134 a,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner, header.main-menu #menu-item-394 a::-moz-focus-inner, body #menu-item-134 a::-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, header.main-menu #menu-item-394 a:-moz-focusring, body #menu-item-134 a:-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;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

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

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

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

/**
 * 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;
  outline-offset: -2px;
}

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

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

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

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

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

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

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
header.main-menu #menu-item-394 a,
body #menu-item-134 a,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

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

p {
  margin-bottom: 1.5em;
}

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

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

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

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

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

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

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

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

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

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

figure {
  margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
  color: #4169e1;
}
a:visited {
  color: #800080;
}
a:hover, a:focus, a:active {
  color: #191970;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button, header.main-menu #menu-item-394 a, body #menu-item-134 a,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:hover, header.main-menu #menu-item-394 a:hover, body #menu-item-134 a:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}
button:active, header.main-menu #menu-item-394 a:active, body #menu-item-134 a:active, button:focus, header.main-menu #menu-item-394 a:focus, body #menu-item-134 a:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: flex;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

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

.post,
.page {
  margin: 0 0 1.5em;
}

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

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

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

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

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

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

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

@font-face {
  font-family: "Blauer Nue Bold";
  src: url("/wp-content/themes/cultura/fonts/BlauerNue-Bold.woff2") format("woff2"), url("/wp-content/themes/cultura/fonts/BlauerNue-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Monument Extended Book";
  src: url("/wp-content/themes/cultura/fonts/PPMonumentExtended-Book.woff2") format("woff2"), url("/wp-content/themes/cultura/fonts/PPMonumentExtended-Book.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Blauer Nue Regular";
  src: url("/wp-content/themes/cultura/fonts/BlauerNue-Regular.woff2") format("woff2"), url("/wp-content/themes/cultura/fonts/BlauerNue-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Monument Extended Regular";
  src: url("/wp-content/themes/cultura/fonts/MonumentExtended-Regular.woff2") format("woff2"), url("/wp-content/themes/cultura/fonts/MonumentExtended-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.post,
.page {
  margin: 0 !important;
}

.fade {
  opacity: 0;
}

html {
  --color: transparent;
}

body {
  font-family: "Blauer Nue Regular", sans-serif;
  font-style: normal;
  --whitetoblack: #ffffff;
  --blacktowhite: #222222;
  background-color: var(--whitetoblack);
  color: var(--blacktowhite);
  transition: background-color 0.3s, color 0.3s; /* fallback smoothness */
}
body *:focus {
  outline: none;
}
body h1,
body h2,
body h3,
body h4,
body button,
body header.main-menu #menu-item-394 a,
header.main-menu #menu-item-394 body a,
body #menu-item-134 a,
body b,
body strong,
body .button {
  font-family: "Monument Extended Regular", sans-serif;
  font-style: normal;
}
body h1,
body h2,
body h3,
body h4 {
  text-transform: uppercase;
}
body h1 {
  line-height: 32px;
}
@media (max-width: 700px) {
  body h1 {
    line-height: 26px;
    font-size: 22px;
  }
}
@media (max-width: 700px) {
  body h2 {
    font-size: 20px;
    line-height: 22px;
  }
}
body button, body header.main-menu #menu-item-394 a, header.main-menu #menu-item-394 body a, body #menu-item-134 a,
body .button,
body .wp-block-button__link,
body input[type=submit],
body input#gform_submit_button_1,
body input#gform_submit_button_3 {
  font-family: "Monument Extended Regular", sans-serif;
  background-color: var(--blacktowhite);
  color: var(--whitetoblack);
  padding: 12px 18px 10px;
  border-radius: 40px;
  border: 1.5px solid var(--blacktowhite);
  text-decoration: none;
  transition: 1s all;
  text-transform: uppercase;
  font-size: 16px;
}
body button:hover, body header.main-menu #menu-item-394 a:hover, header.main-menu #menu-item-394 body a:hover, body #menu-item-134 a:hover,
body .button:hover,
body .wp-block-button__link:hover,
body input[type=submit]:hover,
body input#gform_submit_button_1:hover,
body input#gform_submit_button_3:hover {
  background-color: var(--whitetoblack);
  color: var(--blacktowhite);
  cursor: pointer;
}
body #menu-item-134 {
  padding: 0 !important;
}
body #menu-item-134 a {
  background-color: #ffffff !important;
  color: #000 !important;
  border: 1px solid #ffffff !important;
  font-size: 14px;
}
body #menu-item-134 a:hover {
  background-color: #222222 !important;
  color: #ffffff !important;
  cursor: pointer;
  text-decoration: none !important;
}
body a {
  color: inherit;
  text-decoration: none;
}
body a:visited, body a:active, body a:focus, body a:hover {
  color: inherit;
}
@media (max-width: 783px) {
  body :where(.wp-block-columns.is-layout-flex) {
    gap: 5px;
  }
}

ul,
ol {
  padding: 0;
  margin-left: 13px;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 0 !important;
}

.max-width,
#sbi_images {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
}
.wp-block-column.is-layout-flow.wp-block-column-is-layout-flow .max-width,
.wp-block-column.is-layout-flow.wp-block-column-is-layout-flow #sbi_images {
  width: 100%;
}

.loader-wrap {
  position: fixed;
  z-index: 10;
  height: 100vh;
  width: 100%;
  display: flex;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  background: transparent;
}
.loader-wrap svg {
  position: absolute;
  top: 0;
  width: 100vw;
  height: 110vh;
  fill: #000000;
}
.loader-wrap img {
  width: 80px;
  height: 80px;
}

@media (max-width: 767px) {
  .loader-wrap svg {
    width: 200vw;
    margin-left: -50vw;
  }
}
header.main-menu {
  position: fixed;
  width: 100%;
  z-index: 5;
  background-color: #222222;
  transition: 1s all;
  box-shadow: 0 0px 14px rgba(255, 255, 255, 0.031372549);
}
header.main-menu #menu-item-394 {
  padding: 0 !important;
}
header.main-menu #menu-item-394 a {
  border: 1px solid #ffffff !important;
  font-size: 14px !important;
  background-color: #222222 !important;
  color: #ffffff !important;
}
header.main-menu #menu-item-394 a:hover {
  color: #222222 !important;
  background-color: #ffffff !important;
  text-decoration: none !important;
}
header.main-menu.shrunken {
  background-color: transparent;
  box-shadow: none;
}
header.main-menu.invert .mobile-logo,
header.main-menu.invert #hamburger span {
  filter: invert(1);
}

@media (min-width: 1324px) {
  .menudrop {
    width: 95%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .menudrop img.logo {
    display: none;
  }
  .menudrop .menu-header-menu-container {
    margin: 0 auto;
    width: 90%;
    max-width: 1200px;
  }
  .menudrop .menu-header-menu-container ul#menu-header-menu {
    display: flex;
    margin: 0;
    padding: 0;
    align-items: center;
    justify-content: space-between;
  }
  .menudrop .menu-header-menu-container ul#menu-header-menu li {
    padding: 10px 15px;
    list-style: none;
    display: inline-flex;
    transition: 1s all;
    color: #ffffff;
    text-transform: uppercase;
    font-family: "Monument Extended Regular", sans-serif;
    font-size: 14px;
    line-height: 15px;
    letter-spacing: 0.5px;
  }
  .menudrop .menu-header-menu-container ul#menu-header-menu li:hover a {
    text-decoration: underline;
  }
  .menudrop .menu-logo img {
    width: 200px;
    margin: 13px auto 5px;
    transition: 0.5s all;
  }
  .menudrop .menu-item-has-children {
    position: relative;
  }
  .menudrop .menu-item-has-children > a::after {
    content: url("/wp-content/themes/cultura/img/arrow.svg");
    margin-left: 5px;
  }
  .menudrop .menu-item-has-children:hover > .sub-menu {
    display: block;
  }
  .menudrop .menu-item-has-children .sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 999;
  }
  .menudrop .menu-item-has-children .sub-menu li {
    padding: 10px;
    width: 255px;
    background-color: #222222;
    border-bottom: 1px solid #ffffff;
    transition: 1s all;
  }
  .menudrop .menu-item-has-children .sub-menu li:hover {
    background-color: #3c3c3c;
  }
  .menudrop .menu-item-has-children .sub-menu li:last-of-type {
    border-bottom: none;
  }
  .menudrop .menu-item-has-children .sub-menu li a {
    text-decoration: none !important;
  }
}
@media (max-width: 1324px) {
  .mobile-logo {
    display: block;
    margin: 10px auto 0;
    width: 160px;
    padding: 0 10px;
  }
  .main-menu {
    height: 60px;
    top: 0;
  }
  .main-menu .menudrop {
    position: fixed;
    top: -110vh;
    width: 100%;
    height: 100vh;
    background-color: #222222;
    z-index: 1009;
  }
  .main-menu .menudrop.open {
    height: 100vh;
  }
  .main-menu .menudrop img.logo {
    width: 200%;
    opacity: 0.02;
    position: absolute;
    bottom: -150px;
    left: -80%;
    z-index: -1;
    animation: spin 260s linear infinite;
    pointer-events: none;
  }
  .main-menu .menudrop .menu-header-menu-container {
    background-color: #222222;
  }
  .main-menu .menudrop .menu-header-menu-container ul#menu-header-menu {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
    padding: 0 20px;
    margin: 0;
    list-style-type: none;
  }
  .main-menu .menudrop .menu-header-menu-container ul#menu-header-menu li {
    width: 100%;
    max-width: 600px;
    padding: 22px 0 12px;
    text-align: center;
    border-top: 1px solid rgba(255, 243, 233, 0.7176470588);
  }
  .main-menu .menudrop .menu-header-menu-container ul#menu-header-menu li:first-child {
    border-top: none;
  }
  .main-menu .menudrop .menu-header-menu-container ul#menu-header-menu li a {
    font-size: 16px !important;
    line-height: 18px !important;
    font-weight: 500 !important;
    text-transform: uppercase;
    color: #ffffff;
    font-family: "Monument Extended Regular", sans-serif;
  }
  .main-menu .menudrop .menu-header-menu-container ul#menu-header-menu li a:hover {
    cursor: pointer;
  }
  .main-menu .menudrop .menu-header-menu-container ul#menu-header-menu li.menu-item-394, .main-menu .menudrop .menu-header-menu-container ul#menu-header-menu li.menu-item-134 {
    border: none;
    margin-top: 10px;
  }
  .main-menu .menudrop .menu-header-menu-container ul#menu-header-menu li.menu-item-394 a, .main-menu .menudrop .menu-header-menu-container ul#menu-header-menu li.menu-item-134 a {
    background-color: #222222;
    color: #ffffff !important;
    border: 1px solid #ffffff !important;
    padding: 10px 20px;
    width: 100%;
    display: block;
  }
  .main-menu .menudrop .menu-header-menu-container ul#menu-header-menu li.menu-item-134 a {
    color: #222222 !important;
    margin-top: 10px;
  }
  .main-menu .menudrop .menu-header-menu-container ul#menu-header-menu li.menu-item-134 a:hover {
    color: #ffffff !important;
  }
  .main-menu .menu-item-has-children > a::after {
    content: url("/wp-content/themes/cultura/img/arrow.svg");
    margin-left: 5px;
  }
  .main-menu .menu-item-has-children .sub-menu {
    display: none;
    list-style-type: none;
    width: 90%;
    padding: 8px 15px 5px;
    margin: 10px auto !important;
    text-align: center;
  }
  .main-menu .menu-item-has-children .sub-menu li {
    padding: 6px 0 !important;
    background-color: #373737;
    border-bottom: 1px solid rgba(255, 243, 233, 0.3019607843);
  }
  .main-menu .menu-item-has-children .sub-menu li a {
    font-size: 19px !important;
    font-weight: 400 !important;
    line-height: 22px !important;
  }
  .main-menu .menu-item-has-children .sub-menu li:last-of-type {
    border-bottom: none;
  }
  .main-menu .menu-logo {
    position: absolute;
    top: 6px;
    left: 15px;
    width: 70%;
    border-top: none;
    max-width: 150px !important;
    border-top: none !important;
    padding: 10px 0 !important;
  }
  .main-menu #hamburger {
    position: fixed;
    top: 0;
    right: 0;
    width: 80px;
    height: 70px;
    z-index: 1010;
    padding: 8px 20px;
    cursor: pointer;
    transition: 1s all;
  }
  .main-menu #hamburger span {
    display: block;
    height: 2px;
    margin: 10px auto;
    background-color: #ffffff;
    border-radius: 2px;
    transition: 0.8s all;
  }
}
.wp-block-separator {
  border-top: 1px solid;
  background-color: transparent;
  margin: 5px auto;
}

.paragraph p {
  width: 70%;
}
@media (max-width: 1200px) {
  .paragraph p {
    width: 100%;
  }
}

.is-layout-flex {
  margin-bottom: 0;
}

.banners {
  overflow: hidden;
  height: 100vh;
  height: calc(var(--vh) * 103) !important;
  position: relative;
  width: 100%;
  margin-top: -22px;
}
@media (max-width: 500px) {
  .banners {
    height: 101vh;
    height: calc(var(--vh) * 105) !important;
  }
}
.blog .banners {
  margin-top: 0px;
}
.banners .watermark {
  display: block;
  position: absolute;
  z-index: 4;
  bottom: -8px;
  min-width: 110vw;
  left: 50%;
  transform: translate(-50%, 0);
  opacity: 0.1;
}
.banners .overlay {
  background: rgba(0, 0, 0, 0.6196078431);
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.banners .video-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
}
.banners .video-container video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banners .logo-overlay {
  position: absolute;
  width: 90%;
  left: 50%;
  transform: translateX(-50%);
  bottom: 60px;
  max-width: 1250px;
}
@media (max-width: 800px) {
  .banners .logo-overlay {
    bottom: 30px;
  }
}
.banners .logo-overlay img {
  margin-right: 20px;
  max-height: 25px;
}
@media (max-width: 700px) {
  .banners .logo-overlay img {
    max-height: 16px;
  }
}
.banners .logo-overlay p {
  text-transform: uppercase;
  margin-bottom: 10px;
}
.banners .main-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  text-align: center;
  color: var(--whitetoblack);
  z-index: 3;
}
.banners .main-text.home {
  flex-direction: row;
  text-align: left;
  width: 95%;
  justify-content: space-between;
  text-transform: uppercase;
  align-items: flex-start;
  font-family: "Monument Extended Regular", sans-serif;
  font-style: normal;
  left: 50%;
  bottom: 20px;
  transform: translate(-50%, 0%);
  top: auto;
  z-index: 9;
}
@media (max-width: 990px) {
  .banners .main-text.home {
    flex-direction: column;
  }
}
.banners .main-text.home h1 {
  width: 80%;
  letter-spacing: 2px;
}
@media (min-width: 1515px) {
  .banners .main-text.home h1 {
    font-size: 70px;
    line-height: 65px;
  }
}
@media (max-width: 1486px) {
  .banners .main-text.home h1 {
    font-size: 53px;
    line-height: 50px;
  }
}
@media (max-width: 1292px) {
  .banners .main-text.home h1 {
    font-size: 4vw;
    line-height: 4vw;
  }
}
@media (max-width: 990px) {
  .banners .main-text.home h1 {
    font-size: 6vw;
    line-height: 6vw;
    width: 100%;
    margin-bottom: 20px;
  }
}
.banners .main-text.home hr {
  width: 15%;
}
@media (min-width: 1500px) {
  .banners .main-text.home hr {
    width: 10%;
  }
}
@media (max-width: 1360px) {
  .banners .main-text.home hr {
    width: 10%;
  }
}
.banners .main-text.home .right-hs {
  display: flex;
  flex-direction: column;
  text-align: right;
}
@media (min-width: 1500px) {
  .banners .main-text.home .right-hs {
    width: 25%;
  }
}
@media (max-width: 1360px) {
  .banners .main-text.home .right-hs {
    width: auto;
  }
  .home .banners .main-text.home .right-hs {
    width: 40%;
  }
}
.banners .main-text.home .right-hs p {
  font-size: 22px;
  line-height: 24px;
  font-family: "Monument Extended Regular", sans-serif;
}
.banners .main-text.home .right-hs .button {
  width: fit-content;
  margin: 0 0 0 auto;
  font-family: "Monument Extended Regular", sans-serif;
}
@media (max-width: 700px) {
  .banners .main-text {
    width: 90%;
  }
}
.banners .main-text h1 {
  font-size: 80px;
  line-height: 70px;
  margin: 0;
}
@media (max-width: 700px) {
  .banners .main-text h1 {
    font-size: 45px;
    line-height: 47px;
  }
}
@media (max-width: 500px) {
  .banners .main-text h1 {
    font-size: 42px;
    line-height: 45px;
  }
}
.banners .main-text p {
  margin: 0 auto 10px;
  font-family: "Monument Extended Regular", sans-serif;
  text-transform: uppercase;
  font-size: 15px;
}
@media (max-width: 500px) {
  .banners .main-text p {
    font-size: 18px;
  }
}
.banners .main-text .button {
  background-color: var(--whitetoblack);
  color: var(--blacktowhite);
  border: 1px solid var(--whitetoblack);
}
.banners .main-text .button:hover {
  background-color: var(--blacktowhite);
  color: var(--whitetoblack);
  border: 1px solid var(--whitetoblack);
}
.banners .swiper-slide {
  background: center/cover no-repeat;
  overflow: hidden;
}

.blog {
  width: 100%;
}
.blog article.post {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  width: 90%;
  max-width: 1440px;
  margin: 0 auto 50px auto !important;
  pointer-events: none;
}
.blog article.post .background-blur {
  width: 33%;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 33%;
}
.blog article.post .background-blur .background-blur-image {
  position: absolute;
  inset: 0;
  z-index: 0;
  filter: blur(15px);
  transform: scale(1.1);
}
.blog article.post .background-blur .background-blur-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog article.post .background-blur .foreground-image {
  position: relative;
  z-index: 1;
}
.blog article.post .background-blur .foreground-image img {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
}
@media (max-width: 1000px) {
  .blog article.post .background-blur .foreground-image img {
    max-height: 40vh;
  }
}
.blog article.post .entry-content {
  flex: 0 0 65%;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.blog article.post .entry-content .max-width,
.blog article.post .entry-content p {
  width: 100%;
  margin-top: 0;
}
@media (max-width: 1000px) {
  .blog article.post {
    flex-direction: column;
  }
  .blog article.post .background-blur,
  .blog article.post .entry-content {
    width: 100%;
  }
  .blog article.post .background-blur {
    height: auto; /* stack naturally on mobile */
    margin-bottom: 20px;
  }
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  background: var(--blacktowhite);
}

.projects {
  border-top: 1px solid var(--blacktowhite);
}
.projects .project {
  padding: 40px 40px;
  border-bottom: 1px solid var(--blacktowhite);
  position: relative;
  transition: 1s all;
}
@media (max-width: 800px) {
  .projects .project {
    padding: 50px 20px;
  }
}
.projects .project .max-width {
  justify-content: space-between;
  align-items: center;
  display: flex;
}
.projects .project .max-width h2,
.projects .project .max-width p {
  color: var(--blacktowhite);
  transition: 1s all;
  margin: 0;
}
.projects .project .max-width .features p {
  margin: 0 0 5px 0;
}
@media (max-width: 680px) {
  .projects .project .max-width {
    flex-direction: column;
    align-items: baseline;
  }
}
.projects .project .overlay {
  background-color: #222222;
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  transition: 1s all;
  z-index: -1;
  top: 0;
}
.projects .project img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  left: 0;
  transition: 1s all;
  z-index: -1;
  top: 0;
}
.projects .project .button {
  color: var(--whitetoblack);
  border: 1px solid #ffffff;
}
.projects .project .button:hover {
  color: #ffffff;
}
@media (max-width: 680px) {
  .projects .project .button {
    margin: 8px 0 0;
  }
}
.projects .project:hover {
  cursor: pointer;
  padding: 70px 70px;
}
@media (max-width: 800px) {
  .projects .project:hover {
    padding: 50px 20px;
  }
}
.projects .project:hover img {
  opacity: 1;
}
.projects .project:hover .overlay {
  opacity: 0.6;
}

.service-features {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.service-features.one-card .service-card {
  width: 100%;
}
.service-features.even-cards .service-card {
  width: 49%;
}
@media (max-width: 700px) {
  .service-features.even-cards .service-card {
    width: 100%;
  }
}
.service-features.odd-cards .service-card {
  width: 32%;
}
@media (max-width: 700px) {
  .service-features.odd-cards .service-card {
    width: 100%;
  }
}
.service-features .service-card {
  border: var(--blacktowhite) 1px solid;
  padding: 10px 30px 20px;
  margin-bottom: 20px;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}
.service-features .service-card h2 {
  margin-bottom: 15px;
  line-height: 25px;
}
.service-features .service-card .features ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.service-features .service-card .features ul li {
  padding: 10px 0;
  border-bottom: 1px solid var(--blacktowhite);
}
.service-features .service-card .features ul li:last-of-type {
  border-bottom: none;
}

.before-after-wrapper img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
  width: 100%;
  height: 100%;
  user-select: none;
  pointer-events: none;
}
.before-after-wrapper .before-after-outer {
  display: flex;
  justify-content: center;
  align-items: center;
}
.before-after-wrapper .before-after-wrap {
  width: 100%;
  position: relative;
}
.before-after-wrapper .dragger {
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  background-color: #ffffff;
  border-radius: 15px;
  z-index: 2;
}
.before-after-wrapper .dragger .dragger-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 1rem;
  height: 5rem;
  background-color: #ffffff;
  border-radius: 15px;
  box-shadow: inset 0px 10px 15px -3px rgba(0, 0, 0, 0.3);
  border: 2px solid #fff;
}
.before-after-wrapper .img-wrap {
  position: relative;
  overflow: hidden;
}
.before-after-wrapper .img-wrap.is-before {
  aspect-ratio: 16/7;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
@media (max-width: 700px) {
  .before-after-wrapper .img-wrap.is-before {
    aspect-ratio: 16/9;
  }
}
.before-after-wrapper .img-wrap.is-after {
  aspect-ratio: 16/7;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  -webkit-clip-path: inset(0 50% 0 0);
  clip-path: inset(0 50% 0 0);
}
@media (max-width: 700px) {
  .before-after-wrapper .img-wrap.is-after {
    aspect-ratio: 16/9;
  }
}
.before-after-wrapper .img.is-before-after {
  position: absolute;
  object-fit: cover;
  object-position: 50%;
}

.services-panels {
  display: flex;
  flex-direction: column;
}
.services-panels .services {
  height: 60vh;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
  overflow: hidden;
  transition: flex 0.5s ease;
  cursor: pointer;
  min-width: 0;
  width: 100%;
}
@media (min-width: 1600px) {
  .services-panels .services {
    height: 45vh;
  }
}
.services-panels .services .overlay {
  background: #000;
  opacity: 0.6;
  position: absolute;
  inset: 0;
  transition: opacity 0.5s ease;
  z-index: 1;
  height: 100%;
}
.services-panels .services h2 {
  position: absolute;
  bottom: 20px;
  left: 50px;
  font-size: 30px;
  z-index: 2;
  margin: 0;
  transition: 0.5s all;
}
.services-panels .services:hover .overlay {
  opacity: 0.1;
}
.services-panels .services:hover h2 {
  left: 70px;
}

.diagonal-swiper .swiper-slide {
  height: 70vh;
  position: relative;
  overflow: visible;
  transition: all 0.5s ease;
  max-height: 600px;
}
.diagonal-swiper .swiper-slide.hovered {
  width: 41.66625% !important;
}
@media (min-width: 1400px) {
  .diagonal-swiper .swiper-slide.hovered {
    width: 31.25% !important;
  }
}
@media (max-width: 900px) {
  .diagonal-swiper .swiper-slide {
    height: 40vh;
  }
}
.diagonal-swiper .swiper-slide .slide-inner {
  height: 100%;
  width: 100%;
  overflow: hidden;
  border-radius: inherit;
  position: relative;
  transform: skewX(-20deg);
  background-color: #000;
}
.diagonal-swiper .swiper-slide .slide-image {
  position: absolute;
  top: 0;
  left: -30%;
  width: 160%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
  z-index: 1;
  transform: skewX(20deg);
  min-width: 160%;
  opacity: 0.4;
}
.diagonal-swiper .swiper-slide .slide-content {
  position: absolute;
  bottom: 210px;
  right: 15px;
  z-index: 2;
}
.diagonal-swiper .swiper-slide .slide-content .content-wrapper {
  transform: skewX(20deg) rotate(-70deg);
  transform-origin: right bottom;
  color: white;
  width: 200px;
  height: 40px;
  display: flex;
  align-items: center;
}
@media (max-width: 600px) {
  .diagonal-swiper .swiper-slide .slide-content .content-wrapper {
    width: 212px;
    height: 20px;
  }
}
.diagonal-swiper .swiper-slide .slide-content .content-wrapper .slide-title {
  font-size: 25px;
  margin: 0;
  white-space: nowrap;
  width: 100%;
}
@media (max-width: 900px) {
  .diagonal-swiper .swiper-slide .slide-content .content-wrapper .slide-title {
    font-size: 18px;
  }
}
@media (max-width: 600px) {
  .diagonal-swiper .swiper-slide .slide-content .content-wrapper .slide-title {
    font-size: 16px;
  }
}
.diagonal-swiper .swiper-slide:hover .slide-image {
  transform: skewX(20deg);
}
.diagonal-swiper .swiper-pagination {
  position: relative;
  margin-top: 15px;
}

.diagonal-swiper-gallery {
  height: 50vh;
  position: relative;
  overflow: visible;
  transition: all 0.5s ease;
  max-height: 300px;
}
@media (max-width: 500px) {
  .diagonal-swiper-gallery {
    max-height: 200px;
  }
}
.diagonal-swiper-gallery .slide-inner {
  height: 100%;
  width: 100%;
  overflow: hidden;
  border-radius: inherit;
  position: relative;
  transform: skewX(-20deg);
  background-color: #000;
}
.diagonal-swiper-gallery .slide-image {
  position: absolute;
  top: 0;
  left: -30%;
  width: 160%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
  z-index: 1;
  transform: skewX(20deg);
  min-width: 160%;
}
.diagonal-swiper-gallery .slide-content {
  position: absolute;
  bottom: 210px;
  right: 15px;
  z-index: 2;
}

#gform_fields_1 input,
#gform_fields_1 select,
#gform_fields_1 textarea,
#gform_fields_3 input,
#gform_fields_3 select,
#gform_fields_3 textarea {
  background-color: var(--blacktowhite);
  color: var(--whitetoblack);
  border-radius: 0px;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
}

.gform-theme--foundation .gform_fields {
  row-gap: 10px !important;
}

.gform_validation_errors {
  display: none !important;
}

.validation_message {
  color: #ff8c97 !important;
}

.ticker-wrapper {
  padding: 35px 0;
  display: flex;
  align-items: center;
}
.ticker-wrapper .tickers {
  width: 100%;
}
.ticker-wrapper .tickers .ticker {
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  position: relative;
  margin: -10px auto 0;
  gap: 15px;
}
.ticker-wrapper .tickers .ticker .img-wrapper {
  width: 85px;
  height: 85px;
  background-color: #222222;
}
@media (max-width: 700px) {
  .ticker-wrapper .tickers .ticker .img-wrapper {
    height: 60px !important;
    width: 60px;
  }
}
.ticker-wrapper .tickers .ticker .img-wrapper img {
  display: block;
  flex-shrink: 0;
  object-fit: contain;
  max-width: 150px;
  border-radius: 8px;
  width: 85px;
  height: 85px;
  padding: 13px;
  filter: brightness(0) invert(1);
}
@media (max-width: 700px) {
  .ticker-wrapper .tickers .ticker .img-wrapper img {
    height: 60px !important;
    width: 60px;
  }
}
@media (max-width: 700px) {
  .ticker-wrapper .tickers .ticker {
    margin: 0 auto 0;
  }
}

.counter-wrapper {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: 100vh;
  flex-wrap: wrap;
  color: var(--blacktowhite);
}
@media (max-width: 900px) {
  .counter-wrapper {
    height: 70vh;
  }
}
@media (max-width: 500px) {
  .counter-wrapper {
    height: auto;
  }
}
.counter-wrapper .title {
  width: 100%;
}
.counter-wrapper .column {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 31%;
  margin-top: -90px;
}
@media (max-width: 795px) {
  .counter-wrapper .column {
    flex-direction: row;
    width: 100%;
  }
}
@media (max-width: 500px) {
  .counter-wrapper .column {
    flex-direction: column;
    margin: 30px auto;
  }
}
.counter-wrapper .column .lines {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: baseline;
  overflow: hidden;
}
@media (max-width: 795px) {
  .counter-wrapper .column .lines {
    display: none;
  }
}
.counter-wrapper .column .lines .line {
  border-left: 3px solid var(--blacktowhite);
  height: 30px;
  margin: 0 6.8%;
}
.counter-wrapper .column .lines .line.medium {
  height: 50px;
}
.counter-wrapper .column .counter {
  text-align: center;
  margin: 0 10px;
  width: 50%;
  padding: 0 20px;
}
@media (max-width: 795px) {
  .counter-wrapper .column .counter {
    width: 190px;
  }
}
.counter-wrapper .column .counter .number {
  display: flex;
  font-size: 80px;
  margin: 0;
  text-align: center;
  font-family: "Monument Extended Regular", sans-serif;
}
@media (max-width: 1275px) {
  .counter-wrapper .column .counter .number {
    font-size: 65px;
  }
}
@media (max-width: 1035px) {
  .counter-wrapper .column .counter .number {
    font-size: 50px;
  }
}
@media (max-width: 900px) {
  .counter-wrapper .column .counter .number {
    font-size: 45px;
  }
}
.counter-wrapper .column .counter .number .animCounter {
  width: 100%;
  text-align: right;
  margin-bottom: 0;
}
@media (max-width: 900px) {
  .counter-wrapper .column .counter .number .animCounter {
    text-align: left;
    width: auto;
  }
}
.counter-wrapper .column .counter .number p {
  margin: 0;
}
@media (max-width: 1100px) {
  .counter-wrapper .column .counter .number p {
    margin-top: 0;
  }
}
.counter-wrapper .column .text {
  text-align: center;
  min-height: 200px;
  margin-top: 20px;
  padding: 0 50px;
}
@media (max-width: 900px) {
  .counter-wrapper .column .text {
    padding: 0 20px;
    min-height: auto;
    text-align: left;
  }
}
@media (max-width: 500px) {
  .counter-wrapper .column .text {
    margin-top: 0px;
    margin-bottom: 20px;
  }
}

.testimonials {
  position: relative;
}
.testimonials .testimonials-wrapper {
  column-count: 4;
  position: relative;
  -webkit-mask-image: linear-gradient(to top, transparent 0%, black 40%);
  mask-image: linear-gradient(to top, transparent -4%, black 15%);
}
@media (max-width: 1100px) {
  .testimonials .testimonials-wrapper {
    column-count: 3;
  }
}
@media (max-width: 700px) {
  .testimonials .testimonials-wrapper {
    column-count: 1;
  }
}
.testimonials .testimonials-wrapper .testimonials-content {
  position: relative;
  min-height: fit-content;
  background: #000;
  color: white;
  margin-bottom: 15px;
  break-inside: avoid;
}
.testimonials .testimonials-wrapper .testimonials-content .text {
  padding: 15px;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  opacity: 1;
  visibility: visible;
  pointer-events: none;
}
@media (max-width: 700px) {
  .testimonials .testimonials-wrapper .testimonials-content:nth-child(n+7) {
    display: none;
  }
}
.testimonials .testimonials-wrapper .testimonials-content.hide-text-on-play .text {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.testimonials .testimonials-wrapper .testimonials-content img,
.testimonials .testimonials-wrapper .testimonials-content video {
  object-fit: cover;
  aspect-ratio: 9/13;
}
@media (max-width: 900px) {
  .testimonials .testimonials-wrapper .testimonials-content img,
  .testimonials .testimonials-wrapper .testimonials-content video {
    aspect-ratio: 9/13;
  }
}
@media (max-width: 700px) {
  .testimonials .testimonials-wrapper .testimonials-content img,
  .testimonials .testimonials-wrapper .testimonials-content video {
    aspect-ratio: 9/11;
  }
}
.testimonials .testimonials-wrapper .testimonials-content .video-js {
  z-index: 0;
}
.testimonials .testimonials-wrapper .testimonials-content .video-js .vjs-control-bar {
  top: 0;
  padding-top: 0;
}
.testimonials .testimonials-wrapper .testimonials-content .video-js .vjs-control-bar button, .testimonials .testimonials-wrapper .testimonials-content .video-js .vjs-control-bar body #menu-item-134 a, body #menu-item-134 .testimonials .testimonials-wrapper .testimonials-content .video-js .vjs-control-bar a, .testimonials .testimonials-wrapper .testimonials-content .video-js .vjs-control-bar header.main-menu #menu-item-394 a, header.main-menu #menu-item-394 .testimonials .testimonials-wrapper .testimonials-content .video-js .vjs-control-bar a {
  display: none;
}
.testimonials .testimonials-wrapper .testimonials-content .video-js .vjs-control-bar {
  background-image: none;
}
.testimonials .testimonials-wrapper .testimonials-content .video-js .vjs-play-progress {
  background-color: #ff9b44 !important;
}
.testimonials .testimonials-wrapper .testimonials-content .video-js .vjs-volume-panel,
.testimonials .testimonials-wrapper .testimonials-content .video-js .vjs-remaining-time {
  display: none;
}
.testimonials .testimonials-wrapper .testimonials-content .video-js .vjs-volume-panel::before,
.testimonials .testimonials-wrapper .testimonials-content .video-js .vjs-remaining-time::before {
  display: none;
}
.testimonials .testimonials-wrapper .testimonials-content .video-js .vjs-progress-control .vjs-progress-holder {
  top: 0;
  height: 5px;
}
.testimonials .testimonials-wrapper .testimonials-content.has-media {
  background: #ffffff;
}
.testimonials .testimonials-wrapper .testimonials-content.has-media .text {
  position: absolute;
  bottom: 0;
}
.testimonials .testimonials-wrapper .testimonials-content.has-media .gradient-overlay {
  background: rgba(0, 0, 0, 0.0980392157);
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 55%);
  height: 100%;
  position: absolute;
  width: 100%;
  pointer-events: none;
}
.testimonials .testimonials-wrapper .testimonials-content p {
  margin: 5px 0;
}
.testimonials .testimonials-wrapper .testimonials-content p.name {
  text-transform: uppercase;
  margin-top: -20px;
  font-family: "Monument Extended Regular";
  letter-spacing: 1px;
}
@media (max-width: 900px) {
  .testimonials .testimonials-wrapper .testimonials-content p.name {
    font-size: 15px;
    line-height: 16px;
  }
}
@media (max-width: 900px) {
  .testimonials .testimonials-wrapper .testimonials-content p {
    line-height: 19px;
  }
}

.component .faqs-wrapper .faq {
  padding: 10px 20px;
  border-bottom: 1px solid var(--blacktowhite);
  cursor: pointer;
  text-align: center;
}
@media (max-width: 900px) {
  .component .faqs-wrapper .faq {
    padding: 10px 3px;
  }
}
.component .faqs-wrapper .faq:last-child {
  border-bottom: none;
}
.component .faqs-wrapper .faq--title {
  color: var(--blacktowhite);
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 20px;
  line-height: 20px;
  font-style: normal;
  padding: 25px 0;
  text-transform: uppercase;
}
@media (max-width: 800px) {
  .component .faqs-wrapper .faq--title {
    font-size: 19px;
    line-height: 20px;
  }
}
.component .faqs-wrapper .faq--title span {
  display: block;
  padding-right: 20px;
  text-align: left;
}
@media (max-width: 970px) {
  .component .faqs-wrapper .faq--title span {
    text-align: center;
  }
}
.component .faqs-wrapper .faq--title svg {
  min-width: 16px;
  height: 16px;
  stroke-width: 3;
  stroke: var(--blacktowhite);
}
.component .faqs-wrapper .faq--answer {
  opacity: 0;
  position: relative;
  height: 0;
  text-align: left;
}
.component .faqs-wrapper .faq--answer .faq--answer-text {
  padding-top: 10px;
}
.component .faqs-wrapper .faq--answer p {
  color: var(--blacktowhite);
}
@media (max-width: 900px) {
  .component .faqs-wrapper .faq--answer p {
    text-align: left;
  }
}
.component .faqs-wrapper .faq--answer ul {
  color: var(--blacktowhite);
}

.faq-outer-wrapper {
  display: block;
  width: 100%;
}

.faq-inner-wrapper {
  display: block;
  height: 100%;
}

.list-item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.list-item hr {
  width: 20%;
  height: 2px;
  background-color: var(--blacktowhite);
  margin: 5px 0 auto 0;
  max-width: 100px;
}
.list-item div {
  width: 90%;
  margin: 0 0 0 20px;
}
.list-item h2 {
  margin: -7px 0px 30px;
  line-height: 20px;
  font-size: 20px;
}
.list-item p {
  margin-top: 0;
}
.list-item:has(h2) p:first-of-type {
  margin-top: -20px;
}
.list-item:not(:has(h2)) hr {
  margin: 12px 0 auto 0;
}

.wp-block-video,
.video-js {
  max-width: 100%;
  width: 100%;
  display: block;
  position: relative;
}
.wp-block-video::after,
.video-js::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.4) 50%, transparent 100%);
  pointer-events: none;
  z-index: 1;
}

.video-js .vjs-big-play-button {
  line-height: 2em !important;
  height: 2em !important;
  width: 2em !important;
  border-radius: 50% !important;
  margin-left: -1em !important;
}

.swiper.products-swiper {
  padding-right: 9px !important;
}
@media (max-width: 783px) {
  .swiper.products-swiper {
    padding-right: 2px !important;
  }
}
.swiper.banners {
  padding: 0 !important;
}

.black-bg {
  padding: 100px 0;
}
@media (max-width: 680px) {
  .black-bg {
    padding: 45px 0 55px;
  }
}
.page-id-369 .black-bg {
  background-color: #222222;
  color: #fff;
}
.page-id-369 .black-bg input#gform_submit_button_1 {
  font-family: "Monument Extended Regular", sans-serif;
  background-color: #fff;
  color: #222;
  border: #fff;
}

.team-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  flex-wrap: wrap;
}
.team-wrapper .team-member {
  width: 31%;
}
@media (max-width: 680px) {
  .team-wrapper .team-member {
    width: 49%;
  }
}
.team-wrapper .team-member img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  height: 100%;
}
.team-wrapper .team-member .main-text {
  width: 100%;
  padding: 0 0 20px;
}
.team-wrapper .team-member .main-text h2 {
  font-size: 25px;
  margin: 0;
}
@media (max-width: 680px) {
  .team-wrapper .team-member .main-text h2 {
    font-size: 20px;
  }
}
.team-wrapper .team-member .main-text h4 {
  margin: 9px 0px 15px;
  line-height: 17px;
}
@media (max-width: 680px) {
  .team-wrapper .team-member .main-text h4 {
    scale: 0.9;
    transform-origin: left center;
  }
}

.site-footer {
  background-color: #ffffff;
  color: #222222;
  padding: 50px 0;
}
.site-footer .footer-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: start;
}
@media (max-width: 1000px) {
  .site-footer .footer-wrapper {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
.site-footer .footer-wrapper .footer-menu {
  display: flex;
  justify-content: space-between;
  margin-left: 30px;
  margin-bottom: 30px;
}
@media (max-width: 1120px) {
  .site-footer .footer-wrapper .footer-menu {
    flex-wrap: wrap;
    margin-left: 0;
  }
}
.site-footer .footer-wrapper .footer-menu div.quicklinks, .site-footer .footer-wrapper .footer-menu div.resources, .site-footer .footer-wrapper .footer-menu div.contact {
  width: 30%;
}
@media (max-width: 1000px) {
  .site-footer .footer-wrapper .footer-menu div.quicklinks, .site-footer .footer-wrapper .footer-menu div.resources, .site-footer .footer-wrapper .footer-menu div.contact {
    width: 100%;
    margin-top: 20px;
  }
}
.site-footer .footer-wrapper .footer-menu div .menu-label {
  font-size: 18px;
  margin-bottom: 10px;
  font-size: 16px;
  margin-bottom: 10px;
  font-family: "Monument Extended Regular";
  text-transform: uppercase;
}
.site-footer .footer-wrapper .footer-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-footer .footer-wrapper .footer-menu ul li {
  margin-bottom: 5px;
}
.site-footer .footer-wrapper .footer-menu ul li a {
  color: #222222;
  text-decoration: none;
}
.site-footer .footer-wrapper .footer-menu ul li a:hover {
  text-decoration: underline;
}
.site-footer .footer-wrapper .footer-logo {
  width: 30%;
  max-width: 200px;
  filter: invert(1);
}
@media (max-width: 1000px) {
  .site-footer .footer-wrapper .footer-logo {
    margin-bottom: 20px;
  }
}
.site-footer .bottom-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 800px) {
  .site-footer .bottom-section {
    flex-direction: column;
  }
}
.site-footer .bottom-section p.copyright {
  margin-top: 30px;
  font-size: 14px;
  width: 50%;
}
@media (max-width: 800px) {
  .site-footer .bottom-section p.copyright {
    width: 100%;
    text-align: center;
  }
}
.site-footer .bottom-section p.copyright a {
  color: #222222;
}
.site-footer .bottom-section .social-links {
  display: flex;
  justify-content: flex-end;
  width: 40%;
}
@media (max-width: 800px) {
  .site-footer .bottom-section .social-links {
    justify-content: center;
    width: 100%;
  }
}
.site-footer .bottom-section .social-links a {
  margin-right: 10px;
}
.site-footer .bottom-section .social-links a:hover {
  color: inherit;
}
.site-footer .bottom-section .social-links img {
  height: 20px;
  width: auto;
}

.video-text-wrapper {
  display: flex;
  overflow: hidden;
  align-items: center;
}
@media (max-width: 1040px) {
  .video-text-wrapper {
    flex-direction: column;
  }
}
.video-text-wrapper.left {
  flex-direction: row-reverse;
}
@media (max-width: 1040px) {
  .video-text-wrapper.left {
    flex-direction: column;
  }
}
.video-text-wrapper.left .overlay {
  transform: rotate(180deg);
  right: -1px;
}
@media (max-width: 1040px) {
  .video-text-wrapper.left .overlay {
    display: none;
  }
}
.video-text-wrapper.left .text {
  margin-left: 80px;
}
@media (max-width: 1040px) {
  .video-text-wrapper.left .text {
    margin: 0 auto 90px;
    width: 100%;
    max-width: 1200px;
  }
}
.video-text-wrapper .text {
  width: 77%;
  max-width: 550px;
  margin-left: auto;
}
@media (max-width: 1040px) {
  .video-text-wrapper .text {
    margin: 0 auto 90px;
    width: 100%;
    max-width: 1200px;
  }
}
.video-text-wrapper img {
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: 40%;
  max-width: 350px;
}
.video-text-wrapper .video {
  width: 100%;
  position: relative;
}
.video-text-wrapper .video video {
  object-fit: cover;
  object-position: center;
  width: 100%;
}
.video-text-wrapper .video .overlay {
  background: linear-gradient(to right, #000 0%, rgba(0, 0, 0, 0.8) 7%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.1) 75%, transparent 100%);
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.contact-section {
  padding: 100px 0;
}
.contact-section .max-width {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 783px) {
  .contact-section .max-width {
    flex-direction: column;
  }
}
.contact-section .max-width .gform_wrapper,
.contact-section .max-width .copy {
  width: 48%;
}
@media (max-width: 783px) {
  .contact-section .max-width .gform_wrapper,
  .contact-section .max-width .copy {
    width: 100%;
  }
}

.standard-swiper {
  position: relative;
}
.standard-swiper .swiper-slide {
  background: #000;
  overflow: hidden;
  height: auto;
}
.standard-swiper .swiper-slide img {
  aspect-ratio: 4/5;
  object-fit: cover;
  opacity: 0.7;
  width: 100%;
  height: 100%;
  transition: 1s all;
}
.standard-swiper .swiper-slide h2 {
  position: absolute;
  margin: 0;
  bottom: -15px;
  right: -100px;
  color: #fff;
  transform: rotate(-90deg);
  transform-origin: top left;
}
.standard-swiper .swiper-slide:hover {
  cursor: pointer;
}
.standard-swiper .swiper-slide:hover img {
  opacity: 1;
  scale: 1.1;
}
.standard-swiper .swiper-pagination {
  position: relative;
  margin-top: 20px;
}
