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;
  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;
  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,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  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,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.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;
}

.fancybox-button,
.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],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

/* Fix IE11 */
.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;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.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;
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
}

/* 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: 16px;
  font-weight: normal;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

.fancybox-caption--separate {
  margin-top: -50px;
}

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

.fancybox-caption a,
.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;
  }
}
/* 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: normal;
  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: 16px;
  font-weight: bold;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  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: 16px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Slideshow button */
.fancybox-button--play::before,
.fancybox-button--pause::before {
  top: calc(50% - 6px);
  left: calc(50% - 4px);
  background: transparent;
}

.fancybox-button--play::before {
  width: 0;
  height: 0;
  border-top: 6px inset transparent;
  border-bottom: 6px inset transparent;
  border-left: 10px solid;
  border-radius: 1px;
}

.fancybox-button--pause::before {
  width: 7px;
  height: 11px;
  border-style: solid;
  border-width: 0 2px 0 2px;
}

/* Fullscreen  */
.fancybox-button--fullscreen::before {
  width: 15px;
  height: 11px;
  left: calc(50% - 7px);
  top: calc(50% - 6px);
  border: 2px solid;
  background: none;
}

/* 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);
  }
}




*, *:after, *:before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.cfx,
[class^=grp-],
[class^=frw-],
[class^=sgr-] {
  display: flow-root;
}

[hidden] {
  display: none;
}

details {
  display: block;
}

textarea {
  overflow: auto;
}

summary {
  display: list-item;
}

progress {
  vertical-align: baseline;
}

template {
  display: none;
}

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

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

small {
  font-size: 80%;
}

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

img {
  border-style: none;
  display: block;
  max-width: 100%;
  height: auto;
}

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

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

input,
button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

legend {
  color: inherit;
  display: table;
  white-space: normal;
  max-width: 100%;
  padding: 0;
}

[type=radio],
[type=checkbox] {
  padding: 0;
}

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

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

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

::placeholder,
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.4;
}

:-moz-ui-invalid {
  box-shadow: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

table {
  text-indent: 0;
  border-color: inherit;
}

@font-face {
  font-family: "Intro Regular";
  font-display: swap;
  src: url("webfonts/typefaces/intro/intro-regular.eot");
  src: url("webfonts/typefaces/intro/intro-regular.woff2") format("woff2"), url("webfonts/typefaces/intro/intro-regular.woff") format("woff");
}
@font-face {
  font-family: "Intro Bold";
  font-display: swap;
  src: url("webfonts/typefaces/intro/intro-bold.eot");
  src: url("webfonts/typefaces/intro/intro-bold.woff2") format("woff2"), url("webfonts/typefaces/intro/intro-bold.woff") format("woff");
}
@font-face {
  font-family: "Roboto Slab";
  font-display: swap;
  font-style: normal;
  font-weight: 400;
  src: url("webfonts/typefaces/roboto-slab/roboto-slab-v34-latin-regular.woff2") format("woff2");
}
@font-face {
  font-family: "Roboto Slab";
  font-display: swap;
  font-style: normal;
  font-weight: 700;
  src: url("webfonts/typefaces/roboto-slab/roboto-slab-v34-latin-700.woff2") format("woff2");
}
@font-face {
  font-family: "Catamaran";
  font-display: swap;
  font-style: normal;
  font-weight: 400;
  src: url("webfonts/typefaces/catamaran/catamaran-400.woff2") format("woff2");
}
@font-face {
  font-family: "Catamaran";
  font-display: swap;
  font-style: normal;
  font-weight: 700;
  src: url("webfonts/typefaces/catamaran/catamaran-700.woff2") format("woff2");
}
@font-face {
  font-family: "Arrows";
  font-display: swap;
  src: url("webfonts/iconfonts/arrows/arrows.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-],
[class*=" icon-"],
.tgl-top:before,
.close-icon:before,
.search-icon:before,
.arrow_left:before,
.arrow_right:before,
.menu > .menu-item-has-children > a:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "Arrows" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-chevron-left:before {
  content: "\e801";
}

.icon-chevron-right:before {
  content: "\e802";
}

.icon-chevron-up:before {
  content: "\e803";
}

.icon-chevron-down:before {
  content: "\e804";
}

.icon-arrow-left:before {
  content: "\e805";
}

.icon-arrow-right:before {
  content: "\e806";
}

.icon-arrow-up:before {
  content: "\e807";
}

.icon-arrow-down:before {
  content: "\e808";
}

.icon-search:before {
  content: "\e809";
}

.icon-close:before {
  content: "\e810";
}

.icon-pin-a:before {
  content: "\e811";
}

.icon-phone:before {
  content: "\e812";
}

.icon-email:before {
  content: "\e813";
}

.icon-linkedin:before {
  content: "\e814";
}

.icon-instagram:before {
  content: "\e815";
}

.icon-twitter:before {
  content: "\e816";
}

.icon-xing:before {
  content: "\e817";
}

.icon-youtube:before {
  content: "\e818";
}

.icon-facebook:before {
  content: "\e819";
}

.icon-single-tag:before {
  content: "\e820";
}

.icon-double-tag:before {
  content: "\e821";
}

.icon-download:before {
  content: "\e822";
}

.icon-vcard:before {
  content: "\e823";
}

.icon-pdf-rounded:before {
  content: "\e824";
}

.icon-pdf-edgy:before {
  content: "\e825";
}

:root {
  --intro-regular:	"Intro Regular", "Arial", sans-serif;
  --intro-bold:	"Intro Bold", "Arial", sans-serif;
  --roboto-slab:	"Roboto Slab", "Arial", sans-serif;
  --catamaran:	"Catamaran", "Arial", sans-serif;
  --arrows:	"Arrows";
  --primary:	rgba(255, 102, 0, 1);
  --secondary:	rgba(0, 82, 74, 1);
  --black:	rgba(0, 0, 0, 1);
  --white:	rgba(255, 255, 255, 1);
  --white-opac-15:	rgba(255, 255, 255, 0.15);
  --white-opac-25:	rgba(255, 255, 255, 0.25);
  --white-opac-40:	rgba(255, 255, 255, 0.40);
  --white-opac-70:	rgba(255, 255, 255, 0.70);
  --white-opac-95:	rgba(255, 255, 255, 0.95);
  --grey-a:	rgba(247, 247, 247, 1);
  --grey-b:	rgba(245, 245, 245, 1);
  --grey-c:	rgba(228, 228, 228, 1);
  --grey-d:	rgba(163, 163, 163, 1);
  --grey-e:	rgba(138, 138, 138, 1);
  --base:	rgba(42, 55, 82, 1);
  --dawn:	rgba(8, 22, 61, 1);
  --light:	rgba(47, 63, 94, 1);
  --layer-a:	rgba(10, 27, 61, 1);
  --layer-b:	rgba(16, 31, 61, 1);
  --layer-c:	rgba(10, 34, 61, 1);
  --shade:	rgba(19, 36, 71, 1);
  --body:	rgba(42, 55, 82, 1);
  --heaven:	rgba(132, 146, 173, 1);
  --silver:	rgba(242, 244, 247, 1);
  --silver-a:	rgba(230, 231, 235, 1);
  --silver-b:	rgba(213, 216, 222, 1);
  --silver-c:	rgba(170, 174, 179, 1);
  --silver-d:	rgba(150, 154, 163, 1);
  --berry:	rgba(76, 99, 145, 1);
  --berry-light:	rgba(90, 117, 173, 1);
  --berry-dark:	rgba(55, 81, 138, 1);
  --gold:	rgba(222, 190, 115, 1);
  --yellow:	rgba(250, 171, 3, 1);
}

.builder .elementor > .e-con-full {
  padding-left: 12px;
  padding-right: 12px;
}

.elementor-heading-title {
  position: relative;
  transition: color 0.25s ease-in-out;
}
.elementor-heading-title .linebreak {
  display: block;
}

p.elementor-heading-title {
  line-height: 1.5;
}

h1.elementor-heading-title,
h2.elementor-heading-title,
h3.elementor-heading-title,
h4.elementor-heading-title,
h5.elementor-heading-title,
h6.elementor-heading-title {
  line-height: 1.2;
}

h1.e-n-accordion-item-title-text,
h2.e-n-accordion-item-title-text,
h3.e-n-accordion-item-title-text {
  line-height: 1;
}

.elementor-widget-container p:not(:last-child) {
  margin-bottom: 24px;
}

.full-height.elementor-widget-n-carousel {
  height: 100%;
}

.full-height.elementor-widget-n-carousel .e-n-carousel {
  height: 100%;
}

.elementor-tab-content p:not(:last-child) {
  margin-bottom: 24px;
}

.elementor-button.elementor-button-link {
  color: var(--white);
  background: var(--primary);
  fill: transparent;
  position: relative;
  display: inline-block;
  text-align: center;
  transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out, box-shadow 0.25s ease-in-out;
}

.btn--arrow .elementor-button-link:after {
  display: block;
  font-size: 12px;
  font-family: var(--arrows);
  position: absolute;
  line-height: 1;
  font-size: 12px;
  margin-top: -6px;
  top: 50%;
  right: 16px;
  z-index: 80;
  content: "\e806";
  transition: color 0.25s ease-in-out, transform 0.25s ease-in-out;
}

.elementor-button.elementor-button-link:hover {
  background-color: var(--primary);
}

.btn--arrow .elementor-button-link:hover:after {
  transform: translateX(4px);
}

.elementor-button.elementor-button-link.elementor-size-xs {
  height: 32px;
  line-height: 32px;
  padding: 0 16px;
  font-size: 14px;
  border-radius: 16px;
}

.btn--arrow .elementor-button.elementor-button-link.elementor-size-xs {
  padding: 0 40px 0 16px;
}

.elementor-button.elementor-button-link.elementor-size-sm {
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  font-size: 16px;
  border-radius: 20px;
}

.btn--arrow .elementor-button.elementor-button-link.elementor-size-sm {
  padding: 0 40px 0 20px;
}

.elementor-button.elementor-button-link.elementor-size-md {
  height: 48px;
  line-height: 48px;
  padding: 0 20px;
  font-size: 16px;
  border-radius: 24px;
  box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.2);
}

.btn--arrow .elementor-button.elementor-button-link.elementor-size-md {
  padding: 0 40px 0 20px;
}

.elementor-button.elementor-button-link.elementor-size-lg {
  height: 56px;
  line-height: 56px;
  padding: 0 20px;
  font-size: 16px;
  border-radius: 28px;
  box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.2);
}

.btn--arrow .elementor-button.elementor-button-link.elementor-size-lg {
  padding: 0 64px 0 20px;
}

.elementor-button.elementor-button-link.elementor-size-xl {
  height: 56px;
  line-height: 56px;
  padding: 0 32px;
  font-size: 24px;
  border-radius: 32px;
}

.btn--arrow .elementor-button.elementor-button-link.elementor-size-xl {
  padding: 0 64px 0 32px;
}

.elementor-button-info .elementor-button.elementor-button.elementor-button-link {
  color: var(--white);
  background: var(--grey-a);
}

.elementor-button-info .elementor-button.elementor-button.elementor-button-link:hover {
  background-color: var(--grey-a);
}

.lnk-arrow a {
  position: relative;
  padding-right: 24px;
}

.lnk-arrow a:hover:after {
  transform: translateX(4px);
}

.lnk-arrow a:after {
  display: block;
  font-family: var(--arrows);
  position: absolute;
  line-height: 1;
  font-size: 14px;
  margin-top: -7px;
  top: 50%;
  right: 0;
  z-index: 80;
  content: "\e806";
  transition: color 0.25s ease-in-out, transform 0.25s ease-in-out;
}

.em-meta-card-data:after {
  display: block;
  font-size: 14px;
  content: "\e806";
  text-align: center;
  color: var(--primary);
  position: absolute;
  top: 50%;
  right: 20px;
  border: 1px solid var(--primary);
  width: 40px;
  height: 24px;
  border-radius: 12px;
  margin-top: -12px;
  padding-top: 1px;
  z-index: 1;
  font-family: var(--arrows);
  transition: transform 0.25s ease-in-out;
}

@media (max-width: 1279px) {
  .em-meta-card-data:after {
    font-size: 14px;
    right: 16px;
    width: 40px;
    height: 24px;
    border-radius: 12px;
    margin-top: -12px;
  }
}
@media (max-width: 959px) {
  .em-meta-card-data:after {
    font-size: 16px;
    right: 24px;
    width: 48px;
    height: 28px;
    border-radius: 14px;
    margin-top: -14px;
  }
}
@media (max-width: 719px) {
  .em-meta-card-data:after {
    font-size: 14px;
    right: 20px;
    width: 40px;
    height: 24px;
    border-radius: 12px;
    margin-top: -12px;
  }
}
@media (max-width: 599px) {
  .em-meta-card-data:after {
    font-size: 16px;
    right: 24px;
    width: 48px;
    height: 28px;
    border-radius: 14px;
    margin-top: -14px;
  }
}
@media (max-width: 399px) {
  .em-meta-card-data:after {
    font-size: 14px;
    right: 20px;
    width: 40px;
    height: 24px;
    border-radius: 12px;
    margin-top: -12px;
  }
}
.em-meta-card:hover .em-meta-card-data:after {
  transform: translateX(4px);
}

.em-meta-card-vsl {
  transition: transform 0.25s ease-in-out;
}

.em-meta-card:hover .em-meta-card-vsl {
  transform: scale(1.1);
}

.em-square-card-module:after {
  display: block;
  font-size: 14px;
  content: "\e806";
  text-align: center;
  color: var(--white);
  position: absolute;
  bottom: 21px;
  right: 24px;
  border: 1px solid var(--white);
  width: 40px;
  height: 24px;
  border-radius: 12px;
  padding-top: 1px;
  z-index: 1;
  font-family: var(--arrows);
  transition: transform 0.25s ease-in-out;
}

.em-square-card:hover .em-square-card-module:after {
  transform: translateX(4px);
}

@media (min-width: 1680px) {
  .em-square-card-module:after {
    font-size: 14px;
    bottom: 25px;
    right: 28px;
    width: 40px;
    height: 24px;
    border-radius: 12px;
  }
}
@media (max-width: 1279px) {
  .em-square-card-module:after {
    font-size: 14px;
    bottom: 15px;
    right: 20px;
    width: 40px;
    height: 24px;
    border-radius: 12px;
  }
}
@media (max-width: 959px) {
  .em-square-card-module:after {
    font-size: 16px;
    bottom: 28px;
    right: 32px;
    width: 48px;
    height: 28px;
    border-radius: 14px;
  }
}
@media (max-width: 719px) {
  .em-square-card-module:after {
    font-size: 14px;
    bottom: 20px;
    right: 24px;
    width: 40px;
    height: 24px;
    border-radius: 12px;
  }
}
@media (max-width: 599px) {
  .em-square-card-module:after {
    font-size: 16px;
    bottom: 30px;
    right: 32px;
    width: 48px;
    height: 28px;
    border-radius: 14px;
  }
}
@media (max-width: 399px) {
  .em-square-card-module:after {
    font-size: 16px;
    bottom: 26px;
    right: 32px;
    width: 48px;
    height: 28px;
    border-radius: 14px;
  }
}
@media (max-width: 359px) {
  .em-square-card-module:after {
    display: none;
  }
}
.em-square-card:hover .em-square-card-module:after {
  transform: translateX(4px);
}

.em-square-card-vsl {
  transition: transform 0.25s ease-in-out;
}

.em-square-card:hover .em-square-card-vsl {
  transform: scale(1.1);
}

.em-portrait-card-visual:after {
  display: block;
  font-size: 16px;
  content: "\e806";
  text-align: center;
  color: var(--white);
  position: absolute;
  bottom: 32px;
  right: 40px;
  border: 1px solid var(--white);
  width: 48px;
  height: 28px;
  border-radius: 14px;
  padding-top: 1px;
  z-index: 1;
  font-family: var(--arrows);
  transition: transform 0.25s ease-in-out;
}

.em-portrait-card:hover .em-portrait-card-visual:after {
  transform: translateX(4px);
}

@media (min-width: 1680px) {
  .em-portrait-card-visual:after {
    font-size: 16px;
    bottom: 32px;
    right: 40px;
    width: 48px;
    height: 28px;
    border-radius: 14px;
  }
}
@media (max-width: 1279px) {
  .em-portrait-card-visual:after {
    font-size: 14px;
    bottom: 24px;
    right: 28px;
    width: 40px;
    height: 24px;
    border-radius: 12px;
  }
}
@media (max-width: 959px) {
  .em-portrait-card-visual:after {
    font-size: 16px;
    bottom: 32px;
    right: 32px;
    width: 48px;
    height: 28px;
    border-radius: 14px;
  }
}
@media (max-width: 719px) {
  .em-portrait-card-visual:after {
    font-size: 14px;
    bottom: 24px;
    right: 24px;
    width: 40px;
    height: 24px;
    border-radius: 12px;
  }
}
@media (max-width: 599px) {
  .em-portrait-card-visual:after {
    font-size: 16px;
    bottom: 30px;
    right: 32px;
    width: 48px;
    height: 28px;
    border-radius: 14px;
  }
}
@media (max-width: 399px) {
  .em-portrait-card-visual:after {
    font-size: 16px;
    bottom: 27px;
    right: 32px;
    width: 48px;
    height: 28px;
    border-radius: 14px;
  }
}
@media (max-width: 359px) {
  .em-portrait-card-visual:after {
    display: none;
  }
}
.em-portrait-card:hover .em-portrait-card-visual:after {
  transform: translateX(4px);
}

.em-portrait-card-vsl {
  transition: transform 0.25s ease-in-out;
}

.em-portrait-card:hover .em-portrait-card-vsl {
  transform: scale(1.1);
}

.navbreak {
  display: block;
}

.arrow-backward:after,
.arrow-forward:after {
  display: block;
  font-family: var(--arrows);
  border: 1px solid;
  position: absolute;
  line-height: 1;
  font-size: 16px;
  z-index: 80;
  transition: color 0.25s ease-in-out, border-color 0.25s ease-in-out, transform 0.25s ease-in-out;
}

.arrow-backward:after {
  color: var(--base);
  top: 0;
  left: 0;
  border-color: var(--base);
  text-align: center;
  content: "\e805";
  margin-top: 0;
  width: 48px;
  height: 28px;
  border-radius: 14px;
  padding-top: 5px;
}

.arrow-backward.tpl--dark:after {
  color: var(--heaven);
  border-color: var(--heaven);
}

.arrow-backward:hover:after {
  color: var(--white-opac-95);
  border-color: var(--white-opac-95);
  transform: translateX(-4px);
}

.arrow-backward:hover .elementor-widget h2.elementor-heading-title {
  color: var(--white-opac-95);
}

.arrow-backward:hover .elementor-widget p.elementor-heading-title {
  color: var(--white-opac-95);
}

.arrow-forward:after {
  color: var(--base);
  top: 0;
  right: 0;
  border-color: var(--base);
  text-align: center;
  content: "\e806";
  margin-top: 0;
  width: 48px;
  height: 28px;
  border-radius: 14px;
  padding-top: 5px;
}

.arrow-forward.tpl--dark:after {
  color: var(--heaven);
  border-color: var(--heaven);
}

.arrow-forward:hover:after {
  color: var(--white-opac-95);
  border-color: var(--white-opac-95);
  transform: translateX(-4px);
}

.arrow-forward:hover .elementor-widget h2.elementor-heading-title {
  color: var(--white-opac-95);
}

.arrow-forward:hover .elementor-widget p.elementor-heading-title {
  color: var(--white-opac-95);
}

.builder .elementor .elementor-section-wrap > .e-con {
  padding-left: 12px;
  padding-right: 12px;
}

.elementor-widget-ucaddon_card_carousel .owl-dot.active {
  border: 1px solid var(--white);
}

@media (min-width: 360px) {
  .builder .elementor > .e-con-full,
  .builder .elementor .elementor-section-wrap > .e-con {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 400px) {
  h2.elementor-heading-title.elementor-size-small {
    font-size: 16px;
  }
  h2.elementor-heading-title.elementor-size-medium {
    font-size: 18px;
  }
  h2.elementor-heading-title.elementor-size-default {
    font-size: 20px;
  }
  h2.elementor-heading-title.elementor-size-large {
    font-size: 24px;
  }
  h2.elementor-heading-title.elementor-size-xl {
    font-size: 28px;
  }
  h2.elementor-heading-title.elementor-size-xxl {
    font-size: 32px;
  }
}
@media (min-width: 480px) {
  .builder .elementor > .e-con-full,
  .builder .elementor .elementor-section-wrap > .e-con {
    padding-left: 28px;
    padding-right: 28px;
  }
}
@media (min-width: 560px) {
  .builder .elementor > .e-con-full,
  .builder .elementor .elementor-section-wrap > .e-con {
    padding-left: 36px;
    padding-right: 36px;
  }
  .navbreak {
    display: inline;
  }
}
@media (min-width: 720px) {
  .builder .elementor > .e-con-full,
  .builder .elementor .elementor-section-wrap > .e-con {
    padding-left: 52px;
    padding-right: 52px;
  }
  h2.elementor-heading-title.elementor-size-small {
    font-size: 18px;
  }
  h2.elementor-heading-title.elementor-size-medium {
    font-size: 20px;
  }
  h2.elementor-heading-title.elementor-size-default {
    font-size: 24px;
  }
  h2.elementor-heading-title.elementor-size-large {
    font-size: 28px;
  }
  h2.elementor-heading-title.elementor-size-xl {
    font-size: 32px;
  }
  h2.elementor-heading-title.elementor-size-xxl {
    font-size: 36px;
  }
  .arrow-backward:after {
    margin-top: 4px;
  }
  .arrow-forward:after {
    margin-top: 4px;
  }
}
@media (min-width: 960px) {
  h2.elementor-heading-title.elementor-size-small {
    font-size: 20px;
  }
  h2.elementor-heading-title.elementor-size-medium {
    font-size: 24px;
  }
  h2.elementor-heading-title.elementor-size-default {
    font-size: 28px;
  }
  h2.elementor-heading-title.elementor-size-large {
    font-size: 32px;
  }
  h2.elementor-heading-title.elementor-size-xl {
    font-size: 36px;
  }
  h2.elementor-heading-title.elementor-size-xxl {
    font-size: 40px;
  }
  .elementor-button.elementor-button-link.elementor-size-md {
    height: 56px;
    line-height: 56px;
    padding: 0 24px 0 24px;
    font-size: 20px;
    border-radius: 28px;
  }
  .elementor-button.elementor-button-link.elementor-size-lg {
    height: 60px;
    line-height: 60px;
    padding: 0 96px 0 24px;
    font-size: 20px;
    border-radius: 30px;
  }
  .arrow-backward:after {
    top: 50%;
    margin-top: -14px;
  }
  .arrow-forward:after {
    top: 50%;
    margin-top: -14px;
  }
}
@media (min-width: 1280px) {
  .elementor .e-con {
    --container-max-width: 1080px;
  }
  .builder .elementor > .e-con-full,
  .builder .elementor .elementor-section-wrap > .e-con {
    padding-left: 64px;
    padding-right: 64px;
  }
  h2.elementor-heading-title.elementor-size-small {
    font-size: 24px;
  }
  h2.elementor-heading-title.elementor-size-medium {
    font-size: 28px;
  }
  h2.elementor-heading-title.elementor-size-default {
    font-size: 32px;
  }
  h2.elementor-heading-title.elementor-size-large {
    font-size: 36px;
  }
  h2.elementor-heading-title.elementor-size-xl {
    font-size: 40px;
  }
  h2.elementor-heading-title.elementor-size-xxl {
    font-size: 48px;
  }
  .arrow-backward:after,
  .arrow-forward:after {
    font-size: 20px;
  }
  .arrow-backward:after {
    top: 50%;
    left: 0;
    margin-top: -18px;
    width: 60px;
    height: 36px;
    border-radius: 18px;
    padding-top: 6px;
  }
  .arrow-forward:after {
    top: 50%;
    right: 0;
    margin-top: -18px;
    width: 60px;
    height: 36px;
    border-radius: 18px;
    padding-top: 6px;
  }
}
@media (min-width: 1360px) {
  .elementor .e-con {
    --container-max-width: 1120px;
  }
}
@media (min-width: 1600px) {
  .elementor .e-con {
    --container-max-width: 1200px;
  }
}
@media (min-width: 1680px) {
  h2.elementor-heading-title.elementor-size-small {
    font-size: 28px;
  }
  h2.elementor-heading-title.elementor-size-medium {
    font-size: 32px;
  }
  h2.elementor-heading-title.elementor-size-default {
    font-size: 36px;
  }
  h2.elementor-heading-title.elementor-size-large {
    font-size: 40px;
  }
  h2.elementor-heading-title.elementor-size-xl {
    font-size: 48px;
  }
  h2.elementor-heading-title.elementor-size-xxl {
    font-size: 56px;
  }
}
@media (min-width: 1920px) {
  .elementor .e-con {
    --container-max-width: 1280px;
  }
  .elementor .e-con.blt--stage {
    --container-max-width: 1600px;
  }
}
@media (min-width: 2560px) {
  .elementor .e-con {
    --container-max-width: 1360px;
  }
}
html {
  line-height: 1.15;
  -moz-tab-size: 4;
  tab-size: 4;
  overflow-y: scroll;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
}

body {
  color: var(--base);
  font-size: 100%;
  min-width: 320px;
  overflow: hidden;
  background: var(--white);
  margin: 0;
}

main {
  position: relative;
  padding-top: 80px;
  transition: padding-top 0.75s ease-in-out;
}

main.mod--tophead {
  padding-top: 128px;
}

.scrolled main.mod--tophead {
  padding-top: 80px;
}

[class^=section] {
  padding-left: 12px;
  padding-right: 12px;
  position: relative;
  outline: none;
}

.blt--default {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  max-width: 960px;
  z-index: 2;
}

.blt--small {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
}

.blt--post {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  max-width: 800px;
  z-index: 2;
}

[class^=grd-] {
  position: relative;
}

[class^=mdl-] {
  position: relative;
  padding-left: 12px;
  padding-right: 12px;
}

[class^=flx-] {
  padding-left: 12px;
  padding-right: 12px;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: var(--base);
}

input,
textarea {
  font-size: 16px;
}

p {
  line-height: 1.5;
}

li {
  list-style-type: none;
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 16px;
  line-height: 1.2;
  font-weight: bold;
}

strong {
  font-weight: bold;
}

.intro-bold h1, .intro-bold h2, .intro-bold h3, .intro-bold h4, .intro-bold h5, .intro-bold h6, .intro-bold p, .intro-bold li {
  font-family: var(--intro-bold);
}

.intro-regular h1, .intro-regular h2, .intro-regular h3, .intro-regular h4, .intro-regular h5, .intro-regular h6, .intro-regular p, .intro-regular li {
  font-family: var(--intro-regular);
}

.roboto-slab h1, .roboto-slab h2, .roboto-slab h3, .roboto-slab h4, .roboto-slab h5, .roboto-slab h6, .roboto-slab p, .roboto-slab li {
  font-family: var(--roboto-slab);
}

.fw--300 h1, .fw--300 h2, .fw--300 h3, .fw--300 h4, .fw--300 h5, .fw--300 h6, .fw--300 p, .fw--300 li {
  font-weight: 300;
}

.fw--400 h1, .fw--400 h2, .fw--400 h3, .fw--400 h4, .fw--400 h5, .fw--400 h6, .fw--400 p, .fw--400 li {
  font-weight: 400;
}

.fw--500 h1, .fw--500 h2, .fw--500 h3, .fw--500 h4, .fw--500 h5, .fw--500 h6, .fw--500 p, .fw--500 li {
  font-weight: 500;
}

.fw--600 h1, .fw--600 h2, .fw--600 h3, .fw--600 h4, .fw--600 h5, .fw--600 h6, .fw--600 p, .fw--600 li {
  font-weight: 600;
}

.fw--600 h1, .fw--600 h2, .fw--600 h3, .fw--600 h4, .fw--600 h5, .fw--600 h6, .fw--600 p, .fw--600 li {
  font-weight: 600;
}

.fw--700 h1, .fw--700 h2, .fw--700 h3, .fw--700 h4, .fw--700 h5, .fw--700 h6, .fw--700 p, .fw--700 li {
  font-weight: 700;
}

.fw--800 h1, .fw--800 h2, .fw--800 h3, .fw--800 h4, .fw--800 h5, .fw--800 h6, .fw--800 p, .fw--800 li {
  font-weight: 800;
}

.fw--900 h1, .fw--900 h2, .fw--900 h3, .fw--900 h4, .fw--900 h5, .fw--900 h6, .fw--900 p, .fw--900 li {
  font-weight: 900;
}

.fx--card {
  cursor: pointer;
  transition: box-shadow 0.4s ease-in-out, transform 0.4s ease-in-out;
}

.fx--card:hover {
  box-shadow: 0 4px 20px 5px rgba(129, 143, 150, 0.2);
}

.fx--card .elementor-widget-image img {
  box-shadow: 0 4px 20px 5px rgba(129, 143, 150, 0);
  transition: box-shadow 0.4s ease-in-out, transform 0.4s ease-in-out;
}

.fx--card:hover .elementor-widget-image img {
  transform: scale(1.25);
}

.fx--card:hover .elementor-widget-heading h2 {
  text-decoration: underline;
}

.tgl-top {
  border: none;
  display: block;
  font-size: 24px;
  position: absolute;
  background: transparent;
  opacity: 0;
  bottom: 8px;
  left: 50%;
  z-index: 80;
  margin-left: -20px;
  cursor: pointer;
  transition: opacity 0.5s ease-in-out;
}

.tgl-top.active {
  opacity: 1;
}

.tgl-top:before {
  border: none;
  display: block;
  font-size: 24px;
  padding: 8px;
  content: "\e803";
  color: var(--white);
  transition: color 0.5s ease-in-out;
}

.frameratio .elementor-widget-container {
  overflow: hidden;
  position: relative;
  padding-bottom: 62.5%;
  height: 0;
}
.frameratio .elementor-widget-container iframe {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  margin: 0;
  border: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  z-index: 10;
}

.e-con.frameratio > .elementor-widget > .elementor-widget-container {
  height: 0;
}

.cliptext h1, .cliptext h2, .cliptext h3, .cliptext h4, .cliptext h5, .cliptext h6, .cliptext p, .cliptext li, .cliptext span {
  background-clip: text;
  background-size: cover;
  background-repeat: no-repeat;
  box-decoration-break: clone;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-box-decoration-break: clone;
}

.display--ib h1, .display--ib h2, .display--ib h3, .display--ib h4, .display--ib h5, .display--ib h6, .display--ib p, .display--ib li, .display--ib span {
  display: inline-block;
}

@media (min-width: 360px) {
  [class^=section] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 480px) {
  [class^=section] {
    padding-left: 28px;
    padding-right: 28px;
  }
  .tgl-top {
    bottom: 12px;
  }
}
@media (min-width: 560px) {
  [class^=section] {
    padding-left: 36px;
    padding-right: 36px;
  }
}
@media (min-width: 720px) {
  [class^=section] {
    padding-left: 52px;
    padding-right: 52px;
  }
}
@media (min-width: 960px) {
  .blt--post {
    max-width: 960px;
    padding: 0 64px;
  }
  .blt--small {
    max-width: 720px;
  }
}
@media (min-width: 1280px) {
  .blt--default {
    max-width: 1080px;
  }
  .blt--small {
    max-width: 960px;
  }
  [class^=section] {
    padding-left: 64px;
    padding-right: 64px;
  }
  [class^=mdl-] {
    position: relative;
    padding-left: 16px;
    padding-right: 16px;
  }
  [class^=flx-] {
    padding-left: 16px;
    padding-right: 16px;
  }
  main {
    padding-top: 100px;
  }
  main.mod--tophead {
    padding-top: 148px;
  }
  .scrolled main.mod--tophead {
    padding-top: 100px;
  }
}
@media (min-width: 1360px) {
  .blt--default {
    max-width: 1120px;
  }
}
@media (min-width: 1600px) {
  .blt--default {
    max-width: 1200px;
  }
  .blt--small {
    max-width: 1080px;
  }
}
@media (min-width: 1920px) {
  .blt--default {
    max-width: 1280px;
  }
}
@media (min-width: 2560px) {
  .blt--default {
    max-width: 1360px;
  }
}
.tophead {
  display: flex;
  line-height: 1;
  height: 48px;
  width: 100%;
  background: var(--primary);
  transition: top 0.75s ease-in-out;
  position: fixed;
  flex-flow: row wrap;
  align-items: center;
  top: 0;
  left: 0;
  z-index: 2000;
}

.scrolled .tophead {
  top: -48px;
}

.sec-tophead {
  width: 100%;
}

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

.cpy-tophead {
  color: var(--white);
  font-size: 13px;
  line-height: 1.2;
  display: inline-block;
}

.lnk-tophead {
  color: var(--white);
  line-height: 1;
  position: relative;
  display: inline-block;
  margin-left: 16px;
  transition: color 0.25s ease-in-out;
  text-decoration: underline;
}

.context {
  top: 0;
  width: 100%;
  line-height: 1;
  padding-left: 24px;
  padding-right: 24px;
  background: var(--white);
  box-shadow: 0 1px 3px 1px rgba(24, 55, 82, 0.2);
  position: fixed;
  z-index: 1000;
  height: 80px;
  transition: top 0.75s ease-in-out, box-shadow 0.25s ease-in-out;
}

.context.mod--tophead {
  top: 48px;
}

.scrolled .context.mod--tophead {
  top: 0;
}

.company {
  height: 80px;
  position: relative;
  max-width: 960px;
  margin: 0 auto;
}

.branding {
  position: absolute;
  top: 15px;
  left: 0;
  z-index: 20;
}

.index {
  width: 137px;
  height: 48px;
  display: block;
}

.logo {
  width: 100%;
}

.contact {
  position: absolute;
  top: 25px;
  right: 64px;
  z-index: 20;
  color: var(--primary);
  padding-right: 16px;
  text-transform: uppercase;
}

.contact:after {
  display: block;
  content: "";
  height: 40px;
  width: 1px;
  background-color: var(--base);
  opacity: 0.5;
  position: absolute;
  top: -5px;
  right: 0;
}

.skipto-contact {
  transition: color 0.25s ease-in-out;
}

.lbl-contact {
  position: relative;
  display: none;
  padding-right: 12px;
}

.skipto-contact:after {
  top: 0;
  width: 34px;
  height: 35px;
  display: inline-block;
  content: "";
  background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="1300px" height="1343px" style="shape-rendering:geometricPrecision; text-rendering:geometricPrecision; image-rendering:optimizeQuality; fill-rule:evenodd; clip-rule:evenodd" xmlns:xlink="http://www.w3.org/1999/xlink"><g><path style="opacity:1" fill="%2353b324" d="M 134.5,-0.5 C 477.833,-0.5 821.167,-0.5 1164.5,-0.5C 1229.72,9.54693 1272.89,45.8803 1294,108.5C 1296.39,117.193 1298.22,125.86 1299.5,134.5C 1299.5,411.167 1299.5,687.833 1299.5,964.5C 1289.44,1029.73 1253.11,1072.9 1190.5,1094C 1182,1096.53 1173.33,1098.19 1164.5,1099C 1109.5,1099.5 1054.5,1099.67 999.5,1099.5C 999.5,1180.5 999.5,1261.5 999.5,1342.5C 998.833,1342.5 998.167,1342.5 997.5,1342.5C 876.91,1261.19 755.91,1180.36 634.5,1100C 467.833,1099.67 301.167,1099.33 134.5,1099C 78.6618,1091.47 38.1618,1062.63 13,1012.5C 6.11843,997.041 1.61843,981.041 -0.5,964.5C -0.5,687.833 -0.5,411.167 -0.5,134.5C 7.33972,78.83 36.3397,38.33 86.5,13C 101.959,6.11843 117.959,1.61843 134.5,-0.5 Z M 145.5,99.5 C 481.5,99.3333 817.5,99.5 1153.5,100C 1179.97,103.806 1195.14,118.972 1199,145.5C 1199.67,414.833 1199.67,684.167 1199,953.5C 1195.17,980 1180,995.167 1153.5,999C 1068.83,999.5 984.167,999.667 899.5,999.5C 899.667,1051.5 899.5,1103.5 899,1155.5C 821.167,1103.67 743.333,1051.83 665.5,1000C 492.167,999.667 318.833,999.333 145.5,999C 118.972,995.139 103.806,979.972 100,953.5C 99.3333,684.167 99.3333,414.833 100,145.5C 104.012,118.989 119.179,103.655 145.5,99.5 Z"/></g><g><path style="opacity:0.996" fill="%2353b324" d="M 299.5,299.5 C 532.833,299.5 766.167,299.5 999.5,299.5C 999.5,332.833 999.5,366.167 999.5,399.5C 766.167,399.5 532.833,399.5 299.5,399.5C 299.5,366.167 299.5,332.833 299.5,299.5 Z"/></g><g><path style="opacity:0.996" fill="%2353b324" d="M 299.5,499.5 C 532.833,499.5 766.167,499.5 999.5,499.5C 999.5,532.833 999.5,566.167 999.5,599.5C 766.167,599.5 532.833,599.5 299.5,599.5C 299.5,566.167 299.5,532.833 299.5,499.5 Z"/></g><g><path style="opacity:0.996" fill="%2353b324" d="M 299.5,699.5 C 432.833,699.5 566.167,699.5 699.5,699.5C 699.5,732.833 699.5,766.167 699.5,799.5C 566.167,799.5 432.833,799.5 299.5,799.5C 299.5,766.167 299.5,732.833 299.5,699.5 Z"/></g></svg>');
  background-size: cover;
  vertical-align: middle;
  position: relative;
  transition: transform 0.25s ease-in-out;
}

.skipto-contact:hover:after {
  transform: rotate(-15deg);
}

.sitesearch {
  width: 100%;
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 4000;
  background: rgba(6, 19, 31, 0.9);
  transform: scale(0);
  padding: 0 8px;
  transition: transform 0.5s ease-in-out;
}

.searchbox {
  position: relative;
  padding-top: 32px;
  padding-bottom: 32px;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  border-radius: 2px;
  background-color: var(--white);
}

.searchform {
  width: 100%;
  position: relative;
  margin: 0 auto;
}

fieldset {
  position: relative;
}

legend {
  display: none;
}

.searchlabel {
  opacity: 0;
  display: block;
  font-size: 13px;
  overflow: hidden;
  position: absolute;
  top: -24px;
  left: 0;
  color: var(--base);
  transition: opacity 0.5s ease-in-out;
  z-index: 20;
}

fieldset.show .searchlabel {
  opacity: 0.7;
}

.searchfield {
  width: 100%;
  height: 40px;
  border: none;
  font-size: 16px;
  color: var(--base);
  border: 1px solid var(--base);
  padding: 0 12px;
  border-radius: 2px;
  background: transparent;
  overflow: hidden;
  line-height: 40px;
}

.searchform .searchsubmit {
  height: 100%;
  border: none;
  cursor: pointer;
  padding: 0 16px;
  background-color: var(--base);
  border-radius: 0 2px 2px 0;
  color: var(--white-opac-95);
  position: absolute;
  top: 0;
  right: 0;
  z-index: 20;
  transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out;
}

.searchform .searchsubmit:hover {
  background-color: var(--shade);
}

.explore {
  transform: scale(1);
}

.close-icon {
  border: none;
  padding-top: 12px;
  width: 40px;
  height: 40px;
  color: var(--base);
  border-radius: 20px;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
  display: block;
  position: absolute;
  background: var(--white);
  top: 84px;
  right: 50%;
  margin-right: -20px;
  z-index: 20;
  transform: rotate(0);
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.24);
  transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out, transform 1s ease-in-out;
}

.close-icon:before {
  display: block;
  font-size: 16px;
  content: "\e810";
  transition: color 0.25s ease-in-out;
  cursor: pointer;
}

.explore .close-icon {
  transform: rotate(180deg);
}

@media (min-width: 360px) {
  .context {
    padding-left: 32px;
    padding-right: 32px;
  }
  .sitesearch {
    padding: 0 24px;
  }
  .searchbox {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (min-width: 400px) {
  .sitesearch {
    padding: 0 32px;
  }
}
@media (min-width: 480px) {
  .context {
    padding-left: 40px;
    padding-right: 40px;
  }
  .sitesearch {
    padding: 0 48px;
  }
  .searchbox {
    padding-left: 32px;
    padding-right: 32px;
  }
  .close-icon {
    top: -20px;
    right: 0;
  }
}
@media (min-width: 560px) {
  .context {
    padding-left: 48px;
    padding-right: 48px;
  }
  .sitesearch {
    padding: 0 56px;
  }
}
@media (min-width: 640px) {
  .sitesearch {
    padding: 0 64px;
  }
}
@media (min-width: 720px) {
  .tophead {
    height: 48px;
  }
  .scrolled .tophead {
    top: -48px;
  }
  .context {
    height: 80px;
    padding-left: 64px;
    padding-right: 64px;
  }
  .context.mod--tophead {
    top: 48px;
  }
  .scrolled .context.mod--tophead {
    top: 0;
  }
  .contact {
    top: 23px;
    right: 158px;
    padding-right: 18px;
  }
  .lbl-contact {
    display: inline-block;
    font-size: 14px;
  }
  .skipto-contact:after {
    top: 2px;
  }
  .contact:after {
    top: -3px;
  }
  .sitesearch {
    padding: 0;
  }
  .searchbox {
    width: 70vw;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 960px) {
  .context {
    padding-left: 48px;
    padding-right: 48px;
  }
  .branding {
    left: 16px;
  }
  .contact {
    right: 174px;
  }
  .searchbox {
    width: 60vw;
    padding-top: 48px;
    padding-bottom: 48px;
    padding-left: 48px;
    padding-right: 48px;
  }
}
@media (min-width: 1280px) {
  .context {
    height: 100px;
  }
  .company {
    height: 100px;
    max-width: none;
  }
  .branding {
    top: 20px;
  }
  .index {
    width: 182px;
    height: 64px;
  }
  .contact {
    top: 35px;
    right: 186px;
  }
  .lbl-contact {
    font-size: 16px;
  }
  .skipto-contact:after {
    top: 0;
  }
  .contact:after {
    top: -5px;
  }
  .searchbox {
    width: 50vw;
    max-width: 640px;
    padding-top: 48px;
    padding-bottom: 48px;
    padding-left: 48px;
    padding-right: 48px;
  }
}
@media (min-width: 1680px) {
  .cpy-tophead {
    font-size: 16px;
  }
  .searchbox {
    max-width: 800px;
    padding-top: 64px;
    padding-bottom: 64px;
    padding-left: 64px;
    padding-right: 64px;
  }
}
.bgc--a {
  background: var(--white);
}

.bgc--b {
  background: var(--grey-b);
}

.bgd--a {
  background-image: linear-gradient(150deg, var(--secondary) 0%, var(--primary) 90%);
}

[class*=bsh-] {
  z-index: 1;
}

.bsh--a {
  box-shadow: 0 1px 3px 1px rgba(70, 78, 87, 0.15);
}

@media (min-width: 720px) {
  .slt--a {
    padding-top: 24px;
  }
  .slt--a:before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 24px;
    width: 75vw;
    z-index: 1;
  }
}
.top--a {
  padding-top: 24px;
}

.top--b {
  padding-top: 28px;
}

.top--c {
  padding-top: 32px;
}

.top--d {
  padding-top: 36px;
}

.top--e {
  padding-top: 40px;
}

.top--f {
  padding-top: 48px;
}

.top--g {
  padding-top: 56px;
}

.top--h {
  padding-top: 64px;
}

.btm--a {
  padding-bottom: 24px;
}

.btm--b {
  padding-bottom: 28px;
}

.btm--c {
  padding-bottom: 32px;
}

.btm--d {
  padding-bottom: 36px;
}

.btm--e {
  padding-bottom: 40px;
}

.btm--f {
  padding-bottom: 48px;
}

.btm--g {
  padding-bottom: 56px;
}

.btm--h {
  padding-bottom: 64px;
}

.slt--team {
  padding-top: 32px;
}

@media (min-width: 480px) {
  .top--a {
    padding-top: 28px;
  }
  .top--b {
    padding-top: 32px;
  }
  .top--c {
    padding-top: 36px;
  }
  .top--d {
    padding-top: 40px;
  }
  .top--e {
    padding-top: 48px;
  }
  .top--f {
    padding-top: 56px;
  }
  .top--g {
    padding-top: 64px;
  }
  .top--h {
    padding-top: 72px;
  }
  .btm--a {
    padding-bottom: 28px;
  }
  .btm--b {
    padding-bottom: 32px;
  }
  .btm--c {
    padding-bottom: 36px;
  }
  .btm--d {
    padding-bottom: 40px;
  }
  .btm--e {
    padding-bottom: 48px;
  }
  .btm--f {
    padding-bottom: 56px;
  }
  .btm--g {
    padding-bottom: 64px;
  }
  .btm--h {
    padding-bottom: 72px;
  }
}
@media (min-width: 720px) {
  .top--a {
    padding-top: 32px;
  }
  .top--b {
    padding-top: 36px;
  }
  .top--c {
    padding-top: 40px;
  }
  .top--d {
    padding-top: 48px;
  }
  .top--e {
    padding-top: 56px;
  }
  .top--f {
    padding-top: 64px;
  }
  .top--g {
    padding-top: 72px;
  }
  .top--h {
    padding-top: 80px;
  }
  .btm--a {
    padding-bottom: 32px;
  }
  .btm--b {
    padding-bottom: 36px;
  }
  .btm--c {
    padding-bottom: 40px;
  }
  .btm--d {
    padding-bottom: 48px;
  }
  .btm--e {
    padding-bottom: 56px;
  }
  .btm--f {
    padding-bottom: 64px;
  }
  .btm--g {
    padding-bottom: 72px;
  }
  .btm--h {
    padding-bottom: 80px;
  }
  .slt--team {
    padding-top: 64px;
  }
}
@media (min-width: 960px) {
  .top--a {
    padding-top: 36px;
  }
  .top--b {
    padding-top: 40px;
  }
  .top--c {
    padding-top: 48px;
  }
  .top--d {
    padding-top: 56px;
  }
  .top--e {
    padding-top: 64px;
  }
  .top--f {
    padding-top: 72px;
  }
  .top--g {
    padding-top: 80px;
  }
  .top--h {
    padding-top: 96px;
  }
  .btm--a {
    padding-bottom: 36px;
  }
  .btm--b {
    padding-bottom: 40px;
  }
  .btm--c {
    padding-bottom: 48px;
  }
  .btm--d {
    padding-bottom: 56px;
  }
  .btm--e {
    padding-bottom: 64px;
  }
  .btm--f {
    padding-bottom: 72px;
  }
  .btm--g {
    padding-bottom: 80px;
  }
  .btm--h {
    padding-bottom: 96px;
  }
}
@media (min-width: 1280px) {
  .top--a {
    padding-top: 40px;
  }
  .top--b {
    padding-top: 48px;
  }
  .top--c {
    padding-top: 56px;
  }
  .top--d {
    padding-top: 64px;
  }
  .top--e {
    padding-top: 72px;
  }
  .top--f {
    padding-top: 80px;
  }
  .top--g {
    padding-top: 96px;
  }
  .top--h {
    padding-top: 120px;
  }
  .btm--a {
    padding-bottom: 40px;
  }
  .btm--b {
    padding-bottom: 48px;
  }
  .btm--c {
    padding-bottom: 56px;
  }
  .btm--d {
    padding-bottom: 64px;
  }
  .btm--e {
    padding-bottom: 72px;
  }
  .btm--f {
    padding-bottom: 80px;
  }
  .btm--g {
    padding-bottom: 96px;
  }
  .btm--h {
    padding-bottom: 120px;
  }
  .slt--team {
    padding-top: 48px;
  }
}
@media (min-width: 1680px) {
  .top--a {
    padding-top: 48px;
  }
  .top--b {
    padding-top: 56px;
  }
  .top--c {
    padding-top: 64px;
  }
  .top--d {
    padding-top: 72px;
  }
  .top--e {
    padding-top: 80px;
  }
  .top--f {
    padding-top: 96px;
  }
  .top--g {
    padding-top: 120px;
  }
  .top--h {
    padding-top: 148px;
  }
  .btm--a {
    padding-bottom: 48px;
  }
  .btm--b {
    padding-bottom: 56px;
  }
  .btm--c {
    padding-bottom: 64px;
  }
  .btm--d {
    padding-bottom: 72px;
  }
  .btm--e {
    padding-bottom: 80px;
  }
  .btm--f {
    padding-bottom: 96px;
  }
  .btm--g {
    padding-bottom: 120px;
  }
  .btm--h {
    padding-bottom: 148px;
  }
}
.navigation {
  width: 75vw;
  position: fixed;
  top: 0;
  left: -75vw;
  height: 100%;
  z-index: 2000;
  box-shadow: 0 0 16px 5px rgba(22, 43, 61, 0);
  padding: 48px 32px 24px 32px;
  background: var(--primary);
  /*

  background-image:
  	linear-gradient(
  		150deg,
  		var(--primary) 0%,
  		var(--secondary) 90%
  	);

  */
  overflow: hidden;
  scrollbar-width: none;
  -ms-overflow-style: none;
  transition: left 0.5s cubic-bezier(0.5, 1, 0.89, 1), right 0.5s cubic-bezier(0.5, 1, 0.89, 1), box-shadow 0.5s cubic-bezier(0.5, 1, 0.89, 1);
}

