@charset "UTF-8";
/*
Theme Name:   Twenty Twenty Child-Theme JW
Template:     twentytwentyone
Theme URI: https://wordpress.org/themes/twentytwentyone/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Twenty-One is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how Twenty Twenty-One elevates your portfolio, business website, or personal blog.
Requires at least: 5.3
Tested up to: 5.6
Requires PHP: 5.6
Version: 1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyone
Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready

Twenty Twenty-One WordPress Theme, (C) 2020 WordPress.org
Twenty Twenty-One is distributed under the terms of the GNU GPL.
*/
/**
 * SETTINGS
 * File-header..........The file header for the themes style.css file.
 * Fonts................Any font files, if the project needs specific fonts.
 * Global...............Project-specific, globally available variables.
 *
 * TOOLS
 * Functions............Global functions.
 * Mixins...............Global mixins.
 *
 * GENERIC
 * Normalize.css........Normalise browser defaults.
 * Breakpoints..........Mixins and variables for responsive styles
 * Vertical-margins.....Vertical spacing for the main components.
 * Reset................Reset specific elements to make them easier to style in other contexts.
 * Clearings............Clearings for the main components.
 *
 * ELEMENTS
 * Blockquote...........Default blockquote.
 * Forms................Element-level form styling.
 * Headings.............H1–H6
 * Links................Default links.
 * Lists................Default lists.
 * Media................Images, Figure, Figcaption, Embed, iFrame, Objects, Video.
 *
 * BLOCKS
 * Audio................Specific styles for the audio block.
 * Button...............Specific styles for the button block.
 * Code.................Specific styles for the code block.
 * Columns..............Specific styles for the columns block.
 * Cover................Specific styles for the cover block.
 * File.................Specific styles for the file block.
 * Gallery..............Specific styles for the gallery block.
 * Group................Specific styles for the group block.
 * Heading..............Specific styles for the heading block.
 * Image................Specific styles for the image block.
 * Latest comments......Specific styles for the latest comments block.
 * Latest posts.........Specific styles for the latest posts block.
 * Legacy...............Specific styles for the legacy gallery.
 * List.................Specific styles for the list block.
 * Media text...........Specific styles for the media and text block.
 * Navigation...........Specific styles for the navigation block.
 * Paragraph............Specific styles for the paragraph block.
 * Pullquote............Specific styles for the pullquote block.
 * Quote................Specific styles for the quote block.
 * Search...............Specific styles for the search block.
 * Separator............Specific styles for the separator block.
 * Spacer...............Specific styles for the spacer block.
 * Table................Specific styles for the table block.
 * Verse................Specific styles for the verse block.
 * Video................Specific styles for the video block.
 * Utilities............Block alignments.
 *
 * COMPONENTS
 * Header...............Header styles.
 * Footer...............Footer styles.
 * Comments.............Comment styles.
 * Archives.............Archive styles.
 * 404..................404 styles.
 * Search...............Search styles.
 * Navigation...........Navigation styles.
 * Footer Navigation....Footer Navigation styles.
 * Pagination...........Pagination styles.
 * Single...............Single page and post styles.
 * Posts and pages......Misc, sticky post styles.
 * Entry................Entry, author biography.
 * Widget...............Widget styles.
 * Editor...............Editor styles.
 *
 * UTILITIES
 * A11y.................Screen reader text, prefers reduced motion etc.
 * Color Palette........Classes for the color palette colors.
 * Editor Font Sizes....Editor Font Sizes.
 * Measure..............The width of a line of text, in characters.
 */
/* Categories 01 to 03 are the basics. */
/* Variables */
:root {
  /* Font Family */
  --global--admin-bar--height:0;
  --responsive--alignfull-width:1570px;
  /* Font Size */
  --form--border-color:var(--global--color-secondary);
  --pullquote--border-color:var(--global--color-primary);
  --separator--border-color:var(--global--color-border);
  /* Line Height */
  --button--border-radius:0;
  --form--border-radius:0;
  /* Headings */
  --button--border-width:3px;
  --form--border-width:3px;
  --pullquote--border-width:3px;
  --button--color-background:var(--global--color-secondary);
  --cover--color-background:var(--global--color-black);
  --global--color-background:var(--global--color-white);
  --pullquote--color-background:var(--global--color-background);
  --button--color-background-active:var(--global--color-background);
  --global--color-black:#000;
  --global--color-border:var(--global--color-primary);
  --global--color-dark-gray:#28303d;
  --cover--color-foreground:var(--global--color-white);
  --pullquote--color-foreground:var(--global--color-primary);
  --global--color-gray:rgb(247, 247, 247) !important;
  --global--color-light-gray:rgb(179, 179, 179) !important;
  --global--color-50-white: rgb(128, 128, 128);
  --global--color-70-white: rgb(179, 179, 179);
  --global--color-90-white: rgb(230, 230, 230);
  --branding--color-link:var(--global--color-primary);
  --footer--color-link:var(--global--color-light-gray) !important;
  --branding--color-link-hover:var(--global--color-secondary);
  --footer--color-link-hover:var(--global--color-primary-hover);
  --pagination--color-link-hover:var(--global--color-primary-hover);
  /* Block: Latest posts */
  --global--color-primary:var(--global--color-black);
  --global--color-primary-hover:var(--global--color-primary);
  --form--color-ranged:var(--global--color-secondary);
  --global--color-secondary:var(--global--color-gray);
  --branding--color-text:var(--global--color-primary);
  --button--color-text:var(--global--color-background);
  /* Colors */
  --footer--color-text:var(--global--color-light-gray) !important;
  --form--color-text:var(--global--color-dark-gray);
  --pagination--color-text:var(--global--color-primary);
  --button--color-text-active:var(--global--color-secondary);
  --button--color-text-hover:var(--global--color-secondary);
  /* Body text color, site title, footer text color. */
  --global--color-white:#fff;
  /* Headings */
  --global--color-white-50:rgba(255, 255, 255, 0.5);
  /* Mint, default body background */
  --global--color-white-90:rgba(255, 255, 255, 0.9);
  /* Used for borders (separators) */
  /* Spacing */
  --branding--description--font-family:var(--global--font-secondary);
  --branding--description--font-size:var(--global--font-size-sm);
  --global--elevation:1px 1px 3px 0 rgba(0, 0, 0, 0.2);
  --padding-top-pages:20px;
  /* Elevation */
  --button--font-family:var(--global--font-primary);
  /* Forms */
  --footer--font-family:var(--global--font-primary);
  --form--font-family:var(--global--font-secondary);
  --heading--font-family:var(--global--font-primary);
  --list--font-family:var(--global--font-secondary);
  --pagination--font-family:var(--global--font-secondary);
  --pullquote--font-family:var(--global--font-primary);
  --quote--font-family:var(--global--font-secondary);
  --global--font-primary:var(--font-headings), -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", sans-serif;
  --global--font-secondary:var(--font-base), -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", sans-serif;
  --button--font-size:22px;
  /* Cover block */
  --footer--font-size:var(--global--font-size-sm);
  --form--font-size:var(--global--font-size-sm);
  --pagination--font-size:var(--global--font-size-lg);
  /* Buttons */
  --pullquote--font-size:var(--heading--font-size-h3);
  --quote--font-size:var(--global--font-size-md);
  --global--font-size-base:17px;
  --heading--font-size-h1:55px;
  --heading--font-size-h2:35px;
  --heading--font-size-h3:calc(1.25 * var(--global--font-size-lg));
  --heading--font-size-h4:var(--global--font-size-lg);
  --heading--font-size-h5:var(--global--font-size-sm);
  --heading--font-size-h6:var(--global--font-size-xs);
  --quote--font-size-large:var(--global--font-size-xl);
  --global--font-size-lg:35px;
  --global--font-size-md:28px;
  --global--font-size-page-title:var(--global--font-size-xxl);
  /* entry */
  --global--font-size-sm:22px;
  --global--font-size-xl:44px;
  --global--font-size-xs:17px;
  --global--font-size-xxl:4rem;
  --global--font-size-xxs:12px;
  --pullquote--font-style:normal;
  --quote--font-style:normal;
  --quote--font-style-cite:normal;
  /* Header */
  --quote--font-style-large:normal;
  --button--font-weight:500;
  --heading--font-weight:normal;
  --pagination--font-weight:normal;
  --quote--font-weight:700;
  --heading--font-weight-page-title:300;
  --heading--font-weight-strong:600;
  --pagination--font-weight-strong:600;
  --quote--font-weight-strong:bolder;
  --widget--font-weight-title:700;
  --table--has-background-text-color:var(--global--color-dark-gray);
  --cover--height:calc(15 * var(--global--spacing-vertical));
  --separator--height:1px;
  --form--label-weight:500;
  /* Main navigation */
  --global--letter-spacing:normal;
  --pullquote--letter-spacing:var(--heading--letter-spacing-h4);
  --heading--letter-spacing-h1:var(--global--letter-spacing);
  --heading--letter-spacing-h2:var(--global--letter-spacing);
  --heading--letter-spacing-h3:var(--global--letter-spacing);
  --heading--letter-spacing-h4:var(--global--letter-spacing);
  --heading--letter-spacing-h5:0.05em;
  --heading--letter-spacing-h6:0.05em;
  --button--line-height:1.5;
  --form--line-height:var(--global--line-height-body);
  --pullquote--line-height:var(--global--line-height-heading);
  --quote--line-height:var(--global--line-height-body);
  --global--line-height-body:1.52;
  /* Pagination */
  --heading--line-height-h1:47px;
  --heading--line-height-h2:42px;
  --heading--line-height-h3:var(--global--line-height-heading);
  --heading--line-height-h4:var(--global--line-height-heading);
  --heading--line-height-h5:var(--global--line-height-heading);
  --heading--line-height-h6:var(--global--line-height-heading);
  /* Footer */
  --global--line-height-heading:1.3;
  --quote--line-height-large:1.35;
  --widget--line-height-list:1.9;
  /* Block: Pull quote */
  --global--line-height-page-title:1.1;
  --widget--line-height-title:1.4;
  --branding--logo--max-height:100px;
  --branding--logo--max-height-mobile:96px;
  --branding--logo--max-width:300px;
  --branding--logo--max-width-mobile:96px;
  --button--padding-horizontal:calc(2 * var(--button--padding-vertical));
  --button--padding-vertical:15px;
  --global--spacing-horizontal:25px;
  --global--spacing-measure:unset;
  --widget--spacing-menu:calc(0.66 * var(--global--spacing-unit));
  --form--spacing-unit:calc(0.5 * var(--global--spacing-unit));
  --global--spacing-unit:30px;
  --global--spacing-vertical:30px;
  --table--stripes-background-color:var(--global--color-light-gray);
  --table--stripes-border-color:var(--global--color-light-gray);
  --branding--title--font-family:var(--global--font-primary);
  --branding--title--font-size:var(--global--font-size-lg);
  --branding--title--font-size-mobile:var(--heading--font-size-h4);
  --branding--title--font-weight:normal;
  --branding--title--text-transform:uppercase;
  /* Block: Table */
  --entry-author-bio--font-family:var(--heading--font-family);
  --entry-author-bio--font-size:var(--heading--font-size-h4);
  --font-base:'neue-haas-grotesk-text';
  /* Widgets */
  --white-black-switch:#fff;
  --entry-content--font-family:var(--global--font-secondary);
  --black-gray-switch:#000;
  --entry-header--color:var(--global--color-primary);
  /* Admin-bar height */
  --entry-header--color-focus:var(--global--color-secondary);
  /* New added */
  --entry-header--color-hover:var(--global--color-primary-hover);
  --entry-header--color-link:currentColor;
  --entry-header--font-size:var(--heading--font-size-h2);
  --font-headings:'DIN';
  --primary-nav--border-color:var(--global--color-primary);
  --primary-nav--color-link:var(--global--color-primary);
  --primary-nav--color-link-hover:var(--global--color-primary-hover);
  --primary-nav--color-text:var(--global--color-primary);
  --primary-nav--font-family:var(--font-headings) !important;
  --primary-nav--font-family-mobile:var(--global--font-primary);
  --primary-nav--font-size:var(--global--font-size-sm);
  --primary-nav--font-size-button:var(--global--font-size-xs);
  --primary-nav--font-size-mobile:var(--global--font-size-sm);
  --primary-nav--font-size-sub-menu:var(--global--font-size-xs);
  /* Spacing */
  --primary-nav--font-size-sub-menu-mobile:var(--global--font-size-sm);
  --primary-nav--font-style:normal;
  --primary-nav--font-style-sub-menu-mobile:normal;
  --primary-nav--font-weight:normal;
  --primary-nav--font-weight-button:500;
  --primary-nav--padding:calc(0.33 * var(--global--spacing-unit));
  --latest-posts--description-font-family:var(--global--font-secondary);
  --latest-posts--description-font-size:var(--global--font-size-sm);
  --latest-posts--title-font-family:var(--heading--font-family);
  --latest-posts--title-font-size:var(--heading--font-size-h3);
  --font-shop:'neue-haas-grotesk-text';
  --opacity-switch:0.8;
  --definition-term--font-family:var(--global--font-primary);
  --black-white-switch:#000; }

@media (max-width: 481.99px) {
  :root {
    --global--font-size-xs:16px; } }
.admin-bar {
  --global--admin-bar--height:32px; }

@media only screen and (max-width: 782px) {
  .admin-bar {
    --global--admin-bar--height:46px; } }
@media only screen and (min-width: 652px) {
  :root {
    --heading--font-size-h3:2rem;
    --global--font-size-xl:2.5rem;
    --global--font-size-xxl:6rem;
    --global--font-size-xxxl:9rem; } }
/*! 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;
  /* 1 */
  text-size-adjust: 100%;
  /* 2 */ }

/* 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;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }
  a.button:hover, a.button:visited {
    text-decoration: none !important; }

/**
 * 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: 0;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration-style: dotted;
  /* 2 */ }

/**
 * 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;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button, input, optgroup, select, textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button, input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button, select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button, [type='button'], [type='reset'], [type='submit'] {
  appearance: button; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 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;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type='number']::-webkit-inner-spin-button, [type='number']::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type='search'] {
  appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }
  [type='search']::-webkit-search-decoration {
    appearance: none; }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template, [hidden] {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
/**
 * Responsive Styles
 */
/**
 * Required Variables
 */
/**
 * Root Media Query Variables
 */
:root {
  --responsive--aligndefault-width:calc(100% - 30px);
  --responsive--alignleft-margin:var(--global--spacing-horizontal);
  --responsive--alignright-margin:var(--global--spacing-horizontal);
  --responsive--alignwide-width:calc(100% - 30px);
  --responsive--spacing-horizontal:calc(2 * var(--global--spacing-horizontal) * 0.6); }

@media only screen and (min-width: 482px) {
  :root {
    --responsive--alignleft-margin:calc(0.5 * (100vw - var(--responsive--aligndefault-width)));
    --responsive--alignright-margin:calc(0.5 * (100vw - var(--responsive--aligndefault-width))); } }
@media only screen and (min-width: 822px) {
  :root {
    --responsive--aligndefault-width:calc(100% - 60px);
    --responsive--alignwide-width:min(calc(100% - 60px), 1240px); } }
/**
 * Extends
 */
.site .button:not(:hover):not(:active):not(.has-background), button:not(:hover):not(:active):not(.has-background) {
  background-color: var(--black-gray-switch);
  border-radius: 4px; }

input[type='submit']:not(:hover):not(:active):not(.has-background), input[type='reset']:not(:hover):not(:active):not(.has-background) {
  background-color: var(--black-gray-switch);
  border-radius: 4px; }

.wp-block-button .wp-block-button__link:not(:hover):not(:active):not(.has-background), .wp-block-file a.wp-block-file__button:not(:hover):not(:active):not(.has-background) {
  background-color: var(--black-gray-switch);
  border-radius: 4px; }

.site .button, button {
  border-radius: 4px; }

input[type='submit'], input[type='reset'] {
  border-radius: 4px; }

.wp-block-button .wp-block-button__link, .wp-block-file a.wp-block-file__button {
  border-radius: 4px; }

.post-thumbnail {
  margin-left: auto;
  margin-right: auto;
  max-width: var(--responsive--aligndefault-width); }

.entry-content .wp-audio-shortcode, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.woocommerce) {
  margin-left: auto;
  margin-right: auto;
  max-width: var(--responsive--aligndefault-width); }

*[class*='inner-container'] > *:not(.entry-content):not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.woocommerce), .default-max-width {
  margin-left: auto;
  margin-right: auto;
  max-width: var(--responsive--aligndefault-width); }

.widget-area, .pagination, .comments-pagination, .post-navigation, .site-footer, .site-header, .alignwide, .wide-max-width {
  margin-left: auto;
  margin-right: auto;
  max-width: var(--responsive--alignwide-width); }

.alignfull, .wp-block-group .wp-block-group__inner-container > *.alignfull, .full-max-width {
  margin-left: auto;
  margin-right: auto;
  max-width: none;
  width: var(--responsive--alignfull-width); }

.entry-header .post-thumbnail, .singular .post-thumbnail, .alignfull [class*='inner-container'] > .alignwide, .alignwide [class*='inner-container'] > .alignwide {
  margin-left: auto;
  margin-right: auto;
  max-width: var(--responsive--alignfull-width);
  width: var(--responsive--alignwide-width); }

.entry-header .post-thumbnail {
  margin-top: 0;
  max-width: 1600px;
  width: 100%; }

@media only screen and (min-width: 482px) {
  .entry-content > .alignleft {
    /*rtl:ignore*/
    margin-left: var(--responsive--alignleft-margin);
    /*rtl:ignore*/
    margin-right: var(--global--spacing-horizontal); } }
@media only screen and (min-width: 482px) {
  .entry-content > .alignright {
    /*rtl:ignore*/
    margin-left: var(--global--spacing-horizontal);
    /*rtl:ignore*/
    margin-right: var(--responsive--alignright-margin); } }
/**
 * Site Structure
 *
 * - Set vertical margins and responsive widths on
 *   top-level wrappers and content wrappers
 * - `--global--width-content` is a responsive variable
 * - See: globals/_global-width-responsive.scss
 */
/**
 * Top Level Wrappers (header, main, footer)
 * - Set vertical padding and horizontal margins
 */
.site-header, .site-main, .widget-area, .site-footer {
  margin-left: auto;
  margin-right: auto;
  padding-bottom: var(--global--spacing-vertical);
  padding-top: var(--global--spacing-vertical); }

.site-header {
  padding-bottom: calc(2 * var(--global--spacing-vertical));
  padding-top: calc(0.75 * var(--global--spacing-vertical)); }

@media only screen and (min-width: 482px) {
  .site-header {
    padding-bottom: calc(3 * var(--global--spacing-vertical)); } }
/**
 * Site-main children wrappers
 * - Add double vertical margins here for clearer hierarchy
 */
.site-main > * {
  margin-bottom: calc(3 * var(--global--spacing-vertical));
  margin-top: calc(3 * var(--global--spacing-vertical)); }
  .site-main > *:first-child {
    margin-top: 0; }
  .site-main > *:last-child {
    margin-bottom: 0; }

/**
 * Set the default maximum responsive content-width
 */
/**
 * Set the wide maximum responsive content-width
 */
/**
 * Set the full maximum responsive content-width
 */
/*
 * Block & non-gutenberg content wrappers
 * - Set margins
 */
.entry-header, .post-thumbnail, .entry-content, .entry-footer, .author-bio {
  margin-bottom: var(--global--spacing-vertical);
  margin-left: auto;
  margin-right: auto;
  margin-top: var(--global--spacing-vertical); }

.entry-content, .single-product .site-content {
  max-width: 1600px;
  background: #141414;
  min-height: 90vh;
  margin: 0 auto; }

/*
 * Block & non-gutenberg content wrapper children
 * - Sets spacing-vertical margin logic
 */
.site-main > article > *, .site-main > .not-found > * {
  margin-bottom: 20px;
  margin-top: 20px; }

.entry-content > *, [class*='inner-container'] > *, .wp-block-template-part > * {
  margin-bottom: 20px;
  margin-top: 20px; }

@media only screen and (min-width: 482px) {
  .site-main > article > *, .site-main > .not-found > * {
    margin-bottom: 20px;
    margin-top: 20px; }

  .entry-content > *, [class*='inner-container'] > *, .wp-block-template-part > * {
    margin-bottom: 20px;
    margin-top: 20px; } }
.site-main > article > *:first-child, .site-main > .not-found > *:first-child {
  margin-top: 0; }

.entry-content > *:first-child, [class*='inner-container'] > *:first-child, .wp-block-template-part > *:first-child {
  margin-top: 0; }

/* Photography SubPage */
.page-template-template-noslider-photography .wp-container-3 {
  gap: 20px; }
.page-template-template-noslider-photography .wp-block-columns .wp-block-column > *:last-child {
  margin-bottom: 20px; }
.page-template-template-noslider-photography .entry-content .wp-block-columns:last-child .wp-block-column {
  flex-basis: auto !important; }
.page-template-template-noslider-photography .site-main {
  padding-bottom: 0; }
.page-template-template-noslider-photography .entry-content {
  background-color: #f8f8f8;
  margin-bottom: 0;
  margin-top: 0;
  max-width: 1600px;
  padding-bottom: 20px; }
  .page-template-template-noslider-photography .entry-content > *:first-child {
    margin-top: 20px; }
.page-template-template-noslider-photography.is-dark-theme .entry-content {
  background-color: #141414; }

@media (min-width: 782px) {
  .page-template-template-noslider-photography .wp-block-column:not(:first-child) {
    margin-left: 0; } }
.site-main > article > *:last-child, .site-main > .not-found > *:last-child {
  margin-bottom: 0; }

.entry-content > *:last-child, [class*='inner-container'] > *:last-child, .wp-block-template-part > *:last-child {
  margin-bottom: 0; }

.site-footer > *, .widget-area > * {
  margin-bottom: calc(0.666 * var(--global--spacing-vertical));
  margin-top: calc(0.666 * var(--global--spacing-vertical)); }

@media only screen and (min-width: 482px) {
  .site-footer > *, .widget-area > * {
    margin-bottom: var(--global--spacing-vertical);
    margin-top: var(--global--spacing-vertical); } }
/*
 * Block & non-gutenberg content wrapper children
 * - Sets spacing-unit margins
 */
.entry-header > *, .post-thumbnail > *, .page-content > *, .comment-content > *, .widget > * {
  margin-bottom: var(--global--spacing-unit);
  margin-top: var(--global--spacing-unit); }

.entry-header > *:first-child, .post-thumbnail > *:first-child, .page-content > *:first-child, .comment-content > *:first-child, .widget > *:first-child {
  margin-top: 0; }

.entry-header > *:last-child, .post-thumbnail > *:last-child, .page-content > *:last-child, .comment-content > *:last-child, .widget > *:last-child {
  margin-bottom: 0; }

/*
 * .entry-content children specific controls
 * - Adds special margin overrides for alignment utility classes
 */
.entry-content > * {
  /* Reset alignleft and alignright margins after alignfull */ }
  .entry-content > *.alignleft, .entry-content > *.alignright, .entry-content > *.alignleft:first-child + *, .entry-content > *.alignright:first-child + *, .entry-content > *.alignfull.has-background {
    margin-top: 0; }
  .entry-content > *:last-child {
    margin-bottom: 0; }
  .entry-content > *.alignfull.has-background {
    margin-bottom: 0; }
  .entry-content > *.alignfull + .alignleft, .entry-content > *.alignfull + .alignright {
    margin-top: var(--global--spacing-vertical); }

/**
 * Reset specific elements to make them easier to style in other contexts.
 */
html, body, p, ol, ul, li, dl, dt, dd, blockquote, figure, fieldset, form, legend, textarea, pre, iframe, hr, h1, h2, h3, h4, h5, h6 {
  -webkit-font-smoothing: antialiased;
  margin: 0;
  padding: 0; }

/**
 * Apply generic border-box to all elements.
 * See:
 * https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
html {
  /* Apply border-box across the entire page. */
  box-sizing: border-box;
  font-family: var(--global--font-secondary);
  line-height: var(--global--line-height-body); }

/**
 * Relax the definition a bit, to allow components to override it manually.
 */
* {
  box-sizing: inherit;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }
  *::before, *::after {
    box-sizing: inherit;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }

body {
  background-color: var(--global--color-background);
  color: var(--global--color-primary);
  font-size: var(--global--font-size-base);
  font-weight: normal;
  text-align: left; }
  body.custom-background {
    background-color: var(--global--color-background) !important; }

button {
  cursor: pointer; }

.clear::before, .clear::after {
  content: '';
  display: table;
  table-layout: fixed; }

.entry-content::before, .entry-content::after {
  content: '';
  display: table;
  table-layout: fixed; }

.comment-content::before, .comment-content::after {
  content: '';
  display: table;
  table-layout: fixed; }

.site-header::before, .site-header::after {
  content: '';
  display: table;
  table-layout: fixed; }

.site-content::before, .site-content::after {
  content: '';
  display: table;
  table-layout: fixed; }

.site-footer::before, .site-footer::after {
  content: '';
  display: table;
  table-layout: fixed; }

.clear::after, .entry-content::after, .comment-content::after, .site-header::after, .site-content::after, .site-footer::after {
  clear: both; }

/* Category 04 can contain any default HTML element. Do not add classes here, just give the elements some basic styles. */
blockquote {
  margin: var(--global--spacing-vertical) 0 var(--global--spacing-vertical) var(--global--spacing-horizontal);
  padding: 0;
  position: relative; }
  blockquote > * {
    margin-bottom: var(--global--spacing-unit);
    margin-top: var(--global--spacing-unit); }
    blockquote > *:first-child {
      margin-top: 0; }
    blockquote > *:last-child {
      margin-bottom: 0; }
  blockquote p {
    font-family: var(--quote--font-family);
    font-size: var(--quote--font-size);
    font-style: var(--quote--font-style);
    font-weight: var(--quote--font-weight);
    letter-spacing: var(--heading--letter-spacing-h4);
    line-height: var(--quote--line-height); }
  blockquote cite, blockquote footer {
    color: var(--global--color-primary);
    font-size: var(--global--font-size-xs);
    font-weight: normal;
    letter-spacing: var(--global--letter-spacing); }
  blockquote.alignleft, blockquote.alignright {
    padding-left: inherit; }
  blockquote.alignleft p, blockquote.alignright p {
    font-size: var(--heading--font-size-h5);
    max-width: inherit;
    width: inherit; }
  blockquote.alignleft cite, blockquote.alignleft footer {
    font-size: var(--global--font-size-xs);
    letter-spacing: var(--global--letter-spacing); }
  blockquote.alignright cite, blockquote.alignright footer {
    font-size: var(--global--font-size-xs);
    letter-spacing: var(--global--letter-spacing); }
  blockquote strong {
    font-weight: var(--quote--font-weight-strong); }
  blockquote::before {
    content: '“';
    font-size: var(--quote--font-size);
    left: calc(-0.5 * var(--global--spacing-horizontal));
    line-height: var(--quote--line-height);
    position: absolute; }
  blockquote .wp-block-quote__citation, blockquote cite, blockquote footer {
    color: var(--global--color-primary);
    font-size: var(--global--font-size-xs);
    font-style: var(--quote--font-style-cite); }

@media only screen and (max-width: 481px) {
  blockquote {
    padding-left: calc(0.5 * var(--global--spacing-horizontal)); }
    blockquote::before {
      left: 0; } }
input[type='text'], input[type='email'], input[type='url'], input[type='password'], input[type='search'], input[type='number'], input[type='tel'], input[type='date'], input[type='month'], input[type='week'], input[type='time'], input[type='datetime'], input[type='datetime-local'], input[type='color'] {
  border: var(--form--border-width) solid var(--form--border-color);
  border-radius: var(--form--border-radius);
  color: var(--form--color-text);
  line-height: var(--global--line-height-body);
  margin: 0 2px;
  max-width: 100%;
  padding: var(--form--spacing-unit); }

.site textarea {
  border: var(--form--border-width) solid var(--form--border-color);
  border-radius: var(--form--border-radius);
  color: var(--form--color-text);
  line-height: var(--global--line-height-body);
  margin: 0 2px;
  max-width: 100%;
  padding: var(--form--spacing-unit); }

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='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 {
  color: var(--form--color-text);
  outline: none; }

.site textarea:focus {
  color: var(--form--color-text);
  outline: none; }

input[type='text']:disabled, input[type='email']:disabled, input[type='url']:disabled, input[type='password']:disabled, input[type='search']:disabled, input[type='number']:disabled, input[type='tel']:disabled, input[type='date']:disabled, input[type='month']:disabled, input[type='week']:disabled, input[type='time']:disabled, input[type='datetime']:disabled, input[type='datetime-local']:disabled, input[type='color']:disabled {
  opacity: 0.7; }

.site textarea:disabled {
  opacity: 0.7; }

