/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

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

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/**
 * Swiper 8.4.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 30, 2023
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
.images-compare-container{display:inline-block;position:relative;overflow:hidden}.images-compare-before{will-change:clip;position:absolute;top:0;left:0;z-index:2;pointer-events:none;overflow:hidden}.images-compare-after{pointer-events:none}.images-compare-after img,.images-compare-before img{max-width:100%;height:auto;display:block}.images-compare-separator{position:absolute;background:#fff;height:100%;width:1px;z-index:4;left:0;top:0}.images-compare-handle{height:38px;width:38px;position:absolute;left:50%;top:50%;margin-left:-22px;margin-top:-22px;border:3px solid #fff;-webkit-border-radius:1000px;-moz-border-radius:1000px;border-radius:1000px;-webkit-box-shadow:0 0 12px rgba(51,51,51,.5);-moz-box-shadow:0 0 12px rgba(51,51,51,.5);box-shadow:0 0 12px rgba(51,51,51,.5);z-index:3;background:#000;background:rgba(0,0,0,.7);cursor:pointer}.images-compare-left-arrow,.images-compare-right-arrow{width:0;height:0;border:6px inset transparent;position:absolute;top:50%;margin-top:-6px}.images-compare-left-arrow{border-right:6px solid #fff;left:50%;margin-left:-17px}.images-compare-right-arrow{border-left:6px solid #fff;right:50%;margin-right:-17px}.images-compare-label{font-family:sans-serif;text-transform:uppercase;font-weight:700;position:absolute;top:10px;left:10px;z-index:1;color:#000;color:rgba(0,0,0,.4);background:#fff;background:rgba(255,255,255,.7);padding:10px;border-radius:5px;pointer-events:none;display:none}.images-compare-container .images-compare-label{display:inherit}.images-compare-before .images-compare-label{left:10px}.images-compare-after .images-compare-label{left:auto;right:10px}
@charset "UTF-8";
html {
  font-size: 100%;
}

.container, .sg-section {
  margin: 0 auto;
  max-width: 90rem;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%;
}
@media (min-width: 769px) {
  .container, .sg-section {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 1025px) {
  .container, .sg-section {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

.fullwidth {
  margin-left: -1rem;
  margin-right: -1rem;
  position: relative;
}
@media (min-width: 769px) {
  .fullwidth {
    margin-left: -2rem;
    margin-right: -2rem;
  }
}
@media (min-width: 1025px) {
  .fullwidth {
    left: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    position: relative;
    right: 50%;
    width: 100vw;
  }
}
.fullwidth__container {
  margin: 0 auto;
  max-width: 90rem;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%;
}
@media (min-width: 769px) {
  .fullwidth__container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 1025px) {
  .fullwidth__container {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

html,
body {
  height: 100%;
}

html {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  font-size: 1rem;
  line-height: 1.5625rem;
  letter-spacing: 0.009375rem;
  display: flex;
  flex-direction: column;
  background-color: #1a1e22;
  color: #fcf9f2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Neue-Montreal", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 350;
}
body.flyout-nav-open {
  overflow: hidden;
}
body.has-fixed-nav {
  padding-top: 8.5625rem;
}
@media (min-width: 1024px) {
  body.has-fixed-nav {
    padding-top: 10.75rem;
  }
}
body.mce-content-body {
  background: #ffffff;
  color: #1a1e22;
  display: block;
  height: auto !important;
}
body .block-editor-block-list__layout {
  overflow-x: hidden;
}

button,
input,
select,
textarea {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  touch-action: manipulation;
}

button {
  cursor: pointer;
}

a {
  color: #af884a;
  transition: color 250ms ease;
  text-decoration: underline;
  text-decoration-skip: edges;
  cursor: pointer;
}
a svg {
  transition: fill 250ms ease;
}
a:hover, a:focus {
  color: rgb(121.234939759, 94.2168674699, 51.265060241);
  text-decoration: none;
}

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

a img {
  outline: 0;
}

video {
  max-width: 100%;
}

abbr, abbr[title] {
  text-decoration: none;
}

hr {
  display: block;
  border: none;
  border: 0;
  border-top: 0.0625rem solid #5f6264;
  margin: 1.5625rem 0;
  width: 100%;
}
hr.short {
  width: 1.875rem;
  border-width: 0.0625rem;
}

table {
  border-top: 0;
  border-bottom: 0;
  border-collapse: collapse;
}
table th,
table td {
  border: 0;
  border-bottom: dotted 0.125rem #af884a;
  padding: 1.25rem 4.0625rem;
  margin: 0;
}
table th {
  border-right: solid 0.125rem #af884a;
}
table td h3 {
  margin: 0;
  padding: 0;
  line-height: 1;
}
table td p {
  padding: 0;
  margin: 0;
}
table tr:first-child th,
table tr:first-child td {
  border-top: solid 0.125rem #af884a;
}
table tr:last-child th,
table tr:last-child td {
  border-bottom: solid 0.125rem #af884a;
}
@media (max-width: 767px) {
  table {
    display: block;
    text-align: left;
  }
  table th,
  table td {
    display: block;
    border: 0;
    padding: 1.375rem 1.75rem;
  }
  table th {
    padding: 1.375rem 1.75rem 0 1.75rem;
  }
  table td {
    padding: 0.5rem 1.75rem 1.375rem 1.75rem;
    border-bottom: dotted 0.125rem #af884a;
  }
  table tr:first-child th {
    border-top: solid 0.125rem #af884a;
    border-bottom: 0;
  }
  table tr:first-child td {
    border-top: 0;
  }
  table tr:last-child th {
    border: 0;
  }
  table tr:last-child td {
    border-bottom: solid 0.125rem #af884a;
  }
}

figure {
  margin: 0;
  padding: 0;
}
figure img {
  width: 100%;
  display: block;
}
figure figcaption {
  color: #ffffff;
  display: block;
}
figure figcaption::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.73));
}
figure figcaption::before {
  z-index: -1;
}

@font-face {
  font-family: "Erode";
  src: url(/wp-content/themes/kdc/assets/952fd775a561908a913bdb9d7a65b8b7.woff2) format("woff2"), url(/wp-content/themes/kdc/assets/415de48a9b177707bb548f8d8f5254bb.woff) format("woff"), url(/wp-content/themes/kdc/assets/d59a75ea3fb7997974be22a6c60639a4.ttf) format("truetype");
  font-weight: 300 700;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Erode-Italic";
  src: url(/wp-content/themes/kdc/assets/4e4f75c75eb1d3978fb4278efbafdf10.woff2) format("woff2"), url(/wp-content/themes/kdc/assets/ba08dd77510b2bf3e7bd69c64829456e.woff) format("woff"), url(/wp-content/themes/kdc/assets/64de8daec6cca1faa8bb8b67cad23c7b.ttf) format("truetype");
  font-weight: 300 700;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: "Neue-Montreal";
  src: url(/wp-content/themes/kdc/assets/ca0f77c918a04e064b48c3b1b52a85fb.woff2) format("woff2"), url(/wp-content/themes/kdc/assets/442cd4c94b61f51c7e77daf4fda77f9b.woff) format("woff");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Neue-Montreal";
  src: url(/wp-content/themes/kdc/assets/d5d7b37d2b238893c46a74b7eedd66e5.woff2) format("woff2"), url(/wp-content/themes/kdc/assets/ce433c3151f8b7e34d9d025883969468.woff) format("woff");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
p,
ul,
ol {
  margin: 0 0 1em;
}

h1:last-child,
.h1:last-child,
h2:last-child,
.h2:last-child,
h3:last-child,
.h3:last-child,
h4:last-child,
.h4:last-child,
h5:last-child,
.h5:last-child,
h6:last-child,
.h6:last-child,
p:last-child,
ul:last-child,
ol:last-child,
small:last-child {
  margin-bottom: 0;
}

strong {
  font-weight: 500;
}

.blog-content__author-name, h6,
.h6, h5,
.h5, h4,
.h4, h3,
.h3, h2,
.h2, h1,
.h1,
.blog-content__author-title,
.tabs__tab-title,
.related-services__title,
.logos__title,
.hero-simple__meta,
.feature__meta,
.credential__tag,
.content-grid__item-more,
.contact__title,
.teaser__meta,
.social-share__title,
.site-footer__title,
.breadcrumbs,
.anchor-nav__link,
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.heading-eyebrow {
  margin: 0 0 0.5625rem;
}

.blog-content__author-name, h6,
.h6, h5,
.h5, h4,
.h4, h3,
.h3, h2,
.h2, h1,
.h1 {
  font-family: "Erode", Georgia, Times, "Times New Roman", serif;
  font-weight: 300;
}

.blog-content__author-title, .tabs__tab-title, .related-services__title, .logos__title, .hero-simple__meta, .feature__meta, .credential__tag, .content-grid__item-more, .contact__title, .teaser__meta, .social-share__title, .site-footer__title, .breadcrumbs, .anchor-nav__link, h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small, .heading-eyebrow {
  font-family: "Neue-Montreal", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}

h1,
.h1 {
  font-size: 3rem;
  line-height: 3.3125rem;
  letter-spacing: 0;
  font-weight: 300;
}
@media screen and (min-width: 1025px) {
  h1,
  .h1 {
    font-size: 6.0625rem;
    line-height: 6.375rem;
    letter-spacing: -0.09375rem;
  }
}

h2,
.h2 {
  font-size: 2.25rem;
  line-height: 2.875rem;
  letter-spacing: 0;
}
@media screen and (min-width: 1025px) {
  h2,
  .h2 {
    font-size: 4rem;
    line-height: 4.375rem;
    letter-spacing: -0.09375rem;
  }
}

h3,
.h3 {
  font-size: 1.875rem;
  line-height: 2.625rem;
  letter-spacing: 0;
}
@media screen and (min-width: 1025px) {
  h3,
  .h3 {
    font-size: 3rem;
    line-height: 3.3125rem;
    letter-spacing: 0;
  }
}

h4,
.h4 {
  font-size: 1.75rem;
  line-height: 1.75rem;
  letter-spacing: 0;
}
@media screen and (min-width: 1025px) {
  h4,
  .h4 {
    font-size: 2.25rem;
    line-height: 2.25rem;
    letter-spacing: 0.015625rem;
  }
}

h5,
.h5 {
  font-size: 1.5rem;
  line-height: 2rem;
  letter-spacing: 0;
}

h6,
.h6 {
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0.075rem;
}

.heading-eyebrow {
  font-size: 0.75rem;
  line-height: 0.75rem;
  letter-spacing: 0.15rem;
  display: block;
}

.lead {
  font-size: 1.125rem;
  line-height: 1.6875rem;
  letter-spacing: 0;
}

.strikethough {
  text-decoration: line-through;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #ebe5d7;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-size: 0.75rem;
  line-height: 0.75rem;
  letter-spacing: 0.15rem;
  display: block;
}

ul,
ol {
  margin-left: 0;
  padding-left: 2.5rem;
  line-height: 1.5rem;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin: 1.25rem 0;
}

li {
  padding-bottom: 0.5rem;
}
li:last-child {
  padding-bottom: 0;
}

blockquote {
  font-style: normal;
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
  font-style: normal;
}
blockquote p {
  font-family: "Erode", Georgia, Times, "Times New Roman", serif;
  font-size: 1rem;
  line-height: 1.375rem;
  letter-spacing: 0;
  font-style: normal;
}
@media screen and (min-width: 1025px) {
  blockquote p {
    font-size: 1.5rem;
    line-height: 2.5rem;
    letter-spacing: 0;
  }
}
blockquote cite,
blockquote .author {
  font-size: 1rem;
  line-height: 1.5625rem;
  letter-spacing: 0.009375rem;
  font-style: normal;
  color: #af884a;
  display: block;
}

sub,
sup {
  color: #af884a;
  margin-left: 0.3125rem;
}

small,
.small {
  font-size: 80%;
}

[aria-hidden=false][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  display: inherit;
  position: absolute;
}

.sr-only,
.wpcf7 .screen-reader-response {
  border: 0;
  clip: rect(0.0625rem, 0.0625rem, 0.0625rem, 0.0625rem);
  clip-path: inset(50%);
  height: 0.0625rem;
  margin: -0.0625rem;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 0.0625rem;
  word-wrap: normal !important;
}

*:not(a):not(button):not(input):not(textarea):not(select):focus {
  outline: dashed 1px #af884a;
}

a:focus,
button:focus,
input:focus,
textarea:focus,
select:focus {
  outline: 0;
}

.skip-link {
  position: fixed;
  top: -12.5rem;
  left: -12.5rem;
}
.skip-link:focus {
  top: 2.3125rem;
  left: 0;
  z-index: 20;
}

.cookie-disclosure .close-cookie, .file-upload-btn, input[type=file]::file-selector-button, .facetwp-facet .facetwp-load-more, .facetwp-facet .facetwp-radio, .button, form input[type=submit],
form input[type=button],
form input[type=reset], .skip-link {
  align-items: center;
  appearance: none;
  background-color: transparent;
  border: solid 0.0625rem #af884a;
  border-radius: 100px;
  color: #fcf9f2;
  cursor: pointer;
  display: inline-flex;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.15rem;
  line-height: 1em;
  justify-content: center;
  padding: 1.25rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 250ms ease, background-color 250ms ease, border 250ms ease, box-shadow 250ms ease, padding 250ms ease;
}
.cookie-disclosure .close-cookie::before, .file-upload-btn::before, .facetwp-facet .facetwp-load-more::before, .facetwp-facet .facetwp-radio::before, .button::before, form input[type=submit]::before,
form input[type=button]::before,
form input[type=reset]::before, .skip-link::before {
  content: "";
  background-color: #af884a;
  border-radius: 50%;
  display: inline-block;
  flex-shrink: 0;
  height: 1em;
  margin-right: 1rem;
  width: 1em;
  transition: background-color 250ms ease;
}
.cookie-disclosure .close-cookie:hover, .file-upload-btn:hover, input[type=file]:hover::file-selector-button, .facetwp-facet .facetwp-load-more:hover, .facetwp-facet .facetwp-radio:hover, .button:hover, form input[type=submit]:hover,
form input[type=button]:hover,
form input[type=reset]:hover, .skip-link:hover, .cookie-disclosure .close-cookie:active, .file-upload-btn:active, input[type=file]:active::file-selector-button, .facetwp-facet .facetwp-load-more:active, .facetwp-facet .facetwp-radio:active, .button:active, form input[type=submit]:active,
form input[type=button]:active,
form input[type=reset]:active, .skip-link:active {
  border-color: #99681b;
  background-color: #99681b;
  color: #fcf9f2;
  text-decoration: none;
}
.cookie-disclosure .close-cookie:hover::before, .file-upload-btn:hover::before, .facetwp-facet .facetwp-load-more:hover::before, .facetwp-facet .facetwp-radio:hover::before, .button:hover::before, form input[type=submit]:hover::before,
form input[type=button]:hover::before,
form input[type=reset]:hover::before, .skip-link:hover::before, .cookie-disclosure .close-cookie:active::before, .file-upload-btn:active::before, .facetwp-facet .facetwp-load-more:active::before, .facetwp-facet .facetwp-radio:active::before, .button:active::before, form input[type=submit]:active::before,
form input[type=button]:active::before,
form input[type=reset]:active::before, .skip-link:active::before {
  background-color: #fcf9f2;
}
.cookie-disclosure .close-cookie:focus, .file-upload-btn:focus, input[type=file]:focus::file-selector-button, .facetwp-facet .facetwp-load-more:focus, .facetwp-facet .facetwp-radio:focus, .button:focus, form input[type=submit]:focus,
form input[type=button]:focus,
form input[type=reset]:focus, .skip-link:focus {
  text-decoration: underline;
  outline: solid 0.125rem rgba(252, 249, 242, 0.12);
  color: #fcf9f2;
}

.button.button-action {
  min-width: 2.75rem;
  height: 2.75rem;
  padding: 0;
  background-color: transparent;
  border: 0;
  color: #af884a;
  text-transform: uppercase;
}
.button.button-action .icon-wrap {
  display: block;
  min-width: 2.75rem;
  height: 2.75rem;
  border-radius: 9999em;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999em;
  border: solid 0.0625rem #af884a;
  background-color: #af884a;
  transition: background-color 250ms ease;
}
.with-text.button-left.button.button-action .icon-wrap {
  margin-right: 0.625rem;
}
.with-text.button-right.button.button-action .icon-wrap {
  margin-left: 0.625rem;
}
.button.button-action svg {
  width: 0.875rem;
  height: 0.875rem;
}
.button.button-action:hover {
  color: rgb(103.313253012, 80.2891566265, 43.686746988);
}
.button.button-action:hover .icon-wrap {
  background-color: rgb(103.313253012, 80.2891566265, 43.686746988);
  border-color: rgb(103.313253012, 80.2891566265, 43.686746988);
}
.button.button-action:active {
  color: rgb(31.6265060241, 24.578313253, 13.3734939759);
}
.button.button-action:active .icon-wrap {
  background-color: rgb(31.6265060241, 24.578313253, 13.3734939759);
  border-color: rgb(31.6265060241, 24.578313253, 13.3734939759);
}
.button.button-action:focus .icon-wrap {
  outline: solid 0.125rem rgba(252, 249, 242, 0.12);
}

.button--alt, form input[type=submit],
form input[type=button],
form input[type=reset] {
  color: #fcf9f2;
  border-color: #fcf9f2;
}
.button--alt:hover, form input[type=submit]:hover,
form input[type=button]:hover,
form input[type=reset]:hover, .button--alt:active, form input[type=submit]:active,
form input[type=button]:active,
form input[type=reset]:active {
  background-color: #fcf9f2;
  border-color: #fcf9f2;
  color: #99681b;
}
.button--alt:hover::before, form input[type=submit]:hover::before,
form input[type=button]:hover::before,
form input[type=reset]:hover::before, .button--alt:active::before, form input[type=submit]:active::before,
form input[type=button]:active::before,
form input[type=reset]:active::before {
  background: #99681b;
}

input[type=file]::file-selector-button, .facetwp-facet .facetwp-radio, .button--mono {
  color: #fcf9f2;
  border-color: #fcf9f2;
}
.facetwp-facet .facetwp-radio::before, .button--mono::before {
  background: #fcf9f2;
}
input[type=file]:hover::file-selector-button, .facetwp-facet .facetwp-radio:hover, .button--mono:hover, input[type=file]:active::file-selector-button, .facetwp-facet .facetwp-radio:active, .button--mono:active {
  background-color: #fcf9f2;
  border-color: #fcf9f2;
  color: #1a1e22;
}
.facetwp-facet .facetwp-radio:hover::before, .button--mono:hover::before, .facetwp-facet .facetwp-radio:active::before, .button--mono:active::before {
  background: #1a1e22;
}

.button.button-alt-hollow {
  color: #af884a;
  border-color: #af884a;
  background-color: transparent;
}
.button.button-alt-hollow:hover {
  color: #fcf9f2;
  background-color: #af884a;
}
.button.button-alt-hollow:active {
  background-color: rgb(139.156626506, 108.1445783133, 58.843373494);
  border-color: rgb(139.156626506, 108.1445783133, 58.843373494);
}

.filter .button, .button.hollow {
  color: #af884a;
  border-color: #af884a;
  background-color: transparent;
}
.filter .button:hover, .button.hollow:hover {
  background-color: #af884a;
  border-color: #af884a;
  color: #fcf9f2;
}
.filter .button:active, .button.hollow:active {
  background-color: rgb(103.313253012, 80.2891566265, 43.686746988);
  border-color: rgb(103.313253012, 80.2891566265, 43.686746988);
  color: #fcf9f2;
}

.button.button-inverted {
  color: #af884a;
  border-color: #fcf9f2;
  background-color: #fcf9f2;
}
.button.button-inverted:hover {
  background-color: rgb(244.35, 233.7, 208.85);
  border-color: rgb(244.35, 233.7, 208.85);
  color: #af884a;
}

.button.button-has-icon svg {
  display: inline-block;
  width: 1.375rem;
  height: 1.375rem;
  margin-right: 0.625rem;
}

.button.button-tab {
  height: auto;
  width: auto;
  min-width: 0;
  text-transform: uppercase;
  position: relative;
  background-color: transparent;
  border: 0;
  color: #af884a;
  padding: 0;
}
.button.button-tab::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #af884a;
  position: absolute;
  bottom: -0.3125rem;
  left: 0;
  opacity: 0;
  transition: opacity 250ms ease;
}
.active.button.button-tab, .button.button-tab:hover {
  color: #af884a;
}
.active.button.button-tab:after, .button.button-tab:hover:after {
  opacity: 1;
}

.button.button-small {
  padding: 0 1.875rem;
  min-width: 0;
  height: 2.875rem;
}

.button.button-large {
  min-width: 13.75rem;
}

.button-expanded {
  width: 100%;
  display: flex;
}

@media (max-width: 767px) {
  .button-expanded-small-only {
    width: 100%;
    display: flex;
  }
}

form input[type=submit],
form input[type=button],
form input[type=reset] {
  margin-top: 1.5rem;
}

.button-group {
  margin: 0.75rem 0 0;
}
.button-group .button + .button,
.button-group .button + .text-content,
.button-group .text-content + .button,
.button-group .text-content + .text-content {
  margin-top: 0.375rem;
}
@media (min-width: 641px) {
  .button-group {
    margin-left: -0.375rem;
  }
  .button-group .button:first-child,
  .button-group .button + .button,
  .button-group .button + .text-content,
  .button-group .text-content:first-child,
  .button-group .text-content + .button,
  .button-group .text-content + .text-content {
    margin-top: 0.375rem;
    margin-left: 0.375rem;
  }
}
@media (min-width: 1025px) {
  .button-group {
    margin-left: -0.75rem;
  }
  .button-group .button:first-child,
  .button-group .button + .button,
  .button-group .button + .text-content,
  .button-group .text-content:first-child,
  .button-group .text-content + .button,
  .button-group .text-content + .text-content {
    margin-top: 0.75rem;
    margin-left: 0.75rem;
  }
}
.is-centered .button-group {
  margin-left: 0;
}

.filter .button,
.filter .text-content {
  margin: 0;
  text-transform: uppercase;
}
.filter .button {
  border-left-width: 0;
}
.filter .button:first-child {
  border-left-width: 0.0625rem;
}

.tabs .button,
.tabs .text-content {
  margin: 0 1.4375rem 0 0;
}
@media (min-width: 769px) {
  .tabs .button,
  .tabs .text-content {
    margin: 0 2.875rem 0 0;
  }
}

.button-group,
.filter,
.tabs {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
}
@media (min-width: 641px) {
  .button-group,
  .filter,
  .tabs {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
  .is-centered .button-group,
  .is-centered .filter,
  .is-centered .tabs {
    justify-content: center;
  }
  .is-centered .button-group *:first-child,
  .is-centered .filter *:first-child,
  .is-centered .tabs *:first-child {
    margin-left: 0;
  }
}

.read-more {
  align-items: center;
  color: #fcf9f2;
  display: inline-flex;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.15rem;
  text-decoration: none;
  text-transform: uppercase;
}
.read-more::before {
  background-color: currentColor;
  content: "";
  display: inline-flex;
  height: 0.0625rem;
  margin-right: 0.625rem;
  width: 2.5rem;
}
.read-more:hover, .read-more:focus {
  color: #af884a;
}

.facetwp-facet .facetwp-radio {
  background-image: none;
  padding: 1rem;
}
.facetwp-facet .facetwp-radio.checked {
  background-color: #fcf9f2;
  background-image: none;
  border-color: #fcf9f2;
  color: #1a1e22;
}
.facetwp-facet .facetwp-radio.checked::before {
  background: #1a1e22;
}
.facetwp-facet.facetwp-type-pager {
  text-align: center;
  margin: 2.5rem 0 0;
}
.facetwp-facet .facetwp-load-more.facetwp-hidden {
  display: none;
}

.form__container form {
  margin: 0 auto;
  max-width: 55.5rem;
}

.input-wrap,
.input-label,
fieldset {
  margin-bottom: 1.625rem;
  display: block;
}
.input-wrap.submit,
.input-label.submit,
fieldset.submit {
  margin-bottom: 0;
}

label,
legend {
  font-size: 0.875rem;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.25rem;
  letter-spacing: 0.075rem;
}
label:focus-within,
legend:focus-within {
  color: #af884a;
}

.label-text,
legend {
  display: block;
  margin-bottom: 1.25rem;
}

[type=text], .file-info,
[type=password],
[type=email],
[type=number],
[type=tel],
[type=date],
[type=url],
select,
textarea {
  align-items: center;
  background-color: #25292d;
  border: solid 0.0625rem transparent;
  border-radius: 30px;
  color: #fcf9f2;
  display: flex;
  font-family: inherit;
  font-size: 1rem !important;
  justify-content: flex-start;
  margin-top: 0.875rem;
  margin-bottom: 0.625rem;
  outline: none;
  padding: 0 1.375rem !important;
  min-height: 3.4375rem !important;
  vertical-align: middle;
  text-align: center;
  width: 100%;
  transition: border-color 250ms ease, color 250ms ease;
}
[type=text]:focus, .file-info:focus,
[type=password]:focus,
[type=email]:focus,
[type=number]:focus,
[type=tel]:focus,
[type=date]:focus,
[type=url]:focus,
select:focus,
textarea:focus {
  border-color: #af884a;
  outline: 0;
}
[type=text]:disabled, .file-info:disabled,
[type=password]:disabled,
[type=email]:disabled,
[type=number]:disabled,
[type=tel]:disabled,
[type=date]:disabled,
[type=url]:disabled,
select:disabled,
textarea:disabled {
  background-color: rgba(252, 249, 242, 0.25);
  border-color: rgba(252, 249, 242, 0.25);
  cursor: not-allowed;
}

input[type=file]::file-selector-button {
  padding: 0.65rem;
}

textarea {
  display: block;
  overflow: auto;
  min-height: 6.25rem;
  padding: 1.375rem !important;
  resize: none;
}

.input-label.select {
  position: relative;
}
.input-label.select::after {
  content: "▾";
  position: absolute;
  top: 3.875rem;
  right: 1.375rem;
  color: #fcf9f2;
  pointer-events: none;
  font-size: 1.5rem;
  line-height: 0.5rem;
}
.input-label.select select {
  appearance: none;
  -webkit-appearance: none;
  height: 2.5625rem;
  width: 100%;
}

.input-file {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.input-file input[type=file] {
  display: none;
}

.file-info {
  margin: 0;
}

input[type=checkbox],
input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  position: relative;
  margin-right: 0.625rem;
  width: 1.375rem;
  height: 1.375rem;
  vertical-align: -0.375rem;
  border: solid 0.0625rem #fcf9f2;
  color: #fcf9f2;
}
input[type=checkbox]::-ms-check,
input[type=radio]::-ms-check {
  display: none;
}
input[type=checkbox]:focus,
input[type=radio]:focus {
  outline: none;
  border-color: #af884a;
}
input[type=checkbox]::before,
input[type=radio]::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.125rem;
  left: 0.125rem;
  visibility: hidden;
  transform: scale(0);
  width: 1rem;
  height: 1rem;
  background-color: #af884a;
  transition: transform 250ms ease, visibility 250ms ease;
}
input[type=checkbox]:checked::before,
input[type=radio]:checked::before {
  transform: scale(1);
  visibility: visible;
}
input[type=checkbox]:disabled,
input[type=radio]:disabled {
  border-color: black;
  background: #ddd;
  color: gray;
  color: #fcf9f2;
}
input[type=checkbox]:disabled ::-webkit-input-placeholder,
input[type=radio]:disabled ::-webkit-input-placeholder {
  color: #fcf9f2;
}
input[type=checkbox]:disabled :-moz-placeholder,
input[type=radio]:disabled :-moz-placeholder {
  color: #fcf9f2;
}
input[type=checkbox]:disabled ::-moz-placeholder,
input[type=radio]:disabled ::-moz-placeholder {
  color: #fcf9f2;
}
input[type=checkbox]:disabled :-ms-input-placeholder,
input[type=radio]:disabled :-ms-input-placeholder {
  color: #fcf9f2;
}

input[type=radio] {
  border-radius: 1.375rem;
}
input[type=radio]::before {
  border-radius: 1.375rem;
}

::-webkit-input-placeholder {
  color: rgba(252, 249, 242, 0.5);
}

:-moz-placeholder {
  color: rgba(252, 249, 242, 0.5);
}

::-moz-placeholder {
  color: rgba(252, 249, 242, 0.5);
}

:-ms-input-placeholder {
  color: rgba(252, 249, 242, 0.5);
}

fieldset {
  border: none;
  padding: 0;
}

@media (min-width: 769px) {
  .form-row {
    display: flex;
    justify-content: space-between;
  }
  .form-row .input-wrap,
  .form-row .input-label,
  .form-row fieldset {
    flex-basis: 47.5%;
  }
}

@media (min-width: 769px) {
  .gform_wrapper.gravity-theme .gform_fields {
    grid-column-gap: 1.5rem !important;
    grid-row-gap: 3rem !important;
  }
}
.gform_wrapper.gravity-theme .gform_fields .gfield_checkbox {
  grid-template-columns: repeat(2, 1fr);
  text-align: left;
  grid-gap: 1rem 3rem;
  display: inline-grid;
  margin-top: 2rem;
}
.gform_wrapper.gravity-theme .gform_fields .gfield_checkbox .gchoice input, .gform_wrapper.gravity-theme .gform_fields .gfield_checkbox .gchoice input[type=checkbox]::before, .gform_wrapper.gravity-theme .gform_fields .gfield_checkbox .gchoice input[type=checkbox]:checked::before {
  border-radius: 100%;
}
.gform_wrapper.gravity-theme .gform_fields .gfield_checkbox .gchoice label.gform-field-label {
  vertical-align: baseline;
}
.gform_wrapper.gravity-theme .gfield {
  text-align: center;
}
.gform_wrapper.gravity-theme .gfield_label {
  font-size: 0.75rem !important;
  font-weight: 500 !important;
  line-height: 0.75rem;
  letter-spacing: 0.025rem;
  margin-bottom: 0.688rem !important;
}
.gform_wrapper.gravity-theme .gform_footer {
  align-items: center;
  display: flex;
  justify-content: center;
  text-align: center;
}
.gform_wrapper.gravity-theme .validation_message {
  background-color: transparent;
  border: 0;
  padding: 0;
}
.gform_wrapper .gfield_required {
  color: #99681b !important;
}
.gform_wrapper .ginput_container_fileupload {
  margin-top: 1rem;
}
.gform_wrapper .ginput_container_fileupload input[type=file] {
  width: auto !important;
}
.gform_wrapper .ginput_container_fileupload .gform_fileupload_rules {
  font-size: 0.75rem !important;
}
.gform_wrapper .ginput_container_select {
  position: relative;
}
.gform_wrapper .ginput_container_select::after {
  background-image: url(/wp-content/themes/kdc/assets/images/select.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
  height: 0.6875rem;
  pointer-events: none;
  position: absolute;
  right: 1.25rem;
  top: 1.4375rem;
  width: 1rem;
}
.gform_wrapper .ginput_container_select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.gform_wrapper #gf_form_focus {
  outline: none;
}
.gform_wrapper .gform_validation_errors {
  display: none;
  outline: none;
}
.gform_wrapper .gform_ajax_spinner {
  width: 2rem;
  height: 1rem;
  margin-top: 1rem;
  padding-left: 1rem;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  z-index: 0;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#main-content {
  flex: 1;
}
.template-error #main-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.content-wrapper {
  overflow: hidden;
  padding-top: 8.125rem;
  position: relative;
}
@media (min-width: 769px) {
  .content-wrapper {
    padding-top: 9.375rem;
  }
}
@supports (contain: paint) {
  .content-wrapper {
    contain: paint;
    overflow: visible;
  }
}

.block {
  margin-bottom: 3.75rem;
  margin-top: 3.75rem;
}
@media (min-width: 769px) {
  .block {
    margin-bottom: 7.5rem;
    margin-top: 7.5rem;
  }
}

.section-container {
  position: relative;
  z-index: 2;
  padding: 0 0 60px;
}
@media (min-width: 769px) {
  .section-container {
    padding-bottom: 80px;
  }
}
@media (min-width: 1025px) {
  .section-container {
    padding-bottom: 120px;
  }
}
.section-container:first-child {
  padding-top: 60px;
}
@media (min-width: 769px) {
  .section-container:first-child {
    padding-top: 80px;
  }
}
@media (min-width: 1025px) {
  .section-container:first-child {
    padding-top: 120px;
  }
}

.accordion-panel {
  border-bottom: solid 1px;
  padding: 1.5rem 0;
}
.accordion-panel__toggle {
  margin: 0;
  padding: 0;
  border: 0;
  display: inline-block;
  background-color: transparent;
  border-radius: 0;
  display: block;
  text-align: left;
  position: relative;
  width: 100%;
}
.accordion-panel__toggle:focus .accordion-panel__title {
  text-decoration: underline;
}
.accordion-panel__toggle[data-toggle=open] .accordion-panel__plus {
  transform: rotate(45deg);
}
.accordion-panel__title {
  font-size: 1.5rem;
  line-height: 2rem;
  letter-spacing: 0;
  font-weight: 500;
  margin-bottom: 0;
  pointer-events: none;
}
.accordion-panel__plus {
  align-items: center;
  display: flex;
  justify-content: center;
  position: absolute;
  pointer-events: none;
  right: 0.375rem;
  top: 0.625rem;
  transition: transform 250ms ease;
}
.accordion-panel__plus .plus {
  background-color: currentColor;
  display: block;
  height: 14px;
  width: 2px;
  transition: transform 250ms ease;
}
.accordion-panel__plus .plus:nth-child(2) {
  transform: rotate(90deg) translate(0, 2px);
}
.accordion-panel__content {
  z-index: -1;
  opacity: 0;
  max-height: 0;
  transition: opacity 0.35s ease-out, max-height 0.35s ease-out, visibility 0.35s ease-out;
  visibility: hidden;
}
.accordion-panel__content[aria-hidden=false] {
  max-height: 100vh;
  opacity: 1;
  transition: opacity 0.5s ease-in, max-height 0.5s ease-in, visibility 0.5s ease-in;
  visibility: visible;
  z-index: 1;
}
.accordion-panel__content-inner {
  padding-top: 1.25rem;
}

.accordion-toggle {
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
}
.accordion-toggle .plus {
  background-color: #af884a;
  height: 22px;
  width: 2px;
  transition: transform 250ms ease;
}
.accordion-toggle .plus:nth-child(2) {
  transform: rotate(90deg) translate(0, 2px);
}
.accordion-toggle[data-toggle=open] .plus:nth-child(1) {
  transform: rotate(90deg) translate(0, 2px);
}

.anchor-nav {
  position: sticky;
  transition: transform 250ms ease;
  top: -1px;
  z-index: 5;
}
.anchor-nav.is-sticky .anchor-nav__wrapper {
  transition: transform 250ms ease;
}
[data-direction=up] .anchor-nav.is-sticky .anchor-nav__wrapper {
  transform: translateY(112px);
}
@media (min-width: 1025px) {
  [data-direction=up] .anchor-nav.is-sticky .anchor-nav__wrapper {
    transform: translateY(127px);
  }
}
.admin-bar .anchor-nav.is-sticky .anchor-nav__wrapper {
  transform: translateY(33px);
}
.admin-bar[data-direction=up] .anchor-nav.is-sticky .anchor-nav__wrapper {
  transform: translateY(159px);
}
.anchor-nav__wrapper {
  margin-left: -1rem;
  margin-right: -1rem;
  position: relative;
  background-color: #25292d;
}
@media (min-width: 769px) {
  .anchor-nav__wrapper {
    margin-left: -2rem;
    margin-right: -2rem;
  }
}
@media (min-width: 1025px) {
  .anchor-nav__wrapper {
    left: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    position: relative;
    right: 50%;
    width: 100vw;
  }
}
.anchor-nav__wrapper::before, .anchor-nav__wrapper::after {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  width: 2.5rem;
}
.anchor-nav__wrapper::before {
  background: linear-gradient(90deg, #25292d 0%, rgba(37, 41, 45, 0) 100%);
  left: 0;
}
.anchor-nav__wrapper::after {
  background: linear-gradient(90deg, rgba(37, 41, 45, 0) 0%, #25292d 100%);
  right: 0;
}
.anchor-nav__list {
  margin: 0 auto;
  max-width: 90rem;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%;
  align-items: center;
  display: flex;
  list-style: none;
  overflow: auto;
  padding-bottom: 1.25rem;
  padding-top: 1.25rem;
}
@media (min-width: 769px) {
  .anchor-nav__list {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 1025px) {
  .anchor-nav__list {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 1025px) {
  .anchor-nav__list {
    justify-content: space-around;
  }
}
.anchor-nav__item {
  padding: 0;
  text-align: center;
  min-width: 11.25rem;
  padding: 0 1.25rem;
}
@media (min-width: 1025px) {
  .anchor-nav__item {
    min-width: 0;
  }
}
.anchor-nav__link {
  font-size: 0.75rem;
  line-height: 0.75rem;
  letter-spacing: 0.15rem;
  color: #fcf9f2;
  display: block;
  line-height: 1.2em;
  margin: 0;
  text-decoration: none;
}
@media (min-width: 1025px) {
  .anchor-nav__link .word:last-child {
    display: block;
  }
}

.background--light,
.has-light-background-color {
  background-color: #fcf9f2;
  color: #1a1e22;
}
.background--light + .background--light,
.background--light + .background--dark,
.has-light-background-color + .background--light,
.has-light-background-color + .background--dark {
  margin-top: -5rem;
}
@media (min-width: 769px) {
  .background--light + .background--light,
  .background--light + .background--dark,
  .has-light-background-color + .background--light,
  .has-light-background-color + .background--dark {
    margin-top: -7.5rem;
  }
}
.background--light .button--alt,
.has-light-background-color .button--alt {
  border-color: #1a1e22;
  color: #1a1e22;
}
.background--light .button--alt:hover, .background--light .button--alt:focus,
.has-light-background-color .button--alt:hover,
.has-light-background-color .button--alt:focus {
  border-color: #99681b;
  color: #99681b;
}
.background--light h1,
.background--light h2,
.background--light h3,
.background--light h4,
.background--light h5,
.background--light h6,
.has-light-background-color h1,
.has-light-background-color h2,
.has-light-background-color h3,
.has-light-background-color h4,
.has-light-background-color h5,
.has-light-background-color h6 {
  color: #1a1e22;
}

.background--dark {
  background-color: #25292d;
}
.background--dark + .background--light,
.background--dark + .background--dark {
  margin-top: -5rem;
}
@media (min-width: 769px) {
  .background--dark + .background--light,
  .background--dark + .background--dark {
    margin-top: -7.5rem;
  }
}

.breadcrumbs {
  font-size: 0.625rem;
  margin-bottom: 1.875rem;
}
.breadcrumbs a,
.breadcrumbs span[class],
.breadcrumbs span[aria] {
  color: #ebe5d7;
}
.breadcrumbs a {
  text-decoration: underline;
  text-underline-offset: 5px;
}
.breadcrumbs a:hover, .breadcrumbs a:focus {
  text-decoration: none;
}
.breadcrumbs a::after {
  background: url(/wp-content/themes/kdc/assets/images/chevron.svg) no-repeat 100%;
  content: "";
  display: inline-block;
  height: 0.375rem;
  margin: 0 0.25rem 0 0.5rem;
  width: 0.1875rem;
}

.cookie-disclosure {
  background: #25292d;
  color: #ffffff;
  display: block;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 300;
  position: fixed;
  padding: 1.75rem;
  text-align: center;
  transition: transform 250ms ease;
}
.cookie-disclosure a {
  color: #ffffff;
}
.cookie-disclosure .close-cookie {
  margin-top: 1.5625rem;
}
@media (min-width: 1025px) {
  .cookie-disclosure {
    text-align: left;
    position: fixed;
    bottom: 0;
    left: 0;
  }
  .cookie-disclosure .container, .cookie-disclosure .sg-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .cookie-disclosure .container .close-cookie, .cookie-disclosure .sg-section .close-cookie {
    margin-top: 0;
  }
}
.cookie-disclosure[aria-hidden=true] {
  transform: translate3d(0, 200%, 0);
}

html.no-js .cookie-disclosure {
  display: none;
}

.featured-service {
  position: relative;
}
.featured-service__image {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.featured-service__image::before {
  background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  content: "";
  left: 0;
  right: 0;
  height: 6.25rem;
  opacity: 0.4;
  position: absolute;
}
.featured-service__image img {
  aspect-ratio: 1/1;
  object-fit: cover;
}
.featured-service__title {
  line-height: 1em;
  margin-top: -1.125rem;
  padding-left: 2rem;
  position: relative;
}
@media (min-width: 1025px) {
  .featured-service__title {
    margin-top: -1.875rem;
  }
}
.featured-service__title .word:not(:last-child) {
  font-family: "Neue-Montreal", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 350;
  font-size: 0.9em;
}
.featured-service__title .word:last-child {
  display: block;
  font-weight: 500;
}
.featured-service__content {
  padding: 0 2rem;
}
@media (min-width: 769px) {
  .featured-service__content {
    margin-left: auto;
    max-width: 20rem;
    padding: 0;
  }
}
.featured-service__link::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.main-nav {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1.25rem 0.9375rem;
}
@media (min-width: 1025px) {
  .main-nav {
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    padding: 0;
  }
}
.main-nav__wrapper {
  background: #1a1e22;
  position: fixed;
  top: 6.9375rem;
  left: 0;
  display: block;
  transition: all 250ms ease;
  width: 100%;
  height: 0;
  overflow: hidden;
  padding: 0;
  visibility: hidden;
}
.main-nav__wrapper[data-menu=open] {
  visibility: visible;
  height: 100vh;
}
@media (min-width: 1025px) {
  .main-nav__wrapper {
    align-items: center;
    background-color: transparent;
    display: flex;
    justify-content: flex-end;
    height: auto;
    margin-left: auto;
    padding: 0;
    overflow: visible;
    position: static;
    transform: none;
    visibility: visible;
    width: auto;
  }
}
.main-nav__link {
  list-style: none;
  margin: 0 0 1.25rem;
  padding: 0;
  position: relative;
}
@media (min-width: 1025px) {
  .main-nav__link {
    align-items: center;
    display: flex;
    margin: 0 2.5rem 0 0;
  }
  .main-nav__link.has-sub-nav::before {
    content: "";
    height: 6.25rem;
    position: absolute;
    width: 100%;
  }
  .main-nav__link.has-sub-nav a,
  .main-nav__link.has-sub-nav .accordion-toggle {
    z-index: 2;
  }
}
.main-nav__link a {
  color: #ebe5d7;
  font-size: 1.875rem;
  line-height: 1em;
  text-decoration: none;
}
@media (min-width: 1025px) {
  .main-nav__link a {
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 0.15rem;
    text-transform: uppercase;
  }
}
.main-nav__link a:hover, .main-nav__link a:focus {
  text-decoration: underline;
}
.main-nav__link .sub-nav {
  list-style: none;
  margin: 0;
  max-height: 0;
  opacity: 0;
  padding: 0;
  transition: opacity 0.35s ease-out, max-height 0.35s ease-out, visibility 0.35s ease-out;
  transform: none;
  visibility: hidden;
  width: 100%;
}
@media (min-width: 1025px) {
  .main-nav__link .sub-nav {
    padding: 0.625rem 0;
    position: absolute;
    top: 3.4375rem;
    transition: opacity 250ms ease-out, max-height 250ms ease-out, visibility 250ms ease-out;
    width: 30vw;
  }
  .main-nav__link .sub-nav::before {
    background: #25292d;
    content: "";
    top: 0;
    bottom: 0;
    left: -100vw;
    right: -100vw;
    height: 100%;
    width: 300vw;
    position: absolute;
    z-index: -1;
  }
}
.main-nav__link .sub-nav[aria-hidden=false] {
  max-height: 100vh;
  opacity: 1;
  transform: none;
  transition: opacity 0.5s ease-in, max-height 0.5s ease-in, visibility 0.5s ease-in;
  visibility: visible;
}
@media (min-width: 1025px) {
  .main-nav__link .sub-nav[aria-hidden=false] {
    transition: opacity 250ms ease-in, max-height 250ms ease-in, visibility 250ms ease-in;
  }
}
.main-nav__link .sub-nav-item {
  padding: 0.625rem 0;
}
.main-nav__link .sub-nav-item:first-child {
  border-top: solid 1px #5f6264;
  margin-top: 1.25rem;
  padding-top: 1.25rem;
}
@media (min-width: 1025px) {
  .main-nav__link .sub-nav-item:first-child {
    border-top: 0;
    margin-top: 0;
  }
}
.main-nav__link .sub-nav-item:last-child {
  border-bottom: solid 1px #5f6264;
  padding-bottom: 1.25rem;
}
@media (min-width: 1025px) {
  .main-nav__link .sub-nav-item:last-child {
    border-bottom: 0;
  }
}
.main-nav__link .sub-nav-item a {
  font-family: "Erode", Georgia, Times, "Times New Roman", serif;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: unset;
}
.main-nav .accordion-toggle,
.main-nav .accordion-toggle[data-toggle=open] {
  background: none;
  height: auto;
  width: 0.875rem;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0.5rem;
}
@media (min-width: 1025px) {
  .main-nav .accordion-toggle,
  .main-nav .accordion-toggle[data-toggle=open] {
    position: static;
    margin-left: 1rem;
  }
}
.main-nav .accordion-toggle .plus,
.main-nav .accordion-toggle[data-toggle=open] .plus {
  background-color: #fcf9f2;
  height: 0.875rem;
}
@media (min-width: 1025px) {
  .main-nav .accordion-toggle .plus,
  .main-nav .accordion-toggle[data-toggle=open] .plus {
    display: none;
  }
}
.main-nav .accordion-toggle .chevron,
.main-nav .accordion-toggle[data-toggle=open] .chevron {
  display: none;
  transition: transform 250ms ease;
  width: 0.6875rem;
}
@media (min-width: 1025px) {
  .main-nav .accordion-toggle .chevron,
  .main-nav .accordion-toggle[data-toggle=open] .chevron {
    display: block;
  }
}
.main-nav .accordion-toggle[data-toggle=open] .chevron {
  transform: rotate(180deg);
}

.menu-toggle {
  margin: 0;
  padding: 0;
  border: 0;
  display: inline-block;
  background-color: transparent;
  border-radius: 0;
  position: relative;
  width: 1.5rem;
}
.menu-toggle .hamburger {
  display: block;
  background-color: #fcf9f2;
  height: 0.125rem;
  width: 1.5rem;
  position: absolute;
  left: 0;
  transition: width 250ms ease, transform 250ms ease, background-color 250ms ease;
}
.menu-toggle .hamburger:nth-child(1) {
  top: 0.6875rem;
}
.menu-toggle .hamburger:nth-child(2), .menu-toggle .hamburger:nth-child(3) {
  top: 1.1875rem;
}
.menu-toggle .hamburger:nth-child(4) {
  top: 1.6875rem;
  width: 0.9375rem;
}
@media (min-width: 1025px) {
  .menu-toggle:hover, .menu-toggle:focus {
    outline: 0;
    background: #af884a;
  }
  .menu-toggle:hover .hamburger-text, .menu-toggle:focus .hamburger-text {
    color: #ffffff;
  }
  .menu-toggle:hover .hamburger, .menu-toggle:focus .hamburger {
    background-color: #ffffff;
  }
  .menu-toggle:hover .hamburger:nth-child(2), .menu-toggle:hover .hamburger:nth-child(3), .menu-toggle:focus .hamburger:nth-child(2), .menu-toggle:focus .hamburger:nth-child(3) {
    width: 1.8125rem;
  }
}
.menu-toggle[data-menu=open] .hamburger:nth-child(1), .menu-toggle[data-menu=open] .hamburger:nth-child(4) {
  transform: scaleX(0);
}
.menu-toggle[data-menu=open] .hamburger:nth-child(2), .menu-toggle[data-menu=open] .hamburger:nth-child(3) {
  width: 1.8125rem;
}
.menu-toggle[data-menu=open] .hamburger:nth-child(2) {
  transform: rotate(-45deg);
}
.menu-toggle[data-menu=open] .hamburger:nth-child(3) {
  transform: rotate(45deg);
}
@media (min-width: 1025px) {
  .menu-toggle {
    display: none;
  }
}

/* hero block - lightbox */
.hero--image .hero__image {
  z-index: 9999999;
  position: relative;
}