.navigation.show {
  left: 0;
  box-shadow: 0 0 16px 5px rgba(22, 43, 61, 0.4);
  overflow-y: auto;
}

.navigation.mod--tophead {
  top: 64px;
}

.scrolled .navigation.mod--tophead {
  top: 0;
}

.sitemap {
  position: relative;
}

.primary {
  transition: padding 0.5s ease-in-out;
}

.menu {
  position: relative;
  border-bottom: 1px solid var(--white);
}

.menu .menu-item {
  line-height: 1;
  position: relative;
}

.menu > .menu-item:not(:first-child) {
  border-top: 1px solid var(--white);
}

.menu > .menu-item > a {
  display: block;
  position: relative;
  padding-left: 20px;
  line-height: 40px;
  overflow: hidden;
  color: var(--white);
  transition: color 0.25s ease-in-out, height 0.25s ease-in-out, padding 0.25s ease-in-out;
}

.menu > .menu-item > a:hover {
  color: var(--white);
}

.menu > .menu-item-has-children > a:before {
  display: block;
  position: absolute;
  font-size: 10px;
  margin-top: -5px;
  top: 50%;
  left: 0;
  z-index: 80;
  content: "\e802";
  color: var(--white);
  transition: color 0.25s ease-in-out, transform 0.25s ease-in-out;
}

