html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-family: IBM Plex Mono
}

body {
  margin: 0
}

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

.retro-link {
  color: white;
  text-decoration: none;
  position: relative;
  display: inline-block;
  transition: color 0.3s ease;
  border-bottom: 2px solid transparent;
}

.retro-link::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 2px;
  background-color: #00FFA3;
  transform: scaleX(0);
  transition: transform 0.3s ease;
  transform-origin: right;
}

.retro-link:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}



/* Основні стилі для посилання */
.retro-link {
  color: white;
  text-decoration: none;
  position: relative;
  display: inline-block;
  transition: color 0.3s ease;
  animation: neon-glow 2.5s infinite alternate;
}

/* Ефект миготіння */
@keyframes flicker {
  0%, 18%, 22%, 25%, 53%, 57%, 100% {
    opacity: 1;
  }
  20%, 24%, 55% {
    opacity: 0.4;
  }
}

/* Анімація неону */
@keyframes neon-glow {
  0% {
    text-shadow: 0 0 5px rgba(0, 255, 163, 0.8), 0 0 10px rgba(0, 255, 163, 0.8), 0 0 20px rgba(0, 255, 163, 0.8), 0 0 30px rgba(0, 255, 163, 0.8), 0 0 40px rgba(0, 255, 163, 0.8), 0 0 50px rgba(0, 255, 163, 0.8), 0 0 60px rgba(0, 255, 163, 0.8);
  }
  10018% {
    text-shadow: 0 0 10px rgba(0, 255, 163, 1), 0 0 20px rgba(0, 255, 163, 1), 0 0 30px rgba(0, 255, 163, 1), 0 0 40px rgba(0, 255, 163, 1), 0 0 50px rgba(0, 255, 163, 1), 0 0 60px rgba(0, 255, 163, 1), 0 0 70px rgba(0, 255, 163, 1);
  }
}






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

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

[hidden],
template {
  display: none
}

a {
  background-color: #0000
}

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

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

b,
strong {
  font-weight: 700
}

dfn {
  font-style: italic
}

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

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

small {
  font-size: 80%
}

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

sup {
  top: -.5em
}

sub {
  bottom: -.25em
}

img {
  border: 0
}

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

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

pre {
  overflow: auto
}

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

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

button {
  overflow: visible
}

button,
select {
  text-transform: none
}

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

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

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

input {
  line-height: normal
}

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

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

input[type=search] {
  -webkit-appearance: none
}

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

legend {
  border: 0;
  padding: 0
}

textarea {
  overflow: auto
}

optgroup {
  font-weight: 700
}

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

td,
th {
  padding: 0
}



[class^=w-icon-],
[class*=\ w-icon-] {
  speak: none;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  font-family: webflow-icons !important
}

.w-icon-slider-right:before {
  content: "î˜€"
}

.w-icon-slider-left:before {
  content: "î˜"
}

.w-icon-nav-menu:before {
  content: "î˜‚"
}

.w-icon-arrow-down:before,
.w-icon-dropdown-toggle:before {
  content: "î˜ƒ"
}

.w-icon-file-upload-remove:before {
  content: "î¤€"
}

.w-icon-file-upload-icon:before {
  content: "î¤ƒ"
}

* {
  box-sizing: border-box
}

html {
  height: 100%
}

body {
  color: #333;
  background-color: #fff;
  min-height: 100%;
  margin: 0;
  font-family: IBM Plex Mono;
  font-size: 14px;
  line-height: 20px
}

img {
  vertical-align: middle;
  max-width: 100%;
  display: inline-block
}

html.w-mod-touch * {
  background-attachment: scroll !important
}

.w-block {
  display: block
}

.w-inline-block {
  max-width: 100%;
  display: inline-block
}

.w-clearfix:before,
.w-clearfix:after {
  content: " ";
  grid-area: 1/1/2/2;
  display: table
}

.w-clearfix:after {
  clear: both
}

.w-hidden {
  display: none
}

.w-button {
  color: #fff;
  line-height: inherit;
  cursor: pointer;
  background-color: #3898ec;
  border: 0;
  border-radius: 0;
  padding: 9px 15px;
  text-decoration: none;
  display: inline-block
}

input.w-button {
  -webkit-appearance: button
}

html[data-w-dynpage] [data-w-cloak] {
  color: #0000 !important
}

.w-code-block {
  margin: unset
}

pre.w-code-block code {
  all: inherit
}

.w-optimization {
  display: contents
}

.w-webflow-badge,
.w-webflow-badge>img {
  box-sizing: unset;
  width: unset;
  height: unset;
  max-height: unset;
  max-width: unset;
  min-height: unset;
  min-width: unset;
  margin: unset;
  padding: unset;
  float: unset;
  clear: unset;
  border: unset;
  border-radius: unset;
  background: unset;
  background-image: unset;
  background-position: unset;
  background-size: unset;
  background-repeat: unset;
  background-origin: unset;
  background-clip: unset;
  background-attachment: unset;
  background-color: unset;
  box-shadow: unset;
  transform: unset;
  direction: unset;
  font-family: unset;
  font-weight: unset;
  color: unset;
  font-size: unset;
  line-height: unset;
  font-style: unset;
  font-variant: unset;
  text-align: unset;
  letter-spacing: unset;
  -webkit-text-decoration: unset;
  text-decoration: unset;
  text-indent: unset;
  text-transform: unset;
  list-style-type: unset;
  text-shadow: unset;
  vertical-align: unset;
  cursor: unset;
  white-space: unset;
  word-break: unset;
  word-spacing: unset;
  word-wrap: unset;
  transition: unset
}

.w-webflow-badge {
  white-space: nowrap;
  cursor: pointer;
  box-shadow: 0 0 0 1px #0000001a, 0 1px 3px #0000001a;
  visibility: visible !important;
  opacity: 1 !important;
  z-index: 2147483647 !important;
  color: #aaadb0 !important;
  overflow: unset !important;
  background-color: #fff !important;
  border-radius: 3px !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  padding: 6px !important;
  font-size: 12px !important;
  line-height: 14px !important;
  text-decoration: none !important;
  display: inline-block !important;
  position: fixed !important;
  inset: auto 12px 12px auto !important;
  transform: none !important
}

.w-webflow-badge>img {
  position: unset;
  visibility: unset !important;
  opacity: 1 !important;
  vertical-align: middle !important;
  display: inline-block !important
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 10px;
  font-weight: 700
}

h1 {
  margin-top: 20px;
  font-size: 38px;
  line-height: 44px
}

h2 {
  margin-top: 20px;
  font-size: 32px;
  line-height: 36px
}

h3 {
  margin-top: 20px;
  font-size: 24px;
  line-height: 30px
}

h4 {
  margin-top: 10px;
  font-size: 18px;
  line-height: 24px
}

h5 {
  margin-top: 10px;
  font-size: 14px;
  line-height: 20px
}

h6 {
  margin-top: 10px;
  font-size: 12px;
  line-height: 18px
}

p {
  margin-top: 0;
  margin-bottom: 10px
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin: 0 0 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px
}

figure {
  margin: 0 0 10px
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px
}

.w-list-unstyled {
  padding-left: 0;
  list-style: none
}

.w-embed:before,
.w-embed:after {
  content: " ";
  grid-area: 1/1/2/2;
  display: table
}

.w-embed:after {
  clear: both
}

.w-video {
  width: 100%;
  padding: 0;
  position: relative
}

.w-video iframe,
.w-video object,
.w-video embed {
  border: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0
}

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

button,
[type=button],
[type=reset] {
  cursor: pointer;
  -webkit-appearance: button;
  border: 0
}

.w-form {
  margin: 0 0 15px
}

.w-form-done {
  text-align: center;
  background-color: #ddd;
  padding: 20px;
  display: none
}

.w-form-fail {
  background-color: #ffdede;
  margin-top: 10px;
  padding: 10px;
  display: none
}

label {
  margin-bottom: 5px;
  font-weight: 700;
  display: block
}

.w-input,
.w-select {
  color: #333;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #ccc;
  width: 100%;
  height: 38px;
  margin-bottom: 10px;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.42857;
  display: block
}

.w-input::placeholder,
.w-select::placeholder {
  color: #999
}

.w-input:focus,
.w-select:focus {
  border-color: #3898ec;
  outline: 0
}

.w-input[disabled],
.w-select[disabled],
.w-input[readonly],
.w-select[readonly],
fieldset[disabled] .w-input,
fieldset[disabled] .w-select {
  cursor: not-allowed
}