.is-dark-theme {
  --opacity-switch:1; }
  .is-dark-theme input[type='text'], .is-dark-theme input[type='email'], .is-dark-theme input[type='url'], .is-dark-theme input[type='password'], .is-dark-theme input[type='search'], .is-dark-theme input[type='number'], .is-dark-theme input[type='tel'], .is-dark-theme input[type='date'], .is-dark-theme input[type='month'], .is-dark-theme input[type='week'], .is-dark-theme input[type='time'], .is-dark-theme input[type='datetime'], .is-dark-theme input[type='datetime-local'], .is-dark-theme input[type='color'] {
    background-color: #fff; }
  .is-dark-theme .site textarea {
    background-color: #fff; }

input[type='search']:focus {
  outline-offset: -7px; }

.is-dark-theme input[type='search']:focus {
  outline-color: var(--global--color-background); }

input[type='color'] {
  height: calc(4 * var(--form--spacing-unit));
  padding: calc(var(--form--spacing-unit) / 2); }
input[type='email'], input[type='url'] {
  /*rtl:ignore*/
  direction: ltr; }

select {
  appearance: none;
  appearance: none;
  background: var(--global--color-white) url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='10' fill='%2328303d'><polygon points='0,0 10,0 5,5'/></svg>") no-repeat;
  background-position: right var(--form--spacing-unit) top 60%;
  border: var(--form--border-width) solid var(--form--border-color);
  color: var(--form--color-text);
  line-height: var(--global--line-height-body);
  padding: var(--form--spacing-unit) calc(3 * var(--form--spacing-unit)) var(--form--spacing-unit) var(--form--spacing-unit); }
  select:focus {
    outline: 2px dotted var(--form--border-color);
    outline-offset: 2px; }

.is-dark-theme select {
  background: var(--global--color-white-90) url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='10' fill='%2328303d'><polygon points='0,0 10,0 5,5'/></svg>") no-repeat;
  background-position: right var(--form--spacing-unit) top 60%; }

textarea {
  width: 100%; }

label {
  font-size: var(--form--font-size);
  font-weight: var(--form--label-weight);
  margin-bottom: calc(var(--global--spacing-vertical) / 3); }

@supports (-webkit-appearance: none) {
  input[type='checkbox'], input[type='radio'] {
    appearance: none;
    background: var(--global--color-white);
    border: var(--form--border-width) solid #e6e6e6;
    height: 25px;
    position: relative;
    width: 25px; }
  input[type='checkbox']:disabled, input[type='radio']:disabled {
    opacity: 0.7; }

  .is-dark-theme input[type='checkbox'], .is-dark-theme input[type='radio'] {
    background: var(--global--color-white-90); }

  input[type='checkbox']:focus {
    outline: 2px dotted var(--form--border-color);
    outline-offset: 2px; }
  input[type='checkbox']::after {
    border: 3px solid var(--form--color-text);
    border-left: 0;
    border-top: 0;
    content: '';
    display: block;
    height: 13px;
    left: 5px;
    opacity: 0;
    position: absolute;
    top: 2px;
    transform: rotate(30deg);
    width: 7px; }
  input[type='checkbox']:checked {
    color: var(--form--color-text); }
    input[type='checkbox']:checked::after {
      opacity: 1; }
  input[type='radio'] {
    border-radius: 50%; }
    input[type='radio']:focus {
      outline: 2px dotted var(--form--border-color);
      outline-offset: 2px; }
    input[type='radio']::after {
      background: var(--form--color-text);
      border-radius: 50%;
      content: '';
      display: block;
      height: 15px;
      left: 1px;
      opacity: 0;
      position: absolute;
      top: 1px;
      width: 15px; }
    input[type='radio']:checked {
      border: 4px solid #e6e6e6; }
      input[type='radio']:checked::after {
        opacity: 1; }
      input[type='radio']:checked:focus {
        outline: 2px dotted var(--form--border-color);
        outline-offset: 4px; } }
input[type='checkbox'] + label, input[type='radio'] + label {
  display: inline-block;
  font-size: var(--global--font-size-xs);
  padding-left: 10px;
  vertical-align: top; }

/**
 * https://css-tricks.com/styling-cross-browser-compatible-range-inputs-css/
*/
@supports (-webkit-appearance: none) {
  input[type='range'] {
    appearance: none;
    background: var(--form--color-ranged);
    border-radius: 6px;
    /* Specific width is required for Firefox. */
    height: 6px;
    outline-offset: 10px;
    /* Hides the slider so that custom slider can be made */
    width: 100%; }
    input[type='range']:disabled {
      opacity: 0.7; }
    input[type='range']::-webkit-slider-thumb {
      appearance: none;
      background: var(--global--color-background);
      border: 3px solid var(--form--color-ranged);
      border-radius: 50%;
      cursor: pointer;
      height: 44px;
      width: 44px; } }
fieldset {
  border-color: var(--global--color-secondary);
  display: grid;
  padding: var(--global--spacing-horizontal); }
  fieldset legend {
    font-size: var(--global--font-size-lg); }
  fieldset input[type='submit'] {
    max-width: max-content; }
  fieldset input:not([type='submit']) {
    margin-bottom: var(--global--spacing-unit); }
  fieldset input[type='radio'], fieldset input[type='checkbox'] {
    margin-bottom: 0; }
  fieldset input[type='radio'] + label, fieldset input[type='checkbox'] + label {
    font-size: var(--form--font-size);
    margin-bottom: var(--global--spacing-unit);
    padding-left: 0; }

.post-password-message {
  font-size: var(--global--font-size-lg); }

.post-password-form {
  display: flex;
  flex-wrap: wrap; }

.post-password-form__label {
  margin-bottom: 0;
  width: 100%; }

.post-password-form input[type='password'] {
  flex-grow: 1;
  margin-right: calc(0.66 * var(--global--spacing-horizontal));
  margin-top: calc(var(--global--spacing-vertical) / 3); }

.post-password-form__submit {
  margin-top: calc(var(--global--spacing-vertical) / 3); }

@media only screen and (min-width: 592px) {
  .post-password-form__submit {
    margin-left: calc(0.4 * var(--global--spacing-horizontal)); } }
@media (max-width: 599.99px) {
  .page-template-template-photography .wp-block-column {
    flex-basis: calc(50% - 10px) !important; }
  .page-template-template-photography .wp-block-columns .wp-block-column:last-child:not(:first-child) {
    margin-left: 20px; } }
img {
  height: auto;
  max-width: 100%;
  vertical-align: middle; }

/* Classic editor images */
.entry-content img, embed, iframe, object, video {
  max-width: 100%; }

/* Make sure embeds and iframes fit their containers. */
/* Media captions */
figcaption, .wp-caption, .wp-caption-text, .wp-block-embed figcaption {
  color: currentColor;
  font-size: var(--global--font-size-xs);
  line-height: var(--global--line-height-body);
  margin-bottom: var(--global--spacing-unit);
  margin-top: calc(0.5 * var(--global--spacing-unit));
  text-align: center; }

.alignleft figcaption, .alignright figcaption, .alignleft .wp-caption, .alignright .wp-caption, .alignleft .wp-caption-text, .alignright .wp-caption-text, .alignleft .wp-block-embed figcaption, .alignright .wp-block-embed figcaption {
  margin-bottom: 0; }

/* WP Smiley */
.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {
  border: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Over here, place any elements that do not need to have their own file. */
b, strong {
  font-weight: 700; }

dfn, cite, em, i {
  font-style: italic; }

pre {
  overflow-x: auto;
  white-space: pre; }

/*
 * text-underline-offset doesn't work in Chrome at all 👎
 * But looks nice in Safari/Firefox, so let's keep it and
 * maybe Chrome will support it soon.
 */
a {
  color: var(--wp--style--color--link, var(--global--color-primary));
  cursor: pointer; }
  a:hover {
    text-decoration-skip-ink: none; }

.site a:focus:not(.wp-block-button__link):not(.wp-block-file__button).custom-logo-link {
  background: none; }

.has-background .has-link-color a, .has-background.has-link-color a {
  color: var(--wp--style--color--link, var(--global--color-primary)); }

/**
 * Block Options
 */
.wp-block-button:not(.is-style-outline) .wp-block-button__link:not(:hover):not(:active):not(.has-text-color) {
  color: var(--global--color-background); }

.has-background .wp-block-button:not(.is-style-outline) .wp-block-button__link:not(:hover):not(:active):not(.has-text-color) {
  color: var(--local--color-background, var(--global--color-background)); }
  .has-background .wp-block-button:not(.is-style-outline) .wp-block-button__link:not(:hover):not(:active):not(.has-text-color).has-background {
    color: var(--global--color-primary); }

.wp-block-button:not(.is-style-outline) .wp-block-button__link:not(:hover):not(:active):not(.has-background) {
  background-color: var(--global--color-primary); }

.has-background .wp-block-button:not(.is-style-outline) .wp-block-button__link:not(:hover):not(:active):not(.has-background) {
  background-color: var(--local--color-primary, var(--global--color-primary)); }

.wp-block-button:not(.is-style-outline) .wp-block-button__link:hover, .wp-block-button:not(.is-style-outline) .wp-block-button__link:active {
  background-color: transparent !important;
  border-color: currentColor !important;
  color: inherit !important; }
.wp-block-button.is-style-outline .wp-block-button__link:not(:hover):not(:active):not(.has-text-color), .wp-block-button.is-style-outline .wp-block-button__link:not(:hover):not(:active):not(.has-background), .wp-block-button.is-style-outline .wp-block-button__link:not(:hover):not(:active).has-background {
  border-color: currentColor; }
.wp-block-button.is-style-outline .wp-block-button__link:not(:hover):not(:active):not(.has-text-color) {
  color: var(--global--color-primary); }

body.has-background-white .site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) {
  background: var(--black-gray-switch);
  color: var(--white-black-switch);
  opacity: var(--opacity-switch);
  text-decoration: none; }
body.has-background-white .site #primary-menu-list a:focus:not(.wp-block-button__link):not(.wp-block-file__button), body.has-background-white .site ul.products a:focus:not(.wp-block-button__link):not(.wp-block-file__button) {
  background: unset;
  color: unset;
  opacity: unset;
  text-decoration: none; }

.has-background-white .site a:focus:not(.wp-block-button__link):not(.wp-block-file__button).checkout-button {
  background: var(--black-white-switch);
  color: var(--white-black-switch); }

.has-background .wp-block-button.is-style-outline .wp-block-button__link:not(:hover):not(:active).has-background:not(.has-text-color) {
  color: inherit; }

.wp-block-button.is-style-outline .wp-block-button__link:not(:hover):not(:active):not(.has-background) {
  background-color: transparent; }
.wp-block-button.is-style-outline .wp-block-button__link:hover, .wp-block-button.is-style-outline .wp-block-button__link:active {
  background-color: var(--global--color-primary) !important;
  border-color: transparent !important;
  color: var(--global--color-background) !important; }

.has-background .wp-block-button.is-style-outline .wp-block-button__link:hover, .has-background .wp-block-button.is-style-outline .wp-block-button__link:active {
  background-color: var(--local--color-primary, var(--global--color-primary)) !important;
  color: var(--local--color-background, var(--global--color-background)) !important; }

.has-text-color .wp-block-button.is-style-outline .wp-block-button__link:hover, .has-text-color .wp-block-button.is-style-outline .wp-block-button__link:active {
  color: var(--local--color-background, var(--global--color-background)) !important; }

.wp-block-button .is-style-squared .wp-block-button__link {
  border-radius: 0; }

.wp-block-code {
  border-color: var(--global--color-border);
  border-radius: 0;
  border-style: solid;
  border-width: 0.1rem;
  padding: var(--global--spacing-unit); }
  .wp-block-code code {
    color: var(--global--color-primary);
    display: block;
    overflow-x: auto;
    white-space: pre; }

.wp-block-columns:not(.alignwide):not(.alignfull) {
  clear: both; }
.wp-block-columns .wp-block-column > * {
  margin-bottom: calc(0.66 * var(--global--spacing-vertical));
  margin-top: calc(0.66 * var(--global--spacing-vertical)); }
  .wp-block-columns .wp-block-column > *:first-child {
    margin-top: 0; }
  .wp-block-columns .wp-block-column > *:last-child {
    margin-bottom: 0; }
.wp-block-columns .wp-block-column:last-child {
  margin-bottom: 0; }
.wp-block-columns .wp-block-column:not(:last-child) {
  margin-bottom: calc(0.66 * var(--global--spacing-vertical)); }
.wp-block-columns.alignfull .wp-block-column p:not(.has-background), .wp-block-columns.alignfull .wp-block-column h1:not(.has-background), .wp-block-columns.alignfull .wp-block-column h2:not(.has-background), .wp-block-columns.alignfull .wp-block-column h3:not(.has-background), .wp-block-columns.alignfull .wp-block-column h4:not(.has-background), .wp-block-columns.alignfull .wp-block-column h5:not(.has-background), .wp-block-columns.alignfull .wp-block-column h6:not(.has-background) {
  padding-left: var(--global--spacing-unit);
  padding-right: var(--global--spacing-unit); }

@media only screen and (min-width: 482px) {
  .wp-block-columns .wp-block-column > * {
    margin-bottom: var(--global--spacing-vertical);
    margin-top: var(--global--spacing-vertical); } }
@media only screen and (min-width: 482px) {
  .wp-block-columns .wp-block-column:not(:last-child) {
    margin-bottom: var(--global--spacing-vertical); } }
@media only screen and (min-width: 822px) {
  .wp-block-columns .wp-block-column:not(:last-child) {
    margin-bottom: 0; } }
.wp-block-cover, .wp-block-cover-image {
  background-color: var(--cover--color-background);
  margin-bottom: inherit;
  margin-top: inherit;
  min-height: var(--cover--height); }

.wp-block-cover:not(.alignwide):not(.alignfull), .wp-block-cover-image:not(.alignwide):not(.alignfull) {
  clear: both; }

.wp-block-cover.alignfull, .wp-block-cover-image.alignfull {
  margin-bottom: 0;
  margin-top: 0; }

.wp-block-cover .wp-block-cover__inner-container, .wp-block-cover .wp-block-cover-image-text, .wp-block-cover .wp-block-cover-text {
  color: currentColor;
  margin-bottom: var(--global--spacing-vertical);
  margin-top: var(--global--spacing-vertical); }

.wp-block-cover-image .wp-block-cover__inner-container, .wp-block-cover-image .wp-block-cover-image-text, .wp-block-cover-image .wp-block-cover-text {
  color: currentColor;
  margin-bottom: var(--global--spacing-vertical);
  margin-top: var(--global--spacing-vertical); }

.wp-block-cover .wp-block-cover__inner-container a:not(.wp-block-button__link):not(.wp-block-file__button), .wp-block-cover .wp-block-cover-image-text a:not(.wp-block-button__link):not(.wp-block-file__button), .wp-block-cover .wp-block-cover-text a:not(.wp-block-button__link):not(.wp-block-file__button) {
  color: currentColor; }

.wp-block-cover-image .wp-block-cover__inner-container a:not(.wp-block-button__link):not(.wp-block-file__button), .wp-block-cover-image .wp-block-cover-image-text a:not(.wp-block-button__link):not(.wp-block-file__button), .wp-block-cover-image .wp-block-cover-text a:not(.wp-block-button__link):not(.wp-block-file__button) {
  color: currentColor; }

.wp-block-cover .wp-block-cover__inner-container .has-link-color a, .wp-block-cover .wp-block-cover-image-text .has-link-color a, .wp-block-cover .wp-block-cover-text .has-link-color a {
  color: var(--wp--style--color--link, var(--global--color-primary)); }

.wp-block-cover-image .wp-block-cover__inner-container .has-link-color a, .wp-block-cover-image .wp-block-cover-image-text .has-link-color a, .wp-block-cover-image .wp-block-cover-text .has-link-color a {
  color: var(--wp--style--color--link, var(--global--color-primary)); }

.wp-block-cover:not([class*='background-color']) .wp-block-cover__inner-container, .wp-block-cover:not([class*='background-color']) .wp-block-cover-image-text, .wp-block-cover:not([class*='background-color']) .wp-block-cover-text {
  color: var(--cover--color-foreground); }

.wp-block-cover-image:not([class*='background-color']) .wp-block-cover__inner-container, .wp-block-cover-image:not([class*='background-color']) .wp-block-cover-image-text, .wp-block-cover-image:not([class*='background-color']) .wp-block-cover-text {
  color: var(--cover--color-foreground); }

.wp-block-cover h2, .wp-block-cover-image h2 {
  font-size: var(--heading--font-size-h2);
  letter-spacing: var(--heading--letter-spacing-h2);
  line-height: var(--heading--line-height-h2);
  max-width: inherit;
  padding: 0;
  text-align: inherit; }

.wp-block-cover h2.has-text-align-left, .wp-block-cover-image h2.has-text-align-left {
  text-align: left; }

.wp-block-cover h2.has-text-align-center, .wp-block-cover-image h2.has-text-align-center {
  text-align: center; }

.wp-block-cover h2.has-text-align-right, .wp-block-cover-image h2.has-text-align-right {
  text-align: right; }

.wp-block-cover .wp-block-cover__inner-container, .wp-block-cover-image .wp-block-cover__inner-container {
  width: calc(100% - calc(2 * var(--global--spacing-vertical))); }

.wp-block-cover .wp-block-cover__inner-container > *, .wp-block-cover-image .wp-block-cover__inner-container > * {
  margin-bottom: calc(0.666 * var(--global--spacing-vertical));
  margin-top: calc(0.666 * var(--global--spacing-vertical)); }

@media only screen and (min-width: 482px) {
  .wp-block-cover .wp-block-cover__inner-container > *, .wp-block-cover-image .wp-block-cover__inner-container > * {
    margin-bottom: var(--global--spacing-vertical);
    margin-top: var(--global--spacing-vertical); } }
.wp-block-cover .wp-block-cover__inner-container > *:first-child, .wp-block-cover-image .wp-block-cover__inner-container > *:first-child {
  margin-top: 0; }

.wp-block-cover .wp-block-cover__inner-container > *:last-child, .wp-block-cover-image .wp-block-cover__inner-container > *:last-child {
  margin-bottom: 0; }

.wp-block-cover.alignleft, .wp-block-cover.alignright {
  margin-top: 0; }

.wp-block-cover-image.alignleft, .wp-block-cover-image.alignright {
  margin-top: 0; }

.wp-block-cover.alignleft > *, .wp-block-cover.alignright > * {
  margin-bottom: calc(2 * var(--global--spacing-vertical));
  margin-top: calc(2 * var(--global--spacing-vertical));
  padding-left: var(--global--spacing-horizontal);
  padding-right: var(--global--spacing-horizontal);
  width: 100%; }

.wp-block-cover-image.alignleft > *, .wp-block-cover-image.alignright > * {
  margin-bottom: calc(2 * var(--global--spacing-vertical));
  margin-top: calc(2 * var(--global--spacing-vertical));
  padding-left: var(--global--spacing-horizontal);
  padding-right: var(--global--spacing-horizontal);
  width: 100%; }

.wp-block-cover.has-left-content, .wp-block-cover.has-right-content {
  justify-content: center; }

.wp-block-cover-image.has-left-content, .wp-block-cover-image.has-right-content {
  justify-content: center; }

.wp-block-cover.is-style-twentytwentyone-border, .wp-block-cover-image.is-style-twentytwentyone-border {
  border: calc(3 * var(--separator--height)) solid var(--global--color-border); }

.wp-block-cover[class*='-background-color'][class] .wp-block-cover__inner-container, .wp-block-cover-image[class*='-background-color'][class] .wp-block-cover__inner-container {
  background-color: unset; }

.wp-block-file a.wp-block-file__button {
  display: inline-block; }
  .wp-block-file a.wp-block-file__button:active, .wp-block-file a.wp-block-file__button:focus, .wp-block-file a.wp-block-file__button:hover {
    opacity: inherit; }

.wp-block-gallery {
  margin: 0 auto; }
  .wp-block-gallery .blocks-gallery-image, .wp-block-gallery .blocks-gallery-item {
    width: calc((100% - var(--global--spacing-unit)) / 2); }
  .wp-block-gallery .blocks-gallery-image figcaption, .wp-block-gallery .blocks-gallery-item figcaption {
    color: var(--global--color-white);
    font-size: var(--global--font-size-xs);
    margin: 0; }
  .wp-block-gallery .blocks-gallery-image figcaption a, .wp-block-gallery .blocks-gallery-item figcaption a {
    color: var(--global--color-white); }
  .wp-block-gallery .blocks-gallery-image figcaption a:focus, .wp-block-gallery .blocks-gallery-item figcaption a:focus {
    background-color: transparent;
    text-decoration: none; }
  .wp-block-gallery .blocks-gallery-image a:focus img, .wp-block-gallery .blocks-gallery-item a:focus img {
    outline-offset: 2px; }

.wp-block-group {
  clear: both;
  display: flow-root; }
  .wp-block-group::before, .wp-block-group::after {
    clear: both;
    content: '';
    display: block; }
  .wp-block-group .wp-block-group__inner-container {
    margin-left: auto;
    margin-right: auto; }
    .wp-block-group .wp-block-group__inner-container > * {
      margin-bottom: calc(0.666 * var(--global--spacing-vertical));
      margin-top: calc(0.666 * var(--global--spacing-vertical)); }
      .wp-block-group .wp-block-group__inner-container > *:first-child {
        margin-top: 0; }
      .wp-block-group .wp-block-group__inner-container > *:last-child {
        margin-bottom: 0; }
  .wp-block-group.has-background {
    padding: calc(0.666 * var(--global--spacing-vertical)); }
  .wp-block-group.is-style-twentytwentyone-border {
    border: calc(3 * var(--separator--height)) solid var(--global--color-border);
    padding: var(--global--spacing-vertical); }
  .wp-block-group.has-background .wp-block-group__inner-container > .alignfull, .wp-block-group.has-background .wp-block-group__inner-container > hr.wp-block-separator:not(.is-style-dots):not(.alignwide).alignfull {
    margin-left: calc(-1 * var(--global--spacing-vertical));
    max-width: calc(var(--responsive--alignfull-width) + (2 * var(--global--spacing-vertical)));
    width: calc(var(--responsive--alignfull-width) + (2 * var(--global--spacing-vertical))); }
  .wp-block-group.is-style-twentytwentyone-border .wp-block-group__inner-container > .alignfull, .wp-block-group.is-style-twentytwentyone-border .wp-block-group__inner-container > hr.wp-block-separator:not(.is-style-dots):not(.alignwide).alignfull {
    margin-left: calc(-1 * var(--global--spacing-vertical));
    max-width: calc(var(--responsive--alignfull-width) + (2 * var(--global--spacing-vertical)));
    width: calc(var(--responsive--alignfull-width) + (2 * var(--global--spacing-vertical))); }

@media only screen and (min-width: 482px) {
  .wp-block-group .wp-block-group__inner-container > * {
    margin-bottom: var(--global--spacing-vertical);
    margin-top: var(--global--spacing-vertical); } }
@media only screen and (min-width: 482px) {
  .wp-block-group.has-background {
    padding: var(--global--spacing-vertical); } }
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  clear: both;
  font-family: var(--heading--font-family);
  font-weight: var(--heading--font-weight); }

h1 strong, .h1 strong, h2 strong, .h2 strong, h3 strong, .h3 strong, h4 strong, .h4 strong, h5 strong, .h5 strong, h6 strong, .h6 strong {
  font-weight: var(--heading--font-weight-strong); }

h1, .h1 {
  font-size: var(--heading--font-size-h1);
  letter-spacing: var(--heading--letter-spacing-h1);
  line-height: var(--heading--line-height-h1); }

h2, .h2 {
  font-size: var(--heading--font-size-h2);
  letter-spacing: var(--heading--letter-spacing-h2);
  line-height: var(--heading--line-height-h2); }

h3, .h3 {
  font-size: var(--heading--font-size-h3);
  letter-spacing: var(--heading--letter-spacing-h3);
  line-height: var(--heading--line-height-h3); }

h4, .h4 {
  font-size: var(--heading--font-size-h4);
  font-weight: var(--heading--font-weight-strong);
  letter-spacing: var(--heading--letter-spacing-h4);
  line-height: var(--heading--line-height-h4); }

h5, .h5 {
  font-size: var(--heading--font-size-h5);
  font-weight: var(--heading--font-weight-strong);
  letter-spacing: var(--heading--letter-spacing-h5);
  line-height: var(--heading--line-height-h5); }

h6, .h6 {
  font-size: var(--heading--font-size-h6);
  font-weight: var(--heading--font-weight-strong);
  letter-spacing: var(--heading--letter-spacing-h6);
  line-height: var(--heading--line-height-h6); }

.wp-block-image {
  text-align: center; }
  .wp-block-image figcaption {
    color: var(--global--color-primary);
    font-size: var(--global--font-size-xs);
    line-height: var(--global--line-height-body);
    margin-bottom: var(--global--spacing-unit);
    margin-top: calc(0.5 * var(--global--spacing-unit));
    text-align: center; }
  .wp-block-image .alignright {
    margin-left: var(--global--spacing-horizontal); }
  .wp-block-image .alignleft {
    margin-right: var(--global--spacing-horizontal); }
  .wp-block-image a:focus img {
    outline-offset: 2px; }

.entry-content > *[class='wp-block-image'] {
  margin-bottom: 0;
  margin-top: 0; }
.entry-content [class*='inner-container'] > *[class='wp-block-image'] {
  margin-bottom: 0;
  margin-top: 0; }
.entry-content [class*='inner-container'] > *[class='wp-block-image'] + * {
  margin-top: 0; }
.entry-content > *[class='wp-block-image'] + * {
  margin-top: 0; }

.wp-block-image.is-style-twentytwentyone-border img {
  border: calc(3 * var(--separator--height)) solid var(--global--color-border); }
.wp-block-image.is-style-twentytwentyone-image-frame img {
  border: calc(3 * var(--separator--height)) solid var(--global--color-border);
  padding: var(--global--spacing-unit); }

@media only screen and (min-width: 482px) {
  .entry-content > .wp-block-image > .alignleft, .entry-content > .wp-block-image > .alignright {
    max-width: 50%; } }
@media only screen and (max-width: 481px) {
  .entry-content > .wp-block-image > .alignleft, .entry-content > .wp-block-image > .alignright {
    margin-left: 0;
    margin-right: 0; } }
.wp-block-latest-comments {
  padding-left: 0; }
  .wp-block-latest-comments .wp-block-latest-comments__comment {
    font-size: var(--global--font-size-sm);
    line-height: var(--global--line-height-body);
    margin-bottom: var(--global--spacing-vertical);
    /* Vertical margins logic */
    margin-top: var(--global--spacing-vertical); }
    .wp-block-latest-comments .wp-block-latest-comments__comment:first-child {
      margin-top: 0; }
    .wp-block-latest-comments .wp-block-latest-comments__comment:last-child {
      margin-bottom: 0; }
  .wp-block-latest-comments .wp-block-latest-comments__comment-meta {
    font-family: var(--heading--font-family); }
  .wp-block-latest-comments .wp-block-latest-comments__comment-date {
    color: var(--global--color-primary);
    font-size: var(--global--font-size-sm); }
  .wp-block-latest-comments .wp-block-latest-comments__comment-excerpt p {
    font-size: var(--global--font-size-sm);
    line-height: var(--global--line-height-body);
    margin: 0; }

.wp-block-latest-posts {
  padding-left: 0; }
  .wp-block-latest-posts:not(.is-grid) > li {
    margin-bottom: calc(1.666 * var(--global--spacing-vertical));
    margin-top: calc(1.666 * var(--global--spacing-vertical)); }
    .wp-block-latest-posts:not(.is-grid) > li:first-child {
      margin-top: 0; }
    .wp-block-latest-posts:not(.is-grid) > li:last-child {
      margin-bottom: 0; }
  .wp-block-latest-posts.is-grid {
    word-break: break-word;
    word-wrap: break-word; }
    .wp-block-latest-posts.is-grid > li {
      margin-bottom: var(--global--spacing-vertical); }
      .wp-block-latest-posts.is-grid > li:last-child {
        margin-bottom: 0; }
    .wp-block-latest-posts.is-grid.columns-2 > li:nth-last-child(-n + 2):nth-child(2n + 1), .wp-block-latest-posts.is-grid.columns-3 > li:nth-last-child(-n + 3):nth-child(3n + 1), .wp-block-latest-posts.is-grid.columns-4 > li:nth-last-child(-n + 4):nth-child(4n + 1), .wp-block-latest-posts.is-grid.columns-5 > li:nth-last-child(-n + 5):nth-child(5n + 1), .wp-block-latest-posts.is-grid.columns-6 > li:nth-last-child(-n + 6):nth-child(6n + 1) {
      margin-bottom: 0; }
      .wp-block-latest-posts.is-grid.columns-2 > li:nth-last-child(-n + 2):nth-child(2n + 1) ~ li, .wp-block-latest-posts.is-grid.columns-3 > li:nth-last-child(-n + 3):nth-child(3n + 1) ~ li, .wp-block-latest-posts.is-grid.columns-4 > li:nth-last-child(-n + 4):nth-child(4n + 1) ~ li, .wp-block-latest-posts.is-grid.columns-5 > li:nth-last-child(-n + 5):nth-child(5n + 1) ~ li, .wp-block-latest-posts.is-grid.columns-6 > li:nth-last-child(-n + 6):nth-child(6n + 1) ~ li {
        margin-bottom: 0; }
  .wp-block-latest-posts > li > * {
    margin-bottom: calc(0.333 * var(--global--spacing-vertical));
    margin-top: calc(0.333 * var(--global--spacing-vertical)); }
    .wp-block-latest-posts > li > *:first-child {
      margin-top: 0; }
    .wp-block-latest-posts > li > *:last-child {
      margin-bottom: 0; }
  .wp-block-latest-posts > li > a {
    display: inline-block;
    font-family: var(--latest-posts--title-font-family);
    font-size: var(--latest-posts--title-font-size);
    font-weight: var(--heading--font-weight);
    line-height: var(--global--line-height-heading);
    margin-bottom: calc(0.333 * var(--global--spacing-vertical)); }
  .wp-block-latest-posts .wp-block-latest-posts__post-author {
    color: var(--global--color-primary);
    font-size: var(--global--font-size-md);
    line-height: var(--global--line-height-body); }
  .wp-block-latest-posts .wp-block-latest-posts__post-date {
    color: var(--global--color-primary);
    font-size: var(--global--font-size-xs);
    line-height: var(--global--line-height-body); }

[class*='inner-container'] .wp-block-latest-posts .wp-block-latest-posts__post-date, .has-background .wp-block-latest-posts .wp-block-latest-posts__post-date {
  color: currentColor; }

.wp-block-latest-posts .wp-block-latest-posts__post-excerpt, .wp-block-latest-posts .wp-block-latest-posts__post-full-content {
  font-family: var(--latest-posts--description-font-family);
  font-size: var(--latest-posts--description-font-size);
  line-height: var(--global--line-height-body);
  margin-top: calc(0.666 * var(--global--spacing-vertical)); }
.wp-block-latest-posts.alignfull {
  padding-left: var(--global--spacing-unit);
  padding-right: var(--global--spacing-unit); }

.entry-content [class*='inner-container'] .wp-block-latest-posts.alignfull, .entry-content .has-background .wp-block-latest-posts.alignfull {
  padding-left: 0;
  padding-right: 0; }

.wp-block-latest-posts.is-style-twentytwentyone-latest-posts-dividers {
  border-bottom: calc(3 * var(--separator--height)) solid var(--global--color-border);
  border-top: calc(3 * var(--separator--height)) solid var(--global--color-border); }
  .wp-block-latest-posts.is-style-twentytwentyone-latest-posts-dividers:not(.is-grid) > li {
    border-bottom: var(--separator--height) solid var(--global--color-border);
    margin-bottom: var(--global--spacing-vertical);
    margin-top: var(--global--spacing-vertical);
    padding-bottom: var(--global--spacing-vertical); }
  .wp-block-latest-posts.is-style-twentytwentyone-latest-posts-dividers:not(.is-grid) > li:last-child {
    border-bottom: 0;
    padding-bottom: 0; }
  .wp-block-latest-posts.is-style-twentytwentyone-latest-posts-dividers > li {
    border-bottom: var(--separator--height) solid var(--global--color-border);
    margin-bottom: var(--global--spacing-vertical);
    margin-top: var(--global--spacing-vertical);
    padding-bottom: var(--global--spacing-vertical); }
  .wp-block-latest-posts.is-style-twentytwentyone-latest-posts-dividers > li:last-child {
    border-bottom: 0;
    padding-bottom: 0; }
  .wp-block-latest-posts.is-style-twentytwentyone-latest-posts-dividers.is-grid {
    border-bottom: calc(2 * var(--separator--height)) solid var(--global--color-border);
    box-shadow: inset 0 -1px 0 0 var(--global--color-border); }
    .wp-block-latest-posts.is-style-twentytwentyone-latest-posts-dividers.is-grid li {
      margin: 0;
      padding-right: var(--global--spacing-horizontal);
      padding-top: var(--global--spacing-vertical); }
      .wp-block-latest-posts.is-style-twentytwentyone-latest-posts-dividers.is-grid li:last-child {
        padding-bottom: var(--global--spacing-vertical); }
.wp-block-latest-posts.is-style-twentytwentyone-latest-posts-borders li {
  border: calc(3 * var(--separator--height)) solid var(--global--color-border);
  padding: var(--global--spacing-vertical) var(--global--spacing-horizontal); }
  .wp-block-latest-posts.is-style-twentytwentyone-latest-posts-borders li:last-child {
    padding-bottom: var(--global--spacing-vertical); }
.wp-block-latest-posts.is-style-twentytwentyone-latest-posts-borders:not(.is-grid) li {
  margin-bottom: var(--global--spacing-horizontal);
  margin-top: var(--global--spacing-horizontal); }

@media screen and (min-width: 600px) {
  .wp-block-latest-posts.is-style-twentytwentyone-latest-posts-dividers.is-grid.columns-2 li {
    width: calc((100% / 2)); }
  .wp-block-latest-posts.is-style-twentytwentyone-latest-posts-dividers.is-grid.columns-3 li {
    width: calc((100% / 3)); }
  .wp-block-latest-posts.is-style-twentytwentyone-latest-posts-dividers.is-grid.columns-4 li {
    width: calc((100% / 4)); }
  .wp-block-latest-posts.is-style-twentytwentyone-latest-posts-dividers.is-grid.columns-5 li {
    width: calc((100% / 5)); }
  .wp-block-latest-posts.is-style-twentytwentyone-latest-posts-dividers.is-grid.columns-6 li {
    width: calc((100% / 6)); } }
.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }
  .gallery-item a {
    display: block; }
    .gallery-item a:focus img {
      outline-offset: -2px; }