.search-icon {
  border: none;
  top: 0;
  left: 0;
  z-index: 80;
  padding: 0 0 12px;
  text-align: center;
  display: none;
  transition: color 0.25s ease-in-out, transform 0.25s ease-in-out;
}

.search-icon:hover:before {
  transform: scale(1.1);
}

.search-icon:before {
  display: block;
  font-size: 20px;
  content: "\e809";
  color: var(--white);
  font-family: var(--arrows);
  transition: color 0.25s ease-in-out, transform 0.25s ease-in-out;
  cursor: pointer;
}

.adv-primary {
  line-height: 100px;
}

.menu > .menu-item.callto {
  padding-top: 24px;
  text-align: center;
}

.menu > .menu-item.callto > a {
  height: 36px;
  width: 148px;
  line-height: 36px;
  display: block;
  border-radius: 18px;
  padding: 0;
  color: var(--white);
}

.menu > .menu-item.callto > a:hover {
  background: var(--primary);
}

.menu > .menu-item > .sub-menu {
  position: relative;
  padding: 0 0 0 20px;
  transition: padding 0.25s ease-in-out, box-shadow 0.25s ease-in-out, top 0.25s ease-in-out, opacity 0.25s ease-in-out;
}

.menu > .menu-item > .sub-menu > .menu-item {
  transition: border-color 0.25s ease-in-out;
}