.hero--image #has__video:hover {
  cursor: url(/wp-content/themes/kdc/assets/images/play-audio.svg), auto;
}

.hide {
  display: none;
}

.display-flex {
  display: flex;
}

.full-width {
  width: 100%;
}

.justify__end {
  justify-content: flex-end;
}

.border-box {
  box-sizing: border-box;
}

.position-absolute {
  position: absolute;
}

.overlay {
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999999;
  bottom: 0;
  right: 0;
  margin: auto;
  background: rgba(26, 30, 34, 0.9490196078);
}

.overlay .lightbox {
  height: 100vh;
  width: 100vw;
}

.overlay .close {
  padding: 20px;
  z-index: 99999;
  font-size: 1.875rem;
  line-height: 2.625rem;
  letter-spacing: 0;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (min-width: 1025px) {
  .overlay .close {
    font-size: 3rem;
    line-height: 3.3125rem;
    letter-spacing: 0;
  }
}

.overlay .close:hover {
  color: #af884a;
}

.overlay .close:hover line {
  stroke: #af884a;
}

.play-button:hover,
.overlay .close:hover {
  cursor: pointer;
}

.overlay iframe {
  height: 70%;
  width: 80%;
}

.overlay .video {
  height: 100vh;
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.clone .controls {
  display: none;
  width: auto;
  height: auto;
  justify-content: center;
  align-items: center;
  background: rgba(26, 30, 34, 0.9490196078);
  padding: 20px;
  border-radius: 80px;
}

.clone .wp-video:hover .controls {
  display: flex;
}

.clone .mejs-overlay-button,
.clone .mejs-controls {
  display: none !important;
}

.clone .play {
  height: 0;
  width: 0;
  margin-left: 0.28rem;
  /*margin-left: 17px;*/
  background: none;
  border: none;
  border-top: 1rem solid transparent;
  border-bottom: 1rem solid transparent;
  border-left: 1.72rem solid #ebe5d7;
}

.clone .pause {
  position: relative;
  background: none;
  border: none;
  height: 2rem;
  width: 1.72rem;
}

.clone .pause:before,
.clone .pause:after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 33%;
  background: #ebe5d7;
}

.clone .play:hover {
  border-left: 1.72rem solid #af884a;
}

.clone .pause:hover::before,
.clone .pause:hover::after {
  background: #af884a;
}

.clone .pause:before {
  left: 0;
}

.clone .pause:after {
  right: 0;
}

.overlay .wp-video {
  width: fit-content !important;
  max-width: 100% !important;
  height: auto !important;
}

@Massive Media Clerk (max-width: 1200px) {
  .video iframe {
    width: 90%;
    height: 50%;
  }
}
@Massive Media Clerk (min-width: 1200px) {
  .video iframe {
    width: 80%;
    height: 70%;
  }
}
.pagination-block {
  padding-top: 60px;
}
@media (min-width: 768px) {
  .pagination-block {
    padding-top: 80px;
  }
}
@media (min-width: 1024px) {
  .pagination-block {
    padding-top: 120px;
  }
}
.pagination-block ul {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination-block ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.pagination-block ul li {
  margin: 0 1.25rem;
}

.review {
  background: #25292d;
  border: 0;
  border-radius: 5px;
  padding: 1.875rem;
}
.review__wrapper {
  position: relative;
}
.review--teaser .review__title,
.review--teaser .review__stars,
.review--teaser p {
  pointer-events: none;
}
.review__title {
  font-size: 1.5rem;
  line-height: 2rem;
  letter-spacing: 0;
  font-weight: 500;
  margin: 0 0 1.875rem;
}
.review__stars {
  margin: 1.875rem 0;
}
.review__stars svg {
  width: 7.25rem;
}
.review__google {
  margin: 1.875rem 0 0;
}
.review__google svg {
  width: 7.8125rem;
}
.review__full-content {
  background-color: #ebe5d7;
  bottom: 0;
  border-radius: 5px;
  color: #1a1e22;
  display: flex;
  flex-direction: column;
  left: 0;
  right: 0;
  top: 0;
  padding: 1.875rem;
  position: absolute;
  transition: opacity 250ms ease;
  z-index: 2;
}
.review__full-content[aria-hidden=true] {
  opacity: 0;
  pointer-events: none;
}
.review__full-content[aria-hidden=false] {
  opacity: 1;
  pointer-events: all;
}
.review__full-content .review__title {
  color: #1a1e22;
  margin: 0;
}
.review__full-content-body {
  height: auto;
  overflow-y: scroll;
  scrollbar-width: thin;
  scrollbar-color: #5f6264 #ebe5d7;
}
.review__full-content-body::-webkit-scrollbar {
  width: 11px;
}
.review__full-content-body::-webkit-scrollbar-track {
  background: #ebe5d7;
}
.review__full-content-body::-webkit-scrollbar-thumb {
  background-color: #5f6264;
  border-radius: 6px;
  border: 3px solid #ebe5d7;
}
.review__youtube-button {
  display: none;
}

.service__row {
  display: grid;
  gap: 16px;
}
@media (min-width: 769px) {
  .service__row {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "item item" "desc desc";
  }
}
.service__row + .service__row {
  margin-top: 1rem;
}
.service__toggle {
  background: #25292d;
  border-radius: 10px 100px 100px 10px;
  min-height: 6.25rem;
  overflow: hidden;
  padding: 1.25rem 10rem 1.25rem 1.25rem;
  scroll-padding-top: 7.5rem;
}
@media (min-width: 769px) {
  .service__toggle {
    min-height: 8.75rem;
    padding: 1.25rem 10rem 1.25rem 2.5rem;
  }
}
.service__toggle:hover .accordion-panel__title, .service__toggle:focus .accordion-panel__title {
  text-decoration: none;
}
.service__toggle:hover .accordion-panel__plus, .service__toggle:focus .accordion-panel__plus {
  border-color: #fcf9f2;
  background-color: #fcf9f2;
  color: #25292d;
}
.background--light .service__toggle {
  background: #ebe5d7;
}
.service__toggle--image {
  background: #25292d;
  color: #fcf9f2;
}
.service__toggle--image .service__title {
  color: #fcf9f2;
}
.service__toggle .accordion-panel__plus {
  border: 1px solid;
  border-radius: 50%;
  height: 3.4375rem;
  right: 2.5rem;
  top: 50%;
  transform: rotate(0) translateY(-50%);
  transform-origin: top;
  transition: all 250ms ease;
  width: 3.4375rem;
}
.service__toggle[data-toggle=open] .accordion-panel__plus {
  transform: rotate(45deg) translateY(-50%);
}
.service__image {
  position: absolute;
  pointer-events: none;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.service__image::after {
  background-color: rgba(0, 0, 0, 0.5);
  content: "";
  position: absolute;
  pointer-events: none;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.service__image img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.service__title {
  font-family: "Neue-Montreal", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.25px;
  line-height: 1em;
  position: relative;
}
@media (min-width: 769px) {
  .service__title {
    font-size: 1.875rem;
  }
}
.service__content {
  z-index: 1;
}
@media (min-width: 769px) {
  .service__content {
    grid-area: desc;
  }
}
.service__content-inner {
  background: #25292d;
  border-radius: 10px;
  padding: 1.875rem;
}
.background--light .service__content-inner {
  background: #ebe5d7;
}
.service__content-title {
  letter-spacing: 0;
  font-weight: 500;
}
.service__content-title::after {
  background: #af884a;
  content: "";
  display: block;
  height: 1px;
  margin: 2rem 0 0;
  width: 3.75rem;
}
.service__description {
  margin: 2rem auto 0;
}

.site-footer__title {
  font-size: 0.75rem;
  line-height: 0.75rem;
  letter-spacing: 0.15rem;
  margin-bottom: 2.625rem;
}
.site-footer__top {
  text-align: center;
}
.site-footer__top .container, .site-footer__top .sg-section {
  display: grid;
}
@media (min-width: 769px) {
  .site-footer__top .container, .site-footer__top .sg-section {
    grid-template-columns: 1fr 1fr;
  }
}
.site-footer__newsletter {
  border-bottom: solid 1px #25292d;
  padding: 0 0 2rem;
}
@media (min-width: 769px) {
  .site-footer__newsletter {
    border-bottom: 0;
    border-right: solid 1px #25292d;
    padding: 2.625rem;
  }
}
.site-footer__newsletter .gfield_label {
  border: 0;
  clip: rect(0.0625rem, 0.0625rem, 0.0625rem, 0.0625rem);
  clip-path: inset(50%);
  height: 0.0625rem;
  margin: -0.0625rem;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 0.0625rem;
  word-wrap: normal !important;
}
.site-footer__newsletter .gform_wrapper {
  margin-top: 2.625rem;
}
.site-footer__newsletter .gform_wrapper form {
  position: relative;
}
.site-footer__newsletter .gform_wrapper form input[type=email] {
  padding-right: 8.75rem !important;
  min-height: 3.4375rem !important;
  line-height: 1.5625rem !important;
  text-align: left;
}
.site-footer__newsletter .gform_wrapper form input[type=submit] {
  margin: 0;
  padding: 0;
  border: 0;
  display: inline-block;
  background-color: transparent;
  border-radius: 0;
  line-height: 1em !important;
  min-height: auto !important;
  position: absolute;
  top: 1.3125rem;
  right: 1.25rem;
}
.site-footer__info {
  padding: 2rem 0 0;
  overflow-x: hidden;
}
@media (min-width: 769px) {
  .site-footer__info {
    padding: 2.625rem;
  }
}
.site-footer__info p {
  margin-bottom: 0;
}
.site-footer__info [itemprop=streetAddress]::after,
.site-footer__info [itemprop=addressLocality]::after,
.site-footer__info [itemprop=addressRegion]::after {
  content: ", ";
}
.site-footer__social {
  margin-top: 2.625rem;
}
.site-footer__social a {
  color: #ebe5d7;
}
.site-footer__social a:hover, .site-footer__social a:focus {
  color: #99681b;
}
.site-footer__nav {
  border-top: solid 1px #25292d;
  margin-top: 2rem;
  padding-top: 2rem;
}
@media (min-width: 769px) {
  .site-footer__nav {
    grid-column: span 2;
    margin-top: 2.625rem;
    padding-top: 2.625rem;
  }
}
.site-footer__nav-wrapper {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.site-footer__nav-wrapper li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-footer__nav-wrapper li {
  margin: 0 2rem;
}
@media (min-width: 1025px) {
  .site-footer__nav-wrapper li {
    margin: 0 5rem;
  }
}
.site-footer__nav-item a {
  font-size: 0.875rem;
}
.site-footer__bottom {
  background: #25292d;
  font-size: 0.875rem;
  line-height: 1em;
  margin-top: 2.625rem;
  margin-bottom: 0.625rem;
  padding: 1.875rem 0;
}
.site-footer__bottom .container, .site-footer__bottom .sg-section {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 769px) {
  .site-footer__bottom .container, .site-footer__bottom .sg-section {
    flex-direction: row;
  }
}
.site-footer__bottom p {
  margin-bottom: 0;
}
.site-footer__bottom-left {
  align-items: center;
  display: flex;
}
@media (max-width: 640px) {
  .site-footer__bottom-left {
    flex-direction: column;
  }
}
.site-footer__legal {
  margin: 0;
  padding: 0;
  display: flex;
  margin-top: 1rem;
}
.site-footer__legal li {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 641px) {
  .site-footer__legal {
    margin-left: 1.875rem;
    margin-top: 0;
  }
}
.site-footer__legal li + li {
  margin-left: 1.875rem;
}
.site-footer__legal a {
  font-weight: 500;
}
.site-footer__massive {
  margin-top: 1rem;
}
@media (min-width: 769px) {
  .site-footer__massive {
    margin-top: 0;
  }
}
.site-footer__massive a {
  display: flex;
  align-items: center;
}
.site-footer__massive svg {
  width: 2.5rem;
  margin-left: 0.625rem;
}
.site-footer a {
  color: #fcf9f2;
  text-decoration: none;
}
.site-footer a:hover, .site-footer a:focus {
  text-decoration: underline;
}

.site-header {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  transition: transform 250ms ease;
}
.admin-bar .site-header {
  top: 32px;
}
[data-direction=up] .site-header[data-scrolled] {
  transform: translateY(0);
}
[data-direction=down] .site-header[data-scrolled] {
  transform: translateY(-100%);
}
.nav-open [data-direction=down] .site-header[data-scrolled] {
  transform: translateY(0);
}
.site-header__top {
  background: #25292d;
}
.site-header__top .container, .site-header__top .sg-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.site-header__top-text {
  color: #ebe5d7;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.15rem;
  margin: 0;
  padding: 0.5rem 0;
  text-align: right;
  text-transform: uppercase;
}
.site-header__social {
  align-items: center;
  display: none;
  gap: 1.5rem;
}
@media (min-width: 1025px) {
  .site-header__social {
    display: flex;
  }
}
.site-header__social .nav-social li + li {
  margin-left: 1.5rem;
}
.site-header__social a {
  color: #ebe5d7;
}
.site-header__social a:hover, .site-header__social a:focus {
  color: #af884a;
}
.site-header__phone {
  margin-left: auto;
}
.site-header__phone-link {
  color: #ebe5d7;
  text-decoration: none;
}
.site-header__phone-link:hover, .site-header__phone-link:focus {
  color: #ebe5d7;
  text-decoration: underline;
}
.site-header__wrapper {
    background: #1a1e22;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
    padding-bottom: 1rem;
    padding-top: 1rem;
    position: fixed;
    width: 100%;
    top: 40px;
}
.site-header__nav {
  position: relative;
  order: 1;
  display: flex;
  justify-content: space-between;
}
.site-header__logo {
  display: inline-block;
  flex-shrink: 0;
  width: 4.875rem;
  height: auto;
  margin-bottom: 0;
  z-index: 6;
}
.site-header__logo svg {
  width: 100%;
  height: 100%;
}
@media (min-width: 1025px) {
  .site-header__logo {
    width: 15.75rem;
  }
}
@media (min-width: 1025px) {
  .site-header__logo-mobile {
    display: none;
  }
}
.site-header__logo-desktop {
  display: none;
}
@media (min-width: 1025px) {
  .site-header__logo-desktop {
    display: block;
  }
}
.single-landing-page .site-header__book {
  margin: 0 0 0 auto;
}
.single-landing-page .site-header__book + .site-header__book {
  margin-left: 0.625rem;
}
@media (max-width: 1024px) {
  .site-header__book {
    margin: 0 1rem 0 auto;
  }
  .single-landing-page .site-header__book + .site-header__book {
    display: none;
  }
}
@media (max-width: 768px) {
  .site-header__book {
    padding: 0.75rem;
  }
}

#topAnchor {
  position: absolute;
  width: 1px;
  height: 1px;
  left: 0;
  top: 0;
}

.smile-slider input[type=number] {
  display: none !important;
}
.smile-slider .gfield_description {
  border: 0;
  clip: rect(0.0625rem, 0.0625rem, 0.0625rem, 0.0625rem);
  clip-path: inset(50%);
  height: 0.0625rem;
  margin: -0.0625rem;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 0.0625rem;
  word-wrap: normal !important;
}
.smile-slider .min-val-relation,
.smile-slider .max-val-relation {
  display: none;
}
.smile-slider .noUi-target {
  background-color: transparent;
  background-image: url(/wp-content/themes/kdc/assets/images/scale.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  border-radius: 0;
  border: 0;
  box-shadow: none;
  height: 1.875rem;
  margin-top: 2rem !important;
  margin-left: 3.75rem;
  margin-right: 3.75rem;
}
.smile-slider .noUi-target::before, .smile-slider .noUi-target::after {
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
  height: 1.875rem;
  position: absolute;
  top: 0;
  width: 1.875rem;
}
.smile-slider .noUi-target::before {
  background-image: url(/wp-content/themes/kdc/assets/images/frown.svg);
  left: -60px;
}
.smile-slider .noUi-target::after {
  background-image: url(/wp-content/themes/kdc/assets/images/smile.svg);
  right: -60px;
}
.smile-slider .noUi-horizontal .noUi-handle {
  background: #af884a;
  box-shadow: none;
  border: none;
  border-radius: 50%;
  height: 0.6875rem;
  top: 10px;
  width: 0.6875rem;
}
html:not([dir=rtl]) .smile-slider .noUi-horizontal .noUi-handle {
  right: -5px;
}
.smile-slider .noUi-horizontal .noUi-handle::before, .smile-slider .noUi-horizontal .noUi-handle::after {
  content: none;
}

.social-share__title {
  font-size: 0.75rem;
  line-height: 0.75rem;
  letter-spacing: 0.15rem;
  margin: 2.5rem 0;
}
.social-share a {
  color: #fcf9f2;
}
.social-share a:hover, .social-share a:focus {
  color: #99681b;
}
.social-share .nav-social {
  justify-content: start;
}
.social-share .nav-social li + li {
  margin-left: 1rem;
}

.nav-social {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style-type: none;
  padding: 0;
}
.nav-social li {
  flex: 0 0 1.375rem;
  padding-bottom: 0;
}
.nav-social li + li {
  margin-left: 3.75rem;
}
.nav-social li a {
  display: flex;
}
.nav-social li a svg {
  fill: #af884a;
  width: 1.375rem;
  height: 1.375rem;
}
.nav-social li a:hover, .nav-social li a:focus {
  outline: 0;
}
.nav-social li a:hover svg, .nav-social li a:focus svg {
  fill: #fcf9f2;
}

.teaser {
  position: relative;
}
.teaser:hover .teaser__image img, .teaser:focus-within .teaser__image img {
  transform: scale(1.125);
}
.teaser__meta {
  font-size: 0.75rem;
  line-height: 0.75rem;
  letter-spacing: 0.15rem;
  margin-bottom: 1.25rem;
  display: flex;
}
.teaser__tags {
  border-left: solid 1px;
  margin-left: 0.5rem;
  padding-left: 0.5rem;
}
.teaser__time {
  margin-left: auto;
}
.teaser__image {
  margin-bottom: 1.25rem;
  overflow: hidden;
}
.teaser__image img {
  aspect-ratio: 10/7;
  border-radius: 5px;
  object-fit: cover;
  transition: transform 250ms ease;
}
.teaser__title {
  font-size: 1.5rem;
  line-height: 2rem;
  letter-spacing: 0;
  margin-bottom: 1.25rem;
}
.teaser__link::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.watermark {
  position: absolute;
  top: 50%;
  left: -1.875rem;
  z-index: -1;
  height: auto;
  max-width: 34rem;
  width: 100%;
}

.before-after {
  opacity: 0;
  transform: translateY(50px);
  transition: transform 500ms ease-out, opacity 500ms ease-out;
}
.before-after.is-inview, .acf-block-preview .before-after {
  opacity: 1;
  transform: translateY(0);
}
.before-after__title {
  text-align: center;
  margin-bottom: 1.875rem;
}
@media (min-width: 769px) {
  .before-after__title {
    margin-bottom: 4.6875rem;
  }
}
.before-after__tablist {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
  margin-bottom: 2.5rem;
}
@media (min-width: 769px) {
  .before-after__tablist {
    gap: 3.75rem;
    margin-bottom: 7.5rem;
  }
}
.before-after__button {
  margin: 0;
  padding: 0;
  border: 0;
  display: inline-block;
  background-color: transparent;
  border-radius: 0;
  font-size: 1.75rem;
  line-height: 1.75rem;
  letter-spacing: 0;
  color: #ebe5d7;
  font-family: "Erode", Georgia, Times, "Times New Roman", serif;
  font-weight: 300;
  opacity: 0.6;
  transition: opacity 250ms ease;
}
@media screen and (min-width: 1025px) {
  .before-after__button {
    font-size: 2.25rem;
    line-height: 2.25rem;
    letter-spacing: 0.015625rem;
  }
}
.before-after__button:hover, .before-after__button:focus {
  opacity: 1;
}
.before-after__button[aria-selected=true] {
  text-decoration: underline;
  text-decoration-thickness: from-font;
  opacity: 1;
}
.before-after__list {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
}
[data-animation=slide] .before-after__list {
  display: flex;
}
[data-animation=slide] .before-after__list .swiper {
  max-width: 100%;
}

.before-after__tab {
  grid-column: 1;
  grid-row: 1;
  opacity: 1;
  transition: opacity ease-out 350ms;
}
.before-after__tab:focus {
  outline: none;
}
.acf-block-preview .before-after__tab {
  grid-column: auto;
  grid-row: auto;
}
.before-after__tab.is-hidden {
  visibility: hidden;
  opacity: 0;
}
.before-after__swiper {
  overflow: visible;
}
.before-after__swiper-wrapper {
  align-items: center;
}
.before-after__slide {
  display: flex;
  height: auto;
}
.before-after__swiper-slide:focus {
  outline: none;
}
.before-after__inner-content {
  display: grid;
  gap: 30px;
  align-items: center;
  padding: 0 1.875rem;
  grid-template-columns: minmax(0, 1fr);
}
@media (min-width: 769px) {
  .before-after__inner-content {
    padding: 0 9.375rem;
  }
}
@media (min-width: 1025px) {
  .before-after__inner-content {
    gap: 60px;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }
}
.before-after__pictures {
  align-items: center;
  display: grid;
  padding: 20px;
}
.before-after__pictures--before .before-after__before {
  animation-duration: 500ms;
  animation-timing-function: ease-in-out;
  animation-name: before;
  animation-fill-mode: forwards;
}
.before-after__pictures--before .before-after__after {
  animation-duration: 500ms;
  animation-timing-function: ease-in-out;
  animation-name: after;
  animation-fill-mode: forwards;
}
.before-after__pictures--after .before-after__before {
  animation-duration: 500ms;
  animation-timing-function: ease-in-out;
  animation-name: before-reverse;
  animation-fill-mode: forwards;
}
.before-after__pictures--after .before-after__after {
  animation-duration: 500ms;
  animation-timing-function: ease-in-out;
  animation-name: after-reverse;
  animation-fill-mode: forwards;
}
[data-animation=fade] .before-after__pictures--before .before-after__before {
  transition: all 0.3s ease;
  animation-name: none;
  opacity: 1;
  transform: none;
}
[data-animation=fade] .before-after__pictures--before .before-after__after {
  transition: all 0.3s ease;
  animation-name: none;
  opacity: 0;
  transform: none;
}
[data-animation=fade] .before-after__pictures--after .before-after__before {
  transition: all 0.3s ease;
  animation-name: none;
  opacity: 0;
  transform: none;
}
[data-animation=fade] .before-after__pictures--after .before-after__after {
  transition: all 0.3s ease;
  animation-name: none;
  opacity: 1;
  transform: none;
}

[data-animation=slide] .before-after__pictures {
  width: 100vw;
  max-width: 100% !important;
  max-height: unset !important;
  padding: 0;
  border-radius: 20px;
}
[data-animation=slide] .before-after__pictures figure {
  width: 100vw !important;
  height: 100% !important;
  max-width: 100%;
}
[data-animation=slide] .before-after__pictures figure img {
  width: 100vw;
  height: 100%;
  object-fit: cover;
}
[data-animation=slide] .before-after__pictures--before .before-after__before,
[data-animation=slide] .before-after__pictures--before .before-after__after {
  animation-name: none;
  transform: none;
}
[data-animation=slide] .before-after__pictures--after .before-after__before,
[data-animation=slide] .before-after__pictures--after .before-after__after {
  animation-name: none;
  transform: none;
}

.before-after__before, .before-after__after {
  border-radius: 20px;
  grid-column: 1;
  grid-row: 1;
  overflow: hidden;
}
.before-after__before {
  transform: translate(-20px, 20px);
}
.before-after__after {
  transform: translate(20px, -20px);
}
.before-after__slide-title {
  font-size: 1.875rem;
  line-height: 2.625rem;
  letter-spacing: 0;
  font-weight: 500;
  margin-bottom: 2rem;
}
@media screen and (min-width: 1025px) {
  .before-after__slide-title {
    font-size: 3rem;
    line-height: 3.3125rem;
    letter-spacing: 0;
  }
}
.before-after__slide-pagination {
  display: inline;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1;
}
.before-after__switch {
  margin: 0;
  padding: 0;
  border: 0;
  display: inline-block;
  background-color: transparent;
  border-radius: 0;
  display: flex;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.15rem;
  line-height: 1em;
  margin-top: 2rem;
  text-decoration: none;
  text-transform: uppercase;
}
.before-after__switch span {
  border: solid 1px #ebe5d7;
  display: flex;
  padding: 1rem;
  transition: color 250ms ease, background-color 250ms ease, border 250ms ease, box-shadow 250ms ease, padding 250ms ease;
}
.before-after__switch :first-child {
  border-radius: 50px 0 0 50px;
}
.before-after__switch :first-child::before {
  content: "";
  background-color: #af884a;
  border-radius: 50%;
  display: inline-block;
  flex-shrink: 0;
  height: 1em;
  margin-right: 1rem;
  width: 1em;
  transition: background-color 250ms ease;
}
.before-after__switch :last-child {
  border-radius: 0 50px 50px 0;
}
.before-after__switch :last-child::after {
  content: "";
  background-color: #af884a;
  border-radius: 50%;
  display: inline-block;
  flex-shrink: 0;
  height: 1em;
  margin-left: 1rem;
  width: 1em;
  transition: background-color 250ms ease;
}
.before-after__switch[aria-checked=false] :first-child {
  background: #ebe5d7;
  color: #1a1e22;
}
.before-after__switch[aria-checked=false] :first-child::before {
  background-color: #1a1e22;
}
.before-after__switch[aria-checked=true] :last-child {
  background: #ebe5d7;
  color: #1a1e22;
}
.before-after__switch[aria-checked=true] :last-child::after {
  background-color: #1a1e22;
}
.before-after__swiper-controls {
  margin: 0;
  padding: 0;
  border: 0;
  display: inline-block;
  background-color: transparent;
  border-radius: 0;
  color: #ebe5d7;
  display: none;
  height: auto;
  transform: translateY(-50%);
  width: auto;
}
.before-after__swiper-controls::after {
  content: none;
}
.before-after__swiper-controls svg {
  height: auto;
  stroke-width: 0.5px;
  width: 25px;
}
@media (min-width: 769px) {
  .before-after__swiper-controls svg {
    height: 130px;
    stroke-width: 0.5px;
    width: 65px;
  }
}
.swiper-initialized .before-after__swiper-controls {
  display: block;
}
.before-after__swiper-controls.swiper-button-disabled {
  opacity: 0;
}
.before-after__swiper-button-text {
  display: none;
  right: 1rem;
  position: absolute;
  top: 50%;
  transform: translateY(calc(-50% - 3px));
  width: 100%;
}
@media (min-width: 769px) {
  .before-after__swiper-button-text {
    display: block;
  }
}
.before-after__swiper-before {
  left: -0.625rem;
}
@media (min-width: 769px) {
  .before-after__swiper-before {
    left: 0;
  }
}
.before-after__swiper-before svg {
  transform: rotate(180deg);
}
.before-after__swiper-before .before-after__swiper-button-text {
  left: 1rem;
  right: auto;
}
.before-after__swiper-next {
  right: -0.625rem;
}
@media (min-width: 769px) {
  .before-after__swiper-next {
    right: 0;
  }
}

@keyframes before {
  from {
    transform: translate(-20px, 20px);
    z-index: 1;
  }
  50% {
    transform: translate(-60px, 60px);
  }
  to {
    transform: translate(-20px, 20px);
    z-index: 2;
  }
}
@keyframes before-reverse {
  from {
    transform: translate(-20px, 20px);
    z-index: 2;
  }
  50% {
    transform: translate(-60px, 60px);
  }
  to {
    transform: translate(-20px, 20px);
    z-index: 1;
  }
}
@keyframes after {
  from {
    transform: translate(20px, -20px);
    z-index: 2;
  }
  50% {
    transform: translate(60px, -60px);
  }
  to {
    transform: translate(20px, -20px);
    z-index: 1;
  }
}
@keyframes after-reverse {
  from {
    transform: translate(20px, -20px);
    z-index: 1;
  }
  50% {
    transform: translate(60px, -60px);
  }
  to {
    transform: translate(20px, -20px);
    z-index: 2;
  }
}
.block--form .gform_heading {
  margin-bottom: 5rem;
  text-align: center;
}
.block--form .gform_description {
  display: block;
  margin: 2rem auto 0;
  max-width: 33.75rem;
}
.block--form .gform_required_legend {
  border: 0;
  clip: rect(0.0625rem, 0.0625rem, 0.0625rem, 0.0625rem);
  clip-path: inset(50%);
  height: 0.0625rem;
  margin: -0.0625rem;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 0.0625rem;
  word-wrap: normal !important;
}
.block--form form {
  margin: 0 auto;
  max-width: 55.5rem;
}

.careers {
  opacity: 0;
  transform: translateY(50px);
  transition: transform 500ms ease-out, opacity 500ms ease-out;
  display: grid;
  gap: 16px;
}
.careers.is-inview, .acf-block-preview .careers {
  opacity: 1;
  transform: translateY(0);
}
@media (min-width: 769px) {
  .careers {
    grid-template-columns: [col1-start] repeat(5, 1fr) [col1-end col2-start] repeat(7, 1fr) [col2-end];
  }
}
@media (min-width: 1025px) {
  .careers {
    grid-template-columns: 1fr [col1-start] repeat(4, 1fr) [col1-end col2-start] repeat(5, 1fr) [col2-end] 1fr;
  }
}
.careers__title {
  font-size: 1.875rem;
  line-height: 2.625rem;
  letter-spacing: 0;
  grid-column: col1;
}
@media screen and (min-width: 1025px) {
  .careers__title {
    font-size: 3rem;
    line-height: 3.3125rem;
    letter-spacing: 0;
  }
}
@media (min-width: 769px) {
  .careers__title {
    border-right: solid 1px;
    margin-bottom: 0;
  }
}
.careers__title strong {
  display: block;
}
.careers__wrapper {
  grid-column: col2;
}
@media (min-width: 769px) {
  .careers__wrapper {
    padding-left: 1.875rem;
  }
}

.centred-text {
  opacity: 0;
  transform: translateY(50px);
  transition: transform 500ms ease-out, opacity 500ms ease-out;
}
.centred-text.is-inview, .acf-block-preview .centred-text {
  opacity: 1;
  transform: translateY(0);
}
.centred-text__title {
  margin: 0 auto 1.875rem;
  max-width: 56.25rem;
  text-align: center;
}
.centred-text__title strong {
  display: block;
}
.centred-text__content {
  margin: 0 auto;
  max-width: 41.25rem;
  text-align: center;
}
.centred-text__buttons {
  margin-top: 2rem;
}
.centred-text small {
  margin: 0 0 0.5625rem;
}

.contact {
  opacity: 0;
  transform: translateY(50px);
  transition: transform 500ms ease-out, opacity 500ms ease-out;
  display: grid;
  gap: 16px;
}
.contact.is-inview, .acf-block-preview .contact {
  opacity: 1;
  transform: translateY(0);
}
@media (min-width: 769px) {
  .contact {
    grid-template-columns: [col1-start] repeat(3, 1fr) [col1-end col2-start] repeat(9, 1fr) [col2-end];
  }
}
@media (min-width: 769px) {
  .contact__info {
    grid-column: col1;
  }
}
.contact__info .button {
  margin-top: 2rem;
}
.contact__title {
  font-size: 0.75rem;
  line-height: 0.75rem;
  letter-spacing: 0.15rem;
}
.contact__title:not(:first-of-type) {
  margin-top: 2rem;
}
.contact__title--address {
  align-items: center;
  display: flex;
}
.contact__title--address::before {
  background-image: url(/wp-content/themes/kdc/assets/images/pin.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
  display: inline-block;
  height: 1.5rem;
  margin-right: 0.5rem;
  width: 1.125rem;
}
.contact__link {
  color: currentColor;
  text-decoration: none;
}
.contact__link:hover, .contact__link:focus {
  text-decoration: underline;
}
@media (min-width: 769px) {
  .contact__map {
    grid-column: col2;
  }
}
.contact__map .contact-map {
  height: 21.875rem;
}
@media (min-width: 769px) {
  .contact__map .contact-map {
    height: 43.75rem;
  }
}

.content-grid .content-grid__item {
  opacity: 0;
  transform: translateY(50px);
  transition: transform 400ms ease-out, opacity 500ms ease-out;
}
.content-grid .content-grid__item:nth-child(1) {
  transition-delay: 0ms;
}
.content-grid .content-grid__item:nth-child(2) {
  transition-delay: 250ms;
}
.content-grid .content-grid__item:nth-child(3) {
  transition-delay: 500ms;
}
.content-grid .content-grid__item:nth-child(4) {
  transition-delay: 750ms;
}
.content-grid .content-grid__item:nth-child(5) {
  transition-delay: 1000ms;
}
.content-grid .content-grid__item:nth-child(6) {
  transition-delay: 1250ms;
}
.content-grid .content-grid__item:nth-child(7) {
  transition-delay: 1500ms;
}
.content-grid.is-inview .content-grid__item, .acf-block-preview .content-grid .content-grid__item {
  opacity: 1;
  transform: translateY(0);
}
.content-grid .content-grid__intro {
  opacity: 0;
  transition: opacity 500ms ease-out;
}
.content-grid.is-inview .content-grid__intro, .acf-block-preview .content-grid .content-grid__intro {
  opacity: 1;
}
.content-grid__title {
  margin: 0 auto 1.875rem;
  max-width: 56.25rem;
  text-align: center;
}
.content-grid__title strong {
  display: block;
}
.content-grid__content {
  margin: 0 auto;
  max-width: 41.25rem;
  text-align: center;
}
.content-grid__grid {
  display: grid;
  gap: 16px;
  list-style: none;
  margin-top: 2.5rem;
  padding: 0;
}
@media (min-width: 769px) {
  .content-grid__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1025px) {
  .content-grid__grid {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 1fr 1fr;
    grid-auto-flow: column;
  }
  .single-landing-page .content-grid__grid {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;
  }
}
.content-grid__item {
  background: #25292d;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 11.5rem;
  overflow: hidden;
  padding: 4.375rem 1.25rem 1.25rem;
  position: relative;
}
.content-grid__item::before {
  counter-increment: list-item;
  content: "0" counter(list-item);
  font-family: "Erode", Georgia, Times, "Times New Roman", serif;
  font-size: 2.25rem;
  font-weight: 300;
  pointer-events: none;
  position: absolute;
  top: 1.25rem;
  z-index: 1;
}
.content-grid__item:last-child {
  padding-bottom: 1.25rem;
}
@media (min-width: 1025px) {
  body:not(.single-landing-page) .content-grid__item:nth-child(3), body:not(.single-landing-page) .content-grid__item:nth-child(6) {
    grid-row: span 2;
  }
}
.content-grid__item--hover {
  justify-content: flex-start;
  padding: 0;
}
.content-grid__item--hover::before {
  left: 1.25rem;
}
.content-grid__item--hover:last-child {
  padding-bottom: 0;
}
.content-grid__item.content-grid__item--with-image {
  justify-content: flex-start;
}
@media (min-width: 1025px) {
  .content-grid__item:nth-child(1):nth-last-child(5) {
    grid-column: span 2;
  }
  .content-grid__item:nth-child(2):nth-last-child(4) {
    grid-column: span 2;
  }
  .content-grid__item:nth-child(1):nth-last-child(4) {
    grid-column: 1;
    grid-row: span 2;
  }
  .content-grid__item:nth-child(2):nth-last-child(3) {
    grid-column: 2;
    grid-row: span 2;
  }
  .content-grid__item:nth-child(3):nth-last-child(2) {
    grid-column: 3;
    grid-row: span 2;
  }
  .content-grid__item:nth-child(4):nth-last-child(1) {
    grid-column: 4;
    grid-row: span 2;
  }
}
.content-grid__item-title {
  font-size: 1.5rem;
  line-height: 2rem;
  letter-spacing: 0;
  border-top: solid 1px #ffffff;
  color: #ffffff;
  display: block;
  font-family: "Erode", Georgia, Times, "Times New Roman", serif;
  font-weight: 500;
  padding: 1.25rem 0 0;
  text-align: left;
  width: 100%;
}
.content-grid__item-button {
  margin: 0;
  padding: 0;
  border: 0;
  display: inline-block;
  background-color: transparent;
  border-radius: 0;
  background: #25292d;
  border: solid 1px transparent;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 4.375rem 1.25rem 1.25rem;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  transition: border 250ms ease;
}
.content-grid__item-button:focus {
  border: solid 1px #af884a;
}
.content-grid__item-button .content-grid__item-title {
  pointer-events: none;
}
.content-grid__item--with-image .content-grid__item-button {
  justify-content: flex-start;
}
.content-grid__item-more {
  font-size: 0.75rem;
  line-height: 0.75rem;
  letter-spacing: 0.15rem;
  margin-top: 0.5rem;
  pointer-events: none;
}
@media (min-width: 769px) {
  .content-grid__item-more {
    display: none;
  }
}
.content-grid__item-image {
  padding-bottom: 1.25rem;
}
.content-grid__item-image img {
  display: block;
  height: 17rem;
  object-fit: cover;
}
.content-grid__item-content {
  background: #ebe5d7;
  color: #1a1e22;
  flex: 1;
  padding: 1.25rem;
  position: relative;
  transition: all 250ms ease;
  z-index: 2;
}
.content-grid__item-content[aria-hidden=true] {
  opacity: 0;
  pointer-events: none;
}
.content-grid__item-content[aria-hidden=false] {
  opacity: 1;
  pointer-events: all;
}
.content-grid__item-content .content-grid__item-title {
  border-bottom: solid 1px;
  border-top: 0;
  color: #1a1e22;
  padding: 0 0 1.25rem;
  margin-bottom: 1.25rem;
}

.credentials .credentials__item {
  opacity: 0;
  transform: translateY(50px);
  transition: transform 400ms ease-out, opacity 500ms ease-out;
}
.credentials .credentials__item:nth-child(1) {
  transition-delay: 0ms;
}
.credentials .credentials__item:nth-child(2) {
  transition-delay: 250ms;
}
.credentials .credentials__item:nth-child(3) {
  transition-delay: 500ms;
}
.credentials .credentials__item:nth-child(4) {
  transition-delay: 750ms;
}
.credentials .credentials__item:nth-child(5) {
  transition-delay: 1000ms;
}
.credentials .credentials__item:nth-child(6) {
  transition-delay: 1250ms;
}
.credentials .credentials__item:nth-child(7) {
  transition-delay: 1500ms;
}
.credentials .credentials__item:nth-child(8) {
  transition-delay: 1750ms;
}
.credentials .credentials__item:nth-child(9) {
  transition-delay: 2000ms;
}
.credentials .credentials__item:nth-child(10) {
  transition-delay: 2250ms;
}
.credentials .credentials__item:nth-child(11) {
  transition-delay: 2500ms;
}
.credentials .credentials__item:nth-child(12) {
  transition-delay: 2750ms;
}
.credentials .credentials__item:nth-child(13) {
  transition-delay: 3000ms;
}
.credentials .credentials__item:nth-child(14) {
  transition-delay: 3250ms;
}
.credentials .credentials__item:nth-child(15) {
  transition-delay: 3500ms;
}
.credentials .credentials__item:nth-child(16) {
  transition-delay: 3750ms;
}
.credentials .credentials__item:nth-child(17) {
  transition-delay: 4000ms;
}
.credentials .credentials__item:nth-child(18) {
  transition-delay: 4250ms;
}
.credentials .credentials__item:nth-child(19) {
  transition-delay: 4500ms;
}
.credentials .credentials__item:nth-child(20) {
  transition-delay: 4750ms;
}
.credentials .credentials__item:nth-child(21) {
  transition-delay: 5000ms;
}
.credentials .credentials__item:nth-child(22) {
  transition-delay: 5250ms;
}
.credentials .credentials__item:nth-child(23) {
  transition-delay: 5500ms;
}
.credentials .credentials__item:nth-child(24) {
  transition-delay: 5750ms;
}
.credentials .credentials__item:nth-child(25) {
  transition-delay: 6000ms;
}
.credentials .credentials__item:nth-child(26) {
  transition-delay: 6250ms;
}
.credentials .credentials__item:nth-child(27) {
  transition-delay: 6500ms;
}
.credentials .credentials__item:nth-child(28) {
  transition-delay: 6750ms;
}
.credentials .credentials__item:nth-child(29) {
  transition-delay: 7000ms;
}
.credentials .credentials__item:nth-child(30) {
  transition-delay: 7250ms;
}
.credentials .credentials__item:nth-child(31) {
  transition-delay: 7500ms;
}
.credentials .credentials__item:nth-child(32) {
  transition-delay: 7750ms;
}
.credentials .credentials__item:nth-child(33) {
  transition-delay: 8000ms;
}
.credentials .credentials__item:nth-child(34) {
  transition-delay: 8250ms;
}
.credentials .credentials__item:nth-child(35) {
  transition-delay: 8500ms;
}
.credentials .credentials__item:nth-child(36) {
  transition-delay: 8750ms;
}
.credentials .credentials__item:nth-child(37) {
  transition-delay: 9000ms;
}
.credentials .credentials__item:nth-child(38) {
  transition-delay: 9250ms;
}
.credentials .credentials__item:nth-child(39) {
  transition-delay: 9500ms;
}
.credentials .credentials__item:nth-child(40) {
  transition-delay: 9750ms;
}
.credentials .credentials__item:nth-child(41) {
  transition-delay: 10000ms;
}
.credentials .credentials__item:nth-child(42) {
  transition-delay: 10250ms;
}
.credentials .credentials__item:nth-child(43) {
  transition-delay: 10500ms;
}
.credentials .credentials__item:nth-child(44) {
  transition-delay: 10750ms;
}
.credentials .credentials__item:nth-child(45) {
  transition-delay: 11000ms;
}
.credentials .credentials__item:nth-child(46) {
  transition-delay: 11250ms;
}
.credentials .credentials__item:nth-child(47) {
  transition-delay: 11500ms;
}
.credentials .credentials__item:nth-child(48) {
  transition-delay: 11750ms;
}
.credentials .credentials__item:nth-child(49) {
  transition-delay: 12000ms;
}
.credentials .credentials__item:nth-child(50) {
  transition-delay: 12250ms;
}
.credentials .credentials__item:nth-child(51) {
  transition-delay: 12500ms;
}
.credentials .credentials__item:nth-child(52) {
  transition-delay: 12750ms;
}
.credentials .credentials__item:nth-child(53) {
  transition-delay: 13000ms;
}
.credentials .credentials__item:nth-child(54) {
  transition-delay: 13250ms;
}
.credentials .credentials__item:nth-child(55) {
  transition-delay: 13500ms;
}
.credentials .credentials__item:nth-child(56) {
  transition-delay: 13750ms;
}
.credentials .credentials__item:nth-child(57) {
  transition-delay: 14000ms;
}
.credentials .credentials__item:nth-child(58) {
  transition-delay: 14250ms;
}
.credentials .credentials__item:nth-child(59) {
  transition-delay: 14500ms;
}
.credentials .credentials__item:nth-child(60) {
  transition-delay: 14750ms;
}
.credentials .credentials__item:nth-child(61) {
  transition-delay: 15000ms;
}
.credentials .credentials__item:nth-child(62) {
  transition-delay: 15250ms;
}
.credentials .credentials__item:nth-child(63) {
  transition-delay: 15500ms;
}
.credentials .credentials__item:nth-child(64) {
  transition-delay: 15750ms;
}
.credentials .credentials__item:nth-child(65) {
  transition-delay: 16000ms;
}
.credentials .credentials__item:nth-child(66) {
  transition-delay: 16250ms;
}
.credentials .credentials__item:nth-child(67) {
  transition-delay: 16500ms;
}
.credentials .credentials__item:nth-child(68) {
  transition-delay: 16750ms;
}
.credentials .credentials__item:nth-child(69) {
  transition-delay: 17000ms;
}
.credentials .credentials__item:nth-child(70) {
  transition-delay: 17250ms;
}
.credentials .credentials__item:nth-child(71) {
  transition-delay: 17500ms;
}
.credentials .credentials__item:nth-child(72) {
  transition-delay: 17750ms;
}
.credentials .credentials__item:nth-child(73) {
  transition-delay: 18000ms;
}
.credentials .credentials__item:nth-child(74) {
  transition-delay: 18250ms;
}
.credentials .credentials__item:nth-child(75) {
  transition-delay: 18500ms;
}
.credentials .credentials__item:nth-child(76) {
  transition-delay: 18750ms;
}
.credentials .credentials__item:nth-child(77) {
  transition-delay: 19000ms;
}
.credentials .credentials__item:nth-child(78) {
  transition-delay: 19250ms;
}
.credentials .credentials__item:nth-child(79) {
  transition-delay: 19500ms;
}
.credentials .credentials__item:nth-child(80) {
  transition-delay: 19750ms;
}
.credentials .credentials__item:nth-child(81) {
  transition-delay: 20000ms;
}
.credentials .credentials__item:nth-child(82) {
  transition-delay: 20250ms;
}
.credentials .credentials__item:nth-child(83) {
  transition-delay: 20500ms;
}
.credentials .credentials__item:nth-child(84) {
  transition-delay: 20750ms;
}
.credentials .credentials__item:nth-child(85) {
  transition-delay: 21000ms;
}
.credentials .credentials__item:nth-child(86) {
  transition-delay: 21250ms;
}
.credentials .credentials__item:nth-child(87) {
  transition-delay: 21500ms;
}
.credentials .credentials__item:nth-child(88) {
  transition-delay: 21750ms;
}
.credentials .credentials__item:nth-child(89) {
  transition-delay: 22000ms;
}
.credentials .credentials__item:nth-child(90) {
  transition-delay: 22250ms;
}
.credentials .credentials__item:nth-child(91) {
  transition-delay: 22500ms;
}
.credentials .credentials__item:nth-child(92) {
  transition-delay: 22750ms;
}
.credentials .credentials__item:nth-child(93) {
  transition-delay: 23000ms;
}
.credentials .credentials__item:nth-child(94) {
  transition-delay: 23250ms;
}
.credentials .credentials__item:nth-child(95) {
  transition-delay: 23500ms;
}
.credentials .credentials__item:nth-child(96) {
  transition-delay: 23750ms;
}
.credentials .credentials__item:nth-child(97) {
  transition-delay: 24000ms;
}
.credentials .credentials__item:nth-child(98) {
  transition-delay: 24250ms;
}
.credentials .credentials__item:nth-child(99) {
  transition-delay: 24500ms;
}
.credentials .credentials__item:nth-child(100) {
  transition-delay: 24750ms;
}
.credentials .credentials__item:nth-child(101) {
  transition-delay: 25000ms;
}
.credentials.is-inview .credentials__item, .acf-block-preview .credentials .credentials__item {
  opacity: 1;
  transform: translateY(0);
}
.credentials .credentials__content {
  opacity: 0;
  transition: opacity 500ms ease-out;
}
.credentials.is-inview .credentials__content, .acf-block-preview .credentials .credentials__content {
  opacity: 1;
}
.credentials .credentials__filters {
  opacity: 0;
  transition: opacity 500ms ease-out;
}
.credentials.is-inview .credentials__filters, .acf-block-preview .credentials .credentials__filters {
  opacity: 1;
}
@media (min-width: 1025px) {
  .credentials {
    display: flex;
  }
}
.credentials__content {
  flex: 0 0 18.75rem;
}
@media (min-width: 1025px) {
  .credentials__content {
    align-self: flex-start;
    position: sticky;
    top: 5rem;
  }
  [data-direction=up] .credentials__content {
    top: 12.5rem;
  }
}
.credentials__wrapper {
  flex: 1;
  padding-top: 2.5rem;
  position: relative;
}
@media (min-width: 1025px) {
  .credentials__wrapper {
    border-left: solid 1px;
    margin-left: 2.5rem;
    padding-left: 2.5rem;
    padding-top: 0;
  }
}
.credentials__title {
  font-size: 1.875rem;
  line-height: 2.625rem;
  letter-spacing: 0;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 1025px) {
  .credentials__title {
    font-size: 3rem;
    line-height: 3.3125rem;
    letter-spacing: 0;
  }
}
.credentials__list {
  display: grid;
  gap: 16px;
  list-style: none;
  padding: 0;
}
@media (min-width: 426px) {
  .credentials__list {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1261px) {
  .credentials__list {
    gap: 2.5rem;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.credentials__list-hidden {
  max-height: 43.75rem;
  overflow: hidden;
  position: relative;
}
.credentials__list-hidden::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 9.375rem;
  background: linear-gradient(180deg, transparent, #1a1e22);
}
.credentials__button {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.credentials__filters .facetwp-facet {
  display: flex;
  gap: 1rem;
}

.credential {
  background: #25292d;
  border-radius: 5px;
  padding: 1.25rem;
}
.credential:last-child {
  padding-bottom: 1.25rem;
}
.credential__tag {
  font-size: 0.75rem;
  line-height: 0.75rem;
  letter-spacing: 0.15rem;
  margin-bottom: 1.5rem;
}
.credential__tag::before {
  content: "";
  background-color: currentColor;
  border-radius: 50%;
  display: inline-block;
  flex-shrink: 0;
  height: 1em;
  margin-right: 0.5rem;
  width: 1em;
}
.credential__title {
  font-size: 1.75rem;
  line-height: 1.75rem;
  letter-spacing: 0;
  font-weight: 500;
  margin-bottom: 0;
}
@media screen and (min-width: 1025px) {
  .credential__title {
    font-size: 2.25rem;
    line-height: 2.25rem;
    letter-spacing: 0.015625rem;
  }
}
.credential__date {
  font-size: 1.75rem;
  line-height: 1.75rem;
  letter-spacing: 0;
  font-family: "Erode", Georgia, Times, "Times New Roman", serif;
  font-weight: 300;
  margin-bottom: 1.5rem;
  margin-left: 3.125rem;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .credential__date {
    font-size: 2.25rem;
    line-height: 2.25rem;
    letter-spacing: 0.015625rem;
  }
}
.credential__date::before {
  background-color: #fcf9f2;
  content: "";
  display: block;
  height: 0.0625rem;
  left: -3.125rem;
  position: absolute;
  top: 1.25rem;
  width: 2.5rem;
}

.cta {
  opacity: 0;
  transition: opacity 500ms ease-out;
  margin-left: -1rem;
  margin-right: -1rem;
  position: relative;
  margin-bottom: 5rem;
  margin-top: 5rem;
  background: #25292d;
  color: #ffffff;
  position: relative;
}
.cta.is-inview, .acf-block-preview .cta {
  opacity: 1;
}
@media (min-width: 769px) {
  .cta {
    margin-left: -2rem;
    margin-right: -2rem;
  }
}
@media (min-width: 1025px) {
  .cta {
    left: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    position: relative;
    right: 50%;
    width: 100vw;
  }
}
.cta__image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}
.cta__image::before {
  background: rgba(0, 0, 0, 0.5);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.cta__image img {
  height: 150%;
  object-fit: cover;
  width: 100%;
}
.cta__container {
  margin: 0 auto;
  max-width: 90rem;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%;
  padding-bottom: 5rem;
  padding-top: 5rem;
  position: relative;
  text-align: center;
  z-index: 1;
}
@media (min-width: 769px) {
  .cta__container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 1025px) {
  .cta__container {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 769px) {
  .cta__container {
    padding-bottom: 7.5rem;
    padding-top: 7.5rem;
  }
}
.cta__title {
  color: #ffffff;
  margin-bottom: 2.5rem;
}
.cta__content {
  margin: 2.5rem auto;
  max-width: 41.25rem;
  text-align: center;
}
.cta__newsletter-form .gform_wrapper {
  margin: 0 auto;
  max-width: 28.75rem;
}
.cta__newsletter-form form {
  position: relative;
}
.cta__newsletter-form .gfield_label {
  border: 0;
  clip: rect(0.0625rem, 0.0625rem, 0.0625rem, 0.0625rem);
  clip-path: inset(50%);
  height: 0.0625rem;
  margin: -0.0625rem;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 0.0625rem;
  word-wrap: normal !important;
}
.cta__newsletter-form input[type=email] {
  background: #fcf9f2;
  color: #1a1e22;
  padding-right: 8.125rem !important;
  text-align: left;
}
.cta__newsletter-form input[type=email]::placeholder {
  color: rgba(26, 30, 34, 0.6);
}
.cta__newsletter-form input[type=submit] {
  margin: 0;
  padding: 0;
  border: 0;
  display: inline-block;
  background-color: transparent;
  border-radius: 0;
  color: #1a1e22;
  line-height: 1em !important;
  min-height: auto !important;
  position: absolute;
  top: 1.3125rem;
  right: 1.25rem;
}
.cta__newsletter-form input[type=submit]:hover, .cta__newsletter-form input[type=submit]:focus {
  background: transparent;
  color: #99681b;
}
.cta__disclaimer a {
  color: #ffffff;
}
.cta .gform_wrapper .gfield_validation_message,
.cta .gform_wrapper .validation_message {
  color: #ffffff;
  font-weight: 500;
}

.featured-insight {
  animation-duration: 500ms;
  animation-name: fadeup;
  animation-timing-function: ease-out;
}

@keyframes fadeup {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.feature {
  display: grid;
  gap: 16px;
  align-items: center;
  position: relative;
}
@media (min-width: 769px) {
  .feature {
    grid-template-columns: [col1-start] repeat(6, 1fr) [col1-end col2-start] repeat(6, 1fr) [col2-end];
  }
}
.feature:hover .feature__image img, .feature:focus-within .feature__image img {
  transform: scale(1.125);
}
.feature__meta {
  font-size: 0.75rem;
  line-height: 0.75rem;
  letter-spacing: 0.15rem;
  margin-bottom: 1.25rem;
  display: flex;
}
.feature__tags {
  border-left: solid 1px;
  margin-left: 0.5rem;
  padding-left: 0.5rem;
}
.feature__time {
  margin-left: auto;
}
.feature__image {
  grid-column: col1;
  border-radius: 5px 300px 300px 5px;
  margin-bottom: 1.25rem;
  overflow: hidden;
}
@media (min-width: 769px) {
  .feature__image {
    margin: 0;
  }
}
.feature__image img {
  aspect-ratio: 1.15/1;
  object-fit: cover;
  transition: transform 250ms ease;
}
.feature__content {
  grid-column: col2;
}
@media (min-width: 1025px) {
  .feature__content {
    padding-left: 4.375rem;
  }
}
.feature__title {
  font-size: 1.875rem;
  line-height: 2.625rem;
  letter-spacing: 0;
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 1025px) {
  .feature__title {
    font-size: 3rem;
    line-height: 3.3125rem;
    letter-spacing: 0;
  }
}
.feature__link::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.featured-insights .teaser {
  opacity: 0;
  transform: translateY(50px);
  transition: transform 400ms ease-out, opacity 500ms ease-out;
}
.featured-insights .teaser:nth-child(1) {
  transition-delay: 0ms;
}
.featured-insights .teaser:nth-child(2) {
  transition-delay: 250ms;
}
.featured-insights .teaser:nth-child(3) {
  transition-delay: 500ms;
}
.featured-insights .teaser:nth-child(4) {
  transition-delay: 750ms;
}
.featured-insights.is-inview .teaser, .acf-block-preview .featured-insights .teaser {
  opacity: 1;
  transform: translateY(0);
}
.featured-insights .featured-insights__header {
  opacity: 0;
  transition: opacity 500ms ease-out;
}
.featured-insights.is-inview .featured-insights__header, .acf-block-preview .featured-insights .featured-insights__header {
  opacity: 1;
}
.featured-insights__header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.875rem;
}
@media (min-width: 769px) {
  .featured-insights__header {
    margin-bottom: 3.75rem;
  }
}
.featured-insights__button--mobile {
  margin-top: 2rem;
}
@media (min-width: 769px) {
  .featured-insights__button--mobile {
    display: none;
  }
}
.featured-insights__button--desktop {
  display: none;
}
@media (min-width: 769px) {
  .featured-insights__button--desktop {
    display: inline-flex;
  }
}
.featured-insights__grid {
  display: grid;
  gap: 16px;
  gap: 4.75rem;
  grid-template-columns: 1fr;
}
@media (min-width: 769px) {
  .featured-insights__grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.featured-services {
  opacity: 0;
  transform: translateY(50px);
  transition: transform 500ms ease-out, opacity 500ms ease-out;
  display: grid;
  gap: 16px;
  align-items: start;
}
.featured-services.is-inview, .acf-block-preview .featured-services {
  opacity: 1;
  transform: translateY(0);
}
@media (min-width: 769px) {
  .featured-services {
    grid-template-columns: [col1-start] repeat(5, 1fr) [col1-end col2-start] repeat(7, 1fr) [col2-end];
  }
}
@media (min-width: 1025px) {
  .featured-services {
    grid-template-columns: 1fr [col1-start] repeat(4, 1fr) [col1-end col2-start] repeat(5, 1fr) [col2-end] 1fr;
  }
}
.acf-block-preview .featured-services {
  grid-template-columns: [col1-start] repeat(6, 1fr) [col1-end col2-start] repeat(6, 1fr) [col2-end];
}
@media (min-width: 769px) {
  .featured-services__content {
    grid-column: col1;
    position: sticky;
    top: 130px;
  }
}
.featured-services__body {
  margin-top: 2rem;
}
@media (min-width: 769px) {
  .featured-services__body {
    padding-right: 3.125rem;
  }
}
.featured-services__link {
  margin-top: 1.5rem;
}
.featured-services__wrapper {
  margin-top: 2rem;
}
@media (min-width: 769px) {
  .featured-services__wrapper {
    grid-column: col2;
    border-left: solid 1px;
    margin-top: 0;
    padding-left: 3.125rem;
  }
}
@media (min-width: 769px) {
  .featured-services__wrapper .featured-service {
    margin-left: auto;
    max-width: 33.75rem;
  }
}
.featured-services__wrapper .featured-service h3 {
  font-family: "Erode", Georgia, Times, "Times New Roman", serif;
}
.featured-services__wrapper .featured-service h3 span.word {
  font-weight: 300;
}
.featured-services__wrapper .featured-service__title .word:not(:last-child) {
  font-family: "Erode", Georgia, Times, "Times New Roman", serif;
}
.featured-services__wrapper .featured-service__title .word:last-child {
  font-weight: 400;
}
.featured-services__wrapper .featured-service + .featured-service {
  margin-top: 3.125rem;
}

.hero-form {
  opacity: 0;
  transform: translateY(50px);
  transition: transform 750ms cubic-bezier(0.645, 0.045, 0.355, 1), opacity 750ms cubic-bezier(0.645, 0.045, 0.355, 1);
  margin: 2.5rem 0 5rem;
}
.hero-form.is-inview, .acf-block-preview .hero-form {
  opacity: 1;
  transform: translateY(0);
}
@media (min-width: 769px) {
  .hero-form {
    margin: 5rem 0 7.5rem;
  }
}
.hero-form__title .hero-form__bold {
  display: block;
}
.hero-form__link {
  margin-left: 1rem;
}
.hero-form__container {
  display: grid;
  grid-template-columns: auto;
  gap: 0;
}
@media (min-width: 769px) {
  .hero-form__container {
    grid-template-columns: 40% 50%;
    gap: 10%;
  }
}
.hero-form__stars {
  display: flex;
  margin-bottom: 2.5rem;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}
@media (min-width: 769px) {
  .hero-form__stars {
    flex-direction: initial;
  }
}
.hero-form__stars svg {
  width: 7.25rem;
}
.hero-form__stars__eyebrow {
  margin-left: 0;
  margin-top: 0.625rem;
}
@media (min-width: 769px) {
  .hero-form__stars__eyebrow {
    margin-left: 1.25rem;
    margin-top: 0;
  }
}
.hero-form__text {
  text-align: center;
}
@media (min-width: 769px) {
  .hero-form__text {
    text-align: left;
  }
}
.hero-form__form {
  margin-top: 3.125rem;
}
@media (min-width: 769px) {
  .hero-form__form {
    margin-top: 0;
  }
}
.hero-form__form svg {
  position: absolute;
  top: 9.375rem;
  z-index: -1;
  height: auto;
  max-width: 34rem;
  width: 100%;
  left: 0;
}
@media (min-width: 769px) {
  .hero-form__form svg {
    top: -9.375rem;
    left: 80%;
  }
}
.hero-form__form .gform_heading {
  text-align: center;
  margin-bottom: 3.125rem;
}
.hero-form__form p.gform_description {
  padding: 0 6rem;
}
.hero-form__form .gform_required_legend {
  display: none;
}
.hero-form__form .submit-button {
  border-color: #fcf9f2;
}

.hero-simple {
  margin-left: -1rem;
  margin-right: -1rem;
  position: relative;
  background: #25292d;
  margin-bottom: 3.75rem;
  margin-top: -1.4375rem;
  overflow: hidden;
}
@media (min-width: 769px) {
  .hero-simple {
    margin-left: -2rem;
    margin-right: -2rem;
  }
}
@media (min-width: 1025px) {
  .hero-simple {
    left: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    position: relative;
    right: 50%;
    width: 100vw;
  }
}
.hero-simple__image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.hero-simple__image::before {
  background: rgba(0, 0, 0, 0.5);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.hero-simple__image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.hero-simple__container {
  margin: 0 auto;
  max-width: 90rem;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%;
  padding-bottom: 6.25rem;
  padding-top: 1.875rem;
  position: relative;
  z-index: 1;
}
@media (min-width: 769px) {
  .hero-simple__container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 1025px) {
  .hero-simple__container {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.hero-simple__title {
  font-size: 2.25rem;
  line-height: 2.875rem;
  letter-spacing: 0;
  font-weight: 300;
  margin: 2.5rem auto;
  max-width: 61.875rem;
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .hero-simple__title {
    font-size: 4rem;
    line-height: 4.375rem;
    letter-spacing: -0.09375rem;
  }
}
.hero-simple__content {
  margin: 0 auto;
  max-width: 33.125rem;
  text-align: center;
}
.hero-simple__meta {
  font-size: 0.75rem;
  line-height: 0.75rem;
  letter-spacing: 0.15rem;
  text-align: center;
  margin: 0;
}
.hero-simple__tags {
  display: inline-block;
  margin-left: 0.5rem;
  padding-left: 0.5rem;
  border-left: solid 1px currentColor;
}

.hero {
  opacity: 0;
  transform: translateY(50px);
  transition: transform 750ms cubic-bezier(0.645, 0.045, 0.355, 1), opacity 750ms cubic-bezier(0.645, 0.045, 0.355, 1);
  margin: 2.5rem 0 5rem;
}
.hero.is-inview, .acf-block-preview .hero {
  opacity: 1;
  transform: translateY(0);
}
@media (min-width: 769px) {
  .hero {
    margin: 5rem 0 7.5rem;
  }
}
@media (min-width: 769px) {
  .hero__eyebrow {
    margin-bottom: 2.5rem;
  }
}
.hero__title .hero__bold {
  display: block;
}
@media (min-width: 769px) {
  .hero__title {
    margin-bottom: 2.5rem;
  }
}
.hero__list {
  margin-bottom: 2rem;
  padding-left: 0;
}
.hero__list ul {
  padding-left: 0;
}
.hero__list li {
  list-style: none;
  border-left: 0.1rem solid #FFFFFF;
  background: #25292D;
  padding: 1rem 1.5rem;
  margin: 0.5rem 0;
  width: fit-content;
}
.hero__link {
  margin-top: 1rem;
  margin-left: 1rem;
}
.hero__image img {
  aspect-ratio: 2/3;
  object-fit: cover;
}
.hero--no-image .hero__text {
  text-align: center;
}
.hero--no-image .hero__body {
  margin: 0 auto;
  max-width: 41.25rem;
}
.hero--image .hero__container {
  display: grid;
  gap: 16px;
}
@media (min-width: 769px) {
  .hero--image .hero__container {
    grid-template-columns: [col1-start] repeat(6, 1fr) [col1-end col2-start] repeat(6, 1fr) [col2-end];
    align-items: center;
  }
}
@media (min-width: 1261px) {
  .hero--image .hero__container {
    grid-template-columns: 1fr [col1-start] repeat(5, 1fr) [col1-end col2-start] repeat(5, 1fr) [col2-end] 1fr;
  }
}
.hero--image .hero__text {
  grid-column: col1;
  position: relative;
  z-index: 10000000;
  pointer-events: none;
}
@media (min-width: 769px) {
  .hero--image .hero__text {
    grid-column: 1/13;
    grid-row: 1;
  }
}
@media (min-width: 1261px) {
  .hero--image .hero__text {
    grid-column: 2/12;
  }
}
.hero--image .hero__body {
  margin-top: 3.75rem;
  position: relative;
  z-index: 1000;
}
@media (min-width: 769px) {
  .hero--image .hero__body {
    max-width: 26.25rem;
  }
}
.hero--image .hero__body::before {
  background-color: #af884a;
  content: "";
  display: block;
  height: 0.0625rem;
  left: 0;
  position: absolute;
  top: -1.875rem;
  width: 8.125rem;
}
@media (min-width: 1441px) {
  .hero--image .hero__body::before {
    left: -2.5rem;
  }
}
.hero--image .hero__body :is(a, button) {
  pointer-events: all;
}
.hero--image .hero__image {
  z-index: 9999999;
  position: relative;
  grid-column: col2;
  position: relative;
  transform: rotate(0);
  transition: transform 750ms ease-out;
}
@media (min-width: 769px) {
  .hero--image .hero__image {
    grid-row: 1;
  }
}
@media (max-width: 768px) {
  .hero--image .hero__image {
    padding: 5rem 0;
  }
}
.hero--image .hero__image img {
  border-radius: 10px;
  max-width: 37.5rem;
  margin: 0 auto;
}
.hero--image .hero__vector {
  background-image: url(/wp-content/themes/kdc/assets/images/hero-vector.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 30.9375rem;
  width: 22.1875rem;
  position: absolute;
  left: -80px;
  top: 40px;
  z-index: 2;
}
.hero--image .hero__ellipses {
  background-image: url(/wp-content/themes/kdc/assets/images/hero-ellipses.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border-radius: 50%;
  box-shadow: 0 70px 100px 0 rgba(79, 79, 79, 0.2);
  height: 11.875rem;
  width: 11.9375rem;
  position: absolute;
  right: -80px;
  bottom: 40px;
  z-index: 3;
}
.hero--image.is-inview .hero__image, .acf-block-preview .hero--image .hero__image {
  transform: rotate(9deg);
}
@media (min-width: 1261px) {
  .hero--image.hero--landscape .hero__container {
    grid-template-columns: 1fr [col1-start] repeat(5, 1fr) [col1-end col2-start] repeat(6, 1fr) [col2-end];
  }
}
.hero--image.hero--landscape .hero__image img {
  aspect-ratio: 3/2;
}
.hero--image.hero--landscape .hero__vector {
  left: 0px;
  top: 0px;
}
.hero--image #has__video:hover {
  cursor: url(/wp-content/themes/kdc/assets/images/play-audio.svg), auto;
}

/* HERO LIGHTBOX */
.hide {
  display: none;
}

.display-flex {
  display: flex;
}

.full-width {
  width: 100%;
}

.justify__end {
  justify-content: flex-end;
}

.border-box {
  box-sizing: border-box;
}

.position-absolute {
  position: absolute;
}

.overlay {
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999999;
  bottom: 0;
  right: 0;
  margin: auto;
  background: rgba(26, 30, 34, 0.9490196078);
}

.overlay .lightbox {
  height: 100vh;
  width: 100vw;
}

.overlay .close {
  padding: 20px;
  z-index: 99999;
}

.overlay .close:hover line {
  stroke: #af884a;
}

.play-button:hover,
.overlay .close:hover {
  cursor: pointer;
}

.overlay iframe {
  height: 70%;
  width: 80%;
}

.overlay .video {
  height: 100vh;
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.clone .controls {
  display: none;
  width: auto;
  height: auto;
  justify-content: center;
  align-items: center;
  background: rgba(26, 30, 34, 0.9490196078);
  padding: 20px;
  border-radius: 80px;
}

.clone .wp-video:hover .controls {
  display: flex;
}

.clone .mejs-overlay-button,
.clone .mejs-controls {
  display: none !important;
}

.clone .play {
  height: 0;
  width: 0;
  margin-left: 0.28rem;
  /*margin-left: 17px;*/
  background: none;
  border: none;
  border-top: 1rem solid transparent;
  border-bottom: 1rem solid transparent;
  border-left: 1.72rem solid #ebe5d7;
}

.clone .pause {
  position: relative;
  background: none;
  border: none;
  height: 2rem;
  width: 1.72rem;
}

.clone .pause:before,
.clone .pause:after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 33%;
  background: #ebe5d7;
}

.clone .play:hover {
  border-left: 1.72rem solid #af884a;
}

.clone .pause:hover::before,
.clone .pause:hover::after {
  background: #af884a;
}

.clone .pause:before {
  left: 0;
}

.clone .pause:after {
  right: 0;
}

.overlay .wp-video {
  width: fit-content !important;
  max-width: 100% !important;
  height: auto !important;
}

@media (max-width: 1200px) {
  .video iframe {
    width: 90%;
    height: 50%;
  }
}
@media (min-width: 1200px) {
  .video iframe {
    width: 80%;
    height: 70%;
  }
}
.insights {
  opacity: 0;
  transform: translateY(50px);
  transition: transform 500ms ease-out, opacity 500ms ease-out;
}
.insights .insights__item {
  opacity: 0;
  transform: translateY(50px);
  transition: transform 400ms ease-out, opacity 500ms ease-out;
}
.insights .insights__item:nth-child(1) {
  transition-delay: 0ms;
}
.insights .insights__item:nth-child(2) {
  transition-delay: 250ms;
}
.insights .insights__item:nth-child(3) {
  transition-delay: 500ms;
}
.insights .insights__item:nth-child(4) {
  transition-delay: 750ms;
}
.insights .insights__item:nth-child(5) {
  transition-delay: 1000ms;
}
.insights .insights__item:nth-child(6) {
  transition-delay: 1250ms;
}
.insights .insights__item:nth-child(7) {
  transition-delay: 1500ms;
}
.insights .insights__item:nth-child(8) {
  transition-delay: 1750ms;
}
.insights .insights__item:nth-child(9) {
  transition-delay: 2000ms;
}
.insights .insights__item:nth-child(10) {
  transition-delay: 2250ms;
}
.insights .insights__item:nth-child(11) {
  transition-delay: 2500ms;
}
.insights .insights__item:nth-child(12) {
  transition-delay: 2750ms;
}
.insights .insights__item:nth-child(13) {
  transition-delay: 3000ms;
}
.insights .insights__item:nth-child(14) {
  transition-delay: 3250ms;
}
.insights .insights__item:nth-child(15) {
  transition-delay: 3500ms;
}
.insights .insights__item:nth-child(16) {
  transition-delay: 3750ms;
}
.insights .insights__item:nth-child(17) {
  transition-delay: 4000ms;
}
.insights .insights__item:nth-child(18) {
  transition-delay: 4250ms;
}
.insights .insights__item:nth-child(19) {
  transition-delay: 4500ms;
}
.insights .insights__item:nth-child(20) {
  transition-delay: 4750ms;
}
.insights .insights__item:nth-child(21) {
  transition-delay: 5000ms;
}
.insights .insights__item:nth-child(22) {
  transition-delay: 5250ms;
}
.insights .insights__item:nth-child(23) {
  transition-delay: 5500ms;
}
.insights .insights__item:nth-child(24) {
  transition-delay: 5750ms;
}
.insights .insights__item:nth-child(25) {
  transition-delay: 6000ms;
}
.insights .insights__item:nth-child(26) {
  transition-delay: 6250ms;
}
.insights .insights__item:nth-child(27) {
  transition-delay: 6500ms;
}
.insights .insights__item:nth-child(28) {
  transition-delay: 6750ms;
}
.insights .insights__item:nth-child(29) {
  transition-delay: 7000ms;
}
.insights .insights__item:nth-child(30) {
  transition-delay: 7250ms;
}
.insights .insights__item:nth-child(31) {
  transition-delay: 7500ms;
}
.insights .insights__item:nth-child(32) {
  transition-delay: 7750ms;
}
.insights .insights__item:nth-child(33) {
  transition-delay: 8000ms;
}
.insights .insights__item:nth-child(34) {
  transition-delay: 8250ms;
}
.insights .insights__item:nth-child(35) {
  transition-delay: 8500ms;
}
.insights .insights__item:nth-child(36) {
  transition-delay: 8750ms;
}
.insights .insights__item:nth-child(37) {
  transition-delay: 9000ms;
}
.insights .insights__item:nth-child(38) {
  transition-delay: 9250ms;
}
.insights .insights__item:nth-child(39) {
  transition-delay: 9500ms;
}
.insights .insights__item:nth-child(40) {
  transition-delay: 9750ms;
}
.insights .insights__item:nth-child(41) {
  transition-delay: 10000ms;
}
.insights .insights__item:nth-child(42) {
  transition-delay: 10250ms;
}
.insights .insights__item:nth-child(43) {
  transition-delay: 10500ms;
}
.insights .insights__item:nth-child(44) {
  transition-delay: 10750ms;
}
.insights .insights__item:nth-child(45) {
  transition-delay: 11000ms;
}
.insights .insights__item:nth-child(46) {
  transition-delay: 11250ms;
}
.insights .insights__item:nth-child(47) {
  transition-delay: 11500ms;
}
.insights .insights__item:nth-child(48) {
  transition-delay: 11750ms;
}
.insights .insights__item:nth-child(49) {
  transition-delay: 12000ms;
}
.insights .insights__item:nth-child(50) {
  transition-delay: 12250ms;
}
.insights .insights__item:nth-child(51) {
  transition-delay: 12500ms;
}
.insights .insights__item:nth-child(52) {
  transition-delay: 12750ms;
}
.insights .insights__item:nth-child(53) {
  transition-delay: 13000ms;
}
.insights .insights__item:nth-child(54) {
  transition-delay: 13250ms;
}
.insights .insights__item:nth-child(55) {
  transition-delay: 13500ms;
}
.insights .insights__item:nth-child(56) {
  transition-delay: 13750ms;
}
.insights .insights__item:nth-child(57) {
  transition-delay: 14000ms;
}
.insights .insights__item:nth-child(58) {
  transition-delay: 14250ms;
}
.insights .insights__item:nth-child(59) {
  transition-delay: 14500ms;
}
.insights .insights__item:nth-child(60) {
  transition-delay: 14750ms;
}
.insights .insights__item:nth-child(61) {
  transition-delay: 15000ms;
}
.insights .insights__item:nth-child(62) {
  transition-delay: 15250ms;
}
.insights .insights__item:nth-child(63) {
  transition-delay: 15500ms;
}
.insights .insights__item:nth-child(64) {
  transition-delay: 15750ms;
}
.insights .insights__item:nth-child(65) {
  transition-delay: 16000ms;
}
.insights .insights__item:nth-child(66) {
  transition-delay: 16250ms;
}
.insights .insights__item:nth-child(67) {
  transition-delay: 16500ms;
}
.insights .insights__item:nth-child(68) {
  transition-delay: 16750ms;
}
.insights .insights__item:nth-child(69) {
  transition-delay: 17000ms;
}
.insights .insights__item:nth-child(70) {
  transition-delay: 17250ms;
}
.insights .insights__item:nth-child(71) {
  transition-delay: 17500ms;
}
.insights .insights__item:nth-child(72) {
  transition-delay: 17750ms;
}
.insights .insights__item:nth-child(73) {
  transition-delay: 18000ms;
}
.insights .insights__item:nth-child(74) {
  transition-delay: 18250ms;
}
.insights .insights__item:nth-child(75) {
  transition-delay: 18500ms;
}
.insights .insights__item:nth-child(76) {
  transition-delay: 18750ms;
}
.insights .insights__item:nth-child(77) {
  transition-delay: 19000ms;
}
.insights .insights__item:nth-child(78) {
  transition-delay: 19250ms;
}
.insights .insights__item:nth-child(79) {
  transition-delay: 19500ms;
}
.insights .insights__item:nth-child(80) {
  transition-delay: 19750ms;
}
.insights .insights__item:nth-child(81) {
  transition-delay: 20000ms;
}
.insights .insights__item:nth-child(82) {
  transition-delay: 20250ms;
}
.insights .insights__item:nth-child(83) {
  transition-delay: 20500ms;
}
.insights .insights__item:nth-child(84) {
  transition-delay: 20750ms;
}
.insights .insights__item:nth-child(85) {
  transition-delay: 21000ms;
}
.insights .insights__item:nth-child(86) {
  transition-delay: 21250ms;
}
.insights .insights__item:nth-child(87) {
  transition-delay: 21500ms;
}
.insights .insights__item:nth-child(88) {
  transition-delay: 21750ms;
}
.insights .insights__item:nth-child(89) {
  transition-delay: 22000ms;
}
.insights .insights__item:nth-child(90) {
  transition-delay: 22250ms;
}
.insights .insights__item:nth-child(91) {
  transition-delay: 22500ms;
}
.insights .insights__item:nth-child(92) {
  transition-delay: 22750ms;
}
.insights .insights__item:nth-child(93) {
  transition-delay: 23000ms;
}
.insights .insights__item:nth-child(94) {
  transition-delay: 23250ms;
}
.insights .insights__item:nth-child(95) {
  transition-delay: 23500ms;
}
.insights .insights__item:nth-child(96) {
  transition-delay: 23750ms;
}
.insights .insights__item:nth-child(97) {
  transition-delay: 24000ms;
}
.insights .insights__item:nth-child(98) {
  transition-delay: 24250ms;
}
.insights .insights__item:nth-child(99) {
  transition-delay: 24500ms;
}
.insights .insights__item:nth-child(100) {
  transition-delay: 24750ms;
}
.insights .insights__item:nth-child(101) {
  transition-delay: 25000ms;
}
.insights.is-inview .insights__item, .acf-block-preview .insights .insights__item {
  opacity: 1;
  transform: translateY(0);
}
.insights.is-inview, .acf-block-preview .insights {
  opacity: 1;
  transform: translateY(0);
}
@media (min-width: 1025px) {
  .insights {
    display: flex;
  }
}
.insights__filters {
  flex: 0 0 18.75rem;
}
@media (min-width: 1025px) {
  .insights__filters {
    align-self: flex-start;
    position: sticky;
    top: 5rem;
  }
  [data-direction=up] .insights__filters {
    top: 12.5rem;
  }
}
.insights__filters .facetwp-type-radio {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
@media (min-width: 1025px) {
  .insights__filters .facetwp-type-radio {
    flex-direction: column;
    align-items: flex-start;
  }
}
.insights__title {
  font-size: 1.75rem;
  line-height: 1.75rem;
  letter-spacing: 0;
  font-weight: 300;
  margin-bottom: 1rem;
}
@media screen and (min-width: 1025px) {
  .insights__title {
    font-size: 2.25rem;
    line-height: 2.25rem;
    letter-spacing: 0.015625rem;
  }
}
.insights__title small {
  color: #ffffff;
  margin-bottom: 3rem;
}
.insights__wrapper {
  flex: 1;
}
@media (min-width: 1025px) {
  .insights__wrapper {
    border-left: solid 1px;
    margin-left: 2.5rem;
    padding-left: 2.5rem;
    padding-top: 0;
  }
}
.insights__list {
  display: grid;
  gap: 16px;
  gap: 4.75rem;
  grid-template-columns: 1fr;
  list-style: none;
  padding: 0;
}
@media (min-width: 769px) {
  .insights__list {
    grid-template-columns: 1fr 1fr;
  }
}

.logos .logos__container {
  opacity: 0;
  transform: translateY(50px);
  transition: transform 500ms ease-out, opacity 500ms ease-out;
}
.logos.is-inview .logos__container, .acf-block-preview .logos .logos__container {
  opacity: 1;
  transform: translateY(0);
}
.logos.background--light, .has-light-background-color .logos {
  margin-left: -1rem;
  margin-right: -1rem;
  position: relative;
  background-color: #fcf9f2;
  padding-bottom: 5rem;
  padding-top: 5rem;
}
@media (min-width: 769px) {
  .logos.background--light, .has-light-background-color .logos {
    margin-left: -2rem;
    margin-right: -2rem;
  }
}
@media (min-width: 1025px) {
  .logos.background--light, .has-light-background-color .logos {
    left: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    position: relative;
    right: 50%;
    width: 100vw;
  }
}
.logos.background--light .logos__container, .has-light-background-color .logos .logos__container {
  margin: 0 auto;
  max-width: 90rem;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%;
}
@media (min-width: 769px) {
  .logos.background--light .logos__container, .has-light-background-color .logos .logos__container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 1025px) {
  .logos.background--light .logos__container, .has-light-background-color .logos .logos__container {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.logos.background--light .logos__prev,
.logos.background--light .logos__next, .has-light-background-color .logos .logos__prev,
.has-light-background-color .logos .logos__next {
  color: #1a1e22;
}
.logos__title {
  font-size: 0.75rem;
  line-height: 0.75rem;
  letter-spacing: 0.15rem;
  text-align: center;
}
.logos__wrapper {
  display: flex;
  padding: 0 1.875rem;
}
@media (min-width: 1441px) {
  .logos__wrapper {
    padding: 0 3.125rem;
  }
}
.logos__list {
  align-items: center;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.acf-block-preview .logos__list {
  flex-wrap: wrap;
}
.logos__item {
  display: flex;
  justify-content: center;
  padding: 0;
}
.background--light .logos__item, .has-light-background-color .logos__item {
  background-color: #fcf9f2;
}
.acf-block-preview .logos__item {
  padding: 1rem;
}
.logos__item img {
  display: block;
  mix-blend-mode: multiply;
  width: auto;
}
.logos__prev, .logos__next {
  margin: 0;
  padding: 0;
  border: 0;
  display: inline-block;
  background-color: transparent;
  border-radius: 0;
  color: #fcf9f2;
  height: 1.125rem;
  width: 0.75rem;
}
.acf-block-preview .logos__prev, .acf-block-preview .logos__next {
  display: none;
}
.logos__prev::after, .logos__next::after {
  content: none;
}
.logos__prev svg, .logos__next svg {
  height: 100%;
  width: 100%;
}
.logos__prev.swiper-button-lock, .logos__next.swiper-button-lock {
  display: none;
}
.logos__prev {
  left: 0;
  transform: rotate(180deg);
}
.logos__next {
  right: 0;
}

.masonry-grid figure {
  padding: 20px 10px;
}

.masonry-grid.columns-default {
  -webkit-columns: 3;
  -moz-columns: 3;
  columns: 3;
}

.masonry-grid {
  display: block !important;
}

.masonry-grid .wp-block-image {
  width: 100% !important;
  margin-bottom: var(--wp--style--unstable-gallery-gap) !important;
}

.masonry-grid.columns-1 {
  -webkit-columns: 1;
  -moz-columns: 1;
  columns: 1;
}

.masonry-grid.columns-2 {
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
}

.masonry-grid.columns-3 {
  -webkit-columns: 3;
  -moz-columns: 3;
  columns: 3;
}
@media (max-width: 640px) {
  .masonry-grid.columns-3 {
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
  }
}

.masonry-grid.columns-4 {
  -webkit-columns: 4;
  -moz-columns: 4;
  columns: 4;
}

.masonry-grid.columns-5 {
  -webkit-columns: 5;
  -moz-columns: 5;
  columns: 5;
}

.masonry-grid.columns-6 {
  -webkit-columns: 6;
  -moz-columns: 6;
  columns: 6;
}

.masonry-grid.columns-7 {
  -webkit-columns: 7;
  -moz-columns: 7;
  columns: 7;
}

.masonry-grid.columns-8 {
  -webkit-columns: 8;
  -moz-columns: 8;
  columns: 8;
}

.member {
  position: relative;
}
.member:hover .member__hover, .member:focus-within .member__hover {
  opacity: 1;
}
.member--quote .member__image::before {
  background: rgba(0, 0, 0, 0.4);
  content: "";
  display: block;
  opacity: 0;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  transition: opacity 250ms ease;
  z-index: 2;
}
.member--quote:hover .member__image::before, .member--quote:focus-within .member__image::before {
  opacity: 1;
}
.member--quote:hover .member__quote, .member--quote:focus-within .member__quote {
  transform: translateY(0);
  transition-delay: 0;
  opacity: 1;
}
.member__image {
  border-radius: 5px;
  margin-bottom: 1rem;
  overflow: hidden;
  position: relative;
}
.member__image img {
  aspect-ratio: 2/3;
  object-fit: cover;
}
.member__name {
  font-size: 1.5rem;
  line-height: 2rem;
  letter-spacing: 0;
  font-weight: 500;
  margin-bottom: 0;
}
.member__role {
  font-weight: 350;
  margin-bottom: 0;
}
.member__link {
  margin-top: 1rem;
}
.member__link::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.member__hover {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  object-fit: cover;
  position: absolute;
  z-index: 1;
  opacity: 0;
  transition: opacity 250ms ease;
}
.member__quote {
  bottom: 0;
  color: #fcf9f2;
  font-family: "Erode", Georgia, Times, "Times New Roman", serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.16em;
  opacity: 0;
  padding: 1.25rem;
  pointer-events: none;
  position: absolute;
  transform: translateY(100px);
  transition: transform 250ms ease, opacity 250ms ease;
  transition-delay: 100ms;
  z-index: 3;
}

.quote {
  margin-left: -1rem;
  margin-right: -1rem;
  position: relative;
  padding-bottom: 5rem;
  padding-top: 5rem;
}
@media (min-width: 769px) {
  .quote {
    margin-left: -2rem;
    margin-right: -2rem;
  }
}
@media (min-width: 1025px) {
  .quote {
    left: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    position: relative;
    right: 50%;
    width: 100vw;
  }
}
.quote .quote__figure {
  opacity: 0;
  transform: translateY(50px);
  transition: transform 500ms ease-out, opacity 500ms ease-out;
}
.quote.is-inview .quote__figure, .acf-block-preview .quote .quote__figure {
  opacity: 1;
  transform: translateY(0);
}
.quote__container {
  margin: 0 auto;
  max-width: 90rem;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%;
}
@media (min-width: 769px) {
  .quote__container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 1025px) {
  .quote__container {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 1025px) {
  .quote__container {
    display: grid;
    gap: 16px;
    grid-template-columns: 1fr [colcentered-start] repeat(10, 1fr) [colcentered-end] 1fr;
  }
}
@media (min-width: 769px) {
  .quote__figure {
    display: flex;
  }
}
@media (min-width: 1025px) {
  .quote__figure {
    grid-column: colcentered;
  }
}
.quote__quote {
  font-family: "Erode", Georgia, Times, "Times New Roman", serif;
  font-size: 2.25rem;
  font-weight: 300;
  line-height: 1.4em;
  letter-spacing: 0.25px;
  margin-top: 0;
}
@media (min-width: 769px) {
  .quote__quote {
    flex: 0 0 75%;
    margin: 0;
    padding: 0 2rem 0 0;
  }
}
.quote__quote::before {
  content: "“";
}
.quote__quote::after {
  content: "”";
}
.quote__caption {
  border-top: solid 1px;
  display: inline-block;
  padding: 1rem 0 0;
}
.quote__caption::before {
  content: none;
}
@media (min-width: 769px) {
  .quote__caption {
    border-top: 0;
    border-left: solid 1px;
    display: block;
    flex: 0 0 25%;
    padding: 0 0 0 2rem;
  }
}
.quote__cite {
  font-style: normal;
}
.quote__author {
  font-size: 1.5rem;
  line-height: 2rem;
  letter-spacing: 0;
  display: block;
  font-family: "Erode", Georgia, Times, "Times New Roman", serif;
}

.related-services .featured-service {
  opacity: 0;
  transform: translateY(50px);
  transition: transform 400ms ease-out, opacity 500ms ease-out;
}
.related-services .featured-service:nth-child(1) {
  transition-delay: 0ms;
}
.related-services .featured-service:nth-child(2) {
  transition-delay: 250ms;
}
.related-services .featured-service:nth-child(3) {
  transition-delay: 500ms;
}
.related-services.is-inview .featured-service, .acf-block-preview .related-services .featured-service {
  opacity: 1;
  transform: translateY(0);
}
.related-services .related-services__title {
  opacity: 0;
  transition: opacity 500ms ease-out;
}
.related-services.is-inview .related-services__title, .acf-block-preview .related-services .related-services__title {
  opacity: 1;
}
.related-services__title {
  font-size: 0.75rem;
  line-height: 0.75rem;
  letter-spacing: 0.15rem;
  font-weight: 500;
  margin-bottom: 4.375rem;
  text-align: center;
}
.related-services__wrapper {
  margin-top: 2.5rem;
  display: grid;
  gap: 16px;
}
@media (min-width: 769px) {
  .related-services__wrapper {
    grid-template-columns: [col1-start] repeat(6, 1fr) [col1-end col2-start] repeat(6, 1fr) [col2-end];
  }
}
@media (min-width: 1025px) {
  .related-services__wrapper {
    grid-template-columns: 1fr [col1-start] repeat(5, 1fr) [col1-end col2-start] repeat(5, 1fr) [col2-end] 1fr;
  }
}
@media (min-width: 769px) {
  .related-services__wrapper .featured-service:nth-child(2n+1) {
    grid-column: col1;
  }
}
@media (min-width: 769px) and (min-width: 1025px) {
  .related-services__wrapper .featured-service:nth-child(2n+1) {
    margin-left: -2rem;
    margin-right: 2rem;
  }
}
@media (min-width: 769px) {
  .related-services__wrapper .featured-service:nth-child(2n+2) {
    grid-column: col2;
    margin-top: 3rem;
  }
}
@media (min-width: 1025px) {
  .related-services__wrapper .featured-service:nth-child(2n+2) {
    margin-left: 2rem;
    margin-right: -2rem;
  }
}

.review-grid .review-grid__title {
  opacity: 0;
  transition: opacity 500ms ease-out;
}
.review-grid.is-inview .review-grid__title, .acf-block-preview .review-grid .review-grid__title {
  opacity: 1;
}
.review-grid .review__wrapper {
  opacity: 0;
  transform: translateY(50px);
  transition: transform 400ms ease-out, opacity 500ms ease-out;
}
.review-grid .review__wrapper:nth-child(1) {
  transition-delay: 0ms;
}
.review-grid .review__wrapper:nth-child(2) {
  transition-delay: 250ms;
}
.review-grid .review__wrapper:nth-child(3) {
  transition-delay: 500ms;
}
.review-grid .review__wrapper:nth-child(4) {
  transition-delay: 750ms;
}
.review-grid .review__wrapper:nth-child(5) {
  transition-delay: 1000ms;
}
.review-grid .review__wrapper:nth-child(6) {
  transition-delay: 1250ms;
}
.review-grid .review__wrapper:nth-child(7) {
  transition-delay: 1500ms;
}
.review-grid .review__wrapper:nth-child(8) {
  transition-delay: 1750ms;
}
.review-grid .review__wrapper:nth-child(9) {
  transition-delay: 2000ms;
}
.review-grid .review__wrapper:nth-child(10) {
  transition-delay: 2250ms;
}
.review-grid .review__wrapper:nth-child(11) {
  transition-delay: 2500ms;
}
.review-grid.is-inview .review__wrapper, .acf-block-preview .review-grid .review__wrapper {
  opacity: 1;
  transform: translateY(0);
}
@media (min-width: 769px) {
  .review-grid {
    margin-left: -1rem;
    margin-right: -1rem;
    position: relative;
  }
}
@media (min-width: 769px) and (min-width: 769px) {
  .review-grid {
    margin-left: -2rem;
    margin-right: -2rem;
  }
}
@media (min-width: 769px) and (min-width: 1025px) {
  .review-grid {
    left: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    position: relative;
    right: 50%;
    width: 100vw;
  }
}
@media (max-width: 768px) {
  .review-grid__wrapper {
    margin: 0 -1rem;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-snap-type: inline mandatory;
    width: calc(100% + 2rem);
  }
}
.review-grid__grid {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 83vw;
}
@media (min-width: 769px) {
  .review-grid__grid {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(5, 20rem);
    justify-content: center;
  }
}
.review-grid__title {
  text-align: center;
}
@media (min-width: 769px) {
  .review-grid__title {
    align-self: center;
    grid-column: 3;
    grid-row: 4/6;
    margin: 0;
  }
}
.review-grid__title svg {
  display: block;
  margin: 0.5rem auto 0;
  width: 7.625rem;
}
@media (min-width: 769px) {
  .review-grid__title svg {
    margin: 1rem auto 0;
  }
}
.review-grid__title--mobile {
  margin-bottom: 2rem;
}
@media (min-width: 769px) {
  .review-grid__title--mobile {
    display: none;
    margin-bottom: 0;
  }
}
.review-grid__title--desktop {
  display: none;
}
@media (min-width: 769px) {
  .review-grid__title--desktop {
    display: block;
  }
}
.review-grid .review__wrapper {
  align-self: start;
  scroll-snap-align: start;
}
@media (max-width: 768px) {
  .review-grid .review__wrapper {
    padding: 1rem;
  }
  .review-grid .review__wrapper .review {
    text-align: left;
  }
  .review-grid .review__wrapper .review__full-content {
    top: 1rem;
    left: 1rem;
    right: 1rem;
    bottom: 1rem;
  }
}
@media (min-width: 769px) {
  .review-grid .review__wrapper {
    text-align: center;
  }
  .review-grid .review__wrapper:nth-child(2) {
    align-self: end;
    grid-row: 1/4;
  }
  .review-grid .review__wrapper:nth-child(3) {
    align-self: start;
    grid-row: 4/7;
  }
  .review-grid .review__wrapper:nth-child(4) {
    align-self: end;
    grid-column: 2;
    grid-row: 2/5;
  }
  .review-grid .review__wrapper:nth-child(5) {
    align-self: start;
    grid-column: 2;
    grid-row: 5/7;
  }
  .review-grid .review__wrapper:nth-child(6) {
    align-self: end;
    grid-column: 3;
    grid-row: 1/4;
  }
  .review-grid .review__wrapper:nth-child(7) {
    align-self: start;
    grid-column: 3;
    grid-row: 6/8;
  }
  .review-grid .review__wrapper:nth-child(8) {
    align-self: end;
    grid-column: 4;
    grid-row: 2/5;
  }
  .review-grid .review__wrapper:nth-child(9) {
    align-self: start;
    grid-column: 4;
    grid-row: 5/8;
  }
  .review-grid .review__wrapper:nth-child(10) {
    align-self: end;
    grid-column: 5;
    grid-row: 3/6;
  }
  .review-grid .review__wrapper:last-child {
    align-self: start;
    grid-column: 5;
    grid-row: 6/8;
  }
}

.review-slider {
  opacity: 0;
  transform: translateY(50px);
  transition: transform 500ms ease-out, opacity 500ms ease-out;
}
.review-slider.is-inview, .acf-block-preview .review-slider {
  opacity: 1;
  transform: translateY(0);
}
@media (min-width: 769px) {
  .review-slider {
    display: grid;
    grid-template-columns: minmax(0, 3fr) minmax(0, 9fr);
  }
  .review-slider--full {
    grid-template-columns: minmax(0, 1fr);
  }
}
@media (min-width: 769px) {
  .review-slider__content {
    background-color: #1a1e22;
    padding-right: 1.5rem;
    position: relative;
    z-index: 2;
  }
  .review-slider__content::before {
    background-color: #1a1e22;
    content: "";
    position: absolute;
    right: 100%;
    height: 100%;
    width: 100vw;
  }
}
.review-slider--full .review-slider__content {
  text-align: center;
  margin-bottom: 5rem;
  padding-right: 0;
}
@media (min-width: 769px) {
  .review-slider--full .review-slider__content {
    margin-bottom: 7.5rem;
  }
}
.review-slider--full .review-slider__content > p {
  max-width: 41.25rem;
  margin: 0 auto;
}
.review-slider--wide .review-slider__title {
  font-size: 1.875rem;
  line-height: 2.625rem;
  word-wrap: break-word;
}
@media (min-width: 1025px) {
  .review-slider--wide .review-slider__title {
    font-size: 2.98rem;
    line-height: 3.3125rem;
  }
}
@media (min-width: 769px) {
  .review-slider--full .review-slider__title {
    margin-bottom: 2.5rem;
  }
}
.review-slider__wrapper {
  margin-top: 2rem;
}
@media (min-width: 769px) {
  .review-slider__wrapper {
    margin-top: 0;
  }
}
.review-slider__wrapper .swiper {
  overflow: visible;
}
.review-slider__list {
  cursor: move;
  list-style: none;
  margin: 0;
  padding: 0;
}
.wp-block .review-slider__list {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr 1fr;
}
.review-slider__item {
  margin: 0;
  padding: 0;
  width: 75vw;
}
@media (min-width: 641px) {
  .review-slider__item {
    width: 24.6875rem;
  }
  .wp-block .review-slider__item {
    width: auto;
  }
}
.review-slider__item + li {
  margin-left: 24px;
}
.wp-block .review-slider__item + li {
  margin-left: 0;
}
.review-slider--full .review-slider__item {
  width: 40.625rem;
  max-width: 80vw;
  padding: 0 1.5625rem;
  box-sizing: border-box;
}
.review-slider--full .review-slider__item + li {
  margin-left: 0;
}
.review-slider--full .review-slider__item.swiper-slide-active .review__content {
  display: block;
}
.review-slider--full .review {
  display: flex;
  flex-direction: column;
  padding: 0;
  border-radius: 1.25rem;
}
.review-slider--full .review__image > img {
  display: block;
  border-radius: 1.25rem;
}
.review-slider--full .review__content {
  padding: 1rem 1.875rem 1.875rem;
  display: none;
}
.review-slider--full .review__header {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
  margin-bottom: 2rem;
}
@media (min-width: 641px) {
  .review-slider--full .review__header {
    align-items: center;
    flex-direction: row;
  }
}
.review-slider--full .review__title {
  font-size: 1.875rem;
  line-height: 2.625rem;
  letter-spacing: 0;
  font-weight: 300;
  margin-bottom: 0;
  flex-grow: 1;
}
@media screen and (min-width: 1025px) {
  .review-slider--full .review__title {
    font-size: 3rem;
    line-height: 3.3125rem;
    letter-spacing: 0;
  }
}
.review-slider--full .review__youtube-button {
  display: inline-flex;
}
.review-slider--full .review__quote {
  display: block;
  margin-top: 2rem;
  font-size: 1.5rem;
  line-height: 2rem;
  letter-spacing: 0;
  font-family: "Erode", Georgia, Times, "Times New Roman", serif;
  font-weight: 300;
  font-style: italic;
  color: #af884a;
}
.review-slider__prev, .review-slider__next {
  margin: 0;
  padding: 0;
  border: 0;
  display: inline-block;
  background-color: transparent;
  border-radius: 0;
  align-items: center;
  background: #ffffff;
  border-radius: 50%;
  box-shadow: 0px 5px 5px 5px rgba(0, 0, 0, 0.3);
  color: #1a1e22;
  display: flex;
  justify-content: center;
  height: 3.125rem;
  transform: translateY(-50%);
  width: 3.125rem;
}
.acf-block-preview .review-slider__prev, .acf-block-preview .review-slider__next {
  display: none;
}
.review-slider__prev::after, .review-slider__next::after {
  content: none;
}
.review-slider__prev svg, .review-slider__next svg {
  height: 1.125rem;
  width: 0.75rem;
}
.review-slider__prev.swiper-button-lock, .review-slider__next.swiper-button-lock {
  display: none;
}
.review-slider__prev {
  left: 0;
  top: 12.5rem;
  transform: translateY(-50%);
  left: auto;
  right: calc(50% + min(40vw, 20.3125rem) - 0.5rem);
  width: 40px;
  height: 40px;
}
@media (min-width: 769px) {
  .review-slider__prev {
    height: 65px;
    width: 65px;
  }
}
.review-slider__prev svg {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: #FFFFFF;
  color: #000000;
  padding: 10px;
  stroke-width: 1px;
  transform: rotate(180deg);
}
@media (min-width: 769px) {
  .review-slider__prev svg {
    height: 65px;
    width: 65px;
    padding: 20px;
  }
}
.review-slider--wide .review-slider__prev {
  display: none;
}
.review-slider__next {
  right: 0;
}
.review-slider--full .review-slider__next {
  top: 12.5rem;
  transform: translateY(-50%);
  right: auto;
  left: calc(50% + min(40vw, 20.3125rem) - 0.5rem);
  width: 40px;
  height: 40px;
}
@media (min-width: 769px) {
  .review-slider--full .review-slider__next {
    height: 65px;
    width: 65px;
  }
}
.review-slider--full .review-slider__next svg {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: #FFFFFF;
  color: #000000;
  padding: 10px;
  stroke-width: 1px;
}
@media (min-width: 769px) {
  .review-slider--full .review-slider__next svg {
    height: 65px;
    width: 65px;
    padding: 20px;
  }
}

.specialities__speciality {
  padding: 5rem 0;
  scroll-padding-top: 7.5rem;
}
.specialities__speciality .specialities__speciality-details {
  opacity: 0;
  transition: opacity 500ms ease-out;
}
.specialities__speciality.is-inview .specialities__speciality-details, .acf-block-preview .specialities__speciality .specialities__speciality-details {
  opacity: 1;
}
.specialities__speciality .specialities__services {
  opacity: 0;
  transition: opacity 500ms ease-out;
}
.specialities__speciality.is-inview .specialities__services, .acf-block-preview .specialities__speciality .specialities__services {
  opacity: 1;
}
@media (min-width: 1025px) {
  .specialities__speciality {
    padding: 7.5rem 0;
  }
}
.specialities__speciality-details {
  text-align: center;
}
.specialities__speciality-title .words .word:last-child,
.specialities__speciality-title strong {
  display: block;
  font-weight: 600;
}
.specialities__speciality-description {
  margin: 2rem auto 0;
  max-width: 33.125rem;
}
.specialities__services {
  margin-top: 3.125rem;
}
@media (min-width: 1025px) {
  .specialities__services {
    display: grid;
    grid-template-columns: 1fr [col-start] repeat(10, 1fr) [col-end] 1fr;
    margin-top: 6.25rem;
  }
  .specialities__services .service__row {
    grid-column: col;
  }
}

section.block--scroll-tabs {
  display: block !important;
}
@media (min-width: 641px) {
  section.block--scroll-tabs {
    display: grid !important;
    gap: 16px;
    grid-template-columns: [col1-start] repeat(5, 1fr) [col1-end col2-start] repeat(7, 1fr) [col2-end];
  }
}
@media (min-width: 1025px) {
  section.block--scroll-tabs {
    grid-template-columns: 1fr [col1-start] repeat(4, 1fr) [col1-end col2-start] repeat(5, 1fr) [col2-end] 1fr;
  }
}

.scrolltabs-sidebar {
  display: none;
}
@media (min-width: 769px) {
  .scrolltabs-sidebar {
    display: block;
    height: 200px;
    grid-column: col1;
    position: sticky;
    top: 130px;
  }
}
.scrolltabs-sidebar ul {
  list-style: none;
  padding: 0;
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
  margin-top: 2rem;
}
.scrolltabs-sidebar ul li {
  padding: 0;
}
.scrolltabs-sidebar ul li a {
  color: #8b8c8b;
  margin: 0;
  padding: 0;
  border: 0;
  display: inline-block;
  background-color: transparent;
  border-radius: 0;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.15rem;
  line-height: 1em;
  text-transform: uppercase;
  position: relative;
  text-decoration: none;
}
.scrolltabs-sidebar ul li a.current {
  color: #ffffff;
  padding-left: 1.5rem;
}
.scrolltabs-sidebar ul li a.current:before {
  content: "";
  background-color: #ffffff;
  color: #ffffff;
  border-radius: 50%;
  display: block;
  flex-shrink: 0;
  height: 1em;
  left: 0;
  opacity: 1;
  position: absolute;
  width: 1em;
}

.scrolltabs-content {
  margin-left: 0;
  padding-left: 0;
  border-left: none;
}
@media (min-width: 641px) {
  .scrolltabs-content {
    margin-left: 0;
  }
}
@media (min-width: 769px) {
  .scrolltabs-content {
    grid-column: col2;
    padding-left: 3.125rem;
    border-left: solid 1px #ebe5d7;
  }
}
@media (min-width: 1025px) {
  .scrolltabs-content {
    margin-left: 5rem;
  }
}
.scrolltabs-content section:not(.current) {
  opacity: 0;
}
.scrolltabs-content section {
  margin: 0 0 2rem 0;
  transition: opacity 250ms ease;
}
.scrolltabs-content section h3, .scrolltabs-content section p {
  text-align: center;
}

.tabs {
  opacity: 0;
  transform: translateY(50px);
  transition: transform 500ms ease-out, opacity 500ms ease-out;
}
.tabs.is-inview, .acf-block-preview .tabs {
  opacity: 1;
  transform: translateY(0);
}
@media (min-width: 769px) {
  .tabs {
    display: grid;
    gap: 16px;
    grid-template-columns: [col1-start] repeat(5, 1fr) [col1-end col2-start] repeat(7, 1fr) [col2-end];
    align-items: start;
  }
}
@media (min-width: 1025px) {
  .tabs {
    grid-template-columns: 1fr [col1-start] repeat(4, 1fr) [col1-end col2-start] repeat(5, 1fr) [col2-end] 1fr;
  }
}
.acf-block-preview .tabs {
  grid-template-columns: [col1-start] repeat(6, 1fr) [col1-end col2-start] repeat(6, 1fr) [col2-end];
}
@media (min-width: 769px) {
  .tabs__controls {
    grid-column: col1;
    position: sticky;
    top: 130px;
  }
}
.tabs__tablist {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-top: 2rem;
}
.tabs__button {
  margin: 0;
  padding: 0;
  border: 0;
  display: inline-block;
  background-color: transparent;
  border-radius: 0;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.15rem;
  line-height: 1em;
  text-transform: uppercase;
  opacity: 0.5;
  padding-left: 0;
  transition: opacity 250ms ease, padding 250ms ease;
  position: relative;
}
.tabs__button::before {
  content: "";
  background-color: currentColor;
  border-radius: 50%;
  display: block;
  flex-shrink: 0;
  height: 1em;
  left: 0;
  opacity: 0;
  position: absolute;
  width: 1em;
  transition: opacity 250ms ease;
  transition-delay: 100ms;
}
.tabs__button[aria-selected=true] {
  opacity: 1;
  padding-left: 1.5rem;
}
.tabs__button[aria-selected=true]::before {
  opacity: 1;
}
.tabs__button:hover, .tabs__button:focus {
  opacity: 1;
}
.tabs__button:focus {
  text-decoration: underline;
}
@media (max-width: 768px) {
  .tabs__tablist {
    display: none;
  }
}
@media (max-width: 768px) {
  .tabs__wrapper {
    margin: 0 -1rem;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-snap-type: inline mandatory;
    width: calc(100% + 2rem);
  }
}
@media (min-width: 769px) {
  .tabs__wrapper {
    border-left: solid 1px #ebe5d7;
    grid-column: col2;
    margin-top: 0;
    padding-left: 3.125rem;
  }
}
@media (min-width: 1025px) {
  .tabs__wrapper {
    margin-left: 5rem;
    padding-left: 3.125rem;
  }
}
@media (max-width: 768px) {
  .tabs__list {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 83vw;
  }
}
@media (min-width: 769px) {
  .tabs__list {
    display: grid;
  }
}
.tabs__tab {
  padding: 1rem;
  scroll-snap-align: start;
}
@media (min-width: 769px) {
  .tabs__tab {
    grid-column: 1;
    grid-row: 1;
    padding: 0;
    text-align: center;
    opacity: 1;
    transition: opacity ease-out 350ms;
  }
  .acf-block-preview .tabs__tab {
    grid-column: auto;
    grid-row: auto;
  }
}
.tabs__tab.is-hidden {
  visibility: hidden;
  opacity: 0;
}
.tabs__tab-video-player-button {
  border: none;
  width: 100%;
  padding: 0;
  border-radius: 0.625rem;
  grid-column: 1;
  grid-row: 1;
  overflow: hidden;
  height: 25rem;
  display: block;
  position: relative;
  background: #26292D;
}
.tabs__tab-video-player-button figure {
  height: 100%;
  border-radius: 0.625rem;
  overflow: hidden;
}
.tabs__tab-video-player-button img {
  object-fit: cover;
  object-position: 50% 30%;
  height: 100%;
}
.tabs__tab-video-player-button svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 4.25rem;
  height: 4.25rem;
  z-index: 2;
}
.tabs__tab-video-player-button svg rect {
  transition: all 0.3s ease;
  fill: transparent;
}
.tabs__tab-video-player:is(:hover, :focus, :active) svg rect {
  fill: #af884a;
}
.tabs__tab-video-player iframe {
  border: none;
  width: 100%;
  padding: 0;
  border-radius: 0.625rem;
  grid-column: 1;
  grid-row: 1;
  overflow: hidden;
  height: 25rem;
  display: block;
}
.tabs__tab-image {
  margin-bottom: 1.5625rem;
}
.tabs__tab-image img {
  border-radius: 10px;
  object-fit: cover;
}
.tabs__tab-title {
  font-size: 0.75rem;
  line-height: 0.75rem;
  letter-spacing: 0.15rem;
  margin-bottom: 1.5625rem;
}
@media (min-width: 769px) {
  .tabs__tab-title {
    display: none;
  }
}

.team__department {
  padding: 3.75rem 0;
  scroll-padding-top: 7.5rem;
}
.team__department .team__item {
  opacity: 0;
  transform: translateY(50px);
  transition: transform 400ms ease-out, opacity 500ms ease-out;
}
.team__department .team__item:nth-child(1) {
  transition-delay: 0ms;
}
.team__department .team__item:nth-child(2) {
  transition-delay: 250ms;
}
.team__department .team__item:nth-child(3) {
  transition-delay: 500ms;
}
.team__department .team__item:nth-child(4) {
  transition-delay: 750ms;
}
.team__department .team__item:nth-child(5) {
  transition-delay: 1000ms;
}
.team__department .team__item:nth-child(6) {
  transition-delay: 1250ms;
}
.team__department .team__item:nth-child(7) {
  transition-delay: 1500ms;
}
.team__department .team__item:nth-child(8) {
  transition-delay: 1750ms;
}
.team__department .team__item:nth-child(9) {
  transition-delay: 2000ms;
}
.team__department .team__item:nth-child(10) {
  transition-delay: 2250ms;
}
.team__department .team__item:nth-child(11) {
  transition-delay: 2500ms;
}
.team__department.is-inview .team__item, .acf-block-preview .team__department .team__item {
  opacity: 1;
  transform: translateY(0);
}
.team__department .team__department-details {
  opacity: 0;
  transition: opacity 500ms ease-out;
}
.team__department.is-inview .team__department-details, .acf-block-preview .team__department .team__department-details {
  opacity: 1;
}
@media (min-width: 1025px) {
  .team__department {
    display: flex;
  }
}
.team__department-details {
  flex: 0 0 18.75rem;
}
@media (min-width: 1025px) {
  .team__department-details {
    align-self: flex-start;
    position: sticky;
    top: 5rem;
  }
  [data-direction=up] .team__department-details {
    top: 12.5rem;
  }
}
.team__department-title {
  font-size: 1.875rem;
  line-height: 2.625rem;
  letter-spacing: 0;
  margin-bottom: 2rem;
}
@media screen and (min-width: 1025px) {
  .team__department-title {
    font-size: 3rem;
    line-height: 3.3125rem;
    letter-spacing: 0;
  }
}
.team__department-title .word:last-child {
  font-weight: 500;
}
.team__department-team {
  flex: 1;
  padding-top: 2.5rem;
}
@media (min-width: 1025px) {
  .team__department-team {
    border-left: solid 1px;
    margin-left: 2.5rem;
    padding-left: 2.5rem;
    padding-top: 0;
  }
}
.team__list {
  display: grid;
  gap: 16px;
  list-style: none;
  padding: 0;
}
@media (min-width: 426px) {
  .team__list {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1261px) {
  .team__list {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.testimonial-after {
  opacity: 0;
  transform: translateY(50px);
  transition: transform 500ms ease-out, opacity 500ms ease-out;
  /*.swiper-backface-hidden .swiper-slide {
      transform: translateX(0);

      @include media(">large") {
          transform: translateX(17rem);
      }

      @include media(">1600px") {
          transform: translateX(0);
      }
  }*/
  /*.swiper-slide-active {
      padding: 0 20px;
      width: 100% !important;

      @include media(">medium") {
          width: 50% !important;
      }

      @include media(">1600px") {
          width: 50% !important;
      }
  }*/
}
.testimonial-after.is-inview, .acf-block-preview .testimonial-after {
  opacity: 1;
  transform: translateY(0);
}
.testimonial-after__list {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
}
.testimonial-after__swiper {
  overflow: visible;
  width: 100%;
}
.testimonial-after__swiper .swiper-button-prev {
  top: 12.5rem;
  transform: translateY(-50%);
  left: auto;
  right: calc(50% + min(40vw, 20.3125rem) - 0.5rem);
}
.testimonial-after__swiper .swiper-button-next {
  top: 12.5rem;
  transform: translateY(-50%);
  right: auto;
  left: calc(50% + min(40vw, 20.3125rem) - 0.5rem);
}
.testimonial-after__swiper-wrapper {
  align-items: center;
}
.testimonial-after .swiper-slide {
  width: 40.625rem;
  max-width: 80vw;
  padding: 0 1.5625rem;
  box-sizing: border-box;
}
.testimonial-after .swiper-slide .testimonial-after__testimonial-description {
  display: none;
}
.testimonial-after .swiper-slide.swiper-slide-active .testimonial-after__testimonial-description {
  display: block;
  /*margin-top: 2px;*/
  position: relative;
  z-index: 1;
}
.testimonial-after__slide {
  display: flex;
  height: auto;
}
.testimonial-after__swiper-slide:focus {
  outline: none;
}
.testimonial-after__inner-content {
  display: grid;
  gap: 30px;
  align-items: center;
  padding: 0 1.875rem;
  grid-template-columns: minmax(0, 1fr);
}
@media (min-width: 769px) {
  .testimonial-after__inner-content {
    padding: 0 9.375rem;
  }
}
@media (min-width: 1025px) {
  .testimonial-after__inner-content {
    gap: 60px;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }
}
.testimonial-after__testimonial-description {
  background-color: #26292D;
  /*margin: 20px 20px 0px -20px;*/
  padding: 30px;
  border-radius: 0 0 20px 20px;
}
.testimonial-after__pictures {
  align-items: center;
  padding: 20px;
}
.testimonial-after__pictures--testimonial .testimonial-after__testimonial {
  animation-duration: 500ms;
  animation-timing-function: ease-in-out;
  animation-name: testimonial;
  animation-fill-mode: forwards;
}
.testimonial-after__testimonial, .testimonial-after__after {
  border-radius: 20px;
  grid-column: 1;
  grid-row: 1;
  overflow: hidden;
  height: 400px;
}
.testimonial-after__slide-title {
  font-size: 1.875rem;
  line-height: 2.625rem;
  letter-spacing: 0;
  font-weight: 300;
  margin-bottom: 2rem;
}
@media screen and (min-width: 1025px) {
  .testimonial-after__slide-title {
    font-size: 3rem;
    line-height: 3.3125rem;
    letter-spacing: 0;
  }
}
.testimonial-after__slide-pagination {
  display: inline;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1;
}
.testimonial-after__swiper-controls {
  margin: 0;
  padding: 0;
  border: 0;
  display: inline-block;
  background-color: transparent;
  border-radius: 0;
  color: #ebe5d7;
  display: none;
  height: auto;
  transform: translateY(-50%);
  width: auto;
}
.testimonial-after__swiper-controls::after {
  content: none;
}
.testimonial-after__swiper-controls svg {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: #FFFFFF;
  color: #000000;
  padding: 10px;
  stroke-width: 1px;
}
@media (min-width: 769px) {
  .testimonial-after__swiper-controls svg {
    height: 65px;
    width: 65px;
    padding: 20px;
  }
}
.swiper-initialized .testimonial-after__swiper-controls {
  display: block;
}
.testimonial-after__swiper-controls.swiper-button-disabled {
  opacity: 0;
}
.testimonial-after__swiper-button-text {
  display: none;
  right: 0;
  position: absolute;
  top: 50%;
  transform: translateY(calc(-50% - 3px));
  width: 100%;
}
@media (min-width: 769px) {
  .testimonial-after__swiper-button-text {
    display: block;
  }
}
.testimonial-after__swiper-testimonial {
  left: -0.625rem;
}
@media (min-width: 769px) {
  .testimonial-after__swiper-testimonial {
    left: 0;
  }
}
.testimonial-after__swiper-testimonial svg {
  transform: rotate(180deg);
}
.testimonial-after__swiper-testimonial .testimonial-after__swiper-button-text {
  left: 0;
  right: auto;
}
.testimonial-after__swiper-next {
  right: -0.625rem;
}
@media (min-width: 769px) {
  .testimonial-after__swiper-next {
    right: 0;
  }
}
.testimonial-after .swiper-slide:not(.swiper-slide-active) {
  pointer-events: none;
}
.testimonial-after .content-with-video-inner-video-player-button {
  /*transform: translate(-20px, 20px);*/
  border: none;
  width: 100%;
  padding: 0;
  border-radius: 1.25rem;
  grid-column: 1;
  grid-row: 1;
  overflow: hidden;
  height: 25rem;
  display: block;
  position: relative;
  background: #26292D;
}
.testimonial-after .content-with-video-inner-video-player-button figure {
  height: 100%;
  border-radius: 1.25rem;
  overflow: hidden;
}
.testimonial-after .content-with-video-inner-video-player-button img {
  object-fit: cover;
  object-position: 50% 30%;
  height: 100%;
}
.testimonial-after .content-with-video-inner-video-player-button svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 4.25rem;
  height: 4.25rem;
  z-index: 2;
}
.testimonial-after .content-with-video-inner-video-player-button svg rect {
  transition: all 0.3s ease;
  fill: transparent;
}
.testimonial-after .swiper-slide-active .content-with-video-inner-video-player-button {
  border-radius: 1.25rem 1.25rem 0 0;
}
.testimonial-after .content-with-video-inner:is(:hover, :focus, :active) svg rect {
  fill: #af884a;
}
.testimonial-after .content-with-video-inner-video-player iframe {
  /*transform: translate(-20px, 20px);*/
  border: none;
  width: 100%;
  padding: 0;
  border-radius: 1.25rem;
  grid-column: 1;
  grid-row: 1;
  overflow: hidden;
  height: 25rem;
  display: block;
}
.testimonial-after .swiper-slide-active .content-with-video-inner-video-player iframe {
  border-radius: 1.25rem 1.25rem 0 0;
}

.text-image {
  scroll-padding-top: 7.5rem;
}
.text-image .text-image__container {
  opacity: 0;
  transform: translateY(50px);
  transition: transform 500ms ease-out, opacity 500ms ease-out;
}
.text-image.is-inview .text-image__container, .acf-block-preview .text-image .text-image__container {
  opacity: 1;
  transform: translateY(0);
}
.text-image.background--light, .has-light-background-color .text-image {
  margin-left: -1rem;
  margin-right: -1rem;
  position: relative;
  background-color: #fcf9f2;
  padding-bottom: 5rem;
  padding-top: 5rem;
}
@media (min-width: 769px) {
  .text-image.background--light, .has-light-background-color .text-image {
    margin-left: -2rem;
    margin-right: -2rem;
  }
}
@media (min-width: 1025px) {
  .text-image.background--light, .has-light-background-color .text-image {
    left: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    position: relative;
    right: 50%;
    width: 100vw;
  }
}
.text-image.background--light .text-image__container, .has-light-background-color .text-image .text-image__container {
  margin: 0 auto;
  max-width: 90rem;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%;
}
@media (min-width: 769px) {
  .text-image.background--light .text-image__container, .has-light-background-color .text-image .text-image__container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 1025px) {
  .text-image.background--light .text-image__container, .has-light-background-color .text-image .text-image__container {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.text-image__container {
  display: grid;
  gap: 16px;
  align-items: start;
}
@media (min-width: 769px) {
  .text-image__container {
    grid-template-columns: [col1-start] repeat(5, 1fr) [col1-end col2-start] repeat(7, 1fr) [col2-end];
  }
  .is-style-reverse .text-image__container {
    grid-template-columns: [col1-start] repeat(5, 1fr) [col1-end col2-start] repeat(5, 1fr) [col2-end];
  }
}
@media (min-width: 1025px) {
  .text-image__container {
    grid-template-columns: 1fr [col1-start] repeat(4, 1fr) [col1-end col2-start] repeat(5, 1fr) [col2-end] 1fr;
  }
  .is-style-reverse .text-image__container {
    grid-template-columns: 1fr [col1-start] repeat(6, 1fr) [col1-end col2-start] repeat(4, 1fr) [col2-end] 1fr;
  }
}
.acf-block-preview .text-image__container {
  grid-template-columns: [col1-start] repeat(6, 1fr) [col1-end col2-start] repeat(6, 1fr) [col2-end];
}
.text-image__text {
  grid-row: 2;
}
.text-image__text small {
  margin-bottom: 1.5rem;
}
@media (min-width: 769px) {
  .text-image__text {
    grid-row: 1;
    grid-column: col1;
    padding-right: 2.5rem;
    position: sticky;
    top: 130px;
  }
  .is-style-reverse .text-image__text {
    grid-column: col2;
    padding-left: 2.5rem;
    padding-right: 0;
  }
}
@media (min-width: 1025px) {
  .text-image__text {
    padding-right: 2.5rem;
  }
  .is-style-reverse .text-image__text {
    padding-left: 2.5rem;
    padding-right: 0;
  }
}
.acf-block-preview .text-image__text {
  grid-column: col1;
  grid-row: 1;
}
.is-style-reverse .acf-block-preview .text-image__text {
  grid-column: col2;
  grid-row: 1;
}
.text-image__image {
  grid-row: 1;
  min-height: 100%;
}
.text-image__image--wrapper-1 {
  position: sticky;
  top: 130px;
}
.text-image__image--wrapper-2 {
  position: relative;
}
.text-image__image .img-wrapper {
  border-radius: 0 300px 300px 0;
  overflow: hidden;
}
.is-style-reverse .text-image__image .img-wrapper {
  border-radius: 300px 0 0 300px;
}
.text-image__image img {
  aspect-ratio: 1/1;
  object-fit: cover;
}
@media (min-width: 769px) {
  .text-image__image {
    border-left: 1px solid #ffffff;
    grid-column: col2;
    padding-left: 2.5rem;
  }
  .is-style-reverse .text-image__image {
    border-left: 0;
    border-right: 1px solid #ffffff;
    grid-column: col1;
    padding-left: 0;
    padding-right: 2.5rem;
  }
  .background--light .text-image__image, .has-light-background-color .text-image__image {
    border-color: #1a1e22;
  }
}
.text-image__image .accessory img {
  width: auto;
}
.text-image__image--small .accessory {
  position: absolute;
  bottom: 1.875rem;
  right: 0;
}
.is-style-reverse .text-image__image--small .accessory {
  left: 0;
  right: auto;
}
.text-image__image--over .accessory, .text-image__image--under .accessory {
  background-image: url(/wp-content/themes/kdc/assets/images/semi.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 432px;
  width: 304px;
  position: absolute;
  bottom: 0;
  right: -9.5rem;
}
.is-style-reverse .text-image__image--over .accessory, .is-style-reverse .text-image__image--under .accessory {
  left: -9.5rem;
  right: auto;
}
.text-image__image--under .accessory {
  z-index: -1;
}
.text-image__image--large .accessory {
  background-image: url(/wp-content/themes/kdc/assets/images/large-semi.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 431px;
  width: 422px;
  position: absolute;
  bottom: 0;
  right: -13.1875rem;
}
.is-style-reverse .text-image__image--large .accessory {
  left: -13.1875rem;
  right: auto;
}
.acf-block-preview .text-image__image {
  grid-column: col2;
  grid-row: 1;
}
.is-style-reverse .acf-block-preview .text-image__image {
  grid-column: col1;
  grid-row: 1;
}
.text-image__title {
  font-size: 3rem;
  margin-bottom: 1.5625rem;
}
.text-image__content {
  margin: 1.5625rem 0;
}

.loan-calculator {
  background: #25292d;
  text-align: center;
  border-radius: 1.875rem;
  padding: 2.5rem 1.25rem;
}
.block--centred-text + .loan-calculator {
  margin-top: -5rem;
}
.loan-calculator-wrapper {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  column-gap: 6.25rem;
  row-gap: 2.5rem;
  max-width: 62.5rem;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .loan-calculator-wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 768px) {
  .loan-calculator-select {
    grid-column: span 2;
  }
}
.loan-calculator-select label {
  margin-bottom: 1.75rem !important;
}
.loan-calculator-select fieldset {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 3.125rem;
  margin-bottom: 0;
}
.loan-calculator-select fieldset label {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  column-gap: 0.625rem;
  row-gap: 0.625rem;
  margin: 0 !important;
}
.loan-calculator-select fieldset label input {
  margin: 0;
}
.loan-calculator-group input[type=number] {
  margin: 0 auto;
  max-width: 12.5rem;
  -moz-appearance: textfield;
  background: #5f6264;
}
.loan-calculator-group input[type=number]::-webkit-outer-spin-button,
.loan-calculator-group input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.loan-calculator-group input[type=range] {
  appearance: none;
  width: 100%;
  height: 0.25rem;
  margin: 1.625rem 0;
  background: #5f6264;
  outline: none;
  border-radius: 1.25rem;
}
.loan-calculator-group input[type=range]::-webkit-slider-thumb {
  appearance: none;
  height: 1.375rem;
  width: 1.375rem;
  background: #af884a;
  cursor: poiner;
  border-radius: 50%;
}
.loan-calculator-group input[type=range]::-moz-range-thumb {
  appearance: none;
  height: 1.375rem;
  width: 1.375rem;
  background: #af884a;
  cursor: poiner;
  border-radius: 50%;
}
.loan-calculator-group label {
  text-transform: none;
  font-weight: 400 !important;
  font-size: 1.5rem !important;
  line-height: 1 !important;
  margin-bottom: 0 !important;
}
.loan-calculator label {
  display: block;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 0.75rem;
  letter-spacing: 0.025rem;
}
.loan-calculator-results label {
  margin-bottom: 1.5rem !important;
}
@media (min-width: 768px) {
  .loan-calculator-results {
    grid-column: span 2;
  }
}
.loan-calculator-summary p {
  line-height: 1.3;
  color: #af884a;
  margin: 1.5rem 0 !important;
}
.loan-calculator-disclaimer {
  margin: 0 auto;
  max-width: 24.75rem;
  font-size: 0.875rem;
  line-height: 1.3;
  opacity: 0.8;
}
.loan-calculator-powered {
  margin-top: 1.25rem;
  font-size: 14px;
}
.loan-calculator-powered a svg {
  width: 6.25rem;
  height: auto;
  vertical-align: middle;
}

.faq-accordion {
  opacity: 0;
  transform: translateY(50px);
  transition: transform 500ms ease-out, opacity 500ms ease-out;
  display: grid;
  gap: 16px;
}
.faq-accordion.is-inview, .acf-block-preview .faq-accordion {
  opacity: 1;
  transform: translateY(0);
}
@media (min-width: 769px) {
  .faq-accordion {
    grid-template-columns: [col1-start] repeat(5, 1fr) [col1-end col2-start] repeat(7, 1fr) [col2-end];
  }
}
@media (min-width: 1025px) {
  .faq-accordion {
    grid-template-columns: 1fr [col1-start] repeat(4, 1fr) [col1-end col2-start] repeat(5, 1fr) [col2-end] 1fr;
  }
}
.faq-accordion__title {
  font-size: 1.875rem;
  line-height: 2.625rem;
  letter-spacing: 0;
  grid-column: col1;
}
@media screen and (min-width: 1025px) {
  .faq-accordion__title {
    font-size: 3rem;
    line-height: 3.3125rem;
    letter-spacing: 0;
  }
}
@media (min-width: 769px) {
  .faq-accordion__title {
    border-right: solid 1px;
    margin-bottom: 0;
  }
}
.faq-accordion__title strong {
  display: block;
}
.faq-accordion__wrapper {
  grid-column: col2;
}
@media (min-width: 769px) {
  .faq-accordion__wrapper {
    padding-left: 1.875rem;
  }
}
.faq-accordion .accordion-panel__content {
  transition: none;
}
.faq-accordion .accordion-panel__content[aria-hidden=false] {
  max-height: unset;
}

.wp-block-embed__wrapper {
  margin: 0 !important;
}
.wp-block-embed iframe {
  width: 100% !important;
}
.wp-block-embed.wp-embed-aspect-16-9 iframe, .wp-block-embed.wp-block-embed-wistia-inc iframe {
  aspect-ratio: 16/9;
  height: 100%;
}
.wp-block-embed.wp-embed-aspect-4-3 iframe {
  aspect-ratio: 4/3;
  height: 100%;
}
.wp-block-embed figcaption {
  margin: 0;
  text-align: center;
}

.wp-block-image {
  margin: 2.5rem 0;
}
.wp-block-image img {
  border-radius: 0.3125rem !important;
}

.wp-block-pullquote {
  margin: 2.5rem 0;
  padding: 0;
}
.wp-block-pullquote.has-text-align-left, .wp-block-pullquote.has-text-align-right, .wp-block-pullquote.alignleft, .wp-block-pullquote.alignright {
  max-width: 100%;
}
.wp-block-pullquote.has-text-align-left p, .wp-block-pullquote.has-text-align-right p, .wp-block-pullquote.alignleft p, .wp-block-pullquote.alignright p {
  font-size: 2.25rem;
}
.wp-block-pullquote blockquote p {
  font-size: 2.25rem;
  line-height: 1.4em;
}
.wp-block-pullquote__citation,
.wp-block-pullquote cite {
  margin-top: 2.5rem;
  padding-top: 2.5rem;
  position: relative;
}
.wp-block-pullquote__citation strong,
.wp-block-pullquote cite strong {
  font-family: "Erode", Georgia, Times, "Times New Roman", serif;
  font-size: 1.5rem;
  font-weight: 500;
}
.wp-block-pullquote__citation::before,
.wp-block-pullquote cite::before {
  background-color: #fcf9f2;
  content: "";
  display: block;
  height: 0.0625rem;
  position: absolute;
  top: 0;
  width: 5.625rem;
}

.youtube_shorts .youtube_shorts__item {
  opacity: 0;
  transform: translateY(50px);
  transition: transform 400ms ease-out, opacity 500ms ease-out;
}
.youtube_shorts .youtube_shorts__item:nth-child(1) {
  transition-delay: 0ms;
}
.youtube_shorts .youtube_shorts__item:nth-child(2) {
  transition-delay: 250ms;
}
.youtube_shorts .youtube_shorts__item:nth-child(3) {
  transition-delay: 500ms;
}
.youtube_shorts .youtube_shorts__item:nth-child(4) {
  transition-delay: 750ms;
}
.youtube_shorts .youtube_shorts__item:nth-child(5) {
  transition-delay: 1000ms;
}
.youtube_shorts .youtube_shorts__item:nth-child(6) {
  transition-delay: 1250ms;
}
.youtube_shorts .youtube_shorts__item:nth-child(7) {
  transition-delay: 1500ms;
}
.youtube_shorts.is-inview .youtube_shorts__item, .acf-block-preview .youtube_shorts .youtube_shorts__item {
  opacity: 1;
  transform: translateY(0);
}
.youtube_shorts .youtube_shorts__intro {
  opacity: 0;
  transition: opacity 500ms ease-out;
}
.youtube_shorts.is-inview .youtube_shorts__intro, .acf-block-preview .youtube_shorts .youtube_shorts__intro {
  opacity: 1;
}
.youtube_shorts__title {
  margin: 0 auto 1.875rem;
  max-width: 56.25rem;
  text-align: center;
}
.youtube_shorts__title strong {
  display: block;
}
.youtube_shorts__content {
  margin: 0 auto;
  max-width: 56.25rem;
  text-align: center;
}
.youtube_shorts__grid {
  display: grid;
  gap: 16px;
  list-style: none;
  margin-top: 0.5rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}
@media (min-width: 426px) {
  .youtube_shorts__grid {
    margin-top: 0.5rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 641px) {
  .youtube_shorts__grid {
    margin-top: 0.5rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 769px) {
  .youtube_shorts__grid {
    grid-template-columns: auto;
    grid-template-rows: auto;
    grid-auto-flow: column;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1025px) {
  .youtube_shorts__grid {
    grid-template-columns: auto;
    grid-template-rows: auto;
    grid-auto-flow: column;
    margin-top: 2.5rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.youtube_shorts__grid iframe {
  border-radius: 10px;
}
.youtube_shorts--mobile {
  margin-bottom: 2rem;
}
@media (min-width: 769px) {
  .youtube_shorts--mobile {
    display: none;
    margin-bottom: 0;
  }
}
.youtube_shorts--desktop {
  display: none;
}
@media (min-width: 769px) {
  .youtube_shorts--desktop {
    display: block;
  }
}

.blog-content {
  display: grid;
  gap: 16px;
  margin: 3.75rem 0;
}
@media (min-width: 769px) {
  .blog-content {
    grid-template-columns: [sidebar-start] repeat(4, 1fr) [sidebar-end body-start] repeat(8, 1fr) [body-end];
  }
}
@media (min-width: 1025px) {
  .blog-content {
    grid-template-columns: 1fr [sidebar-start] repeat(2, 1fr) [sidebar-end] 1fr [body-start] repeat(7, 1fr) [body-end] 1fr;
  }
}
.blog-content__sidebar {
  grid-column: sidebar;
}
@media (min-width: 769px) {
  .blog-content__sidebar {
    grid-row: 1;
  }
}
.blog-content__body {
  grid-column: body;
}
@media (min-width: 769px) {
  .blog-content__body {
    grid-row: 1;
  }
}
.blog-content__author {
  margin-bottom: 2.5rem;
}
.blog-content__author-title {
  font-size: 0.75rem;
  line-height: 0.75rem;
  letter-spacing: 0.15rem;
}
.blog-content__author-image {
  margin-bottom: 2.5rem;
}
.blog-content__author-image img {
  border-radius: 50%;
  width: auto;
}
.blog-content__author-name {
  font-size: 1.5rem;
  line-height: 2rem;
  letter-spacing: 0;
  color: #fcf9f2;
  text-decoration: none;
}

.career__container {
  display: grid;
  gap: 16px;
  margin: 3.75rem 0;
}
@media (min-width: 769px) {
  .career__container {
    grid-template-columns: [title-start] repeat(3, 1fr) [title-end] 1fr [body-start] repeat(8, 1fr) [body-end];
  }
  .career__container .career__title {
    grid-column: title;
  }
  .career__container .career__content {
    grid-column: body;
  }
}
@media (min-width: 1025px) {
  .career__container {
    grid-template-columns: 1fr [title-start] repeat(3, 1fr) [title-end] 1fr [body-start] repeat(6, 1fr) [body-end] 1fr;
  }
}
@media (min-width: 769px) {
  .career__container + .career__container {
    margin-top: 7.5rem;
  }
}
.career__title {
  font-size: 1.875rem;
  line-height: 2.625rem;
  letter-spacing: 0;
  color: #ebe5d7;
}
@media screen and (min-width: 1025px) {
  .career__title {
    font-size: 3rem;
    line-height: 3.3125rem;
    letter-spacing: 0;
  }
}
.career__form {
  margin: 7.5rem 0 3.75rem;
}
.career__form-title {
  text-align: center;
  margin-bottom: 3.75rem;
}

.page-header-row {
  text-align: center;
  padding: 0 60px;
}
@media (min-width: 768px) {
  .page-header-row {
    display: grid;
    gap: 16px;
    grid-template-columns: 1fr [colcentered-start] repeat(10, 1fr) [colcentered-end] 1fr;
    padding: 80px 0;
  }
  .page-header-row .cell {
    grid-column: colcentered;
  }
}
@media (min-width: 1024px) {
  .page-header-row {
    grid-template-columns: repeat(3, 1fr) [colcentered-start] repeat(6, 1fr) [colcentered-end] repeat(3, 1fr);
    padding: 120px 0;
  }
}

body.template-error .content-wrapper {
  text-align: center;
}

.policy-page__title {
  text-align: center;
  margin-bottom: 3.75rem;
  margin-top: 3.75rem;
}
@media (min-width: 769px) {
  .policy-page__title {
    margin-bottom: 7.5rem;
    margin-top: 7.5rem;
  }
}
.policy-page__content > h2,
.policy-page__content > h3,
.policy-page__content > h4,
.policy-page__content > h5,
.policy-page__content > h6,
.policy-page__content > p,
.policy-page__content > ul {
  margin-left: auto;
  margin-right: auto;
  max-width: 62.5rem;
}
.policy-page__content > h2,
.policy-page__content > h3,
.policy-page__content > h4,
.policy-page__content > h5,
.policy-page__content > h6 {
  margin-top: 1em;
  margin-bottom: 0.5em;
}

.sg-section {
  max-width: 1024px;
  padding: 0 0 60px;
}
@media (max-width: 767px) {
  .sg-section {
    margin: 0;
  }
}
@media (min-width: 769px) {
  .sg-section {
    padding: 0 0 80px;
  }
}
.sg-section:first-child {
  padding-top: 60px;
}
@media (min-width: 769px) {
  .sg-section:first-child {
    padding-top: 80px;
  }
}

.sg-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.sg-row .sg-col {
  flex: 0 0 47.5%;
}

.section-header {
  overflow: hidden;
  margin-bottom: 5rem;
}
.section-header:not(:first-child),
.section-header > * + * {
  margin-top: 5rem;
}
.section-header > * {
  display: inline-block;
  position: relative;
  margin-right: 50%;
  margin-bottom: 0;
  line-height: 1;
}
.section-header h2 {
  font-size: 1.25rem;
}
.section-header h3 {
  font-size: 0.9375rem;
  opacity: 0.6;
}

.palette-list {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.palette-list li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.palette-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-basis: 30%;
  margin-top: 2.5rem;
}
.palette-list li:nth-child(-n+3) {
  margin-top: 0;
}
.palette-list li b {
  display: block;
  width: 3.125rem;
  height: 3.125rem;
  flex: 0 0 3.125rem;
  margin-right: 2.5rem;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.15);
}
.palette-list li div {
  flex-grow: 1;
}
.palette-list li div span {
  display: block;
}
.palette-list li.palette-dark b {
  background-color: #1a1e22;
}
.palette-list li.palette-text b {
  background-color: #fcf9f2;
}
.palette-list li.palette-light b {
  background-color: #fcf9f2;
}
.palette-list li.palette-light-text b {
  background-color: #fcf9f2;
}
.palette-list li.palette-link b {
  background-color: #af884a;
}
.palette-list li.palette-primary b {
  background-color: #af884a;
}
.palette-list li.palette-success b {
  background-color: #9ad782;
}
.palette-list li.palette-error b {
  background-color: #f09f97;
}
.palette-list li.palette-border b {
  background-color: #af884a;
}
.palette-list::after {
  content: "";
  flex: auto;
  max-width: 19.25rem;
}

.font-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding-left: 0;
  margin: 0;
}
.font-list .font {
  display: flex;
  flex: 0 0 50%;
  justify-content: space-between;
  align-items: center;
  margin: 5rem 0 0;
  padding: 0;
}
.font-list .font:nth-child(-n+2) {
  margin-top: 0;
}
.font-list .font div {
  display: flex;
  align-items: center;
}
.font-list .font .font-description {
  flex-grow: 1;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-start;
}
.font-list .font .font-description span {
  display: block;
  flex-grow: 1;
}
.font-list .font .font-name {
  font-size: 2.75rem;
  margin-bottom: 1.25rem;
}
.font-list .font.font-header {
  font-family: "Erode", Georgia, Times, "Times New Roman", serif;
}
.font-list .font.font-header-light {
  font-family: "Erode", Georgia, Times, "Times New Roman", serif;
  font-weight: 300;
}
.font-list .font.font-header-bold {
  font-family: "Erode", Georgia, Times, "Times New Roman", serif;
  font-weight: 500;
}
.font-list .font.font-body-regular {
  font-family: "Neue-Montreal", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.font-list .font.font-body-italic {
  font-family: "Neue-Montreal", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: italic;
}
.font-list .font.font-body-bold {
  font-family: "Neue-Montreal", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
}
.font-list .font.font-body-bold-italic {
  font-family: "Neue-Montreal", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: italic;
}

.heading-group + .heading-group {
  margin-top: 3.75rem;
}

.sg-grid {
  background: #af884a;
  margin-bottom: 16px;
  position: relative;
}
.sg-grid .grid-cell {
  background: #af884a;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-bottom: 16px;
}
.sg-grid .grid-cell pre {
  color: #ffffff;
}
.sg-grid .debug-grid {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.sg-grid .debug-grid div {
  height: 100%;
  background: rgba(175, 136, 74, 0.2);
}

.grid-12 {
  display: grid;
  grid-template-rows: auto;
  grid-column-gap: 16px;
  grid-template-columns: repeat(12, 1fr);
}

.cell-1 {
  grid-column: auto/span 1;
}

.cell-2 {
  grid-column: auto/span 2;
}

.cell-3 {
  grid-column: auto/span 3;
}

.cell-4 {
  grid-column: auto/span 4;
}

.cell-5 {
  grid-column: auto/span 5;
}

.cell-5 {
  grid-column: auto/span 5;
}

.cell-6 {
  grid-column: auto/span 6;
}

.cell-7 {
  grid-column: auto/span 7;
}

.cell-8 {
  grid-column: auto/span 8;
}

.cell-9 {
  grid-column: auto/span 9;
}

.cell-10 {
  grid-column: auto/span 10;
}

.cell-11 {
  grid-column: auto/span 11;
}

.cell-12 {
  grid-column: auto/span 12;
}

.cell-span5-start-2 {
  grid-column: 2/span 5;
}

.cell-span5-start-8 {
  grid-column: 8/span 5;
}

button[data-debug] {
  margin-bottom: 1.25rem;
}

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

/*----Service-menu-Css----*/



@media (min-width:1200px) {
#services-child-nav > li > a {
  font-size: 20px !important;
}
#services-child-nav .sub-sub-nav {
  margin-bottom: 20px !important;
}
#services-child-nav .sub-sub-nav {
  margin-bottom: 17px !important;
  margin-top: 11px !important;
}
}



@media (min-width:1200px) {
.main-nav__link.is-in-flyout.has-sub-nav:hover #services-child-nav {
	display: block !important;
	opacity: 1;
	width: 100%;
	visibility: visible;
	height: 100%;
	max-width: 100%;
	max-height: 100%;
	min-height: 100%;
	grid-template-columns: 1fr 1fr 1fr;
}
 
.main-nav__link.is-in-flyout.has-sub-nav:hover #services-child-nav {
	display: grid !important;
	grid-template-columns: 1fr 1fr 1fr;
	width: 100vw !important;
	left: -54vw;
	max-width: 100vw !important;
	justify-content: center !important;
	max-height: 100% !important;
	/* min-height: 65vh !important; */
}
 .main-nav__link .sub-nav::before {
	height: 100vh;
}
.main-nav__link.is-in-flyout.has-sub-nav:hover .sub-nav-item a {
	font-size: 16px !important;
}
.main-nav__link.is-in-flyout.has-sub-nav:hover #services-child-nav {
	display: grid !important;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	width: 70vw !important;
	max-width: 100vw;
	left: -37vw;
	column-gap: 15px !important;
	}}
@media(max-width:1530px){
	.main-nav__link.is-in-flyout.has-sub-nav:hover #services-child-nav {

    width: 75vw !important;
    left: -37vw;
}
}
 .main-nav__link .sub-nav-item {
    padding: 10px 2px 0px 5px !important;
}
#services-child-nav .main-nav__link .sub-nav-item {
	padding: 7px !important;
}
 
 
@media (min-width:1200px) {
.main-nav__link.is-in-flyout.has-sub-nav:hover #services-child-nav {
	left: -38vw;
}
.main-nav__link.is-in-flyout.has-sub-nav:hover .sub-nav-item a {
	font-size: 18px;
}
.main-nav__link.is-in-flyout.has-sub-nav:hover #services-child-nav {
	max-width: 89vw !important;
}}

@media (max-width:1025px) {
	body .site-header__wrapper .main-nav__wrapper {
        overflow: scroll;
		padding-bottom: 50px !important;
}
#services-child-nav {
  height: 100% !important;
  position: static !important;
  max-height: 100% !important;
}
.main-nav__link .sub-nav-item:last-child {
  padding-bottom: 1.15rem !important;
	}
.main-nav__link .sub-nav-item a {
  font-size: 19px;
}
.main-nav > li > a {
  font-size: 24px;
}
.sub-sub-nav-item > a {
  font-size: 17px !important;
}
.sub-sub-nav {
  margin-top: 6px;
  margin-bottom: 10px !important;
}

}
/*----Service-menu-Css----*/

/* Area we serve section css */

.areas-served-section {
    /* background-image: url('https://www.reflectiondentaltx.com/wp-content/uploads/2025/07/paper-bg.jpg'); */
    background-size: cover;
    background-position: center;
    /* padding: 0px 20px; */
    padding-bottom: 40px;
    color: #fff;
    display: flex;
    text-align: center;
    margin: 0 auto;
    align-items: stretch;
    flex-direction: column;
    justify-content: center;
} 

.area-section-title {
    font-size: 2.5rem;
    margin-bottom: 30px;
    color: #ffffff;
}
.areas-description {
    max-width: 1200px;
    margin: 0 auto 30px;
    color: #000;
	font-size:16px;
}
.location-list {
    display: flex;
    gap: 10px;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
}

.location-item {
    list-style: none;
    background-color: #ffffff00;
    padding: 10px 15px;
    border-radius: 6px;
    transition: background-color 0.3s, color 0.3s;
    width: 15%;

}



.location-item {
    display: flex;
    list-style: none;
    padding: 0;
    justify-content: center;
}

.location-item a {
    display: block;
    width: 100%;
    height: 100%;
    background-color: transparent;
    padding: 15px;
    border-radius: 6px;
    border: 2px solid #af884a;
    color: #fff !important;
    text-decoration: none;
    font-weight: 500;
    text-align: center;
    transition: background-color .3s,color .3s;
}

.location-item:hover a {
    background-color: #af884a;
    color: #fff !important;
}

@media (max-width:1300px) {
	
	.location-item  {
		  width: 25%;
		
	}
}

@media (max-width:767px) {
   
.area-section-title {
    font-size: 26px;
    margin-bottom: 20px;
    color: #fff;
}

	.location-item {
		width: 90%;
	}
}