@charset "UTF-8";
/*!
Theme Name: Qualsight
Theme URI: https://metainteractive.com/
Author: Meta Interactive
Author URI: https://metainteractive.com/
Description: Theme built for Qualsight
Version: 1.0.0
Text Domain: qualsight
Tags: N/A
*/
/* -------------------------------------------------------------------------- */
/*                                    Base                                    */
/* -------------------------------------------------------------------------- */
/*
 Theme Path
========================================================================== */
/*
 Font Family
========================================================================== */
/*
 Font Size
========================================================================== */
/*
 Colors
========================================================================== */
/*
 Helpers
========================================================================== */
/*
 Sizes
========================================================================== */
/*
 Columns
========================================================================== */
/*
 Buttons – @include button();
========================================================================== */
/* Fluid Type - Responsive fonts sizing
https://chriskirknielsen.com/blog/modern-fluid-typography-with-clamp/
usage: @include fluid-type(min viewport size, max viewport, min font size, max font size);
========================================================================== */
/*
 Tint (adds white) – @include tint(red, 10%);
========================================================================== */
/*
 Shade (adds black) – @include shade(red, 10%);
========================================================================== */
/*
 Hex to RGB – hextorgb(#000); //returns 0, 0, 0,
========================================================================== */
/*
 Object Fit – @include object-fit(cover);
========================================================================== */
/*
 Rows – @include rows(4,10px); px or % support
========================================================================== */
/*
 Aspect Ratio – @include aspect-ratio(9,16) 0r @include aspect-ratio(70%,30%)
========================================================================== */
/*
 Align Full – @include alignfull;
========================================================================== */
/*
 Min Width Query – @include media($desktop);
========================================================================== */
/*
 Max Width Query – @include media-height($tablet);
========================================================================== */
/*
 Min Width and Max Width Query – @include media-between($tablet, $desktop);
========================================================================== */
/*
 Min Height Query – @include media-height($tablet);
========================================================================== */
/*
 Truncate – @include truncate-text(ellipsis);
========================================================================== */
/*
 Rem to Pix Calculate for fonts
========================================================================== */
/*
 Font Size rem to pix – @include font-size(30px);
========================================================================== */
/*
 Rem Calculate – @include rem(padding, 30px);
========================================================================== */
/*
 Column width with margin
========================================================================== */
/*
 SCSS variable in background image with SVG image data URI
 usage – style="fill: friendly-color(var(--wp--preset--color--tertiary));"
========================================================================== */
/* -------------------------------------------------------------------------- */
/*                                   Resets                                   */
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
/*                                    Utils                                   */
/* -------------------------------------------------------------------------- */
/*
Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/* Basics
========================================================================== */
html {
  box-sizing: border-box;
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  /*image-rendering: -webkit-optimize-contrast;*/
  scroll-behavior: smooth;
  scroll-padding: 160px;
}

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

body {
  background: #fff;
  margin: 0;
}

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

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

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

[hidden],
template {
  display: none;
}

/* Links
========================================================================== */
a {
  background-color: transparent;
}

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

/* Text-level semantics
========================================================================== */
abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
========================================================================== */
img {
  border: 0;
  height: auto; /* Make sure images are scaled correctly. */
  max-width: 100%; /* Adhere to container width. */
}

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

/* Grouping content
========================================================================== */
figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

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

/* Forms
========================================================================== */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input {
  line-height: normal;
}

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

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

input[type=search] {
  box-sizing: border-box;
}

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

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

a {
  text-decoration: none;
}

li {
  margin: 0;
}

html,
body {
  height: 100%;
}

body {
  overflow-x: hidden;
  background-color: #fff;
}

#wpadminbar {
  position: fixed !important;
}

.site {
  background: var(--wp--custom--color--background);
}

/* -------------------------------------------------------------------------- */
/*                                   Vendor                                   */
/* -------------------------------------------------------------------------- */
body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}
.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: rgb(30, 30, 30);
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}
.fancybox-slide::before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}
.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: 100%;
  z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
  left: 0;
  position: absolute;
  top: 0;
}

/* Fix iOS */
.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}
.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
  color: #ccc;
}
.fancybox-button:visited, .fancybox-button:link {
  color: #ccc;
}
.fancybox-button:hover {
  color: #fff;
}
.fancybox-button:focus {
  outline: none;
}
.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}
.fancybox-button[disabled] {
  color: #888;
  cursor: default;
  outline: none;
}
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}
.fancybox-button div {
  height: 100%;
}
.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}
.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

/* Fix IE11 */
.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}
.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}
.fancybox-navigation .fancybox-button div {
  padding: 7px;
}
.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}
.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

/* Caption */
.fancybox-caption {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
  }
}
.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a {
  color: #ccc;
  text-decoration: none;
}
.fancybox-caption a:link, .fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}
.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading {
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}
/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous, .fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-360deg);
}
.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(360deg);
}
.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
  @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right));
    }
  }
}
/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}
.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}
.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  white-space: nowrap;
}
.fancybox-share__button:visited, .fancybox-share__button:link {
  color: #fff;
}
.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}
.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}
.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}
.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}
.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}
.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}
.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}
.fancybox-thumbs__list a:focus::before {
  opacity: 0.5;
}
.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
body .gform_button {
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background-color: transparent;
  padding: 17px 29px;
  border-radius: 25px;
  font-family: var(--wp--preset--font-family--primary);
  font-size: 16px;
  font-weight: 500;
  transition: all 0.15s;
  display: table;
  font-weight: 700;
  text-decoration: none !important;
}
body .gform_button:hover {
  text-decoration: none !important;
}
body .gform_button:focus {
  transition: all 0s;
}
body .gform_button:disabled {
  opacity: 0.55;
  cursor: default;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  filter: grayscale(0.5);
}

/* -------------------------------------------------------------------------- */
/*                                    Theme                                   */
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
/*                                   Sidebar                                  */
/* -------------------------------------------------------------------------- */
.content-none {
  text-align: center;
}
.content-none__search-form {
  width: 500px;
  max-width: 100%;
  margin: 25px auto 0 auto;
  border: 1px solid #d4d4d4;
}

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

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

.single .byline,
.group-blog .byline {
  display: inline;
}

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

/* -------------------------------------------------------------------------- */
/*                                   Asides                                   */
/* -------------------------------------------------------------------------- */
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none;
}

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

.bypostauthor {
  display: block;
}

/* -------------------------------------------------------------------------- */
/*                                   Widgets                                  */
/* -------------------------------------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

/* -------------------------------------------------------------------------- */
/*                                Accessibility                               */
/* -------------------------------------------------------------------------- */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

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

/* -------------------------------------------------------------------------- */
/*                                 Alignments                                 */
/* -------------------------------------------------------------------------- */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  margin: 0 auto;
}

/* -------------------------------------------------------------------------- */
/*                                  Clearings                                 */
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
/*                               Infinite scroll                              */
/* -------------------------------------------------------------------------- */
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

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

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

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

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

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

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/* -------------------------------------------------------------------------- */
/*                                  Elements                                  */
/* -------------------------------------------------------------------------- */
.button, body .gform_wrapper.gravity-theme input[type=submit],
body input[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background-color: transparent;
  padding: 17px 29px;
  border-radius: 25px;
  font-family: var(--wp--preset--font-family--primary);
  font-size: 16px;
  font-weight: 500;
  transition: all 0.15s;
  display: table;
  font-weight: 700;
  text-decoration: none !important;
}
.button:hover, body .gform_wrapper.gravity-theme input[type=submit]:hover,
body input[type=submit]:hover {
  text-decoration: none !important;
}
.button:focus, body .gform_wrapper.gravity-theme input[type=submit]:focus,
body input[type=submit]:focus {
  transition: all 0s;
}
.button:disabled, body .gform_wrapper.gravity-theme input[type=submit]:disabled,
body input[type=submit]:disabled {
  opacity: 0.55;
  cursor: default;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  filter: grayscale(0.5);
}

.button, body .gform_wrapper.gravity-theme input[type=submit],
body input[type=submit] {
  outline-width: 5px;
  outline-color: orangered;
}
.button--style--primary, body .gform_wrapper.gravity-theme input[type=submit],
body input[type=submit] {
  background-color: var(--wp--preset--color--primary);
  color: white;
  text-decoration: none;
  transition: all 0.15s;
}
.button--style--primary-outlined {
  -o-border-image: none;
     border-image: none;
  color: var(--wp--preset--color--primary);
  box-shadow: inset 0 0 0 2px var(--wp--preset--color--primary);
}
.button--style--primary-outlined:hover {
  background-color: var(--wp--preset--color--primary);
  box-shadow: inset 0 0 0 2px var(--wp--preset--color--primary) !important;
  border-color: var(--wp--preset--color--primary);
}
.button--style--secondary {
  background-color: #2d2d39;
  color: white;
  text-decoration: none;
  transition: all 0.15s;
}
.button--style--secondary-outlined {
  -o-border-image: none;
     border-image: none;
  color: #2d2d39;
  box-shadow: inset 0 0 0 2px #2d2d39;
}
.button--style--secondary-outlined:hover {
  background-color: #2d2d39;
  box-shadow: inset 0 0 0 2px #2d2d39 !important;
  border-color: #2d2d39;
}
.button--style--tertiary {
  background-color: white;
  color: var(--wp--preset--color--primary);
  text-decoration: none;
  transition: all 0.15s;
}
.button--style--tertiary-outlined {
  -o-border-image: none;
     border-image: none;
  color: white;
  box-shadow: inset 0 0 0 2px white;
}
.button--style--tertiary-outlined:hover {
  background-color: white;
  box-shadow: inset 0 0 0 2px white !important;
  border-color: white;
}
.button--style--white {
  background-color: #fff;
  color: #fff;
  text-decoration: none;
  transition: all 0.15s;
}
.button--style--white-outlined {
  -o-border-image: none;
     border-image: none;
  color: #fff;
  box-shadow: inset 0 0 0 2px #fff;
}
.button--style--white-outlined:hover {
  background-color: #fff;
  box-shadow: inset 0 0 0 2px #fff !important;
  border-color: #fff;
}
.button--style--white-alt {
  background-color: #fff;
  color: var(--wp--preset--color--primary);
  text-decoration: none;
  transition: all 0.15s;
}
.button--style--white-alt-outlined {
  -o-border-image: none;
     border-image: none;
  color: #fff;
  box-shadow: inset 0 0 0 2px #fff;
}
.button--style--white-alt-outlined:hover {
  background-color: #fff;
  box-shadow: inset 0 0 0 2px #fff !important;
  border-color: #fff;
}

.muted-heading {
  position: relative;
  color: var(--wp--preset--color--tertiary);
  font-size: 14px;
  letter-spacing: 1px;
  font-family: var(--wp--preset--font-family--primary);
  font-weight: 600;
  text-transform: uppercase;
  margin: 0;
  display: block;
}
.muted-heading--text--normal {
  text-transform: none;
}
.muted-heading--theme--dark {
  color: #fff;
}
.muted-heading--theme--light {
  color: var(--wp--preset--color--tertiary);
}
.muted-heading--color--primary {
  color: var(--wp--preset--color--primary);
}
.muted-heading--color--primary-light {
  color: var(--wp--preset--color--primary-light);
}
.muted-heading--color--primary-dark {
  color: var(--wp--preset--color--primary-dark);
}
.muted-heading--color--secondary {
  color: #2d2d39;
}
.muted-heading--color--tertiary {
  color: var(--wp--preset--color--tertiary);
}
.muted-heading--color--tertiary-light {
  color: #f1f5fb;
}
.muted-heading--color--accent {
  color: var(--wp--preset--color--tertiary);
}

.tag {
  display: inline-block;
  padding: 6px 10px 3px 10px;
  font-size: 12px;
  font-weight: 600;
  border-radius: 3px;
  text-transform: uppercase;
  line-height: 1;
  font-family: var(--wp--preset--font-family--primary);
  color: #1a8de5;
  background-color: #e7f0f7;
  transition: all 0.13s;
}

a[href].tag:hover {
  background-color: var(--wp--preset--color--tertiary);
  color: #e7f0f7;
}

/* -------------------------------------------------------------------------- */
/*                                 Typography                                 */
/* -------------------------------------------------------------------------- */
body,
input,
select,
textarea {
  font-size: 16px;
  line-height: 1;
  font-family: var(--wp--preset--font-family--primary);
  color: #444444;
}

* {
  -webkit-font-smoothing: antialiased;
}

/* -------------------------------------------------------------------------- */
/*                                    TEMP                                    */
/* -------------------------------------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  font-family: var(--wp--preset--font-family--secondary);
  color: var(--wp--preset--color--primary-dark);
  font-size: 42px;
  line-height: 1.2;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: 50px;
  }
}

p {
  font-family: var(--wp--preset--font-family--primary);
  color: #444444;
  font-size: 18px;
  line-height: 1.7;
  margin: 0 0 1.5em 0;
}

/* -------------------------------------------------------------------------- */
/*                                Block Content                               */
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
/*                                Post Content                                */
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
/*                                Font Classes                                */
/* -------------------------------------------------------------------------- */
.following-cta {
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 10;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.4);
  transition: visibility 0s linear 0.18s, opacity 0.18s ease-in-out, transform 0.18s ease-in-out;
  transform: translateX(25%);
  opacity: 0;
  visibility: hidden;
}
.following-cta--show {
  transition-delay: 0s;
  visibility: visible;
  transform: translateX(0);
  opacity: 1;
}

