@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');
/* imports */
/* includes */
/* grid	 */
.container {
  width: 100%;
  margin: 0 auto;
  max-width: 1580px;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
@media (min-width: 810px) {
  .container {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}
/* responsive embedded video */
.video-responsive-wrapper {
  padding-bottom: 56.25%;
  position: relative;
  width: 100%;
}
.video-responsive-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
}
/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
}
/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
}
/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder;
}
/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%;
}
/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
}
/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline;
}
/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto;
}
/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}
/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}
/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}
/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none;
}
/* 'thumb' lists */
/* video wrapper */
.video-wrapper {
  padding-bottom: 56.25%;
  position: relative;
}
.video-wrapper iframe {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
}
/* Line clamp */
/* clearfix */
/* font-awesome */
/* before and after */
/* wp core */
.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
/* super gen */
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
img {
  max-width: 100%;
  object-fit: cover;
  vertical-align: middle;
}
a {
  display: inline-block;
  text-decoration-color: transparent;
  text-underline-offset: .25rem;
  color: inherit;
}
html {
  scroll-behavior: smooth;
}
body {
  overflow-x: hidden;
}
/* slick 1.8.1 */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* Slider */
.slick-loading .slick-list {
  background: #ffffff url('ajax-loader.gif') center center no-repeat;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: #ffffff;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}
/* Dots */
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: #000000;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #000000;
  opacity: 0.75;
}
.layout-header {
  z-index: 99;
  width: 100%;
  position: fixed;
  top: 0;
  height: max-content;
}
.layout-header .full-menu-toggle {
  cursor: pointer;
  z-index: 2;
}
.layout-header .full-menu-toggle > :first-child,
.layout-header .full-menu-toggle > :last-child {
  font-size: 2rem;
}
.layout-header .full-menu-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.5rem;
  width: 2.5rem;
}
@media screen and (min-width: 1280px) {
  .layout-header .full-menu-toggle {
    display: none;
  }
}
.layout-header .full-menu-toggle .open {
  display: flex;
  align-items: center;
  justify-content: center;
}
.layout-header .full-menu-toggle .close {
  display: none;
}
.layout-header .header nav {
  display: none;
}
@media screen and (min-width: 1280px) {
  .layout-header .header nav {
    display: flex;
  }
}
.layout-header .header nav .menu {
  opacity: 1;
  transition: opacity 0.25s ease;
  display: none;
}
@media (min-width: 1280px) {
  .layout-header .header nav .menu {
    display: flex;
  }
}
.layout-header .full-menu,
.layout-header .full-search {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: -100vh;
  z-index: -1;
  transition: all 0.25s ease;
}
@media screen and (min-width: 1280px) {
  .layout-header .full-menu {
    display: none;
  }
}
.layout-header .full-search {
  height: 300px;
  top: -300px;
}
.full-menu-open .layout-header .full-menu-toggle .open {
  display: none;
}
.full-menu-open .layout-header .full-menu-toggle .close {
  display: flex;
  align-items: center;
  justify-content: center;
}
.full-menu-open .layout-header .full-menu {
  top: 0;
}
.layout-video .wrapper {
  inset: 0;
  height: 100dvh;
  width: 100vw;
  overflow: hidden;
  background: #000;
}
.layout-video .wrapper iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  border: 0;
  width: 100vw;
  height: 56.25vw;
  min-height: 100dvh;
  min-width: 177.78dvh;
  transform: translate(-50%, -50%);
}
/* fonts, links and headers */
/* vars */
body {
  font-family: "DM Sans", sans-serif;
  padding: 60px 0 0;
  background-color: #ffffff;
}
@media screen and (min-width: 1280px) {
  body {
    padding: 60px 0 0;
  }
}
body *:focus-visible {
  outline: 1px solid #000000 !important;
  outline-offset: .25rem;
  border-radius: .25rem;
}
header .skip {
  color: #ffffff;
  background-color: #000000;
  padding: .5em;
  position: absolute;
  left: -100vw;
  top: auto;
  overflow: hidden;
}
header .skip:focus {
  position: static;
}
h1,
h2,
h3,
h4 {
  margin-block: 0;
}
h1 {
  font-size: 2rem;
}
@media screen and (min-width: 810px) {
  h1 {
    font-size: 2.25rem;
  }
}
@media screen and (min-width: 1280px) {
  h1 {
    font-size: 4rem;
  }
}
@media screen and (min-width: 1660px) {
  h1 {
    font-size: 5rem;
  }
}
h2 {
  font-size: 1.75rem;
  font-weight: 500;
}
@media screen and (min-width: 810px) {
  h2 {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1280px) {
  h2 {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 1660px) {
  h2 {
    font-size: 3rem;
  }
}
h3 {
  font-size: 1.25rem;
}
@media screen and (min-width: 810px) {
  h3 {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1280px) {
  h3 {
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 1660px) {
  h3 {
    font-size: 2rem;
  }
}
h4 {
  font-size: 1rem;
}
@media screen and (min-width: 810px) {
  h4 {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1280px) {
  h4 {
    font-size: 1.25rem;
  }
}
p,
.project .text {
  line-height: 1.35;
}
@media screen and (min-width: 1280px) {
  p,
  .project .text {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1280px) {
  p,
  .project .text {
    font-size: 1.25rem;
  }
}
a,
button,
select,
.up,
.full-search-toggle {
  cursor: pointer;
}
strong a,
a strong {
  display: flex;
  align-items: center;
  color: #ffffff;
  background-color: #000000;
  border: 1px solid #000000;
  padding: .5rem 1rem;
  width: fit-content;
  font-weight: 500;
  text-transform: uppercase;
}
@media screen and (min-width: 1280px) {
  strong a,
  a strong {
    padding: .5rem 1.5rem;
  }
}
strong a:hover,
a strong:hover {
  color: #000000;
  background-color: #ffffff;
  transition: all 0.25s ease;
}
strong a:active,
a strong:active {
  opacity: .9;
  transform: scale(0.98);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
}
img {
  height: 100%;
  width: 100%;
}
img:not(.layout-hero img) {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.6s ease-out;
}
img:not(.layout-hero img).in-view {
  opacity: 1;
  transform: translateY(0);
}
.layout-textandimage,
.layout-quote {
  margin: 0 0 2.5rem;
}
@media screen and (min-width: 1660px) {
  .layout-textandimage,
  .layout-quote {
    margin: 0 0 4rem;
  }
}
[id] {
  scroll-margin-top: 60px;
}
.layout-header .header {
  background-color: #ffffff;
}
.layout-header .header,
.layout-header .header .container {
  height: 60px;
}
@media screen and (min-width: 1280px) {
  .layout-header .header,
  .layout-header .header .container {
    height: 60px;
  }
}
.layout-header .header .container {
  position: relative;
}
.layout-header .header .container .home {
  height: 80px;
  position: absolute;
  top: 33%;
  left: 1rem;
}
@media screen and (min-width: 1280px) {
  .layout-header .header .container .home {
    top: 15px;
  }
}
@media screen and (min-width: 1660px) {
  .layout-header .header .container .home {
    height: 100px;
  }
}
.layout-header .header .container .home svg {
  height: 100%;
  width: auto;
}
.layout-header .header .container nav {
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}
.layout-header .header .container nav .menu {
  gap: 1rem;
}
.layout-header .header .container nav .menu li a {
  font-size: 1.125rem;
  text-transform: uppercase;
  padding: .5rem 1rem;
  position: relative;
}
.layout-header .header .container nav .menu li a::before {
  content: "";
  display: block;
  width: 0;
  height: 1rem;
  background-image: url(../images/edg-stripes.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top center;
  position: absolute;
  top: calc(100% - 0.5rem);
  left: 50%;
  transform: translateX(-50%);
}
.layout-header .header .container nav .menu li a:hover::before {
  width: 100%;
  transition: all 0.25s ease;
}
.layout-header .header .container .full-menu-toggle {
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  background-color: #3ba936;
  border: 1px solid #3ba936;
  border-radius: .25rem;
}
.layout-header .header .container .full-menu-toggle .toggle {
  color: #ffffff;
}
.layout-header .full-menu {
  padding: 2.5rem 0 0;
  background-color: #ffffff;
}
.layout-header .full-menu .menu {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: .25rem;
  justify-items: center;
}
.layout-header .full-menu .menu li a {
  padding: .5rem;
}
.full-menu-open .layout-header .full-menu {
  top: 100px;
}
.scrolled .layout-header .header {
  box-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.2);
}
.scrolled .layout-header .header::before {
  height: 0;
}
.scrolled .layout-header .header,
.scrolled .layout-header .header .container {
  height: 60px;
  transition: all 0.25s ease;
}
.scrolled .layout-header .header .home,
.scrolled .layout-header .header .container .home {
  height: 80%;
  top: 50%;
  transform: translateY(-50%);
}
.scrolled .layout-header .header nav .menu li a,
.scrolled .layout-header .header .container nav .menu li a {
  font-size: 1rem;
  transition: all 0.25s ease;
}
.layout-footer {
  padding: 1rem 0;
  position: relative;
  isolation: isolate;
  background-color: #000000;
  color: #ffffff;
}
@media screen and (min-width: 1660px) {
  .layout-footer {
    padding: 2rem 0 1rem;
  }
}
.layout-footer .container {
  position: relative;
}
@media screen and (min-width: 810px) {
  .layout-footer .container {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 640px) {
  .layout-footer .container {
    text-align: center;
  }
}
.layout-footer .container .logo {
  height: 80px;
  display: flex;
  align-items: start;
  justify-content: start;
}
@media screen and (min-width: 1280px) {
  .layout-footer .container .logo {
    height: 95px;
  }
}
.layout-footer .container .logo img {
  height: 100%;
  width: auto;
}
.layout-footer .container .home svg {
  width: 200px;
  height: auto;
}
.layout-footer .container .home svg g path,
.layout-footer .container .home svg polygon {
  fill: #ffffff;
}
.layout-footer .container .blocks li p {
  text-align: center;
  margin: 0;
  line-height: 1.3;
}
@media screen and (min-width: 810px) {
  .layout-footer .container .blocks li p {
    text-align: right;
  }
}
@media screen and (min-width: 1280px) {
  .layout-footer .container .blocks li p {
    font-size: 1.125rem;
  }
}
.layout-footer .container .blocks li p:not(:has(a)),
.layout-footer .container .blocks li p:has([target="_blank"]) {
  color: #ffffff;
}
.layout-footer .container .blocks li p a {
  font-style: normal;
  position: relative;
  isolation: isolate;
}
.layout-footer .container .blocks li p a::before {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: #000000;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.layout-footer .container .blocks li p a::before {
  top: auto;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.layout-footer .container .blocks li p a:hover::before {
  width: 100%;
  transition: all 0.25s ease;
}
.layout-hero {
  position: relative;
}
.layout-hero .text {
  width: 100%;
  margin: 0 auto;
  max-width: 1580px;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  text-align: center;
  position: absolute;
  color: #ffffff;
  top: 50%;
  left: 15px;
  z-index: 1;
  transform: translateY(-50%);
}
@media (min-width: 810px) {
  .layout-hero .text {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}
@media (min-width: 810px) {
  .layout-hero .text {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}
@media screen and (min-width: 810px) {
  .layout-hero .text {
    left: 30px;
  }
}
@media screen and (min-width: 1580px) {
  .layout-hero .text {
    left: calc(50vw - 1580px / 2);
  }
}
.layout-hero .text h1 {
  margin: 1em 0 .5em;
  text-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.4);
}
.layout-hero .text p strong a {
  display: block;
  margin: 0 auto;
}
@media screen and (min-width: 1280px) {
  .layout-hero .text p strong a {
    font-size: 2rem;
  }
}
.layout-hero .slick-slider .slick-slide {
  width: 100vw;
  height: 100vh;
}
.layout-hero .image,
.layout-hero .video-wrapper {
  height: 100vh;
  width: 100vw;
}
.layout-hero .video-wrapper {
  inset: 0;
  height: 100dvh;
  width: 100vw;
  overflow: hidden;
  background: #000;
  padding-bottom: unset;
}
.layout-hero .video-wrapper iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  border: 0;
  transform: translate(-50%, -50%);
  width: 409vw;
  height: 140vh;
}
.layout-hero:not(:has(.images))::before {
  height: 100%;
}
.layout-hero:not(:has(.images)) .text {
  position: relative;
  z-index: 2;
  inset: auto;
  text-align: center;
  transform: none;
}
.layout-logos {
  padding: 2.5rem 0;
  background-color: #ffffff;
}
.layout-logos .container .title {
  font-size: 1.75rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 810px) {
  .layout-logos .container .title {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-logos .container .title {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-logos .container .title {
    font-size: 3rem;
  }
}
.layout-logos .container .logos {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
  padding: 2rem 0 0;
}
@media screen and (min-width: 810px) {
  .layout-logos .container .logos {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 1.5rem 2.5rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-logos .container .logos {
    gap: 3.5rem 2.5rem;
  }
}
.layout-logos .container .logos li .logo {
  display: flex;
  align-items: center;
  justify-content: center;
}
.layout-logos .container .logos li .logo img {
  height: 3rem;
  width: auto;
  object-fit: contain;
}
@media screen and (min-width: 810px) {
  .layout-logos .container .logos li .logo img {
    height: 4rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-logos .container .logos li .logo img {
    height: 5rem;
  }
}
.layout-textandimage {
  position: relative;
  background-color: #f7f7f7;
  padding: 2.5rem 0;
}
.layout-textandimage .text {
  width: 100%;
  max-width: 1580px;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  max-width: 1050px;
  margin: 0 auto;
}
@media (min-width: 810px) {
  .layout-textandimage .text {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}
@media (min-width: 810px) {
  .layout-textandimage .text {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}
.layout-textandimage .text h3 {
  font-size: 1.75rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 810px) {
  .layout-textandimage .text h3 {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-textandimage .text h3 {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-textandimage .text h3 {
    font-size: 3rem;
  }
}
.layout-textandimage .text p:has(em) {
  text-align: center;
  font-size: 1.25rem;
}
.layout-textandimage .text p:has(em) em {
  font-style: normal;
}
.layout-textandimage .text .bottom-text h2,
.layout-textandimage .text .bottom-text h3 {
  position: relative;
  margin: 0 0 4rem;
}
@media screen and (min-width: 1280px) {
  .layout-textandimage .text .bottom-text h2,
  .layout-textandimage .text .bottom-text h3 {
    margin: 0 0 5rem;
  }
}
.layout-textandimage .text .bottom-text h2::before,
.layout-textandimage .text .bottom-text h3::before,
.layout-textandimage .text .bottom-text h2::after,
.layout-textandimage .text .bottom-text h3::after {
  content: "";
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  position: absolute;
  bottom: -3rem;
}
@media screen and (min-width: 1280px) {
  .layout-textandimage .text .bottom-text h2::before,
  .layout-textandimage .text .bottom-text h3::before,
  .layout-textandimage .text .bottom-text h2::after,
  .layout-textandimage .text .bottom-text h3::after {
    width: 4rem;
    height: 4rem;
    bottom: -5rem;
  }
}
.layout-textandimage .text .bottom-text h2::before,
.layout-textandimage .text .bottom-text h3::before {
  background-image: url(../images/quote-left-sharp-solid.svg);
  left: calc(50% - 2.5rem);
}
@media screen and (min-width: 1280px) {
  .layout-textandimage .text .bottom-text h2::before,
  .layout-textandimage .text .bottom-text h3::before {
    left: calc(50% - 4rem);
  }
}
.layout-textandimage .text .bottom-text h2::after,
.layout-textandimage .text .bottom-text h3::after {
  background-image: url(../images/quote-right-sharp-solid.svg);
  right: calc(50% - 2.5rem);
}
@media screen and (min-width: 1280px) {
  .layout-textandimage .text .bottom-text h2::after,
  .layout-textandimage .text .bottom-text h3::after {
    right: calc(50% - 4rem);
  }
}
.layout-textandimage:has(.image) {
  background-color: #ffffff;
  position: relative;
  isolation: isolate;
  padding: 0;
}
.layout-textandimage:has(.image)::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.layout-textandimage:has(.image)::before {
  z-index: 1;
}
.layout-textandimage:has(.image) .text {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 2;
}
@media screen and (min-width: 810px) {
  .layout-textandimage:has(.image) .text {
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.layout-textandimage:has(.image) .image {
  height: calc(100vh - 100px);
}
@media screen and (min-width: 810px) {
  .layout-textandimage:has(.image) .image {
    height: 450px;
  }
}
@media screen and (min-width: 1280px) {
  .layout-textandimage:has(.image) .image {
    height: 600px;
  }
}
.layout-text,
.layout-contents {
  padding: 2.5rem 0;
  background-color: #ffffff;
}
.layout-text .container,
.layout-contents .container {
  max-width: 1050px;
}
.layout-text .container ul li,
.layout-contents .container ul li {
  padding: 0 0 0 1rem;
  position: relative;
  isolation: isolate;
}
.layout-text .container ul li::before,
.layout-contents .container ul li::before {
  content: "";
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  background: #000000;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.layout-text .container ul li::before,
.layout-contents .container ul li::before {
  left: 0;
  top: .3725lh;
  border-radius: 50%;
}
.layout-textandform {
  padding: 2.5rem 0;
  background-color: #ffffff;
}
.layout-textandform .container {
  max-width: 1050px;
}
@media screen and (min-width: 810px) {
  .layout-textandform .container {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 2rem;
  }
}
.layout-quote {
  padding: 2.5rem 0;
}
.layout-quote .container {
  max-width: 1050px;
}
.layout-quote .container blockquote {
  position: relative;
  width: fit-content;
}
.layout-quote .container blockquote::before,
.layout-quote .container blockquote::after {
  content: "";
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  position: absolute;
  top: -2.5rem;
}
@media screen and (min-width: 1280px) {
  .layout-quote .container blockquote::before,
  .layout-quote .container blockquote::after {
    width: 4rem;
    height: 4rem;
    top: -4rem;
  }
}
.layout-quote .container blockquote::before {
  background-image: url(../images/quote-left-sharp-solid.svg);
  left: calc(50% - 2.5rem);
}
@media screen and (min-width: 1280px) {
  .layout-quote .container blockquote::before {
    left: calc(50% - 4rem);
  }
}
.layout-quote .container blockquote::after {
  background-image: url(../images/quote-right-sharp-solid.svg);
  right: calc(50% - 2.5rem);
}
@media screen and (min-width: 1280px) {
  .layout-quote .container blockquote::after {
    right: calc(50% - 4rem);
  }
}
.layout-persons .person {
  width: 100%;
}
.layout-persons .person .image {
  height: 200px;
  width: 100%;
}
@media screen and (min-width: 810px) {
  .layout-persons .person .image {
    height: 250px;
  }
}
.layout-persons .person .image img {
  width: 100%;
  object-position: top;
}
.layout-persons .person .person-details {
  padding: 1rem 0 0;
}
.layout-persons {
  padding: 2.5rem 0;
  background-color: #f7f7f7;
}
.layout-persons .container {
  max-width: 1050px;
}
.layout-persons .container .title {
  font-size: 1.75rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 810px) {
  .layout-persons .container .title {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-persons .container .title {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-persons .container .title {
    font-size: 3rem;
  }
}
.layout-persons .container .persons {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin: 2rem 0 0;
}
@media screen and (min-width: 810px) {
  .layout-persons .container .persons {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media screen and (min-width: 1280px) {
  .layout-persons .container .persons {
    gap: 2rem;
  }
}
.layout-projects .project,
.layout-projectsslider .project {
  perspective: 5000px;
  height: 100%;
}
.layout-projects .project .wrapper,
.layout-projectsslider .project .wrapper {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  transform-style: preserve-3d;
  height: 100%;
}
.layout-projects .project .wrapper > *,
.layout-projectsslider .project .wrapper > * {
  grid-column: 1 / 1;
  grid-row: 1 / 1;
}
.layout-projects .project .wrapper .image-and-title,
.layout-projectsslider .project .wrapper .image-and-title,
.layout-projects .project .wrapper .title-text-and-more,
.layout-projectsslider .project .wrapper .title-text-and-more {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.layout-projects .project .wrapper .image-and-title,
.layout-projectsslider .project .wrapper .image-and-title {
  position: relative;
}
.layout-projects .project .wrapper .image-and-title .image,
.layout-projectsslider .project .wrapper .image-and-title .image {
  height: 100%;
  width: 100%;
}
.layout-projects .project .wrapper .image-and-title .image::before,
.layout-projectsslider .project .wrapper .image-and-title .image::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(148, 194, 31, 0.25);
  position: absolute;
  top: 0;
  left: 0;
}
.layout-projects .project .wrapper .image-and-title .title,
.layout-projectsslider .project .wrapper .image-and-title .title {
  font-size: 1.75rem;
  font-weight: 500;
  text-align: center;
  color: #ffffff;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 810px) {
  .layout-projects .project .wrapper .image-and-title .title,
  .layout-projectsslider .project .wrapper .image-and-title .title {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-projects .project .wrapper .image-and-title .title,
  .layout-projectsslider .project .wrapper .image-and-title .title {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-projects .project .wrapper .image-and-title .title,
  .layout-projectsslider .project .wrapper .image-and-title .title {
    font-size: 3rem;
  }
}
.layout-projects .project .wrapper .image-and-title .more,
.layout-projectsslider .project .wrapper .image-and-title .more {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  color: #ffffff;
  padding: .2rem .5rem;
  border: 1px solid #ffffff;
}
@media (hover: hover) {
  .layout-projects .project .wrapper .image-and-title .more,
  .layout-projectsslider .project .wrapper .image-and-title .more {
    display: none;
  }
}
.layout-projects .project .wrapper .title-text-and-more,
.layout-projectsslider .project .wrapper .title-text-and-more {
  position: relative;
  z-index: 2;
  background-color: #ffffff;
  color: #000000;
  padding: 1rem;
  transform: rotateX(180deg);
}
@media screen and (min-width: 810px) {
  .layout-projects .project .wrapper .title-text-and-more,
  .layout-projectsslider .project .wrapper .title-text-and-more {
    padding: 2rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-projects .project .wrapper .title-text-and-more,
  .layout-projectsslider .project .wrapper .title-text-and-more {
    padding: 4rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-projects .project .wrapper .title-text-and-more,
  .layout-projectsslider .project .wrapper .title-text-and-more {
    padding: 5rem 4rem;
  }
}
.layout-projects .project .wrapper .title-text-and-more .title,
.layout-projectsslider .project .wrapper .title-text-and-more .title {
  min-height: 75px;
}
.layout-projects .project .wrapper .title-text-and-more .text,
.layout-projectsslider .project .wrapper .title-text-and-more .text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  margin: 1.5rem 0 1rem;
}
@media screen and (min-width: 1660px) {
  .layout-projects .project .wrapper .title-text-and-more .text,
  .layout-projectsslider .project .wrapper .title-text-and-more .text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
  }
}
.layout-projects .project .wrapper .title-text-and-more .more,
.layout-projectsslider .project .wrapper .title-text-and-more .more {
  display: flex;
  align-items: center;
  color: #ffffff;
  background-color: #000000;
  border: 1px solid #000000;
  padding: .5rem 1rem;
  width: fit-content;
  font-weight: 500;
  text-transform: uppercase;
}
@media screen and (min-width: 1280px) {
  .layout-projects .project .wrapper .title-text-and-more .more,
  .layout-projectsslider .project .wrapper .title-text-and-more .more {
    padding: .5rem 1.5rem;
  }
}
.layout-projects .project .wrapper .title-text-and-more .more:hover,
.layout-projectsslider .project .wrapper .title-text-and-more .more:hover {
  color: #000000;
  background-color: #ffffff;
  transition: all 0.25s ease;
}
.layout-projects .project .wrapper .title-text-and-more .more:active,
.layout-projectsslider .project .wrapper .title-text-and-more .more:active {
  opacity: .9;
  transform: scale(0.98);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
}
.layout-projects .project:hover .wrapper,
.layout-projectsslider .project:hover .wrapper {
  transform: rotateX(180deg);
  transition: transform 750ms ease-out;
}
.layout-projects {
  padding: 2.5rem 0;
  background-color: #000000;
}
.layout-projects .container .filter-and-projects .filter {
  width: fit-content;
}
.layout-projects .container .filter-and-projects .filter .facetwp-facet-project_type .facetwp-checkbox {
  background: none;
  padding: 0 0 0 2rem;
  margin: 0 0 .75rem;
  position: relative;
  isolation: isolate;
  color: #ffffff;
}
.layout-projects .container .filter-and-projects .filter .facetwp-facet-project_type .facetwp-checkbox::before {
  content: "";
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.layout-projects .container .filter-and-projects .filter .facetwp-facet-project_type .facetwp-checkbox::before {
  border-radius: .25rem;
  margin: 0 .5rem 0 0;
  top: 50%;
  transform: translateY(-50%);
}
.layout-projects .container .filter-and-projects .projects-and-pagination .facetwp-template .projects {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.5rem;
}
@media screen and (min-width: 810px) {
  .layout-projects .container .filter-and-projects .projects-and-pagination .facetwp-template .projects {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (min-width: 1280px) {
  .layout-projects .container .filter-and-projects .projects-and-pagination .facetwp-template .projects {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 3rem;
  }
}
.layout-projects .container .filter-and-projects .projects-and-pagination .facetwp-template .projects .project {
  height: 100%;
}
.layout-projects .container .filter-and-projects .projects-and-pagination .facetwp-facet-projects_pager {
  width: fit-content;
  margin: 1.5rem auto 0;
}
.layout-projects .container .filter-and-projects .projects-and-pagination .facetwp-facet-projects_pager a {
  color: #ffffff;
  padding: .25rem;
  border-radius: .25rem;
}
.layout-projects .container .filter-and-projects .projects-and-pagination .facetwp-facet-projects_pager a.active {
  background-color: #000000;
}
.layout-projectsslider {
  padding: 2.5rem 0;
  background-color: #000000;
}
.layout-projectsslider .container {
  max-width: 1050px;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2rem;
}
@media screen and (min-width: 1280px) {
  .layout-projectsslider .container .slick-slide {
    height: 300px;
  }
}
.layout-projectsslider .container .project {
  width: 100%;
  height: 300px;
}
@media screen and (min-width: 1280px) {
  .layout-projectsslider .container .project .image-and-title {
    height: 300px;
  }
}
@media screen and (min-width: 1280px) {
  .layout-projectsslider .container .project .title-text-and-more {
    height: 300px;
    padding: 2.5rem 4rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-projectsslider .container .project .title-text-and-more .text {
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 2 !important;
    overflow: hidden !important;
    margin: .5rem 0 1rem;
  }
}
.layout-projectsslider .container .first-slider > .text,
.layout-projectsslider .container .second-text {
  text-align: center;
  color: #ffffff;
}
.layout-projectsslider .container .first-slider > .text h3,
.layout-projectsslider .container .second-text h3 {
  font-size: 1.75rem;
  font-weight: 500;
}
@media screen and (min-width: 810px) {
  .layout-projectsslider .container .first-slider > .text h3,
  .layout-projectsslider .container .second-text h3 {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-projectsslider .container .first-slider > .text h3,
  .layout-projectsslider .container .second-text h3 {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-projectsslider .container .first-slider > .text h3,
  .layout-projectsslider .container .second-text h3 {
    font-size: 3rem;
  }
}
.gform_wrapper form .gform_body .gform_fields {
  gap: 1rem 0 !important;
}
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input,
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container textarea {
  height: 3rem;
  border-radius: .5rem;
  background-color: #ffffff;
  border: none !important;
}
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input::placeholder,
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container textarea::placeholder {
  color: #d8eed7;
}
.gform_wrapper form .gform_footer {
  align-items: center;
  gap: 1rem;
  justify-content: space-between;
  min-height: 2.5rem;
  width: fit-content;
  border-radius: .5rem;
  cursor: pointer !important;
  background-color: #3ba936;
}
.gform_wrapper form .gform_footer .button {
  font-weight: 500 !important;
  background-color: transparent !important;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}
.gform_wrapper form .gform_footer:hover {
  background-color: #94c21f;
  transition: all 0.25s ease;
}
.gform_confirmation_wrapper {
  text-align: center;
  font-size: 1.25rem;
}
.slick-slider {
  margin: 0 -1rem;
}
@media screen and (min-width: 1280px) {
  .slick-slider:not(.layout-hero .slick-slider) {
    padding: 1.5rem 0 0;
  }
}
.slick-slider .slick-slide {
  margin: 0 1rem;
  height: max-content;
}
.slick-slider .slick-prev,
.slick-slider .slick-next {
  width: 1.5rem;
  height: 1.5rem;
  background-color: #000000;
  background-image: url(../images/chevron-left-sharp-solid.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
@media screen and (min-width: 1280px) {
  .slick-slider .slick-prev,
  .slick-slider .slick-next {
    width: 2rem;
    height: 2rem;
  }
}
.slick-slider .slick-prev::before,
.slick-slider .slick-next::before {
  display: none;
}
.slick-slider .slick-prev:hover,
.slick-slider .slick-next:hover {
  opacity: .8;
  transition: all 0.25s ease;
}
.slick-slider .slick-next {
  transform: translateY(-50%) rotate(180deg);
}
@media screen and (min-width: 1280px) {
  .slick-slider .slick-dots {
    display: none;
  }
}
.slick-slider .slick-dots button {
  padding: 0;
}
.slick-slider .slick-dots button::before {
  font-size: 2rem;
}
.cmplz-message p {
  font-size: 14px;
}
#page {
  overflow: hidden;
}