.gallery-columns-2 .gallery-item {
  max-width: 50%; }

.gallery-columns-3 .gallery-item {
  max-width: 33.33%; }

.gallery-columns-4 .gallery-item {
  max-width: 25%; }

.gallery-columns-5 .gallery-item {
  max-width: 20%; }

.gallery-columns-6 .gallery-item {
  max-width: 16.66%; }

.gallery-columns-7 .gallery-item {
  max-width: 14.28%; }

.gallery-columns-8 .gallery-item {
  max-width: 12.5%; }

.gallery-columns-9 .gallery-item {
  max-width: 11.11%; }

.gallery-caption {
  display: block; }

figure.wp-caption a:focus img {
  outline-offset: 2px; }

ul, ol {
  font-family: var(--list--font-family);
  margin: 0;
  padding-left: calc(2 * var(--global--spacing-horizontal)); }

ul.aligncenter, ol.aligncenter {
  list-style-position: inside;
  padding: 0; }

ul.alignright, ol.alignright {
  list-style-position: inside;
  padding: 0;
  text-align: right; }

ul {
  list-style-type: disc; }
  ul ul {
    list-style-type: circle; }

ol {
  list-style-type: decimal; }
  ol ul {
    list-style-type: circle; }

dt {
  font-family: var(--definition-term--font-family);
  font-weight: bold; }

dd {
  margin: 0;
  padding-left: calc(2 * var(--global--spacing-horizontal)); }

.wp-block-media-text {
  /**
   * Block Options
   */ }
  .wp-block-media-text.alignfull {
    margin-bottom: 0;
    margin-top: 0; }
  .wp-block-media-text a:focus img {
    outline-offset: -1px; }
  .wp-block-media-text .wp-block-media-text__content {
    padding: var(--global--spacing-horizontal); }
    .wp-block-media-text .wp-block-media-text__content > * {
      margin-bottom: calc(0.666 * var(--global--spacing-vertical));
      margin-top: calc(0.666 * var(--global--spacing-vertical)); }
      .wp-block-media-text .wp-block-media-text__content > *:first-child {
        margin-top: 0; }
      .wp-block-media-text .wp-block-media-text__content > *:last-child {
        margin-bottom: 0; }
  .wp-block-media-text.is-style-twentytwentyone-border {
    border: calc(3 * var(--separator--height)) solid var(--global--color-border); }

@media only screen and (min-width: 592px) {
  .wp-block-media-text .wp-block-media-text__content {
    padding: var(--global--spacing-vertical); } }
@media only screen and (min-width: 482px) {
  .wp-block-media-text .wp-block-media-text__content > * {
    margin-bottom: var(--global--spacing-vertical);
    margin-top: var(--global--spacing-vertical); } }
@media only screen and (min-width: 482px) {
  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
    padding-bottom: var(--global--spacing-vertical);
    padding-top: var(--global--spacing-vertical); } }
.wp-block-navigation .wp-block-navigation-link {
  padding: 0; }
  .wp-block-navigation .wp-block-navigation-link .wp-block-navigation-link__content {
    padding: var(--primary-nav--padding); }
  .wp-block-navigation .wp-block-navigation-link .wp-block-navigation-link__label {
    font-family: var(--primary-nav--font-family);
    font-size: var(--primary-nav--font-size);
    font-weight: var(--primary-nav--font-weight); }
.wp-block-navigation .wp-block-navigation-link__submenu-icon {
  padding: 0; }
.wp-block-navigation > .wp-block-navigation__container .has-child .wp-block-navigation-link {
  display: inherit; }
.wp-block-navigation > .wp-block-navigation__container .has-child .wp-block-navigation__container {
  border: 0;
  left: 0;
  margin-left: var(--primary-nav--padding);
  min-width: max-content;
  opacity: 0;
  padding: 0;
  position: inherit;
  top: inherit; }
  .wp-block-navigation > .wp-block-navigation__container .has-child .wp-block-navigation__container .wp-block-navigation-link .wp-block-navigation-link__content {
    display: inline-block;
    padding: calc(0.5 * var(--primary-nav--padding)) var(--primary-nav--padding); }
  .wp-block-navigation > .wp-block-navigation__container .has-child .wp-block-navigation__container .wp-block-navigation-link__submenu-icon {
    display: none; }
.wp-block-navigation > .wp-block-navigation__container .has-child:hover .wp-block-navigation__container, .wp-block-navigation > .wp-block-navigation__container .has-child:focus-within .wp-block-navigation__container {
  display: block;
  opacity: 1;
  visibility: visible; }
.wp-block-navigation > .wp-block-navigation__container > .has-child > .wp-block-navigation__container {
  background: var(--global--color-background);
  border: 1px solid var(--primary-nav--border-color);
  margin: 0;
  padding: 0;
  position: absolute;
  top: 100%; }
  .wp-block-navigation > .wp-block-navigation__container > .has-child > .wp-block-navigation__container::before {
    border-color: var(--primary-nav--border-color) transparent;
    border-style: solid;
    border-width: 0 7px 10px;
    content: '';
    display: block;
    left: var(--global--spacing-horizontal);
    position: absolute;
    top: -10px;
    width: 0; }
  .wp-block-navigation > .wp-block-navigation__container > .has-child > .wp-block-navigation__container::after {
    border-color: var(--primary-nav--border-color) transparent;
    border-style: solid;
    border-width: 0 7px 10px;
    content: '';
    display: block;
    left: var(--global--spacing-horizontal);
    position: absolute;
    top: -10px;
    width: 0;
    border-color: var(--global--color-background) transparent;
    top: -9px; }
.wp-block-navigation:not(.has-background) .wp-block-navigation__container {
  background: var(--global--color-background); }
  .wp-block-navigation:not(.has-background) .wp-block-navigation__container .wp-block-navigation__container {
    background: var(--global--color-background); }
.wp-block-navigation:not(.has-text-color) .wp-block-navigation-link > a:hover, .wp-block-navigation:not(.has-text-color) .wp-block-navigation-link > a:focus {
  color: var(--primary-nav--color-link-hover); }
.wp-block-navigation:not(.has-text-color) .wp-block-navigation-link > a:hover {
  text-decoration: underline;
  text-decoration-style: dotted; }
.wp-block-navigation:not(.has-text-color) .wp-block-navigation-link__content {
  color: currentColor; }

p {
  line-height: var(--wp--typography--line-height, var(--global--line-height-body)); }
  p.has-background {
    padding: var(--global--spacing-unit); }
  p.has-text-color a {
    color: var(--wp--style--color--link, var(--global--color-primary)); }

pre.wp-block-preformatted {
  overflow-x: auto;
  white-space: pre; }

.wp-block-pullquote {
  border-bottom-style: solid;
  border-color: currentColor;
  border-top-style: solid;
  border-width: var(--pullquote--border-width);
  color: currentColor;
  padding: calc(2 * var(--global--spacing-unit)) 0;
  position: relative;
  text-align: center;
  /**
   * Block Options
   */ }
  .wp-block-pullquote blockquote::before {
    color: currentColor;
    content: '“';
    display: block;
    font-size: 3rem;
    font-weight: 500;
    left: 0;
    line-height: 1;
    position: relative; }
  .wp-block-pullquote p {
    font-family: var(--pullquote--font-family);
    font-size: var(--pullquote--font-size);
    font-style: var(--pullquote--font-style);
    font-weight: 700;
    letter-spacing: var(--pullquote--letter-spacing);
    line-height: var(--pullquote--line-height);
    margin: 0; }
  .wp-block-pullquote a {
    color: currentColor; }
  .wp-block-pullquote .wp-block-pullquote__citation, .wp-block-pullquote cite, .wp-block-pullquote footer {
    color: currentColor;
    display: block;
    font-size: var(--global--font-size-xs);
    font-style: var(--pullquote--font-style);
    text-transform: none; }
  .wp-block-pullquote:not(.is-style-solid-color) {
    background: none; }
  .wp-block-pullquote.alignleft:not(.is-style-solid-color) blockquote::before, .wp-block-pullquote.alignleft:not(.is-style-solid-color) cite {
    text-align: center; }
  .wp-block-pullquote.alignwide > p, .wp-block-pullquote.alignwide blockquote {
    max-width: var(--responsive--alignwide-width); }
  .wp-block-pullquote.alignfull:not(.is-style-solid-color) > p, .wp-block-pullquote.alignfull:not(.is-style-solid-color) blockquote {
    padding: 0 calc(2 * var(--global--spacing-unit)); }
  .wp-block-pullquote.is-style-solid-color {
    border-color: var(--pullquote--border-color);
    border-style: solid;
    border-width: var(--pullquote--border-width);
    color: var(--pullquote--color-foreground);
    padding: calc(2.5 * var(--global--spacing-unit)); }
    .wp-block-pullquote.is-style-solid-color blockquote {
      margin: 0;
      max-width: inherit; }
      .wp-block-pullquote.is-style-solid-color blockquote::before {
        text-align: left; }
      .wp-block-pullquote.is-style-solid-color blockquote p {
        font-size: var(--pullquote--font-size); }
    .wp-block-pullquote.is-style-solid-color .wp-block-pullquote__citation, .wp-block-pullquote.is-style-solid-color cite, .wp-block-pullquote.is-style-solid-color footer {
      color: currentColor; }
    .wp-block-pullquote.is-style-solid-color.alignleft, .wp-block-pullquote.is-style-solid-color.alignright {
      padding: var(--global--spacing-unit); }
    .wp-block-pullquote.is-style-solid-color.alignleft blockquote, .wp-block-pullquote.is-style-solid-color.alignright blockquote {
      max-width: initial; }

@media (min-width: 600px) {
  .wp-block-pullquote.is-style-solid-color {
    padding: calc(5 * var(--global--spacing-unit)); } }
.wp-block-quote {
  border-left: 0;
  /**
   * Block Options
   */ }
  .wp-block-quote::before {
    content: '“';
    font-size: var(--quote--font-size);
    left: 8px;
    line-height: var(--quote--line-height); }

.has-background .wp-block-quote .wp-block-quote__citation, [class*='background-color'] .wp-block-quote .wp-block-quote__citation, [style*='background-color'] .wp-block-quote .wp-block-quote__citation, .wp-block-cover[style*='background-image'] .wp-block-quote .wp-block-quote__citation, .has-background .wp-block-quote cite, [class*='background-color'] .wp-block-quote cite, [style*='background-color'] .wp-block-quote cite, .wp-block-cover[style*='background-image'] .wp-block-quote cite, .has-background .wp-block-quote footer, [class*='background-color'] .wp-block-quote footer, [style*='background-color'] .wp-block-quote footer, .wp-block-cover[style*='background-image'] .wp-block-quote footer {
  color: currentColor; }

.wp-block-quote.has-text-align-right {
  border-right: 0;
  margin: var(--global--spacing-vertical) var(--global--spacing-horizontal) var(--global--spacing-vertical) auto;
  padding-right: 0; }
  .wp-block-quote.has-text-align-right::before {
    display: none; }
  .wp-block-quote.has-text-align-right p::before {
    content: '”';
    font-size: var(--quote--font-size);
    font-weight: normal;
    line-height: var(--quote--line-height);
    margin-right: 5px; }
.wp-block-quote.has-text-align-center {
  margin: var(--global--spacing-vertical) auto; }
  .wp-block-quote.has-text-align-center::before {
    display: none; }
.wp-block-quote.is-large, .wp-block-quote.is-style-large {
  margin-bottom: var(--global--spacing-vertical);
  /* Resetting margins to match _block-container.scss */
  margin-top: var(--global--spacing-vertical);
  padding-left: 0;
  padding-right: 0; }
.wp-block-quote.is-large p, .wp-block-quote.is-style-large p {
  font-size: var(--quote--font-size-large);
  font-style: var(--quote--font-style-large);
  line-height: var(--quote--line-height-large); }
.wp-block-quote.is-large::before, .wp-block-quote.is-style-large::before {
  font-size: var(--quote--font-size-large);
  left: calc(-1 * var(--global--spacing-horizontal));
  line-height: var(--quote--line-height-large); }
.wp-block-quote.is-large.has-text-align-right::before, .wp-block-quote.is-style-large.has-text-align-right::before {
  display: none; }
.wp-block-quote.is-large.has-text-align-right p::before, .wp-block-quote.is-style-large.has-text-align-right p::before {
  content: '”';
  font-size: var(--quote--font-size-large);
  font-weight: normal;
  line-height: var(--quote--line-height-large);
  margin-right: 10px; }
.wp-block-quote.is-large .wp-block-quote__citation, .wp-block-quote.is-large cite, .wp-block-quote.is-large footer {
  color: var(--global--color-primary);
  font-size: var(--global--font-size-sm); }
.wp-block-quote.is-style-large .wp-block-quote__citation, .wp-block-quote.is-style-large cite, .wp-block-quote.is-style-large footer {
  color: var(--global--color-primary);
  font-size: var(--global--font-size-sm); }

@media only screen and (max-width: 481px) {
  .imgl-tooltip-pos {
    left: 0 !important; }

  .wp-block-quote.is-large, .wp-block-quote.is-style-large {
    padding-left: var(--global--spacing-horizontal); }
  .wp-block-quote.is-large::before, .wp-block-quote.is-style-large::before {
    left: 0; }
  .wp-block-quote.is-large.has-text-align-right, .wp-block-quote.is-style-large.has-text-align-right {
    padding-left: 0;
    padding-right: var(--global--spacing-horizontal); }
  .wp-block-quote.is-large.has-text-align-right::before, .wp-block-quote.is-style-large.has-text-align-right::before {
    right: 0; }
  .wp-block-quote.is-large.has-text-align-center, .wp-block-quote.is-style-large.has-text-align-center {
    padding-left: 0;
    padding-right: 0; } }
.imgl-tooltips .imgl-tooltip-pos {
  z-index: 4 !important; }

.imgl-stage {
  z-index: auto !important; }

@media only screen and (max-width: 481px) {
  .wp-block-quote.has-text-align-right {
    padding-left: 0;
    padding-right: calc(0.5 * var(--global--spacing-horizontal)); }
    .wp-block-quote.has-text-align-right::before {
      right: 0; }
  .wp-block-quote.has-text-align-center {
    padding-left: 0;
    padding-right: 0; } }
hr {
  border-style: none;
  clear: both;
  margin-left: auto;
  margin-right: auto; }
  hr.wp-block-separator {
    border-bottom: var(--separator--height) solid var(--separator--border-color);
    opacity: 1;
    /**
     * Block Options
     */ }
    hr.wp-block-separator:not(.is-style-dots):not(.alignwide) {
      max-width: var(--responsive--aligndefault-width); }
    hr.wp-block-separator:not(.is-style-dots).alignwide {
      max-width: var(--responsive--alignwide-width); }
    hr.wp-block-separator:not(.is-style-dots).alignfull {
      max-width: var(--responsive--alignfull-width);
      width: 100%; }
    hr.wp-block-separator.is-style-twentytwentyone-separator-thick {
      border-bottom-width: calc(3 * var(--separator--height)); }
    hr.wp-block-separator.is-style-dots.has-background, hr.wp-block-separator.is-style-dots.has-text-color {
      background-color: transparent !important; }
    hr.wp-block-separator.is-style-dots.has-background::before, hr.wp-block-separator.is-style-dots.has-text-color::before {
      color: currentColor !important; }
    hr.wp-block-separator.is-style-dots::before {
      color: var(--separator--border-color);
      font-size: var(--global--font-size-xl);
      letter-spacing: var(--global--font-size-sm);
      padding-left: var(--global--font-size-sm); }

.has-background hr.wp-block-separator, [class*='background-color'] hr.wp-block-separator, [style*='background-color'] hr.wp-block-separator, .wp-block-cover[style*='background-image'] hr.wp-block-separator {
  border-color: currentColor; }

.wp-block-social-links a:focus {
  color: var(--global--color-primary); }
.wp-block-social-links.is-style-twentytwentyone-social-icons-color a {
  color: var(--global--color-primary); }
.wp-block-social-links.is-style-twentytwentyone-social-icons-color .wp-social-link, .wp-block-social-links.is-style-twentytwentyone-social-icons-color.has-icon-background-color.has-icon-background-color .wp-social-link {
  background: none; }

.wp-block-spacer {
  display: block;
  margin-bottom: 0 !important;
  margin-top: 0 !important; }

@media only screen and (max-width: 481px) {
  .wp-block-spacer[style] {
    height: var(--global--spacing-unit) !important; } }
table, .wp-block-table {
  border-collapse: collapse;
  min-width: 240px;
  width: 100%; }

table thead, table tfoot {
  text-align: center; }

.wp-block-table thead, .wp-block-table tfoot {
  text-align: center; }

table th, .wp-block-table th {
  font-family: var(--heading--font-family); }

table td, table th {
  border: 1px solid;
  padding: calc(0.5 * var(--global--spacing-unit)); }

.wp-block-table td, .wp-block-table th {
  border: 1px solid;
  padding: calc(0.5 * var(--global--spacing-unit)); }

table figcaption, .wp-block-table figcaption {
  color: var(--global--color-primary);
  font-size: var(--global--font-size-xs); }

table.is-style-regular .has-background {
  color: var(--table--has-background-text-color); }
table.is-style-stripes .has-background {
  color: var(--table--has-background-text-color); }
  table.is-style-stripes .has-background thead tr, table.is-style-stripes .has-background tfoot tr, table.is-style-stripes .has-background tbody tr {
    color: var(--table--has-background-text-color); }

.wp-block-table.is-style-regular .has-background {
  color: var(--table--has-background-text-color); }
.wp-block-table.is-style-stripes .has-background {
  color: var(--table--has-background-text-color); }
  .wp-block-table.is-style-stripes .has-background thead tr, .wp-block-table.is-style-stripes .has-background tfoot tr, .wp-block-table.is-style-stripes .has-background tbody tr {
    color: var(--table--has-background-text-color); }

table.is-style-stripes, .wp-block-table.is-style-stripes {
  border-color: var(--table--stripes-border-color); }

table.is-style-stripes th, table.is-style-stripes td {
  border-width: 0; }

.wp-block-table.is-style-stripes th, .wp-block-table.is-style-stripes td {
  border-width: 0; }

table.is-style-stripes tbody tr:nth-child(odd), .wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
  background-color: var(--table--stripes-background-color); }

table.is-style-stripes .has-background tbody tr:nth-child(odd), .wp-block-table.is-style-stripes .has-background tbody tr:nth-child(odd) {
  background-color: var(--global--color-white-90); }

table.wp-calendar-table td {
  background: transparent;
  border: 0;
  line-height: 2;
  text-align: center;
  vertical-align: middle;
  word-break: normal; }
table.wp-calendar-table th {
  background: transparent;
  border: 0;
  line-height: 2;
  text-align: center;
  vertical-align: middle;
  word-break: normal;
  font-weight: bold; }
table.wp-calendar-table thead, table.wp-calendar-table tbody {
  border: 1px solid;
  color: currentColor; }
table.wp-calendar-table caption {
  color: currentColor;
  font-weight: bold;
  margin-bottom: var(--global--spacing-unit);
  text-align: left; }

.wp-calendar-nav {
  margin-top: calc(var(--global--spacing-unit) / 2);
  text-align: left; }
  .wp-calendar-nav svg {
    height: 1em;
    vertical-align: middle; }
    .wp-calendar-nav svg path {
      fill: currentColor; }
  .wp-calendar-nav .wp-calendar-nav-next {
    float: right; }

.wp-block-tag-cloud.alignfull {
  padding-left: var(--global--spacing-unit);
  padding-right: var(--global--spacing-unit); }

.wp-block-verse {
  font-family: var(--entry-content--font-family); }

.wp-block-video figcaption {
  color: var(--global--color-primary);
  font-size: var(--global--font-size-xs);
  margin-bottom: var(--global--spacing-unit);
  margin-top: calc(0.5 * var(--global--spacing-unit));
  text-align: center; }

* > figure > video {
  max-width: unset;
  vertical-align: middle;
  width: 100%; }

:root .is-extra-small-text, :root .has-extra-small-font-size {
  font-size: var(--global--font-size-xs); }
:root .is-small-text, :root .has-small-font-size {
  font-size: var(--global--font-size-sm); }
:root .is-regular-text, :root .has-regular-font-size, :root .is-normal-font-size, :root .has-normal-font-size, :root .has-medium-font-size {
  font-size: var(--global--font-size-base); }
:root .is-large-text, :root .has-large-font-size {
  font-size: var(--global--font-size-lg);
  line-height: var(--global--line-height-heading); }
:root .is-larger-text, :root .has-larger-font-size, :root .is-extra-large-text, :root .has-extra-large-font-size {
  font-size: var(--global--font-size-xl);
  line-height: var(--global--line-height-heading); }
:root .is-huge-text, :root .has-huge-font-size {
  font-size: var(--global--font-size-xxl);
  font-weight: var(--heading--font-weight-page-title);
  line-height: var(--global--line-height-heading); }
:root .is-gigantic-text, :root .has-gigantic-font-size {
  font-size: var(--global--font-size-xxxl);
  font-weight: var(--heading--font-weight-page-title);
  line-height: var(--global--line-height-heading); }

/* Block Alignments */
/**
 * These selectors set the default max width for content appearing inside a post or page.
 */
/**
 * .alignleft
 */
.alignleft {
  margin-top: 0;
  /*rtl:ignore*/
  text-align: left; }

.entry-content > .alignleft {
  max-width: var(--responsive--aligndefault-width); }

@media only screen and (min-width: 482px) {
  .alignleft {
    /*rtl:ignore*/
    float: left;
    margin-bottom: var(--global--spacing-vertical);
    /*rtl:ignore*/
    margin-right: var(--global--spacing-horizontal); }

  .entry-content > .alignleft {
    max-width: calc(50% - var(--responsive--alignleft-margin)); } }
/**
 * .aligncenter
 */
.aligncenter {
  clear: both;
  display: block;
  float: none;
  margin-left: auto;
  margin-right: auto;
  text-align: center; }

/**
 * .alignright
 */
.alignright {
  margin-bottom: var(--global--spacing-vertical);
  margin-top: 0; }

.entry-content > .alignright {
  max-width: var(--responsive--aligndefault-width); }

@media only screen and (min-width: 482px) {
  .alignright {
    /*rtl:ignore*/
    float: right;
    /*rtl:ignore*/
    margin-left: var(--global--spacing-horizontal); }

  .entry-content > .alignright {
    max-width: calc(50% - var(--responsive--alignright-margin)); } }
[class*='inner-container'] > .alignleft + *, [class*='inner-container'] > .alignright + * {
  margin-top: 0; }

/**
 * .alignwide
 */
.alignwide, .alignfull {
  clear: both; }

/**
 * .alignfull
 */
.has-left-content {
  justify-content: flex-start; }

.has-right-content {
  justify-content: flex-end; }

.has-parallax {
  background-attachment: fixed; }

.has-drop-cap:not(:focus)::first-letter {
  float: left;
  font-family: var(--heading--font-family);
  font-size: calc(1.2 * var(--heading--font-size-h1));
  font-style: normal;
  font-weight: var(--heading--font-weight);
  line-height: 0.66;
  margin: 0.1em 0.1em 0 0;
  text-transform: uppercase; }
.has-drop-cap:not(:focus)::after {
  clear: both;
  content: '';
  display: table;
  padding-top: 14px; }

.desktop-only {
  display: none; }

@media only screen and (min-width: 482px) {
  .desktop-only {
    display: block; } }
/* Category 06 contains all "bigger" components which contain elements of the previous two categories like header, footer, page template, single template, comments section, archives, ... */
.site-header {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  row-gap: var(--global--spacing-vertical); }

.wp-custom-logo .site-header {
  align-items: center; }

@media only screen and (min-width: 482px) {
  .site-header {
    padding-top: calc(var(--global--spacing-vertical) / 0.75); } }
@media only screen and (min-width: 822px) {
  .site-header {
    padding-top: calc(2.4 * var(--global--spacing-vertical)); } }
.site-branding {
  color: var(--branding--color-text);
  margin-right: 140px; }
  .site-branding:last-child {
    margin-right: 0;
    text-align: center;
    width: 100%; }

@media only screen and (min-width: 482px) {
  .site-branding {
    margin-right: initial;
    margin-top: 4px; } }
.site-title {
  color: var(--branding--color-link);
  font-family: var(--branding--title--font-family);
  font-size: var(--branding--title--font-size-mobile);
  letter-spacing: normal;
  line-height: var(--global--line-height-heading);
  margin-bottom: calc(var(--global--spacing-vertical) / 6);
  text-transform: var(--branding--title--text-transform); }

body #masthead .site-branding .site-title a:focus {
  background: none;
  color: var(--black-white-switch); }

.site-title a {
  color: currentColor;
  font-weight: var(--branding--title--font-weight); }
  .site-title a:link, .site-title a:visited, .site-title a:active {
    color: currentColor; }
  .site-title a:hover, .site-title a:focus {
    color: var(--branding--color-link-hover); }

@media only screen and (min-width: 482px) {
  .site-title {
    font-size: var(--branding--title--font-size); } }
.site-description {
  display: none; }

.site-title > a {
  text-decoration-color: var(--global--color-secondary); }

.site-logo {
  margin: calc(var(--global--spacing-vertical) / 2) 0; }

.site-header > .site-logo {
  border-bottom: 1px solid;
  padding-bottom: calc(var(--global--spacing-vertical) * 1.5);
  text-align: center;
  width: 100%; }

.site-logo .custom-logo {
  display: inline-block;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  max-height: var(--branding--logo--max-height-mobile);
  max-width: var(--branding--logo--max-width-mobile);
  width: auto; }

@media only screen and (min-width: 482px) {
  .site-logo .custom-logo {
    height: auto;
    max-height: var(--branding--logo--max-height);
    max-width: var(--branding--logo--max-width);
    width: auto; } }
@media only screen and (max-width: 481px) {
  .site-header.has-logo:not(.has-title-and-tagline).has-menu .site-logo {
    margin-top: 0;
    padding-top: calc(0.5 * var(--global--spacing-vertical));
    position: absolute;
    top: var(--global--admin-bar--height); }

  .primary-navigation-open .site-header.has-logo:not(.has-title-and-tagline).has-menu .site-logo {
    display: none; }

  .site-header.has-logo:not(.has-title-and-tagline).has-menu .site-logo img {
    max-height: calc(var(--button--padding-vertical) - (0.25 * var(--global--spacing-unit)) + 1.7em); }
  .site-header.has-logo.has-title-and-tagline {
    align-items: flex-start; }
    .site-header.has-logo.has-title-and-tagline.has-menu {
      justify-content: space-between; }
      .site-header.has-logo.has-title-and-tagline.has-menu .site-branding {
        max-width: calc(100% - 160px); }
    .site-header.has-logo.has-title-and-tagline .site-branding {
      margin-right: 0; }

  body:not(.primary-navigation-open) .site-header.has-logo.has-title-and-tagline::after {
    display: none; }
  body:not(.primary-navigation-open) .site-header.has-logo.has-title-and-tagline .primary-navigation {
    position: relative;
    top: 0; }
  body:not(.primary-navigation-open) .site-header.has-logo.has-title-and-tagline .menu-button-container {
    margin-top: calc(0 - var(--button--padding-vertical) + (0.25 * var(--global--spacing-unit)));
    padding-top: 0;
    position: relative; }
    body:not(.primary-navigation-open) .site-header.has-logo.has-title-and-tagline .menu-button-container #primary-mobile-menu {
      margin-right: calc(0 - var(--global--spacing-horizontal) * 0.6);
      padding-left: calc(var(--global--spacing-horizontal) * 0.6 - 4.5px);
      padding-right: calc(var(--global--spacing-horizontal) * 0.6 - 4.5px); }

  .site-header:not(.has-logo).has-title-and-tagline .site-branding {
    margin-right: 0;
    max-width: calc(100% - 160px); }
  .site-header:not(.has-menu) {
    justify-content: center; } }
.site-footer {
  padding-bottom: calc(1.7 * var(--global--spacing-vertical));
  padding-top: 0; }

.no-widgets .site-footer {
  margin-top: calc(6 * var(--global--spacing-vertical)); }

@media only screen and (max-width: 481px) {
  .no-widgets .site-footer {
    margin-top: calc(3 * var(--global--spacing-vertical)); } }
.site-footer > .site-info {
  border-top: 3px solid var(--global--color-border);
  color: var(--footer--color-text);
  font-family: var(--footer--font-family);
  font-size: var(--footer--font-size);
  line-height: 1.25;
  padding-left: max(calc((100% - 1600px) / 2 + 30px), 0);
  padding-right: max(calc((100% - 1600px) / 2 + 30px), 0); }
  .site-footer > .site-info .site-name {
    font-size: var(--branding--title--font-size);
    text-transform: var(--branding--title--text-transform); }
  .site-footer > .site-info .powered-by {
    margin-top: calc(0.5 * var(--global--spacing-vertical)); }
  .site-footer > .site-info a {
    color: var(--footer--color-link); }
    .site-footer > .site-info a:link, .site-footer > .site-info a:visited, .site-footer > .site-info a:active {
      color: var(--footer--color-link); }
    .site-footer > .site-info a:hover, .site-footer > .site-info a:focus {
      color: var(--footer--color-link-hover); }

@media only screen and (min-width: 822px) {
  .site-footer > .site-info {
    align-items: center;
    display: flex; }
    .site-footer > .site-info .powered-by {
      margin-left: auto;
      margin-top: initial; } }
.is-dark-theme .site-footer > .site-info a:focus {
  color: var(--wp--style--color--link, var(--global--color-background)); }

.has-background-white .site-footer > .site-info a:focus {
  color: var(--wp--style--color--link, var(--global--color-white)); }

.single-product {
  /* Sticky Add To Cart */ }
  .single-product .summary {
    margin-bottom: 40px; }
  .single-product .woocommerce-tabs {
    margin-bottom: 40px;
    margin-top: 20px;
    padding-top: 40px; }
  .single-product #content .wp-block-columns {
    max-width: none; }
  .single-product .woocommerce-product-gallery {
    margin: auto; }
  .single-product .wsatc-variation select {
    max-width: 100px !important;
    padding: 8px 32px 4px 8px; }
  .single-product .out-of-stock {
    display: none !important; }
    .single-product .out-of-stock ~ #wc-stripe-payment-request-wrapper {
      display: none !important; }
  .single-product #page .description_tab, .single-product #page .woocommerce-Tabs-panel > h2:first-of-type {
    display: none !important; }
  .single-product #page figure, .single-product #page .revslider {
    max-width: none; }
  .single-product #page .entry-header {
    background: var(--black-white-switch);
    margin-bottom: calc(3 * var(--global--spacing-vertical));
    padding-bottom: calc(2 * var(--global--spacing-vertical)); }
  .single-product #page p:not(.site-title) {
    font-size: 24px; }
  .single-product #page .woocommerce-product-details__short-description p {
    font-size: 17px; }
  .single-product #page .wp-block-columns .wp-block-column > p {
    margin-bottom: 20px; }
  .single-product #page .woovr-variation-radio .woovr-variation-name {
    font-weight: 400; }
  .single-product #page .single-product .wsatc-add-to-cart {
    align-items: center;
    background: var(--black-gray-switch);
    border-radius: 4px;
    display: flex;
    font-family: var(--font-headings);
    font-size: var(--button--font-size);
    height: 55px;
    justify-content: center;
    padding: 0 20px;
    text-transform: uppercase; }
  .single-product #page .wsatc-stick-cart-wrapper .wsatc-container {
    max-width: 1520px;
    padding: 10px 30px; }

