/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Settings
# Tools
# Vendor
# Generic
# Elements
# Objects
# Components
# Trumps
--------------------------------------------------------------*/
/*

/* Settings
   ========================================================================== */
.widget_pages .count,
.widget_archive .count,
.widget_categories .count,
.widget_product_categories .count, .widget_recent_entries li a:before, .widget_recent_entries li a:after,
.wp-block-latest-posts li a:before,
.wp-block-latest-posts li a:after, .widget_nav_menu li a:before, .widget_nav_menu li a:after,
.wp-block-page-list li a:before,
.wp-block-page-list li a:after,
.wp-block-archives li a:before,
.wp-block-archives li a:after,
.wp-block-categories li a:before,
.wp-block-categories li a:after, select, textarea, input[type='checkbox']:before, input[type='checkbox']:after {
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1); }

.comment-list .pingback::after,
.comment-list .trackback::after,
.comment-list .comment::after, .site-pre-loader .sk-three-bounce::after {
  content: "";
  display: table;
  clear: both; }

.list-style-dots li:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900; }

.widget_recent_comments .wp-block-latest-comments__comment-author:before,
.wp-block-latest-comments .wp-block-latest-comments__comment-author:before, .widget_recent_entries .wp-block-latest-posts__post-date:before,
.wp-block-latest-posts .wp-block-latest-posts__post-date:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300; }

.widget_recent_entries li a:before, .widget_recent_entries li a:after,
.wp-block-latest-posts li a:before,
.wp-block-latest-posts li a:after, .widget_nav_menu li a:before, .widget_nav_menu li a:after,
.wp-block-page-list li a:before,
.wp-block-page-list li a:after,
.wp-block-archives li a:before,
.wp-block-archives li a:after,
.wp-block-categories li a:before,
.wp-block-categories li a:after, input[type='checkbox']:after {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.nav-list .menu > li.menu-item-has-children > a > span > .menu-item-text:after, .mobile-nav .menu li.menu-item-has-children > a:after {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro' !important;
  font-weight: 400; }

:root {
  --vancouver-admin-bar-height: 0.01px;
  --container-width: 1260px;
  --color-accent: rgba(230, 57, 70, 1);
  --color-accent-darker: rgb(212, 50, 62);
  --color-celadon-blue: rgba(28, 104, 212, 1);
  --color-white: rgb(255, 255, 255);
  --bg-color-dark: rgba(29, 53, 87, 1);
  --bg-color-light: #f5f8fa;
  --border-color-regular: rgba(0, 0, 0, 0.1);
  --text-color-extra-light: rgba(0, 0, 0, 0.2);
  --text-color-light: rgba(20, 32, 49, 0.4);
  --text-color-medium: rgba(20, 32, 49, 0.6);
  --text-color-dark: rgba(20, 32, 49, 1);
  --text-color-regular: rgba(20, 32, 49, 1);
  --font-weight-light: 300;
  --font-weight-default: 400;
  --font-weight-medium: 500;
  --font-weight-bold: 600;
  --base-padding: 20px;
  --spacing-xs: 20px;
  --spacing-sm: 40px;
  --spacing-md: 40px;
  --spacing-lg: 60px;
  --spacing-xl: 60px;
  --primary-font: "IBM Plex Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --secondary-font: "IBM Plex Serif", Georgia, serif;
  --header-height: 70px;
  --top-bar-height: 44px; }
  @media (min-width: 768px) {
    :root {
      --base-padding: 40px; } }
  @media (min-width: 992px) {
    :root {
      --base-padding: 60px;
      --spacing-lg: 80px;
      --spacing-xl: 80px;
      --header-height: 88px; } }
  @media (min-width: 1920px) {
    :root {
      --spacing-lg: 120px;
      --spacing-xl: 180px; } }

.admin-bar {
  --vancouver-admin-bar-height: 32px; }

.color-accent, .page-title-text em {
  color: var(--color-accent); }

.secondary-font, .page-title-text em, blockquote {
  font-family: var(--secondary-font); }

.vrt-company:before {
  content: var(--vrt-company-name); }

.vrt-us-phone:before {
  content: var(--vrt-us-phone); }

.vrt-ca-phone:before {
  content: var(--vrt-ca-phone); }

.vrt-aus-phone:before {
  content: var(--vrt-aus-phone); }

.vrt-email:before {
  content: var(--vrt-email); }

.vrt-address:before {
  content: var(--vrt-address); }

/* Vendors
   ========================================================================== */
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* firefox font smoothing css */ }

body {
  margin: 0;
  overflow-x: hidden; }

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

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

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  margin: .67em 0;
  font-size: 2em; }

mark {
  background: #ffff00;
  color: #000000; }

small {
  font-size: 80%; }

sub,
sup {
  position: relative;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0; }

sup {
  top: -.5em; }

sub {
  bottom: -.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-size: 1em;
  font-family: monospace, monospace; }

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  color: inherit;
  font: inherit; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
  cursor: pointer;
  -webkit-appearance: button; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0; }

input {
  line-height: normal; }

input[type='checkbox'],
input[type='radio'] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0; }

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  height: auto; }

input[type='search'] {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-appearance: textfield; }

input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  margin: 0 2px;
  padding: .35em .625em .75em;
  border: 1px solid #c0c0c0; }

legend {
  padding: 0;
  border: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: 700; }

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

td,
th {
  padding: 0; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 18px; }
  h1 a,
  h2 a,
  h3 a,
  h4 a,
  h5 a,
  h6 a {
    color: currentColor; }

input[type='search'] {
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }

.maple-leaf-preloader {
  width: 90px !important;
  height: 90px !important;
  margin: 40px auto;
  position: relative; }
  .maple-leaf-preloader svg {
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: relative;
    color: currentColor; }
    .maple-leaf-preloader svg path {
      -webkit-transform: scale(0);
          -ms-transform: scale(0);
              transform: scale(0);
      -webkit-animation: sk-mapleLeafMovingOut forwards 2.5s .5s infinite;
              animation: sk-mapleLeafMovingOut forwards 2.5s .5s infinite;
      -webkit-transform-origin: 53% 75%;
          -ms-transform-origin: 53% 75%;
              transform-origin: 53% 75%; }

@-webkit-keyframes sk-mapleLeafMovingOut {
  0%, 100%, 15%, 85% {
    -webkit-transform: scale(0) rotate(30deg);
            transform: scale(0) rotate(30deg); }
  40%, 70% {
    -webkit-transform: scale(1) rotate(0);
            transform: scale(1) rotate(0); } }

@keyframes sk-mapleLeafMovingOut {
  0%, 100%, 15%, 85% {
    -webkit-transform: scale(0) rotate(30deg);
            transform: scale(0) rotate(30deg); }
  40%, 70% {
    -webkit-transform: scale(1) rotate(0);
            transform: scale(1) rotate(0); } }

/*
 *  Usage:
 *
      <div class="sk-rotating-plane"></div>
 *
 */
.sk-rotating-plane {
  width: 40px;
  height: 40px;
  background: currentColor;
  margin: 40px auto;
  -webkit-animation: sk-rotatePlane 1.2s infinite ease-in-out;
          animation: sk-rotatePlane 1.2s infinite ease-in-out; }

@-webkit-keyframes sk-rotatePlane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
            transform: perspective(120px) rotateX(0deg) rotateY(0deg); }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
            transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
            transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }

@keyframes sk-rotatePlane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
            transform: perspective(120px) rotateX(0deg) rotateY(0deg); }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
            transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
            transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }

/*
 *  Usage:
 *
      <div class="sk-double-bounce">
        <div class="sk-child sk-double-bounce1"></div>
        <div class="sk-child sk-double-bounce2"></div>
      </div>
 *
 */
.sk-double-bounce {
  width: 40px;
  height: 40px;
  position: relative;
  margin: 40px auto; }
  .sk-double-bounce .sk-child {
    width: 100%;
    height: 100%;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    background: currentColor;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-doubleBounce 2.0s infinite ease-in-out;
            animation: sk-doubleBounce 2.0s infinite ease-in-out; }
  .sk-double-bounce .sk-double-bounce2 {
    -webkit-animation-delay: -1.0s;
            animation-delay: -1.0s; }

@-webkit-keyframes sk-doubleBounce {
  0%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes sk-doubleBounce {
  0%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

/*
 *  Usage:
 *
      <div class="sk-wave">
        <div class="sk-rect sk-rect1"></div>
        <div class="sk-rect sk-rect2"></div>
        <div class="sk-rect sk-rect3"></div>
        <div class="sk-rect sk-rect4"></div>
        <div class="sk-rect sk-rect5"></div>
      </div>
 *
 */
.sk-wave {
  margin: 40px auto;
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px; }
  .sk-wave .sk-rect {
    background: currentColor;
    height: 100%;
    width: 6px;
    display: inline-block;
    -webkit-animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
            animation: sk-waveStretchDelay 1.2s infinite ease-in-out; }
  .sk-wave .sk-rect1 {
    -webkit-animation-delay: -1.2s;
            animation-delay: -1.2s; }
  .sk-wave .sk-rect2 {
    -webkit-animation-delay: -1.1s;
            animation-delay: -1.1s; }
  .sk-wave .sk-rect3 {
    -webkit-animation-delay: -1s;
            animation-delay: -1s; }
  .sk-wave .sk-rect4 {
    -webkit-animation-delay: -0.9s;
            animation-delay: -0.9s; }
  .sk-wave .sk-rect5 {
    -webkit-animation-delay: -0.8s;
            animation-delay: -0.8s; }

@-webkit-keyframes sk-waveStretchDelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4);
            transform: scaleY(0.4); }
  20% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1); } }

@keyframes sk-waveStretchDelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4);
            transform: scaleY(0.4); }
  20% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1); } }

/*
 *  Usage:
 *
      <div class="sk-wandering-cubes">
        <div class="sk-cube sk-cube1"></div>
        <div class="sk-cube sk-cube2"></div>
      </div>
 *
 */
.sk-wandering-cubes {
  margin: 40px auto;
  width: 40px;
  height: 40px;
  position: relative; }
  .sk-wandering-cubes .sk-cube {
    background: currentColor;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-wanderingCube 1.8s ease-in-out -1.8s infinite both;
            animation: sk-wanderingCube 1.8s ease-in-out -1.8s infinite both; }
  .sk-wandering-cubes .sk-cube2 {
    -webkit-animation-delay: -0.9s;
            animation-delay: -0.9s; }

@-webkit-keyframes sk-wanderingCube {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  25% {
    -webkit-transform: translateX(30px) rotate(-90deg) scale(0.5);
            transform: translateX(30px) rotate(-90deg) scale(0.5); }
  50% {
    /* Hack to make FF rotate in the right direction */
    -webkit-transform: translateX(30px) translateY(30px) rotate(-179deg);
            transform: translateX(30px) translateY(30px) rotate(-179deg); }
  50.1% {
    -webkit-transform: translateX(30px) translateY(30px) rotate(-180deg);
            transform: translateX(30px) translateY(30px) rotate(-180deg); }
  75% {
    -webkit-transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5);
            transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5); }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg); } }

@keyframes sk-wanderingCube {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  25% {
    -webkit-transform: translateX(30px) rotate(-90deg) scale(0.5);
            transform: translateX(30px) rotate(-90deg) scale(0.5); }
  50% {
    /* Hack to make FF rotate in the right direction */
    -webkit-transform: translateX(30px) translateY(30px) rotate(-179deg);
            transform: translateX(30px) translateY(30px) rotate(-179deg); }
  50.1% {
    -webkit-transform: translateX(30px) translateY(30px) rotate(-180deg);
            transform: translateX(30px) translateY(30px) rotate(-180deg); }
  75% {
    -webkit-transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5);
            transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5); }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg); } }