.w-input[disabled]:not(.w-input-disabled),
.w-select[disabled]:not(.w-input-disabled),
.w-input[readonly],
.w-select[readonly],
fieldset[disabled]:not(.w-input-disabled) .w-input,
fieldset[disabled]:not(.w-input-disabled) .w-select {
  background-color: #eee
}

textarea.w-input,
textarea.w-select {
  height: auto
}

.w-select {
  background-color: #f3f3f3
}

.w-select[multiple] {
  height: auto
}

.w-form-label {
  cursor: pointer;
  margin-bottom: 0;
  font-weight: 400;
  display: inline-block
}

.w-radio {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block
}

.w-radio:before,
.w-radio:after {
  content: " ";
  grid-area: 1/1/2/2;
  display: table
}

.w-radio:after {
  clear: both
}

.w-radio-input {
  float: left;
  margin: 3px 0 0 -20px;
  line-height: normal
}

.w-file-upload {
  margin-bottom: 10px;
  display: block
}

.w-file-upload-input {
  opacity: 0;
  z-index: -100;
  width: .1px;
  height: .1px;
  position: absolute;
  overflow: hidden
}

.w-file-upload-default,
.w-file-upload-uploading,
.w-file-upload-success {
  color: #333;
  display: inline-block
}

.w-file-upload-error {
  margin-top: 10px;
  display: block
}

.w-file-upload-default.w-hidden,
.w-file-upload-uploading.w-hidden,
.w-file-upload-error.w-hidden,
.w-file-upload-success.w-hidden {
  display: none
}

.w-file-upload-uploading-btn {
  cursor: pointer;
  background-color: #fafafa;
  border: 1px solid #ccc;
  margin: 0;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 400;
  display: flex
}

.w-file-upload-file {
  background-color: #fafafa;
  border: 1px solid #ccc;
  flex-grow: 1;
  justify-content: space-between;
  margin: 0;
  padding: 8px 9px 8px 11px;
  display: flex
}

.w-file-upload-file-name {
  font-size: 14px;
  font-weight: 400;
  display: block
}

.w-file-remove-link {
  cursor: pointer;
  width: auto;
  height: auto;
  margin-top: 3px;
  margin-left: 10px;
  padding: 3px;
  display: block
}

.w-icon-file-upload-remove {
  margin: auto;
  font-size: 10px
}

.w-file-upload-error-msg {
  color: #ea384c;
  padding: 2px 0;
  display: inline-block
}

.w-file-upload-info {
  padding: 0 12px;
  line-height: 38px;
  display: inline-block
}

.w-file-upload-label {
  cursor: pointer;
  background-color: #fafafa;
  border: 1px solid #ccc;
  margin: 0;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 400;
  display: inline-block
}

.w-icon-file-upload-icon,
.w-icon-file-upload-uploading {
  width: 20px;
  margin-right: 8px;
  display: inline-block
}

.w-icon-file-upload-uploading {
  height: 20px
}

.w-container {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto
}

.w-container:before,
.w-container:after {
  content: " ";
  grid-area: 1/1/2/2;
  display: table
}

.w-container:after {
  clear: both
}

.w-container .w-row {
  margin-left: -10px;
  margin-right: -10px
}

.w-row:before,
.w-row:after {
  content: " ";
  grid-area: 1/1/2/2;
  display: table
}

.w-row:after {
  clear: both
}

.w-row .w-row {
  margin-left: 0;
  margin-right: 0
}

.w-col {
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative
}

.w-col .w-col {
  padding-left: 0;
  padding-right: 0
}

.w-col-1 {
  width: 8.33333%
}

.w-col-2 {
  width: 16.6667%
}

.w-col-3 {
  width: 25%
}

.w-col-4 {
  width: 33.3333%
}

.w-col-5 {
  width: 41.6667%
}

.w-col-6 {
  width: 50%
}

.w-col-7 {
  width: 58.3333%
}

.w-col-8 {
  width: 66.6667%
}

.w-col-9 {
  width: 75%
}

.w-col-10 {
  width: 83.3333%
}

.w-col-11 {
  width: 91.6667%
}

.w-col-12 {
  width: 100%
}

.w-hidden-main {
  display: none !important
}

@media screen and (max-width:991px) {
  .w-container {
    max-width: 728px
  }

  .w-hidden-main {
    display: inherit !important
  }

  .w-hidden-medium {
    display: none !important
  }

  .w-col-medium-1 {
    width: 8.33333%
  }

  .w-col-medium-2 {
    width: 16.6667%
  }

  .w-col-medium-3 {
    width: 25%
  }

  .w-col-medium-4 {
    width: 33.3333%
  }

  .w-col-medium-5 {
    width: 41.6667%
  }

  .w-col-medium-6 {
    width: 50%
  }

  .w-col-medium-7 {
    width: 58.3333%
  }

  .w-col-medium-8 {
    width: 66.6667%
  }

  .w-col-medium-9 {
    width: 75%
  }

  .w-col-medium-10 {
    width: 83.3333%
  }

  .w-col-medium-11 {
    width: 91.6667%
  }

  .w-col-medium-12 {
    width: 100%
  }

  .w-col-stack {
    width: 100%;
    left: auto;
    right: auto
  }
}

@media screen and (max-width:767px) {

  .w-hidden-main,
  .w-hidden-medium {
    display: inherit !important
  }

  .w-hidden-small {
    display: none !important
  }

  .w-row,
  .w-container .w-row {
    margin-left: 0;
    margin-right: 0
  }

  .w-col {
    width: 100%;
    left: auto;
    right: auto
  }

  .w-col-small-1 {
    width: 8.33333%
  }

  .w-col-small-2 {
    width: 16.6667%
  }

  .w-col-small-3 {
    width: 25%
  }

  .w-col-small-4 {
    width: 33.3333%
  }

  .w-col-small-5 {
    width: 41.6667%
  }

  .w-col-small-6 {
    width: 50%
  }

  .w-col-small-7 {
    width: 58.3333%
  }

  .w-col-small-8 {
    width: 66.6667%
  }

  .w-col-small-9 {
    width: 75%
  }

  .w-col-small-10 {
    width: 83.3333%
  }

  .w-col-small-11 {
    width: 91.6667%
  }

  .w-col-small-12 {
    width: 100%
  }
}

@media screen and (max-width:479px) {
  .w-container {
    max-width: none
  }

  .w-hidden-main,
  .w-hidden-medium,
  .w-hidden-small {
    display: inherit !important
  }

  .w-hidden-tiny {
    display: none !important
  }

  .w-col {
    width: 100%
  }

  .w-col-tiny-1 {
    width: 8.33333%
  }

  .w-col-tiny-2 {
    width: 16.6667%
  }

  .w-col-tiny-3 {
    width: 25%
  }

  .w-col-tiny-4 {
    width: 33.3333%
  }

  .w-col-tiny-5 {
    width: 41.6667%
  }

  .w-col-tiny-6 {
    width: 50%
  }

  .w-col-tiny-7 {
    width: 58.3333%
  }

  .w-col-tiny-8 {
    width: 66.6667%
  }

  .w-col-tiny-9 {
    width: 75%
  }

  .w-col-tiny-10 {
    width: 83.3333%
  }

  .w-col-tiny-11 {
    width: 91.6667%
  }

  .w-col-tiny-12 {
    width: 100%
  }
}

.w-widget {
  position: relative
}

.w-widget-map {
  width: 100%;
  height: 400px
}

.w-widget-map label {
  width: auto;
  display: inline
}

.w-widget-map img {
  max-width: inherit
}

.w-widget-map .gm-style-iw {
  text-align: center
}

.w-widget-map .gm-style-iw>button {
  display: none !important
}

.w-widget-twitter {
  overflow: hidden
}

.w-widget-twitter-count-shim {
  vertical-align: top;
  text-align: center;
  background: #fff;
  border: 1px solid #758696;
  border-radius: 3px;
  width: 28px;
  height: 20px;
  display: inline-block;
  position: relative
}

.w-widget-twitter-count-shim * {
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none
}

.w-widget-twitter-count-shim .w-widget-twitter-count-inner {
  text-align: center;
  color: #999;
  font-family: IBM Plex Mono;
  font-size: 15px;
  line-height: 12px;
  position: relative
}

.w-widget-twitter-count-shim .w-widget-twitter-count-clear {
  display: block;
  position: relative
}

.w-widget-twitter-count-shim.w--large {
  width: 36px;
  height: 28px
}

.w-widget-twitter-count-shim.w--large .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 18px
}

.w-widget-twitter-count-shim:not(.w--vertical) {
  margin-left: 5px;
  margin-right: 8px
}

.w-widget-twitter-count-shim:not(.w--vertical).w--large {
  margin-left: 6px
}