/* Single Product Page */
@media (max-width: 767.99px) {
  .single-product #page .wsatc-stick-cart-wrapper .product-title {
    margin-left: 4px; }
  .single-product #page .wsatc-add-to-cart {
    text-align: center;
    width: 100%; }
  .single-product #page .wsatc-right-section {
    width: 100%; } }
.home article {
  background-color: #f8f8f8;
  margin: 0 auto;
  max-width: 1600px; }
.home .wp-container-3 {
  gap: 0; }
.home .site-main {
  margin-top: 50px; }
.home article.post header.entry-header {
  background: none;
  padding: 0; }
  .home article.post header.entry-header .post-thumbnail img {
    max-width: 100%; }
.home article.post .entry-content {
  margin-top: 0; }
.home figure.post-thumbnail > img {
  margin-bottom: 0; }
.home #main article figure.post-thumbnail > figcaption {
  bottom: 20px;
  color: #fff !important;
  font-family: var(--font-headings);
  font-size: 55px !important;
  left: 0;
  line-height: 47px !important;
  padding-left: max(30px, calc((100% - 1240px) / 2));
  position: absolute;
  text-align: left !important;
  text-transform: uppercase; }
.home hr {
  border-color: var(--global--color-light-gray);
  margin: 0 auto 30px;
  max-width: 1600px;
  width: 100%; }
.home main#main {
  display: flex;
  flex-direction: column;
  padding-bottom: 0; }
.home h2 {
  text-transform: uppercase; }
.home .wp-block-columns .wp-block-column > p:first-of-type {
  margin-bottom: 80px; }
.home h5 {
  font-family: var(--font-base);
  font-weight: normal;
  letter-spacing: normal; }
.home .entry-header {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0; }
.home .postNavigation {
  background: #f8f8f8;
  display: flex;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  max-width: 1600px;
  padding: 10px 30px;
  width: 100%; }
  .home .postNavigation .prevPost a, .home .postNavigation .nextPost a {
    font-family: var(--font-headings);
    font-size: 35px; }
.home.is-dark-theme .postNavigation {
  background: #141414; }
.home .post-navigation, .home .single-post .post-navigation {
  background: #141414;
  max-width: 1600px;
  padding-bottom: 60px;
  padding-left: 30px;
  padding-right: 30px;
  width: 100%; }
.home .post-navigation .nav-links .nav-previous, .home .single-post .post-navigation .nav-links .nav-previous {
  order: 1;
  text-align: right; }
.home .post-navigation .nav-links {
  justify-content: end; }
  .home .post-navigation .nav-links .meta-nav {
    color: var(--global--color-light-gray) !important;
    font-family: var(--font-headings);
    font-size: 35px;
    line-height: 1 !important;
    text-align: right; }
.home article.post:first-of-type .entry-header {
  display: none; }

@media (max-width: 822px) {
  .home #main article figure.post-thumbnail > figcaption {
    padding-left: 15px; } }
@media (max-width: 781.99px) {
  .home .wp-block-columns .wp-block-column > p:first-of-type {
    margin-bottom: 40px; } }
@media (max-width: 821.99px) {
  .home .postNavigation {
    padding: 10px 15px; } }
#searchBar {
  display: none; }

.singular .has-post-thumbnail .entry-header {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: calc(1.3 * var(--global--spacing-vertical)); }

.single-post .wp-container-3 {
  gap: 0; }
.single-post .entry-content .wp-block-columns:nth-child(1) {
  margin-top: calc(0.66 * var(--global--spacing-unit)); }
.single-post #main {
  padding-bottom: 0;
  margin-top: 50px; }
  .single-post #main .entry-header {
    background: black;
    padding-left: 0;
    padding-right: 0; }
    .single-post #main .entry-header .entry-bar {
      background: white;
      margin-bottom: 0; }
      .single-post #main .entry-header .entry-bar .entry-title {
        margin: auto;
        max-width: 1540px; }
  .single-post #main .entry-content {
    background: #141414;
    margin-bottom: 0;
    max-width: 1600px;
    padding-top: 20px; }
  .single-post #main .post-navigation {
    background: #141414;
    max-width: 1600px; }
.single-post .post-navigation, .single-post .single-post .post-navigation {
  background: #141414;
  max-width: 1600px;
  padding-bottom: 60px;
  padding-left: 30px;
  padding-right: 30px;
  width: 100%; }
.single-post .post-navigation .nav-links .nav-previous, .single-post .single-post .post-navigation .nav-links .nav-previous {
  order: 1;
  text-align: right; }
.single-post .post-navigation .nav-links {
  justify-content: space-between;
  padding-top: 60px;
  display: flex; }
  .single-post .post-navigation .nav-links .meta-nav {
    color: var(--global--color-light-gray) !important;
    font-family: var(--font-headings);
    font-size: 35px;
    line-height: 1 !important;
    text-align: right; }
  .single-post .post-navigation .nav-links .nav-previous {
    margin-top: 0; }
    .single-post .post-navigation .nav-links .nav-previous:only-child {
      margin-left: auto; }
  .single-post .post-navigation .nav-links .nav-next {
    margin-top: 0; }
    .single-post .post-navigation .nav-links .nav-next .meta-nav {
      text-align: left; }

@media (max-width: 1600px) {
  .single-post #main .entry-header .entry-bar .entry-title {
    padding-left: 15px; } }
@media (max-width: 1540px) {
  .single-post #main .entry-header .entry-bar .entry-title {
    padding-left: 30px; } }
@media (max-width: 1024px) {
  .single-post #main .entry-header .entry-bar .entry-title {
    padding-left: 15px; } }
.page-links {
  clear: both; }
  .page-links .post-page-numbers {
    display: inline-block;
    margin-left: calc(0.66 * var(--global--spacing-unit));
    margin-right: calc(0.66 * var(--global--spacing-unit));
    min-height: 44px;
    min-width: 44px; }
    .page-links .post-page-numbers:first-child {
      margin-left: 0; }

.entry-title {
  color: var(--entry-header--color);
  font-size: var(--entry-header--font-size);
  letter-spacing: var(--heading--letter-spacing-h2);
  line-height: var(--heading--line-height-h2);
  overflow-wrap: break-word; }
  .entry-title a {
    color: var(--entry-header--color-link);
    text-underline-offset: 0.15em; }
    .entry-title a:hover {
      color: var(--entry-header--color-hover); }
    .entry-title a:focus {
      color: var(--entry-header--color-focus); }
    .entry-title a:active {
      color: var(--entry-header--color-link); }

.singular .entry-title {
  font-size: var(--global--font-size-page-title); }

h1.entry-title {
  font-weight: var(--heading--font-weight-page-title);
  line-height: var(--heading--line-height-h1); }

/**
 * Entry Content
 */
.entry-content, .entry-summary {
  font-family: var(--entry-content--font-family); }

.entry-content p {
  word-wrap: break-word; }
.entry-content > iframe[style] {
  margin: var(--global--spacing-vertical) 0 !important;
  max-width: 100% !important; }

.entry-footer {
  clear: both;
  color: var(--global--color-primary);
  display: block;
  float: none;
  font-size: var(--global--font-size-xs); }
  .entry-footer > span {
    display: inline-block; }
  .entry-footer a {
    color: currentColor; }
    .entry-footer a:hover, .entry-footer a:focus {
      color: var(--global--color-primary-hover); }
    .entry-footer a:active {
      color: currentColor; }

.site-main > article > .entry-footer {
  border-bottom: var(--separator--height) solid var(--separator--border-color);
  margin-top: var(--global--spacing-vertical);
  padding-bottom: calc(3 * var(--global--spacing-vertical));
  padding-top: var(--global--spacing-unit); }

body:not(.single) .site-main > article:last-of-type .entry-footer {
  border-bottom: var(--separator--height) solid transparent; }

.single .site-main > article > .entry-footer {
  border-bottom: var(--separator--height) solid transparent;
  border-top: 3px solid var(--separator--border-color);
  column-gap: calc(2 * var(--global--spacing-horizontal));
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: calc(3.4 * var(--global--spacing-vertical));
  margin-top: calc(3.4 * var(--global--spacing-vertical));
  padding-bottom: 0;
  padding-top: calc(0.8 * var(--global--spacing-vertical)); }
  .single .site-main > article > .entry-footer .post-taxonomies {
    justify-content: flex-end;
    text-align: right; }
  .single .site-main > article > .entry-footer .full-size-link {
    justify-content: flex-end;
    text-align: right; }
    .single .site-main > article > .entry-footer .full-size-link:first-child:last-child {
      grid-column: span 2; }
  .single .site-main > article > .entry-footer .posted-on, .single .site-main > article > .entry-footer .byline, .single .site-main > article > .entry-footer .cat-links, .single .site-main > article > .entry-footer .tags-links {
    display: block; }

@media only screen and (max-width: 481px) {
  .single .site-main > article > .entry-footer {
    display: block; }
    .single .site-main > article > .entry-footer .full-size-link {
      display: block; }
    .single .site-main > article > .entry-footer .post-taxonomies, .single .site-main > article > .entry-footer .full-size-link {
      text-align: left; } }
/**
 * Post Thumbnails
 */
.post-thumbnail {
  text-align: center; }
  .post-thumbnail .wp-post-image {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    width: auto; }

.single .post-thumbnail .wp-post-image {
  margin-top: 0; }

.page-title {
  font-size: var(--global--font-size-page-title); }

h1.page-title, h2.page-title {
  font-weight: var(--heading--font-weight-page-title); }

h1.page-title {
  line-height: var(--heading--line-height-h1); }

.page-header {
  border-bottom: 3px solid var(--global--color-border);
  padding-bottom: calc(2 * var(--global--spacing-vertical)); }

.archive .content-area .format-aside .entry-content, .archive .content-area .format-status .entry-content, .archive .content-area .format-link .entry-content {
  font-size: var(--global--font-size-lg); }

.search .content-area .format-aside .entry-content, .search .content-area .format-status .entry-content, .search .content-area .format-link .entry-content {
  font-size: var(--global--font-size-lg); }

.blog .content-area .format-aside .entry-content, .blog .content-area .format-status .entry-content, .blog .content-area .format-link .entry-content {
  font-size: var(--global--font-size-lg); }

.archive .format-image .entry-content, .archive .format-gallery .entry-content, .archive .format-video .entry-content {
  margin-top: calc(2 * var(--global--spacing-vertical)); }

.search .format-image .entry-content, .search .format-gallery .entry-content, .search .format-video .entry-content {
  margin-top: calc(2 * var(--global--spacing-vertical)); }

.blog .format-image .entry-content, .blog .format-gallery .entry-content, .blog .format-video .entry-content {
  margin-top: calc(2 * var(--global--spacing-vertical)); }

.archive .entry-footer .cat-links, .archive .entry-footer .tags-links {
  display: block; }

.search .entry-footer .cat-links, .search .entry-footer .tags-links {
  display: block; }

.blog .entry-footer .cat-links, .blog .entry-footer .tags-links {
  display: block; }

.archive.logged-in .entry-footer .posted-on, .search.logged-in .entry-footer .posted-on, .blog.logged-in .entry-footer .posted-on {
  margin-right: calc(0.5 * var(--global--spacing-unit)); }

.archive-description {
  font-size: var(--global--font-size-xl);
  line-height: var(--global--line-height-heading);
  margin-top: var(--global--spacing-vertical); }

.error404 main p {
  font-size: var(--global--font-size-lg);
  margin-bottom: calc(var(--global--spacing-vertical) * 1.6666666667); }

.menu-button-container {
  display: none;
  justify-content: space-between;
  padding-bottom: calc(0.25 * var(--global--spacing-vertical));
  padding-top: calc(0.5 * var(--global--spacing-vertical));
  position: absolute;
  right: 0; }
  .menu-button-container #primary-mobile-menu {
    background-color: transparent;
    border: 0;
    color: var(--primary-nav--color-link);
    display: flex;
    font-size: var(--primary-nav--font-size-button);
    font-weight: var(--primary-nav--font-weight-button);
    margin-left: auto;
    padding: calc(var(--button--padding-vertical) - (0.25 * var(--global--spacing-unit))) calc(0.5 * var(--button--padding-horizontal)); }
    .menu-button-container #primary-mobile-menu .dropdown-icon {
      align-items: center;
      display: flex; }
      .menu-button-container #primary-mobile-menu .dropdown-icon .svg-icon {
        margin-left: calc(0.25 * var(--global--spacing-unit)); }
      .menu-button-container #primary-mobile-menu .dropdown-icon.open .svg-icon {
        position: relative;
        top: -1px; }
      .menu-button-container #primary-mobile-menu .dropdown-icon.close {
        display: none; }
    .menu-button-container #primary-mobile-menu[aria-expanded*='true'] .dropdown-icon.open {
      display: none; }
    .menu-button-container #primary-mobile-menu[aria-expanded*='true'] .dropdown-icon.close {
      display: flex; }

@media only screen and (max-width: 481px) {
  .menu-button-container {
    display: flex; } }
.has-logo.has-title-and-tagline .menu-button-container #primary-mobile-menu[aria-expanded*='true'] .dropdown-icon.close {
  animation-duration: 0.3s;
  animation-name: twentytwentyone-close-button-transition; }

.primary-navigation-open .menu-button-container {
  background-color: var(--global--color-background);
  width: 100%;
  z-index: 500; }
  .primary-navigation-open .menu-button-container #primary-mobile-menu {
    position: static; }

.primary-navigation {
  color: var(--primary-nav--color-text);
  font-size: var(--primary-nav--font-size);
  line-height: 1.15;
  margin-bottom: 0;
  margin-top: 0;
  position: absolute;
  right: 0;
  top: var(--global--admin-bar--height); }
  .primary-navigation > .primary-menu-container {
    background-color: var(--global--color-background);
    bottom: 0;
    left: 0;
    opacity: 0;
    padding-bottom: var(--global--spacing-horizontal);
    padding-left: var(--global--spacing-unit);
    padding-right: var(--global--spacing-unit);
    padding-top: calc(var(--button--line-height) * var(--primary-nav--font-size-button) + 42px + 5px);
    position: fixed;
    right: 0;
    top: 0;
    transform: translateY(var(--global--spacing-vertical));
    transition: all 0.15s ease-in-out;
    visibility: hidden; }

@media only screen and (max-width: 481px) {
  .primary-navigation > .primary-menu-container {
    border: 2px solid transparent;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 499; }

  .has-logo.has-title-and-tagline .primary-navigation > .primary-menu-container {
    position: fixed;
    transform: translateY(0) translateX(100%); }

  .admin-bar .has-logo.has-title-and-tagline .primary-navigation > .primary-menu-container {
    top: var(--global--admin-bar--height); }
  .admin-bar .primary-navigation > .primary-menu-container {
    height: calc(100vh - var(--global--admin-bar--height)); }

  .primary-navigation > .primary-menu-container:focus {
    border: 2px solid var(--global--color-primary); } }
@media only screen and (max-width: 481px) {
  .primary-navigation-open .primary-navigation {
    position: fixed;
    width: 100%;
    z-index: 2; } }
.primary-navigation-open .primary-navigation > .primary-menu-container {
  opacity: 1;
  position: absolute;
  transform: translateY(0);
  visibility: visible; }

@media only screen and (max-width: 481px) {
  .primary-navigation-open .has-logo.has-title-and-tagline .primary-navigation > .primary-menu-container {
    transform: translateX(0) translateY(0); } }
@media only screen and (min-width: 482px) {
  .primary-navigation {
    margin-left: auto;
    position: relative; }
    .primary-navigation > .primary-menu-container {
      background-color: transparent;
      opacity: 1;
      overflow: initial;
      padding: 0;
      position: relative;
      transform: none;
      visibility: visible; }
    .primary-navigation #toggle-menu, .primary-navigation > .primary-menu-container ul > li .sub-menu-toggle[aria-expanded='false'] ~ ul {
      display: none; }

  .admin-bar .primary-navigation > .primary-menu-container {
    top: initial; } }
.primary-navigation > div > .menu-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  list-style: none;
  margin: 0;
  max-width: none;
  padding-left: 0;
  position: relative; }
  .primary-navigation > div > .menu-wrapper li {
    display: block;
    position: relative;
    width: 100%; }
  .primary-navigation > div > .menu-wrapper .sub-menu-toggle {
    align-items: center;
    background: transparent;
    border: 0;
    color: currentColor;
    display: flex;
    height: calc(2 * var(--primary-nav--padding) + 1.15em + 1px);
    justify-content: center;
    padding: 0;
    width: 44px; }
    .primary-navigation > div > .menu-wrapper .sub-menu-toggle .icon-plus, .primary-navigation > div > .menu-wrapper .sub-menu-toggle .icon-minus {
      align-items: center;
      display: flex;
      height: 100%; }
    .primary-navigation > div > .menu-wrapper .sub-menu-toggle .icon-plus svg {
      margin-top: -1px; }
    .primary-navigation > div > .menu-wrapper .sub-menu-toggle .icon-minus {
      display: none; }
      .primary-navigation > div > .menu-wrapper .sub-menu-toggle .icon-minus svg {
        margin-top: -1px; }
    .primary-navigation > div > .menu-wrapper .sub-menu-toggle[aria-expanded='true'] .icon-minus {
      display: flex; }
    .primary-navigation > div > .menu-wrapper .sub-menu-toggle[aria-expanded='true'] .icon-plus {
      display: none; }
  .primary-navigation > div > .menu-wrapper > li > .sub-menu {
    position: relative; }
.primary-navigation .primary-menu > .menu-item:hover > a {
  color: var(--primary-nav--color-link-hover); }
.primary-navigation a {
  display: block;
  font-family: var(--primary-nav--font-family-mobile);
  font-size: var(--primary-nav--font-size-mobile);
  font-weight: var(--primary-nav--font-weight);
  padding: var(--primary-nav--padding) 0;
  text-decoration: none; }
  .primary-navigation a + svg {
    fill: var(--primary-nav--color-text); }
  .primary-navigation a:hover, .primary-navigation a:link, .primary-navigation a:visited {
    color: var(--primary-nav--color-link-hover); }
  .primary-navigation a:hover {
    text-decoration: underline;
    text-decoration-style: dotted; }
  .primary-navigation a:focus {
    outline-offset: 0;
    position: relative;
    text-decoration-thickness: 2px;
    z-index: 99999; }
.primary-navigation .current-menu-item > a:first-child, .primary-navigation .current_page_item > a:first-child {
  text-decoration: underline;
  text-decoration-style: solid; }
.primary-navigation .current-menu-item > a:first-child:hover, .primary-navigation .current_page_item > a:first-child:hover {
  text-decoration: underline;
  text-decoration-style: dotted; }
.primary-navigation .sub-menu {
  border: 1px solid var(--primary-nav--border-color);
  list-style: none;
  margin: 0;
  margin-left: var(--primary-nav--padding);
  padding: 0; }
  .primary-navigation .sub-menu .sub-menu {
    border: 0; }
  .primary-navigation .sub-menu .menu-item > a {
    display: block;
    font-size: var(--primary-nav--font-size-sub-menu-mobile);
    font-style: var(--primary-nav--font-style-sub-menu-mobile);
    padding: calc(1.25 * var(--primary-nav--padding)) var(--primary-nav--padding); }
.primary-navigation .menu-item-has-children > .svg-icon {
  display: none; }
.primary-navigation .menu-item-description {
  clear: both;
  display: block;
  font-size: var(--global--font-size-xs);
  line-height: 1.7;
  text-transform: none; }
  .primary-navigation .menu-item-description > span {
    display: inline-block; }

@media only screen and (max-width: 481px) {
  .primary-navigation > div > .menu-wrapper {
    padding-bottom: 100px; }
    .primary-navigation > div > .menu-wrapper ul {
      padding-left: 0; } }
@media only screen and (min-width: 482px) {
  .primary-navigation > div > .menu-wrapper li {
    margin: 0;
    width: inherit; }
    .primary-navigation > div > .menu-wrapper li:last-child {
      margin-right: 0; } }
@media only screen and (max-width: 481px) {
  .primary-navigation > div > .menu-wrapper .sub-menu-toggle {
    display: none; } }
@media only screen and (min-width: 482px) {
  .primary-navigation > div > .menu-wrapper > li > .sub-menu {
    left: 0;
    margin: 0;
    min-width: max-content;
    padding-top: 3px;
    position: absolute;
    top: 100%;
    transition: all 0.5s ease;
    z-index: 88888; }
    .primary-navigation > div > .menu-wrapper > li > .sub-menu::before {
      border-color: var(--primary-nav--border-color) transparent;
      border-style: solid;
      border-width: 0 7px 10px;
      content: '';
      display: block;
      left: var(--global--spacing-horizontal);
      position: absolute;
      top: -10px;
      width: 0; }
    .primary-navigation > div > .menu-wrapper > li > .sub-menu::after {
      border-color: var(--primary-nav--border-color) transparent;
      border-style: solid;
      border-width: 0 7px 10px;
      content: '';
      display: block;
      left: var(--global--spacing-horizontal);
      position: absolute;
      top: -10px;
      width: 0;
      border-color: var(--global--color-background) transparent;
      top: -9px; }
    .primary-navigation > div > .menu-wrapper > li > .sub-menu li {
      background: var(--global--color-background); }
    .primary-navigation > div > .menu-wrapper > li > .sub-menu.submenu-reposition-left {
      /* rtl:ignore */
      left: 0;
      /* rtl:ignore */
      right: auto; }
      .primary-navigation > div > .menu-wrapper > li > .sub-menu.submenu-reposition-left::before, .primary-navigation > div > .menu-wrapper > li > .sub-menu.submenu-reposition-left::after {
        /* rtl:ignore */
        left: var(--global--spacing-horizontal);
        /* rtl:ignore */
        right: auto; }
    .primary-navigation > div > .menu-wrapper > li > .sub-menu.submenu-reposition-right {
      /* rtl:ignore */
      left: auto;
      /* rtl:ignore */
      right: 0; }
      .primary-navigation > div > .menu-wrapper > li > .sub-menu.submenu-reposition-right::before, .primary-navigation > div > .menu-wrapper > li > .sub-menu.submenu-reposition-right::after {
        /* rtl:ignore */
        left: auto;
        /* rtl:ignore */
        right: var(--global--spacing-horizontal); } }
@media only screen and (min-width: 482px) {
  .primary-navigation .primary-menu-container {
    margin-left: calc(0 - var(--primary-nav--padding));
    margin-right: calc(0 - var(--primary-nav--padding)); }
    .primary-navigation .primary-menu-container > ul > .menu-item {
      display: flex; }
      .primary-navigation .primary-menu-container > ul > .menu-item > a {
        padding-left: var(--primary-nav--padding);
        padding-right: var(--primary-nav--padding); }
        .primary-navigation .primary-menu-container > ul > .menu-item > a + .sub-menu-toggle {
          margin-left: calc(5px - var(--primary-nav--padding)); } }
@media only screen and (min-width: 482px) {
  .primary-navigation a {
    display: block;
    font-family: var(--primary-nav--font-family);
    font-size: var(--primary-nav--font-size);
    font-weight: var(--primary-nav--font-weight); } }
@media only screen and (min-width: 482px) {
  .primary-navigation .sub-menu > .menu-item > .sub-menu {
    padding: 0; } }
@media only screen and (max-width: 481px) {
  .primary-navigation .sub-menu .menu-item:last-child {
    margin-bottom: 0; } }
@media only screen and (min-width: 482px) {
  .primary-navigation .sub-menu .menu-item > a {
    font-size: var(--primary-nav--font-size-sub-menu);
    font-style: var(--primary-nav--font-style); } }
@media only screen and (min-width: 482px) {
  .primary-navigation .menu-item-has-children > .svg-icon {
    display: inline-block;
    height: 100%; }
  .primary-navigation .menu-item-has-children .sub-menu .svg-icon {
    display: none; } }
@media only screen and (max-width: 481px) {
  .lock-scrolling .site {
    max-width: 100%;
    position: fixed;
    width: 100%; } }
@keyframes twentytwentyone-close-button-transition {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.footer-navigation {
  color: var(--footer--color-text);
  font-family: var(--footer--font-family);
  font-size: var(--global--font-size-xs);
  margin-bottom: var(--global--spacing-vertical);
  margin-top: calc(2 * var(--global--spacing-vertical)); }

.footer-navigation-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  padding-left: 0; }
  .footer-navigation-wrapper li {
    display: inline;
    line-height: 3; }
    .footer-navigation-wrapper li a {
      color: var(--footer--color-link);
      padding: calc(1.25 * var(--primary-nav--padding)) var(--primary-nav--padding);
      transition: transform 0.1s ease; }
      .footer-navigation-wrapper li a:link, .footer-navigation-wrapper li a:visited, .footer-navigation-wrapper li a:active {
        color: var(--footer--color-link); }
      .footer-navigation-wrapper li a:hover {
        color: var(--footer--color-link-hover);
        text-decoration: underline;
        text-decoration-skip-ink: none;
        text-decoration-style: dotted; }

.is-dark-theme .home article, .is-dark-theme .gregw-manual-placement-1, .is-dark-theme .gregw-manual-placement-2 {
  background-color: #141414; }
.is-dark-theme .footer-navigation-wrapper li a:focus .svg-icon {
  fill: var(--wp--style--color--link, var(--global--color-background)); }

.has-background-white .footer-navigation-wrapper li a:focus .svg-icon {
  fill: var(--wp--style--color--link, var(--global--color-white)); }

.footer-navigation-wrapper li .svg-icon {
  fill: var(--footer--color-link);
  vertical-align: middle; }
  .footer-navigation-wrapper li .svg-icon:hover {
    transform: scale(1.1); }
.footer-navigation-wrapper .sub-menu-toggle, .footer-navigation-wrapper .menu-item-description {
  display: none; }

/* Next/Previous navigation */
.navigation {
  color: var(--global--color-primary); }
  .navigation a {
    color: var(--global--color-primary);
    text-decoration: none; }
    .navigation a:hover {
      color: currentColor !important;
      text-decoration: none; }
  .navigation .nav-links > * {
    min-height: 44px;
    min-width: 44px; }
  .navigation .nav-links .nav-next a, .navigation .nav-links .nav-previous a {
    display: flex;
    flex-direction: column; }
  .navigation .nav-links .dots {
    text-align: center; }
  .navigation .svg-icon {
    display: inline-block;
    fill: currentColor;
    position: relative;
    vertical-align: middle; }
  .navigation .nav-previous .svg-icon, .navigation .prev .svg-icon {
    margin-right: calc(0.25 * var(--global--spacing-unit));
    top: -2px; }
  .navigation .nav-next .svg-icon, .navigation .next .svg-icon {
    margin-left: calc(0.25 * var(--global--spacing-unit));
    top: -1px; }

@media only screen and (min-width: 592px) {
  .navigation .nav-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    .navigation .nav-links .nav-next, .navigation .nav-links .nav-previous {
      flex: 0 1 auto;
      margin-bottom: inherit;
      margin-top: inherit;
      max-width: calc(50% - (0.5 * var(--global--spacing-unit))); }
    .navigation .nav-links .nav-next {
      text-align: right; } }
.post-navigation {
  margin: var(--global--spacing-vertical) auto; }
  .post-navigation .meta-nav {
    color: var(--global--color-primary);
    line-height: var(--global--line-height-body); }
  .post-navigation .post-title {
    display: inline-block;
    font-family: var(--global--font-primary);
    font-size: var(--global--font-size-lg);
    font-weight: 400 !important;
    line-height: var(--global--line-height-heading);
    margin: 0; }
  .post-navigation .nav-next, .post-navigation .nav-previous {
    margin-bottom: var(--global--spacing-vertical);
    margin-top: var(--global--spacing-vertical); }
  .post-navigation .nav-next:first-child, .post-navigation .nav-previous:first-child {
    margin-top: 0; }
  .post-navigation .nav-next:last-child, .post-navigation .nav-previous:last-child {
    margin-bottom: 0; }

@media only screen and (min-width: 822px) {
  .post-navigation {
    margin: var(--global--spacing-vertical) auto; } }
@media only screen and (min-width: 482px) {
  .post-navigation .nav-links {
    justify-content: space-between; } }
.pagination, .comments-pagination {
  border-top: 3px solid var(--global--color-border);
  margin: var(--global--spacing-vertical) auto;
  padding-top: var(--global--spacing-vertical); }

@media only screen and (min-width: 822px) {
  .pagination, .comments-pagination {
    margin: var(--global--spacing-vertical) auto; } }
.pagination .nav-links, .comments-pagination .nav-links {
  margin-top: calc(-1 * var(--global--spacing-vertical)); }

.pagination .nav-links a:hover, .comments-pagination .nav-links a:hover {
  color: var(--pagination--color-link-hover); }

.is-dark-theme .pagination .nav-links a:active {
  color: var(--global--color-background); }
.is-dark-theme .pagination .nav-links a:hover:active, .is-dark-theme .pagination .nav-links a:hover:focus {
  color: var(--global--color-background); }
.is-dark-theme .comments-pagination .nav-links a:active {
  color: var(--global--color-background); }
.is-dark-theme .comments-pagination .nav-links a:hover:active, .is-dark-theme .comments-pagination .nav-links a:hover:focus {
  color: var(--global--color-background); }

.has-background-white .pagination .nav-links a:active {
  color: var(--global--color-white); }
.has-background-white .pagination .nav-links a:hover:active, .has-background-white .pagination .nav-links a:hover:focus {
  color: var(--global--color-white); }
.has-background-white .comments-pagination .nav-links a:active {
  color: var(--global--color-white); }
.has-background-white .comments-pagination .nav-links a:hover:active, .has-background-white .comments-pagination .nav-links a:hover:focus {
  color: var(--global--color-white); }

.pagination .nav-links > *, .comments-pagination .nav-links > * {
  color: var(--pagination--color-text);
  font-family: var(--pagination--font-family);
  font-size: var(--pagination--font-size);
  font-weight: var(--pagination--font-weight);
  margin-left: calc(0.66 * var(--global--spacing-unit));
  margin-right: calc(0.66 * var(--global--spacing-unit));
  margin-top: var(--global--spacing-vertical); }

.pagination .nav-links > *.current, .comments-pagination .nav-links > *.current {
  text-decoration: underline; }

.pagination .nav-links > *:not(.dots):not(.current):hover, .comments-pagination .nav-links > *:not(.dots):not(.current):hover {
  text-decoration-style: dotted; }

.pagination .nav-links > *:first-child, .comments-pagination .nav-links > *:first-child {
  margin-left: 0; }

.pagination .nav-links > *:last-child, .comments-pagination .nav-links > *:last-child {
  margin-right: 0; }

.pagination .nav-links > *.next, .comments-pagination .nav-links > *.next {
  margin-left: auto; }

.pagination .nav-links > *.prev {
  margin-right: auto; }

.comments-pagination {
  margin: calc(3 * var(--global--spacing-vertical)) auto;
  padding-top: calc(0.66 * var(--global--spacing-vertical)); }
  .comments-pagination .nav-links > * {
    font-size: var(--global--font-size-md); }
    .comments-pagination .nav-links > *.prev {
      margin-right: auto; }

@media only screen and (max-width: 821px) {
  .pagination .nav-links, .comments-pagination .nav-links {
    display: flex;
    flex-wrap: wrap; }

  .pagination .page-numbers, .comments-pagination .page-numbers {
    display: none; }

  .pagination .page-numbers.prev, .pagination .page-numbers.next {
    display: inline-block;
    flex: 0 1 auto; }

  .comments-pagination .page-numbers.prev, .comments-pagination .page-numbers.next {
    display: inline-block;
    flex: 0 1 auto; } }
@media only screen and (max-width: 481px) {
  .pagination .nav-short, .comments-pagination .nav-short {
    display: none; } }
@media only screen and (min-width: 822px) {
  .comments-pagination {
    margin: calc(3 * var(--global--spacing-vertical)) auto calc(4 * var(--global--spacing-vertical)) auto; } }
.widget-area {
  color: var(--footer--color-text);
  font-family: var(--footer--font-family);
  font-size: var(--footer--font-size);
  margin-top: calc(6 * var(--global--spacing-vertical));
  padding-bottom: calc(var(--global--spacing-vertical) / 3); }

#content {
  padding-bottom: 500px; }