/*
 *  Usage:
 *
      <div class="sk-spinner sk-spinner-pulse"></div>
 *
 */
.sk-spinner-pulse {
  width: 40px;
  height: 40px;
  margin: 40px auto;
  background: currentColor;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  -webkit-animation: sk-pulseScaleOut 1.0s infinite ease-in-out;
          animation: sk-pulseScaleOut 1.0s infinite ease-in-out; }

@-webkit-keyframes sk-pulseScaleOut {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0; } }

@keyframes sk-pulseScaleOut {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0; } }

/*
 *  Usage:
 *
      <div class="sk-chasing-dots">
        <div class="sk-child sk-dot1"></div>
        <div class="sk-child sk-dot2"></div>
      </div>
 *
 */
.sk-chasing-dots {
  margin: 40px auto;
  width: 40px;
  height: 40px;
  position: relative;
  text-align: center;
  -webkit-animation: sk-chasingDotsRotate 2s infinite linear;
          animation: sk-chasingDotsRotate 2s infinite linear; }
  .sk-chasing-dots .sk-child {
    width: 60%;
    height: 60%;
    display: inline-block;
    position: absolute;
    top: 0;
    background: currentColor;
    -webkit-border-radius: 100%;
            border-radius: 100%;
    -webkit-animation: sk-chasingDotsBounce 2s infinite ease-in-out;
            animation: sk-chasingDotsBounce 2s infinite ease-in-out; }
  .sk-chasing-dots .sk-dot2 {
    top: auto;
    bottom: 0;
    -webkit-animation-delay: -1s;
            animation-delay: -1s; }

@-webkit-keyframes sk-chasingDotsRotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes sk-chasingDotsRotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@-webkit-keyframes sk-chasingDotsBounce {
  0%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes sk-chasingDotsBounce {
  0%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

/*
 *  Usage:
 *
      <div class="sk-three-bounce">
        <div class="sk-child sk-bounce1"></div>
        <div class="sk-child sk-bounce2"></div>
        <div class="sk-child sk-bounce3"></div>
      </div>
 *
 */
.sk-three-bounce {
  margin: 40px auto;
  width: 80px;
  text-align: center; }
  .sk-three-bounce .sk-child {
    width: 20px;
    height: 20px;
    background: currentColor;
    -webkit-border-radius: 100%;
            border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
            animation: sk-three-bounce 1.4s ease-in-out 0s infinite both; }
  .sk-three-bounce .sk-bounce1 {
    -webkit-animation-delay: -0.32s;
            animation-delay: -0.32s; }
  .sk-three-bounce .sk-bounce2 {
    -webkit-animation-delay: -0.16s;
            animation-delay: -0.16s; }

@-webkit-keyframes sk-three-bounce {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes sk-three-bounce {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

/*
 *  Usage:
 *
      <div class="sk-circle">
        <div class="sk-circle1 sk-child"></div>
        <div class="sk-circle2 sk-child"></div>
        <div class="sk-circle3 sk-child"></div>
        <div class="sk-circle4 sk-child"></div>
        <div class="sk-circle5 sk-child"></div>
        <div class="sk-circle6 sk-child"></div>
        <div class="sk-circle7 sk-child"></div>
        <div class="sk-circle8 sk-child"></div>
        <div class="sk-circle9 sk-child"></div>
        <div class="sk-circle10 sk-child"></div>
        <div class="sk-circle11 sk-child"></div>
        <div class="sk-circle12 sk-child"></div>
      </div>
 *
 */
.sk-circle {
  margin: 40px auto;
  width: 40px;
  height: 40px;
  position: relative; }
  .sk-circle .sk-child {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0; }
  .sk-circle .sk-child:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background: currentColor;
    -webkit-border-radius: 100%;
            border-radius: 100%;
    -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
            animation: sk-circleBounceDelay 1.2s infinite ease-in-out both; }
  .sk-circle .sk-circle2 {
    -webkit-transform: rotate(30deg);
        -ms-transform: rotate(30deg);
            transform: rotate(30deg); }
  .sk-circle .sk-circle3 {
    -webkit-transform: rotate(60deg);
        -ms-transform: rotate(60deg);
            transform: rotate(60deg); }
  .sk-circle .sk-circle4 {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg); }
  .sk-circle .sk-circle5 {
    -webkit-transform: rotate(120deg);
        -ms-transform: rotate(120deg);
            transform: rotate(120deg); }
  .sk-circle .sk-circle6 {
    -webkit-transform: rotate(150deg);
        -ms-transform: rotate(150deg);
            transform: rotate(150deg); }
  .sk-circle .sk-circle7 {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }
  .sk-circle .sk-circle8 {
    -webkit-transform: rotate(210deg);
        -ms-transform: rotate(210deg);
            transform: rotate(210deg); }
  .sk-circle .sk-circle9 {
    -webkit-transform: rotate(240deg);
        -ms-transform: rotate(240deg);
            transform: rotate(240deg); }
  .sk-circle .sk-circle10 {
    -webkit-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
            transform: rotate(270deg); }
  .sk-circle .sk-circle11 {
    -webkit-transform: rotate(300deg);
        -ms-transform: rotate(300deg);
            transform: rotate(300deg); }
  .sk-circle .sk-circle12 {
    -webkit-transform: rotate(330deg);
        -ms-transform: rotate(330deg);
            transform: rotate(330deg); }
  .sk-circle .sk-circle2:before {
    -webkit-animation-delay: -1.1s;
            animation-delay: -1.1s; }
  .sk-circle .sk-circle3:before {
    -webkit-animation-delay: -1s;
            animation-delay: -1s; }
  .sk-circle .sk-circle4:before {
    -webkit-animation-delay: -0.9s;
            animation-delay: -0.9s; }
  .sk-circle .sk-circle5:before {
    -webkit-animation-delay: -0.8s;
            animation-delay: -0.8s; }
  .sk-circle .sk-circle6:before {
    -webkit-animation-delay: -0.7s;
            animation-delay: -0.7s; }
  .sk-circle .sk-circle7:before {
    -webkit-animation-delay: -0.6s;
            animation-delay: -0.6s; }
  .sk-circle .sk-circle8:before {
    -webkit-animation-delay: -0.5s;
            animation-delay: -0.5s; }
  .sk-circle .sk-circle9:before {
    -webkit-animation-delay: -0.4s;
            animation-delay: -0.4s; }
  .sk-circle .sk-circle10:before {
    -webkit-animation-delay: -0.3s;
            animation-delay: -0.3s; }
  .sk-circle .sk-circle11:before {
    -webkit-animation-delay: -0.2s;
            animation-delay: -0.2s; }
  .sk-circle .sk-circle12:before {
    -webkit-animation-delay: -0.1s;
            animation-delay: -0.1s; }

@-webkit-keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

/*
 *  Usage:
 *
      <div class="sk-cube-grid">
        <div class="sk-cube sk-cube1"></div>
        <div class="sk-cube sk-cube2"></div>
        <div class="sk-cube sk-cube3"></div>
        <div class="sk-cube sk-cube4"></div>
        <div class="sk-cube sk-cube5"></div>
        <div class="sk-cube sk-cube6"></div>
        <div class="sk-cube sk-cube7"></div>
        <div class="sk-cube sk-cube8"></div>
        <div class="sk-cube sk-cube9"></div>
      </div>
 *
 */
.sk-cube-grid {
  width: 40px;
  height: 40px;
  margin: 40px auto;
  /*
   * Spinner positions
   * 1 2 3
   * 4 5 6
   * 7 8 9
   */ }
  .sk-cube-grid .sk-cube {
    width: 33.33%;
    height: 33.33%;
    background: currentColor;
    float: left;
    -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
            animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out; }
  .sk-cube-grid .sk-cube1 {
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s; }
  .sk-cube-grid .sk-cube2 {
    -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s; }
  .sk-cube-grid .sk-cube3 {
    -webkit-animation-delay: 0.4s;
            animation-delay: 0.4s; }
  .sk-cube-grid .sk-cube4 {
    -webkit-animation-delay: 0.1s;
            animation-delay: 0.1s; }
  .sk-cube-grid .sk-cube5 {
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s; }
  .sk-cube-grid .sk-cube6 {
    -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s; }
  .sk-cube-grid .sk-cube7 {
    -webkit-animation-delay: 0.0s;
            animation-delay: 0.0s; }
  .sk-cube-grid .sk-cube8 {
    -webkit-animation-delay: 0.1s;
            animation-delay: 0.1s; }
  .sk-cube-grid .sk-cube9 {
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s; }

@-webkit-keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
            transform: scale3D(1, 1, 1); }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
            transform: scale3D(0, 0, 1); } }

@keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
            transform: scale3D(1, 1, 1); }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
            transform: scale3D(0, 0, 1); } }

/*
 *  Usage:
 *
      <div class="sk-fading-circle">
        <div class="sk-circle1 sk-circle"></div>
        <div class="sk-circle2 sk-circle"></div>
        <div class="sk-circle3 sk-circle"></div>
        <div class="sk-circle4 sk-circle"></div>
        <div class="sk-circle5 sk-circle"></div>
        <div class="sk-circle6 sk-circle"></div>
        <div class="sk-circle7 sk-circle"></div>
        <div class="sk-circle8 sk-circle"></div>
        <div class="sk-circle9 sk-circle"></div>
        <div class="sk-circle10 sk-circle"></div>
        <div class="sk-circle11 sk-circle"></div>
        <div class="sk-circle12 sk-circle"></div>
      </div>
 *
 */