.w-widget-twitter-count-shim:not(.w--vertical):before,
.w-widget-twitter-count-shim:not(.w--vertical):after {
  content: " ";
  pointer-events: none;
  border: solid #0000;
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  left: 0
}

.w-widget-twitter-count-shim:not(.w--vertical):before {
  border-width: 4px;
  border-color: #75869600 #5d6c7b #75869600 #75869600;
  margin-top: -4px;
  margin-left: -9px
}

.w-widget-twitter-count-shim:not(.w--vertical).w--large:before {
  border-width: 5px;
  margin-top: -5px;
  margin-left: -10px
}

.w-widget-twitter-count-shim:not(.w--vertical):after {
  border-width: 4px;
  border-color: #fff0 #fff #fff0 #fff0;
  margin-top: -4px;
  margin-left: -8px
}

.w-widget-twitter-count-shim:not(.w--vertical).w--large:after {
  border-width: 5px;
  margin-top: -5px;
  margin-left: -9px
}

.w-widget-twitter-count-shim.w--vertical {
  width: 61px;
  height: 33px;
  margin-bottom: 8px
}

.w-widget-twitter-count-shim.w--vertical:before,
.w-widget-twitter-count-shim.w--vertical:after {
  content: " ";
  pointer-events: none;
  border: solid #0000;
  width: 0;
  height: 0;
  position: absolute;
  top: 100%;
  left: 50%
}

.w-widget-twitter-count-shim.w--vertical:before {
  border-width: 5px;
  border-color: #5d6c7b #75869600 #75869600;
  margin-left: -5px
}

.w-widget-twitter-count-shim.w--vertical:after {
  border-width: 4px;
  border-color: #fff #fff0 #fff0;
  margin-left: -4px
}

.w-widget-twitter-count-shim.w--vertical .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 22px
}

.w-widget-twitter-count-shim.w--vertical.w--large {
  width: 76px
}

.w-background-video {
  color: #fff;
  height: 500px;
  position: relative;
  overflow: hidden
}

.w-background-video>video {
  object-fit: cover;
  z-index: -100;
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  inset: -100%
}

.w-background-video>video::-webkit-media-controls-start-playback-button {
  -webkit-appearance: none;
  display: none !important
}

.w-background-video--control {
  background-color: #0000;
  padding: 0;
  position: absolute;
  bottom: 1em;
  right: 1em
}

.w-background-video--control>[hidden] {
  display: none !important
}

.w-slider {
  text-align: center;
  clear: both;
  -webkit-tap-highlight-color: #0000;
  tap-highlight-color: #0000;
  background: #ddd;
  height: 300px;
  position: relative
}

.w-slider-mask {
  z-index: 1;
  white-space: nowrap;
  height: 100%;
  display: block;
  position: relative;
  left: 0;
  right: 0;
  overflow: hidden
}

.w-slide {
  vertical-align: top;
  white-space: normal;
  text-align: left;
  width: 100%;
  height: 100%;
  display: inline-block;
  position: relative
}

.w-slider-nav {
  z-index: 2;
  text-align: center;
  -webkit-tap-highlight-color: #0000;
  tap-highlight-color: #0000;
  height: 40px;
  margin: auto;
  padding-top: 10px;
  position: absolute;
  inset: auto 0 0
}

.w-slider-nav.w-round>div {
  border-radius: 100%
}

.w-slider-nav.w-num>div {
  font-size: inherit;
  line-height: inherit;
  width: auto;
  height: auto;
  padding: .2em .5em
}

.w-slider-nav.w-shadow>div {
  box-shadow: 0 0 3px #3336
}

.w-slider-nav-invert {
  color: #fff
}

.w-slider-nav-invert>div {
  background-color: #2226
}

.w-slider-nav-invert>div.w-active {
  background-color: #222
}

.w-slider-dot {
  cursor: pointer;
  background-color: #fff6;
  width: 1em;
  height: 1em;
  margin: 0 3px .5em;
  transition: background-color .1s, color .1s;
  display: inline-block;
  position: relative
}

.w-slider-dot.w-active {
  background-color: #fff
}

.w-slider-dot:focus {
  outline: none;
  box-shadow: 0 0 0 2px #fff
}

.w-slider-dot:focus.w-active {
  box-shadow: none
}

.w-slider-arrow-left,
.w-slider-arrow-right {
  cursor: pointer;
  color: #fff;
  -webkit-tap-highlight-color: #0000;
  tap-highlight-color: #0000;
  -webkit-user-select: none;
  user-select: none;
  width: 80px;
  margin: auto;
  font-size: 40px;
  position: absolute;
  inset: 0;
  overflow: hidden
}

.w-slider-arrow-left [class^=w-icon-],
.w-slider-arrow-right [class^=w-icon-],
.w-slider-arrow-left [class*=\ w-icon-],
.w-slider-arrow-right [class*=\ w-icon-] {
  position: absolute
}

.w-slider-arrow-left:focus,
.w-slider-arrow-right:focus {
  outline: 0
}

.w-slider-arrow-left {
  z-index: 3;
  right: auto
}

.w-slider-arrow-right {
  z-index: 4;
  left: auto
}

.w-icon-slider-left,
.w-icon-slider-right {
  width: 1em;
  height: 1em;
  margin: auto;
  inset: 0
}

.w-slider-aria-label {
  clip: rect(0 0 0 0);
  border: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden
}

.w-slider-force-show {
  display: block !important
}

.w-dropdown {
  text-align: left;
  z-index: 900;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  position: relative
}

.w-dropdown-btn,
.w-dropdown-toggle,
.w-dropdown-link {
  vertical-align: top;
  color: #222;
  text-align: left;
  white-space: nowrap;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  text-decoration: none;
  position: relative
}

.w-dropdown-toggle {
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
  padding-right: 40px;
  display: inline-block
}

.w-dropdown-toggle:focus {
  outline: 0
}

.w-icon-dropdown-toggle {
  width: 1em;
  height: 1em;
  margin: auto 20px auto auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0
}

.w-dropdown-list {
  background: #ddd;
  min-width: 100%;
  display: none;
  position: absolute
}

.w-dropdown-list.w--open {
  display: block
}

.w-dropdown-link {
  color: #222;
  padding: 10px 20px;
  display: block
}

.w-dropdown-link.w--current {
  color: #0082f3
}

.w-dropdown-link:focus {
  outline: 0
}

@media screen and (max-width:767px) {
  .w-nav-brand {
    padding-left: 10px
  }
}

.w-lightbox-backdrop {
  cursor: auto;
  letter-spacing: normal;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  visibility: visible;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  color: #fff;
  text-align: center;
  z-index: 2000;
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -webkit-tap-highlight-color: transparent;
  background: #000000e6;
  outline: 0;
  font-family: IBM Plex Mono;
  font-size: 17px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.2;
  list-style: disc;
  position: fixed;
  inset: 0;
  -webkit-transform: translate(0)
}

.w-lightbox-backdrop,
.w-lightbox-container {
  -webkit-overflow-scrolling: touch;
  height: 100%;
  overflow: auto
}

.w-lightbox-content {
  height: 100vh;
  position: relative;
  overflow: hidden
}

.w-lightbox-view {
  opacity: 0;
  width: 100vw;
  height: 100vh;
  position: absolute
}

.w-lightbox-view:before {
  content: "";
  height: 100vh
}

.w-lightbox-group,
.w-lightbox-group .w-lightbox-view,
.w-lightbox-group .w-lightbox-view:before {
  height: 86vh
}

.w-lightbox-frame,
.w-lightbox-view:before {
  vertical-align: middle;
  display: inline-block
}

.w-lightbox-figure {
  margin: 0;
  position: relative
}

.w-lightbox-group .w-lightbox-figure {
  cursor: pointer
}

.w-lightbox-img {
  width: auto;
  max-width: none;
  height: auto
}

.w-lightbox-image {
  float: none;
  max-width: 100vw;
  max-height: 100vh;
  display: block
}

.w-lightbox-group .w-lightbox-image {
  max-height: 86vh
}

.w-lightbox-caption {
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: #0006;
  padding: .5em 1em;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden
}

.w-lightbox-embed {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0
}

.w-lightbox-control {
  cursor: pointer;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 24px;
  width: 4em;
  transition: all .3s;
  position: absolute;
  top: 0
}

.w-lightbox-left {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0yMCAwIDI0IDQwIiB3aWR0aD0iMjQiIGhlaWdodD0iNDAiPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1KSI+PHBhdGggZD0ibTAgMGg1djIzaDIzdjVoLTI4eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDN2MjNoMjN2M2gtMjZ6IiBmaWxsPSIjZmZmIi8+PC9nPjwvc3ZnPg==);
  display: none;
  bottom: 0;
  left: 0
}