body .gform_wrapper.gravity-theme,
body {
  font-family: var(--wp--preset--font-family--primary);
}
body .gform_wrapper.gravity-theme input[type=text],
body .gform_wrapper.gravity-theme input[type=email],
body .gform_wrapper.gravity-theme input[type=tel],
body .gform_wrapper.gravity-theme input[type=number],
body .gform_wrapper.gravity-theme select,
body .gform_wrapper.gravity-theme textarea,
body input[type=text],
body input[type=email],
body input[type=tel],
body input[type=number],
body select,
body textarea {
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  border: none;
  font-size: 16px;
  border-radius: 4px;
  box-shadow: inset 0 0 0 1px #d5d5d5;
  background-color: #fff;
  font-size: 18px;
  padding: 13px;
}
body .gform_wrapper.gravity-theme input[type=text]:focus,
body .gform_wrapper.gravity-theme input[type=email]:focus,
body .gform_wrapper.gravity-theme input[type=tel]:focus,
body .gform_wrapper.gravity-theme input[type=number]:focus,
body .gform_wrapper.gravity-theme select:focus,
body .gform_wrapper.gravity-theme textarea:focus,
body input[type=text]:focus,
body input[type=email]:focus,
body input[type=tel]:focus,
body input[type=number]:focus,
body select:focus,
body textarea:focus {
  outline-color: #666;
}
body .gform_wrapper.gravity-theme select,
body select {
  min-height: 50px;
  background-image: url("/wp-content/themes/qualsight/icons/chevron-down-gray.svg");
  background-position: right 13px center;
  background-repeat: no-repeat;
}
body .gform_wrapper.gravity-theme .ginput_counter,
body .ginput_counter {
  display: none;
}
body .gform_wrapper.gravity-theme .gfield_label,
body .gfield_label {
  font-size: 16px;
  margin-bottom: 15px;
  font-weight: 500;
  color: #2d2d39;
}
body .gform_wrapper.gravity-theme .name_first label,
body .gform_wrapper.gravity-theme .name_last label,
body .name_first label,
body .name_last label {
  font-size: 12px;
  color: #757588;
  margin-top: 6px;
}
body .gform_wrapper.gravity-theme .gform_fields,
body .gform_fields {
  grid-row-gap: 28px;
}
body .gform_wrapper.gravity-theme .gform_validation_errors,
body .gform_validation_errors {
  display: none;
}
body .gform_wrapper.gravity-theme .gfield_validation_message,
body .gform_wrapper.gravity-theme .validation_message,
body .gfield_validation_message,
body .validation_message {
  padding: 10px 15px;
  border: none;
}
body .gform_wrapper.gravity-theme .gform_required_legend,
body .gform_required_legend {
  font-size: 14px;
  color: #2d2d39;
  margin-bottom: 25px;
}

.grecaptcha-badge {
  visibility: hidden !important;
}

a {
  color: var(--wp--preset--color--primary-dark);
}

/* -------------------------------------------------------------------------- */
/*                                  Partials                                  */
/* -------------------------------------------------------------------------- */
.container {
  max-width: 1470px;
  padding-left: 30px;
  padding-right: 30px;
  margin-left: auto;
  margin-right: auto;
}
.container--compact-padding {
  max-width: 1440px;
  padding-left: 15px;
  padding-right: 15px;
}
.container--no-padding {
  max-width: 1410px;
  padding-left: 0;
  padding-right: 0;
}