.sk-fading-circle {
  margin: 40px auto;
  width: 40px;
  height: 40px;
  position: relative; }
  .sk-fading-circle .sk-circle {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0; }
  .sk-fading-circle .sk-circle:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background: currentColor;
    -webkit-border-radius: 100%;
            border-radius: 100%;
    -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
            animation: sk-circleFadeDelay 1.2s infinite ease-in-out both; }
  .sk-fading-circle .sk-circle2 {
    -webkit-transform: rotate(30deg);
        -ms-transform: rotate(30deg);
            transform: rotate(30deg); }
  .sk-fading-circle .sk-circle3 {
    -webkit-transform: rotate(60deg);
        -ms-transform: rotate(60deg);
            transform: rotate(60deg); }
  .sk-fading-circle .sk-circle4 {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg); }
  .sk-fading-circle .sk-circle5 {
    -webkit-transform: rotate(120deg);
        -ms-transform: rotate(120deg);
            transform: rotate(120deg); }
  .sk-fading-circle .sk-circle6 {
    -webkit-transform: rotate(150deg);
        -ms-transform: rotate(150deg);
            transform: rotate(150deg); }
  .sk-fading-circle .sk-circle7 {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }
  .sk-fading-circle .sk-circle8 {
    -webkit-transform: rotate(210deg);
        -ms-transform: rotate(210deg);
            transform: rotate(210deg); }
  .sk-fading-circle .sk-circle9 {
    -webkit-transform: rotate(240deg);
        -ms-transform: rotate(240deg);
            transform: rotate(240deg); }
  .sk-fading-circle .sk-circle10 {
    -webkit-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
            transform: rotate(270deg); }
  .sk-fading-circle .sk-circle11 {
    -webkit-transform: rotate(300deg);
        -ms-transform: rotate(300deg);
            transform: rotate(300deg); }
  .sk-fading-circle .sk-circle12 {
    -webkit-transform: rotate(330deg);
        -ms-transform: rotate(330deg);
            transform: rotate(330deg); }
  .sk-fading-circle .sk-circle2:before {
    -webkit-animation-delay: -1.1s;
            animation-delay: -1.1s; }
  .sk-fading-circle .sk-circle3:before {
    -webkit-animation-delay: -1s;
            animation-delay: -1s; }
  .sk-fading-circle .sk-circle4:before {
    -webkit-animation-delay: -0.9s;
            animation-delay: -0.9s; }
  .sk-fading-circle .sk-circle5:before {
    -webkit-animation-delay: -0.8s;
            animation-delay: -0.8s; }
  .sk-fading-circle .sk-circle6:before {
    -webkit-animation-delay: -0.7s;
            animation-delay: -0.7s; }
  .sk-fading-circle .sk-circle7:before {
    -webkit-animation-delay: -0.6s;
            animation-delay: -0.6s; }
  .sk-fading-circle .sk-circle8:before {
    -webkit-animation-delay: -0.5s;
            animation-delay: -0.5s; }
  .sk-fading-circle .sk-circle9:before {
    -webkit-animation-delay: -0.4s;
            animation-delay: -0.4s; }
  .sk-fading-circle .sk-circle10:before {
    -webkit-animation-delay: -0.3s;
            animation-delay: -0.3s; }
  .sk-fading-circle .sk-circle11:before {
    -webkit-animation-delay: -0.2s;
            animation-delay: -0.2s; }
  .sk-fading-circle .sk-circle12:before {
    -webkit-animation-delay: -0.1s;
            animation-delay: -0.1s; }

@-webkit-keyframes sk-circleFadeDelay {
  0%, 39%, 100% {
    opacity: 0; }
  40% {
    opacity: 1; } }

@keyframes sk-circleFadeDelay {
  0%, 39%, 100% {
    opacity: 0; }
  40% {
    opacity: 1; } }

/*
 *  Usage:
 *
      <div class="sk-folding-cube">
        <div class="sk-cube1 sk-cube"></div>
        <div class="sk-cube2 sk-cube"></div>
        <div class="sk-cube4 sk-cube"></div>
        <div class="sk-cube3 sk-cube"></div>
      </div>
 *
 */
.sk-folding-cube {
  margin: 40px auto;
  width: 40px;
  height: 40px;
  position: relative;
  -webkit-transform: rotateZ(45deg);
      -ms-transform: rotate(45deg);
          transform: rotateZ(45deg); }
  .sk-folding-cube .sk-cube {
    float: left;
    width: 50%;
    height: 50%;
    position: relative;
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1); }
  .sk-folding-cube .sk-cube:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: currentColor;
    -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
            animation: sk-foldCubeAngle 2.4s infinite linear both;
    -webkit-transform-origin: 100% 100%;
        -ms-transform-origin: 100% 100%;
            transform-origin: 100% 100%; }
  .sk-folding-cube .sk-cube2 {
    -webkit-transform: scale(1.1) rotateZ(90deg);
        -ms-transform: scale(1.1) rotate(90deg);
            transform: scale(1.1) rotateZ(90deg); }
  .sk-folding-cube .sk-cube3 {
    -webkit-transform: scale(1.1) rotateZ(180deg);
        -ms-transform: scale(1.1) rotate(180deg);
            transform: scale(1.1) rotateZ(180deg); }
  .sk-folding-cube .sk-cube4 {
    -webkit-transform: scale(1.1) rotateZ(270deg);
        -ms-transform: scale(1.1) rotate(270deg);
            transform: scale(1.1) rotateZ(270deg); }
  .sk-folding-cube .sk-cube2:before {
    -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s; }
  .sk-folding-cube .sk-cube3:before {
    -webkit-animation-delay: 0.6s;
            animation-delay: 0.6s; }
  .sk-folding-cube .sk-cube4:before {
    -webkit-animation-delay: 0.9s;
            animation-delay: 0.9s; }

@-webkit-keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0; }
  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1; }
  90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0; } }

@keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0; }
  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1; }
  90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0; } }

/* Plugin: Calculated Fields Form
   ========================================================================== */
body #fbuilder label {
  display: block; }

body #fbuilder input[type='checkbox']:after,
body #fbuilder input[type='radio']:after {
  display: block !important; }

body #fbuilder .top_aligned .fields:not(.cff-container-field):not(.section_breaks):not(.cff-radiobutton-field) {
  padding: 32px; }

body #fbuilder .fields:not(.cff-container-field):not(.section_breaks) {
  padding: 32px 32px 22px 32px;
  border: var(--border-color-regular) 1px solid;
  -webkit-border-radius: 8px;
          border-radius: 8px;
  margin: 16px 0; }
  body #fbuilder .fields:not(.cff-container-field):not(.section_breaks) > label {
    font-weight: var(--font-weight-medium); }

body #fbuilder .result-submit {
  margin-top: 30px; }
  body #fbuilder .result-submit fieldset {
    border: none;
    padding: 0; }
  body #fbuilder .result-submit legend {
    border: 0;
    padding: 0;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: -0.02em;
    color: var(--text-color-dark); }

body #fbuilder .pbSubmit {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  word-break: break-word;
  white-space: pre-line;
  cursor: pointer;
  border: 1px solid transparent;
  text-decoration: none;
  line-height: 1;
  -webkit-border-radius: 2em;
          border-radius: 2em;
  font-weight: var(--font-weight-bold);
  letter-spacing: 0.00065em;
  min-width: auto;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 1rem;
  height: 3em;
  padding: calc(0.5em - 1px) 1.5em;
  background-color: var(--color-celadon-blue);
  color: var(--color-white); }
  body #fbuilder .pbSubmit:hover {
    background-color: var(--bg-color-dark); }

body #fbuilder .super-visa-info {
  border: none !important;
  text-align: center; }
  body #fbuilder .super-visa-info label {
    font-size: 24px;
    width: 100% !important; }

body #fbuilder .super-visa-error {
  background: #FFEBEE; }
  body #fbuilder .super-visa-error label {
    color: #F44336; }

body #fbuilder .super-visa-success {
  background: #E8F5E9; }
  body #fbuilder .super-visa-success label {
    color: #4CAF50; }

body #fbuilder .side_by_side {
  margin-right: 30px; }

body #fbuilder .section_breaks .section_break {
  display: none; }

body #fbuilder .section_breaks label {
  font-size: 20px;
  font-weight: var(--font-weight-medium);
  margin-bottom: 0; }

body #fbuilder .fields.cff-summary-field {
  background-color: rgba(212, 232, 255, 0.4);
  padding: 32px !important; }
  body #fbuilder .fields.cff-summary-field > h2 {
    font-size: 1.25rem;
    margin-bottom: 8px; }

@media (min-width: 768px) {
  .form-grid > div {
    display: grid;
    gap: 20px; }
  .form-grid.col-4 > div {
    grid-template-columns: repeat(4, 1fr); } }

/* Components
   ========================================================================== */
.global-container {
  width: 100%;
  margin: 0 auto; }

.container-lg {
  max-width: var(--container-width); }

.global-wrapper {
  padding: 0 var(--base-padding); }

.site-content {
  min-height: 60vh; }

.global-margin-xs {
  margin: var(--spacing-xs) 0; }

.global-margin-sm {
  margin: var(--spacing-sm) 0; }

.global-margin-md {
  margin: var(--spacing-md) 0; }

.global-margin-lg {
  margin: var(--spacing-lg) 0; }

.global-margin-xl {
  margin: var(--spacing-xl) 0; }

.grid {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 0px;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  width: 100%; }

@media (min-width: 992px) {
  .grid-12 {
    grid-template-columns: repeat(16, 1fr); } }

.grid-content {
  grid-column: 1 / span all; }
  @media (min-width: 992px) {
    .has-sidebar .grid-content {
      grid-column: 5 / span 12;
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; } }

.page-inner-content .hentry::after {
  content: "";
  display: table;
  clear: both; }

/* No Results */
.no-results {
  border: 2px dashed var(--border-color-regular);
  padding: var(--spacing-sm) var(--spacing-xs);
  text-align: center; }
  .no-results h3 {
    font-size: 1.75rem; }
  @media (min-width: 992px) {
    .no-results {
      max-width: 680px;
      margin-left: auto;
      margin-right: auto; } }
  .no-results a {
    font-weight: var(--font-weight-medium); }
  .no-results .searchform div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .no-results .searchform div #searchsubmit {
      white-space: nowrap;
      margin: 20px 0 0;
      width: 100%; }
    @media (min-width: 992px) {
      .no-results .searchform div {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row; }
        .no-results .searchform div #searchsubmit {
          width: auto;
          margin: 0 0 0 20px; } }

@media (min-width: 1200px) {
  .site-sidebar {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative; } }

@media (max-width: 1199px) {
  .site-sidebar {
    margin-top: var(--spacing-sm);
    grid-column: 1 / span all; } }

.site-sidebar--sticky {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start; }
  @media (min-width: 1200px) {
    .site-sidebar--sticky {
      position: sticky;
      top: calc(var(--header-height) + var(--spacing-sm));
      width: 100%;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; } }
  .site-sidebar--sticky__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: 100%; }
    @media (min-width: 1200px) {
      .site-sidebar--sticky__inner:after {
        content: "";
        top: 0;
        bottom: 0;
        position: absolute; } }

