@charset "UTF-8";
/*
Theme Name: Hagu Kumu
Theme URI: https://wordpress.org/themes/
Author: the ThanhVV
Author URI: https://wordpress.org/
Description: Theme hagu_kumu
Requires at least: 5.3
Tested up to: 5.9
Requires PHP: 5.6
Version: 1.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: hagu_kumu
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
*/
/**
 * 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. */
@font-face {
  font-family: "KozGoPro Regular";
  src: url("./assets/fonts/KozGoPro-Regular.otf") format("truetype");
}
/* Variables */
:root {
  --font-headings: "KozGoPro Regular", sans-serif;
  --font-base: "KozGoPro Regular", sans-serif;
  /* Font Family */
  --global--font-primary: var(--font-headings, sans-serif);
  --global--font-secondary: var(--font-base, sans-serif);
  /* Font Size */
  --global--font-size-base: 1.25rem;
  --global--font-size-xs: 1rem;
  --global--font-size-sm: 1.125rem;
  --global--font-size-md: 1.25rem;
  --global--font-size-lg: 1.5rem;
  --global--font-size-xl: 2.25rem;
  --global--font-size-xxl: 4rem;
  --global--font-size-xxxl: 5rem;
  --global--font-size-page-title: var(--global--font-size-xxl);
  --global--letter-spacing: normal;
  /* Line Height */
  --global--line-height-body: 1.7;
  --global--line-height-heading: 1.3;
  --global--line-height-page-title: 1.1;
  /* Headings */
  --heading--font-family: var(--global--font-primary);
  --heading--font-size-h6: var(--global--font-size-xs);
  --heading--font-size-h5: var(--global--font-size-sm);
  --heading--font-size-h4: var(--global--font-size-lg);
  --heading--font-size-h3: calc(1.25 * var(--global--font-size-lg));
  --heading--font-size-h2: var(--global--font-size-xl);
  --heading--font-size-h1: var(--global--font-size-page-title);
  --heading--letter-spacing-h6: 0.05em;
  --heading--letter-spacing-h5: 0.05em;
  --heading--letter-spacing-h4: var(--global--letter-spacing);
  --heading--letter-spacing-h3: var(--global--letter-spacing);
  --heading--letter-spacing-h2: var(--global--letter-spacing);
  --heading--letter-spacing-h1: var(--global--letter-spacing);
  --heading--line-height-h6: var(--global--line-height-heading);
  --heading--line-height-h5: var(--global--line-height-heading);
  --heading--line-height-h4: var(--global--line-height-heading);
  --heading--line-height-h3: var(--global--line-height-heading);
  --heading--line-height-h2: var(--global--line-height-heading);
  --heading--line-height-h1: var(--global--line-height-page-title);
  --heading--font-weight: normal;
  --heading--font-weight-page-title: 300;
  --heading--font-weight-strong: 600;
  /* Block: Latest posts */
  --latest-posts--title-font-family: var(--heading--font-family);
  --latest-posts--title-font-size: var(--heading--font-size-h3);
  --latest-posts--description-font-family: var(--global--font-secondary);
  --latest-posts--description-font-size: var(--global--font-size-sm);
  --list--font-family: var(--global--font-secondary);
  --definition-term--font-family: var(--global--font-primary);
  /* Colors */
  --global--color-black: #000;
  --global--color-dark-gray: #292b2c;
  --global--color-gray: #5e5e5e;
  --global--color-light-gold: #fcefdd;
  --global--color-light-gray: #f0f0f0;
  --global--color-light-blue: #4dccff;
  --global--color-green: #d1e4dd;
  --global--color-blue: #d1dfe4;
  --global--color-link: #8a6f49;
  --global--color-link-hover: #a57b01;
  --global--color-purple: #7141b1;
  --global--color-red: #e4d1d1;
  --global--color-orange: #e4dad1;
  --global--color-yellow: #eeeadd;
  --global--color-white: #fff;
  --global--color-white-50: rgba(255, 255, 255, 0.5);
  --global--color-white-90: rgba(255, 255, 255, 0.9);
  --global--color-primary: var(--global--color-dark-gray);
  /* Body text color, site title, footer text color. */
  --global--color-secondary: var(--global--color-gray);
  /* Headings */
  --global--color-primary-hover: var(--global--color-light-blue);
  --global--color-background: var(--global--color-white);
  /* Mint, default body background */
  --global--color-border: var(--global--color-primary);
  /* Used for borders (separators) */
  /* Spacing */
  --global--spacing-unit: 20px;
  --global--spacing-measure: unset;
  --global--spacing-horizontal: 25px;
  --global--spacing-vertical: 30px;
  /* Elevation */
  --global--elevation: 1px 1px 3px 0 rgba(0, 0, 0, 0.2);
  /* Forms */
  --form--font-family: var(--global--font-secondary);
  --form--font-size: var(--global--font-size-sm);
  --form--line-height: var(--global--line-height-body);
  --form--color-text: var(--global--color-dark-gray);
  --form--color-ranged: var(--global--color-secondary);
  --form--label-weight: 500;
  --form--border-color: var(--global--color-secondary);
  --form--border-width: 3px;
  --form--border-radius: 0;
  --form--spacing-unit: calc(0.5 * var(--global--spacing-unit));
  /* Cover block */
  --cover--height: calc(15 * var(--global--spacing-vertical));
  --cover--color-foreground: var(--global--color-white);
  --cover--color-background: var(--global--color-black);
  /* Buttons */
  --button--color-text: var(--global--color-background);
  --button--color-text-hover: var(--global--color-secondary);
  --button--color-text-active: var(--global--color-secondary);
  --button--color-background: var(--global--color-secondary);
  --button--color-background-active: var(--global--color-background);
  --button--font-family: var(--global--font-primary);
  --button--font-size: var(--global--font-size-base);
  --button--font-weight: 500;
  --button--line-height: 1.5;
  --button--border-width: 3px;
  --button--border-radius: 0;
  --button--padding-vertical: 15px;
  --button--padding-horizontal: calc(2 * var(--button--padding-vertical));
  /* entry */
  --entry-header--color: var(--global--color-primary);
  --entry-header--color-link: currentColor;
  --entry-header--color-hover: var(--global--color-primary-hover);
  --entry-header--color-focus: var(--global--color-secondary);
  --entry-header--font-size: var(--heading--font-size-h2);
  --entry-content--font-family: var(--global--font-secondary);
  --entry-author-bio--font-family: var(--heading--font-family);
  --entry-author-bio--font-size: var(--heading--font-size-h4);
  /* Header */
  --branding--color-text: var(--global--color-primary);
  --branding--color-link: var(--global--color-primary);
  --branding--color-link-hover: var(--global--color-secondary);
  --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;
  --branding--description--font-family: var(--global--font-secondary);
  --branding--description--font-size: var(--global--font-size-sm);
  --branding--description--font-family: var(--global--font-secondary);
  --branding--logo--max-width: 300px;
  --branding--logo--max-height: 100px;
  --branding--logo--max-width-mobile: 96px;
  --branding--logo--max-height-mobile: 96px;
  /* Main navigation */
  --primary-nav--font-family: var(--global--font-secondary);
  --primary-nav--font-family-mobile: var(--global--font-primary);
  --primary-nav--font-size: var(--global--font-size-md);
  --primary-nav--font-size-sub-menu: var(--global--font-size-xs);
  --primary-nav--font-size-mobile: var(--global--font-size-sm);
  --primary-nav--font-size-sub-menu-mobile: var(--global--font-size-sm);
  --primary-nav--font-size-button: var(--global--font-size-xs);
  --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--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--padding: calc(0.66 * var(--global--spacing-unit));
  --primary-nav--border-color: var(--global--color-primary);
  /* Pagination */
  --pagination--color-text: var(--global--color-primary);
  --pagination--color-link-hover: var(--global--color-primary-hover);
  --pagination--font-family: var(--global--font-secondary);
  --pagination--font-size: var(--global--font-size-md);
  --pagination--font-weight: normal;
  --pagination--font-weight-strong: 600;
  /* Footer */
  --footer--color-text: var(--global--color-primary);
  --footer--color-link: var(--global--color-primary);
  --footer--color-link-hover: var(--global--color-primary-hover);
  --footer--font-family: var(--global--font-primary);
  --footer--font-size: var(--global--font-size-sm);
  /* Block: Pull quote */
  --pullquote--font-family: var(--global--font-primary);
  --pullquote--font-size: var(--heading--font-size-h3);
  --pullquote--font-style: normal;
  --pullquote--letter-spacing: var(--heading--letter-spacing-h4);
  --pullquote--line-height: var(--global--line-height-heading);
  --pullquote--border-width: 3px;
  --pullquote--border-color: var(--global--color-primary);
  --pullquote--color-foreground: var(--global--color-primary);
  --pullquote--color-background: var(--global--color-background);
  --quote--font-family: var(--global--font-secondary);
  --quote--font-size: var(--global--font-size-md);
  --quote--font-size-large: var(--global--font-size-xl);
  --quote--font-style: normal;
  --quote--font-weight: 700;
  --quote--font-weight-strong: bolder;
  --quote--font-style-large: normal;
  --quote--font-style-cite: normal;
  --quote--line-height: var(--global--line-height-body);
  --quote--line-height-large: 1.35;
  --separator--border-color: var(--global--color-border);
  --separator--height: 1px;
  /* Block: Table */
  --table--stripes-border-color: var(--global--color-light-gray);
  --table--stripes-background-color: var(--global--color-light-gray);
  --table--has-background-text-color: var(--global--color-dark-gray);
  /* Widgets */
  --widget--line-height-list: 1.9;
  --widget--line-height-title: 1.4;
  --widget--font-weight-title: 700;
  --widget--spacing-menu: calc(0.66 * var(--global--spacing-unit));
  /* Admin-bar height */
  --global--admin-bar--height: 0px;
}

.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 {
    --global--font-size-xl: 2.5rem;
    --global--font-size-xxl: 6rem;
    --global--font-size-xxxl: 9rem;
    --heading--font-size-h3: 2rem;
    --heading--font-size-h2: 3rem;
  }
}
.container,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 8px;
  padding-left: 8px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1070px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1044px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -8px;
  margin-left: -8px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 8px;
  padding-left: 8px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}

.col-2 {
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}

.col-5 {
  flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}

.col-8 {
  flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}

.col-11 {
  flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-sm-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-sm-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-sm-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-sm-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-sm-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    order: -1;
  }

  .order-sm-last {
    order: 13;
  }

  .order-sm-0 {
    order: 0;
  }

  .order-sm-1 {
    order: 1;
  }

  .order-sm-2 {
    order: 2;
  }

  .order-sm-3 {
    order: 3;
  }

  .order-sm-4 {
    order: 4;
  }

  .order-sm-5 {
    order: 5;
  }

  .order-sm-6 {
    order: 6;
  }

  .order-sm-7 {
    order: 7;
  }

  .order-sm-8 {
    order: 8;
  }

  .order-sm-9 {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }

  .order-sm-11 {
    order: 11;
  }

  .order-sm-12 {
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.33333333%;
  }

  .offset-sm-2 {
    margin-left: 16.66666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.33333333%;
  }

  .offset-sm-5 {
    margin-left: 41.66666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.33333333%;
  }

  .offset-sm-8 {
    margin-left: 66.66666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.33333333%;
  }

  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-md-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-md-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-md-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-md-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-md-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    order: -1;
  }

  .order-md-last {
    order: 13;
  }

  .order-md-0 {
    order: 0;
  }

  .order-md-1 {
    order: 1;
  }

  .order-md-2 {
    order: 2;
  }

  .order-md-3 {
    order: 3;
  }

  .order-md-4 {
    order: 4;
  }

  .order-md-5 {
    order: 5;
  }

  .order-md-6 {
    order: 6;
  }

  .order-md-7 {
    order: 7;
  }

  .order-md-8 {
    order: 8;
  }

  .order-md-9 {
    order: 9;
  }

  .order-md-10 {
    order: 10;
  }

  .order-md-11 {
    order: 11;
  }

  .order-md-12 {
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.33333333%;
  }

  .offset-md-2 {
    margin-left: 16.66666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.33333333%;
  }

  .offset-md-5 {
    margin-left: 41.66666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.33333333%;
  }

  .offset-md-8 {
    margin-left: 66.66666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.33333333%;
  }

  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-lg-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-lg-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-lg-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-lg-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-lg-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    order: -1;
  }

  .order-lg-last {
    order: 13;
  }

  .order-lg-0 {
    order: 0;
  }

  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  .order-lg-4 {
    order: 4;
  }

  .order-lg-5 {
    order: 5;
  }

  .order-lg-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-12 {
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.33333333%;
  }

  .offset-lg-2 {
    margin-left: 16.66666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.33333333%;
  }

  .offset-lg-5 {
    margin-left: 41.66666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.33333333%;
  }

  .offset-lg-8 {
    margin-left: 66.66666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.33333333%;
  }

  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1070px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-xl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-xl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-xl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-xl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    order: -1;
  }

  .order-xl-last {
    order: 13;
  }

  .order-xl-0 {
    order: 0;
  }

  .order-xl-1 {
    order: 1;
  }

  .order-xl-2 {
    order: 2;
  }

  .order-xl-3 {
    order: 3;
  }

  .order-xl-4 {
    order: 4;
  }

  .order-xl-5 {
    order: 5;
  }

  .order-xl-6 {
    order: 6;
  }

  .order-xl-7 {
    order: 7;
  }

  .order-xl-8 {
    order: 8;
  }

  .order-xl-9 {
    order: 9;
  }

  .order-xl-10 {
    order: 10;
  }

  .order-xl-11 {
    order: 11;
  }

  .order-xl-12 {
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.33333333%;
  }

  .offset-xl-2 {
    margin-left: 16.66666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.33333333%;
  }

  .offset-xl-5 {
    margin-left: 41.66666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.33333333%;
  }

  .offset-xl-8 {
    margin-left: 66.66666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.33333333%;
  }

  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}
/*! 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 */
  -webkit-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;
  text-decoration: none;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  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] {
  -webkit-appearance: button;
}

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

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

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  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] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

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

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

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

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

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

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

/**
 * Responsive Styles
 */
/**
 * Required Variables
 */
/**
 * Root Media Query Variables
 */
:root {
  --responsive--spacing-horizontal: calc(2 * var(--global--spacing-horizontal) * 0.6);
  --responsive--aligndefault-width: calc(100vw - var(--responsive--spacing-horizontal));
  --responsive--alignwide-width: calc(100vw - var(--responsive--spacing-horizontal));
  --responsive--alignfull-width: 100%;
  --responsive--alignright-margin: var(--global--spacing-horizontal);
  --responsive--alignleft-margin: var(--global--spacing-horizontal);
}

@media only screen and (min-width: 482px) {
  :root {
    --responsive--aligndefault-width: min(calc(100vw - 4 * var(--global--spacing-horizontal)), 610px);
    --responsive--alignwide-width: calc(100vw - 4 * var(--global--spacing-horizontal));
    --responsive--alignright-margin: calc(0.5 * (100vw - var(--responsive--aligndefault-width)));
    --responsive--alignleft-margin: calc(0.5 * (100vw - var(--responsive--aligndefault-width)));
  }
}
@media only screen and (min-width: 822px) {
  :root {
    --responsive--aligndefault-width: min(calc(100vw - 8 * var(--global--spacing-horizontal)), 610px);
    --responsive--alignwide-width: min(calc(100vw - 8 * var(--global--spacing-horizontal)), 1240px);
  }
}
/**
 * Extends
 */
.post-thumbnail, .entry-content .wp-audio-shortcode, .default-max-width {
  max-width: var(--responsive--aligndefault-width);
  margin-left: auto;
  margin-right: auto;
}

.widget-area, .pagination,
.comments-pagination, .post-navigation, .wide-max-width {
  max-width: var(--responsive--alignwide-width);
  margin-left: auto;
  margin-right: auto;
}