.menu > .menu-item > .sub-menu > .menu-item > a {
  height: 0;
  opacity: 0;
  display: block;
  overflow: hidden;
  line-height: 32px;
  color: var(--white);
  transition: color 0.25s ease-in-out, opacity 0.25s ease-in-out, height 0.25s ease-in-out;
}

.menu > .menu-item > .sub-menu > .menu-item > a:hover {
  color: var(--white);
}

.menu > .menu-item > .sub-menu > .menu-item > .sub-menu {
  position: relative;
  padding: 0 0 0 20px;
  transition: padding 0.25s ease-in-out, box-shadow 0.25s ease-in-out, top 0.25s ease-in-out, opacity 0.25s ease-in-out;
}

.menu > .menu-item > .sub-menu > .menu-item > .sub-menu > .menu-item {
  transition: border-color 0.25s ease-in-out;
}

.menu > .menu-item > .sub-menu > .menu-item > .sub-menu > .menu-item > a {
  height: 0;
  opacity: 0;
  display: block;
  overflow: hidden;
  line-height: 32px;
  color: var(--white);
  transition: color 0.25s ease-in-out, opacity 0.25s ease-in-out, height 0.25s ease-in-out;
}

.menu > .menu-item > .sub-menu > .menu-item > .sub-menu > .menu-item > a:hover {
  color: var(--white);
}

.menu > .current-menu-item > a,
.menu > .current-menu-parent > a,
.menu > .current-menu-ancestor > a,
.menu > .current-page-ancestor > a {
  color: var(--white);
}

.menu > .menu-item > .sub-menu > .current-menu-item > a,
.menu > .menu-item > .sub-menu > .current-menu-parent > a,
.menu > .menu-item > .sub-menu > .current-menu-ancestor > a,
.menu > .menu-item > .sub-menu > .current-page-ancestor > a {
  color: var(--white);
}

.menu > .menu-item > .sub-menu > .menu-item > .sub-menu > .current-menu-item > a,
.menu > .menu-item > .sub-menu > .menu-item > .sub-menu > .current-menu-parent > a,
.menu > .menu-item > .sub-menu > .menu-item > .sub-menu > .current-menu-ancestor > a,
.menu > .menu-item > .sub-menu > .menu-item > .sub-menu > .current-page-ancestor > a {
  color: var(--white);
}

.menu > .hover > a {
  color: var(--white);
}

.menu > .menu-item-has-children.hover > a:before {
  color: var(--white);
  transform: rotate(90deg);
}

.menu > .hover > .sub-menu {
  padding: 0 0 16px 20px;
}

.menu > .hover > .sub-menu > .menu-item > a {
  height: 32px;
  opacity: 1;
}

.menu > .hover > .sub-menu > .menu-item > .sub-menu {
  padding: 0 0 0 20px;
}

.menu > .hover > .sub-menu > .menu-item > .sub-menu > .menu-item > a {
  height: 32px;
  opacity: 1;
}

.flowbox {
  position: absolute;
  top: 30px;
  right: 0;
  z-index: 40;
}

.flow {
  height: 20px;
  position: relative;
  cursor: pointer;
}

.control {
  padding: 8px 48px 12px 0;
  z-index: 10;
}

.control span,
.control span:before,
.control span:after {
  height: 4px;
  display: block;
  background: var(--base);
  position: absolute;
  transition: background-color 0.25s ease-in-out, transform 0.25s ease-in-out, top 0.25s ease-in-out, bottom 0.25s ease-in-out, width 0.25s ease-in-out, height 0.25s ease-in-out, border-radius 0.25s ease-in-out;
}

.control span {
  top: 8px;
  width: 36px;
}

.control span:before {
  top: -8px;
  width: 48px;
}

.control span:after {
  bottom: -8px;
  width: 20px;
}

.control span:before,
.control span:after {
  content: "";
  transform: rotate(0deg);
}

.control.active span {
  background: rgba(0, 0, 0, 0);
}

.control.active span:before {
  width: 32px;
  top: 0;
  transform: rotate(45deg);
}

.control.active span:after {
  width: 32px;
  bottom: 0;
  transform: rotate(-45deg);
}

.control:hover span {
  width: 40px;
}

.control:hover span:before {
  top: -10px;
  width: 40px;
}

.control:hover span:after {
  bottom: -10px;
  width: 40px;
}

.control.active:hover span {
  width: 36px;
}

.control.active:hover span:before {
  top: 0;
  width: 32px;
}

.control.active:hover span:after {
  bottom: 0;
  width: 32px;
}

.menucopy {
  display: none;
  position: absolute;
  top: 0;
  right: 64px;
  text-transform: uppercase;
  font-size: 14px;
}

.closebox {
  display: none;
  position: absolute;
  top: 24px;
  left: 28px;
  z-index: 40;
}

.close {
  position: relative;
  cursor: pointer;
}

.closer {
  position: absolute;
  padding: 8px 32px 12px 0;
  top: 0;
  left: 0;
  z-index: 10;
  transition: transform 0.25s ease-in-out;
}

.closer:hover {
  transform: scale(1.25);
}

.closer span,
.closer span:before,
.closer span:after {
  height: 4px;
  width: 32px;
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0);
  position: absolute;
  transition: background-color 0.5s ease-in-out, transform 0.5s ease-in-out, top 0.5s ease-in-out, bottom 0.5s ease-in-out, width 0.5s ease-in-out;
}

.closer span {
  background: rgba(0, 0, 0, 0);
}

.closer span:before {
  top: 0;
  transform: rotate(-45deg);
}

.closer span:after {
  bottom: 0;
  transform: rotate(45deg);
}

.closer.active span:before {
  background: var(--white);
  transform: rotate(45deg);
}

.closer.active span:after {
  background: var(--white);
  transform: rotate(-45deg);
}

.ecopower {
  align-items: center;
  justify-content: center;
  padding-top: 20px;
  opacity: 0.8;
  margin: 0 auto;
}

.ico-eco {
  width: 36px;
  height: 36px;
  margin: 0 auto 4px;
}

.svg-eco {
  width: 36px;
  height: 36px;
  fill: var(--white);
}

.cpy-eco {
  font-size: 16px;
  color: var(--white);
  text-align: center;
}

@media (min-width: 480px) {
  .navigation {
    width: 300px;
    left: -300px;
    padding: 40px 48px 48px 48px;
  }
  .menu > .menu-item > a {
    line-height: 48px;
    padding-left: 24px;
  }
  .menu > .menu-item > .sub-menu {
    padding: 0 0 0 24px;
  }
  .menu > .hover > .sub-menu {
    padding: 0 0 20px 24px;
  }
  .menu > .menu-item > .sub-menu > .menu-item > a {
    line-height: 36px;
  }
  .menu > .hover > .sub-menu > .menu-item > a {
    height: 36px;
  }
  .menu > .menu-item > .sub-menu > .menu-item > .sub-menu {
    padding: 0 0 0 24px;
  }
  .menu > .hover > .sub-menu > .menu-item > .sub-menu {
    padding: 0 0 0 24px;
  }
  .menu > .menu-item > .sub-menu > .menu-item > .sub-menu > .menu-item > a {
    line-height: 36px;
  }
  .menu > .hover > .sub-menu > .menu-item > .sub-menu > .menu-item > a {
    height: 36px;
  }
}
@media (min-width: 640px) {
  .navigation {
    width: 400px;
    left: -400px;
    padding: 64px 48px 48px 48px;
  }
  .ecopower {
    display: flex;
  }
  .ico-eco {
    margin: 0 12px 0 0;
  }
  .cpy-eco {
    text-align: left;
  }
}
@media (min-width: 720px) {
  .navigation {
    width: 360px;
    left: -360px;
    padding: 64px 48px 48px 48px;
  }
  .navigation.mod--tophead {
    top: 48px;
  }
  .scrolled .navigation.mod--tophead {
    top: 0;
  }
  .flowbox {
    top: 30px;
  }
  .menu > .menu-item.callto {
    padding-top: 40px;
  }
  .menu > .menu-item.callto > a {
    height: 40px;
    line-height: 40px;
    width: 160px;
    border-radius: 20px;
  }
  .menucopy {
    display: block;
  }
}
@media (min-width: 960px) {
  .navigation {
    width: 40vw;
    left: inherit;
    right: -40vw;
    padding: 80px 48px 48px 48px;
  }
  .navigation.show {
    right: 0;
    left: inherit;
    box-shadow: 0 0 16px 5px rgba(22, 43, 61, 0.4);
  }
  .flowbox {
    right: 16px;
  }
  .closebox {
    display: block;
    top: 32px;
    left: 28px;
  }
}
@media (min-width: 1280px) {
  .flowbox {
    display: none;
  }
  .closebox {
    display: none;
  }
  .navigation {
    right: 0;
    width: auto;
    height: 100px;
    left: inherit;
    padding: 0 48px 0 0;
    background: none;
    box-shadow: none;
    overflow: visible;
    display: block;
    transition: top 0.75s ease-in-out;
  }
  .primary {
    height: 100px;
  }
  .menu {
    height: 100px;
    text-align: right;
    padding: 32px 0 0 0;
  }
  .menu > .menu-item {
    display: inline-block;
  }
  .menu .menu-item {
    font-size: 16px;
  }
  .menu > .menu-item:not(:first-child) {
    border: none;
  }
  .menu > .menu-item > a {
    line-height: 36px;
    padding-left: 16px;
    padding-right: 16px;
    transition: color 0.25s ease-in-out;
    color: var(--base);
  }
  .menu > .menu-item > a:hover {
    color: var(--berry);
  }
  .menu > .menu-item > a:hover:before {
    color: var(--berry);
  }
  .menu > .menu-item-has-children > a {
    padding-right: 24px;
  }
  .menu > .menu-item-has-children > a:before {
    right: 8px;
    color: var(--base);
  }
  .menu > .menu-item-has-children.callto > a:before {
    right: 12px;
    color: var(--base);
  }
  .menu > .menu-item.callto {
    padding-left: 16px;
  }
  .menu > .menu-item.callto > a {
    height: 36px;
    width: auto;
    line-height: 36px;
    display: inline-block;
    padding-left: 16px;
    padding-right: 32px;
    color: var(--base);
    background-color: var(--white);
    border-color: var(--base);
    border-width: 1px;
    border-style: solid;
    border-radius: 4px;
    transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, transform 0.25s ease-in-out;
  }
  .menu > .menu-item.callto > a:hover,
  .menu > .menu-item.callto.hover > a {
    color: var(--white);
    background-color: var(--berry);
    border-color: var(--berry);
  }
  .menu > .menu-item.callto > a:hover:before,
  .menu > .menu-item.callto.hover > a:before {
    color: var(--white);
  }
  .search-icon {
    padding: 0;
    border: none;
    position: absolute;
    top: 40px;
    left: -24px;
    z-index: 80;
  }
  .search-icon:hover {
    transform: scale(1.2);
  }
  .search-icon:before {
    color: var(--berry);
  }
  .search-icon:hover:before {
    transform: none;
  }
}
.banner {
  position: relative;
  background: var(--black);
}

.grp-footer {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  padding-top: 48px;
  padding-bottom: 64px;
}

.grd-footer.cell--b {
  padding-bottom: 48px;
}
.hdg-footer {
  font-size: 24px;
  margin-bottom: 32px;
  border-bottom: 1px solid var(--white-opac-95);
  padding-bottom: 16px;
}

.business {
  border-bottom: 1px solid var(--primary);
  padding-bottom: 36px;
  margin-bottom: 48px;
}

.root {
  width: 258px;
  height: 70px;
  display: block;
}

.grp-contact {
  display: flex;
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
}

.grd-contact.cell--b {
  padding-top: 12px;
}

.listing .menu-item {
  font-size: 18px;
}
.listing .menu-item.mod--a {
  margin-bottom: 12px;
}
.listing .menu-item.mod--b {
  margin-bottom: 12px;
}

.listing .menu-item a {
  position: relative;
  transition: color 0.25s ease-in-out;
}

.maplink:before {
  display: block;
  content: "\e811";
  font-size: 24px;
  color: var(--white-opac-95);
  position: absolute;
  top: -4px;
  right: -32px;
  font-family: var(--arrows);
  cursor: pointer;
  z-index: 1;
  transition: color 0.25s ease-in-out, transform 0.25s ease-in-out;
}

.grp-buttons {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
  padding-top: 48px;
}

.grd-buttons.cell--b {
  padding-top: 16px;
}

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

.callto-phone {
  border-top: 1px solid var(--white-opac-95);
  padding-top: 32px;
}

.callto-email {
  border-bottom: 1px solid var(--white-opac-95);
  padding-bottom: 40px;
}

.grp-secondary {
  display: flex;
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
}
.grp-secondary.mod--a {
  margin-bottom: 12px;
}
.grd-secondary.cell--b {
  padding-top: 12px;
}

.grp-social {
  margin-left: -12px;
  margin-right: -12px;
  padding-top: 32px;
}

.icons {
  border-top: 1px solid var(--white-opac-95);
  padding-top: 24px;
}

.itm-icons {
  color: var(--white-opac-95);
  display: inline-block;
  margin-right: 24px;
}

.itm-icons > a {
  display: block;
  color: var(--white-opac-95);
  transition: transform 0.25s ease-in-out;
}