@media (min-width: 1200px) {
  .sidebar-position-left .page-inner-content {
    grid-column: 5 / span 12;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .sidebar-position-left .site-sidebar {
    padding-right: 25px;
    grid-column: 1 / span 4;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
    .sidebar-position-left .site-sidebar--sticky {
      padding-right: 25px; }
      .sidebar-position-left .site-sidebar--sticky__inner:after {
        border-right: 1px solid var(--border-color-regular);
        margin-left: 50px;
        right: 0; }
  .sidebar-position-right .page-inner-content {
    grid-column: 1 / span 12;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .sidebar-position-right .site-sidebar {
    padding-left: 25px;
    grid-column: 13 / span 4;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
    .sidebar-position-right .site-sidebar--sticky {
      padding-left: 25px; }
      .sidebar-position-right .site-sidebar--sticky__inner:after {
        border-left: 1px solid var(--border-color-regular);
        margin-right: 50px;
        left: 0; } }

/* Sidebar Widgets
   ========================================================================== */
.site-sidebar .elementor-section.elementor-section-boxed > .elementor-container {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.site-sidebar .widget:not(:last-of-type) {
  padding-bottom: 2rem; }

.site-sidebar a {
  color: var(--text-color-dark); }

.site-sidebar .widget-title {
  font-size: 1.25rem;
  font-weight: var(--font-weight-medium);
  color: var(--text-color-dark);
  margin-bottom: 1rem; }

.site-sidebar .wp-calendar-nav {
  display: none; }

.site-sidebar .wp-block-gallery, .site-sidebar .wp-block-categories, .site-sidebar .wp-block-search, .site-sidebar .wp-block-calendar {
  margin-bottom: 0; }

.widget ul, .widget ol {
  margin: 0;
  padding: 0;
  list-style-type: none; }

.widget li + li {
  margin-top: 10px; }

.widget_nav_menu ul ul,
.widget_pages ul ul,
.widget_categories ul ul,
.widget_product_categories ul ul {
  margin-left: 10px; }

.widget_nav_menu a:empty {
  display: none; }

.widget_nav_menu .sub-menu {
  margin-top: 14px; }

.widget_pages .children,
.widget_archive .children,
.widget_categories .children,
.widget_product_categories .children {
  margin-top: 10px; }

.widget_pages li a,
.widget_archive li a,
.widget_categories li a,
.widget_product_categories li a {
  position: relative; }
  .widget_pages li a:hover .count,
  .widget_archive li a:hover .count,
  .widget_categories li a:hover .count,
  .widget_product_categories li a:hover .count {
    color: currentColor; }

.widget_pages .count,
.widget_archive .count,
.widget_categories .count,
.widget_product_categories .count {
  color: #ababab; }

.widget_recent_comments,
.wp-block-latest-comments {
  padding-left: 0; }
  .widget_recent_comments .wp-block-latest-comments__comment:last-of-type,
  .wp-block-latest-comments .wp-block-latest-comments__comment:last-of-type {
    margin-bottom: 0; }
  .widget_recent_comments .wp-block-latest-comments__comment-author,
  .wp-block-latest-comments .wp-block-latest-comments__comment-author {
    position: relative;
    padding-left: 22px; }
    .widget_recent_comments .wp-block-latest-comments__comment-author:before,
    .wp-block-latest-comments .wp-block-latest-comments__comment-author:before {
      content: '\f27a';
      font-size: 14px;
      line-height: 0;
      position: absolute;
      top: 12px;
      left: 0; }

.wp-block-calendar table th {
  color: var(--text-color-dark);
  font-weight: 500;
  background-color: transparent; }

.widget_recent_entries li,
.wp-block-latest-posts li {
  margin: 0 !important;
  padding-bottom: 16px; }
  .widget_recent_entries li a,
  .wp-block-latest-posts li a {
    display: inline-block;
    position: relative;
    padding: 16px 0 0 16px;
    color: var(--text-color-dark); }
    .widget_recent_entries li a:before, .widget_recent_entries li a:after,
    .wp-block-latest-posts li a:before,
    .wp-block-latest-posts li a:after {
      content: '\f105';
      position: absolute;
      top: 21px;
      left: 0; }
    .widget_recent_entries li a:after,
    .wp-block-latest-posts li a:after {
      opacity: 0;
      visibility: hidden;
      -webkit-transform: translateX(-100%);
          -ms-transform: translateX(-100%);
              transform: translateX(-100%); }
    .widget_recent_entries li a:hover:before,
    .wp-block-latest-posts li a:hover:before {
      opacity: 0;
      visibility: hidden;
      -webkit-transform: translateX(100%);
          -ms-transform: translateX(100%);
              transform: translateX(100%); }
    .widget_recent_entries li a:hover:after,
    .wp-block-latest-posts li a:hover:after {
      opacity: 1;
      visibility: visible;
      -webkit-transform: translateX(0);
          -ms-transform: translateX(0);
              transform: translateX(0); }
  .widget_recent_entries li + li,
  .wp-block-latest-posts li + li {
    border-top: 1px solid var(--border-color-regular); }

.widget_recent_entries .wp-block-latest-posts__post-date,
.wp-block-latest-posts .wp-block-latest-posts__post-date {
  position: relative;
  display: block;
  padding-left: 16px;
  margin-left: 16px;
  margin-top: 10px; }
  .widget_recent_entries .wp-block-latest-posts__post-date:before,
  .wp-block-latest-posts .wp-block-latest-posts__post-date:before {
    content: '\f073';
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%); }

.widget_nav_menu,
.wp-block-page-list,
.wp-block-archives,
.wp-block-categories {
  padding: 0;
  margin: 0;
  list-style: none; }
  .widget_nav_menu li a,
  .wp-block-page-list li a,
  .wp-block-archives li a,
  .wp-block-categories li a {
    display: inline-block;
    position: relative;
    padding-left: 16px;
    color: var(--text-color-dark); }
    .widget_nav_menu li a:before, .widget_nav_menu li a:after,
    .wp-block-page-list li a:before,
    .wp-block-page-list li a:after,
    .wp-block-archives li a:before,
    .wp-block-archives li a:after,
    .wp-block-categories li a:before,
    .wp-block-categories li a:after {
      content: '\f105';
      position: absolute;
      top: 4px;
      left: 0; }
    .widget_nav_menu li a:after,
    .wp-block-page-list li a:after,
    .wp-block-archives li a:after,
    .wp-block-categories li a:after {
      opacity: 0;
      visibility: hidden;
      -webkit-transform: translateX(-100%);
          -ms-transform: translateX(-100%);
              transform: translateX(-100%); }
    .widget_nav_menu li a:hover:before,
    .wp-block-page-list li a:hover:before,
    .wp-block-archives li a:hover:before,
    .wp-block-categories li a:hover:before {
      opacity: 0;
      visibility: hidden;
      -webkit-transform: translateX(100%);
          -ms-transform: translateX(100%);
              transform: translateX(100%); }
    .widget_nav_menu li a:hover:after,
    .wp-block-page-list li a:hover:after,
    .wp-block-archives li a:hover:after,
    .wp-block-categories li a:hover:after {
      opacity: 1;
      visibility: visible;
      -webkit-transform: translateX(0);
          -ms-transform: translateX(0);
              transform: translateX(0); }

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  word-break: break-word;
  white-space: pre-line;
  cursor: pointer;
  border: 1px solid transparent;
  text-decoration: none;
  line-height: 1;
  -webkit-border-radius: 2em;
          border-radius: 2em;
  font-weight: var(--font-weight-bold);
  letter-spacing: 0.00065em;
  min-width: auto;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  .btn:hover, .btn:active, .btn:focus {
    text-decoration: none; }

.btn-md {
  font-size: 1rem;
  height: 3em;
  padding: calc(0.5em - 1px) 1.5em; }

.btn-sm {
  font-size: 0.9375rem;
  min-height: 36px;
  padding: 6px 12px; }

.btn-primary {
  background-color: var(--color-accent);
  color: var(--color-white); }
  .btn-primary:hover, .btn-primary:active, .btn-primary:focus {
    background: var(--color-accent-darker);
    color: var(--color-white); }

.btn-outline {
  border-color: var(--color-celadon-blue);
  color: var(--color-celadon-blue); }
  .btn-outline:hover, .btn-outline:active, .btn-outline:focus {
    background: var(--color-celadon-blue);
    color: var(--color-white); }

.btn-light {
  color: var(--text-color-dark);
  background: transparent;
  border: 1px solid var(--border-color-regular);
  -webkit-border-radius: 4px;
          border-radius: 4px; }
  .btn-light:hover, .btn-light:active, .btn-light:focus {
    background: var(--bg-color-light); }

.btn-arrow-button {
  color: var(--text-color-dark);
  -webkit-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
  cursor: pointer;
  position: relative;
  min-height: auto;
  padding: 0; }
  .btn-arrow-button .btn-arrow {
    height: 10px;
    margin-left: 8px;
    vertical-align: middle;
    -webkit-transition: -webkit-transform 200ms;
    transition: -webkit-transform 200ms;
    -o-transition: transform 200ms;
    transition: transform 200ms;
    transition: transform 200ms, -webkit-transform 200ms; }
  .btn-arrow-button:hover .btn-arrow, .btn-arrow-button:active .btn-arrow, .btn-arrow-button:focus .btn-arrow {
    -webkit-transform: translateX(4px);
        -ms-transform: translateX(4px);
            transform: translateX(4px); }
  .btn-arrow-button.btn-white {
    color: var(--color-white); }

.site-branding--text a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
  color: var(--text-color-dark);
  font-size: 20px;
  line-height: 1;
  margin-bottom: 0; }

.site-branding--image a {
  position: relative;
  display: block;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 172px;
  height: 54px; }
  .site-branding--image a .site-branding--image__inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: visibility cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s, opacity cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
    -o-transition: visibility cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s, opacity cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
    transition: visibility cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s, opacity cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s; }

.site-branding--image.has-mobile-logo .site-branding--image__desktop {
  visibility: hidden;
  opacity: 0; }

.site-branding--image.has-mobile-logo .site-branding--image__mobile {
  visibility: visible;
  opacity: 1; }

@media (min-width: 992px) {
  .site-branding--image.has-mobile-logo .site-branding--image__desktop {
    visibility: visible;
    opacity: 1; }
  .site-branding--image.has-mobile-logo .site-branding--image__mobile {
    visibility: hidden;
    opacity: 0; } }

.site-header-type-1 {
  position: sticky;
  max-width: 100vw;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  padding: 0 20px;
  background-color: var(--color-white);
  -webkit-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out; }
  .site-header-type-1.solid-border {
    -webkit-box-shadow: 0 1px 0 var(--border-color-regular);
            box-shadow: 0 1px 0 var(--border-color-regular); }
    .mobile-nav-on .site-header-type-1.solid-border {
      -webkit-box-shadow: none;
              box-shadow: none; }
  @media (min-width: 992px) {
    .admin-bar .site-header-type-1 {
      top: 32px; } }
  @media (max-width: 991px) {
    .site-header-type-1 {
      position: relative; } }
  .site-header-type-1 .header-wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-transition: 250ms height;
    -o-transition: 250ms height;
    transition: 250ms height;
    width: 100%;
    height: var(--header-height);
    border-bottom: 1px solid transparent; }
  .site-header-type-1 .header-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    height: 100%; }

@media (min-width: 992px) {
  .desktop-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-left: 20px;
    padding-left: 20px;
    border-left: 1px solid var(--border-color-regular); } }

@media (max-width: 1199px) {
  .desktop-menu {
    display: none; } }

.mobile-toggle-menu {
  display: none; }
  @media (max-width: 1199px) {
    .mobile-toggle-menu {
      display: block; } }