.container--size--xs {
  max-width: 828px;
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (max-width: 575px) {
  .container--size--xs {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.container--size--xs.container--compact-padding {
  max-width: 798px;
  padding-left: 15px;
  padding-right: 15px;
}

.container--size--xs.container--no-padding {
  max-width: 768px;
  padding-left: 0;
  padding-right: 0;
}

.container--size--sm {
  max-width: 1052px;
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (max-width: 575px) {
  .container--size--sm {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.container--size--sm.container--compact-padding {
  max-width: 1022px;
  padding-left: 15px;
  padding-right: 15px;
}

.container--size--sm.container--no-padding {
  max-width: 992px;
  padding-left: 0;
  padding-right: 0;
}

.container--size--md {
  max-width: 1260px;
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (max-width: 575px) {
  .container--size--md {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.container--size--md.container--compact-padding {
  max-width: 1230px;
  padding-left: 15px;
  padding-right: 15px;
}

.container--size--md.container--no-padding {
  max-width: 1200px;
  padding-left: 0;
  padding-right: 0;
}

.container--size--lg {
  max-width: 1470px;
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (max-width: 575px) {
  .container--size--lg {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.container--size--lg.container--compact-padding {
  max-width: 1440px;
  padding-left: 15px;
  padding-right: 15px;
}

.container--size--lg.container--no-padding {
  max-width: 1410px;
  padding-left: 0;
  padding-right: 0;
}

.container--size--xl {
  max-width: 1660px;
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (max-width: 575px) {
  .container--size--xl {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.container--size--xl.container--compact-padding {
  max-width: 1630px;
  padding-left: 15px;
  padding-right: 15px;
}

.container--size--xl.container--no-padding {
  max-width: 1600px;
  padding-left: 0;
  padding-right: 0;
}

/*
 Content
========================================================================== */
.site-main {
  padding-left: clamp(1.25rem, 5vw, 3.75rem);
  padding-right: clamp(1.25rem, 5vw, 3.75rem);
  padding-top: 70px;
  padding-bottom: 70px;
}
@media screen and (min-width: 768px) {
  .site-main {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.site-main.no-top-padding {
  padding-top: 0;
}
.site-main.no-bottom-padding {
  padding-bottom: 0;
}

.content-area a:hover, .content-area a:focus {
  text-decoration: underline;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  white-space: nowrap;
}

.external-link-icon {
  margin-left: 4px;
}
.external-link-icon svg path {
  fill: currentColor;
}

.header {
  background-color: #fff;
  position: sticky;
  top: 0;
  z-index: 999;
}
.header__main {
  background-color: var(--wp--preset--color--primary-dark);
}
@media screen and (max-width: 949px) {
  .header__main {
    display: none;
  }
}
.header li {
  position: relative;
}
.header li.current-menu-item > a, .header li.current_page_parent > a, .header li.current-menu-parent > a, .header li.current_page_parent > a {
  box-shadow: inset 0 -3px 0 var(--wp--preset--color--primary-light) !important;
}
.header li .sub-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  z-index: 999;
  background-color: #fff;
  top: calc(100% + 15px);
  text-align: center;
  width: 250px;
  padding: 22px 28px;
  left: 50%;
  transform: translateX(-50%);
  visibility: hidden;
  opacity: 0;
  border-radius: 2px;
  transition: all 0.15s;
  box-shadow: 0 0 30px 0px rgba(0, 0, 0, 0.1);
}
.header li .sub-menu::before {
  content: "";
  position: absolute;
  top: -5px;
  left: calc(50% - 6px);
  margin: 0 auto;
  width: 12px;
  height: 12px;
  background: white;
  transform: rotate(-135deg);
}
.header li .sub-menu a {
  position: relative;
  color: #2d2d39;
  padding: 4px 0;
  line-height: 1.3;
  transition: color 0.15s;
}
.header li .sub-menu a:hover {
  color: var(--wp--preset--color--primary);
}
.header li .sub-menu li {
  margin-bottom: 10px;
}
.header li .sub-menu li:last-child {
  margin-bottom: 0;
}
.header li .sub-menu li.menu-item-has-children:hover::before {
  content: "";
  position: absolute;
  top: -11px;
  left: 100%;
  height: calc(100% + 30px);
  width: 60px;
}
.header li .sub-menu a::after, .header li .sub-menu a::before {
  display: none !important;
}
.header li .sub-menu .sub-menu {
  top: -10px;
  transform: translateX(0);
  left: calc(100% + 45px);
  margin-left: 0;
}
.header li .sub-menu .sub-menu::after {
  content: "";
  position: absolute;
  bottom: 100%;
  right: calc(100% - 1px);
  top: 9px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #fff;
}
.header li .sub-menu .sub-menu::before {
  content: "";
  position: absolute;
  right: calc(100% - 1px);
  top: 8px;
  width: 0;
  height: 0;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  transform: none;
  left: auto;
  background-color: transparent;
  box-shadow: none;
}
.header li:hover > .sub-menu, .header li:focus-within > .sub-menu {
  visibility: visible;
  opacity: 1;
}
.header__menu-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 26px;
  margin-left: -8px;
}
.header__menu-list > li > a {
  display: block;
  padding: 17px 8px;
  color: #fff;
  transition: all 0.15s;
  box-shadow: inset 0 -3px 0 transparent;
  font-weight: 600;
  text-decoration: none;
}
.header__menu-list > li > a:hover {
  box-shadow: inset 0 -3px 0 var(--wp--preset--color--primary-light);
}
.header__menu-list > li.menu-item-has-children:hover > a::after, .header__menu-list > li.menu-item-has-children:hover > a::before {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
}
.header__menu-list > li.menu-item-has-children:hover::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  height: 15px;
  width: 100%;
}
.header__mobile {
  display: none;
  justify-content: space-between;
  padding: 20px 0;
}
@media screen and (max-width: 949px) {
  .header__mobile {
    display: flex;
  }
}
.header__mobile-button {
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background-color: transparent;
  padding: 0;
  height: 40px;
  width: 40px;
  background-color: var(--wp--preset--color--tertiary);
  border-radius: 50%;
  display: flex;
  color: var(--wp--preset--color--primary);
}
.header__mobile-button svg {
  height: 20px;
  width: 20px;
  margin: auto;
}
.header__mobile-button-image {
  height: 100%;
  width: 100%;
}
.header__mobile-logo-container {
  max-width: calc(100% - 120px);
  -o-object-fit: contain;
     object-fit: contain;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header__mobile-logo-container img {
  max-height: 100%;
  width: auto;
}

.footer {
  padding-top: 100px;
  background-color: #fff;
}
.footer__inner {
  display: flex;
}
@media screen and (max-width: 991px) {
  .footer__inner {
    flex-direction: column;
    row-gap: 40px;
  }
}
.footer__content-container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 40px;
}
@media screen and (max-width: 575px) {
  .footer__content-container {
    justify-content: center;
    text-align: center;
  }
}
@media screen and (max-width: 991px) {
  .footer__meta-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media screen and (max-width: 575px) {
  .footer__meta-container {
    flex-direction: column;
    align-items: center;
    text-align: center;
    row-gap: 40px;
    -moz-column-gap: 30px;
         column-gap: 30px;
    margin-top: 40px;
  }
}
.footer__copyright {
  margin: 20px 0 5px 0;
  font-size: 14px;
  color: #555555;
  font-family: var(--wp--preset--font-family--primary);
  font-weight: 600;
}
@media screen and (max-width: 991px) {
  .footer__copyright {
    margin-top: 0;
  }
}
.footer__legal-menu-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
@media screen and (max-width: 575px) {
  .footer__legal-menu-list {
    justify-content: center;
  }
}
.footer__legal-menu-list li {
  position: relative;
}
.footer__legal-menu-list li::before {
  content: "";
  position: absolute;
  left: calc(100% + 10px);
  top: 0;
  bottom: 0;
  margin: auto;
  height: 1em;
  width: 2px;
  background-color: #babac8;
}
.footer__legal-menu-list li:last-child::before {
  display: none;
}
.footer__legal-menu-list a {
  position: relative;
  font-size: 14px;
  line-height: 26px;
}
.footer__legal-menu-list a:hover, .footer__legal-menu-list a:focus {
  color: var(--wp--preset--color--primary);
}
.footer__content-container {
  margin-left: auto;
  display: flex;
  -moz-column-gap: 120px;
       column-gap: 120px;
}
@media screen and (max-width: 1279px) {
  .footer__content-container {
    -moz-column-gap: 50px;
         column-gap: 50px;
  }
}
@media screen and (max-width: 991px) {
  .footer__content-container {
    margin-left: 0;
  }
}
.footer__section-heading {
  font-family: var(--wp--preset--font-family--secondary);
  color: var(--wp--preset--color--primary-dark);
  font-size: 22px;
  margin: 0 0 26px 0;
  line-height: 1;
}
@media screen and (max-width: 575px) {
  .footer__section-heading {
    margin-bottom: 20px;
  }
}
.footer__menu-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 20px;
}
.footer__menu-list a {
  color: #2d2d39;
  line-height: 1.2;
  text-decoration: none;
}
.footer__menu-list a:hover, .footer__menu-list a:focus {
  color: var(--wp--preset--color--primary);
  text-decoration: underline;
}
.footer__contact-container {
  margin-right: auto;
}
@media screen and (max-width: 991px) {
  .footer__contact-container {
    order: -1;
  }
}
@media screen and (max-width: 767px) {
  .footer__contact-container {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
}
.footer__translate-selector {
  margin-top: 25px;
}
.footer__translate-selector select {
  min-height: 35px;
  line-height: 1.3;
  font-family: var(--wp--preset--font-family--primary);
}
.footer__contact-phone {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}
.footer__contact-phone:hover .footer__contact-phone-text, .footer__contact-phone:focus .footer__contact-phone-text {
  color: var(--wp--preset--color--primary-dark);
}
@media screen and (max-width: 767px) {
  .footer__contact-phone {
    justify-content: center;
  }
}
@media screen and (max-width: 479px) {
  .footer__contact-phone {
    justify-content: center;
  }
}
.footer__contact-phone-text {
  font-family: var(--wp--preset--font-family--secondary);
  color: var(--wp--preset--color--primary);
  font-size: 28px;
  line-height: 1;
  transition: color 0.15s;
}
.footer__contact-phone-icon {
  height: 32px;
  width: 32px;
  background-color: var(--wp--preset--color--tertiary);
  border-radius: 50%;
  display: flex;
  color: var(--wp--preset--color--primary);
}
.footer__contact-phone-icon svg {
  margin: auto;
}
.footer__colophone {
  margin-top: 52px;
  box-shadow: 0 -1px 0 #e3e3e7;
  padding: 42px 0 83px 0;
}
.footer__colophone-text p {
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
  color: #666666;
}
.footer__logo {
  max-width: 200px;
}

.bb-logo {
  display: block;
  margin: 20px auto 0 auto;
}

.social-media {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  margin-left: -10px;
  -moz-column-gap: 10px;
       column-gap: 10px;
  justify-content: flex-start;
}
.social-media__network {
  transition: transform 0.15s;
  will-change: transform;
}
.social-media__network:last-of-type {
  margin-right: 0;
}
.social-media__network svg {
  display: block;
  width: 100%;
  height: auto;
  max-width: 20px;
  max-height: 20px;
}
.social-media__network svg path {
  transition: fill 0.15s;
}
.social-media__network:hover {
  transform: scale(1.1);
}
.social-media__network:hover svg path {
  fill: #2d2d39;
}
.social-media__link {
  display: table;
  line-height: 0;
  padding: 10px;
  color: white;
}

.banner {
  background-color: var(--wp--preset--color--primary);
  padding: 90px 0;
  position: relative;
  z-index: 0;
}
.banner--w-image::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20%;
  width: 70%;
  background-image: linear-gradient(270deg, rgba(25, 110, 207, 0) 0%, var(--wp--preset--color--primary) 100%);
  z-index: -1;
}
.banner__image {
  position: absolute;
  top: 0;
  right: 0;
  width: 80%;
  height: 100%;
  z-index: -2;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right;
     object-position: right;
}
.banner__image img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right;
     object-position: right;
  height: 100%;
  width: 100%;
}
.banner__subheading {
  margin: 0 0 20px 0;
  letter-spacing: 1px;
  line-height: 1;
  font-size: 16px;
  font-weight: 900;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.8);
  font-family: var(--wp--preset--font-family--primary);
}
.banner__heading {
  font-size: 80px;
  color: #fff;
  font-weight: 400;
  margin: 0;
}
@media screen and (max-width: 899px) {
  .banner__heading {
    font-size: 60px;
  }
}
@media screen and (max-width: 499px) {
  .banner__heading {
    font-size: 46px;
  }
}
.banner__description {
  margin: 20px 0 0 0;
  max-width: 540px;
  color: #fff;
  font-size: 18px;
  line-height: 1.8;
}

.search-bar {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #e6e6e6;
  max-width: 600px;
  border-radius: 25px;
  overflow: hidden;
  position: relative;
}
.search-bar--theme--light {
  border: none;
}
.search-bar--theme--light .search-bar__button {
  background-color: var(--wp--preset--color--tertiary);
}
.search-bar--theme--light .search-bar__button svg path {
  fill: #fff;
}
.search-bar--theme--light .search-bar__button:hover {
  background-color: #2d2d39;
}
.search-bar__input {
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  padding: 13px 16px;
  max-width: 100%;
  flex-grow: 1;
  color: #444444;
  font-family: var(--wp--preset--font-family--secondary);
}
.search-bar__input:focus {
  outline: none;
  border: none;
}
.search-bar__button {
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background-color: transparent;
  padding: 0;
  transition: 0.15s;
  background-color: #fff;
  position: absolute;
  top: 4px;
  right: 5px;
  height: 47px;
  aspect-ratio: 1/1;
  border-radius: 50%;
}
.search-bar__button svg path {
  fill: #fff;
}
.search-bar__button:hover {
  background-color: var(--wp--preset--color--primary);
}

/* -------------------------------------------------------------------------- */
/*                                 Pagination                                 */
/* -------------------------------------------------------------------------- */
.archive-pagination {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #eaeaea;
  margin-top: 95px;
  flex-wrap: wrap;
}
.archive-pagination a.prev,
.archive-pagination a.next {
  display: none;
}
@media screen and (max-width: 767px) {
  .archive-pagination .pagination {
    order: -1;
    min-width: 100%;
  }
}
.archive-pagination__button {
  padding-top: 28px;
  position: relative;
  display: flex;
  align-items: center;
  color: var(--wp--preset--color--primary);
  font-family: var(--wp--preset--font-family--secondary);
  gap: 10px;
  line-height: 1;
}
.archive-pagination__button a {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
}
.archive-pagination__button:hover {
  color: var(--wp--preset--color--primary-dark);
}
.archive-pagination .nav-links {
  display: flex;
  justify-content: center;
}
.archive-pagination .page-numbers {
  padding: 28px 10px;
  color: var(--wp--preset--color--primary);
  font-family: var(--wp--preset--font-family--secondary);
}
.archive-pagination .page-numbers.current, .archive-pagination .page-numbers:hover {
  box-shadow: inset 0 2px 0 #2d2d39;
  color: var(--wp--preset--color--tertiary);
}

.mobile-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: calc(100% - 78px);
  max-width: 400px;
  height: 100%;
  background-color: #fff;
  z-index: 999;
  display: flex;
  flex-direction: column;
  transform: translateX(calc(100% + 78px));
  transition: transform 0.2s;
  visibility: hidden;
}
.mobile-menu--open {
  visibility: visible;
  transform: translateX(0);
  box-shadow: 0 0 100px 0 #000000;
}
@media screen and (min-width: 950px) {
  .mobile-menu {
    transform: translateX(100%);
  }
}
.mobile-menu__sub-header {
  background-color: var(--wp--preset--color--primary-dark);
}
.mobile-menu__back-btn {
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background-color: transparent;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 18px;
  color: #fff;
  padding: 21px 40px;
}
@media screen and (max-height: 700px) {
  .mobile-menu__back-btn {
    padding: 15px 20px;
  }
}
.mobile-menu__back-btn svg {
  height: 18px;
  width: 18px;
  position: relative;
  bottom: -3px;
}
.mobile-menu__back-btn svg path {
  fill: #fff;
}
.mobile-menu__back-btn--show {
  visibility: visible;
  opacity: 1;
  transform: translateX(0);
}
.mobile-menu__back-text {
  margin-left: 11px;
  text-align: left;
  font-family: var(--wp--preset--font-family--primary);
}
.mobile-menu__sub-title {
  font-size: 18px;
  font-weight: 600;
  color: #959f9f;
  letter-spacing: 1px;
  padding: 26px 40px;
  margin: 0;
  line-height: 1.1;
  border-bottom: 1px solid #e4ebeb;
  font-family: var(--wp--preset--font-family--primary);
}
@media screen and (max-height: 700px) {
  .mobile-menu__sub-title {
    padding: 15px 20px;
  }
}
.mobile-menu__view {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  max-height: 100%;
  background-color: #fff;
  transition: all 0.2s;
}
.mobile-menu__view--sub {
  pointer-events: none;
  transform: translateX(20px);
  visibility: hidden;
  opacity: 0;
}
.mobile-menu__view--sub * {
  pointer-events: none !important;
}
.mobile-menu__view--main {
  position: relative;
  min-height: 100%;
  display: flex;
  flex-direction: column;
}
.mobile-menu__view--custom {
  padding-top: 0;
}
.mobile-menu__view--open {
  visibility: visible;
  opacity: 1;
  pointer-events: all;
  transform: translateX(0);
  pointer-events: all;
}
.mobile-menu__view--open * {
  pointer-events: revert !important;
}
.mobile-menu__list {
  margin: 0;
  padding: 0;
  list-style: none;
  padding-top: 30px;
}
@media screen and (max-height: 700px) {
  .mobile-menu__list {
    padding-top: 10px;
  }
}
.mobile-menu li {
  display: flex;
  width: 100%;
}
.mobile-menu li:last-of-type {
  border-bottom: none;
}
.mobile-menu li.current-menu-item > .mobile-menu__item-link {
  color: var(--wp--preset--color--primary-dark);
}
.mobile-menu li a {
  font-size: 22px;
  color: #53565a;
  padding: 20px 0 20px 40px;
  flex-grow: 1;
  line-height: 1.1;
  font-weight: 500;
  color: #000;
  transition: color 0.15s;
  font-family: var(--wp--preset--font-family--primary);
  text-decoration: none;
}
.mobile-menu li a--sub {
  font-weight: normal;
}
@media screen and (max-height: 700px) {
  .mobile-menu li a {
    padding: 10px 20px;
  }
}
.mobile-menu li a:hover {
  color: var(--wp--preset--color--primary);
}
.mobile-menu__sub-button {
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background-color: transparent;
  padding: 0;
  padding: 0 30px;
  display: block;
  align-self: stretch;
  transition: all 0.15s;
}
.mobile-menu__sub-button--custom-view {
  display: block;
  flex-grow: 1;
  cursor: pointer;
}
.mobile-menu__sub-button svg {
  width: 15px;
  height: 15px;
}
.mobile-menu__sub-button:hover svg path {
  fill: var(--wp--preset--color--tertiary);
}
.mobile-menu__footer {
  margin-top: auto;
  padding: 50px 30px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.mobile-menu__footer--hide {
  display: none;
}
.mobile-menu__cta {
  display: table;
  margin-top: 20px;
  width: 100%;
  text-align: center;
}
.mobile-menu__contact-item {
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 18px;
  margin-bottom: 10px;
  color: #fff;
}
.mobile-menu__contact-item:last-child {
  margin-bottom: 0;
}
.mobile-menu__contact-item svg {
  flex-shrink: 0;
}
.mobile-menu__contact-item-icon {
  height: 32px;
  min-width: 32px;
  background-color: var(--wp--preset--color--tertiary);
  color: var(--wp--preset--color--primary);
  display: flex;
  border-radius: 50%;
}
.mobile-menu__contact-item-icon svg {
  height: 16px;
  width: 16px;
  margin: auto;
}
.mobile-menu__contact-item-text {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  font-weight: 800;
  font-size: 18px;
  color: var(--wp--preset--color--primary-dark);
}

.admin-bar .mobile-menu {
  top: 32px;
}

.search-widget {
  background-color: #f3f3f3;
  padding: 30px;
  display: flex;
}
.search-widget__input {
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  border: none;
  font-size: 16px;
  flex-grow: 1;
  font-size: 16px;
  color: #444444;
  padding: 16px 5px 16px 20px;
}
.search-widget__input::-moz-placeholder {
  color: #444444;
  font-size: 16px;
}
.search-widget__input::placeholder {
  color: #444444;
  font-size: 16px;
}
.search-widget__submit-btn {
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background-color: transparent;
  padding: 0;
  min-width: 50px;
  background-color: #fff;
  transition: background-color 0.15s;
}
.search-widget__submit-btn svg path {
  transition: fill 0.15s;
}
.search-widget__submit-btn:hover {
  background-color: var(--wp--preset--color--primary);
}
.search-widget__submit-btn:hover svg path {
  fill: #fff;
}

@keyframes plyr-progress {
  to {
    background-position: 25px 0;
    background-position: var(--plyr-progress-loading-size, 25px) 0;
  }
}
@keyframes plyr-popup {
  0% {
    opacity: 0.5;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes plyr-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.plyr {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  align-items: center;
  direction: ltr;
  display: flex;
  flex-direction: column;
  font-family: inherit;
  font-family: var(--plyr-font-family, inherit);
  font-variant-numeric: tabular-nums;
  font-weight: 400;
  font-weight: var(--plyr-font-weight-regular, 400);
  height: 100%;
  line-height: 1.7;
  line-height: var(--plyr-line-height, 1.7);
  max-width: 100%;
  min-width: 200px;
  position: relative;
  text-shadow: none;
  transition: box-shadow 0.3s ease;
  z-index: 0;
}
.plyr button {
  outline: none !important;
}

.plyr audio,
.plyr iframe,
.plyr video {
  display: block;
  height: 100%;
  width: 100%;
}

.plyr button {
  font: inherit;
  line-height: inherit;
  width: auto;
}

.plyr:focus {
  outline: 0;
}

.plyr--full-ui {
  box-sizing: border-box;
}

.plyr--full-ui *,
.plyr--full-ui ::after,
.plyr--full-ui ::before {
  box-sizing: inherit;
}

.plyr--full-ui a,
.plyr--full-ui button,
.plyr--full-ui input,
.plyr--full-ui label {
  touch-action: manipulation;
}

.plyr__badge {
  background: #4a5464;
  background: var(--plyr-badge-background, #4a5464);
  border-radius: 2px;
  border-radius: var(--plyr-badge-border-radius, 2px);
  color: #fff;
  color: var(--plyr-badge-text-color, #fff);
  font-size: 9px;
  font-size: var(--plyr-font-size-badge, 9px);
  line-height: 1;
  padding: 3px 4px;
}

.plyr--full-ui ::-webkit-media-text-track-container {
  display: none;
}

.plyr__captions {
  animation: plyr-fade-in 0.3s ease;
  bottom: 0;
  display: none;
  font-size: 13px;
  font-size: var(--plyr-font-size-small, 13px);
  left: 0;
  padding: 10px;
  padding: var(--plyr-control-spacing, 10px);
  position: absolute;
  text-align: center;
  transition: transform 0.4s ease-in-out;
  width: 100%;
}

.plyr__captions span:empty {
  display: none;
}

@media (min-width: 480px) {
  .plyr__captions {
    font-size: 15px;
    font-size: var(--plyr-font-size-base, 15px);
    padding: 20px;
    padding: calc(var(--plyr-control-spacing, 10px) * 2);
  }
}
@media (min-width: 768px) {
  .plyr__captions {
    font-size: 18px;
    font-size: var(--plyr-font-size-large, 18px);
  }
}
.plyr--captions-active .plyr__captions {
  display: block;
}

.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty) ~ .plyr__captions {
  transform: translateY(-40px);
  transform: translateY(calc(var(--plyr-control-spacing, 10px) * -4));
}

.plyr__caption {
  background: rgba(0, 0, 0, 0.8);
  background: var(--plyr-captions-background, rgba(0, 0, 0, 0.8));
  border-radius: 2px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  color: #fff;
  color: var(--plyr-captions-text-color, #fff);
  line-height: 185%;
  padding: 0.2em 0.5em;
  white-space: pre-wrap;
}

.plyr__caption div {
  display: inline;
}

.plyr__control {
  background: 0 0;
  border: 0;
  border-radius: 3px;
  border-radius: var(--plyr-control-radius, 3px);
  color: inherit;
  cursor: pointer;
  flex-shrink: 0;
  overflow: visible;
  padding: 7px;
  padding: calc(var(--plyr-control-spacing, 10px) * 0.7);
  position: relative;
  transition: all 0.3s ease;
}

.plyr__control svg {
  display: block;
  fill: currentColor;
  height: 18px;
  height: var(--plyr-control-icon-size, 18px);
  pointer-events: none;
  width: 18px;
  width: var(--plyr-control-icon-size, 18px);
}

.plyr__control:focus {
  outline: 0;
}

.plyr__control.plyr__tab-focus {
  outline-color: var(--wp--preset--color--primary-light);
  outline-color: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, var(--wp--preset--color--primary-light))));
  outline-offset: 2px;
  outline-style: dotted;
  outline-width: 3px;
}

a.plyr__control {
  text-decoration: none;
}

a.plyr__control::after,
a.plyr__control::before {
  display: none;
}

.plyr__control.plyr__control--pressed .icon--not-pressed,
.plyr__control.plyr__control--pressed .label--not-pressed,
.plyr__control:not(.plyr__control--pressed) .icon--pressed,
.plyr__control:not(.plyr__control--pressed) .label--pressed {
  display: none;
}

.plyr--full-ui ::-webkit-media-controls {
  display: none;
}

.plyr__controls {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  text-align: center;
}

.plyr__controls .plyr__progress__container {
  flex: 1;
  min-width: 0;
}

.plyr__controls .plyr__controls__item {
  margin-left: 2.5px;
  margin-left: calc(var(--plyr-control-spacing, 10px) / 4);
}

.plyr__controls .plyr__controls__item:first-child {
  margin-left: 0;
  margin-right: auto;
}

.plyr__controls .plyr__controls__item.plyr__progress__container {
  padding-left: 2.5px;
  padding-left: calc(var(--plyr-control-spacing, 10px) / 4);
}

.plyr__controls .plyr__controls__item.plyr__time {
  padding: 0 5px;
  padding: 0 calc(var(--plyr-control-spacing, 10px) / 2);
}

.plyr__controls .plyr__controls__item.plyr__progress__container:first-child,
.plyr__controls .plyr__controls__item.plyr__time + .plyr__time,
.plyr__controls .plyr__controls__item.plyr__time:first-child {
  padding-left: 0;
}

.plyr__controls:empty {
  display: none;
}

.plyr [data-plyr=airplay],
.plyr [data-plyr=captions],
.plyr [data-plyr=fullscreen],
.plyr [data-plyr=pip] {
  display: none;
}

.plyr--airplay-supported [data-plyr=airplay],
.plyr--captions-enabled [data-plyr=captions],
.plyr--fullscreen-enabled [data-plyr=fullscreen],
.plyr--pip-supported [data-plyr=pip] {
  display: inline-block;
}

.plyr__menu {
  display: flex;
  position: relative;
}

.plyr__menu .plyr__control svg {
  transition: transform 0.3s ease;
}

.plyr__menu .plyr__control[aria-expanded=true] svg {
  transform: rotate(90deg);
}

.plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip {
  display: none;
}

.plyr__menu__container {
  animation: plyr-popup 0.2s ease;
  background: rgba(255, 255, 255, 0.9);
  background: var(--plyr-menu-background, rgba(255, 255, 255, 0.9));
  border-radius: 4px;
  bottom: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: var(--plyr-menu-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
  color: #4a5464;
  color: var(--plyr-menu-color, #4a5464);
  font-size: 15px;
  font-size: var(--plyr-font-size-base, 15px);
  margin-bottom: 10px;
  position: absolute;
  right: -3px;
  text-align: left;
  white-space: nowrap;
  z-index: 3;
}

.plyr__menu__container > div {
  overflow: hidden;
  transition: height 0.35s cubic-bezier(0.4, 0, 0.2, 1), width 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.plyr__menu__container::after {
  border: 4px solid transparent;
  border: var(--plyr-menu-arrow-size, 4px) solid transparent;
  border-top-color: rgba(255, 255, 255, 0.9);
  border-top-color: var(--plyr-menu-background, rgba(255, 255, 255, 0.9));
  content: "";
  height: 0;
  position: absolute;
  right: 14px;
  right: calc(var(--plyr-control-icon-size, 18px) / 2 + var(--plyr-control-spacing, 10px) * 0.7 - var(--plyr-menu-arrow-size, 4px) / 2);
  top: 100%;
  width: 0;
}

.plyr__menu__container [role=menu] {
  padding: 7px;
  padding: calc(var(--plyr-control-spacing, 10px) * 0.7);
}

.plyr__menu__container [role=menuitem],
.plyr__menu__container [role=menuitemradio] {
  margin-top: 2px;
}

.plyr__menu__container [role=menuitem]:first-child,
.plyr__menu__container [role=menuitemradio]:first-child {
  margin-top: 0;
}

.plyr__menu__container .plyr__control {
  align-items: center;
  color: #4a5464;
  color: var(--plyr-menu-color, #4a5464);
  display: flex;
  font-size: 13px;
  font-size: var(--plyr-font-size-menu, var(--plyr-font-size-small, 13px));
  padding-bottom: 4.6666666667px;
  padding-bottom: calc(var(--plyr-control-spacing, 10px) * 0.7 / 1.5);
  padding-left: 10.5px;
  padding-left: calc(var(--plyr-control-spacing, 10px) * 0.7 * 1.5);
  padding-right: 10.5px;
  padding-right: calc(var(--plyr-control-spacing, 10px) * 0.7 * 1.5);
  padding-top: 4.6666666667px;
  padding-top: calc(var(--plyr-control-spacing, 10px) * 0.7 / 1.5);
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
  width: 100%;
}

.plyr__menu__container .plyr__control > span {
  align-items: inherit;
  display: flex;
  width: 100%;
}

.plyr__menu__container .plyr__control::after {
  border: 4px solid transparent;
  border: var(--plyr-menu-item-arrow-size, 4px) solid transparent;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.plyr__menu__container .plyr__control--forward {
  padding-right: 28px;
  padding-right: calc(var(--plyr-control-spacing, 10px) * 0.7 * 4);
}

.plyr__menu__container .plyr__control--forward::after {
  border-left-color: #728197;
  border-left-color: var(--plyr-menu-arrow-color, #728197);
  right: 6.5px;
  right: calc(var(--plyr-control-spacing, 10px) * 0.7 * 1.5 - var(--plyr-menu-item-arrow-size, 4px));
}

.plyr__menu__container .plyr__control--forward.plyr__tab-focus::after,
.plyr__menu__container .plyr__control--forward:hover::after {
  border-left-color: currentColor;
}

.plyr__menu__container .plyr__control--back {
  font-weight: 400;
  font-weight: var(--plyr-font-weight-regular, 400);
  margin: 7px;
  margin: calc(var(--plyr-control-spacing, 10px) * 0.7);
  margin-bottom: 3.5px;
  margin-bottom: calc(var(--plyr-control-spacing, 10px) * 0.7 / 2);
  padding-left: 28px;
  padding-left: calc(var(--plyr-control-spacing, 10px) * 0.7 * 4);
  position: relative;
  width: calc(100% - 14px);
  width: calc(100% - var(--plyr-control-spacing, 10px) * 0.7 * 2);
}

.plyr__menu__container .plyr__control--back::after {
  border-right-color: #728197;
  border-right-color: var(--plyr-menu-arrow-color, #728197);
  left: 6.5px;
  left: calc(var(--plyr-control-spacing, 10px) * 0.7 * 1.5 - var(--plyr-menu-item-arrow-size, 4px));
}

.plyr__menu__container .plyr__control--back::before {
  background: #dcdfe5;
  background: var(--plyr-menu-back-border-color, #dcdfe5);
  box-shadow: 0 1px 0 #fff;
  box-shadow: 0 1px 0 var(--plyr-menu-back-border-shadow-color, #fff);
  content: "";
  height: 1px;
  left: 0;
  margin-top: 3.5px;
  margin-top: calc(var(--plyr-control-spacing, 10px) * 0.7 / 2);
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 100%;
}

.plyr__menu__container .plyr__control--back.plyr__tab-focus::after,
.plyr__menu__container .plyr__control--back:hover::after {
  border-right-color: currentColor;
}

.plyr__menu__container .plyr__control[role=menuitemradio] {
  padding-left: 7px;
  padding-left: calc(var(--plyr-control-spacing, 10px) * 0.7);
}

.plyr__menu__container .plyr__control[role=menuitemradio]::after,
.plyr__menu__container .plyr__control[role=menuitemradio]::before {
  border-radius: 100%;
}

.plyr__menu__container .plyr__control[role=menuitemradio]::before {
  background: rgba(0, 0, 0, 0.1);
  content: "";
  display: block;
  flex-shrink: 0;
  height: 16px;
  margin-right: 10px;
  margin-right: var(--plyr-control-spacing, 10px);
  transition: all 0.3s ease;
  width: 16px;
}

.plyr__menu__container .plyr__control[role=menuitemradio]::after {
  background: #fff;
  border: 0;
  height: 6px;
  left: 12px;
  opacity: 0;
  top: 50%;
  transform: translateY(-50%) scale(0);
  transition: transform 0.3s ease, opacity 0.3s ease;
  width: 6px;
}

.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::before {
  background: var(--wp--preset--color--primary-light);
  background: var(--plyr-control-toggle-checked-background, var(--plyr-color-main, var(--plyr-color-main, var(--wp--preset--color--primary-light))));
}

.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::after {
  opacity: 1;
  transform: translateY(-50%) scale(1);
}

.plyr__menu__container .plyr__control[role=menuitemradio].plyr__tab-focus::before,
.plyr__menu__container .plyr__control[role=menuitemradio]:hover::before {
  background: rgba(35, 40, 47, 0.1);
}

.plyr__menu__container .plyr__menu__value {
  align-items: center;
  display: flex;
  margin-left: auto;
  margin-right: -5;
  margin-right: calc((var(--plyr-control-spacing, 10px) * 0.7 - 2) * -1);
  overflow: hidden;
  padding-left: 24.5px;
  padding-left: calc(var(--plyr-control-spacing, 10px) * 0.7 * 3.5);
  pointer-events: none;
}

.plyr--full-ui input[type=range] {
  -webkit-appearance: none;
  background: 0 0;
  border: 0;
  border-radius: 26px;
  border-radius: calc(var(--plyr-range-thumb-height, 13px) * 2);
  color: var(--wp--preset--color--primary-light);
  color: var(--plyr-range-fill-background, var(--plyr-color-main, var(--plyr-color-main, var(--wp--preset--color--primary-light))));
  display: block;
  height: 19px;
  height: calc(var(--plyr-range-thumb-active-shadow-width, 3px) * 2 + var(--plyr-range-thumb-height, 13px));
  margin: 0;
  padding: 0;
  transition: box-shadow 0.3s ease;
  width: 100%;
}

.plyr--full-ui input[type=range]::-webkit-slider-runnable-track {
  background: 0 0;
  border: 0;
  border-radius: 2.5px;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  -webkit-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -webkit-user-select: none;
  user-select: none;
  background-image: linear-gradient(to right, currentColor 0, transparent 0);
  background-image: linear-gradient(to right, currentColor var(--value, 0), transparent var(--value, 0));
}

.plyr--full-ui input[type=range]::-webkit-slider-thumb {
  background: #fff;
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2));
  height: 13px;
  height: var(--plyr-range-thumb-height, 13px);
  position: relative;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 13px;
  width: var(--plyr-range-thumb-height, 13px);
  -webkit-appearance: none;
  margin-top: -4px;
  margin-top: calc((var(--plyr-range-thumb-height, 13px) - var(--plyr-range-track-height, 5px)) / 2 * -1);
}

.plyr--full-ui input[type=range]::-moz-range-track {
  background: 0 0;
  border: 0;
  border-radius: 2.5px;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  -moz-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -moz-user-select: none;
       user-select: none;
}

.plyr--full-ui input[type=range]::-moz-range-thumb {
  background: #fff;
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2));
  height: 13px;
  height: var(--plyr-range-thumb-height, 13px);
  position: relative;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 13px;
  width: var(--plyr-range-thumb-height, 13px);
}

.plyr--full-ui input[type=range]::-moz-range-progress {
  background: currentColor;
  border-radius: 2.5px;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
}

.plyr--full-ui input[type=range]::-ms-track {
  background: 0 0;
  border: 0;
  border-radius: 2.5px;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  -ms-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  user-select: none;
  color: transparent;
}

.plyr--full-ui input[type=range]::-ms-fill-upper {
  background: 0 0;
  border: 0;
  border-radius: 2.5px;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  -ms-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  user-select: none;
}

.plyr--full-ui input[type=range]::-ms-fill-lower {
  background: 0 0;
  border: 0;
  border-radius: 2.5px;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  -ms-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  user-select: none;
  background: currentColor;
}

.plyr--full-ui input[type=range]::-ms-thumb {
  background: #fff;
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2));
  height: 13px;
  height: var(--plyr-range-thumb-height, 13px);
  position: relative;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 13px;
  width: var(--plyr-range-thumb-height, 13px);
  margin-top: 0;
}

.plyr--full-ui input[type=range]::-ms-tooltip {
  display: none;
}

.plyr--full-ui input[type=range]:focus {
  outline: 0;
}

.plyr--full-ui input[type=range]::-moz-focus-outer {
  border: 0;
}

.plyr--full-ui input[type=range].plyr__tab-focus::-webkit-slider-runnable-track {
  outline-color: var(--wp--preset--color--primary-light);
  outline-color: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, var(--wp--preset--color--primary-light))));
  outline-offset: 2px;
  outline-style: dotted;
  outline-width: 3px;
}

.plyr--full-ui input[type=range].plyr__tab-focus::-moz-range-track {
  outline-color: var(--wp--preset--color--primary-light);
  outline-color: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, var(--wp--preset--color--primary-light))));
  outline-offset: 2px;
  outline-style: dotted;
  outline-width: 3px;
}

.plyr--full-ui input[type=range].plyr__tab-focus::-ms-track {
  outline-color: var(--wp--preset--color--primary-light);
  outline-color: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, var(--wp--preset--color--primary-light))));
  outline-offset: 2px;
  outline-style: dotted;
  outline-width: 3px;
}

.plyr__poster {
  background-color: #000;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.2s ease;
  width: 100%;
  z-index: 1;
}

.plyr--stopped.plyr__poster-enabled .plyr__poster {
  opacity: 1;
}

.plyr__time {
  font-size: 13px;
  font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));
}

.plyr__time + .plyr__time::before {
  content: "⁄";
  margin-right: 10px;
  margin-right: var(--plyr-control-spacing, 10px);
}

@media (max-width: 768px) {
  .plyr__time + .plyr__time {
    display: none;
  }
}
.plyr__tooltip {
  background: rgba(255, 255, 255, 0.9);
  background: var(--plyr-tooltip-background, rgba(255, 255, 255, 0.9));
  border-radius: 3px;
  border-radius: var(--plyr-tooltip-radius, 3px);
  bottom: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
  color: #4a5464;
  color: var(--plyr-tooltip-color, #4a5464);
  font-size: 13px;
  font-size: var(--plyr-font-size-small, 13px);
  font-weight: 400;
  font-weight: var(--plyr-font-weight-regular, 400);
  left: 50%;
  line-height: 1.3;
  margin-bottom: 10px;
  margin-bottom: calc(var(--plyr-control-spacing, 10px) / 2 * 2);
  opacity: 0;
  padding: 5px 7.5px;
  padding: calc(var(--plyr-control-spacing, 10px) / 2) calc(var(--plyr-control-spacing, 10px) / 2 * 1.5);
  pointer-events: none;
  position: absolute;
  transform: translate(-50%, 10px) scale(0.8);
  transform-origin: 50% 100%;
  transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease;
  white-space: nowrap;
  z-index: 2;
}

.plyr__tooltip::before {
  border-left: 4px solid transparent;
  border-left: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-right: 4px solid transparent;
  border-right: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-top: 4px solid rgba(255, 255, 255, 0.9);
  border-top: var(--plyr-tooltip-arrow-size, 4px) solid var(--plyr-tooltip-background, rgba(255, 255, 255, 0.9));
  bottom: -4px;
  bottom: calc(var(--plyr-tooltip-arrow-size, 4px) * -1);
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0;
  z-index: 2;
}

.plyr .plyr__control.plyr__tab-focus .plyr__tooltip,
.plyr .plyr__control:hover .plyr__tooltip,
.plyr__tooltip--visible {
  opacity: 1;
  transform: translate(-50%, 0) scale(1);
}

.plyr .plyr__control:hover .plyr__tooltip {
  z-index: 3;
}

.plyr__controls > .plyr__control:first-child .plyr__tooltip,
.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip {
  left: 0;
  transform: translate(0, 10px) scale(0.8);
  transform-origin: 0 100%;
}

.plyr__controls > .plyr__control:first-child .plyr__tooltip::before,
.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip::before {
  left: 16px;
  left: calc(var(--plyr-control-icon-size, 18px) / 2 + var(--plyr-control-spacing, 10px) * 0.7);
}

.plyr__controls > .plyr__control:last-child .plyr__tooltip {
  left: auto;
  right: 0;
  transform: translate(0, 10px) scale(0.8);
  transform-origin: 100% 100%;
}

.plyr__controls > .plyr__control:last-child .plyr__tooltip::before {
  left: auto;
  right: 16px;
  right: calc(var(--plyr-control-icon-size, 18px) / 2 + var(--plyr-control-spacing, 10px) * 0.7);
  transform: translateX(50%);
}

.plyr__controls > .plyr__control:first-child .plyr__tooltip--visible,
.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip--visible,
.plyr__controls > .plyr__control:first-child + .plyr__control.plyr__tab-focus .plyr__tooltip,
.plyr__controls > .plyr__control:first-child + .plyr__control:hover .plyr__tooltip,
.plyr__controls > .plyr__control:first-child.plyr__tab-focus .plyr__tooltip,
.plyr__controls > .plyr__control:first-child:hover .plyr__tooltip,
.plyr__controls > .plyr__control:last-child .plyr__tooltip--visible,
.plyr__controls > .plyr__control:last-child.plyr__tab-focus .plyr__tooltip,
.plyr__controls > .plyr__control:last-child:hover .plyr__tooltip {
  transform: translate(0, 0) scale(1);
}

.plyr__progress {
  left: 6.5px;
  left: calc(var(--plyr-range-thumb-height, 13px) * 0.5);
  margin-right: 13px;
  margin-right: var(--plyr-range-thumb-height, 13px);
  position: relative;
}

.plyr__progress input[type=range],
.plyr__progress__buffer {
  margin-left: -6.5px;
  margin-left: calc(var(--plyr-range-thumb-height, 13px) * -0.5);
  margin-right: -6.5px;
  margin-right: calc(var(--plyr-range-thumb-height, 13px) * -0.5);
  width: calc(100% + 13px);
  width: calc(100% + var(--plyr-range-thumb-height, 13px));
}

.plyr__progress input[type=range] {
  position: relative;
  z-index: 2;
}

.plyr__progress .plyr__tooltip {
  font-size: 13px;
  font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));
  left: 0;
}

.plyr__progress__buffer {
  -webkit-appearance: none;
  background: 0 0;
  border: 0;
  border-radius: 100px;
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  left: 0;
  margin-top: -2.5px;
  margin-top: calc(var(--plyr-range-track-height, 5px) / 2 * -1);
  padding: 0;
  position: absolute;
  top: 50%;
}

.plyr__progress__buffer::-webkit-progress-bar {
  background: 0 0;
}

.plyr__progress__buffer::-webkit-progress-value {
  background: currentColor;
  border-radius: 100px;
  min-width: 5px;
  min-width: var(--plyr-range-track-height, 5px);
  -webkit-transition: width 0.2s ease;
  transition: width 0.2s ease;
}

.plyr__progress__buffer::-moz-progress-bar {
  background: currentColor;
  border-radius: 100px;
  min-width: 5px;
  min-width: var(--plyr-range-track-height, 5px);
  -moz-transition: width 0.2s ease;
  transition: width 0.2s ease;
}

.plyr__progress__buffer::-ms-fill {
  border-radius: 100px;
  -ms-transition: width 0.2s ease;
  transition: width 0.2s ease;
}

.plyr--loading .plyr__progress__buffer {
  animation: plyr-progress 1s linear infinite;
  background-image: linear-gradient(-45deg, rgba(35, 40, 47, 0.6) 25%, transparent 25%, transparent 50%, rgba(35, 40, 47, 0.6) 50%, rgba(35, 40, 47, 0.6) 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 25%, transparent 25%, transparent 50%, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 50%, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 75%, transparent 75%, transparent);
  background-repeat: repeat-x;
  background-size: 25px 25px;
  background-size: var(--plyr-progress-loading-size, 25px) var(--plyr-progress-loading-size, 25px);
  color: transparent;
}

.plyr--video.plyr--loading .plyr__progress__buffer {
  background-color: rgba(255, 255, 255, 0.25);
  background-color: var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25));
}

.plyr--audio.plyr--loading .plyr__progress__buffer {
  background-color: rgba(193, 200, 209, 0.6);
  background-color: var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6));
}