#page {
  min-height: 100vh;
  position: relative; }

@media only screen and (min-width: 652px) {
  .widget-area {
    column-gap: 20px;
    display: grid;
    grid-template-columns: repeat(2, 1fr); } }
@media only screen and (min-width: 1024px) {
  .widget-area {
    grid-template-columns: repeat(3, 1fr); } }
@media only screen and (max-width: 481px) {
  .widget-area {
    margin-top: calc(3 * var(--global--spacing-vertical)); } }
.widget-area ul {
  list-style-type: none;
  padding: 0; }
  .widget-area ul li {
    line-height: var(--widget--line-height-list); }
  .widget-area ul.sub-menu, .widget-area ul.children {
    margin-left: var(--widget--spacing-menu); }
  .widget-area ul .sub-menu-toggle {
    display: none; }
.widget-area a {
  color: var(--footer--color-link);
  text-decoration: underline;
  text-decoration-color: currentColor;
  text-decoration-style: solid; }
  .widget-area a:link, .widget-area a:visited, .widget-area a:active {
    color: var(--footer--color-link); }
  .widget-area a:hover {
    color: var(--footer--color-link-hover);
    text-decoration-style: dotted; }
.widget-area .wp-block-social-links.alignright {
  justify-content: flex-end;
  margin-top: var(--global--spacing-vertical); }
.widget-area .wp-block-social-links.alignleft {
  margin-top: var(--global--spacing-vertical); }
.widget-area::after {
  clear: both;
  content: '';
  display: table; }

.widget-title {
  font-size: var(--global--font-size-sm);
  font-weight: var(--widget--font-weight-title);
  line-height: var(--widget--line-height-title); }

.search-form {
  display: flex;
  flex-wrap: wrap;
  margin: auto;
  max-width: var(--responsive--aligndefault-width); }
  .search-form > label {
    font-weight: var(--form--label-weight);
    margin-bottom: 0;
    width: 100%; }
  .search-form .search-field {
    flex-grow: 1;
    margin-right: calc(0.66 * var(--global--spacing-horizontal));
    margin-top: calc(var(--global--spacing-vertical) / 3);
    max-width: inherit; }
  .search-form .search-submit {
    margin-left: 10px;
    margin-top: calc(var(--global--spacing-vertical) / 3); }

.widget_search > .search-form .search-field {
  appearance: none;
  margin-bottom: calc(0.5 * var(--global--spacing-vertical));
  margin-right: calc(-1 * var(--button--border-width)); }
.widget_search > .search-form .search-submit {
  margin-bottom: calc(0.5 * var(--global--spacing-vertical));
  margin-left: 0; }

.widget_rss a.rsswidget .rss-widget-icon {
  display: none; }

/* Category 07 is for any utility classes that are not assigned to a specific component. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-break: normal;
  word-wrap: normal !important; }

.skip-link: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;
  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. */
#content[tabindex='-1']:focus {
  outline: 0; }

.has-black-color[class] {
  color: var(--global--color-black); }
  .has-black-color[class] > [class*='__inner-container'] {
    --local--color-primary:var(--global--color-black, #000);
    color: var(--local--color-primary); }

.has-gray-color[class] {
  color: var(--global--color-gray); }
  .has-gray-color[class] > [class*='__inner-container'] {
    --local--color-primary:var(--global--color-gray, #000);
    color: var(--local--color-primary); }

.has-dark-gray-color[class] {
  color: var(--global--color-dark-gray); }
  .has-dark-gray-color[class] > [class*='__inner-container'] {
    --local--color-primary:var(--global--color-dark-gray, #000);
    color: var(--local--color-primary); }

.has-white-color[class] {
  color: var(--global--color-white); }
  .has-white-color[class] > [class*='__inner-container'] {
    --local--color-primary:var(--global--color-white, #fff);
    color: var(--local--color-primary); }

.has-background a, .has-background p, .has-background h1, .has-background h2, .has-background h3, .has-background h4, .has-background h5, .has-background h6 {
  color: currentColor; }

.has-black-background-color[class] {
  background-color: var(--global--color-black); }
  .has-black-background-color[class] > [class*='__inner-container'] {
    --local--color-background:var(--global--color-black, #000);
    background-color: var(--local--color-background); }

.has-dark-gray-background-color[class] {
  background-color: var(--global--color-dark-gray); }
  .has-dark-gray-background-color[class] > [class*='__inner-container'] {
    --local--color-background:var(--global--color-dark-gray, #000);
    background-color: var(--local--color-background); }

.has-gray-background-color[class] {
  background-color: var(--global--color-gray); }
  .has-gray-background-color[class] > [class*='__inner-container'] {
    --local--color-background:var(--global--color-gray, #000);
    background-color: var(--local--color-background); }

.has-light-gray-background-color[class] {
  background-color: var(--global--color-light-gray); }
  .has-light-gray-background-color[class] > [class*='__inner-container'] {
    --local--color-background:var(--global--color-light-gray, #fff);
    background-color: var(--local--color-background); }

.has-white-background-color[class] {
  background-color: var(--global--color-white); }
  .has-white-background-color[class] > [class*='__inner-container'] {
    --local--color-background:var(--global--color-white, #fff);
    background-color: var(--local--color-background); }

.has-background:not(.has-text-color).has-black-background-color[class], .has-background:not(.has-text-color).has-gray-background-color[class], .has-background:not(.has-text-color).has-dark-gray-background-color[class] {
  color: var(--global--color-white); }
.has-background:not(.has-text-color).has-black-background-color[class] > [class*='__inner-container'], .has-background:not(.has-text-color).has-gray-background-color[class] > [class*='__inner-container'], .has-background:not(.has-text-color).has-dark-gray-background-color[class] > [class*='__inner-container'] {
  --local--color-primary:var(--global--color-background, #fff);
  color: var(--local--color-primary, var(--global--color-primary)); }

.is-dark-theme .has-background:not(.has-text-color).has-black-background-color[class] > [class*='__inner-container'], .is-dark-theme .has-background:not(.has-text-color).has-gray-background-color[class] > [class*='__inner-container'], .is-dark-theme .has-background:not(.has-text-color).has-dark-gray-background-color[class] > [class*='__inner-container'] {
  --local--color-primary:var(--global--color-primary, #000); }

.has-background:not(.has-text-color).has-white-background-color[class] {
  color: var(--global--color-dark-gray); }
  .has-background:not(.has-text-color).has-white-background-color[class] > [class*='__inner-container'] {
    --local--color-primary:var(--global--color-primary, #000);
    color: var(--local--color-primary, var(--global--color-primary)); }

.is-dark-theme .has-background:not(.has-text-color).has-white-background-color[class] > [class*='__inner-container'] {
  --local--color-primary:var(--global--color-background, #fff); }

header *, main *, footer * {
  max-width: var(--global--spacing-measure); }

html, body, div, header, nav, article, figure, hr, main, section, footer {
  max-width: none; }

@font-face {
  font-family: 'DIN';
  font-style: normal;
  font-weight: normal;
  src: url("/wp-content/themes/twentytwentyone-child/fonts/DINEngschriftStdfixed.woff2") format("woff2"); }
.is-dark-theme {
  --white-black-switch:#000;
  --black-gray-switch:var(--global--color-light-gray);
  --black-white-switch:#fff; }

@media only screen and (min-width: 822px) {
  :root {
    --responsive--aligndefault-width:min(calc(100% - 2 * var(--global--spacing-unit)), 1240px);
    --responsive--alignwide-width:min(calc(100% - 2 * var(--global--spacing-unit)), 1240px); } }
/* Basics */
input, textarea, button, select, a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important; }

input[type='radio']:checked:focus, input[type='radio']:focus {
  outline: none !important; }

a {
  color: var(--global--color-light-gray);
  text-decoration: none; }

.wp-block-columns .wp-block-column h5, .wp-block-columns .wp-block-column h2 {
  margin-bottom: 0;
  margin-top: 0; }
.wp-block-columns .wp-block-column > h1 {
  font-size: 55px;
  line-height: 47px;
  text-transform: uppercase; }

/* Navigation */
.primary-navigation {
  text-transform: uppercase; }
  .primary-navigation a:hover {
    text-decoration: none;
    color: var(--global--color-light-gray); }
  .primary-navigation a:link, .primary-navigation a:visited {
    color: var(--global--color-light-gray); }
  .primary-navigation .current-menu-item a {
    color: var(--global--color-black); }

#primary-menu-list li {
  align-items: center;
  height: 50px; }

.current-menu-item a {
  text-decoration: none !important; }

#site-navigation {
  display: flex;
  margin-left: auto; }

.site-title a:hover, .site-title a:focus {
  color: currentColor; }

.site-header {
  align-items: center;
  background: #fff;
  height: 50px;
  max-width: none !important;
  padding-bottom: 0 !important;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 0 !important;
  position: fixed;
  text-decoration: none;
  text-transform: uppercase;
  width: 100%;
  z-index: 20; }

#followBar {
  align-items: center;
  background-color: var(--global--color-white);
  display: none;
  flex-direction: row-reverse;
  height: 70px;
  padding-left: var(--global--spacing-unit);
  padding-right: var(--global--spacing-unit);
  position: fixed;
  right: 20px;
  text-align: right;
  top: 50px;
  width: 350px;
  z-index: 3; }
  #followBar div {
    display: flex;
    justify-content: space-between;
    width: 100%; }

#subscribeBar button:hover, #subscribeBar button:active, #subscribeBar button:focus {
  background-color: var(--black-white-switch);
  opacity: var(--opacity-switch); }

#followBarMobile {
  align-items: center;
  display: none;
  height: 50px;
  width: 100%; }

#subscribeBar {
  background-color: var(--global--color-white);
  display: none;
  height: 70px;
  padding-left: var(--global--spacing-unit);
  padding-right: var(--global--spacing-unit);
  position: fixed;
  right: 20px;
  text-align: right;
  top: 120px;
  width: 350px;
  z-index: 3; }
  #subscribeBar input#email {
    background: #e6e6e6;
    border: 0 !important;
    color: black;
    height: 36px;
    margin-right: 10px; }
  #subscribeBar form {
    align-items: center;
    display: flex;
    flex-direction: row-reverse;
    font-family: var(--font-headings);
    height: 50px;
    width: 100%; }
    #subscribeBar form input {
      width: 100%; }

#subscribeMobileBar {
  display: none;
  height: 50px;
  text-align: right;
  width: 100%; }
  #subscribeMobileBar input[type="text"] {
    background: #e6e6e6;
    border: 0 !important;
    color: black;
    height: 36px;
    margin-right: 10px; }
  #subscribeMobileBar form {
    align-items: center;
    display: flex;
    font-family: var(--font-headings);
    height: 50px;
    width: 100%; }

#searchBar form {
  align-items: center;
  display: flex;
  font-family: var(--font-headings);
  height: 50px; }
#searchBar .search-field, #searchBar .search-submit {
  margin: 0 !important;
  padding-bottom: 0 !important;
  padding-top: 0 !important; }
#searchBar .search-form {
  margin: 0; }
#searchBar .search-submit {
  border: 0; }

#subscribeBar input, #subscribeBar button {
  height: 30px; }

#searchBar form input, #searchBar form button {
  height: 30px; }

#subscribeMobileBar input, #subscribeMobileBar button {
  height: 30px; }

#searchBar form input, #searchBar form button {
  height: 30px; }

#subscribeMobileBar button, #searchBar input.search-submit {
  align-items: center;
  display: flex;
  text-transform: uppercase; }

#subscribeMobileBar input {
  background: #fff;
  font-size: var(--global--font-size-sm);
  margin: 0 15px 0 0;
  padding: 15px 8px;
  width: calc(100% - 113px); }

/* General */
input[type='text']:focus, .site .button:focus, button:focus {
  outline: 0; }

.site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) {
  outline: 0; }
  .site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) img {
    outline: 0; }

#subscribeBar button, #searchBar input.search-submit {
  align-items: center;
  color: var(--global--color-white);
  display: flex;
  text-transform: uppercase; }

#followBar a {
  line-height: 0;
  text-decoration: none; }

.followIcon {
  height: 16px !important;
  margin-left: 5px;
  margin-right: 5px; }

#followBarMobile .followIcon {
  height: 24px !important;
  width: auto;
  margin: 0 12px; }

.site-branding {
  margin-bottom: auto !important;
  margin-top: auto !important;
  z-index: 501; }

.home .site-title {
  color: var(--global--color-black);
  opacity: 0;
  transition: opacity 1s !important;
  z-index: 501; }

.site-title {
  margin-bottom: 0 !important; }

.home .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.woocommerce) {
  margin-bottom: 40px;
  margin-top: calc(0.66 * var(--global--spacing-unit)); }
.home article .entry-content {
  margin-bottom: 0; }

#removing_brand_name {
  height: 0;
  margin: 0 auto;
  opacity: 1;
  transition: opacity 1s !important;
  width: 100%; }

.removing_brand_name h2 {
  color: #fff;
  display: block;
  font-size: 55px;
  line-height: 0.85;
  margin-bottom: 0;
  padding-left: var(--global--spacing-unit);
  position: relative;
  text-transform: uppercase;
  top: var(--global--spacing-unit);
  z-index: 2; }

@media (min-width: 1350px) {
  .removing_brand_name h2 {
    font-size: 152px; } }
@media (max-width: 1023.5px) {
  #primary-menu-list {
    padding-bottom: 0; }

  #followBarMobile {
    display: none;
    padding-left: 2px; }
    #followBarMobile a:first-child img {
      margin-left: 0; }

  .primary-navigation .primary-menu-container > ul > .menu-item > a {
    font-size: 24px;
    padding-left: 0;
    padding-right: 0;
    width: 100%; }

  .menu-button-container #primary-mobile-menu {
    color: var(--global--color-light-gray);
    font-size: 24px;
    padding: 0;
    width: 100%; }

  span.dropdown-icon.close {
    color: #000; } }
#removing_brand_name {
  height: auto;
  padding-bottom: var(--global--spacing-unit);
  padding-top: var(--global--spacing-unit); }
  #removing_brand_name h2 {
    padding-left: calc(var(--global--spacing-unit) * 0.5);
    top: 0; }

.wp-block-columns.alignfull .wp-block-column p:not(.has-background), .wp-block-columns.alignfull .wp-block-column h1:not(.has-background), .wp-block-columns.alignfull .wp-block-column h2:not(.has-background), .wp-block-columns.alignfull .wp-block-column h3:not(.has-background), .wp-block-columns.alignfull .wp-block-column h4:not(.has-background), .wp-block-columns.alignfull .wp-block-column h5:not(.has-background), .wp-block-columns.alignfull .wp-block-column h6:not(.has-background) {
  padding-left: calc(var(--global--spacing-unit) * 0.5);
  padding-right: calc(var(--global--spacing-unit) * 0.5); }

.site-main {
  padding-top: 0 !important;
  margin-top: 50px; }

.page-template-shop .site-main {
  margin-top: 0;
  padding-bottom: 0; }

.site-main > * {
  margin-bottom: 0;
  margin-top: 0; }

/* Entry */
.sticky .entry-content {
  margin-top: 0 !important; }

.singular .entry-header {
  border: 0; }

.entry-title {
  align-items: center;
  color: var(--global--color-white);
  display: flex;
  font-size: var(--global--font-size-xl) !important;
  height: 70px;
  text-transform: uppercase; }

@media (max-width: 781.99px) {
  .entry-title {
    font-size: 28px !important; } }
.entry-header {
  background: var(--global--color-black);
  margin-bottom: 0 !important;
  max-width: none;
  padding-bottom: 0 !important;
  padding-left: max(calc((100% - 1600px) / 2 + 30px), 30px);
  padding-right: max(calc((100% - 1600px) / 2 + 30px), 30px);
  padding-top: 0 !important; }

@media (max-width: 1024px) {
  .entry-header {
    padding-left: 15px;
    padding-right: 15px; } }
.home .entry-title {
  display: none; }

.entry-title a, .site-title > a {
  text-decoration: none; }

.entry-footer {
  display: none !important; }

/*Footer */
.site-footer {
  background-color: #e6e6e6 !important;
  bottom: 0;
  color: var(--global--color-light-gray);
  height: 160px;
  max-width: none !important;
  padding: var(--global--spacing-unit);
  padding-top: 0;
  position: absolute;
  width: 100%; }
  .site-footer > .site-info {
    border-top: 0 !important;
    margin-bottom: 0;
    margin-top: 0; }

@media (max-width: 1024.5px) {
  .site-footer {
    padding: 0 15px 15px 15px; } }
.widget-area {
  background-color: #e6e6e6 !important;
  bottom: 160px;
  font-family: var(--font-headings);
  height: 340px;
  margin-top: 0;
  max-width: none !important;
  padding: 20px 30px;
  position: absolute;
  width: 100%; }
  .widget-area * {
    margin-bottom: 0;
    margin-top: 0; }

@media (max-width: 821px) {
  .widget-area {
    padding: 20px 15px; } }
.introVideo {
  height: auto;
  margin-top: -204px;
  max-width: 100%;
  width: 100%; }

@media (min-width: 1350px) {
  .introVideo {
    margin-top: -448px; } }
.page-template-template-shop .site-main {
  margin-top: 0; }
.page-template-template-shop figcaption {
  background: rgba(0, 0, 0, 0.7);
  bottom: 0;
  box-sizing: border-box;
  color: var(--global--color-white);
  cursor: pointer;
  font-family: var(--font-shop);
  font-size: var(--global--font-size-xl);
  left: 0;
  margin-bottom: 0;
  max-height: 100%;
  opacity: 0;
  overflow-y: auto;
  padding: calc(1.5 * var(--global--spacing-unit));
  pointer-events: none;
  position: absolute;
  right: 0;
  text-align: left;
  top: auto;
  transition: opacity 0.1s ease-out !important; }

@media only screen and (min-width: 482px) {
  .widget-area > * {
    margin-bottom: 0;
    margin-top: 0; }

  .site-main > article > * {
    margin-top: 0; } }
@media (max-width: 482px) {
  .page-template-template-shop figcaption {
    font-size: 28px;
    padding: var(--global--spacing-unit); }

  .removing_brand_name h2 {
    color: var(--black-white-switch);
    -webkit-text-stroke-width: 0; }

  .introVideo {
    margin-top: 0; } }
.widget-area ul li {
  line-height: 1.27; }

.site-footer > .site-info .site-name {
  font-size: var(--global--font-size-xs); }

.widget > * {
  margin-bottom: 0;
  margin-top: 0; }

.widget-title {
  color: var(--global--color-black);
  font-weight: normal;
  text-transform: uppercase; }

ul#menu-follow {
  column-count: 2; }
ul#menu-legal {
  column-count: 1; }
  ul#menu-legal li a {
    font-family: var(--font-headings);
    text-decoration: none;
    text-transform: uppercase; }
ul#menu-follow li a {
  font-family: var(--font-headings);
  text-decoration: none;
  text-transform: uppercase; }

.padding-1 {
  padding-left: var(--global--spacing-unit);
  padding-right: var(--global--spacing-unit); }

#dark-mode-toggler {
  display: none !important; }

#dark-mode-switch {
  display: inline-block; }

.primary-navigation-open #dark-mode-switch {
  display: none; }

/* Dark Mode */
/* Dark Mode */
@media only screen {
  body.is-dark-theme.is-dark-theme {
    --global--color-background:var(--global--color-black);
    --global--color-gray:rgb(247, 247, 247);
    --global--color-light-gray:rgb(179, 179, 179);
    --footer--color-link:var(--global--color-light-gray);
    --global--color-primary:#fff;
    --footer--color-text:var(--global--color-light-gray);
    color: #fff; }
    body.is-dark-theme.is-dark-theme .site-title {
      color: #fff; }
    body.is-dark-theme.is-dark-theme .current-menu-item a {
      color: #fff !important; }
    body.is-dark-theme.is-dark-theme .site-header {
      background: black; }
    body.is-dark-theme.is-dark-theme #followBar, body.is-dark-theme.is-dark-theme #subscribeBar, body.is-dark-theme.is-dark-theme #searchBar {
      background-color: var(--global--color-black);
      color: var(--global--color-white); }
    body.is-dark-theme.is-dark-theme #subscribeBar input, body.is-dark-theme.is-dark-theme #searchBar input {
      background-color: var(--global--color-white); }
    body.is-dark-theme.is-dark-theme #subscribeBar button, body.is-dark-theme.is-dark-theme #searchBar input.search-submit {
      background-color: var(--global--color-white);
      color: var(--global--color-black); }
    body.is-dark-theme.is-dark-theme .wp-block-image figcaption {
      color: unset; }
    body.is-dark-theme.is-dark-theme span.dropdown-icon.close, body.is-dark-theme.is-dark-theme #removing_brand_name {
      color: #fff; }
    body.is-dark-theme.is-dark-theme .entry-header {
      background: #fff; }
      body.is-dark-theme.is-dark-theme .entry-header .entry-title {
        color: #000; }
    body.is-dark-theme.is-dark-theme img.followIcon {
      filter: invert(70%); }
    body.is-dark-theme.is-dark-theme.woocommerce .leicaLogoWhite, body.is-dark-theme.is-dark-theme.page-template-template-shopHeader .leicaLogoWhite, body.is-dark-theme.is-dark-theme.page-template-template-shop .leicaLogoWhite {
      display: inline;
      filter: none !important; }
    body.is-dark-theme.is-dark-theme.woocommerce .leicaLogoBlack, body.is-dark-theme.is-dark-theme.page-template-template-shopHeader .leicaLogoBlack, body.is-dark-theme.is-dark-theme.page-template-template-shop .leicaLogoBlack {
      display: none; }
    body.is-dark-theme.is-dark-theme img {
      filter: none; } }
.followIcon {
  filter: invert(70%); }

/* ImageLinks */
/*.imgl-map {
  padding-top: 30vh;
  margin-top: -30vh !important;
}
*/
.imgl-map-button {
  align-items: center;
  background-image: url("/icons/i-icon-new.svg");
  border-radius: 21px;
  color: var(--global--color-white);
  cursor: pointer;
  display: flex;
  float: right;
  height: 28px;
  justify-content: center;
  margin-right: 8px;
  margin-top: -38px;
  padding-bottom: 12px;
  position: relative;
  right: 0;
  text-align: right;
  top: 0;
  width: 28px;
  z-index: 2; }
  .imgl-map-button:after {
    bottom: -30px;
    content: '';
    left: -30px;
    position: absolute;
    right: -30px;
    top: -30px; }

.imgl-tooltip {
  font-size: 15px; }

ul.imgl-markers {
  list-style-type: none; }

.imgl-marker {
  cursor: pointer;
  display: none; }

.imgl-ico-lbl {
  font-family: var(--font-headings);
  font-size: var(--global--font-size-xs); }

.imgl-theme-light .imgl-tooltips .imgl-tooltip-form {
  background: #000 !important; }
.imgl-theme-light .imgl-tooltips .imgl-tooltip-wrap.imgl-tooltip-top-left .imgl-tooltip-arrow {
  display: none; }

/*Full Width Elements */
h2.alignfull {
  font-size: var(--global--font-size-lg);
  margin-bottom: calc(var(--global--spacing-unit) * 0.333);
  padding-left: var(--global--spacing-unit);
  padding-right: var(--global--spacing-unit);
  text-transform: uppercase; }

h3.alignfull {
  font-size: var(--global--font-size-xs) !important;
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 15px;
  padding-right: 15px; }

hr.alignfull {
  margin: 0 auto;
  width: calc(100vw - 60px); }

/* basics */
button:hover, button:focus {
  border-color: transparent;
  outline: 0; }

input[type='search']:focus {
  outline: 0; }

/* The switch - the box around the slider */
.switch {
  display: inline-block;
  height: 20px;
  margin-bottom: auto;
  margin-right: 20px;
  margin-top: auto;
  position: relative;
  width: 40px; }
  .switch input {
    height: 0;
    opacity: 0;
    width: 0; }

/* Hide default HTML checkbox */
/* The slider */
.slider::before {
  background: var(--global--color-primary);
  border: 2px solid transparent;
  border-radius: 13rem;
  box-sizing: content-box;
  content: '';
  display: block;
  height: 16px;
  position: absolute;
  right: 0;
  top: 0;
  transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  width: 30px; }
.slider::after {
  background: var(--white-black-switch);
  border-radius: 13rem;
  content: '';
  display: block;
  height: 14px;
  position: absolute;
  right: 17px;
  top: 3px;
  transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  width: 14px; }

body:not(.is-dark-theme) .slider::after {
  right: 3px; }

/* Change Breakpoint */
@media only screen and (max-width: 1024px) {
  .admin-bar .primary-navigation {
    top: var(--global--admin-bar--height); }

  #site-navigation {
    height: 100%; }

  .menu-button-container #primary-mobile-menu {
    align-items: center;
    height: 50px; }

  #menu-item-1099 {
    border-bottom: 0; }

  .site-header {
    padding-left: max(calc((100% - 1600px) / 2 + 30px), 15px);
    padding-right: 0; }

  .menu-button-container {
    display: block;
    padding-bottom: 0;
    padding-top: 0;
    right: 15px; }
    .menu-button-container #primary-mobile-menu {
      text-transform: uppercase; }

  .switch {
    margin-right: 75px; }

  .primary-navigation-open .primary-navigation > .primary-menu-container {
    border: 0;
    display: inline-block;
    height: 100vh;
    margin-left: 0;
    margin-right: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding-left: calc(0.5 * var(--global--spacing-unit));
    padding-right: calc(0.5 * var(--global--spacing-unit));
    padding-top: 50px; }

  body .primary-navigation > div > .menu-wrapper {
    padding-bottom: 0;
    padding-left: 0; }

  .primary-navigation-open .primary-navigation {
    position: fixed;
    width: 100%; }

  .primary-navigation > .primary-menu-container {
    background-color: var(--global--color-white);
    opacity: 0;
    position: fixed;
    transform: translateX(0) translateY(0);
    transition: none;
    visibility: hidden; }
    .primary-navigation > .primary-menu-container li {
      border-bottom: 1px solid var(--global--color-light-gray); }
  .primary-navigation > div > .menu-wrapper li {
    display: flex;
    position: relative;
    width: 100%; }

  body:not(.primary-navigation-open) .site-header.has-logo.has-title-and-tagline .menu-button-container #primary-mobile-menu {
    margin-right: calc(0 - var(--global--spacing-horizontal) * 0.6);
    padding-left: calc(var(--global--spacing-horizontal) * 0.6 - 4.5px);
    padding-right: calc(var(--global--spacing-horizontal) * 0.6 - 4.5px); }

  .has-logo.has-title-and-tagline .primary-navigation > .primary-menu-container {
    position: fixed;
    transform: translateY(0) translateX(100%); }

  body:not(.primary-navigation-open) .site-header.has-logo.has-title-and-tagline .menu-button-container {
    margin-top: calc(calc(0 - var(--button--padding-vertical)) + (25% * var(--global--spacing-unit)));
    padding-top: 0;
    position: relative; }
  body:not(.primary-navigation-open) .site-header.has-logo.has-title-and-tagline .primary-navigation {
    position: relative;
    top: 0; }

  .primary-navigation-open .has-logo.has-title-and-tagline .primary-navigation > .primary-menu-container {
    transform: translateX(0) translateY(0); }
  .primary-navigation-open .menu-button-container {
    width: auto; }

  body.is-dark-theme .primary-navigation > .primary-menu-container {
    background-color: var(--global--color-black); }

  .primary-navigation {
    position: static; } }
.home article figure:first-of-type {
  position: relative; }