.full-max-width {
  max-width: var(--responsive--alignfull-width);
  width: var(--responsive--alignfull-width);
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (min-width: 482px) {
  .full-max-width {
    max-width: var(--responsive--alignfull-width);
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }
}
.entry-header .post-thumbnail, .singular .post-thumbnail {
  margin-left: auto;
  margin-right: auto;
  width: var(--responsive--alignwide-width);
  max-width: var(--responsive--alignfull-width);
}

/**
 * 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 {
  padding-top: var(--global--spacing-vertical);
  padding-bottom: var(--global--spacing-vertical);
  margin-left: auto;
  margin-right: auto;
}

.site-header {
  padding-top: calc(0.75 * var(--global--spacing-vertical));
  padding-bottom: calc(2 * 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-top: calc(3 * var(--global--spacing-vertical));
  margin-bottom: 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-top: var(--global--spacing-vertical);
  margin-right: auto;
  margin-bottom: var(--global--spacing-vertical);
  margin-left: auto;
}

/*
 * Block & non-gutenberg content wrapper children
 * - Sets spacing-vertical margin logic
 */
.site-main > article > *,
.site-main > .not-found > *,
.entry-content > *,
[class*=inner-container] > *,
.wp-block-template-part > *,
.wp-block-post-template :where(li > *) {
  margin-top: calc(0.666 * var(--global--spacing-vertical));
  margin-bottom: calc(0.666 * var(--global--spacing-vertical));
}
@media only screen and (min-width: 482px) {
  .site-main > article > *,
.site-main > .not-found > *,
.entry-content > *,
[class*=inner-container] > *,
.wp-block-template-part > *,
.wp-block-post-template :where(li > *) {
    margin-top: var(--global--spacing-vertical);
    margin-bottom: var(--global--spacing-vertical);
  }
}
.site-main > article > *:first-child,
.site-main > .not-found > *:first-child,
.entry-content > *:first-child,
[class*=inner-container] > *:first-child,
.wp-block-template-part > *:first-child,
.wp-block-post-template :where(li > *):first-child {
  margin-top: 0;
}
.site-main > article > *:last-child,
.site-main > .not-found > *:last-child,
.entry-content > *:last-child,
[class*=inner-container] > *:last-child,
.wp-block-template-part > *:last-child,
.wp-block-post-template :where(li > *):last-child {
  margin-bottom: 0;
}

.site-footer > *,
.widget-area > * {
  margin-top: calc(0.666 * var(--global--spacing-vertical));
  margin-bottom: calc(0.666 * var(--global--spacing-vertical));
}
@media only screen and (min-width: 482px) {
  .site-footer > *,
.widget-area > * {
    margin-top: var(--global--spacing-vertical);
    margin-bottom: var(--global--spacing-vertical);
  }
}

/*
 * .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, .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 {
  padding: 0;
  margin: 0;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

/**
 * 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.
 */
*, *::before, *::after {
  box-sizing: inherit;
}

body {
  font-size: 13px;
  font-weight: normal;
  color: var(--global--color-primary);
  text-align: left;
  background-color: var(--global--color-background);
}

button {
  cursor: pointer;
}

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.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;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

/* Category 04 can contain any default HTML element. Do not add classes here, just give the elements some basic styles. */
blockquote {
  padding: 0;
  position: relative;
  margin: var(--global--spacing-vertical) 0 var(--global--spacing-vertical) var(--global--spacing-horizontal);
}
blockquote > * {
  margin-top: var(--global--spacing-unit);
  margin-bottom: var(--global--spacing-unit);
}
blockquote > *:first-child {
  margin-top: 0;
}
blockquote > *:last-child {
  margin-bottom: 0;
}
blockquote p {
  letter-spacing: var(--heading--letter-spacing-h4);
  font-family: var(--quote--font-family);
  font-size: var(--quote--font-size);
  font-style: var(--quote--font-style);
  font-weight: var(--quote--font-weight);
  line-height: var(--quote--line-height);
}
blockquote cite,
blockquote footer {
  font-weight: normal;
  color: var(--global--color-primary);
  font-size: var(--global--font-size-xs);
  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, 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);
  line-height: var(--quote--line-height);
  position: absolute;
  left: calc(-0.5 * var(--global--spacing-horizontal));
}
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;
  }
}

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

/* Classic editor images */
.entry-content img {
  max-width: 100%;
}

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