.plyr__volume {
  align-items: center;
  display: flex;
  max-width: 110px;
  min-width: 80px;
  position: relative;
  width: 20%;
}

.plyr__volume input[type=range] {
  margin-left: 5px;
  margin-left: calc(var(--plyr-control-spacing, 10px) / 2);
  margin-right: 5px;
  margin-right: calc(var(--plyr-control-spacing, 10px) / 2);
  position: relative;
  z-index: 2;
}

.plyr--is-ios .plyr__volume {
  min-width: 0;
  width: auto;
}

.plyr--audio {
  display: block;
}

.plyr--audio .plyr__controls {
  background: #fff;
  background: var(--plyr-audio-controls-background, #fff);
  border-radius: inherit;
  color: #4a5464;
  color: var(--plyr-audio-control-color, #4a5464);
  padding: 10px;
  padding: var(--plyr-control-spacing, 10px);
}

.plyr--audio .plyr__control.plyr__tab-focus,
.plyr--audio .plyr__control:hover,
.plyr--audio .plyr__control[aria-expanded=true] {
  background: var(--wp--preset--color--primary-light);
  background: var(--plyr-audio-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, var(--wp--preset--color--primary-light))));
  color: #fff;
  color: var(--plyr-audio-control-color-hover, #fff);
}

.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track {
  background-color: rgba(193, 200, 209, 0.6);
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6)));
}