.w-lightbox-right {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMjQgNDAiIHdpZHRoPSIyNCIgaGVpZ2h0PSI0MCI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMC0waDI4djI4aC01di0yM2gtMjN6IiBvcGFjaXR5PSIuNCIvPjxwYXRoIGQ9Im0xIDFoMjZ2MjZoLTN2LTIzaC0yM3oiIGZpbGw9IiNmZmYiLz48L2c+PC9zdmc+);
  display: none;
  bottom: 0;
  right: 0
}

.w-lightbox-close {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMTggMTciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNyI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMCAwaDd2LTdoNXY3aDd2NWgtN3Y3aC01di03aC03eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDd2LTdoM3Y3aDd2M2gtN3Y3aC0zdi03aC03eiIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4=);
  background-size: 18px;
  height: 2.6em;
  right: 0
}

.w-lightbox-strip {
  white-space: nowrap;
  padding: 0 1vh;
  line-height: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: auto hidden
}

.w-lightbox-item {
  box-sizing: content-box;
  cursor: pointer;
  width: 10vh;
  padding: 2vh 1vh;
  display: inline-block;
  -webkit-transform: translate(0, 0)
}

.w-lightbox-active {
  opacity: .3
}

.w-lightbox-thumbnail {
  background: #222;
  height: 10vh;
  position: relative;
  overflow: hidden
}

.w-lightbox-thumbnail-image {
  position: absolute;
  top: 0;
  left: 0
}

.w-lightbox-thumbnail .w-lightbox-tall {
  width: 100%;
  top: 50%;
  transform: translateY(-50%)
}

.w-lightbox-thumbnail .w-lightbox-wide {
  height: 100%;
  left: 50%;
  transform: translate(-50%)
}

.w-lightbox-spinner {
  box-sizing: border-box;
  border: 5px solid #0006;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  animation: .8s linear infinite spin;
  position: absolute;
  top: 50%;
  left: 50%
}

.w-lightbox-spinner:after {
  content: "";
  border: 3px solid #0000;
  border-bottom-color: #fff;
  border-radius: 50%;
  position: absolute;
  inset: -4px
}

.w-lightbox-hide {
  display: none
}

.w-lightbox-noscroll {
  overflow: hidden
}

@media (min-width:768px) {
  .w-lightbox-content {
    height: 96vh;
    margin-top: 2vh
  }

  .w-lightbox-view,
  .w-lightbox-view:before {
    height: 96vh
  }

  .w-lightbox-group,
  .w-lightbox-group .w-lightbox-view,
  .w-lightbox-group .w-lightbox-view:before {
    height: 84vh
  }

  .w-lightbox-image {
    max-width: 96vw;
    max-height: 96vh
  }

  .w-lightbox-group .w-lightbox-image {
    max-width: 82.3vw;
    max-height: 84vh
  }

  .w-lightbox-left,
  .w-lightbox-right {
    opacity: .5;
    display: block
  }

  .w-lightbox-close {
    opacity: .8
  }

  .w-lightbox-control:hover {
    opacity: 1
  }
}

.w-lightbox-inactive,
.w-lightbox-inactive:hover {
  opacity: 0
}

.w-richtext:before,
.w-richtext:after {
  content: " ";
  grid-area: 1/1/2/2;
  display: table
}

.w-richtext:after {
  clear: both
}

.w-richtext[contenteditable=true]:before,
.w-richtext[contenteditable=true]:after {
  white-space: initial
}

.w-richtext ol,
.w-richtext ul {
  overflow: hidden
}

.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-video div:after,
.w-richtext .w-richtext-figure-selected[data-rt-type=video] div:after,
.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-image div,
.w-richtext .w-richtext-figure-selected[data-rt-type=image] div {
  outline: 2px solid #2895f7
}

.w-richtext figure.w-richtext-figure-type-video>div:after,
.w-richtext figure[data-rt-type=video]>div:after {
  content: "";
  display: none;
  position: absolute;
  inset: 0
}

.w-richtext figure {
  max-width: 60%;
  position: relative
}

.w-richtext figure>div:before {
  cursor: default !important
}

.w-richtext figure img {
  width: 100%
}

.w-richtext figure figcaption.w-richtext-figcaption-placeholder {
  opacity: .6
}

.w-richtext figure div {
  color: #0000;
  font-size: 0
}

.w-richtext figure.w-richtext-figure-type-image,
.w-richtext figure[data-rt-type=image] {
  display: table
}

.w-richtext figure.w-richtext-figure-type-image>div,
.w-richtext figure[data-rt-type=image]>div {
  display: inline-block
}

.w-richtext figure.w-richtext-figure-type-image>figcaption,
.w-richtext figure[data-rt-type=image]>figcaption {
  caption-side: bottom;
  display: table-caption
}

.w-richtext figure.w-richtext-figure-type-video,
.w-richtext figure[data-rt-type=video] {
  width: 60%;
  height: 0
}

.w-richtext figure.w-richtext-figure-type-video iframe,
.w-richtext figure[data-rt-type=video] iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0
}

.w-richtext figure.w-richtext-figure-type-video>div,
.w-richtext figure[data-rt-type=video]>div {
  width: 100%
}

.w-richtext figure.w-richtext-align-center {
  clear: both;
  margin-left: auto;
  margin-right: auto
}

.w-richtext figure.w-richtext-align-center.w-richtext-figure-type-image>div,
.w-richtext figure.w-richtext-align-center[data-rt-type=image]>div {
  max-width: 100%
}

.w-richtext figure.w-richtext-align-normal {
  clear: both
}

.w-richtext figure.w-richtext-align-fullwidth {
  text-align: center;
  clear: both;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block
}

.w-richtext figure.w-richtext-align-fullwidth>div {
  padding-bottom: inherit;
  display: inline-block
}

.w-richtext figure.w-richtext-align-fullwidth>figcaption {
  display: block
}

.w-richtext figure.w-richtext-align-floatleft {
  float: left;
  clear: none;
  margin-right: 15px
}

.w-richtext figure.w-richtext-align-floatright {
  float: right;
  clear: none;
  margin-left: 15px
}

.w-nav {
  z-index: 1000;
  background: #ddd;
  position: relative
}

.w-nav:before,
.w-nav:after {
  content: " ";
  grid-area: 1/1/2/2;
  display: table
}

.w-nav:after {
  clear: both
}

.w-nav-brand {
  float: left;
  color: #333;
  text-decoration: none;
  position: relative
}

.w-nav-link {
  vertical-align: top;
  color: #222;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  text-decoration: none;
  display: inline-block;
  position: relative
}

.w-nav-link.w--current {
  color: #0082f3
}

.w-nav-menu {
  float: right;
  position: relative
}

[data-nav-menu-open] {
  text-align: center;
  background: #c8c8c8;
  min-width: 200px;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  overflow: visible;
  display: block !important
}

.w--nav-link-open {
  display: block;
  position: relative
}

.w-nav-overlay {
  width: 100%;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  overflow: hidden
}

.w-nav-overlay [data-nav-menu-open] {
  top: 0
}

.w-nav[data-animation=over-left] .w-nav-overlay {
  width: auto
}

.w-nav[data-animation=over-left] .w-nav-overlay,
.w-nav[data-animation=over-left] [data-nav-menu-open] {
  z-index: 1;
  top: 0;
  right: auto
}

.w-nav[data-animation=over-right] .w-nav-overlay {
  width: auto
}

.w-nav[data-animation=over-right] .w-nav-overlay,
.w-nav[data-animation=over-right] [data-nav-menu-open] {
  z-index: 1;
  top: 0;
  left: auto
}

.w-nav-button {
  float: right;
  cursor: pointer;
  -webkit-tap-highlight-color: #0000;
  tap-highlight-color: #0000;
  -webkit-user-select: none;
  user-select: none;
  padding: 18px;
  font-size: 24px;
  display: none;
  position: relative
}

.w-nav-button:focus {
  outline: 0
}

.w-nav-button.w--open {
  color: #fff;
  background-color: #c8c8c8
}

.w-nav[data-collapse=all] .w-nav-menu {
  display: none
}

.w-nav[data-collapse=all] .w-nav-button,
.w--nav-dropdown-open,
.w--nav-dropdown-toggle-open {
  display: block
}

.w--nav-dropdown-list-open {
  position: static
}

@media screen and (max-width:991px) {
  .w-nav[data-collapse=medium] .w-nav-menu {
    display: none
  }

  .w-nav[data-collapse=medium] .w-nav-button {
    display: block
  }
}