.itm-icons > a:hover {
  transform: rotate(-15deg);
}

.itm-linkedin {
  position: relative;
  top: -2px;
}

.lnk-linkedin {
  text-align: center;
  display: block;
}

.icon-linkedin {
  font-size: 24px;
}

.itm-instagram {
  position: relative;
  top: 0;
}

.lnk-instagram {
  text-align: center;
  display: block;
}

.icon-instagram {
  font-size: 24px;
}

.itm-youtube {
  position: relative;
  top: 1px;
}

.lnk-youtube {
  text-align: center;
  display: block;
}

.icon-youtube {
  font-size: 24px;
}

.itm-twitter {
  position: relative;
  top: 0;
}

.lnk-twitter {
  text-align: center;
  display: block;
}

.icon-twitter {
  font-size: 24px;
}

.grp-smallprint {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  padding-top: 24px;
  padding-bottom: 24px;
}

.grd-smallprint.cell--a {
  order: 2;
}
.grd-smallprint.cell--b {
  order: 1;
}

.cpy-smallprint {
  font-size: 13px;
  max-width: 220px;
  margin: 0 auto;
  text-align: center;
}

.summary {
  text-align: center;
  margin-bottom: 8px;
}

.summary .menu-item {
  font-size: 13px;
  color: var(--white);
  display: inline-block;
  position: relative;
  margin: 0 8px;
}

.summary .menu-item > a {
  transition: color 0.25s ease-in-out;
}

.summary .menu-item:not(:first-child):before {
  display: block;
  content: "";
  width: 1px;
  height: 16px;
  background-color: var(--base);
  position: absolute;
  top: 1px;
  left: -8px;
  z-index: 1;
  opacity: 0.7;
}

.adv-smallprint {
  font-size: 13px;
  text-align: center;
}

.tpl--dark .hdg-footer {
  color: var(--white-opac-95);
}
.tpl--dark .adv-footer {
  color: var(--white-opac-95);
}
.tpl--dark .adv-smallprint {
  color: var(--base);
}
.tpl--dark .listing .menu-item {
  color: var(--white-opac-95);
}
.tpl--dark .listing .menu-item > a {
  color: var(--white-opac-95);
}
.tpl--dark .listing .menu-item > a:hover {
  text-decoration: underline;
}
.tpl--dark .cpy-smallprint {
  color: var(--base);
}
.tpl--dark .summary .menu-item > a {
  color: var(--base);
}
.tpl--dark .summary .menu-item > a:hover {
  color: var(--primary);
}

@media (min-width: 480px) {
  .cpy-smallprint {
    max-width: none;
  }
}
@media (min-width: 600px) {
  .grp-footer {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .grp-contact {
    flex-direction: row;
    padding-bottom: 32px;
  }
  .grd-contact.cell--a {
    width: 50%;
  }
  .grd-contact.cell--b {
    width: 50%;
    padding-top: 0;
  }
  .listing .menu-item.mod--b {
    margin-bottom: 40px;
  }
  .grp-buttons {
    flex-direction: row;
    position: relative;
    padding-bottom: 40px;
    padding-top: 40px;
  }
  .grp-buttons:before {
    display: block;
    content: "";
    height: 1px;
    position: absolute;
    background: var(--white-opac-95);
    top: 0;
    left: 16px;
    right: 16px;
    z-index: 1;
  }
  .grp-buttons:after {
    display: block;
    content: "";
    height: 1px;
    position: absolute;
    background: var(--white-opac-95);
    bottom: 0;
    left: 16px;
    right: 16px;
    z-index: 1;
  }
  .grd-buttons.cell--a {
    width: 50%;
  }
  .grd-buttons.cell--b {
    width: 50%;
    padding-top: 0;
  }
  .mdl-buttons.mod--a {
    text-align: right;
  }
  .mdl-buttons.mod--b {
    text-align: left;
  }
  .callto-phone {
    border: none;
    padding-top: 0;
  }
  .callto-email {
    border: none;
    padding-bottom: 0;
  }
  .grp-secondary {
    flex-direction: row;
    position: relative;
  }
  .grp-secondary.mod--b {
    padding-bottom: 32px;
  }
  .grd-secondary.cell--a {
    width: 260px;
  }
  .grd-secondary.cell--b {
    width: 260px;
    padding-top: 0;
  }
  .grp-social {
    padding-top: 0;
  }
}
@media (min-width: 720px) {
  .grd-contact.cell--a {
    width: 240px;
  }
  .grd-contact.cell--b {
    width: 240px;
  }
  .grd-buttons.cell--a {
    width: 240px;
  }
  .grd-buttons.cell--b {
    width: 240px;
  }
  .mdl-buttons.mod--a {
    text-align: left;
  }
}
@media (min-width: 960px) {
  .grp-footer {
    flex-direction: row;
    padding-top: 64px;
    padding-bottom: 96px;
  }
  .grd-footer.cell--a {
    width: 100%;
  }
  .grd-footer.cell--b {
    width: 50%;
    padding-bottom: 0;
  }
  .grd-footer.cell--c {
    width: 50%;
  }
  .grp-contact {
    flex-direction: row;
  }
  .grd-contact.cell--a {
    width: 50%;
  }
  .grd-contact.cell--b {
    width: 50%;
  }
  .listing .menu-item.mod--b {
    margin-bottom: 12px;
  }
  .grp-buttons {
    flex-direction: row;
    padding-bottom: 0;
  }
  .grp-buttons:after {
    display: none;
  }
  .grd-buttons.cell--a {
    width: 50%;
  }
  .grd-buttons.cell--b {
    width: 50%;
  }
  .grp-secondary {
    flex-direction: row;
  }
  .grd-secondary.cell--a {
    width: 50%;
  }
  .grd-secondary.cell--b {
    width: 50%;
  }
  .icons {
    padding-top: 48px;
  }
  .grp-smallprint {
    flex-direction: row;
  }
  .grd-smallprint.cell--a {
    width: 268px;
    order: 1;
  }
  .grd-smallprint.cell--b {
    width: 400px;
    order: 2;
  }
  .cpy-smallprint {
    display: inline-block;
    text-align: left;
  }
  .adv-smallprint {
    text-align: left;
  }
  .summary {
    position: relative;
    text-align: left;
    margin: 0;
  }
  .summary .menu-item {
    display: inline-block;
    margin: 0 32px 0 0;
    position: relative;
  }
  .summary .menu-item:before {
    display: block;
    content: "";
    width: 1px;
    height: 16px;
    background-color: var(--base);
    position: absolute;
    top: 1px;
    left: -16px;
    z-index: 1;
    opacity: 0.7;
  }
  .summary .menu-item:not(:first-child):before {
    left: -16px;
  }
}
@media (min-width: 1200px) {
  .grp-footer {
    padding-top: 96px;
    padding-bottom: 96px;
  }
  .hdg-footer {
    margin-bottom: 24px;
    padding-bottom: 16px;
  }
  .grp-contact {
    padding-bottom: 0;
  }
  .grd-contact.cell--a {
    width: 240px;
  }
  .grd-contact.cell--b {
    width: 240px;
    padding-top: 0;
  }
  .listing .menu-item.mod--b {
    margin-bottom: 40px;
  }
  .grp-buttons {
    padding-top: 24px;
    padding-bottom: 0;
  }
  .grp-buttons:before {
    display: none;
  }
  .grd-buttons.cell--a {
    width: 240px;
  }
  .grd-buttons.cell--b {
    width: 240px;
  }
  .grp-secondary.mod--b {
    padding-bottom: 0;
  }
  .grd-secondary.cell--a {
    width: 240px;
  }
  .grd-secondary.cell--b {
    width: 240px;
    padding-top: 0;
  }
  .grp-social {
    padding-top: 36px;
  }
  .icons {
    padding: 0;
    border: none;
  }
}
@media (min-width: 1280px) {
  .grp-contact {
    margin-left: -16px;
    margin-right: -16px;
  }
  .grp-buttons {
    margin-left: -16px;
    margin-right: -16px;
  }
  .grp-secondary {
    margin-left: -16px;
    margin-right: -16px;
  }
  .grp-social {
    margin-left: -16px;
    margin-right: -16px;
  }
}
@media (min-width: 1600px) {
  .grp-footer {
    padding-top: 128px;
    padding-bottom: 128px;
  }
  .grd-contact.cell--a {
    width: 260px;
  }
  .grd-contact.cell--b {
    width: 260px;
  }
  .grd-buttons.cell--a {
    width: 260px;
  }
  .grd-buttons.cell--b {
    width: 260px;
  }
  .grd-secondary.cell--a {
    width: 260px;
  }
  .grd-secondary.cell--b {
    width: 260px;
  }
}
.stepmenu {
  padding-top: 40px;
}

.steplist .next {
  line-height: 1;
  float: left;
}

.steplist .prev {
  line-height: 1;
  float: right;
}

.wp-pagenavi {
  text-align: center;
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
}

.wp-pagenavi .page {
  width: 36px;
  height: 36px;
  margin: 0 4px;
  padding: 8px 0 0;
  text-align: center;
  text-decoration: none;
  display: block;
  border-radius: 18px;
  transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out;
}

.wp-pagenavi .current {
  width: 36px;
  height: 36px;
  margin: 0 4px;
  padding: 8px 0 0;
  color: var(--white);
  text-align: center;
  display: block;
  border-radius: 18px;
  color: var(--white);
  background: var(--black);
  transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out;
}

.wp-pagenavi a:hover {
  color: var(--white);
  background: var(--black);
}
.wp-pagenavi a:hover span:before {
  color: var(--white);
}

.wp-pagenavi .pages {
  position: absolute;
  top: 0;
  right: 16px;
  z-index: 100;
}

.wp-pagenavi .extend {
  width: 36px;
  height: 36px;
  margin: 0 4px;
  padding: 8px 0 0;
  text-align: center;
  text-decoration: none;
  display: block;
  border-radius: 18px;
  transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out;
}

.previouspostslink, .nextpostslink {
  width: 36px;
  height: 36px;
  margin: 0 4px;
  padding: 6px 0 0;
  text-align: center;
  text-decoration: none;
  display: block;
  border-radius: 18px;
  transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out;
}

.arrow_left:before {
  font-family: var(--arrows);
  content: "\e909";
  font-size: 24px;
}

/* Snippet previous page: <span class="arrow_left" aria-hidden="true"></span> */
.arrow_right:before {
  font-family: var(--arrows);
  content: "\e90a";
  font-size: 24px;
}

/* Snippet next page: <span class="arrow_right" aria-hidden="true"></span> */
@media (min-width: 480px) {
  .stepmenu {
    padding-top: 48px;
  }
}
@media (min-width: 720px) {
  .stepmenu {
    padding-top: 64px;
  }
}
@media (min-width: 1280px) {
  .stepmenu {
    padding-top: 80px;
  }
}
figure.alignleft {
  width: 100%;
}

figure.alignright {
  width: 100%;
}

figure.aligncenter {
  width: 100%;
}

figure.aligncenter img {
  margin: 0 auto;
}

figure.alignnone {
  max-width: 100%;
}

.shared figure.alignleft {
  margin: 10% 0 10% 0;
}

.shared figure.alignright {
  margin: 10% 0 10% 0;
}

.shared figure.aligncenter {
  margin: 10% 0 10% 0;
}

.shared figure.aligncenter img {
  margin: 0 auto;
}

.shared figure.alignnone {
  margin: 10% 0 10% 0;
}

.shared figure {
  margin: 10% 0 10% 0;
}

.shared figure:not(:first-child) {
  margin-top: 10%;
}

.shared figcaption {
  font-size: 14px;
  padding-top: 12px;
  color: var(--black);
}

@media (min-width: 720px) {
  figure.alignleft {
    float: left;
    max-width: 50%;
  }
  figure.alignright {
    float: right;
    max-width: 50%;
  }
  figure.size-thumbnail {
    max-width: 30%;
  }
  figure.size-medium {
    max-width: 40%;
  }
  .shared figure.alignleft {
    margin: 1% 5% 2% 0;
  }
  .shared figure.alignright {
    margin: 1% 0 2% 5%;
  }
  .shared figure.aligncenter {
    margin: 10% auto 10% auto;
  }
  .shared figure.alignnone {
    margin: 10% 0 10% 0;
  }
}
@media (min-width: 1280px) {
  .shared figure.aligncenter.size-full {
    border-radius: 8px;
    position: relative;
    left: -10%;
    max-width: none;
    width: 120%;
  }
  .shared figure {
    margin-bottom: 7.5%;
  }
  .shared figure:not(:first-child) {
    margin-top: 7.5%;
  }
}
@media (min-width: 1680px) {
  .shared figure.aligncenter.size-full {
    margin: 7.5% auto 7.5% auto;
    left: -20%;
    width: 140%;
  }
  .shared figure.alignwide {
    margin: 7.5% -80px;
  }
  .shared figure.alignwide img {
    width: 100%;
  }
}
.shared h1 a, .shared h2 a, .shared h3 a, .shared h4 a, .shared h5 a, .shared h6 a {
  color: var(--black);
}
.shared h2 {
  font-size: 24px;
  margin-bottom: 24px;
  padding-top: 24px;
}
.shared h2:first-child {
  padding-top: 0;
}
.shared h3 {
  font-size: 19px;
  margin-bottom: 12px;
  padding-top: 12px;
}
.shared h4 {
  font-size: 19px;
  margin-bottom: 12px;
}
.shared h5 {
  font-size: 19px;
  margin-bottom: 12px;
}
.shared h6 {
  font-size: 19px;
  margin-bottom: 12px;
}

.shared p a {
  color: var(--black);
}
.shared p:not(:last-child) {
  margin-bottom: 20px;
}

.shared blockquote {
  padding: 24px;
}

.shared blockquote p {
  font-size: 18px;
  margin-bottom: 24px;
}

.shared blockquote cite {
  font-style: normal;
  margin-bottom: 24px;
  display: block;
}

.shared ul {
  margin-bottom: 16px;
  padding-left: 16px;
}

.shared ul li {
  line-height: 1.5;
  margin-bottom: 8px;
}
.shared ul li a {
  color: var(--black);
}
.shared ul li {
  list-style-type: disc;
}

.shared ul li ul {
  padding-top: 12px;
  padding-left: 16px;
  margin-bottom: 12px;
}

.shared ul li ul li {
  list-style-type: circle;
}

.shared ol {
  margin-bottom: 16px;
  padding-left: 16px;
}

.shared ol li {
  line-height: 1.5;
  margin-bottom: 8px;
}
.shared ol li a {
  color: var(--black);
}
.shared ol li {
  list-style-type: decimal;
}

.shared ol li ol {
  padding-top: 12px;
  padding-left: 16px;
  margin-bottom: 12px;
}

.shared ol li ol li {
  list-style-type: lower-latin;
}

.shared ul li ol {
  padding-top: 12px;
  padding-left: 16px;
  margin-bottom: 12px;
}

.shared ul li ol li {
  list-style-type: lower-latin;
}

.shared ol li ul {
  padding-top: 12px;
  padding-left: 16px;
  margin-bottom: 12px;
}

.shared ol li ul li {
  list-style-type: lower-latin;
}

.shared del {
  text-decoration: line-through;
}

.shared ins {
  text-decoration: none;
  border-bottom: 1px dashed var(--black);
}

.shared small {
  font-size: 13px;
}

.shared .has-video {
  overflow: hidden;
  position: relative;
  padding-bottom: 56.25%;
  margin-bottom: 10%;
  height: 0;
}
.shared .has-video iframe {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  overflow: hidden;
  margin: 0;
  border: 0;
  top: 0;
  left: 0;
}

.shared .has-video:not(:first-child) {
  margin-top: 10%;
}

.shared .wp-block-embed-slideshare .has-video {
  padding-bottom: 80%;
}

.shared .wp-block-embed__wrapper.has-video {
  margin-bottom: 0;
}

@media (min-width: 480px) {
  .shared p:not(:last-child) {
    margin-bottom: 24px;
  }
}
@media (min-width: 720px) {
  .shared p {
    font-size: 18px;
  }
  .shared ul {
    padding-left: 40px;
  }
  .shared ol {
    padding-left: 40px;
  }
  .shared ul li ul,
  .shared ol li ol,
  .shared ul li ol,
  .shared ol li ul {
    padding-left: 40px;
  }
  .shared blockquote {
    padding: 24px 40px 24px 40px;
  }
}
@media (min-width: 960px) {
  .shared h2 {
    font-size: 28px;
  }
  .shared h3 {
    font-size: 21px;
  }
  .shared h4 {
    font-size: 17px;
  }
  .shared h5 {
    font-size: 17px;
  }
  .shared h6 {
    font-size: 17px;
  }
  .shared blockquote p {
    font-size: 21px;
  }
  .shared ul {
    padding-left: 48px;
  }
  .shared ol {
    padding-left: 48px;
  }
  .shared ul li ul,
  .shared ol li ol,
  .shared ul li ol,
  .shared ol li ul {
    padding-left: 48px;
  }
  .shared small {
    font-size: 14px;
  }
}
@media (min-width: 1280px) {
  .shared h2 {
    font-size: 32px;
  }
  .shared blockquote {
    padding: 24px 48px 24px 48px;
  }
  .shared .has-video {
    margin-bottom: 7.5%;
  }
  .shared .has-video:not(:first-child) {
    margin-top: 7.5%;
  }
}
@media (min-width: 1680px) {
  .shared h4 {
    font-size: 18px;
  }
  .shared h5 {
    font-size: 18px;
  }
  .shared h6 {
    font-size: 18px;
  }
  .shared p {
    font-size: 18px;
  }
  .shared ul {
    padding-left: 64px;
  }
  .shared ul li {
    font-size: 18px;
  }
  .shared ol {
    padding-left: 64px;
  }
  .shared ol li {
    font-size: 18px;
  }
  .shared ul li ul,
  .shared ol li ol,
  .shared ul li ol,
  .shared ol li ul {
    padding-left: 64px;
  }
}
.inprint h1 a, .inprint h2 a, .inprint h3 a, .inprint h4 a, .inprint h5 a, .inprint h6 a {
  color: var(--berry-light);
}
.inprint h1 a:hover, .inprint h2 a:hover, .inprint h3 a:hover, .inprint h4 a:hover, .inprint h5 a:hover, .inprint h6 a:hover {
  text-decoration: underline;
}
.inprint h2 {
  font-size: 24px;
  margin-bottom: 24px;
}
.inprint h2:not(:first-child) {
  padding-top: 16px;
}
.inprint h2:first-child {
  padding-top: 0;
}
.inprint h3 {
  font-size: 18px;
  margin-bottom: 24px;
  padding-top: 16px;
}
.inprint h4 {
  font-size: 16px;
  margin-bottom: 24px;
  padding-top: 16px;
}
.inprint h5 {
  font-size: 16px;
  margin-bottom: 24px;
  padding-top: 16px;
}
.inprint h6 {
  font-size: 16px;
  margin-bottom: 24px;
  padding-top: 16px;
}

.inprint p a {
  color: var(--berry-light);
}
.inprint p:not(:last-child) {
  margin-bottom: 24px;
}

.inprint ul {
  margin-bottom: 24px;
  padding-left: 16px;
}

.inprint ul li {
  line-height: 1.5;
  margin-bottom: 4px;
  position: relative;
}
.inprint ul li a {
  color: var(--berry-light);
}
.inprint ul li {
  list-style-type: disc;
}

.inprint ul li ul {
  padding-top: 12px;
  padding-left: 16px;
  margin-bottom: 12px;
}

.inprint ul li ul li {
  list-style-type: circle;
}

.inprint ol {
  margin-bottom: 24px;
  padding-left: 16px;
}

.inprint ol li {
  line-height: 1.5;
  margin-bottom: 4x;
}
.inprint ol li a {
  color: var(--berry-light);
}
.inprint ol li {
  list-style-type: decimal;
}

.inprint ol li ol {
  padding-top: 12px;
  padding-left: 16px;
  margin-bottom: 12px;
}

.inprint ol li ol li {
  list-style-type: lower-latin;
}

.inprint ul li ol {
  padding-top: 12px;
  padding-left: 16px;
  margin-bottom: 12px;
}

.inprint ul li ol li {
  list-style-type: lower-latin;
}

.inprint ol li ul {
  padding-top: 12px;
  padding-left: 16px;
  margin-bottom: 12px;
}

.inprint ol li ul li {
  list-style-type: lower-latin;
}

.inprint del {
  text-decoration: line-through;
}

.inprint ins {
  text-decoration: none;
  border-bottom: 1px dashed var(--black);
}

.inprint small {
  font-size: 75%;
}

@media (min-width: 720px) {
  .inprint p {
    font-size: 18px;
  }
  .inprint ul {
    padding-left: 40px;
  }
  .inprint ul li {
    font-size: 18px;
  }
  .inprint ol {
    padding-left: 40px;
  }
  .inprint ol li {
    font-size: 18px;
  }
  .inprint ul li ul,
  .inprint ol li ol,
  .inprint ul li ol,
  .inprint ol li ul {
    padding-left: 40px;
  }
}
@media (min-width: 960px) {
  .inprint h2 {
    font-size: 28px;
  }
  .inprint h3 {
    font-size: 24px;
  }
  .inprint h4 {
    font-size: 20px;
  }
  .inprint h5 {
    font-size: 18px;
  }
  .inprint h6 {
    font-size: 18px;
  }
  .inprint ul {
    padding-left: 48px;
  }
  .inprint ol {
    padding-left: 48px;
  }
  .inprint ul li ul,
  .inprint ol li ol,
  .inprint ul li ol,
  .inprint ol li ul {
    padding-left: 48px;
  }
}
@media (min-width: 1280px) {
  .inprint h2 {
    font-size: 32px;
  }
  .inprint h3 {
    font-size: 24px;
  }
  .inprint h4 {
    font-size: 20px;
  }
  .inprint h5 {
    font-size: 18px;
  }
  .inprint h6 {
    font-size: 18px;
  }
  .inprint blockquote {
    padding: 24px 48px 24px 48px;
  }
}
@media (min-width: 1680px) {
  .inprint h2 {
    font-size: 40px;
  }
  .inprint h3 {
    font-size: 32px;
  }
  .inprint h4 {
    font-size: 24px;
  }
  .inprint h5 {
    font-size: 20px;
  }
  .inprint h6 {
    font-size: 20px;
  }
  .inprint ul {
    padding-left: 64px;
  }
  .inprint ol {
    padding-left: 64px;
  }
  .inprint ul li ul,
  .inprint ol li ol,
  .inprint ul li ol,
  .inprint ol li ul {
    padding-left: 64px;
  }
}
.builder .tablepress > :not(caption) > * > * {
  box-sizing: border-box;
}

.elementor .tablepress-scroll-wrapper {
  padding: 20px 0 36px;
}

.elementor table.tablepress {
  position: relative;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin-bottom: 0;
  border: none;
  z-index: 1;
}

.elementor table.tablepress::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: -1;
  box-shadow: 0 4px 20px 5px rgba(129, 143, 150, 0.2);
}