/* 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-top: calc(0.5 * var(--global--spacing-unit));
  margin-bottom: 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: none;
  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 {
  white-space: pre;
  overflow-x: auto;
}

/*
 * 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 {
  cursor: pointer;
  color: var(--global--color-link);
  text-decoration: none;
}

a:hover {
  color: var(--global--color-link-hover);
  opacity: 0.8;
}

.site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) {
  /* Only visible in Windows High Contrast mode */
  outline: 2px solid transparent;
  text-decoration: none;
}
.is-dark-theme .site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) {
  text-decoration: none;
}
.is-dark-theme .site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) .meta-nav {
  color: var(--wp--style--color--link, var(--global--color-white));
}
.has-background-white .site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) {
  color: var(--global--color-purple);
}
.has-background-white .site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) .meta-nav {
  color: var(--wp--style--color--link, var(--global--color-white));
}
.site a:focus:not(.wp-block-button__link):not(.wp-block-file__button).custom-logo-link {
  background: none;
}
/* Category 05 is all about adjusting the default block styles to the given layout. I only added three blocks as examples. */
/* Category 06 contains all "bigger" components which contain elements of the previous two categories like header, footer, page template, single template, comments section, archives, ... */
.gallery::after {
  display: block;
  content: "";
  clear: both;
}
.gallery.gallery-columns-2 .gallery-item {
  float: left;
  text-align: center;
  width: 50%;
  margin: 0;
}
.gallery.gallery-columns-3 .gallery-item {
  float: left;
  text-align: center;
  width: 33%;
  margin: 0;
}
.gallery.gallery-columns-3 .gallery-item:nth-child(3n+1) {
  clear: both;
}
.gallery.gallery-columns-4 .gallery-item {
  float: left;
  text-align: center;
  width: 25%;
  margin: 0;
}
.gallery.gallery-columns-4 .gallery-item:nth-child(4n+1) {
  clear: both;
}
.gallery.gallery-columns-5 .gallery-item {
  float: left;
  text-align: center;
  width: 20%;
  margin: 0;
}
.gallery.gallery-columns-5 .gallery-item:nth-child(5n+1) {
  clear: both;
}
.gallery.gallery-columns-6 .gallery-item {
  float: left;
  text-align: center;
  width: 16.666%;
  margin: 0;
}
.gallery.gallery-columns-6 .gallery-item:nth-child(6n+1) {
  clear: both;
}
.gallery.gallery-columns-7 .gallery-item {
  float: left;
  text-align: center;
  width: 14.2857%;
  margin: 0;
}
.gallery.gallery-columns-7 .gallery-item:nth-child(7n+1) {
  clear: both;
}
.gallery.gallery-columns-8 .gallery-item {
  float: left;
  text-align: center;
  width: 12.5%;
  margin: 0;
}
.gallery.gallery-columns-8 .gallery-item:nth-child(8n+1) {
  clear: both;
}
.gallery.gallery-columns-9 .gallery-item {
  float: left;
  text-align: center;
  width: 11.11%;
  margin: 0;
}
.gallery.gallery-columns-9 .gallery-item:nth-child(9n+1) {
  clear: both;
}
.gallery img {
  margin: 0;
  width: 100%;
  height: auto;
}
.single-room .gallery img {
  border: 4px solid #fff5e7;
}
.single-report .gallery img {
  border: 4px solid white;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mr-1 {
  margin-right: 0.25rem !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1 {
  margin-left: 0.25rem !important;
}

.mx-1 {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mr-2 {
  margin-right: 0.5rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2 {
  margin-left: 0.5rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mr-3 {
  margin-right: 1rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.ml-3 {
  margin-left: 1rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.my-3 {
  margin-bottom: 1rem !important;
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mr-4 {
  margin-right: 1.5rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4 {
  margin-left: 1.5rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mr-5 {
  margin-right: 3rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.ml-5 {
  margin-left: 3rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.mr-auto {
  margin-right: auto !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ml-auto {
  margin-left: auto !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-auto {
  margin-bottom: auto !important;
  margin-top: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pr-1 {
  padding-right: 0.25rem !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1 {
  padding-left: 0.25rem !important;
}

.px-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pr-2 {
  padding-right: 0.5rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2 {
  padding-left: 0.5rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pr-3 {
  padding-right: 1rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pl-3 {
  padding-left: 1rem !important;
}

.py-3 {
  padding-bottom: 1rem !important;
  padding-top: 1rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pr-4 {
  padding-right: 1.5rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4 {
  padding-left: 1.5rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pr-5 {
  padding-right: 3rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.pl-5 {
  padding-left: 3rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.main-header .top-logo {
  display: block;
}
.main-header img.icon-header {
  margin-top: -5px;
  padding-left: 8px;
  max-height: 60px;
}
@media (max-width: 767.98px) {
  .main-header img.icon-header {
    width: 82px;
    padding-left: 0;
    margin-top: 3px;
    height: auto;
    padding-bottom: 20px;
  }
}

.header-site {
  background-color: #141d38;
}

.site-branding {
  color: var(--branding--color-text);
  margin-right: 140px;
}
.site-branding:last-child {
  margin-right: 0;
  width: 100%;
  text-align: center;
}
@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;
  text-transform: var(--branding--title--text-transform);
  line-height: var(--global--line-height-heading);
  margin-bottom: calc(var(--global--spacing-vertical) / 6);
}
.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 {
  color: currentColor;
  font-family: var(--branding--description--font-family);
  font-size: var(--branding--description--font-size);
  line-height: 1.4;
}

.site-title > a {
  text-decoration-color: var(--global--color-secondary);
}

.site-logo .custom-logo {
  margin-left: auto;
  margin-right: auto;
  max-height: 95px;
  height: auto;
  display: inline-block;
  width: auto;
}
@media only screen and (min-width: 482px) {
  .site-logo .custom-logo {
    height: auto;
    width: auto;
  }
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.body-content-wrapper {
  padding-top: 120px;
}
@media (min-width: 992px) {
  .body-content-wrapper {
    padding-top: 0;
  }
}
@media (max-width: 767.98px) {
  .body-content-wrapper {
    padding-top: 65px;
  }
}

.go-to-filter {
  color: #6d6d6d;
  background: #dfdfdf;
}
.go-to-filter a {
  display: flex;
  padding: 20px 0;
}
.go-to-filter a .cover-header {
  margin: 0 auto;
}
.go-to-filter a .cover-header .title {
  color: #6d6d6d;
}

.main-footer {
  padding-top: 20px;
  padding-bottom: 15px;
  margin: 0;
  color: var(--global--color-gray);
  font-size: 14px;
  font-weight: 400;
  text-align: center;
}
@media (max-width: 767.98px) {
  .main-footer {
    padding: 0;
  }
}
.main-footer .cover-privacy {
  display: flex;
  justify-content: space-between;
}
.main-footer .cover-privacy .privacy {
  display: inline-flex;
  align-items: end;
  font-size: 11px;
  color: #5e5e5e;
}
.main-footer .cover-privacy .privacy i {
  margin-right: 7px;
  height: 17px;
  font-size: 9px;
  color: #6d6d6d;
}
.main-footer .cover-privacy a {
  margin-bottom: 10px;
}
.main-footer .cover-privacy a img {
  width: 36px;
}
.main-footer .footer-copyright {
  border-top: 2px solid var(--global--color-link);
  padding: 10px 0;
  font-size: 10px;
}
@media (max-width: 767.98px) {
  .main-footer .footer-copyright {
    background: #6d6d6d;
    color: var(--global--color-white);
  }
}
.main-footer .contact-info {
  display: flex;
  width: 100%;
  position: relative;
  bottom: 0;
}
.main-footer .contact-info > div {
  flex: 0 0 50%;
  max-width: 50%;
}
.main-footer .contact-info > div a {
  display: flex;
  align-items: center;
  padding: 10px 0;
}
.main-footer .contact-info > div a span {
  flex: 1;
  text-align: center;
}
.main-footer .contact-info > div a span i {
  font-size: 24px;
}
.main-footer .contact-info > div a span:nth-child(2) {
  flex: 2;
  text-align: left;
  line-height: 1.5;
  display: block;
}
.main-footer .contact-info .contact-phone {
  background: #8e7457;
}
.main-footer .contact-info .contact-phone a {
  color: var(--global--color-white);
}
.main-footer .contact-info .contact-email {
  background: var(--global--color-white);
}
.main-footer .contact-info .contact-email a {
  color: #8e7457;
}
.main-footer .to-top {
  width: 54px;
  height: 54px;
  background-color: #cccccc;
  position: fixed;
  bottom: 50px;
  right: calc((100% - 1024px - 140px) / 2);
  align-items: center;
  font-size: 13px;
  padding: 15px 10px;
  cursor: pointer;
  display: none;
  color: #222;
  /*@include media-breakpoint-down(lg, $grid-breakpoints) {
  	right: calc((100% - 960px - 110px) / 2);
  }*/
}
.main-footer .to-top.show {
  display: flex;
}
@media (max-width: 991.98px) {
  .main-footer .to-top {
    right: 20px;
  }
}
@media (max-width: 767.98px) {
  .main-footer .to-top {
    right: 10px;
  }
}

#contact-fc-fixed {
  position: fixed;
  z-index: 999;
  bottom: -120px;
  width: 100%;
}
#contact-fc-fixed.is_active {
  bottom: 0;
}

.page-template-about #contact-fc-fixed {
  display: none;
}

.singular .entry-header {
  border-bottom: 3px solid var(--global--color-border);
  padding-bottom: calc(2 * var(--global--spacing-vertical));
  margin-bottom: calc(3 * var(--global--spacing-vertical));
}

.home .entry-header {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.singular .has-post-thumbnail .entry-header {
  border-bottom: none;
  padding-bottom: calc(1.3 * var(--global--spacing-vertical));
  margin-bottom: 0;
}

.no-results.not-found > *:first-child {
  margin-bottom: calc(3 * var(--global--spacing-vertical));
}

.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-width: 44px;
  min-height: 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 {
  line-height: var(--heading--line-height-h1);
  font-weight: var(--heading--font-weight-page-title);
}

/**
 * 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 {
  color: var(--global--color-primary);
  clear: both;
  float: none;
  font-size: var(--global--font-size-xs);
  display: block;
}
.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 {
  margin-top: var(--global--spacing-vertical);
  padding-top: var(--global--spacing-unit);
  padding-bottom: calc(3 * var(--global--spacing-vertical));
  border-bottom: var(--separator--height) solid var(--separator--border-color);
}

body:not(.single) .site-main > article:last-of-type .entry-footer {
  border-bottom: var(--separator--height) solid transparent;
}

.single .site-main > article > .entry-footer {
  margin-top: calc(3.4 * var(--global--spacing-vertical));
  margin-bottom: calc(3.4 * var(--global--spacing-vertical));
  padding-bottom: 0;
  padding-top: calc(0.8 * var(--global--spacing-vertical));
  border-top: 3px solid var(--separator--border-color);
  border-bottom: var(--separator--height) solid transparent;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: calc(2 * var(--global--spacing-horizontal));
}
.single .site-main > article > .entry-footer .post-taxonomies,
.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;
  width: auto;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: calc(2 * var(--global--spacing-vertical));
}

/**
 * Author
 */
.author-bio {
  position: relative;
  font-size: var(--global--font-size-xs);
  max-width: var(--responsive--aligndefault-width);
}
.site-main > article > .author-bio {
  margin-top: calc(2 * var(--global--spacing-vertical));
}
.author-bio.show-avatars .avatar {
  display: inline-block;
  vertical-align: top;
  border-radius: 50%;
}
.author-bio.show-avatars .author-bio-content {
  display: inline-block;
  padding-left: var(--global--spacing-horizontal);
  max-width: calc(var(--responsive--aligndefault-width) - 90px);
}
.author-bio .author-bio-content .author-title {
  font-family: var(--entry-author-bio--font-family);
  font-size: var(--entry-author-bio--font-size);
  display: inline;
}
.author-bio .author-bio-content .author-description {
  font-size: var(--global--font-size-xs);
  margin-top: calc(0.5 * var(--global--spacing-vertical));
  margin-bottom: calc(0.5 * var(--global--spacing-vertical));
}

.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,
.search .content-area .format-aside .entry-content,
.search .content-area .format-status .entry-content,
.search .content-area .format-link .entry-content,
.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,
.search .format-image .entry-content,
.search .format-gallery .entry-content,
.search .format-video .entry-content,
.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,
.search .entry-footer .cat-links,
.search .entry-footer .tags-links,
.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 {
  margin-top: var(--global--spacing-vertical);
  font-size: var(--global--font-size-xl);
  line-height: var(--global--line-height-heading);
}

.error404 main p {
  font-size: var(--global--font-size-lg);
  margin-bottom: calc(var(--global--spacing-vertical) * 1.6666666667);
}

.search-no-results .page-content {
  margin-top: calc(3 * var(--global--spacing-vertical));
}

.condition-search {
  border: 1px solid var(--global--color-link);
  padding: 20px 30px;
}
.condition-search p {
  font-size: 20px;
  color: var(--global--color-link);
}
.condition-search .item {
  display: inline-block;
  background-color: #f3f0ec;
  color: var(--global--color-link);
  padding: 3px 19px;
  margin-right: 9px;
  margin-bottom: 10px;
}
.condition-search .item span {
  font-size: 15px;
}
.condition-search .item i {
  font-size: 17px;
  margin-left: 7px;
  cursor: pointer;
}
@media (max-width: 767.98px) {
  .condition-search {
    padding: 20px 25px;
  }
  .condition-search p {
    font-size: 18px;
  }
  .condition-search .item span {
    font-size: 16px;
  }
  .condition-search .item i {
    font-size: 18px;
  }
}

.filter-result .title {
  font-size: 14px;
  color: var(--global--color-link);
  margin: 15px 0;
}
@media (max-width: 767.98px) {
  .filter-result {
    font-size: 16px;
  }
}

.section-search-area .list-item-wrap .item {
  border: 1px solid var(--global--color-link);
  color: var(--global--color-link);
  text-align: center;
  font-size: 26px;
  vertical-align: middle;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 50px;
}
.section-search-area .list-item-wrap .item a {
  display: block;
  width: 100%;
  padding: 47px 0;
}
.section-search-area .list-item-wrap .item a p {
  margin: 0;
}
@media (max-width: 767.98px) {
  .section-search-area .list-item-wrap .item {
    margin: 0 0 20px;
  }
  .section-search-area .list-item-wrap .item a {
    padding: 20px 0;
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .section-search-area .list-item-wrap > div > div:nth-child(3n+1) .area-item {
    padding-right: 20px;
  }
  .section-search-area .list-item-wrap > div > div:nth-child(3n+2) .area-item {
    padding: 0 10px;
  }
  .section-search-area .list-item-wrap > div > div:nth-child(3n+3) .area-item {
    padding-left: 20px;
  }
}

/**
 * Comments Wrapper
 */
.comments-area > * {
  margin-top: var(--global--spacing-vertical);
  margin-bottom: var(--global--spacing-vertical);
}
.comments-area > *:first-child {
  margin-top: 0;
}
.comments-area > *:last-child {
  margin-bottom: 0;
}
.comments-area.show-avatars .avatar {
  border-radius: 50%;
  position: absolute;
  top: 10px;
}
.comments-area.show-avatars .fn {
  display: inline-block;
  padding-left: 85px;
}
.comments-area.show-avatars .comment-metadata {
  padding: 8px 0 9px 85px;
}

/**
 * Comment Title
 */
.comments-title,
.comment-reply-title {
  font-size: var(--heading--font-size-h2);
  letter-spacing: var(--heading--letter-spacing-h2);
}

.comment-reply-title {
  display: flex;
  justify-content: space-between;
}
.comment-reply-title small a {
  font-family: var(--global--font-secondary);
  font-size: var(--global--font-size-xs);
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
}

/* Nested comment reply title*/
.comment .comment-respond .comment-reply-title {
  font-size: var(--global--font-size-lg);
}

/**
 * Comment Lists
 */
.comment-list {
  padding-left: 0;
  list-style: none;
}
.comment-list > li {
  margin-top: var(--global--spacing-vertical);
  margin-bottom: var(--global--spacing-vertical);
}

.comment-list .children {
  list-style: none;
  padding-left: 0;
}
.comment-list .children > li {
  margin-top: var(--global--spacing-vertical);
  margin-bottom: var(--global--spacing-vertical);
}

@media only screen and (min-width: 482px) {
  .comment-list .depth-2,
.comment-list .depth-3 {
    padding-left: calc(4 * var(--global--spacing-horizontal));
  }
}

/**
 * Comment Meta
 */
.comment-meta .comment-author {
  line-height: var(--global--line-height-heading);
  margin-bottom: calc(0.25 * var(--global--spacing-unit));
}
@media only screen and (min-width: 482px) {
  .comment-meta .comment-author {
    margin-bottom: 0;
    padding-right: 0;
  }
}
.comment-meta .comment-author .fn {
  font-family: var(--global--font-secondary);
  font-weight: normal;
  font-size: var(--global--font-size-lg);
  hyphens: auto;
  word-wrap: break-word;
  word-break: break-word;
}
.comment-meta .comment-metadata {
  color: var(--global--color-primary);
  font-size: var(--global--font-size-xs);
  padding: 8px 0 9px 0;
}
.comment-meta .comment-metadata .edit-link {
  margin-left: var(--global--spacing-horizontal);
}
@media only screen and (min-width: 482px) {
  .comment-meta {
    margin-right: inherit;
  }
  .comment-meta .comment-author {
    max-width: inherit;
  }
}

.reply {
  font-size: var(--global--font-size-sm);
  line-height: var(--global--line-height-heading);
}

.bypostauthor {
  display: block;
}

.says {
  display: none;
}

.pingback .url,
.trackback .url {
  font-family: var(--global--font-primary);
}

.comment-body {
  position: relative;
  margin-bottom: calc(1.7 * var(--global--spacing-vertical));
}
.comment-body > * {
  margin-top: var(--global--spacing-vertical);
  margin-bottom: var(--global--spacing-vertical);
}
.comment-body .reply {
  margin: 0;
}

.comment-content {
  word-wrap: break-word;
}

.pingback .comment-body,
.trackback .comment-body {
  margin-top: var(--global--spacing-vertical);
  margin-bottom: var(--global--spacing-vertical);
}

.comment-respond {
  margin-top: var(--global--spacing-vertical);
}

.comment-respond > * {
  margin-top: var(--global--spacing-unit);
  margin-bottom: var(--global--spacing-unit);
}
.comment-respond > *:first-child {
  margin-top: 0;
}
.comment-respond > *:last-child {
  margin-bottom: 0;
}
.comment-respond > *:last-child.comment-form {
  margin-bottom: var(--global--spacing-vertical);
}

.comment-author {
  padding-top: 3px;
}
.comment-author .url {
  color: currentColor;
}

.comment-form {
  display: flex;
  flex-wrap: wrap;
}
.comment-form > * {
  flex-basis: 100%;
}
.comment-form .comment-notes {
  font-size: var(--global--font-size-sm);
}
.comment-form .comment-form-url,
.comment-form .comment-form-comment {
  width: 100%;
}
.comment-form .comment-form-author,
.comment-form .comment-form-email {
  flex-basis: 0;
  flex-grow: 1;
}
@media only screen and (max-width: 481px) {
  .comment-form .comment-form-author,
.comment-form .comment-form-email {
    flex-basis: 100%;
  }
}
.comment-form .comment-form-cookies-consent > label,
.comment-form .comment-notes {
  font-size: var(--global--font-size-xs);
  font-weight: normal;
}

.comment-form > p {
  margin-bottom: var(--global--spacing-unit);
}
.comment-form > p:first-of-type {
  margin-top: 0;
}
.comment-form > p:last-of-type {
  margin-bottom: 0;
}
.comment-form > p label,
.comment-form > p input[type=email],
.comment-form > p input[type=text],
.comment-form > p input[type=url],
.comment-form > p textarea {
  display: block;
  font-size: var(--global--font-size-sm);
  margin-bottom: calc(0.5 * var(--global--spacing-unit));
  width: 100%;
  font-weight: var(--form--label-weight);
}
.comment-form > p.comment-form-cookies-consent {
  display: flex;
}
@media only screen and (min-width: 482px) {
  .comment-form > p.comment-form-author {
    margin-right: calc(1.5 * var(--global--spacing-horizontal));
  }
  .comment-form > p.comment-notes, .comment-form > p.logged-in-as {
    display: block;
  }
}

.navbar-fixed-bottom, .navbar-fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  background: #FFF;
}

.navbar-fixed-top {
  top: 0;
  border-width: 0;
  padding-top: 25px;
}
@media (max-width: 767.98px) {
  .navbar-fixed-top {
    padding-top: 15px;
  }
}
@media (min-width: 992px) {
  .navbar-fixed-top {
    position: relative;
  }
}

.menu-header {
  text-align: right;
}
@media (min-width: 992px) {
  .menu-header .drawer-hamburger {
    display: none;
  }
}
.menu-header ul.top-menu {
  list-style-type: none;
  float: right;
}
@media (max-width: 991.98px) {
  .menu-header ul.top-menu {
    display: none;
  }
}
.menu-header ul.top-menu li {
  float: left;
  position: relative;
}
.menu-header ul.top-menu li ul.sub-menu {
  display: none;
  position: absolute;
  top: 56px;
  width: 174px;
  background: var(--global--color-white);
  list-style-type: none;
  left: -1px;
  border-left: 1px solid var(--global--color-link);
  border-right: 1px solid var(--global--color-link);
  box-sizing: content-box;
}
.menu-header ul.top-menu li ul.sub-menu li {
  float: none;
  text-align: left;
}
.menu-header ul.top-menu li ul.sub-menu li a {
  display: block;
  padding: 20px 0;
  border-bottom: 1px solid var(--global--color-link);
  text-align: center;
  color: var(--global--color-dark-gray);
  font-size: 14px;
  font-weight: 500;
}
.menu-header ul.top-menu li ul.sub-menu li a:hover {
  background-color: #c9a981;
}
.menu-header ul.top-menu > li:hover {
  background-color: #c9a981;
}
.menu-header ul.top-menu > li:hover > ul {
  display: block;
}
.menu-header ul.top-menu > li > a {
  display: block;
  padding: 0;
  border: 1px solid var(--global--color-link);
  border-left-color: transparent;
  width: 137px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  color: var(--global--color-dark-gray);
  font-size: 14px;
  font-weight: 500;
}
.menu-header ul.top-menu > li > a:hover {
  color: var(--global--color-white);
  opacity: 1;
}
.menu-header ul.top-menu > li.menuitem-top > a {
  border-left-color: var(--global--color-link);
}
.menu-header ul.top-menu > li.menuitem-contact:hover {
  background-color: transparent;
}
.menu-header ul.top-menu > li.menuitem-contact > a {
  background: var(--global--color-link);
  color: var(--global--color-white);
  padding: 7px 0 0;
  margin-left: 26px;
  border-left-color: var(--global--color-link);
  font-weight: 400;
  width: 155px;
  line-height: inherit;
}
.menu-header ul.top-menu > li.menuitem-contact > a:hover {
  background-color: #c9a981;
}
.menu-header ul.top-menu > li.menuitem-contact > a p {
  margin: 0;
}
.menu-header ul.top-menu > li.menuitem-contact > a p:nth-child(1) {
  font-size: 20px;
  line-height: 1;
}
.menu-header ul.top-menu > li.menuitem-contact > a p:nth-child(2) {
  font-size: 12px;
}

@media (max-width: 991.98px) {
  ul.top-menu-mobile {
    display: none;
    position: absolute;
    top: 0;
    left: 20%;
    right: 0;
    list-style-type: none;
  }
}
ul.top-menu-mobile li {
  text-align: left;
  box-sizing: border-box;
  width: 100%;
  height: 14vw;
  border-bottom: 1px dotted var(--global--color-link);
  margin: 0;
  background-color: white;
  z-index: 999;
  padding-top: 2.5vw;
}
ul.top-menu-mobile li:nth-last-child(1) {
  border-bottom-width: 0;
}
ul.top-menu-mobile li a {
  font-size: 4vw;
  color: var(--global--color-link);
  padding-left: 4.75vw;
  letter-spacing: 0.375vw;
}

.drawer-open ul.top-menu-mobile {
  display: block;
}

.spacing-top {
  border-top: 0 none;
  border-bottom: 2px solid var(--global--color-link);
  margin-top: 24px;
}
@media (max-width: 767.98px) {
  .spacing-top {
    margin-top: 5px;
  }
}

.menu-button-container {
  display: none;
  justify-content: space-between;
  position: absolute;
  right: 0;
  /*#primary-mobile-menu {
  	display: flex;
  	margin-left: auto;
  	padding: calc(var(--button--padding-vertical) - (0.25 * var(--global--spacing-unit))) calc(0.5 * var(--button--padding-horizontal));
  	font-size: var(--primary-nav--font-size-button);
  	font-weight: var(--primary-nav--font-weight-button);
  	background-color: transparent;
  	border: none;
  	color: var(--primary-nav--color-link);

  	.dropdown-icon {
  		display: flex;
  		align-items: center;

  		.svg-icon {
  			margin-left: calc(0.25 * var(--global--spacing-unit));
  		}

  		// Menu icon is off-center vertically to prevent blurry pixels.
  		&.open .svg-icon {
  			position: relative;
  			top: -1px;
  		}

  		&.close {
  			display: none;
  		}
  	}

  	&[aria-expanded*="true"] {

  		.dropdown-icon {

  			&.open {
  				display: none;
  			}

  			&.close {
  				display: flex;

  				.has-logo.has-title-and-tagline & {
  					animation-name: twentytwentyone-close-button-transition;
  					animation-duration: 0.3s;
  				}
  			}
  		}
  	}
  }*/
}
@media only screen and (max-width: 481px) {
  .menu-button-container {
    display: flex;
  }
}
.primary-navigation-open .menu-button-container {
  width: 100%;
  z-index: 500;
  background-color: var(--global--color-background);
  /*#primary-mobile-menu {
  	position: static;
  }*/
}

.primary-navigation {
  position: absolute;
  top: var(--global--admin-bar--height);
  right: 0;
  color: var(--primary-nav--color-text);
  font-size: var(--primary-nav--font-size);
  line-height: 1.15;
  margin-top: 0;
  margin-bottom: 0;
}
.primary-navigation > .primary-menu-container {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding-top: 0;
  padding-left: var(--global--spacing-unit);
  padding-right: var(--global--spacing-unit);
  padding-bottom: var(--global--spacing-horizontal);
  background-color: var(--global--color-background);
  transition: all 0.15s ease-in-out;
  transform: translateY(var(--global--spacing-vertical));
}
@media only screen and (max-width: 481px) {
  .primary-navigation > .primary-menu-container {
    top: 90px;
    height: 100vh;
    z-index: 499;
    overflow-x: hidden;
    overflow-y: auto;
    border: 2px solid transparent;
  }
  .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);
  }
  .primary-navigation > .primary-menu-container .menu-item a {
    font-size: 15px;
    font-weight: 500;
    color: #494c4f;
  }
}
@media only screen and (max-width: 481px) {
  .primary-navigation-open .primary-navigation {
    width: 100%;
    position: fixed;
    z-index: 2;
  }
}
.primary-navigation-open .primary-navigation > .primary-menu-container {
  position: absolute;
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
@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 {
    position: relative;
    margin-left: auto;
  }
  .primary-navigation > .primary-menu-container {
    visibility: visible;
    opacity: 1;
    position: relative;
    padding: 0;
    background-color: transparent;
    overflow: initial;
    transform: none;
  }
  .primary-navigation #toggle-menu {
    display: none;
  }
  .primary-navigation > .primary-menu-container ul > li .sub-menu-toggle[aria-expanded=false] ~ ul,
.primary-navigation > .primary-menu-container ul > li.menu-item.megamenu .sub-menu-toggle[aria-expanded=false] ~ ul.sub-menu {
    display: none;
  }
  .admin-bar .primary-navigation {
    top: initial;
  }
  .admin-bar .primary-navigation > .primary-menu-container {
    top: initial;
  }
}
@media only screen and (max-width: 481px) {
  .primary-navigation > .primary-menu-container ul > li .sub-menu-toggle[aria-expanded=false] ~ ul {
    display: none;
  }
  .primary-navigation > .primary-menu-container ul > li .sub-menu-toggle[aria-expanded=true] ~ ul {
    display: block;
  }
}
.primary-navigation > div > .menu-wrapper {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  list-style: none;
  max-width: none;
  padding-left: 0;
  position: relative;
  float: right;
  margin: 22px 0 0;
}
@media only screen and (max-width: 481px) {
  .primary-navigation > div > .menu-wrapper {
    padding-bottom: 100px;
  }
  .primary-navigation > div > .menu-wrapper ul {
    padding-left: 0;
  }
}
.primary-navigation > div > .menu-wrapper li {
  display: block;
  position: relative;
  width: 100%;
}
@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;
  }
}
.primary-navigation > div > .menu-wrapper .sub-menu-toggle {
  display: flex;
  height: calc(2 * var(--primary-nav--padding) + 1.15em + 1px);
  width: 44px;
  padding: 0;
  justify-content: center;
  align-items: center;
  background: transparent;
  color: currentColor;
  border: none;
}
.primary-navigation > div > .menu-wrapper .sub-menu-toggle:focus {
  outline: 2px solid var(--wp--style--color--link, var(--global--color-primary));
}
@media only screen and (max-width: 481px) {
  .primary-navigation > div > .menu-wrapper .sub-menu-toggle {
    position: absolute;
    right: 0;
    top: 0;
  }
}
.primary-navigation > div > .menu-wrapper .sub-menu-toggle .icon-plus,
.primary-navigation > div > .menu-wrapper .sub-menu-toggle .icon-minus {
  height: 100%;
  display: flex;
  align-items: center;
}
.primary-navigation > div > .menu-wrapper .sub-menu-toggle .icon-plus i,
.primary-navigation > div > .menu-wrapper .sub-menu-toggle .icon-minus i {
  margin-top: -1px;
}
.primary-navigation > div > .menu-wrapper .sub-menu-toggle .icon-minus {
  display: none;
}
.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;
}
@media only screen and (min-width: 482px) {
  .primary-navigation > div > .menu-wrapper > li > .sub-menu {
    left: 0;
    margin: 0;
    min-width: max-content;
    position: absolute;
    top: 100%;
    padding-top: 3px;
    transition: all 0.5s ease;
    z-index: 88888;
  }
  .primary-navigation > div > .menu-wrapper > li > .sub-menu:before, .primary-navigation > div > .menu-wrapper > li > .sub-menu:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    top: -10px;
    left: var(--global--spacing-horizontal);
    border-style: solid;
    border-color: var(--primary-nav--border-color) transparent;
    border-width: 0 7px 10px 7px;
    display: none;
  }
  .primary-navigation > div > .menu-wrapper > li > .sub-menu:after {
    top: -9px;
    border-color: var(--global--color-background) transparent;
  }
  .primary-navigation > div > .menu-wrapper > li > .sub-menu li {
    background: var(--global--color-background);
  }
  .primary-navigation > div > .menu-wrapper > li > .sub-menu li:hover {
    background-color: #55595c;
  }
  .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 */
    right: 0;
    /* rtl:ignore */
    left: auto;
  }
  .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 (max-width: 481px) {
  .primary-navigation > div > .menu-wrapper > li > .sub-menu {
    display: none;
  }
}
.primary-navigation .primary-menu > .menu-item:hover > a {
  color: var(--primary-nav--color-link-hover);
}
.primary-navigation .primary-menu-container > ul > .menu-item.megamenu .sub-menu li li {
  padding-left: 50px;
}
.primary-navigation .primary-menu-container > ul > .menu-item.megamenu .sub-menu li li.menuicon-kiosk {
  background: url(./assets/images/Kiosk1.png) no-repeat 0 center;
}
@media only screen and (min-width: 482px) {
  .primary-navigation .primary-menu-container > ul > .menu-item.megamenu .sub-menu li li.menuicon-kiosk a {
    padding-bottom: 35px;
  }
}
.primary-navigation .primary-menu-container > ul > .menu-item.megamenu .sub-menu li li.menuicon-digital-signage {
  background: url(./assets/images/Digitalsignage1.png) no-repeat 0 center;
}
@media only screen and (min-width: 482px) {
  .primary-navigation .primary-menu-container > ul > .menu-item.megamenu .sub-menu li li.menuicon-digital-signage a {
    padding-bottom: 35px;
  }
}
.primary-navigation .primary-menu-container > ul > .menu-item.megamenu .sub-menu li li.menuicon-booking {
  background: url(./assets/images/Booking1.png) no-repeat 0 center;
}
.primary-navigation .primary-menu-container > ul > .menu-item.megamenu .sub-menu li li.menuicon-cx-platform {
  background: url(./assets/images/CX1.png) no-repeat 0 center;
}
.primary-navigation .primary-menu-container > ul > .menu-item.megamenu .sub-menu li li.menuicon-cdp {
  background: url(./assets/images/CDP1.png) no-repeat 0 center;
}
.primary-navigation .primary-menu-container > ul > .menu-item.megamenu .sub-menu li li.menuicon-voc {
  background: url(./assets/images/VOC1.png) no-repeat 0 center;
}
.primary-navigation .primary-menu-container > ul > .menu-item.megamenu .sub-menu li li.menuicon-qrcode {
  background: url(./assets/images/Qrcode1.png) no-repeat 0 center;
}
.primary-navigation .primary-menu-container > ul > .menu-item.megamenu .sub-menu li li.menuicon-ciba {
  background: url(./assets/images/menuicon-ciba.jpg) no-repeat 0 center;
}
.primary-navigation .primary-menu-container > ul > .menu-item.megamenu .sub-menu li li.menuicon-loyalty-blockchain {
  background: url(./assets/images/menuicon-loyalty-blockchain.jpg) no-repeat 0 center;
}
.primary-navigation .primary-menu-container > ul > .menu-item.megamenu .sub-menu li li.menuicon-econtract {
  background: url(./assets/images/menuicon-econtract.jpg) no-repeat 0 6px;
}
@media only screen and (min-width: 482px) {
  .primary-navigation .primary-menu-container > ul > .menu-item.megamenu .sub-menu li li.menuicon-econtract a {
    padding-bottom: 52px;
  }
}
.primary-navigation .primary-menu-container > ul > .menu-item.megamenu .sub-menu li li a {
  font-weight: 700;
  font-size: 16px;
}
.primary-navigation .primary-menu-container > ul > .menu-item.megamenu .sub-menu li li a .sub {
  font-size: 15px;
  font-weight: 400;
}
@media only screen and (min-width: 482px) {
  .primary-navigation .primary-menu-container {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .primary-navigation .primary-menu-container > ul > .menu-item {
    display: flex;
  }
  .primary-navigation .primary-menu-container > ul > .menu-item.megamenu > .sub-menu {
    min-width: 800px;
    left: -250px;
    display: flex;
    background: #FFF;
  }
  .primary-navigation .primary-menu-container > ul > .menu-item.megamenu > .sub-menu > li:hover {
    background: #FFFFFF;
  }
  .primary-navigation .primary-menu-container > ul > .menu-item.megamenu > .sub-menu > li > a {
    font-weight: 700;
    font-size: 18px;
  }
  .primary-navigation .primary-menu-container > ul > .menu-item.megamenu.menu-fields > .sub-menu {
    flex-wrap: wrap;
    padding: 15px;
  }
  .primary-navigation .primary-menu-container > ul > .menu-item.megamenu.menu-fields > .sub-menu > li {
    width: 50%;
  }
  .primary-navigation .primary-menu-container > ul > .menu-item.megamenu.menu-fields > .sub-menu > li > a {
    font-weight: 700;
    font-size: 16px;
    padding: calc(1.25 * var(--primary-nav--padding)) var(--primary-nav--padding);
  }
  .primary-navigation .primary-menu-container > ul > .menu-item > a {
    padding-left: 20px;
    padding-right: 20px;
    font-family: "Arial", sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 25px;
  }
  .primary-navigation .primary-menu-container > ul > .menu-item > a + .sub-menu-toggle {
    color: #FFF;
    margin-left: -20px;
    margin-right: 10px;
  }
  .primary-navigation .primary-menu-container > ul > .menu-item > a:hover::after {
    width: 100%;
    left: 0;
    opacity: 1;
  }
}
.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;
  color: #FFFFFF;
  text-transform: uppercase;
}
.primary-navigation a:after, .primary-navigation a:before {
  display: block;
  position: absolute;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.58, 0.3, 0.005, 1);
  -o-transition-timing-function: cubic-bezier(0.58, 0.3, 0.005, 1);
  transition-timing-function: cubic-bezier(0.58, 0.3, 0.005, 1);
  height: 3px;
  width: 100%;
  left: 0;
  background-color: var(--primary-nav--color-link-hover);
  z-index: 2;
  content: "";
  bottom: 0;
  opacity: 0;
  color: var(--primary-nav--color-link-hover);
  width: 10px;
  left: calc(100% + 20px);
}
@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);
  }
}
.primary-navigation a + svg {
  fill: var(--primary-nav--color-text);
}
.primary-navigation a:hover {
  color: var(--primary-nav--color-link-hover);
}
.primary-navigation a:hover {
  color: var(--primary-nav--color-link-hover);
}
.primary-navigation .current-menu-item > a:first-child,
.primary-navigation .current_page_item > a:first-child {
  text-decoration: none;
  text-decoration-style: solid;
}
.primary-navigation .current-menu-item > a:first-child:hover,
.primary-navigation .current_page_item > a:first-child:hover {
  text-decoration: none;
}
.primary-navigation .sub-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: var(--primary-nav--padding);
}
.primary-navigation .sub-menu .sub-menu {
  border: none;
}
@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;
  }
}
.primary-navigation .sub-menu .menu-item > a {
  padding: calc(1.25 * var(--primary-nav--padding)) var(--primary-nav--padding);
  display: block;
  color: #494c4f;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-transform: inherit;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
}
.primary-navigation .sub-menu .menu-item > a:hover {
  color: var(--primary-nav--color-link-hover);
}
.primary-navigation .menu-item-has-children > .svg-icon {
  display: none;
}
@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;
  }
}
.primary-navigation .menu-item-description {
  display: block;
  clear: both;
  font-size: var(--global--font-size-xs);
  text-transform: none;
  line-height: 1.7;
}
.primary-navigation .menu-item-description > span {
  display: inline-block;
}

.drawer-hamburger-icon {
  position: relative;
  display: block;
  margin-top: 10px;
}

.drawer-hamburger {
  position: absolute;
  top: 0;
  right: 10px;
  z-index: 500;
  display: block;
  box-sizing: content-box;
  padding: 6px 0 25px 10px;
  width: 33px;
  outline: 0;
  border: 0;
  background-color: transparent;
  -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.3s ease-out;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.drawer-hamburger-icon:before, .drawer-hamburger-icon:after {
  position: absolute;
  top: -10px;
  left: 0;
  content: "";
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
  moz-transform-origin: center center;
  background-color: var(--global--color-link);
}

.drawer-hamburger-icon:after {
  top: 10px;
}

.drawer-hamburger-icon, .drawer-hamburger-icon:after, .drawer-hamburger-icon:before {
  display: block;
  width: 100%;
  height: 2px;
  -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.3s ease-out;
  color: #FFFFFF;
  background-color: #121212;
}

.drawer-hamburger-icon, .drawer-hamburger-icon:after, .drawer-hamburger-icon:before {
  width: 33px;
  height: 2px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.drawer-open .drawer-hamburger-icon {
  background: transparent;
}

.drawer-open .drawer-hamburger-icon:before {
  top: 0;
}

.drawer-open .drawer-hamburger-icon:before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.drawer-open .drawer-hamburger-icon:after {
  top: 0;
}

.drawer-open .drawer-hamburger-icon:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media only screen and (max-width: 481px) {
  .lock-scrolling .site {
    position: fixed;
    max-width: 100%;
    width: 100%;
  }
}
@keyframes twentytwentyone-close-button-transition {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.footer-navigation-wrapper {
  list-style: none;
  padding-left: 0;
}
.footer-navigation-wrapper li {
  display: block;
  line-height: 3;
}
.footer-navigation-wrapper li a {
  transition: transform 0.1s ease;
  text-decoration: none;
}
.footer-navigation-wrapper .sub-menu-toggle,
.footer-navigation-wrapper .menu-item-description {
  display: none;
}

/* Next/Previous navigation */
.navigation {
  color: var(--global--color-primary);
  text-align: center;
}
.navigation a {
  color: var(--global--color-primary);
  text-decoration: none;
}
.navigation a:hover {
  color: var(--global--color-primary-hover);
  text-decoration: underline;
  text-decoration-style: dotted;
}
.navigation a:focus {
  color: var(--global--color-secondary);
}
.navigation a:active {
  color: var(--global--color-primary);
}
.navigation .nav-links > * {
  min-width: 44px;
  min-height: 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;
}
@media only screen and (min-width: 592px) {
  .navigation .nav-links {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .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;
  }
}
.navigation .svg-icon {
  display: inline-block;
  fill: currentColor;
  vertical-align: middle;
  position: relative;
}
.navigation .nav-previous .svg-icon,
.navigation .prev .svg-icon {
  top: -2px;
  margin-right: calc(0.25 * var(--global--spacing-unit));
}
.navigation .nav-next .svg-icon,
.navigation .next .svg-icon {
  top: -1px;
  margin-left: calc(0.25 * var(--global--spacing-unit));
}

.post-navigation {
  margin: var(--global--spacing-vertical) auto;
}
@media only screen and (min-width: 822px) {
  .post-navigation {
    margin: var(--global--spacing-vertical) auto;
  }
}
.post-navigation .meta-nav {
  line-height: var(--global--line-height-body);
  color: var(--global--color-primary);
}
.post-navigation .post-title {
  display: inline-block;
  font-family: var(--global--font-primary);
  font-size: var(--global--font-size-lg);
  font-weight: var(--pagination--font-weight-strong);
  line-height: var(--global--line-height-heading);
}
@media only screen and (min-width: 822px) {
  .post-navigation .post-title {
    margin: 5px calc(24px + 0.25 * var(--global--spacing-unit)) 0;
  }
}
@media only screen and (min-width: 482px) {
  .post-navigation .nav-links {
    justify-content: space-between;
  }
}
.post-navigation .nav-next,
.post-navigation .nav-previous {
  margin-top: var(--global--spacing-vertical);
  margin-bottom: 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;
}

.pagination,
.comments-pagination {
  padding-top: var(--global--spacing-vertical);
  margin: var(--global--spacing-vertical) auto;
  text-align: center;
}
@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,
.is-dark-theme .pagination .nav-links a:hover:active,
.is-dark-theme .pagination .nav-links a:hover:focus,
.is-dark-theme .comments-pagination .nav-links a:active,
.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,
.has-background-white .pagination .nav-links a:hover:active,
.has-background-white .pagination .nav-links a:hover:focus,
.has-background-white .comments-pagination .nav-links a:active,
.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 .paginate_links > *,
.comments-pagination .paginate_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-top: var(--global--spacing-vertical);
  margin-left: calc(0.66 * var(--global--spacing-unit));
  margin-right: calc(0.66 * var(--global--spacing-unit));
}
.pagination .paginate_links > *.current,
.comments-pagination .paginate_links > *.current {
  text-decoration: underline;
  color: var(--global--color-link);
}
.pagination .paginate_links > *:not(.dots):not(.current):hover,
.comments-pagination .paginate_links > *:not(.dots):not(.current):hover {
  text-decoration-style: dotted;
}
@media only screen and (max-width: 821px) {
  .pagination .nav-links,
.comments-pagination .nav-links {
    display: flex;
    flex-wrap: wrap;
  }
  .pagination .page-numbers.prev, .pagination .page-numbers.next,
.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;
  }
}

.comments-pagination {
  padding-top: calc(0.66 * var(--global--spacing-vertical));
  margin: calc(3 * var(--global--spacing-vertical)) auto;
}
@media only screen and (min-width: 822px) {
  .comments-pagination {
    margin: calc(3 * var(--global--spacing-vertical)) auto calc(4 * var(--global--spacing-vertical)) auto;
  }
}
.comments-pagination .nav-links > * {
  font-size: var(--global--font-size-md);
}

.widget-area {
  margin-top: calc(6 * var(--global--spacing-vertical));
  padding-bottom: calc(var(--global--spacing-vertical) / 3);
  color: var(--footer--color-text);
  font-size: var(--footer--font-size);
  font-family: var(--footer--font-family);
}
@media only screen and (min-width: 652px) {
  .widget-area {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: calc(2 * var(--global--spacing-horizontal));
  }
}
@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 .wp-block-social-links.alignright {
  margin-top: var(--global--spacing-vertical);
  justify-content: flex-end;
}
.widget-area .wp-block-social-links.alignleft {
  margin-top: var(--global--spacing-vertical);
}
.widget-area:after {
  content: "";
  display: table;
  clear: both;
}

.widget h1,
.widget h2,
.widget h3,
.widget h4,
.widget h5,
.widget h6 {
  font-weight: var(--widget--font-weight-title);
  line-height: var(--widget--line-height-title);
}
.widget h1 {
  font-size: var(--global--font-size-md);
}
.widget h2 {
  font-size: var(--global--font-size-sm);
}
.widget h3 {
  font-size: var(--global--font-size-xs);
}
.widget h4 {
  font-size: var(--global--font-size-xs);
}
.widget h5 {
  font-size: var(--global--font-size-xs);
}
.widget h6 {
  font-size: var(--global--font-size-xs);
}
.widget ul {
  list-style-type: none;
  padding: 0;
}
.widget ul li {
  line-height: var(--widget--line-height-list);
}
.widget ul.sub-menu, .widget ul.children {
  margin-left: var(--widget--spacing-menu);
}
.widget ul .sub-menu-toggle {
  display: none;
}
.widget a {
  color: var(--footer--color-link);
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-color: currentColor;
}
.widget a:link, .widget a:visited, .widget a:active {
  color: var(--footer--color-link);
}
.widget a:hover {
  color: var(--footer--color-link-hover);
  text-decoration-style: dotted;
}

.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);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  word-break: normal;
}

.skip-link:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-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;
}

@media (prefers-reduced-motion) {
  * {
    transition-delay: 0s !important;
    transition-duration: 0s !important;
  }
}
.has-black-color[class] {
  color: var(--global--color-black);
}
.has-black-color[class] > [class*=__inner-container] {
  --local--color-primary: var(--global--color-black, #000000);
  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, #000000);
  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, #000000);
  color: var(--local--color-primary);
}

.has-green-color[class] {
  color: var(--global--color-green);
}
.has-green-color[class] > [class*=__inner-container] {
  --local--color-primary: var(--global--color-green, #FFFFFF);
  color: var(--local--color-primary);
}

.has-blue-color[class] {
  color: var(--global--color-blue);
}
.has-blue-color[class] > [class*=__inner-container] {
  --local--color-primary: var(--global--color-blue, #FFFFFF);
  color: var(--local--color-primary);
}

.has-purple-color[class] {
  color: var(--global--color-purple);
}
.has-purple-color[class] > [class*=__inner-container] {
  --local--color-primary: var(--global--color-purple, #FFFFFF);
  color: var(--local--color-primary);
}

.has-red-color[class] {
  color: var(--global--color-red);
}
.has-red-color[class] > [class*=__inner-container] {
  --local--color-primary: var(--global--color-red, #FFFFFF);
  color: var(--local--color-primary);
}

.has-orange-color[class] {
  color: var(--global--color-orange);
}
.has-orange-color[class] > [class*=__inner-container] {
  --local--color-primary: var(--global--color-orange, #FFFFFF);
  color: var(--local--color-primary);
}

.has-yellow-color[class] {
  color: var(--global--color-yellow);
}
.has-yellow-color[class] > [class*=__inner-container] {
  --local--color-primary: var(--global--color-yellow, #FFFFFF);
  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, #FFFFFF);
  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, #000000);
  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, #000000);
  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, #000000);
  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, #FFFFFF);
  background-color: var(--local--color-background);
}

.has-green-background-color[class] {
  background-color: var(--global--color-green);
}
.has-green-background-color[class] > [class*=__inner-container] {
  --local--color-background: var(--global--color-green, #FFFFFF);
  background-color: var(--local--color-background);
}

.has-blue-background-color[class] {
  background-color: var(--global--color-blue);
}
.has-blue-background-color[class] > [class*=__inner-container] {
  --local--color-background: var(--global--color-blue, #FFFFFF);
  background-color: var(--local--color-background);
}

.has-purple-background-color[class] {
  background-color: var(--global--color-purple);
}
.has-purple-background-color[class] > [class*=__inner-container] {
  --local--color-background: var(--global--color-purple, #FFFFFF);
  background-color: var(--local--color-background);
}

.has-red-background-color[class] {
  background-color: var(--global--color-red);
}
.has-red-background-color[class] > [class*=__inner-container] {
  --local--color-background: var(--global--color-red, #FFFFFF);
  background-color: var(--local--color-background);
}

.has-orange-background-color[class] {
  background-color: var(--global--color-orange);
}
.has-orange-background-color[class] > [class*=__inner-container] {
  --local--color-background: var(--global--color-orange, #FFFFFF);
  background-color: var(--local--color-background);
}

.has-yellow-background-color[class] {
  background-color: var(--global--color-yellow);
}
.has-yellow-background-color[class] > [class*=__inner-container] {
  --local--color-background: var(--global--color-yellow, #FFFFFF);
  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, #FFFFFF);
  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, #FFFFFF);
  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, #000000);
}
.has-background:not(.has-text-color).has-green-background-color[class], .has-background:not(.has-text-color).has-blue-background-color[class], .has-background:not(.has-text-color).has-purple-background-color[class], .has-background:not(.has-text-color).has-red-background-color[class], .has-background:not(.has-text-color).has-orange-background-color[class], .has-background:not(.has-text-color).has-yellow-background-color[class], .has-background:not(.has-text-color).has-white-background-color[class] {
  color: var(--global--color-dark-gray);
}
.has-background:not(.has-text-color).has-green-background-color[class] > [class*=__inner-container], .has-background:not(.has-text-color).has-blue-background-color[class] > [class*=__inner-container], .has-background:not(.has-text-color).has-purple-background-color[class] > [class*=__inner-container], .has-background:not(.has-text-color).has-red-background-color[class] > [class*=__inner-container], .has-background:not(.has-text-color).has-orange-background-color[class] > [class*=__inner-container], .has-background:not(.has-text-color).has-yellow-background-color[class] > [class*=__inner-container], .has-background:not(.has-text-color).has-white-background-color[class] > [class*=__inner-container] {
  --local--color-primary: var(--global--color-primary, #000000);
  color: var(--local--color-primary, var(--global--color-primary));
}
.is-dark-theme .has-background:not(.has-text-color).has-green-background-color[class] > [class*=__inner-container], .is-dark-theme .has-background:not(.has-text-color).has-blue-background-color[class] > [class*=__inner-container], .is-dark-theme .has-background:not(.has-text-color).has-purple-background-color[class] > [class*=__inner-container], .is-dark-theme .has-background:not(.has-text-color).has-red-background-color[class] > [class*=__inner-container], .is-dark-theme .has-background:not(.has-text-color).has-orange-background-color[class] > [class*=__inner-container], .is-dark-theme .has-background:not(.has-text-color).has-yellow-background-color[class] > [class*=__inner-container], .is-dark-theme .has-background:not(.has-text-color).has-white-background-color[class] > [class*=__inner-container] {
  --local--color-primary: var(--global--color-background, #FFFFFF);
}

.has-purple-to-yellow-gradient-background {
  background: linear-gradient(160deg, var(--global--color-purple), var(--global--color-yellow));
}

.has-yellow-to-purple-gradient-background {
  background: linear-gradient(160deg, var(--global--color-yellow), var(--global--color-purple));
}

.has-green-to-yellow-gradient-background {
  background: linear-gradient(160deg, var(--global--color-green), var(--global--color-yellow));
}

.has-yellow-to-green-gradient-background {
  background: linear-gradient(160deg, var(--global--color-yellow), var(--global--color-green));
}

.has-red-to-yellow-gradient-background {
  background: linear-gradient(160deg, var(--global--color-red), var(--global--color-yellow));
}

.has-yellow-to-red-gradient-background {
  background: linear-gradient(160deg, var(--global--color-yellow), var(--global--color-red));
}

.has-purple-to-red-gradient-background {
  background: linear-gradient(160deg, var(--global--color-purple), var(--global--color-red));
}

.has-red-to-purple-gradient-background {
  background: linear-gradient(160deg, var(--global--color-red), var(--global--color-purple));
}

header *,
main *,
footer * {
  max-width: 100%;
}

html,
body,
div,
header,
nav,
article,
figure,
hr,
main,
section,
footer {
  max-width: none;
}

.is-IE.is-dark-theme {
  color: #fff;
}
.is-IE.is-dark-theme *,
.is-IE.is-dark-theme a,
.is-IE.is-dark-theme .site-description,
.is-IE.is-dark-theme .entry-title,
.is-IE.is-dark-theme .entry-footer,
.is-IE.is-dark-theme .widget-area,
.is-IE.is-dark-theme .post-navigation .meta-nav,
.is-IE.is-dark-theme .footer-navigation-wrapper li a:link,
.is-IE.is-dark-theme .site-footer > .site-info,
.is-IE.is-dark-theme .site-footer > .site-info a,
.is-IE.is-dark-theme .site-footer > .site-info a:visited {
  color: #fff;
}
.is-IE.is-dark-theme .sub-menu-toggle svg,
.is-IE.is-dark-theme .sub-menu-toggle path,
.is-IE.is-dark-theme .post-navigation .meta-nav svg,
.is-IE.is-dark-theme .post-navigation .meta-nav path {
  fill: #fff;
}
.is-IE.is-dark-theme .primary-navigation > div > .menu-wrapper > li > .sub-menu li {
  background: #000;
}
@media only screen and (max-width: 481px) {
  .is-IE.is-dark-theme.primary-navigation-open .primary-navigation > .primary-menu-container,
.is-IE.is-dark-theme.primary-navigation-open .menu-button-container {
    background-color: #000;
  }
}
.is-IE.is-dark-theme .skip-link:focus {
  color: #21759b;
}
.is-IE .navigation .nav-links {
  display: block;
}
.is-IE .post-thumbnail .wp-post-image {
  min-width: auto;
}

/* Detailed page 08 is for any utility classes that are not assigned to a specific component. */
@keyframes circle-fade-before {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.8);
    opacity: 0;
  }
}
@keyframes circle-fade-after {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(2.5);
    opacity: 0;
  }
}
@media (max-width: 767.98px) {
  .hide-sp {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .hide-pc {
    display: none !important;
  }
}

@media (max-width: 991.98px) {
  .hide-tablet {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .show-tablet {
    display: none !important;
  }
}

.cover-header {
  display: flex;
  align-items: center;
  margin: 20px 0;
}
.cover-header img {
  padding-bottom: 5px;
  width: 40px;
}
.cover-header .title {
  color: var(--global--color-link);
  font-size: 20px;
  margin-left: 20px;
}
@media (max-width: 767.98px) {
  .cover-header img {
    width: 24px;
  }
  .cover-header .title {
    font-size: 16px;
    margin-left: 10px;
  }
}

@media (max-width: 767.98px) {
  .filter-navbar .cover-header .title {
    font-size: 22px;
  }
}
.section-search-map {
  text-align: center;
}

.notice {
  display: none;
}

@media screen and (max-width: 1023px) {
  .notice {
    display: block;
    font-size: 1.90137vw;
  }
}
@media screen and (max-width: 767px) {
  .notice {
    display: none;
  }
}
.filter-title {
  font-size: 17px;
  margin: 20px 0;
}
@media (max-width: 767.98px) {
  .filter-title {
    font-size: 18px;
  }
}

.checkbox-frame {
  font-size: 15px;
  color: var(--global--color-link);
  margin-bottom: 6px;
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  float: left;
  clear: both;
}
.checkbox-frame input[type=checkbox] {
  width: 21px;
  height: 21px;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  box-shadow: none;
  text-align: center;
  line-height: 14px;
  background: var(--global--color-white);
  position: relative;
  border: 0 none;
}
.checkbox-frame input[type=checkbox] + label {
  margin: 0;
  padding-left: 15px;
}
.checkbox-frame input[type=checkbox] + span {
  margin: 0;
  padding-left: 15px;
}
.checkbox-frame input[type=checkbox]:checked:after {
  font-family: "Font Awesome 5 Pro";
  content: "\f00c";
  display: inline;
  font-weight: 400;
  color: #8a6f49;
  position: absolute;
  top: 3px;
  left: 2px;
}
.checkbox-frame label {
  display: inline-block;
}
@media (max-width: 767.98px) {
  .checkbox-frame {
    font-size: 16px;
  }
}

.filter-checkbox-section {
  clear: both;
}
.filter-checkbox-section::after {
  display: block;
  clear: both;
  content: "";
}
.filter-checkbox-section .filter-title {
  margin: 15px 0 4px -10px;
}

.filter-select-section {
  clear: both;
}
.filter-select-section::after {
  display: block;
  clear: both;
  content: "";
}
.filter-select-section .filter-title {
  margin: 15px 0 4px -10px;
}

.filter-select-section .select-frame {
  position: relative;
}
.filter-select-section .select-frame:before {
  content: "\f078";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  top: 0;
  left: 103px;
  font-size: 18px;
  color: #8e7457;
  pointer-events: none;
  font-weight: 300;
}
.filter-select-section .select-frame select {
  padding: 7px 30px 7px 15px;
  background: #f3f0ec;
  color: var(--global--color-link);
  font-size: 13px;
  border-color: var(--global--color-link);
  border-radius: 0;
  display: inline-block;
  outline: none;
  -webkit-appearance: none;
  width: 130px;
  line-height: normal;
}

.section-slider .home-slogan img {
  max-width: 138px;
}
@media (max-width: 767.98px) {
  .section-slider .home-slogan img {
    width: 100%;
  }
  .section-slider .home-slogan .col-md-2 {
    flex: 0 0 22%;
    max-width: 22%;
  }
  .section-slider .home-slogan .col-md-10 {
    flex: 0 0 78%;
    max-width: 78%;
  }
  .section-slider .home-slogan .col-md-10 h2 {
    font-size: 11px;
    padding-left: 0;
    padding-top: 0;
    font-weight: 500;
    text-align: justify;
    letter-spacing: 1px;
    line-height: 1.5;
  }
  .section-slider .home-slogan .col-md-10 .signature {
    position: absolute;
    right: 0;
    bottom: 1px;
    font-size: 7px;
  }
}
.section-slider h2 {
  font-size: 18px;
  padding-left: 18px;
  padding-top: 35px;
  font-weight: 500;
  text-align: justify;
  letter-spacing: 1px;
  line-height: 1.8;
}
.section-slider .signature {
  text-align: right;
  font-size: 13px;
  color: var(--global--color-dark-gray);
}
.section-slider .image-feature {
  text-align: center;
  position: relative;
  padding-top: 50px;
}
.section-slider .image-feature img {
  max-width: 770px;
}
.section-slider .image-feature .logo-slogan {
  position: absolute;
  top: 46px;
  font-size: 30px;
  right: -8px;
  font-weight: 400;
  letter-spacing: 2px;
  color: var(--global--color-link);
}
@media (max-width: 767.98px) {
  .section-slider .image-feature {
    padding-top: 50px;
  }
  .section-slider .image-feature .logo-slogan {
    right: -5px;
    font-size: 16px;
    top: 25px;
  }
}

.home-page-wrapper {
  padding-top: 70px;
}
@media (max-width: 767.98px) {
  .home-page-wrapper {
    padding-top: 30px;
  }
}
.home-page-wrapper .section-selection {
  margin-top: 75px;
  margin-bottom: 65px;
}
@media (max-width: 767.98px) {
  .home-page-wrapper .section-selection {
    margin-top: 40px;
    margin-bottom: 34px;
  }
}
.home-page-wrapper .section-selection .cover-header {
  margin-bottom: 56px;
}
@media (max-width: 767.98px) {
  .home-page-wrapper .section-selection .cover-header {
    margin-bottom: 27px;
  }
}
.home-page-wrapper .section-selection .selection-categories {
  text-align: center;
}
@media (max-width: 767.98px) {
  .home-page-wrapper .section-selection .selection-categories {
    margin-bottom: 30px;
  }
}
.home-page-wrapper .section-selection .selection-categories .category-item {
  display: inline-block;
  width: 185px;
  margin: 0 20px 20px;
}
@media (max-width: 767.98px) {
  .home-page-wrapper .section-selection .selection-categories .category-item {
    width: 49%;
    margin: 0 0 20px;
  }
  .home-page-wrapper .section-selection .selection-categories .category-item .cover-div {
    width: 150px;
    margin: 0 auto;
    max-width: 95%;
  }
}
.home-page-wrapper .section-selection .selection-categories .category-item .title {
  margin-bottom: 15px;
  text-align: left;
  font-size: 20px;
}
@media (max-width: 767.98px) {
  .home-page-wrapper .section-selection .selection-categories .category-item .title {
    font-size: 16px;
    margin-bottom: 5px;
  }
}
.home-page-wrapper .section-selection .selection-categories .category-item img {
  width: 100%;
  border-radius: 100%;
  border: 2px solid var(--global--color-link);
}
.home-page-wrapper .section-selection .selection-categories .category-item:nth-child(1) .title {
  color: #10305a;
}
.home-page-wrapper .section-selection .selection-categories .category-item:nth-child(2) .title {
  color: #be3958;
}
.home-page-wrapper .section-selection .selection-categories .category-item:nth-child(3) .title {
  color: #a57b01;
}
.home-page-wrapper .section-selection .selection-categories .category-item:nth-child(4) .title {
  color: #2d5b0e;
}

.section-search .filter-navbar {
  float: left;
  width: 268px;
  margin-right: 0;
}
@media (max-width: 767.98px) {
  .section-search .filter-navbar {
    float: none;
    width: auto;
    margin-top: 20px;
  }
}
.section-search .filter-navbar .filter-main {
  background: #f3f0ec;
  color: var(--global--color-link);
  padding: 30px 30px 50px;
  margin-bottom: 30px;
}
.section-search .filter-navbar .filter-main .filter-header {
  margin-bottom: 30px;
}
.section-search .filter-navbar .filter-main .filter-header .cover-header {
  margin: 0;
}
.section-search .filter-navbar .filter-main .filter-header .cover-header img {
  width: 24px;
}
.section-search .filter-navbar .filter-main .filter-footer {
  text-align: center;
  margin-top: 60px;
  clear: both;
}
.section-search .filter-navbar .filter-main .filter-footer button {
  width: 174px;
  height: 48px;
  max-width: 100%;
  background: var(--global--color-white);
  color: var(--global--color-link);
  font-size: 20px;
  border: 0 none;
}
.section-search .filter-navbar .filter-by-map a {
  display: block;
  position: relative;
  border: 2px solid var(--global--color-link);
  margin: 0;
  padding: 0;
}
.section-search .filter-navbar .filter-by-map a img {
  width: 100%;
}
.section-search .filter-navbar .filter-by-map a .filter-title {
  background: var(--global--color-link);
  color: var(--global--color-white);
  height: 30px;
  line-height: 30px;
  position: absolute;
  bottom: 0px;
  text-align: center;
  margin: 0;
  width: 100%;
  font-size: 17px;
  letter-spacing: 3px;
}
.section-search .result-main {
  float: right;
  width: calc(100% - 284px);
}
@media (max-width: 767.98px) {
  .section-search .result-main {
    float: none;
    width: auto;
  }
}

.list-properties .property-item {
  margin-bottom: 20px;
}
.list-properties .property-item .property-thumbnail {
  display: block;
  position: relative;
  height: 159px;
}
.list-properties .property-item .property-thumbnail img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.list-properties .property-item .property-thumbnail img.fit-contain {
  object-fit: contain;
}
.list-properties .property-item .property-title {
  margin-top: 5px;
  font-size: 12px;
  padding-left: 5px;
  letter-spacing: 3px;
}
.list-properties .property-item .property-title a {
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
}
.list-properties .property-item .property-description {
  font-size: 8px;
  color: var(--global--color-gray);
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
  line-height: 14px;
  height: 28px;
}
.list-properties .property-item .property-description p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 0;
  line-height: 14px;
  height: 28px;
  /*&:not(:first-child) {
    display: none
  }*/
}
@media (max-width: 767.98px) {
  .list-properties .property-item .property-title {
    font-size: 12px;
    letter-spacing: 1px;
    padding-left: 0;
  }
  .list-properties .property-item .property-description {
    font-size: 9px;
    line-height: 18px;
  }
}

.show-more {
  text-align: right;
}
.show-more a {
  font-size: 15px;
  color: var(--global--color-link);
  text-decoration: underline;
}

.section-social {
  margin-top: 40px;
}
.section-social .title {
  margin-bottom: 20px;
  font-size: 20px;
  color: var(--global--color-link);
  margin-left: -9px;
}
.section-social .social-icons img {
  margin-right: 8px;
  margin-left: 8px;
  width: 30px;
}
.section-social .social-videos {
  margin: 35px 0;
}
.section-social .social-videos iframe {
  width: 100%;
  height: 134px;
}
@media (max-width: 991.98px) {
  .section-social .social-videos iframe {
    height: 15vw;
  }
}
.section-social .social-videos .text {
  margin-top: 4px;
  margin-left: 0;
  font-size: 13px;
}
.section-social .social-videos .owl-nav {
  position: absolute;
  width: 100%;
  top: 0;
}
@media screen and (max-width: 340px) {
  .section-social .social-videos .owl-nav {
    top: -2vw;
  }
}
@media (min-width: 500px) and (max-width: 767px) {
  .section-social .social-videos .owl-nav {
    top: 6vw;
  }
}
.section-social .social-videos .owl-nav .owl-next {
  right: 0;
}
.section-social .social-videos .owl-nav .owl-prev {
  left: 0;
}
.section-social .social-videos .owl-nav button {
  position: absolute;
  background: #484848;
  height: 30px;
  width: 30px;
  top: 37px;
}
.section-social .social-videos .owl-nav button span {
  color: #ffffff;
  font-size: 50px;
  position: absolute;
  top: -29px;
  left: 8px;
}
.section-social .social-videos .owl-nav button:hover {
  background-color: #484848;
}
@media screen and (max-width: 415px) {
  .section-social .social-videos .owl-nav button {
    top: 33px;
    height: 6vw;
    width: 6vw;
  }
  .section-social .social-videos .owl-nav button span {
    font-size: 8vw;
    top: -4.2vw;
    left: 8px;
  }
  .section-social .social-videos .owl-nav .owl-prev span {
    left: 6px;
  }
}
@media (min-width: 427px) and (max-width: 500px) {
  .section-social .social-videos .owl-nav button span {
    font-size: 40px;
    top: -21px;
    left: 10px;
  }
  .section-social .social-videos .owl-nav .owl-prev span {
    left: 8px;
  }
}
@media (min-width: 500px) and (max-width: 767px) {
  .section-social .social-videos .owl-nav button {
    top: 20px;
  }
}

.header-site {
  height: 95px;
}

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

.text-right {
  text-align: right;
}

.text-justify {
  text-align: justify;
}

.site-content-page {
  padding-top: 95px;
}

.col-20-percent {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col-20-percent {
  flex: 0 0 20%;
  max-width: 20%;
}

.homepage-slider {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 70vh;
  position: relative;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .homepage-slider img {
    object-fit: cover;
    height: 100%;
    position: absolute;
  }
}

.homepage-slider-mobile {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 6% 0;
}
.homepage-slider-mobile .elementor-widget-container {
  -webkit-transition: background 0.3s, border 0.3s, -webkit-border-radius 0.3s, -webkit-box-shadow 0.3s;
  transition: background 0.3s, border 0.3s, -webkit-border-radius 0.3s, -webkit-box-shadow 0.3s;
  -o-transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, -webkit-border-radius 0.3s, -webkit-box-shadow 0.3s;
  padding: 0 0 30px 0;
  text-align: center;
}
.homepage-slider-mobile .elementor-widget-container span {
  position: relative;
  display: inline-block;
  margin-bottom: 2px;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
}
.homepage-slider-mobile .elementor-widget-container h2 {
  font-weight: 700;
  text-transform: uppercase;
  color: #FFFFFF;
  font-size: 20px;
  line-height: 40px;
  margin-top: 0;
  margin-bottom: 0;
}
.homepage-slider-mobile .tech-box {
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  padding: 20px 20px 20px 20px;
  display: block;
  text-align: center;
}
.homepage-slider-mobile .tech-box .icon-main {
  line-height: 1;
  margin-bottom: 18px;
}
.homepage-slider-mobile .tech-box .icon-main img {
  width: 24px;
  height: auto;
  max-width: 100%;
  border: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.homepage-slider-mobile .tech-box h5 {
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 0;
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
}

.homepage-slider__solutions {
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin-top: -70px;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .homepage-slider__solutions {
    margin-top: 20px;
  }
}
.homepage-slider__solutions .solution-detail {
  min-height: 140px;
  background-repeat: no-repeat;
  background-position: 0 0;
}
@media (max-width: 991.98px) {
  .homepage-slider__solutions .solution-detail {
    min-height: 120px;
  }
}
.homepage-slider__solutions .solution-detail a.tech-box {
  color: #fff;
  border: 1px solid transparent;
  padding: 60px 7px 20px 20px;
  display: block;
  font-size: 16px;
  text-decoration: none;
  text-transform: uppercase;
}
@media (max-width: 991.98px) {
  .homepage-slider__solutions .solution-detail a.tech-box {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.homepage-slider__solutions .solution-detail a.tech-box .icon-main {
  line-height: 1;
  margin-bottom: 18px;
}
.homepage-slider__solutions .solution-detail a.tech-box h5 {
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 0;
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
}
.homepage-slider__solutions .solution-detail__1 {
  background-image: url("./assets/images/Group-2_1.png");
}
@media (max-width: 991.98px) {
  .homepage-slider__solutions .solution-detail__1 {
    background-image: url("./assets/images/Group-2.png");
  }
}
.homepage-slider__solutions .solution-detail__1 a.tech-box {
  padding-right: 25px;
}
.homepage-slider__solutions .solution-detail__2 {
  background-image: url("./assets/images/Group-3_1.png");
}
@media (max-width: 991.98px) {
  .homepage-slider__solutions .solution-detail__2 {
    background-image: url("./assets/images/Group-3.png");
  }
}
.homepage-slider__solutions .solution-detail__3 {
  background-image: url("./assets/images/Group-4_1.png");
}
@media (max-width: 991.98px) {
  .homepage-slider__solutions .solution-detail__3 {
    background-image: url("./assets/images/Group-4.png");
  }
}
.homepage-slider__solutions .solution-detail__4 {
  background-image: url("./assets/images/Group-5_1.png");
}
@media (max-width: 991.98px) {
  .homepage-slider__solutions .solution-detail__4 {
    background-image: url("./assets/images/Group-5.png");
  }
}
.homepage-slider__solutions .solution-detail__5 {
  background-image: url("./assets/images/Group-6_1.png");
}
@media (max-width: 991.98px) {
  .homepage-slider__solutions .solution-detail__5 {
    background-image: url("./assets/images/Group-6.png");
  }
}

.ot-heading span {
  display: block;
  text-align: center;
}
@media (max-width: 991.98px) {
  .ot-heading span {
    font-size: 18px;
  }
}
.ot-heading h2 {
  text-align: center;
  margin: 20px 0;
  font-weight: 700;
  font-size: 32px;
}
@media (max-width: 991.98px) {
  .ot-heading h2 {
    font-size: 20px;
  }
}

.homepage-solutions {
  position: relative;
}
@media (max-width: 991.98px) {
  .homepage-solutions .ot-heading {
    margin-top: 30px;
  }
  .homepage-solutions .ot-heading h2 {
    font-size: 20px;
    margin: 0;
  }
  .homepage-solutions .ot-heading h2:nth-child(2) {
    font-weight: 800;
  }
}
@media (max-width: 991.98px) {
  .homepage-solutions .homepage-solutions__details {
    background: url("./assets/images/Background1_m.png") no-repeat;
  }
}
.homepage-solutions .homepage-solutions__details > .container {
  position: relative;
  min-height: 650px;
}
@media (max-width: 991.98px) {
  .homepage-solutions .homepage-solutions__details > .container .homepage-solutions__pc {
    display: none;
  }
}
@media (min-width: 768px) {
  .homepage-solutions .homepage-solutions__details > .container .homepage-solutions__mobile {
    display: none;
  }
}
.homepage-solutions .homepage-solutions__details > .container .solutions__details-0 a {
  padding: 80px 20px;
}
@media (max-width: 767.98px) {
  .homepage-solutions .homepage-solutions__details > .container .solutions__details-0 a {
    padding: 64px 20px;
  }
}
@media (max-width: 767.98px) {
  .homepage-solutions .homepage-solutions__details > .container {
    min-height: 520px;
  }
}
.homepage-solutions .homepage-solutions__details a {
  padding: 60px 20px;
  display: block;
  font-size: 0;
}
.homepage-solutions .homepage-solutions__details .col-6:nth-child(2n+1) a {
  text-align: right;
}
.homepage-solutions .homepage-solutions__overlay {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 1;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
@media (max-width: 991.98px) {
  .homepage-solutions .homepage-solutions__overlay {
    background-position: top center;
  }
}

.homepage-valued {
  background: #eaeaea;
  padding: 20px 0;
}
@media (max-width: 991.98px) {
  .homepage-valued .col-20-percent {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.homepage-valued .col-20-percent .valued-detail {
  padding: 10px;
  background: #FFF;
  margin-bottom: 15px;
  border: 1px solid #d7d7d7;
  min-height: 200px;
}
@media (max-width: 991.98px) {
  .homepage-valued .col-20-percent .valued-detail {
    min-height: initial;
  }
}
.homepage-valued .col-20-percent .valued-detail h5 {
  font-weight: 800;
  text-align: center;
  font-size: 48px;
  line-height: 1;
  margin-bottom: 10px;
}
@media (max-width: 991.98px) {
  .homepage-valued .col-20-percent .valued-detail h5 {
    font-size: 40px;
  }
}
.homepage-valued .col-20-percent .valued-detail p {
  color: #2e2e2e;
  text-align: justify;
  font-size: 14px;
}
.homepage-valued .col-20-percent:nth-child(1) .valued-detail h5 {
  color: #a6a6a6;
}
.homepage-valued .col-20-percent:nth-child(2) .valued-detail h5 {
  color: #f99048;
}
.homepage-valued .col-20-percent:nth-child(3) .valued-detail h5 {
  color: #3d0077;
}
.homepage-valued .col-20-percent:nth-child(4) .valued-detail h5 {
  color: #09f;
}
.homepage-valued .col-20-percent:nth-child(5) .valued-detail h5 {
  color: #00548b;
}

.homepage-fields {
  background: #bdbdbd;
  padding: 20px 0;
}
.homepage-fields .homepage-fields__frame {
  text-align: center;
}
.homepage-fields .homepage-fields__frame .fields-detail {
  float: left;
  background: #FFFFFF;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  text-align: center;
  margin-bottom: 15px;
  padding: 15px 0;
}
@media (min-width: 768px) {
  .homepage-fields .homepage-fields__frame .fields-detail {
    width: 360px;
    display: inline-block;
    float: none;
    margin: 10px;
  }
  .homepage-fields .homepage-fields__frame .fields-detail a {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .homepage-fields .homepage-fields__frame .fields-detail a img {
    height: 90px;
  }
  .homepage-fields .homepage-fields__frame .fields-detail a h5 {
    padding-left: 10px;
  }
}
@media (max-width: 991.98px) {
  .homepage-fields .homepage-fields__frame .fields-detail img {
    height: 90px;
  }
}
@media (max-width: 991.98px) {
  .homepage-fields .homepage-fields__frame .fields-detail:nth-child(2n+1) {
    clear: both;
  }
}
@media (max-width: 991.98px) {
  .homepage-fields .homepage-fields__frame .fields-detail:nth-child(2n+2) {
    float: right;
  }
}
@media (max-width: 991.98px) {
  .homepage-fields .homepage-fields__frame .fields-detail {
    width: 46%;
    min-height: 175px;
  }
}
.homepage-fields .homepage-fields__frame .fields-detail a {
  text-decoration: none;
  justify-content: flex-start;
  margin-left: 50px;
}
.homepage-fields .homepage-fields__frame .fields-detail a h5 {
  font-size: 14px;
  min-width: 180px;
  color: #000;
  font-weight: 600;
}
@media (max-width: 991.98px) {
  .homepage-fields .homepage-fields__frame .fields-detail a h5 {
    min-width: initial;
  }
}
@media (max-width: 991.98px) {
  .homepage-fields .homepage-fields__frame .fields-detail a {
    margin-left: 0;
  }
  .homepage-fields .homepage-fields__frame .fields-detail a h5 {
    margin-top: 20px;
  }
}

@media (min-width: 768px) {
  .header__mobile {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .header__pc {
    display: none;
  }
}

.block__sp {
  display: none;
}
@media (max-width: 991.98px) {
  .block__sp {
    display: block;
  }
}

.block__pc {
  display: block;
}
@media (max-width: 991.98px) {
  .block__pc {
    display: none;
  }
}

.homepage-advantages {
  padding: 20px 0;
  background-color: #012060;
  background-repeat: no-repeat;
  background-position: center bottom;
}
@media (min-width: 768px) {
  .homepage-advantages {
    background-image: url("./assets/images/Group-18-6.jpg");
  }
}
@media (max-width: 991.98px) {
  .homepage-advantages {
    background-image: url("./assets/images/Group-18-6_m.jpg");
  }
}
.homepage-advantages h2 {
  color: #FFFFFF;
}
@media (min-width: 768px) {
  .homepage-advantages h2 {
    text-align: left;
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  .homepage-advantages .col-md-6:nth-child(1) {
    padding-top: 110px;
    padding-left: 50px;
  }
}
.homepage-advantages .advantages-detail {
  float: left;
  width: 48%;
  background-color: #43baff;
  text-align: center;
  color: #ffffff;
  margin: 5px 0;
  padding: 20px 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.homepage-advantages .advantages-detail h5 {
  font-size: 45px;
  font-weight: 700;
  color: #FFFFFF;
  line-height: 45px;
}
@media (max-width: 991.98px) {
  .homepage-advantages .advantages-detail h5 {
    font-size: 30px;
    font-weight: 600;
  }
}
.homepage-advantages .advantages-detail p {
  font-size: 24px;
  line-height: 24px;
  font-weight: 700;
  color: #FFFFFF;
}
@media (max-width: 991.98px) {
  .homepage-advantages .advantages-detail p {
    font-size: 16px;
  }
}
.homepage-advantages .advantages-detail:nth-child(1) {
  margin-top: 15px;
  width: 45%;
  margin-left: 3%;
}
.homepage-advantages .advantages-detail:nth-child(2n+2) {
  float: right;
}
.homepage-advantages .advantages-detail:nth-child(2) {
  padding-top: 30px;
  background-color: #ffffff;
}
.homepage-advantages .advantages-detail:nth-child(2) h5, .homepage-advantages .advantages-detail:nth-child(2) p {
  color: #1d1b21;
}
.homepage-advantages .advantages-detail:nth-child(3) {
  background-color: #ffffff;
  padding-bottom: 35px;
}
.homepage-advantages .advantages-detail:nth-child(3) h5, .homepage-advantages .advantages-detail:nth-child(3) p {
  color: #1d1b21;
}
.homepage-advantages .advantages-more {
  margin-top: 20px;
}
.homepage-advantages .advantages-more ul {
  padding-left: 35px;
  color: #ffffff;
  font-size: 15px;
}
@media (max-width: 991.98px) {
  .homepage-advantages .advantages-more ul {
    font-size: 14px;
  }
}
.homepage-advantages .advantages-more ul li {
  list-style: none;
}
.homepage-advantages .advantages-more ul li:before {
  content: "·";
  font-size: 80px;
  vertical-align: top;
  line-height: 16px;
  color: #43baff;
  margin-left: -35px;
  padding-right: 15px;
}
.homepage-advantages .advantages-more .advantages-more__button {
  margin: 20px 0 40px;
}
@media (max-width: 991.98px) {
  .homepage-advantages .advantages-more .advantages-more__button {
    text-align: center;
  }
}
.homepage-advantages .advantages-more .advantages-more__button a {
  display: inline-block;
  text-decoration: none;
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1em;
  fill: white;
  color: white;
  background-color: #43baff;
  border-radius: 5px;
  padding: 20px 30px 15px;
}

.homepage-customers {
  padding: 30px 0;
}

.homepage-posts .ot-heading h2 {
  color: #1b1d21;
  font-size: 36px;
  font-weight: 700;
}
.homepage-posts a {
  font-weight: 600;
  color: var(--global--color-light-blue);
  font-size: 16px;
  line-height: 1.2;
}
.homepage-posts a:hover {
  color: var(--global--color-purple);
}
.homepage-posts p {
  font-size: 14px;
  font-weight: 400;
  color: #2e2e2e;
  margin: 0;
  text-align: justify;
}
.homepage-posts .row {
  margin-right: -10px;
  margin-left: -10px;
}
.homepage-posts .col {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}
@media (max-width: 991.98px) {
  .homepage-posts .col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.homepage-posts .Card.is-clickable {
  height: 100%;
}
.homepage-posts .Col-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.homepage-posts .Col-inner .Card-image {
  --image-size: cover;
  position: relative;
  overflow: hidden;
  margin-left: 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  overflow: hidden;
  width: 100%;
}
.homepage-posts .Col-inner .Card-image .image-placeholder {
  overflow: hidden;
  position: relative;
  z-index: 0;
  padding: 0;
  background-image: none !important;
  background-repeat: no-repeat;
  background-position: 50%;
  height: 100%;
  border-radius: 0 !important;
  background-size: cover;
  padding-bottom: 56.2%;
}
.homepage-posts .Col-inner .Card-image .image-placeholder img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 0;
  pointer-events: none;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  height: 100% !important;
}
.homepage-posts .Card.is-clickable:hover .Card-inner {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-box-shadow: 0 0 0 1px 221 221 221/0%, 1px 0.8rem 1.2rem 0 rgba(25, 28, 30, 0.08);
  box-shadow: 0 0 0 1px 221 221 221/0%, 1px 0.8rem 1.2rem 0 rgba(25, 28, 30, 0.08);
  border-radius: 10px;
}
.homepage-posts .post-content {
  padding: 30px;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 0;
}
.homepage-posts .post-content h5 {
  margin-bottom: 12px;
}
.homepage-posts .post-content p {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  word-break: break-word;
}
.homepage-posts .more-posts {
  padding: 30px 20px;
  background-color: #ebebeb;
}
.homepage-posts .more-posts ul {
  list-style-type: none;
  padding: 0;
}
.homepage-posts .more-posts ul li {
  margin-bottom: 15px;
}
.homepage-posts .more-posts ul li a {
  font-size: 15px;
  font-weight: 700;
}
.homepage-posts .read-more-button {
  margin-top: 30px;
}
@media (max-width: 991.98px) {
  .homepage-posts .read-more-button {
    margin-bottom: 20px;
  }
}
.homepage-posts .read-more-button a {
  display: inline-block;
  text-decoration: none;
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1em;
  fill: white;
  color: white;
  color: #43baff;
}
.homepage-posts .post-thumbnail {
  margin-top: 0;
  margin-bottom: 10px;
}
.homepage-posts .post-thumbnail .wp-post-image {
  margin-top: 0;
}

.call-now-button {
  display: none;
  z-index: 9999;
  clear: both;
  margin: 0 auto;
  position: fixed;
  border-radius: 50px;
}

.call-now-button div {
  display: flex;
}

.call-now-button div p {
  color: #fff;
  display: table;
  padding: 10px;
  border-radius: 21px;
  height: 34px;
  line-height: 14px;
  font-size: 14px;
  margin: 8px 5px 8px 50px;
  text-transform: uppercase;
  font-weight: normal;
  text-align: center;
  box-sizing: content-box;
  text-decoration: none !important;
  box-sizing: border-box;
}

.quick-alo-ph-circle.active {
  width: 130px;
  height: 130px;
  top: -40px;
  left: -40px;
  position: absolute;
  background-color: transparent;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid rgba(30, 30, 30, 0.4);
  opacity: 1;
  -webkit-animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
  -moz-animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
  -ms-animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
  -o-animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
  animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.quick-alo-ph-circle-fill.active {
  width: 80px;
  height: 80px;
  top: -15px;
  left: -15px;
  position: absolute;
  background-color: #000;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid transparent;
  opacity: 1;
  -webkit-animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
  -moz-animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
  -ms-animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
  -o-animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
  animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.quick-alo-ph-img-circle.shake {
  width: 50px;
  height: 50px;
  top: 0;
  left: 0;
  position: absolute;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid transparent;
  opacity: 1;
  background: url(./assets/images/quick-call-button.png) no-repeat center center;
  -webkit-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
  -moz-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
  -ms-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
  -o-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
  animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.quick-alo-phone-img-circle.shake {
  width: 50px;
  height: 50px;
  top: 0;
  left: 0;
  position: absolute;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid transparent;
  opacity: 1;
  background: url(./assets/images/quick-call-button-phone.png) no-repeat center center;
  -webkit-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
  -moz-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
  -ms-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
  -o-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
  animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.quick-alo-ph-img-circle.notshake {
  width: 50px;
  height: 50px;
  top: 0;
  left: 0;
  position: absolute;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid transparent;
  opacity: 1;
  background: url(./assets/images/quick-call-button.png) no-repeat center center;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.quick-alo-phone-img-circle.notshake {
  width: 50px;
  height: 50px;
  top: 0;
  left: 0;
  position: absolute;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid transparent;
  opacity: 1;
  background: url(./assets/images/quick-call-button-phone.png) no-repeat center center;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

@-moz-keyframes quick-alo-circle-anim {
  0% {
    -moz-transform: rotate(0) scale(0.5) skew(1deg);
    opacity: 0.1;
    -moz-opacity: 0.1;
    -webkit-opacity: 0.1;
    -o-opacity: 0.1;
  }
  30% {
    -moz-transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.5;
    -moz-opacity: 0.5;
    -webkit-opacity: 0.5;
    -o-opacity: 0.5;
  }
  100% {
    -moz-transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.6;
    -moz-opacity: 0.6;
    -webkit-opacity: 0.6;
    -o-opacity: 0.1;
  }
}
@-webkit-keyframes quick-alo-circle-anim {
  0% {
    -webkit-transform: rotate(0) scale(0.5) skew(1deg);
    -webkit-opacity: 0.1;
  }
  30% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    -webkit-opacity: 0.5;
  }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    -webkit-opacity: 0.1;
  }
}
@-o-keyframes quick-alo-circle-anim {
  0% {
    -o-transform: rotate(0) kscale(0.5) skew(1deg);
    -o-opacity: 0.1;
  }
  30% {
    -o-transform: rotate(0) scale(0.7) skew(1deg);
    -o-opacity: 0.5;
  }
  100% {
    -o-transform: rotate(0) scale(1) skew(1deg);
    -o-opacity: 0.1;
  }
}
@-moz-keyframes quick-alo-circle-fill-anim {
  0% {
    -moz-transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
  50% {
    -moz-transform: rotate(0) -moz-scale(1) skew(1deg);
    opacity: 0.2;
  }
  100% {
    -moz-transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
}
@-webkit-keyframes quick-alo-circle-fill-anim {
  0% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
}
@-o-keyframes quick-alo-circle-fill-anim {
  0% {
    -o-transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
  50% {
    -o-transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.2;
  }
  100% {
    -o-transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
}
@-moz-keyframes quick-alo-circle-img-anim {
  10% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    -moz-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    -moz-transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    -moz-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    -moz-transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    -moz-transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    -moz-transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes quick-alo-circle-img-anim {
  0% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
}
@-o-keyframes quick-alo-circle-img-anim {
  0% {
    -o-transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    -o-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    -o-transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    -o-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    -o-transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    -o-transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    -o-transform: rotate(0) scale(1) skew(1deg);
  }
}
.call-now-button {
  display: flex !important;
  background: #43baff;
}

.quick-call-button {
  display: block !important;
}

.call-now-button {
  top: 90%;
}

.call-now-button {
  left: 3%;
}

.call-now-button {
  background: #43baff;
}

.call-now-button div a .quick-alo-ph-img-circle, .call-now-button div a .quick-alo-phone-img-circle {
  background-color: #43baff;
}

.call-now-button .call-text {
  color: #fff;
}

.section-poster {
  padding: 22px 0;
}
.section-poster h3 {
  font-size: 34px;
  line-height: 53px;
  margin-left: -7px;
  letter-spacing: 3px;
  color: var(--global--color-link);
}
.section-poster img {
  max-height: 58px;
}
@media (max-width: 767.98px) {
  .section-poster {
    padding: 25px 0;
  }
  .section-poster h3 {
    font-size: 3vw;
    margin-left: 0;
    line-height: 40px;
  }
  .section-poster img {
    height: 40px;
  }
}
@media screen and (max-width: 375px) {
  .section-poster h3 {
    font-size: 2.7vw;
  }
  .section-poster img {
    height: 10vw;
  }
}

.hana_breadcrumbs {
  margin: 20px 0;
}
.hana_breadcrumbs span {
  margin-right: 9px;
  vertical-align: middle;
  color: var(--global--color-link);
}
.hana_breadcrumbs span.separator {
  color: #6c6c6c;
}
.hana_breadcrumbs span a {
  color: #6c6c6c;
}

.tsh_breadcrumbs {
  overflow: hidden;
  list-style: none;
  font-size: 15px;
  padding: 0;
  margin: 10px 0;
}
.tsh_breadcrumbs li {
  margin-right: 9px;
  display: inline-block;
  vertical-align: middle;
}
.tsh_breadcrumbs li .bread-home {
  color: #6c6c6c;
}
.tsh_breadcrumbs li .separator {
  color: #6c6c6c;
}
.tsh_breadcrumbs li .bread-current {
  color: var(--global--color-link);
}

.page-property-details {
  background-color: #fff5e7;
  padding-top: 5px;
  padding-bottom: 200px;
}
.page-property-details .overview-info {
  float: left;
  width: 370px;
  max-width: 100%;
}
.page-property-details .overview-info .section-frame {
  background: var(--global--color-white);
  padding: 20px 30px;
  position: relative;
}
@media (min-width: 768px) {
  .page-property-details .overview-info .section-frame.full-room {
    padding-top: 70px;
  }
}
.page-property-details .overview-info .section-frame .full {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  background-color: #b40303;
  height: 44px;
  line-height: 44px;
  text-align: center;
  font-size: 18px;
  color: white;
  padding: 0;
}
.page-property-details .overview-info .section-frame .full p {
  margin: 0;
}
@media (max-width: 767.98px) {
  .page-property-details .overview-info .section-frame .full {
    display: none;
  }
}
.page-property-details .overview-info .section-frame .title-search {
  font-size: 20px;
  color: var(--global--color-link);
}
.page-property-details .overview-info .section-frame .cover-color {
  display: flex;
  text-align: center;
  color: white;
}
.page-property-details .overview-info .section-frame .cover-color .season {
  width: 20%;
  padding: 7px 0;
  background-color: #2d5b0e;
}
.page-property-details .overview-info .section-frame .cover-color .hobby {
  width: 20%;
  padding: 7px 0;
  background-color: #a57b01;
}
.page-property-details .overview-info .section-frame .cover-color .pet {
  width: 20%;
  padding: 7px 0;
  background-color: #be3958;
}
.page-property-details .overview-info .section-frame .cover-color .diy {
  width: 20%;
  padding: 7px 0;
  background-color: #10305a;
}
.page-property-details .overview-info .section-frame .cover-color .design {
  width: 20%;
  padding: 7px 0;
  background-color: #cd5004;
}
@media (min-width: 768px) and (max-width: 991px) {
  .page-property-details .overview-info .section-frame .cover-color {
    font-size: 1vw;
  }
}
.page-property-details .overview-info .section-frame .container-info {
  padding-bottom: 20px;
}
.page-property-details .overview-info .section-frame .cover-info {
  display: block;
  margin-top: 7px;
  color: #292b2c;
  clear: both;
}
.page-property-details .overview-info .section-frame .cover-info .title {
  width: 164px;
  font-size: 12px;
  float: left;
}
.page-property-details .overview-info .section-frame .cover-info .content {
  float: right;
  width: 143px;
  word-break: break-all;
  font-size: 12px;
}
.page-property-details .overview-info .send-about {
  margin-top: 37px;
  background-color: #8a6f49;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 370px;
}
.page-property-details .overview-info .send-about img {
  padding-right: 20px;
  width: 60px;
}
.page-property-details .overview-info .send-about p {
  color: #ffffff;
  font-size: 20px;
  line-height: 110px;
  margin-bottom: 0;
}
.page-property-details .overview-info .fixed {
  position: fixed;
  top: 0;
}
.page-property-details .overview-info.part-left-apartment .section-frame .full {
  background-color: #6c6c6c;
}
.page-property-details .detail-content {
  width: calc(100% - 408px);
  float: right;
  max-width: 100%;
}
.page-property-details .detail-content figure {
  max-width: 100%;
}
.page-property-details .detail-content p {
  line-height: 1.8;
  color: #999999;
  font-size: 14px;
}
.page-property-details .detail-content img {
/*   border-radius: 6px; */
  width: 100%;
  display: block;
  height: auto;
}
.page-property-details .detail-content a {
  color: #999999;
}
.page-property-details .name-house {
  margin-top: 0;
}
.page-property-details .name-house .property-thumbnail {
  display: block;
  position: relative;
  height: 413px;
  width: 619px;
  max-width: 100%;
}
.page-property-details .name-house .property-thumbnail img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.page-property-details .name-house .property-thumbnail img.fit-contain {
  object-fit: contain;
}
.page-property-details .name-house p {
  margin-top: 10px;
  color: #231f20;
  font-size: 13px;
  margin-bottom: 0;
  font-weight: 600;
}
.page-property-details .name-house .title {
  margin: 20px 0 10px;
  color: var(--global--color-link);
  font-size: 20px;
  line-height: 1;
}
@media (max-width: 767.98px) {
  .page-property-details .name-house .property-thumbnail {
    height: 70vw;
  }
  .page-property-details .name-house .title {
    font-size: 20px;
  }
}
.page-property-details .detail-content__main {
  margin-top: 30px;
}
.page-property-details .info-project p.title {
  color: var(--global--color-link);
  font-size: 14px;
  margin: 30px 0 10px;
  line-height: 1;
}
.page-property-details .info-project a {
  color: #0042db;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.page-property-details .apartment p.title {
  color: var(--global--color-link);
  font-size: 14px;
  margin: 30px 0 10px;
  line-height: 1;
}
.page-property-details .room-related .item_room {
  margin-bottom: 10px;
}
.page-property-details .room-related .item_room .room-thumbnail {
  display: block;
  position: relative;
  height: 130px;
  margin-bottom: 5px;
}
.page-property-details .room-related .item_room .room-thumbnail img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.page-property-details .room-related .item_room h4 {
  color: var(--global--color-link);
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
}
.page-property-details .room-related .item_room h4 a {
  color: var(--global--color-link);
}
@media (max-width: 767.98px) {
  .page-property-details {
    padding-bottom: 50px;
  }
  .page-property-details .overview-info {
    float: none;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .page-property-details .overview-info .section-frame {
    padding: 20px 10px;
  }
  .page-property-details .detail-content {
    float: none;
    width: 100%;
  }
}

.detail-content__main .row {
  margin: 0;
}
.detail-content__main .row .span2 {
  flex: 0 0 50%;
  max-width: 50%;
  margin-bottom: 20px;
  padding-right: 19px;
}
.detail-content__main .row .span2 a {
  display: block;
  margin-bottom: 3px;
}
.detail-content__main .row .span2:nth-child(2n+2) {
  padding-right: 0;
  padding-left: 15px;
}
.detail-content__main .row .span2 p {
  font-size: 13px;
}
.detail-content__main .row .span3 {
  flex: 0 0 33.3333333%;
  max-width: 33.3333333%;
  margin-bottom: 20px;
  padding-right: 20px;
}
.detail-content__main .row .span3:nth-child(3n+3) {
  padding-right: 0;
  margin-bottom: 3px;
}
.detail-content__main .row .span3 a {
  display: block;
}
.detail-content__main .row .span3 p {
  font-size: 13px;
}
.detail-content__main .row .span4 {
  flex: 0 0 25%;
  max-width: 25%;
  margin-bottom: 20px;
  padding-right: 20px;
}
.detail-content__main .row .span4:nth-child(4n+4) {
  padding-right: 0;
  margin-bottom: 3px;
}
.detail-content__main .row .span4 a {
  display: block;
}
.detail-content__main .row .span4 p {
  font-size: 13px;
}

.property-full-room-sp {
  width: 100%;
  background-color: #b40303;
  height: 44px;
  line-height: 44px;
  text-align: center;
  font-size: 18px;
  color: white;
  padding: 0;
  margin: 20px 0;
}
.property-full-room-sp p {
  margin: 0;
}

.room-empty-sp {
  width: 100%;
  background-color: #6c6c6c;
  height: 44px;
  line-height: 44px;
  text-align: center;
  font-size: 18px;
  color: white;
  padding: 0;
  margin: 20px 0;
}
.room-empty-sp p {
  margin: 0;
}

.list-reports .cover-header img {
  width: 24px;
}

.blog-item {
  margin-bottom: 20px;
}
.blog-item .blog-thumbnail {
  display: block;
  position: relative;
  height: 164px;
}
.blog-item .blog-thumbnail img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.blog-item .blog-title {
  margin-top: 10px;
  font-size: 14px;
  padding-left: 5px;
  letter-spacing: 3px;
}
.blog-item .blog-title a {
  max-height: 48px;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
}
.blog-item .blog-extra {
  font-size: 10px;
  color: var(--global--color-gray);
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
}

.detail-blog .detail-blog-header {
  background: var(--global--color-light-gold);
  color: var(--global--color-link);
  font-size: 20px;
  padding: 32px 60px;
}
.detail-blog .blog-content {
  padding: 40px 0 0 60px;
  color: #575757;
  font-size: 14px;
}
.detail-blog .blog-content h2 {
  font-size: 1.3em;
}
.detail-blog .blog-content h3 {
  font-size: 1.2em;
}
.detail-blog .blog-related {
  margin-bottom: 30px;
}
.detail-blog .blog-related .cover-header img {
  width: 24px;
}
@media (max-width: 767.98px) {
  .detail-blog .blog-content {
    padding: 20px 0;
  }
  .detail-blog .detail-blog-header {
    padding: 20px;
    font-size: 16px;
  }
}

.mw_wp_form {
  background-color: #fff5e7;
  padding-top: 1px;
}

.contact {
  margin-top: 35px;
}
.contact .cover-info {
  width: 100%;
  margin-left: 10px;
  margin-bottom: 13px;
  /* spanの左側にボタンを配置するスペースを作る */
  /* 各パーツを作成 */
  /* after上書き */
  /*
      checked状態
      文字のcolorとボタンのopacityを変更
    */
}
.contact .cover-info .title {
  font-size: 19px;
  padding-top: 13px;
  height: 43px;
}
.contact .cover-info .title span {
  font-size: 17px;
  color: red;
}
.contact .cover-info .content {
  width: 100%;
}
.contact .cover-info .content .input {
  width: 487px;
  font-size: 20px;
  height: 37px;
}
@media (max-width: 767.98px) {
  .contact .cover-info .content .input {
    width: 90vw;
  }
}
@media screen and (max-width: 440px) {
  .contact .cover-info .content .input {
    font-size: 16px;
  }
}
.contact .cover-info .content + p {
  display: none;
}
.contact .cover-info .mwform-radio-field {
  margin-right: 8px;
}
.contact .cover-info .radio input[type=radio] {
  display: none;
}
.contact .cover-info .error {
  font-size: 20px !important;
  color: red !important;
}
.contact .cover-info .radio .error {
  position: inherit;
  display: block;
  padding-left: 0;
  margin-top: 0;
}
.contact .cover-info .radio .error::before {
  display: none;
}
.contact .cover-info .radio label {
  display: inline-block;
}
.contact .cover-info .radio input + span {
  padding-left: 40px;
  padding-top: 5px;
  font-size: 18px;
  display: inline-block;
  position: relative;
  margin-top: 10px;
}
@media screen and (max-width: 510px) {
  .contact .cover-info .radio input + span {
    padding-left: 5.5vw;
    font-size: 3.5vw;
    padding-top: 1vw;
  }
}
.contact .cover-info .radio input + span::after,
.contact .cover-info .radio input + span::before {
  content: "";
  display: block;
  position: absolute;
  border: 1px solid;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  top: 5px;
  left: 0;
  background: linear-gradient(0deg, #e6e6e6 0%, rgba(245, 245, 245, 0.2) 60%, rgba(255, 255, 255, 0.5) 100%);
}
.contact .cover-info .radio input + span::after {
  opacity: 0;
  width: 16px;
  height: 16px;
  top: 10px;
  left: 5px;
  border: 2px solid #a0a1a1;
  background: linear-gradient(0deg, #999999 0%, rgba(202, 202, 201, 0.5) 70%, rgba(202, 202, 202, 0.3) 100%);
}
@media screen and (max-width: 470px) {
  .contact .cover-info .radio input + span::after,
.contact .cover-info .radio input + span::before {
    width: 5vw;
    height: 5vw;
  }
  .contact .cover-info .radio input + span::after {
    width: 3vw;
    height: 3vw;
    left: 1vw;
    top: 2.1vw;
  }
}
.contact .cover-info .radio input:checked + span::after {
  opacity: 1;
}
.contact .cover-info:nth-child(6) {
  margin-bottom: 5px;
}
.contact .cover-info:nth-child(6) p {
  display: none;
}
.contact .cover-info:nth-child(8) {
  margin-bottom: 0;
}
.contact .cover-info:nth-child(5) .content > span:nth-of-type(2) {
  display: none;
}
.contact .cover-info .title-area {
  padding-top: 8px;
}
.contact .cover-info textarea {
  width: 840px;
  height: 380px;
  font-size: 20px;
  line-height: 30px;
  padding-left: 4px;
}
@media (max-width: 767.98px) {
  .contact .cover-info textarea {
    width: 90vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 880px) {
  .contact .cover-info textarea {
    width: 95vw;
  }
}
.contact .cover-checkbox {
  display: flex;
  margin-left: 13px;
}
.contact .cover-checkbox input {
  height: 60px;
  width: 24px;
  margin-right: 13px;
}
.contact .cover-checkbox .content .error {
  position: absolute;
  font-size: 20px;
  color: red;
  margin-top: -28px;
}
.contact .cover-checkbox .title {
  font-size: 20px;
  padding-top: 15px;
}
.contact .cover-checkbox .title a {
  color: #8a6f49;
  text-decoration: underline;
}
@media screen and (max-width: 470px) {
  .contact .cover-checkbox .title {
    font-size: 18px;
  }
}
.contact .submit {
  width: 840px;
  text-align: center;
  padding-bottom: 50px;
}
.contact .submit button {
  width: 155px;
  height: 54px;
  background-color: #8a6f49;
  color: white;
  font-size: 20px;
  margin-top: 32px;
  margin-left: 0;
  border: none;
}
@media (max-width: 767.98px) {
  .contact .submit {
    width: 100%;
  }
}

.page-about {
  margin-bottom: 438px;
  margin-top: 16px;
}
.page-about img {
  width: 1315px;
  height: 368px;
  object-fit: cover;
}
.page-about .text-content {
  padding: 0px 53px;
  margin-top: 50px;
}
.page-about .text-content p {
  font-size: 25px;
  line-height: 36px;
}
.page-about .text-content p:first-child {
  font-size: 40px;
  line-height: 80px;
  color: #8e7457;
}
.page-about .text-content p:not(:first-child) {
  padding-left: 20px;
}
.page-about .text-content div:not(:first-child) {
  padding-top: 72px;
}
.page-about .text-content .text-yourself p:nth-child(6) {
  margin-top: 65px;
}

.mw_wp_form_complete {
  min-height: calc(100vh - 360px);
}
.mw_wp_form_complete .param {
  font-size: 20px;
  margin-left: 7px;
  letter-spacing: 1px;
  line-height: 2;
}
@media screen and (max-width: 510px) {
  .mw_wp_form_complete .param {
    font-size: 3vw;
  }
}
.mw_wp_form_complete .contact {
  display: flex;
  margin-top: 52px;
  margin-left: 12px;
  padding-bottom: 25px;
}
.mw_wp_form_complete .contact .cover-icon {
  font-size: 20px;
  color: #8a6f49;
  margin-right: 40px;
}
.mw_wp_form_complete .contact .cover-icon:nth-last-child(1) {
  margin-right: 0;
}
.mw_wp_form_complete .contact .cover-icon img {
  height: auto;
  width: 32px;
  margin-right: 14px;
}
.mw_wp_form_complete .contact .cover-icon span {
  border-bottom: 1px solid #8a6f49;
}
@media screen and (max-width: 510px) {
  .mw_wp_form_complete .contact .cover-icon {
    font-size: 3vw;
    margin-right: 7vw;
  }
}

@media (max-width: 767.98px) {
  .mw_wp_form_complete {
    min-height: calc(100vh - 255px);
  }
}
.mw_wp_form_confirm .cover-info {
  width: 100%;
  margin-left: 10px;
  margin-bottom: 0;
}
.mw_wp_form_confirm .cover-info p {
  margin-bottom: 0;
}
.mw_wp_form_confirm .cover-info .title {
  font-size: 20px;
  padding-top: 0;
  height: auto;
  color: #8a6f49;
}
.mw_wp_form_confirm .cover-info .title span {
  display: none;
}
.mw_wp_form_confirm .cover-info .content {
  width: 100%;
  font-size: 20px;
  margin-top: 0;
  min-height: 35px;
  word-wrap: break-word;
}
@media (max-width: 767.98px) {
  .mw_wp_form_confirm .cover-info .content {
    width: 100%;
  }
}
@media screen and (max-width: 440px) {
  .mw_wp_form_confirm .cover-info .content {
    width: 100%;
    font-size: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .mw_wp_form_confirm .cover-info .content {
    padding-right: 25px;
  }
}
.mw_wp_form_confirm .cover-info .radio {
  display: flex;
  margin-top: 5px;
}
.mw_wp_form_confirm .cover-info .radio .cover-radio {
  margin-right: 29px;
  font-size: 20px;
}
.mw_wp_form_confirm .cover-info .radio .cover-radio span {
  vertical-align: middle;
  padding-top: 2px;
}
.mw_wp_form_confirm .cover-info:nth-child(6) {
  margin-bottom: 0px;
}
.mw_wp_form_confirm .cover-info .title-area {
  padding-top: 8px;
}
.mw_wp_form_confirm .cover-checkbox {
  display: none;
  margin-left: 13px;
}
.mw_wp_form_confirm .cover-checkbox .title {
  font-size: 20px;
  padding-top: 10px;
}
.mw_wp_form_confirm .cover-checkbox .title span {
  color: #8a6f49;
  text-decoration: underline;
}
.mw_wp_form_confirm .submit {
  width: 700px;
  margin-top: 55px;
  text-align: inherit;
}
.mw_wp_form_confirm .submit button {
  width: 155px;
  height: 54px;
  background-color: #8a6f49;
  color: white;
  font-size: 20px;
  margin-top: 32px;
  margin-left: 21px;
  border: none;
}
.mw_wp_form_confirm .submit .sub {
  margin-left: 63px;
}
.mw_wp_form_confirm .submit .back {
  margin-left: 42px;
  background-color: #6c6c6c;
}
@media screen and (max-width: 440px) {
  .mw_wp_form_confirm .submit button {
    width: 30vw;
    font-size: 16px;
  }
}
@media screen and (max-width: 470px) {
  .mw_wp_form_confirm .submit {
    width: 100%;
  }
}

/*@media (min-width: 1340px) and (max-width: 1400px) {
  .section-slider .image-feature .logo-slogan {
    right: -10px;
  }
}*/
/*@media (min-width: 992px) and (max-width: 1339px) {
  .container {
    max-width: 100%;
    padding: 0 20px;
  }
  .home-page-wrapper .section-selection .selection-categories {
    padding-left: 0;
  }
  .home-page-wrapper .section-selection .selection-categories .category-item {
    margin: 20px 15px;
  }
  .main-footer .to-top {
    right: 20px;
  }
  .menu-header ul.top-menu > li > a {
    font-size: 16px;
    width: 165px;
  }
  .section-social .social-videos iframe {
    height: 15vw;
  }
  .home-page-wrapper {
    padding-top: 20px;
  }
}*/
/* -------------------------------------------------------------------------
 追加 20230120
------------------------------------------------------------------------- */
/* 画像の回り込み */
@media screen and (min-width: 600px) {
  .alignnone {
    padding: 4px;
    margin: 0 15px 0 15px;
  }

  .aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 4px;
  }

  .alignright {
    float: right;
    display: inline;
    padding: 4px;
    margin: 0 15px 0 15px;
  }

  .alignleft {
    float: left;
    display: inline;
    padding: 4px;
    margin: 0 15px 0 15px;
  }

  .clear {
    clear: both;
  }
}
@media (max-width: 1220px) {
  .main-footer .to-top {
    right: calc((100% - 1028px) / 2);
  }
}
@media (min-width: 992px) and (max-width: 1069px) {
  .container {
    max-width: 100%;
    padding: 0 8px;
  }

  .home-page-wrapper .section-selection .selection-categories .category-item {
    margin: 20px 2%;
    width: 20%;
  }

  .section-slider h2 {
    padding-top: 0;
  }

  .section-slider .image-feature {
    padding-top: 40px;
  }

  .section-slider .image-feature .logo-slogan {
    top: 20px;
  }

  .menu-header ul.top-menu li ul.sub-menu {
    top: 60px;
  }

  .section-social .social-videos iframe,
.list-properties .property-item .property-thumbnail,
.blog-item .blog-thumbnail {
    height: 13vw;
  }

  .page-property-details .room-related .item_room .room-thumbnail {
    height: 11vw;
  }

  .page-property-details .name-house .property-thumbnail {
    height: 38vw;
  }

  /*.section-poster h3 {
    font-size: 36px;
  }*/
  /*.page-property-details .overview-info {
    width: 380px;
  }
  .page-property-details .detail-content {
    width: calc(100% - 415px);
  }*/
  .page-property-details .overview-info .section-frame .cover-info .title,
.page-property-details .overview-info .section-frame .cover-info .content {
    width: 50%;
  }

  .main-footer .to-top {
    right: 8px;
  }

  /*
  .home-page-wrapper .section-selection .selection-categories .category-item .title {
    font-size: 20px;
  }
  .menu-header ul.top-menu > li > a {
    font-size: 14px;
    width: 140px;
    height: 60px;
  }
  .menu-header ul.top-menu > li.menuitem-contact > a {
    width: 150px;
    margin-left: 25px;
  }
  */
}
@media (min-width: 768px) and (max-width: 991px) {
  .container {
    max-width: 100%;
    padding: 0 10px;
  }

  .main-footer .to-top {
    right: 10px;
  }

  .section-slider h2 {
    padding-top: 0;
    font-size: 18px;
  }

  .section-slider .signature {
    font-size: 10px;
  }

  .section-slider .image-feature .logo-slogan {
    font-size: 32px;
    top: 25px;
    right: -8px;
  }

  .section-search .filter-navbar {
    width: 285px;
  }
  .section-search .filter-navbar .filter-main {
    padding: 20px 20px 50px;
  }
  .section-search .filter-navbar .filter-main .filter-footer {
    margin-top: 50px;
  }
  .section-search .result-main {
    width: calc(100% - 300px);
  }

  .section-poster h3 {
    font-size: 20px;
  }

  .page-property-details .overview-info {
    width: 285px;
  }
  .page-property-details .overview-info .section-frame {
    padding: 20px;
  }
  .page-property-details .overview-info .section-frame .cover-info .title {
    width: 120px;
  }
  .page-property-details .overview-info .section-frame .cover-info .content {
    width: 120px;
  }
  .page-property-details .overview-info .send-about {
    width: 285px;
  }
  .page-property-details .overview-info .send-about img {
    padding-right: 16px;
    width: 53px;
  }
  .page-property-details .overview-info .send-about p {
    font-size: 14px;
    line-height: 100px;
  }
  .page-property-details .overview-info .fixed {
    top: 80px;
  }
  .page-property-details .detail-content {
    width: calc(100% - 310px);
  }
  .page-property-details .detail-content h2 {
    font-size: 16px;
  }
  .page-property-details .name-house .title {
    font-size: 20px;
  }

  .home-page-wrapper .section-selection {
    margin-top: 50px;
  }

  .home-page-wrapper .section-selection .cover-header {
    margin-bottom: 25px;
  }

  .home-page-wrapper .section-selection .selection-categories .category-item {
    margin: 20px 2%;
    width: 20%;
  }

  .list-properties .property-item .property-thumbnail {
    height: 12vw;
  }

  .page-property-details .name-house .property-thumbnail {
    height: 38vw;
  }

  .page-property-details .apartment .room-related .item_room .room-thumbnail {
    height: 12vw;
  }

  .blog-item .blog-thumbnail {
    height: 15vw;
  }

  .section-slider .image-feature img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .container {
    max-width: 100%;
    padding: 0 10px;
  }

  .section-social .social-videos iframe,
.page-property-details .room-related .item_room .room-thumbnail,
.list-properties .property-item .property-thumbnail,
.blog-item .blog-thumbnail {
    height: 30vw;
  }

  .page-property-details .name-house .property-thumbnail {
    height: 63vw;
  }

  .section-search .filter-navbar .filter-main {
    padding: 30px;
  }

  .section-search .filter-navbar .filter-main .filter-footer button {
    font-size: 20px;
  }

  .blog-item .blog-title {
    font-size: 10px;
  }

  .blog-item .blog-extra {
    font-size: 8px;
  }

  .pagination, .comments-pagination {
    margin: 20px 0;
    padding: 0;
  }

  .pagination .paginate_links > *, .comments-pagination .paginate_links > * {
    font-size: 14px;
  }

  .section-social .social-videos .row > div:nth-last-child(1) {
    display: none;
  }

  .section-social .social-videos .text {
    margin-left: 0;
  }

  .main-footer .to-top {
    right: 10px;
  }

  .page-property-details .overview-info .section-frame .cover-info .title,
.page-property-details .overview-info .section-frame .cover-info .content {
    width: 50%;
    font-size: 14px;
  }

  .section-slider .image-feature img {
    width: 100%;
  }
}
@media (max-width: 365px) {
  .section-slider .home-slogan .col-md-10 .signature {
    bottom: -13px;
  }

  .contact-completed .contact-info .cover-icon {
    font-size: 4vw;
  }
}

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