@media screen and (max-width:767px) {
  .w-nav[data-collapse=small] .w-nav-menu {
    display: none
  }

  .w-nav[data-collapse=small] .w-nav-button {
    display: block
  }

  .w-nav-brand {
    padding-left: 10px
  }
}

@media screen and (max-width:479px) {
  .w-nav[data-collapse=tiny] .w-nav-menu {
    display: none
  }

  .w-nav[data-collapse=tiny] .w-nav-button {
    display: block
  }
}

.w-tabs {
  position: relative
}

.w-tabs:before,
.w-tabs:after {
  content: " ";
  grid-area: 1/1/2/2;
  display: table
}

.w-tabs:after {
  clear: both
}

.w-tab-menu {
  position: relative
}

.w-tab-link {
  vertical-align: top;
  text-align: left;
  cursor: pointer;
  color: #222;
  background-color: #ddd;
  padding: 9px 30px;
  text-decoration: none;
  display: inline-block;
  position: relative
}

.w-tab-link.w--current {
  background-color: #c8c8c8
}

.w-tab-link:focus {
  outline: 0
}

.w-tab-content {
  display: block;
  position: relative;
  overflow: hidden
}

.w-tab-pane {
  display: none;
  position: relative
}

.w--tab-active {
  display: block
}

@media screen and (max-width:479px) {
  .w-tab-link {
    display: block
  }
}

.w-ix-emptyfix:after {
  content: ""
}

@keyframes spin {
  0% {
    transform: rotate(0)
  }

  to {
    transform: rotate(360deg)
  }
}

.w-dyn-empty {
  background-color: #ddd;
  padding: 10px
}

.w-dyn-hide,
.w-dyn-bind-empty,
.w-condition-invisible {
  display: none !important
}

.wf-layout-layout {
  display: grid
}

.w-code-component>* {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0
}

:root {
  --light: white;
  --green-grey: #6e7a6f
}

body {
  color: #000;
  background-color: #fff;
  font-family: IBM Plex Mono;
  font-size: .9375rem;
  font-weight: 400;
  line-height: 1.25
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.1
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.2
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5
}

p {
  margin-bottom: 0
}

a {
  color: #6d776e;
  cursor: pointer;
  text-decoration: none
}

a:hover {
  color: #c9c9c9
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.5rem
}

li {
  margin-bottom: 0
}

img {
  max-width: 100%;
  display: inline-block
}

label {
  margin-bottom: .25rem;
  font-weight: 500
}

blockquote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5
}

figure {
  margin-top: 2rem;
  margin-bottom: 2rem
}

figcaption {
  text-align: center;
  margin-top: .25rem
}

.utility-page_component {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  max-height: 100%;
  padding-top: 25vh;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex
}

.utility-page_form-block {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 20rem;
  display: flex
}

.utility-page_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex
}

.utility-page_image {
  margin-left: auto;
  margin-right: auto
}

.global-styles {
  display: none;
  position: fixed;
  inset: 0% auto auto 0%
}

.margin-custom2 {
  margin: 2.5rem
}

.padding-xlarge {
  padding: 2.5rem
}

.margin-xlarge {
  margin: 4rem
}

.margin-xsmall {
  margin: .3125rem
}

.padding-xhuge {
  padding: 8rem
}

.margin-custom1 {
  margin: 1.5rem
}

.padding-0 {
  padding: 0
}

.padding-xxhuge {
  padding: 12rem
}

.padding-huge {
  padding: 6rem
}

.margin-large {
  margin: 3rem
}

.padding-xxlarge {
  padding: 5rem
}

.margin-xxsmall {
  margin: .25rem
}

.padding-custom3 {
  padding: 3.5rem
}

.padding-large {
  padding: 1.25rem
}

.margin-tiny {
  margin: .125rem
}

.padding-small {
  padding: .625rem
}

.padding-custom2 {
  padding: 2.5rem
}

.margin-custom3 {
  margin: 3.5rem
}

.padding-custom1 {
  padding: 1.5rem
}

.margin-huge {
  margin: 6rem
}

.padding-medium {
  padding: 1rem
}

.padding-xsmall {
  padding: .625rem
}

.margin-xxlarge {
  margin: 5rem
}

.padding-xxsmall {
  padding: .25rem
}

.margin-xhuge {
  margin: 8rem
}

.padding-tiny {
  padding: .3125rem
}

.margin-small {
  margin: .625rem
}

.margin-medium {
  margin: 1rem
}

.margin-xxhuge {
  margin: 12rem
}

.margin-0 {
  margin: 0
}

.margin-horizontal {
  margin-top: 0;
  margin-bottom: 0
}

.padding-top {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0
}

.margin-vertical {
  margin-left: 0;
  margin-right: 0
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0
}

.padding-left {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0
}

.padding-horizontal {
  padding-top: 0;
  padding-bottom: 0
}

.margin-right {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0
}

.margin-left {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0
}

.padding-right {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0
}

.padding-bottom {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0
}

.form_checkbox {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex
}

.form_checkbox-icon {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0
}

.form_checkbox-icon.w--redirected-checked {
  background-size: 90%;
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0
}

.form_checkbox-icon.w--redirected-focus {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
  box-shadow: 0 0 .25rem 0 #3898ec
}

.fs-styleguide_background {
  border: 1px solid #0000001a;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex
}

.fs-styleguide_spacing {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(#fff0, #0073e61a);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start stretch;
  display: grid;
  position: relative
}

.icon-1x1-small {
  flex: none;
  width: 1rem;
  height: 1rem
}

.overflow-auto {
  overflow: auto
}

.spacing-clean {
  margin: 0;
  padding: 0
}

.icon-1x1-large {
  width: 2.5rem;
  height: 2.5rem
}

.z-index-2 {
  z-index: 2;
  position: relative
}

.fs-styleguide_background-space {
  width: 1px;
  height: 1px;
  margin: 5rem
}

.text-weight-semibold {
  font-weight: 600
}

.text-style-strikethrough {
  text-decoration: line-through
}

.fs-styleguide_item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  border-bottom: 1px solid #0000001a;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 3rem;
  display: grid;
  position: relative
}

.fs-styleguide_item.is-stretch {
  justify-items: stretch
}

.max-width-full {
  width: 100%;
  max-width: none
}

.fs-styleguide_item-header {
  border-bottom: 1px solid #0000001a;
  width: 100%;
  padding-bottom: 2rem
}

.fs-styleguide_heading-large {
  font-size: 6rem
}

.background-color-black {
  color: #f5f5f5;
  background-color: #000
}

.z-index-1 {
  z-index: 1;
  position: relative
}

.text-color-black {
  color: #000
}

.text-color-grey {
  color: gray
}

.fs-styleguide_2-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid
}

.fs-styleguide_2-col.is-align-start {
  align-items: start
}

.form_message-success {
  padding: 1.25rem
}

.fs-styleguide_row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex
}

.heading-style-h3 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2
}

.text-rich-text h1,
.text-rich-text h2,
.text-rich-text h3,
.text-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1rem
}

.text-rich-text h5,
.text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: 1rem
}

.text-rich-text p {
  margin-bottom: 1rem
}

.text-rich-text ul,
.text-rich-text ol {
  margin-bottom: 1.5rem
}

.container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto
}

.icon-height-small {
  height: 1rem
}

.icon-1x1-medium {
  width: 2rem;
  height: 2rem
}

.heading-style-h1 {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1
}

.padding-global {
  width: 100%;
  height: 100%;
  padding-left: .625rem;
  padding-right: .625rem
}

.text-weight-normal {
  font-weight: 400
}

.padding-section-small {
  width: 100%;
  padding-top: .625rem;
  padding-bottom: .625rem
}

.max-width-small {
  width: 100%;
  max-width: 20rem
}

.text-color-white {
  color: #fff
}

.text-style-italic {
  font-style: italic
}

.text-weight-medium {
  margin-top: -.175em;
  font-weight: 500;
  display: block
}

.text-weight-medium.work-title {
  margin-bottom: 10px
}

.overflow-hidden {
  overflow: hidden
}

.fs-styleguide_section-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-bottom: 3rem;
  line-height: 1.4;
  display: grid
}

.text-size-tiny {
  font-size: .75rem
}

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem
}

.fs-styleguide_1-col {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid
}

.overflow-visible {
  overflow: visible
}

.fs-styleguide_empty-box {
  z-index: -1;
  background-color: #0073e61a;
  border: 1px dashed #0073e6;
  min-width: 3rem;
  height: 3rem;
  position: relative
}

.text-weight-light {
  font-weight: 300
}