.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track {
  background-color: rgba(193, 200, 209, 0.6);
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6)));
}

.plyr--full-ui.plyr--audio input[type=range]::-ms-track {
  background-color: rgba(193, 200, 209, 0.6);
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6)));
}

.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(35, 40, 47, 0.1);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, 0.1));
}

.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(35, 40, 47, 0.1);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, 0.1));
}

.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(35, 40, 47, 0.1);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, 0.1));
}

.plyr--audio .plyr__progress__buffer {
  color: rgba(193, 200, 209, 0.6);
  color: var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6));
}

.plyr--video {
  background: #000;
  overflow: hidden;
}

.plyr--video.plyr--menu-open {
  overflow: visible;
}

.plyr__video-wrapper {
  background: #000;
  height: 100%;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.plyr__video-embed,
.plyr__video-wrapper--fixed-ratio {
  height: 0;
  padding-bottom: 56.25%;
}

.plyr__video-embed iframe,
.plyr__video-wrapper--fixed-ratio video {
  border: 0;
  left: 0;
  position: absolute;
  top: 0;
}

.plyr--full-ui .plyr__video-embed > .plyr__video-embed__container {
  padding-bottom: 240%;
  position: relative;
  transform: translateY(-38.28125%);
}

.plyr--video .plyr__controls {
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75));
  background: var(--plyr-video-controls-background, linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75)));
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  bottom: 0;
  color: #fff;
  color: var(--plyr-video-control-color, #fff);
  left: 0;
  padding: 5px;
  padding: calc(var(--plyr-control-spacing, 10px) / 2);
  padding-top: 20px;
  padding-top: calc(var(--plyr-control-spacing, 10px) * 2);
  position: absolute;
  right: 0;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  z-index: 3;
}