.nav-list {
  --dropdwon-top-spacing: 26px; }
  .nav-list .elementor-icon-list-items {
    list-style: none;
    margin: 0;
    padding: 0; }
    .nav-list .elementor-icon-list-items li {
      padding: 0 !important; }
  .nav-list .menu {
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: 1.4em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .nav-list .menu > li {
      position: relative;
      margin: 0; }
      .nav-list .menu > li.menu-item-has-children > a > span > .menu-item-text:after {
        content: '\f107';
        padding-left: .4em;
        line-height: 1;
        -webkit-transform-origin: center center;
            -ms-transform-origin: center center;
                transform-origin: center center;
        -webkit-transition: -webkit-transform .2s ease;
        transition: -webkit-transform .2s ease;
        -o-transition: transform .2s ease;
        transition: transform .2s ease;
        transition: transform .2s ease, -webkit-transform .2s ease; }
      .nav-list .menu > li.menu-cta-button + .menu-cta-button {
        margin-left: 10px; }
      .nav-list .menu > li.has-mega-menu {
        position: static; }
        .nav-list .menu > li.has-mega-menu > ul {
          margin-top: 0;
          width: 100%; }
    .nav-list .menu li a {
      display: inline-block;
      padding: 6px 10px;
      -webkit-border-radius: 4px;
              border-radius: 4px;
      color: var(--text-color-dark);
      font-weight: var(--font-weight-bold); }
      .nav-list .menu li a:hover, .nav-list .menu li a:focus {
        background: rgba(0, 0, 0, 0.03);
        text-decoration: none; }
      .nav-list .menu li a:active {
        background: rgba(0, 0, 0, 0.06);
        text-decoration: none; }
      .nav-list .menu li a .menu-description {
        display: block;
        margin-top: -2px;
        font-size: 14px;
        color: var(--text-color-medium);
        font-weight: var(--font-weight-default); }
    .nav-list .menu ul.sub-menu {
      position: absolute;
      padding: 10px 0;
      z-index: 9999;
      min-width: 240px;
      background: #fff;
      top: 100%;
      left: -10px;
      margin: var(--dropdwon-top-spacing) 0 0;
      list-style: none;
      -webkit-box-shadow: 0 6px 20px rgba(84, 70, 35, 0.1), 0 0 1px rgba(84, 70, 35, 0.5);
              box-shadow: 0 6px 20px rgba(84, 70, 35, 0.1), 0 0 1px rgba(84, 70, 35, 0.5);
      -webkit-border-radius: 4px;
              border-radius: 4px;
      text-align: left;
      -webkit-transition: opacity 0.4s cubic-bezier(0.19, 1, 0.22, 1), visibility 0.4s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
      transition: opacity 0.4s cubic-bezier(0.19, 1, 0.22, 1), visibility 0.4s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
      -o-transition: opacity 0.4s cubic-bezier(0.19, 1, 0.22, 1), visibility 0.4s cubic-bezier(0.19, 1, 0.22, 1), transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
      transition: opacity 0.4s cubic-bezier(0.19, 1, 0.22, 1), visibility 0.4s cubic-bezier(0.19, 1, 0.22, 1), transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
      transition: opacity 0.4s cubic-bezier(0.19, 1, 0.22, 1), visibility 0.4s cubic-bezier(0.19, 1, 0.22, 1), transform 0.4s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
      -webkit-transform: scale(0.97);
          -ms-transform: scale(0.97);
              transform: scale(0.97);
      -webkit-transform-origin: top left;
          -ms-transform-origin: top left;
              transform-origin: top left;
      will-change: transform;
      -webkit-backface-visibility: hidden;
      visibility: hidden;
      opacity: 0;
      pointer-events: none; }
      .nav-list .menu ul.sub-menu li {
        position: relative;
        padding: 0 10px;
        margin: 0; }
        .nav-list .menu ul.sub-menu li a {
          display: block;
          padding: 6px 10px;
          line-height: 1.6; }
      .nav-list .menu ul.sub-menu:after {
        content: "";
        position: absolute;
        right: 0;
        bottom: 100%;
        left: 0;
        height: var(--dropdwon-top-spacing); }
      .nav-list .menu ul.sub-menu ul.sub-menu {
        position: absolute;
        top: 0;
        left: 100%; }
    .nav-list .menu li:hover > a > .menu-item-text:after {
      -webkit-transform: scaleY(-1);
          -ms-transform: scaleY(-1);
              transform: scaleY(-1); }
    .nav-list .menu li:hover > .sub-menu {
      visibility: visible;
      opacity: 1;
      -webkit-transform: scale(1);
          -ms-transform: scale(1);
              transform: scale(1);
      pointer-events: auto; }

.menu li.menu-cta-button {
  border: none; }
  .menu li.menu-cta-button > a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    word-break: break-word;
    white-space: pre-line;
    cursor: pointer;
    border: 1px solid transparent;
    text-decoration: none;
    line-height: 1;
    -webkit-border-radius: 2em;
            border-radius: 2em;
    font-weight: var(--font-weight-bold);
    letter-spacing: 0.00065em;
    min-width: auto;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 1rem;
    height: 3em;
    padding: calc(0.5em - 1px) 1.5em; }
    .menu li.menu-cta-button > a:hover, .menu li.menu-cta-button > a:active, .menu li.menu-cta-button > a:focus {
      text-decoration: none; }
  .menu li.menu-cta-button.button-primary > a {
    background-color: var(--color-accent);
    color: var(--color-white); }
    .menu li.menu-cta-button.button-primary > a:hover, .menu li.menu-cta-button.button-primary > a:active, .menu li.menu-cta-button.button-primary > a:focus {
      background: var(--color-accent-darker);
      color: var(--color-white); }
  .menu li.menu-cta-button.button-outline > a {
    border-color: var(--color-celadon-blue);
    color: var(--color-celadon-blue); }
    .menu li.menu-cta-button.button-outline > a:hover, .menu li.menu-cta-button.button-outline > a:active, .menu li.menu-cta-button.button-outline > a:focus {
      background: var(--color-celadon-blue);
      color: var(--color-white); }

/* Mobile Nav
   ========================================================================== */
.mobile-toggle-menu {
  position: relative;
  width: 22px;
  height: 22px;
  cursor: pointer; }
  .mobile-toggle-menu svg {
    width: 22px;
    height: 100%;
    display: block;
    fill: inherit;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
  .mobile-toggle-menu .close {
    position: absolute;
    top: 0;
    right: 0;
    display: none; }
  .mobile-toggle-menu.is-open .close {
    display: block; }
  .mobile-toggle-menu.is-open .open {
    display: none; }

.mobile-nav {
  position: fixed;
  top: calc(var(--header-height) + 44px);
  left: 0;
  width: 100vw;
  height: calc(100vh - var(--header-height));
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 200;
  background: var(--color-white);
  padding-bottom: 40px; }
  .mobile-nav.is-open {
    display: block; }
  .mobile-nav .hide-top-bar-on-mobile {
    top: var(--header-height); }
  .mobile-nav__inner {
    height: calc(100vh - var(--header-height)); }
    .mobile-nav__inner:before {
      content: "";
      display: block;
      margin: 0 20px;
      height: 1px;
      background: var(--border-color-regular); }
  .mobile-nav--scrollable {
    overflow-y: auto;
    height: calc(100vh - var(--header-height));
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 140px; }
  @media (max-width: 991px) {
    .admin-bar .mobile-nav {
      top: calc(var(--header-height) + 46px); }
    .admin-bar:not(.hide-top-bar-on-mobile) .mobile-nav {
      top: calc(var(--header-height) + 90px); } }
  .mobile-nav ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .mobile-nav ul li {
      margin: 0;
      padding: 0; }
  .mobile-nav .menu .menu-cta-button {
    margin: 1rem 0;
    border: none; }
    .mobile-nav .menu .menu-cta-button > a {
      width: 100%; }
  .mobile-nav .menu > li {
    border-bottom: 1px solid var(--border-color-regular); }
    .mobile-nav .menu > li:not(.menu-cta-button) > a {
      display: block;
      font-size: 1.0625rem;
      font-weight: var(--font-weight-bold);
      height: 60px;
      line-height: 60px;
      color: var(--text-color-dark); }
    .mobile-nav .menu > li .menu-description {
      display: block;
      font-size: 14px;
      color: var(--text-color-medium); }
    .mobile-nav .menu > li > .sub-menu {
      margin: 0 0 20px;
      padding: 0 0 4px 0; }
      .mobile-nav .menu > li > .sub-menu .sub-menu {
        margin-top: 8px;
        padding-left: 16px; }
    .mobile-nav .menu > li .sub-menu {
      display: none; }
      .mobile-nav .menu > li .sub-menu > li {
        padding: 4px 0; }
      .mobile-nav .menu > li .sub-menu a {
        display: block;
        font-size: 1.0625rem;
        color: var(--text-color-dark); }
        .mobile-nav .menu > li .sub-menu a > span {
          display: block;
          margin-right: 10px; }
        .mobile-nav .menu > li .sub-menu a .menu-item-text {
          font-weight: var(--font-weight-regular); }
  .mobile-nav .menu li.menu-item-has-children > a {
    position: relative;
    text-decoration: none; }
    .mobile-nav .menu li.menu-item-has-children > a:after {
      content: '\f107';
      line-height: 1;
      -webkit-transform-origin: center center;
          -ms-transform-origin: center center;
              transform-origin: center center;
      -webkit-transform: rotate(-90deg);
          -ms-transform: rotate(-90deg);
              transform: rotate(-90deg);
      position: absolute;
      top: 50%;
      margin-top: -7px;
      right: 3px;
      -webkit-transition: -webkit-transform 250ms;
      transition: -webkit-transform 250ms;
      -o-transition: transform 250ms;
      transition: transform 250ms;
      transition: transform 250ms, -webkit-transform 250ms; }
  .mobile-nav .menu li.menu-item-has-children.is-open > a:after {
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg); }

.mobile-nav-on {
  overflow: hidden; }

.footer-default-holder {
  background-color: var(--bg-color-dark);
  color: white; }

.footer-bottom .footer-bottom-inner {
  padding: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.site-footer .footer-transparent-img {
  position: absolute;
  bottom: 0;
  left: 0; }

.page-title-wrapper {
  text-align: center;
  padding: var(--spacing-lg) 0;
  background-color: var(--bg-color-dark); }
  .page-title-wrapper .page-title-text,
  .page-title-wrapper .page-subtitle,
  .page-title-wrapper .breadcrumbs .breadcrumbs-crumb,
  .page-title-wrapper .page-title-subtitle {
    color: var(--color-white); }
  .page-title-wrapper a {
    color: currentColor; }
  .page-title-wrapper .page-title-subtitle {
    font-size: 1.25rem;
    font-weight: var(--font-weight-light);
    opacity: 0.7;
    margin-top: 1.25rem; }
  .page-title-wrapper .breadcrumbs {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }

.page-title-text {
  font-size: 3rem;
  line-height: 1.15;
  letter-spacing: -0.0225em;
  margin: 0; }
  .page-title-text em {
    font-weight: var(--font-weight-medium); }
  @media (max-width: 991px) {
    .page-title-text {
      font-size: 2.25rem; } }

.page-subtitle {
  font-size: 19px;
  margin: 16px 0 0 0; }

.breadcrumbs {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
  margin: 0 auto 19px;
  word-break: break-word; }
  .breadcrumbs .breadcrumbs-crumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0;
    margin-right: 10px;
    color: var(--text-color-medium);
    font-size: 15px;
    font-weight: 400; }
    .breadcrumbs .breadcrumbs-crumb a {
      color: currentColor; }
    .breadcrumbs .breadcrumbs-crumb:not(:last-of-type):after {
      margin-left: 10px;
      content: "/";
      color: currentColor;
      opacity: .6; }