.elementor table.tablepress.tbl--a::after {
  right: 120px;
  width: 120px;
  height: 100%;
}

.elementor table.tablepress.tbl--b::after {
  right: 180px;
  width: 180px;
  height: 100%;
}

.elementor .tablepress thead {
  border-bottom-width: 3px;
  border-bottom-style: solid;
}

.elementor .tablepress thead th {
  border: none;
  background: none;
  vertical-align: top;
  font-weight: normal;
  font-size: 16px;
  padding: 12px 12px;
}

.elementor .tablepress thead th.column-1 {
  text-align: left;
}

.elementor .tablepress.tbl--a thead th.column-1 {
  min-width: 240px;
}

.elementor .tablepress.tbl--b thead th.column-1 {
  min-width: 180px;
}

.elementor .tablepress thead th.column-2 {
  text-align: center;
}

.elementor .tablepress.tbl--a thead th.column-2 {
  min-width: 120px;
  max-width: 120px;
}

.elementor .tablepress.tbl--b thead th.column-2 {
  min-width: 180px;
  max-width: 180px;
}

.elementor .tablepress thead th.column-3 {
  text-align: center;
}

.elementor .tablepress.tbl--a thead th.column-3 {
  min-width: 120px;
  max-width: 120px;
}

.elementor .tablepress.tbl--b thead th.column-3 {
  min-width: 180px;
  max-width: 180px;
}

.elementor .tablepress.mod--b thead th {
  border: none;
  background: none;
  vertical-align: top;
  font-weight: normal;
  font-size: 16px;
  padding: 12px 12px;
}
.elementor .tablepress.mod--b thead th.column-1 {
  min-width: 170px;
  text-align: left;
}
.elementor .tablepress.mod--b thead th.column-2 {
  min-width: 120px;
  max-width: 120px;
  text-align: center;
}
.elementor .tablepress.mod--b thead th.column-3 {
  min-width: 120px;
  max-width: 120px;
  text-align: center;
}
.elementor .tablepress.mod--b thead th.column-4 {
  min-width: 120px;
  max-width: 120px;
  text-align: center;
}
.elementor .tablepress.mod--b thead th.column-5 {
  min-width: 120px;
  max-width: 120px;
  text-align: center;
}
.elementor .tablepress.mod--b thead th.column-6 {
  min-width: 120px;
  max-width: 120px;
  text-align: center;
}

.elementor table.tablepress.mod--b::after {
  right: 120px;
  width: 120px;
  display: none;
}