.fs-styleguide_heading-medium {
  font-size: 4rem
}

.max-width-xsmall {
  width: 100%;
  max-width: 16rem
}

.fs-styleguide_4-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid
}

.text-size-regular {
  font-size: .9375rem;
  line-height: 1.25
}

.text-size-regular.w--current {
  color: #000
}

.text-size-regular.cc-link {
  margin: -5px -5px -2px;
  padding: 5px 5px 2px
}

.text-weight-xbold {
  font-weight: 800
}

.text-align-right {
  text-align: right
}

.text-weight-bold {
  font-weight: 700
}

.max-width-medium {
  width: 100%;
  max-width: 32rem
}

.fs-styleguide_item-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex
}

.max-width-large {
  width: 100%;
  max-width: 48rem
}

.fs-styleguide_header-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  display: grid
}

.background-color-white {
  background-color: #fff
}

.text-style-muted {
  opacity: .6
}

.text-size-small {
  font-size: .75rem
}

.text-size-small.width-custom {
  width: 28ch;
  margin-left: auto;
  margin-right: auto
}

.heading-style-h4 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem
}

.form_radio-icon {
  width: .875rem;
  height: .875rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem
}

.form_radio-icon.w--redirected-checked {
  border-width: .25rem;
  width: .875rem;
  height: .875rem
}

.form_radio-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  box-shadow: 0 0 .25rem 0 #3898ec
}

.text-style-nowrap {
  white-space: nowrap
}

.text-align-left {
  text-align: left
}

.background-color-grey {
  background-color: #f2f2f2
}

.form_input {
  background-color: #0000;
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem
}

.form_input.is-text-area {
  min-height: 8rem;
  padding-top: .75rem
}

.heading-style-h6 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5
}

.padding-section-large {
  padding-top: 8rem;
  padding-bottom: 8rem
}

.fs-styleguide_3-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: grid
}

.fs-styleguide_3-col.is-align-start {
  align-items: start
}

.text-style-link {
  color: #999;
  text-decoration: underline
}

.text-size-large {
  font-size: 1.5rem
}

.text-size-large.line-height-small {
  font-size: 1.4rem;
  line-height: .75
}

.fs-styleguide_header {
  background-color: #0000000d
}

.heading-style-h2 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2
}

.page-wrapper {
  max-width: 100vw;
  overflow: clip
}

.fs-styleguide_label {
  color: #fff;
  background-color: #0073e6;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem;
  font-weight: 600;
  line-height: 1.4;
  display: flex
}

.fs-styleguide_label.is-tag {
  background-color: #be4aa5
}

.fs-styleguide_version {
  z-index: 5;
  color: #000;
  font-weight: 500;
  text-decoration: none
}

.heading-style-h5 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto
}

.icon-height-medium {
  height: 2rem
}

.text-style-allcaps {
  text-transform: uppercase
}

.overflow-scroll {
  overflow: scroll
}

.form_message-error {
  margin-top: .75rem;
  padding: .75rem
}

.icon-height-large {
  height: 3rem
}

.text-align-center {
  text-align: center
}

.form_component {
  margin-bottom: 0
}

.main-wrapper {
  flex-direction: column
}

.max-width-xxsmall {
  width: 100%;
  max-width: 12rem
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%
}

.text-style-quote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5
}

.align-center {
  margin-left: auto;
  margin-right: auto
}

.button {
  color: #000;
  text-align: center;
  background-color: #0000;
  border: 1px solid #000;
  width: 100%;
  padding: 12.5px 20px 7.5px 15px;
  font-size: 14px;
  font-weight: 400;
  transition: opacity .2s
}

.button:hover {
  color: #000;
  background-color: #fafafa
}

.button.is-text {
  color: #000;
  background-color: #0000;
  border: 2px solid #0000
}

.button.is-small {
  padding: .5rem 1.25rem
}

.button.is-large {
  padding: 1rem 2rem
}

.button.is-secondary {
  color: #000;
  background-color: #0000;
  border: 2px solid #000;
  border-bottom-width: .125rem
}

.button.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex
}

.fs-styleguide_classes {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid
}

.text-size-medium {
  font-size: 1.25rem
}

.fs-styleguide_section {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid
}

.fs-styleguide_section.is-vertical {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-columns: 1fr
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex
}

.hide {
  display: none
}

.padding-section-medium {
  padding-top: 5rem;
  padding-bottom: 5rem
}

.container-medium {
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto
}

.form_radio {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex
}

.fs-styleguide_spacing-all {
  display: none
}

.nav_component {
  z-index: 1000;
  background-color: #fff;
  width: 100vw;
  position: sticky;
  top: 0
}

.hozline_component {
  border: .5px solid #000;
  width: 100%;
  height: 1px
}

.toggle {
  flex: none;
  justify-content: flex-end;
  align-items: flex-start;
  width: 30px;
  height: 30px;
  margin-top: 10px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto
}

.nav_menu-trigger-img {
  z-index: 2;
  cursor: pointer;
  width: 20px;
  height: 20px;
  position: absolute
}

.nav_menu-trigger-img.is-hover {
  display: none
}

.nav_top-flex {
  justify-content: space-between;
  align-items: baseline;
  line-height: 1;
  display: flex
}

.nav_clock-wrapper {
  align-items: baseline;
  display: flex
}

.clock {
  text-transform: uppercase;
  width: 6rem
}

.bio_flex {
  display: flex
}

.nav_top-wrapper {
  z-index: 3;
  width: 100%;
  height: 35px;
  position: relative
}

.section_bio {
  z-index: 2;
  width: 100%
}

.container-text {
  width: 100%;
  max-width: 26rem
}

.container-text.is-large {
  width: 45rem;
  max-width: 100%
}

.section_services {
  z-index: 1;
  width: 100%
}

.services_flex {
  grid-column-gap: 30%;
  justify-content: flex-start;
  width: 100%;
  display: flex;
  position: relative
}

.services_vert-flex {
  flex-direction: column;
  display: flex
}

.services_vert-flex.cc-clients {
  position: absolute;
  left: 47.5%
}

.nav_main-wrapper {
  z-index: 3;
  width: 100%;
  position: relative
}

.hozline_center {
  justify-content: center;
  width: 100%;
  display: flex
}

.text-size-regular-px {
  font-size: 15px
}

.text-size-regular-px.text-weight-medium.u-mt-o {
  margin-top: 0
}

.nav_main-flex {
  justify-content: flex-start;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: relative
}

.nav_main-wordmark {
  color: #000;
  width: 100%
}

.preloader_component {
  z-index: 1002;
  background-color: #131313;
  align-items: flex-start;
  width: 100vw;
  height: 100vh;
  display: block;
  position: fixed;
  inset: 0%;
  overflow: hidden
}

.transition_container {
  width: 100%;
  margin-top: 45px
}

.transition_vflex {
  flex-direction: column;
  flex: 1;
  display: flex
}

.transition_svg {
  color: #f5f5f5;
  width: 100%
}

.section_projects.cc-mobile {
  display: none
}

.projects_list {
  flex-direction: column;
  align-items: flex-start;
  width: 100vw;
  display: flex;
  position: relative;
  overflow: hidden
}

.projects_wrapper {
  flex-direction: column;
  flex: none;
  align-items: flex-start;
  display: flex;
  position: relative
}

.projects_track-instance {
  cursor: pointer;
  flex: none;
  display: flex
}

.projects_media {
  object-fit: cover;
  object-position: 50% 62.5%;
  flex: none;
  width: 25vh;
  max-width: 100%;
  height: 25vh;
  margin-right: 15px
}

.projects_track {
  cursor: pointer;
  flex-direction: row;
  flex: none;
  width: auto;
  padding-top: 0px;
  padding-bottom: 15px;
  display: flex
}

.footer_component {
  background-color: #fff;
  width: 100vw;
  height: 35px
}

.footer_flex-hoz {
  justify-content: space-between;
  align-items: flex-end;
  display: flex
}

.text-size-tiny-px {
  font-size: 10px
}

.text-size-tiny-px.is-projects-cursor-tag {
  text-transform: uppercase;
  padding: 5px 5px 1px;
  font-size: 11px;
  overflow: hidden
}

.slider_arrow {
  cursor: none;
  mix-blend-mode: difference;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  inset: 0% auto 0% 0%
}

.transition_wrap {
  z-index: 2000;
  background-color: #131313;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden
}

.transition-trigger {
  display: none
}

.projects_cursor-tag {
  white-space: nowrap;
  background-color: #000;
  margin-top: 10px;
  margin-left: 20px;
  position: absolute;
  overflow: hidden
}