@media (min-width: 1024px) {
  #removing_brand_name h2 {
    padding-left: var(--global--spacing-unit); }

  .widget-area {
    grid-template-columns: repeat(2, 1fr) !important;
    padding-left: max(calc((100% - 1600px) / 2 + 30px), 30px);
    padding-right: max(calc((100% - 1600px) / 2 + 30px), 30px); }

  .home article figure:first-of-type > figcaption {
    bottom: 0;
    color: #fff !important;
    font-family: var(--font-headings);
    font-size: 72px !important;
    left: 0;
    line-height: 60px !important;
    padding-left: var(--global--spacing-unit);
    position: absolute;
    text-align: left !important; }

  figure iframe {
    background: #000 !important; } }
/* Columns */
.alignfull, .wp-block-group .wp-block-group__inner-container > *.alignfull, .full-max-width {
  width: auto; }

.wp-block-columns .wp-block-column > * {
  margin-bottom: calc(0.66 * var(--global--spacing-vertical));
  margin-top: calc(0.66 * var(--global--spacing-vertical)); }
.wp-block-columns .wp-block-column > p {
  margin-bottom: 40px;
  margin-top: 10px; }

@media (min-width: 782px) {
  .wp-block-column:not(:first-child) {
    margin-left: calc(0.66 * var(--global--spacing-unit)); } }
/* Photography Page */
.page-template-template-photography .wp-container-5 {
  gap: 20px; }
.page-template-template-photography .site-main {
  padding-bottom: 0; }
.page-template-template-photography .entry-content {
  background: #f8f8f8;
  margin-bottom: 0;
  max-width: 1600px;
  padding-bottom: 20px; }
.page-template-template-photography figure {
  position: relative; }
.page-template-template-photography img {
  filter: brightness(0.7) !important; }
  .page-template-template-photography img:hover {
    filter: none !important; }
.page-template-template-photography .wp-block-columns .wp-block-column > * {
  margin-bottom: calc(0.66 * var(--global--spacing-unit));
  margin-top: 0; }
.page-template-template-photography figure > figcaption {
  bottom: 0;
  color: var(--global--color-white);
  cursor: pointer;
  font-family: var(--font-headings);
  font-size: 55px !important;
  left: 0;
  line-height: 47px !important;
  margin-bottom: 0;
  padding-bottom: calc(0.66 * var(--global--spacing-unit));
  padding-left: calc(0.66 * var(--global--spacing-unit));
  pointer-events: none;
  position: absolute;
  text-align: left !important;
  text-transform: uppercase; }
.page-template-template-photography.is-dark-theme .entry-content {
  background-color: #141414; }

@media (min-width: 782px) {
  .page-template-template-photography .wp-block-column:not(:first-child) {
    margin-left: 0; } }
@media (max-width: 599.91px) {
  .page-template-template-photography figure > figcaption {
    font-size: 32px !important;
    line-height: 28px !important;
    padding-bottom: 10px;
    padding-left: 10px; } }
/* Channel Page */
.page-template-template-channel .site-main {
  padding-bottom: 0 !important; }
.page-template-template-channel .entry-content {
  background: #f8f8f8;
  margin-bottom: 0;
  max-width: 1600px;
  padding-bottom: 20px; }
.page-template-template-channel.is-dark-theme .entry-content {
  background: #141414; }
.page-template-template-channel h3 {
  font-family: var(--font-base); }
.page-template-template-channel h2.alignfull {
  color: red;
  display: inline-block;
  font-size: 55px;
  line-height: 0.85;
  margin-top: 20px;
  padding: 0 15px; }
.page-template-template-channel figure {
  margin-bottom: 20px;
  margin-top: 60px; }
.page-template-template-channel hr.wp-block-separator:not(.is-style-dots).alignfull {
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px; }
.page-template-template-channel h3 a {
  color: var(--global--color-light-gray);
  font-style: italic; }

/* WooCommerce */
.woocommerce .content-area {
  padding: 0; }
.woocommerce .woocommerce-info a {
  color: var(--global--color-light-gray); }

.woocommere .woocommerce-message a {
  color: var(--global--color-light-gray); }

.woocommerce form.woocommerce-form-coupon p.form-row {
  align-items: center;
  display: flex;
  height: 60px; }
.woocommerce button[name='apply_coupon'] {
  font-family: var(--font-headings); }
.woocommerce ul.products li.product .price {
  color: var(--black-white-switch); }
  .woocommerce ul.products li.product .price.price-incl {
    margin-bottom: 0; }

.has-background-white .site a.showcoupon:hover, .has-background-white .site a.showcoupon:active, .has-background-white .site a.showcoupon:focus {
  background: transparent !important;
  color: var(--global--color-light-gray) !important; }

.woocommerce .entry-header, .page-template-template-shopHeader .entry-header {
  height: 120px;
  margin-top: 0;
  padding-top: 50px !important; }

.page-template-template-shop #masthead {
  top: 0; }
.page-template-template-shop #wpadminbar + #page #masthead {
  top: 32px; }

.woocommerce .leicaLogoWhite, .page-template-template-shopHeader .leicaLogoWhite, .page-template-template-shop .leicaLogoWhite {
  display: none; }

.woocommerce .leicaLogoBlack, .page-template-template-shopHeader .leicaLogoBlack, .page-template-template-shop .leicaLogoBlack {
  display: inline; }

.woocommerce .leicaLogo, .page-template-template-shopHeader .leicaLogo, .page-template-template-shop .leicaLogo {
  margin: 0; }

.single-product .woocommerce-product-details__short-description {
  padding-top: 20px; }
.single-product button.single_add_to_cart_button.button.alt, .single-product .woocommerce-variation-add-to-cart .button {
  border-radius: 4px;
  font-family: var(--font-headings);
  font-size: var(--button--font-size);
  height: 55px !important;
  line-height: 0 !important;
  margin-bottom: 10px;
  margin-top: 20px;
  text-transform: uppercase; }

.woocommerce .content-area .site-main {
  margin: 20px 0 0; }

body.term-prints span.price, body.term-box-set-i span.price, body.term-box-set-ii span.price, body.term-007xgwp-prints span.price {
  display: none !important; }

nav.woocommerce-breadcrumb, .woocommerce header.woocommerce-products-header {
  display: none !important; }

.single-product .product_cat-007xgwp-prints .related.products span.price, .single-product .product_cat-prints .related.products span.price, .single-product .product_cat-box-set-i .related.products span.price, .single-product .product_cat-box-set-ii .related.products span.price, .single-product .wsatc-qty-wrapper {
  display: none !important; }
.single-product input.qty {
  margin: 15px 0; }

.woocommerce .woovr-variations .woovr-variation:hover {
  background-color: transparent; }
.woocommerce div.content-area {
  padding-left: var(--global--spacing-unit);
  padding-right: var(--global--spacing-unit); }
.woocommerce main * {
  font-family: var(--font-shop); }

@media (max-width: 821.99px) {
  .woocommerce div.content-area {
    padding-left: 15px;
    padding-right: 15px; } }
.woocommerce-cart .woocommerce *, .woocommerce-checkout .woocommerce *, .wc-block-checkout * {
  font-family: var(--font-shop); }

.woocommerce a.button.wc-forward, .woocommerce a.button.wc-backward {
  align-items: center;
  display: flex;
  font-family: var(--font-headings);
  height: 55px;
  justify-content: center;
  text-transform: uppercase; }
.woocommerce .woocommerce-message a.button.wc-forward, .woocommerce .woocommerce-message a.button.wc-backward {
  height: 72px;
  margin-left: 8px; }
.woocommerce #payment #place_order {
  align-items: center;
  display: flex;
  font-family: var(--font-headings);
  height: 55px;
  justify-content: center;
  text-transform: uppercase; }

.woocommerce-page #payment #place_order {
  align-items: center;
  display: flex;
  font-family: var(--font-headings);
  height: 55px;
  justify-content: center;
  text-transform: uppercase; }

.woocommerce #payment #place_order {
  margin-bottom: 10px; }
.woocommerce a.button:hover, .woocommerce a.button:active, .woocommerce a.button:focus {
  background-color: var(--black-white-switch);
  color: var(--white-black-switch);
  opacity: var(--opacity-switch); }
.woocommerce #place_order:hover, .woocommerce #place_order:active, .woocommerce #place_order:focus {
  background-color: var(--black-white-switch);
  color: var(--white-black-switch);
  opacity: var(--opacity-switch); }

body.is-dark-theme .woocommerce a.button:hover, body.is-dark-theme .woocommerce a.button:active, body.is-dark-theme .woocommerce a.button:focus {
  background-color: var(--black-white-switch); }

.woocommerce h1.page-title {
  color: var(--global--color-light-gray);
  font-size: var(--global--font-size-xl); }
.woocommerce main .single_add_to_cart_button {
  background-color: var(--black-gray-switch) !important;
  opacity: 1 !important;
  text-transform: uppercase;
  width: 100%; }
  .woocommerce main .single_add_to_cart_button:hover, .woocommerce main .single_add_to_cart_button:active, .woocommerce main .single_add_to_cart_button:focus {
    background-color: var(--black-white-switch) !important;
    border-color: var(--black-white-switch);
    color: var(--white-black-switch) !important;
    opacity: var(--opacity-switch) !important; }
.woocommerce .single_add_to_cart_button:hover, .woocommerce .single_add_to_cart_button:active {
  background-color: var(--global--color-black);
  border-color: var(--global--color-black);
  color: var(--global--color-white);
  opacity: var(--opacity-switch); }
.woocommerce .woocommerce-result-count, .woocommerce .woocommerce-ordering {
  display: none; }

a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart, a.button.product_type_variable.add_to_cart_button {
  display: none; }

.woocommerce-product-gallery__trigger, .posted_in {
  display: none; }

.woocommerce .products {
  margin-top: 20px; }
.woocommerce ul.products[class*=columns-] li.product {
  margin: 0; }
.woocommerce .woocommerce-products-header {
  border-bottom: 1px solid var(--global--color-light-gray); }
.woocommerce a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
  width: 100%; }
.woocommerce ul.products li.product {
  margin: 0 10px 20px; }
  .woocommerce ul.products li.product:nth-child(even) {
    margin-right: 0; }
.woocommerce .entry-header .entry-title {
  display: inline;
  height: auto;
  margin: 0; }

.page-template-template-shopHeader .entry-title, .page-template-template-shop .entry-title {
  display: inline;
  height: auto;
  margin: 0; }

.woocommerce .entry-title a:hover {
  color: currentColor; }
.woocommerce .entry-header {
  align-items: center;
  display: flex;
  justify-content: space-between; }

.page-template-template-shopHeader .entry-header {
  align-items: center;
  display: flex;
  justify-content: space-between; }

.page-template-template-shop .entry-header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  height: 70px;
  margin-top: 50px; }

.page-template-template-shopHeader article .entry-header, .page-template-template-shop article .entry-header {
  display: none !important; }

.single-product h1.product_title.entry-title {
  color: var(--black-white-switch);
  font-size: 24px !important;
  height: auto;
  line-height: 28px;
  margin-bottom: 0;
  text-transform: initial; }

@media (max-width: 768px) {
  .single-product h1.product_title.entry-title {
    margin-top: 16px; } }
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  color: var(--black-white-switch);
  font-size: var(--global--font-size-xs);
  line-height: 1.5;
  margin-bottom: 0; }
.woocommerce .woocommerce-product-gallery ol.flex-control-nav.flex-control-thumbs {
  display: grid;
  grid-template-columns: repeat(5, auto);
  justify-content: space-between;
  padding-left: 0; }
  .woocommerce .woocommerce-product-gallery ol.flex-control-nav.flex-control-thumbs li {
    margin: 0 0 20px 0; }
.woocommerce .woocommerce-Price-amount {
  font-size: var(--global--font-size-xs); }
.woocommerce .vat-info {
  color: var(--global--color-light-gray);
  font-size: var(--global--font-size-xxs);
  text-transform: none; }
.woocommerce .woocommerce-cart-form button[name='apply_coupon'], .woocommerce .woocommerce-cart-form button[name='update_cart'] {
  background-color: var(--global--color-light-gray) !important;
  color: var(--black-white-switch); }

@media (max-width: 1200px) {
  .woocommerce .woocommerce-product-gallery ol.flex-control-nav.flex-control-thumbs {
    grid-template-columns: repeat(4, auto); } }
@media (max-width: 1024px) {
  .woocommerce .woocommerce-product-gallery ol.flex-control-nav.flex-control-thumbs {
    grid-template-columns: repeat(3, auto); } }
@media (max-width: 768px) {
  .woocommerce .woocommerce-product-gallery ol.flex-control-nav.flex-control-thumbs {
    grid-template-columns: repeat(4, auto); } }
@media (max-width: 482px) {
  .woocommerce .woocommerce-product-gallery ol.flex-control-nav.flex-control-thumbs {
    grid-template-columns: repeat(3, auto); } }
/* Cart Page */
.woocommerce-cart table.shop_table tr th.product-quantity {
  text-align: center; }
.woocommerce-cart table.shop_table tr td.product-quantity {
  text-align: center !important; }
.woocommerce-cart table.shop_table tr th.product-subtotal {
  padding: 15px 0; }
.woocommerce-cart table.shop_table tr td.product-subtotal, .woocommerce-cart table.shop_table tr td[data-title="Total"] {
  padding: 15px 0;
  text-align: right !important; }
.woocommerce-cart table.shop_table tr td[data-title="Shipping"] {
  padding: 15px 0; }
.woocommerce-cart table.shop_table tr .woocommerce-message .wc-forward {
  margin-left: 20px; }

.site-main > article > .entry-content {
  margin-top: 0; }

.woocommerce table.shop_table_responsive thead, .woocommerce-page table.shop_table_responsive thead {
  display: table-header-group; }

.woocommerce table.shop_table_responsive tr td, .woocommerce-page table.shop_table_responsive tr td {
  display: table-cell; }

.woocommerce table.shop_table_responsive tr td, .woocommerce-page table.shop_table_responsive tr td.product-name {
  text-align: left !important; }

.woocommerce table.shop_table_responsive tr .product-remove, .woocommerce-page table.shop_table_responsive tr .product-remove {
  float: none;
  padding-left: 0;
  padding-right: 0; }

.woocommerce table.shop_table_responsive tr, .woocommerce-page table.shop_table_responsive tr {
  display: table-row; }

.woocommerce #content table.cart .product-thumbnail, .woocommerce table.cart .product-thumbnail {
  display: table-cell;
  padding: 4px; }

.woocommerce-page #content table.cart .product-thumbnail, .woocommerce-page table.cart .product-thumbnail {
  display: table-cell;
  padding: 4px; }

.woocommerce table.shop_table_responsive tr .product-remove, .woocommerce-page table.shop_table_responsive tr th.product-remove {
  width: 20px; }

.woocommerce small.includes_tax {
  display: block; }
.woocommerce table.shop_table_responsive tr.cart_item td::before {
  display: none !important; }

.woocommerce-page table.shop_table_responsive tr td.product-price {
  display: none !important; }

.woocommerce .woocommerce-cart-form .shop_table_responsive th.product-price, .woocommerce tr.cart-subtotal, .woocommerce button[name='update_cart'], .woocommerce input[name='update_cart'], .woocommerce .cart_totals > h2, .woocommerce .woocommerce-cart-form .coupon {
  display: none !important; }

table.woocommerce-cart-form__contents > tbody {
  border-bottom: 1px solid var(--global--color-light-gray);
  border-top: 1px solid var(--global--color-light-gray); }

.woocommerce td.product-name {
  color: var(--black-white-switch) !important;
  font-size: 12px;
  text-align: left !important; }
.woocommerce td.actions {
  border: 0; }
.woocommerce tr.order-total td {
  border: 0;
  text-align: right; }
.woocommerce td.product-subtotal, .woocommerce td.product-thumbnail, .woocommerce td.product-name, .woocommerce td.product-quantity {
  border: 0; }
.woocommerce tr.order-total th, .woocommerce td.product-remove {
  border: 0; }
.woocommerce .woocommerce-cart-form a.remove {
  background: none;
  color: var(--black-white-switch) !important; }
.woocommerce .woocommerce-cart-form input.qty {
  font-size: 16px;
  padding-left: 10px;
  padding-right: 10px;
  width: 64px; }

.woocommerce-cart-form th.product-subtotal {
  text-align: right; }
.woocommerce-cart-form td.product-subtotal {
  text-align: right; }
.woocommerce-cart-form td.product-remove {
  text-align: center; }

.woocommerce table.shop_table_responsive tr:first-child, .woocommerce-page table.shop_table_responsive tr:first-child {
  border-top: 0; }

a.checkout-button.button.alt.wc-forward, a.button.wc-backward {
  background-color: var(--black-gray-switch);
  color: var(--white-black-switch);
  text-transform: uppercase; }

.single-product .summary p.price {
  margin-bottom: 20px; }
  .single-product .summary p.price .woocommerce-Price-amount {
    font-size: 24px;
    line-height: 28px; }
.single-product .entry-summary .vat-info {
  font-size: 16px; }
.single-product .product-type-variable .summary.entry-summary p.price {
  display: none !important; }

p#wc-stripe-payment-request-button-separator {
  display: none !important; }

.product-type-variable .price-incl {
  display: none; }

body #wc-stripe-payment-request-button {
  border: 1px solid #000;
  border-radius: 4px; }
body.is-dark-theme #wc-stripe-payment-request-button {
  border: 1px solid var(--global--color-light-gray); }

.woocommerce .entry-summary .vat-info {
  margin-bottom: 20px;
  margin-top: -20px; }

div#wc-stripe-payment-request-wrapper {
  padding-top: 4px !important; }

@media only screen and (min-width: 667px) {
  .woocommerce ul.products.columns-2 li.product {
    width: 50% !important; }
    .woocommerce ul.products.columns-2 li.product:nth-of-type(odd) {
      margin-left: 0; }
    .woocommerce ul.products.columns-2 li.product:nth-of-type(even) {
      margin-left: 20px;
      margin-right: 0;
      padding-right: 0 !important; } }
@media (min-width: 769px) {
  #content {
    padding-bottom: 340px; }

  #page {
    min-height: 100vh;
    position: relative; }

  .widget-area {
    height: 180px; }

  .single-product .woocommerce-message {
    align-items: center;
    display: flex;
    flex-direction: row;
    margin-left: 50%;
    padding-left: 10px;
    padding-right: 0;
    width: 50%; }
    .single-product .woocommerce-message a.wc-forward {
      margin-left: 20px;
      min-width: 150px; }
  .single-product .entry .entry-content > *, .single-product .entry .entry-summary > * {
    margin: 0 auto;
    max-width: 640px; }
  .single-product #content div.product div.summary {
    padding-left: 10px;
    width: 50%; }
  .single-product #content div.product div.images {
    padding-right: 10px;
    width: 50%; }

  .woocommerce ul.products.columns-2 {
    margin-left: 1px; }
    .woocommerce ul.products.columns-2 li.product {
      width: calc(100% / 2 - 11px) !important; } }
@media only screen and (min-width: 1168px) {
  .woocommerce .content-area {
    max-width: 1520px; } }
@media (max-width: 768px) {
  .single-product button.single_add_to_cart_button.button.alt {
    margin-top: 0; }

  .woocommerce .woocommerce-cart-form input.qty {
    padding: 4px 8px;
    width: 30px; }
  .woocommerce table.shop_table_responsive tr:nth-child(2n + 1) td {
    background: none; }

  .woocommerce-page table.shop_table_responsive tr:nth-child(2n + 1) td {
    background: none; }

  .woocommerce table.shop_table_responsive tr td.product-quantity::before, .woocommerce-page table.shop_table_responsive tr td.product-quantity::before {
    padding-top: 0; }

  .woocommerce .related.products ul.products, .woocommerce-page .related.products ul.products {
    flex-direction: initial; }

  body {
    font-size: var(--global--font-size-xs); }

  aside.widget-area {
    display: flex;
    flex-direction: column-reverse; }

  section#nav_menu-3 {
    margin-bottom: 20px; } }
.page-template-template-shop article .entry-content {
  margin-bottom: 0;
  padding-left: var(--global--spacing-unit);
  padding-right: var(--global--spacing-unit);
  padding-top: 20px; }
.page-template-template-shop figure {
  position: relative; }
  .page-template-template-shop figure:hover figcaption {
    opacity: 1; }

@media (max-width: 821.99px) {
  .page-template-template-shop article .entry-content {
    padding-left: 15px;
    padding-right: 15px; }
    .page-template-template-shop article .entry-content .alignwide {
      max-width: none; } }
@media (min-width: 600px) {
  .page-template-template-shop .wp-block-column:not(:first-child) {
    margin-left: var(--global--spacing-unit); } }
@media (min-width: 600px) {
  .page-template-template-photography .wp-block-columns .wp-block-column:not(:last-child) {
    margin-bottom: 0; } }
@keyframes jumpInSlow {
  0% {
    opacity: 0;
    transform: translateY(-15px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
@media (max-width: 780px) {
  .page-template-template-shop figure {
    opacity: 1; } }
/* Variation Selection */
.single-product form.cart input[type='radio'] {
  background: #e6e6e6;
  width: 25px; }

.woovr-variation-radio .woovr-variation-name {
  display: inline; }

.woovr-variation-price {
  clear-after: both;
  float: right;
  padding-left: 4px; }

/*Cart Button */
li.wpmenucart a {
  color: #000;
  font-size: 12px;
  margin-top: -14px; }
  li.wpmenucart a img {
    margin-bottom: -10px; }

body.is-dark-theme li.wpmenucart a img {
  filter: invert(1); }

.woocommerce-info, .woocommerce-message {
  background: none;
  border-top: 0;
  color: var(--black-white-switch); }

body .site .checkout-button {
  border-radius: 4px;
  font-family: var(--font-headings); }
body:not(.is-dark-theme) .checkout-button:hover, body:not(.is-dark-theme) .checkout-button:focus, body:not(.is-dark-theme) .checkout-button:active {
  opacity: 0.8; }
body.is-dark-theme .checkout-button {
  background-color: var(--global--color-light-gray); }
  body.is-dark-theme .checkout-button:hover, body.is-dark-theme .checkout-button:focus, body.is-dark-theme .checkout-button:active {
    background-color: #fff; }
body .site .button {
  border: 0; }

.woocommerce-checkout label[for="billing_state"], .woocommerce-checkout label[for="shipping_country"], .woocommerce-checkout label[for="shipping_state"], .woocommerce-checkout label[for='shipping_city'] {
  display: none !important; }
.woocommerce-checkout .woocommerce-billing-fields > h3 {
  display: none !important; }
.woocommerce-checkout label[for='shipping_address_1'], .woocommerce-checkout label[for='shipping_count'], .woocommerce-checkout label[for='shipping_postcode'], .woocommerce-checkout label[for='billing_email'], .woocommerce-checkout label[for='billing_address_1'], .woocommerce-checkout label[for='billing_country'], .woocommerce-checkout label[for='billing_city'], .woocommerce-checkout label[for='billing_postcode'] {
  display: none !important; }
.woocommerce-checkout #shipping_state_field {
  display: none; }
.woocommerce-checkout #shipping_country_field, .woocommerce-checkout #billing_country_field {
  margin-left: 2px;
  margin-right: -2px; }
.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper p.form-row, .woocommerce-checkout form .col2-set p {
  margin-bottom: 20px; }
.woocommerce-checkout .woocommerce label[for='shipping_method_0_flat_rate2'] {
  font-size: 17px; }
.woocommerce-checkout .woocommerce-checkout-review-order ul {
  margin: 2rem 0; }
.woocommerce-checkout .woocommerce-shipping-fields, .woocommerce-checkout #payment, .woocommerce-checkout p#ContinueButtonShipping, .woocommerce-checkout .addressGroup {
  display: none; }
.woocommerce-checkout .force-non-display {
  display: none !important; }
.woocommerce-checkout p#ContinueButton, .woocommerce-checkout p#ContinueButtonShipping {
  align-items: center;
  background: var(--black-gray-switch);
  border-radius: 4px;
  color: var(--white-black-switch);
  cursor: pointer;
  font-family: var(--font-headings);
  font-size: var(--button--font-size);
  height: 55px;
  justify-content: center;
  text-align: center;
  text-transform: uppercase;
  width: 100%; }
.woocommerce-checkout a.about_paypal, .woocommerce-checkout .payment_box.payment_method_paypal, .woocommerce-checkout .woocommerce-terms-and-conditions-wrapper > p, .woocommerce-checkout aside.widget-area, .woocommerce-checkout footer, .woocommerce-checkout nav#site-navigation, .woocommerce-checkout small.tax_label {
  display: none !important; }
.woocommerce-checkout .woocommerce-privacy-policy-text p {
  font-size: 14px; }
.woocommerce-checkout h3#ship-to-different-address span {
  font-size: 16px; }
.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info {
  padding: 16px 0; }
.woocommerce-checkout form #order_review .woocommerce-checkout-review-order-table .order-total {
  background: #fff;
  background: var(--white-black-switch);
  bottom: 0;
  color: var(--black-white-switch);
  left: 0;
  position: fixed;
  width: 100%;
  z-index: 200; }
  .woocommerce-checkout form #order_review .woocommerce-checkout-review-order-table .order-total td {
    width: 100%; }
.woocommerce-checkout #order_review_heading {
  border-top: 1px solid var(--global--color-light-gray);
  padding-top: 20px; }
.woocommerce-checkout #content {
  padding-bottom: 100px; }
.woocommerce-checkout form.woocommerce-checkout {
  width: 100%; }
.woocommerce-checkout td.product-name {
  align-items: center;
  display: flex; }
.woocommerce-checkout p#ContinueButton {
  display: flex; }
  .woocommerce-checkout p#ContinueButton:hover, .woocommerce-checkout p#ContinueButton:active, .woocommerce-checkout p#ContinueButton:focus {
    background-color: var(--black-white-switch);
    opacity: var(--opacity-switch); }
.woocommerce-checkout p#ContinueButtonShipping:hover, .woocommerce-checkout p#ContinueButtonShipping:active, .woocommerce-checkout p#ContinueButtonShipping:focus {
  background-color: var(--black-white-switch);
  opacity: var(--opacity-switch); }
.woocommerce-checkout div#wc-stripe-payment-request-wrapper {
  margin-bottom: 20px; }
.woocommerce-checkout .wc_payment_method .payment_box fieldset {
  padding-bottom: 1.5rem; }

.paypal-button.paypal-button-shape-rect {
  border-radius: 0 !important; }

/* Tooltips */
body .imgl-theme-light .imgl-tooltips .imgl-tooltip-form {
  background: #333 !important;
  color: #fff;
  font-size: inherit;
  padding: 10px; }

.imgl-map .imgl-pin .imgl-pin-data .imgl-ico-wrap .imgl-ico-lbl {
  text-transform: uppercase; }

#primary {
  overflow: hidden; }

.imgl-tt a + p, .imgl-tt video + p {
  padding-bottom: 4px;
  padding-top: 10px; }

body .imgl-map {
  font-family: var(--font-base);
  min-height: 400px;
  visibility: hidden; }
  body .imgl-map .imgl-map-button {
    visibility: hidden; }
body .imgl-theme-light .imgl-tooltips .imgl-tooltip-wrap.imgl-tooltip-top .imgl-tooltip-arrow {
  display: none; }

.imgl-theme-light .imgl-tooltips .imgl-tooltip-wrap.imgl-tooltip-bottom .imgl-tooltip-arrow {
  display: none; }

.imgl-map .imgl-stage {
  z-index: 3; }

@media (min-width: 600px) and (max-width: 781px) {
  body:not(.page-template-template-photography):not(.page-template-template-noslider-photography) .wp-block-column:not(:only-child) {
    flex-basis: auto !important; }

  .wp-block-column:not(:only-child) {
    flex-grow: 1; }

  .page-template-template-photography .wp-block-column:not(:only-child), .page-template-template-noslider-photography .wp-block-column:not(:only-child) {
    flex-basis: calc(50% - 10px) !important; }

  body:not(.page-template-template-photography):not(.page-template-template-noslider-photography) .wp-block-column:nth-child(2n) {
    margin-left: 0; }

  .wp-block-column:nth-child(2n) {
    margin-left: 20px; } }
.gregw-manual-placement-1, .gregw-manual-placement-2 {
  background-color: #f8f8f8;
  margin: 0 auto;
  max-width: 1600px;
  padding: 0 0 40px; }

.gregw-manual-placement-1 img, .gregw-manual-placement-2 img {
  max-width: 100%; }

body.woocommerce-account #content th, body.woocommerce-account #content td {
  text-align: left; }
body.woocommerce-account #content p.woocommerce-customer-details--email {
  font-size: 1rem; }
body.woocommerce-account #content #billing_email_field span::before {
  content: 'E-Mail';
  display: block;
  font-size: var(--global--font-size-xs); }
body.woocommerce-account #content label {
  font-size: var(--global--font-size-xs); }
body.woocommerce-account #content input {
  border: 2px solid var(--global--color-light-gray);
  font-size: 1rem; }
body.woocommerce-account #content #billing_first_name_field span::before {
  content: 'First Name';
  display: block;
  font-size: var(--global--font-size-xs); }
body.woocommerce-account #content #billing_last_name_field span::before {
  content: 'Last Name';
  display: block;
  font-size: var(--global--font-size-xs); }
body.woocommerce-account #content .required {
  display: none; }
body.woocommerce-account #content p.form-row {
  margin-top: 0 !important;
  padding-top: 20px; }
body.woocommerce-account #content #billing_address_2_field {
  padding-top: 10px; }
body.woocommerce-account #content td a {
  background: none !important;
  color: var(--black-white-switch) !important;
  display: inline;
  font-family: var(--font-base); }
body.woocommerce-account #content h2, body.woocommerce-account #content h3, body.woocommerce-account #content .nobr, body.woocommerce-account #content th {
  font-family: var(--font-base);
  text-transform: uppercase; }
body.woocommerce-account #content p {
  font-size: 20px;
  margin-top: 10px; }
body.woocommerce-account #content .woocommerce-form-login__rememberme span {
  display: inline-flex;
  vertical-align: text-bottom; }
body.woocommerce-account #content button {
  background: var(--black-gray-switch);
  color: var(--white-black-switch);
  text-transform: uppercase; }
body.woocommerce-account #content a.button {
  background: var(--black-gray-switch);
  color: var(--white-black-switch);
  text-transform: uppercase; }
  body.woocommerce-account #content a.button.delete, body.woocommerce-account #content a.button.view {
    text-transform: none; }
body.woocommerce-account #content button:hover {
  background: var(--black-white-switch);
  opacity: var(--opacity-switch); }
body.woocommerce-account #content a.button:hover, body.woocommerce-account #content a.button:active {
  background: var(--black-white-switch);
  opacity: var(--opacity-switch); }
body.woocommerce-account #content button:active, body.woocommerce-account #content button:focus {
  background: var(--black-white-switch);
  opacity: var(--opacity-switch); }
body.woocommerce-account #content a.button:focus {
  background: var(--black-white-switch);
  opacity: var(--opacity-switch); }
body.woocommerce-account .woocommerce-EditAccountForm #account_display_name + span, body.woocommerce-account label[for="account_display_name"], body.woocommerce-account #account_display_name {
  display: none; }
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields .select2-selection {
  border-color: var(--global--color-light-gray) !important;
  font-size: 16px; }
body.woocommerce-account #billing_country_field .woocommerce-input-wrapper, body.woocommerce-account #shipping_country_field .woocommerce-input-wrapper {
  display: block;
  margin-top: 20px; }
body.woocommerce-account .site .woocommerce-MyAccount-navigation li a:focus, body.woocommerce-account .site .woocommerce-MyAccount-navigation li a:hover, body.woocommerce-account .site .woocommerce-MyAccount-navigation li a:active {
  background: transparent !important;
  text-decoration: none !important; }
body.woocommerce-account .woocommerce-MyAccount-navigation-link {
  border-bottom: 1px solid var(--global--color-light-gray);
  height: 50px;
  margin-bottom: 0 !important; }
  body.woocommerce-account .woocommerce-MyAccount-navigation-link a {
    color: var(--global--color-light-gray) !important;
    font-size: 24px; }
body.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a {
  color: var(--black-white-switch) !important;
  text-decoration: none; }
body.woocommerce-account #main .woocommerce {
  padding-top: 60px; }

@media (max-width: 782px) {
  body.woocommerce-account #content h3 {
    font-size: 24px; } }
@media (min-width: 769px) {
  body.woocommerce-account .woocommerce-MyAccount-navigation {
    width: 50%; } }
@media (min-width: 1200px) {
  body.woocommerce-account .woocommerce-MyAccount-navigation {
    width: 20%; } }
@media (max-width: 768px) {
  body.woocommerce-account .site .button, body.woocommerce-account button {
    font-size: 16px; }
  body.woocommerce-account input[type=submit], body.woocommerce-account input[type=reset] {
    font-size: 16px; }
  body.woocommerce-account .wp-block-button .wp-block-button__link, body.woocommerce-account .wp-block-file a.wp-block-file__button {
    font-size: 16px; }
  body.woocommerce-account .account-payment-methods-table td.payment-method-actions {
    padding: 0; }
    body.woocommerce-account .account-payment-methods-table td.payment-method-actions a {
      padding: 0; }
  body.woocommerce-account .woocommerce table.shop_table_responsive tr td::before, body.woocommerce-account .woocommerce-page table.shop_table_responsive tr td::before, body.woocommerce-account .woocommerce-orders-table__header-order-status, body.woocommerce-account .woocommerce-orders-table__header-order-total, body.woocommerce-account .woocommerce-orders-table__cell-order-status, body.woocommerce-account .woocommerce-orders-table__cell-order-total {
    display: none !important; }
  body.woocommerce-account .site-main {
    margin-top: 0; }
  body.woocommerce-account .woocommerce-MyAccount-navigation li {
    align-items: center;
    display: flex; }
  body.woocommerce-account #main .woocommerce {
    padding: 0 15px; } }