@media (min-width: 480px) {
  .plyr--video .plyr__controls {
    padding: 10px;
    padding: var(--plyr-control-spacing, 10px);
    padding-top: 35px;
    padding-top: calc(var(--plyr-control-spacing, 10px) * 3.5);
  }
}
.plyr--video.plyr--hide-controls .plyr__controls {
  opacity: 0;
  pointer-events: none;
  transform: translateY(100%);
}

.plyr--video .plyr__control.plyr__tab-focus,
.plyr--video .plyr__control:hover,
.plyr--video .plyr__control[aria-expanded=true] {
  background: var(--wp--preset--color--primary-light);
  background: var(--plyr-video-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, var(--wp--preset--color--primary-light))));
  color: #fff;
  color: var(--plyr-video-control-color-hover, #fff);
}

.plyr__control--overlaid {
  background: var(--wp--preset--color--primary-light);
  background: var(--plyr-video-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, var(--wp--preset--color--primary-light))));
  border: 0;
  border-radius: 100%;
  color: #fff;
  color: var(--plyr-video-control-color, #fff);
  display: none;
  left: 50%;
  opacity: 0.9;
  padding: 15px;
  padding: calc(var(--plyr-control-spacing, 10px) * 1.5);
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
  z-index: 2;
}

.plyr__control--overlaid svg {
  left: 2px;
  position: relative;
}

.plyr__control--overlaid:focus,
.plyr__control--overlaid:hover {
  opacity: 1;
}

.plyr--playing .plyr__control--overlaid {
  opacity: 0;
  visibility: hidden;
}

.plyr--full-ui.plyr--video .plyr__control--overlaid {
  display: block;
}

.plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track {
  background-color: rgba(255, 255, 255, 0.25);
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25)));
}

.plyr--full-ui.plyr--video input[type=range]::-moz-range-track {
  background-color: rgba(255, 255, 255, 0.25);
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25)));
}

.plyr--full-ui.plyr--video input[type=range]::-ms-track {
  background-color: rgba(255, 255, 255, 0.25);
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25)));
}

.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5));
}

.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5));
}

.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5));
}

.plyr--video .plyr__progress__buffer {
  color: rgba(255, 255, 255, 0.25);
  color: var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25));
}

.plyr:-webkit-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:-webkit-full-screen video {
  height: 100%;
}

.plyr:fullscreen video {
  height: 100%;
}

.plyr:-webkit-full-screen .plyr__video-wrapper {
  height: 100%;
  position: static;
}

.plyr:fullscreen .plyr__video-wrapper {
  height: 100%;
  position: static;
}

.plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
}

.plyr:fullscreen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr:fullscreen .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr:fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr:-webkit-full-screen.plyr--hide-controls {
  cursor: none;
}

.plyr:fullscreen.plyr--hide-controls {
  cursor: none;
}

@media (min-width: 1024px) {
  .plyr:-webkit-full-screen .plyr__captions {
    font-size: 21px;
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
  .plyr:fullscreen .plyr__captions {
    font-size: 21px;
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
}
.plyr:-webkit-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:-webkit-full-screen video {
  height: 100%;
}

.plyr:-webkit-full-screen .plyr__video-wrapper {
  height: 100%;
  position: static;
}

.plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr:-webkit-full-screen.plyr--hide-controls {
  cursor: none;
}

@media (min-width: 1024px) {
  .plyr:-webkit-full-screen .plyr__captions {
    font-size: 21px;
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
}
.plyr:-moz-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:-moz-full-screen video {
  height: 100%;
}

.plyr:-moz-full-screen .plyr__video-wrapper {
  height: 100%;
  position: static;
}

.plyr:-moz-full-screen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
}

.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr:-moz-full-screen.plyr--hide-controls {
  cursor: none;
}

@media (min-width: 1024px) {
  .plyr:-moz-full-screen .plyr__captions {
    font-size: 21px;
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
}
.plyr:-ms-fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:-ms-fullscreen video {
  height: 100%;
}

.plyr:-ms-fullscreen .plyr__video-wrapper {
  height: 100%;
  position: static;
}

.plyr:-ms-fullscreen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
}

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr:-ms-fullscreen.plyr--hide-controls {
  cursor: none;
}

@media (min-width: 1024px) {
  .plyr:-ms-fullscreen .plyr__captions {
    font-size: 21px;
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
}
.plyr--fullscreen-fallback {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
  bottom: 0;
  display: block;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10000000;
}

.plyr--fullscreen-fallback video {
  height: 100%;
}

.plyr--fullscreen-fallback .plyr__video-wrapper {
  height: 100%;
  position: static;
}

.plyr--fullscreen-fallback.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
}

.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr--fullscreen-fallback.plyr--hide-controls {
  cursor: none;
}

@media (min-width: 1024px) {
  .plyr--fullscreen-fallback .plyr__captions {
    font-size: 21px;
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
}
.plyr__ads {
  border-radius: inherit;
  bottom: 0;
  cursor: pointer;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.plyr__ads > div,
.plyr__ads > div iframe {
  height: 100%;
  position: absolute;
  width: 100%;
}

.plyr__ads::after {
  background: #23282f;
  border-radius: 2px;
  bottom: 10px;
  bottom: var(--plyr-control-spacing, 10px);
  color: #fff;
  content: attr(data-badge-text);
  font-size: 11px;
  padding: 2px 6px;
  pointer-events: none;
  position: absolute;
  right: 10px;
  right: var(--plyr-control-spacing, 10px);
  z-index: 3;
}

.plyr__ads::after:empty {
  display: none;
}

.plyr__cues {
  background: currentColor;
  display: block;
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  left: 0;
  margin: -var(--plyr-range-track-height, 5px)/2 0 0;
  opacity: 0.8;
  position: absolute;
  top: 50%;
  width: 3px;
  z-index: 3;
}

.plyr__preview-thumb {
  background-color: rgba(255, 255, 255, 0.9);
  background-color: var(--plyr-tooltip-background, rgba(255, 255, 255, 0.9));
  border-radius: 3px;
  bottom: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
  margin-bottom: 10px;
  margin-bottom: calc(var(--plyr-control-spacing, 10px) / 2 * 2);
  opacity: 0;
  padding: 3px;
  padding: var(--plyr-tooltip-radius, 3px);
  pointer-events: none;
  position: absolute;
  transform: translate(0, 10px) scale(0.8);
  transform-origin: 50% 100%;
  transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease;
  z-index: 2;
}

.plyr__preview-thumb--is-shown {
  opacity: 1;
  transform: translate(0, 0) scale(1);
}

.plyr__preview-thumb::before {
  border-left: 4px solid transparent;
  border-left: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-right: 4px solid transparent;
  border-right: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-top: 4px solid rgba(255, 255, 255, 0.9);
  border-top: var(--plyr-tooltip-arrow-size, 4px) solid var(--plyr-tooltip-background, rgba(255, 255, 255, 0.9));
  bottom: -4px;
  bottom: calc(var(--plyr-tooltip-arrow-size, 4px) * -1);
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0;
  z-index: 2;
}

.plyr__preview-thumb__image-container {
  background: #c1c8d1;
  border-radius: 2px;
  border-radius: calc(var(--plyr-tooltip-radius, 3px) - 1px);
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.plyr__preview-thumb__image-container img {
  height: 100%;
  left: 0;
  max-height: none;
  max-width: none;
  position: absolute;
  top: 0;
  width: 100%;
}

.plyr__preview-thumb__time-container {
  bottom: 6px;
  left: 0;
  position: absolute;
  right: 0;
  white-space: nowrap;
  z-index: 3;
}

.plyr__preview-thumb__time-container span {
  background-color: rgba(0, 0, 0, 0.55);
  border-radius: 2px;
  border-radius: calc(var(--plyr-tooltip-radius, 3px) - 1px);
  color: #fff;
  font-size: 13px;
  font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));
  padding: 3px 6px;
}

.plyr__preview-scrubbing {
  bottom: 0;
  filter: blur(1px);
  height: 100%;
  left: 0;
  margin: auto;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.3s ease;
  width: 100%;
  z-index: 1;
}

.plyr__preview-scrubbing--is-shown {
  opacity: 1;
}

.plyr__preview-scrubbing img {
  height: 100%;
  left: 0;
  max-height: none;
  max-width: none;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  top: 0;
  width: 100%;
}

.plyr--no-transition {
  transition: none !important;
}

.plyr__sr-only {
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  border: 0 !important;
  height: 1px !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.plyr [hidden] {
  display: none !important;
}

.search-item {
  margin: 0 0 30px 0;
  padding-bottom: 30px;
  border-bottom: 1px solid #eee;
}
.search-item:last-child {
  border-bottom: none;
}
.search-item__muted-heading {
  margin: 0 0 10px 0 !important;
  font-size: 12px;
}
.search-item__heading {
  margin: 0 0 10px 0;
  line-height: 15px;
}
.search-item__link {
  font-size: 30px;
  color: var(--wp--preset--color--primary);
  transition: color 0.15s;
  line-height: 1;
}
.search-item__link:hover {
  color: #2d2d39;
}
.search-item__excerpt {
  margin: 0;
  max-width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.6;
}
.search-item__button {
  margin-top: 20px;
}

.hamburger {
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background-color: transparent;
  padding: 0;
  width: 28px;
}
.hamburger__line {
  display: block;
  height: 3px;
  width: 100%;
  background-color: var(--wp--preset--color--primary-dark);
  margin-bottom: 6px;
}
.hamburger__line:last-child {
  margin-bottom: 0;
}

.top-bar {
  background-color: #fff;
  padding: 35px 0;
}
@media screen and (max-width: 949px) {
  .top-bar {
    display: none;
  }
}
.top-bar__inner {
  display: flex;
  align-items: center;
}
.top-bar__highlight-list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: auto;
  display: flex;
  gap: 42px;
}
.top-bar__highlight {
  display: flex;
  align-items: center;
  gap: 14px;
}
@media screen and (max-width: 1134px) {
  .top-bar__highlight:not(.top-bar__highlight--phone) {
    display: none;
  }
}
.top-bar__highlight-icon {
  display: block;
  height: 26px;
  width: 26px;
  background: var(--wp--preset--color--tertiary);
  display: flex;
  border-radius: 50%;
  color: var(--wp--preset--color--primary);
}
.top-bar__highlight-icon svg {
  margin: auto;
  height: 13px;
  width: 13px;
}
.top-bar__highlight-text {
  font-size: 14px;
  line-height: 1.4;
  margin: 0;
}
.top-bar__highlight-text--phone {
  font-family: var(--wp--preset--font-family--primary);
  font-size: 24px;
  letter-spacing: -1px;
  font-weight: 800;
  line-height: 1;
  margin-top: -6px;
  color: var(--wp--preset--color--primary-dark);
  transition: color 0.15s;
  text-decoration: none;
}
.top-bar__highlight-text--phone:hover {
  color: var(--wp--preset--color--primary-light);
}
.top-bar__cta {
  margin-left: 40px;
  outline-color: orangered;
}
.top-bar__logo {
  width: 100%;
  display: block;
  margin-right: 15px;
}
.top-bar__logo img {
  max-width: 100%;
  height: auto;
  max-height: 100%;
}

.post-item {
  position: relative;
}
.post-item:hover .post-item__link {
  color: #2d2d39;
}
.post-item__image {
  aspect-ratio: 57/35;
  margin-bottom: 30px;
  -o-object-fit: cover;
     object-fit: cover;
}
.post-item__meta {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  gap: 10px;
}
.post-item__date {
  font-size: 13px;
  color: #5f5f6d;
  font-family: var(--wp--preset--font-family--secondary);
}
.post-item__title {
  line-height: 0;
  margin: 0 0 5px 0;
}
.post-item__link {
  color: var(--wp--preset--color--primary-dark);
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
  transition: all 0.15s;
}
.post-item__link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.post-item__excerpt {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #5f5f6d;
  line-height: 1.8;
  font-size: 15px;
  font-family: var(--wp--preset--font-family--secondary);
}

.checklist {
  padding-left: 0;
  list-style: none;
}
@media screen and (max-width: 459px) {
  .checklist {
    -moz-column-count: unset;
         column-count: unset;
  }
}
.checklist > li {
  line-height: 1.2;
  position: relative;
  padding-left: 26px;
  font-family: var(--wp--preset--font-family--secondary);
  margin-bottom: 22px;
}
.checklist > li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.1em;
  background-image: url("/wp-content/themes/qualsight/icons/circled-check-orange.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 16px;
  width: 16px;
}

.testimonial {
  padding: 60px;
}
.testimonial__header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 48px;
  align-items: center;
}
.testimonial__text-container {
  margin: 0;
}
.testimonial__quote {
  font-size: 22px;
  line-height: 1.4;
  color: var(--wp--preset--color--tertiary);
  font-family: var(--wp--preset--font-family--primary);
  margin-bottom: 45px;
}
.testimonial__meta-container {
  font-size: 14px;
  font-family: var(--wp--preset--font-family--secondary);
  margin-top: auto;
}
.testimonial__initial {
  background-color: #bfbfc5;
  height: 32px;
  width: 32px;
  line-height: 35px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  font-family: var(--wp--preset--font-family--primary);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  margin-right: 10px;
}
.testimonial__name {
  color: var(--wp--preset--color--tertiary);
  font-style: normal;
  font-weight: 500;
}

.testimonial-slider {
  position: relative;
  background-color: #fff;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}
.testimonial-slider__button {
  position: absolute;
  bottom: 0;
  top: 0;
  z-index: 1;
  margin: auto 0;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background-color: transparent;
  padding: 0;
  height: 48px;
  width: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #e6e5e5;
  background-color: #fff;
}
.testimonial-slider__button--prev {
  left: -10px;
}
.testimonial-slider__button--next {
  right: -10px;
}
.testimonial-slider__image {
  aspect-ratio: 32/13;
  min-width: 100%;
}
.testimonial-slider__content-container {
  display: flex;
  justify-content: space-between;
}

.feature-box {
  position: relative;
  background: #ffffff;
  border: 1px solid rgba(95, 95, 109, 0.15);
  border-radius: 3px;
  padding: 50px 40px;
  transition: all 0.1s;
}
.feature-box:hover {
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.08);
}
.feature-box:hover .feature-box__link {
  color: #2d2d39;
}
.feature-box figure {
  max-width: 260px;
  position: relative;
  overflow: hidden;
  margin: 0 auto 50px auto;
  padding: 0;
}
.feature-box figure:before {
  content: "";
  float: left;
  padding-bottom: 100%;
}
.feature-box figure:after {
  content: "";
  display: table;
  clear: both;
}
.feature-box__image {
  display: block;
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transform-style: preserve-3d;
  -o-object-position: center;
     object-position: center;
}
.feature-box__header {
  padding-bottom: 39px;
  border-bottom: 1px solid #e7e7e9;
  margin-bottom: 34px;
}
.feature-box__heading {
  font-size: 32px;
  font-weight: 600;
  font-size: 32px;
  margin: 0 0 20px 0;
}
.feature-box__subheading {
  font-weight: 500;
  color: rgba(68, 68, 68, 0.7);
  font-family: var(--wp--preset--font-family--primary);
  font-size: 18px;
}
.feature-box__link {
  color: var(--wp--preset--color--primary-dark);
  transition: all 0.1s;
  text-decoration: none !important;
}
.feature-box__link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.feature-box__list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: var(--wp--preset--font-family--secondary);
}
.feature-box__item {
  color: #444444;
  margin-bottom: 22px;
  line-height: 1.5;
}
.feature-box__item:last-child {
  margin-bottom: 0;
}
.feature-box__item p {
  margin: 0;
}

.hero .notice {
  padding: 4px 10px 4px 4px;
  display: inline-flex;
  align-items: center;
  background-color: #efeff0;
  border-radius: 5px;
  color: #444444;
  font-weight: 500;
  font-family: var(--wp--preset--font-family--secondary);
  line-height: 1.4;
  font-size: 13px;
  transition: all 0.15s;
}
.hero .notice:hover {
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.4);
}
.hero .notice--theme--dark {
  color: #fff;
  background-color: #0c4c7e;
}
.hero .notice--theme--dark:hover {
  box-shadow: none;
  background-color: rgba(0, 0, 0, 0.4);
}
.hero .notice__badge {
  display: inline-block;
  font-weight: 900;
  color: #ffffff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  background-color: #2d2d39;
  padding: 3px 9px;
  border-radius: 3px;
  margin-right: 10px;
  display: inline-flex;
  align-items: center;
}