.projects_cursor-wrapper {
  z-index: 1;
  color: #fff;
  cursor: pointer;
  background-color: #0000;
  width: 100vw;
  height: 25vh;
  margin-top: 1rem;
  display: block;
  position: absolute
}

.projects_cursor-point {
  width: 0;
  height: 0;
  position: relative
}

.section_contact {
  width: 100%
}

.flex-vert {
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex
}

.contact_text-wrapper {
  flex-direction: row;
  align-items: flex-start;
  display: flex
}

.contact_text-wrapper.column-gap {
  grid-column-gap: 3rem
}

.contact_green-dot {
  background-color: #2d8f29;
  border-radius: 100%;
  width: 5px;
  height: 5px;
  margin-top: .1rem
}

.projects_case-study {
  color: #000;
  width: 100vw;
  max-width: 600px;
  overflow: hidden
}

.projects_service-tag {
  cursor: default;
  background-color: #f1f1f1;
  border-radius: 4px;
  padding-top: 3px;
  padding-left: 4px;
  padding-right: 4px;
  font-size: 12px
}

.projects_service-tag-wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-wrap: wrap;
  align-items: baseline;
  max-width: 350px;
  display: flex
}

.projects_anchor-point {
  z-index: 0;
  width: 100vw;
  height: 0;
  position: absolute;
  top: 0
}

.case-study_heading-wrapper {
  justify-content: space-between;
  display: flex
}

.text-style-project-header {
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  padding-right: 6px
}

.case-study_close-trigger {
  margin-top: -3px;
  margin-bottom: -3px;
  padding: 3px 10px;
  display: none
}

.projects_track-wrapper {
  flex: none;
  display: flex
}

.footer_copyright {
  display: flex
}

.proposal-nav_trigger {
  grid-column-gap: 5px;
  cursor: pointer;
  align-items: flex-start;
  margin-top: -5px;
  margin-left: -5px;
  padding-top: 5px;
  padding-left: 5px;
  display: flex
}

.proposal-nav_top-flex {
  justify-content: space-between;
  display: flex
}

.proposal-nav_top-flex.cc-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid
}

.proposal-nav_hamburger {
  grid-row-gap: 3.5px;
  flex-direction: column;
  justify-content: center;
  width: 8px;
  display: flex
}

.hamburger_line {
  background-color: #000;
  width: 100%;
  height: 2px
}

.hamburger_center {
  background-color: #000;
  width: 100%;
  height: 6px
}

.proposal-nav_bottom-flex-vert {
  flex-direction: column;
  display: flex;
  overflow: clip
}

.proposal-nav_bottom {
  justify-content: flex-end;
  width: 100%;
  display: flex;
  overflow: clip
}

.proposal-index_list {
  background-color: #fff;
  flex-direction: column;
  align-items: flex-end;
  width: 400px;
  padding-left: 10px;
  display: flex;
  position: relative
}

.proposal-index_row {
  z-index: 1;
  color: #000;
  flex: none;
  justify-content: space-between;
  width: 100%;
  margin-right: 10px;
  padding-top: 3px;
  padding-left: 3px;
  padding-right: 3px;
  display: flex;
  position: relative
}

.proposal-index_row:hover {
  color: #000
}

.proposal-index_row-active {
  z-index: 2;
  mix-blend-mode: difference;
  background-color: #fff;
  width: 100%;
  height: 21.75px;
  padding-top: 3px;
  padding-left: 3px;
  padding-right: 3px;
  position: absolute
}

.proposal-index_row-active.pointer-events-off {
  display: none
}

.proposal-nav_client {
  grid-column-gap: 5px;
  display: flex
}

.proposal-nav_client.cc-40 {
  grid-column-gap: 40px
}

.section_prop-info,
.section_prop-expertise,
.section_prop-next,
.section_prop-experience {
  position: relative
}

.prop_image {
  width: 45rem;
  max-width: 100%
}

.section_prop-awards {
  position: relative
}

.row {
  border-left: 1px #000;
  display: flex
}

.row.project_row {
  justify-content: space-between;
  align-items: baseline
}

.col {
  flex: 1;
  max-height: 100%
}

.col.is-lg-25 {
  flex: 0 25%
}

.col.is-lg-25.is-m-100 {
  margin-bottom: 0
}

.col.is-lg-25.is-m-40 {
  flex-direction: column;
  margin-bottom: 0;
  display: flex
}

.col.is-lg-50 {
  flex: 0 50%
}

.col.is-lg-50.is-m-60 {
  margin-bottom: 0
}

.project-start {
  color: #fff;
  background-color: #000;
  margin-top: 1.25rem;
  padding: .1875rem .375rem .0625rem;
  font-size: .75rem;
  display: inline-block
}

.project-line-vert {
  border-top: 1px dashed #000;
  border-bottom: 1px dashed #000;
  border-left: 1px dashed #000;
  flex: none;
  width: 3.1875rem;
  margin-right: -1.625rem
}

.project-container {
  flex: 1;
  max-width: 100%;
  padding-top: 1.5625rem;
  padding-bottom: 1.5625rem
}

.project-subtitle {
  border-bottom: 1px dashed #000;
  margin-bottom: .3125rem;
  font-size: .75rem;
  display: inline-block
}

.project_cv_wrapper {
  margin-top: 20px
}

.workplace-line-vert {
  border-left: 1px solid #000;
  flex: 1;
  margin-top: 30px
}

.work-group {
  margin-bottom: 40px
}

.proposal-nav_trigger-wrapper {
  position: relative
}

.proposal-nav_trigger-close {
  z-index: 2;
  cursor: pointer;
  display: none;
  position: absolute;
  inset: 0%
}

.proposal-index_bg {
  z-index: -2;
  background-color: #f7f7f7;
  width: 200vw;
  display: none;
  position: absolute;
  inset: 0% -50px 0% auto
}

.code-embed {
  align-items: baseline;
  display: inline-block
}

.text-block,
.u-inline {
  display: inline
}

.swiper_project_component {
  z-index: 1001;
  opacity: 1;
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  background-color: #000000ed;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%
}

.swiper-wrapper {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  max-height: 100svh;
  display: flex;
  position: relative
}

.swiper-slide {
  width: 100%;
  height: 100%;
  padding: 6vw
}

.img-fill {
  object-fit: contain;
  width: 100%;
  height: 100%;
  max-height: 100%
}

.swiper-pagination {
  z-index: 5;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%
}

.swiper_button {
  color: #0000;
  justify-content: center;
  align-items: center;
  width: 40%;
  height: 100%;
  display: flex
}

.swiper_button.swiper-prev {
  opacity: 0;
  cursor: w-resize;
  width: 40%;
  height: 100%
}

.swiper_button.swiper-next {
  opacity: 0;
  cursor: e-resize;
  width: 40%;
  height: 100%
}

.slider-main_button-icon {
  width: 30%;
  height: 55%
}

.slider-main_button-icon.is-reversed {
  transform: rotate(-180deg)
}

.swiper_project {
  z-index: 10;
  pointer-events: none;
  color: var(--light);
  font-size: .9375rem;
  position: absolute;
  inset: 0%
}

.swiper_project-info {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  pointer-events: auto;
  align-items: baseline;
  display: flex
}

.swiper_close {
  pointer-events: auto;
  cursor: pointer;
  background-color: #0000;
  margin: -10px;
  padding: 10px
}

.project_visuals {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: wrap;
  align-items: flex-start;
  display: flex
}

.project_visuals_media {
  cursor: zoom-in;
  object-fit: contain;
  width: 80px;
  display: block
}

.project_visuals_media.img-full {
  width: 100%;
  height: 100%
}

.swiper {
  width: 100%;
  height: 100%;
  max-height: 100dvh;
  padding-top: 45px
}

.service-contributor {
  display: block
}

.nav_links_wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: baseline;
  padding-left: 0;
  list-style-type: none;
  display: flex
}

.h-error {
  font-size: 12vw;
  line-height: 1
}

.aspect-ratio-1 {
  aspect-ratio: 1
}

.project_visuals_video {
  object-fit: contain;
  width: 100%;
  height: 100%
}

.aspect-ratio-2 {
  aspect-ratio: 3/4
}

.no-click {
  cursor: not-allowed
}

.list {
  list-style-type: none
}

.webflow-badge {
  width: 7rem;
  padding-bottom: .25rem;
  display: inline-block
}