#customer_login .u-column2 {
  display: none; }

/* Thank You Page */
body.woocommerce-order-received #main ul.woocommerce-thankyou-order-details {
  display: none !important; }
body.woocommerce-order-received #main p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
  margin-top: 20px; }
body.woocommerce-order-received #main th {
  font-family: var(--font-base);
  text-align: left; }
body.woocommerce-order-received #main td {
  font-family: var(--font-base);
  text-align: left; }
  body.woocommerce-order-received #main td.woocommerce-table__product-name.product-name a {
    color: var(--black-white-switch);
    cursor: pointer;
    font-size: 1rem;
    pointer-events: none; }
body.woocommerce-order-received #main .product-quantity {
  font-size: 1rem;
  padding-left: 10px; }
body.woocommerce-order-received #main td.woocommerce-table__product-name.product-name a:hover, body.woocommerce-order-received #main td.woocommerce-table__product-name.product-name a:active, body.woocommerce-order-received #main td.woocommerce-table__product-name.product-name a:focus {
  color: var(--black-white-switch); }

@media (max-width: 768px) {
  body.woocommerce-order-received #main .woocommerce-column--shipping-address.col-2 {
    margin-top: 20px; } }
/* Lightbox Modal */
.imgl-image, .wp-block-image img {
  cursor: pointer; }

.modal {
  background-color: #000;
  display: none;
  height: 100%;
  left: 0;
  overflow: auto;
  padding-top: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100; }
  .modal .mySlides {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center; }
    .modal .mySlides img {
      display: block;
      max-height: 100%; }
  .modal .dotIcons {
    display: flex;
    margin-top: 20px; }
    .modal .dotIcons span {
      background: var(--global--color-light-gray);
      border-radius: 50%;
      cursor: pointer;
      display: inline-block;
      height: 10px;
      margin: 5px;
      width: 10px; }
      .modal .dotIcons span:nth-child(2) {
        background-color: white; }

@media (orientation: landscape) {
  .modal .dotIcons {
    display: none; } }
@media (min-width: 468px) {
  .modal .dotIcons {
    display: none; } }
.modal-content {
  height: 100%;
  margin: auto;
  max-width: 1200px;
  padding: 0;
  position: relative;
  width: 100%; }

.modalClose {
  color: #fff;
  cursor: pointer;
  font-family: var(--font-headings);
  font-size: 24px;
  position: absolute;
  right: 15px;
  top: 7px;
  z-index: 1000; }

.prev {
  border-radius: 0 3px 3px 0;
  bottom: 20px;
  color: #fff;
  cursor: pointer;
  font-size: 20px;
  font-weight: bold;
  margin-top: -50px;
  padding: 16px;
  position: absolute;
  transition: 0.6s ease;
  width: auto; }

.next {
  border-radius: 0 3px 3px 0;
  bottom: 20px;
  color: #fff;
  cursor: pointer;
  font-size: 20px;
  font-weight: bold;
  margin-top: -50px;
  padding: 16px;
  position: absolute;
  transition: 0.6s ease;
  width: auto;
  border-radius: 3px 0 0 3px;
  right: 0; }

@media (max-width: 468px) {
  .prev, .next {
    display: none; } }
@media (orientation: landscape) and (max-height: 468px) {
  .prev, .next {
    display: none; } }
/* Position the "next button" to the right */
.page-template-default .entry-content, .page-template-template-shopHeader .entry-content {
  background: #141414;
  margin-bottom: 0;
  max-width: 1600px;
  min-height: 90vh;
  padding-bottom: 20px;
  padding-top: 20px; }

.page-template-default .site-main, .page-template-template-shopHeader .site-main {
  padding-bottom: 0; }

.product_cat-prints .price-excl, .product_cat-box-set-i .price-excl, .product_cat-box-set-ii .price-excl, .product_cat-007xgwp-prints .price-excl {
  display: none; }

.product_cat-cameras .price-incl .woocommerce-Price-amount {
  font-size: 24px !important; }
.product_cat-cameras .price-excl {
  color: var(--global--color-light-gray);
  font-size: 16px; }
  .product_cat-cameras .price-excl::after {
    color: var(--global--color-light-gray);
    content: ' Excl. VAT/local sales and import taxes';
    font-size: 16px; }

.term-cameras .price-excl {
  color: var(--global--color-light-gray) !important; }

.upsells ~ .related {
  display: none; }

.page-template-template-learn .entry-content {
  background-color: #f8f8f8;
  margin-bottom: 0;
  max-width: 1600px;
  padding-bottom: 20px;
  padding-top: 20px; }
  .page-template-template-learn .entry-content .wp-block-columns:last-child .wp-block-column {
    flex-basis: auto !important; }
.page-template-template-learn.is-dark-theme .entry-content {
  background-color: #141414; }
.page-template-template-learn main {
  padding-bottom: 0; }
.page-template-template-learn.page-id-1191 .entry-content {
  padding-top: 0; }

@media only screen and (max-width: 481px) {
  .page-template-template-learn .wp-block-columns:nth-last-child(2) .wp-block-column:last-child .imgl-map:last-child .imgl-tooltip-pos {
    top: -200px !important; } }
@media (min-width: 1025px) {
  .page-id-1851 .wp-block-column, .page-id-1860 .wp-block-column {
    padding-left: 15px; } }
.page-id-1851 p {
  font-size: 27px !important; }

.page-id-1860 p {
  font-size: 27px !important; }
.page-id-1860 .site-main {
  margin-top: 0; }

@media (max-width: 468px) {
  .page-id-1851 p, .page-id-1860 p {
    font-size: 20px !important; } }
.page-id-1876 .site-main {
  margin-top: 0; }
.page-id-1876 .entry-content {
  padding-top: 60px; }

.page-id-1086 #page .entry-content, .page-id-9462 #page .entry-content {
  padding-top: 0; }

.woocommerce-account .site-main {
  margin-top: 0; }

.error404 .page-header {
  border-bottom: none !important; }
.error404 #content {
  padding-top: 120px; }
.error404 .page-title {
  font-size: 55px;
  line-height: 0.854;
  text-transform: uppercase; }

@media (max-width: 768px) {
  .error404 #content {
    padding-top: 60px; }
  .error404 p {
    font-size: 20px;
    line-height: var(--global--color-light-gray); } }
.subscribeLink {
  color: var(--global--color-light-gray);
  cursor: pointer; }

.grey-thick-border {
  border: 5px solid gray; }

.i-icon-in-text {
  border: 1px solid #f8f8f8;
  border-radius: 50%;
  height: 24px;
  width: 24px; }

.paged .introVideo {
  display: none; }
.paged article.post:first-of-type .entry-header {
  display: block; }
.paged .removing_brand_name h2 {
  color: var(--black-white-switch); }

.woocommerce .products .woovr-show-description a.product_type_simple {
  display: none; }

.page-id-6496, .page-id-6575 .entry-content {
  margin-top: 0; }

.page-id-7221 .site-main {
  margin-top: 1px; }

.is-dark-theme .site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) {
  background: none !important; }
.is-dark-theme .site a.checkout-button:focus:not(.wp-block-button__link):not(.wp-block-file__button) {
  background: var(--black-gray-switch) !important;
  color: black; }

.page-id-8190 .site-main, .page-id-8188 .site-main, .woocommerce-cart .site-main {
  margin-top: 0 !important; }

.page-id-6942 .site-main {
  padding-bottom: 0;
  margin-top: 0; }

@media (max-width: 780px) {
  .page-id-6942 figure figcaption {
    opacity: 1; } }
.woovr-variation-selector input {
  cursor: pointer; }

.is-dark-theme .site .entry-title a:focus:not(.wp-block-button__link):not(.wp-block-file__button), .is-dark-theme .site .entry-title a:hover:not(.wp-block-button__link):not(.wp-block-file__button) {
  color: black; }

.single-product img.zoomImg {
  cursor: zoom-in; }
.single-product .sku_wrapper, .single-product .posted_in {
  display: block; }

.wc-block-grid__product-title {
  font-size: var(--heading--font-size-h2);
  letter-spacing: var(--heading--letter-spacing-h2);
  line-height: var(--heading--line-height-h2);
  font-family: var(--heading--font-family);
  color: white;
  text-align: left;
  font-weight: normal; }

.page-template-template-shopHeader article .entry-header, .page-template-template-shop-no-header article .entry-header, .page-template-template-shop article .entry-header {
  display: none !important; }

.single-product h1.product_title.entry-title {
  color: var(--black-white-switch);
  font-size: 24px !important;
  height: auto;
  line-height: 28px;
  margin-bottom: 0;
  text-transform: initial; }

@media (max-width: 768px) {
  .single-product h1.product_title.entry-title {
    margin-top: 16px; } }
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  color: var(--black-white-switch);
  font-size: var(--global--font-size-xs);
  line-height: 1.5;
  margin-bottom: 0; }

.woocommerce .woocommerce-product-gallery ol.flex-control-nav.flex-control-thumbs {
  display: grid;
  grid-template-columns: repeat(5, auto);
  justify-content: space-between;
  padding-left: 0; }

@media (max-width: 1200px) {
  .woocommerce .woocommerce-product-gallery ol.flex-control-nav.flex-control-thumbs {
    grid-template-columns: repeat(4, auto); } }
@media (max-width: 1024px) {
  .woocommerce .woocommerce-product-gallery ol.flex-control-nav.flex-control-thumbs {
    grid-template-columns: repeat(3, auto); } }
@media (max-width: 768px) {
  .woocommerce .woocommerce-product-gallery ol.flex-control-nav.flex-control-thumbs {
    grid-template-columns: repeat(4, auto); } }
@media (max-width: 482px) {
  .woocommerce .woocommerce-product-gallery ol.flex-control-nav.flex-control-thumbs {
    grid-template-columns: repeat(3, auto); } }
.woocommerce .woocommerce-product-gallery ol.flex-control-nav.flex-control-thumbs li {
  margin: 0 0 20px; }

.woocommerce .woocommerce-Price-amount {
  font-size: var(--global--font-size-xs); }

.woocommerce .vat-info {
  color: var(--global--color-70-white);
  font-size: var(--global--font-size-xxs);
  text-transform: none; }

.woocommerce .woocommerce-cart-form button[name=apply_coupon], .woocommerce .woocommerce-cart-form button[name=update_cart] {
  background-color: var(--global--color-70-white) !important;
  color: var(--black-white-switch); }

.woocommerce-cart table.shop_table tr th.product-quantity {
  text-align: center; }

.woocommerce-cart table.shop_table tr td.product-quantity {
  text-align: center !important; }

.woocommerce-cart table.shop_table tr th.product-subtotal {
  padding: 15px 0; }

.woocommerce-cart table.shop_table tr td.product-subtotal {
  padding: 15px 0;
  text-align: right !important; }

.woocommerce-cart table.shop_table tr td[data-title=Total] {
  padding: 15px 0;
  text-align: right !important; }

.woocommerce-cart table.shop_table tr td[data-title=Shipping] {
  padding: 15px 0; }

.woocommerce-cart table.shop_table tr .woocommerce-message .wc-forward {
  margin-left: 20px; }

.site-main > article > .entry-content {
  margin-top: 0; }

.woocommerce table.shop_table_responsive thead, .woocommerce-page table.shop_table_responsive thead {
  display: table-header-group; }

.woocommerce table.shop_table_responsive tr td, .woocommerce-page table.shop_table_responsive tr td {
  display: table-cell; }

.woocommerce table.shop_table_responsive tr td, .woocommerce-page table.shop_table_responsive tr td.product-name {
  text-align: left !important; }

.woocommerce table.shop_table_responsive tr .product-remove, .woocommerce-page table.shop_table_responsive tr .product-remove {
  float: none;
  padding-left: 0;
  padding-right: 0; }

.woocommerce table.shop_table_responsive tr, .woocommerce-page table.shop_table_responsive tr {
  display: table-row; }

.woocommerce #content table.cart .product-thumbnail, .woocommerce table.cart .product-thumbnail, .woocommerce-page #content table.cart .product-thumbnail, .woocommerce-page table.cart .product-thumbnail {
  display: table-cell;
  padding: 4px; }

.woocommerce table.shop_table_responsive tr .product-remove, .woocommerce-page table.shop_table_responsive tr th.product-remove {
  width: 20px; }

.woocommerce small.includes_tax {
  display: block; }

.woocommerce table.shop_table_responsive tr.cart_item td::before, .woocommerce-page table.shop_table_responsive tr td.product-price, .woocommerce .woocommerce-cart-form .shop_table_responsive th.product-price, .woocommerce tr.cart-subtotal, .woocommerce button[name=update_cart], .woocommerce input[name=update_cart], .woocommerce .cart_totals > h2, .woocommerce .woocommerce-cart-form .coupon {
  display: none !important; }

table.woocommerce-cart-form__contents > tbody {
  border-bottom: 1px solid var(--global--color-70-white);
  border-top: 1px solid var(--global--color-70-white); }

.woocommerce td.product-name {
  color: var(--black-white-switch) !important;
  font-size: 12px;
  text-align: left !important; }

.woocommerce td.actions, .woocommerce tr.order-total td, .woocommerce td.product-subtotal, .woocommerce td.product-thumbnail, .woocommerce td.product-name, .woocommerce td.product-quantity, .woocommerce tr.order-total th, .woocommerce td.product-remove {
  border: 0; }

.woocommerce .woocommerce-cart-form a.remove {
  background: 0 0;
  color: var(--black-white-switch) !important; }

.woocommerce .woocommerce-cart-form input.qty {
  font-size: 16px;
  padding-left: 10px;
  padding-right: 10px;
  width: 64px; }

.woocommerce-cart-form th.product-subtotal, .woocommerce-cart-form td.product-subtotal {
  text-align: right; }

.woocommerce-cart-form td.product-remove {
  text-align: center; }

.woocommerce table.shop_table_responsive tr:first-child, .woocommerce-page table.shop_table_responsive tr:first-child {
  border-top: 0; }

a.checkout-button.button.alt.wc-forward, a.button.wc-backward {
  background-color: var(--black-gray-switch);
  color: var(--white-black-switch);
  text-transform: uppercase; }

.single-product .summary p.price {
  margin-bottom: 20px; }

.single-product .summary p.price .woocommerce-Price-amount {
  font-size: 24px;
  line-height: 28px; }

.single-product .entry-summary .vat-info {
  font-size: 16px; }

.single-product .product-type-variable .summary.entry-summary p.price, p#wc-stripe-payment-request-button-separator {
  display: none !important; }

.product-type-variable .price-incl {
  display: none; }

body #wc-stripe-payment-request-button {
  border: 1px solid #000;
  border-radius: 4px; }

body.is-dark-theme #wc-stripe-payment-request-button {
  border: 1px solid var(--global--color-70-white); }

.woocommerce .entry-summary .vat-info {
  margin-bottom: 20px;
  margin-top: -20px; }

div#wc-stripe-payment-request-wrapper {
  padding-top: 4px !important; }

@media only screen and (min-width: 667px) {
  .woocommerce ul.products.columns-2 li.product {
    width: 50% !important; }

  .woocommerce ul.products.columns-2 li.product:nth-of-type(odd) {
    margin-left: 0; }

  .woocommerce ul.products.columns-2 li.product:nth-of-type(even) {
    margin-left: 20px;
    margin-right: 0;
    padding-right: 0 !important; } }
@media (min-width: 769px) {
  #content {
    padding-bottom: 340px; }

  #page {
    min-height: 100vh;
    position: relative; }

  .widget-area {
    height: 180px; }

  .single-product .woocommerce-message {
    align-items: center;
    display: flex;
    flex-direction: row;
    margin-left: 50%;
    padding-left: 10px;
    padding-right: 0;
    width: 50%; }

  .single-product .woocommerce-message a.wc-forward {
    margin-left: 20px;
    min-width: 150px; }

  .single-product .entry .entry-content > *, .single-product .entry .entry-summary > * {
    margin: 0 auto;
    max-width: 640px; }

  .single-product #content div.product div.summary {
    padding-left: 10px;
    width: 50%; }

  .single-product #content div.product div.images {
    padding-right: 10px;
    width: 50%; }

  .woocommerce ul.products.columns-2 {
    margin-left: 1px; }

  .woocommerce ul.products.columns-2 li.product {
    width: calc(100%/2 - 11px) !important; } }
@media only screen and (min-width: 1168px) {
  .woocommerce .content-area {
    max-width: 1520px; } }
@media (max-width: 768px) {
  .single-product button.single_add_to_cart_button.button.alt {
    margin-top: 0; }

  .woocommerce .woocommerce-cart-form input.qty {
    padding: 4px 8px;
    width: 30px; }

  .woocommerce table.shop_table_responsive tr:nth-child(2n+1) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n+1) td {
    background: 0 0; }

  .woocommerce table.shop_table_responsive tr td.product-quantity::before, .woocommerce-page table.shop_table_responsive tr td.product-quantity::before {
    padding-top: 0; }

  .woocommerce .related.products ul.products, .woocommerce-page .related.products ul.products {
    flex-direction: initial; }

  body {
    font-size: var(--global--font-size-xs); }

  aside.widget-area {
    display: flex;
    flex-direction: column-reverse; }

  section#nav_menu-3 {
    margin-bottom: 20px; } }
.page-template-template-shop article .entry-content {
  margin-bottom: 0;
  padding-left: var(--global--spacing-unit);
  padding-right: var(--global--spacing-unit);
  padding-top: 20px; }

@media (max-width: 821.99px) {
  .page-template-template-shop article .entry-content {
    padding-left: 15px;
    padding-right: 15px; }

  .page-template-template-shop article .entry-content .alignwide {
    max-width: none; } }
@media (min-width: 600px) {
  .page-template-template-shop .wp-block-column:not(:first-child) {
    margin-left: var(--global--spacing-unit); } }
@media (min-width: 600px) {
  .page-template-template-photography .wp-block-columns .wp-block-column:not(:last-child) {
    margin-bottom: 0; } }
@keyframes jumpInSlow {
  0% {
    opacity: 0;
    transform: translateY(-15px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
.page-template-template-shop figure {
  position: relative; }

@media (max-width: 780px) {
  .page-template-template-shop figure {
    opacity: 1; } }
.page-template-template-shop figure:hover figcaption {
  opacity: 1; }

.single-product form.cart input[type=radio] {
  background: #e6e6e6;
  width: 25px; }

.woovr-variation-radio .woovr-variation-name {
  display: inline; }

.woovr-variation-price {
  clear-after: both;
  float: right;
  padding-left: 4px; }

li.wpmenucart a {
  color: #000;
  font-size: 12px;
  margin-top: -14px; }

li.wpmenucart a img {
  margin-bottom: -10px; }

.woocommerce-info, .woocommerce-message {
  background: 0 0;
  padding: 0;
  border-top: 0;
  color: var(--black-white-switch); }

body .site .checkout-button {
  border-radius: 4px;
  font-family: var(--font-headings); }

body:not(.is-dark-theme) .checkout-button:hover, body:not(.is-dark-theme) .checkout-button:focus, body:not(.is-dark-theme) .checkout-button:active {
  opacity: 0.8; }

body.is-dark-theme .checkout-button {
  background-color: var(--global--color-70-white); }

body.is-dark-theme .checkout-button:hover, body.is-dark-theme .checkout-button:focus, body.is-dark-theme .checkout-button:active {
  background-color: #fff; }

body .site .button {
  border: 0; }

.woocommerce-checkout label[for=billing_state], .woocommerce-checkout label[for=shipping_country], .woocommerce-checkout label[for=shipping_state] {
  display: none !important; }

.woocommerce-checkout label[for=shipping_city], .woocommerce-checkout .woocommerce-billing-fields > h3 {
  display: none !important; }

.woocommerce-checkout label[for=shipping_address_1], .woocommerce-checkout label[for=shipping_count], .woocommerce-checkout label[for=shipping_postcode], .woocommerce-checkout label[for=billing_email], .woocommerce-checkout label[for=billing_address_1], .woocommerce-checkout label[for=billing_country], .woocommerce-checkout label[for=billing_city], .woocommerce-checkout label[for=billing_postcode] {
  display: none !important; }

.woocommerce-checkout #shipping_state_field {
  display: none; }

.woocommerce-checkout #shipping_country_field, .woocommerce-checkout #billing_country_field {
  margin-left: 2px;
  margin-right: -2px; }

.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper p.form-row, .woocommerce-checkout form .col2-set p {
  margin-bottom: 20px; }

.woocommerce-checkout .woocommerce label[for=shipping_method_0_flat_rate2] {
  font-size: 17px; }

.woocommerce-checkout .woocommerce-checkout-review-order ul {
  margin: 2rem 0; }

.woocommerce-checkout .woocommerce-shipping-fields, .woocommerce-checkout #payment, .woocommerce-checkout p#ContinueButtonShipping, .woocommerce-checkout .addressGroup {
  display: none; }

.woocommerce-checkout .force-non-display {
  display: none !important; }

.woocommerce-checkout p#ContinueButton, .woocommerce-checkout p#ContinueButtonShipping {
  align-items: center;
  background: var(--black-gray-switch);
  border-radius: 4px;
  color: var(--white-black-switch);
  cursor: pointer;
  font-family: var(--font-headings);
  font-size: var(--button--font-size);
  height: 55px;
  justify-content: center;
  text-align: center;
  text-transform: uppercase;
  width: 100%; }

.woocommerce-checkout a.about_paypal, .woocommerce-checkout .payment_box.payment_method_paypal, .woocommerce-checkout .woocommerce-terms-and-conditions-wrapper > p, .woocommerce-checkout aside.widget-area, .woocommerce-checkout footer, .woocommerce-checkout nav#site-navigation, .woocommerce-checkout small.tax_label {
  display: none !important; }

.woocommerce-checkout .woocommerce-privacy-policy-text p {
  font-size: 14px; }

.woocommerce-checkout h3#ship-to-different-address span {
  font-size: 16px; }

.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info {
  padding: 16px 0; }

.woocommerce-checkout form #order_review .woocommerce-checkout-review-order-table .order-total {
  background: #fff;
  background: var(--white-black-switch);
  bottom: 0;
  color: var(--black-white-switch);
  left: 0;
  position: fixed;
  width: 100%;
  z-index: 200; }

.woocommerce-checkout form #order_review .woocommerce-checkout-review-order-table .order-total td {
  width: 100%; }

.woocommerce-checkout #order_review_heading {
  border-top: 1px solid var(--global--color-70-white);
  padding-top: 20px; }

.woocommerce-checkout #content {
  padding-bottom: 100px; }

.woocommerce-checkout form.woocommerce-checkout {
  width: 100%; }

.woocommerce-checkout td.product-name {
  align-items: center;
  display: flex; }

.woocommerce-checkout p#ContinueButton {
  display: flex; }

.woocommerce-checkout div#wc-stripe-payment-request-wrapper {
  margin-bottom: 20px; }

.woocommerce-checkout .wc_payment_method .payment_box fieldset {
  padding-bottom: 1.5rem; }

.paypal-button.paypal-button-shape-rect {
  border-radius: 0 !important; }

body .imgl-theme-light .imgl-tooltips .imgl-tooltip-form {
  background: #333 !important;
  color: #fff;
  font-size: inherit;
  padding: 10px; }

.imgl-map .imgl-pin .imgl-pin-data .imgl-ico-wrap .imgl-ico-lbl {
  text-transform: uppercase; }

#primary {
  overflow: hidden; }

.imgl-tt a + p, .imgl-tt video + p {
  padding-bottom: 4px;
  padding-top: 10px; }

body .imgl-map {
  font-family: var(--font-base);
  min-height: 400px;
  visibility: hidden; }

body .imgl-map .imgl-map-button {
  visibility: hidden; }

body .imgl-theme-light .imgl-tooltips .imgl-tooltip-wrap.imgl-tooltip-top .imgl-tooltip-arrow, .imgl-theme-light .imgl-tooltips .imgl-tooltip-wrap.imgl-tooltip-bottom .imgl-tooltip-arrow {
  display: none; }

.imgl-map .imgl-stage {
  z-index: 3; }

@media (min-width: 600px) and (max-width: 781px) {
  body:not(.page-template-template-photography):not(.page-template-template-noslider-photography) .wp-block-column:not(:only-child) {
    flex-basis: auto !important; }

  .wp-block-column:not(:only-child) {
    flex-grow: 1; }

  .page-template-template-photography .wp-block-column:not(:only-child), .page-template-template-noslider-photography .wp-block-column:not(:only-child) {
    flex-basis: calc(50% - 10px) !important; }

  body:not(.page-template-template-photography):not(.page-template-template-noslider-photography) .wp-block-column:nth-child(2n) {
    margin-left: 0; }

  .wp-block-column:nth-child(2n) {
    margin-left: 20px; } }
.gregw-manual-placement-1, .gregw-manual-placement-2 {
  background-color: #f8f8f8;
  margin: 0 auto;
  max-width: 1600px;
  padding: 0 0 40px; }

.gregw-manual-placement-1 img, .gregw-manual-placement-2 img {
  max-width: 100%; }

body.woocommerce-account #content th, body.woocommerce-account #content td {
  text-align: left; }

body.woocommerce-account #content p.woocommerce-customer-details--email {
  font-size: 1rem; }

body.woocommerce-account #content #billing_email_field span::before {
  content: 'E-Mail';
  display: block;
  font-size: var(--global--font-size-xs); }

body.woocommerce-account #content label {
  font-size: var(--global--font-size-xs); }

body.woocommerce-account #content input {
  border: 2px solid var(--global--color-70-white);
  font-size: 1rem; }

body.woocommerce-account #content #billing_first_name_field span::before {
  content: 'First Name';
  display: block;
  font-size: var(--global--font-size-xs); }

body.woocommerce-account #content #billing_last_name_field span::before {
  content: 'Last Name';
  display: block;
  font-size: var(--global--font-size-xs); }

body.woocommerce-account #content .required {
  display: none; }

body.woocommerce-account #content p.form-row {
  margin-top: 0 !important;
  padding-top: 20px; }

body.woocommerce-account #content #billing_address_2_field {
  padding-top: 10px; }

body.woocommerce-account #content td a {
  background: 0 0 !important;
  color: var(--black-white-switch) !important;
  display: inline;
  font-family: var(--font-base); }

body.woocommerce-account #content h2, body.woocommerce-account #content h3, body.woocommerce-account #content .nobr, body.woocommerce-account #content th {
  font-family: var(--font-base);
  text-transform: uppercase; }

@media (max-width: 782px) {
  body.woocommerce-account #content h3 {
    font-size: 24px; } }
body.woocommerce-account #content p {
  font-size: 20px;
  margin-top: 10px; }

body.woocommerce-account #content .woocommerce-form-login__rememberme span {
  display: inline-flex;
  vertical-align: text-bottom; }

body.woocommerce-account #content button, body.woocommerce-account #content a.button {
  background: var(--black-gray-switch);
  color: var(--white-black-switch);
  text-transform: uppercase; }

body.woocommerce-account #content a.button.delete, body.woocommerce-account #content a.button.view {
  text-transform: none; }

body.woocommerce-account #content button:hover, body.woocommerce-account #content a.button:hover, body.woocommerce-account #content a.button:active, body.woocommerce-account #content button:active, body.woocommerce-account #content button:focus, body.woocommerce-account #content a.button:focus {
  background: var(--black-white-switch);
  opacity: var(--opacity-switch); }

body.woocommerce-account .woocommerce-EditAccountForm #account_display_name + span, body.woocommerce-account label[for=account_display_name], body.woocommerce-account #account_display_name {
  display: none; }

body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields .select2-selection {
  border-color: var(--global--color-70-white) !important;
  font-size: 16px; }

body.woocommerce-account #billing_country_field .woocommerce-input-wrapper, body.woocommerce-account #shipping_country_field .woocommerce-input-wrapper {
  display: block;
  margin-top: 20px; }

body.woocommerce-account .site .woocommerce-MyAccount-navigation li a:focus, body.woocommerce-account .site .woocommerce-MyAccount-navigation li a:hover, body.woocommerce-account .site .woocommerce-MyAccount-navigation li a:active {
  background: 0 0 !important;
  text-decoration: none !important; }

body.woocommerce-account .woocommerce-MyAccount-navigation-link {
  border-bottom: 1px solid var(--global--color-70-white);
  height: 50px;
  margin-bottom: 0 !important; }

body.woocommerce-account .woocommerce-MyAccount-navigation-link a {
  color: var(--global--color-70-white) !important;
  font-size: 24px; }

body.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a {
  color: var(--black-white-switch) !important;
  text-decoration: none; }

body.woocommerce-account #main .woocommerce {
  padding-top: 60px; }

@media (min-width: 769px) {
  body.woocommerce-account .woocommerce-MyAccount-navigation {
    width: 50%; } }
@media (min-width: 1200px) {
  body.woocommerce-account .woocommerce-MyAccount-navigation {
    width: 20%; } }
@media (max-width: 768px) {
  body.woocommerce-account .site .button, body.woocommerce-account button, body.woocommerce-account input[type=submit], body.woocommerce-account input[type=reset], body.woocommerce-account .wp-block-button .wp-block-button__link, body.woocommerce-account .wp-block-file a.wp-block-file__button {
    font-size: 16px; }

  body.woocommerce-account .account-payment-methods-table td.payment-method-actions {
    padding: 0; }

  body.woocommerce-account .account-payment-methods-table td.payment-method-actions a {
    padding: 0; }

  body.woocommerce-account .woocommerce table.shop_table_responsive tr td::before, body.woocommerce-account .woocommerce-page table.shop_table_responsive tr td::before, body.woocommerce-account .woocommerce-orders-table__header-order-status, body.woocommerce-account .woocommerce-orders-table__header-order-total, body.woocommerce-account .woocommerce-orders-table__cell-order-status, body.woocommerce-account .woocommerce-orders-table__cell-order-total {
    display: none !important; }

  body.woocommerce-account .site-main {
    margin-top: 0; }

  body.woocommerce-account .woocommerce-MyAccount-navigation li {
    align-items: center;
    display: flex; }

  body.woocommerce-account #main .woocommerce {
    padding: 0 15px; } }
#customer_login .u-column2 {
  display: none; }

body.woocommerce-order-received #main ul.woocommerce-thankyou-order-details {
  display: none !important; }

body.woocommerce-order-received #main p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
  margin-top: 20px; }

body.woocommerce-order-received #main th {
  font-family: var(--font-base);
  text-align: left; }

body.woocommerce-order-received #main td {
  font-family: var(--font-base);
  text-align: left; }

body.woocommerce-order-received #main td.woocommerce-table__product-name.product-name a {
  color: var(--black-white-switch);
  cursor: pointer;
  font-size: 1rem;
  pointer-events: none; }

body.woocommerce-order-received #main .product-quantity {
  font-size: 1rem;
  padding-left: 10px; }

body.woocommerce-order-received #main td.woocommerce-table__product-name.product-name a:hover, body.woocommerce-order-received #main td.woocommerce-table__product-name.product-name a:active, body.woocommerce-order-received #main td.woocommerce-table__product-name.product-name a:focus {
  color: var(--black-white-switch); }

@media (max-width: 768px) {
  body.woocommerce-order-received #main .woocommerce-column--shipping-address.col-2 {
    margin-top: 20px; } }
.imgl-image, .wp-block-image img {
  cursor: pointer; }

.modal {
  background-color: #000;
  display: none;
  height: 100%;
  left: 0;
  overflow: auto;
  padding-top: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100; }

.modal .mySlides {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center; }