.dropdown {
  position: relative;
  font-family: var(--wp--preset--font-family--secondary);
}
.dropdown--open .dropdown__menu {
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
}
.dropdown--open svg {
  transform: rotate(180deg);
}
.dropdown__label {
  color: var(--wp--preset--color--primary);
  font-size: 16px;
  cursor: pointer;
}
.dropdown__label svg {
  transition: all 0.2s;
  margin-left: 10px;
  position: relative;
  top: -2px;
}
.dropdown__menu {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  top: calc(100% + 15px);
  border-radius: 3px;
  min-width: 200px;
  z-index: 999;
  background-color: #fff;
  box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.2);
  transition: all 0.15s;
  transform: translateY(-20px);
  visibility: hidden;
  opacity: 0;
  padding: 8px;
}
.dropdown__link {
  padding: 6px 10px;
  display: block;
  color: var(--wp--preset--color--primary);
  transition: all 0.15s;
  border-radius: 3px;
  font-size: 14px;
}
.dropdown__link:hover {
  background-color: rgb(240.4716981132, 240.4716981132, 242.0283018868);
}
.dropdown__item:last-child {
  border-bottom: none;
}

.endcap {
  background-color: var(--wp--preset--color--primary-dark);
  padding: 93px 0;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
@media screen and (max-width: 699px) {
  .endcap {
    text-align: center;
  }
}
@media screen and (max-width: 699px) {
  .endcap {
    padding: 69px 0;
  }
}
.endcap__image-container {
  position: absolute;
  right: 185px;
  top: -33px;
  bottom: -33px;
  z-index: -1;
  color: var(--wp--preset--color--primary-light);
  width: 723px;
  max-width: 100%;
}
@media screen and (max-width: 1099px) {
  .endcap__image-container {
    opacity: 0.3;
    right: 0;
    left: 0;
    margin: 0 auto;
    max-width: 100%;
    width: 722px;
  }
}
@media screen and (max-width: 699px) {
  .endcap__image-container {
    width: auto;
    opacity: 0.3;
    right: 0;
    left: 0;
    margin: 0 auto;
    max-width: 100%;
  }
}
@media screen and (max-width: 584px) {
  .endcap__image-container {
    top: -22px;
    bottom: -36px;
  }
}
.endcap__image-container svg {
  height: 100%;
  width: 100%;
}
.endcap__image {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.endcap__heading {
  color: #fff;
  font-size: 50px;
  line-height: 1.3;
  margin: 0 0 5px 0;
}
.endcap__description p {
  font-size: 20px;
  color: var(--wp--preset--color--tertiary);
  margin: 0 0 5px 0;
  line-height: 1.6;
}
.endcap__description p:last-of-type {
  margin: 0;
}
@media screen and (max-width: 699px) {
  .endcap__description p {
    font-size: 18px;
  }
}
.endcap__button {
  margin-top: 31px;
}
@media screen and (max-width: 699px) {
  .endcap__button {
    margin-left: auto;
    margin-right: auto;
  }
}

.quote {
  background-color: var(--wp--preset--color--tertiary);
  box-shadow: inset 2px 0 0 var(--wp--preset--color--primary-light);
  padding: 70px;
  position: relative;
  margin-bottom: 20px;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .quote {
    padding: 60px 50px;
  }
}
@media screen and (max-width: 575px) {
  .quote {
    padding: 60px 30px;
  }
}
.quote__icon {
  position: absolute;
  bottom: -20px;
  right: 30px;
  z-index: -1;
  color: var(--wp--preset--color--primary);
  opacity: 0.15;
  background-size: contain;
  background-repeat: no-repeat;
  width: 376px;
  height: 269px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .quote__icon {
    width: 290px;
    height: 206px;
  }
}
@media screen and (max-width: 575px) {
  .quote__icon {
    display: none;
  }
}
.quote__blockquote {
  margin: 0;
}
.quote__text p {
  font-size: 28px;
  line-height: 1.8;
  color: var(--wp--preset--color--primary-dark);
  font-family: var(--wp--preset--font-family--secondary);
  font-style: italic;
  font-weight: 400;
  margin: 0 0 10px 0;
}
.quote__text p:last-child {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .quote__text p {
    font-size: 22px;
    line-height: 1.5;
  }
}
.quote__cite {
  display: block;
  margin-top: 40px;
}
.quote__name {
  display: block;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 1.1px;
  font-weight: 700;
  margin-bottom: 10px;
}
.quote__subtitle {
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
}

/* -------------------------------------------------------------------------- */
/*                                    Pages                                   */
/* -------------------------------------------------------------------------- */
/* 404
========================================================================== */
body.error404 .page-header {
  text-align: center;
  padding-bottom: 80px;
}
body.error404 .search-bar {
  margin-top: 50px;
}

.location-single .site-main {
  padding-right: 0;
  padding-bottom: 0;
  padding-top: 0;
}
@media screen and (max-width: 1279px) {
  .location-single .site-main {
    padding: 0 0 50px 0;
  }
}
.location-single__wrapper {
  display: grid;
  grid-template-columns: minmax(300px, 600px) minmax(300px, 1000px);
  justify-content: center;
  gap: 90px;
  max-width: 2000px;
  margin: 0 auto;
  min-height: calc(100vh - 182px);
}
@media screen and (max-width: 1279px) {
  .location-single__wrapper {
    gap: 30px;
  }
}
@media screen and (max-width: 1279px) {
  .location-single__wrapper {
    display: flex;
    flex-direction: column-reverse;
  }
}
.location-single__content-container {
  padding-top: 105px;
  padding-bottom: 85px;
  align-self: center;
}
@media screen and (max-width: 1279px) {
  .location-single__content-container {
    padding: 0 30px;
  }
}
.location-single__title {
  font-size: 50px;
  line-height: 1.1;
  margin: 0 0 10px 0;
}
.location-single__address {
  font-style: normal;
  font-size: 1rem;
  line-height: 1.5;
}
.location-single__address-link {
  gap: 5px;
  color: #2d2d39;
  display: flex;
  width: -moz-max-content;
  width: max-content;
  align-items: center;
  transition: all 0.15s;
}
.location-single__address-link svg path {
  transition: all 0.15s;
  fill: #2d2d39;
}
.location-single__address-link:hover {
  color: var(--wp--preset--color--primary);
}
.location-single__address-link:hover svg path {
  fill: var(--wp--preset--color--primary);
}
.location-single__contact-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
  margin-bottom: 40px;
}
.location-single__contact-item {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  align-items: center;
  gap: 5px;
  color: #2d2d39;
  transition: all 0.15s;
  text-decoration: none;
}
.location-single__contact-icon {
  height: 30px;
  width: 30px;
  background-color: var(--wp--preset--color--primary);
  display: flex;
  border-radius: 50%;
  color: #FFF;
}
.location-single__contact-icon svg {
  margin: auto;
  height: 15px;
  width: 15px;
}
.location-single__button {
  margin: 20px 0 40px 0;
}
.location-single__button:hover {
  color: #fff !important;
}
.location-single__heading {
  font-size: 28px;
  line-height: 1.2;
  margin: 0 0 10px 0;
}
.location-single__description {
  margin: 0;
  line-height: 1.9;
  color: #2d2d39;
}
.location-single__quote-wrapper {
  margin-top: 50px;
}
.location-single__quote-wrapper p {
  font-size: 24px;
}
.location-single__map-wrapper {
  height: 100%;
  width: 100%;
  max-height: calc(100vh - 50px);
  position: sticky;
  top: 50px;
}
@media screen and (max-width: 949px) {
  .location-single__map-wrapper {
    max-height: calc(100vh - 80px);
    top: 80px;
  }
}
.location-single__map {
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 1279px) {
  .location-single__map {
    height: 300px;
  }
}

/* -------------------------------------------------------------------------- */
/*                                  Priority                                  */
/* -------------------------------------------------------------------------- */
.no-margin {
  margin: 0 !important;
}

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

.height-100 {
  height: 100%;
}

.text-breaker {
  display: inline-block;
}

.hide-overflow {
  overflow: hidden;
}

.column-gap-70 {
  -moz-column-gap: 70px !important;
       column-gap: 70px !important;
}
@media screen and (max-width: 999px) {
  .column-gap-70 {
    flex-direction: column;
    row-gap: 30px;
  }
}

.column-gap-80 {
  -moz-column-gap: 80px !important;
       column-gap: 80px !important;
}
@media screen and (max-width: 999px) {
  .column-gap-80 {
    flex-direction: column;
    row-gap: 30px;
  }
}

.column-gap-90 {
  -moz-column-gap: 90px !important;
       column-gap: 90px !important;
}
@media screen and (max-width: 999px) {
  .column-gap-90 {
    flex-direction: column;
    row-gap: 30px;
  }
}

.column-gap-100 {
  -moz-column-gap: 100px !important;
       column-gap: 100px !important;
}
@media screen and (max-width: 999px) {
  .column-gap-100 {
    flex-direction: column;
    row-gap: 30px;
  }
}

.column-gap-120 {
  -moz-column-gap: 120px !important;
       column-gap: 120px !important;
}
@media screen and (max-width: 1299px) {
  .column-gap-120 {
    -moz-column-gap: 80px !important;
         column-gap: 80px !important;
  }
}
@media screen and (max-width: 999px) {
  .column-gap-120 {
    flex-direction: column;
    row-gap: 50px !important;
  }
}

@media screen and (max-width: 991px) {
  .hide-image-on-mobile {
    padding: 0 !important;
  }
  .hide-image-on-mobile .wp-block-media-text__content {
    padding: 0 !important;
  }
  .hide-image-on-mobile .wp-block-media-text__media {
    display: none;
  }
}
@media screen and (max-width: 782px) {
  .column-mobile-gap {
    row-gap: 60px !important;
  }
}

/* -------------------------------------------------------------------------- */
/*                           Responsive "alignfull"                           */
/* -------------------------------------------------------------------------- */
@media screen and (max-width: 300px) {
  .alignfull-at-300 {
    margin-left: calc(-1 * clamp(1.25rem, 5vw, 3.75rem)) !important;
    margin-right: calc(-1 * clamp(1.25rem, 5vw, 3.75rem)) !important;
    width: unset;
    max-width: none;
    border-radius: 0 !important;
  }
}

@media screen and (max-width: 325px) {
  .alignfull-at-325 {
    margin-left: calc(-1 * clamp(1.25rem, 5vw, 3.75rem)) !important;
    margin-right: calc(-1 * clamp(1.25rem, 5vw, 3.75rem)) !important;
    width: unset;
    max-width: none;
    border-radius: 0 !important;
  }
}

@media screen and (max-width: 350px) {
  .alignfull-at-350 {
    margin-left: calc(-1 * clamp(1.25rem, 5vw, 3.75rem)) !important;
    margin-right: calc(-1 * clamp(1.25rem, 5vw, 3.75rem)) !important;
    width: unset;
    max-width: none;
    border-radius: 0 !important;
  }
}

@media screen and (max-width: 375px) {
  .alignfull-at-375 {
    margin-left: calc(-1 * clamp(1.25rem, 5vw, 3.75rem)) !important;
    margin-right: calc(-1 * clamp(1.25rem, 5vw, 3.75rem)) !important;
    width: unset;
    max-width: none;
    border-radius: 0 !important;
  }
}

@media screen and (max-width: 400px) {
  .alignfull-at-400 {
    margin-left: calc(-1 * clamp(1.25rem, 5vw, 3.75rem)) !important;
    margin-right: calc(-1 * clamp(1.25rem, 5vw, 3.75rem)) !important;
    width: unset;
    max-width: none;
    border-radius: 0 !important;
  }
}

@media screen and (max-width: 425px) {
  .alignfull-at-425 {
    margin-left: calc(-1 * clamp(1.25rem, 5vw, 3.75rem)) !important;
    margin-right: calc(-1 * clamp(1.25rem, 5vw, 3.75rem)) !important;
    width: unset;
    max-width: none;
    border-radius: 0 !important;
  }
}

@media screen and (max-width: 450px) {
  .alignfull-at-450 {
    margin-left: calc(-1 * clamp(1.25rem, 5vw, 3.75rem)) !important;
    margin-right: calc(-1 * clamp(1.25rem, 5vw, 3.75rem)) !important;
    width: unset;
    max-width: none;
    border-radius: 0 !important;
  }
}

@media screen and (max-width: 475px) {
  .alignfull-at-475 {
    margin-left: calc(-1 * clamp(1.25rem, 5vw, 3.75rem)) !important;
    margin-right: calc(-1 * clamp(1.25rem, 5vw, 3.75rem)) !important;
    width: unset;
    max-width: none;
    border-radius: 0 !important;
  }
}

@media screen and (max-width: 500px) {
  .alignfull-at-500 {
    margin-left: calc(-1 * clamp(1.25rem, 5vw, 3.75rem)) !important;
    margin-right: calc(-1 * clamp(1.25rem, 5vw, 3.75rem)) !important;
    width: unset;
    max-width: none;
    border-radius: 0 !important;
  }
}

@media screen and (max-width: 525px) {
  .alignfull-at-525 {
    margin-left: calc(-1 * clamp(1.25rem, 5vw, 3.75rem)) !important;
    margin-right: calc(-1 * clamp(1.25rem, 5vw, 3.75rem)) !important;
    width: unset;
    max-width: none;
    border-radius: 0 !important;
  }
}

@media screen and (max-width: 550px) {
  .alignfull-at-550 {
    margin-left: calc(-1 * clamp(1.25rem, 5vw, 3.75rem)) !important;
    margin-right: calc(-1 * clamp(1.25rem, 5vw, 3.75rem)) !important;
    width: unset;
    max-width: none;
    border-radius: 0 !important;
  }
}

@media screen and (max-width: 575px) {
  .alignfull-at-575 {
    margin-left: calc(-1 * clamp(1.25rem, 5vw, 3.75rem)) !important;
    margin-right: calc(-1 * clamp(1.25rem, 5vw, 3.75rem)) !important;
    width: unset;
    max-width: none;
    border-radius: 0 !important;
  }
}

@media screen and (max-width: 600px) {
  .alignfull-at-600 {
    margin-left: calc(-1 * clamp(1.25rem, 5vw, 3.75rem)) !important;
    margin-right: calc(-1 * clamp(1.25rem, 5vw, 3.75rem)) !important;
    width: unset;
    max-width: none;
    border-radius: 0 !important;
  }
}

@media screen and (max-width: 625px) {
  .alignfull-at-625 {
    margin-left: calc(-1 * clamp(1.25rem, 5vw, 3.75rem)) !important;
    margin-right: calc(-1 * clamp(1.25rem, 5vw, 3.75rem)) !important;
    width: unset;
    max-width: none;
    border-radius: 0 !important;
  }
}

@media screen and (max-width: 650px) {
  .alignfull-at-650 {
    margin-left: calc(-1 * clamp(1.25rem, 5vw, 3.75rem)) !important;
    margin-right: calc(-1 * clamp(1.25rem, 5vw, 3.75rem)) !important;
    width: unset;
    max-width: none;
    border-radius: 0 !important;
  }
}

@media screen and (max-width: 675px) {
  .alignfull-at-675 {
    margin-left: calc(-1 * clamp(1.25rem, 5vw, 3.75rem)) !important;
    margin-right: calc(-1 * clamp(1.25rem, 5vw, 3.75rem)) !important;
    width: unset;
    max-width: none;
    border-radius: 0 !important;
  }
}

@media screen and (max-width: 700px) {
  .alignfull-at-700 {
    margin-left: calc(-1 * clamp(1.25rem, 5vw, 3.75rem)) !important;
    margin-right: calc(-1 * clamp(1.25rem, 5vw, 3.75rem)) !important;
    width: unset;
    max-width: none;
    border-radius: 0 !important;
  }
}

@media screen and (max-width: 725px) {
  .alignfull-at-725 {
    margin-left: calc(-1 * clamp(1.25rem, 5vw, 3.75rem)) !important;
    margin-right: calc(-1 * clamp(1.25rem, 5vw, 3.75rem)) !important;
    width: unset;
    max-width: none;
    border-radius: 0 !important;
  }
}

@media screen and (max-width: 750px) {
  .alignfull-at-750 {
    margin-left: calc(-1 * clamp(1.25rem, 5vw, 3.75rem)) !important;
    margin-right: calc(-1 * clamp(1.25rem, 5vw, 3.75rem)) !important;
    width: unset;
    max-width: none;
    border-radius: 0 !important;
  }
}

@media screen and (max-width: 775px) {
  .alignfull-at-775 {
    margin-left: calc(-1 * clamp(1.25rem, 5vw, 3.75rem)) !important;
    margin-right: calc(-1 * clamp(1.25rem, 5vw, 3.75rem)) !important;
    width: unset;
    max-width: none;
    border-radius: 0 !important;
  }
}

@media screen and (max-width: 800px) {
  .alignfull-at-800 {
    margin-left: calc(-1 * clamp(1.25rem, 5vw, 3.75rem)) !important;
    margin-right: calc(-1 * clamp(1.25rem, 5vw, 3.75rem)) !important;
    width: unset;
    max-width: none;
    border-radius: 0 !important;
  }
}

@media screen and (max-width: 825px) {
  .alignfull-at-825 {
    margin-left: calc(-1 * clamp(1.25rem, 5vw, 3.75rem)) !important;
    margin-right: calc(-1 * clamp(1.25rem, 5vw, 3.75rem)) !important;
    width: unset;
    max-width: none;
    border-radius: 0 !important;
  }
}

@media screen and (max-width: 850px) {
  .alignfull-at-850 {
    margin-left: calc(-1 * clamp(1.25rem, 5vw, 3.75rem)) !important;
    margin-right: calc(-1 * clamp(1.25rem, 5vw, 3.75rem)) !important;
    width: unset;
    max-width: none;
    border-radius: 0 !important;
  }
}

@media screen and (max-width: 875px) {
  .alignfull-at-875 {
    margin-left: calc(-1 * clamp(1.25rem, 5vw, 3.75rem)) !important;
    margin-right: calc(-1 * clamp(1.25rem, 5vw, 3.75rem)) !important;
    width: unset;
    max-width: none;
    border-radius: 0 !important;
  }
}

@media screen and (max-width: 900px) {
  .alignfull-at-900 {
    margin-left: calc(-1 * clamp(1.25rem, 5vw, 3.75rem)) !important;
    margin-right: calc(-1 * clamp(1.25rem, 5vw, 3.75rem)) !important;
    width: unset;
    max-width: none;
    border-radius: 0 !important;
  }
}

@media screen and (max-width: 925px) {
  .alignfull-at-925 {
    margin-left: calc(-1 * clamp(1.25rem, 5vw, 3.75rem)) !important;
    margin-right: calc(-1 * clamp(1.25rem, 5vw, 3.75rem)) !important;
    width: unset;
    max-width: none;
    border-radius: 0 !important;
  }
}

@media screen and (max-width: 950px) {
  .alignfull-at-950 {
    margin-left: calc(-1 * clamp(1.25rem, 5vw, 3.75rem)) !important;
    margin-right: calc(-1 * clamp(1.25rem, 5vw, 3.75rem)) !important;
    width: unset;
    max-width: none;
    border-radius: 0 !important;
  }
}

@media screen and (max-width: 975px) {
  .alignfull-at-975 {
    margin-left: calc(-1 * clamp(1.25rem, 5vw, 3.75rem)) !important;
    margin-right: calc(-1 * clamp(1.25rem, 5vw, 3.75rem)) !important;
    width: unset;
    max-width: none;
    border-radius: 0 !important;
  }
}

@media screen and (max-width: 1000px) {
  .alignfull-at-1000 {
    margin-left: calc(-1 * clamp(1.25rem, 5vw, 3.75rem)) !important;
    margin-right: calc(-1 * clamp(1.25rem, 5vw, 3.75rem)) !important;
    width: unset;
    max-width: none;
    border-radius: 0 !important;
  }
}

@media screen and (max-width: 1025px) {
  .alignfull-at-1025 {
    margin-left: calc(-1 * clamp(1.25rem, 5vw, 3.75rem)) !important;
    margin-right: calc(-1 * clamp(1.25rem, 5vw, 3.75rem)) !important;
    width: unset;
    max-width: none;
    border-radius: 0 !important;
  }
}

@media screen and (max-width: 1050px) {
  .alignfull-at-1050 {
    margin-left: calc(-1 * clamp(1.25rem, 5vw, 3.75rem)) !important;
    margin-right: calc(-1 * clamp(1.25rem, 5vw, 3.75rem)) !important;
    width: unset;
    max-width: none;
    border-radius: 0 !important;
  }
}

@media screen and (max-width: 1075px) {
  .alignfull-at-1075 {
    margin-left: calc(-1 * clamp(1.25rem, 5vw, 3.75rem)) !important;
    margin-right: calc(-1 * clamp(1.25rem, 5vw, 3.75rem)) !important;
    width: unset;
    max-width: none;
    border-radius: 0 !important;
  }
}

/* -------------------------------------------------------------------------- */
/*                                    Fonts                                   */
/* -------------------------------------------------------------------------- */
.font-family-league,
.font-family-primary {
  font-family: var(--wp--preset--font-family--primary);
}

.font-family-roboto,
.font-family-secondary {
  font-family: var(--wp--preset--font-family--secondary);
}

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