.global-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .global-pagination .page-pagination {
    padding: 0;
    margin: 40px 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (min-width: 992px) {
      .global-pagination .page-pagination {
        margin-top: 60px; } }
    .global-pagination .page-pagination li {
      list-style: none;
      margin: 0 1px; }
      .global-pagination .page-pagination li span, .global-pagination .page-pagination li a {
        min-width: 32px;
        height: 36px;
        -webkit-border-radius: 4px;
                border-radius: 4px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        text-align: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        text-decoration: none;
        color: var(--text-color-medium);
        border: 1px solid transparent; }
      .global-pagination .page-pagination li a:hover {
        background: rgba(0, 0, 0, 0.03); }
      .global-pagination .page-pagination li a:active {
        background: rgba(0, 0, 0, 0.06); }
      .global-pagination .page-pagination li .page-numbers.current {
        color: var(--text-color-dark);
        border-color: rgba(0, 0, 0, 0.1); }
        .global-pagination .page-pagination li .page-numbers.current:hover, .global-pagination .page-pagination li .page-numbers.current:active {
          background: none;
          cursor: default; }

.page-links {
  padding: 0;
  margin: 40px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .page-links .post-page-numbers {
    min-width: 32px;
    height: 36px;
    -webkit-border-radius: 4px;
            border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-decoration: none;
    color: var(--text-color-medium);
    border: 1px solid transparent;
    margin: 0 1px; }
    .page-links .post-page-numbers.current {
      color: var(--text-color-dark);
      border-color: rgba(0, 0, 0, 0.1); }
      .page-links .post-page-numbers.current:hover, .page-links .post-page-numbers.current:active {
        background: none;
        cursor: default; }
  .page-links a:hover {
    background: rgba(0, 0, 0, 0.03); }
  .page-links a:active {
    background: rgba(0, 0, 0, 0.06); }

/* WordPress Comments
   ========================================================================== */
.comment-list {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  .comment-list .pingback,
  .comment-list .trackback,
  .comment-list .comment {
    list-style-type: none;
    margin-top: 0;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #eee; }
    .comment-list .pingback:last-child,
    .comment-list .trackback:last-child,
    .comment-list .comment:last-child {
      margin-bottom: 0; }
  .comment-list .bypostauthor {
    display: block; }
  .comment-list .trackback,
  .comment-list .pingback {
    padding-left: 0; }
    .comment-list .trackback .comment-content,
    .comment-list .pingback .comment-content {
      margin-left: 0; }
  .comment-list > .trackback:last-child,
  .comment-list > .pingback:last-child,
  .comment-list > .comment:last-child {
    margin-bottom: 0; }
  .comment-list .children {
    padding: 0; }
    .comment-list .children > li {
      padding-left: 61px; }
  .comment-list .comment-header {
    margin-bottom: 9px; }
  .comment-list .comment-author {
    float: left; }
    .comment-list .comment-author img {
      -webkit-border-radius: 50%;
              border-radius: 50%; }
  .comment-list .comment-content {
    position: relative;
    overflow: hidden;
    margin-left: 92px; }
  .comment-list .meta {
    margin-bottom: 6px; }
  .comment-list .fn {
    font-size: 18px;
    display: inline-block;
    margin-bottom: 0; }
    .comment-list .fn a {
      font-style: inherit;
      font-size: inherit;
      color: inherit; }
  .comment-list .description {
    line-height: 2.14; }
  .comment-list .comment-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 12px;
    color: var(--text-color-light);
    font-weight: 400; }
  .comment-list .comment-datetime {
    margin: 0 10px 0 0; }
  .comment-list .comment-actions a {
    font-weight: 500;
    color: #5c5c5c;
    margin: 0 10px 0 0; }
  .comment-list .comment-awaiting-messages {
    display: block; }
  .comment-list .comment-respond {
    margin-top: 30px; }

@media (max-width: 1199px) {
  .comment-list .vcard img {
    width: 50px; }
  .comment-list .comment-content {
    margin-left: 70px; }
  .comment-list .children > li {
    padding-left: 35px; } }

#cancel-comment-reply-link {
  color: var(--color-celadon-blue);
  font-size: 1rem;
  margin-left: 0.625rem; }

@media (max-width: 767px) {
  .comment-list .comment {
    margin-top: 25px; }
  .comment-list .vcard img {
    width: 40px; }
  .comment-list .comment-content {
    margin-left: 60px; }
  .comment-list .children > li {
    padding-left: 20px; }
  .comment-form textarea {
    height: 120px; } }

/* Page Pre-Loader
   ========================================================================== */
.site-pre-loader {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999999;
  overflow: hidden;
  -webkit-transition: opacity .5s;
  -o-transition: opacity .5s;
  transition: opacity .5s;
  background-color: var(--color-white); }
  .site-pre-loader__inner {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .site-pre-loader .sk-wrap {
    width: 60px;
    height: 60px;
    margin: 0 auto;
    font-size: 0;
    color: var(--color-accent); }
    .site-pre-loader .sk-wrap .sk-circle {
      margin: 0 auto; }
  .site-pre-loader .sk-wandering-cubes .sk-cube {
    width: 16px;
    height: 16px; }
  .site-pre-loader .sk-three-bounce {
    width: 80px;
    height: 20px; }
    .site-pre-loader .sk-three-bounce .sk-child {
      display: block;
      float: left; }
    .site-pre-loader .sk-three-bounce .sk-bounce2 {
      margin: 0 10px; }
  .site-pre-loader .sk-wave > div {
    width: 7px;
    margin: 0 2px 0 2px; }

body.loaded .site-pre-loader {
  opacity: 0; }

.top-bar {
  width: 100%;
  height: 44px;
  background: var(--color-celadon-blue);
  color: var(--color-white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 999; }
  .top-bar__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100%; }
  @media (max-width: 991px) {
    .top-bar .top-bar-left {
      display: none; }
    .top-bar__inner {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .hide-top-bar-on-mobile .top-bar {
      display: none; } }
  .top-bar a {
    font-weight: inherit; }
    .top-bar a:hover, .top-bar a:focus {
      text-decoration: none; }
  .top-bar .tob-bar-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 15px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .top-bar .info-list {
    list-style: none;
    padding: 0;
    margin: 0; }
    .top-bar .info-list .info-item {
      position: relative;
      padding-bottom: 3px;
      padding-top: 2px;
      margin-top: 0;
      display: inline-block;
      line-height: 1;
      margin-right: 15px; }
      .top-bar .info-list .info-item:last-child {
        margin-right: 0; }
      .top-bar .info-list .info-item a {
        line-height: 1; }
      .top-bar .info-list .info-item + .info-item {
        padding-left: 15px; }
        .top-bar .info-list .info-item + .info-item:before {
          content: '';
          position: absolute;
          left: 0;
          top: 50%;
          -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
                  transform: translateY(-50%);
          width: 1px;
          height: 20px;
          background: currentColor;
          opacity: 0.5; }
    .top-bar .info-list .info-icon {
      font-size: 14px;
      margin-right: 5px;
      vertical-align: middle; }
    .top-bar .info-list .info-text {
      vertical-align: middle; }
  .top-bar .top-bar-social-media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px; }
    .top-bar .top-bar-social-media a {
      width: 28px;
      height: 28px;
      border: 1px solid;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-border-radius: 20px;
              border-radius: 20px; }

.vancouver-popup {
  display: none;
  margin: 25px auto;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  width: 100%;
  background-color: #fff;
  background-image: none;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
  background-position: left center;
  max-width: 600px; }

/* General
   ========================================================================== */
a {
  color: var(--color-celadon-blue);
  cursor: pointer;
  text-decoration: none; }
  a:hover, a:focus {
    outline: 0;
    text-decoration: underline; }
  a[href^=tel] {
    text-decoration: none; }

.disable-underline, .post-info-category a {
  text-decoration: none !important; }

.color-inherit {
  color: currentColor; }

ul {
  padding-left: 20px; }

ol {
  list-style: decimal;
  padding-left: 30px; }

ol, ul {
  margin-top: 1em;
  margin-bottom: 1em; }
  ol li + li, ul li + li {
    margin: 10px 0 0; }

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

dt {
  font-weight: 700; }

dd {
  margin: 0 1.5em 1.5em; }

.list-style-dots {
  list-style-type: none;
  padding: 0; }
  .list-style-dots li {
    position: relative;
    padding: 0 0 0 15px; }
    .list-style-dots li:before {
      content: '\f111';
      position: absolute;
      top: 11px;
      left: 0;
      font-size: 3px; }

::-webkit-input-placeholder {
  color: var(--text-color-medium); }

:-moz-placeholder {
  /* Firefox 18- */
  color: var(--text-color-medium); }

::-moz-placeholder {
  /* Firefox 19+ */
  color: var(--text-color-medium); }

:-ms-input-placeholder {
  color: var(--text-color-medium); }

label {
  display: block;
  color: var(--text-color-dark);
  font-size: 15px;
  margin-bottom: 8px; }

input[type='text'],
input[type='email'],
input[type='url'],
input[type='password'],
input[type='search'],
input[type='number'],
input[type='tel'] {
  background-color: var(--bg-color-light);
  border: 1px solid #cbd6e2;
  -webkit-border-radius: 0.25rem;
          border-radius: 0.25rem;
  color: var(--text-color-dark);
  display: inline-block;
  padding: 0.75rem 1rem;
  outline: none;
  width: 100%;
  -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out;
  -o-transition: background-color .15s ease-in-out, border-color .15s ease-in-out;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out; }
  input[type='text']:focus,
  input[type='email']:focus,
  input[type='url']:focus,
  input[type='password']:focus,
  input[type='search']:focus,
  input[type='number']:focus,
  input[type='tel']:focus {
    border-color: var(--color-celadon-blue); }

select {
  padding: 3px 35px 3px 16px;
  min-height: 48px;
  max-width: 100%;
  width: 100%;
  outline: none;
  border: 1px solid #cbd6e2;
  color: var(--text-color-dark);
  -webkit-border-radius: 5px;
          border-radius: 5px;
  background: var(--bg-color-light) url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAFCAYAAAELY03+AAAABGdBTUEAALGPC/xhBQAAAFFJREFUCB1tTsERwCAIC9MyhnQMprUJPTw9mweGmACWmQFggGSSQCT02lLUCaayAuTubrcNeNr5TaRAZyhd6A1q2hnkQ8IPKl3G/tyPoHaMfwHyzSNHeemKDAAAAABJRU5ErkJggg==") no-repeat center right 16px;
  -moz-appearance: none;
  -webkit-appearance: none; }
  select:focus {
    border-color: var(--color-celadon-blue); }

textarea {
  width: 100%;
  outline: none;
  border: 1px solid #cbd6e2;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  background: var(--bg-color-light);
  color: var(--text-color-dark);
  display: block;
  padding: 0.75rem 1rem;
  max-width: 100%;
  min-height: 110px; }
  textarea:focus {
    border-color: var(--color-celadon-blue); }

/* Remove box shadow from input on ios */
input[type='text'],
input[type='email'],
input[type='url'],
input[type='password'],
input[type='search'],
input[type='tel'],
textarea {
  -webkit-appearance: none; }

@-webkit-keyframes autofill {
  to {
    color: #666;
    background: #fff; } }

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-animation-name: autofill;
  -webkit-animation-fill-mode: both; }

/* Contact Form 7
   ========================================================================== */
.cim-contact-form-7 .wpcf7-textarea {
  height: 150px; }

.cim-contact-form-7 .ajax-loader,
.cim-contact-form-7 .wpcf7-spinner {
  display: none !important; }

.cim-contact-form-7 .wpcf7-form br {
  display: none; }

.cim-contact-form-7 .form-submit {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%; }

.cim-contact-form-7 .wpcf7-list-item.first {
  margin-left: 0; }

.form-holder {
  display: grid;
  grid-row-gap: 20px; }

.form-row p {
  display: grid;
  grid-gap: 20px; }
  @media (min-width: 768px) {
    .form-row p {
      grid-template-columns: repeat(1, minmax(0, 1fr)); } }

@media (min-width: 768px) {
  .form-row.two-columns p {
    grid-template-columns: repeat(2, minmax(0, 1fr)); } }

.cim-button-align-start .form-submit {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.cim-button-align-center .form-submit {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.cim-button-align-end .form-submit {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.cim-button-align-stretch .form-submit input[type='submit'],
.cim-button-align-stretch .form-submit button {
  text-align: center;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  width: 100%; }

/* Subscribe Form
   ========================================================================== */
.subscribe-form {
  position: relative;
  margin-bottom: 10px; }
  .subscribe-form input[type="email"] {
    padding-right: 100px; }
  .subscribe-form .wpcf7-submit {
    position: absolute;
    top: 0;
    right: 0;
    background: transparent !important;
    padding: 0 16px;
    color: var(--color-celadon-blue) !important; }
  .subscribe-form .wpcf7-spinner {
    position: absolute;
    top: 12px;
    right: 50px; }

input[type='checkbox'] {
  position: relative;
  background: transparent;
  border-width: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin: 0 10px 0 3px !important;
  cursor: pointer; }
  input[type='checkbox']:before {
    content: '';
    display: block;
    width: 18px;
    height: 18px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background: #fff;
    border: 1px solid #aaa;
    -webkit-border-radius: 3px;
            border-radius: 3px; }
  input[type='checkbox']:after {
    font-size: 14px;
    content: '\f00c' !important;
    color: #fff;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    -webkit-transform: translate(-50%, -50%) scale(0);
        -ms-transform: translate(-50%, -50%) scale(0);
            transform: translate(-50%, -50%) scale(0); }
  input[type='checkbox']:hover:before {
    border-color: var(--color-celadon-blue); }
  input[type='checkbox']:checked:before {
    background: var(--color-celadon-blue);
    border-color: transparent; }
  input[type='checkbox']:checked:after {
    -webkit-transform: translate(-50%, -50%) scale(1);
        -ms-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1); }

input[type='radio'] {
  position: relative;
  padding: 5px;
  margin: 0 10px 0 3px;
  cursor: pointer; }
  input[type='radio']:before {
    content: '';
    display: block;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background: #fff;
    border: 1px solid #aaa;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    -webkit-transition: border-color .3s ease;
    -o-transition: border-color .3s ease;
    transition: border-color .3s ease; }
  input[type='radio']:after {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    position: absolute;
    top: 50%;
    left: 50%;
    background: var(--color-celadon-blue);
    -webkit-border-radius: 50%;
            border-radius: 50%;
    -webkit-transform: translate(-50%, -50%) scale(0);
        -ms-transform: translate(-50%, -50%) scale(0);
            transform: translate(-50%, -50%) scale(0);
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease; }
  input[type='radio']:hover:before {
    border-color: var(--color-celadon-blue); }
  input[type='radio']:checked {
    cursor: auto; }
    input[type='radio']:checked:before {
      border-color: var(--color-celadon-blue); }
    input[type='radio']:checked:after {
      -webkit-transform: translate(-50%, -50%) scale(1);
          -ms-transform: translate(-50%, -50%) scale(1);
              transform: translate(-50%, -50%) scale(1); }

button,
input[type='button'],
input[type='reset'],
input[type='submit'],
.button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  word-break: break-word;
  white-space: pre-line;
  cursor: pointer;
  border: 1px solid transparent;
  text-decoration: none;
  line-height: 1;
  -webkit-border-radius: 2em;
          border-radius: 2em;
  font-weight: var(--font-weight-bold);
  letter-spacing: 0.00065em;
  min-width: auto;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background-color: var(--color-accent);
  color: var(--color-white);
  font-size: 1rem;
  height: 3em;
  padding: calc(0.5em - 1px) 1.5em; }
  button:hover, button:active, button:focus,
  input[type='button']:hover,
  input[type='button']:active,
  input[type='button']:focus,
  input[type='reset']:hover,
  input[type='reset']:active,
  input[type='reset']:focus,
  input[type='submit']:hover,
  input[type='submit']:active,
  input[type='submit']:focus,
  .button:hover,
  .button:active,
  .button:focus {
    text-decoration: none; }
  button:hover, button:active, button:focus,
  input[type='button']:hover,
  input[type='button']:active,
  input[type='button']:focus,
  input[type='reset']:hover,
  input[type='reset']:active,
  input[type='reset']:focus,
  input[type='submit']:hover,
  input[type='submit']:active,
  input[type='submit']:focus,
  .button:hover,
  .button:active,
  .button:focus {
    background: var(--color-accent-darker);
    color: var(--color-white); }
  button:focus,
  input[type='button']:focus,
  input[type='reset']:focus,
  input[type='submit']:focus,
  .button:focus {
    outline: none; }
  button[disabled],
  input[type='button'][disabled],
  input[type='reset'][disabled],
  input[type='submit'][disabled],
  .button[disabled] {
    cursor: not-allowed;
    opacity: .5; }

hr {
  height: 1px;
  outline: none;
  border: none;
  margin: 0 auto;
  padding: 0;
  display: block;
  width: 100%;
  border-top: 1px solid var(--border-color-regular);
  max-width: var(--container-width); }

::-moz-selection {
  background-color: var(--color-celadon-blue);
  color: var(--color-white); }

::selection {
  background-color: var(--color-celadon-blue);
  color: var(--color-white); }

img {
  max-width: 100%;
  /* Make sure images are scaled correctly. */
  height: auto;
  /* Adhere to container width. */
  vertical-align: top; }

figcaption {
  text-align: center;
  font-size: .9em;
  margin: 10px 0; }

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

td,
th {
  border: 1px solid rgba(0, 0, 0, 0.08);
  padding: 10px;
  vertical-align: middle; }

th {
  font-weight: 700; }

table th.empty {
  visibility: hidden;
  border: 0;
  background: none; }

table tr:nth-child(2n) td {
  background: rgba(0, 0, 0, 0.01); }

body {
  font-family: var(--primary-font);
  font-size: 1rem;
  color: var(--text-color-medium);
  line-height: 1.5;
  overflow-x: hidden; }

h1, h2, h3, h4, h5, h6, caption, th,
.heading,
.heading-color {
  clear: both;
  font-weight: var(--font-weight-medium);
  color: var(--text-color-dark); }

p {
  margin-bottom: 1.5em;
  margin-top: 0; }
  p:last-child {
    margin-bottom: 0; }

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

address {
  margin: 0 0 1.5em; }

pre {
  font-size: 15px;
  overflow: auto;
  margin-bottom: 1.6em;
  padding: 1.6em;
  max-width: 100%;
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  line-height: 1.6;
  white-space: pre-wrap;
  /* css-3 */
  white-space: -moz-pre-wrap;
  /* Mozilla, since 1999 */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  word-wrap: break-word; }

code,
kbd,
tt,
var {
  font-size: 15px;
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace; }

code {
  background: #f3f4f5; }

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

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

big {
  font-size: 125%; }

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

blockquote {
  margin: 2rem 0 2rem;
  -webkit-box-shadow: -2px 0px 0px 0px var(--color-accent);
          box-shadow: -2px 0px 0px 0px var(--color-accent);
  padding-left: 1.25rem;
  color: var(--text-color-dark); }
  blockquote p {
    font-style: italic;
    font-size: 1.5rem;
    line-height: 1.5; }

/* Pages
   ========================================================================== */
/* Post Layout: grid
   ========================================================================== */
.post-grid .post-title {
  font-size: 1.375rem; }

.post-grid .post-thumbnail {
  margin-bottom: 24px; }

.post-grid .read-more {
  margin-top: 1rem; }

.posts-grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 40px; }
  @media (min-width: 768px) {
    .posts-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      grid-gap: 60px 40px; } }

/* Post Layout: list-01
   ========================================================================== */
.posts-list {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 60px; }

.post-list .post-title {
  font-size: 2rem; }

.post-list .post-content {
  font-size: 1.0625rem;
  line-height: 1.5; }

.post-list .post-list-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%; }
  @media (max-width: 991px) {
    .post-list .post-list-inner {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .post-list .post-list-inner .post-thumbnail {
        margin-bottom: 24px;
        width: 100%; } }

.post-list .post-thumbnail {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 50%; }

.post-list .post-info {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

@media (min-width: 768px) {
  .post-list.has-post-thumbnail .post-info {
    padding: 1.5rem 2rem 1.5rem 2.625rem; } }

/* Post Item
   ========================================================================== */
.post-item.sticky {
  padding: var(--spacing-xs);
  border: 1px solid var(--border-color-regular);
  -webkit-border-radius: 8px;
          border-radius: 8px; }

.post-item .post-title {
  margin-bottom: 15px;
  letter-spacing: -.3pt;
  line-height: 1.2;
  word-break: break-word; }
  .post-item .post-title a:hover {
    text-decoration: underline; }

.post-item .post-thumbnail {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1200 / 720; }
  .post-item .post-thumbnail img {
    position: absolute;
    inset: 0px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0px;
    border: none;
    margin: auto;
    display: block;
    width: 0px;
    height: 0px;
    min-width: 100%;
    max-width: 100%;
    min-height: 100%;
    max-height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
  .post-item .post-thumbnail a:hover:before {
    background: rgba(0, 0, 0, 0.03); }
  .post-item .post-thumbnail a:hover:active {
    background: rgba(0, 0, 0, 0.06); }

/* Post Info
   ========================================================================== */
.post-info-category {
  display: block;
  margin-bottom: 15px; }
  .post-info-category a {
    font-size: 0.9375rem;
    display: inline-block;
    padding: 0.05rem 0.5rem;
    border: 1px solid var(--color-celadon-blue);
    color: var(--color-celadon-blue);
    -webkit-border-radius: 2pt;
            border-radius: 2pt;
    margin: 6px 6px 0 0; }

.post-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .post-meta--readtime {
    margin-left: 1.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .post-meta--readtime i {
      font-size: 14px;
      margin-right: 8px; }

.post-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1rem; }
  .post-author .post-author-image {
    width: 40px;
    height: 40px;
    -webkit-border-radius: 100%;
            border-radius: 100%;
    border: 1px solid #c4c4c4;
    margin-right: 0.5rem;
    overflow: hidden; }
  .post-author .post-author-text {
    color: var(--text-color-medium); }

.post-content {
  margin-top: 15px;
  margin-bottom: 15px;
  color: var(--text-color-dark); }

/* Post Single
   ========================================================================== */
.cnd-post-single.has-post-thumbnail .entry-header {
  padding-bottom: 240px; }

.cnd-post-single .entry-header {
  background: var(--bg-color-dark);
  padding-top: var(--spacing-xs);
  padding-bottom: var(--spacing-lg);
  color: var(--color-white); }
  .cnd-post-single .entry-header .entry-title,
  .cnd-post-single .entry-header .breadcrumbs .breadcrumbs-crumb,
  .cnd-post-single .entry-header .breadcrumbs .breadcrumbs-crumb:after,
  .cnd-post-single .entry-header .post-content {
    color: currentColor; }
  .cnd-post-single .entry-header .entry-title {
    font-size: 3rem;
    line-height: 3.5rem;
    word-break: break-word; }
    @media (max-width: 1199px) {
      .cnd-post-single .entry-header .entry-title {
        font-size: 2.25rem;
        line-height: 2.625rem; } }
  .cnd-post-single .entry-header .post-content {
    font-size: 1.25rem;
    font-weight: var(--font-weight-light);
    opacity: 0.7; }
  .cnd-post-single .entry-header .post-info-category a {
    color: currentColor;
    border-color: currentColor; }
  .cnd-post-single .entry-header__inner {
    text-align: center;
    padding-top: var(--spacing-lg); }
    @media (min-width: 992px) {
      .cnd-post-single .entry-header__inner {
        max-width: 70%;
        margin-left: auto;
        margin-right: auto; } }
  .cnd-post-single .entry-header .post-meta {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 15px; }

.cnd-post-single .post-thumbnail {
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: -webkit-fill-available;
  overflow: hidden;
  position: relative;
  width: 100%;
  margin-top: -160px; }

@media (min-width: 992px) {
  .cnd-post-single .post-body,
  .cnd-post-single .post-comments,
  .cnd-post-single .entry-footer,
  .cnd-post-single .page-links {
    max-width: 70%;
    margin-left: auto;
    margin-right: auto; } }

.cnd-post-single .post-body::after {
  content: "";
  display: table;
  clear: both; }

/* Related Posts
   ========================================================================== */
.related-posts {
  padding-top: var(--spacing-lg);
  padding-bottom: 180px;
  margin-bottom: -80px;
  background-color: var(--bg-color-light); }
  .related-posts--title {
    font-size: 2rem;
    text-align: center;
    margin-bottom: 40px; }
  .related-posts__grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 40px; }
    @media (min-width: 768px) {
      .related-posts__grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 60px 40px; } }
    @media (min-width: 992px) {
      .related-posts__grid {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-gap: 60px 40px; } }

.entry-footer {
  padding-top: var(--spacing-md); }

.tagcloud a, .wp-block-tag-cloud a {
  display: inline-block;
  padding: 0.375rem 0.75rem;
  -webkit-border-radius: 6.25rem;
          border-radius: 6.25rem;
  background: var(--bg-color-light);
  font-size: 0.9375rem !important;
  color: var(--text-color-medium);
  margin: .25rem .5rem .25rem 0; }
  .tagcloud a:hover, .tagcloud a:focus, .tagcloud a:active, .wp-block-tag-cloud a:hover, .wp-block-tag-cloud a:focus, .wp-block-tag-cloud a:active {
    color: var(--text-color-dark);
    text-decoration: none;
    -webkit-transition: color 0.2s ease;
    -o-transition: color 0.2s ease;
    transition: color 0.2s ease; }

/* Comments
   ========================================================================== */
.gs-comments {
  border-top: 1px solid var(--border-color-regular);
  padding-top: var(--spacing-lg);
  padding-bottom: var(--spacing-lg); }
  .gs-comments .gs-comments-title {
    font-size: 2rem;
    text-align: center;
    margin-bottom: 40px; }
  .gs-comments input, .gs-comments textarea {
    margin-bottom: 20px; }

.gs-comments-list {
  padding-bottom: var(--spacing-md); }

.post-password-form input[type='submit'] {
  display: block;
  margin-top: 1rem; }

/* 404 Page
   ========================================================================== */
.page-404 {
  position: relative;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: var(--spacing-md); }
  .page-404 img {
    margin-top: var(--spacing-sm); }
  .page-404 .button-wrapper {
    margin-top: 1.875rem; }
  @media (min-width: 768px) {
    .page-404 {
      max-width: 50%; }
      .page-404__title {
        font-size: 3rem;
        letter-spacing: -.0625rem; }
      .page-404__text {
        font-size: 1.375rem;
        font-weight: var(--font-weight-light); } }

.page.type-page + .gs-comments {
  margin-top: var(--spacing-lg); }

/* Elementor
   ========================================================================== */
.elementor-page .page-main-content {
  padding: 0; }
  .elementor-page .page-main-content .global-margin-lg {
    margin: 0; }
  .elementor-page .page-main-content .container-lg {
    max-width: 100%; }

body .elementor-section.elementor-section-boxed {
  padding-left: calc(var(--base-padding) / 2) !important;
  padding-right: calc(var(--base-padding) / 2) !important; }
  @media (min-width: 992px) {
    body .elementor-section.elementor-section-boxed > .elementor-container {
      max-width: var(--container-width); } }

.elementor-icon.elementor-social-icon {
  font-size: var(--icon-size, 25px);
  line-height: var(--icon-size, 25px);
  width: calc(var(--icon-size, 25px) + 2 * var(--icon-padding, .5em));
  height: calc(var(--icon-size, 25px) + 2 * var(--icon-padding, .5em)); }

.elementor-icon.elementor-social-icon {
  --e-social-icon-icon-color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-color: #69727d;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  cursor: pointer; }

/* Widget: Section Heading
   ========================================================================== */
.cim-section-heading .primary-heading {
  font-size: 3.75rem;
  line-height: calc(1em + 1pt);
  letter-spacing: -1.5pt;
  margin-bottom: 0; }
  @media (max-width: 991px) {
    .cim-section-heading .primary-heading {
      font-size: 2.5rem; } }
  .cim-section-heading .primary-heading mark {
    font-family: var(--secondary-font);
    font-weight: var(--font-weight-default);
    color: var(--color-accent);
    font-style: italic; }

.cim-section-heading .section-subtitle {
  font-size: .75rem;
  line-height: 1;
  letter-spacing: 1pt;
  text-transform: uppercase; }

.cim-section-heading .heading-description {
  font-size: 1.25rem;
  color: var(--text-color-dark); }

.cim-section-heading .heading-divider-wrap {
  line-height: 0;
  margin-top: 16px; }

.cim-section-heading .heading-divider {
  display: inline-block;
  height: 2px;
  width: 100px;
  background: var(--bg-color-dark); }

/* Widget: Icon Box
   ========================================================================== */
.elementor-widget-cim-icon-box .cim-icon-box {
  position: relative;
  display: block;
  width: 100%;
  -webkit-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  /**
         * Hover background
         */ }
  .elementor-widget-cim-icon-box .cim-icon-box:before {
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    visibility: hidden;
    opacity: 0; }
  .elementor-widget-cim-icon-box .cim-icon-box:hover:before {
    visibility: visible;
    opacity: 1; }

.elementor-widget-cim-icon-box .icon-box-holder {
  position: relative;
  z-index: 1;
  text-align: center; }

.elementor-widget-cim-icon-box .icon, .elementor-widget-cim-icon-box .heading, .elementor-widget-cim-icon-box .description, .elementor-widget-cim-icon-box .cim-icon-view {
  -webkit-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out; }

.elementor-widget-cim-icon-box .cim-icon-wrap {
  display: inline-block;
  line-height: 0; }

.elementor-widget-cim-icon-box .heading,
.elementor-widget-cim-icon-box .description {
  display: inline-block; }

.elementor-widget-cim-icon-box .heading {
  font-size: 20px;
  margin-bottom: 0; }
  .elementor-widget-cim-icon-box .heading a {
    color: inherit; }

.elementor-widget-cim-icon-box .heading-holder + .description-holder {
  margin-top: 10px; }

.elementor-widget-cim-icon-box .description {
  font-size: 15px;
  line-height: 1.74; }

.elementor-widget-cim-icon-box .icon-box-content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.elementor-widget-cim-icon-box .button-wrapper {
  margin: 34px 0 0; }

.cim-icon {
  display: inline-block;
  text-align: center;
  font-size: 48px;
  line-height: 1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: var(--color-accent); }
  .cim-icon .icon {
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out; }
  .cim-icon i,
  .cim-icon svg {
    width: 1em;
    height: 1em;
    position: relative;
    display: block; }
  .cim-icon i {
    background: inherit; }
    .cim-icon i:before {
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%); }

.icon-view-stacked .cim-icon-view {
  padding: 1em;
  background-color: var(--bg-color-light); }

.icon-shape-circle .cim-icon-view {
  -webkit-border-radius: 50%;
          border-radius: 50%; }

@media (min-width: 768px) {
  .elementor-widget-cim-icon-box.elementor-position-left .icon-box-holder, .elementor-widget-cim-icon-box.elementor-position-right .icon-box-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .elementor-widget-cim-icon-box.elementor-position-left .cim-icon-wrap, .elementor-widget-cim-icon-box.elementor-position-right .cim-icon-wrap {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .elementor-widget-cim-icon-box.elementor-position-left .heading-holder + .description-holder, .elementor-widget-cim-icon-box.elementor-position-right .heading-holder + .description-holder {
    margin-top: 17px; }
  .elementor-widget-cim-icon-box.elementor-position-right .icon-box-holder {
    text-align: right;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
  .elementor-widget-cim-icon-box.elementor-position-right .cim-icon-wrap {
    margin-left: 20px; }
  .elementor-widget-cim-icon-box.elementor-position-left .icon-box-holder {
    text-align: left;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
  .elementor-widget-cim-icon-box.elementor-position-left .cim-icon-wrap {
    margin-right: 20px; }
  .elementor-widget-cim-icon-box.elementor-position-top .cim-icon-wrap {
    margin-bottom: 24px; }
  .elementor-widget-cim-icon-box.elementor-vertical-align-top .icon-box-holder {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .elementor-widget-cim-icon-box.elementor-vertical-align-middle .icon-box-holder {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .elementor-widget-cim-icon-box.elementor-vertical-align-bottom .icon-box-holder {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; } }

@media (max-width: 767px) {
  .elementor-widget-cim-icon-box .cim-icon-wrap {
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 15px; } }

.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
  width: 30px;
  height: 70px;
  position: absolute;
  top: 50%;
  z-index: 90;
  display: inline-block;
  margin-top: -35px;
  font-size: 0;
  cursor: pointer;
  -webkit-border-radius: 0;
          border-radius: 0;
  border: 0 !important;
  background: none !important; }

.owl-carousel .owl-nav .owl-prev {
  left: -40px; }

.owl-carousel .owl-nav .owl-next {
  right: -40px; }

/* Gutenberg
   ========================================================================== */
.has-large-font-size,
.has-huge-font-size {
  line-height: 1.3;
  margin-bottom: 18px; }

.wp-block-cover,
.wp-block-pullquote,
.wp-block-preformatted,
.wp-block-group,
.wp-block-group.has-background,
.wp-block-archives,
.wp-block-categories,
.wp-block-calendar {
  margin-bottom: 30px; }

.wp-block-button {
  margin-bottom: 1.5rem; }
  .wp-block-button .wp-block-button__link {
    padding: 16px 41px; }
  .wp-block-button.is-style-outline .wp-block-button__link {
    border-color: currentColor !important;
    background-color: transparent;
    padding: 14px 41px; }
    .wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color) {
      color: inherit; }

.wp-block-cover,
.wp-block-cover-image {
  color: #fff; }
  .wp-block-cover a,
  .wp-block-cover-image a {
    color: #fff; }
    .wp-block-cover a:hover,
    .wp-block-cover-image a:hover {
      color: #fff;
      text-decoration: underline; }

.wp-block-embed iframe {
  max-width: 100%; }

.wp-block-embed .wp-block-embed__wrapper {
  position: relative; }

.wp-block-embed.wp-has-aspect-ratio .wp-block-embed__wrapper::before {
  content: "";
  display: block;
  padding-top: 50%; }

.wp-block-embed.wp-has-aspect-ratio iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%; }

.wp-block-embed .wp-embed-responsive .wp-embed-aspect-21-9 .wp-block-embed__wrapper::before {
  padding-top: 42.85%; }

.wp-block-embed .wp-embed-responsive .wp-embed-aspect-18-9 .wp-block-embed__wrapper::before {
  padding-top: 50%; }

.wp-block-embed .wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper::before {
  padding-top: 56.25%; }

.wp-block-embed .wp-embed-responsive .wp-embed-aspect-4-3 .wp-block-embed__wrapper::before {
  padding-top: 75%; }

.wp-block-embed .wp-embed-responsive .wp-embed-aspect-1-1 .wp-block-embed__wrapper::before {
  padding-top: 100%; }

.wp-block-embed .wp-embed-responsive .wp-embed-aspect-9-6 .wp-block-embed__wrapper::before {
  padding-top: 66.66%; }

.wp-block-embed .wp-embed-responsive .wp-embed-aspect-1-2 .wp-block-embed__wrapper::before {
  padding-top: 200%; }
/*# sourceMappingURL=main.css.map */