.modal .mySlides img {
  display: block;
  max-height: 100%; }

.modal .dotIcons {
  display: flex;
  margin-top: 20px; }

.modal .dotIcons span {
  background: var(--global--color-70-white);
  border-radius: 50%;
  cursor: pointer;
  display: inline-block;
  height: 10px;
  margin: 5px;
  width: 10px; }

.modal .dotIcons span:nth-child(2) {
  background-color: #fff; }

@media (orientation: landscape) {
  .modal .dotIcons {
    display: none; } }
@media (min-width: 468px) {
  .modal .dotIcons {
    display: none; } }
.modal-content {
  height: 100%;
  margin: auto;
  max-width: 1200px;
  padding: 0;
  position: relative;
  width: 100%; }

.modalClose {
  color: #fff;
  cursor: pointer;
  font-family: var(--font-headings);
  font-size: 24px;
  position: absolute;
  right: 15px;
  top: 7px;
  z-index: 1000; }

.prev, .next {
  border-radius: 0 3px 3px 0;
  bottom: 20px;
  color: #fff;
  cursor: pointer;
  font-size: 20px;
  font-weight: 700;
  margin-top: -50px;
  padding: 16px;
  position: absolute;
  transition: .6s ease;
  width: auto; }

@media (max-width: 468px) {
  .prev, .next {
    display: none; } }
@media (orientation: landscape) and (max-height: 468px) {
  .prev, .next {
    display: none; } }
.next {
  border-radius: 3px 0 0 3px;
  right: 0; }

.page-template-default .entry-content, .page-template-template-shopHeader .entry-content {
  background: #141414;
  margin-bottom: 0;
  max-width: 1600px;
  min-height: 90vh;
  padding-bottom: 20px;
  padding-top: 20px; }

.page-template-default .site-main, .page-template-template-shopHeader .site-main {
  padding-bottom: 0; }

.product_cat-prints .price-excl, .product_cat-box-set-i .price-excl, .product_cat-box-set-ii .price-excl, .product_cat-007xgwp-prints .price-excl {
  display: none; }

.product_cat-cameras .price-incl .woocommerce-Price-amount {
  font-size: 24px !important; }

.product_cat-cameras .price-excl {
  color: var(--global--color-70-white);
  font-size: 16px; }

.product_cat-cameras .price-excl::after {
  color: var(--global--color-70-white);
  content: ' Excl. VAT/local sales and import taxes';
  font-size: 16px; }

.term-cameras .price-excl {
  color: var(--global--color-70-white) !important; }

.upsells ~ .related {
  display: none; }

.page-template-template-learn .entry-content .wp-block-columns:last-child .wp-block-column {
  flex-basis: auto !important; }

.page-template-template-learn .entry-content {
  background-color: #f8f8f8;
  margin-bottom: 0;
  max-width: 1600px;
  padding-bottom: 20px;
  padding-top: 20px; }

.page-template-template-learn.is-dark-theme .entry-content {
  background-color: #141414; }

.page-template-template-learn main {
  padding-bottom: 0; }

.page-template-template-learn.page-id-1191 .entry-content {
  padding-top: 0; }

@media only screen and (max-width: 481px) {
  .page-template-template-learn .wp-block-columns:nth-last-child(2) .wp-block-column:last-child .imgl-map:last-child .imgl-tooltip-pos {
    top: -200px !important; } }
@media (min-width: 1025px) {
  .page-id-1851 .wp-block-column, .page-id-1860 .wp-block-column {
    padding-left: 15px; } }
.page-id-1851 p, .page-id-1860 p {
  font-size: 27px !important; }

@media (max-width: 468px) {
  .page-id-1851 p, .page-id-1860 p {
    font-size: 20px !important; } }
.page-id-1860 .site-main {
  margin-top: 0; }

.page-id-1876 .site-main {
  margin-top: 0; }

.page-id-1876 .entry-content {
  padding-top: 60px; }

.page-id-1086 #page .entry-content {
  padding-top: 0; }

.woocommerce-account .site-main {
  margin-top: 0; }

.error404 .page-header {
  border-bottom: none !important; }

.error404 #content {
  padding-top: 120px; }

.error404 .page-title {
  font-size: 55px;
  line-height: .854;
  text-transform: uppercase; }

@media (max-width: 768px) {
  .error404 #content {
    padding-top: 60px; }

  .error404 p {
    font-size: 20px;
    line-height: var(--global--color-70-white); } }
.subscribeLink {
  color: var(--global--color-70-white);
  cursor: pointer; }

.grey-thick-border {
  border: 5px solid var(--global--color-50-white); }

.i-icon-in-text {
  border: 1px solid #f8f8f8;
  border-radius: 50%;
  height: 24px;
  width: 24px; }

.paged .introVideo {
  display: none; }

.paged article.post:first-of-type .entry-header {
  display: block; }

.paged .removing_brand_name h2 {
  color: var(--black-white-switch); }

.woocommerce .products .woovr-show-description a.product_type_simple {
  display: none; }

.page-id-6496, .page-id-6575 .entry-content {
  margin-top: 0; }

.page-id-7221 .site-main {
  margin-top: 1px; }

.page-id-7221 .site-main .heading-in-paragraph-style {
  font-size: 35px !important; }

@media (max-width: 781.99px) {
  .page-id-7221 .site-main .heading-in-paragraph-style {
    font-size: 22px !important; } }
.page-id-8190 .site-main, .page-id-8188 .site-main, .woocommerce-cart .site-main {
  margin-top: 0 !important; }

.page-id-6942 .site-main {
  padding-bottom: 0;
  margin-top: 0; }

@media (max-width: 780px) {
  .page-id-6942 figure figcaption {
    opacity: 1; } }
.woovr-variation-selector input {
  cursor: pointer; }

.single-product img.zoomImg {
  cursor: zoom-in; }

.single-product .sku_wrapper, .single-product .posted_in {
  display: block; }

.single-product .related .price {
  display: none !important; }

.wc-block-grid__product-title {
  font-size: var(--heading--font-size-h2);
  letter-spacing: var(--heading--letter-spacing-h2);
  line-height: var(--heading--line-height-h2);
  font-family: var(--heading--font-family);
  color: #fff;
  text-align: left;
  font-weight: 400; }

.page-template-template-shop-no-header .entry-header {
  margin-top: 0;
  padding-top: 50px !important;
  height: 120px;
  display: flex; }

.page-template-template-shop-no-header .entry-header .entry-title {
  margin-bottom: 0 !important; }

.page-template-template-shop-no-header #content .wp-container-20, .page-template-template-shop-no-header #content .wp-container-37 {
  gap: 0; }

.page-template-template-shop-no-header #content .entry-content {
  margin-bottom: 0;
  padding-bottom: 60px; }

.page-template-template-shop-no-header #content .entry-content > * {
  margin-top: 0;
  margin-bottom: 0; }

.page-template-template-shop-no-header #content .site-main {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0; }

.page-template-template-shop-no-header #content .wp-block-columns {
  padding: 30px;
  gap: 20px; }

.page-template-template-shop-no-header #content .wp-block-columns .wp-block-column {
  margin: 0; }

.page-template-template-shop-no-header #content .wp-block-columns .wp-block-column p {
  margin-bottom: 0; }

.page-template-template-shop-no-header #content .wp-container-20, .page-template-template-shop-no-header #content .wp-container-37, .page-template-template-shop-no-header #content .wp-container-44 {
  gap: 0; }

@media (max-width: 781.99px) {
  .page-template-template-shop-no-header #content .wp-container-23, .page-template-template-shop-no-header #content .wp-container-39 {
    padding-top: 7.5px !important; } }
@media (max-width: 781.99px) {
  .page-template-template-shop-no-header #content .wp-container-44 {
    margin-top: 30px !important; } }
.page-template-template-shop-no-header #content .carousel-cell {
  width: 280px;
  height: auto;
  margin-right: 20px; }

.page-template-template-shop-no-header #content .flickity-viewport {
  height: 280px !important; }

.page-template-template-shop-no-header #content .flickity-button {
  display: none; }

.page-template-template-shop-no-header #content .carousel-big-cell {
  width: 100%;
  display: flex; }

.page-template-template-shop-no-header #content .carousel-big-cell div:first-child {
  width: 50%; }

.page-template-template-shop-no-header #content .carousel-big-cell div:last-child {
  padding: 0 30px;
  width: 50%; }

.page-template-template-shop-no-header #content hr {
  width: 100%;
  height: 1px; }

.page-template-template-shop-no-header #content .section-intro-column {
  display: flex;
  flex-direction: column; }

.page-template-template-shop-no-header #content .section-intro-column p {
  flex-grow: 1; }

.page-template-template-shop-no-header .wp-block-button:not(.is-style-outline) .wp-block-button__link:hover, .page-template-template-shop-no-header .wp-block-button:not(.is-style-outline) .wp-block-button__link:focus-visible {
  background-color: var(--global--color-50-white) !important;
  border-color: transparent !important;
  color: #000 !important; }

.page-template-template-shop-no-header .wp-block-button:not(.is-style-outline) .wp-block-button__link:focus-visible {
  outline: 1px solid #000; }

.page-template-template-shop-no-header .wp-block-button:not(.is-style-outline) .wp-block-button__link:active {
  background-color: var(--global--color-90-white) !important; }

@media (max-width: 781.99px) {
  .page-template-template-shop-no-header .wp-block-columns .wp-block-column > *:not(:first-child) {
    margin: 7.5px 0; }

  .page-template-template-shop-no-header .wp-block-columns .wp-block-column > h2 {
    margin-top: 0 !important; }

  .page-template-template-shop-no-header .wp-container-43 {
    padding: 15px !important; }

  .page-template-template-shop-no-header .hide-mobile {
    display: none !important; }

  .page-template-template-shop-no-header .mobile-full-width {
    width: 100%; }

  .page-template-template-shop-no-header .mobile-full-width a {
    width: 100%; }

  .page-template-template-shop-no-header .wp-container-31 p, .page-template-template-shop-no-header .wp-container-43 p {
    margin-top: 0;
    margin-bottom: 30px !important; } }
@media (max-width: 781.99px) and (max-width: 386.99px) {
  .page-template-template-shop-no-header .wp-container-7 h2 {
    line-height: 42px !important; } }
@media (max-width: 781.99px) {
  .page-template-template-shop-no-header .wp-container-14 p {
    margin-top: 0;
    margin-bottom: 30px !important; } }
@media (min-width: 782px) {
  .page-template-template-shop-no-header .hide-desktop {
    display: none !important; } }
.page-template-template-shop-no-header .sla-section div {
  display: block;
  width: 100%;
  text-align: center; }

.page-template-template-shop-no-header .sla-section div img {
  margin: 0 10px; }

.page-template-template-shop-no-header .flex-centered {
  display: flex;
  align-items: center; }

.page-template-template-shop-no-header h2 a {
  text-decoration: none; }

.page-template-template-shop-no-header h2 a:hover {
  color: #fff; }

.page-template-template-shop-no-header h2 a:focus {
  color: var(--global--color-70-white) !important;
  background: 0 0 !important; }

.page-template-template-shop-no-header h2 a:focus-visible {
  outline: 1px solid #000; }

.page-template-template-shop-no-header h2 a:active {
  color: var(--global--color-70-white); }

.page-template-template-shop-no-header .wp-block-button.black-bg a.wp-block-button__link[style*=radius]:focus {
  outline: none !important; }

.page-template-template-shop-no-header .wp-block-button.black-bg a.wp-block-button__link[style*=radius]:hover {
  background-color: var(--global--color-90-white) !important; }

.page-template-template-shop-no-header .wp-block-button.black-bg a.wp-block-button__link[style*=radius]:active {
  background-color: var(--global--color-50-white) !important; }

.shop-menu-container {
  display: flex;
  align-items: center; }

.shop-menu-container a {
  padding-left: var(--primary-nav--padding);
  padding-right: var(--primary-nav--padding); }

.shop-menu-container li.wpmenucart {
  display: flex !important;
  align-items: center; }

@media (max-width: 1024.99px) {
  .shop-menu-container {
    display: none !important; } }
#menu-item-8665, #menu-item-8666, #menu-item-8667, #primary-menu-list li.wpmenucart {
  display: none; }

@media (max-width: 1024.99px) {
  .page-template-template-shop #menu-item-8665, .page-template-template-shop #menu-item-8666, .page-template-template-shop #menu-item-8667, .page-template-template-shop #primary-menu-list li.wpmenucart, .page-template-template-shop-no-header #menu-item-8665, .page-template-template-shop-no-header #menu-item-8666, .page-template-template-shop-no-header #menu-item-8667, .page-template-template-shop-no-header #primary-menu-list li.wpmenucart, .woocommerce #menu-item-8665, .woocommerce #menu-item-8666, .woocommerce #menu-item-8667, .woocommerce #primary-menu-list li.wpmenucart, .woocommerce-page #menu-item-8665, .woocommerce-page #menu-item-8666, .woocommerce-page #menu-item-8667, .woocommerce-page #primary-menu-list li.wpmenucart {
    display: flex;
    padding-left: 15px; }

  .page-template-template-shop #primary-menu-list li.wpmenucart, .page-template-template-shop-no-header #primary-menu-list li.wpmenucart, .woocommerce #primary-menu-list li.wpmenucart, .woocommerce-page #primary-menu-list li.wpmenucart {
    display: flex; } }
@font-face {
  font-family: din-1451-lt-pro-engschrift;
  src: url(https://use.typekit.net/af/7fa6e1/00000000000000007735bbcd/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3) format("woff2"), url(https://use.typekit.net/af/7fa6e1/00000000000000007735bbcd/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3) format("woff"), url(https://use.typekit.net/af/7fa6e1/00000000000000007735bbcd/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3) format("opentype");
  font-display: swap;
  font-style: normal;
  font-weight: 400;
  font-stretch: normal; }
@font-face {
  font-family: neue-haas-grotesk-display;
  src: url(https://use.typekit.net/af/2807c7/00000000000000007735bb48/30/l?primer=7fa3915bdafdf03041871920a205bef951d72bf64dd4c4460fb992e3ecc3a862&fvd=n4&v=3) format("woff2"), url(https://use.typekit.net/af/2807c7/00000000000000007735bb48/30/d?primer=7fa3915bdafdf03041871920a205bef951d72bf64dd4c4460fb992e3ecc3a862&fvd=n4&v=3) format("woff"), url(https://use.typekit.net/af/2807c7/00000000000000007735bb48/30/a?primer=7fa3915bdafdf03041871920a205bef951d72bf64dd4c4460fb992e3ecc3a862&fvd=n4&v=3) format("opentype");
  font-display: swap;
  font-style: normal;
  font-weight: 400;
  font-stretch: normal; }
@font-face {
  font-family: neue-haas-grotesk-display;
  src: url(https://use.typekit.net/af/2b59e1/00000000000000007735bb53/30/l?primer=7fa3915bdafdf03041871920a205bef951d72bf64dd4c4460fb992e3ecc3a862&fvd=i4&v=3) format("woff2"), url(https://use.typekit.net/af/2b59e1/00000000000000007735bb53/30/d?primer=7fa3915bdafdf03041871920a205bef951d72bf64dd4c4460fb992e3ecc3a862&fvd=i4&v=3) format("woff"), url(https://use.typekit.net/af/2b59e1/00000000000000007735bb53/30/a?primer=7fa3915bdafdf03041871920a205bef951d72bf64dd4c4460fb992e3ecc3a862&fvd=i4&v=3) format("opentype");
  font-display: swap;
  font-style: italic;
  font-weight: 400;
  font-stretch: normal; }
@font-face {
  font-family: neue-haas-grotesk-display;
  src: url(https://use.typekit.net/af/1ba16c/00000000000000007735bb5a/30/l?primer=7fa3915bdafdf03041871920a205bef951d72bf64dd4c4460fb992e3ecc3a862&fvd=n5&v=3) format("woff2"), url(https://use.typekit.net/af/1ba16c/00000000000000007735bb5a/30/d?primer=7fa3915bdafdf03041871920a205bef951d72bf64dd4c4460fb992e3ecc3a862&fvd=n5&v=3) format("woff"), url(https://use.typekit.net/af/1ba16c/00000000000000007735bb5a/30/a?primer=7fa3915bdafdf03041871920a205bef951d72bf64dd4c4460fb992e3ecc3a862&fvd=n5&v=3) format("opentype");
  font-display: swap;
  font-style: normal;
  font-weight: 500;
  font-stretch: normal; }
@font-face {
  font-family: neue-haas-grotesk-display;
  src: url(https://use.typekit.net/af/153042/00000000000000007735bb62/30/l?primer=7fa3915bdafdf03041871920a205bef951d72bf64dd4c4460fb992e3ecc3a862&fvd=n6&v=3) format("woff2"), url(https://use.typekit.net/af/153042/00000000000000007735bb62/30/d?primer=7fa3915bdafdf03041871920a205bef951d72bf64dd4c4460fb992e3ecc3a862&fvd=n6&v=3) format("woff"), url(https://use.typekit.net/af/153042/00000000000000007735bb62/30/a?primer=7fa3915bdafdf03041871920a205bef951d72bf64dd4c4460fb992e3ecc3a862&fvd=n6&v=3) format("opentype");
  font-display: swap;
  font-style: normal;
  font-weight: 600;
  font-stretch: normal; }
@font-face {
  font-family: neue-haas-grotesk-display;
  src: url(https://use.typekit.net/af/384d9b/00000000000000007735bb6a/30/l?primer=7fa3915bdafdf03041871920a205bef951d72bf64dd4c4460fb992e3ecc3a862&fvd=n7&v=3) format("woff2"), url(https://use.typekit.net/af/384d9b/00000000000000007735bb6a/30/d?primer=7fa3915bdafdf03041871920a205bef951d72bf64dd4c4460fb992e3ecc3a862&fvd=n7&v=3) format("woff"), url(https://use.typekit.net/af/384d9b/00000000000000007735bb6a/30/a?primer=7fa3915bdafdf03041871920a205bef951d72bf64dd4c4460fb992e3ecc3a862&fvd=n7&v=3) format("opentype");
  font-display: swap;
  font-style: normal;
  font-weight: 700;
  font-stretch: normal; }
@font-face {
  font-family: neue-haas-grotesk-display;
  src: url(https://use.typekit.net/af/fcc1c9/00000000000000007735bb6c/30/l?primer=7fa3915bdafdf03041871920a205bef951d72bf64dd4c4460fb992e3ecc3a862&fvd=i7&v=3) format("woff2"), url(https://use.typekit.net/af/fcc1c9/00000000000000007735bb6c/30/d?primer=7fa3915bdafdf03041871920a205bef951d72bf64dd4c4460fb992e3ecc3a862&fvd=i7&v=3) format("woff"), url(https://use.typekit.net/af/fcc1c9/00000000000000007735bb6c/30/a?primer=7fa3915bdafdf03041871920a205bef951d72bf64dd4c4460fb992e3ecc3a862&fvd=i7&v=3) format("opentype");
  font-display: swap;
  font-style: italic;
  font-weight: 700;
  font-stretch: normal; }
@font-face {
  font-family: neue-haas-grotesk-text;
  src: url(https://use.typekit.net/af/0230dd/00000000000000007735bb33/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3) format("woff2"), url(https://use.typekit.net/af/0230dd/00000000000000007735bb33/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3) format("woff"), url(https://use.typekit.net/af/0230dd/00000000000000007735bb33/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3) format("opentype");
  font-display: swap;
  font-style: normal;
  font-weight: 400;
  font-stretch: normal; }
@font-face {
  font-family: neue-haas-grotesk-text;
  src: url(https://use.typekit.net/af/aed66e/00000000000000007735bb35/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3) format("woff2"), url(https://use.typekit.net/af/aed66e/00000000000000007735bb35/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3) format("woff"), url(https://use.typekit.net/af/aed66e/00000000000000007735bb35/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3) format("opentype");
  font-display: swap;
  font-style: italic;
  font-weight: 400;
  font-stretch: normal; }
@font-face {
  font-family: neue-haas-grotesk-text;
  src: url(https://use.typekit.net/af/160664/00000000000000007735bb32/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3) format("woff2"), url(https://use.typekit.net/af/160664/00000000000000007735bb32/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3) format("woff"), url(https://use.typekit.net/af/160664/00000000000000007735bb32/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3) format("opentype");
  font-display: swap;
  font-style: normal;
  font-weight: 500;
  font-stretch: normal; }
@font-face {
  font-family: neue-haas-grotesk-text;
  src: url(https://use.typekit.net/af/305037/00000000000000007735bb39/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3) format("woff2"), url(https://use.typekit.net/af/305037/00000000000000007735bb39/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3) format("woff"), url(https://use.typekit.net/af/305037/00000000000000007735bb39/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3) format("opentype");
  font-display: swap;
  font-style: normal;
  font-weight: 700;
  font-stretch: normal; }
@font-face {
  font-family: neue-haas-grotesk-text;
  src: url(https://use.typekit.net/af/68a7c6/00000000000000007735bb3d/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3) format("woff2"), url(https://use.typekit.net/af/68a7c6/00000000000000007735bb3d/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3) format("woff"), url(https://use.typekit.net/af/68a7c6/00000000000000007735bb3d/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3) format("opentype");
  font-display: swap;
  font-style: italic;
  font-weight: 700;
  font-stretch: normal; }
@font-face {
  font-family: neue-haas-unica;
  src: url(https://use.typekit.net/af/92a736/00000000000000007735bb14/30/l?subset_id=2&fvd=n7&v=3) format("woff2"), url(https://use.typekit.net/af/92a736/00000000000000007735bb14/30/d?subset_id=2&fvd=n7&v=3) format("woff"), url(https://use.typekit.net/af/92a736/00000000000000007735bb14/30/a?subset_id=2&fvd=n7&v=3) format("opentype");
  font-display: swap;
  font-style: normal;
  font-weight: 700;
  font-stretch: normal; }
@font-face {
  font-family: neue-haas-unica;
  src: url(https://use.typekit.net/af/8e49dd/00000000000000007735bb17/30/l?subset_id=2&fvd=i7&v=3) format("woff2"), url(https://use.typekit.net/af/8e49dd/00000000000000007735bb17/30/d?subset_id=2&fvd=i7&v=3) format("woff"), url(https://use.typekit.net/af/8e49dd/00000000000000007735bb17/30/a?subset_id=2&fvd=i7&v=3) format("opentype");
  font-display: swap;
  font-style: italic;
  font-weight: 700;
  font-stretch: normal; }
@font-face {
  font-family: neue-haas-unica;
  src: url(https://use.typekit.net/af/e07c44/00000000000000007735bb1b/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3) format("woff2"), url(https://use.typekit.net/af/e07c44/00000000000000007735bb1b/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3) format("woff"), url(https://use.typekit.net/af/e07c44/00000000000000007735bb1b/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3) format("opentype");
  font-display: swap;
  font-style: italic;
  font-weight: 400;
  font-stretch: normal; }
@font-face {
  font-family: neue-haas-unica;
  src: url(https://use.typekit.net/af/d7f1e9/00000000000000007735bb2a/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3) format("woff2"), url(https://use.typekit.net/af/d7f1e9/00000000000000007735bb2a/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3) format("woff"), url(https://use.typekit.net/af/d7f1e9/00000000000000007735bb2a/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3) format("opentype");
  font-display: swap;
  font-style: normal;
  font-weight: 400;
  font-stretch: normal; }
.tk-din-1451-lt-pro-engschrift {
  font-family: din-1451-lt-pro-engschrift, sans-serif; }

.tk-neue-haas-grotesk-display {
  font-family: neue-haas-grotesk-display, sans-serif; }

.tk-neue-haas-grotesk-text {
  font-family: neue-haas-grotesk-text, sans-serif; }

.tk-neue-haas-unica {
  font-family: neue-haas-unica, sans-serif; }

/*!Flickity v2.3.0
https://flickity.metafizzy.co
----------------------------------------------*/
.flickity-enabled {
  position: relative; }

.flickity-enabled:focus {
  outline: 0; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%; }

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%; }

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.flickity-button {
  position: absolute;
  background: rgba(255, 255, 255, 0.75);
  border: none;
  color: #333; }

.flickity-button:hover {
  background: #fff;
  cursor: pointer; }

.flickity-button:focus {
  outline: 0;
  box-shadow: 0 0 0 5px #19f; }

.flickity-button:active {
  opacity: 0.6; }

.flickity-button:disabled {
  opacity: .3;
  cursor: auto;
  pointer-events: none; }

.flickity-button-icon {
  fill: currentColor; }

.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  transform: translateY(-50%); }

.flickity-prev-next-button.previous {
  left: 10px; }

.flickity-prev-next-button.next {
  right: 10px; }

.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px; }

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px; }

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%; }

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1; }

.flickity-rtl .flickity-page-dots {
  direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: .25;
  cursor: pointer; }

.flickity-page-dots .dot.is-selected {
  opacity: 1; }

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  margin: 0 0 -4px;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative; }

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px; }

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container .select2-search--inline {
  float: left;
  padding: 0; }

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin: 0;
  padding: 0; }

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-dropdown {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none; }

.select2-results__option[aria-selected], .select2-results__option[data-selected] {
  cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box; }

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-search--dropdown.select2-search--hide {
  display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff; }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px; }

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: 700; }

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px; }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px; }

.select2-container--default .select2-selection--multiple {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
  margin: 5px 5px 0 0; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered li:before {
  content: "";
  display: none; }

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left; }

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: 700;
  margin-top: 5px;
  margin-right: 10px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  margin-right: 2px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333; }

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder {
  float: right; }

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid #000 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple, .select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple, .select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: 0 0;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[aria-selected=true], .select2-container--default .select2-results__option[data-selected=true] {
  background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
  background-color: #0073aa;
  color: #fff; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x; }

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #0073aa; }

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px; }

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: 700;
  margin-right: 10px; }

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x; }

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #0073aa; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: 0 0;
  border: none; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: linear-gradient(to bottom, #fff 0, #eee 50%);
  background-repeat: repeat-x; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x; }

.select2-container--classic .select2-selection--multiple {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #0073aa; }

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  margin-right: 2px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555; }

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  float: right; }

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #0073aa; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected], .select2-container--classic .select2-results__option--highlighted[data-selected] {
  background-color: #3875d7;
  color: #fff; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #0073aa; }

.woovr-active form.variations_form .variations, .woovr-variations + .variations {
  display: none; }

.woovr-active.woovr-show-price form.variations_form .single_variation .woocommerce-variation-price {
  display: none !important; }

.woovr-active.woovr-show-description form.variations_form .single_variation .woocommerce-variation-description {
  display: none !important; }

.woovr-active.woovr-show-availability form.variations_form .single_variation .woocommerce-variation-availability {
  display: none !important; }

.woovr-variations {
  padding-top: 5px;
  padding-bottom: 5px; }

.woovr-variations .woovr-variation {
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-left: -5px;
  margin-right: -5px; }

.woovr-variations .woovr-variation:hover {
  background-color: #f9f9f9; }

.woovr-variations .woovr-variation > div {
  max-width: 100%;
  padding: 5px; }

.woovr-variation-image {
  width: 50px;
  flex: 0 0 50px; }

.woovr-variation-image img {
  width: 40px;
  height: auto;
  max-width: 40px;
  display: block; }

.woovr-variation-selector input {
  outline: none; }

.woovr-variation-selector ul {
  padding: 0 !important;
  margin: 0 !important;
  list-style: none !important; }

.woovr-variation-info, .woovr-variation-selector {
  flex-grow: 1; }

.woovr-variation-name p {
  margin-bottom: 0;
  font-size: 12px; }

.woovr-variation-radio .woovr-variation-selector {
  width: 30px;
  flex: 0 0 30px; }

.woovr-variation-radio .woovr-variation-availability p {
  margin-bottom: 0; }

.woovr-variation-radio .woovr-variation-name {
  font-weight: 700; }

.woovr-variation-radio .woovr-variation-info .woovr-variation-price, .woovr-variation-radio .woovr-variation-info .woovr-variation-availability {
  display: inline-block;
  margin-right: 10px;
  font-size: 14px; }

.woovr-variation-radio .woovr-variation-info .woovr-variation-description {
  font-size: 14px; }

.woovr-variation-selector .dd-select {
  background-color: #fff !important; }

.woovr-variation-selector .dd-options {
  max-height: 360px; }

.woovr-variation-selector .dd-option-image, .woovr-variation-selector .dd-selected-image {
  max-width: 42px;
  border-radius: 3px;
  margin-right: 10px; }

.woovr-variation-selector .dd-selected-text, .woovr-variation-selector .dd-option-text {
  font-size: 14px;
  font-weight: 600;
  line-height: inherit !important;
  color: #6d6d6d; }

.woovr-variation-selector .dd-selected-text, .woovr-variation-selector .dd-option-text, .woovr-variation-selector .dd-selected-description-truncated {
  white-space: normal; }

.woovr-variation-selector .dd-desc .woovr-variation-price, .woovr-variation-selector .dd-desc .woovr-variation-availability {
  display: inline-block;
  margin-right: 10px; }

.woovr-variation-selector .dd-desc .woovr-variation-availability .stock {
  display: inline-block;
  margin: 0 !important; }

.woovr-variation-selector .dd-desc .woovr-variation-description {
  display: block; }

.woovr-variation-selector .dd-option.dd-option-without-desc, .woovr-variation-selector .dd-selected.dd-option-without-desc {
  display: flex;
  align-items: center; }

.woovr-variation-selector .dd-option.dd-option-without-desc label, .woovr-variation-selector .dd-selected.dd-option-without-desc label {
  flex-grow: 1; }

.wpc-select2-dropdown {
  border: 1px solid #aaa;
  border-radius: 4px; }

.wpc-select2-dropdown ul li {
  display: flex;
  align-items: center; }

.wpc-select2-dropdown ul li .image {
  width: 40px;
  flex: 0 0 40px;
  margin-right: 10px; }

.wpc-select2-dropdown ul li .info {
  flex-grow: 1;
  display: flex;
  flex-direction: column; }

.wpc-select2-dropdown ul li .info .woovr-variation-price, .wpc-select2-dropdown ul li .info .woovr-variation-availability {
  display: inline-block;
  margin-right: 10px;
  font-size: 14px; }

.wpc-select2-dropdown ul li .info .woovr-variation-availability .stock {
  display: inline-block;
  margin: 0 !important; }

.wpc-select2-dropdown ul li .info .woovr-variation-description {
  display: block;
  font-size: 14px; }

.select2-container--open .wpc-select2-dropdown.select2-dropdown--below {
  border-top: 1px solid #aaa;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px; }

body.rtl .woovr-variation-selector .dd-option-image, body.rtl .woovr-variation-selector .dd-selected-image {
  float: right;
  margin-right: 0;
  margin-left: 10px; }

body.rtl .woovr-variation-selector .dd-pointer {
  right: auto;
  left: 10px; }

body.rtl .wpc-select2-dropdown ul li .image {
  margin-right: 0;
  margin-left: 10px; }

.entry-header .wpmenucart-shortcode {
  margin-top: 0 !important;
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  margin-left: 6px; }

.is-dark-theme .site .woocommerce-message a:focus:not(.wp-block-button__link):not(.wp-block-file__button) {
  background: var(--black-gray-switch) !important; }

.primary-navigation a:hover {
  text-decoration: underline;
  text-decoration-style: dotted;
  color: var(--global--color-70-white); }

/*# sourceMappingURL=style.css.map */

/*# sourceMappingURL=style.css.map */