.elementor .tablepress tbody tr:not(:last-child) {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

.elementor .tablepress tbody td {
  border: none;
  background: none;
  vertical-align: middle;
  font-weight: normal;
  padding: 12px 12px;
}

.elementor .tablepress tbody td.column-1 {
  text-align: left;
  padding: 12px 24px 12px 12px;
}

.elementor .tablepress.tbl--a tbody td.column-1 {
  min-width: 240px;
}

.elementor .tablepress.tbl--b tbody td.column-1 {
  min-width: 180px;
}

.elementor .tablepress tbody td.column-2 {
  text-align: center;
}

.elementor .tablepress.tbl--a tbody td.column-2 {
  min-width: 120px;
  max-width: 120px;
}

.elementor .tablepress.tbl--b tbody td.column-2 {
  min-width: 180px;
  max-width: 180px;
}

.elementor .tablepress tbody td.column-3 {
  text-align: center;
}

.elementor .tablepress.tbl--a tbody td.column-3 {
  min-width: 120px;
  max-width: 120px;
}

.elementor .tablepress.tbl--b tbody td.column-3 {
  min-width: 180px;
  max-width: 180px;
}

.elementor .tablepress.mod--b tbody td {
  border: none;
  background: none;
  vertical-align: middle;
  font-weight: normal;
  padding: 12px 12px;
}
.elementor .tablepress.mod--b tbody td.column-1 {
  min-width: 170px;
  text-align: left;
  padding: 12px 24px 12px 12px;
}
.elementor .tablepress.mod--b tbody td.column-2 {
  min-width: 120px;
  max-width: 120px;
  text-align: center;
}
.elementor .tablepress.mod--b tbody td.column-3 {
  min-width: 120px;
  max-width: 120px;
  text-align: center;
}
.elementor .tablepress.mod--b tbody td.column-4 {
  min-width: 120px;
  max-width: 120px;
  text-align: center;
}
.elementor .tablepress.mod--b tbody td.column-5 {
  min-width: 120px;
  max-width: 120px;
  text-align: center;
}
.elementor .tablepress.mod--b tbody td.column-6 {
  min-width: 120px;
  max-width: 120px;
  text-align: center;
}

.elementor .rowhead-tbl {
  font-size: 16px;
}

.elementor .rowcopy-tbl {
  font-size: 14px;
}

.elementor table.tablepress img {
  max-width: 24px;
  display: inline-block;
}

@media (min-width: 560px) {
  .elementor .tablepress.tbl--a thead th.column-1 {
    min-width: 280px;
  }
  .elementor .tablepress.tbl--b thead th.column-1 {
    min-width: 240px;
  }
  .elementor .tablepress.mod--b thead th.column-1 {
    min-width: 170px;
  }
  .elementor .tablepress.tbl--a tbody td.column-1 {
    min-width: 280px;
  }
  .elementor .tablepress.tbl--b tbody td.column-1 {
    min-width: 240px;
  }
  .elementor .tablepress.mod--b tbody td.column-1 {
    min-width: 170px;
  }
}
@media (min-width: 600px) {
  .elementor .tablepress.tbl--a thead th.column-1 {
    min-width: 300px;
  }
  .elementor .tablepress.tbl--b thead th.column-1 {
    min-width: 240px;
  }
  .elementor .tablepress.mod--b thead th.column-1 {
    min-width: 170px;
  }
  .elementor .tablepress.tbl--a tbody td.column-1 {
    min-width: 300px;
  }
  .elementor .tablepress.tbl--b tbody td.column-1 {
    min-width: 240px;
  }
  .elementor .tablepress.mod--b tbody td.column-1 {
    min-width: 170px;
  }
}
@media (min-width: 640px) {
  .elementor .tablepress.tbl--a thead th.column-1 {
    min-width: 320px;
  }
  .elementor .tablepress.tbl--b thead th.column-1 {
    min-width: 240px;
  }
  .elementor .tablepress.mod--b thead th.column-1 {
    min-width: 170px;
  }
  .elementor .tablepress.tbl--a tbody td.column-1 {
    min-width: 320px;
  }
  .elementor .tablepress.tbl--b tbody td.column-1 {
    min-width: 240px;
  }
  .elementor .tablepress.mod--b tbody td.column-1 {
    min-width: 170px;
  }
}
@media (min-width: 960px) {
  .elementor table.tablepress.tbl--a::after {
    top: 0;
    right: 140px;
    width: 140px;
  }
  .elementor table.tablepress.tbl--b::after {
    top: 0;
    right: 33.333333333%;
    width: 33.333333333%;
  }
  .elementor .tablepress thead th {
    font-size: 18px;
    padding: 12px 16px;
  }
  .elementor .tablepress.tbl--a thead th.column-1 {
    min-width: auto;
  }
  .elementor .tablepress.tbl--b thead th.column-1 {
    min-width: auto;
    max-width: none;
    width: 33.3333333333%;
  }
  .elementor .tablepress.tbl--a thead th.column-2 {
    min-width: 140px;
    max-width: 140px;
  }
  .elementor .tablepress.tbl--b thead th.column-2 {
    min-width: auto;
    max-width: none;
    width: 33.3333333333%;
  }
  .elementor .tablepress.tbl--a thead th.column-3 {
    min-width: 140px;
    max-width: 140px;
  }
  .elementor .tablepress.tbl--b thead th.column-3 {
    min-width: auto;
    max-width: none;
    width: 33.3333333333%;
  }
  .elementor .tablepress.mod--b thead th {
    font-size: 16px;
    padding: 12px 16px;
  }
  .elementor .tablepress.mod--b thead th.column-1 {
    min-width: 200px;
  }
  .elementor .tablepress.mod--b thead th.column-2 {
    min-width: 120px;
    max-width: 120px;
  }
  .elementor .tablepress.mod--b thead th.column-3 {
    min-width: 120px;
    max-width: 120px;
  }
  .elementor .tablepress.mod--b thead th.column-4 {
    min-width: 120px;
    max-width: 120px;
  }
  .elementor .tablepress.mod--b thead th.column-5 {
    min-width: 120px;
    max-width: 120px;
  }
  .elementor .tablepress.mod--b thead th.column-6 {
    min-width: 120px;
    max-width: 120px;
  }
  .elementor table.tablepress.mod--b::after {
    top: 0;
    right: 120px;
    width: 120px;
  }
  .elementor .tablepress tbody td {
    padding: 12px 16px;
  }
  .elementor .tablepress tbody td.column-1 {
    padding: 12px 32px 12px 16px;
  }
  .elementor .tablepress.tbl--a tbody td.column-1 {
    min-width: auto;
  }
  .elementor .tablepress.tbl--b tbody td.column-1 {
    min-width: 33.333333333%;
  }
  .elementor .tablepress.tbl--a tbody td.column-2 {
    min-width: 140px;
    max-width: 140px;
  }
  .elementor .tablepress.tbl--b tbody td.column-2 {
    min-width: 33.333333333%;
    max-width: 33.333333333%;
  }
  .elementor .tablepress.tbl--a tbody td.column-3 {
    min-width: 140px;
    max-width: 140px;
  }
  .elementor .tablepress.tbl--b tbody td.column-3 {
    min-width: 33.333333333%;
    max-width: 33.333333333%;
  }
  .elementor .tablepress.mod--b tbody td {
    padding: 12px 16px;
  }
  .elementor .tablepress.mod--b tbody td.column-1 {
    min-width: 200px;
    padding: 12px 16px 12px 16px;
  }
  .elementor .tablepress.mod--b tbody td.column-2 {
    min-width: 120px;
    max-width: 120px;
  }
  .elementor .tablepress.mod--b tbody td.column-3 {
    min-width: 120px;
    max-width: 120px;
  }
  .elementor .tablepress.mod--b tbody td.column-4 {
    min-width: 120px;
    max-width: 120px;
  }
  .elementor .tablepress.mod--b tbody td.column-5 {
    min-width: 120px;
    max-width: 120px;
  }
  .elementor .tablepress.mod--b tbody td.column-6 {
    min-width: 120px;
    max-width: 120px;
  }
  .elementor .rowhead-tbl {
    font-size: 18px;
  }
  .elementor .rowcopy-tbl {
    font-size: 16px;
  }
  .elementor table.tablepress img {
    max-width: 36px;
  }
}
.cbg-static {
  background-color: var(--grey-a);
  background-size: cover;
  background-position: center center;
}

.fgp-static {
  display: flex;
  flex-flow: column wrap;
}

.flx-static {
  margin-bottom: 32px;
}

.data-static {
  margin-bottom: 20px;
}

.head-static {
  margin-bottom: 20px;
}

.hdl-static {
  font-size: 28px;
  margin-bottom: 20px;
}

.exc-static {
  margin-bottom: 20px;
}

.exc-static p {
  margin-bottom: 20px;
}

.cpy-static {
  margin-bottom: 20px;
}

.cpy-static p {
  color: var(--grey-a);
  margin-bottom: 20px;
  line-height: 1.5;
}

.clt-static {
  margin-top: 32px;
  border-top: 1px solid var(--grey-a);
  padding-top: 20px;
}

.lnk-static {
  color: var(--primary);
  line-height: 1;
  position: relative;
  transition: color 0.25s ease-in-out;
}

.form-static {
  background-color: var(--white);
  box-shadow: 0px 3px 7px 1px rgba(129, 143, 150, 0.7);
  padding: 32px 24px;
  margin: 0 auto;
}

.hdg-static {
  font-size: 24px;
  margin-bottom: 12px;
}

.post-password-form p {
  position: relative;
}

.post-password-form p label {
  font-size: 16px;
  display: block;
  padding-top: 16px;
  padding-bottom: 16px;
}

.post-password-form input[type=password] {
  width: 100%;
  height: 40px;
  line-height: 1;
  border: 1px solid var(--grey-a);
  border-radius: 3px;
  padding: 0 16px;
  background-color: transparent;
  margin-top: 8px;
  display: block;
}

.post-password-form input[type=password]:focus {
  border-color: var(--grey-a);
}

.post-password-form input[type=submit] {
  cursor: pointer;
  border: none;
  height: 36px;
  color: var(--white);
  padding: 0 32px;
  line-height: 32px;
  background: var(--primary);
  border-radius: 40px;
  display: block;
  margin: 0 auto;
}

.fgp-files {
  margin-left: -12px;
  margin-right: -12px;
}

.flx-files {
  flex-shrink: 0;
}

.itm-files {
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
}

.flx-files:not(:last-child) .itm-files {
  border-bottom: 1px solid var(--grey-a);
}

.cpy-files {
  line-height: 1.25;
}

.lnk-files {
  color: var(--grey-a);
  line-height: 1;
  position: relative;
  padding-right: 40px;
  transition: color 0.25s ease-in-out;
  display: block;
}

.lnk-files:after {
  display: block;
  font-family: "Arrows";
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "liga";
  color: var(--primary);
  font-size: 24px;
  margin-top: -12px;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 80;
  content: "\e90d";
  transition: color 0.25s ease-in-out;
}

@media (min-width: 480px) {
  .flx-static.cell--a {
    width: 66.6666666667%;
  }
  .form-static {
    padding: 40px;
  }
}
@media (min-width: 720px) {
  .slt--static {
    padding-top: 200px;
    padding-bottom: 120px;
  }
  .hdl-static {
    font-size: 32px;
  }
  .clt-static {
    margin-top: 48px;
  }
  .fgp-files {
    display: flex;
    flex-flow: row wrap;
    justify-content: stretch;
    align-items: stretch;
    flex: 0 1 auto;
    margin-left: -16px;
    margin-right: -16px;
  }
  .flx-files {
    display: flex;
    width: 50%;
  }
  .itm-files {
    width: 100%;
    padding-top: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--grey-a);
  }
}
@media (min-width: 960px) {
  .fgp-static {
    display: flex;
    flex-flow: row wrap;
  }
  .flx-static {
    margin-bottom: 0;
  }
  .flx-static.cell--a {
    width: 50%;
  }
  .flx-static.cell--b {
    width: 66.6666666667%;
  }
  .flx-static.cell--c {
    width: 50%;
  }
  .flx-static.cell--d {
    width: 50%;
  }
  .hdl-static {
    font-size: 36px;
  }
  .clt-static {
    margin-top: 64px;
  }
  .form-static {
    padding: 48px;
  }
}
@media (min-width: 1120px) {
  .flx-static.cell--a {
    width: 41.6666666667%;
  }
}
@media (min-width: 1280px) {
  .slt--static {
    padding-top: 240px;
    padding-bottom: 160px;
  }
  .flx-static.cell--a {
    width: 50%;
  }
  .data-static {
    margin-bottom: 24px;
  }
  .head-static {
    margin-bottom: 24px;
  }
  .hdl-static {
    font-size: 40px;
    margin-bottom: 24px;
  }
  .exc-static {
    margin-bottom: 24px;
  }
  .exc-static p {
    font-size: 21px;
    margin-bottom: 24px;
  }
  .cpy-static {
    margin-bottom: 24px;
  }
  .cpy-static p {
    font-size: 18px;
    margin-bottom: 24px;
  }
  .lnk-static {
    font-size: 18px;
  }
}
@media (min-width: 1360px) {
  .flx-static.cell--b {
    width: 66.6666666667%;
  }
}
@media (min-width: 1680px) {
  .slt--static {
    padding-top: 260px;
    padding-bottom: 180px;
  }
  .flx-static.cell--a {
    width: 41.6666666667%;
  }
  .data-static {
    margin-bottom: 28px;
  }
  .head-static {
    margin-bottom: 28px;
  }
  .hdl-static {
    font-size: 48px;
    margin-bottom: 28px;
  }
  .exc-static {
    margin-bottom: 28px;
  }
  .exc-static p {
    font-size: 21px;
    margin-bottom: 28px;
  }
  .cpy-static {
    margin-bottom: 28px;
  }
  .cpy-static p {
    font-size: 20px;
    margin-bottom: 28px;
  }
  .lnk-static {
    font-size: 20px;
  }
  .fgp-files {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.wp-block-group.group--highlight {
  position: relative;
  margin-top: 10%;
  margin-bottom: 10%;
  border-radius: 7px;
  padding: 10%;
  background-image: linear-gradient(150deg, var(--primary) 0%, var(--primary) 90%);
}
.wp-block-group.group--highlight h2.wp-block-heading {
  color: var(--white);
  position: relative;
  z-index: 10;
}
.wp-block-group.group--highlight p {
  color: var(--white);
  position: relative;
  z-index: 10;
}

.group--highlight:before {
  content: "";
  height: 248px;
  width: 150px;
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  background-image: url("./media/scss/footer-background.png");
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 7px 0 0 0;
}

@media (min-width: 1280px) {
  .wp-block-group.group--highlight {
    margin-top: 7.5%;
    margin-bottom: 7.5%;
  }
}
.shared table.tablepress {
  position: relative;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin-bottom: 0;
  border: none;
  z-index: 1;
}

.shared .tablepress thead {
  border-bottom-width: 3px;
  border-bottom-style: solid;
}

.shared .tablepress thead th {
  border: none;
  background: none;
  vertical-align: top;
  font-weight: normal;
  text-align: left;
  font-size: 16px;
  padding: 12px;
}

.shared .tablepress tbody tr:not(:last-child) {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

.shared .tablepress tbody td {
  border: none;
  background: none;
  vertical-align: middle;
  font-weight: normal;
  padding: 12px;
}

.shared .rowhead-tbl {
  font-size: 16px;
}

.shared .rowcopy-tbl {
  font-size: 14px;
}

.shared table.tablepress img {
  max-width: 24px;
  display: inline-block;
}

.tpl--base .shared .tablepress thead {
  border-bottom-color: var(--black);
}
.tpl--base .shared .tablepress tbody tr:not(:last-child) {
  border-bottom-color: var(--black);
}

.tpl--dark .shared .tablepress thead {
  border-bottom-color: var(--black);
}
.tpl--dark .shared .tablepress tbody tr:not(:last-child) {
  border-bottom-color: var(--black);
}

@media (min-width: 960px) {
  .shared .tablepress thead th {
    font-size: 18px;
    padding: 12px 16px;
  }
  .shared .tablepress tbody td {
    padding: 12px 16px;
  }
  .shared .rowhead-tbl {
    font-size: 18px;
  }
  .shared .rowcopy-tbl {
    font-size: 16px;
  }
  .data-tbl table.tablepress img {
    max-width: 36px;
  }
}
[class^=btn-],
.wp-element-button {
  cursor: pointer;
  position: relative;
  display: inline-block;
  text-align: center;
  border-radius: 20px;
  transition: color 0.25s ease-in-out, transform 0.25s ease-in-out, background-color 0.25s ease-in-out;
}

.btn--a {
  height: 40px;
  color: var(--white);
  padding: 0 48px 0 20px;
  line-height: 40px;
  background: var(--base);
}

.btn--a:before {
  display: block;
  font-size: 16px;
  content: "\e806";
  color: var(--white);
  position: absolute;
  top: 0;
  right: 16px;
  z-index: 1;
  font-family: var(--arrows);
  transition: transform 0.25s ease-in-out;
  cursor: pointer;
}

.btn--a:hover {
  background-color: var(--primary);
}

.btn--a:hover:before {
  transform: translateX(-4px);
}

.shared .wp-element-button {
  height: 40px;
  color: var(--white);
  padding: 0 20px 0 24px;
  line-height: 40px;
  background: var(--base);
}

.wp-element-button:hover {
  background-color: var(--primary);
}

.btn--phone {
  width: 200px;
  height: 40px;
  color: var(--white);
  padding: 0 40px 0 20px;
  line-height: 40px;
  background: var(--primary);
  text-align: left;
  z-index: 1;
  box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.2);
}

.btn--phone:before {
  display: block;
  font-size: 16px;
  content: "\e812";
  color: var(--white);
  position: absolute;
  top: 0;
  right: 16px;
  z-index: 1;
  font-family: var(--arrows);
  transition: transform 0.25s ease-in-out;
  cursor: pointer;
}

.btn--phone:hover:before {
  transform: translateX(-4px);
}

.btn--email {
  width: 200px;
  height: 40px;
  color: var(--base);
  padding: 0 40px 0 20px;
  line-height: 40px;
  background: var(--white);
  text-align: left;
  z-index: 1;
  box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.2);
}

.btn--email:before {
  display: block;
  font-size: 20px;
  content: "\e813";
  color: var(--base);
  position: absolute;
  top: 0;
  right: 16px;
  z-index: 1;
  font-family: var(--arrows);
  transition: transform 0.25s ease-in-out;
  cursor: pointer;
}

.btn--email:hover:before {
  transform: translateX(-4px);
}

@media (min-width: 960px) {
  .btn--phone {
    width: 100%;
  }
  .btn--email {
    width: 100%;
  }
}
.shd-archive {
  font-size: 16px;
  line-height: 1;
  margin-bottom: 8px;
}

.hdl-archive {
  font-size: 40px;
  position: relative;
  text-transform: uppercase;
}

.lbl-archive {
  display: block;
  position: relative;
  padding-top: 16px;
}

.pgd-archive {
  display: inline-block;
  position: relative;
}

.bto-archive {
  padding-top: 8px;
  line-height: 1;
}

.bck-archive {
  line-height: 1;
  color: var(--grey-b);
  transition: color 0.25s ease-in-out;
}
.bck-archive:hover {
  color: var(--primary);
}

.exc-archive {
  font-size: 18px;
  padding-top: 12px;
}

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

.tlk-archive {
  font-size: 20px;
  color: var(--grey-b);
}

.tpl--base .shd-archive {
  color: var(--base);
}
.tpl--base .hdl-archive {
  color: var(--base);
}
.tpl--base .exc-archive {
  color: var(--base);
}

.tpl--dark .shd-archive {
  color: var(--white);
}
.tpl--dark .hdl-archive {
  color: var(--white);
}
.tpl--dark .exc-archive {
  color: var(--white);
}

@media (min-width: 480px) {
  .grd-archive.cell--a {
    width: 80%;
    margin: 0 auto;
  }
}
@media (min-width: 720px) {
  .grd-archive.cell--a {
    width: 80%;
    margin: 0;
  }
  .data-archive.mod--a {
    text-align: left;
  }
  .data-archive.mod--b {
    text-align: center;
  }
  .shd-archive {
    font-size: 18px;
  }
  .hdl-archive {
    font-size: 52px;
  }
  .lbl-archive {
    font-size: 20px;
  }
  .pgd-archive {
    font-size: 20px;
  }
  .bto-archive {
    padding-top: 12px;
  }
  .exc-archive {
    font-size: 21px;
    padding-top: 16px;
  }
}
@media (min-width: 800px) {
  .grd-archive.cell--a {
    width: 75%;
  }
}
@media (min-width: 960px) {
  .grd-archive.cell--a {
    width: 66.6666666667%;
  }
  .shd-archive {
    font-size: 20px;
  }
  .hdl-archive {
    font-size: 60px;
  }
  .lbl-archive {
    font-size: 24px;
  }
  .pgd-archive {
    font-size: 24px;
  }
}
@media (min-width: 1280px) {
  .grd-archive.cell--a {
    width: 60%;
  }
  .shd-archive {
    font-size: 24px;
  }
  .hdl-archive {
    font-size: 72px;
  }
  .exc-archive {
    font-size: 24px;
  }
}
@media (min-width: 1680px) {
  .hdl-archive {
    font-size: 80px;
  }
  .lbl-archive {
    font-size: 28px;
  }
  .pgd-archive {
    font-size: 28px;
  }
  .exc-archive {
    font-size: 28px;
  }
}
.head-generic {
  margin-bottom: 24px;
}

.lbh-generic {
  font-size: 18px;
}

.nbr-generic p {
  font-size: 24px;
  margin-bottom: 16px;
  border-width: 3px;
  border-style: solid;
  text-align: center;
  width: 36px;
  height: 36px;
  border-radius: 18px;
  padding-top: 3px;
  line-height: 1;
  border-color: var(--primary);
}

@media (min-width: 480px) {
  .grd-generic.cell-base {
    margin: 0 auto;
    width: 80%;
  }
}
@media (min-width: 720px) {
  .head-generic {
    margin-bottom: 32px;
  }
  .lbh-generic {
    font-size: 20px;
  }
  .nbr-generic p {
    font-size: 32px;
    width: 48px;
    height: 48px;
    border-radius: 24px;
    padding-top: 3px;
  }
}
@media (min-width: 800px) {
  .grd-generic.cell-base {
    width: 75%;
  }
}
@media (min-width: 960px) {
  .grd-generic.cell-base {
    margin: 0;
    width: 100%;
  }
}
@media (min-width: 1280px) {
  .head-generic {
    margin-bottom: 40px;
  }
  .lbh-generic {
    font-size: 24px;
  }
  .nbr-generic p {
    font-size: 36px;
    width: 54px;
    height: 54px;
    border-radius: 27px;
    padding-top: 4px;
  }
}
@media (min-width: 1680px) {
  .lbh-generic {
    font-size: 28px;
  }
}
.grp-filter {
  padding-top: 16px;
  padding-bottom: 16px;
}

.hdl-filter {
  position: relative;
  font-size: 18px;
  cursor: pointer;
}

.data-filter {
  display: none;
  padding-top: 16px;
}

.data-filter .searchandfilter h4 {
  padding: 0 0 12px 0;
}

.data-filter .searchandfilter ul li {
  padding: 0;
}

.data-filter .searchandfilter ul li ul li {
  width: 100%;
  padding: 4px 0 4px 32px;
  transition: color 0.4s ease-in-out;
  position: relative;
}

.data-filter .searchandfilter .sf-input-checkbox {
  display: none;
}

.data-filter .searchandfilter .sf-label-checkbox {
  cursor: pointer;
  vertical-align: middle;
}

.data-filter .searchandfilter .sf-label-checkbox:before {
  content: "";
  width: 20px;
  height: 20px;
  color: var(--white);
  display: block;
  font-size: 16px;
  padding-top: 1px;
  text-align: center;
  border: 1px solid var(--black);
  top: 50%;
  left: 0;
  position: absolute;
  margin-top: -10px;
  z-index: 40;
  transition: background-color 0.4s linear;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "liga";
  font-family: var(--arrows);
}

.data-filter .searchandfilter ul li ul .sf-option-active .sf-label-checkbox:before {
  content: "\e907";
  background-color: var(--black);
}

.data-filter .searchandfilter li[data-sf-field-input-type=checkbox] label {
  padding: 0;
}

@media (min-width: 480px) {
  .grd-filter {
    width: 80%;
    margin: 0 auto;
  }
  .grp-filter {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (min-width: 720px) {
  .grp-filter {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .grd-filter {
    width: 100%;
    margin: 0;
  }
  .data-filter .searchandfilter ul li ul li {
    width: auto;
    min-width: 196px;
    display: inline-block;
    padding: 4px 16px 4px 32px;
  }
}
@media (min-width: 1280px) {
  .data-filter .searchandfilter ul li ul li {
    padding: 8px 16px 8px 32px;
  }
}
@media (min-width: 1680px) {
  .data-filter .searchandfilter ul li ul li {
    min-width: auto;
    padding: 8px 24px 8px 32px;
  }
}
.sec-single {
  padding-top: 48px;
  padding-bottom: 48px;
  background-color: var(--white);
}

.grp-single {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

.shd-single {
  font-size: 14px;
  color: var(--primary);
  margin-bottom: 12px;
  line-height: 1;
}

.hdl-single {
  font-size: 20px;
  font-family: var(--roboto-slab);
  font-weight: bold;
}

.visual-single {
  padding-top: 24px;
  margin-top: 20px;
  border-top: 1px solid var(--grey-c);
}

.vsl-single {
  border-radius: 7px;
}

.cap-vsl-single {
  padding-top: 8px;
  color: var(--grey-d);
  line-height: 1.25;
}

.exc-single {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid var(--grey-c);
}

.exc-single p {
  font-size: 16px;
  font-style: italic;
}

.data-single {
  position: relative;
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid var(--grey-c);
}

.meta-single {
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid var(--grey-c);
  position: relative;
}

.nck-single {
  color: var(--grey-d);
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  font-style: italic;
}
.nck-single a {
  color: var(--grey-d);
}

.src-single {
  padding-top: 8px;
  line-height: 1.25;
  max-width: 75%;
  font-style: italic;
  position: relative;
  padding-left: 20px;
}

.src-label {
  display: block;
}

.lnk-source {
  color: var(--grey-d);
}

.src-single:before {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-left-color: var(--primary);
  border-bottom-color: var(--primary);
  top: 9px;
  left: 0;
  z-index: 10;
}

.cat-single {
  color: var(--grey-d);
}
.cat-single a {
  color: var(--grey-d);
  text-decoration: underline;
}

@media (min-width: 360px) {
  .hdl-single {
    font-size: 24px;
  }
}
@media (min-width: 480px) {
  .shd-single {
    margin-bottom: 16px;
  }
  .hdl-single {
    font-size: 28px;
  }
  .data-single {
    padding-top: 32px;
    margin-top: 32px;
  }
  .nck-single {
    font-size: 18px;
  }
  .exc-single {
    padding-top: 32px;
    margin-top: 36px;
  }
  .exc-single p {
    font-size: 20px;
  }
  .visual-single {
    padding-top: 36px;
    margin-top: 28px;
  }
  .meta-single {
    margin-top: 32px;
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
@media (min-width: 560px) {
  .sec-single {
    padding-top: 56px;
    padding-bottom: 56px;
  }
}
@media (min-width: 640px) {
  .shd-single {
    font-size: 16px;
  }
  .hdl-single {
    font-size: 32px;
  }
}
@media (min-width: 720px) {
  .sec-single {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .head-single {
    padding-right: 25%;
  }
  .hdl-single {
    font-size: 36px;
  }
  .src-single {
    max-width: 75%;
  }
}
@media (min-width: 800px) {
  .hdl-single {
    font-size: 40px;
  }
  .exc-single {
    padding-right: 10%;
    padding-left: 10%;
  }
  .data-single {
    padding-right: 10%;
    padding-left: 10%;
    padding-bottom: 48px;
  }
}
@media (min-width: 960px) {
  .sec-single {
    padding-top: 72px;
    padding-bottom: 72px;
  }
  .exc-single {
    padding-right: 0;
    padding-left: 0;
  }
  .data-single {
    padding-top: 48px;
    padding-bottom: 64px;
    padding-left: 12%;
    padding-right: 12%;
  }
}
@media (min-width: 1280px) {
  .sec-single {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: var(--white);
  }
}
@media (min-width: 1680px) {
  .sec-single {
    padding-top: 96px;
    padding-bottom: 96px;
  }
}
.visual-aside {
  display: none;
}

.vsl-aside {
  border-radius: 7px;
}

.cap-vsl-aside {
  padding-top: 8px;
  color: var(--grey-d);
  line-height: 1.25;
}

.sgr-aside {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

.itm-aside {
  display: flex;
  flex-direction: column;
  border-top: 1px solid var(--grey-c);
  padding-bottom: 20px;
  padding-top: 20px;
}

.head-aside {
  margin-bottom: 8px;
  flex: 0 0 auto;
}

.hdg-aside {
  color: var(--grey-d);
  font-weight: normal;
  font-size: 14px;
  line-height: 1;
}

.data-aside {
  flex: 1 0 auto;
}

.trm-item {
  font-size: 14px;
  line-height: 1;
  margin-bottom: 2px;
}

.trm-item a {
  color: var(--white);
  background: var(--base);
  padding: 8px 12px;
  display: inline-block;
  border-radius: 3px;
  transition: background-color 0.25s ease-in-out;
}
.trm-item a:hover {
  background: var(--primary);
}

.next-post {
  font-size: 16px;
  line-height: 1.25;
  font-weight: 700;
  margin-bottom: 8px;
}
.prev-post {
  font-size: 16px;
  line-height: 1.25;
  font-weight: 700;
  margin-bottom: 8px;
}
.lbl-aside {
  font-size: 14px;
  line-height: 1;
  color: var(--grey-d);
}

@media (min-width: 360px) {
  .data-aside {
    max-width: 264px;
  }
}
@media (min-width: 480px) {
  .itm-aside {
    padding-bottom: 32px;
    padding-top: 32px;
  }
  .trm-item {
    font-size: 16px;
    margin-bottom: 4px;
  }
  .trm-item a {
    padding: 8px 16px;
  }
  .head-aside {
    margin-bottom: 12px;
  }
  .data-aside {
    max-width: 280px;
  }
  .next-post {
    font-size: 18px;
    margin-bottom: 12px;
  }
  .prev-post {
    font-size: 18px;
    margin-bottom: 12px;
  }
  .lbl-aside {
    font-size: 16px;
  }
}
@media (min-width: 560px) {
  .data-aside {
    max-width: 320px;
  }
  .next-post {
    font-size: 20px;
  }
  .prev-post {
    font-size: 20px;
  }
}
@media (min-width: 720px) {
  .sgr-aside {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: stretch;
    align-items: stretch;
  }
  .itm-aside {
    padding-right: 16px;
  }
  .itm-aside.mod--subgrid {
    width: 50%;
  }
  .next-post {
    font-size: 18px;
  }
  .prev-post {
    font-size: 18px;
  }
}
@media (min-width: 960px) {
  .grd-aside.cell--a {
    width: 50%;
  }
  .grd-aside.cell--b {
    width: 50%;
  }
  .itm-aside.mod--closing {
    border-width: 8px;
    padding-top: 36px;
  }
  .head-aside {
    margin-bottom: 16px;
  }
  .next-post {
    font-size: 20px;
    margin-bottom: 16px;
  }
  .prev-post {
    font-size: 20px;
    margin-bottom: 16px;
  }
}
@media (min-width: 1280px) {
  .visual-aside {
    display: block;
    margin-bottom: 32px;
  }
  .sgr-aside {
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: normal;
    align-items: normal;
  }
  .itm-aside.mod--closing {
    border-width: 1px;
    padding-top: 32px;
  }
  .itm-aside.mod--subgrid {
    width: 100%;
  }
}
@media (min-width: 1680px) {
  .head-aside {
    margin-bottom: 24px;
  }
  .trm-item {
    font-size: 14px;
  }
  .next-post {
    font-size: 16px;
    margin-bottom: 12px;
    line-height: 1.4;
  }
  .prev-post {
    font-size: 16px;
    margin-bottom: 12px;
    line-height: 1.4;
  }
  .lbl-aside {
    font-size: 14px;
  }
  .itm-aside {
    width: 50%;
  }
}
@media (min-width: 1920px) {
  .trm-item {
    font-size: 16px;
  }
}
.flx-card {
  padding-bottom: 24px;
}

.itm-card {
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 20px 5px rgba(129, 143, 150, 0.2);
  border-radius: 7px;
  width: 100%;
  transition: box-shadow 0.4s ease-in-out;
  background: var(--white);
}

.itm-card:hover .vsl-card {
  transform: scale(1.1);
}

.visual-card {
  flex: 0 0 auto;
  overflow: hidden;
  position: relative;
  z-index: 10;
}

.vsl-card {
  transition: transform 0.4s ease-in-out;
}

.lbl-card {
  color: var(--white);
  font-size: 14px;
  text-transform: uppercase;
  position: absolute;
  top: 28px;
  left: 36px;
  z-index: 1;
}

.lbl-card:after {
  display: block;
  content: "";
  position: absolute;
  top: -4px;
  left: -12px;
  right: -12px;
  bottom: 0;
  border-radius: 14px;
  height: 28px;
  z-index: -1;
  opacity: 0.7;
  background: var(--primary);
}

.data-card {
  flex: 1 0 auto;
  padding: 32px 24px;
}

.shd-card {
  line-height: 1;
  margin-bottom: 16px;
  border-bottom: 1px solid var(--grey-c);
  padding-bottom: 8px;
  color: var(--primary);
}
.shd-card a {
  color: var(--primary);
}

.hdl-card {
  font-size: 20px;
  font-family: var(--roboto-slab);
}

.clt-card {
  padding-top: 24px;
}

.meta-card {
  padding: 20px 24px;
  background-color: var(--grey-a);
  border-top: 1px solid var(--grey-c);
  position: relative;
}

.meta-card:after {
  display: block;
  font-size: 16px;
  content: "\e806";
  text-align: center;
  color: var(--primary);
  position: absolute;
  top: 50%;
  right: 24px;
  border: 1px solid var(--primary);
  width: 48px;
  height: 28px;
  border-radius: 16px;
  margin-top: -14px;
  padding-top: 1px;
  z-index: 1;
  font-family: var(--arrows);
  transition: transform 0.25s ease-in-out;
}

.itm-card:hover .meta-card:after {
  transform: translateX(4px);
}

.trm-card {
  padding-left: 24px;
  position: relative;
}

.trm-card:before {
  display: block;
  font-size: 16px;
  content: "\e821";
  color: var(--base);
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  font-family: var(--arrows);
  transition: transform 0.25s ease-in-out;
}

.lnk-card {
  line-height: 1;
  position: relative;
}

.grp-sticky {
  padding-bottom: 24px;
}

.sgr-sticky {
  background: var(--white);
  transition: box-shadow 0.4s ease-in-out, transform 0.4s ease-in-out;
}

.sgr-sticky:hover {
  box-shadow: 0 4px 20px 5px rgba(129, 143, 150, 0.2);
}

.sgr-sticky:hover .vsl-sticky {
  transform: scale(1.1);
}

.visual-sticky {
  overflow: hidden;
}

.vsl-sticky {
  transition: transform 0.4s ease-in-out;
}

.data-sticky {
  padding: 24px 20px 32px;
}

.trm-sticky {
  color: var(--grey-b);
  margin-bottom: 4px;
}
.trm-sticky a {
  color: var(--grey-b);
}

.hdl-sticky {
  font-size: 18px;
}
.hdl-sticky a {
  color: var(--black);
}

.cpy-sticky {
  padding-top: 24px;
}

.clt-sticky {
  padding-top: 24px;
}

.lnk-sticky {
  line-height: 1;
  position: relative;
  padding-right: 32px;
}
.lnk-sticky:hover:after {
  transform: translateX(4px);
}

.lnk-sticky:after {
  display: block;
  width: 24px;
  height: 24px;
  transition: transform 0.25s ease-in-out;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  line-height: 1;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -11px;
  z-index: 80;
  content: "";
}

.tpl--base .trm-sticky {
  color: var(--grey-b);
}
.tpl--base .trm-sticky a {
  color: var(--grey-b);
}
.tpl--base .hdl-sticky a {
  color: var(--black);
}
.tpl--base .lnk-card {
  color: var(--primary);
}
.tpl--base .lnk-card:after {
  color: var(--primary);
}
.tpl--base .lnk-sticky {
  color: var(--primary);
}
.tpl--base .lnk-sticky:after {
  color: var(--primary);
}

.tpl--dark .trm-sticky {
  color: var(--white);
}
.tpl--dark .trm-sticky a {
  color: var(--white);
}
.tpl--dark .hdl-sticky a {
  color: var(--white);
}
.tpl--dark .cpy-sticky p {
  color: var(--white);
}
.tpl--dark .lnk-card {
  color: var(--primary);
}
.tpl--dark .lnk-card:after {
  color: var(--primary);
}
.tpl--dark .lnk-sticky {
  color: var(--primary);
}
.tpl--dark .lnk-sticky:after {
  color: var(--primary);
}

@media (min-width: 400px) {
  .data-card {
    padding: 40px 32px;
  }
  .meta-card {
    padding: 24px 32px;
  }
  .meta-card:after {
    right: 32px;
  }
}
@media (min-width: 480px) {
  .flx-card {
    width: 80%;
    margin: 0 auto;
  }
  .grd-sticky {
    width: 80%;
    margin: 0 auto;
  }
}
@media (min-width: 600px) {
  .data-card {
    padding: 48px 40px;
  }
  .meta-card {
    padding: 24px 40px;
  }
  .meta-card:after {
    right: 40px;
  }
  .hdl-card {
    font-size: 24px;
  }
}
@media (min-width: 720px) {
  .fgp-card {
    display: flex;
    flex-flow: row wrap;
    justify-content: stretch;
    align-items: stretch;
    flex: 0 1 auto;
  }
  .flx-card {
    display: flex;
    margin: 0;
    padding-bottom: 48px;
    width: 50%;
  }
  .grp-sticky {
    padding-bottom: 64px;
  }
  .grd-sticky {
    width: 100%;
    margin: 0;
  }
  .sgr-sticky {
    display: flex;
    flex-flow: row wrap;
    justify-content: stretch;
    align-items: stretch;
    flex: 0 1 auto;
  }
  .sgd-sticky {
    width: 50%;
  }
  .data-sticky {
    padding: 24px 20px 0;
  }
  .data-card {
    padding: 32px 24px;
  }
  .hdl-card {
    font-size: 20px;
  }
  .meta-card {
    padding: 20px 24px;
  }
  .meta-card:after {
    right: 24px;
  }
}
@media (min-width: 800px) {
  .data-card {
    padding: 40px 32px;
  }
  .meta-card {
    padding: 24px 32px;
  }
  .meta-card:after {
    right: 32px;
  }
}
@media (min-width: 960px) {
  .flx-card {
    width: 33.3333333333%;
  }
  .data-sticky {
    padding: 40px 40px 0;
  }
  .hdl-sticky {
    font-size: 24px;
  }
}
@media (min-width: 1280px) {
  .data-sticky {
    padding: 48px 48px 0;
  }
  .hdl-sticky {
    font-size: 32px;
  }
}
@media (min-width: 1600px) {
  .data-card {
    padding: 48px 40px;
  }
  .meta-card {
    padding: 24px 40px;
  }
  .meta-card:after {
    right: 40px;
  }
}
@media (min-width: 1680px) {
  .grp-sticky {
    padding-bottom: 80px;
  }
  .data-sticky {
    padding: 80px 80px 0;
  }
  .hdl-sticky {
    font-size: 40px;
  }
  .cpy-sticky p {
    font-size: 18px;
  }
}


/*# sourceMappingURL=files/maps/global.css.map */