@media screen and (max-width:991px) {
  .margin-xlarge {
    margin: 3rem
  }

  .padding-xhuge {
    padding: 6rem
  }

  .padding-xxhuge {
    padding: 8rem
  }

  .padding-huge {
    padding: 5rem
  }

  .margin-large {
    margin: 2.5rem
  }

  .padding-xxlarge {
    padding: 4rem
  }

  .margin-huge {
    margin: 5rem
  }

  .margin-xxlarge {
    margin: 4rem
  }

  .margin-xhuge {
    margin: 6rem
  }

  .margin-xxhuge {
    margin: 8rem
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0
  }

  .padding-bottom.padding-xlarge {
    padding-bottom: 30px
  }

  .hide-tablet {
    display: none
  }

  .fs-styleguide_2-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none
  }

  .fs-styleguide_1-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem
  }

  .fs-styleguide_heading-medium {
    font-size: 3rem
  }

  .fs-styleguide_4-col {
    grid-template-columns: 1fr
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem
  }

  .fs-styleguide_3-col {
    grid-template-columns: 1fr
  }

  .button {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px
  }

  .fs-styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr
  }

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem
  }

  .nav_menu-trigger-img {
    width: 15px;
    height: 15px
  }

  .container-text.is-large {
    width: 80%
  }

  .slider_arrow {
    mix-blend-mode: normal;
    width: 49%;
    height: 40px;
    margin-bottom: -45px;
    inset: auto auto 0% 0%
  }

  .projects_cursor-point {
    display: none
  }

  .proposal-index_list {
    width: 50%
  }

  .prop_image {
    width: 80%
  }

  .row {
    flex-wrap: wrap
  }

  .col.is-lg-25.is-m-100 {
    flex-basis: 100%;
    padding-bottom: 30px
  }

  .col.is-lg-25.is-m-40 {
    flex-basis: 40%
  }

  .col.is-lg-25.is-m-70 {
    flex-basis: 70%
  }

  .col.is-lg-50.is-m-60 {
    flex-basis: 60%
  }

  .swiper-pagination {
    display: none
  }
}

@media screen and (max-width:767px) {
  h1 {
    font-size: 2.5rem
  }

  h2 {
    font-size: 2rem
  }

  h3 {
    font-size: 1.5rem
  }

  h4 {
    font-size: 1rem
  }

  .padding-xlarge {
    padding: 2rem
  }

  .margin-xlarge {
    margin: 2rem
  }

  .padding-xhuge {
    padding: 4rem
  }

  .padding-xxhuge {
    padding: 4.5rem
  }

  .padding-huge {
    padding: 3.5rem
  }

  .margin-large {
    margin: 1.5rem
  }

  .padding-xxlarge {
    padding: 3rem
  }

  .margin-huge {
    margin: 3.5rem
  }

  .margin-xxlarge {
    margin: 3rem
  }

  .margin-xhuge {
    margin: 4rem
  }

  .margin-xxhuge {
    margin: 4.5rem
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0
  }

  .hide-mobile-landscape {
    display: none
  }

  .fs-styleguide_heading-large {
    font-size: 3rem
  }

  .heading-style-h3 {
    font-size: 1.5rem
  }

  .heading-style-h1 {
    font-size: 2.5rem
  }

  .fs-styleguide_section-header {
    font-size: .875rem
  }

  .fs-styleguide_heading-medium {
    font-size: 2rem
  }

  .text-size-regular {
    font-size: .8125rem
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none
  }

  .text-size-small {
    font-size: .75rem
  }

  .heading-style-h4 {
    font-size: 1rem
  }

  .text-style-nowrap {
    white-space: normal
  }

  .heading-style-h6 {
    font-size: .75rem
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem
  }

  .heading-style-h2 {
    font-size: 2rem
  }

  .fs-styleguide_version,
  .heading-style-h5 {
    font-size: .875rem
  }

  .button {
    border-width: 1.4px
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem
  }

  .hozline_component {
    border-width: .8px
  }

  .clock {
    width: 5rem
  }

  .services_flex {
    grid-column-gap: 0%;
    justify-content: space-between;
    padding-right: 0%
  }

  .services_vert-flex {
    width: auto
  }

  .text-size-regular-px {
    font-size: 13px
  }

  .contact_text-wrapper.column-gap {
    grid-column-gap: 0px;
    justify-content: space-between;
    width: 100%;
    padding-right: 15px
  }

  .hamburger_center {
    height: 5.5px
  }

  .proposal-index_list {
    width: 100%;
    padding-left: 15px
  }

  .proposal-index_row {
    margin-right: 7px
  }

  .col.is-lg-25.is-m-100 {
    padding-bottom: 10px
  }

  .project-container {
    padding-right: 1rem
  }

  .swiper_project {
    font-size: .875rem
  }

  .project_visuals {
    grid-column-gap: 2.5vw;
    grid-row-gap: 2.5vw;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid
  }

  .h-error {
    font-size: 20vw
  }
}

@media screen and (max-width:479px) {
  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0
  }

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none
  }

  .text-weight-medium.cc-title {
    margin-bottom: 30px
  }

  .hide-mobile-portrait {
    display: none
  }

  .nav_menu-trigger-img {
    width: 10px;
    height: 10px
  }

  .container-text.is-large {
    width: 100%
  }

  .section_projects.cc-mobile {
    display: block
  }

  .projects_media {
    width: 30vw;
    height: 30vw
  }

  .projects_cursor-wrapper {
    height: 30vw
  }

  .contact_text-wrapper.column-gap {
    flex-flow: column;
    padding-right: 0
  }

  .prop_image {
    width: 100%;
    max-width: none
  }

  .col.is-lg-25.is-m-40 {
    padding-right: 5px
  }

  .col.is-lg-25.is-m-40.is-s-100 {
    flex-basis: 100%
  }

  .col.is-lg-25.is-m-40.cc-grow-mobile {
    flex: 1;
    padding-right: 15px
  }

  .col.is-lg-50.is-m-60.is-s-100 {
    flex-basis: 100%;
    margin-top: .625rem
  }

  .col.is-lg-50.is-m-60.cc-shrink-mobile {
    flex: 0 auto
  }

  .workplace-line-vert {
    margin-top: 0
  }

  .project-info {
    display: none
  }

  .project-info.cc-project,
  .project-info.cc-index,
  .project-info.cc-total {
    display: block
  }

  .project-info.cc-index-wrapper {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    text-align: center;
    justify-content: center;
    display: inline-flex;
    position: absolute;
    inset: auto 0% 20px
  }

  .project_visuals {
    grid-column-gap: 2.75vw;
    grid-row-gap: 2.75vw;
    grid-auto-columns: 1fr
  }

  .project_visuals_media {
    width: 100%
  }

  .project_visuals_media.cc-square {
    height: auto
  }

  .h-error {
    font-size: 25vw
  }
}

#w-node-_7167a380-6fbe-5573-7c5e-167c808e214e-808e212e {
  justify-self: center
}

#w-node-_7167a380-6fbe-5573-7c5e-167c808e2151-808e212e {
  justify-self: end
}

.main-text {
  margin-left: 10%;
  margin-right: 10%;
  text-align: justify;
}

.video-container2 {
  width: 100%;
  height: 20vh;
  position: relative;
  z-index: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 16 / 9; /* Задайте бажане співвідношення сторін */
}

.video-container2 svg {
  width: 100%;
  height: auto;
  position: absolute;
  top: -0%;
  left: 0;
  z-index: 1;
  mix-blend-mode: multiply;
}

.video-container {
  width: 100%;
  height: 37.333vh;
  position: relative;
  z-index: 1;

}

.video-container video {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  z-index: 1;
}

.video-container img {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  z-index: -2;
}

.video-container svg {
  width: 100%;
  scale: 0.8;
  height: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  mix-blend-mode: exclusion;
}

.row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  margin-left: 9.5%;
  margin-right: 9.5%;
}

.column {
  text-align: left;
  flex: 0 0 auto;
  width: 360px;
}

.column:nth-child(2) {
  text-align: right;
}

@media (max-width: 955px) {
  .row {
    justify-content: center;
  }

  .column {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 955px) {
  

.column:nth-child(2) {
  text-align: right;
  
    margin-right: 0%;
    text-align: right;
}

.column:nth-child(1) {
  text-align: right;
  
    margin-left: 0%;
    text-align: left;
}
  
}


@media (max-width: 767px) {
  .row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    margin-left: 3%;
    margin-right: 3%;
  }
  .main-text {
    margin-left: 3.5%;
    margin-right: 3.5%;
    text-align: justify;
  }
  .video-container svg {
    width: 100%;
    scale: 0.95;
    height: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    mix-blend-mode: exclusion;
  }

}

@media (max-width: 479px) {
  .column {
    text-align: left;
    flex: auto;
    width: 320px;
  }
  
}



