@charset "UTF-8";

@font-face {
  font-family: inter_v;
  src: url(../fonts/Inter-Variable.ttf) format("truetype-variations");
  font-display: swap;
  font-weight: 1 999;
  font-style: normal;
}

@font-face {
  font-family: TT\Hoves;
  src: local("TT Hoves Regular"), local("TTHoves-Regular"),
    url(../fonts/TTHoves-Regular.woff2) format("woff2"),
    url(../fonts/TTHoves-Regular.woff) format("woff"),
    url(../fonts/TTHoves-Regular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: TT\Hoves;
  src: local("TT Hoves Medium"), local("TTHoves-Medium"),
    url(../fonts/TTHoves-Medium.woff2) format("woff2"),
    url(../fonts/TTHoves-Medium.woff) format("woff"),
    url(../fonts/TTHoves-Medium.ttf) format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: TT\Hoves;
  src: local("TT Hoves Bold"), local("TTHoves-Bold"),
    url(../fonts/TTHoves-Bold.woff2) format("woff2"),
    url(../fonts/TTHoves-Bold.woff) format("woff"),
    url(../fonts/TTHoves-Bold.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Apercu\Mono;
  src: local("Apercu Mono"), local("Apercu-Mono"),
    url(../fonts/Apercu-Mono.woff2) format("woff2"),
    url(../fonts/Apercu-Mono.woff) format("woff"),
    url(../fonts/Apercu-Mono.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --wp-admin-theme-color: #007cba;
  --wp-admin-theme-color-darker-10: #006ba1;
  --wp-admin-theme-color-darker-20: #005a87;
}

#start-resizable-editor-section {
  display: none;
}

.block-editor-autocompleters__block .block-editor-block-icon {
  margin-right: 8px;
}

.block-editor-block-alignment-matrix-toolbar__popover .components-popover__content {
  min-width: 0;
  width: auto;
}

.block-editor-block-alignment-matrix-toolbar__popover .components-popover__content>div {
  padding: 8px;
}

.block-editor-block-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
}

.block-editor-block-icon.has-colors svg {
  fill: currentColor;
}

.block-editor-block-icon svg {
  min-width: 20px;
  min-height: 20px;
  max-width: 24px;
  max-height: 24px;
}

.block-editor-block-inspector .components-base-control {
  margin-bottom: 24px;
}

.block-editor-block-inspector .components-base-control:last-child {
  margin-bottom: 8px;
}

.block-editor-block-inspector .components-panel__body {
  border: none;
  border-top: 1px solid #e0e0e0;
}

.block-editor-block-inspector .block-editor-block-card {
  padding: 16px;
}

.block-editor-block-inspector__no-blocks {
  display: block;
  font-size: 13px;
  background: #fff;
  padding: 32px 16px;
  text-align: center;
}

.block-editor-block-styles .block-editor-block-list__block {
  margin: 0;
}

.block-editor-block-list__layout .block-editor-block-list__block,
.block-editor-block-list__layout .block-list-appender {
  position: relative;
}

.block-editor-block-list__layout .block-editor-block-list__block.is-drop-target:before,
.block-editor-block-list__layout .block-list-appender.is-drop-target:before {
  content: "";
  position: absolute;
  z-index: 0;
  pointer-events: none;
  transition: border-color 0.1s linear, border-style 0.1s linear,
    box-shadow 0.1s linear;
  top: -14px;
  right: 0;
  left: 0;
  border-top: 4px solid #007cba;
  border-top: 4px solid var(--wp-admin-theme-color);
}

.block-editor-block-list__layout .block-editor-block-list__block.is-drop-target.is-dropping-horizontally:before,
.block-editor-block-list__layout .block-list-appender.is-drop-target.is-dropping-horizontally:before {
  top: 0;
  bottom: 0;
  left: -6px;
  border-top: none;
  border-left: 4px solid #007cba;
  border-left: 4px solid var(--wp-admin-theme-color);
}

.block-editor-block-list__layout {
  position: relative;
}

.block-editor-block-list__layout .block-editor-block-list__block.is-highlighted:after,
.block-editor-block-list__layout .block-editor-block-list__block.is-multi-selected:after,
.is-navigate-mode .block-editor-block-list__layout .block-editor-block-list__block.is-hovered:after,
.is-navigate-mode .block-editor-block-list__layout .block-editor-block-list__block.is-selected:after {
  position: absolute;
  z-index: 1;
  pointer-events: none;
  content: "";
  top: 1px;
  bottom: 1px;
  left: 1px;
  right: 1px;
  box-shadow: 0 0 0 1.5px #007cba;
  box-shadow: 0 0 0 1.5px var(--wp-admin-theme-color);
  border-radius: 1px;
  outline: 2px solid transparent;
}

.is-dark-theme .block-editor-block-list__layout .block-editor-block-list__block.is-highlighted:after,
.is-dark-theme .block-editor-block-list__layout .block-editor-block-list__block.is-multi-selected:after,
.is-dark-theme .is-navigate-mode .block-editor-block-list__layout .block-editor-block-list__block.is-hovered:after,
.is-dark-theme .is-navigate-mode .block-editor-block-list__layout .block-editor-block-list__block.is-selected:after {
  box-shadow: 0 0 0 1.5px #fff;
}

.block-editor-block-list__layout .block-editor-block-list__block.is-highlighted .components-placeholder ::selection,
.block-editor-block-list__layout .block-editor-block-list__block.is-multi-selected .components-placeholder ::selection,
.is-navigate-mode .block-editor-block-list__layout .block-editor-block-list__block.is-hovered .components-placeholder ::selection,
.is-navigate-mode .block-editor-block-list__layout .block-editor-block-list__block.is-selected .components-placeholder ::selection {
  background: 0 0;
}

.is-navigate-mode .block-editor-block-list__layout .block-editor-block-list__block.is-hovered:not(.is-selected):after {
  box-shadow: 0 0 0 1px #949494;
}

.is-block-moving-mode .block-editor-block-list__layout .block-editor-block-list__block.has-child-selected {
  box-shadow: 0 0 0 1.5px #007cba;
  box-shadow: 0 0 0 1.5px var(--wp-admin-theme-color);
  outline: 1.5px solid transparent;
}

.is-block-moving-mode .block-editor-block-list__layout .block-editor-block-list__block.is-selected:before {
  content: "";
  position: absolute;
  z-index: 0;
  pointer-events: none;
  transition: border-color 0.1s linear, border-style 0.1s linear,
    box-shadow 0.1s linear;
  right: 0;
  left: 0;
  top: -14px;
  border-radius: 2px;
  border-top: 4px solid #ccc;
}

.is-block-moving-mode .block-editor-block-list__layout .block-editor-block-list__block.is-selected:after {
  content: none;
}

.is-block-moving-mode.can-insert-moving-block .block-editor-block-list__layout .block-editor-block-list__block.is-selected:before {
  border-color: #007cba;
  border-color: var(--wp-admin-theme-color);
}

.is-block-moving-mode.block-editor-block-list__block-selection-button {
  opacity: 0;
  font-size: 1px;
  height: 1px;
  padding: 0;
}

.block-editor-block-list__layout .block-editor-block-list__block {
  position: relative;
  overflow-wrap: break-word;
}

.block-editor-block-list__layout .block-editor-block-list__block .reusable-block-edit-panel * {
  z-index: 1;
}

.block-editor-block-list__layout .block-editor-block-list__block .components-placeholder .components-with-notices-ui {
  margin: -10px 0 12px;
}

.block-editor-block-list__layout .block-editor-block-list__block .components-with-notices-ui {
  margin: 0 0 12px;
  width: 100%;
}

.block-editor-block-list__layout .block-editor-block-list__block .components-with-notices-ui .components-notice {
  margin-left: 0;
  margin-right: 0;
}

.block-editor-block-list__layout .block-editor-block-list__block .components-with-notices-ui .components-notice .components-notice__content {
  font-size: 13px;
}

.block-editor-block-list__layout .block-editor-block-list__block:not([contenteditable]):focus {
  outline: 0;
}

.block-editor-block-list__layout .block-editor-block-list__block:not([contenteditable]):focus:after {
  position: absolute;
  z-index: 1;
  pointer-events: none;
  content: "";
  top: 1px;
  bottom: 1px;
  left: 1px;
  right: 1px;
  box-shadow: 0 0 0 1.5px #007cba;
  box-shadow: 0 0 0 1.5px var(--wp-admin-theme-color);
  border-radius: 1px;
}

.is-dark-theme .block-editor-block-list__layout .block-editor-block-list__block:not([contenteditable]):focus:after {
  box-shadow: 0 0 0 1.5px #fff;
}

.block-editor-block-list__layout .block-editor-block-list__block.is-focus-mode:not(.is-multi-selected) {
  opacity: 0.5;
  transition: opacity 0.1s linear;
}

@media (prefers-reduced-motion: reduce) {
  .block-editor-block-list__layout .block-editor-block-list__block.is-focus-mode:not(.is-multi-selected) {
    transition-duration: 0s;
  }
}

.block-editor-block-list__layout .block-editor-block-list__block.is-focus-mode:not(.is-multi-selected).is-focused,
.block-editor-block-list__layout .block-editor-block-list__block.is-focus-mode:not(.is-multi-selected):not(.is-focused) .block-editor-block-list__block {
  opacity: 1;
}

.block-editor-block-list__layout .block-editor-block-list__block.has-active-entity:not(.is-focus-mode) {
  opacity: 0.5;
  transition: opacity 0.1s linear;
}

@media (prefers-reduced-motion: reduce) {
  .block-editor-block-list__layout .block-editor-block-list__block.has-active-entity:not(.is-focus-mode) {
    transition-duration: 0s;
  }
}

.block-editor-block-list__layout .block-editor-block-list__block.has-active-entity:not(.is-focus-mode) .is-active-entity .block-editor-block-list__block,
.block-editor-block-list__layout .block-editor-block-list__block.has-active-entity:not(.is-focus-mode).has-child-selected,
.block-editor-block-list__layout .block-editor-block-list__block.has-active-entity:not(.is-focus-mode).is-active-entity,
.block-editor-block-list__layout .block-editor-block-list__block.has-active-entity:not(.is-focus-mode).is-active-entity .block-editor-block-list__block,
.block-editor-block-list__layout .block-editor-block-list__block.has-active-entity:not(.is-focus-mode):not(.has-child-selected) .block-editor-block-list__block {
  opacity: 1;
}

.block-editor-block-list__layout .block-editor-block-list__block:after {
  content: "";
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 2px;
  box-shadow: 0 0 0 1.5px transparent;
}

.block-editor-block-list__layout .block-editor-block-list__block.has-warning {
  min-height: 36px;
}

.block-editor-block-list__layout .block-editor-block-list__block.has-warning>* {
  pointer-events: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.block-editor-block-list__layout .block-editor-block-list__block.has-warning .block-editor-warning {
  pointer-events: all;
}

.block-editor-block-list__layout .block-editor-block-list__block.has-warning:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 2px;
  background-color: hsla(0, 0%, 100%, 0.4);
}

.block-editor-block-list__layout .block-editor-block-list__block.has-warning.is-multi-selected:after {
  background-color: transparent;
}

.block-editor-block-list__layout .block-editor-block-list__block.is-reusable>.block-editor-inner-blocks>.block-editor-block-list__layout.has-overlay:after {
  display: none;
}

.block-editor-block-list__layout .block-editor-block-list__block.is-reusable>.block-editor-inner-blocks>.block-editor-block-list__layout.has-overlay .block-editor-block-list__layout.has-overlay:after {
  display: block;
}

.is-navigate-mode .block-editor-block-list__layout .block-editor-block-list__block {
  cursor: default;
}

.block-editor-block-list__layout .block-editor-block-list__block[data-clear="true"] {
  float: none;
}

.block-editor-block-list__layout .block-editor-block-list__block .block-editor-block-list__layout .block-editor-default-block-appender .block-editor-inserter {
  left: auto;
  right: 8px;
}

.block-editor-block-list__layout .wp-block {
  margin-left: auto;
  margin-right: auto;
}

.wp-block[data-align="left"],
.wp-block[data-align="right"] {
  width: 100%;
  height: 0;
}

.wp-block[data-align="left"]:before,
.wp-block[data-align="right"]:before {
  content: none;
}

.wp-block[data-align="left"]>*,
.wp-block[data-align="right"]>* {
  z-index: 21;
}

.wp-block[data-align="left"]>* {
  float: left;
  margin-right: 2em;
}

.wp-block[data-align="right"]>* {
  float: right;
  margin-left: 2em;
}

.wp-block[data-align="full"],
.wp-block[data-align="wide"] {
  clear: both;
}

.block-editor-block-list .block-editor-inserter {
  margin: 8px;
  cursor: move;
  cursor: grab;
}

.block-editor-block-list__insertion-point {
  position: relative;
  z-index: 6;
  margin-top: -14px;
}

.block-editor-block-list__insertion-point.is-insert-after {
  margin-top: 14px;
}

.block-editor-block-list__insertion-point-indicator {
  position: absolute;
  top: calc(50% - 1px);
  height: 1.5px;
  left: 0;
  right: 0;
  background: #007cba;
  background: var(--wp-admin-theme-color);
}

.block-editor-block-list__insertion-point-inserter {
  display: none;
  justify-content: center;
}

@media (min-width: 480px) {
  .block-editor-block-list__insertion-point-inserter {
    display: flex;
  }
}

.block-editor-block-list__insertion-point-inserter.is-inserter-hidden .block-editor-inserter__toggle {
  visibility: hidden;
  pointer-events: none;
}

.block-editor-block-list__block-popover-inserter {
  position: absolute;
  top: -9999em;
  margin-bottom: 14px;
}

.block-editor-block-list__block-popover-inserter.is-visible {
  position: static;
}

.block-editor-block-list__block-popover-inserter .block-editor-inserter__toggle.components-button.has-icon,
.block-editor-block-list__empty-block-inserter .block-editor-inserter__toggle.components-button.has-icon,
.block-editor-block-list__insertion-point-inserter .block-editor-inserter__toggle.components-button.has-icon,
.block-editor-default-block-appender .block-editor-inserter__toggle.components-button.has-icon {
  background: #1e1e1e;
  border-radius: 2px;
  color: #fff;
  padding: 0;
  min-width: 24px;
  height: 24px;
}

.block-editor-block-list__block-popover-inserter .block-editor-inserter__toggle.components-button.has-icon:hover,
.block-editor-block-list__empty-block-inserter .block-editor-inserter__toggle.components-button.has-icon:hover,
.block-editor-block-list__insertion-point-inserter .block-editor-inserter__toggle.components-button.has-icon:hover,
.block-editor-default-block-appender .block-editor-inserter__toggle.components-button.has-icon:hover {
  color: #fff;
}

.block-editor-block-list__block-popover-inserter .block-editor-inserter__toggle.components-button,
.block-editor-block-list__insertion-point-inserter .block-editor-inserter__toggle.components-button {
  animation: block-editor-inserter__toggle__fade-in-animation-delayed 0.3s ease;
  animation-fill-mode: forwards;
}

@media (prefers-reduced-motion: reduce) {

  .block-editor-block-list__block-popover-inserter .block-editor-inserter__toggle.components-button,
  .block-editor-block-list__insertion-point-inserter .block-editor-inserter__toggle.components-button {
    animation-duration: 1ms;
  }
}

@keyframes block-editor-inserter__toggle__fade-in-animation-delayed {
  0% {
    opacity: 0;
  }

  80% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes block-editor-inserter__toggle__fade-in-animation {
  0% {
    opacity: 0;
    transform: scale(0);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

.wp-block .block-list-appender .block-editor-inserter__toggle {
  animation: block-editor-inserter__toggle__fade-in-animation 0.1s ease;
  animation-fill-mode: forwards;
}

@media (prefers-reduced-motion: reduce) {
  .wp-block .block-list-appender .block-editor-inserter__toggle {
    animation-duration: 1ms;
  }
}

.block-editor-block-list__block:not(.is-selected):not(.has-child-selected) .block-editor-default-block-appender {
  display: none;
}

.block-editor-block-list__block:not(.is-selected):not(.has-child-selected) .block-editor-default-block-appender .block-editor-inserter__toggle {
  opacity: 0;
  transform: scale(0);
}

.block-editor-block-list__block>.block-editor-block-list__insertion-point {
  position: absolute;
  top: -16px;
  height: 28px;
  bottom: auto;
  left: 14px;
  right: 14px;
}

.block-editor-block-list__block .block-editor-block-list__block-html-textarea {
  display: block;
  margin: 0;
  padding: 12px;
  width: 100%;
  border: none;
  outline: 0;
  border-radius: 2px;
  box-shadow: inset 0 0 0 1px #1e1e1e;
  resize: none;
  overflow: hidden;
  font-family: Menlo, Consolas, monaco, monospace;
  font-size: 15px;
  line-height: 1.5;
  transition: padding 0.2s linear;
}

@media (prefers-reduced-motion: reduce) {
  .block-editor-block-list__block .block-editor-block-list__block-html-textarea {
    transition-duration: 0s;
  }
}

.block-editor-block-list__block .block-editor-block-list__block-html-textarea:focus {
  box-shadow: inset 0 0 0 1.5px #007cba;
  box-shadow: inset 0 0 0 1.5px var(--wp-admin-theme-color);
}

.block-editor-block-contextual-toolbar {
  border: 1px solid #1e1e1e;
  border-radius: 2px;
  background-color: #fff;
}

.block-editor-block-contextual-toolbar .block-editor-block-toolbar .components-toolbar,
.block-editor-block-contextual-toolbar .block-editor-block-toolbar .components-toolbar-group {
  border-right-color: #1e1e1e;
}

.block-editor-block-contextual-toolbar .block-editor-block-mover-button {
  overflow: hidden;
}

.block-editor-block-contextual-toolbar .block-editor-block-mover.is-horizontal .block-editor-block-mover-button.block-editor-block-mover-button {
  min-width: 24px;
  width: 24px;
}

.block-editor-block-contextual-toolbar .block-editor-block-mover:not(.is-horizontal) .block-editor-block-mover-button.is-up-button svg {
  margin-top: 2px;
}

.block-editor-block-contextual-toolbar .block-editor-block-mover:not(.is-horizontal) .block-editor-block-mover-button.is-down-button svg {
  margin-bottom: 3px;
}

.block-editor-block-contextual-toolbar .block-editor-block-mover:not(.is-horizontal) .block-editor-block-mover-button:focus:before {
  left: 0 !important;
  min-width: 0;
  width: 100%;
}

.block-editor-block-list__block-selection-button {
  display: block;
  z-index: 22;
}

.block-editor-block-list__block-selection-button .components-button {
  font-size: 13px;
  height: 46px;
  padding: 12px 16px;
  position: relative;
  top: -1px;
  box-shadow: 0 0 0 1px #1e1e1e;
  border-radius: 1px;
  background-color: #fff;
}

.block-editor-block-list__block-selection-button .components-button:focus {
  box-shadow: 0 0 0 1.5px #007cba;
  box-shadow: 0 0 0 1.5px var(--wp-admin-theme-color);
}

.block-editor-block-list__block .block-editor-warning {
  z-index: 5;
  position: relative;
}

.block-editor-block-list__block .block-editor-warning.block-editor-block-list__block-crash-warning {
  margin-bottom: auto;
}

.block-editor-block-list__insertion-point-popover.is-without-arrow {
  z-index: 28;
  position: absolute;
}

.block-editor-block-list__insertion-point-popover.is-without-arrow .components-popover__content.components-popover__content {
  background: 0 0;
  border: none;
  box-shadow: none;
  overflow-y: visible;
  margin-left: 0;
}

@keyframes hide-during-dragging {
  to {
    position: fixed;
    transform: translate(9999px, 9999px);
  }
}

.components-popover.block-editor-block-list__block-popover {
  z-index: 31;
  position: absolute;
}

.components-popover.block-editor-block-list__block-popover .components-popover__content {
  margin: 0 !important;
  min-width: auto;
  width: -webkit-max-content;
  width: max-content;
  background: 0 0;
  border: none;
  box-shadow: none;
  overflow-y: visible;
  pointer-events: none;
}

.components-popover.block-editor-block-list__block-popover .components-popover__content>* {
  pointer-events: all;
}

.components-popover.block-editor-block-list__block-popover .components-popover__content .block-editor-block-contextual-toolbar,
.components-popover.block-editor-block-list__block-popover .components-popover__content .block-editor-block-list__block-selection-button {
  margin-bottom: 12px;
}

.is-dragging-components-draggable .components-popover.block-editor-block-list__block-popover {
  opacity: 0;
  animation: hide-during-dragging 1ms linear forwards;
}

.is-dragging-components-draggable .components-tooltip {
  display: none;
}

.block-editor-block-list__block .block-list-appender {
  margin: 8px 0;
}

.has-background .block-editor-block-list__block .block-list-appender {
  margin: 20px 8px;
}

.block-editor-block-list__block .block-list-appender .block-list-appender__toggle {
  padding: 0;
  opacity: 1;
  transform: scale(1);
  transition: all 0.1s ease;
}

@media (prefers-reduced-motion: reduce) {
  .block-editor-block-list__block .block-list-appender .block-list-appender__toggle {
    transition-duration: 0s;
  }
}

.block-list-appender>.block-editor-inserter {
  display: block;
}

.block-editor-block-list__block:not(.is-selected):not(.has-child-selected):not(.block-editor-block-list__layout) .block-editor-block-list__layout>.block-list-appender .block-list-appender__toggle {
  opacity: 0;
  transform: scale(0);
}

.block-editor-block-breadcrumb {
  list-style: none;
  padding: 0;
  margin: 0;
}

.block-editor-block-breadcrumb li {
  display: inline-block;
  margin: 0;
}

.block-editor-block-breadcrumb li:not(:last-child):after {
  content: "â†’";
}

.block-editor-block-breadcrumb__button.components-button {
  height: 24px;
  line-height: 24px;
  padding: 0;
  position: relative;
}

.block-editor-block-breadcrumb__button.components-button:hover:not(:disabled) {
  text-decoration: underline;
  box-shadow: none;
}

.block-editor-block-breadcrumb__button.components-button:focus {
  box-shadow: none;
}

.block-editor-block-breadcrumb__button.components-button:focus:before {
  content: "";
  display: block;
  position: absolute;
  border-radius: 2px;
  top: 1px;
  right: 1px;
  bottom: 1px;
  left: 1px;
  box-shadow: inset 0 0 0 1.5px #007cba;
  box-shadow: inset 0 0 0 1.5px var(--wp-admin-theme-color);
}

.block-editor-block-breadcrumb__current {
  cursor: default;
}

.block-editor-block-breadcrumb__button.components-button,
.block-editor-block-breadcrumb__current {
  color: #1e1e1e;
  padding: 0 8px;
  font-size: inherit;
}

.block-editor-block-card {
  display: flex;
  align-items: flex-start;
}

.block-editor-block-card__icon {
  border: 1px solid #ddd;
  padding: 7px;
  margin-right: 10px;
  height: 36px;
  width: 36px;
}

.block-editor-block-card__content {
  flex-grow: 1;
}

.block-editor-block-card__title {
  font-weight: 500;
}

.block-editor-block-card__title.block-editor-block-card__title {
  margin: 0 0 5px;
}

.block-editor-block-card__description {
  font-size: 13px;
}

.block-editor-block-card .block-editor-block-icon {
  margin-left: -2px;
  margin-right: 10px;
  padding: 0 3px;
  width: 36px;
  height: 24px;
}

.block-editor-block-compare {
  overflow: auto;
  height: auto;
}

@media (min-width: 600px) {
  .block-editor-block-compare {
    max-height: 70%;
  }
}

.block-editor-block-compare__wrapper {
  display: flex;
  padding-bottom: 16px;
}

.block-editor-block-compare__wrapper>div {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  width: 50%;
  padding: 0 16px 0 0;
  min-width: 200px;
}

.block-editor-block-compare__wrapper>div button {
  float: right;
}

.block-editor-block-compare__wrapper .block-editor-block-compare__converted {
  border-left: 1px solid #ddd;
  padding-left: 15px;
  padding-right: 0;
}

.block-editor-block-compare__wrapper .block-editor-block-compare__html {
  font-family: Menlo, Consolas, monaco, monospace;
  font-size: 12px;
  color: #1e1e1e;
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
  line-height: 1.7;
}

.block-editor-block-compare__wrapper .block-editor-block-compare__html span {
  background-color: #e6ffed;
  padding-top: 3px;
  padding-bottom: 3px;
}

.block-editor-block-compare__wrapper .block-editor-block-compare__html span.block-editor-block-compare__added {
  background-color: #acf2bd;
}

.block-editor-block-compare__wrapper .block-editor-block-compare__html span.block-editor-block-compare__removed {
  background-color: #cc1818;
}

.block-editor-block-compare__wrapper .block-editor-block-compare__preview {
  padding: 14px 0 0;
}

.block-editor-block-compare__wrapper .block-editor-block-compare__preview p {
  font-size: 12px;
  margin-top: 0;
}

.block-editor-block-compare__wrapper .block-editor-block-compare__action {
  margin-top: 14px;
}

.block-editor-block-compare__wrapper .block-editor-block-compare__heading {
  font-size: 1em;
  font-weight: 400;
  margin: 0.67em 0;
}

.block-editor-block-draggable-chip-wrapper {
  position: absolute;
  top: -24px;
  left: 0;
}

.block-editor-block-draggable-chip {
  background-color: #1e1e1e;
  border-radius: 2px;
  border: 1px solid #1e1e1e;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
  color: #fff;
  cursor: grabbing;
  display: inline-flex;
  height: 48px;
  min-width: 72px;
  padding: 0 12px;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.block-editor-block-draggable-chip svg {
  fill: currentColor;
}

.block-editor-block-draggable-chip .block-editor-block-draggable-chip__content {
  margin: auto;
}

.block-editor-block-draggable-chip .components-flex__item {
  font-family: -apple-system, BlinkMacSystemFont, Segoe\UI, Roboto, Oxygen-Sans,
    Ubuntu, Cantarell, Helvetica\Neue, sans-serif;
  font-size: 13px;
}

.is-dragging {
  display: none !important;
}

.block-editor-block-mobile-toolbar {
  display: flex;
  flex-direction: row;
  border-right: 1px solid #ddd;
}

.block-editor-block-mobile-toolbar .block-editor-block-mover-button {
  width: 36px;
  height: 36px;
  border-radius: 2px;
  padding: 3px;
  margin: 0;
  justify-content: center;
  align-items: center;
}

.block-editor-block-mobile-toolbar .block-editor-block-mover-button .dashicon {
  margin: auto;
}

.block-editor-block-mobile-toolbar .block-editor-block-mover {
  display: flex;
  margin-right: auto;
}

.block-editor-block-mobile-toolbar .block-editor-block-mover .block-editor-block-mover-button {
  float: left;
}

.block-editor-block-mover-button__description {
  display: none;
}

.block-editor-block-mover-button.has-icon {
  padding: 0;
}

.block-editor-block-mover {
  display: inline-flex;
  flex-direction: row;
}

.block-editor-block-mover .block-editor-block-mover__move-button-container,
.block-editor-block-mover .components-toolbar {
  flex: 1;
  flex-direction: row;
  border-right: none !important;
}

@media (min-width: 600px) {

  .block-editor-block-mover .block-editor-block-mover__move-button-container,
  .block-editor-block-mover .components-toolbar {
    flex-direction: column;
  }
}

.block-editor-block-mover.is-horizontal .block-editor-block-mover__move-button-container,
.block-editor-block-mover.is-horizontal .components-toolbar {
  flex-direction: row;
}

@media (min-width: 600px) {
  .block-editor-block-mover .block-editor-block-mover-button {
    height: 24px;
    width: 42px;
    padding-right: 11px !important;
    padding-left: 6px !important;
  }

  .block-editor-block-mover .block-editor-block-mover-button:before {
    left: 8px !important;
    right: 8px !important;
  }
}

.block-editor-block-mover .block-editor-block-mover__drag-handle {
  width: 24px;
  cursor: grab;
  min-width: 24px !important;
  padding: 0 !important;
}

.block-editor-block-mover .block-editor-block-mover__drag-handle:focus:before {
  left: 0 !important;
  right: 0 !important;
}

@media (min-width: 600px) {

  .block-editor-block-mover .components-toolbar .block-editor-block-mover-button.is-up-button svg,
  .block-editor-block-mover .components-toolbar-group .block-editor-block-mover-button.is-up-button svg {
    margin-bottom: -8px;
  }

  .block-editor-block-mover .components-toolbar .block-editor-block-mover-button.is-up-button:before,
  .block-editor-block-mover .components-toolbar-group .block-editor-block-mover-button.is-up-button:before {
    bottom: 0;
    height: calc(100% - 1px);
  }

  .block-editor-block-mover .components-toolbar .block-editor-block-mover-button.is-down-button svg,
  .block-editor-block-mover .components-toolbar-group .block-editor-block-mover-button.is-down-button svg {
    margin-top: -8px;
  }

  .block-editor-block-mover .components-toolbar .block-editor-block-mover-button.is-down-button:before,
  .block-editor-block-mover .components-toolbar-group .block-editor-block-mover-button.is-down-button:before {
    top: 0;
    height: calc(100% - 1px);
  }
}

.block-editor-block-mover.is-horizontal .block-editor-block-mover-button.has-icon {
  height: 48px;
  width: 24px;
  padding-left: 0;
  padding-right: 0;
}

.block-editor-block-mover.is-horizontal .block-editor-block-mover-button.has-icon:before {
  top: 1px;
  bottom: 1px;
  min-width: 0;
  width: auto;
  height: auto;
}

.block-editor-block-mover.is-horizontal .block-editor-block-mover-button.is-up-button.has-icon svg {
  margin-left: 0;
  margin-right: -8px;
  margin-bottom: 0;
}

.block-editor-block-mover.is-horizontal .block-editor-block-mover-button.is-up-button.has-icon:before {
  left: 0 !important;
  right: 0 !important;
}

.block-editor-block-mover.is-horizontal .block-editor-block-mover-button.is-down-button.has-icon svg {
  margin-left: -8px;
  margin-right: 0;
  margin-top: 0;
}

.block-editor-block-mover.is-horizontal .block-editor-block-mover-button.is-down-button.has-icon:before {
  left: 0 !important;
  right: 0 !important;
  width: calc(100% + 1px);
}

.block-editor-block-navigation__label {
  margin: 0 0 12px;
  color: #757575;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 500;
}

.block-editor-block-navigation__container {
  padding: 7px;
}

.block-editor-block-navigation-tree {
  width: 100%;
  border-collapse: collapse;
  padding: 0;
  margin: 0;
}

.block-editor-block-navigation-leaf {
  position: relative;
}

.block-editor-block-navigation-leaf.is-dragging {
  display: none;
}

.block-editor-block-navigation-leaf .block-editor-block-navigation-block-contents {
  display: flex;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 12px 6px;
  margin-top: auto;
  margin-bottom: auto;
  text-align: left;
  color: #1e1e1e;
  border-radius: 2px;
  position: relative;
}

.block-editor-block-navigation-leaf .block-editor-block-navigation-block-contents.is-dropping-before:before {
  content: "";
  position: absolute;
  pointer-events: none;
  transition: border-color 0.1s linear, border-style 0.1s linear,
    box-shadow 0.1s linear;
  top: -2px;
  right: 0;
  left: 0;
  border-top: 4px solid #007cba;
  border-top: 4px solid var(--wp-admin-theme-color);
}

.block-editor-block-navigation-leaf .block-editor-block-navigation-block-contents.is-dropping-after:before {
  content: "";
  position: absolute;
  pointer-events: none;
  transition: border-color 0.1s linear, border-style 0.1s linear,
    box-shadow 0.1s linear;
  bottom: -2px;
  right: 0;
  left: 0;
  border-bottom: 4px solid #007cba;
  border-bottom: 4px solid var(--wp-admin-theme-color);
}

.block-editor-block-navigation-leaf .block-editor-block-navigation-block-contents.is-dropping-to-inner-blocks:before {
  content: "";
  position: absolute;
  pointer-events: none;
  transition: border-color 0.1s linear, border-style 0.1s linear,
    box-shadow 0.1s linear;
  bottom: -2px;
  right: 0;
  left: 24px;
  border-bottom: 4px solid #007cba;
  border-bottom: 4px solid var(--wp-admin-theme-color);
}

.components-modal__content .block-editor-block-navigation-leaf .block-editor-block-navigation-block-contents {
  padding-left: 0;
  padding-right: 0;
}

.block-editor-block-navigation-leaf.is-visible .block-editor-block-navigation-block-contents {
  opacity: 1;
  animation: edit-post__fade-in-animation 0.2s ease-out 0s;
  animation-fill-mode: forwards;
}

@media (prefers-reduced-motion: reduce) {
  .block-editor-block-navigation-leaf.is-visible .block-editor-block-navigation-block-contents {
    animation-duration: 1ms;
  }
}

.block-editor-block-navigation-leaf .block-editor-block-icon {
  align-self: flex-start;
  margin-right: 6px;
}

.block-editor-block-navigation-leaf.is-selected .block-editor-block-icon svg,
.block-editor-block-navigation-leaf.is-selected:focus .block-editor-block-icon svg {
  color: #fff;
  background: #1e1e1e;
  box-shadow: 0 0 0 1px #1e1e1e;
  border-radius: 1px;
}

.block-editor-block-navigation-leaf .block-editor-block-navigation-block__contents-cell,
.block-editor-block-navigation-leaf .block-editor-block-navigation-block__menu-cell,
.block-editor-block-navigation-leaf .block-editor-block-navigation-block__mover-cell {
  padding-top: 0;
  padding-bottom: 0;
}

.block-editor-block-navigation-leaf .block-editor-block-navigation-block__menu-cell,
.block-editor-block-navigation-leaf .block-editor-block-navigation-block__mover-cell {
  line-height: 0;
  width: 36px;
  opacity: 0;
  vertical-align: top;
}

@media (prefers-reduced-motion: reduce) {

  .block-editor-block-navigation-leaf .block-editor-block-navigation-block__menu-cell,
  .block-editor-block-navigation-leaf .block-editor-block-navigation-block__mover-cell {
    transition-duration: 0s;
  }
}

.block-editor-block-navigation-leaf .block-editor-block-navigation-block__menu-cell.is-visible,
.block-editor-block-navigation-leaf .block-editor-block-navigation-block__mover-cell.is-visible {
  opacity: 1;
  animation: edit-post__fade-in-animation 0.2s ease-out 0s;
  animation-fill-mode: forwards;
}

@media (prefers-reduced-motion: reduce) {

  .block-editor-block-navigation-leaf .block-editor-block-navigation-block__menu-cell.is-visible,
  .block-editor-block-navigation-leaf .block-editor-block-navigation-block__mover-cell.is-visible {
    animation-duration: 1ms;
  }
}

.block-editor-block-navigation-leaf .block-editor-block-navigation-block__menu-cell,
.block-editor-block-navigation-leaf .block-editor-block-navigation-block__menu-cell .components-button.has-icon,
.block-editor-block-navigation-leaf .block-editor-block-navigation-block__mover-cell,
.block-editor-block-navigation-leaf .block-editor-block-navigation-block__mover-cell .components-button.has-icon {
  width: 24px;
  min-width: 24px;
  padding: 0;
}

.block-editor-block-navigation-leaf .block-editor-block-navigation-block__menu-cell {
  padding-top: 8px;
}

.block-editor-block-navigation-leaf .block-editor-block-navigation-block__mover-cell-alignment-wrapper {
  display: flex;
  height: 100%;
  flex-direction: column;
  align-items: center;
}

.block-editor-block-navigation-leaf .block-editor-block-mover-button {
  position: relative;
  width: 36px;
  height: 24px;
}

.block-editor-block-navigation-leaf .block-editor-block-mover-button svg {
  position: relative;
  height: 24px;
}

.block-editor-block-navigation-leaf .block-editor-block-mover-button.is-up-button {
  align-items: flex-end;
}

.block-editor-block-navigation-leaf .block-editor-block-mover-button.is-up-button svg {
  bottom: -4px;
}

.block-editor-block-navigation-leaf .block-editor-block-mover-button.is-down-button {
  align-items: flex-start;
}

.block-editor-block-navigation-leaf .block-editor-block-mover-button.is-down-button svg {
  top: -4px;
}

.block-editor-block-navigation-leaf .block-editor-block-mover-button:focus:enabled {
  box-shadow: none;
  outline: 0;
}

.block-editor-block-navigation-leaf .block-editor-block-mover-button:focus {
  box-shadow: none;
  outline: 0;
}

.block-editor-block-navigation-leaf .block-editor-block-mover-button:focus:before {
  box-shadow: inset 0 0 0 1.5px #007cba, inset 0 0 0 4px #fff;
  box-shadow: inset 0 0 0 1.5px var(--wp-admin-theme-color),
    inset 0 0 0 4px #fff;
  outline: 2px solid transparent;
}

.block-editor-block-navigation-leaf .block-editor-block-mover-button:before {
  content: "";
  position: absolute;
  display: block;
  border-radius: 2px;
  height: 16px;
  min-width: 100%;
  left: 0;
  right: 0;
  animation: components-button__appear-animation 0.1s ease;
  animation-fill-mode: forwards;
}

@media (prefers-reduced-motion: reduce) {
  .block-editor-block-navigation-leaf .block-editor-block-mover-button:before {
    animation-duration: 1ms;
  }
}

.block-editor-block-navigation-leaf .block-editor-inserter__toggle {
  background: #1e1e1e;
  color: #fff;
  height: 24px;
  margin: 6px 6px 6px 1px;
  min-width: 24px;
}

.block-editor-block-navigation-leaf .block-editor-inserter__toggle:active {
  color: #fff;
}

.block-editor-block-navigation-appender__description,
.block-editor-block-navigation-block-select-button__description,
.block-editor-block-navigation-block-slot__description {
  display: none;
}

.block-editor-block-navigation-appender__cell .block-editor-block-navigation-appender__container,
.block-editor-block-navigation-appender__cell .block-editor-block-navigation-block__contents-container,
.block-editor-block-navigation-block__contents-cell .block-editor-block-navigation-appender__container,
.block-editor-block-navigation-block__contents-cell .block-editor-block-navigation-block__contents-container {
  display: flex;
}

.block-editor-block-navigation-appender__cell .block-editor-block-navigation-block__contents-container,
.block-editor-block-navigation-block__contents-cell .block-editor-block-navigation-block__contents-container {
  min-height: 48px;
}

.block-editor-block-navigation-appender__cell .block-editor-block-navigator-descender-line,
.block-editor-block-navigation-block__contents-cell .block-editor-block-navigator-descender-line {
  position: relative;
  flex-shrink: 0;
  width: 24px;
}

.block-editor-block-navigation-appender__cell .block-editor-block-navigator-descender-line:first-child,
.block-editor-block-navigation-block__contents-cell .block-editor-block-navigator-descender-line:first-child {
  width: 18px;
}

.block-editor-block-navigation-appender__cell .block-editor-block-navigator-descender-line.has-item,
.block-editor-block-navigation-block__contents-cell .block-editor-block-navigator-descender-line.has-item {
  margin-right: 6px;
}

.block-editor-block-navigation-appender__cell .block-editor-block-navigator-descender-line:before,
.block-editor-block-navigation-block__contents-cell .block-editor-block-navigator-descender-line:before {
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  bottom: -2px;
  right: -1px;
  border-right: 2px solid #949494;
}

.block-editor-block-navigation-appender__cell .block-editor-block-navigator-descender-line.is-terminated:before,
.block-editor-block-navigation-block__contents-cell .block-editor-block-navigator-descender-line.is-terminated:before {
  border-color: transparent;
}

.block-editor-block-navigation-appender__cell .block-editor-block-navigator-descender-line.has-item.is-last-row,
.block-editor-block-navigation-block__contents-cell .block-editor-block-navigator-descender-line.has-item.is-last-row {
  height: 26px;
}

.block-editor-block-navigation-appender__cell .block-editor-block-navigator-descender-line.has-item:after,
.block-editor-block-navigation-block__contents-cell .block-editor-block-navigator-descender-line.has-item:after {
  content: "";
  display: block;
  position: absolute;
  top: 26px;
  left: 100%;
  width: 5px;
  border-bottom: 2px solid #949494;
}

.block-editor-block-navigation-appender__cell .block-editor-block-navigator-descender-line.has-item.is-last-row {
  height: 16px;
}

.block-editor-block-navigation-appender__cell .block-editor-block-navigator-descender-line.has-item.is-last-row:after {
  top: 100%;
}

.block-editor-block-parent-selector {
  background: #fff;
  border-radius: 2px;
}

.block-editor-block-parent-selector .block-editor-block-parent-selector__button {
  width: 48px;
  height: 48px;
  border: 1px solid #1e1e1e;
  border-radius: 2px;
}

.block-editor-block-patterns-list__item {
  border-radius: 2px;
  cursor: pointer;
  margin-top: 16px;
  transition: all 50ms ease-in-out;
  position: relative;
  border: 1px solid transparent;
}

.block-editor-block-patterns-list__item:hover {
  border: 1px solid #007cba;
  border: 1px solid var(--wp-admin-theme-color);
}

.block-editor-block-patterns-list__item:focus {
  box-shadow: inset 0 0 0 1px #fff, 0 0 0 1.5px #007cba;
  box-shadow: inset 0 0 0 1px #fff, 0 0 0 1.5px var(--wp-admin-theme-color);
  outline: 2px solid transparent;
}

.block-editor-block-patterns-list__item.is-placeholder {
  min-height: 100px;
}

.block-editor-block-patterns-list__item-title {
  padding: 4px;
  font-size: 12px;
  text-align: center;
}

.block-editor-block-preview__container {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.block-editor-block-preview__container.editor-styles-wrapper {
  padding: 0;
  margin: 0;
}

.block-editor-block-preview__container .block-editor-block-preview__content {
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: top left;
  text-align: initial;
  margin: 0;
  overflow: visible;
  min-height: auto;
}

.block-editor-block-preview__container .block-editor-block-preview__content .block-editor-block-drop-zone,
.block-editor-block-preview__container .block-editor-block-preview__content .block-editor-block-list__insertion-point,
.block-editor-block-preview__container .block-editor-block-preview__content .block-list-appender,
.block-editor-block-preview__container .block-editor-block-preview__content .reusable-block-indicator {
  display: none;
}

.block-editor-block-preview__container .block-editor-block-preview__content .block-editor-block-list__layout.is-root-container {
  padding-left: 0;
  padding-right: 0;
}

.block-editor-block-preview__container .block-editor-block-preview__content .block-editor-block-list__layout.is-root-container>.wp-block[data-align="full"] {
  margin-left: 0;
  margin-right: 0;
}

.block-editor-block-settings-menu__popover .components-dropdown-menu__menu {
  padding: 0;
}

.block-editor-block-styles {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.block-editor-block-styles__item {
  width: calc(50% - 4px);
  margin: 4px 0;
  flex-shrink: 0;
  cursor: pointer;
  overflow: hidden;
  border-radius: 2px;
  padding: 6px;
  display: flex;
  flex-direction: column;
}

.block-editor-block-styles__item:focus {
  box-shadow: 0 0 0 1.5px #007cba;
  box-shadow: 0 0 0 1.5px var(--wp-admin-theme-color);
  outline: 2px solid transparent;
}

.block-editor-block-styles__item:hover .block-editor-block-styles__item-preview {
  border-color: #007cba;
  border-color: var(--wp-admin-theme-color);
}

.block-editor-block-styles__item.is-active .block-editor-block-styles__item-label {
  font-weight: 700;
}

.block-editor-block-styles__item.is-active .block-editor-block-styles__item-preview {
  margin: 0;
  border: 2px solid #1e1e1e;
}

.block-editor-block-styles__item-preview {
  outline: 1px solid transparent;
  padding: 0;
  margin: 2px;
  border-radius: 2px;
  display: flex;
  overflow: hidden;
  background: #fff;
  align-items: center;
  flex-grow: 1;
  min-height: 80px;
  max-height: 160px;
}

.block-editor-block-switcher__styles__menugroup {
  position: relative;
}

.block-editor-block-styles__item-label {
  text-align: center;
  padding: 4px 0;
}

.block-editor-block-switcher,
.block-editor-block-switcher__no-switcher-icon,
.block-editor-block-switcher__toggle {
  position: relative;
}

.components-button.block-editor-block-switcher__no-switcher-icon,
.components-button.block-editor-block-switcher__toggle {
  margin: 0;
  display: block;
  height: 48px;
}

.components-button.block-editor-block-switcher__no-switcher-icon .block-editor-block-icon,
.components-button.block-editor-block-switcher__toggle .block-editor-block-icon {
  margin: auto;
}

.block-editor-block-switcher__popover {
  margin-left: 6px;
}

.components-button.block-editor-block-switcher__no-switcher-icon {
  width: 48px;
}

.components-button.block-editor-block-switcher__no-switcher-icon .block-editor-blocks-icon {
  margin-right: auto;
  margin-left: auto;
}

.components-button.block-editor-block-switcher__no-switcher-icon:disabled {
  opacity: 1;
}

.components-button.block-editor-block-switcher__no-switcher-icon:disabled,
.components-button.block-editor-block-switcher__no-switcher-icon:disabled .block-editor-block-icon.has-colors {
  color: #1e1e1e !important;
}

.block-editor-block-toolbar .components-toolbar .components-button.block-editor-block-switcher__no-switcher-icon.has-icon.has-icon .block-editor-block-icon,
.block-editor-block-toolbar .components-toolbar .components-button.block-editor-block-switcher__toggle.has-icon.has-icon .block-editor-block-icon,
.block-editor-block-toolbar .components-toolbar-group .components-button.block-editor-block-switcher__no-switcher-icon.has-icon.has-icon .block-editor-block-icon,
.block-editor-block-toolbar .components-toolbar-group .components-button.block-editor-block-switcher__toggle.has-icon.has-icon .block-editor-block-icon {
  height: 100%;
  position: relative;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

.block-editor-block-toolbar .components-toolbar .components-button.block-editor-block-switcher__no-switcher-icon.has-icon.has-icon:before,
.block-editor-block-toolbar .components-toolbar .components-button.block-editor-block-switcher__toggle.has-icon.has-icon:before,
.block-editor-block-toolbar .components-toolbar-group .components-button.block-editor-block-switcher__no-switcher-icon.has-icon.has-icon:before,
.block-editor-block-toolbar .components-toolbar-group .components-button.block-editor-block-switcher__toggle.has-icon.has-icon:before {
  top: 8px;
  right: 8px;
  bottom: 8px;
  left: 8px;
}

.components-popover.block-editor-block-switcher__popover .components-popover__content {
  min-width: 300px;
}

.components-popover.block-editor-block-switcher__popover .components-popover__content>div {
  min-width: auto;
  display: flex;
  background: #fff;
  padding: 0;
}

.components-popover.block-editor-block-switcher__popover .components-popover__content>div .components-menu-group {
  padding: 16px;
  margin: 0;
}

.block-editor-block-switcher__popover .components-popover__content .block-editor-block-styles {
  margin: 0 -3px;
}

.block-editor-block-switcher__popover .components-popover__content .components-panel__body {
  border: 0;
  position: relative;
  z-index: 1;
}

.block-editor-block-switcher__popover .components-popover__content .components-panel__body+.components-panel__body {
  border-top: 1px solid #e0e0e0;
}

.block-editor-block-switcher__popover__preview__parent .block-editor-block-switcher__popover__preview__container {
  position: absolute;
  top: -12px;
  left: calc(100% + 32px);
}

.block-editor-block-switcher__preview__popover {
  display: none;
}

.block-editor-block-switcher__preview__popover.components-popover {
  margin-left: 4px;
  margin-top: 11px;
}

@media (min-width: 782px) {
  .block-editor-block-switcher__preview__popover {
    display: block;
  }
}

.block-editor-block-switcher__preview__popover .components-popover__content {
  box-shadow: none;
  border: 1px solid #1e1e1e;
  background: #fff;
  border-radius: 2px;
}

.block-editor-block-switcher__preview__popover .block-editor-block-switcher__preview {
  width: 300px;
  height: auto;
  padding: 16px;
}

.block-editor-block-switcher__preview-title {
  margin-bottom: 12px;
  color: #757575;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 500;
}

.block-editor-block-contextual-toolbar .components-button.block-editor-block-switcher__no-switcher-icon {
  width: 48px;
}

.block-editor-block-contextual-toolbar .components-button.block-editor-block-switcher__no-switcher-icon,
.block-editor-block-contextual-toolbar .components-button.block-editor-block-switcher__toggle {
  height: 48px;
}

.block-editor-block-contextual-toolbar .components-button.block-editor-block-switcher__no-switcher-icon .block-editor-block-icon,
.block-editor-block-contextual-toolbar .components-button.block-editor-block-switcher__no-switcher-icon .block-editor-block-switcher__transform,
.block-editor-block-contextual-toolbar .components-button.block-editor-block-switcher__toggle .block-editor-block-icon,
.block-editor-block-contextual-toolbar .components-button.block-editor-block-switcher__toggle .block-editor-block-switcher__transform {
  width: 48px;
  height: 48px;
}

.block-editor-block-contextual-toolbar .components-button.block-editor-block-switcher__no-switcher-icon .block-editor-block-switcher__transform,
.block-editor-block-contextual-toolbar .components-button.block-editor-block-switcher__toggle .block-editor-block-switcher__transform {
  padding: 12px;
}

.block-editor-block-types-list {
  list-style: none;
  padding: 4px;
  margin-left: -4px;
  margin-right: -4px;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}

.block-editor-block-variation-picker .components-placeholder__instructions {
  margin-bottom: 0;
}

.block-editor-block-variation-picker .components-placeholder__fieldset {
  flex-direction: column;
}

.block-editor-block-variation-picker.has-many-variations .components-placeholder__fieldset {
  max-width: 90%;
}

.block-editor-block-variation-picker__variations.block-editor-block-variation-picker__variations {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  margin: 16px 0;
  padding: 0;
  list-style: none;
}

.block-editor-block-variation-picker__variations.block-editor-block-variation-picker__variations>li {
  list-style: none;
  margin: 8px 20px 0 0;
  flex-shrink: 1;
  max-width: 100px;
  text-align: center;
}

.block-editor-block-variation-picker__variations.block-editor-block-variation-picker__variations>li button {
  display: inline-flex;
  margin-right: 0;
}

.block-editor-block-variation-picker__variations.block-editor-block-variation-picker__variations .block-editor-block-variation-picker__variation {
  padding: 8px;
}

.block-editor-block-variation-picker__variations.block-editor-block-variation-picker__variations .block-editor-block-variation-picker__variation-label {
  font-family: -apple-system, BlinkMacSystemFont, Segoe\UI, Roboto, Oxygen-Sans,
    Ubuntu, Cantarell, Helvetica\Neue, sans-serif;
  font-size: 12px;
  display: block;
}

.block-editor-block-variation-picker__variation {
  width: 100%;
}

.block-editor-block-variation-picker__variation.components-button.has-icon {
  justify-content: center;
  width: auto;
}

.block-editor-block-variation-picker__variation.components-button.has-icon.is-secondary {
  background-color: #fff;
}

.block-editor-block-variation-picker__variation.components-button {
  height: auto;
  padding: 0;
}

.block-editor-block-variation-picker__variation:before {
  content: "";
  padding-bottom: 100%;
}

.block-editor-block-variation-picker__variation:first-child {
  margin-left: 0;
}

.block-editor-block-variation-picker__variation:last-child {
  margin-right: 0;
}

.block-editor-button-block-appender {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 8px;
  width: 100%;
  height: auto;
  color: #1e1e1e;
  box-shadow: inset 0 0 0 1px #1e1e1e;
}

.block-editor-button-block-appender:hover {
  box-shadow: inset 0 0 0 1px #007cba;
  box-shadow: inset 0 0 0 1px var(--wp-admin-theme-color);
}

.block-editor-button-block-appender:focus {
  box-shadow: inset 0 0 0 2px #007cba;
  box-shadow: inset 0 0 0 2px var(--wp-admin-theme-color);
}

.block-editor-button-block-appender:active {
  color: #000;
}

.block-editor-button-block-appender.block-list-appender__toggle {
  display: flex;
  flex-direction: row;
  color: #1e1e1e;
  box-shadow: none;
  height: 24px;
  padding: 0;
  margin-left: 8px;
}

.block-editor-button-block-appender.block-list-appender__toggle:active {
  color: #fff;
}

.block-editor-button-block-appender.block-list-appender__toggle>svg {
  width: 24px;
  background-color: #1e1e1e;
  color: #fff;
  border-radius: 2px;
}

.block-editor-color-gradient-control .block-editor-color-gradient-control__color-indicator {
  margin-bottom: 12px;
}

.block-editor-color-gradient-control .block-editor-color-gradient-control__button-tabs {
  display: block;
  margin-bottom: 12px;
}

.block-editor-panel-color-gradient-settings .component-color-indicator {
  vertical-align: text-bottom;
}

.block-editor-panel-color-gradient-settings__panel-title .component-color-indicator {
  display: inline-block;
}

.block-editor-panel-color-gradient-settings.is-opened .block-editor-panel-color-gradient-settings__panel-title .component-color-indicator {
  display: none;
}

.block-editor-contrast-checker>.components-notice {
  margin: 0;
}

.block-editor-default-block-appender {
  clear: both;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.block-editor-default-block-appender[data-root-client-id=""] .block-editor-default-block-appender__content:hover {
  outline: 1px solid transparent;
}

.block-editor-default-block-appender textarea.block-editor-default-block-appender__content {
  font-family: inherit;
  font-size: inherit;
  border: none;
  background: 0 0;
  box-shadow: none;
  display: block;
  cursor: text;
  width: 100%;
  outline: 1px solid transparent;
  transition: outline 0.2s;
  resize: none;
  margin-top: 28px;
  margin-bottom: 28px;
  padding: 0 50px 0 0;
  color: rgba(30, 30, 30, 0.62);
}

@media (prefers-reduced-motion: reduce) {
  .block-editor-default-block-appender textarea.block-editor-default-block-appender__content {
    transition-duration: 0s;
  }
}

.is-dark-theme .block-editor-default-block-appender textarea.block-editor-default-block-appender__content {
  color: hsla(0, 0%, 100%, 0.65);
}

.block-editor-default-block-appender .components-drop-zone__content-icon {
  display: none;
}

.block-editor-default-block-appender__content {
  line-height: 1.8;
}

.block-editor-block-list__empty-block-inserter.block-editor-block-list__empty-block-inserter,
.block-editor-default-block-appender .block-editor-inserter {
  position: absolute;
  top: 0;
  height: 32px;
}

.block-editor-block-list__empty-block-inserter.block-editor-block-list__empty-block-inserter .block-editor-inserter__toggle,
.block-editor-default-block-appender .block-editor-inserter .block-editor-inserter__toggle {
  margin-right: 0;
}

.block-editor-block-list__empty-block-inserter,
.block-editor-default-block-appender .block-editor-inserter {
  right: 8px;
}

@media (min-width: 600px) {

  .block-editor-block-list__empty-block-inserter,
  .block-editor-default-block-appender .block-editor-inserter {
    display: flex;
    height: 100%;
  }
}

.block-editor-block-list__empty-block-inserter:disabled,
.block-editor-default-block-appender .block-editor-inserter:disabled {
  display: none;
}

@media (min-width: 600px) {
  .block-editor-default-block-appender .block-editor-inserter {
    align-items: center;
  }
}

.block-editor-link-control {
  position: relative;
  min-width: 360px;
}

.components-popover__content .block-editor-link-control {
  min-width: auto;
  width: 90vw;
  max-width: 360px;
}

.block-editor-link-control__search-input-wrapper {
  position: relative;
}

.block-editor-link-control .block-editor-link-control__search-input.block-editor-link-control__search-input input[type="text"] {
  font-family: -apple-system, BlinkMacSystemFont, Segoe\UI, Roboto, Oxygen-Sans,
    Ubuntu, Cantarell, Helvetica\Neue, sans-serif;
  box-shadow: 0 0 0 transparent;
  transition: box-shadow 0.1s linear;
  font-size: 16px;
  line-height: normal;
  width: calc(100% - 32px);
  display: block;
  padding: 11px 36px 11px 16px;
  margin: 16px;
  position: relative;
  border: 1px solid #ddd;
  border-radius: 2px;
}

@media (prefers-reduced-motion: reduce) {
  .block-editor-link-control .block-editor-link-control__search-input.block-editor-link-control__search-input input[type="text"] {
    transition-duration: 0s;
  }
}

@media (min-width: 600px) {
  .block-editor-link-control .block-editor-link-control__search-input.block-editor-link-control__search-input input[type="text"] {
    font-size: 13px;
    line-height: normal;
  }
}

.block-editor-link-control .block-editor-link-control__search-input.block-editor-link-control__search-input input[type="text"]:focus {
  border-color: #007cba;
  border-color: var(--wp-admin-theme-color);
  box-shadow: 0 0 0 0.5px #007cba;
  box-shadow: 0 0 0 0.5px var(--wp-admin-theme-color);
  outline: 2px solid transparent;
}

.block-editor-link-control .block-editor-link-control__search-input.block-editor-link-control__search-input input[type="text"]::-webkit-input-placeholder {
  color: rgba(30, 30, 30, 0.62);
}

.block-editor-link-control .block-editor-link-control__search-input.block-editor-link-control__search-input input[type="text"]::-moz-placeholder {
  opacity: 1;
  color: rgba(30, 30, 30, 0.62);
}

.block-editor-link-control .block-editor-link-control__search-input.block-editor-link-control__search-input input[type="text"]:-ms-input-placeholder {
  color: rgba(30, 30, 30, 0.62);
}

.is-dark-theme .block-editor-link-control .block-editor-link-control__search-input.block-editor-link-control__search-input input[type="text"]::-webkit-input-placeholder {
  color: hsla(0, 0%, 100%, 0.65);
}

.is-dark-theme .block-editor-link-control .block-editor-link-control__search-input.block-editor-link-control__search-input input[type="text"]::-moz-placeholder {
  opacity: 1;
  color: hsla(0, 0%, 100%, 0.65);
}

.is-dark-theme .block-editor-link-control .block-editor-link-control__search-input.block-editor-link-control__search-input input[type="text"]:-ms-input-placeholder {
  color: hsla(0, 0%, 100%, 0.65);
}

.block-editor-link-control .block-editor-link-control__search-input .components-base-control__field {
  margin-bottom: 0;
}

.block-editor-link-control__search-error {
  margin: -8px 16px 16px;
}

.block-editor-link-control__search-actions {
  position: absolute;
  top: 19px;
  right: 19px;
}

.block-editor-link-control__search-results-wrapper {
  position: relative;
  margin-top: -15px;
}

.block-editor-link-control__search-results-wrapper:after,
.block-editor-link-control__search-results-wrapper:before {
  content: "";
  position: absolute;
  left: -1px;
  right: 16px;
  display: block;
  pointer-events: none;
  z-index: 100;
}

.block-editor-link-control__search-results-wrapper:before {
  height: 8px;
  top: 0;
  bottom: auto;
  background: linear-gradient(180deg, #fff 0, hsla(0, 0%, 100%, 0));
}

.block-editor-link-control__search-results-wrapper:after {
  height: 16px;
  bottom: 0;
  top: auto;
  background: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 0, #fff);
}

.block-editor-link-control__search-results-label {
  padding: 15px 30px 0;
  display: block;
  font-size: 1.1em;
}

.block-editor-link-control__search-results {
  margin: 0;
  padding: 8px 16px;
  max-height: 200px;
  overflow-y: auto;
}

.block-editor-link-control__search-results.is-loading {
  opacity: 0.2;
}

.block-editor-link-control__search-item {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 13px;
  cursor: pointer;
  background: #fff;
  width: 100%;
  border: none;
  text-align: left;
  padding: 10px 15px;
  border-radius: 5px;
  height: auto;
}

.block-editor-link-control__search-item:focus,
.block-editor-link-control__search-item:hover {
  background-color: #ddd;
}

.block-editor-link-control__search-item:focus:not(:disabled) {
  box-shadow: inset 0 0 0 1.5px #007cba;
  box-shadow: 0 0 0 1.5px var(--wp-admin-theme-color) inset;
}

.block-editor-link-control__search-item.is-selected {
  background: #f0f0f0;
}

.block-editor-link-control__search-item.is-selected .block-editor-link-control__search-item-type {
  background: #fff;
}

.block-editor-link-control__search-item.is-current {
  background: 0 0;
  border: 0;
  width: 100%;
  cursor: default;
  padding: 16px 16px 16px 24px;
}

.block-editor-link-control__search-item .block-editor-link-control__search-item-header {
  display: block;
  margin-right: 24px;
  overflow: hidden;
  white-space: nowrap;
}

.block-editor-link-control__search-item .block-editor-link-control__search-item-icon {
  margin-right: 1em;
  min-width: 24px;
}

.block-editor-link-control__search-item .block-editor-link-control__search-item-info,
.block-editor-link-control__search-item .block-editor-link-control__search-item-title {
  max-width: 230px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.block-editor-link-control__search-item .block-editor-link-control__search-item-title {
  display: block;
  margin-bottom: 0.2em;
  font-weight: 500;
  position: relative;
}

.block-editor-link-control__search-item .block-editor-link-control__search-item-title mark {
  font-weight: 700;
  color: #000;
  background-color: transparent;
}

.block-editor-link-control__search-item .block-editor-link-control__search-item-title span {
  font-weight: 400;
}

.block-editor-link-control__search-item .block-editor-link-control__search-item-info {
  display: block;
  color: #757575;
  font-size: 0.9em;
  line-height: 1.3;
}

.block-editor-link-control__search-item .block-editor-link-control__search-item-type {
  display: block;
  padding: 3px 8px;
  margin-left: auto;
  font-size: 0.9em;
  background-color: #f0f0f0;
  border-radius: 2px;
}

.block-editor-link-control__loading {
  margin: 16px;
  display: flex;
  align-items: center;
}

.block-editor-link-control__loading .components-spinner {
  margin-top: 0;
}

.components-button+.block-editor-link-control__search-create {
  margin-top: 20px;
  overflow: visible;
  padding: 12px 15px;
}

.components-button+.block-editor-link-control__search-create:before {
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  display: block;
  width: 100%;
  border-top: 1px solid #ddd;
}

.block-editor-link-control__search-results div[role="menu"]>.block-editor-link-control__search-item.block-editor-link-control__search-item {
  padding: 10px;
}

.block-editor-link-control__settings {
  border-top: 1px solid #ddd;
  margin: 0;
  padding: 16px 24px;
}

.block-editor-link-control__settings :last-child {
  margin-bottom: 0;
}

.block-editor-link-control__setting {
  margin-bottom: 16px;
}

.block-editor-link-control__setting :last-child {
  margin-bottom: 0;
}

.block-editor-link-control .block-editor-link-control__search-input .components-spinner {
  display: block;
}

.block-editor-link-control .block-editor-link-control__search-input .components-spinner.components-spinner {
  position: absolute;
  left: auto;
  bottom: auto;
  top: 28px;
  right: 62px;
}

.block-editor-link-control__search-item-action {
  margin-left: auto;
  flex-shrink: 0;
}

.block-editor-line-height-control {
  margin-bottom: 24px;
}

.block-editor-line-height-control input {
  display: block;
  max-width: 60px;
}

.block-editor-image-size-control {
  margin-bottom: 1em;
}

.block-editor-image-size-control .block-editor-image-size-control__row {
  display: flex;
  justify-content: space-between;
}

.block-editor-image-size-control .block-editor-image-size-control__row .block-editor-image-size-control__height,
.block-editor-image-size-control .block-editor-image-size-control__row .block-editor-image-size-control__width {
  margin-bottom: 0.5em;
}

.block-editor-image-size-control .block-editor-image-size-control__row .block-editor-image-size-control__height input,
.block-editor-image-size-control .block-editor-image-size-control__row .block-editor-image-size-control__width input {
  line-height: 1.25;
}

.block-editor-image-size-control .block-editor-image-size-control__row .block-editor-image-size-control__width {
  margin-right: 5px;
}

.block-editor-image-size-control .block-editor-image-size-control__row .block-editor-image-size-control__height {
  margin-left: 5px;
}

.block-editor-block-list__layout.has-overlay:after {
  content: "";
  position: absolute;
  top: -14px;
  right: -14px;
  bottom: -14px;
  left: -14px;
  z-index: 60;
}

[data-align="full"] .has-overlay:after {
  right: 0;
  left: 0;
}

.block-editor-block-types-list__list-item {
  display: block;
  width: 33.33%;
  padding: 0;
  margin: 0;
}

.components-button.block-editor-block-types-list__item {
  display: flex;
  flex-direction: column;
  width: 100%;
  font-size: 13px;
  color: #1e1e1e;
  padding: 8px;
  align-items: stretch;
  justify-content: center;
  cursor: pointer;
  background: 0 0;
  word-break: break-word;
  border-radius: 2px;
  border: 1px solid transparent;
  transition: all 50ms ease-in-out;
  position: relative;
  height: auto;
}

@media (prefers-reduced-motion: reduce) {
  .components-button.block-editor-block-types-list__item {
    transition-duration: 0s;
  }
}

.components-button.block-editor-block-types-list__item:disabled {
  opacity: 0.6;
  cursor: default;
}

.components-button.block-editor-block-types-list__item:not(:disabled):hover {
  border-color: #007cba;
  border-color: var(--wp-admin-theme-color);
  color: #007cba !important;
  color: var(--wp-admin-theme-color) !important;
}

.components-button.block-editor-block-types-list__item:not( :disabled).is-active {
  color: #fff;
  background: #1e1e1e;
  outline: 2px solid transparent;
  outline-offset: -2px;
}

.block-editor-block-types-list__item-icon {
  padding: 12px 20px;
  border-radius: 2px;
  color: #1e1e1e;
  transition: all 50ms ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .block-editor-block-types-list__item-icon {
    transition-duration: 0s;
  }
}

.block-editor-block-types-list__item-icon .block-editor-block-icon {
  margin-left: auto;
  margin-right: auto;
}

.block-editor-block-types-list__item-icon svg {
  transition: all 0.15s ease-out;
}

@media (prefers-reduced-motion: reduce) {
  .block-editor-block-types-list__item-icon svg {
    transition-duration: 0s;
  }
}

.block-editor-block-types-list__item-title {
  padding: 4px 2px 8px;
  font-size: 12px;
}

.modal-open .block-editor-media-replace-flow__options {
  display: none;
}

.block-editor-media-replace-flow__options .components-popover__content>div {
  padding-top: 16px;
}

.block-editor-media-replace-flow__indicator {
  margin-left: 4px;
}

.block-editor-media-flow__url-input {
  border-top: 1px solid #1e1e1e;
  margin-top: 12px;
  margin-right: -12px;
  margin-left: -12px;
  padding: 12px 24px 0;
}

.block-editor-media-flow__url-input .block-editor-media-replace-flow__image-url-label {
  top: 16px;
}

.block-editor-media-flow__url-input .block-editor-link-control {
  margin-top: -16px;
  width: auto;
}

.block-editor-media-flow__url-input .block-editor-link-control .components-base-control .components-base-control__field {
  margin-bottom: 0;
}

.block-editor-media-flow__url-input .block-editor-link-control .block-editor-link-control__search-item-title {
  max-width: 180px;
  margin-top: 16px;
}

.block-editor-media-flow__url-input .block-editor-link-control .block-editor-link-control__search-item.is-current {
  width: auto;
  padding: 0;
}

.block-editor-media-flow__url-input .block-editor-link-control .block-editor-link-control__search-input.block-editor-link-control__search-input input[type="text"] {
  margin: 16px 0 0;
  width: 100%;
}

.block-editor-media-flow__url-input .block-editor-link-control .block-editor-link-control__search-actions {
  right: 4px;
}

.block-editor-media-flow__error {
  padding: 0 20px 20px;
  max-width: 255px;
}

.block-editor-media-flow__error .components-with-notices-ui {
  max-width: 255px;
}

.block-editor-media-flow__error .components-with-notices-ui .components-notice__content {
  overflow: hidden;
  word-wrap: break-word;
}

.block-editor-media-flow__error .components-with-notices-ui .components-notice__dismiss {
  position: absolute;
  right: 10px;
}

.block-editor-media-placeholder__url-input-container .block-editor-media-placeholder__button {
  margin-bottom: 0;
}

.block-editor-media-placeholder__url-input-form {
  display: flex;
}

.block-editor-media-placeholder__url-input-form input[type="url"].block-editor-media-placeholder__url-input-field {
  width: 100%;
  flex-grow: 1;
  border: none;
  border-radius: 0;
  margin: 2px;
}

@media (min-width: 600px) {
  .block-editor-media-placeholder__url-input-form input[type="url"].block-editor-media-placeholder__url-input-field {
    width: 300px;
  }
}

.block-editor-media-placeholder__url-input-submit-button {
  flex-shrink: 1;
}

.block-editor-media-placeholder__button {
  margin-bottom: 0.5rem;
}

.block-editor-media-placeholder__cancel-button.is-link {
  margin: 1em;
  display: block;
}

.block-editor-media-placeholder.is-appender {
  min-height: 0;
}

.block-editor-media-placeholder.is-appender:hover {
  cursor: pointer;
  box-shadow: 0 0 0 1px #007cba;
  box-shadow: 0 0 0 1px var(--wp-admin-theme-color);
}

.block-editor-multi-selection-inspector__card {
  display: flex;
  align-items: flex-start;
  padding: 16px;
}

.block-editor-multi-selection-inspector__card-content {
  flex-grow: 1;
}

.block-editor-multi-selection-inspector__card-title {
  font-weight: 500;
  margin-bottom: 5px;
}

.block-editor-multi-selection-inspector__card-description {
  font-size: 13px;
}

.block-editor-multi-selection-inspector__card .block-editor-block-icon {
  margin-left: -2px;
  margin-right: 10px;
  padding: 0 3px;
  width: 36px;
  height: 24px;
}

.block-editor .block-editor-plain-text {
  box-shadow: none;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  line-height: inherit;
  border: none;
  padding: 0;
  margin: 0;
  width: 100%;
}

.block-editor-responsive-block-control {
  margin-bottom: 28px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 14px;
}

.block-editor-responsive-block-control:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.block-editor-responsive-block-control__title {
  margin: 0 0 0.6em -3px;
}

.block-editor-responsive-block-control__label {
  font-weight: 600;
  margin-bottom: 0.6em;
  margin-left: -3px;
}

.block-editor-responsive-block-control__inner {
  margin-left: -1px;
}

.block-editor-responsive-block-control__toggle {
  margin-left: 1px;
}

.block-editor-responsive-block-control .components-base-control__help {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.block-editor-format-toolbar .components-dropdown-menu__toggle {
  justify-content: center;
}

.block-editor-rich-text__editable>p:first-child {
  margin-top: 0;
}

.block-editor-rich-text__editable [data-rich-text-placeholder] {
  pointer-events: none;
}

.block-editor-rich-text__editable [data-rich-text-placeholder]:after {
  content: attr(data-rich-text-placeholder);
  opacity: 0.62;
}

.block-editor-rich-text__editable:focus {
  outline: 0;
}

.block-editor-rich-text__editable:focus [data-rich-text-format-boundary] {
  border-radius: 2px;
}

.block-editor-rich-text__editable:focus:not(.keep-placeholder-on-focus) [data-rich-text-placeholder]:after {
  display: none;
}

figcaption.block-editor-rich-text__editable [data-rich-text-placeholder]:before {
  opacity: 0.8;
}

.components-popover.block-editor-rich-text__inline-format-toolbar {
  z-index: 99998;
}

.components-popover.block-editor-rich-text__inline-format-toolbar .components-popover__content {
  width: auto;
  min-width: auto;
  margin-bottom: 8px;
  box-shadow: none;
  border: 1px solid #1e1e1e;
  border-radius: 2px;
  background-color: #fff;
}

.components-popover.block-editor-rich-text__inline-format-toolbar .components-toolbar,
.components-popover.block-editor-rich-text__inline-format-toolbar .components-toolbar-group {
  border: none;
}

.components-popover.block-editor-rich-text__inline-format-toolbar .components-dropdown-menu__toggle,
.components-popover.block-editor-rich-text__inline-format-toolbar .components-toolbar__control {
  min-width: 48px;
  min-height: 48px;
  padding-left: 12px;
  padding-right: 12px;
}

.block-editor-skip-to-selected-block {
  position: absolute;
  top: -9999em;
}

.block-editor-skip-to-selected-block:focus {
  height: auto;
  width: auto;
  display: block;
  font-size: 14px;
  font-weight: 600;
  padding: 15px 23px 14px;
  background: #f1f1f1;
  color: #007cba;
  color: var(--wp-admin-theme-color);
  line-height: normal;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  text-decoration: none;
  outline: 0;
  z-index: 100000;
}

.block-editor-tool-selector__help {
  margin: 8px -12px -12px;
  padding: 12px 20px;
  border-top: 1px solid #ddd;
  color: #757575;
}

.block-editor-block-list__block .block-editor-url-input,
.block-editor-url-input,
.components-popover .block-editor-url-input {
  flex-grow: 1;
  position: relative;
  padding: 1px;
}

.block-editor-block-list__block .block-editor-url-input input[type="text"],
.block-editor-url-input input[type="text"],
.components-popover .block-editor-url-input input[type="text"] {
  width: 100%;
  padding: 8px;
  border: none;
  border-radius: 0;
  margin-left: 0;
  margin-right: 0;
  font-size: 16px;
}

@media (min-width: 600px) {

  .block-editor-block-list__block .block-editor-url-input input[type="text"],
  .block-editor-url-input input[type="text"],
  .components-popover .block-editor-url-input input[type="text"] {
    width: 300px;
  }

  .block-editor-block-list__block .block-editor-url-input input[type="text"],
  .block-editor-url-input input[type="text"],
  .components-popover .block-editor-url-input input[type="text"] {
    font-size: 13px;
  }
}

.block-editor-block-list__block .block-editor-url-input input[type="text"]::-ms-clear,
.block-editor-url-input input[type="text"]::-ms-clear,
.components-popover .block-editor-url-input input[type="text"]::-ms-clear {
  display: none;
}

.block-editor-block-list__block .block-editor-url-input.is-full-width,
.block-editor-url-input.is-full-width,
.components-popover .block-editor-url-input.is-full-width {
  width: 100%;
}

.block-editor-block-list__block .block-editor-url-input.is-full-width .block-editor-url-input__input[type="text"],
.block-editor-url-input.is-full-width .block-editor-url-input__input[type="text"],
.components-popover .block-editor-url-input.is-full-width .block-editor-url-input__input[type="text"] {
  width: 100%;
}

.block-editor-block-list__block .block-editor-url-input.is-full-width__suggestions,
.block-editor-url-input.is-full-width__suggestions,
.components-popover .block-editor-url-input.is-full-width__suggestions {
  width: 100%;
}

.block-editor-block-list__block .block-editor-url-input .components-spinner,
.block-editor-url-input .components-spinner,
.components-popover .block-editor-url-input .components-spinner {
  position: absolute;
  right: 8px;
  bottom: 17px;
  margin: 0;
}

.block-editor-url-input__input[type="text"] {
  font-family: -apple-system, BlinkMacSystemFont, Segoe\UI, Roboto, Oxygen-Sans,
    Ubuntu, Cantarell, Helvetica\Neue, sans-serif;
  padding: 6px 8px;
  box-shadow: 0 0 0 transparent;
  transition: box-shadow 0.1s linear;
  border-radius: 2px;
  border: 1px solid #757575;
  font-size: 16px;
  line-height: normal;
}

@media (prefers-reduced-motion: reduce) {
  .block-editor-url-input__input[type="text"] {
    transition-duration: 0s;
  }
}

@media (min-width: 600px) {
  .block-editor-url-input__input[type="text"] {
    font-size: 13px;
    line-height: normal;
  }
}

.block-editor-url-input__input[type="text"]:focus {
  border-color: #007cba;
  border-color: var(--wp-admin-theme-color);
  box-shadow: 0 0 0 0.5px #007cba;
  box-shadow: 0 0 0 0.5px var(--wp-admin-theme-color);
  outline: 2px solid transparent;
}

.block-editor-url-input__input[type="text"]::-webkit-input-placeholder {
  color: rgba(30, 30, 30, 0.62);
}

.block-editor-url-input__input[type="text"]::-moz-placeholder {
  opacity: 1;
  color: rgba(30, 30, 30, 0.62);
}

.block-editor-url-input__input[type="text"]:-ms-input-placeholder {
  color: rgba(30, 30, 30, 0.62);
}

.is-dark-theme .block-editor-url-input__input[type="text"]::-webkit-input-placeholder {
  color: hsla(0, 0%, 100%, 0.65);
}

.is-dark-theme .block-editor-url-input__input[type="text"]::-moz-placeholder {
  opacity: 1;
  color: hsla(0, 0%, 100%, 0.65);
}

.is-dark-theme .block-editor-url-input__input[type="text"]:-ms-input-placeholder {
  color: hsla(0, 0%, 100%, 0.65);
}

.block-editor-url-input__suggestions {
  max-height: 200px;
  transition: all 0.15s ease-in-out;
  padding: 4px 0;
  width: 302px;
  overflow-y: auto;
}

@media (prefers-reduced-motion: reduce) {
  .block-editor-url-input__suggestions {
    transition-duration: 0s;
  }
}

.block-editor-url-input .components-spinner,
.block-editor-url-input__suggestions {
  display: none;
}

@media (min-width: 600px) {

  .block-editor-url-input .components-spinner,
  .block-editor-url-input__suggestions {
    display: inherit;
  }
}

.block-editor-url-input__suggestion {
  padding: 4px 8px;
  color: #757575;
  display: block;
  font-size: 13px;
  cursor: pointer;
  background: #fff;
  width: 100%;
  border: none;
  text-align: left;
  box-shadow: none;
}

.block-editor-url-input__suggestion:hover {
  background: #ddd;
}

.block-editor-url-input__suggestion.is-selected,
.block-editor-url-input__suggestion:focus {
  background: #005a87;
  background: var(--wp-admin-theme-color-darker-20);
  color: #fff;
  outline: 0;
}

.components-toolbar-group>.block-editor-url-input__button,
.components-toolbar>.block-editor-url-input__button {
  position: inherit;
}

.block-editor-url-input__button .block-editor-url-input__back {
  margin-right: 4px;
  overflow: visible;
}

.block-editor-url-input__button .block-editor-url-input__back:after {
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  height: 24px;
  right: -1px;
  background: #ddd;
}

.block-editor-url-input__button-modal {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  border: 1px solid #ddd;
  background: #fff;
}

.block-editor-url-input__button-modal-line {
  display: flex;
  flex-direction: row;
  flex-grow: 1;
  flex-shrink: 1;
  min-width: 0;
  align-items: flex-start;
}

.block-editor-url-input__button-modal-line .components-button {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
}

.block-editor-url-popover__additional-controls {
  border-top: 1px solid #ddd;
}

.block-editor-url-popover__additional-controls>div[role="menu"] .components-button:not(:disabled):not([aria-disabled="true"]):not(.is-secondary)>svg {
  box-shadow: none;
}

.block-editor-url-popover__additional-controls div[role="menu"]>.components-button {
  padding-left: 2px;
}

.block-editor-url-popover__row {
  display: flex;
}

.block-editor-url-popover__row> :not(.block-editor-url-popover__settings-toggle) {
  flex-grow: 1;
}

.block-editor-url-popover .components-button.has-icon {
  padding: 3px;
}

.block-editor-url-popover .components-button.has-icon>svg {
  padding: 5px;
  border-radius: 2px;
  height: 30px;
  width: 30px;
}

.block-editor-url-popover .components-button.has-icon:not(:disabled):focus {
  box-shadow: none;
}

.block-editor-url-popover .components-button.has-icon:not(:disabled):focus>svg {
  box-shadow: inset 0 0 0 1.5px #007cba, inset 0 0 0 4px #fff;
  box-shadow: inset 0 0 0 1.5px var(--wp-admin-theme-color),
    inset 0 0 0 4px #fff;
  outline: 2px solid transparent;
}

.block-editor-url-popover__settings-toggle {
  flex-shrink: 0;
  border-radius: 0;
  border-left: 1px solid #ddd;
  margin-left: 1px;
}

.block-editor-url-popover__settings-toggle[aria-expanded="true"] .dashicon {
  transform: rotate(180deg);
}

.block-editor-url-popover__input-container .components-base-control:last-child,
.block-editor-url-popover__input-container .components-base-control:last-child .components-base-control__field {
  margin-bottom: 0;
}

.block-editor-url-popover__settings {
  display: block;
  padding: 16px;
  border-top: 1px solid #ddd;
}

.block-editor-url-popover__link-editor,
.block-editor-url-popover__link-viewer {
  display: flex;
}

.block-editor-url-popover__link-editor .block-editor-url-input .components-base-control__field,
.block-editor-url-popover__link-viewer .block-editor-url-input .components-base-control__field {
  margin-bottom: 0;
}

.block-editor-url-popover__link-editor .block-editor-url-input .components-spinner,
.block-editor-url-popover__link-viewer .block-editor-url-input .components-spinner {
  bottom: 9px;
}

.block-editor-url-popover__link-viewer-url {
  margin: 7px;
  flex-grow: 1;
  flex-shrink: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  min-width: 150px;
  max-width: 500px;
}

.block-editor-url-popover__link-viewer-url.has-invalid-link {
  color: #cc1818;
}

.block-editor-warning {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  padding: 1em;
  border: 1px solid #1e1e1e;
  border-radius: 2px;
  background-color: #fff;
}

.block-editor-warning,
.block-editor-warning .block-editor-warning__message {
  font-family: -apple-system, BlinkMacSystemFont, Segoe\UI, Roboto, Oxygen-Sans,
    Ubuntu, Cantarell, Helvetica\Neue, sans-serif;
}

.block-editor-warning .block-editor-warning__message {
  line-height: 1.4;
  font-size: 13px;
  color: #1e1e1e;
  margin: 0 0 1em;
}

.block-editor-warning p.block-editor-warning__message.block-editor-warning__message {
  min-height: auto;
}

.block-editor-warning .block-editor-warning__contents {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: baseline;
  width: 100%;
}

.block-editor-warning .block-editor-warning__actions {
  display: flex;
}

.block-editor-warning .block-editor-warning__action {
  margin: 0 8px 0 0;
}

.block-editor-warning__secondary {
  margin: auto 0 auto 8px;
}

.components-popover.block-editor-warning__dropdown {
  z-index: 99998;
}

.block-editor-writing-flow {
  display: flex;
  flex-direction: column;
}

.block-editor-writing-flow__click-redirect {
  cursor: text;
}

.html-anchor-control .components-external-link {
  display: block;
  margin-top: 8px;
}

#end-resizable-editor-section {
  display: none;
}

.block-editor-block-toolbar {
  display: flex;
  flex-grow: 1;
  width: 100%;
  overflow: auto;
  position: relative;
  transition: border-color 0.1s linear, box-shadow 0.1s linear;
}

@media (prefers-reduced-motion: reduce) {
  .block-editor-block-toolbar {
    transition-duration: 0s;
  }
}

@media (min-width: 600px) {
  .block-editor-block-toolbar {
    overflow: inherit;
  }
}

.block-editor-block-toolbar .components-toolbar,
.block-editor-block-toolbar .components-toolbar-group {
  background: 0 0;
  line-height: 0;
  margin-top: -1px;
  margin-bottom: -1px;
  border: 0;
  border-right: 1px solid #ddd;
}

.block-editor-block-toolbar> :last-child,
.block-editor-block-toolbar> :last-child .components-toolbar,
.block-editor-block-toolbar> :last-child .components-toolbar-group {
  border-right: none;
}

.block-editor-block-toolbar__block-controls {
  height: auto !important;
  padding: 0 !important;
}

.block-editor-block-toolbar__block-controls .block-editor-block-switcher .components-dropdown-menu__toggle .block-editor-block-icon,
.block-editor-block-toolbar__block-controls .block-editor-block-switcher__no-switcher-icon .block-editor-block-icon {
  width: 24px !important;
  margin: 0 !important;
}

.block-editor-block-toolbar__block-controls .block-editor-block-switcher .components-dropdown-menu__toggle:focus:before,
.block-editor-block-toolbar__block-controls .block-editor-block-switcher__no-switcher-icon:focus:before {
  right: 4px !important;
}

.block-editor-block-toolbar__block-controls .block-editor-block-mover {
  margin-left: -6px;
}

.block-editor-block-toolbar .components-toolbar,
.block-editor-block-toolbar .components-toolbar-group,
.block-editor-format-toolbar .components-toolbar,
.block-editor-format-toolbar .components-toolbar-group {
  display: flex;
  flex-wrap: nowrap;
}

.block-editor-block-toolbar__slot {
  display: inline-block;
  line-height: 0;
}

@supports (position: sticky) {
  .block-editor-block-toolbar__slot {
    display: inline-flex;
  }
}

.block-editor-block-toolbar__block-parent-selector-wrapper {
  position: absolute;
  top: -1px;
  left: -1px;
  opacity: 0;
  transition: all 60ms linear;
  z-index: -1;
}

@media (prefers-reduced-motion: reduce) {
  .block-editor-block-toolbar__block-parent-selector-wrapper {
    transition-duration: 0s;
  }
}

.is-showing-movers .block-editor-block-toolbar__block-parent-selector-wrapper {
  opacity: 1;
  transform: translateY(-60px);
}

.block-editor-block-toolbar-animated-width-container {
  position: relative;
  overflow: hidden;
  transition: width 0.3s;
}

.block-editor-block-toolbar-content-enter {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  opacity: 0;
}

.block-editor-block-toolbar-content-enter-active {
  position: absolute;
  opacity: 1;
  transition: opacity 0.3s;
}

.block-editor-block-toolbar-content-exit {
  width: auto;
  opacity: 1;
  pointer-events: none;
}

.block-editor-block-toolbar-content-exit-active {
  opacity: 0;
  transition: opacity 0.3s;
}

.block-editor-inserter {
  display: inline-block;
  background: 0 0;
  border: none;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, Segoe\UI, Roboto, Oxygen-Sans,
    Ubuntu, Cantarell, Helvetica\Neue, sans-serif;
  font-size: 13px;
  line-height: 0;
}

@media (min-width: 782px) {
  .block-editor-inserter {
    position: relative;
  }
}

.block-editor-inserter__popover .block-editor-inserter__menu {
  margin: -12px;
}

.block-editor-inserter__popover .block-editor-inserter__menu .block-editor-inserter__tabs .components-tab-panel__tabs {
  top: 60px;
}

.block-editor-inserter__popover .block-editor-inserter__menu .block-editor-inserter__main-area {
  overflow: visible;
  height: auto;
}

.block-editor-inserter__popover .block-editor-inserter__menu .block-editor-inserter__preview-container {
  display: none;
}

.block-editor-inserter__toggle.components-button {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  border: none;
  outline: 0;
  padding: 0;
  transition: color 0.2s ease;
}

@media (prefers-reduced-motion: reduce) {
  .block-editor-inserter__toggle.components-button {
    transition-duration: 0s;
  }
}

.block-editor-inserter__menu {
  height: 100%;
  position: relative;
  overflow: visible;
}

.block-editor-inserter__main-area {
  width: auto;
  overflow-y: auto;
  height: 100%;
}

@media (min-width: 782px) {
  .block-editor-inserter__main-area {
    width: 350px;
  }
}

.block-editor-inserter__inline-elements {
  margin-top: -1px;
}

.block-editor-inserter__menu.is-bottom:after {
  border-bottom-color: #fff;
}

.components-popover.block-editor-inserter__popover {
  z-index: 99999;
}

.block-editor-inserter__search {
  padding: 16px;
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 1;
}

.block-editor-inserter__search input[type="search"].block-editor-inserter__search-input {
  font-family: -apple-system, BlinkMacSystemFont, Segoe\UI, Roboto, Oxygen-Sans,
    Ubuntu, Cantarell, Helvetica\Neue, sans-serif;
  box-shadow: 0 0 0 transparent;
  transition: box-shadow 0.1s linear;
  border-radius: 2px;
  line-height: normal;
  display: block;
  padding: 16px 48px 16px 16px;
  background: #f0f0f0;
  border: none;
  width: 100%;
  height: 48px;
  font-size: 16px;
}

@media (prefers-reduced-motion: reduce) {
  .block-editor-inserter__search input[type="search"].block-editor-inserter__search-input {
    transition-duration: 0s;
  }
}

@media (min-width: 600px) {
  .block-editor-inserter__search input[type="search"].block-editor-inserter__search-input {
    font-size: 13px;
    line-height: normal;
  }
}

.block-editor-inserter__search input[type="search"].block-editor-inserter__search-input:focus {
  border-color: #007cba;
  border-color: var(--wp-admin-theme-color);
  box-shadow: 0 0 0 0.5px #007cba;
  box-shadow: 0 0 0 0.5px var(--wp-admin-theme-color);
  outline: 2px solid transparent;
}

.block-editor-inserter__search input[type="search"].block-editor-inserter__search-input::-webkit-input-placeholder {
  color: rgba(30, 30, 30, 0.62);
}

.block-editor-inserter__search input[type="search"].block-editor-inserter__search-input::-moz-placeholder {
  opacity: 1;
  color: rgba(30, 30, 30, 0.62);
}

.block-editor-inserter__search input[type="search"].block-editor-inserter__search-input:-ms-input-placeholder {
  color: rgba(30, 30, 30, 0.62);
}

.is-dark-theme .block-editor-inserter__search input[type="search"].block-editor-inserter__search-input::-webkit-input-placeholder {
  color: hsla(0, 0%, 100%, 0.65);
}

.is-dark-theme .block-editor-inserter__search input[type="search"].block-editor-inserter__search-input::-moz-placeholder {
  opacity: 1;
  color: hsla(0, 0%, 100%, 0.65);
}

.is-dark-theme .block-editor-inserter__search input[type="search"].block-editor-inserter__search-input:-ms-input-placeholder {
  color: hsla(0, 0%, 100%, 0.65);
}

@media (min-width: 600px) {
  .block-editor-inserter__search input[type="search"].block-editor-inserter__search-input {
    font-size: 13px;
  }
}

.block-editor-inserter__search input[type="search"].block-editor-inserter__search-input:focus {
  background: #fff;
  box-shadow: 0 0 0 1.5px #007cba;
  box-shadow: 0 0 0 1.5px var(--wp-admin-theme-color);
}

.block-editor-inserter__search input[type="search"].block-editor-inserter__search-input:-ms-input-placeholder {
  color: #757575;
}

.block-editor-inserter__search input[type="search"].block-editor-inserter__search-input::placeholder {
  color: #757575;
}

.block-editor-inserter__search input[type="search"].block-editor-inserter__search-input::-webkit-search-cancel-button,
.block-editor-inserter__search input[type="search"].block-editor-inserter__search-input::-webkit-search-decoration,
.block-editor-inserter__search input[type="search"].block-editor-inserter__search-input::-webkit-search-results-button,
.block-editor-inserter__search input[type="search"].block-editor-inserter__search-input::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

.block-editor-inserter__search-icon {
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  display: flex;
  align-items: center;
}

.block-editor-inserter__search-icon>svg {
  margin: 8px;
}

.block-editor-inserter__tabs {
  display: flex;
  flex-direction: column;
  margin-top: -8px;
}

.block-editor-inserter__tabs .components-tab-panel__tabs {
  position: sticky;
  top: 72px;
  background: #fff;
  z-index: 1;
  border-bottom: 1px solid #ddd;
}

.block-editor-inserter__tabs .components-tab-panel__tabs .components-tab-panel__tabs-item {
  flex-grow: 1;
  margin-bottom: -1px;
}

.block-editor-inserter__tabs .components-tab-panel__tab-content {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  position: relative;
}

.block-editor-inserter__panel-header {
  display: inline-flex;
  align-items: center;
  padding: 16px 16px 0;
}

.block-editor-inserter__panel-header-patterns {
  padding: 16px 16px 0 8px;
}

.block-editor-inserter__panel-content {
  padding: 16px;
}

.block-editor-inserter__panel-title,
.block-editor-inserter__panel-title button,
.components-custom-select-control__menu li {
  margin: 0 12px 0 0;
  color: #757575;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 500;
}

.block-editor-inserter__panel-dropdown select.components-select-control__input.components-select-control__input.components-select-control__input {
  line-height: 1.2;
}

.block-editor-inserter__panel-dropdown select {
  border: none;
}

.block-editor-inserter__block-list {
  flex-grow: 1;
  position: relative;
}

.block-editor-inserter__popover .block-editor-block-types-list {
  margin: -8px;
}

.block-editor-inserter__reusable-blocks-panel {
  position: relative;
  text-align: right;
}

.block-editor-inserter__manage-reusable-blocks {
  display: inline-block;
  margin: 16px;
}

.block-editor-inserter__no-results {
  padding: 32px;
  margin-top: 64px;
  text-align: center;
}

.block-editor-inserter__no-results-icon {
  fill: #949494;
}

.block-editor-inserter__child-blocks {
  padding: 0 16px;
}

.block-editor-inserter__parent-block-header {
  display: flex;
  align-items: center;
}

.block-editor-inserter__parent-block-header h2 {
  font-size: 13px;
}

.block-editor-inserter__parent-block-header .block-editor-block-icon {
  margin-right: 8px;
}

.block-editor-inserter__preview-container {
  display: none;
  width: 300px;
  background: #fff;
  border-radius: 2px;
  border: 1px solid #ddd;
  position: absolute;
  top: 16px;
  left: calc(100% + 16px);
  max-height: calc(100% - 32px);
  overflow-y: hidden;
}

@media (min-width: 782px) {
  .block-editor-inserter__preview-container {
    display: block;
  }
}

.block-editor-inserter__preview-container .block-editor-block-card {
  padding: 16px;
}

.block-editor-inserter__preview-container .block-editor-block-card__title {
  font-size: 13px;
}

.block-editor-inserter__preview-content {
  min-height: 144px;
  background: #f0f0f0;
  display: -ms-grid;
  display: grid;
  flex-grow: 1;
  align-items: center;
}

.block-editor-inserter__preview-content-missing {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 144px;
  color: #757575;
  background: #f0f0f0;
}

.block-editor-inserter__tips {
  border-top: 1px solid #ddd;
  padding: 16px;
  flex-shrink: 0;
  position: relative;
}

.block-editor-inserter__manage-reusable-blocks-container {
  padding: 16px;
}

.block-editor-inserter__quick-inserter {
  width: 100%;
  max-width: 100%;
}

@media (min-width: 782px) {
  .block-editor-inserter__quick-inserter {
    width: 350px;
  }
}

.block-editor-inserter__quick-inserter-results .block-editor-inserter__panel-header {
  height: 0;
  padding: 0;
  float: left;
}

.block-editor-inserter__quick-inserter .block-editor-inserter__panel-content {
  padding: 8px;
}

.block-editor-inserter__quick-inserter.has-expand .block-editor-inserter__panel-content,
.block-editor-inserter__quick-inserter.has-search .block-editor-inserter__panel-content {
  padding: 16px;
}

.block-editor-inserter__quick-inserter-patterns {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 8px;
}

.block-editor-inserter__quick-inserter-separator {
  border-top: 1px solid #ddd;
}

.block-editor-inserter__popover.is-quick>.components-popover__content>div {
  padding: 0;
}

.block-editor-inserter__quick-inserter-expand.components-button {
  display: block;
  background: #1e1e1e;
  color: #fff;
  width: 100%;
  height: 44px;
  border-radius: 0;
}

.block-editor-inserter__quick-inserter-expand.components-button:hover {
  color: #fff;
}

.block-editor-inserter__quick-inserter-expand.components-button:active {
  color: #ccc;
}

.block-editor-inserter__quick-inserter-expand.components-button:focus:not( :disabled) {
  box-shadow: inset 0 0 0 1.5px #007cba, inset 0 0 0 3px #fff;
  box-shadow: inset 0 0 0 1.5px var(--wp-admin-theme-color),
    inset 0 0 0 3px #fff;
}

.block-editor-post-preview__dropdown {
  padding: 0;
}

.block-editor-post-preview__button-resize.block-editor-post-preview__button-resize {
  padding-left: 40px;
}

.block-editor-post-preview__button-resize.block-editor-post-preview__button-resize.has-icon {
  padding-left: 8px;
}

.block-editor-post-preview__dropdown-content .components-popover__content {
  overflow-y: visible;
}

.block-editor-post-preview__dropdown-content.edit-post-post-preview-dropdown .components-menu-group:first-child {
  padding-bottom: 8px;
}

.block-editor-post-preview__dropdown-content.edit-post-post-preview-dropdown .components-menu-group:last-child {
  margin-bottom: 0;
}

.block-editor-post-preview__dropdown-content .components-menu-group+.components-menu-group {
  padding: 8px;
}

@media (min-width: 600px) {

  .edit-post-header__settings .editor-post-preview,
  .edit-site-header__actions .editor-post-preview {
    display: none;
  }
}

:root {
  --wp-admin-theme-color: #007cba;
  --wp-admin-theme-color-darker-10: #006ba1;
  --wp-admin-theme-color-darker-20: #005a87;
}

.nux-dot-tip:after,
.nux-dot-tip:before {
  border-radius: 100%;
  content: " ";
  pointer-events: none;
  position: absolute;
}

.nux-dot-tip:before {
  animation: nux-pulse 1.6s cubic-bezier(0.17, 0.67, 0.92, 0.62) infinite;
  background: rgba(0, 115, 156, 0.9);
  opacity: 0.9;
  height: 24px;
  left: -12px;
  top: -12px;
  transform: scale(0.33333);
  width: 24px;
}

.nux-dot-tip:after {
  background: #00739c;
  height: 8px;
  left: -4px;
  top: -4px;
  width: 8px;
}

@keyframes nux-pulse {
  to {
    background: rgba(0, 115, 156, 0);
    transform: scale(1);
  }
}

.nux-dot-tip .components-popover__content {
  width: 350px;
}

.nux-dot-tip .components-popover__content>div {
  padding: 20px 18px;
}

@media (min-width: 600px) {
  .nux-dot-tip .components-popover__content {
    width: 450px;
  }
}

.nux-dot-tip .components-popover__content .nux-dot-tip__disable {
  position: absolute;
  right: 0;
  top: 0;
}

.nux-dot-tip[data-y-axis="top"] {
  margin-top: -4px;
}

.nux-dot-tip[data-y-axis="bottom"] {
  margin-top: 4px;
}

.nux-dot-tip[data-y-axis="middle"][data-y-axis="left"] {
  margin-left: -4px;
}

.nux-dot-tip[data-y-axis="middle"][data-y-axis="right"] {
  margin-left: 4px;
}

.nux-dot-tip[data-y-axis="top"] .components-popover__content {
  margin-bottom: 20px;
}

.nux-dot-tip[data-y-axis="bottom"] .components-popover__content {
  margin-top: 20px;
}

.nux-dot-tip[data-y-axis="middle"][data-y-axis="left"] .components-popover__content {
  margin-right: 20px;
}

.nux-dot-tip[data-y-axis="middle"][data-y-axis="right"] .components-popover__content {
  margin-left: 20px;
}

.nux-dot-tip[data-y-axis="center"],
.nux-dot-tip[data-y-axis="left"],
.nux-dot-tip[data-y-axis="right"] {
  z-index: 1000001;
}

@media (max-width: 600px) {

  .nux-dot-tip[data-y-axis="center"] .components-popover__content,
  .nux-dot-tip[data-y-axis="left"] .components-popover__content,
  .nux-dot-tip[data-y-axis="right"] .components-popover__content {
    -ms-grid-row-align: end;
    align-self: end;
    left: 5px;
    margin: 20px 0 0;
    max-width: none !important;
    position: fixed;
    right: 5px;
    width: auto;
  }
}

.nux-dot-tip.components-popover:not([data-y-axis="middle"])[data-y-axis="right"] .components-popover__content {
  margin-left: 0;
}

.nux-dot-tip.components-popover:not([data-y-axis="middle"])[data-y-axis="left"] .components-popover__content {
  margin-right: 0;
}

.nux-dot-tip.components-popover.edit-post-more-menu__content:not([data-y-axis="middle"])[data-y-axis="right"] .components-popover__content {
  margin-left: -12px;
}

.nux-dot-tip.components-popover.edit-post-more-menu__content:not([data-y-axis="middle"])[data-y-axis="left"] .components-popover__content {
  margin-right: -12px;
}

:root {
  --wp-admin-theme-color: #007cba;
  --wp-admin-theme-color-darker-10: #006ba1;
  --wp-admin-theme-color-darker-20: #005a87;
}

.editor-autocompleters__user .editor-autocompleters__no-avatar:before {
  font: 20px/1 dashicons;
  content: "\f110";
  margin-right: 5px;
  vertical-align: middle;
}

.editor-autocompleters__user .editor-autocompleters__user-avatar {
  margin-right: 8px;
  flex-grow: 0;
  flex-shrink: 0;
  max-width: none;
  width: 24px;
  height: 24px;
}

.editor-autocompleters__user .editor-autocompleters__user-name {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 200px;
  flex-shrink: 0;
  flex-grow: 1;
}

.editor-autocompleters__user .editor-autocompleters__user-slug {
  margin-left: 8px;
  color: #757575;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: none;
  max-width: 100px;
  flex-grow: 0;
  flex-shrink: 0;
}

.editor-autocompleters__user:hover .editor-autocompleters__user-slug {
  color: #007cba;
  color: var(--wp-admin-theme-color);
}

.document-outline {
  margin: 20px 0;
}

.document-outline ul {
  margin: 0;
  padding: 0;
}

.document-outline__item {
  display: flex;
  margin: 4px 0;
}

.document-outline__item a {
  text-decoration: none;
}

.document-outline__item .document-outline__emdash:before {
  color: #ddd;
  margin-right: 4px;
}

.document-outline__item.is-h2 .document-outline__emdash:before {
  content: "â€”";
}

.document-outline__item.is-h3 .document-outline__emdash:before {
  content: "â€”â€”";
}

.document-outline__item.is-h4 .document-outline__emdash:before {
  content: "â€”â€”â€”";
}

.document-outline__item.is-h5 .document-outline__emdash:before {
  content: "â€”â€”â€”â€”";
}

.document-outline__item.is-h6 .document-outline__emdash:before {
  content: "â€”â€”â€”â€”â€”";
}

.document-outline__button {
  cursor: pointer;
  background: 0 0;
  border: none;
  display: flex;
  align-items: flex-start;
  margin: 0 0 0 -1px;
  padding: 2px 5px 2px 1px;
  color: #1e1e1e;
  text-align: left;
  border-radius: 2px;
}

.document-outline__button:disabled {
  cursor: default;
}

.document-outline__button:focus {
  box-shadow: 0 0 0 1.5px #007cba;
  box-shadow: 0 0 0 1.5px var(--wp-admin-theme-color);
  outline: 2px solid transparent;
}

.document-outline__level {
  background: #ddd;
  color: #1e1e1e;
  border-radius: 3px;
  font-size: 13px;
  padding: 1px 6px;
  margin-right: 4px;
}

.is-invalid .document-outline__level {
  background: #f0b849;
}

.document-outline__item-content {
  padding: 1px 0;
}

.components-editor-notices__dismissible {
  position: sticky;
  top: 0;
  right: 0;
  color: #1e1e1e;
}

.components-editor-notices__pinned {
  position: relative;
  left: 0;
  top: 0;
  right: 0;
  color: #1e1e1e;
}

.components-editor-notices__dismissible .components-notice,
.components-editor-notices__pinned .components-notice {
  box-sizing: border-box;
  margin: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 0 12px;
  min-height: 60px;
}

.components-editor-notices__dismissible .components-notice .components-notice__dismiss,
.components-editor-notices__pinned .components-notice .components-notice__dismiss {
  margin-top: 12px;
}

.components-editor-notices__snackbar {
  width: 100%;
}

@media (min-width: 782px) {
  .components-editor-notices__snackbar {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.entities-saved-states__panel {
  background: #fff;
  position: fixed;
  z-index: 100001;
  top: 46px;
  bottom: 0;
  right: 0;
  left: 0;
  overflow: auto;
  box-sizing: border-box;
}

.entities-saved-states__panel *,
.entities-saved-states__panel :after,
.entities-saved-states__panel :before {
  box-sizing: inherit;
}

.entities-saved-states__panel .entities-saved-states__find-entity {
  display: none;
}

.entities-saved-states__panel .entities-saved-states__find-entity-small {
  display: block;
}

@media (min-width: 782px) {
  .entities-saved-states__panel {
    z-index: 99998;
    top: 32px;
    left: auto;
    width: 280px;
    border-left: 1px solid #ddd;
  }

  body.is-fullscreen-mode .entities-saved-states__panel {
    top: 0;
  }

  .entities-saved-states__panel .entities-saved-states__find-entity {
    display: block;
  }

  .entities-saved-states__panel .entities-saved-states__find-entity-small {
    display: none;
  }
}

.entities-saved-states__panel .entities-saved-states__panel-header {
  background: #fff;
  padding-left: 8px;
  padding-right: 8px;
  height: 61px;
  border-bottom: 1px solid #ddd;
  display: flex;
  align-items: center;
  align-content: space-between;
}

.entities-saved-states__panel .entities-saved-states__panel-header .editor-entities-saved-states__save-button {
  margin: auto;
}

.entities-saved-states__panel .entities-saved-states__panel-header .components-button.has-icon {
  position: absolute;
  right: 8px;
}

.entities-saved-states__panel .entities-saved-states__text-prompt {
  border-bottom: 1px solid #ddd;
  padding: 16px 16px 4px;
}

.editor-error-boundary {
  max-width: 780px;
  padding: 20px;
  margin: 60px auto auto;
  box-shadow: 0 3px 30px rgba(0, 0, 0, 0.2);
}

.editor-page-attributes__template {
  margin-bottom: 10px;
}

.editor-page-attributes__order,
.editor-page-attributes__template label,
.editor-page-attributes__template select {
  width: 100%;
}

.editor-page-attributes__order .components-base-control__field {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.editor-page-attributes__order input {
  width: 66px;
}

.editor-post-excerpt__textarea {
  width: 100%;
  margin-bottom: 10px;
}

.editor-post-featured-image {
  padding: 0;
}

.editor-post-featured-image__container {
  margin-bottom: 1em;
  position: relative;
}

.editor-post-featured-image .components-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -9px;
  margin-left: -9px;
}

.editor-post-featured-image .components-button+.components-button {
  display: block;
  margin-top: 1em;
}

.editor-post-featured-image .components-responsive-wrapper__content {
  max-width: 100%;
  width: auto;
}

.editor-post-featured-image__preview,
.editor-post-featured-image__toggle {
  display: block;
  width: 100%;
  padding: 0;
  transition: all 0.1s ease-out;
  box-shadow: 0 0 0 0 #007cba;
  box-shadow: 0 0 0 0 var(--wp-admin-theme-color);
}

@media (prefers-reduced-motion: reduce) {

  .editor-post-featured-image__preview,
  .editor-post-featured-image__toggle {
    transition-duration: 0s;
  }
}

.editor-post-featured-image__preview {
  height: auto;
}

.editor-post-featured-image__preview:not(:disabled):not([aria-disabled="true"]):focus {
  box-shadow: 0 0 0 4px #007cba;
  box-shadow: 0 0 0 4px var(--wp-admin-theme-color);
}

.editor-post-featured-image__toggle {
  border-radius: 2px;
  background-color: #f0f0f0;
  min-height: 90px;
  line-height: 20px;
  padding: 8px 0;
  text-align: center;
}

.editor-post-featured-image__toggle:hover {
  background: #ddd;
  color: #1e1e1e;
}

.editor-post-format {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
}

.editor-post-format__content {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.editor-post-format__suggestion {
  text-align: right;
  font-size: 13px;
}

.editor-post-last-revision__title {
  width: 100%;
  font-weight: 600;
}

.editor-post-last-revision__title .dashicon {
  margin-right: 5px;
}

.components-button.editor-post-last-revision__title {
  height: 100%;
}

.components-button.editor-post-last-revision__title:active,
.components-button.editor-post-last-revision__title:hover {
  background: #f0f0f0;
}

.components-button.editor-post-last-revision__title:focus {
  box-shadow: inset 0 0 0 1.5px #007cba;
  box-shadow: inset 0 0 0 1.5px var(--wp-admin-theme-color);
  border-radius: 0;
}

.editor-post-locked-modal {
  height: auto;
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 10px;
  max-width: 480px;
}

.editor-post-locked-modal .components-modal__header {
  height: 36px;
}

.editor-post-locked-modal .components-modal__content {
  height: auto;
}

.editor-post-locked-modal__buttons {
  margin-top: 10px;
}

.editor-post-locked-modal__buttons .components-button {
  margin-right: 5px;
}

.editor-post-locked-modal__avatar {
  float: left;
  margin: 5px 15px 5px 5px;
}

.editor-post-publish-button__button.has-changes-dot:before {
  background: currentcolor;
  border-radius: 4px;
  content: "";
  height: 8px;
  margin: auto 5px auto -3px;
  width: 8px;
}

.editor-post-publish-panel {
  background: #fff;
}

.editor-post-publish-panel__content {
  min-height: calc(100% - 144px);
}

.editor-post-publish-panel__content .components-spinner {
  display: block;
  margin: 100px auto 0;
}

.editor-post-publish-panel__header {
  background: #fff;
  padding-left: 16px;
  padding-right: 16px;
  height: 61px;
  border-bottom: 1px solid #ddd;
  display: flex;
  align-items: center;
  align-content: space-between;
}

.editor-post-publish-panel__header .components-button {
  width: 100%;
  justify-content: center;
}

.editor-post-publish-panel__header .has-icon {
  margin-left: auto;
  width: auto;
}

.editor-post-publish-panel__header-cancel-button,
.editor-post-publish-panel__header-publish-button {
  flex-grow: 1;
}

@media (min-width: 480px) {

  .editor-post-publish-panel__header-cancel-button,
  .editor-post-publish-panel__header-publish-button {
    max-width: 160px;
  }
}

.editor-post-publish-panel__header-publish-button {
  padding-right: 4px;
}

.editor-post-publish-panel__header-cancel-button {
  padding-left: 4px;
}

.editor-post-publish-panel__header-published {
  flex-grow: 1;
}

.editor-post-publish-panel__footer {
  padding: 16px;
}

.components-button.editor-post-publish-panel__toggle.is-primary {
  display: inline-flex;
  align-items: center;
}

.components-button.editor-post-publish-panel__toggle.is-primary.is-busy .dashicon {
  display: none;
}

.components-button.editor-post-publish-panel__toggle.is-primary .dashicon {
  margin-right: -4px;
}

.editor-post-publish-panel__link {
  font-weight: 400;
  padding-left: 4px;
}

.editor-post-publish-panel__prepublish {
  padding: 16px;
}

.editor-post-publish-panel__prepublish strong {
  color: #1e1e1e;
}

.editor-post-publish-panel__prepublish .components-panel__body {
  background: #fff;
  margin-left: -16px;
  margin-right: -16px;
}

.editor-post-publish-panel__prepublish .editor-post-visibility__dialog-legend {
  display: none;
}

.post-publish-panel__postpublish .components-panel__body {
  border-bottom: 1px solid #e0e0e0;
  border-top: none;
}

.post-publish-panel__postpublish-buttons {
  display: flex;
  align-content: space-between;
  flex-wrap: wrap;
  margin: -5px;
}

.post-publish-panel__postpublish-buttons>* {
  flex-grow: 1;
  margin: 5px;
}

.post-publish-panel__postpublish-buttons .components-button {
  height: auto;
  justify-content: center;
  padding: 3px 10px 4px;
  line-height: 1.6;
  text-align: center;
  white-space: normal;
}

.post-publish-panel__postpublish-buttons .components-clipboard-button {
  width: 100%;
}

.post-publish-panel__postpublish-post-address {
  margin-bottom: 16px;
}

.post-publish-panel__postpublish-post-address input[readonly] {
  padding: 10px;
  background: #ddd;
  overflow: hidden;
  text-overflow: ellipsis;
}

.post-publish-panel__postpublish-header {
  font-weight: 500;
}

.post-publish-panel__postpublish-subheader {
  margin: 0 0 8px;
}

.post-publish-panel__tip {
  color: #f0b849;
}

.editor-post-saved-state {
  display: flex;
  align-items: center;
  width: 28px;
  padding: 12px 4px;
  color: #757575;
  overflow: hidden;
  white-space: nowrap;
}

.editor-post-saved-state svg {
  display: inline-block;
  flex: 0 0 auto;
  fill: currentColor;
  margin-right: 8px;
}

@media (min-width: 600px) {
  .editor-post-saved-state {
    width: auto;
    padding: 8px 12px;
    text-indent: inherit;
  }

  .editor-post-saved-state svg {
    margin-right: 4px;
  }
}

.editor-post-taxonomies__hierarchical-terms-list {
  max-height: 14em;
  overflow: auto;
  margin-left: -5.5px;
  padding-left: 5.5px;
  margin-top: -5.5px;
  padding-top: 5.5px;
}

.editor-post-taxonomies__hierarchical-terms-choice {
  margin-bottom: 8px;
}

.editor-post-taxonomies__hierarchical-terms-subchoices {
  margin-top: 8px;
  margin-left: 16px;
}

.components-button.editor-post-taxonomies__hierarchical-terms-add,
.components-button.editor-post-taxonomies__hierarchical-terms-submit {
  margin-top: 12px;
}

.editor-post-taxonomies__hierarchical-terms-label {
  display: inline-block;
  margin-top: 12px;
}

.editor-post-taxonomies__hierarchical-terms-input {
  margin-top: 8px;
  width: 100%;
}

.editor-post-taxonomies__hierarchical-terms-filter {
  margin-bottom: 8px;
  width: 100%;
}

.edit-post-text-editor__body textarea.editor-post-text-editor {
  border: 1px solid #949494;
  border-radius: 0;
  display: block;
  margin: 0;
  width: 100%;
  box-shadow: none;
  resize: none;
  overflow: hidden;
  font-family: Menlo, Consolas, monaco, monospace;
  line-height: 2.4;
  min-height: 200px;
  transition: border 0.1s ease-out, box-shadow 0.1s linear;
  padding: 16px;
  font-size: 16px !important;
}

@media (prefers-reduced-motion: reduce) {
  .edit-post-text-editor__body textarea.editor-post-text-editor {
    transition-duration: 0s;
  }
}

@media (min-width: 600px) {
  .edit-post-text-editor__body textarea.editor-post-text-editor {
    padding: 24px;
    font-size: 15px !important;
  }
}

.edit-post-text-editor__body textarea.editor-post-text-editor:focus {
  border-color: #007cba;
  border-color: var(--wp-admin-theme-color);
  box-shadow: 0 0 0 1.5px #007cba;
  box-shadow: 0 0 0 1.5px var(--wp-admin-theme-color);
  position: relative;
}

.edit-post-text-editor__body textarea.editor-post-text-editor::-webkit-input-placeholder {
  color: rgba(30, 30, 30, 0.62);
}

.edit-post-text-editor__body textarea.editor-post-text-editor::-moz-placeholder {
  color: rgba(30, 30, 30, 0.62);
  opacity: 1;
}

.edit-post-text-editor__body textarea.editor-post-text-editor:-ms-input-placeholder {
  color: rgba(30, 30, 30, 0.62);
}

.edit-post-post-visibility__dialog,
.editor-post-visibility__dialog-fieldset {
  padding: 0 4px 4px;
}

.edit-post-post-visibility__dialog .editor-post-visibility__dialog-legend,
.editor-post-visibility__dialog-fieldset .editor-post-visibility__dialog-legend {
  font-weight: 600;
  margin-bottom: 1em;
  margin-top: 0.5em;
  padding: 0;
}

.edit-post-post-visibility__dialog .editor-post-visibility__dialog-radio[type="radio"],
.editor-post-visibility__dialog-fieldset .editor-post-visibility__dialog-radio[type="radio"] {
  font-family: -apple-system, BlinkMacSystemFont, Segoe\UI, Roboto, Oxygen-Sans,
    Ubuntu, Cantarell, Helvetica\Neue, sans-serif;
  padding: 6px 8px;
  box-shadow: 0 0 0 transparent;
  transition: box-shadow 0.1s linear;
  border-radius: 2px;
  font-size: 16px;
  line-height: normal;
  border: 1px solid #1e1e1e;
  margin-right: 12px;
  transition: none;
  border-radius: 50%;
  margin-top: 2px;
}

@media (prefers-reduced-motion: reduce) {

  .edit-post-post-visibility__dialog .editor-post-visibility__dialog-radio[type="radio"],
  .editor-post-visibility__dialog-fieldset .editor-post-visibility__dialog-radio[type="radio"] {
    transition-duration: 0s;
  }
}

@media (min-width: 600px) {

  .edit-post-post-visibility__dialog .editor-post-visibility__dialog-radio[type="radio"],
  .editor-post-visibility__dialog-fieldset .editor-post-visibility__dialog-radio[type="radio"] {
    font-size: 13px;
    line-height: normal;
  }
}

.edit-post-post-visibility__dialog .editor-post-visibility__dialog-radio[type="radio"]:focus,
.editor-post-visibility__dialog-fieldset .editor-post-visibility__dialog-radio[type="radio"]:focus {
  border-color: #007cba;
  border-color: var(--wp-admin-theme-color);
  box-shadow: 0 0 0 0.5px #007cba;
  box-shadow: 0 0 0 0.5px var(--wp-admin-theme-color);
}

.edit-post-post-visibility__dialog .editor-post-visibility__dialog-radio[type="radio"]::-webkit-input-placeholder,
.editor-post-visibility__dialog-fieldset .editor-post-visibility__dialog-radio[type="radio"]::-webkit-input-placeholder {
  color: rgba(30, 30, 30, 0.62);
}

.edit-post-post-visibility__dialog .editor-post-visibility__dialog-radio[type="radio"]::-moz-placeholder,
.editor-post-visibility__dialog-fieldset .editor-post-visibility__dialog-radio[type="radio"]::-moz-placeholder {
  opacity: 1;
  color: rgba(30, 30, 30, 0.62);
}

.edit-post-post-visibility__dialog .editor-post-visibility__dialog-radio[type="radio"]:-ms-input-placeholder,
.editor-post-visibility__dialog-fieldset .editor-post-visibility__dialog-radio[type="radio"]:-ms-input-placeholder {
  color: rgba(30, 30, 30, 0.62);
}

.is-dark-theme .edit-post-post-visibility__dialog .editor-post-visibility__dialog-radio[type="radio"]::-webkit-input-placeholder,
.is-dark-theme .editor-post-visibility__dialog-fieldset .editor-post-visibility__dialog-radio[type="radio"]::-webkit-input-placeholder {
  color: hsla(0, 0%, 100%, 0.65);
}

.is-dark-theme .edit-post-post-visibility__dialog .editor-post-visibility__dialog-radio[type="radio"]::-moz-placeholder,
.is-dark-theme .editor-post-visibility__dialog-fieldset .editor-post-visibility__dialog-radio[type="radio"]::-moz-placeholder {
  opacity: 1;
  color: hsla(0, 0%, 100%, 0.65);
}

.is-dark-theme .edit-post-post-visibility__dialog .editor-post-visibility__dialog-radio[type="radio"]:-ms-input-placeholder,
.is-dark-theme .editor-post-visibility__dialog-fieldset .editor-post-visibility__dialog-radio[type="radio"]:-ms-input-placeholder {
  color: hsla(0, 0%, 100%, 0.65);
}

.edit-post-post-visibility__dialog .editor-post-visibility__dialog-radio[type="radio"]:checked:before,
.editor-post-visibility__dialog-fieldset .editor-post-visibility__dialog-radio[type="radio"]:checked:before {
  width: 7px;
  height: 7px;
  margin: 8px 0 0 8px;
  background-color: #fff;
  border: 3px solid #fff;
}

@media (min-width: 782px) {

  .edit-post-post-visibility__dialog .editor-post-visibility__dialog-radio[type="radio"]:checked:before,
  .editor-post-visibility__dialog-fieldset .editor-post-visibility__dialog-radio[type="radio"]:checked:before {
    width: 6px;
    height: 6px;
    margin: 4px 0 0 4px;
  }
}

.edit-post-post-visibility__dialog .editor-post-visibility__dialog-radio[type="radio"]:focus,
.editor-post-visibility__dialog-fieldset .editor-post-visibility__dialog-radio[type="radio"]:focus {
  box-shadow: 0 0 0 2px #fff, 0 0 0 3.5px #007cba;
  box-shadow: 0 0 0 2px #fff, 0 0 0 3.5px var(--wp-admin-theme-color);
  outline: 2px solid transparent;
}

.edit-post-post-visibility__dialog .editor-post-visibility__dialog-radio[type="radio"]:checked,
.editor-post-visibility__dialog-fieldset .editor-post-visibility__dialog-radio[type="radio"]:checked {
  background: #007cba;
  background: var(--wp-admin-theme-color);
  border-color: #007cba;
  border-color: var(--wp-admin-theme-color);
}

.edit-post-post-visibility__dialog .editor-post-visibility__dialog-label,
.editor-post-visibility__dialog-fieldset .editor-post-visibility__dialog-label {
  font-weight: 600;
}

.edit-post-post-visibility__dialog .editor-post-visibility__dialog-info,
.editor-post-visibility__dialog-fieldset .editor-post-visibility__dialog-info {
  margin-top: 0;
  margin-left: 28px;
}

.edit-post-post-visibility__dialog .editor-post-visibility__choice:last-child .editor-post-visibility__dialog-info,
.editor-post-visibility__dialog-fieldset .editor-post-visibility__choice:last-child .editor-post-visibility__dialog-info {
  margin-bottom: 0;
}

.edit-post-post-visibility__dialog .editor-post-visibility__dialog-password-input[type="text"],
.editor-post-visibility__dialog-fieldset .editor-post-visibility__dialog-password-input[type="text"] {
  font-family: -apple-system, BlinkMacSystemFont, Segoe\UI, Roboto, Oxygen-Sans,
    Ubuntu, Cantarell, Helvetica\Neue, sans-serif;
  padding: 6px 8px;
  box-shadow: 0 0 0 transparent;
  transition: box-shadow 0.1s linear;
  border-radius: 2px;
  border: 1px solid #757575;
  font-size: 16px;
  line-height: normal;
  margin-left: 28px;
}

@media (prefers-reduced-motion: reduce) {

  .edit-post-post-visibility__dialog .editor-post-visibility__dialog-password-input[type="text"],
  .editor-post-visibility__dialog-fieldset .editor-post-visibility__dialog-password-input[type="text"] {
    transition-duration: 0s;
  }
}

@media (min-width: 600px) {

  .edit-post-post-visibility__dialog .editor-post-visibility__dialog-password-input[type="text"],
  .editor-post-visibility__dialog-fieldset .editor-post-visibility__dialog-password-input[type="text"] {
    font-size: 13px;
    line-height: normal;
  }
}

.edit-post-post-visibility__dialog .editor-post-visibility__dialog-password-input[type="text"]:focus,
.editor-post-visibility__dialog-fieldset .editor-post-visibility__dialog-password-input[type="text"]:focus {
  border-color: #007cba;
  border-color: var(--wp-admin-theme-color);
  box-shadow: 0 0 0 0.5px #007cba;
  box-shadow: 0 0 0 0.5px var(--wp-admin-theme-color);
  outline: 2px solid transparent;
}

.edit-post-post-visibility__dialog .editor-post-visibility__dialog-password-input[type="text"]::-webkit-input-placeholder,
.editor-post-visibility__dialog-fieldset .editor-post-visibility__dialog-password-input[type="text"]::-webkit-input-placeholder {
  color: rgba(30, 30, 30, 0.62);
}

.edit-post-post-visibility__dialog .editor-post-visibility__dialog-password-input[type="text"]::-moz-placeholder,
.editor-post-visibility__dialog-fieldset .editor-post-visibility__dialog-password-input[type="text"]::-moz-placeholder {
  opacity: 1;
  color: rgba(30, 30, 30, 0.62);
}

.edit-post-post-visibility__dialog .editor-post-visibility__dialog-password-input[type="text"]:-ms-input-placeholder,
.editor-post-visibility__dialog-fieldset .editor-post-visibility__dialog-password-input[type="text"]:-ms-input-placeholder {
  color: rgba(30, 30, 30, 0.62);
}

.is-dark-theme .edit-post-post-visibility__dialog .editor-post-visibility__dialog-password-input[type="text"]::-webkit-input-placeholder,
.is-dark-theme .editor-post-visibility__dialog-fieldset .editor-post-visibility__dialog-password-input[type="text"]::-webkit-input-placeholder {
  color: hsla(0, 0%, 100%, 0.65);
}

.is-dark-theme .edit-post-post-visibility__dialog .editor-post-visibility__dialog-password-input[type="text"]::-moz-placeholder,
.is-dark-theme .editor-post-visibility__dialog-fieldset .editor-post-visibility__dialog-password-input[type="text"]::-moz-placeholder {
  opacity: 1;
  color: hsla(0, 0%, 100%, 0.65);
}

.is-dark-theme .edit-post-post-visibility__dialog .editor-post-visibility__dialog-password-input[type="text"]:-ms-input-placeholder,
.is-dark-theme .editor-post-visibility__dialog-fieldset .editor-post-visibility__dialog-password-input[type="text"]:-ms-input-placeholder {
  color: hsla(0, 0%, 100%, 0.65);
}

.editor-post-title {
  position: relative;
}

.editor-post-title .editor-post-title__input {
  display: block;
  width: 100%;
  margin: 0;
  box-shadow: none;
  background: 0 0;
  transition: border 0.1s ease-out, box-shadow 0.1s linear;
  padding: 19px 0;
  word-break: keep-all;
  font-family: inherit;
  color: inherit;
  border-color: transparent;
  border-style: solid;
  border-width: 1px 0;
  border-radius: 0;
  outline: 1px solid transparent;
  font-size: 2.44em;
  font-weight: 700;
  line-height: 1.4;
}

@media (prefers-reduced-motion: reduce) {
  .editor-post-title .editor-post-title__input {
    transition-duration: 0s;
  }
}

@media (min-width: 600px) {
  .editor-post-title .editor-post-title__input {
    border-width: 1px;
  }
}

.editor-post-title .editor-post-title__input::-webkit-input-placeholder {
  color: rgba(30, 30, 30, 0.62);
}

.editor-post-title .editor-post-title__input::-moz-placeholder {
  color: rgba(30, 30, 30, 0.62);
  opacity: 1;
}

.editor-post-title .editor-post-title__input:-ms-input-placeholder {
  color: rgba(30, 30, 30, 0.62);
}

.is-dark-theme .editor-post-title .editor-post-title__input::-webkit-input-placeholder {
  color: hsla(0, 0%, 100%, 0.65);
}

.is-dark-theme .editor-post-title .editor-post-title__input::-moz-placeholder {
  opacity: 1;
  color: hsla(0, 0%, 100%, 0.65);
}

.is-dark-theme .editor-post-title .editor-post-title__input:-ms-input-placeholder {
  color: hsla(0, 0%, 100%, 0.65);
}

.editor-post-title .editor-post-title__input:focus {
  border: 1px solid transparent;
  outline: 1px solid transparent;
  box-shadow: none;
}

.editor-post-title.is-focus-mode .editor-post-title__input {
  opacity: 0.5;
  transition: opacity 0.1s linear;
}

@media (prefers-reduced-motion: reduce) {
  .editor-post-title.is-focus-mode .editor-post-title__input {
    transition-duration: 0s;
  }
}

.editor-post-title.is-focus-mode .editor-post-title__input:focus {
  opacity: 1;
}

.editor-post-trash.components-button {
  margin-top: 4px;
}

.table-of-contents__popover.components-popover .components-popover__content {
  min-width: 380px;
}

.components-popover.table-of-contents__popover {
  z-index: 99998;
}

.table-of-contents__popover .components-popover__content>div {
  padding: 16px;
}

@media (min-width: 600px) {
  .table-of-contents__popover .components-popover__content {
    max-height: calc(100vh - 120px);
    overflow-y: auto;
  }
}

.table-of-contents__popover hr {
  margin: 10px -16px 0;
}

.table-of-contents__wrapper:focus:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  box-shadow: inset 0 0 0 1.5px #007cba;
  box-shadow: inset 0 0 0 1.5px var(--wp-admin-theme-color);
}

.table-of-contents__counts {
  display: flex;
  flex-wrap: wrap;
  margin: -8px 0 0;
}

.table-of-contents__count {
  flex-basis: 33%;
  display: flex;
  flex-direction: column;
  font-size: 13px;
  color: #1e1e1e;
  padding-right: 8px;
  margin-bottom: 0;
  margin-top: 8px;
}

.table-of-contents__count:nth-child(4n) {
  padding-right: 0;
}

.table-of-contents__number,
.table-of-contents__popover .word-count {
  font-size: 21px;
  font-weight: 400;
  line-height: 30px;
  color: #1e1e1e;
}

.table-of-contents__title {
  display: block;
  margin-top: 20px;
  font-size: 15px;
  font-weight: 600;
}

.editor-template-validation-notice {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.editor-template-validation-notice .components-button {
  margin-left: 5px;
}

.wp-block-cgb-block-mux-video-block {
  background: #ff4500;
  border: 0.2rem solid #292929;
  color: #292929;
  margin: 0 auto;
  max-width: 740px;
  padding: 2rem;
}

.cc-window {
  opacity: 1;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
}

.cc-window.cc-invisible {
  opacity: 0;
}

.cc-animate.cc-revoke {
  -webkit-transition: transform 1s ease;
  -webkit-transition: -webkit-transform 1s ease;
  transition: -webkit-transform 1s ease;
  transition: transform 1s ease;
  transition: transform 1s ease, -webkit-transform 1s ease;
}

.cc-animate.cc-revoke.cc-top {
  -webkit-transform: translateY(-2em);
  transform: translateY(-2em);
}

.cc-animate.cc-revoke.cc-bottom {
  -webkit-transform: translateY(2em);
  transform: translateY(2em);
}

.cc-animate.cc-revoke.cc-active.cc-top {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.cc-animate.cc-revoke.cc-active.cc-bottom {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.cc-revoke:hover {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.cc-grower {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 1s;
  transition: max-height 1s;
}

.cc-revoke,
.cc-window {
  position: fixed;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: Helvetica, Calibri, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  z-index: 10000;
}

.cc-window.cc-static {
  position: static;
}

.cc-window.cc-floating {
  padding: 2em;
  max-width: 24em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.cc-window.cc-banner {
  padding: 1em 1.8em;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.cc-revoke {
  padding: 0.5em;
}

.cc-revoke:hover {
  text-decoration: underline;
}

.cc-header {
  font-size: 18px;
  font-weight: 700;
}

.cc-btn,
.cc-close,
.cc-link,
.cc-revoke {
  cursor: pointer;
}

.cc-link {
  opacity: 0.8;
  display: inline-block;
  padding: 0.2em;
  text-decoration: underline;
}

.cc-link:hover {
  opacity: 1;
}

.cc-link:active,
.cc-link:visited {
  color: initial;
}

.cc-btn {
  display: block;
  padding: 0.4em 0.8em;
  font-size: 0.9em;
  font-weight: 700;
  border-width: 2px;
  border-style: solid;
  text-align: center;
  white-space: nowrap;
}

.cc-highlight .cc-btn:first-child {
  background-color: transparent;
  border-color: transparent;
}

.cc-highlight .cc-btn:first-child:focus,
.cc-highlight .cc-btn:first-child:hover {
  background-color: transparent;
  text-decoration: underline;
}

.cc-close {
  display: block;
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  font-size: 1.6em;
  opacity: 0.9;
  line-height: 0.75;
}

.cc-close:focus,
.cc-close:hover {
  opacity: 1;
}

div.cc-blockingScreen {
  opacity: 0.5;
  background: #000;
  width: 100%;
  height: 100%;
  z-index: 9999;
  top: 0;
  left: 0;
  position: fixed;
}

.cc-revoke.cc-top {
  top: 0;
  left: 3em;
  border-bottom-left-radius: 0.5em;
  border-bottom-right-radius: 0.5em;
}

.cc-revoke.cc-bottom {
  bottom: 0;
  left: 3em;
  border-top-left-radius: 0.5em;
  border-top-right-radius: 0.5em;
}

.cc-revoke.cc-left {
  left: 3em;
  right: unset;
}

.cc-revoke.cc-right {
  right: 3em;
  left: unset;
}

.cc-top {
  top: 1em;
}

.cc-left {
  left: 1em;
}

.cc-right {
  right: 1em;
}

.cc-bottom {
  bottom: 1em;
}

.cc-floating>.cc-link {
  margin-bottom: 1em;
}

.cc-floating .cc-message {
  display: block;
  margin-bottom: 1em;
}

.cc-window.cc-floating .cc-compliance {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.cc-window.cc-banner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cc-banner.cc-top {
  left: 0;
  right: 0;
  top: 0;
}

.cc-banner.cc-bottom {
  left: 0;
  right: 0;
  bottom: 0;
}

.cc-banner .cc-message {
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  max-width: 100%;
  margin-right: 1em;
}

.cc-allswitches.cc-floating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.cc-compliance {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}

.cc-floating .cc-compliance>.cc-btn {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.cc-btn+.cc-btn {
  margin-left: 0.5em;
}

.cc-switch-element {
  margin-bottom: 0.3em;
}

.cc-switch {
  position: relative;
  display: inline-block;
  width: 2.3em;
  height: 1.4em;
  margin: 0 0.3em 0 0;
  vertical-align: middle;
}

.cc-switch-label {
  margin-right: 0.6em;
}

.cc-switch input {
  opacity: 0;
  width: 0;
  height: 0;
  display: none;
}

.cc-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.cc-slider:before {
  position: absolute;
  content: "";
  height: 1em;
  width: 1em;
  left: 0.2em;
  bottom: 0.2em;
  background-color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked+.cc-slider {
  background-color: #a0db8e;
}

input:focus+.cc-slider {
  -webkit-box-shadow: 0 0 1px #a0db8e;
  box-shadow: 0 0 1px #a0db8e;
}

input:checked+.cc-slider:before {
  -webkit-transform: translateX(0.9em);
  transform: translateX(0.9em);
}

.cc-slider.disabled:before {
  opacity: 45%;
}

.cc-slider.classic {
  border-radius: 0.6em;
}

.cc-slider.classic:before {
  border-radius: 50%;
}

@media print {

  .cc-revoke,
  .cc-window {
    display: none;
  }
}

@media screen and (max-width: 900px) {
  .cc-btn {
    white-space: normal;
  }
}

@media screen and (max-width: 414px) and (orientation: portrait),
screen and (max-width: 736px) and (orientation: landscape) {
  .cc-window.cc-top {
    top: 0;
  }

  .cc-window.cc-bottom {
    bottom: 0;
  }

  .cc-window.cc-banner,
  .cc-window.cc-floating,
  .cc-window.cc-left,
  .cc-window.cc-right {
    left: 0;
    right: 0;
  }

  .cc-window.cc-banner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .cc-window.cc-banner .cc-compliance {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }

  .cc-window.cc-floating {
    max-width: none;
  }

  .cc-window .cc-message {
    margin-bottom: 1em;
  }

  .cc-window.cc-banner {
    -webkit-box-align: unset;
    -ms-flex-align: unset;
    align-items: unset;
  }

  .cc-window.cc-banner .cc-message {
    margin-right: 0;
  }
}

.cc-floating.cc-theme-classic {
  padding: 1.2em;
  border-radius: 5px;
}

.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
  text-align: center;
  display: inline;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

.cc-theme-classic .cc-btn {
  border-radius: 5px;
}

.cc-theme-classic .cc-btn:last-child {
  min-width: 140px;
}

.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
  display: inline-block;
}

.cc-theme-edgeless.cc-window {
  padding: 0;
}

.cc-floating.cc-theme-edgeless .cc-message {
  margin: 2em;
  margin-bottom: 1.5em;
}

.cc-banner.cc-theme-edgeless .cc-btn {
  margin: 0;
  padding: 0.8em 1.8em;
  height: 100%;
}

.cc-banner.cc-theme-edgeless .cc-message {
  margin-left: 1em;
}

.cc-floating.cc-theme-edgeless .cc-btn+.cc-btn {
  margin-left: 0;
}

.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: 0;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: grabbing;
}

.flickity-enabled.is-fade .flickity-slider>* {
  pointer-events: none;
  z-index: 0;
}

.flickity-enabled.is-fade .flickity-slider>.is-selected {
  pointer-events: auto;
  z-index: 1;
}

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

.fancybox-active {
  height: auto;
}

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

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

.fancybox-container * {
  box-sizing: border-box;
}

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

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

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

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

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

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

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

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

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

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

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide:before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

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

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

.fancybox-slide--image:before {
  display: none;
}

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

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

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

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

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

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

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

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

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

.fancybox-spaceball {
  z-index: 1;
}

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

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

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

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

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

.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25rem;
  margin: 0;
  padding: 0;
}

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: 0;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: 0;
}

.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

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

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

.fancybox-close-small {
  background: 0 0;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

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

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

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

.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

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

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

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

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

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

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

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

.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translateZ(0);
}

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

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1);
}

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-1turn);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(1turn);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  transform: rotate(0);
}

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1) translateZ(0);
}

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

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

.fancybox-fx-tube.fancybox-slide--current {
  transform: translateZ(0) scale(1);
}

.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-size: 2.1875rem;
  font-weight: 700;
  margin: 0 0 20px;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 40px;
  line-height: 2.5rem;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:link,
.fancybox-share__button:visited {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

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

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

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

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

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

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

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

.fancybox-share__button svg path {
  fill: #fff;
}

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

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

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

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

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

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

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

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

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

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a:before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus:before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
  opacity: 1;
}

html.has-scroll-smooth {
  overflow: hidden;
}

html.has-scroll-dragging {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.has-scroll-smooth body {
  overflow: hidden;
}

.has-scroll-smooth [data-scroll-container] {
  min-height: 100vh;
}

[data-scroll-direction="horizontal"] [data-scroll-container] {
  height: 100vh;
  display: inline-block;
  white-space: nowrap;
}

[data-scroll-direction="horizontal"] [data-scroll-section] {
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
  height: 100%;
}

.c-scrollbar {
  position: absolute;
  right: 0;
  top: 0;
  width: 11px;
  height: 100%;
  transform-origin: center right;
  transition: transform 0.3s, opacity 0.3s;
  opacity: 0;
}

.c-scrollbar:hover {
  transform: scaleX(1.45);
}

.c-scrollbar:hover,
.has-scroll-dragging .c-scrollbar,
.has-scroll-scrolling .c-scrollbar {
  opacity: 1;
}

[data-scroll-direction="horizontal"] .c-scrollbar {
  width: 100%;
  height: 10px;
  top: auto;
  bottom: 0;
  transform: scaleY(1);
}

[data-scroll-direction="horizontal"] .c-scrollbar:hover {
  transform: scaleY(1.3);
}

.c-scrollbar_thumb {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #000;
  opacity: 0.5;
  width: 7px;
  border-radius: 10px;
  margin: 2px;
  cursor: grab;
}

.has-scroll-dragging .c-scrollbar_thumb {
  cursor: grabbing;
}

[data-scroll-direction="horizontal"] .c-scrollbar_thumb {
  right: auto;
  bottom: 0;
}

@keyframes a {
  to {
    transform: rotate(1turn);
  }
}

@keyframes b {
  0% {
    transform: translateY(-90%);
    opacity: 0;
  }

  to {
    transform: translateY(150%);
    opacity: 1;
  }
}

@keyframes c {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes d {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.cc-btn,
.cc-link,
.cc-message,
.cc-window {
  font-family: inter_v;
}

.cc-btn {
  display: block;
  position: relative;
  border: 0;
  padding: 2em;
  font-family: Apercu\Mono;
  font-size: 10px;
  line-height: 1em;
  font-size: 0.625rem;
  letter-spacing: 0.215em;
  text-transform: uppercase;
}

.cc-btn:before {
  content: "";
  pointer-events: none;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 0.4s ease-out;
  z-index: 1;
  mix-blend-mode: difference;
}

.cc-btn:hover svg path {
  fill: #fff;
}

.cc-btn:hover:before {
  transform: scaleY(1);
  transform-origin: bottom;
}

.fancybox-slide {
  background-color: transparent;
}

.fancybox-bg {
  background-image: url(../svg/logo-grey.svg) !important;
  background-size: 70%;
  background-position: 50%;
  background-repeat: no-repeat;
  animation: d 0.5s;
  -webkit-animation: d 0.5s;
  -moz-animation: d 0.5s;
  -o-animation: d 0.5s;
  -ms-animation: d 0.5s;
  opacity: 1 !important;
}

.black .logo img {
  filter: invert(1);
}

.fancybox-button {
  color: #fff;
  background: 0 0;
  cursor: pointer;
}

.fancybox-navigation .fancybox-button {
  padding: 26px 6px 26px 16px;
}

.fancybox-button--close {
  width: 60px;
  height: 60px;
  padding: 1em;
  border: 1px solid #333;
  margin: 1em;
  cursor: pointer;
}

.fancybox-button--close:before {
  content: "";
  pointer-events: none;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 0.4s ease-out;
  z-index: 1;
  mix-blend-mode: difference;
}

.fancybox-button--close svg {
  cursor: pointer;
}

.fancybox-button--close:hover:before {
  transform: scaleY(1);
  transform-origin: bottom;
}

.fancybox-button--play,
.fancybox-button--thumbs,
.fancybox-button--zoom,
.fancybox-infobar {
  display: none !important;
}

.z-index--3 {
  z-index: 3;
}

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

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

.z-index--0 {
  z-index: 0;
}

.z-index--sub1 {
  z-index: -1;
}

.background-overlay {
  position: fixed;
  background-color: hsla(0, 0%, 5%, 0.7);
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  transition: all 0.15s ease-in-out;
}

.background-overlay.show {
  visibility: visible;
  opacity: 1;
}

* {
  border: 0;
  font: inherit;
  font-style: normal;
  font-size: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  quotes: none;
  text-decoration: none;
  vertical-align: baseline;
}

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

body,
html {
  background-color: #fff;
  color: #000;
  font: 16px/170% inter_v, -apple-system, linkMacSystemFont, Helvetica\Neue,
    Segoe\UI, Roboto, Arial, sans-serif;
  font-weight: 400;
  max-width: 100%;
  min-width: 320px;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

body::-webkit-scrollbar,
html::-webkit-scrollbar {
  display: none;
}

html {
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

html:not(.-ready) {
  cursor: progress;
}

.grecaptcha {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  z-index: -1 !important;
}

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

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}

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

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

textarea {
  resize: vertical;
}

::selection {
  background-color: #333 !important;
  color: #fff !important;
  text-shadow: none;
}

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

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

[tabindex="-1"]:focus {
  outline: 0 !important;
}

@-ms-viewport {
  width: device-width;
}

article.post {
  width: 100%;
  padding: 0.5em;
}

article.post img,
article.post picture {
  width: 100%;
}

article.post .label {
  font-family: Apercu\Mono;
  color: #282828;
  font-size: 10px;
  line-height: 1em;
  font-size: 0.625rem;
  letter-spacing: 0.215em;
  text-transform: uppercase;
  margin-bottom: 1em;
}

article.post a,
article.post a:hover {
  color: #131313;
}

article.post .heading {
  font-weight: 600;
  color: #191919;
  position: relative;
}

article.post .heading:after {
  background: #000;
  content: "";
  pointer-events: none;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: -2px;
  transition: transform 0.4s ease-out;
  transform: scaleX(0);
  transform-origin: right;
}

article.post .heading:hover:after {
  transform: scaleX(1);
  transform-origin: left;
}

article.post .heading {
  font-family: TT\Hoves;
  font-size: calc(22px + 8 * ((100vw - 420px) / 860));
  font-size: calc(1.375rem + 8 * ((100vw - 26.25rem) / 860));
  line-height: 1.25em;
  display: inline-block;
  color: #131313;
  font-weight: 400;
}

article.post .heading:after {
  height: 2px;
  background-color: #131313;
}

article.post .image_src {
  display: flex;
  overflow: hidden;
  position: relative;
  margin-bottom: 2em;
}

article.post .image_src,
article.post .src_img {
  transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}

article.staff,
article.video-thumb,
article.work {
  display: block;
}

article.work {
  font-size: 0;
  position: relative;
}

article.work a.permalink {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  color: transparent;
  font-size: 0;
  text-indent: -999px;
  font-family: TT\Hoves;
  z-index: 2;
}

article.work figure.image {
  display: block;
  overflow: visible;
  position: relative;
  width: 100%;
  z-index: 1;
}

article.work .image_src {
  display: flex;
  overflow: hidden;
  position: relative;
}

article.work .image_src,
article.work .src_img {
  transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}

article.work .src_img {
  align-self: center;
}

article.work .image_pattern {
  position: absolute;
  width: 70%;
  height: 70%;
  z-index: -1;
}

article.work .image_pattern:not(.-texture--none):before {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: transparent;
  background-position: 50%;
  background-repeat: repeat;
  background-size: 300px;
  content: "";
  opacity: 0.25;
}

article.work .image_pattern.-texture--1:before {
  background-image: url(../svg/pattern/xtexture_01.png.pagespeed.ic.orSPu-AfwL.webp);
}

article.work .image_pattern.-texture--2:before {
  background-image: url(../svg/pattern/xtexture_02.png.pagespeed.ic.Aj75gsfT5D.webp);
}

article.work .image_pattern.-texture--3:before {
  background-image: url(../svg/pattern/xtexture_03.png.pagespeed.ic.RYQmH1Zz16.webp);
}

article.work .image_pattern.-texture--4:before {
  background-image: url(../svg/pattern/xtexture_04.png.pagespeed.ic.WtZTg8Ja4l.webp);
}

article.work .image_pattern.-texture--5:before {
  background-image: url(../svg/pattern/xtexture_05.png.pagespeed.ic.FWxYCWSE8S.webp);
}

article.work .image_pattern.-texture--1l:before {
  background-image: url(../svg/pattern/xtexture_01l.png.pagespeed.ic.d-7zBv6Kod.webp);
}

article.work .image_pattern.-texture--2l:before {
  background-image: url(../svg/pattern/xtexture_02l.png.pagespeed.ic.tm2pAyk_Mv.webp);
}

article.work .image_pattern.-texture--3l:before {
  background-image: url(../svg/pattern/xtexture_03l.png.pagespeed.ic.dSHGUZFJnM.webp);
}

article.work .image_pattern.-texture--4l:before {
  background-image: url(../svg/pattern/xtexture_04l.png.pagespeed.ic.jHNe-d5XTW.webp);
}

article.work .image_pattern.-texture--5l:before {
  background-image: url(../svg/pattern/xtexture_05l.png.pagespeed.ic.tCWnShDnSj.webp);
}

article.work[data-pattern-pos~="bottom"] .image_pattern {
  bottom: -5vw;
}

article.work[data-pattern-pos~="bottom"] .caption_title {
  margin-top: calc(0.55em + 5vw);
}

article.work[data-pattern-pos~="left"] figure.image {
  transform: translateX(5vw);
  width: calc(100% - 5vw);
}

article.work[data-pattern-pos~="left"] .image_pattern {
  left: -5vw;
}

article.work[data-pattern-pos~="right"] figure.image {
  width: calc(100% - 5vw);
}

article.work[data-pattern-pos~="right"] .image_pattern {
  right: -5vw;
}

article.work[data-pattern-pos~="top"] .image_pattern {
  top: -5vw;
}

article.work[data-pattern-pos~="v-middle"] .image_pattern {
  bottom: 0;
  margin-bottom: auto;
  margin-top: auto;
  top: 0;
}

article.work[data-pattern-pos~="h-middle"] .image_pattern {
  left: 0;
  margin-left: auto;
  margin-right: auto;
  right: 0;
}

article.work .caption {
  display: block;
  text-align: left;
}

article.work .caption_title {
  font-family: TT\Hoves;
  font-size: calc(34px + 20 * ((100vw - 420px) / 860));
  font-size: calc(2.125rem + 20 * ((100vw - 26.25rem) / 860));
  line-height: 1.085em;
  color: #0d0d0d;
  display: block;
  font-weight: 700;
  margin-top: 0.55em;
}

article.work .caption_meta {
  font-family: Apercu\Mono;
  align-items: flex-start;
  border: 1px solid #e6e6e6;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 20px;
  text-transform: uppercase;
  width: 100%;
}

article.work .caption_meta span {
  font-size: 9px;
  line-height: 1em;
  font-size: 0.5625rem;
  letter-spacing: 0.1205em;
  padding: 7px;
}

article.work .caption_meta span.-primary {
  display: block;
  flex: 1 1 100%;
  width: 100%;
}

article.work .caption_meta span.-sub {
  border-top: 1px solid #e6e6e6;
  display: inline-block;
  flex: 1 1 50%;
  width: 50%;
}

article.work .caption_meta span.meta_title {
  position: relative;
}

article.work .caption_meta span.meta_title:before {
  background: #000;
  border-radius: 100%;
  content: "";
  display: inline-block;
  margin: 0.5em 10px 0 0;
  transform: translateY(-0.5em);
  width: 5px;
  height: 5px;
  vertical-align: middle;
}

article.work .caption_meta span.meta_size+span.meta_duration {
  border-left: 1px solid #e6e6e6;
}

article.work.-disable-caption-borders .caption_meta {
  border: 0 none !important;
  flex-wrap: nowrap !important;
}

article.work.-disable-caption-borders .caption_meta span {
  border: 0 none !important;
  display: inline-block !important;
  padding-bottom: 0 !important;
  padding-top: 0 !important;
  width: auto !important;
}

aside.newsletter {
  display: none;
  position: fixed;
  overflow: scroll;
  z-index: 9999;
  height: 100%;
  width: 100%;
  top: 0;
  padding: 6vw 4vw;
  background-color: rgb(4 13 21/52%);
}

aside.newsletter .logo {
  background-color: #000;
  align-items: center;
  justify-content: center;
  padding: 25px 0;
}

aside.newsletter .logo svg {
  width: 100%;
  max-width: 150px;
}

aside.newsletter .form {
  padding: 30px;
  margin: auto;
  font-size: 14px;
  font-size: 0.875rem;
}

aside.newsletter .form .information {
  margin-bottom: 25px;
}

aside.newsletter .form .gform_wrapper {
  width: 100%;
}

aside.newsletter .half {
  display: flex;
  flex-direction: column;
  width: 100%;
}

aside.newsletter .half.width-40 {
  flex-basis: 40%;
}

aside.newsletter.hide {
  display: block;
  animation: c 0.5s;
  animation-fill-mode: forwards;
}

aside.newsletter.show {
  display: block;
  animation: d 0.5s;
}

aside.newsletter .inner {
  width: 100%;
  z-index: 20;
  max-width: 969px;
  overflow: scroll;
  margin: 80px auto auto;
  position: relative;
  z-index: 1;
}

aside.newsletter .close {
  width: 25px;
  height: 25px;
  cursor: pointer;
  display: flex;
  align-items: center;
  position: absolute;
  right: 15px;
  top: 25px;
}

aside.newsletter .close:before {
  transform: rotate(45deg);
}

aside.newsletter .close:after,
aside.newsletter .close:before {
  content: "";
  height: 2px;
  background-color: #fff;
  width: 25px;
  position: absolute;
}

aside.newsletter .close:after {
  transform: rotate(-45deg);
}

aside.newsletter .content {
  background: #fff;
  display: flex;
  flex-direction: column;
  flex-basis: 50%;
}

aside.newsletter form input {
  padding: 1em;
  font-weight: 500;
  background-color: #f7f7f7;
  width: 100%;
  border-bottom: 2px solid transparent;
  transition: all 0.25s ease-in-out;
  font-size: calc(15px + 1 * ((100vw - 420px) / 860));
  font-size: calc(0.9375rem + 1 * ((100vw - 26.25rem) / 860));
  line-height: 1.085em;
}

aside.newsletter form input:focus {
  border-bottom: 2px solid #0d0d0d;
}

aside.newsletter form .gform_button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  align-items: center;
  box-shadow: none;
  background-color: transparent;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  flex-wrap: nowrap;
  justify-content: center;
  min-height: 60px;
  min-width: 180px;
  outline: 0;
  overflow: hidden;
  padding: 0 25px;
  position: relative;
}

aside.newsletter form .gform_button span {
  font-family: Apercu\Mono;
  font-size: 10px;
  line-height: 1em;
  font-size: 0.625rem;
  letter-spacing: 0.215em;
  display: inline-block;
  mix-blend-mode: difference;
  position: relative;
  pointer-events: none;
  text-transform: uppercase;
  vertical-align: middle;
  z-index: 3;
}

aside.newsletter form .gform_button i.line {
  background: #000;
  display: block;
  pointer-events: none;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
}

aside.newsletter form .gform_button:after,
aside.newsletter form .gform_button:before {
  content: "";
  pointer-events: none;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}

aside.newsletter form .gform_button:before {
  background: #0d0d0d;
  display: none;
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 0.4s ease-out;
  z-index: 1;
}

aside.newsletter form .gform_button:after {
  background: 0 0;
  border: 1px solid #0d0d0d;
  display: block;
  z-index: 0;
}

aside.newsletter form .gform_button {
  @extend %ff--3;
  width: 100%;
  color: #000;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-bottom: 2px solid #000;
  font-size: 10px;
  line-height: 1em;
  font-size: 0.625rem;
  letter-spacing: 0.215em;
  text-transform: uppercase;
  transition: all 0.5s ease-in-out;
}

aside.newsletter form .gform_button:hover {
  color: #fff;
  background-color: #000;
  border: 1px solid #000;
}

aside.newsletter form .gfield {
  margin: 20px 0;
}

aside.newsletter form .gfield:first-child {
  margin-top: 0;
}

aside.newsletter form label {
  font-weight: 500;
  color: #0d0d0d;
  font-size: 14px;
  font-size: 0.875rem;
}

aside.newsletter form .validation_error,
aside.newsletter form .validation_message {
  color: #c71c1c;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.17px;
  letter-spacing: 0.01063rem;
}

aside.newsletter form .validation_error {
  line-height: 1.65em;
  margin-bottom: 1em;
}

aside.newsletter form #field_3_3>label,
aside.newsletter form .ginput_counter {
  display: none;
}

aside.social-share {
  display: block;
  font-size: 0;
  position: relative;
}

aside.social-share .share_label {
  font-family: Apercu\Mono;
  font-size: 9px;
  line-height: 1em;
  font-size: 0.5625rem;
  letter-spacing: 0.215em;
  text-align: center;
  text-transform: uppercase;
}

aside.social-share ul.share_links.inverse-hover li:before {
  content: "";
  pointer-events: none;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 0.4s ease-out;
  z-index: 1;
  mix-blend-mode: difference;
}

aside.social-share ul.share_links.inverse-hover li:hover svg path {
  fill: #fff;
}

aside.social-share ul.share_links.inverse-hover li:hover:before {
  transform: scaleY(1);
  transform-origin: bottom;
}

aside.social-share ul.share_links li {
  position: relative;
  display: inline-block;
  margin-right: 20px;
  vertical-align: top;
}

aside.social-share ul.share_links a {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  overflow: hidden;
  position: relative;
  text-align: center;
  text-indent: -999px;
}

aside.social-share ul.share_links svg {
  display: block;
  margin: auto;
  width: 100%;
}

aside.social-share ul.share_links svg path {
  fill: #999;
}

aside.social-share.-label--left {
  padding-left: 30px;
}

aside.social-share.-label--left .share_label {
  display: inline-block;
  top: 0;
  left: 0;
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: bottom;
  vertical-align: top;
}

aside.social-share.-label--left ul.share_links {
  display: inline-block;
  vertical-align: top;
}

aside.social-share.-label--border .share_label {
  align-items: center;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
  display: inline-flex;
  justify-content: center;
  width: 60px;
  height: 30px;
  white-space: nowrap;
}

.cursor {
  opacity: 0;
}

.cursor,
.cursor * {
  pointer-events: none !important;
  -webkit-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}

.cursor .text {
  align-items: center;
  color: #fff;
  border-radius: 100%;
  display: flex;
  font-size: 11px;
  line-height: 1em;
  font-size: 0.6875rem;
  justify-content: center;
  letter-spacing: 0.1425em;
  margin: auto;
  padding: 0;
  top: -44px;
  left: -44px;
  position: fixed;
  width: 86px;
  height: 86px;
  transform: scale(0);
  text-transform: uppercase;
  z-index: 10000;
}

.cursor .outer {
  top: -30px;
  left: -30px;
  position: fixed;
  width: 30px;
  height: 30px;
  z-index: 9999;
}

.cursor .outer,
.cursor .outer:before {
  background: 0 0;
  border: 2px solid #faad00;
  border-radius: 100%;
}

.cursor .outer:before {
  content: "";
  opacity: 0;
  top: -10px;
  right: -10px;
  bottom: -10px;
  left: -10px;
  position: absolute;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  z-index: -1;
}

.cursor.-outer--border .outer:before {
  opacity: 1;
}

.cursor .dots {
  opacity: 0;
  top: -51px;
  left: -41px;
  position: fixed;
  width: 80px;
  height: 100px;
  z-index: 9998;
}

.cursor .dots:after,
.cursor .dots:before {
  background: #fff;
  border-radius: 100%;
  content: "";
  top: calc(50% - 3px);
  position: absolute;
  width: 6px;
  height: 6px;
}

.cursor .dots:before {
  left: 0;
}

.cursor .dots:after {
  right: 0;
}

.preloader {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: #191919;
  color: #fff;
  overflow: hidden;
  perspective: 1000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  text-align: center;
  transform: translateY(0);
  transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1) 3.5s;
  will-change: transform;
  z-index: 1001;
}

.preloader .container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 5vw;
  padding-right: 5vw;
  width: 100%;
  height: 100%;
}

.preloader .main {
  align-items: center;
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.preloader .logo {
  display: block;
  margin: auto;
}

.preloader .logo_brand svg {
  width: 280px;
  height: 51px;
}

.preloader .progress {
  margin: 0 auto;
  max-width: 280px;
  right: 0;
  bottom: 100px;
  left: 0;
  position: absolute;
  width: 100%;
  height: 4px;
}

.preloader .progress_bar {
  background: hsla(0, 0%, 100%, 0.1);
  border-radius: 8px;
  opacity: 0;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 4px;
  transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0.1s;
  visibility: hidden;
}

.preloader .bar_track {
  background: #faad00;
  top: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 0;
  height: 100%;
  transition: all 1.8s cubic-bezier(0.61, 1.01, 0.89, 0.48) 1.2s;
}

html.-loaded .preloader {
  transform: translateY(-100%);
}

html.-loaded .preloader .progress_bar {
  opacity: 1;
  visibility: visible;
}

html.-loaded .preloader .bar_track {
  width: 100%;
}

footer.campaign {
  position: relative;
  width: 100%;
  z-index: 5;
  padding: 40px 0;
  bottom: 0;
  margin-top: -1px;
  background-color: #191919;
}

footer.campaign .container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 5vw;
  padding-right: 5vw;
  width: 100%;
  max-width: 1430px;
  display: flex;
  align-items: center;
  flex-direction: column;
}

footer.campaign .buttons,
footer.campaign .logo,
footer.campaign .menu {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

footer.campaign .menu ul {
  display: flex;
  justify-content: center;
}

footer.campaign .logo svg {
  max-width: 125px;
  height: 30px;
}

footer.campaign .menu {
  text-align: center;
  vertical-align: top;
}

footer.campaign .menu li {
  display: inline-block;
  margin: 0 17px;
}

footer.campaign .menu a {
  font-family: Apercu\Mono;
  color: #5d5d5d;
  display: inline-block;
  font-size: 12px;
  line-height: 1em;
  font-size: 0.75rem;
  letter-spacing: 0.215em;
  padding: 16px 0;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
}

footer.campaign .menu a .text {
  display: block;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100%;
  height: 11px;
}

footer.campaign .menu a .text_line {
  display: block;
  position: relative;
  transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

footer.campaign .menu a .text_line:first-of-type,
footer.campaign .menu a .text_line:last-of-type {
  opacity: 1;
  transform: translateY(0);
}

footer.campaign .menu a:after {
  background: #fff;
  content: "";
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 1px;
  transition: transform 0.4s ease-out;
  transform: scaleX(0);
  transform-origin: right;
}

footer.campaign .menu a:hover {
  color: #f7f7f7;
}

footer.campaign .menu a:hover .text_line:first-of-type {
  opacity: 1;
  transform: skew(15deg, 15deg) translateY(-20px);
}

footer.campaign .menu a:hover .text_line:last-of-type {
  opacity: 1;
  transform: skew(0, 0) translateY(-12px);
}

footer.campaign .menu a:hover:after {
  transform: scaleX(1);
  transform-origin: left;
}

footer.campaign .buttons {
  margin-top: 10px;
}

footer.campaign .buttons a {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  align-items: center;
  box-shadow: none;
  background-color: transparent;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  flex-wrap: nowrap;
  justify-content: center;
  min-height: 60px;
  min-width: 180px;
  outline: 0;
  overflow: hidden;
  padding: 0 25px;
  position: relative;
}

footer.campaign .buttons a span {
  font-family: Apercu\Mono;
  font-size: 10px;
  line-height: 1em;
  font-size: 0.625rem;
  letter-spacing: 0.215em;
  display: inline-block;
  mix-blend-mode: difference;
  position: relative;
  pointer-events: none;
  text-transform: uppercase;
  vertical-align: middle;
  z-index: 3;
}

footer.campaign .buttons a i.line {
  background: #000;
  display: block;
  pointer-events: none;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
}

footer.campaign .buttons a:after,
footer.campaign .buttons a:before {
  content: "";
  pointer-events: none;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}

footer.campaign .buttons a:before {
  background: #0d0d0d;
  display: none;
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 0.4s ease-out;
  z-index: 1;
}

footer.campaign .buttons a:after {
  background: 0 0;
  border: 1px solid #0d0d0d;
  display: block;
  z-index: 0;
}

footer.campaign .buttons a {
  min-height: 50px;
  min-width: 140px;
}

footer.campaign .buttons a span {
  color: #fff;
  display: flex;
  align-items: center;
}

footer.campaign .buttons a .sub {
  display: none;
}

footer.campaign .buttons a svg {
  margin-left: 10px;
}

footer.campaign .buttons a i.line,
footer.campaign .buttons a:before {
  background-color: #fff;
}

footer.campaign .buttons a:after {
  border-color: #333;
}

footer.primary {
  color: #fff;
  display: block;
  font-size: 0;
  overflow: visible;
  position: relative;
  text-align: left;
  width: 100%;
}

footer.primary .footer_outer {
  background: #191919;
  overflow: visible;
  position: relative;
}

footer.primary .footer_inner {
  margin-left: auto;
  margin-right: auto;
  padding-left: 5vw;
  padding-right: 5vw;
  width: 100%;
  max-width: 1340px;
}

footer.primary .-container {
  display: block;
  width: 100%;
}

footer.primary .-container aside {
  display: block;
}

footer.primary .footer_cta {
  display: block;
  padding-top: 5vw;
  width: 100%;
}

footer.primary .footer_cta aside {
  display: block;
}

footer.primary .cta_image {
  margin-bottom: 30px;
  overflow: visible;
  position: relative;
}

footer.primary .cta_image .image_src {
  position: relative;
  z-index: 1;
}

footer.primary .cta_image .image_pattern {
  background: #faad00;
  top: -110px;
  right: -85px;
  position: absolute;
  width: 100%;
  height: 100%;
  display: none;
  z-index: -1;
}

footer.primary .cta_image .image_pattern:not(.-texture--none):before {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: transparent;
  background-position: 50%;
  background-repeat: repeat;
  background-size: 300px;
  content: "";
  opacity: 0.25;
}

footer.primary .cta_image .image_pattern.-texture--1:before {
  background-image: url(../svg/pattern/xtexture_01.png.pagespeed.ic.orSPu-AfwL.webp);
}

footer.primary .cta_image .image_pattern.-texture--2:before {
  background-image: url(../svg/pattern/xtexture_02.png.pagespeed.ic.Aj75gsfT5D.webp);
}

footer.primary .cta_image .image_pattern.-texture--3:before {
  background-image: url(../svg/pattern/xtexture_03.png.pagespeed.ic.RYQmH1Zz16.webp);
}

footer.primary .cta_image .image_pattern.-texture--4:before {
  background-image: url(../svg/pattern/xtexture_04.png.pagespeed.ic.WtZTg8Ja4l.webp);
}

footer.primary .cta_image .image_pattern.-texture--5:before {
  background-image: url(../svg/pattern/xtexture_05.png.pagespeed.ic.FWxYCWSE8S.webp);
}

footer.primary .cta_image .image_pattern.-texture--1l:before {
  background-image: url(../svg/pattern/xtexture_01l.png.pagespeed.ic.d-7zBv6Kod.webp);
}

footer.primary .cta_image .image_pattern.-texture--2l:before {
  background-image: url(../svg/pattern/xtexture_02l.png.pagespeed.ic.tm2pAyk_Mv.webp);
}

footer.primary .cta_image .image_pattern.-texture--3l:before {
  background-image: url(../svg/pattern/xtexture_03l.png.pagespeed.ic.dSHGUZFJnM.webp);
}

footer.primary .cta_image .image_pattern.-texture--4l:before {
  background-image: url(../svg/pattern/xtexture_04l.png.pagespeed.ic.jHNe-d5XTW.webp);
}

footer.primary .cta_image .image_pattern.-texture--5l:before {
  background-image: url(../svg/pattern/xtexture_05l.png.pagespeed.ic.tCWnShDnSj.webp);
}

footer.primary .cta_text .-outline {
  color: #191919;
  text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff,
    1px 1px 0 #fff;
}

@supports (-webkit-text-stroke-width: 1px) {
  footer.primary .cta_text .-outline {
    color: transparent;
    text-fill-color: transparent;
    text-shadow: none;
    text-stroke: 0.5px #fff;
    -webkit-text-fill-color: transparent;
    -webkit-text-shadow: none;
    -webkit-text-stroke-width: 0.5px;
    -webkit-text-stroke-color: #fff;
  }
}

footer.primary .text_head {
  font-family: TT\Hoves;
  display: block;
  font-weight: 700;
  letter-spacing: -4px;
  letter-spacing: -0.25rem;
  font-size: calc(46px + 54 * ((100vw - 420px) / 860));
  font-size: calc(2.875rem + 54 * ((100vw - 26.25rem) / 860));
  line-height: 1.085em;
}

footer.primary .text_btn {
  display: block;
  margin-top: 40px;
}

footer.primary .text_btn a {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  align-items: center;
  box-shadow: none;
  background-color: transparent;
  cursor: pointer;
  display: inline-flex;
  flex-wrap: nowrap;
  justify-content: center;
  min-height: 60px;
  min-width: 180px;
  outline: 0;
  overflow: hidden;
  padding: 0 25px;
  position: relative;
}

footer.primary .text_btn a span {
  font-family: Apercu\Mono;
  font-size: 10px;
  line-height: 1em;
  font-size: 0.625rem;
  letter-spacing: 0.215em;
  display: inline-block;
  mix-blend-mode: difference;
  position: relative;
  pointer-events: none;
  text-transform: uppercase;
  vertical-align: middle;
  z-index: 3;
}

footer.primary .text_btn a i.line {
  background: #000;
  display: block;
  pointer-events: none;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
}

footer.primary .text_btn a:after,
footer.primary .text_btn a:before {
  content: "";
  pointer-events: none;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}

footer.primary .text_btn a:before {
  background: #0d0d0d;
  display: none;
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 0.4s ease-out;
  z-index: 1;
}

footer.primary .text_btn a:after {
  background: 0 0;
  border: 1px solid #0d0d0d;
  display: block;
  z-index: 0;
}

footer.primary .text_btn a {
  color: #fff;
}

footer.primary .text_btn a i.line,
footer.primary .text_btn a:before {
  background-color: #fff;
}

footer.primary .text_btn a:after {
  border-color: #4d4d4d;
}

footer.primary .media {
  padding-top: 65%;
  overflow: hidden;
  position: relative;
}

footer.primary .media iframe {
  min-height: 120vh;
  min-width: 120vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 2;
}

footer.primary .media .image_src {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

footer.primary .footer_main {
  display: block;
  padding-bottom: 25px;
  padding-top: 90px;
  width: 100%;
}

footer.primary .footer_main aside {
  display: block;
}

footer.primary .main_links ul {
  display: none;
  list-style: none;
}

footer.primary .main_links ul:not(:first-of-type) {
  display: block;
}

footer.primary .main_links li {
  font-family: Apercu\Mono;
  font-size: 11px;
  line-height: 1em;
  font-size: 0.6875rem;
  letter-spacing: 0.075em;
  text-transform: uppercase;
}

footer.primary .main_links a {
  color: #5d5d5d;
  display: inline-block;
  padding: 8px 0;
  text-decoration: none;
}

footer.primary .main_links a:hover {
  color: #fff;
}

footer.primary .main_social {
  margin-top: 36px;
}

footer.primary ul.social_links.inverse-hover li {
  position: relative;
}

footer.primary ul.social_links.inverse-hover li:before {
  content: "";
  pointer-events: none;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 0.4s ease-out;
  z-index: 1;
  mix-blend-mode: difference;
}

footer.primary ul.social_links.inverse-hover li:hover svg path {
  fill: #fff;
}

footer.primary ul.social_links.inverse-hover li:hover:before {
  transform: scaleY(1);
  transform-origin: bottom;
}

footer.primary ul.social_links li {
  position: relative;
  display: inline-block;
  margin-right: 20px;
  vertical-align: top;
}

footer.primary ul.social_links a {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  overflow: hidden;
  position: relative;
  text-align: center;
  text-indent: -999px;
}

footer.primary ul.social_links svg {
  display: block;
  margin: auto;
  width: 100%;
}

footer.primary .social_copyright {
  align-items: flex-start;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-top: 85px;
}

footer.primary .social_copyright aside {
  display: inline-block;
}

footer.primary .copyright_company {
  color: #5d5d5d;
  font-size: 11px;
  line-height: 1em;
  font-size: 0.6875rem;
  text-align: left;
}

footer.primary .copyright_credit {
  color: #999;
  font-size: 10px;
  line-height: 1em;
  font-size: 0.625rem;
  text-align: right;
}

footer.primary .copyright_credit a {
  color: #fff;
  font-weight: 200;
  letter-spacing: 0.125em;
  text-transform: uppercase;
}

footer.secondary {
  display: block;
  font-size: 0;
  width: 100%;
}

header.campaign.black .links a,
header.campaign.black .slogan,
header.campaign.black .st0,
header.campaign.white .links a,
header.campaign.white .slogan,
header.campaign.white .st0 {
  transition: all 0.5s ease;
}

header.campaign.black .logo .slogan {
  color: #0d0d0d;
}

header.campaign.black .st0 {
  fill: #0d0d0d;
}

header.campaign.black .links a {
  background-color: #0d0d0d;
}

header.campaign {
  position: fixed;
  width: 100%;
  z-index: 10;
  padding: 40px 0;
}

header.campaign .container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 5vw;
  padding-right: 5vw;
  width: 100%;
  max-width: 1430px;
  display: flex;
}

header.campaign .logo {
  width: 50%;
  display: flex;
  align-items: center;
}

header.campaign .logo svg {
  max-width: 125px;
  height: 30px;
}

header.campaign .logo a {
  display: flex;
  margin-right: 15px;
}

header.campaign .logo .slogan {
  font-family: Apercu\Mono;
  max-width: 195px;
  color: #fff;
  font-size: 11px;
  font-size: 0.6875rem;
  letter-spacing: 2px;
  letter-spacing: 0.125rem;
  line-height: 14px;
  line-height: 0.875rem;
  text-transform: uppercase;
  display: none;
}

header.campaign .links {
  width: 50%;
  display: flex;
  justify-content: flex-end;
}

header.campaign .links a {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  align-items: center;
  box-shadow: none;
  background-color: transparent;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  flex-wrap: nowrap;
  justify-content: center;
  min-height: 60px;
  min-width: 180px;
  outline: 0;
  overflow: hidden;
  padding: 0 25px;
  position: relative;
}

header.campaign .links a span {
  font-family: Apercu\Mono;
  font-size: 10px;
  line-height: 1em;
  font-size: 0.625rem;
  letter-spacing: 0.215em;
  display: inline-block;
  mix-blend-mode: difference;
  position: relative;
  pointer-events: none;
  text-transform: uppercase;
  vertical-align: middle;
  z-index: 3;
}

header.campaign .links a i.line {
  background: #000;
  display: block;
  pointer-events: none;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
}

header.campaign .links a:after,
header.campaign .links a:before {
  content: "";
  pointer-events: none;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}

header.campaign .links a:before {
  background: #0d0d0d;
  display: none;
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 0.4s ease-out;
  z-index: 1;
}

header.campaign .links a:after {
  background: 0 0;
  border: 1px solid #0d0d0d;
  display: block;
  z-index: 0;
}

header.campaign .links a {
  min-height: 50px;
  min-width: 140px;
  background-color: #fff;
}

header.campaign .links a span {
  color: #fff;
  letter-spacing: 2px;
  letter-spacing: 0.125rem;
}

header.campaign .links a .sub {
  display: none;
}

header.campaign .links a svg {
  margin-right: 10px;
}

header.campaign .links a:after {
  border: 0;
}

header.primary.-nav--open .st0 {
  fill: #000;
}

header.primary {
  font-size: 0;
}

header.primary.black .inline-pane,
header.primary.white .inline-pane {
  mix-blend-mode: normal;
}

header.primary.black,
header.primary.black .inline-pane .logo svg path,
header.primary.black .st0 {
  fill: #000;
}

header.primary.black .inline-pane .buttons_cta a span {
  color: #000;
}

header.primary.black .inline-pane .buttons_cta a:hover span {
  background-blend-mode: difference;
  color: unset;
}

header.primary.black .inline-pane .buttons_cta a:before,
header.primary.black .inline-pane .buttons_cta header.primary .inline-pane .buttons_cta a i.line,
header.primary.black .inline-pane .buttons_cta i.line {
  background-color: #000;
}

header.primary.black .inline-pane .buttons_cta a:after {
  border-color: #e6e6e6;
}

header.primary.black .inline-pane .menu a {
  color: #000;
}

header.primary.black .inline-pane .menu a:after {
  background: #000;
}

header.primary.black .inline-pane .buttons_menu {
  background-color: #000;
}

header.primary.black .inline-pane .buttons_menu .icon i {
  background-color: #fff;
}

header.primary .inline-pane {
  mix-blend-mode: difference;
  opacity: 1;
  padding: 25px 20px 0;
  top: 0;
  right: 0;
  left: 0;
  position: fixed;
  width: 100%;
  height: 75px;
  transform: translateY(0);
  transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
  z-index: 1000;
}

header.primary .inline-pane .pane_inner {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 100%;
  height: 50px;
}

header.primary .inline-pane .logo {
  display: inline-block;
  flex: 1 0 127px;
  position: relative;
  text-align: left;
  vertical-align: top;
}

header.primary .inline-pane .logo a {
  color: transparent;
  display: inline-block;
  font-size: 0;
  overflow: hidden;
  position: relative;
  text-decoration: none;
}

header.primary .inline-pane .logo,
header.primary .inline-pane .logo a,
header.primary .inline-pane .logo svg {
  width: 160px;
  height: 60px;
}

header.primary .inline-pane .logo svg {
  display: block;
  top: 0;
  left: 0;
  position: absolute;
}

header.primary .inline-pane .logo svg path {
  fill: #fff;
}

header.primary .inline-pane .menu {
  display: none;
  flex: 1 1 calc(100% - 380px);
  text-align: center;
  vertical-align: top;
}

header.primary .inline-pane .menu li {
  display: inline-block;
  margin: 0 17px;
}

header.primary .inline-pane .menu a {
  font-family: Apercu\Mono;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  line-height: 1em;
  font-size: 0.75rem;
  letter-spacing: 0.215em;
  padding: 16px 0;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
}

header.primary .inline-pane .menu a .text {
  display: block;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100%;
  height: 11px;
}

header.primary .inline-pane .menu a .text_line {
  display: block;
  position: relative;
  transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

header.primary .inline-pane .menu a .text_line:first-of-type,
header.primary .inline-pane .menu a .text_line:last-of-type {
  opacity: 1;
  transform: translateY(0);
}

header.primary .inline-pane .menu a:after {
  background: #fff;
  content: "";
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 1px;
  transition: transform 0.4s ease-out;
  transform: scaleX(0);
  transform-origin: right;
}

header.primary .inline-pane .menu a.current .text_line:first-of-type,
header.primary .inline-pane .menu a:hover .text_line:first-of-type {
  opacity: 1;
  transform: skew(15deg, 15deg) translateY(-20px);
}

header.primary .inline-pane .menu a.current .text_line:last-of-type,
header.primary .inline-pane .menu a:hover .text_line:last-of-type {
  opacity: 1;
  transform: skew(0, 0) translateY(-12px);
}

header.primary .inline-pane .menu a.current:after,
header.primary .inline-pane .menu a:hover:after {
  transform: scaleX(1);
  transform-origin: left;
}

header.primary .inline-pane .buttons {
  display: inline-block;
  flex: 1 0 50px;
  width: 50px;
  height: 50px;
  text-align: right;
  vertical-align: top;
}

header.primary .inline-pane .buttons_cta {
  display: none;
}

header.primary .inline-pane .buttons_cta a {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  align-items: center;
  box-shadow: none;
  background-color: transparent;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  flex-wrap: nowrap;
  justify-content: center;
  min-height: 60px;
  min-width: 180px;
  outline: 0;
  overflow: hidden;
  padding: 0 25px;
  position: relative;
}

header.primary .inline-pane .buttons_cta a span {
  font-family: Apercu\Mono;
  font-size: 10px;
  line-height: 1em;
  font-size: 0.625rem;
  letter-spacing: 0.215em;
  display: inline-block;
  mix-blend-mode: difference;
  position: relative;
  pointer-events: none;
  text-transform: uppercase;
  vertical-align: middle;
  z-index: 3;
}

header.primary .inline-pane .buttons_cta a i.line {
  background: #000;
  display: block;
  pointer-events: none;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
}

header.primary .inline-pane .buttons_cta a:after,
header.primary .inline-pane .buttons_cta a:before {
  content: "";
  pointer-events: none;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}

header.primary .inline-pane .buttons_cta a:before {
  background: #0d0d0d;
  display: none;
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 0.4s ease-out;
  z-index: 1;
}

header.primary .inline-pane .buttons_cta a:after {
  background: 0 0;
  border: 1px solid #0d0d0d;
  display: block;
  z-index: 0;
}

header.primary .inline-pane .buttons_cta a {
  min-width: 190px !important;
}

header.primary .inline-pane .buttons_cta a span {
  color: #fff;
}

header.primary .inline-pane .buttons_cta a i.line,
header.primary .inline-pane .buttons_cta a:before {
  background-color: #fff;
}

header.primary .inline-pane .buttons_cta a:after {
  border-color: hsla(0, 0%, 100%, 0.3);
}

header.primary .inline-pane .buttons_menu {
  background: #fff;
  border: 1px solid hsla(0, 0%, 100%, 0);
  cursor: pointer;
  align-items: center;
  display: inline-flex;
  justify-content: center;
  overflow: hidden;
  position: relative;
  width: 50px;
  height: 50px;
  transition: all 0.3s ease-out;
}

header.primary .inline-pane .buttons_menu .icon {
  display: inline-block;
  position: relative;
  width: 15px;
  height: 15px;
  vertical-align: middle;
}

header.primary .inline-pane .buttons_menu .icon i {
  background: #0d0d0d;
  height: 1px;
  position: absolute;
  transform-origin: center;
}

header.primary .inline-pane .buttons_menu .-action--open i {
  left: 0;
  transform: scaleX(1);
  transform-origin: left;
  transition: transform 0.15s ease-out;
  width: 15px;
}

header.primary .inline-pane .buttons_menu .-action--open i:first-of-type {
  top: 2px;
  transition-delay: 0.4s;
}

header.primary .inline-pane .buttons_menu .-action--open i:nth-of-type(2) {
  top: 7px;
  transition-delay: 0.5s;
}

header.primary .inline-pane .buttons_menu .-action--open i:nth-of-type(3) {
  top: 12px;
  transition-delay: 0.6s;
}

header.primary .inline-pane .buttons_menu .-action--exit {
  overflow: hidden;
  position: relative;
  width: 0;
  height: 15px;
  transition: width 0.4s ease-in-out 0s;
}

header.primary .inline-pane .buttons_menu .-action--exit i {
  left: 0;
  top: 6px;
  width: 15px;
}

header.primary .inline-pane .buttons_menu .-action--exit i:first-of-type {
  transform: rotate(-45deg);
}

header.primary .inline-pane .buttons_menu .-action--exit i:nth-of-type(2) {
  transform: rotate(45deg);
}

header.primary.-nav--open .inline-pane .logo svg path {
  fill: #000;
}

header.primary.-nav--open .inline-pane .buttons_menu {
  background-color: #000;
  border-color: #191919;
}

header.primary.-nav--open .inline-pane .buttons_menu .-action--open i {
  transform: scaleX(0);
  transform-origin: right;
}

header.primary.-nav--open .inline-pane .buttons_menu .-action--open i:first-of-type {
  transition-delay: 0s;
}

header.primary.-nav--open .inline-pane .buttons_menu .-action--open i:nth-of-type(2) {
  transition-delay: 0.1s;
}

header.primary.-nav--open .inline-pane .buttons_menu .-action--open i:nth-of-type(3) {
  transition-delay: 0.2s;
}

header.primary.-nav--open .inline-pane .buttons_menu .-action--exit {
  opacity: 1;
  transition-delay: 0.6s;
  width: 15px;
}

header.primary.-nav--open .inline-pane .buttons_menu .-action--exit i {
  background-color: #fff;
}

html.-watch-direction[data-direction="down"] header.primary:not(.-nav--open) .inline-pane {
  opacity: 0;
  transform: translateY(-110px);
}

header.primary .nav-pane {
  background-color: #fff;
  color: #000;
  min-height: 480px;
  overflow-x: hidden;
  overflow-y: scroll;
  padding: 75px 5vw 5vw;
  top: 0;
  bottom: 0;
  left: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  transition: transform 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0.6s;
  text-align: center;
  transform: scaleX(0);
  transform-origin: right;
  z-index: 999;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

header.primary .nav-pane::-webkit-scrollbar {
  display: none;
}

header.primary .nav-pane .pane_inner {
  align-items: center;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  opacity: 0;
  width: 100%;
  height: 100%;
  transform: translateY(120px);
  transition: all 1s cubic-bezier(0.77, 0, 0.175, 1) 0s;
}

header.primary .nav-pane nav.nav_menu {
  align-items: center;
  display: inline-flex;
  flex: 1 1 auto;
  justify-content: center;
  margin: 0 auto;
  padding: 40px 0;
}

header.primary .nav-pane nav.nav_menu li {
  display: block;
}

header.primary .nav-pane nav.nav_menu a {
  font-family: TT\Hoves;
  color: #000;
  display: inline-block;
  font-size: calc(30px + 15 * ((100vw - 420px) / 604));
  font-size: calc(1.875rem + 15 * ((100vw - 26.25rem) / 604));
  line-height: 1.25em;
  padding: 0.1em 0;
  text-decoration: none;
}

header.primary .nav-pane .nav_cta {
  flex: 0 0 auto;
  width: 100%;
}

header.primary .nav-pane .nav_cta a {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  align-items: center;
  box-shadow: none;
  background-color: transparent;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  flex-wrap: nowrap;
  justify-content: center;
  min-height: 60px;
  min-width: 180px;
  outline: 0;
  overflow: hidden;
  padding: 0 25px;
  position: relative;
}

header.primary .nav-pane .nav_cta a span {
  font-family: Apercu\Mono;
  font-size: 10px;
  line-height: 1em;
  font-size: 0.625rem;
  letter-spacing: 0.215em;
  display: inline-block;
  mix-blend-mode: difference;
  position: relative;
  pointer-events: none;
  text-transform: uppercase;
  vertical-align: middle;
  z-index: 3;
}

header.primary .nav-pane .nav_cta a i.line {
  background: #000;
  display: block;
  pointer-events: none;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
}

header.primary .nav-pane .nav_cta a:after,
header.primary .nav-pane .nav_cta a:before {
  content: "";
  pointer-events: none;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}

header.primary .nav-pane .nav_cta a:before {
  background: #0d0d0d;
  display: none;
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 0.4s ease-out;
  z-index: 1;
}

header.primary .nav-pane .nav_cta a:after {
  background: 0 0;
  border: 1px solid #0d0d0d;
  display: block;
  z-index: 0;
}

header.primary .nav-pane .nav_cta a {
  background-color: #000 !important;
  color: #fff !important;
  min-width: 100% !important;
}

header.primary .nav-pane .nav_cta a:after,
header.primary .nav-pane .nav_cta a:before {
  display: none;
}

header.primary.-nav--open .nav-pane {
  transform: scaleX(1);
  transform-origin: left;
  transition-delay: 0s;
}

header.primary.-nav--open .nav-pane .pane_inner {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.6s;
}

section.alternating-text-aside-img .container {
  @extend %wrapper--1;
}

section.alternating-text-aside-img .location {
  display: flex;
  align-items: center;
}

section.alternating-text-aside-img .location .content {
  display: flex;
  color: #0d0d0d;
  width: 100%;
  max-width: 410px;
  flex-direction: column;
}

section.alternating-text-aside-img .location .content_inner {
  max-width: 500px;
}

section.alternating-text-aside-img .location .content h2 {
  @extend %ff--2;
  font-size: calc(40px + 14 * ((100vw - 420px) / 860));
  font-size: calc(2.5rem + 14 * ((100vw - 26.25rem) / 860));
  line-height: 2.5rem;
  margin-bottom: 0.25em;
  font-weight: 700;
}

section.alternating-text-aside-img .location .content_description {
  @extend %ff--1;
  color: #606060;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.625rem;
  font-weight: 300;
  width: 100%;
  max-width: 370px;
  margin: 1em 0 3em;
}

section.alternating-text-aside-img .location .content_description p {
  margin-bottom: 1em;
}

section.alternating-text-aside-img .location .content_description p:last-child {
  margin: 0;
}

section.alternating-text-aside-img .location .content_description ul {
  margin: 1.5em 0;
}

section.alternating-text-aside-img .location .content_description ul li {
  color: #131313;
  font-weight: 600;
  margin-bottom: 0.5em;
}

section.alternating-text-aside-img .location .content_description ul li a,
section.alternating-text-aside-img .location .content_description ul li a:hover {
  color: #131313;
}

section.alternating-text-aside-img .location .content_description ul li:last-child {
  margin: 0;
}

section.alternating-text-aside-img .location .content .information {
  width: 100%;
  max-width: 290px;
}

section.alternating-text-aside-img .location .content .information_text {
  @extend %ff--1;
  font-weight: 600;
  line-height: 28px;
  line-height: 1.75rem;
  font-size: 14px;
  font-size: 0.875rem;
  color: #0d0d0d;
}

section.alternating-text-aside-img .location .content .information_text a,
section.alternating-text-aside-img .location .content .information_text a:hover {
  color: #0d0d0d;
}

section.alternating-text-aside-img .location .content .information_text p:not(:last-of-type) {
  margin-bottom: 1em;
}

section.alternating-text-aside-img .location .content .content_button {
  display: block;
  margin: 2.5em auto 4.5em;
  position: relative;
  width: 100%;
  z-index: 1;
}

section.alternating-text-aside-img .location .content .content_button a {
  @extend %btn--3;
  width: 100%;
  max-width: 260px;
}

section.alternating-text-aside-img .location .image {
  margin-bottom: 55px;
}

section.alternating-text-aside-img.-padding--1,
section.alternating-text-aside-img.-padding--2 {
  padding: 100px 0 90px;
}

section.alternating-text-aside-img .container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 5vw;
  padding-right: 5vw;
  width: 100%;
  max-width: 1340px;
}

section.alternating-text-aside-img.-padding--1 {
  padding: 60px 0;
}

section.alternating-text-aside-img .location {
  flex-direction: column-reverse;
}

section.alternating-text-aside-img .location .content {
  margin-bottom: 5em;
}

section.alternating-text-aside-img .location .content h2 {
  max-width: 405px;
  line-height: 3.25rem;
}

section.alternating-text-aside-img .location .content_description {
  max-width: 405px;
}

section.alternating-text-aside-img .location .content ul {
  margin-left: 1em;
  max-width: 380px;
}

section.alternating-text-aside-img .location .content ul li {
  font-family: inter_v;
  margin-bottom: 1.25em;
  list-style: disc;
  line-height: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.32px;
  letter-spacing: 0.02rem;
  line-height: 18px;
}

section.alternating-text-aside-img .location .image {
  margin-bottom: 2.5em;
}

section.alternating-text-aside-img .location.-align--right {
  flex-direction: column-reverse;
}

section.alternating-text-aside-img .location:last-child .content {
  margin-bottom: 0;
}

section.alternating-text-aside-img .location:last-child .image {
  margin-bottom: 2.5em;
}

section.article-builder {
  display: block;
  font-size: 0;
  width: 100%;
}

section.article-list.-padding--1 {
  padding: 25px 0 60px;
}

section.article-list .container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 5vw;
  padding-right: 5vw;
  width: 100%;
  max-width: 1340px;
}

section.article-list .grid-column {
  max-width: 100%;
  width: 100%;
}

section.article-list .grid-column:last-child article.post {
  padding-bottom: 0;
}

section.article-list article.post {
  padding: 0;
  padding-bottom: 40px;
}

section.article-list .paginate {
  width: 100%;
  margin: 100px 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

section.article-list .paginate .next,
section.article-list .paginate .prev {
  font-size: 11px;
  font-size: 0.6875rem;
}

section.article-list .paginate .page-numbers.current,
section.article-list .paginate a,
section.article-list .paginate a:hover {
  color: #131313;
  font-size: calc(12px + 2 * ((100vw - 420px) / 860));
  font-size: calc(0.75rem + 2 * ((100vw - 26.25rem) / 860));
}

section.article-list .paginate .page-numbers {
  border-bottom: 1px solid #ececec;
  padding: 10px 20px;
  margin-right: 5px;
}

section.article-list .paginate .page-numbers.current {
  border-bottom: 2px solid #131313;
}

section.article-montage {
  display: block;
  font-size: 0;
  width: 100%;
}

section.article-thumbs.-bg--1 {
  background-color: #f7f7f7;
}

section.article-thumbs.-heading--left h2 {
  text-align: left;
  max-width: 100%;
}

section.article-thumbs.-padding--1 {
  padding: 60px 0;
}

section.article-thumbs.-margin--1 {
  margin-top: 5em;
}

section.article-thumbs .container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 5vw;
  padding-right: 5vw;
  width: 100%;
  max-width: 1340px;
  padding: 0 1.25em;
}

section.article-thumbs h2 {
  font-family: TT\Hoves;
  font-size: calc(34px + 20 * ((100vw - 420px) / 860));
  font-size: calc(2.125rem + 20 * ((100vw - 26.25rem) / 860));
  line-height: 1.085em;
  width: 100%;
  margin: auto;
  font-weight: 700;
  margin-bottom: 1em;
}

section.article-thumbs .grid--stack {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

section.article-thumbs .grid--stack .grid-column {
  width: 50%;
  max-width: 100%;
  margin-bottom: 2em;
}

section.article-thumbs .grid-column {
  max-width: 350px;
  width: 100%;
}

section.article-thumbs .grid-column:nth-last-child(-n + 3) .post .heading {
  margin-bottom: 0;
}

section.article-thumbs article.post {
  padding: 0 1.25em;
  border-right: 1px solid #dadada;
}

section.article-thumbs .button {
  text-align: center;
  margin-top: 3em;
}

section.article-thumbs .button--hide {
  display: none;
}

section.article-thumbs .button a {
  font-family: Apercu\Mono;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  background-color: transparent;
  color: #000;
  cursor: pointer;
  display: inline-block;
  font-size: 10px;
  line-height: 1em;
  font-size: 0.625rem;
  letter-spacing: 0.215em;
  outline: 0;
  padding: 16px 0;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
}

section.article-thumbs .button a .text {
  display: block;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: relative;
  width: 100%;
  height: 11px;
}

section.article-thumbs .button a .text_line {
  display: block;
  pointer-events: none;
  position: relative;
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

section.article-thumbs .button a .text_line:first-of-type,
section.article-thumbs .button a .text_line:last-of-type {
  opacity: 1;
  transform: translateY(0);
}

section.article-thumbs .button a:after {
  background: #000;
  content: "";
  pointer-events: none;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 1px;
  transition: transform 0.4s ease-out;
  transform: scaleX(1);
  transform-origin: left;
}

section.article-thumbs .controls {
  margin-left: auto;
  margin-right: auto;
  padding-left: 5vw;
  padding-right: 5vw;
  width: 100%;
  max-width: 1340px;
  display: inline-flex;
  align-items: center;
}

section.article-thumbs .controls nav {
  background: 0 0;
  border-radius: 100%;
  position: relative;
  cursor: pointer;
  width: 65px;
  height: 65px;
}

section.article-thumbs .controls nav:hover {
  z-index: 2;
}

section.article-thumbs .controls nav:hover:after {
  transform: scale(1);
}

section.article-thumbs .controls nav:before {
  background: transparent url(../svg/btn_arrow--1.svg) no-repeat 50%/28px 23px;
  content: "";
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 28px;
  height: 23px;
  transform-origin: center;
  z-index: 2;
}

section.article-thumbs .controls nav:after {
  background: #faad00;
  border-radius: 100%;
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  z-index: 1;
}

section.article-thumbs .controls nav figure.circle {
  background: transparent url(../svg/dot-circle--1.svg) no-repeat 50% / cover;
  margin: auto;
  opacity: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: center;
  transition: opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  z-index: 0;
}

section.article-thumbs .controls nav.prev {
  z-index: 0;
}

section.article-thumbs .controls nav.prev:before {
  transform: rotate(-180deg);
}

section.article-thumbs .controls nav.next {
  margin-left: -10px;
  z-index: 1;
}

section.article-thumbs .controls {
  display: flex;
  justify-content: space-between;
  padding: 2em 1em;
}

section.article-thumbs .controls--hide {
  display: none;
}

section.article-thumbs .controls .arrows {
  display: inline-flex;
}

section.article-thumbs .controls a {
  font-family: Apercu\Mono;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  background-color: transparent;
  color: #000;
  cursor: pointer;
  display: inline-block;
  font-size: 10px;
  line-height: 1em;
  font-size: 0.625rem;
  letter-spacing: 0.215em;
  outline: 0;
  padding: 16px 0;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
}

section.article-thumbs .controls a .text {
  display: block;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: relative;
  width: 100%;
  height: 11px;
}

section.article-thumbs .controls a .text_line {
  display: block;
  pointer-events: none;
  position: relative;
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

section.article-thumbs .controls a .text_line:first-of-type,
section.article-thumbs .controls a .text_line:last-of-type {
  opacity: 1;
  transform: translateY(0);
}

section.article-thumbs .controls a:after {
  background: #000;
  content: "";
  pointer-events: none;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 1px;
  transition: transform 0.4s ease-out;
  transform: scaleX(1);
  transform-origin: left;
}

section.author .container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 5vw;
  padding-right: 5vw;
  width: 100%;
  max-width: 1300px;
  max-width: 1100px;
}

section.author.-padding--1 {
  padding: 30px 0;
}

section.author .profile {
  max-width: 300px;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 2em;
  z-index: 1;
}

section.author .profile .image {
  margin-bottom: 0.75em;
}

section.author .profile .image img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

section.author .profile .information {
  font-family: TT\Hoves;
  color: #282828;
  font-size: calc(11px + 1 * ((100vw - 420px) / 860));
  font-size: calc(0.6875rem + 1 * ((100vw - 26.25rem) / 860));
  line-height: 1.5em;
  letter-spacing: 0.6px;
  letter-spacing: 0.0375rem;
  text-align: center;
  color: #0d0d0d;
}

section.author .profile .information .bold {
  font-weight: 700;
}

section.author .content {
  max-width: 621px;
  margin: auto;
  padding: 4em;
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
}

section.author .content .description {
  font-family: inter_v;
  width: 100%;
  max-width: 485px;
  margin: auto;
  text-align: center;
  font-size: calc(12px + 2 * ((100vw - 420px) / 860));
  font-size: calc(0.75rem + 2 * ((100vw - 26.25rem) / 860));
  line-height: 1.9em;
  color: #4d4d4d;
  font-weight: 300;
  letter-spacing: 0.32px;
  letter-spacing: 0.02rem;
}

section.author .content .description p:not(:last-of-type) {
  margin-bottom: 1em;
}

section.bio-aside-feature {
  background: #fff;
  display: block;
  font-size: 0;
  overflow: hidden;
  position: relative;
  width: 100%;
}

section.bio-aside-feature .container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 5vw;
  padding-right: 5vw;
  width: 100%;
  max-width: 1340px;
  position: relative;
  z-index: 1;
}

section.bio-aside-feature aside {
  display: block;
  position: relative;
}

section.bio-aside-feature aside.content {
  width: 100%;
}

section.bio-aside-feature .content_inner {
  display: block;
  width: 100%;
}

section.bio-aside-feature .content_label {
  display: block;
  margin-bottom: 20px;
}

section.bio-aside-feature .content_label span {
  font-family: Apercu\Mono;
  border: 1px solid #dadada;
  background-color: transparent;
  color: #000;
  font-size: 9px;
  line-height: 1em;
  font-size: 0.5625rem;
  letter-spacing: 0.215em;
  padding: 8px;
  text-transform: uppercase;
}

section.bio-aside-feature .content_heading {
  font-family: TT\Hoves;
  font-size: calc(24px + 12 * ((100vw - 420px) / 860));
  font-size: calc(1.5rem + 12 * ((100vw - 26.25rem) / 860));
  line-height: 1.085em;
  display: block;
  font-weight: 400;
}

section.bio-aside-feature .content_heading u {
  text-decoration: underline;
}

section.bio-aside-feature .heading_text {
  display: block;
}

section.bio-aside-feature .heading_text p:not(:last-of-type),
section.bio-aside-feature .heading_text.-h1 {
  margin-bottom: 0.8em;
}

section.bio-aside-feature .content_indent {
  display: block;
  padding: 50px 0 0 35%;
}

section.bio-aside-feature .content_description {
  color: gray;
  display: block;
  font-size: 12px;
  line-height: 1.8em;
  font-size: 0.75rem;
  max-width: 250px;
  width: 100%;
}

section.bio-aside-feature .content_description p:not(:last-of-type) {
  display: block;
  margin-bottom: 1em;
}

section.bio-aside-feature .content_button {
  display: block;
  margin-top: 35px;
}

section.bio-aside-feature .content_button a {
  font-family: Apercu\Mono;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  background-color: transparent;
  color: #000;
  cursor: pointer;
  display: inline-block;
  font-size: 10px;
  line-height: 1em;
  font-size: 0.625rem;
  letter-spacing: 0.215em;
  outline: 0;
  overflow: visible;
  padding: 16px 0;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
}

section.bio-aside-feature .content_button a:after {
  background: #000;
  content: "";
  pointer-events: none;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  width: calc(100% - 32px);
  height: 1px;
  z-index: 0;
}

section.bio-aside-feature .content_button a .arrow {
  background: 0 0;
  border-radius: 100%;
  cursor: pointer;
  display: inline-block;
  margin: auto 0;
  width: 85px;
  height: 85px;
  top: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  vertical-align: middle;
  transform-origin: center;
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  z-index: 1;
}

section.bio-aside-feature .content_button a .arrow:before {
  background: transparent url(../svg/btn_arrow--1.svg) no-repeat 50%/24px 18px;
  content: "";
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 24px;
  height: 18px;
  transform-origin: center;
  z-index: 2;
}

section.bio-aside-feature .content_button a .arrow:after {
  background: #faad00;
  border-radius: 100%;
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  z-index: 1;
}

section.bio-aside-feature .content_button a .arrow figure.arrow_circle {
  background: transparent url(../svg/dot-circle--1.svg) no-repeat 50% / cover;
  margin: auto;
  opacity: 0.4;
  pointer-events: none;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: center;
  transition: opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  z-index: 0;
}

section.bio-aside-feature .content_button a {
  width: 100%;
}

section.bio-aside-feature aside.feature {
  margin-left: -5vw;
  margin-top: 100px;
  width: calc(100% + 5vw);
}

section.bio-aside-feature article.work {
  max-width: 500px;
}

section.bio-aside-feature article.work .caption {
  padding-left: 5vw;
}

section.bio-aside-feature.-padding--1 {
  padding: 80px 0 0;
}

section.bold-stated-img-cta {
  padding-bottom: 132.41379%;
  font-family: TT\Hoves;
  align-items: center;
  background-color: #000;
  color: #fff;
  display: flex;
  flex-wrap: nowrap;
  font-size: 0;
  justify-content: center;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 0;
  text-align: center;
}

section.bold-stated-img-cta a.permalink {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  color: transparent;
  font-size: 0;
  text-indent: -999px;
  z-index: 2;
}

section.bold-stated-img-cta .label {
  display: block;
  font-size: calc(70px + 110 * ((100vw - 480px) / 800));
  font-size: calc(4.375rem + 110 * ((100vw - 30rem) / 800));
  letter-spacing: -0.03em;
  line-height: 1em;
  margin: auto;
  top: 50%;
  left: 50%;
  position: absolute;
  text-shadow: 0 2px 34px rgba(0, 0, 0, 0.3);
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 1;
}

section.bold-stated-img-cta .bg {
  z-index: 0;
}

section.bold-stated-img-cta .bg,
section.bold-stated-img-cta .bg_image,
section.bold-stated-img-cta .bg_image img,
section.bold-stated-img-cta .bg_image picture {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}

section.bold-stated-img-cta .bg_image img {
  object-fit: cover;
  object-position: center;
}

section.centred-cta.-bg--1 {
  background-color: #f7f7f7;
}

section.centred-cta.-padding--1 {
  padding: 60px 0;
}

section.centred-cta .container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 5vw;
  padding-right: 5vw;
  width: 100%;
  max-width: 1340px;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
}

section.centred-cta .content {
  max-width: 700px;
  margin: auto;
  text-align: center;
}

section.centred-cta .content h2 {
  font-family: TT\Hoves;
  font-size: calc(38px + 12 * ((100vw - 420px) / 860));
  font-size: calc(2.375rem + 12 * ((100vw - 26.25rem) / 860));
  line-height: 1.085em;
  font-weight: 700;
  width: 100%;
  color: #0d0d0d;
  margin-bottom: 0.5em;
}

section.centred-cta .content .description {
  font-size: 13px;
  line-height: 1.8em;
  font-size: 0.8125rem;
  color: #666;
  font-weight: 300;
  max-width: 520px;
  margin: 0 auto 2.5em;
}

section.centred-cta .content .description p:not(:last-of-type) {
  margin-bottom: 1em;
}

section.centred-cta .button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  align-items: center;
  box-shadow: none;
  background-color: transparent;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  flex-wrap: nowrap;
  justify-content: center;
  min-height: 60px;
  min-width: 180px;
  outline: 0;
  overflow: hidden;
  padding: 0 25px;
  position: relative;
}

section.centred-cta .button span {
  font-family: Apercu\Mono;
  font-size: 10px;
  line-height: 1em;
  font-size: 0.625rem;
  letter-spacing: 0.215em;
  display: inline-block;
  mix-blend-mode: difference;
  position: relative;
  pointer-events: none;
  text-transform: uppercase;
  vertical-align: middle;
  z-index: 3;
}

section.centred-cta .button i.line {
  background: #000;
  display: block;
  pointer-events: none;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
}

section.centred-cta .button:after,
section.centred-cta .button:before {
  content: "";
  pointer-events: none;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}

section.centred-cta .button:before {
  background: #0d0d0d;
  display: none;
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 0.4s ease-out;
  z-index: 1;
}

section.centred-cta .button:after {
  background: 0 0;
  border: 1px solid #0d0d0d;
  display: block;
  z-index: 0;
}

section.centred-cta .button {
  margin: auto;
  background-color: #000;
}

section.centred-cta .button a {
  color: #fff;
}

section.centred-cta .button:before {
  background: #fff;
}

section.contact-form {
  position: relative;
  background-color: #191919;
}

section.contact-form.-padding--1 {
  padding: 150px 0 110px;
}

section.contact-form .container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 5vw;
  padding-right: 5vw;
  width: 100%;
  max-width: 1340px;
}

section.contact-form .checkbox {
  font-family: inter_v;
  display: flex;
  position: relative;
  line-height: 1.5rem;
  cursor: pointer;
  width: 100%;
  padding-left: 40px;
  color: #747474;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 20px;
  line-height: 1.25rem;
  margin-bottom: 15px;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

section.contact-form .checkbox:last-child {
  margin-bottom: 0;
}

section.contact-form .checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

section.contact-form .checkbox .label {
  padding-right: 2em;
}

section.contact-form .checkbox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #fff;
  border: 1px solid #dadada;
}

section.contact-form .checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

section.contact-form .checkbox:hover input~.checkmark {
  background-color: #f7f7f7;
}

section.contact-form .checkbox input:checked~.checkmark {
  background-color: #0d0d0d;
}

section.contact-form .checkbox input:checked~.checkmark:after {
  display: block;
}

section.contact-form .button-submit {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
}

section.contact-form .button-submit a {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  align-items: center;
  box-shadow: none;
  background-color: transparent;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  flex-wrap: nowrap;
  justify-content: center;
  min-height: 60px;
  min-width: 180px;
  outline: 0;
  overflow: hidden;
  padding: 0 25px;
  position: relative;
}

section.contact-form .button-submit a span {
  font-family: Apercu\Mono;
  font-size: 10px;
  line-height: 1em;
  font-size: 0.625rem;
  letter-spacing: 0.215em;
  display: inline-block;
  mix-blend-mode: difference;
  position: relative;
  pointer-events: none;
  text-transform: uppercase;
  vertical-align: middle;
  z-index: 3;
}

section.contact-form .button-submit a i.line {
  background: #000;
  display: block;
  pointer-events: none;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
}

section.contact-form .button-submit a:after,
section.contact-form .button-submit a:before {
  content: "";
  pointer-events: none;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}

section.contact-form .button-submit a:before {
  background: #0d0d0d;
  display: none;
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 0.4s ease-out;
  z-index: 1;
}

section.contact-form .button-submit a:after {
  background: 0 0;
  border: 1px solid #0d0d0d;
  display: block;
  z-index: 0;
}

section.contact-form .button-submit a {
  width: 100%;
  background-color: #fff;
}

section.contact-form .button-submit a i.line {
  height: 2px;
}

section.contact-form .button-submit a:after {
  border-color: #e6e6e6;
}

section.contact-form .button {
  display: block;
  margin: 3em auto 0;
  position: relative;
  width: 100%;
  z-index: 1;
}

section.contact-form .button a {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  background-color: transparent;
  cursor: pointer;
  flex-wrap: nowrap;
  justify-content: center;
  min-height: 60px;
  min-width: 180px;
  outline: 0;
  overflow: hidden;
  padding: 0 25px;
  position: relative;
}

section.contact-form .button a span {
  font-family: Apercu\Mono;
  font-size: 10px;
  line-height: 1em;
  font-size: 0.625rem;
  letter-spacing: 0.215em;
  display: inline-block;
  mix-blend-mode: difference;
  position: relative;
  pointer-events: none;
  text-transform: uppercase;
  vertical-align: middle;
  z-index: 3;
}

section.contact-form .button a i.line {
  background: #000;
  display: block;
  pointer-events: none;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
}

section.contact-form .button a:after,
section.contact-form .button a:before {
  content: "";
  pointer-events: none;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}

section.contact-form .button a:before {
  background: #0d0d0d;
  display: none;
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 0.4s ease-out;
  z-index: 1;
}

section.contact-form .button a:after {
  background: 0 0;
  border: 1px solid #0d0d0d;
  display: block;
  z-index: 0;
}

section.contact-form .button a {
  color: #fff;
  min-width: 250px;
  background-color: #0d0d0d;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
}

section.contact-form .button a:after {
  border: 0;
  border-color: #e6e6e6;
}

section.contact-form .head_share {
  margin-top: 110px;
}

section.contact-form .social-share {
  margin-top: 25em;
  padding: 0;
}

section.contact-form .social-share .share_label {
  width: 100%;
  position: relative;
  border: 0;
  color: #666;
  transform: none;
  justify-content: flex-start;
}

section.contact-form .social-share .share_links {
  border: 1px solid #282828;
}

section.contact-form .social-share .share_links li {
  margin-right: 0;
}

section.contact-form .social-share .share_links li:last-child a {
  border-right: 0;
}

section.contact-form .social-share .share_links a {
  border-color: #282828;
  padding: 10px 15px;
  border-right: 1px solid #282828;
}

section.contact-form .social-share .share_links svg path {
  fill: #fff;
}

section.contact-form .information {
  width: 100%;
  max-width: 290px;
  margin-bottom: 1em;
}

section.contact-form .information_label {
  font-family: Apercu\Mono;
  font-size: 10px;
  font-size: 0.625rem;
  letter-spacing: 2.5px;
  letter-spacing: 0.15625rem;
  text-transform: uppercase;
  color: #666;
}

section.contact-form .information_text {
  font-size: calc(16px + 4 * ((100vw - 420px) / 860));
  font-size: calc(1rem + 4 * ((100vw - 26.25rem) / 860));
  color: #fff;
}

section.contact-form .information_text a,
section.contact-form .information_text a:hover {
  font-weight: 600;
  color: #191919;
  position: relative;
}

section.contact-form .information_text a:after,
section.contact-form .information_text a:hover:after {
  background: #000;
  content: "";
  pointer-events: none;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: -2px;
  transition: transform 0.4s ease-out;
  transform: scaleX(0);
  transform-origin: right;
}

section.contact-form .information_text a:hover:after,
section.contact-form .information_text a:hover:hover:after {
  transform: scaleX(1);
  transform-origin: left;
}

section.contact-form .information_text a,
section.contact-form .information_text a:hover {
  color: #fff;
  padding: 5px 0;
}

section.contact-form .information_text a:after,
section.contact-form .information_text a:hover:after {
  height: 2px;
  background-color: #fff;
}

section.contact-form .content {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 835px;
  margin: auto;
}

section.contact-form .content .location {
  width: 100%;
  max-width: 305px;
  margin-top: 4em;
}

section.contact-form .content .contact-form {
  width: 100%;
  margin-top: 2em;
  max-width: 835px;
}

section.contact-form .content .contact-form .contact-circle {
  position: absolute;
  top: -5%;
  right: -30%;
}

section.contact-form .content .contact-form .contact-circle svg {
  width: 90vw;
}

section.contact-form .label {
  display: block;
  margin-bottom: 20px;
}

section.contact-form .label span {
  font-family: Apercu\Mono;
  border: 1px solid #dadada;
  background-color: transparent;
  color: #000;
  font-size: 9px;
  line-height: 1em;
  font-size: 0.5625rem;
  letter-spacing: 0.215em;
  padding: 8px;
  text-transform: uppercase;
  color: #fff;
  border-color: #333;
}

section.contact-form h1 {
  font-family: TT\Hoves;
  font-size: calc(50px + 50 * ((100vw - 420px) / 860));
  font-size: calc(3.125rem + 50 * ((100vw - 26.25rem) / 860));
  line-height: 1.085em;
  width: 100%;
  font-weight: 700;
  color: #fff;
  max-width: 670px;
  letter-spacing: -2.86px;
  letter-spacing: -0.17875rem;
  position: relative;
  z-index: 1;
  opacity: 0;
}

section.contact-form h1 .split-parent {
  overflow: hidden;
}

section.contact-form h1 .split-parent:last-child {
  padding-bottom: 20px;
}

section.contact-form h1 span {
  color: #191919;
  text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff,
    1px 1px 0 #fff;
}

section.contact-form .gform_confirmation_wrapper {
  font-family: TT\Hoves;
  font-size: calc(16px + 4 * ((100vw - 420px) / 860));
  font-size: calc(1rem + 4 * ((100vw - 26.25rem) / 860));
  line-height: 1.5em;
  font-weight: 600;
  background: #fff;
  min-height: 8em;
  padding: 0 2em;
  text-align: center;
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

section.contact-form form {
  font-family: inter_v;
  font-size: calc(18px + -2 * ((100vw - 420px) / 860));
  font-size: calc(1.125rem + -2 * ((100vw - 26.25rem) / 860));
  line-height: 1.085em;
  background-color: #fff;
  z-index: 1;
  padding: 1em;
  position: relative;
}

section.contact-form form .validation_error,
section.contact-form form .validation_message,
section.contact-form form label {
  color: #0d0d0d;
  font-size: calc(14px + 2 * ((100vw - 420px) / 860));
  font-size: calc(0.875rem + 2 * ((100vw - 26.25rem) / 860));
  line-height: 1.085em;
  font-weight: 500;
  letter-spacing: 0.17px;
  letter-spacing: 0.01063rem;
}

section.contact-form form .validation_error {
  line-height: 1.65em;
  margin-bottom: 1em;
}

section.contact-form form input,
section.contact-form form textarea {
  padding: 1.5em 1em;
  font-weight: 500;
  background-color: #f7f7f7;
  width: 100%;
  border-bottom: 2px solid transparent;
  transition: all 0.25s ease-in-out;
  font-size: calc(15px + 1 * ((100vw - 420px) / 860));
  font-size: calc(0.9375rem + 1 * ((100vw - 26.25rem) / 860));
  line-height: 1.085em;
}

section.contact-form form input:focus,
section.contact-form form textarea:focus {
  border-bottom: 2px solid #0d0d0d;
}

section.contact-form form .half {
  width: 100%;
}

section.contact-form form .half.left {
  padding-right: 0;
}

section.contact-form form .gfield {
  margin: 1em 0;
}

section.contact-form form .gfield:nth-child(5) {
  margin-top: 60px;
}

section.contact-form form .gfield:first-child {
  margin: 0 0 45px;
}

section.contact-form form #field_1_10 {
  padding-top: 50px;
}

section.contact-form form .ginput_container {
  margin: 0.5em 0;
}

section.contact-form form .gform_button {
  display: block;
  visibility: hidden;
  height: 0;
  width: 0;
  overflow: hidden;
  padding: 0;
  margin: 0;
}

section.contact-form form .gfield_description.validation_message {
  color: #c71c1c;
}

section.contact-form form #field_1_11 label,
section.contact-form form .gfield_visibility_hidden,
section.contact-form form .ginput_container_checkbox,
section.contact-form form .hidden_label {
  display: none;
}

section.contact-form form #field_1_10 {
  clear: both;
}

section.contact-form form .terms-and-cond-html {
  display: none;
}

section.contact-form form .gform_footer {
  display: flex;
  align-items: center;
  flex-direction: column;
}

section.contact-form form .terms {
  font-family: inter_v;
  color: #747474;
  margin: 10px 0;
  text-align: center;
  max-width: 25em;
  font-size: calc(13px + 1 * ((100vw - 420px) / 860));
  font-size: calc(0.8125rem + 1 * ((100vw - 26.25rem) / 860));
  line-height: 1.5em;
}

section.contact-form form .terms a,
section.contact-form form .terms a:hover {
  color: #000;
  font-weight: 600;
}

section.contact-form form #field_1_20 {
  margin-top: 50px;
}

section.contact-form form #field_1_20 .gfield_label {
  display: block;
  margin-bottom: 20px;
}

section.contact-form .check-icon,
section.contact-form .dropdown-icon {
  display: none;
}

section.contact-form form {
  border: 1px solid #ccc;
  padding: 18px;
  max-width: 835px;
  margin: auto;
}

section.contact-form form .contain {
  position: relative;
}

section.contact-form form .selected {
  font-family: TT\Hoves;
  font-size: calc(18px + 2 * ((100vw - 420px) / 860));
  font-size: calc(1.125rem + 2 * ((100vw - 26.25rem) / 860));
  line-height: 1.085em;
  padding: 1.15em;
  font-weight: 700;
  border: 1px solid #dedede;
  border-bottom: 3px solid #0d0d0d;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

section.contact-form form .selected .dropdown-icon {
  display: block;
}

section.contact-form form .options {
  position: absolute;
  background: #fff;
  border: 1px solid #191919;
  width: 100%;
  z-index: 1;
  display: none;
}

section.contact-form form .options li {
  font-size: calc(18px + 2 * ((100vw - 420px) / 860));
  font-size: calc(1.125rem + 2 * ((100vw - 26.25rem) / 860));
  line-height: 1.085em;
  font-weight: 700;
  padding: 1em;
}

section.contact-form form .options.open {
  display: block;
}

section.contact-form .services {
  display: flex;
  flex-wrap: wrap;
  margin: 0.5em -1%;
  justify-content: space-between;
}

section.contact-form .services .service {
  max-width: 50%%;
  width: 100%;
  padding: 2px;
  margin: 1%;
  border: 1px solid #e3e3e3;
}

section.contact-form .services .service.checked .item {
  background-color: #191919;
  color: #fff;
}

section.contact-form .services .service.checked .item .check-icon {
  display: block;
}

section.contact-form .services .service .item {
  font-family: Apercu\Mono;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 60px;
  color: #000;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 1px;
  letter-spacing: 0.0625rem;
  line-height: 14px;
  line-height: 0.875rem;
  text-align: center;
  text-transform: uppercase;
}

section.contact-form .services .service .item .check-icon {
  position: absolute;
  top: 8px;
  right: 8px;
}

section.download-guide-form {
  background-color: #191919;
  margin-top: -1px;
}

section.download-guide-form .container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 5vw;
  padding-right: 5vw;
  width: 100%;
  max-width: 1340px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 50px 5vw 100px;
}

section.download-guide-form h2 {
  font-family: TT\Hoves;
  font-size: calc(34px + 22 * ((100vw - 420px) / 860));
  font-size: calc(2.125rem + 22 * ((100vw - 26.25rem) / 860));
  line-height: 1em;
  font-weight: 700;
  color: #fff;
  text-align: center;
}

section.download-guide-form .description {
  font-family: inter_v;
  font-weight: 300;
  margin: 1.5em 1em 2.5em 2em;
  letter-spacing: 0.2px;
  letter-spacing: 0.0125rem;
  text-align: center;
  line-height: 1.65em;
  font-size: calc(12px + 2 * ((100vw - 420px) / 860));
  font-size: calc(0.75rem + 2 * ((100vw - 26.25rem) / 860));
  color: #666;
}

section.download-guide-form .description p:not(:last-of-type) {
  margin-bottom: 1em;
}

section.download-guide-form .gfield .ginput_container_email,
section.download-guide-form .gfield_contains_required .ginput_container_text {
  position: relative;
}

section.download-guide-form .gfield .ginput_container_email span,
section.download-guide-form .gfield_contains_required .ginput_container_text span {
  display: block;
  position: absolute;
  top: 50%;
  left: 95%;
  color: #fff;
  transform: translate(-50%, -50%);
}

section.download-guide-form .gfield span {
  display: none;
}

section.download-guide-form .post-form {
  display: none;
  padding-top: 50px;
}

section.download-guide-form .post-form a {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  align-items: center;
  box-shadow: none;
  background-color: transparent;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  flex-wrap: nowrap;
  justify-content: center;
  min-height: 60px;
  min-width: 180px;
  outline: 0;
  overflow: hidden;
  padding: 0 25px;
  position: relative;
}

section.download-guide-form .post-form a span {
  font-family: Apercu\Mono;
  font-size: 10px;
  line-height: 1em;
  font-size: 0.625rem;
  letter-spacing: 0.215em;
  display: inline-block;
  mix-blend-mode: difference;
  position: relative;
  pointer-events: none;
  text-transform: uppercase;
  vertical-align: middle;
  z-index: 3;
}

section.download-guide-form .post-form a i.line {
  background: #000;
  display: block;
  pointer-events: none;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
}

section.download-guide-form .post-form a:after,
section.download-guide-form .post-form a:before {
  content: "";
  pointer-events: none;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}

section.download-guide-form .post-form a:before {
  background: #0d0d0d;
  display: none;
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 0.4s ease-out;
  z-index: 1;
}

section.download-guide-form .post-form a:after {
  background: 0 0;
  border: 1px solid #0d0d0d;
  display: block;
  z-index: 0;
}

section.download-guide-form .post-form a {
  min-height: 50px;
  min-width: 140px;
}

section.download-guide-form .post-form a span {
  color: #fff;
  letter-spacing: 2px;
  letter-spacing: 0.125rem;
}

section.download-guide-form .post-form a i.line {
  height: 2px;
  background-color: #fff;
}

section.download-guide-form .post-form a svg {
  margin-right: 10px;
}

section.download-guide-form .post-form a:before {
  background-color: #fff;
}

section.download-guide-form .post-form a:after {
  border: 1px solid #333;
}

section.download-guide-form .gform_confirmation_message {
  color: #fff;
}

section.download-guide-form .gform_confirmation_message h2 {
  font-family: TT\Hoves;
  line-height: 1.65em;
  font-size: calc(23px + 27 * ((100vw - 420px) / 860));
  font-size: calc(1.4375rem + 27 * ((100vw - 26.25rem) / 860));
}

section.download-guide-form .gform_confirmation_message p {
  font-family: TT\Hoves;
  font-size: calc(16px + 6 * ((100vw - 420px) / 860));
  font-size: calc(1rem + 6 * ((100vw - 26.25rem) / 860));
  letter-spacing: 0;
  line-height: 30px;
  line-height: 1.875rem;
  text-align: center;
}

section.download-guide-form .form {
  width: 100%;
  max-width: 834px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

section.download-guide-form .form .gfield_label {
  display: none;
}

section.download-guide-form .form .gform_fields {
  display: flex;
  flex-wrap: wrap;
}

section.download-guide-form .form .terms {
  font-family: inter_v;
  width: 100%;
  text-align: center;
  color: #5d5d5d;
  max-width: 283px;
  margin-top: 1.5em;
  letter-spacing: 0.2px;
  letter-spacing: 0.0125rem;
  font-size: calc(12px + 2 * ((100vw - 420px) / 860));
  font-size: calc(0.75rem + 2 * ((100vw - 26.25rem) / 860));
  line-height: 1.75em;
}

section.download-guide-form .form .terms a {
  font-weight: 500;
  color: #fff;
}

section.download-guide-form .form input[type="email"],
section.download-guide-form .form input[type="phone"],
section.download-guide-form .form input[type="text"] {
  font-family: inter_v;
  padding: 1.25em 0;
  font-weight: 500;
  background-color: transparent;
  width: 100%;
  color: #fff;
  border-bottom: 1px solid #333;
  transition: all 0.25s ease-in-out;
  font-size: calc(15px + 1 * ((100vw - 420px) / 860));
  font-size: calc(0.9375rem + 1 * ((100vw - 26.25rem) / 860));
  line-height: 1.085em;
}

section.download-guide-form .form input[type="email"]:focus,
section.download-guide-form .form input[type="phone"]:focus,
section.download-guide-form .form input[type="text"]:focus {
  border-bottom: 2px solid #fff;
}

section.download-guide-form .form input[type="email"]:-ms-input-placeholder,
section.download-guide-form .form input[type="phone"]:-ms-input-placeholder,
section.download-guide-form .form input[type="text"]:-ms-input-placeholder {
  color: #333;
}

section.download-guide-form .form input[type="email"]::placeholder,
section.download-guide-form .form input[type="phone"]::placeholder,
section.download-guide-form .form input[type="text"]::placeholder {
  color: #333;
}

section.download-guide-form .form input[type="checkbox"] {
  position: relative;
}

section.download-guide-form .form input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  align-items: center;
  box-shadow: none;
  background-color: transparent;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  flex-wrap: nowrap;
  justify-content: center;
  min-height: 60px;
  min-width: 180px;
  outline: 0;
  overflow: hidden;
  padding: 0 25px;
  position: relative;
}

section.download-guide-form .form input[type="submit"] span {
  font-family: Apercu\Mono;
  font-size: 10px;
  line-height: 1em;
  font-size: 0.625rem;
  letter-spacing: 0.215em;
  display: inline-block;
  mix-blend-mode: difference;
  position: relative;
  pointer-events: none;
  text-transform: uppercase;
  vertical-align: middle;
  z-index: 3;
}

section.download-guide-form .form input[type="submit"] i.line {
  background: #000;
  display: block;
  pointer-events: none;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
}

section.download-guide-form .form input[type="submit"]:after,
section.download-guide-form .form input[type="submit"]:before {
  content: "";
  pointer-events: none;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}

section.download-guide-form .form input[type="submit"]:before {
  background: #0d0d0d;
  display: none;
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 0.4s ease-out;
  z-index: 1;
}

section.download-guide-form .form input[type="submit"]:after {
  background: 0 0;
  border: 1px solid #0d0d0d;
  display: block;
  z-index: 0;
}

section.download-guide-form .form input[type="submit"] {
  font-family: Apercu\Mono;
  min-height: 50px;
  min-width: 140px;
  background-color: #000;
  font-size: 10px;
  line-height: 1em;
  font-size: 0.625rem;
  letter-spacing: 0.215em;
  text-transform: uppercase;
  transition: all 0.5s ease-in-out;
  margin-top: 3em;
}

section.download-guide-form .form input[type="submit"] i.line,
section.download-guide-form .form input[type="submit"]:before {
  background-color: transparent;
}

section.download-guide-form .form input[type="submit"]:after {
  border-color: #fff;
}

section.download-guide-form .form input[type="submit"]:hover {
  color: #000;
  background-color: #fff;
}

section.download-guide-form .form .gfield_description,
section.download-guide-form .form .validation_error {
  text-align: center;
  margin-top: 0.5em;
}

section.download-guide-form .form .validation_error,
section.download-guide-form .form .validation_message {
  font-family: inter_v;
  color: #db2424;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.2px;
  letter-spacing: 0.0125rem;
  line-height: 26px;
  line-height: 1.625rem;
}

section.download-guide-form .form input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 18px;
  height: 18px;
  margin-right: 1em;
}

section.download-guide-form .form input[type="checkbox"]:before,
section.download-guide-form .form input[type="checkbox"]:checked:before {
  content: "";
  width: 18px;
  height: 18px;
  background-color: #fff;
  position: absolute;
}

section.download-guide-form .form input[type="checkbox"]:checked:after {
  content: "\2713";
  color: #000;
  position: absolute;
  font-weight: 700;
  left: 2px;
  top: -4px;
}

section.download-guide-form .form .gform_footer {
  text-align: center;
}

section.download-guide-form .form .gfield_checkbox,
section.download-guide-form .form .ginput_container_checkbox,
section.download-guide-form .form .opt-in {
  width: 100%;
}

section.download-guide-form .form .gfield_checkbox li,
section.download-guide-form .form .ginput_container_checkbox li,
section.download-guide-form .form .opt-in li {
  width: 100%;
  align-items: center;
  justify-content: center;
  display: flex;
}

section.download-guide-form .form .gfield_checkbox label,
section.download-guide-form .form .ginput_container_checkbox label,
section.download-guide-form .form .opt-in label {
  font-size: calc(12px + 2 * ((100vw - 420px) / 860));
  font-size: calc(0.75rem + 2 * ((100vw - 26.25rem) / 860));
  line-height: 1.085em;
}

section.download-guide-form .form .opt-in {
  font-family: inter_v;
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 300;
  letter-spacing: 0.2px;
  letter-spacing: 0.0125rem;
  line-height: 26px;
  line-height: 1.625rem;
}

section.download-guide-form .form li {
  width: 100%;
  padding: 0.5em;
}

section.download-guide-form .form li input {
  width: 100%;
}

section.download-guide-form .form .gfield_error input[type="email"],
section.download-guide-form .form .gfield_error input[type="phone"],
section.download-guide-form .form .gfield_error input[type="text"] {
  border-color: #db2424;
}

section.download-guide-form .form .gfield_error .validation_message {
  text-align: left;
}

section.download-guide-form .form #field_2_5 .validation_message {
  text-align: center;
}

section.download-guide-form .form #field_2_6 {
  display: none;
}

.flexible-content {
  padding: 100px 0 50px;
}

.flexible-content a {
  color: #191919;
  position: relative;
}

.flexible-content a:after {
  background: #000;
  content: "";
  pointer-events: none;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: -2px;
  transition: transform 0.4s ease-out;
  transform: scaleX(0);
  transform-origin: right;
}

.flexible-content a:hover:after {
  transform: scaleX(1);
  transform-origin: left;
}

.flexible-content a {
  font-weight: 600;
}

section.hero-alt-trial {
  background-color: #191919;
  color: #fff;
  display: block;
  font-size: 0;
  min-height: 540px;
  overflow: hidden;
  padding: 136px 0 50px;
  width: 100%;
  position: relative;
  z-index: 1;
}

section.hero-alt-trial .content {
  margin-left: auto;
  margin-right: auto;
  padding-left: 5vw;
  padding-right: 5vw;
  width: 100%;
  max-width: 1340px;
  position: relative;
  z-index: 1;
}

section.hero-alt-trial .content .label {
  display: block;
  margin-bottom: 20px;
}

section.hero-alt-trial .content .label span {
  font-family: Apercu\Mono;
  border: 1px solid #dadada;
  background-color: transparent;
  color: #000;
  font-size: 9px;
  line-height: 1em;
  font-size: 0.5625rem;
  letter-spacing: 0.215em;
  padding: 8px;
  text-transform: uppercase;
  color: #fff;
  border-color: #333;
}

section.hero-alt-trial .content h1 {
  font-family: TT\Hoves;
  font-size: calc(50px + 50 * ((100vw - 420px) / 860));
  font-size: calc(3.125rem + 50 * ((100vw - 26.25rem) / 860));
  line-height: 1.085em;
  width: 100%;
  font-weight: 700;
  color: #fff;
  max-width: 800px;
  letter-spacing: -2.86px;
  letter-spacing: -0.17875rem;
}

section.hero-alt-trial .content h1 span {
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
}

section.hero-alt-trial .content .description {
  font-family: TT\Hoves;
  font-size: calc(22px + 12 * ((100vw - 420px) / 860));
  font-size: calc(1.375rem + 12 * ((100vw - 26.25rem) / 860));
  line-height: 1.25em;
  color: #fff;
  width: 100%;
  max-width: 735px;
  margin: 5em 0 0 auto;
  padding-left: 6vw;
}

section.hero-alt-trial figure.images {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 0;
}

section.hero-alt-trial img.image {
  filter: none;
  max-width: 320px;
  opacity: 0;
  top: 0;
  left: 0;
  position: absolute;
  will-change: transform;
}

section.hero-article {
  position: relative;
}

section.hero-article.-padding--single-insight,
section.hero-article.-padding--single-service {
  padding: 130px 0 30px;
}

section.hero-article.-texture-hero-bg .background {
  height: 35%;
}

section.hero-article.-texture-hero-bg .background:before {
  content: "";
  width: 100%;
  height: 99px;
  background: url(../svg/xtexture-bg.png.pagespeed.ic.AvKRc8wk7K.webp);
  background-repeat: repeat-x;
  background-size: contain;
  top: -98px;
  position: absolute;
  z-index: -1;
}

section.hero-article.-bg--grey .background {
  display: block;
  background-color: #f7f7f7;
  top: auto;
  bottom: 0;
}

section.hero-article.-bold--heading h1 {
  font-weight: 700;
}

section.hero-article.-bg--1 .background {
  display: block;
}

section.hero-article.-bg--1 .label {
  color: #b3b3b3;
}

section.hero-article.-bg--1 h1 {
  color: #fff;
}

section.hero-article.-bg--1 .profile .image {
  border: 0;
}

section.hero-article.-bg--1 .profile .information {
  color: #b3b3b3;
}

section.hero-article.-bg--1 .profile .bold {
  color: #fff;
}

section.hero-article.-contained-hero-image .hero-image {
  margin: 0;
  min-height: 247px;
}

section.hero-article.-contained-hero-image .hero-image img,
section.hero-article.-contained-hero-image .hero-image picture {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}

section.hero-article.-contained-hero-image .hero-image img {
  object-fit: cover;
  object-position: center;
}

section.hero-article .background {
  background-color: #191919;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 30%;
  display: none;
}

section.hero-article .container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 5vw;
  padding-right: 5vw;
  width: 100%;
  max-width: 1340px;
  display: flex;
  flex-direction: column;
}

section.hero-article .label {
  font-family: Apercu\Mono;
  border: 1px solid #dadada;
  background-color: transparent;
  color: #000;
  font-size: 9px;
  line-height: 1em;
  font-size: 0.5625rem;
  letter-spacing: 0.215em;
  padding: 8px;
  text-transform: uppercase;
  border: 0;
  text-align: center;
  z-index: 1;
  font-size: 10px;
  font-size: 0.625rem;
  color: #666;
  opacity: 0;
}

section.hero-article .label span {
  font-family: Apercu\Mono;
  border: 1px solid #dadada;
  background-color: transparent;
  color: #000;
  font-size: 9px;
  line-height: 1em;
  font-size: 0.5625rem;
  letter-spacing: 0.215em;
  padding: 8px;
  text-transform: uppercase;
}

section.hero-article h1 {
  font-family: TT\Hoves;
  font-size: calc(28px + 36 * ((100vw - 420px) / 860));
  font-size: calc(1.75rem + 36 * ((100vw - 26.25rem) / 860));
  line-height: 1.45em;
  margin: auto;
  max-width: 900px;
  text-align: center;
  letter-spacing: -1.4px;
  letter-spacing: -0.0875rem;
  margin-bottom: 25px;
  z-index: 1;
  opacity: 0;
}

section.hero-article h1 .split-parent {
  overflow-y: hidden;
}

section.hero-article h1 .split-child {
  padding-bottom: 5px;
}

section.hero-article h1.large-mobile {
  margin-top: 20px;
  font-size: calc(50px + 34 * ((100vw - 420px) / 860));
  font-size: calc(3.125rem + 34 * ((100vw - 26.25rem) / 860));
  line-height: 1.1em;
}

section.hero-article .profile {
  max-width: 300px;
  margin: auto;
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  z-index: 1;
}

section.hero-article .profile .image {
  width: 40px;
  border-radius: 50%;
  padding: 3px;
  margin-right: 1em;
  border: 1px solid #ccc;
}

section.hero-article .profile .image img {
  border-radius: 50%;
}

section.hero-article .profile .information {
  font-family: TT\Hoves;
  flex: 1;
  color: #282828;
  font-size: calc(10px + 2 * ((100vw - 420px) / 860));
  font-size: calc(0.625rem + 2 * ((100vw - 26.25rem) / 860));
  line-height: 1.5em;
  color: #0d0d0d;
}

section.hero-article .profile .information .bold {
  font-weight: 700;
}

section.hero-article .hero-image {
  padding-bottom: 63.44828%;
  margin: 0 -5vw;
  position: relative;
  min-height: 300px;
  max-width: 1260px;
  overflow: hidden;
}

section.hero-article .hero-image .img_src,
section.hero-article .hero-image img {
  object-fit: cover;
  position: absolute;
  height: 100%;
  width: 100%;
}

section.hero-campaign {
  position: relative;
}

section.hero-campaign .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #191919;
}

section.hero-campaign .container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 5vw;
  padding-right: 5vw;
  width: 100%;
  max-width: 1205px;
  display: flex;
  position: relative;
  padding-top: 170px;
  padding-bottom: 100px;
  flex-direction: column;
  z-index: 2;
}

section.hero-campaign .texture {
  position: absolute;
  height: 106%;
  width: 100%;
  opacity: 0;
}

section.hero-campaign .texture:after {
  content: "";
  opacity: 0.5;
  position: absolute;
  height: 100%;
  width: 100%;
  background-size: 284px;
  background-image: url(../svg/pattern/xtexture_05.png.pagespeed.ic.FWxYCWSE8S.webp);
}

section.hero-campaign .circle {
  display: none;
}

section.hero-campaign .circle svg {
  position: absolute;
  right: -18em;
  top: -6.5em;
}

section.hero-campaign .content,
section.hero-campaign .image {
  display: flex;
  width: 100%;
}

section.hero-campaign .content {
  position: relative;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

section.hero-campaign .content .label {
  margin-bottom: 20px;
}

section.hero-campaign .content .label span {
  font-family: Apercu\Mono;
  border: 1px solid #dadada;
  background-color: transparent;
  color: #000;
  font-size: 9px;
  line-height: 1em;
  font-size: 0.5625rem;
  letter-spacing: 0.215em;
  padding: 8px;
  text-transform: uppercase;
  color: #fff;
  border-color: #333;
}

section.hero-campaign .content h1 {
  font-family: TT\Hoves;
  color: #fff;
  font-weight: 700;
  letter-spacing: -3.36px;
  letter-spacing: -0.21rem;
  margin-bottom: 30px;
  line-height: 1.07em;
  font-size: calc(42px + 43 * ((100vw - 420px) / 860));
  font-size: calc(2.625rem + 43 * ((100vw - 26.25rem) / 860));
}

section.hero-campaign .content h1 span {
  font-family: TT\Hoves;
  color: #191919;
  text-shadow: -0.5px -0.5px 0 #fff, 0.5px -0.5px 0 #fff, -0.5px 0.5px 0 #fff,
    0.5px 0.5px 0 #fff;
  letter-spacing: -1px;
  letter-spacing: -0.0625rem;
  text-align: center;
}

@supports (-webkit-text-stroke-width: 1px) {
  section.hero-campaign .content h1 span {
    color: transparent;
    text-fill-color: transparent;
    text-shadow: none;
    text-stroke: 0.8px #fff;
    -webkit-text-fill-color: transparent;
    -webkit-text-shadow: none;
    -webkit-text-stroke-width: 0.8px;
    -webkit-text-stroke-color: #fff;
  }
}

section.hero-campaign .content h1 .split-parent {
  overflow: hidden;
}

section.hero-campaign .content h1 .split-child {
  display: inline-flex;
}

section.hero-campaign .content .description {
  font-family: inter_v;
  max-width: 360px;
  color: #999;
  font-size: 14px;
  font-size: 0.875rem;
  max-width: 280px;
  text-align: center;
  letter-spacing: 0.19px;
  letter-spacing: 0.01188rem;
  line-height: 1.5em;
  font-size: calc(12px + 2 * ((100vw - 420px) / 860));
  font-size: calc(0.75rem + 2 * ((100vw - 26.25rem) / 860));
}

section.hero-campaign .content .description p {
  margin-bottom: 15px;
}

section.hero-campaign .content .description b {
  color: #fff;
  font-weight: 600;
}

section.hero-campaign .content .cta {
  margin-top: 20px;
}

section.hero-campaign .content a {
  font-family: Apercu\Mono;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  background-color: transparent;
  color: #000;
  cursor: pointer;
  font-size: 10px;
  line-height: 1em;
  font-size: 0.625rem;
  letter-spacing: 0.215em;
  outline: 0;
  padding: 16px 0;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
}

section.hero-campaign .content a .text {
  display: block;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: relative;
  width: 100%;
  height: 11px;
}

section.hero-campaign .content a .text_line {
  display: block;
  pointer-events: none;
  position: relative;
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

section.hero-campaign .content a .text_line:first-of-type,
section.hero-campaign .content a .text_line:last-of-type {
  opacity: 1;
  transform: translateY(0);
}

section.hero-campaign .content a:after {
  background: #000;
  content: "";
  pointer-events: none;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 1px;
  transition: transform 0.4s ease-out;
  transform: scaleX(1);
  transform-origin: left;
}

section.hero-campaign .content a {
  color: #fff;
  display: inline-block;
  padding: 20px 15px;
}

section.hero-campaign .content a .text {
  height: 15px;
}

section.hero-campaign .content a:after {
  background-color: #fff;
}

section.hero-campaign .scrolldown {
  margin-left: auto;
  margin-right: auto;
  padding-left: 5vw;
  padding-right: 5vw;
  width: 100%;
  max-width: 1430px;
  display: flex;
  padding-bottom: 60px;
  z-index: 1;
  position: relative;
  opacity: 0;
}

section.hero-campaign .scrolldown .icon {
  width: 19px;
  height: 30px;
  border-radius: 50px;
  border: 1px solid #5d5d5d;
  display: flex;
  justify-content: center;
  padding-top: 5px;
}

section.hero-campaign .scrolldown .icon .line {
  width: 1px;
  height: 5px;
  background-color: #fff;
  animation: b 1.5s linear infinite;
}

section.hero-campaign .image {
  margin-top: 50px;
  justify-content: center;
  top: 105%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}

section.hero-campaign .image .inner {
  width: 100%;
  max-width: 210px;
  position: relative;
  transform: scaleX(0);
}

section.hero-campaign .image .background {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #0b5d67;
}

section.hero-campaign .image img {
  width: 100%;
  max-width: 210px;
}

section.hero-filters {
  color: #fff;
  padding: 1em 0 2em;
  position: relative;
  background-color: #191919;
  margin-top: -1px;
  margin-bottom: -1px;
}

section.hero-filters .container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 5vw;
  padding-right: 5vw;
  width: 100%;
  max-width: 1340px;
}

section.hero-filters .filters {
  display: flex;
  flex-direction: column;
  width: 100%;
  visibility: hidden;
  max-height: 0;
  margin-right: -1em;
  margin-bottom: 32px;
  transition: all 0.5s ease-in-out;
}

section.hero-filters .filters.show {
  visibility: visible;
  max-height: 500px;
  opacity: 1;
}

section.hero-filters .filters .single {
  font-family: Apercu\Mono;
  width: 100%;
  color: #fff;
  cursor: pointer;
  padding: 2em 0;
  font-size: 11px;
  font-size: 0.6875rem;
  letter-spacing: 1.83px;
  letter-spacing: 0.11438rem;
  line-height: 20px;
  line-height: 1.25rem;
  border-bottom: 2px solid #333;
  text-transform: uppercase;
  position: relative;
  transition: all 0.25s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

section.hero-filters .filters .single:last-child {
  margin: 0;
}

section.hero-filters .filters .single:after {
  background: #fff;
  content: "";
  pointer-events: none;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -1px;
  transition: transform 0.4s ease-out;
  transform: scaleX(0);
  transform-origin: right;
}

section.hero-filters .filters .single:hover:after {
  transform: scaleX(1);
  transform-origin: left;
}

section.hero-filters .filter-options {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  z-index: 3;
  height: 400px;
  overflow: scroll;
  transition: all 0.15s ease-in-out;
}

section.hero-filters .filter-options.show {
  visibility: visible;
  opacity: 1;
}

section.hero-filters .filter-options .option {
  padding: 2em;
  background-color: #f7f7f7;
  font-size: 12px;
  font-size: 0.75rem;
  color: #0d0d0d;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

section.hero-filters .filter-options .option:nth-child(odd) {
  background-color: #fff;
}

section.hero-filters .filter-icon {
  opacity: 0;
}

section.hero-filters .filter-icon .border {
  width: 70px;
  height: 70px;
  margin: auto;
  border: 1px dashed #666;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

section.hero-filters .filter-icon .inner {
  width: 60px;
  height: 60px;
  border-radius: 100px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

section.hero-filters .filter-icon .inner svg g {
  fill: #000;
  stroke: #000;
}

section.hero-filters .selected-filters {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 900px;
  margin: auto;
}

section.hero-filters .selected-filters .tag {
  font-family: Apercu\Mono;
  cursor: pointer;
  display: inline-flex;
  margin: 5px;
  padding: 7px 15px;
  border: 1px solid #333;
  border-radius: 16px;
  background-color: #333;
  color: #fff;
  font-size: 11px;
  font-size: 0.6875rem;
  letter-spacing: 1.63px;
  letter-spacing: 0.10188rem;
  line-height: 16px;
  line-height: 1rem;
  text-transform: uppercase;
  transition: all 0.25s ease-in-out;
}

section.hero-filters .selected-filters .tag:hover {
  transform: scale(1.05);
}

section.hero-filters .selected-filters .tag span {
  font-family: inter_v;
  margin-left: 1.5em;
}

section.hero-filters .filter-footer {
  display: flex;
  padding: 1em;
  background-color: #f7f7f7;
  border-top: 2px solid #ccc;
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  width: inherit;
}

section.hero-filters .filter-footer input {
  cursor: pointer;
  padding: 1.25em;
  width: 50%;
  text-transform: uppercase;
  letter-spacing: 2px;
  letter-spacing: 0.125rem;
  font-size: 12px;
  font-size: 0.75rem;
  background-color: transparent;
}

section.hero-filters .filter-footer input.dark {
  color: #fff;
  background-color: #0d0d0d;
}

section.hero-filters .checkbox {
  display: flex;
  position: relative;
  line-height: 1.5rem;
  cursor: pointer;
  width: 100%;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

section.hero-filters .checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

section.hero-filters .checkbox .label {
  padding-right: 2em;
}

section.hero-filters .checkbox .checkmark {
  position: absolute;
  top: 0;
  right: 0;
  height: 25px;
  width: 25px;
  background-color: #fff;
  border: 1px solid #dadada;
}

section.hero-filters .checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

section.hero-filters .checkbox:hover input~.checkmark {
  background-color: #f7f7f7;
}

section.hero-filters .checkbox input:checked~.checkmark {
  background-color: #0d0d0d;
}

section.hero-filters .checkbox input:checked~.checkmark:after {
  display: block;
}

section.hero-insight {
  background-color: #191919;
}

section.hero-insight.-padding--1 {
  padding: 150px 0 5px;
}

section.hero-insight .container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 5vw;
  padding-right: 5vw;
  width: 100%;
  max-width: 1340px;
}

section.hero-insight a,
section.hero-insight a:hover {
  color: #fff;
}

section.hero-insight .label {
  display: block;
  margin-bottom: 20px;
}

section.hero-insight .label span {
  font-family: Apercu\Mono;
  border: 1px solid #dadada;
  background-color: transparent;
  color: #000;
  font-size: 9px;
  line-height: 1em;
  font-size: 0.5625rem;
  letter-spacing: 0.215em;
  padding: 8px;
  text-transform: uppercase;
  color: #fff;
  border-color: #333;
}

section.hero-insight h1 {
  font-family: TT\Hoves;
  font-size: calc(50px + 50 * ((100vw - 420px) / 860));
  font-size: calc(3.125rem + 50 * ((100vw - 26.25rem) / 860));
  line-height: 1.085em;
  width: 100%;
  font-weight: 700;
  color: #fff;
  max-width: 670px;
  letter-spacing: -2.86px;
  letter-spacing: -0.17875rem;
  opacity: 0;
}

section.hero-insight h1 .split-parent {
  overflow-y: hidden;
  padding-bottom: 10px;
}

section.hero-insight h1 span {
  color: #191919;
  text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff,
    1px 1px 0 #fff;
}

section.hero-insight .filter {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 2em 0 4em;
  position: relative;
  overflow: hidden;
  margin-right: -50px;
}

section.hero-insight .filter:before {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #333;
}

section.hero-insight .filter svg {
  display: none;
  width: 100px;
}

section.hero-insight .filter .slider {
  width: 2000px;
}

section.hero-insight .filter .item {
  font-family: Apercu\Mono;
  color: #fff;
  font-size: 9px;
  font-size: 0.5625rem;
  padding: 1.75em;
  letter-spacing: 0.215em;
  position: relative;
  white-space: nowrap;
  display: inline-block;
  text-transform: uppercase;
}

section.hero-insight .filter .item:after {
  background: #fff;
  content: "";
  pointer-events: none;
  left: 0;
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  transition: transform 0.4s ease-out;
  transform: scaleX(0);
  transform-origin: right;
}

section.hero-insight .filter .item:hover:after {
  transform: scaleX(1);
  transform-origin: left;
}

section.hero-insight .filter .item.active:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  transform: scale(1);
}

section.hero-insight .featured {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
}

section.hero-insight .featured article.post {
  display: inline-flex;
  flex-direction: column;
  padding: 0;
}

section.hero-insight .featured article.post:hover .heading {
  font-weight: 600;
  color: #191919;
  position: relative;
}

section.hero-insight .featured article.post:hover .heading:after {
  background: #000;
  content: "";
  pointer-events: none;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: -2px;
  transition: transform 0.4s ease-out;
  transform: scaleX(0);
  transform-origin: right;
}

section.hero-insight .featured article.post:hover .heading:hover:after {
  transform: scaleX(1);
  transform-origin: left;
}

section.hero-insight .featured article.post:hover .heading {
  font-weight: 400;
  color: #fff;
}

section.hero-insight .featured article.post:hover .heading:after {
  height: 2px;
  background-color: #fff;
}

section.hero-insight .featured article.post .heading,
section.hero-insight .featured article.post .label {
  color: #fff;
  opacity: 0;
}

section.hero-insight .featured article.post .heading.show,
section.hero-insight .featured article.post .label.show {
  opacity: 1;
}

section.hero-insight .featured article.post .heading {
  display: inline-block;
  margin-bottom: 3.5em;
}

section.hero-insight .featured article.post:nth-child(2) {
  margin: 0 0 0 auto;
}

section.hero-location .container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 5vw;
  padding-right: 5vw;
  width: 100%;
  max-width: 1340px;
}

section.hero-location .location {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 514px;
  margin: auto;
}

section.hero-location .location .content {
  display: flex;
  color: #0d0d0d;
  width: 100%;
  margin-bottom: 5em;
  flex-direction: column;
}

section.hero-location .location .content_inner {
  max-width: 500px;
}

section.hero-location .location .content h2 {
  font-family: TT\Hoves;
  font-size: calc(50px + 45 * ((100vw - 420px) / 860));
  font-size: calc(3.125rem + 45 * ((100vw - 26.25rem) / 860));
  font-weight: 700;
  margin-top: 0.25em;
  margin-bottom: 0.5em;
  line-height: 1em;
}

section.hero-location .location .content_label {
  margin-bottom: 20px;
}

section.hero-location .location .content_label span {
  font-family: Apercu\Mono;
  border: 1px solid #dadada;
  background-color: transparent;
  color: #000;
  font-size: 9px;
  line-height: 1em;
  font-size: 0.5625rem;
  letter-spacing: 0.215em;
  padding: 8px;
  text-transform: uppercase;
}

section.hero-location .location .content .information {
  width: 100%;
  max-width: 290px;
}

section.hero-location .location .content .information_label {
  font-family: Apercu\Mono;
  font-size: 10px;
  font-size: 0.625rem;
  letter-spacing: 2.5px;
  letter-spacing: 0.15625rem;
  text-transform: uppercase;
  color: #666;
}

section.hero-location .location .content .information_text {
  font-size: calc(16px + 4 * ((100vw - 420px) / 860));
  font-size: calc(1rem + 4 * ((100vw - 26.25rem) / 860));
  color: #0d0d0d;
}

section.hero-location .location .content .information_text a,
section.hero-location .location .content .information_text a:hover {
  color: #0d0d0d;
}

section.hero-location .location .content .information:not(:last-of-type) {
  margin-bottom: 1em;
}

section.hero-location .location .content .content_button {
  display: block;
  margin: 2em auto 0 0;
  position: relative;
  width: 100%;
  z-index: 1;
}

section.hero-location .location .content .content_button a {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  align-items: center;
  box-shadow: none;
  background-color: transparent;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  flex-wrap: nowrap;
  justify-content: center;
  min-height: 60px;
  min-width: 180px;
  outline: 0;
  overflow: hidden;
  padding: 0 25px;
  position: relative;
}

section.hero-location .location .content .content_button a span {
  font-family: Apercu\Mono;
  font-size: 10px;
  line-height: 1em;
  font-size: 0.625rem;
  letter-spacing: 0.215em;
  display: inline-block;
  mix-blend-mode: difference;
  position: relative;
  pointer-events: none;
  text-transform: uppercase;
  vertical-align: middle;
  z-index: 3;
}

section.hero-location .location .content .content_button a i.line {
  background: #000;
  display: block;
  pointer-events: none;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
}

section.hero-location .location .content .content_button a:after,
section.hero-location .location .content .content_button a:before {
  content: "";
  pointer-events: none;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}

section.hero-location .location .content .content_button a:before {
  background: #0d0d0d;
  display: none;
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 0.4s ease-out;
  z-index: 1;
}

section.hero-location .location .content .content_button a:after {
  background: 0 0;
  border: 1px solid #0d0d0d;
  display: block;
  z-index: 0;
}

section.hero-location .location .content .content_button a {
  background-color: #fff;
}

section.hero-location .location .content .content_button a i.line {
  height: 2px;
}

section.hero-location .location .content .content_button a:after {
  border-color: #e6e6e6;
}

section.hero-location .location .image {
  position: relative;
  z-index: 1;
  width: calc(100% - 10vw);
}

section.hero-location .location .texture {
  position: absolute;
  width: 70%;
  height: 75%;
}

section.hero-location .location .texture:not(.-texture--none):before {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: transparent;
  background-position: 50%;
  background-repeat: repeat;
  background-size: 300px;
  content: "";
  opacity: 0.25;
}

section.hero-location .location .texture.-texture--1:before {
  background-image: url(../svg/pattern/xtexture_01.png.pagespeed.ic.orSPu-AfwL.webp);
}

section.hero-location .location .texture.-texture--2:before {
  background-image: url(../svg/pattern/xtexture_02.png.pagespeed.ic.Aj75gsfT5D.webp);
}

section.hero-location .location .texture.-texture--3:before {
  background-image: url(../svg/pattern/xtexture_03.png.pagespeed.ic.RYQmH1Zz16.webp);
}

section.hero-location .location .texture.-texture--4:before {
  background-image: url(../svg/pattern/xtexture_04.png.pagespeed.ic.WtZTg8Ja4l.webp);
}

section.hero-location .location .texture.-texture--5:before {
  background-image: url(../svg/pattern/xtexture_05.png.pagespeed.ic.FWxYCWSE8S.webp);
}

section.hero-location .location .texture.-texture--1l:before {
  background-image: url(../svg/pattern/xtexture_01l.png.pagespeed.ic.d-7zBv6Kod.webp);
}

section.hero-location .location .texture.-texture--2l:before {
  background-image: url(../svg/pattern/xtexture_02l.png.pagespeed.ic.tm2pAyk_Mv.webp);
}

section.hero-location .location .texture.-texture--3l:before {
  background-image: url(../svg/pattern/xtexture_03l.png.pagespeed.ic.dSHGUZFJnM.webp);
}

section.hero-location .location .texture.-texture--4l:before {
  background-image: url(../svg/pattern/xtexture_04l.png.pagespeed.ic.jHNe-d5XTW.webp);
}

section.hero-location .location .texture.-texture--5l:before {
  background-image: url(../svg/pattern/xtexture_05l.png.pagespeed.ic.tCWnShDnSj.webp);
}

section.hero-location .location .texture {
  bottom: 10%;
  right: -30px;
  z-index: -1;
}

section.hero-location .location .texture.-texture--left {
  left: -30px;
  bottom: 15%;
}

section.hero-location.-padding--1 {
  padding: 150px 0 50px;
}

section.hero-montage {
  position: relative;
  z-index: 1;
  background-color: #fff;
}

section.hero-montage.-padding--1 {
  padding: 150px 0 50px;
}

section.hero-montage .container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 5vw;
  padding-right: 5vw;
  width: 100%;
  max-width: 1340px;
}

section.hero-montage main {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

section.hero-montage .content {
  z-index: 2;
  opacity: 0;
  margin: auto;
}

section.hero-montage .content .label {
  display: block;
  margin-bottom: 20px;
}

section.hero-montage .content .label span {
  font-family: Apercu\Mono;
  border: 1px solid #dadada;
  background-color: transparent;
  color: #000;
  font-size: 9px;
  line-height: 1em;
  font-size: 0.5625rem;
  letter-spacing: 0.215em;
  padding: 8px;
  text-transform: uppercase;
  color: #0d0d0d;
  border-color: #e6e6e6;
}

section.hero-montage .content h1 {
  font-family: TT\Hoves;
  font-size: calc(50px + 50 * ((100vw - 420px) / 860));
  font-size: calc(3.125rem + 50 * ((100vw - 26.25rem) / 860));
  line-height: 1.085em;
  font-weight: 700;
  color: #0d0d0d;
  width: 100%;
  white-space: nowrap;
  margin-top: 0.25em;
  margin-bottom: 0.5em;
  letter-spacing: -1.8px;
  letter-spacing: -0.1125rem;
}

section.hero-montage .content h1 .split-parent {
  overflow-y: hidden;
}

section.hero-montage .content .description {
  width: 100%;
  color: #606060;
  margin-left: 5vw;
  max-width: 25em;
  font-size: calc(12px + 2 * ((100vw - 420px) / 860));
  font-size: calc(0.75rem + 2 * ((100vw - 26.25rem) / 860));
  line-height: 1.75em;
  font-weight: 300;
}

section.hero-montage .content .description p:not(:last-of-type) {
  margin-bottom: 1em;
}

section.hero-montage .image {
  position: relative;
  max-width: 480px;
  width: 100%;
  margin: 2.5em 2.1em 0 -5vw;
}

section.hero-montage .image img {
  z-index: 1;
  position: relative;
  width: 100%;
}

section.hero-montage .image figure {
  display: flex;
  justify-content: flex-end;
}

section.hero-montage .caption {
  font-family: Apercu\Mono;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  text-transform: uppercase;
}

section.hero-montage .caption span {
  font-size: 9px;
  line-height: 1em;
  font-size: 0.5625rem;
  letter-spacing: 0.1205em;
}

section.hero-montage .caption .title {
  display: flex;
  flex: 1 1 50%;
  width: 100%;
}

section.hero-montage .caption .title:before {
  content: "";
  background: #000;
  border-radius: 100%;
  display: inline-flex;
  margin: 0.5em 10px 0 0;
  transform: translateY(-0.5em);
  width: 5px;
  height: 5px;
  vertical-align: middle;
}

section.hero-montage .caption .sub {
  display: inline-flex;
  flex: 1 1 25%;
  width: 50%;
}

section.hero-montage .texture {
  position: absolute;
  width: 70%;
  height: 75%;
}

section.hero-montage .texture:not(.-texture--none):before {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: transparent;
  background-position: 50%;
  background-repeat: repeat;
  background-size: 300px;
  content: "";
  opacity: 0.25;
}

section.hero-montage .texture.-texture--1:before {
  background-image: url(../svg/pattern/xtexture_01.png.pagespeed.ic.orSPu-AfwL.webp);
}

section.hero-montage .texture.-texture--2:before {
  background-image: url(../svg/pattern/xtexture_02.png.pagespeed.ic.Aj75gsfT5D.webp);
}

section.hero-montage .texture.-texture--3:before {
  background-image: url(../svg/pattern/xtexture_03.png.pagespeed.ic.RYQmH1Zz16.webp);
}

section.hero-montage .texture.-texture--4:before {
  background-image: url(../svg/pattern/xtexture_04.png.pagespeed.ic.WtZTg8Ja4l.webp);
}

section.hero-montage .texture.-texture--5:before {
  background-image: url(../svg/pattern/xtexture_05.png.pagespeed.ic.FWxYCWSE8S.webp);
}

section.hero-montage .texture.-texture--1l:before {
  background-image: url(../svg/pattern/xtexture_01l.png.pagespeed.ic.d-7zBv6Kod.webp);
}

section.hero-montage .texture.-texture--2l:before {
  background-image: url(../svg/pattern/xtexture_02l.png.pagespeed.ic.tm2pAyk_Mv.webp);
}

section.hero-montage .texture.-texture--3l:before {
  background-image: url(../svg/pattern/xtexture_03l.png.pagespeed.ic.dSHGUZFJnM.webp);
}

section.hero-montage .texture.-texture--4l:before {
  background-image: url(../svg/pattern/xtexture_04l.png.pagespeed.ic.jHNe-d5XTW.webp);
}

section.hero-montage .texture.-texture--5l:before {
  background-image: url(../svg/pattern/xtexture_05l.png.pagespeed.ic.tCWnShDnSj.webp);
}

section.hero-montage .texture {
  bottom: 8%;
  right: -15px;
  width: 95%;
  height: 85%;
}

section.hero-montage .media {
  position: relative;
  cursor: pointer;
  max-width: 500px;
  margin: 0 -5vw;
}

section.hero-montage .media video {
  width: 100%;
}

section.hero-montage .media .embed {
  position: relative;
  height: 250px;
  overflow: hidden;
}

section.hero-montage .media .embed iframe {
  min-height: 177vh;
  min-width: 177vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

section.hero-montage .media .embed .img_src {
  object-fit: cover;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

section.hero-montage .media .button {
  width: 74px;
  height: 74px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0b5d67;
  border-radius: 100%;
  position: absolute;
  left: 50%;
  top: 45%;
  transform: translate(-45%, -50%);
}

section.hero-montage .media .button svg {
  transform: translateX(3px);
}

section.hero-montage .background-inner {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

section.hero-montage .background-inner .background {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 2;
  background-color: #f5ebe1;
}

section.hero-montage .caption {
  padding: 1em;
}

section.hero-montage .content .description {
  font-size: 14px;
  font-size: 0.875rem;
}

section.hero-montage .texture {
  opacity: 0;
}

section.hero-montage main {
  flex-wrap: wrap;
}

section.hero-work {
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
  padding-bottom: 50px;
}

section.hero-work .head {
  display: block;
  padding: 150px 0 30px;
}

section.hero-work .head_inner {
  margin-left: auto;
  margin-right: auto;
  padding-left: 5vw;
  padding-right: 5vw;
  width: 100%;
  max-width: 1340px;
}

section.hero-work .head_title {
  font-family: TT\Hoves;
  font-size: calc(50px + 50 * ((100vw - 420px) / 860));
  font-size: calc(3.125rem + 50 * ((100vw - 26.25rem) / 860));
  line-height: 1.085em;
  color: #191919;
  display: block;
  font-weight: 700;
  letter-spacing: -0.05em;
  margin-bottom: 20px;
  opacity: 0;
}

section.hero-work .head_title .split-parent {
  overflow-y: hidden;
}

section.hero-work .head_title .split-child {
  padding-bottom: 5px;
}

section.hero-work .head_meta {
  align-items: flex-start;
  border: 1px solid #ccc;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  max-width: 620px;
  vertical-align: top;
  width: 100%;
}

section.hero-work span {
  align-items: center;
  display: inline-flex;
  font-size: 9px;
  line-height: 1em;
  font-size: 0.5625rem;
  justify-content: flex-start;
  letter-spacing: 0.1205em;
  min-height: 29px;
  padding: 7px;
  text-transform: uppercase;
  width: 100%;
}

section.hero-work span.meta_location,
section.hero-work span.meta_sector {
  border-bottom: 1px solid #ccc;
}

section.hero-work span.meta_duration,
section.hero-work span.meta_location,
section.hero-work span.meta_sqft {
  border-left: 1px solid #ccc;
}

section.hero-work span:first-of-type,
section.hero-work span:nth-of-type(3) {
  flex: 0 0 55%;
}

section.hero-work span:nth-of-type(2) {
  flex: 0 0 45%;
}

section.hero-work span:nth-of-type(4),
section.hero-work span:nth-of-type(5) {
  flex: 1 1 20%;
  max-width: 45%;
}

section.hero-work .head_share {
  display: none;
  margin-left: 130px;
  vertical-align: top;
}

section.hero-work .media {
  display: block;
  overflow: visible;
  padding-bottom: 81.25%;
  position: relative;
  width: 100%;
  height: 0;
}

section.hero-work .media_video-btn {
  align-items: center;
  background: #0b5d67;
  border-radius: 100%;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  margin: auto;
  overflow: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 74px;
  height: 74px;
  z-index: 1;
}

section.hero-work .media_video-btn svg {
  display: inline-block;
  margin: auto;
  max-width: 19px;
  transform: translateX(3px);
  width: 100%;
}

section.hero-work figure.media_image {
  display: block;
}

section.hero-work figure.media_image,
section.hero-work figure.media_image .image_inner,
section.hero-work figure.media_image picture {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}

section.hero-work figure.media_image .image_inner {
  overflow: hidden;
}

section.hero-work figure.media_image img {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

section.hero .container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 5vw;
  padding-right: 5vw;
  width: 100%;
  max-width: 1340px;
  opacity: 0;
}

section.hero.-padding--1 {
  padding: 150px 0 20px;
}

section.hero.-bg--1 {
  background-color: #191919;
}

section.hero.-bg--1 .label span {
  color: #fff;
  border-color: #333;
}

section.hero.-bg--1 h1 {
  color: #fff;
}

section.hero.-bg--1 h1 span {
  color: #191919;
  text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff,
    1px 1px 0 #fff;
}

section.hero .label {
  text-align: center;
  margin: auto;
  margin-bottom: 20px;
}

section.hero .label span {
  font-family: Apercu\Mono;
  border: 1px solid #dadada;
  background-color: transparent;
  color: #000;
  font-size: 9px;
  line-height: 1em;
  font-size: 0.5625rem;
  letter-spacing: 0.215em;
  padding: 8px;
  text-transform: uppercase;
  color: #0d0d0d;
  border-color: #e6e6e6;
}

section.hero h1 {
  font-family: TT\Hoves;
  font-size: calc(50px + 50 * ((100vw - 420px) / 860));
  font-size: calc(3.125rem + 50 * ((100vw - 26.25rem) / 860));
  line-height: 1.085em;
  width: 100%;
  font-weight: 700;
  color: #0d0d0d;
  text-align: center;
  margin: auto;
  max-width: 700px;
  letter-spacing: -2.86px;
  letter-spacing: -0.17875rem;
}

section.hero h1 .split-parent {
  overflow-y: hidden;
}

section.hero h1 .split-child {
  padding-bottom: 5px;
}

section.hero h1 span {
  color: #fff;
  text-shadow: -1px -1px 0 #333, 1px -1px 0 #333, -1px 1px 0 #333,
    1px 1px 0 #333;
}

section.hero .description {
  font-family: inter_v;
  width: 100%;
  max-width: 470px;
  color: #606060;
  font-size: 13px;
  font-size: 0.8125rem;
  letter-spacing: 0.3px;
  letter-spacing: 0.01875rem;
  line-height: 22px;
  line-height: 1.375rem;
  text-align: center;
  margin: auto;
  margin-top: 1em;
}

section.hero .description p:not(:last-of-type) {
  margin-bottom: 1em;
}

section.home-hero {
  background-color: #191919;
  color: #fff;
  display: block;
  font-size: 0;
  max-height: 770px;
  min-height: 540px;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100vh;
  text-align: left;
}

section.home-hero .slides {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
}

section.home-hero .slide {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  overflow: visible;
  position: absolute;
  width: 100%;
  height: 100%;
}

section.home-hero .slide .next_slide_overlay {
  position: absolute;
  height: 100%;
  right: 0;
  width: 30%;
  cursor: pointer;
  z-index: 3;
  display: none;
}

section.home-hero .slide:hover .content_header span {
  position: relative;
  z-index: 1;
}

section.home-hero .slide:hover .content_header span:after {
  background: #faad00;
  content: "";
  display: block;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 5px;
  transition: transform 0.4s ease-out 1s;
  transform: scaleX(1);
  transform-origin: left;
  z-index: -1;
}

section.home-hero a.slide_permalink {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  color: transparent;
  font-size: 0;
  text-indent: -999px;
  display: block;
  z-index: 2;
}

section.home-hero .slide_content {
  margin-left: auto;
  margin-right: auto;
  padding-left: 5vw;
  padding-right: 5vw;
  width: 100%;
  max-width: 1340px;
  position: relative;
  transition: all 0.7s ease;
  z-index: 1;
  opacity: 0;
}

section.home-hero .content_header {
  font-family: TT\Hoves;
  font-size: calc(56px + 64 * ((100vw - 420px) / 860));
  font-size: calc(3.5rem + 64 * ((100vw - 26.25rem) / 860));
  line-height: 0.95em;
  color: #fff;
  display: block;
  font-weight: 700;
  letter-spacing: -0.025em;
  position: relative;
}

section.home-hero .content_header span {
  position: relative;
  z-index: 1;
}

section.home-hero .content_header span:after {
  background: #faad00;
  content: "";
  display: block;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 5px;
  transition: transform 0.4s ease-out 1s;
  transform: scaleX(0);
  transform-origin: left;
  z-index: -1;
}

section.home-hero .slide:not(.is-selected) .content_header {
  color: #000;
  text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff,
    1px 1px 0 #fff;
  transition: all 0.7s ease;
}

@supports (-webkit-text-stroke-width: 1px) {
  section.home-hero .slide:not(.is-selected) .content_header {
    color: transparent;
    text-fill-color: transparent;
    text-shadow: none;
    text-stroke: 1px #fff;
    -webkit-text-fill-color: transparent;
    -webkit-text-shadow: none;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
  }
}

section.home-hero .slide:not(.is-selected) .content_header span:after {
  transform: scaleX(0);
  transform-origin: right;
  transition-delay: 0s;
}

section.home-hero .slide.is-selected+.slide {
  z-index: 2;
}

section.home-hero .slide.is-selected+.slide a.slide_permalink {
  display: none;
}

section.home-hero .slide.is-selected+.slide .content_header {
  cursor: e-resize;
}

section.home-hero .slide_btn {
  display: inline-block;
  bottom: 40px;
  left: 5vw;
  position: absolute;
  z-index: 1;
}

section.home-hero .slide_btn span.btn_label {
  font-family: Apercu\Mono;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-size: 10px;
  line-height: 1em;
  font-size: 0.625rem;
  letter-spacing: 0.215em;
  display: inline-block;
  padding: 0 0 5px;
  position: relative;
  pointer-events: none;
  text-transform: uppercase;
}

section.home-hero .slide_media {
  background: #000;
  margin: auto;
  overflow: hidden;
  pointer-events: none;
  text-align: center;
  transform: scale(1) rotate(0);
  transition: transform 1s cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  z-index: 0;
}

section.home-hero .slide_media,
section.home-hero .slide_media .media_inner {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}

section.home-hero .slide_media:after {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.6), transparent);
  content: "";
  display: block;
  width: 50%;
  height: 100%;
  position: absolute;
  z-index: 2;
}

section.home-hero figure.media_video {
  opacity: 0;
  transition: all 0.6s ease;
  visibility: hidden;
  z-index: 1;
}

section.home-hero .video_frame,
section.home-hero figure.media_video {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}

section.home-hero .video_frame {
  object-fit: cover;
  object-position: center;
}

section.home-hero .video_frame.-landscape,
section.home-hero .video_frame.-portrait {
  width: 100vw;
  height: 56.25vw;
  min-height: 100vh;
  min-width: 177.77vh;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

section.home-hero .video_frame.-landscape {
  display: none;
}

section.home-hero figure.media_image {
  z-index: 0;
}

section.home-hero figure.media_image,
section.home-hero figure.media_image img,
section.home-hero figure.media_image picture {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}

section.home-hero figure.media_image img {
  object-fit: cover;
  object-position: center;
  opacity: 0.6;
}

section.home-hero .flickity-viewport.is-pointer-down .slide_media {
  transform: scale(0.625) rotate(-1deg);
  transition-duration: 1s;
}

section.home-hero .flickity-viewport.reset-rotate .slide_media {
  transform: scale(0.625) rotate(0);
}

section.home-hero .slide.-video-playing figure.media_video {
  opacity: 1;
  transition-duration: 0s;
  visibility: visible;
}

section.home-hero .slide.is-selected .slide_content {
  transform: translateX(0);
}

section.home-hero .slide.is-selected+.slide .slide_content {
  transform: translateX(calc(-100vw + 1260px));
}

section.home-hero nav.menu {
  display: none;
  bottom: 40px;
  left: 40px;
  position: absolute;
  z-index: 2;
}

section.home-hero nav.menu li {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  align-items: center;
  border: 1px solid #e6e6e6;
  box-shadow: none;
  background-color: transparent;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  flex-wrap: nowrap;
  justify-content: center;
  min-height: 70px;
  min-width: 240px;
  outline: 0;
  overflow: hidden;
  padding: 0 25px;
  position: relative;
}

section.home-hero nav.menu li span {
  font-family: Apercu\Mono;
  font-size: 10px;
  line-height: 1em;
  font-size: 0.625rem;
  letter-spacing: 0.215em;
  display: inline-block;
  mix-blend-mode: difference;
  position: relative;
  pointer-events: none;
  text-transform: uppercase;
  vertical-align: middle;
  z-index: 3;
}

section.home-hero nav.menu li:after,
section.home-hero nav.menu li:before {
  content: "";
  display: block;
  pointer-events: none;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}

section.home-hero nav.menu li:before {
  background: #fff;
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 0.4s ease-out;
  z-index: 0;
}

section.home-hero nav.menu li:after {
  background: #fff;
  height: 0;
  transition: height 0.4s ease-out;
  z-index: 1;
}

section.home-hero nav.menu li:not(:last-of-type) {
  border-right: 0 none;
}

section.home-hero nav.menu li:hover:before {
  transform: scaleY(1);
  transform-origin: bottom;
}

section.home-hero nav.menu li.-active:after {
  height: 100%;
}

section.home-hero nav.arrows {
  display: inline-block;
  right: 5vw;
  bottom: 32px;
  position: absolute;
  width: 100px;
  height: 50px;
  text-align: right;
  z-index: 2;
}

section.home-hero nav.arrows i.arrows_arrow {
  border: 1px solid #fff;
  cursor: pointer;
  display: inline-block;
  position: relative;
  width: 50px;
  height: 50px;
  vertical-align: top;
}

section.home-hero nav.arrows i.arrows_arrow:before {
  background: transparent url(../svg/home-hero_nav-arrow.svg) no-repeat 50%/15px 12px;
  content: "";
  display: block;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 15px;
  height: 12px;
  transform-origin: center;
}

section.home-hero nav.arrows i.arrows_arrow.-prev:before {
  transform: rotate(-180deg);
}

section.home-hero nav.arrows i.arrows_arrow.-next {
  border-left: 0 none;
}

section.home-hero nav.scroll-arrow {
  background: #faad00 url(../svg/home-hero_scroll-arrow.svg) no-repeat 50%/25px 32px;
  border-radius: 100%;
  cursor: pointer;
  display: none;
  overflow: hidden;
  right: 40px;
  bottom: 38px;
  position: absolute;
  width: 75px;
  height: 75px;
  transform-origin: center;
  transition: all 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
  z-index: 3;
}

section.home-hero nav.scroll-arrow a {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  color: transparent;
  font-size: 0;
  text-indent: -999px;
  margin: 0 auto;
  width: inherit;
  height: inherit;
}

section.home-hero .bg-logo img {
  margin: auto;
  max-width: calc(100% - 20vw);
  opacity: 0.1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 1200px;
  height: 169px;
  width: 100%;
  z-index: 0;
}

section.hover-img-links .container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 5vw;
  padding-right: 5vw;
  width: 100%;
  max-width: 1340px;
  display: flex;
  flex-direction: column-reverse;
  padding: 50px 5vw;
}

section.hover-img-links .content {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

section.hover-img-links .inner-background {
  max-width: 490px;
}

section.hover-img-links .circle {
  opacity: 1;
  position: absolute;
  bottom: 10%;
  right: -13%;
  width: 100%;
  max-width: 130px;
}

section.hover-img-links .circle .outer svg {
  animation: a 10s linear infinite;
}

section.hover-img-links .circle .outer svg path {
  display: none;
}

section.hover-img-links .circle .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 35px;
  transform: translate(-50%, -50%);
}

section.hover-img-links .background {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #0b5d67;
}

section.hover-img-links .label {
  margin-bottom: 30px;
}

section.hover-img-links .label span {
  font-family: Apercu\Mono;
  border: 1px solid #dadada;
  background-color: transparent;
  color: #000;
  font-size: 9px;
  line-height: 1em;
  font-size: 0.5625rem;
  letter-spacing: 0.215em;
  padding: 8px;
  text-transform: uppercase;
}

section.hover-img-links h2 {
  font-family: TT\Hoves;
  font-size: calc(34px + 22 * ((100vw - 420px) / 860));
  font-size: calc(2.125rem + 22 * ((100vw - 26.25rem) / 860));
  line-height: 1em;
  font-weight: 700;
}

section.hover-img-links .description {
  font-family: inter_v;
  color: #606060;
  font-weight: 300;
  margin: 1.5em 1em 2.5em 2em;
  letter-spacing: -0.2px;
  letter-spacing: -0.0125rem;
  line-height: 1.65em;
  font-size: calc(12px + 3 * ((100vw - 420px) / 860));
  font-size: calc(0.75rem + 3 * ((100vw - 26.25rem) / 860));
}

section.hover-img-links .description strong {
  font-weight: 600;
  color: #000;
}

section.hover-img-links .description p:not(:last-of-type) {
  margin-bottom: 1em;
}

section.hover-img-links .image {
  position: relative;
  z-index: 1;
  margin: 50px 45px 2em -5vw;
  width: 100%;
  max-width: 310px;
  padding-bottom: 30em;
}

section.hover-img-links .image img {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

section.hover-img-links .long-arrow-left,
section.hover-img-links .long-arrow-right {
  position: absolute;
  display: none;
  margin: 30px auto;
  width: 10px;
  height: 10px;
  border-top: 2px solid #000;
  border-left: 2px solid #000;
}

section.hover-img-links .long-arrow-right {
  transform: rotate(135deg);
}

section.hover-img-links .long-arrow-left {
  transform: rotate(-45deg);
}

section.hover-img-links .long-arrow-left:after,
section.hover-img-links .long-arrow-right:after {
  content: "";
  display: block;
  width: 2px;
  height: 21px;
  background-color: #000;
  transform: rotate(-45deg) translate(7px, 2px);
  left: 0;
  top: 0;
}

section.hover-img-links .links {
  margin: 1.5em 1em 1.5em 2em;
  width: 100%;
  max-width: 500px;
}

section.hover-img-links .links li {
  position: relative;
  margin-bottom: 0.5em;
  display: flex;
  align-items: center;
}

section.hover-img-links .links a {
  font-family: TT\Hoves;
  display: flex;
  color: #000;
  letter-spacing: 0;
  line-height: 1.65em;
  font-size: calc(16px + 6 * ((100vw - 420px) / 860));
  font-size: calc(1rem + 6 * ((100vw - 26.25rem) / 860));
}

section.hover-img-links .caption {
  font-family: Apercu\Mono;
  width: 100%;
  margin-top: 1em;
  display: none;
  color: #000;
  text-transform: uppercase;
}

section.hover-img-links .caption span {
  font-size: 10px;
  line-height: 1em;
  font-size: 0.625rem;
  letter-spacing: 0.1205em;
  padding: 10px;
}

section.hover-img-links .caption span.title {
  flex: 1 1 100%;
  width: 100%;
}

section.hover-img-links .caption span.title:before {
  content: "";
  background: #000;
  border-radius: 100%;
  display: inline-flex;
  margin: 0.6em 5px 0 0;
  transform: translateY(-0.5em);
  width: 5px;
  height: 5px;
  vertical-align: middle;
}

section.img-montage {
  position: relative;
}

section.img-montage.-padding--1 {
  padding: 30px 0 15%;
}

section.img-montage.-padding--2 {
  padding: 60px 0;
  padding-top: 0;
}

section.img-montage.-right .images .portrait {
  left: 47%;
}

section.img-montage.-right .images .portrait .texture {
  left: 90px;
}

section.img-montage.-right .images .square {
  left: -4%;
  width: 43%;
}

section.img-montage.-right .images .square .inner {
  width: 100%;
  padding-top: 95%;
}

section.img-montage.-right .images .square .texture {
  left: unset;
}

section.img-montage.-right .images .landscape {
  left: 45%;
}

section.img-montage img,
section.img-montage picture {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}

section.img-montage img {
  object-fit: cover;
  object-position: center;
}

section.img-montage .inner {
  overflow: hidden;
  z-index: 2;
}

section.img-montage .container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 5vw;
  padding-right: 5vw;
  width: 100%;
  max-width: 1340px;
  padding: 0;
  margin-bottom: 50px;
}

section.img-montage .texture {
  width: 70%;
  height: 75%;
}

section.img-montage .texture:not(.-texture--none):before {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: transparent;
  background-position: 50%;
  background-repeat: repeat;
  background-size: 300px;
  content: "";
  opacity: 0.25;
}

section.img-montage .texture.-texture--1:before {
  background-image: url(../svg/pattern/xtexture_01.png.pagespeed.ic.orSPu-AfwL.webp);
}

section.img-montage .texture.-texture--2:before {
  background-image: url(../svg/pattern/xtexture_02.png.pagespeed.ic.Aj75gsfT5D.webp);
}

section.img-montage .texture.-texture--3:before {
  background-image: url(../svg/pattern/xtexture_03.png.pagespeed.ic.RYQmH1Zz16.webp);
}

section.img-montage .texture.-texture--4:before {
  background-image: url(../svg/pattern/xtexture_04.png.pagespeed.ic.WtZTg8Ja4l.webp);
}

section.img-montage .texture.-texture--5:before {
  background-image: url(../svg/pattern/xtexture_05.png.pagespeed.ic.FWxYCWSE8S.webp);
}

section.img-montage .texture.-texture--1l:before {
  background-image: url(../svg/pattern/xtexture_01l.png.pagespeed.ic.d-7zBv6Kod.webp);
}

section.img-montage .texture.-texture--2l:before {
  background-image: url(../svg/pattern/xtexture_02l.png.pagespeed.ic.tm2pAyk_Mv.webp);
}

section.img-montage .texture.-texture--3l:before {
  background-image: url(../svg/pattern/xtexture_03l.png.pagespeed.ic.dSHGUZFJnM.webp);
}

section.img-montage .texture.-texture--4l:before {
  background-image: url(../svg/pattern/xtexture_04l.png.pagespeed.ic.jHNe-d5XTW.webp);
}

section.img-montage .texture.-texture--5l:before {
  background-image: url(../svg/pattern/xtexture_05l.png.pagespeed.ic.tCWnShDnSj.webp);
}

section.img-montage .texture {
  position: absolute;
  display: none;
  z-index: 1;
  width: 50%;
}

section.img-montage .line,
section.img-montage .line_inner {
  display: none;
  position: absolute;
  top: 20%;
  white-space: nowrap;
  font-size: calc(90px + 70 * ((100vw - 420px) / 860));
  font-size: calc(5.625rem + 70 * ((100vw - 26.25rem) / 860));
}

section.img-montage .line span,
section.img-montage .line_inner span {
  font-family: TT\Hoves;
  display: block;
  line-height: 1em;
  color: #fff;
  font-weight: 500;
  letter-spacing: -0.025em;
  text-shadow: -1px -1px 0 #ccc, 1px -1px 0 #ccc, -1px 1px 0 #ccc,
    1px 1px 0 #ccc;
}

@supports (-webkit-text-stroke-width: 1px) {

  section.img-montage .line span,
  section.img-montage .line_inner span {
    color: transparent;
    text-fill-color: transparent;
    text-shadow: none;
    text-stroke: 0.8px #ccc;
    -webkit-text-fill-color: transparent;
    -webkit-text-shadow: none;
    -webkit-text-stroke-width: 0.8px;
    -webkit-text-stroke-color: #ccc;
  }
}

section.img-montage .line:not(:last-of-type) {
  margin-bottom: 15px;
}

section.img-montage .images {
  position: relative;
  height: 100vw;
  max-height: 1350px;
}

section.img-montage .images img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 2;
}

section.img-montage .images .portrait {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}

section.img-montage .images .portrait .inner {
  width: 53.5%;
  padding-top: 76.5%;
  position: relative;
}

section.img-montage .images .portrait .texture {
  top: 50%;
  left: -50px;
  height: 80%;
  transform: translateY(-50%);
}

section.img-montage .images .square {
  position: absolute;
  width: 100%;
  left: 59%;
  top: 20%;
  padding-top: 32%;
}

section.img-montage .images .square .inner {
  width: 41%;
  padding-top: 41%;
  position: relative;
}

section.img-montage .images .square .texture {
  width: 100%;
  max-width: 350px;
  padding-top: 85.5%;
  right: -30px;
  bottom: -30px;
}

section.img-montage .images .landscape {
  position: absolute;
  width: 100%;
  left: 0;
  top: 82%;
}

section.img-montage .images .landscape .inner {
  width: 55.5%;
  padding-top: 37%;
  position: relative;
}

section.img-montage .images .landscape .texture {
  top: 50%;
  left: -30px;
  height: 80%;
  width: 40%;
  transform: translateY(-50%);
}

section.img-overlaps .container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 5vw;
  padding-right: 5vw;
  width: 100%;
  max-width: 1340px;
  padding: 0;
}

section.img-overlaps .inner img,
section.img-overlaps .inner picture {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}

section.img-overlaps .inner img {
  object-fit: cover;
  object-position: center;
}

section.img-overlaps .images {
  position: relative;
  margin: 2em;
}

section.img-overlaps .images_landscape .inner {
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
  padding: 65% 0 0;
}

section.img-overlaps .images_right {
  position: absolute;
  bottom: -2em;
  left: -2em;
  width: 25vw;
  overflow: hidden;
  max-width: 285px;
}

section.img-overlaps .images_right .inner {
  display: block;
  width: 100%;
  padding: 100% 0 0;
}

section.img-overlaps .images_right .inner img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

section.img-overlaps .images_left {
  position: absolute;
  top: -2em;
  right: -2em;
  width: 25vw;
  overflow: hidden;
  max-width: 285px;
}

section.img-overlaps .images_left .inner {
  display: block;
  width: 100%;
  padding: 100% 0 0;
}

section.img-overlaps .images_left .inner img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
}

section.img-overlaps.-padding--1 {
  padding: 80px 0;
}

section.indented-accords {
  margin-top: -1px;
  position: relative;
}

section.indented-accords.-padding--1,
section.indented-accords.-padding--single-service {
  padding: 60px 0;
}

section.indented-accords.-bg--1 {
  background-color: #191919;
}

section.indented-accords .container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 5vw;
  padding-right: 5vw;
  width: 100%;
  max-width: 1340px;
  display: flex;
  flex-direction: column;
}

section.indented-accords .label {
  min-width: 12em;
  padding-bottom: 3em;
}

section.indented-accords .label span {
  font-family: Apercu\Mono;
  border: 1px solid #dadada;
  background-color: transparent;
  color: #000;
  font-size: 9px;
  line-height: 1em;
  font-size: 0.5625rem;
  letter-spacing: 0.215em;
  padding: 8px;
  text-transform: uppercase;
  color: #fff;
  border-color: #333;
}

section.indented-accords .content {
  width: 100%;
  max-width: 835px;
}

section.indented-accords .tab.open {
  border-color: #fff;
}

section.indented-accords .tab.open h2 {
  color: #fff;
  text-shadow: none;
}

section.indented-accords .tab.open .description {
  opacity: 1;
}

section.indented-accords .tab {
  font-family: inter_v;
  padding: 1em 3em;
  position: relative;
  counter-increment: a;
}

section.indented-accords .tab:first-child {
  padding-top: 0;
}

section.indented-accords .tab:first-child:before {
  top: 0;
}

section.indented-accords .tab:before {
  content: "0" counter(a);
  position: absolute;
  left: 0;
  top: 3em;
  color: #fff;
  font-size: calc(11px + 7 * ((100vw - 420px) / 860));
  font-size: calc(0.6875rem + 7 * ((100vw - 26.25rem) / 860));
  font-weight: 700;
  line-height: 1.085em;
}

section.indented-accords .tab h2 {
  font-family: TT\Hoves;
  font-size: calc(32px + 28 * ((100vw - 420px) / 860));
  font-size: calc(2rem + 28 * ((100vw - 26.25rem) / 860));
  line-height: 1.085em;
  font-weight: 700;
  cursor: pointer;
  color: #191919;
  transition: all 0.45s ease-in-out;
  text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff,
    1px 1px 0 #fff;
}

section.indented-accords .tab h2:hover {
  color: #fff;
}

section.indented-accords .tab .description {
  color: #cdcdcd;
  font-size: calc(12px + 2 * ((100vw - 420px) / 860));
  font-size: calc(0.75rem + 2 * ((100vw - 26.25rem) / 860));
  line-height: 1.8em;
  margin: 2.5em 0;
  max-width: 610px;
  opacity: 0;
  display: none;
}

section.indented-accords .tab .description p:not(:last-of-type) {
  margin-bottom: 1em;
}

section.indented-contacts.-bg--1 {
  background-color: #f7f7f7;
}

section.indented-contacts.-padding--1 {
  padding: 40px 0;
}

section.indented-contacts .container {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  flex-direction: column;
}

section.indented-contacts .label {
  padding-left: 5vw;
  padding-right: 5vw;
  margin-bottom: 20px;
}

section.indented-contacts .label span {
  font-family: Apercu\Mono;
  border: 1px solid #dadada;
  background-color: transparent;
  color: #000;
  font-size: 9px;
  line-height: 1em;
  font-size: 0.5625rem;
  letter-spacing: 0.215em;
  padding: 8px;
  text-transform: uppercase;
}

section.indented-contacts .content {
  width: 100%;
}

section.indented-contacts .contact {
  display: flex;
  border-bottom: 1px solid #dadada;
  margin: 0;
}

section.indented-contacts .contact:last-child {
  border-bottom: 0;
}

section.indented-contacts .contact .image {
  display: none;
}

section.indented-contacts .contact .information {
  background-color: #f7f7f7;
  padding: 5vw;
  color: #191919;
  flex: 1;
}

section.indented-contacts .contact .information .name {
  font-family: TT\Hoves;
  font-size: calc(20px + 10 * ((100vw - 420px) / 860));
  font-size: calc(1.25rem + 10 * ((100vw - 26.25rem) / 860));
  font-weight: 700;
  color: #0d0d0d;
  letter-spacing: -0.75px;
  letter-spacing: -0.04688rem;
}

section.indented-contacts .contact .information .title {
  font-family: Apercu\Mono;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 2px;
  letter-spacing: 0.125rem;
  font-weight: 300;
  text-transform: uppercase;
  margin-top: 0.5em;
}

section.indented-contacts .contact .information .email {
  font-family: TT\Hoves;
  font-size: calc(16px + 4 * ((100vw - 420px) / 860));
  font-size: calc(1rem + 4 * ((100vw - 26.25rem) / 860));
  margin-top: 2em;
}

section.indented-contacts .contact .information .email a,
section.indented-contacts .contact .information .email a:hover {
  color: #191919;
}

section.indented-statements.-bg--1 {
  background-color: #f7f7f7;
}

section.indented-statements.-padding--1 {
  padding: 40px 0;
}

section.indented-statements .container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 5vw;
  padding-right: 5vw;
  width: 100%;
  max-width: 1340px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  flex-direction: column;
}

section.indented-statements .label {
  margin-bottom: 2em;
}

section.indented-statements .label span {
  font-family: Apercu\Mono;
  border: 1px solid #dadada;
  background-color: transparent;
  color: #000;
  font-size: 9px;
  line-height: 1em;
  font-size: 0.5625rem;
  letter-spacing: 0.215em;
  padding: 8px;
  text-transform: uppercase;
}

section.indented-statements .content {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

section.indented-statements .block {
  flex: 1 0 100%;
}

section.indented-statements .block h2 {
  font-family: TT\Hoves;
  font-size: calc(32px + 13 * ((100vw - 420px) / 860));
  font-size: calc(2rem + 13 * ((100vw - 26.25rem) / 860));
  line-height: 1.085em;
  font-weight: 700;
  margin-bottom: 0.5em;
  color: #0d0d0d;
}

section.indented-statements .block .content {
  font-size: 13px;
  line-height: 1.8em;
  font-size: 0.8125rem;
  color: gray;
  margin-bottom: 3em;
}

section.indented-statements .block .content p:not(:last-of-type) {
  margin-bottom: 1em;
}

section.indented-textarea {
  display: block;
  font-size: 0;
  width: 100%;
}

section.indented-textarea .container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 5vw;
  padding-right: 5vw;
  width: 100%;
  max-width: 1340px;
}

section.indented-textarea .main,
section.indented-textarea .main aside {
  display: block;
  width: 100%;
}

section.indented-textarea aside.label {
  margin-bottom: 20px;
}

section.indented-textarea aside.label span {
  font-family: Apercu\Mono;
  border: 1px solid #dadada;
  background-color: transparent;
  color: #000;
  font-size: 9px;
  line-height: 1em;
  font-size: 0.5625rem;
  letter-spacing: 0.215em;
  padding: 8px;
  text-transform: uppercase;
}

section.indented-textarea aside.textarea {
  display: block;
}

section.indented-textarea .textarea_inner {
  display: block;
  max-width: 800px;
  width: 100%;
}

section.indented-textarea .textarea_heading {
  font-family: TT\Hoves;
  font-size: calc(22px + 14 * ((100vw - 420px) / 860));
  font-size: calc(1.375rem + 14 * ((100vw - 26.25rem) / 860));
  line-height: 1.085em;
  line-height: 1.3em;
  color: #000;
  display: block;
  margin-bottom: 1.15em;
}

section.indented-textarea .textarea_content {
  color: #666;
  display: block;
  font-size: 12px;
  line-height: 1.75em;
  font-size: 0.75rem;
  margin-bottom: 35px;
}

section.indented-textarea .textarea_content p:not(:last-of-type) {
  margin-bottom: 1em;
}

section.indented-textarea .content_col {
  display: block;
}

section.indented-textarea .stats {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: -35px;
}

section.indented-textarea .stats .item {
  display: flex;
  flex: 0 50%;
  margin-top: 1.5em;
  justify-content: center;
  flex-direction: column;
}

section.indented-textarea .stats .item_number {
  font-family: TT\Hoves;
  font-weight: 700;
  letter-spacing: -1.31px;
  letter-spacing: -0.08188rem;
  margin-top: 35px;
  display: flex;
}

section.indented-textarea .stats .item_number span {
  font-size: calc(50px + 20 * ((100vw - 420px) / 860));
  font-size: calc(3.125rem + 20 * ((100vw - 26.25rem) / 860));
  line-height: 1.085em;
  color: #fff;
  text-shadow: -1px 0 #ccc, 0 1px #ccc, 1px 0 #ccc, 0 -1px #ccc;
}

section.indented-textarea .stats .item_number span.number {
  color: #000;
  font-weight: 700;
  text-shadow: none;
}

section.indented-textarea .stats .item_number span.--s-characters {
  font-size: calc(50px + 25 * ((100vw - 420px) / 860));
  font-size: calc(3.125rem + 25 * ((100vw - 26.25rem) / 860));
  margin-left: 10px;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

section.indented-textarea .stats .item_number span.--s-characters.show {
  opacity: 1;
}

section.indented-textarea .stats .item_info {
  font-family: Apercu\Mono;
  text-transform: uppercase;
  font-size: 11px;
  font-size: 0.6875rem;
}

section.indented-textarea.-padding--1 {
  padding: 40px 0 80px;
}

section.indented-textarea.-padding--2 {
  padding: 30px 0;
}

section.indented-textarea.-padding--single-service {
  padding: 40px 0;
}

section.indented-textarea.-bg--1 {
  background-color: #f7f7f7;
}

section.indented-textarea.-bg--1 .stats .item_number span.--s-characters {
  color: #f7f7f7;
}

section.insta-trail {
  display: block;
  font-size: 0;
  isolation: isolate;
  overflow: hidden;
  padding: 70px 0 100px;
  position: relative;
  text-align: center;
  width: 100%;
}

section.insta-trail .content {
  margin-left: auto;
  margin-right: auto;
  padding-left: 5vw;
  padding-right: 5vw;
  width: 100%;
  max-width: 1340px;
  position: relative;
  z-index: 1;
}

section.insta-trail .insta_text {
  display: block;
  margin: 0 auto;
  position: relative;
}

section.insta-trail .insta_label {
  display: block;
  margin-bottom: 10px;
}

section.insta-trail .insta_label span {
  font-family: Apercu\Mono;
  border: 1px solid #dadada;
  background-color: transparent;
  color: #000;
  font-size: 9px;
  line-height: 1em;
  font-size: 0.5625rem;
  letter-spacing: 0.215em;
  padding: 8px;
  text-transform: uppercase;
}

section.insta-trail .insta_heading {
  font-family: TT\Hoves;
  font-size: calc(34px + 20 * ((100vw - 420px) / 860));
  font-size: calc(2.125rem + 20 * ((100vw - 26.25rem) / 860));
  line-height: 1.085em;
  display: block;
  font-weight: 700;
}

section.insta-trail .insta_btn-inline {
  display: block;
  margin: 35px auto 0;
}

section.insta-trail .insta_btn-inline a {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  align-items: center;
  box-shadow: none;
  background-color: transparent;
  cursor: pointer;
  display: inline-flex;
  flex-wrap: nowrap;
  justify-content: center;
  min-height: 60px;
  min-width: 180px;
  outline: 0;
  overflow: hidden;
  padding: 0 25px;
  position: relative;
}

section.insta-trail .insta_btn-inline a span {
  font-family: Apercu\Mono;
  font-size: 10px;
  line-height: 1em;
  font-size: 0.625rem;
  letter-spacing: 0.215em;
  display: inline-block;
  mix-blend-mode: difference;
  position: relative;
  pointer-events: none;
  text-transform: uppercase;
  vertical-align: middle;
  z-index: 3;
}

section.insta-trail .insta_btn-inline a i.line {
  background: #000;
  display: block;
  pointer-events: none;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
}

section.insta-trail .insta_btn-inline a:after,
section.insta-trail .insta_btn-inline a:before {
  content: "";
  pointer-events: none;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}

section.insta-trail .insta_btn-inline a:before {
  background: #0d0d0d;
  display: none;
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 0.4s ease-out;
  z-index: 1;
}

section.insta-trail .insta_btn-inline a:after {
  background: 0 0;
  border: 1px solid #0d0d0d;
  display: block;
  z-index: 0;
}

section.insta-trail .insta_btn-inline a {
  color: #fff;
  padding-left: 0 !important;
}

section.insta-trail .insta_btn-inline a svg {
  margin: auto 10px auto 25px;
  max-width: 18px;
  mix-blend-mode: difference;
  position: relative;
  z-index: 3;
}

section.insta-trail .insta_btn-inline a svg g {
  fill: #fff;
}

section.insta-trail .insta_btn-circle {
  border-radius: 100%;
  cursor: pointer;
  display: none;
  margin: 28px auto 0;
  overflow: visible;
  position: relative;
  width: 104px;
  height: 104px;
  text-decoration: none;
  transform-origin: center;
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

section.insta-trail .insta_btn-circle svg {
  display: block;
  margin: auto;
  max-width: 21px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: 2;
}

section.insta-trail .insta_btn-circle svg g {
  transition: all 0.15s ease-in-out;
  fill: #000;
}

section.insta-trail .insta_btn-circle:hover svg g {
  fill: #fff;
}

section.insta-trail .insta_btn-circle:after {
  background: #faad00;
  border-radius: 100%;
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  z-index: 1;
}

section.insta-trail .insta_btn-circle figure.circle {
  background: transparent url(../svg/dot-circle--1.svg) no-repeat 50% / cover;
  margin: auto;
  opacity: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 104px;
  height: 104px;
  transform-origin: center;
  transition: opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  z-index: 0;
}

section.insta-trail .insta_btn-circle.-attached:after {
  transform: scale(1);
}

section.insta-trail .insta_btn-circle.-attached figure.circle {
  opacity: 0;
}

section.insta-trail figure.images {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  margin: 0 -5px;
  width: 900px;
  margin-bottom: 80px;
}

section.insta-trail img.image {
  max-width: unset;
  max-height: 180px;
  position: relative;
  opacity: 1;
  margin: 5px;
}

section.insta-trail.-bg--1 {
  background: #fff;
}

section.intro-text.-padding--1 {
  padding: 60px 0;
}

section.intro-text.-bg--grey {
  background-color: #f7f7f7;
}

section.intro-text.-padding--about {
  padding: 30px 0;
}

section.intro-text.-wrapper--small h2 {
  max-width: 752px;
}

section.intro-text.-wrapper--medium h2 {
  max-width: 1020px;
}

section.intro-text .container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 5vw;
  padding-right: 5vw;
  width: 100%;
  max-width: 1340px;
  position: relative;
  z-index: 1;
}

section.intro-text h2 {
  font-family: TT\Hoves;
  text-align: center;
  max-width: 1040px;
  width: 100%;
  margin: auto;
  color: #0d0d0d;
  font-size: calc(22px + 16 * ((100vw - 420px) / 860));
  font-size: calc(1.375rem + 16 * ((100vw - 26.25rem) / 860));
  line-height: 1.45em;
}

section.intro-text h2 b {
  font-weight: 700;
}

section.locations .container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 5vw;
  padding-right: 5vw;
  width: 100%;
  max-width: 1340px;
}

section.locations .location {
  display: flex;
  align-items: center;
  flex-direction: column-reverse;
}

section.locations .location .content {
  display: flex;
  color: #0d0d0d;
  width: 100%;
  max-width: 410px;
  flex-direction: column;
}

section.locations .location .content_inner {
  max-width: 500px;
}

section.locations .location .content h2 {
  font-family: TT\Hoves;
  font-size: calc(40px + 14 * ((100vw - 420px) / 860));
  font-size: calc(2.5rem + 14 * ((100vw - 26.25rem) / 860));
  line-height: 2.5rem;
  margin-bottom: 0.25em;
  font-weight: 700;
}

section.locations .location .content_description {
  font-family: inter_v;
  color: #606060;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.625rem;
  font-weight: 300;
  width: 100%;
  max-width: 370px;
  margin: 1em 0 3em;
}

section.locations .location .content_description p {
  margin-bottom: 1em;
}

section.locations .location .content_description p:last-child {
  margin: 0;
}

section.locations .location .content_description ul {
  margin: 1.5em 0;
}

section.locations .location .content_description ul li {
  color: #131313;
  font-weight: 600;
  margin-bottom: 0.5em;
}

section.locations .location .content_description ul li a,
section.locations .location .content_description ul li a:hover {
  color: #131313;
}

section.locations .location .content_description ul li:last-child {
  margin: 0;
}

section.locations .location .content .information {
  width: 100%;
  max-width: 290px;
}

section.locations .location .content .information_text {
  font-family: inter_v;
  font-weight: 600;
  line-height: 28px;
  line-height: 1.75rem;
  font-size: 14px;
  font-size: 0.875rem;
  color: #0d0d0d;
}

section.locations .location .content .information_text a,
section.locations .location .content .information_text a:hover {
  color: #0d0d0d;
}

section.locations .location .content .information_text p:not(:last-of-type) {
  margin-bottom: 1em;
}

section.locations .location .content .content_button {
  display: block;
  margin: 2.5em auto 4.5em;
  position: relative;
  width: 100%;
  z-index: 1;
}

section.locations .location .content .content_button a {
  font-family: Apercu\Mono;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  background-color: transparent;
  color: #000;
  cursor: pointer;
  display: inline-block;
  font-size: 10px;
  line-height: 1em;
  font-size: 0.625rem;
  letter-spacing: 0.215em;
  outline: 0;
  overflow: visible;
  padding: 16px 0;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
}

section.locations .location .content .content_button a:after {
  background: #000;
  content: "";
  pointer-events: none;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  width: calc(100% - 32px);
  height: 1px;
  z-index: 0;
}

section.locations .location .content .content_button a .arrow {
  background: 0 0;
  border-radius: 100%;
  cursor: pointer;
  display: inline-block;
  margin: auto 0;
  width: 85px;
  height: 85px;
  top: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  vertical-align: middle;
  transform-origin: center;
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  z-index: 1;
}

section.locations .location .content .content_button a .arrow:before {
  background: transparent url(../svg/btn_arrow--1.svg) no-repeat 50%/24px 18px;
  content: "";
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 24px;
  height: 18px;
  transform-origin: center;
  z-index: 2;
}

section.locations .location .content .content_button a .arrow:after {
  background: #faad00;
  border-radius: 100%;
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  z-index: 1;
}

section.locations .location .content .content_button a .arrow figure.arrow_circle {
  background: transparent url(../svg/dot-circle--1.svg) no-repeat 50% / cover;
  margin: auto;
  opacity: 0.4;
  pointer-events: none;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: center;
  transition: opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  z-index: 0;
}

section.locations .location .content .content_button a {
  width: 100%;
  max-width: 260px;
}

section.locations .location .image {
  margin-bottom: 55px;
}

section.locations.-padding--1,
section.locations.-padding--2 {
  padding: 100px 0 90px;
}

section.marquee-divider-video {
  position: relative;
  display: block;
  font-size: 0;
  overflow: hidden;
  text-align: center;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

section.marquee-divider-video .line,
section.marquee-divider-video .line_inner {
  display: block;
  white-space: nowrap;
}

section.marquee-divider-video .line:not(:last-of-type) {
  margin-bottom: 15px;
}

section.marquee-divider-video span {
  @extend %ff--2;
  letter-spacing: -0.025em;
  text-shadow: -1px -1px 0 #ccc, 1px -1px 0 #ccc, -1px 1px 0 #ccc,
    1px 1px 0 #ccc;
}

section.marquee-divider-video.-padding--1 {
  padding: 150px 0;
}

section.marquee-divider-video.-padding--single-post {
  @extend %padding-4;
}

section.marquee-divider-video.-padding--services {
  padding: 100px 0;
}

section.marquee-divider-video.-fs--1 {
  font-size: calc(90px + 70 * ((100vw - 420px) / 860));
  font-size: calc(5.625rem + 70 * ((100vw - 26.25rem) / 860));
}

section.marquee-divider-video.-fs--2 {
  font-size: calc(64px + 76 * ((100vw - 420px) / 860));
  font-size: calc(4rem + 76 * ((100vw - 26.25rem) / 860));
}

section.marquee-divider-video .lines {
  position: absolute;
  width: 100%;
  height: 100%;
}

section.marquee-divider-video.-fs--3 {
  font-size: calc(64px + 56 * ((100vw - 420px) / 860));
  font-size: calc(4rem + 56 * ((100vw - 26.25rem) / 860));
}

section.marquee-divider-video video {
  height: 100%;
}

section.marquee-divider-video span {
  font-family: TT\Hoves;
  display: block;
  line-height: 1em;
  color: #fff;
  font-weight: 500;
  text-shadow: -0.5px -0.5px 0 #dbdbdb, 0.5px -0.5px 0 #dbdbdb,
    -0.5px 0.5px 0 #dbdbdb, 0.5px 0.5px 0 #dbdbdb;
  letter-spacing: -4px;
  letter-spacing: -0.25rem;
  line-height: 4.75rem;
}

@supports (-webkit-text-stroke-width: 1px) {
  section.marquee-divider-video span {
    color: transparent;
    text-fill-color: transparent;
    text-shadow: none;
    text-stroke: 0.8px #ccc;
    -webkit-text-fill-color: transparent;
    -webkit-text-shadow: none;
    -webkit-text-stroke-width: 0.8px;
    -webkit-text-stroke-color: #ccc;
  }
}

section.marquee-divider-video .media_video {
  position: relative;
  width: 165px;
  height: 165px;
  overflow: hidden;
}

section.marquee-divider-video iframe {
  min-height: 65vh;
  min-width: 65vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 2;
}

section.marquee-divider-video .media_video-btn {
  align-items: center;
  background: #faad00;
  border-radius: 100%;
  display: inline-flex;
  justify-content: center;
  margin: auto;
  overflow: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 54px;
  height: 54px;
  z-index: 3;
  margin: unset;
  top: -30px;
  left: -30px;
}

section.marquee-divider-video .media_video-btn svg {
  display: inline-block;
  margin: auto;
  transform: translateX(3px);
  width: 100%;
  max-width: 13px;
}

section.marquee-divider-video .caption {
  font-family: Apercu\Mono;
  width: 100%;
  text-transform: uppercase;
}

section.marquee-divider-video .caption span {
  font-size: 10px;
  line-height: 1em;
  font-size: 0.625rem;
  letter-spacing: 0.1205em;
  padding: 10px;
}

section.marquee-divider-video .caption span.title {
  flex: 1 1 100%;
  width: 100%;
  text-align: left;
  -webkit-text-stroke-width: 0;
  color: #000;
  -webkit-text-fill-color: #000;
}

section.marquee-divider-video .caption span.title:before {
  content: "";
  background: #000;
  border-radius: 100%;
  display: inline-flex;
  margin: 0.6em 5px 0 0;
  transform: translateY(-0.5em);
  width: 5px;
  height: 5px;
  vertical-align: middle;
}

section.marquee-divider-video .caption span.sub {
  width: 50%;
}

section.marquee-divider-video .media {
  position: relative;
  margin-top: -90px;
}

section.marquee-divider-video .container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 5vw;
  padding-right: 5vw;
  width: 100%;
  max-width: 1340px;
  display: flex;
  align-items: flex-end;
  flex-direction: column-reverse;
}

section.marquee-divider {
  display: block;
  font-size: 0;
  overflow: hidden;
  text-align: center;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

section.marquee-divider .line,
section.marquee-divider .line_inner {
  display: block;
  white-space: nowrap;
}

section.marquee-divider .line:not(:last-of-type) {
  margin-bottom: 15px;
}

section.marquee-divider span {
  font-family: TT\Hoves;
  display: block;
  line-height: 1em;
  color: #fff;
  font-weight: 500;
  letter-spacing: -0.025em;
  text-shadow: -1px -1px 0 #ccc, 1px -1px 0 #ccc, -1px 1px 0 #ccc,
    1px 1px 0 #ccc;
}

@supports (-webkit-text-stroke-width: 1px) {
  section.marquee-divider span {
    color: transparent;
    text-fill-color: transparent;
    text-shadow: none;
    text-stroke: 0.8px #ccc;
    -webkit-text-fill-color: transparent;
    -webkit-text-shadow: none;
    -webkit-text-stroke-width: 0.8px;
    -webkit-text-stroke-color: #ccc;
  }
}

section.marquee-divider.-padding--1 {
  padding: 150px 0;
}

section.marquee-divider.-padding--single-post {
  padding: 60px 0;
}

section.marquee-divider.-padding--services {
  padding: 100px 0;
}

section.marquee-divider.-fs--1 {
  font-size: calc(90px + 70 * ((100vw - 420px) / 860));
  font-size: calc(5.625rem + 70 * ((100vw - 26.25rem) / 860));
}

section.marquee-divider.-fs--2 {
  font-size: calc(64px + 76 * ((100vw - 420px) / 860));
  font-size: calc(4rem + 76 * ((100vw - 26.25rem) / 860));
}

section.media-aside-col-text {
  display: block;
  font-size: 0;
  position: relative;
  width: 100%;
}

section.media-aside-col-text .container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 5vw;
  padding-right: 5vw;
  width: 100%;
  max-width: 1300px;
}

section.media-aside-col-text .main,
section.media-aside-col-text aside {
  display: block;
  width: 100%;
}

section.media-aside-col-text aside.media {
  margin: 0 -5vw;
  max-width: 100%;
  width: calc(100% + 10vw);
  overflow: visible;
  position: relative;
  height: 300px;
  margin: auto;
}

section.media-aside-col-text .media_inner.-has-video {
  cursor: pointer;
  overflow: hidden;
}

section.media-aside-col-text .media_video-btn {
  align-items: center;
  background: #0b5d67;
  border-radius: 100%;
  display: inline-flex;
  justify-content: center;
  margin: auto;
  overflow: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 74px;
  height: 74px;
  z-index: 1;
}

section.media-aside-col-text .media_video-btn svg {
  display: inline-block;
  margin: auto;
  max-width: 19px;
  transform: translateX(3px);
  width: 100%;
}

section.media-aside-col-text .media_img {
  display: block;
  max-width: 100%;
  width: 100%;
}

section.media-aside-col-text .media_video {
  margin: 0 -5vw;
  max-width: calc(100% + 10vw);
  width: calc(100% + 10vw);
  overflow: hidden;
  position: relative;
  height: 300px;
}

section.media-aside-col-text .media_video iframe {
  min-height: 100vh;
  min-width: 100vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

section.media-aside-col-text aside.content {
  margin: 50px auto 0;
  max-width: 468px;
  width: 100%;
}

section.media-aside-col-text .content_heading {
  font-family: TT\Hoves;
  font-size: calc(32px + 12 * ((100vw - 420px) / 860));
  font-size: calc(2rem + 12 * ((100vw - 26.25rem) / 860));
  line-height: 1.085em;
  color: #0d0d0d;
  display: block;
  font-weight: 700;
  margin-bottom: 0.75em;
}

section.media-aside-col-text .content_text {
  color: #666;
  font-size: 12px;
  line-height: 1.75em;
  font-size: 0.75rem;
}

section.media-aside-col-text .content_text p:not(:last-of-type) {
  margin-bottom: 1em;
}

section.media-aside-col-text .text_col {
  display: block;
}

section.media-aside-col-text .text_col.-col--1 {
  padding-right: 35%;
}

section.media-aside-col-text .text_col.-col--2 {
  margin-top: 65px;
  padding-left: 35%;
}

section.media-aside-col-text.-padding--1 {
  padding: 0 0 120px;
}

section.media-carousel {
  position: relative;
}

section.media-carousel.-padding--1 {
  padding: 30px 0;
}

section.media-carousel.-bg--bottom .caption {
  color: #fff;
}

section.media-carousel.-bg--bottom .caption .title:before {
  background: #fff;
}

section.media-carousel .controls {
  display: inline-flex;
  align-items: center;
}

section.media-carousel .controls nav {
  background: 0 0;
  border-radius: 100%;
  position: relative;
  cursor: pointer;
  width: 65px;
  height: 65px;
}

section.media-carousel .controls nav:hover {
  z-index: 2;
}

section.media-carousel .controls nav:hover:after {
  transform: scale(1);
}

section.media-carousel .controls nav:before {
  background: transparent url(../svg/btn_arrow--1.svg) no-repeat 50%/28px 23px;
  content: "";
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 28px;
  height: 23px;
  transform-origin: center;
  z-index: 2;
}

section.media-carousel .controls nav:after {
  background: #faad00;
  border-radius: 100%;
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  z-index: 1;
}

section.media-carousel .controls nav figure.circle {
  background: transparent url(../svg/dot-circle--1.svg) no-repeat 50% / cover;
  margin: auto;
  opacity: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: center;
  transition: opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  z-index: 0;
}

section.media-carousel .controls nav.prev {
  z-index: 0;
}

section.media-carousel .controls nav.prev:before {
  transform: rotate(-180deg);
}

section.media-carousel .controls nav.next {
  margin-left: -10px;
  z-index: 1;
}

section.media-carousel .controls {
  display: flex;
  margin: 0 1.5em;
}

section.media-carousel .controls nav {
  position: absolute;
  top: calc(50% - 33px);
}

section.media-carousel .controls nav:after {
  background-color: #faad00;
  transform: scale(1);
}

section.media-carousel .controls nav.prev {
  left: 15px;
}

section.media-carousel .controls nav.next {
  right: 15px;
}

section.media-carousel.-bg--show-half .half-background {
  display: block;
}

section.media-carousel.-bg--grey {
  background-color: #fff;
}

section.media-carousel.-bg--grey .half-background {
  background: #f7f7f7;
}

section.media-carousel.-bg--grey .caption {
  color: #000;
}

section.media-carousel.-bg--grey .caption .title:before {
  background: #000;
}

section.media-carousel.-bg--half-grey {
  background-color: #f7f7f7;
}

section.media-carousel.-bg--half-grey .caption {
  color: #dadada;
}

section.media-carousel.-bg--half-grey .caption .title:before {
  background: #dadada;
}

section.media-carousel.-bg--top .half-background {
  top: 0;
}

section.media-carousel .container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 5vw;
  padding-right: 5vw;
  width: 100%;
  max-width: 1340px;
}

section.media-carousel .half-background {
  height: 50%;
  width: 100%;
  position: absolute;
  bottom: 0;
  background: #191919;
  display: none;
}

section.media-carousel video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translateX(-50%) translateY(-50%);
}

section.media-carousel iframe {
  min-height: 160vw;
  min-width: 160vw;
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

section.media-carousel .flickity-slider {
  display: flex;
  align-items: center;
}

section.media-carousel .item {
  margin: 0 15px;
}

section.media-carousel .shape {
  position: relative;
  overflow: hidden;
}

section.media-carousel .shape img {
  position: absolute;
  top: 0;
  width: 100%;
}

section.media-carousel .square {
  width: 240px;
  padding-top: 100%;
  position: relative;
}

section.media-carousel .rectangle {
  width: 250px;
  padding-top: 133%;
}

section.media-carousel .long-rectangle {
  width: 300px;
  padding-top: 66.5%;
}

section.media-carousel .caption {
  font-family: Apercu\Mono;
  width: 100%;
  margin-top: 1em;
  display: none;
  color: #000;
  text-transform: uppercase;
}

section.media-carousel .caption span {
  font-size: 10px;
  line-height: 1em;
  font-size: 0.625rem;
  letter-spacing: 0.1205em;
  padding: 10px;
}

section.media-carousel .caption span.title {
  flex: 1 1 100%;
  width: 100%;
}

section.media-carousel .caption span.title:before {
  content: "";
  background: #000;
  border-radius: 100%;
  display: inline-flex;
  margin: 0.6em 5px 0 0;
  transform: translateY(-0.5em);
  width: 5px;
  height: 5px;
  vertical-align: middle;
}

section.media-carousel .caption span.sub {
  width: 50%;
}

section.media-list.-bg--1 {
  background-color: #f7f7f7;
}

section.media-list.-padding--1 {
  padding: 60px 0;
}

section.media-list .image {
  max-width: 1047px;
  margin: auto;
  margin-bottom: 1.5em;
  cursor: pointer;
}

section.media-list .image:last-child {
  margin-bottom: 0;
}

section.media-list .image img {
  width: 100%;
}

section.media-list .container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 5vw;
  padding-right: 5vw;
  width: 100%;
  max-width: 1340px;
}

section.media-video .media {
  display: block;
  overflow: visible;
  padding-bottom: 81.25%;
  position: relative;
  width: 100%;
  height: 0;
}

section.media-video video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 95%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  margin: auto;
}

section.media-video .media_video-btn {
  align-items: center;
  background: #0b5d67;
  border-radius: 100%;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  margin: auto;
  overflow: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 74px;
  height: 74px;
  z-index: 1;
}

section.media-video .media_video-btn svg {
  display: inline-block;
  margin: auto;
  max-width: 19px;
  transform: translateX(3px);
  width: 100%;
}

section.media-video figure.media_image {
  display: block;
}

section.media-video figure.media_image,
section.media-video figure.media_image .image_inner,
section.media-video figure.media_image picture {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}

section.media-video figure.media_image .image_inner {
  overflow: hidden;
}

section.media-video figure.media_image img {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

section.media {
  position: relative;
}

section.media.-padding--1 {
  padding: 30px 0;
}

section.media .media-inner {
  display: block;
  overflow: visible;
  padding-bottom: 48.95833%;
  position: relative;
  width: 100%;
  height: 0;
}

section.media .media_video-btn {
  align-items: center;
  background: #0b5d67;
  border-radius: 100%;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  overflow: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 74px;
  height: 74px;
  z-index: 1;
}

section.media .media_video-btn.-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

section.media .media_video-btn svg {
  display: inline-block;
  margin: auto;
  max-width: 19px;
  transform: translateX(3px);
  width: 100%;
}

section.media figure.media_image {
  display: block;
}

section.media figure.media_image,
section.media figure.media_image .image_inner,
section.media figure.media_image picture {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}

section.media figure.media_image .image_inner {
  overflow: hidden;
}

section.media figure.media_image img {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.page-not-found {
  position: fixed;
  background-color: #191919;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 20px;
  height: 100vh;
  width: 100%;
}

.page-not-found .shape {
  position: absolute;
}

.page-not-found .shape svg {
  width: 120vw;
  max-width: 100vw;
}

.page-not-found .shape.half-o {
  left: -40vw;
  top: -45vh;
}

.page-not-found .shape.circle {
  right: -45vw;
  top: 45vh;
}

.page-not-found .label {
  display: block;
  margin-bottom: 20px;
}

.page-not-found .label span {
  font-family: Apercu\Mono;
  border: 1px solid #dadada;
  background-color: transparent;
  color: #000;
  font-size: 9px;
  line-height: 1em;
  font-size: 0.5625rem;
  letter-spacing: 0.215em;
  padding: 8px;
  text-transform: uppercase;
  color: #fff;
  border-color: #333;
}

.page-not-found h2 {
  font-family: TT\Hoves;
  font-size: calc(50px + 34 * ((100vw - 420px) / 860));
  font-size: calc(3.125rem + 34 * ((100vw - 26.25rem) / 860));
  line-height: 1.085em;
  color: #fff;
  font-weight: 700;
  letter-spacing: -3.36px;
  letter-spacing: -0.21rem;
  line-height: 80px;
  line-height: 5rem;
  text-align: left;
  max-width: 766px;
  line-height: 1em;
  z-index: 2;
}

.page-not-found .button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  align-items: center;
  box-shadow: none;
  background-color: transparent;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  flex-wrap: nowrap;
  justify-content: center;
  min-height: 60px;
  min-width: 180px;
  outline: 0;
  overflow: hidden;
  padding: 0 25px;
  position: relative;
}

.page-not-found .button span {
  font-family: Apercu\Mono;
  font-size: 10px;
  line-height: 1em;
  font-size: 0.625rem;
  letter-spacing: 0.215em;
  display: inline-block;
  mix-blend-mode: difference;
  position: relative;
  pointer-events: none;
  text-transform: uppercase;
  vertical-align: middle;
  z-index: 3;
}

.page-not-found .button i.line {
  background: #000;
  display: block;
  pointer-events: none;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.page-not-found .button:after,
.page-not-found .button:before {
  content: "";
  pointer-events: none;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}

.page-not-found .button:before {
  background: #0d0d0d;
  display: none;
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 0.4s ease-out;
  z-index: 1;
}

.page-not-found .button:after {
  background: 0 0;
  border: 1px solid #0d0d0d;
  display: block;
  z-index: 0;
}

.page-not-found .button {
  margin: 75px auto;
  z-index: 2;
}

.page-not-found .button a {
  color: #fff;
}

.page-not-found .button i.line {
  height: 2px;
  background: #fff;
}

.page-not-found .button:after {
  border: 0;
}

.page-not-found .button:before {
  background: #fff;
}

section.paginate-trial {
  background: #f7f7f7;
  display: block;
  font-size: 0;
  isolation: isolate;
  overflow: hidden;
  padding: 140px 0;
  position: relative;
  text-align: center;
  width: 100%;
}

section.paginate-trial.-bg--1 {
  background-color: #fff;
}

section.paginate-trial .container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 5vw;
  padding-right: 5vw;
  width: 100%;
  max-width: 1340px;
}

section.paginate-trial .content {
  position: relative;
  z-index: 1;
  max-width: 450px;
  margin: auto;
}

section.paginate-trial .content .label {
  font-family: Apercu\Mono;
  border: 1px solid #dadada;
  background-color: transparent;
  color: #000;
  font-size: 9px;
  line-height: 1em;
  font-size: 0.5625rem;
  letter-spacing: 0.215em;
  padding: 8px;
  text-transform: uppercase;
  border: 0;
  margin-bottom: 2em;
}

section.paginate-trial .content h2 {
  font-family: TT\Hoves;
  font-size: calc(34px + 20 * ((100vw - 420px) / 860));
  font-size: calc(2.125rem + 20 * ((100vw - 26.25rem) / 860));
  line-height: 1.085em;
  display: block;
  font-weight: 700;
  margin-bottom: 1em;
}

section.paginate-trial .button {
  background: 0 0;
  border-radius: 100%;
  position: relative;
  cursor: pointer;
  width: 70px;
  height: 70px;
  z-index: 1;
  margin: auto;
  display: block;
}

section.paginate-trial .button:hover {
  z-index: 2;
}

section.paginate-trial .button:hover:after {
  transform: scale(1);
}

section.paginate-trial .button:before {
  background: transparent url(../svg/btn_arrow--1.svg) no-repeat 50%/28px 23px;
  content: "";
  width: 28px;
  height: 23px;
  z-index: 2;
}

section.paginate-trial .button figure.circle,
section.paginate-trial .button:before {
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  transform-origin: center;
}

section.paginate-trial .button figure.circle {
  background: transparent url(../svg/dot-circle--1.svg) no-repeat 50% / cover;
  opacity: 1;
  width: 100%;
  height: 100%;
  transition: opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  z-index: 0;
}

section.paginate-trial figure.images {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 0;
}

section.paginate-trial img.image {
  filter: none;
  max-width: 250px;
  opacity: 0;
  top: 0;
  left: 0;
  position: absolute;
  will-change: transform;
}

section.projects {
  padding: 8em 0 5em;
}

section.projects .container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 5vw;
  padding-right: 5vw;
  width: 100%;
  max-width: 1340px;
}

section.projects .item {
  display: flex;
}

section.projects .item.right {
  justify-content: flex-end;
}

section.projects .list {
  display: block;
  margin: 0 auto;
  width: 100%;
}

section.projects .button {
  display: block;
  margin: 30px auto;
  position: relative;
  width: 100%;
  z-index: 1;
  text-align: center;
}

section.projects .button a {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  align-items: center;
  box-shadow: none;
  background-color: transparent;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  flex-wrap: nowrap;
  justify-content: center;
  min-height: 60px;
  min-width: 180px;
  outline: 0;
  overflow: hidden;
  padding: 0 25px;
  position: relative;
}

section.projects .button a span {
  font-family: Apercu\Mono;
  font-size: 10px;
  line-height: 1em;
  font-size: 0.625rem;
  letter-spacing: 0.215em;
  display: inline-block;
  mix-blend-mode: difference;
  position: relative;
  pointer-events: none;
  text-transform: uppercase;
  vertical-align: middle;
  z-index: 3;
}

section.projects .button a i.line {
  background: #000;
  display: block;
  pointer-events: none;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
}

section.projects .button a:after,
section.projects .button a:before {
  content: "";
  pointer-events: none;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}

section.projects .button a:before {
  background: #0d0d0d;
  display: none;
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 0.4s ease-out;
  z-index: 1;
}

section.projects .button a:after {
  background: 0 0;
  border: 1px solid #0d0d0d;
  display: block;
  z-index: 0;
}

section.projects .button a {
  background-color: #fff;
  min-width: 210px;
}

section.projects .button a i.line {
  height: 2px;
}

section.projects .button a:after {
  border-color: #e6e6e6;
}

section.projects .post {
  display: block;
  margin: 0 auto 80px;
  position: relative;
}

section.projects .post article.work {
  font-family: TT\Hoves;
  margin: auto;
  width: 100%;
}

section.projects .post article.work img,
section.projects .post article.work picture {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}

section.projects .post article.work img {
  object-fit: cover;
  object-position: center;
}

section.projects .post.-square {
  width: 100%;
  max-width: 620px;
}

section.projects .post.-square .image_src {
  padding-bottom: 100%;
}

section.projects .post.-portrait {
  width: 100%;
  max-width: 620px;
}

section.projects .post.-portrait .image_src {
  padding-bottom: 109.67742%;
}

section.projects .post.-full {
  width: 100%;
  max-width: 940px;
}

section.projects .post.-full article.work .image_src {
  padding-bottom: 61.70213%;
}

section.projects .post.-full article.work .caption_meta {
  max-width: 620px;
}

section.service-carousel {
  display: block;
  font-size: 0;
  overflow: hidden;
  position: relative;
  width: 100%;
}

section.service-carousel:before {
  background: #fff;
  content: "";
  top: 0;
  right: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: calc(100% - 215px);
  z-index: 0;
}

section.service-carousel .container {
  display: block;
  width: 100%;
}

section.service-carousel .main {
  margin-left: auto;
  margin-right: auto;
  padding-left: 5vw;
  padding-right: 5vw;
  width: 100%;
  max-width: 1340px;
}

section.service-carousel .content {
  display: block;
  width: 100%;
}

section.service-carousel .content_text {
  position: relative;
  z-index: 1;
}

section.service-carousel .text_label {
  display: block;
  margin-bottom: 20px;
}

section.service-carousel .text_label span {
  font-family: Apercu\Mono;
  border: 1px solid #dadada;
  background-color: transparent;
  color: #000;
  font-size: 9px;
  line-height: 1em;
  font-size: 0.5625rem;
  letter-spacing: 0.215em;
  padding: 8px;
  text-transform: uppercase;
}

section.service-carousel .text_heading {
  font-family: TT\Hoves;
  display: block;
  font-weight: 700;
  font-size: calc(30px + 14 * ((100vw - 420px) / 860));
  font-size: calc(1.875rem + 14 * ((100vw - 26.25rem) / 860));
  line-height: 1.085em;
}

section.service-carousel .text_description {
  color: gray;
  display: block;
  font-size: 12px;
  line-height: 1.8em;
  font-size: 0.75rem;
  margin-top: 2em;
}

section.service-carousel .content_control {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin: 40px auto 0;
  right: 5vw;
  bottom: 0;
  left: 5vw;
  position: absolute;
  width: calc(100% - 10vw);
}

section.service-carousel .arrows {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

section.service-carousel .arrows nav {
  background: 0 0;
  border-radius: 100%;
  cursor: pointer;
  display: inline-block;
  width: 65px;
  height: 65px;
  position: relative;
  vertical-align: top;
  transform-origin: center;
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

section.service-carousel .arrows nav:before {
  background: transparent url(../svg/btn_arrow--1.svg) no-repeat 50%/28px 23px;
  content: "";
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 28px;
  height: 23px;
  transform-origin: center;
  z-index: 2;
}

section.service-carousel .arrows nav:after {
  background: #faad00;
  border-radius: 100%;
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  z-index: 1;
}

section.service-carousel .arrows nav figure.circle {
  background: transparent url(../svg/dot-circle--1.svg) no-repeat 50% / cover;
  margin: auto;
  opacity: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: center;
  transition: opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  z-index: 0;
}

section.service-carousel .arrows nav.prev {
  z-index: 0;
}

section.service-carousel .arrows nav.prev:before {
  transform: rotate(-180deg);
}

section.service-carousel .arrows nav.next {
  margin-left: -8px;
  z-index: 1;
}

section.service-carousel .control_btn {
  display: inline-block;
  text-align: right;
  vertical-align: middle;
}

section.service-carousel .control_btn a {
  font-family: Apercu\Mono;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  background-color: transparent;
  color: #000;
  cursor: pointer;
  display: inline-block;
  font-size: 10px;
  line-height: 1em;
  font-size: 0.625rem;
  letter-spacing: 0.215em;
  outline: 0;
  padding: 16px 0;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
}

section.service-carousel .control_btn a .text {
  display: block;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: relative;
  width: 100%;
  height: 11px;
}

section.service-carousel .control_btn a .text_line {
  display: block;
  pointer-events: none;
  position: relative;
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

section.service-carousel .control_btn a .text_line:first-of-type,
section.service-carousel .control_btn a .text_line:last-of-type {
  opacity: 1;
  transform: translateY(0);
}

section.service-carousel .control_btn a:after {
  background: #000;
  content: "";
  pointer-events: none;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 1px;
  transition: transform 0.4s ease-out;
  transform: scaleX(1);
  transform-origin: left;
}

section.service-carousel .control_btn a.-mobile {
  display: inline-block;
}

section.service-carousel .control_btn a.-desktop {
  display: none;
}

section.service-carousel .carousel {
  margin-top: 35px;
  position: relative;
  z-index: 1;
}

section.service-carousel .flickity-viewport {
  overflow: visible;
}

section.service-carousel .slider_item {
  display: inline-block;
  margin-right: 40px;
  width: 260px;
}

section.service-carousel .slider_item figure.image {
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
  transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}

section.service-carousel .slider_item figure.image img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  height: auto;
  transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}

section.service-carousel .slider_item .label {
  display: block;
  font-size: calc(20px + 6 * ((100vw - 420px) / 860));
  font-size: calc(1.25rem + 6 * ((100vw - 26.25rem) / 860));
  font-weight: 700;
  line-height: 1.25em;
  margin: 28px 0 0;
  position: relative;
  font-family: TT\Hoves;
}

section.service-carousel .slider_item a.permalink {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  color: transparent;
  font-size: 0;
  text-indent: -999px;
  z-index: 1;
}

section.service-carousel.-bg--1 {
  background: #f7f7f7;
}

section.service-carousel.-bg--1 .content,
section.service-carousel.-bg--1:before {
  background-color: #f7f7f7;
}

section.service-carousel.-bg--2 {
  background-color: #fff;
  color: #fff;
}

section.service-carousel.-bg--2 .content,
section.service-carousel.-bg--2:before {
  background-color: #191919;
}

section.service-carousel.-bg--2 .text_label span {
  border-color: #2f2f2f;
  color: #fff;
}

section.service-carousel.-bg--2 .arrows nav:before {
  background-image: url(../svg/btn_arrow--1.svg);
}

section.service-carousel.-bg--2 .arrows nav figure.circle {
  background-image: url(../svg/dot-circle--2.svg);
}

section.service-carousel.-bg--2 .control_btn a {
  color: #000;
}

section.service-carousel.-bg--2 .control_btn a:after {
  background-color: #000;
}

section.service-carousel.-bg--2 .slider_item .label {
  color: #000;
}

section.service-carousel.-padding--1 {
  padding: 50px 0 105px;
}

section.share {
  display: flex;
}

section.share.-padding--1 {
  padding: 30px 0;
}

section.share .head_share {
  display: inline-flex;
  margin: auto;
}

section.share .head_share .social-share .share_links {
  border: 1px solid #e6e6e6;
}

section.share .head_share .social-share .share_links li {
  margin-right: 0;
}

section.share .head_share .social-share .share_links li:first-child a {
  border-left: 0;
}

section.share .head_share .social-share .share_links a {
  border-color: #e6e6e6;
  padding: 10px 15px;
  border-left: 1px solid #e6e6e6;
}

section.share .head_share .social-share .share_links svg path {
  fill: #4d4d4d;
}

section.stacked-carousel-aside-text {
  display: block;
  font-size: 0;
  overflow: hidden;
  position: relative;
  width: 100%;
}

section.stacked-carousel-aside-text .single-post {
  display: none;
  opacity: 0;
  position: relative;
  z-index: 1;
}

section.stacked-carousel-aside-text .single-post.show {
  opacity: 1;
  z-index: 2;
  display: block;
}

section.stacked-carousel-aside-text .container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 5vw;
  padding-right: 5vw;
  width: 100%;
  max-width: 1340px;
  position: relative;
  z-index: 1;
}

section.stacked-carousel-aside-text aside {
  display: block;
  position: relative;
  width: 100%;
}

section.stacked-carousel-aside-text .images {
  height: 315px;
  margin: 0 auto 40px;
  text-align: center;
}

section.stacked-carousel-aside-text .images .carousel {
  perspective: 600px;
  top: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 220px;
}

section.stacked-carousel-aside-text .images .carousel.draggable {
  cursor: move;
  cursor: grab;
  cursor: -webkit-grab;
}

section.stacked-carousel-aside-text .images .carousel.draggable:active {
  cursor: grabbing;
  cursor: -webkit-grabbing;
}

section.stacked-carousel-aside-text .images .bee3D--inner {
  position: relative;
  width: 100%;
  height: 100%;
}

section.stacked-carousel-aside-text .images .bee3D--slide {
  background: #191919;
  opacity: 0;
  overflow: hidden;
  top: 0;
  left: 0;
  position: absolute;
  width: 220px;
  height: 315px;
  transform: none;
  transition: opacity 0.7s ease, transform 0.7s ease;
}

section.stacked-carousel-aside-text .images .bee3D--slide.bee3D--slide__inactive {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}

section.stacked-carousel-aside-text .images .bee3D--slide.bee3D--slide__active {
  opacity: 1;
  z-index: 10;
}

section.stacked-carousel-aside-text .images figure.image {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}

section.stacked-carousel-aside-text .images .bee3D--effect__coverflow .bee3D--before-3 {
  transform: translateX(-145px) scale(0.35);
  opacity: 0;
  z-index: 7;
}

section.stacked-carousel-aside-text .images .bee3D--effect__coverflow .bee3D--before-2 {
  transform: translateX(-105px) scale(0.55);
  opacity: 1;
  z-index: 8;
}

section.stacked-carousel-aside-text .images .bee3D--effect__coverflow .bee3D--before-1 {
  transform: translateX(-60px) scale(0.75);
  opacity: 1;
  z-index: 9;
}

section.stacked-carousel-aside-text .images .bee3D--effect__coverflow .bee3D--after-1 {
  transform: translateX(60px) scale(0.75);
  opacity: 1;
  z-index: 9;
}

section.stacked-carousel-aside-text .images .bee3D--effect__coverflow .bee3D--after-2 {
  transform: translateX(105px) scale(0.55);
  opacity: 1;
  z-index: 8;
}

section.stacked-carousel-aside-text .images .bee3D--effect__coverflow .bee3D--after-3 {
  transform: translateX(145px) scale(0.35);
  opacity: 0;
  z-index: 7;
}

section.stacked-carousel-aside-text .content_inner {
  margin: 0 auto;
  max-width: 410px;
  width: 100%;
  position: relative;
}

section.stacked-carousel-aside-text .content_label {
  font-family: Apercu\Mono;
  display: block;
  font-size: 11px;
  line-height: 1em;
  font-size: 0.6875rem;
  letter-spacing: 0.075em;
  margin-bottom: 2em;
  text-transform: uppercase;
}

section.stacked-carousel-aside-text .content_heading {
  font-family: TT\Hoves;
  font-size: calc(22px + 12 * ((100vw - 420px) / 860));
  font-size: calc(1.375rem + 12 * ((100vw - 26.25rem) / 860));
  line-height: 1.25em;
  display: block;
  font-weight: 500;
}

section.stacked-carousel-aside-text .content_heading u {
  text-decoration: underline;
}

section.stacked-carousel-aside-text .content_description {
  color: gray;
  display: block;
  font-size: 12px;
  line-height: 1.8em;
  font-size: 0.75rem;
  margin-top: 2em;
}

section.stacked-carousel-aside-text .content_control {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin: 40px auto 0;
  width: 100%;
  position: relative;
  z-index: 999;
}

section.stacked-carousel-aside-text .control_arrows {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

section.stacked-carousel-aside-text .control_arrows nav {
  background: 0 0;
  border-radius: 100%;
  cursor: pointer;
  display: inline-block;
  width: 65px;
  height: 65px;
  position: relative;
  vertical-align: top;
  transform-origin: center;
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

section.stacked-carousel-aside-text .control_arrows nav:before {
  background: transparent url(../svg/btn_arrow--1.svg) no-repeat 50%/28px 23px;
  content: "";
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 28px;
  height: 23px;
  transform-origin: center;
  z-index: 2;
}

section.stacked-carousel-aside-text .control_arrows nav:after {
  background: #faad00;
  border-radius: 100%;
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  z-index: 1;
}

section.stacked-carousel-aside-text .control_arrows nav figure.circle {
  background: transparent url(../svg/dot-circle--1.svg) no-repeat 50% / cover;
  margin: auto;
  opacity: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: center;
  transition: opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  z-index: 0;
}

section.stacked-carousel-aside-text .control_arrows nav.arrows_prev {
  z-index: 0;
}

section.stacked-carousel-aside-text .control_arrows nav.arrows_prev:before {
  transform: rotate(-180deg);
}

section.stacked-carousel-aside-text .control_arrows nav.arrows_next {
  margin-left: -8px;
  z-index: 1;
}

section.stacked-carousel-aside-text .control_btn {
  display: inline-block;
  text-align: right;
  vertical-align: middle;
}

section.stacked-carousel-aside-text .control_btn a {
  font-family: Apercu\Mono;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  background-color: transparent;
  color: #000;
  cursor: pointer;
  display: inline-block;
  font-size: 10px;
  line-height: 1em;
  font-size: 0.625rem;
  letter-spacing: 0.215em;
  outline: 0;
  padding: 16px 0;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
}

section.stacked-carousel-aside-text .control_btn a .text {
  display: block;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: relative;
  width: 100%;
  height: 11px;
}

section.stacked-carousel-aside-text .control_btn a .text_line {
  display: block;
  pointer-events: none;
  position: relative;
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

section.stacked-carousel-aside-text .control_btn a .text_line:first-of-type,
section.stacked-carousel-aside-text .control_btn a .text_line:last-of-type {
  opacity: 1;
  transform: translateY(0);
}

section.stacked-carousel-aside-text .control_btn a:after {
  background: #000;
  content: "";
  pointer-events: none;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 1px;
  transition: transform 0.4s ease-out;
  transform: scaleX(1);
  transform-origin: left;
}

section.stacked-carousel-aside-text .control_btn a.-mobile {
  display: inline-block;
}

section.stacked-carousel-aside-text .control_btn a.-desktop {
  display: none;
}

section.stacked-carousel-aside-text.-bg--1 {
  background-color: #fff;
}

section.stacked-carousel-aside-text.-padding--1 {
  padding: 100px 0 55px;
}

section.services-list.-padding--1 {
  padding: 40px 0 0;
}

section.services-list .container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 5vw;
  padding-right: 5vw;
  width: 100%;
  max-width: 1340px;
  padding: 0;
}

section.services-list a,
section.services-list a:hover {
  color: #0d0d0d;
}

section.services-list .grid {
  display: flex;
  flex-wrap: wrap;
  margin: auto -0.75em;
  flex-direction: column;
}

section.services-list .grid-column {
  width: 100%;
  max-width: 100%;
  padding: 0 0.8em;
}

section.services-list .grid-column:last-child {
  margin-bottom: 0;
}

section.services-list .grid-column {
  margin-bottom: 5.5em;
}

section.services-list .grid-column:nth-child(2n) article.post {
  margin: 0 0 auto auto;
}

section.services-list .grid-column:nth-child(odd) article.post .heading {
  text-align: right;
}

section.services-list article.post {
  width: 100%;
  padding: 0.5em;
}

section.services-list article.post img,
section.services-list article.post picture {
  width: 100%;
}

section.services-list article.post .label {
  font-family: Apercu\Mono;
  color: #282828;
  font-size: 10px;
  line-height: 1em;
  font-size: 0.625rem;
  letter-spacing: 0.215em;
  text-transform: uppercase;
  margin-bottom: 1em;
}

section.services-list article.post a,
section.services-list article.post a:hover {
  color: #131313;
}

section.services-list article.post .heading {
  font-weight: 600;
  color: #191919;
  position: relative;
}

section.services-list article.post .heading:after {
  background: #000;
  content: "";
  pointer-events: none;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: -2px;
  transition: transform 0.4s ease-out;
  transform: scaleX(0);
  transform-origin: right;
}

section.services-list article.post .heading:hover:after {
  transform: scaleX(1);
  transform-origin: left;
}

section.services-list article.post .heading {
  font-family: TT\Hoves;
  font-size: calc(22px + 8 * ((100vw - 420px) / 860));
  font-size: calc(1.375rem + 8 * ((100vw - 26.25rem) / 860));
  line-height: 1.25em;
  display: inline-block;
  color: #131313;
  font-weight: 400;
}

section.services-list article.post .heading:after {
  height: 2px;
  background-color: #131313;
}

section.services-list article.post .image_src {
  display: flex;
  overflow: hidden;
  position: relative;
  margin-bottom: 2em;
}

section.services-list article.post .image_src,
section.services-list article.post .src_img {
  transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}

section.services-list article.post {
  padding: 0;
  max-width: 270px;
  opacity: 0;
}

section.services-list article.post .heading {
  width: 100%;
  display: block;
  font-weight: 700;
}

section.services-list article.post .heading:after {
  display: none;
}

section.services-list article.post .image_src {
  margin-bottom: 0.5em;
}

section.services-list article.post figure {
  margin-bottom: 1em;
}

section.staff-carousel {
  position: relative;
  color: #131313;
}

section.staff-carousel.-padding--1 {
  padding: 80px 0;
}

section.staff-carousel .container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 5vw;
  padding-right: 5vw;
  width: 100%;
  max-width: 1340px;
  padding-right: 0;
}

section.staff-carousel h2 {
  font-family: TT\Hoves;
  font-size: calc(34px + 20 * ((100vw - 420px) / 860));
  font-size: calc(2.125rem + 20 * ((100vw - 26.25rem) / 860));
  line-height: 1.085em;
  width: 100%;
  max-width: 10em;
  margin: auto;
  font-weight: 700;
  text-align: center;
  margin-bottom: 0.5em;
}

section.staff-carousel .description {
  color: #606060;
  width: 100%;
  max-width: 38em;
  margin: auto;
  text-align: center;
  margin-bottom: 3em;
  font-size: calc(12px + 2 * ((100vw - 420px) / 860));
  font-size: calc(0.75rem + 2 * ((100vw - 26.25rem) / 860));
  line-height: 1.75em;
  font-weight: 300;
}

section.staff-carousel .description p:not(:last-of-type) {
  margin-bottom: 1em;
}

section.staff-carousel .content {
  display: flex;
  flex-direction: column;
  position: relative;
}

section.staff-carousel .controls {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-top: 2em;
  margin-right: 1em;
}

section.staff-carousel .carousel {
  margin: auto 0;
  top: 50%;
  right: 0;
  left: 0;
  position: relative;
}

section.staff-carousel .arrows {
  display: inline-flex;
  align-items: center;
}

section.staff-carousel .arrows nav {
  background: 0 0;
  border-radius: 100%;
  position: relative;
  cursor: pointer;
  width: 65px;
  height: 65px;
}

section.staff-carousel .arrows nav:hover {
  z-index: 2;
}

section.staff-carousel .arrows nav:hover:after {
  transform: scale(1);
}

section.staff-carousel .arrows nav:before {
  background: transparent url(../svg/btn_arrow--1.svg) no-repeat 50%/28px 23px;
  content: "";
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 28px;
  height: 23px;
  transform-origin: center;
  z-index: 2;
}

section.staff-carousel .arrows nav:after {
  background: #faad00;
  border-radius: 100%;
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  z-index: 1;
}

section.staff-carousel .arrows nav figure.circle {
  background: transparent url(../svg/dot-circle--1.svg) no-repeat 50% / cover;
  margin: auto;
  opacity: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: center;
  transition: opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  z-index: 0;
}

section.staff-carousel .arrows nav.prev {
  z-index: 0;
}

section.staff-carousel .arrows nav.prev:before {
  transform: rotate(-180deg);
}

section.staff-carousel .arrows nav.next {
  margin-left: -10px;
  z-index: 1;
}

section.staff-carousel .button {
  position: relative;
  text-align: center;
  bottom: -10px;
}

section.staff-carousel .button.mobile {
  display: block;
}

section.staff-carousel .button.desktop {
  display: none;
}

section.staff-carousel .button a {
  font-family: Apercu\Mono;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  background-color: transparent;
  color: #000;
  cursor: pointer;
  display: inline-block;
  font-size: 10px;
  line-height: 1em;
  font-size: 0.625rem;
  letter-spacing: 0.215em;
  outline: 0;
  padding: 16px 0;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
}

section.staff-carousel .button a .text {
  display: block;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: relative;
  width: 100%;
  height: 11px;
}

section.staff-carousel .button a .text_line {
  display: block;
  pointer-events: none;
  position: relative;
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

section.staff-carousel .button a .text_line:first-of-type,
section.staff-carousel .button a .text_line:last-of-type {
  opacity: 1;
  transform: translateY(0);
}

section.staff-carousel .button a:after {
  background: #000;
  content: "";
  pointer-events: none;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 1px;
  transition: transform 0.4s ease-out;
  transform: scaleX(1);
  transform-origin: left;
}

section.staff-carousel .button a {
  width: 100%;
}

section.staff-carousel .slider .item {
  margin-right: 20px;
  width: 220px;
  height: 370px;
}

section.staff-carousel .slider .item img {
  width: 100%;
}

section.staff-carousel .slider .item .name {
  font-family: TT\Hoves;
  width: 100%;
  font-weight: 700;
  font-size: calc(20px + 5 * ((100vw - 420px) / 860));
  font-size: calc(1.25rem + 5 * ((100vw - 26.25rem) / 860));
  line-height: 1.085em;
  letter-spacing: -0.37px;
  letter-spacing: -0.02313rem;
  margin-top: 0.75em;
}

section.staff-carousel .slider .item .role {
  font-family: Apercu\Mono;
  width: 100%;
  font-size: calc(9px + 3 * ((100vw - 420px) / 860));
  font-size: calc(0.5625rem + 3 * ((100vw - 26.25rem) / 860));
  line-height: 1.085em;
  letter-spacing: 1px;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
  line-height: 20px;
  line-height: 1.25rem;
  margin-top: 0.25em;
}

section.staff-list.-padding--1 {
  padding: 30px 0;
}

section.staff-list .container {
  display: flex;
  justify-content: space-between;
}

section.staff-list .categories {
  width: 100%;
  max-width: 226px;
  padding-top: 2em;
  display: none;
  float: left;
}

section.staff-list .categories a {
  font-family: Apercu\Mono;
  display: block;
  color: #999;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 2px;
  letter-spacing: 0.125rem;
  line-height: 20px;
  line-height: 1.25rem;
  padding: 5px 0;
  text-transform: uppercase;
}

section.staff-list .categories a:before {
  content: "";
  background: 0 0;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  display: inline-block;
  margin: 0.5em 10px 0 0;
  vertical-align: middle;
  transform: translateY(-0.4em);
  transition: all 0.25s ease-in-out;
}

section.staff-list .categories a:hover:before {
  background: #faad00;
}

section.staff-list .content {
  width: 100%;
  max-width: 940px;
}

section.staff-list .category {
  display: flex;
  justify-content: space-between;
}

section.staff-list .category .trigger {
  position: relative;
}

section.staff-list .category .trigger:before {
  width: 20px;
  height: 5px;
  margin-left: -9px;
  margin-top: -8px;
  opacity: 1;
}

section.staff-list .category .trigger:after,
section.staff-list .category .trigger:before {
  content: "";
  position: absolute;
  background-color: #000;
  left: 50%;
  top: 50%;
  transition: all 0.5s ease-in-out;
  transform: rotate(-90deg);
}

section.staff-list .category .trigger:after {
  width: 5px;
  height: 20px;
  margin-left: -1.55px;
  margin-top: -15.5px;
}

section.staff-list .category .trigger.open:before {
  opacity: 0;
}

section.staff-list .category .trigger.open:after,
section.staff-list .category .trigger.open:before {
  transition: all 0.5s ease-in-out;
  transform: rotate(90deg);
}

section.staff-list .information .name {
  font-family: TT\Hoves;
  width: 100%;
  font-weight: 700;
  font-size: calc(20px + 5 * ((100vw - 420px) / 860));
  font-size: calc(1.25rem + 5 * ((100vw - 26.25rem) / 860));
  line-height: 1.085em;
  letter-spacing: -0.37px;
  letter-spacing: -0.02313rem;
  margin-top: 0.75em;
}

section.staff-list .information .role {
  font-family: Apercu\Mono;
  width: 100%;
  font-size: calc(9px + 3 * ((100vw - 420px) / 860));
  font-size: calc(0.5625rem + 3 * ((100vw - 26.25rem) / 860));
  line-height: 1.085em;
  letter-spacing: 1px;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
  line-height: 20px;
  line-height: 1.25rem;
  margin-top: 0.25em;
}

section.staff-list .staff {
  border-bottom: 1px solid #dadada;
}

section.staff-list .staff .category {
  font-family: TT\Hoves;
  font-size: calc(34px + 20 * ((100vw - 420px) / 860));
  font-size: calc(2.125rem + 20 * ((100vw - 26.25rem) / 860));
  line-height: 1.085em;
  font-weight: 700;
  color: #131313;
  padding: 0.5em;
}

section.staff-list .staff .wrapper {
  opacity: 0;
  display: none;
}

section.staff-list .staff .slider {
  display: block;
  margin-left: -20px;
  padding-left: 5vw;
}

section.staff-list .staff .item {
  width: 220px;
  padding: 10px;
  height: 340px;
  position: relative;
}

section.staff-list .staff .item img {
  width: 100%;
}

section.staff-list .staff .item:hover .information {
  opacity: 1;
}

section.statement-img-trial {
  background-color: #181818;
  display: block;
  isolation: isolate;
  overflow: hidden;
  padding: 70px 0 100px;
  position: relative;
  text-align: center;
  width: 100%;
}

section.statement-img-trial.-padding--1 {
  padding: 60px 0;
}

section.statement-img-trial .container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 5vw;
  padding-right: 5vw;
  width: 100%;
  max-width: 1340px;
}

section.statement-img-trial .content {
  display: inline-flex;
  margin: 13em 0;
}

section.statement-img-trial nav {
  background: 0 0;
  border-radius: 100%;
  cursor: pointer;
  display: inline-block;
  width: 65px;
  height: 65px;
  position: relative;
  vertical-align: top;
  transform-origin: center;
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

section.statement-img-trial nav:before {
  background: transparent url(../svg/btn_arrow--2.svg) no-repeat 50%/28px 23px;
  content: "";
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 28px;
  height: 23px;
  transform-origin: center;
  z-index: 2;
}

section.statement-img-trial nav:after {
  background: #faad00;
  border-radius: 100%;
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  z-index: 1;
}

section.statement-img-trial nav figure.circle {
  background: transparent url(../svg/dot-circle--2.svg) no-repeat 50% / cover;
  margin: auto;
  opacity: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: center;
  transition: opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  z-index: 0;
}

section.statement-img-trial nav.prev {
  z-index: 0;
}

section.statement-img-trial nav.prev:before {
  transform: rotate(-180deg);
}

section.statement-img-trial nav.next {
  z-index: 1;
}

section.statement-img-trial figure.images {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  z-index: 0;
}

section.statement-img-trial figure.images.active {
  visibility: visible;
  opacity: 1;
  transition: all 1s ease-in-out;
}

section.statement-img-trial img.image {
  filter: none;
  max-width: 250px;
  opacity: 0;
  top: 0;
  left: 0;
  position: absolute;
  will-change: transform;
}

section.statement-img-trial .slider {
  z-index: 2;
}

section.statement-img-trial .slider-wrapper {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
}

section.statement-img-trial .slider {
  position: absolute;
  width: 100%;
}

section.statement-img-trial .label {
  display: inline-flex;
  margin: auto;
  width: 100%;
  max-width: 400px;
  padding: 0 10px;
}

section.statement-img-trial .label nav {
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

section.statement-img-trial .label nav:hover {
  background-color: #faad00;
}

section.statement-img-trial .label nav.show {
  opacity: 1;
}

section.statement-img-trial .label span {
  font-family: Apercu\Mono;
  border: 1px solid #dadada;
  background-color: transparent;
  color: #000;
  font-size: 9px;
  line-height: 1em;
  font-size: 0.5625rem;
  letter-spacing: 0.215em;
  padding: 8px;
  text-transform: uppercase;
  color: #fff;
  margin: auto;
  border-color: #333;
}

section.statement-img-trial .description {
  font-family: inter_v;
  color: #eee;
  width: 100%;
  max-width: 600px;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 300;
  letter-spacing: 0.3px;
  letter-spacing: 0.01875rem;
  line-height: 22px;
  line-height: 1.375rem;
  text-align: center;
  margin: auto;
  padding: 0 2em;
}

section.statement-img-trial .item {
  margin: 0 2.5em;
  padding: 2em 0;
}

section.statement-img-trial .item h1 {
  letter-spacing: -2px;
  letter-spacing: -0.125rem;
}

section.statement-img-trial .is-selected h1 {
  color: #fff;
  transition: all 0.5s ease-in-out;
  text-shadow: none;
  -webkit-text-stroke-color: #eee;
}

section.statement-img-trial h1 {
  font-family: TT\Hoves;
  font-size: calc(60px + 115 * ((100vw - 420px) / 860));
  font-size: calc(3.75rem + 115 * ((100vw - 26.25rem) / 860));
  line-height: 1.085em;
  text-align: center;
  font-weight: 500;
  letter-spacing: -5px;
  letter-spacing: -0.3125rem;
  transition: all 0.5s ease-in-out;
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #3b3b3b;
}

section.stories-carousel {
  position: relative;
  color: #131313;
}

section.stories-carousel.-padding--1 {
  padding: 60px 0;
}

section.stories-carousel.-padding--about {
  padding: 80px 0 40px;
}

section.stories-carousel .container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 5vw;
  padding-right: 5vw;
  width: 100%;
  max-width: 1340px;
}

section.stories-carousel h2 {
  font-family: TT\Hoves;
  font-size: calc(34px + 20 * ((100vw - 420px) / 860));
  font-size: calc(2.125rem + 20 * ((100vw - 26.25rem) / 860));
  line-height: 1.085em;
  width: 100%;
  max-width: 10em;
  margin: auto;
  font-weight: 700;
  text-align: center;
  margin-bottom: 0.25em;
}

section.stories-carousel .description {
  color: gray;
  width: 100%;
  max-width: 40em;
  margin: auto;
  text-align: center;
  margin-bottom: 3em;
  font-size: calc(12px + 2 * ((100vw - 420px) / 860));
  font-size: calc(0.75rem + 2 * ((100vw - 26.25rem) / 860));
  line-height: 1.75em;
}

section.stories-carousel .description p:not(:last-of-type) {
  margin-bottom: 1em;
}

section.stories-carousel .controls {
  display: inline-flex;
  align-items: center;
}

section.stories-carousel .controls nav {
  background: 0 0;
  border-radius: 100%;
  position: relative;
  cursor: pointer;
  width: 65px;
  height: 65px;
}

section.stories-carousel .controls nav:hover {
  z-index: 2;
}

section.stories-carousel .controls nav:hover:after {
  transform: scale(1);
}

section.stories-carousel .controls nav:before {
  background: transparent url(../svg/btn_arrow--1.svg) no-repeat 50%/28px 23px;
  content: "";
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 28px;
  height: 23px;
  transform-origin: center;
  z-index: 2;
}

section.stories-carousel .controls nav:after {
  background: #faad00;
  border-radius: 100%;
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  z-index: 1;
}

section.stories-carousel .controls nav figure.circle {
  background: transparent url(../svg/dot-circle--1.svg) no-repeat 50% / cover;
  margin: auto;
  opacity: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: center;
  transition: opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  z-index: 0;
}

section.stories-carousel .controls nav.prev {
  z-index: 0;
}

section.stories-carousel .controls nav.prev:before {
  transform: rotate(-180deg);
}

section.stories-carousel .controls nav.next {
  margin-left: -10px;
  z-index: 1;
}

section.stories-carousel .controls {
  display: flex;
  margin: 0 1.5em;
}

section.stories-carousel .item {
  margin-right: 20px;
  width: 100%;
  max-width: 750px;
  height: auto;
}

section.stories-carousel .item img {
  width: 100%;
}

section.stories-carousel .item-inner {
  padding: 2.5em 1.5em;
}

section.stories-carousel .item-inner h3 {
  font-family: TT\Hoves;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 35px;
  line-height: 2.1875rem;
  font-weight: 700;
  margin-bottom: 0.25em;
  position: relative;
}

section.stories-carousel .item-inner .content {
  font-family: inter_v;
  color: gray;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 20px;
  line-height: 1.25rem;
  text-align: left;
  max-width: 400px;
}

section.text-aside-img-label {
  padding: 250px 0 60px;
}

section.text-aside-img-label .container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 5vw;
  padding-right: 5vw;
  width: 100%;
  max-width: 1340px;
  display: flex;
  flex-direction: column-reverse;
}

section.text-aside-img-label .content {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

section.text-aside-img-label .inner {
  max-width: 490px;
}

section.text-aside-img-label .label {
  margin-bottom: 30px;
}

section.text-aside-img-label .label span {
  font-family: Apercu\Mono;
  border: 1px solid #dadada;
  background-color: transparent;
  color: #000;
  font-size: 9px;
  line-height: 1em;
  font-size: 0.5625rem;
  letter-spacing: 0.215em;
  padding: 8px;
  text-transform: uppercase;
}

section.text-aside-img-label h2 {
  font-family: TT\Hoves;
  font-size: calc(34px + 22 * ((100vw - 420px) / 860));
  font-size: calc(2.125rem + 22 * ((100vw - 26.25rem) / 860));
  line-height: 1em;
  font-weight: 700;
}

section.text-aside-img-label .description {
  font-family: inter_v;
  color: #606060;
  font-weight: 300;
  margin: 1.5em 1em 5em 2em;
  letter-spacing: -0.2px;
  letter-spacing: -0.0125rem;
  line-height: 1.65em;
  font-size: calc(12px + 3 * ((100vw - 420px) / 860));
  font-size: calc(0.75rem + 3 * ((100vw - 26.25rem) / 860));
}

section.text-aside-img-label .description b {
  font-weight: 600;
  color: #000;
}

section.text-aside-img-label .description p:not(:last-of-type) {
  margin-bottom: 1em;
}

section.text-aside-img-label .image {
  position: relative;
  max-width: 250px;
  margin-bottom: 2em;
  margin-right: 45px;
  z-index: 1;
}

section.text-aside-img-label .image img {
  width: 100%;
}

section.text-aside-img-label .texture {
  position: absolute;
  width: 70%;
  height: 75%;
}

section.text-aside-img-label .texture:not(.-texture--none):before {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: transparent;
  background-position: 50%;
  background-repeat: repeat;
  background-size: 300px;
  content: "";
  opacity: 0.25;
}

section.text-aside-img-label .texture.-texture--1:before {
  background-image: url(../svg/pattern/xtexture_01.png.pagespeed.ic.orSPu-AfwL.webp);
}

section.text-aside-img-label .texture.-texture--2:before {
  background-image: url(../svg/pattern/xtexture_02.png.pagespeed.ic.Aj75gsfT5D.webp);
}

section.text-aside-img-label .texture.-texture--3:before {
  background-image: url(../svg/pattern/xtexture_03.png.pagespeed.ic.RYQmH1Zz16.webp);
}

section.text-aside-img-label .texture.-texture--4:before {
  background-image: url(../svg/pattern/xtexture_04.png.pagespeed.ic.WtZTg8Ja4l.webp);
}

section.text-aside-img-label .texture.-texture--5:before {
  background-image: url(../svg/pattern/xtexture_05.png.pagespeed.ic.FWxYCWSE8S.webp);
}

section.text-aside-img-label .texture.-texture--1l:before {
  background-image: url(../svg/pattern/xtexture_01l.png.pagespeed.ic.d-7zBv6Kod.webp);
}

section.text-aside-img-label .texture.-texture--2l:before {
  background-image: url(../svg/pattern/xtexture_02l.png.pagespeed.ic.tm2pAyk_Mv.webp);
}

section.text-aside-img-label .texture.-texture--3l:before {
  background-image: url(../svg/pattern/xtexture_03l.png.pagespeed.ic.dSHGUZFJnM.webp);
}

section.text-aside-img-label .texture.-texture--4l:before {
  background-image: url(../svg/pattern/xtexture_04l.png.pagespeed.ic.jHNe-d5XTW.webp);
}

section.text-aside-img-label .texture.-texture--5l:before {
  background-image: url(../svg/pattern/xtexture_05l.png.pagespeed.ic.tCWnShDnSj.webp);
}

section.text-aside-img-label .texture {
  bottom: -5%;
  right: -20px;
  z-index: -1;
  width: 100%;
  height: 95%;
}

section.text-aside-img.-padding--1 {
  padding: 60px 0;
}

section.text-aside-img.-padding--services {
  padding: 50px 0 150px;
}

section.text-aside-img .container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 5vw;
  padding-right: 5vw;
  width: 100%;
  max-width: 1340px;
  display: flex;
  flex-direction: column;
}

section.text-aside-img .content {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

section.text-aside-img .inner {
  max-width: 500px;
}

section.text-aside-img h2 {
  font-family: TT\Hoves;
  font-size: calc(34px + 20 * ((100vw - 420px) / 860));
  font-size: calc(2.125rem + 20 * ((100vw - 26.25rem) / 860));
  font-size: calc(38px + 14 * ((100vw - 420px) / 860));
  font-size: calc(2.375rem + 14 * ((100vw - 26.25rem) / 860));
  line-height: 1.085em;
  font-weight: 700;
}

section.text-aside-img .description {
  font-family: inter_v;
  color: #606060;
  font-size: 12px;
  line-height: 1.8em;
  font-size: 0.75rem;
  font-weight: 300;
  margin: 1.5em 1em 0 4em;
}

section.text-aside-img .description p:not(:last-of-type) {
  margin-bottom: 1em;
}

section.text-aside-img .button {
  display: block;
  margin: 1em 1em 0 3.5em;
  margin-top: 4em;
}

section.text-aside-img .button a {
  font-family: Apercu\Mono;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  background-color: transparent;
  color: #000;
  cursor: pointer;
  display: inline-block;
  font-size: 10px;
  line-height: 1em;
  font-size: 0.625rem;
  letter-spacing: 0.215em;
  outline: 0;
  overflow: visible;
  padding: 16px 0;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
}

section.text-aside-img .button a:after {
  background: #000;
  content: "";
  pointer-events: none;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  width: calc(100% - 32px);
  height: 1px;
  z-index: 0;
}

section.text-aside-img .button a .arrow {
  background: 0 0;
  border-radius: 100%;
  cursor: pointer;
  display: inline-block;
  margin: auto 0;
  width: 85px;
  height: 85px;
  top: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  vertical-align: middle;
  transform-origin: center;
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  z-index: 1;
}

section.text-aside-img .button a .arrow:before {
  background: transparent url(../svg/btn_arrow--1.svg) no-repeat 50%/24px 18px;
  content: "";
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 24px;
  height: 18px;
  transform-origin: center;
  z-index: 2;
}

section.text-aside-img .button a .arrow:after {
  background: #faad00;
  border-radius: 100%;
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  z-index: 1;
}

section.text-aside-img .button a .arrow figure.arrow_circle {
  background: transparent url(../svg/dot-circle--1.svg) no-repeat 50% / cover;
  margin: auto;
  opacity: 0.4;
  pointer-events: none;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: center;
  transition: opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  z-index: 0;
}

section.text-aside-img .button a {
  width: 100%;
}

section.text-aside-img .image {
  position: relative;
  max-width: 460px;
  margin-bottom: 2em;
  margin-right: 45px;
  z-index: 1;
}

section.text-aside-img .texture {
  position: absolute;
  width: 70%;
  height: 75%;
}

section.text-aside-img .texture:not(.-texture--none):before {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: transparent;
  background-position: 50%;
  background-repeat: repeat;
  background-size: 300px;
  content: "";
  opacity: 0.25;
}

section.text-aside-img .texture.-texture--1:before {
  background-image: url(../svg/pattern/xtexture_01.png.pagespeed.ic.orSPu-AfwL.webp);
}

section.text-aside-img .texture.-texture--2:before {
  background-image: url(../svg/pattern/xtexture_02.png.pagespeed.ic.Aj75gsfT5D.webp);
}

section.text-aside-img .texture.-texture--3:before {
  background-image: url(../svg/pattern/xtexture_03.png.pagespeed.ic.RYQmH1Zz16.webp);
}

section.text-aside-img .texture.-texture--4:before {
  background-image: url(../svg/pattern/xtexture_04.png.pagespeed.ic.WtZTg8Ja4l.webp);
}

section.text-aside-img .texture.-texture--5:before {
  background-image: url(../svg/pattern/xtexture_05.png.pagespeed.ic.FWxYCWSE8S.webp);
}

section.text-aside-img .texture.-texture--1l:before {
  background-image: url(../svg/pattern/xtexture_01l.png.pagespeed.ic.d-7zBv6Kod.webp);
}

section.text-aside-img .texture.-texture--2l:before {
  background-image: url(../svg/pattern/xtexture_02l.png.pagespeed.ic.tm2pAyk_Mv.webp);
}

section.text-aside-img .texture.-texture--3l:before {
  background-image: url(../svg/pattern/xtexture_03l.png.pagespeed.ic.dSHGUZFJnM.webp);
}

section.text-aside-img .texture.-texture--4l:before {
  background-image: url(../svg/pattern/xtexture_04l.png.pagespeed.ic.jHNe-d5XTW.webp);
}

section.text-aside-img .texture.-texture--5l:before {
  background-image: url(../svg/pattern/xtexture_05l.png.pagespeed.ic.tCWnShDnSj.webp);
}

section.text-aside-img .texture {
  bottom: 10%;
  right: -45px;
  z-index: -1;
}

section.text-aside-logos-label .container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 5vw;
  padding-right: 5vw;
  width: 100%;
  max-width: 1340px;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 50px 5vw;
}

section.text-aside-logos-label .container .content {
  width: 100%;
  max-width: 634px;
  margin: auto;
  display: flex;
  align-items: center;
}

section.text-aside-logos-label .container .content .inner {
  text-align: center;
}

section.text-aside-logos-label .container .content .inner .label {
  margin-bottom: 30px;
}

section.text-aside-logos-label .container .content .inner .label span {
  font-family: Apercu\Mono;
  border: 1px solid #dadada;
  background-color: transparent;
  color: #000;
  font-size: 9px;
  line-height: 1em;
  font-size: 0.5625rem;
  letter-spacing: 0.215em;
  padding: 8px;
  text-transform: uppercase;
}

section.text-aside-logos-label .container .content .inner h2 {
  font-family: TT\Hoves;
  font-size: calc(34px + 22 * ((100vw - 420px) / 860));
  font-size: calc(2.125rem + 22 * ((100vw - 26.25rem) / 860));
  line-height: 1em;
  font-weight: 700;
  text-align: center;
}

section.text-aside-logos-label .container .content .inner .description {
  font-family: inter_v;
  color: #606060;
  font-weight: 300;
  text-align: center;
  margin: 2em 0;
  letter-spacing: -0.2px;
  letter-spacing: -0.0125rem;
  line-height: 1.65em;
  font-size: calc(12px + 3 * ((100vw - 420px) / 860));
  font-size: calc(0.75rem + 3 * ((100vw - 26.25rem) / 860));
}

section.text-aside-logos-label .container .content .inner .description strong {
  font-weight: 600;
  color: #000;
}

section.text-aside-logos-label .container .content .inner .description p:not(:last-of-type) {
  margin-bottom: 1em;
}

section.text-aside-logos-label .container .logos {
  display: flex;
  justify-content: center;
  width: 100%;
  padding-top: 2em;
  max-width: 634px;
  margin: auto;
}

section.text-aside-logos-label .container .logos .inner {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

section.text-aside-logos-label .container .logos .inner .item {
  flex: 1 0 50%;
  display: flex;
  padding: 2em 0;
  align-items: center;
  justify-content: center;
}

section.text-aside-logos-label.-padding--1 {
  padding: 60px 0;
}

section.text-aside-logos-label.-background--1 {
  background-color: #f7f7f7;
}

section.text-aside-logos .container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 5vw;
  padding-right: 5vw;
  width: 100%;
  max-width: 1340px;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
}

section.text-aside-logos .container .content {
  width: 100%;
  max-width: 385px;
  margin: auto;
  display: flex;
  align-items: center;
}

section.text-aside-logos .container .content .inner h2 {
  font-family: TT\Hoves;
  font-size: calc(32px + 12 * ((100vw - 420px) / 860));
  font-size: calc(2rem + 12 * ((100vw - 26.25rem) / 860));
  line-height: 1.085em;
  display: block;
  text-align: center;
  font-weight: 700;
}

section.text-aside-logos .container .content .inner .description {
  color: gray;
  display: block;
  text-align: center;
  font-size: 12px;
  line-height: 1.8em;
  font-size: 0.75rem;
  margin-top: 2em;
}

section.text-aside-logos .container .content .inner .description p:not(:last-of-type) {
  display: block;
  margin-bottom: 1em;
}

section.text-aside-logos .container .logos {
  display: flex;
  justify-content: center;
  width: 100%;
  padding-top: 2em;
}

section.text-aside-logos .container .logos .inner {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

section.text-aside-logos .container .logos .inner .item {
  flex: 1 0 50%;
  display: flex;
  padding: 2em 0;
  align-items: center;
  justify-content: center;
}

section.text-aside-logos.-padding--1 {
  padding: 60px 0;
}

section.text-aside-logos.-background--1 {
  background-color: #f7f7f7;
}

section.text-aside-thumb-carousel {
  position: relative;
}

section.text-aside-thumb-carousel.-bg--1 {
  background-color: #f7f7f7;
}

section.text-aside-thumb-carousel.-padding--1 {
  padding: 60px 0;
}

section.text-aside-thumb-carousel .container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 5vw;
  padding-right: 5vw;
  width: 100%;
  max-width: 1340px;
  padding-right: 0;
}

section.text-aside-thumb-carousel .content,
section.text-aside-thumb-carousel main {
  display: flex;
  flex-direction: column;
  position: relative;
}

section.text-aside-thumb-carousel .content {
  justify-content: space-between;
  margin-bottom: 2em;
  color: #0d0d0d;
}

section.text-aside-thumb-carousel .content .label {
  min-width: 12em;
  padding-bottom: 3em;
}

section.text-aside-thumb-carousel .content .label span {
  font-family: Apercu\Mono;
  border: 1px solid #dadada;
  background-color: transparent;
  color: #000;
  font-size: 9px;
  line-height: 1em;
  font-size: 0.5625rem;
  letter-spacing: 0.215em;
  padding: 8px;
  text-transform: uppercase;
}

section.text-aside-thumb-carousel .content h2 {
  font-family: TT\Hoves;
  font-size: calc(32px + 12 * ((100vw - 420px) / 860));
  font-size: calc(2rem + 12 * ((100vw - 26.25rem) / 860));
  line-height: 1.085em;
  font-weight: 700;
  margin-bottom: 0.5em;
}

section.text-aside-thumb-carousel .content .description {
  font-family: inter_v;
  color: gray;
  max-width: 400px;
  font-size: 13px;
  line-height: 1.8em;
  font-size: 0.8125rem;
}

section.text-aside-thumb-carousel .content .description p:not(:last-of-type) {
  margin-bottom: 1em;
}

section.text-aside-thumb-carousel .carousel {
  margin: auto 0;
  top: 50%;
  right: 0;
  left: 0;
  position: relative;
}

section.text-aside-thumb-carousel .arrows {
  display: inline-flex;
  align-items: center;
}

section.text-aside-thumb-carousel .arrows nav {
  background: 0 0;
  border-radius: 100%;
  position: relative;
  cursor: pointer;
  width: 70px;
  height: 70px;
}

section.text-aside-thumb-carousel .arrows nav:hover {
  z-index: 2;
}

section.text-aside-thumb-carousel .arrows nav:hover:after {
  transform: scale(1);
}

section.text-aside-thumb-carousel .arrows nav:before {
  background: transparent url(../svg/btn_arrow--1.svg) no-repeat 50%/28px 23px;
  content: "";
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 28px;
  height: 23px;
  transform-origin: center;
  z-index: 2;
}

section.text-aside-thumb-carousel .arrows nav:after {
  background: #faad00;
  border-radius: 100%;
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  z-index: 1;
}

section.text-aside-thumb-carousel .arrows nav figure.circle {
  background: transparent url(../svg/dot-circle--1.svg) no-repeat 50% / cover;
  margin: auto;
  opacity: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: center;
  transition: opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  z-index: 0;
}

section.text-aside-thumb-carousel .arrows nav.prev {
  z-index: 0;
}

section.text-aside-thumb-carousel .arrows nav.prev:before {
  transform: rotate(-180deg);
}

section.text-aside-thumb-carousel .arrows nav.next {
  margin-left: -10px;
  z-index: 1;
}

section.text-aside-thumb-carousel .slider {
  margin: 0 -15px;
  margin-bottom: 2em;
}

section.text-aside-thumb-carousel .slider .item {
  height: 244px;
  width: 275px;
}

section.text-aside-thumb-carousel .slider .item .image {
  display: block;
  padding: 0 15px;
  border-right: 1px solid #dadada;
}

section.text-aside-thumb-carousel .slider .item img {
  width: 100%;
}

section.text-aside-thumb-carousel .slider .item .label {
  font-family: Apercu\Mono;
  padding: 20px 25px;
  display: flex;
  flex: 1 1 50%;
  width: 100%;
  color: #191919;
  font-size: calc(9px + 2 * ((100vw - 420px) / 860));
  font-size: calc(0.5625rem + 2 * ((100vw - 26.25rem) / 860));
  line-height: 1.085em;
  letter-spacing: 0.1205em;
  text-transform: uppercase;
}

section.text-aside-thumb-carousel .slider .item .label:before {
  content: "";
  background: #191919;
  border-radius: 100%;
  display: inline-flex;
  margin: 0.5em 10px 0 0;
  transform: translateY(-0.5em);
  width: 5px;
  height: 5px;
  vertical-align: middle;
}

section.text-overlay-img {
  font-family: TT\Hoves;
  display: flex;
  position: relative;
  height: 100vh;
  max-height: 48.95833%;
  z-index: 1;
  overflow: hidden;
  align-items: flex-end;
}

section.text-overlay-img .container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 5vw;
  padding-right: 5vw;
  width: 100%;
  max-width: 1340px;
  height: 100%;
  display: flex;
  align-items: center;
}

section.text-overlay-img .content {
  background-color: #fff;
  padding: 2.5em;
  margin-bottom: 2em;
  margin-right: 1.5em;
  width: 100%;
  max-width: 385px;
  position: relative;
  z-index: 1;
}

section.text-overlay-img .content h2 {
  font-size: calc(24px + 12 * ((100vw - 420px) / 860));
  font-size: calc(1.5rem + 12 * ((100vw - 26.25rem) / 860));
  line-height: 1.085em;
  width: 100%;
  max-width: 370px;
  font-weight: 700;
}

section.text-overlay-img .content .description {
  font-family: inter_v;
  color: #606060;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 22px;
  line-height: 1.375rem;
  width: 100%;
  font-weight: 300;
  max-width: 330px;
  margin-top: 1.5em;
}

section.text-overlay-img .content .description p:not(:last-of-type) {
  margin-bottom: 1em;
}

section.text-overlay-img .content .button {
  display: flex;
  justify-content: center;
  margin-top: 50px;
  margin-right: 10px;
}

section.text-overlay-img .content .button a {
  font-family: Apercu\Mono;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  background-color: transparent;
  color: #000;
  cursor: pointer;
  display: inline-block;
  font-size: 10px;
  line-height: 1em;
  font-size: 0.625rem;
  letter-spacing: 0.215em;
  outline: 0;
  overflow: visible;
  padding: 16px 0;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
}

section.text-overlay-img .content .button a:after {
  background: #000;
  content: "";
  pointer-events: none;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  width: calc(100% - 32px);
  height: 1px;
  z-index: 0;
}

section.text-overlay-img .content .button a .arrow {
  background: 0 0;
  border-radius: 100%;
  cursor: pointer;
  display: inline-block;
  margin: auto 0;
  width: 85px;
  height: 85px;
  top: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  vertical-align: middle;
  transform-origin: center;
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  z-index: 1;
}

section.text-overlay-img .content .button a .arrow:before {
  background: transparent url(../svg/btn_arrow--1.svg) no-repeat 50%/24px 18px;
  content: "";
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 24px;
  height: 18px;
  transform-origin: center;
  z-index: 2;
}

section.text-overlay-img .content .button a .arrow:after {
  background: #faad00;
  border-radius: 100%;
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  z-index: 1;
}

section.text-overlay-img .content .button a .arrow figure.arrow_circle {
  background: transparent url(../svg/dot-circle--1.svg) no-repeat 50% / cover;
  margin: auto;
  opacity: 0.4;
  pointer-events: none;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: center;
  transition: opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  z-index: 0;
}

section.text-overlay-img .content .button a {
  width: 100%;
}

section.text-overlay-img .background {
  z-index: 0;
}

section.text-overlay-img .background,
section.text-overlay-img .image,
section.text-overlay-img .image img,
section.text-overlay-img .image picture {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}

section.text-overlay-img .image img {
  object-fit: cover;
  object-position: center;
}

section.text-stats-aside-img.-large-stats-text .stats .item_number {
  font-size: calc(40px + 12 * ((100vw - 420px) / 860));
  font-size: calc(2.5rem + 12 * ((100vw - 26.25rem) / 860));
}

section.text-stats-aside-img.-large-stats-text .stats .item_number span.number {
  font-size: calc(50px + 30 * ((100vw - 420px) / 860));
  font-size: calc(3.125rem + 30 * ((100vw - 26.25rem) / 860));
}

section.text-stats-aside-img .container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 5vw;
  padding-right: 5vw;
  width: 100%;
  max-width: 1340px;
  display: flex;
  flex-direction: column;
}

section.text-stats-aside-img .content {
  display: flex;
  flex-direction: column;
}

section.text-stats-aside-img .content h2 {
  font-family: TT\Hoves;
  font-size: calc(34px + 20 * ((100vw - 420px) / 860));
  font-size: calc(2.125rem + 20 * ((100vw - 26.25rem) / 860));
  line-height: 1.085em;
  font-weight: 700;
  text-align: center;
}

section.text-stats-aside-img .content_description {
  font-family: inter_v;
  color: #606060;
  width: 100%;
  text-align: center;
  margin: 1em 0;
  font-size: calc(12px + 2 * ((100vw - 420px) / 860));
  font-size: calc(0.75rem + 2 * ((100vw - 26.25rem) / 860));
  line-height: 1.75em;
  font-weight: 300;
}

section.text-stats-aside-img .content_description p:not(:last-of-type) {
  margin-bottom: 1em;
}

section.text-stats-aside-img .stats {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 35em;
}

section.text-stats-aside-img .stats .item {
  display: flex;
  flex: 0 50%;
  margin-top: 3em;
  justify-content: center;
  flex-direction: column;
}

section.text-stats-aside-img .stats .item_number {
  font-family: TT\Hoves;
  font-size: calc(50px + 30 * ((100vw - 420px) / 860));
  font-size: calc(3.125rem + 30 * ((100vw - 26.25rem) / 860));
  line-height: 1.085em;
  font-weight: 700;
}

section.text-stats-aside-img .stats .item_number span {
  font-size: calc(40px + 20 * ((100vw - 420px) / 860));
  font-size: calc(2.5rem + 20 * ((100vw - 26.25rem) / 860));
  color: #fff;
  text-shadow: -1px 0 #ccc, 0 1px #ccc, 1px 0 #ccc, 0 -1px #ccc;
}

section.text-stats-aside-img .stats .item_number span.number {
  color: #000;
  text-shadow: none;
}

section.text-stats-aside-img .stats .item_number span.--s-characters {
  font-size: calc(50px + 25 * ((100vw - 420px) / 860));
  font-size: calc(3.125rem + 25 * ((100vw - 26.25rem) / 860));
}

section.text-stats-aside-img .stats .item_info {
  font-family: Apercu\Mono;
  text-transform: uppercase;
  font-size: 11px;
  font-size: 0.6875rem;
}

section.text-stats-aside-img article.work {
  margin: auto;
  width: 100%;
}

section.text-stats-aside-img article.work img,
section.text-stats-aside-img article.work picture {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}

section.text-stats-aside-img article.work img {
  object-fit: cover;
  object-position: center;
}

section.text-stats-aside-img .image {
  display: none;
}

section.text-stats-aside-img.-padding--1 {
  padding: 60px 0;
}

section.textarea .container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 5vw;
  padding-right: 5vw;
  width: 100%;
  max-width: 1300px;
  max-width: 1100px;
}

section.textarea.-padding--1 {
  padding: 30px 0;
}

section.textarea.-bg--grey {
  background-color: #f7f7f7;
}

section.textarea aside.social-share {
  display: none;
  position: absolute;
  flex-direction: column;
}

section.textarea aside.social-share .share_label {
  transform: none;
  position: relative;
}

section.textarea aside.social-share .share_links {
  display: block;
}

section.textarea aside.social-share .share_links svg path {
  fill: #333;
}

section.textarea aside.social-share .share_links:hover svg {
  opacity: 1;
}

section.textarea aside.social-share .share_links li {
  display: block;
}

section.textarea aside.social-share .share_links li:not(:last-of-type) a {
  border-bottom: 0;
  border-right: 1px solid #ccc;
}

section.textarea .content {
  max-width: 621px;
  margin: auto;
}

section.textarea .content.-large-character p:first-of-type:first-letter {
  color: #000;
  font-weight: 700;
  letter-spacing: 1.85px;
  letter-spacing: 0.11563rem;
  padding: 5px 3px;
  margin-right: 6px;
  float: left;
  font-size: calc(52px + 28 * ((100vw - 420px) / 860));
  font-size: calc(3.25rem + 28 * ((100vw - 26.25rem) / 860));
  line-height: -55px;
  line-height: -3.4375rem;
}

section.textarea .content ul {
  padding-left: 1em;
}

section.textarea .content ul li {
  font-family: inter_v;
  font-size: calc(12px + 2 * ((100vw - 420px) / 860));
  font-size: calc(0.75rem + 2 * ((100vw - 26.25rem) / 860));
  line-height: 1.9em;
  color: #0d0d0d;
  margin-bottom: 1em;
  font-weight: 500;
  list-style: disc;
  padding-left: 0.5em;
}

section.textarea h2 {
  font-family: TT\Hoves;
  color: #000;
  font-size: calc(24px + 12 * ((100vw - 420px) / 860));
  font-size: calc(1.5rem + 12 * ((100vw - 26.25rem) / 860));
  line-height: 1.35em;
  margin-bottom: 0.5em;
}

section.textarea p {
  font-family: inter_v;
  font-size: calc(12px + 2 * ((100vw - 420px) / 860));
  font-size: calc(0.75rem + 2 * ((100vw - 26.25rem) / 860));
  line-height: 1.9em;
  color: #4d4d4d;
  font-weight: 300;
  letter-spacing: 0.32px;
  letter-spacing: 0.02rem;
}

section.textarea p:not(:last-of-type) {
  margin-bottom: 1em;
}

section.works-carousel {
  position: relative;
}

section.works-carousel.-padding--1 {
  padding-bottom: 80px;
}

section.works-carousel .container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 5vw;
  padding-right: 5vw;
  width: 100%;
  max-width: 1340px;
}

section.works-carousel .slider {
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

section.works-carousel .half-background {
  height: 35%;
  width: 100%;
  position: absolute;
  background: #191919;
}

section.works-carousel .item {
  width: 100%;
  max-width: 330px;
  padding: 0 1em;
  height: auto;
  color: #000;
}

section.works-carousel .item img {
  width: 100%;
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

section.works-carousel .item .embed {
  position: relative;
  padding-bottom: 55%;
}

section.works-carousel .item .embed embed,
section.works-carousel .item .embed iframe,
section.works-carousel .item .embed object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

section.works-carousel .item figure,
section.works-carousel .item picture {
  overflow: hidden;
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

section.works-carousel .item:hover figure {
  transform: scale(0.95);
}

section.works-carousel .item:hover figure img {
  transform: scale(1.1);
}

section.works-carousel h3 {
  font-family: TT\Hoves;
  font-size: calc(34px + 20 * ((100vw - 420px) / 860));
  font-size: calc(2.125rem + 20 * ((100vw - 26.25rem) / 860));
  line-height: 1.085em;
  letter-spacing: -1.53px;
  letter-spacing: -0.09563rem;
  font-weight: 700;
  color: #000;
  margin: 0.5em 0;
}

section.works-carousel .caption {
  font-family: Apercu\Mono;
  width: 100%;
  border: 1px solid #e6e6e6;
  display: flex;
  flex-wrap: wrap;
  text-transform: uppercase;
}

section.works-carousel .caption span {
  font-size: 10px;
  line-height: 1em;
  font-size: 0.625rem;
  letter-spacing: 0.1205em;
  padding: 10px;
}

section.works-carousel .caption span.title {
  flex: 1 1 100%;
  width: 100%;
  border-bottom: 1px solid #e6e6e6;
}

section.works-carousel .caption span.sub {
  border-right: 1px solid #e6e6e6;
  width: 50%;
}

section.works-showreal {
  display: block;
  font-size: 0;
  text-align: center;
  width: 100%;
}

section.works-showreal .container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 5vw;
  padding-right: 5vw;
  width: 100%;
  max-width: 1340px;
}

section.works-showreal .list {
  display: block;
  margin: 0 auto;
  width: 100%;
}

section.works-showreal .list_item {
  display: block;
  margin: 0 auto 80px;
  position: relative;
}

section.works-showreal .list_item article.work {
  margin: auto;
  width: 100%;
}

section.works-showreal .list_item article.work img,
section.works-showreal .list_item article.work picture {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}

section.works-showreal .list_item article.work img {
  object-fit: cover;
  object-position: center;
}

section.works-showreal .list_item.-square {
  max-width: 406px;
}

section.works-showreal .list_item.-square .image_src {
  padding-bottom: 100%;
}

section.works-showreal .list_item.-portrait {
  max-width: 514px;
}

section.works-showreal .list_item.-portrait .image_src {
  padding-bottom: 132.29572%;
}

section.works-showreal .list_item.-full {
  max-width: 1050px;
}

section.works-showreal .list_item.-full article.work .image_src {
  padding-bottom: 55.2381%;
}

section.works-showreal .list_item.-full article.work .caption_meta {
  max-width: 514px;
}

section.works-showreal .button {
  display: block;
  margin: -20px auto 0;
  position: relative;
  width: 100%;
  z-index: 1;
}

section.works-showreal .button a {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  align-items: center;
  box-shadow: none;
  background-color: transparent;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  flex-wrap: nowrap;
  justify-content: center;
  min-height: 60px;
  min-width: 180px;
  outline: 0;
  overflow: hidden;
  padding: 0 25px;
  position: relative;
}

section.works-showreal .button a span {
  font-family: Apercu\Mono;
  font-size: 10px;
  line-height: 1em;
  font-size: 0.625rem;
  letter-spacing: 0.215em;
  display: inline-block;
  mix-blend-mode: difference;
  position: relative;
  pointer-events: none;
  text-transform: uppercase;
  vertical-align: middle;
  z-index: 3;
}

section.works-showreal .button a i.line {
  background: #000;
  display: block;
  pointer-events: none;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
}

section.works-showreal .button a:after,
section.works-showreal .button a:before {
  content: "";
  pointer-events: none;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}

section.works-showreal .button a:before {
  background: #0d0d0d;
  display: none;
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 0.4s ease-out;
  z-index: 1;
}

section.works-showreal .button a:after {
  background: 0 0;
  border: 1px solid #0d0d0d;
  display: block;
  z-index: 0;
}

section.works-showreal .button a {
  background-color: #fff;
}

section.works-showreal .button a:after {
  border-color: #e6e6e6;
}

section.works-showreal.-padding--1 {
  padding: 120px 0 100px;
}

@media only screen and (min-width: 400px) {
  section.media-aside-col-text aside.media {
    margin: 0 auto;
    max-width: 468px;
    width: 100%;
  }
}

@media (min-width: 480px) and (max-width: 1024px) {
  section.bio-aside-feature aside.feature {
    width: 100%;
  }

  section.bio-aside-feature article.work {
    margin: 0 auto;
  }
}

@media (min-width: 481px) {
  section.bold-stated-img-cta {
    padding-bottom: 62.5%;
  }

  section.hero-montage .media {
    margin-left: auto;
  }

  section.hero-montage .texture {
    bottom: 4%;
    right: -17px;
    width: 95%;
    height: 90%;
  }

  section.indented-statements .block {
    max-width: 530px;
  }

  section.indented-textarea .stats {
    margin-top: 25px;
  }

  section.indented-textarea .stats .item {
    flex: 0 40%;
  }

  section.indented-textarea .stats .item:first-child {
    align-items: flex-start;
  }

  section.text-aside-logos-label .container .logos .inner .item {
    flex: 1 0 25%;
  }

  section.text-aside-logos .container .content {
    padding-right: 1em;
    margin: 0;
  }

  section.text-aside-logos .container .content .inner .description,
  section.text-aside-logos .container .content .inner h2 {
    text-align: left;
  }

  section.text-aside-logos .container .logos .inner .item {
    flex: 1 0 33%;
  }

  section.text-overlay-img .content {
    padding: 5em 2.5em;
    width: 100%;
    max-width: 475px;
    align-items: flex-end;
  }

  section.text-overlay-img .content .button a {
    width: unset;
    padding: 15px 0;
    display: inline-block;
  }

  section.text-overlay-img .content .button a i {
    left: 110%;
  }

  section.text-stats-aside-img .content h2 {
    width: 100%;
    max-width: 475px;
    text-align: left;
  }

  section.text-stats-aside-img .content_description {
    margin: 1em 0;
    max-width: 420px;
    text-align: left;
  }
}

@media (min-width: 600px) {
  section.media-carousel .item {
    margin: 0 25px;
  }

  section.media-carousel .square {
    width: 300px;
    padding-top: 100%;
    position: relative;
  }

  section.media-carousel .rectangle {
    width: 300px;
    padding-top: 133%;
  }

  section.media-carousel .long-rectangle {
    width: 460px;
    padding-top: 66.5%;
  }

  section.media-carousel .caption {
    display: flex;
    flex-wrap: nowrap;
  }

  section.media-carousel .caption span.title {
    flex: 1 1 25%;
    width: 100%;
    border-bottom: 0;
  }

  section.media-carousel .caption span.sub {
    width: auto;
  }
}

@media (min-width: 768px) and (max-width: 1230px) {
  section.projects .post {
    margin-bottom: 130px;
  }

  section.projects .post.-portrait,
  section.projects .post.-square {
    flex-basis: 100%;
    max-width: 940px;
  }

  section.projects .post.-portrait article.work .image_src,
  section.projects .post.-square article.work .image_src {
    padding-bottom: 61.70213%;
  }

  section.projects .post.-portrait article.work .caption_meta,
  section.projects .post.-square article.work .caption_meta {
    max-width: 620px;
  }

  section.service-carousel .carousel {
    margin-top: 80px;
  }

  section.service-carousel .slider_item {
    width: 322px;
  }

  section.service-carousel .slider_item figure.image {
    height: 500px;
  }

  section.works-showreal .list_item {
    margin-bottom: 130px;
  }

  section.works-showreal .list_item.-portrait,
  section.works-showreal .list_item.-square {
    flex-basis: 100%;
    max-width: 1050px;
  }

  section.works-showreal .list_item.-portrait article.work .image_src,
  section.works-showreal .list_item.-square article.work .image_src {
    padding-bottom: 55.2381%;
  }

  section.works-showreal .list_item.-portrait article.work .caption_meta,
  section.works-showreal .list_item.-square article.work .caption_meta {
    max-width: 514px;
  }
}

@media (min-width: 769px) {
  aside.newsletter .logo svg {
    max-width: 200px;
  }

  aside.newsletter .form {
    padding: 100px 30px;
  }

  aside.newsletter .half {
    flex-basis: 50%;
    flex-direction: column;
  }

  aside.newsletter .close:before {
    right: 0;
  }

  aside.newsletter .close:after,
  aside.newsletter .close:before {
    background-color: #000;
  }

  aside.newsletter .content {
    flex-direction: row;
  }

  section.alternating-text-aside-img .location {
    max-width: 40em;
    margin: auto;
    flex-direction: column;
  }

  section.alternating-text-aside-img .location .image {
    max-width: 30em;
  }

  section.alternating-text-aside-img .location:last-child .image {
    margin: 0;
  }

  section.article-list.-padding--1 {
    padding: 40px 0 60px;
  }

  section.article-list article.post {
    padding: 0 0.5em;
  }

  section.article-list .paginate {
    margin: 100px 0 50px;
  }

  section.article-list .paginate .page-numbers {
    margin-right: 5px;
    padding: 15px 25px;
  }

  section.article-list .grid {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -0.5em;
  }

  section.article-list .grid-column {
    max-width: 50%;
    width: 100%;
  }

  section.bio-aside-feature .content_label span,
  section.contact-form .label span {
    font-size: 10px;
    font-size: 0.625rem;
    padding: 9px 13px;
  }

  section.contact-form .content .contact-form .contact-circle {
    top: 0;
  }

  section.contact-form .information {
    margin-bottom: 1.5em;
  }

  section.contact-form .button {
    display: none;
  }

  section.contact-form form {
    padding: 3em;
  }

  section.contact-form form .selected,
  section.contact-form form input,
  section.contact-form form textarea {
    padding: 1.5em;
  }

  section.contact-form form .half {
    float: left;
    width: 50%;
  }

  section.contact-form form .half.left {
    padding-right: 1em;
  }

  section.contact-form form .gform_footer {
    margin-top: 90px;
    flex-direction: row;
  }

  section.contact-form form .gfield:nth-child(5) {
    margin: 1em 0;
  }

  section.contact-form form .terms {
    text-align: left;
    margin: 1em;
    /* margin-left: 3em; */
  }

  section.contact-form form .button-submit,
  section.contact-form form .button-submit a {
    width: auto;

  }

  section.contact-form form .button-submit a i.line {
    height: 2px;
  }

  section.contact-form .services .service {
    max-width: 31.333%;
  }

  section.contact-form .services .service .item {
    height: 100px;
  }

  section.hero-alt-trial .content .label span,
  section.hero-article .label,
  section.hero-article .label span {
    font-size: 10px;
    font-size: 0.625rem;
    padding: 9px 13px;
  }

  section.hero-article .hero-image {
    padding-bottom: 55.77689%;
    margin: unset;
  }

  section.hero-article .label {
    margin-bottom: 10px;
    color: #282828;
  }

  section.hero-article h1 {
    line-height: 1.2em;
  }

  section.hero-article h1.large-mobile {
    margin-top: 20px;
  }

  section.hero-article .image {
    margin: 0;
  }

  section.hero-campaign .content .label span {
    font-size: 10px;
    font-size: 0.625rem;
    padding: 9px 13px;
  }

  section.hero-campaign .scrolldown {
    opacity: 1;
  }

  section.hero-campaign h1 .split-child {
    display: inline-flex;
    text-align: left !important;
  }

  section.hero-campaign h1 span {
    font-family: TT\Hoves;
    color: #191919;
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff,
      1px 1px 0 #fff;
  }

  section.hero-campaign .circle {
    display: flex;
  }

  section.hero-campaign .content {
    align-items: flex-start;
  }

  section.hero-campaign .content .description {
    text-align: left;
    max-width: 360px;
  }

  section.hero-campaign .content .cta {
    display: flex;
  }

  section.hero-campaign .image {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    justify-content: flex-end;
  }

  section.hero-campaign .image .inner {
    max-width: 453px;
  }

  section.hero-campaign .image img {
    width: 100%;
    max-width: 453px;
  }

  section.hero-insight .label span {
    font-size: 10px;
    font-size: 0.625rem;
    padding: 9px 13px;
  }

  section.hero-insight .filter {
    margin: 4em 0;
    margin-right: unset;
  }

  section.hero-insight .filter .item {
    font-size: 10px;
    font-size: 0.625rem;
    font-size: 11px;
    font-size: 0.6875rem;
  }

  section.hero-insight .filter svg {
    display: block;
  }

  section.hero-insight article.post:first-of-type {
    max-width: 405px;
  }

  section.hero-insight article.post:nth-child(2) {
    max-width: 515px;
  }

  section.hero-insight article.post:nth-child(3) {
    max-width: 615px;
  }

  section.hero-location .location .content_label span {
    font-size: 10px;
    font-size: 0.625rem;
    padding: 9px 13px;
  }

  section.hero-location .location {
    max-width: 100%;
  }

  section.hero-location .location .image {
    margin-bottom: 5.5em;
  }

  section.hero-location .location .texture {
    right: -35px;
  }

  section.hero-location .location .texture.-texture--left {
    left: -35px;
  }

  section.hero-montage .content .label span {
    font-size: 10px;
    font-size: 0.625rem;
    padding: 9px 13px;
  }

  section.hero-work .media {
    padding-bottom: 48.95833%;
  }

  section.hero .label span,
  section.hover-img-links .label span {
    font-size: 10px;
    font-size: 0.625rem;
    padding: 9px 13px;
  }

  section.hover-img-links .links {
    margin: 1.5em 1em 1.5em 2.5em;
  }

  section.hover-img-links .links li:hover .long-arrow-left,
  section.hover-img-links .links li:hover .long-arrow-right {
    display: block;
  }

  section.hover-img-links .links li:hover a {
    margin-left: 25px;
  }

  section.hover-img-links .image {
    max-width: 460px;
    padding-bottom: 50em;
  }

  section.hover-img-links .image_src {
    height: 100vh;
    max-height: 700px;
  }

  section.hover-img-links .circle .outer svg path {
    display: block;
  }

  section.hover-img-links .circle {
    width: 100%;
    max-width: 195px;
    height: 195px;
  }

  section.hover-img-links .circle .icon {
    width: 100%;
    max-width: 45px;
  }

  section.img-montage .line,
  section.img-montage .line_inner {
    display: block;
  }

  section.img-overlaps .container {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  section.img-overlaps .images_right {
    bottom: -4em;
    left: -4.5em;
  }

  section.img-overlaps .images_left {
    top: -4em;
    right: -4.5em;
  }

  section.indented-accords .label span,
  section.indented-contacts .label span,
  section.indented-statements .label span,
  section.indented-textarea aside.label span,
  section.insta-trail .insta_label span {
    font-size: 10px;
    font-size: 0.625rem;
    padding: 9px 13px;
  }

  section.insta-trail figure.images {
    width: 2000px;
  }

  section.locations .location {
    max-width: 40em;
    margin: auto;
    flex-direction: column;
  }

  section.locations .location .image {
    max-width: 30em;
  }

  section.locations .location:last-child .image {
    margin: 0;
  }

  section.marquee-divider-video .media_video {
    width: 250px;
    height: 250px;
  }

  section.marquee-divider-video span {
    line-height: 100px;
    line-height: 6.25rem;
  }

  section.media-list .image {
    margin-bottom: 3em;
  }

  section.media-video .media {
    padding-bottom: 48.95833%;
  }

  .page-not-found .label span {
    font-size: 10px;
    font-size: 0.625rem;
    padding: 9px 13px;
  }

  .page-not-found {
    padding: 20px;
    align-items: center;
  }

  .page-not-found h2 {
    text-align: center;
  }

  section.paginate-trial .content .label {
    font-size: 10px;
    font-size: 0.625rem;
    padding: 9px 13px;
  }

  section.paginate-trial .button {
    width: 100px;
    height: 100px;
  }

  section.service-carousel .text_label span {
    font-size: 10px;
    font-size: 0.625rem;
    padding: 9px 13px;
  }

  section.services-list article.post {
    max-width: 400px;
  }

  section.statement-img-trial .label span {
    font-size: 10px;
    font-size: 0.625rem;
    padding: 9px 13px;
  }

  section.statement-img-trial .item {
    margin: 0 5em;
  }

  section.statement-img-trial .content {
    display: block;
    padding: 2.5em 0;
  }

  section.stories-carousel {
    height: 800px;
  }

  section.stories-carousel .slider {
    position: absolute;
    width: 100%;
    height: 100%;
  }

  section.stories-carousel .description {
    margin-bottom: 6em;
  }

  section.stories-carousel .controls {
    display: none;
  }

  section.stories-carousel .item {
    margin-right: 40px;
    position: relative;
    color: #fff;
    overflow: hidden;
    height: 100%;
    max-height: 615px;
  }

  section.stories-carousel .item .overlay {
    position: absolute;
    top: 5em;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, transparent, rgb(0 0 0/76%));
  }

  section.stories-carousel .item span {
    position: absolute;
    white-space: nowrap;
    transform: translateX(0);
    transition: 4s;
  }

  section.stories-carousel .item:hover h3 span {
    transform: translateX(-60%);
  }

  section.stories-carousel .item-inner {
    padding: 0;
  }

  section.stories-carousel .item-inner h3 {
    font-family: TT\Hoves;
    position: absolute;
    top: 50%;
    left: 155%;
    font-size: 130px;
    font-size: 8.125rem;
    font-weight: 500;
    color: transparent;
    width: 2000px;
    -webkit-text-stroke: 2px #f7f7f7;
    transform: translate(-50%, -50%);
  }

  section.stories-carousel .item-inner .content {
    position: absolute;
    bottom: 2.5em;
    right: 2.5em;
    padding: 0 2em;
    width: 100%;
    max-width: 365px;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 18px;
    line-height: 1.125rem;
    color: #fff;
    margin-bottom: 0;
    border-left: 1px solid #606060;
  }

  section.stories-carousel .item-inner .content p:not(:last-of-type) {
    margin-bottom: 1em;
  }

  section.text-aside-img-label .label span {
    font-size: 10px;
    font-size: 0.625rem;
    padding: 9px 13px;
  }

  section.text-aside-img-label .texture {
    width: 95%;
    height: 80%;
    bottom: 10%;
  }

  section.text-aside-img-label .image {
    max-width: 460px;
  }

  section.text-aside-img-label .description {
    margin: 1.5em 1em 5em 4em;
  }

  section.text-aside-img .image_src,
  section.text-aside-img-label .image_src {
    height: 100vh;
    max-height: 700px;
  }

  section.text-aside-logos-label .container .content .inner .label span,
  section.text-aside-thumb-carousel .content .label span {
    font-size: 10px;
    font-size: 0.625rem;
    padding: 9px 13px;
  }

  section.text-overlay-img {
    align-items: center;
  }

  section.text-overlay-img .content {
    padding: 5em 4em;
    max-width: 520px;
  }

  section.works-carousel {
    margin-bottom: 100px;
  }

  section.works-carousel .half-background {
    height: 50%;
  }

  section.works-carousel .caption {
    flex-wrap: nowrap;
  }

  section.works-carousel .item {
    max-width: 420px;
    padding: 0 3em;
  }

  section.works-carousel .caption span.title {
    flex: 1 1 25%;
    width: 100%;
    border-bottom: 0;
  }

  section.works-carousel .caption span.sub {
    width: auto;
  }
}

@media (min-width: 961px) {
  aside.newsletter .form {
    max-width: 400px;
  }

  aside.social-share ul.share_links li {
    margin-right: 0;
  }

  aside.social-share ul.share_links a {
    border: 1px solid #ccc;
    width: 60px;
    height: 60px;
  }

  aside.social-share ul.share_links svg {
    opacity: 1;
    transition: opacity 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  }

  aside.social-share ul.share_links li:not(:last-of-type) a {
    border-right: 0 none;
  }

  footer.campaign .container {
    flex-direction: row;
  }

  footer.campaign .menu {
    display: inline-block;
  }

  footer.campaign .logo {
    justify-content: flex-start;
  }

  footer.campaign .logo svg {
    max-width: 150px;
  }

  footer.campaign .buttons,
  footer.campaign .logo,
  footer.campaign .menu {
    width: 33%;
  }

  footer.campaign .buttons {
    margin: 0;
    justify-content: flex-end;
  }

  footer.primary .-container {
    display: flex;
    flex-wrap: nowrap;
  }

  footer.primary .-container aside {
    display: inline-block;
  }

  footer.primary .footer_cta {
    align-items: center;
    justify-content: flex-start;
    padding-top: 80px;
  }

  footer.primary .footer_cta aside {
    vertical-align: middle;
  }

  footer.primary .cta_image {
    flex: 1 1 calc(100% - 430px);
    order: 1;
    width: calc(100% - 430px);
    z-index: 0;
  }

  footer.primary .cta_text {
    flex: 0 0 430px;
    order: 0;
    white-space: nowrap;
    width: 430px;
    z-index: 1;
  }

  footer.primary .footer_main {
    align-items: flex-start;
    justify-content: space-between;
    padding-bottom: 100px;
  }

  footer.primary .footer_main aside {
    display: inline-block;
    flex: 0 1 auto;
    vertical-align: top;
  }

  footer.primary .main_links ul {
    display: inline-block !important;
    min-width: 300px;
    padding-right: 60px;
    vertical-align: top;
  }

  footer.primary .main_social {
    margin-top: 0;
    text-align: right;
  }

  footer.primary ul.social_links li {
    margin-right: 0;
  }

  footer.primary ul.social_links a {
    border: 1px solid #282828;
    width: 60px;
    height: 60px;
  }

  footer.primary ul.social_links svg {
    opacity: 1;
    transition: opacity 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  }

  footer.primary ul.social_links li:not(:last-of-type) a {
    border-right: 0 none;
  }

  footer.primary ul.social_links:hover svg {
    opacity: 0.25;
  }

  footer.primary ul.social_links:hover li:hover svg {
    opacity: 1 !important;
  }

  footer.primary .social_copyright {
    margin-top: 65px;
  }

  footer.primary .copyright_credit a {
    font-weight: 400;
  }

  footer.primary .copyright_credit a:not(:hover) {
    color: #bababa;
  }

  header.campaign .logo .slogan {
    display: flex;
  }

  header.campaign .logo svg {
    max-width: 150px;
  }

  header.campaign .links a .sub {
    display: inline-flex;
  }

  section.contact-form .content {
    position: relative;
  }

  section.contact-form .content .contact-form .contact-circle {
    top: -300px;
    right: -200px;
  }

  section.contact-form .content .contact-form .contact-circle svg {
    width: auto;
  }

  section.download-guide-form .container {
    padding-top: 100px;
    padding-bottom: 100px;
    min-height: 860px;
  }

  section.download-guide-form .form input[type="email"],
  section.download-guide-form .form input[type="phone"],
  section.download-guide-form .form input[type="text"] {
    position: relative;
    padding: 1.5em 0;
    border-bottom: 0;
    border-bottom: 2px solid #333;
  }

  section.download-guide-form .form li {
    width: 50%;
    padding: 1em 0.5em;
  }

  section.hero-filters {
    padding: 2em 0 4em;
  }

  section.hero-filters .filter-icon {
    display: none;
  }

  section.hero-filters .filters {
    opacity: 0;
    visibility: visible;
    display: flex;
    flex-direction: row;
    max-height: none;
    margin-right: auto;
  }

  section.indented-accords .tab {
    padding: 3.5em 5.5em;
    border-bottom: 1px solid #333;
  }

  section.indented-contacts .label {
    padding: 0;
  }

  section.indented-contacts .content {
    max-width: 730px;
  }

  section.indented-contacts .container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 40px;
    width: 100%;
    max-width: 1340px;
    flex-direction: row;
  }

  section.indented-contacts .contact {
    border-bottom: 0;
    margin-bottom: 1em;
  }

  section.indented-contacts .contact .image {
    display: flex;
  }

  section.indented-contacts .contact .information {
    padding: 2em;
  }

  section.indented-statements .content {
    max-width: 730px;
  }

  section.indented-statements .content .block {
    flex: 1 0 50%;
  }

  section.indented-statements .content .content {
    max-width: 300px;
  }

  section.indented-statements .container {
    flex-direction: row;
  }

  section.media-carousel .item {
    margin: 0 60px;
  }

  section.media-carousel .square {
    width: 480px;
    padding-top: 100%;
    position: relative;
  }

  section.media-carousel .rectangle {
    width: 525px;
    padding-top: 133%;
  }

  section.media-carousel .long-rectangle {
    padding-top: 66.5%;
  }

  section.media-carousel .caption span.sub {
    border-right: 0;
  }

  section.text-aside-logos-label .container .logos {
    padding-top: 0;
  }

  section.text-aside-logos .container {
    flex-direction: row;
  }

  section.text-aside-logos .container .logos {
    padding-top: 0;
  }
}

@media screen and (min-width: 1024px) {
  header.primary .nav-pane nav.nav_menu a {
    font-size: 45px;
    font-size: 2.8125rem;
  }
}

@media (min-width: 1024px) and (max-width: 1230px) {
  section.bio-aside-feature aside.feature {
    padding-left: 100px;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1500px) {
  section.hero-work .media_video-btn {
    right: 40px;
  }

  section.media .media_video-btn,
  section.media-video .media_video-btn {
    right: 40px;
  }
}

@media (min-width: 1025px) {
  article.post .heading {
    margin-bottom: 4em;
  }

  article.post:hover .image_src .src_img {
    transform: scale(1.1);
  }

  article.work figure.image {
    transform: none !important;
    width: 100% !important;
  }

  article.work[data-pattern-pos~="bottom"] .image_pattern {
    bottom: -35px;
  }

  article.work[data-pattern-pos~="bottom"] .caption_title {
    margin-top: calc(0.55em + 35px);
  }

  article.work[data-pattern-pos~="left"] .image_pattern {
    left: -35px;
  }

  article.work[data-pattern-pos~="right"] .image_pattern {
    right: -35px;
  }

  article.work[data-pattern-pos~="top"] .image_pattern {
    top: -35px;
  }

  article.work .caption_meta {
    flex-wrap: nowrap;
  }

  article.work .caption_meta span {
    font-size: 10px;
    font-size: 0.625rem;
    padding: 10px 20px 9px 10px;
    width: auto !important;
  }

  article.work .caption_meta span.-primary {
    display: inline-block;
    flex: 1 1 auto;
  }

  article.work .caption_meta span.-sub {
    border-left: 1px solid #e6e6e6;
    border-top: 0 none;
    flex: 0 0 auto;
  }

  article.work:not(.-disable-hover):hover .image_src {
    transform: scale(0.95);
  }

  article.work:not(.-disable-hover):hover .image_src .src_img {
    transform: scale(1.15);
  }

  aside.newsletter form .gform_button {
    min-height: 70px;
    min-width: 240px;
  }

  aside.newsletter form .gform_button span {
    font-size: 12px;
    font-size: 0.75rem;
  }

  aside.newsletter form .gform_button i.line {
    height: 3px;
  }

  aside.newsletter form .gform_button:before {
    display: block;
  }

  aside.newsletter form .gform_button:hover:before {
    transform: scaleY(1);
    transform-origin: bottom;
  }

  aside.newsletter form .gform_button {
    min-height: 55px;
  }

  aside.social-share .share_label {
    font-size: 10px;
    font-size: 0.625rem;
  }

  .preloader .container,
  footer.campaign .container {
    padding-left: 40px;
    padding-right: 40px;
  }

  footer.campaign .buttons a {
    min-height: 70px;
    min-width: 240px;
  }

  footer.campaign .buttons a span {
    font-size: 12px;
    font-size: 0.75rem;
  }

  footer.campaign .buttons a i.line {
    height: 3px;
  }

  footer.campaign .buttons a:before {
    display: block;
  }

  footer.campaign .buttons a:hover:before {
    transform: scaleY(1);
    transform-origin: bottom;
  }

  footer.campaign .buttons a {
    min-width: 180px;
  }

  footer.primary .footer_inner {
    padding-left: 40px;
    padding-right: 40px;
  }

  footer.primary .cta_image .image_pattern {
    display: block;
  }

  footer.primary .text_btn a {
    min-height: 70px;
    min-width: 240px;
  }

  footer.primary .text_btn a span {
    font-size: 12px;
    font-size: 0.75rem;
  }

  footer.primary .text_btn a i.line {
    height: 3px;
  }

  footer.primary .text_btn a:before {
    display: block;
  }

  footer.primary .text_btn a:hover:before {
    transform: scaleY(1);
    transform-origin: bottom;
  }

  body.page-template-template_campaign .o-scroll {
    position: fixed;
    width: 100%;
  }

  header.campaign .container {
    padding-left: 40px;
    padding-right: 40px;
  }

  header.campaign .links a {
    min-height: 70px;
    min-width: 240px;
  }

  header.campaign .links a span {
    font-size: 12px;
    font-size: 0.75rem;
  }

  header.campaign .links a i.line {
    height: 3px;
  }

  header.campaign .links a:before {
    display: block;
  }

  header.campaign .links a:hover:before {
    transform: scaleY(1);
    transform-origin: bottom;
  }

  header.campaign .links a {
    min-height: 60px;
    min-width: 180px;
  }

  header.campaign .links a i.line {
    height: 0;
  }

  header.primary .inline-pane {
    height: 110px;
    padding: 40px 40px 0;
  }

  header.primary .inline-pane .pane_inner {
    height: 70px;
  }

  header.primary .inline-pane .logo {
    flex-basis: 190px;
    width: 190px;
    height: 26px;
  }

  header.primary .inline-pane .logo a,
  header.primary .inline-pane .logo svg {
    width: 160px;
    height: 56px;
  }

  header.primary .inline-pane .menu {
    display: inline-block;
  }

  header.primary .inline-pane .buttons_cta a {
    min-height: 70px;
    min-width: 240px;
  }

  header.primary .inline-pane .buttons_cta a span {
    font-size: 12px;
    font-size: 0.75rem;
  }

  header.primary .inline-pane .buttons_cta a i.line {
    height: 3px;
  }

  header.primary .inline-pane .buttons_cta a:before {
    display: block;
  }

  header.primary .inline-pane .buttons_cta a:hover:before {
    transform: scaleY(1);
    transform-origin: bottom;
  }

  header.primary .inline-pane .buttons {
    flex-basis: 190px;
    width: 190px;
    height: 70px;
  }

  header.primary .inline-pane .buttons_cta {
    display: inline-block;
  }

  header.primary .inline-pane .buttons_menu {
    display: none;
  }

  header.primary .nav-pane .nav_cta a {
    min-height: 70px;
    min-width: 240px;
  }

  header.primary .nav-pane .nav_cta a span {
    font-size: 12px;
    font-size: 0.75rem;
  }

  header.primary .nav-pane .nav_cta a i.line {
    height: 3px;
  }

  header.primary .nav-pane .nav_cta a:before {
    display: block;
  }

  header.primary .nav-pane .nav_cta a:hover:before {
    transform: scaleY(1);
    transform-origin: bottom;
  }

  header.primary .nav-pane {
    display: none;
  }

  section.alternating-text-aside-img.shift-up {
    padding-top: 0 !important;
    transform: translateY(-150px);
  }

  section.alternating-text-aside-img.-padding--1 {
    padding: 120px 0 250px;
  }

  section.alternating-text-aside-img.-padding--2 {
    padding: 0 0 150px;
  }

  section.alternating-text-aside-img .location {
    max-width: 100%;
    margin-bottom: 8em;
    align-items: center;
    flex-direction: row;
    justify-content: space-around;
  }

  section.alternating-text-aside-img .location:nth-child(odd) {
    flex-direction: row-reverse;
  }

  section.alternating-text-aside-img .location:last-child {
    margin: 0;
  }

  section.alternating-text-aside-img .location .content {
    flex: 0 0 50%;
    margin-bottom: 0;
  }

  section.alternating-text-aside-img .location .image {
    flex: 0 0 50%;
    max-width: 100%;
  }

  section.alternating-text-aside-img .container {
    padding-left: 40px;
    padding-right: 40px;
  }

  section.alternating-text-aside-img.-padding--1 {
    padding: 80px 0;
  }

  section.alternating-text-aside-img .content {
    margin-bottom: 0;
  }

  section.alternating-text-aside-img .location:nth-child(odd) {
    flex-direction: unset;
  }

  section.alternating-text-aside-img .location .content .information {
    max-width: 380px;
  }

  section.alternating-text-aside-img .location.-align--right {
    flex-direction: row-reverse;
  }

  section.alternating-text-aside-img .location.-align--left .content {
    padding: 0;
  }

  section.article-list.-padding--1 {
    padding: 80px 0;
  }

  section.article-list .container {
    padding-left: 40px;
    padding-right: 40px;
  }

  section.article-list .paginate {
    margin: 50px 0 135px;
  }

  section.article-list .grid {
    width: 100%;
  }

  section.article-list .grid-column {
    width: 33.33%;
    max-width: 100%;
  }

  section.article-thumbs.-padding--1 {
    padding: 150px 0;
  }

  section.article-thumbs .container {
    padding-left: 40px;
    padding-right: 40px;
  }

  section.article-thumbs .button a {
    font-size: 11px;
    font-size: 0.6875rem;
  }

  section.article-thumbs .button a:hover .text_line:first-of-type {
    opacity: 1;
    transform: translateY(-11px);
  }

  section.article-thumbs .button a:hover .text_line:last-of-type {
    opacity: 1;
    transform: translateY(-12px);
  }

  section.article-thumbs .button a:hover:after {
    transform: scaleX(0);
    transform-origin: right;
  }

  section.article-thumbs .controls {
    padding-left: 40px;
    padding-right: 40px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  section.article-thumbs .controls nav.next {
    margin-top: -12px;
    margin-left: 0;
  }

  section.article-thumbs .controls a {
    font-size: 11px;
    font-size: 0.6875rem;
  }

  section.article-thumbs .controls a:hover .text_line:first-of-type {
    opacity: 1;
    transform: translateY(-11px);
  }

  section.article-thumbs .controls a:hover .text_line:last-of-type {
    opacity: 1;
    transform: translateY(-12px);
  }

  section.article-thumbs .controls a:hover:after {
    transform: scaleX(0);
    transform-origin: right;
  }

  section.article-thumbs.-heading--left h2 {
    text-align: center;
    max-width: 100%;
  }

  section.article-thumbs article.post {
    padding: 0;
    border-right: 0;
  }

  section.article-thumbs .controls {
    flex-direction: row;
  }

  section.article-thumbs .controls .post {
    border: 0;
  }

  section.article-thumbs .controls--hide {
    display: none;
  }

  section.article-thumbs .grid {
    width: 100%;
    margin: auto;
    padding-left: 40px;
    padding-right: 40px;
    max-width: 1340px;
  }

  section.article-thumbs .grid--stack .grid-column {
    width: 33.333%;
  }

  section.article-thumbs .grid-column {
    padding-right: 1.5em;
  }

  section.author .container {
    padding-left: 40px;
    padding-right: 40px;
  }

  section.author.-padding--1 {
    padding: 40px 0;
  }

  section.bio-aside-feature .container {
    padding-left: 40px;
    padding-right: 40px;
  }

  section.bio-aside-feature .main {
    align-items: stretch;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    min-height: 655px;
  }

  section.bio-aside-feature aside {
    flex: 0 0 50%;
    overflow: visible;
    position: relative;
    vertical-align: middle;
    width: 50%;
  }

  section.bio-aside-feature .content_button a {
    font-size: 11px;
    font-size: 0.6875rem;
    padding-bottom: 25px;
    padding-top: 25px;
  }

  section.bio-aside-feature .content_button a:after {
    width: 100%;
  }

  section.bio-aside-feature .content_button a .arrow {
    right: -50px;
    width: 115px;
    height: 115px;
  }

  section.bio-aside-feature .content_button a:hover .arrow:after {
    transform: scale(1);
  }

  section.bio-aside-feature .content_button a:hover .arrow figure.circle {
    opacity: 0;
  }

  section.bio-aside-feature aside.content {
    display: inline-block;
    padding-top: 30px;
  }

  section.bio-aside-feature .content_inner {
    max-width: 530px;
  }

  section.bio-aside-feature .content_label {
    margin-bottom: 30px;
  }

  section.bio-aside-feature .content_indent {
    padding: 50px 0 0 210px;
  }

  section.bio-aside-feature .content_description {
    font-size: 13px;
    font-size: 0.8125rem;
  }

  section.bio-aside-feature .content_button {
    margin-top: 70px;
    padding-right: 50px;
  }

  section.bio-aside-feature aside.feature {
    align-items: flex-start;
    display: inline-flex;
    justify-content: flex-end;
    margin-left: 0;
    margin-top: 0;
    text-align: right;
  }

  section.bio-aside-feature article.work {
    max-width: 620px;
  }

  section.bio-aside-feature article.work .caption {
    padding-left: 0;
  }

  section.bio-aside-feature.-padding--1 {
    padding-top: 140px;
  }

  section.bold-stated-img-cta {
    padding-bottom: 48.95833%;
  }

  section.centred-cta.-padding--1 {
    padding: 200px 0;
  }

  section.centred-cta .container {
    padding-left: 40px;
    padding-right: 40px;
  }

  section.centred-cta .button {
    min-height: 70px;
    min-width: 240px;
  }

  section.centred-cta .button span {
    font-size: 12px;
    font-size: 0.75rem;
  }

  section.centred-cta .button i.line {
    height: 3px;
  }

  section.centred-cta .button:before {
    display: block;
  }

  section.centred-cta .button:hover:before {
    transform: scaleY(1);
    transform-origin: bottom;
  }

  section.contact-form.-padding--1 {
    padding: 150px 0 300px;
  }

  section.contact-form .container {
    padding-left: 40px;
    padding-right: 40px;
  }

  section.contact-form .button-submit a {
    min-height: 70px;
    min-width: 240px;
  }

  section.contact-form .button-submit a span {
    font-size: 12px;
    font-size: 0.75rem;
  }

  section.contact-form .button-submit a i.line {
    height: 3px;
  }

  section.contact-form .button-submit a:before {
    display: block;
  }

  section.contact-form .button-submit a:hover:before {
    transform: scaleY(1);
    transform-origin: bottom;
  }

  section.contact-form .button a {
    min-height: 70px;
    min-width: 240px;
  }

  section.contact-form .button a span {
    font-size: 12px;
    font-size: 0.75rem;
  }

  section.contact-form .button a i.line {
    height: 3px;
  }

  section.contact-form .button a:before {
    display: block;
  }

  section.contact-form .button a:hover:before {
    transform: scaleY(1);
    transform-origin: bottom;
  }

  section.contact-form .social-share .share_links {
    border: 0;
  }

  section.contact-form .social-share .share_links:hover svg {
    opacity: 1;
  }

  section.contact-form .social-share .share_links li {
    margin-right: 0;
  }

  section.contact-form .social-share .share_links li:last-child a {
    border-right: 1px solid #282828;
  }

  section.contact-form .content {
    justify-content: space-between;
    flex-direction: row;
    max-width: 100%;
    margin-top: 5em;
  }

  section.contact-form .content .contact-form {
    margin-top: 0;
  }

  section.download-guide-form .container {
    padding-left: 40px;
    padding-right: 40px;
  }

  section.download-guide-form .post-form a {
    min-height: 70px;
    min-width: 240px;
  }

  section.download-guide-form .post-form a span {
    font-size: 12px;
    font-size: 0.75rem;
  }

  section.download-guide-form .post-form a i.line {
    height: 3px;
  }

  section.download-guide-form .post-form a:before {
    display: block;
  }

  section.download-guide-form .post-form a:hover:before {
    transform: scaleY(1);
    transform-origin: bottom;
  }

  section.download-guide-form .form input[type="submit"] {
    min-height: 70px;
    min-width: 240px;
  }

  section.download-guide-form .form input[type="submit"] span {
    font-size: 12px;
    font-size: 0.75rem;
  }

  section.download-guide-form .form input[type="submit"] i.line {
    height: 3px;
  }

  section.download-guide-form .form input[type="submit"]:before {
    display: block;
  }

  section.download-guide-form .form input[type="submit"]:hover:before {
    transform: scaleY(1);
    transform-origin: bottom;
  }

  .flexible-content {
    padding: 180px 0 100px;
  }

  section.hero-alt-trial {
    min-height: 840px;
    padding-bottom: 130px;
    padding-top: 200px;
  }

  section.hero-alt-trial .content {
    padding-left: 40px;
    padding-right: 40px;
  }

  section.hero-article.-padding--single-insight,
  section.hero-article.-padding--single-service {
    padding-bottom: 100px;
    padding-top: 220px;
  }

  section.hero-article .container {
    padding-left: 40px;
    padding-right: 40px;
  }

  section.hero-article .background {
    height: 50%;
  }

  section.hero-article h1 {
    margin-bottom: 40px;
  }

  section.hero-article .profile {
    margin-bottom: 70px;
  }

  section.hero-article .profile .image {
    width: 60px;
  }

  section.hero-campaign .container {
    padding-left: 40px;
    padding-right: 40px;
  }

  section.hero-campaign .content a {
    font-size: 11px;
    font-size: 0.6875rem;
  }

  section.hero-campaign .content a:hover .text_line:first-of-type {
    transform: translateY(-11px);
  }

  section.hero-campaign .content a:hover .text_line:last-of-type {
    transform: translateY(-12px);
  }

  section.hero-campaign .content a:hover:after {
    transform: scaleX(0);
    transform-origin: right;
  }

  section.hero-campaign .content a:hover .text_line:first-of-type {
    opacity: 1;
    transform: translateY(-15px);
  }

  section.hero-campaign .content a:hover .text_line:last-of-type {
    opacity: 1;
    transform: translateY(-17px);
  }

  section.hero-campaign .scrolldown {
    padding-left: 40px;
    padding-right: 40px;
  }

  section.hero-campaign .texture {
    height: 108%;
  }

  section.hero-campaign .label {
    display: none;
  }

  section.hero-campaign .container {
    flex-direction: row;
  }

  section.hero-campaign .content,
  section.hero-campaign .image {
    margin: 0;
    width: 50%;
  }

  section.hero-campaign .content .cta {
    min-height: 50px;
    min-width: 140px;
  }

  section.hero-campaign .content .cta i.line {
    height: 1px;
  }

  section.hero-filters .container {
    padding-left: 40px;
    padding-right: 40px;
  }

  section.hero-filters .filter-options {
    height: 505px;
    overflow: scroll;
  }

  section.hero-filters .filters {
    display: flex;
    flex-direction: row;
  }

  section.hero-filters .filters .single {
    margin-right: 5em;
  }

  section.hero-insight.-padding--1 {
    padding: 220px 0 5px;
  }

  section.hero-insight .container {
    padding-left: 40px;
    padding-right: 40px;
  }

  section.hero-insight .featured {
    margin-top: 8em;
    max-width: 100%;
  }

  section.hero-insight .featured article.post .heading {
    margin-bottom: 5em;
  }

  section.hero-location .container {
    padding-left: 40px;
    padding-right: 40px;
  }

  section.hero-location .location .content .content_button a {
    min-height: 70px;
    min-width: 240px;
  }

  section.hero-location .location .content .content_button a span {
    font-size: 12px;
    font-size: 0.75rem;
  }

  section.hero-location .location .content .content_button a i.line {
    height: 3px;
  }

  section.hero-location .location .content .content_button a:before {
    display: block;
  }

  section.hero-location .location .content .content_button a:hover:before {
    transform: scaleY(1);
    transform-origin: bottom;
  }

  section.hero-location.-padding--1 {
    padding: 220px 0 100px;
  }

  section.hero-location .container {
    padding-left: 4.75vw;
    padding-right: 4.75vw;
  }

  section.hero-location .location {
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }

  section.hero-location .location .content {
    flex: 0 0 50%;
  }

  section.hero-location .location .content .content_button a {
    min-width: 200px;
  }

  section.hero-location .location .image {
    width: 50%;
  }

  section.hero-location .location .texture {
    right: -35px;
  }

  section.hero-location .location .texture.-texture--left {
    left: -45px;
  }

  section.hero-montage.-padding--1 {
    padding: 220px 0 100px;
  }

  section.hero-montage .container {
    padding-left: 40px;
    padding-right: 40px;
  }

  section.hero-montage .texture {
    bottom: 7%;
    right: -25px;
    width: 80%;
    height: 85%;
  }

  section.hero-montage h1 {
    letter-spacing: -3.33px;
    letter-spacing: -0.20813rem;
  }

  section.hero-montage h1 .split-child,
  section.hero-montage h1 .split-parent {
    min-width: 2000px;
  }

  section.hero-montage main {
    flex-wrap: nowrap;
  }

  section.hero-montage .content {
    z-index: 2;
    margin: 0;
    max-width: 500px;
  }

  section.hero-montage .image {
    max-width: 100%;
    margin: 0;
    z-index: 0;
    max-width: 625px;
  }

  section.hero-montage .media {
    max-width: 408px;
    margin: 0;
  }

  section.hero-montage .media .button {
    left: auto;
    right: -32px;
    top: -32px;
  }

  section.hero-montage .content .description {
    font-size: 14px;
    font-size: 0.875rem;
  }

  section.hero-montage .caption {
    flex-wrap: nowrap;
  }

  section.hero-montage .caption span {
    font-size: 10px;
    font-size: 0.625rem;
    padding: 2em 1em;
  }

  section.hero-montage .caption .title {
    display: inline-flex;
    flex: 1 1 auto;
  }

  section.hero-montage .caption .sub {
    flex: 0 1.5 auto;
  }

  section.hero-work .head_inner {
    padding-left: 40px;
    padding-right: 40px;
  }

  section.hero-work .head {
    padding-bottom: 85px;
    padding-top: 250px;
  }

  section.hero-work .head_title {
    margin-bottom: 40px;
  }

  section.hero-work .head_meta {
    display: inline-flex;
  }

  section.hero-work .head_share {
    display: inline-block;
  }

  section.hero-work .media_video-btn {
    top: 0;
    bottom: 0;
    left: 0;
    width: 140px;
    height: 140px;
    right: 0;
  }

  section.hero .container {
    padding-left: 40px;
    padding-right: 40px;
  }

  section.hero.-padding--1 {
    padding: 220px 0 50px;
  }

  section.home-hero {
    max-height: 100vh;
    min-height: 670px;
  }

  section.home-hero .slide .next_slide_overlay {
    display: block;
  }

  section.home-hero .slide_content {
    padding-left: 40px;
    padding-right: 40px;
  }

  section.home-hero .slide_btn,
  section.home-hero .video_frame.-portrait {
    display: none;
  }

  section.home-hero .video_frame.-landscape {
    display: block;
  }

  section.home-hero nav.menu {
    display: inline-block;
  }

  section.home-hero nav.arrows {
    display: none;
  }

  section.home-hero nav.scroll-arrow {
    display: inline-block;
  }

  section.hover-img-links .container {
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 100px;
    padding-top: 100px;
  }

  section.hover-img-links picture {
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
  }

  section.hover-img-links .image_src {
    position: relative;
    overflow: hidden;
    height: 100vh;
    max-height: 800px;
  }

  section.hover-img-links .container {
    flex-direction: row;
    align-items: center;
    padding-left: 0;
  }

  section.hover-img-links .content {
    margin-left: 35px;
  }

  section.hover-img-links .inner-background {
    max-width: 485px;
  }

  section.hover-img-links .button,
  section.hover-img-links .description {
    width: 100%;
    max-width: 380px;
    text-align: left;
  }

  section.hover-img-links .image {
    display: block;
    flex: 0 0 55%;
    max-width: 700px;
  }

  section.img-montage.-padding--1 {
    padding: 40px 0 12.5%;
  }

  section.img-montage.-padding--2 {
    padding: 80px 0;
    padding-top: 0;
  }

  section.img-montage .container {
    padding-left: 40px;
    padding-right: 40px;
  }

  section.img-montage .line:not(:last-of-type) {
    margin-bottom: 25px;
  }

  section.img-montage .texture {
    display: block;
  }

  section.img-montage .images .portrait {
    padding-top: 0;
  }

  section.img-montage .images .square {
    left: 61%;
    top: 20%;
    padding-top: 32%;
  }

  section.img-montage .images .square .texture {
    padding: 15em;
    width: 15em;
    height: 15em;
    left: 5%;
  }

  section.img-montage .images .landscape {
    left: 9%;
    top: 82%;
  }

  section.img-montage .images .landscape .inner {
    width: 41.5%;
    padding-top: 28.6%;
  }

  section.img-montage.-right .images .portrait {
    left: 46%;
  }

  section.img-montage.-right .images .landscape {
    left: 55%;
  }

  section.img-montage .container {
    margin-bottom: auto;
  }

  section.img-overlaps .container {
    padding-left: 40px;
    padding-right: 40px;
  }

  section.img-overlaps .images_landscape {
    margin: 1em;
  }

  section.indented-accords.-padding--1,
  section.indented-accords.-padding--single-service {
    padding: 200px 0;
  }

  section.indented-accords .container {
    padding-left: 40px;
    padding-right: 40px;
    flex-direction: row;
    justify-content: space-between;
  }

  section.indented-contacts-padding--1 {
    padding-bottom: 130px;
    padding-top: 130px;
  }

  section.indented-statements.-padding--1 {
    padding-bottom: 140px;
    padding-top: 140px;
  }

  section.indented-statements .container,
  section.indented-textarea .container {
    padding-left: 40px;
    padding-right: 40px;
  }

  section.indented-textarea.-padding--1 {
    padding-bottom: 210px;
    padding-top: 50px;
  }

  section.indented-textarea.-padding--2 {
    padding: 40px 0;
  }

  section.insta-trail .content {
    padding-left: 40px;
    padding-right: 40px;
  }

  section.insta-trail .insta_btn-inline a {
    min-height: 70px;
    min-width: 240px;
  }

  section.insta-trail .insta_btn-inline a span {
    font-size: 12px;
    font-size: 0.75rem;
  }

  section.insta-trail .insta_btn-inline a i.line {
    height: 3px;
  }

  section.insta-trail .insta_btn-inline a:before {
    display: block;
  }

  section.insta-trail .insta_btn-inline a:hover:before {
    transform: scaleY(1);
    transform-origin: bottom;
  }

  section.insta-trail {
    padding-bottom: 225px;
    padding-top: 200px;
  }

  section.insta-trail .insta_text:after {
    background: #000;
    content: "";
    display: block;
    margin: 16px auto 0;
    width: 1px;
    height: 80px;
  }

  section.insta-trail .insta_label {
    margin-bottom: 20px;
  }

  section.insta-trail .insta_btn-inline {
    display: none;
  }

  section.insta-trail .insta_btn-circle {
    display: block;
    margin: 28px auto 0;
  }

  section.intro-text.-padding--1 {
    padding: 80px 0;
  }

  section.intro-text.-padding--about {
    padding: 50px 0;
  }

  section.intro-text .container {
    padding-left: 40px;
    padding-right: 40px;
  }

  section.intro-text h2 {
    line-height: 1.25em;
  }

  section.locations .container {
    padding-left: 40px;
    padding-right: 40px;
  }

  section.locations.shift-up {
    padding-top: 0 !important;
    transform: translateY(-150px);
  }

  section.locations .location .content .content_button a {
    font-size: 11px;
    font-size: 0.6875rem;
    padding-bottom: 25px;
    padding-top: 25px;
  }

  section.locations .location .content .content_button a:after {
    width: 100%;
  }

  section.locations .location .content .content_button a .arrow {
    right: -50px;
    width: 115px;
    height: 115px;
  }

  section.locations .location .content .content_button a:hover .arrow:after {
    transform: scale(1);
  }

  section.locations .location .content .content_button a:hover .arrow figure.circle {
    opacity: 0;
  }

  section.locations.-padding--1 {
    padding: 120px 0 250px;
  }

  section.locations.-padding--2 {
    padding: 0 0 150px;
  }

  section.locations .location {
    max-width: 100%;
    margin-bottom: 8em;
    align-items: center;
    flex-direction: row;
    justify-content: space-around;
  }

  section.locations .location:nth-child(odd) {
    flex-direction: row-reverse;
  }

  section.locations .location:last-child {
    margin: 0;
  }

  section.locations .location .content {
    flex: 0 0 50%;
    margin-bottom: 0;
  }

  section.locations .location .image {
    flex: 0 0 50%;
    max-width: 100%;
  }

  section.marquee-divider-video .line:not(:last-of-type) {
    margin-bottom: 25px;
  }

  section.marquee-divider-video.-padding--1 {
    padding-bottom: 135px;
    padding-top: 135px;
  }

  section.marquee-divider-video.-padding--services {
    padding-bottom: 100px;
    padding-top: 100px;
  }

  section.marquee-divider-video .container {
    padding-left: 40px;
    padding-right: 40px;
  }

  section.marquee-divider-video .media_video {
    width: 407px;
    height: 407px;
  }

  section.marquee-divider-video .media_video-btn {
    width: 74px;
    height: 74px;
  }

  section.marquee-divider-video .media_video-btn svg {
    max-width: 19px;
  }

  section.marquee-divider-video span {
    line-height: 140px;
    line-height: 8.75rem;
  }

  section.marquee-divider .line:not(:last-of-type) {
    margin-bottom: 25px;
  }

  section.marquee-divider.-padding--1 {
    padding-bottom: 135px;
    padding-top: 135px;
  }

  section.marquee-divider.-padding--single-post {
    padding: 80px 0;
  }

  section.marquee-divider.-padding--services {
    padding-bottom: 100px;
    padding-top: 100px;
  }

  section.media-aside-col-text .container {
    padding-left: 40px;
    padding-right: 40px;
  }

  section.media-aside-col-text.-padding--1 {
    padding-bottom: 130px;
  }

  section.media-carousel.-padding--1 {
    padding: 100px 0;
  }

  section.media-carousel .controls {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  section.media-carousel .controls nav.next {
    margin-top: -12px;
    margin-left: 0;
  }

  section.media-carousel .container {
    padding-left: 40px;
    padding-right: 40px;
  }

  section.media-list.-padding--1 {
    padding: 100px 0;
  }

  section.media-list .container {
    padding-left: 40px;
    padding-right: 40px;
  }

  section.media-list .image {
    margin-bottom: 7em;
  }

  section.media-video .media_video-btn {
    top: -75px;
    bottom: auto;
    left: auto;
    width: 140px;
    height: 140px;
  }

  section.media.-padding--1 {
    padding: 60px 0;
  }

  section.media .media_video-btn {
    top: -75px;
    bottom: auto;
    left: auto;
    width: 140px;
    height: 140px;
  }

  .page-not-found .button {
    min-height: 70px;
    min-width: 240px;
  }

  .page-not-found .button span {
    font-size: 12px;
    font-size: 0.75rem;
  }

  .page-not-found .button i.line {
    height: 3px;
  }

  .page-not-found .button:before {
    display: block;
  }

  .page-not-found .button:hover:before {
    transform: scaleY(1);
    transform-origin: bottom;
  }

  section.paginate-trial .container {
    padding-left: 40px;
    padding-right: 40px;
  }

  section.paginate-trial {
    padding-bottom: 225px;
    padding-top: 200px;
  }

  section.projects .container {
    padding-left: 40px;
    padding-right: 40px;
  }

  section.projects .button a {
    min-height: 70px;
    min-width: 240px;
  }

  section.projects .button a span {
    font-size: 12px;
    font-size: 0.75rem;
  }

  section.projects .button a i.line {
    height: 3px;
  }

  section.projects .button a:before {
    display: block;
  }

  section.projects .button a:hover:before {
    transform: scaleY(1);
    transform-origin: bottom;
  }

  section.projects .button a {
    min-width: 210px;
  }

  section.projects {
    padding: 8em 0;
  }

  section.projects .button {
    margin: 0 auto 110px;
  }

  section.service-carousel .main {
    padding-left: 40px;
    padding-right: 40px;
  }

  section.service-carousel .control_btn a {
    font-size: 11px;
    font-size: 0.6875rem;
  }

  section.service-carousel .control_btn a:hover .text_line:first-of-type {
    opacity: 1;
    transform: translateY(-11px);
  }

  section.service-carousel .control_btn a:hover .text_line:last-of-type {
    opacity: 1;
    transform: translateY(-12px);
  }

  section.service-carousel .control_btn a:hover:after {
    transform: scaleX(0);
    transform-origin: right;
  }

  section.service-carousel.-padding--1 {
    padding-bottom: 140px;
    padding-top: 140px;
  }

  section.share.-padding--1 {
    padding: 40px 0;
  }

  section.share .head_share .social-share .share_links {
    border: 0;
  }

  section.share .head_share .social-share .share_links li {
    margin-right: 0;
  }

  section.share .head_share .social-share .share_links li:first-child a {
    border-left: 1px solid #e6e6e6;
  }

  section.stacked-carousel-aside-text .container {
    padding-left: 40px;
    padding-right: 40px;
  }

  section.stacked-carousel-aside-text .images {
    height: 655px;
  }

  section.stacked-carousel-aside-text .images .carousel {
    width: 455px;
  }

  section.stacked-carousel-aside-text .images .bee3D--slide {
    width: 455px;
    height: 655px;
  }

  section.stacked-carousel-aside-text .images .bee3D--effect__coverflow .bee3D--before-3 {
    transform: translateX(-276px) scale(0.35);
  }

  section.stacked-carousel-aside-text .images .bee3D--effect__coverflow .bee3D--before-2 {
    transform: translateX(-195px) scale(0.55);
  }

  section.stacked-carousel-aside-text .images .bee3D--effect__coverflow .bee3D--before-1 {
    transform: translateX(-107px) scale(0.75);
  }

  section.stacked-carousel-aside-text .images .bee3D--effect__coverflow .bee3D--after-1 {
    transform: translateX(107px) scale(0.75);
  }

  section.stacked-carousel-aside-text .images .bee3D--effect__coverflow .bee3D--after-2 {
    transform: translateX(195px) scale(0.55);
  }

  section.stacked-carousel-aside-text .images .bee3D--effect__coverflow .bee3D--after-3 {
    transform: translateX(-276px) scale(0.35);
  }

  section.stacked-carousel-aside-text .control_btn a {
    font-size: 11px;
    font-size: 0.6875rem;
  }

  section.stacked-carousel-aside-text .control_btn a:hover .text_line:first-of-type {
    opacity: 1;
    transform: translateY(-11px);
  }

  section.stacked-carousel-aside-text .control_btn a:hover .text_line:last-of-type {
    opacity: 1;
    transform: translateY(-12px);
  }

  section.stacked-carousel-aside-text .control_btn a:hover:after {
    transform: scaleX(0);
    transform-origin: right;
  }

  section.stacked-carousel-aside-text.-padding--1 {
    padding-bottom: 180px;
    padding-top: 180px;
  }

  section.services-list.-padding--1 {
    padding: 100px 0;
  }

  section.services-list article.post .heading {
    margin-bottom: 4em;
  }

  section.services-list article.post:hover .image_src .src_img {
    transform: scale(1.1);
  }

  section.services-list .grid-column {
    margin-bottom: 0;
  }

  section.services-list .container {
    padding-left: 40px;
    padding-right: 40px;
  }

  section.services-list .grid {
    flex-direction: row;
    padding: 0;
  }

  section.services-list .grid-column {
    width: 33.33%;
  }

  section.services-list .grid-column:nth-child(3n + 1),
  section.services-list .grid-column:nth-child(3n + 3) {
    padding-top: 7em;
  }

  section.services-list .grid-column:nth-child(2n) article.post {
    margin: auto;
  }

  section.services-list .grid-column:nth-child(odd) article.post .heading {
    text-align: left;
  }

  section.services-list .grid-column:nth-last-child(-n + 3) {
    margin-bottom: 0;
  }

  section.staff-carousel.-padding--1 {
    padding: 200px 0;
  }

  section.staff-carousel .container {
    padding-left: 40px;
    padding-right: 40px;
  }

  section.staff-carousel .button a {
    font-size: 11px;
    font-size: 0.6875rem;
  }

  section.staff-carousel .button a:hover .text_line:first-of-type {
    opacity: 1;
    transform: translateY(-11px);
  }

  section.staff-carousel .button a:hover .text_line:last-of-type {
    opacity: 1;
    transform: translateY(-12px);
  }

  section.staff-carousel .button a:hover:after {
    transform: scaleX(0);
    transform-origin: right;
  }

  section.staff-carousel .description {
    margin-bottom: 6em;
  }

  section.staff-carousel .content {
    height: 428px;
  }

  section.staff-carousel .controls {
    margin-top: 0;
    max-width: 4em;
    min-height: 430px;
    justify-content: center;
  }

  section.staff-carousel .carousel {
    position: absolute;
    left: calc(35% - 200px);
    transform: translateY(-50%);
  }

  section.staff-carousel .arrows {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  section.staff-carousel .arrows nav.next {
    margin-top: -12px;
    margin-left: 0;
  }

  section.staff-carousel .button {
    position: absolute;
    bottom: 4em;
    min-width: 10em;
    width: 100%;
  }

  section.staff-carousel .button.mobile {
    display: none;
  }

  section.staff-carousel .button.desktop {
    display: inline-block;
    position: relative;
    bottom: auto;
    margin-top: 3em;
  }

  section.staff-carousel .button.desktop a {
    width: auto;
    display: inline-block;
  }

  section.staff-carousel .slider .item {
    width: 320px;
    height: 428px;
    margin-right: 30px;
    position: relative;
  }

  section.staff-carousel .slider .item:hover .information {
    opacity: 1;
  }

  section.staff-carousel .slider .item .information {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    background-color: #faad00;
    transition: all 0.25s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  section.staff-carousel .slider .item .name,
  section.staff-carousel .slider .item .role {
    text-align: center;
  }

  section.staff-list.-padding--1 {
    padding: 80px 0;
  }

  section.staff-list .container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 40px;
    max-width: 1340px;
  }

  section.staff-list .categories {
    display: block;
  }

  section.staff-list .content {
    max-width: 100%;
  }

  section.staff-list .staff {
    margin-bottom: 140px;
  }

  section.staff-list .staff .category {
    padding: 0.5em 0;
  }

  section.staff-list .staff .category .trigger {
    display: none;
  }

  section.staff-list .staff .wrapper {
    opacity: 1 !important;
    display: block !important;
  }

  section.staff-list .staff .slider {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-left: -5px;
  }

  section.staff-list .staff .item {
    width: 33.33%;
    height: auto;
  }

  section.staff-list .information {
    opacity: 0;
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    color: #fff;
    background-color: #faad00;
    transition: all 0.25s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  section.staff-list .name,
  section.staff-list .role {
    text-align: center;
  }

  section.staff-list .staff {
    border-bottom: 0;
  }

  section.staff-list .staff:nth-child(odd) .item:nth-child(2) {
    margin-right: 33.33%;
  }

  section.staff-list .staff:nth-child(odd) .item:nth-child(3) {
    margin-left: 33.33%;
  }

  section.staff-list .staff:nth-child(2n) .item:nth-child(2) {
    margin-right: 33.33%;
  }

  section.statement-img-trial.-padding--1 {
    padding: 100px 0;
  }

  section.statement-img-trial .container {
    padding-left: 40px;
    padding-right: 40px;
  }

  section.stories-carousel.-padding--1 {
    padding: 200px 0;
  }

  section.stories-carousel.-padding--about {
    padding: 150px 0;
  }

  section.stories-carousel .container {
    padding-left: 40px;
    padding-right: 40px;
  }

  section.stories-carousel .controls {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  section.stories-carousel .controls nav.next {
    margin-top: -12px;
    margin-left: 0;
  }

  section.stories-carousel {
    height: 1020px;
  }

  section.stories-carousel .controls {
    display: none;
  }

  section.stories-carousel .item {
    margin-right: 150px;
    max-width: 950px;
  }

  section.stories-carousel .item-inner h3 {
    font-size: 170px;
    font-size: 10.625rem;
    left: 120%;
  }

  section.stories-carousel .item-inner .content {
    bottom: 5em;
    right: 5em;
  }

  section.text-aside-img-label .container {
    padding-left: 40px;
    padding-right: 40px;
  }

  section.text-aside-img-label {
    padding: 300px 0 60px;
  }

  section.text-aside-img-label picture {
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
  }

  section.text-aside-img-label .image_src {
    position: relative;
    overflow: hidden;
    height: 100vh;
    max-height: 800px;
  }

  section.text-aside-img-label .container {
    flex-direction: row;
    align-items: center;
  }

  section.text-aside-img-label .content {
    flex: 0 0 45%;
  }

  section.text-aside-img-label .inner {
    max-width: 450px;
  }

  section.text-aside-img-label .button,
  section.text-aside-img-label .description {
    width: 100%;
    max-width: 398px;
    text-align: left;
    margin: 2.5em auto;
  }

  section.text-aside-img-label .image {
    display: block;
    flex: 0 0 50%;
    padding-left: 1em;
    max-width: 540px;
  }

  section.text-aside-img.-padding--1 {
    padding: 80px 0;
  }

  section.text-aside-img.-padding--services {
    padding-bottom: 100px;
    padding-top: 100px;
  }

  section.text-aside-img .container {
    padding-left: 40px;
    padding-right: 40px;
  }

  section.text-aside-img .button a {
    font-size: 11px;
    font-size: 0.6875rem;
    padding-bottom: 25px;
    padding-top: 25px;
  }

  section.text-aside-img .button a:after {
    width: 100%;
  }

  section.text-aside-img .button a .arrow {
    right: -50px;
    width: 115px;
    height: 115px;
  }

  section.text-aside-img .button a:hover .arrow:after {
    transform: scale(1);
  }

  section.text-aside-img .button a:hover .arrow figure.circle {
    opacity: 0;
  }

  section.text-aside-img picture {
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
  }

  section.text-aside-img .image_src {
    position: relative;
    overflow: hidden;
    height: 100vh;
    max-height: 800px;
  }

  section.text-aside-img .container {
    flex-direction: row;
    align-items: center;
  }

  section.text-aside-img .content {
    flex: 0 0 50%;
  }

  section.text-aside-img .inner {
    max-width: 450px;
  }

  section.text-aside-img .button,
  section.text-aside-img .description {
    width: 100%;
    max-width: 300px;
    text-align: left;
    margin: 2.5em auto;
  }

  section.text-aside-img .image {
    display: block;
    flex: 0 0 50%;
    padding-left: 1em;
    max-width: 540px;
  }

  section.text-aside-logos-label .container {
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 100px;
    padding-top: 100px;
  }

  section.text-aside-logos-label.-padding--1 {
    padding: 200px 0;
  }

  section.text-aside-logos .container {
    padding-left: 40px;
    padding-right: 40px;
  }

  section.text-aside-logos.-padding--1,
  section.text-aside-thumb-carousel.-padding--1 {
    padding: 200px 0;
  }

  section.text-aside-thumb-carousel .container {
    padding-left: 40px;
    padding-right: 40px;
  }

  section.text-aside-thumb-carousel main {
    height: 428px;
  }

  section.text-aside-thumb-carousel .content {
    margin-top: -4em;
    max-width: 400px;
    min-height: 430px;
    justify-content: center;
  }

  section.text-aside-thumb-carousel .content .description {
    max-width: 300px;
  }

  section.text-aside-thumb-carousel .carousel {
    position: absolute;
    left: calc(35% - -80px);
    transform: translateY(-50%);
  }

  section.text-aside-thumb-carousel .arrows {
    width: 100%;
    margin-top: -1em;
    height: 0;
    display: flex;
    align-items: center;
  }

  section.text-aside-thumb-carousel .arrows nav {
    width: 90px;
    height: 90px;
  }

  section.text-aside-thumb-carousel .arrows nav.next {
    margin-left: -15px;
  }

  section.text-aside-thumb-carousel .slider {
    margin-bottom: 0;
  }

  section.text-aside-thumb-carousel .slider .item {
    width: 400px;
    height: 400px;
  }

  section.text-aside-thumb-carousel .slider .item .label {
    padding: 20px 25px;
  }

  section.text-aside-thumb-carousel .slider .item .image {
    padding: 0 25px;
    border-right: 1px solid #dadada;
  }

  section.text-overlay-img .container {
    padding-left: 40px;
    padding-right: 40px;
  }

  section.text-overlay-img .content .button a {
    font-size: 11px;
    font-size: 0.6875rem;
    padding-bottom: 25px;
    padding-top: 25px;
  }

  section.text-overlay-img .content .button a:after {
    width: 100%;
  }

  section.text-overlay-img .content .button a .arrow {
    right: -50px;
    width: 115px;
    height: 115px;
  }

  section.text-overlay-img .content .button a:hover .arrow:after {
    transform: scale(1);
  }

  section.text-overlay-img .content .button a:hover .arrow figure.circle {
    opacity: 0;
  }

  section.text-overlay-img .content .button a .arrow {
    width: 100px;
    height: 100px;
  }

  section.text-stats-aside-img .container {
    padding-left: 40px;
    padding-right: 40px;
  }

  section.text-stats-aside-img.-padding--1 {
    padding: 150px 0;
  }

  section.text-stats-aside-img .container {
    flex-direction: row;
    align-items: center;
  }

  section.text-stats-aside-img .content {
    flex: 0 0 50%;
  }

  section.text-stats-aside-img .content_description {
    width: 100%;
    max-width: 400px;
    text-align: left;
    margin: 1em 0;
  }

  section.text-stats-aside-img .image {
    display: block;
    flex: 0 0 50%;
    padding-left: 1em;
  }

  section.textarea .container {
    padding-left: 40px;
    padding-right: 40px;
  }

  section.textarea.-padding--1 {
    padding: 40px 0;
  }

  section.textarea .content {
    max-width: 621px;
    margin: auto;
  }

  section.textarea .content.-large-character p:first-of-type:first-letter {
    padding: 25px 3px;
    line-height: 25px;
    line-height: 1.5625rem;
  }

  section.textarea aside.social-share {
    display: flex;
  }

  section.works-carousel.-padding--1 {
    padding-bottom: 140px;
  }

  section.works-carousel .container {
    padding-left: 40px;
    padding-right: 40px;
  }

  section.works-carousel {
    margin-bottom: 150px;
  }

  section.works-carousel .caption span.sub {
    border-right: 0;
    border-left: 1px solid #e6e6e6;
  }

  section.works-carousel .item {
    max-width: 620px;
    padding: 0 4em;
  }

  section.works-showreal .container {
    padding-left: 40px;
    padding-right: 40px;
  }

  section.works-showreal .button a {
    min-height: 70px;
    min-width: 240px;
  }

  section.works-showreal .button a span {
    font-size: 12px;
    font-size: 0.75rem;
  }

  section.works-showreal .button a i.line {
    height: 3px;
  }

  section.works-showreal .button a:before {
    display: block;
  }

  section.works-showreal .button a:hover:before {
    transform: scaleY(1);
    transform-origin: bottom;
  }

  section.works-showreal.-padding--1 {
    padding: 180px 0;
  }
}

@media (min-width: 1230px) and (max-width: 1430px) {
  section.media-aside-col-text aside.content {
    padding-left: 70px;
  }
}

@media (min-width: 1231px) {
  section.hero-alt-trial figure.images {
    display: block;
  }

  section.indented-textarea .stats .item {
    flex: 0 33.333%;
  }

  section.indented-textarea .main {
    align-items: flex-start;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    width: 100%;
  }

  section.indented-textarea .main aside {
    display: inline-block;
    vertical-align: top;
  }

  section.indented-textarea aside.label {
    flex: 0 0 33.3333%;
    margin-bottom: 20px;
    width: 33.3333%;
  }

  section.indented-textarea aside.textarea {
    flex: 1 1 66.6666%;
    width: 66.6666%;
  }

  section.indented-textarea .textarea_content {
    align-items: flex-start;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  section.indented-textarea .content_col {
    display: inline-block;
    font-size: 0.8125rem;
    flex: 0 0 360px;
    font-size: 13px;
    margin: 0;
    max-width: 360px;
    padding: 0 60px 0 0 !important;
    vertical-align: top;
    width: 100%;
  }

  section.indented-textarea.-padding--single-service {
    padding-bottom: 130px;
    padding-top: 50px;
  }

  section.insta-trail figure.images {
    display: block;
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    margin-bottom: 0;
  }

  section.insta-trail img.image {
    filter: none;
    max-width: 250px;
    opacity: 0;
    top: 0;
    left: 0;
    position: absolute;
    will-change: transform;
  }

  section.media-aside-col-text .main {
    align-items: flex-start;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  section.media-aside-col-text aside {
    display: inline-block;
    vertical-align: top;
  }

  section.media-aside-col-text aside.media {
    flex: 0 0 468px;
    margin: 0;
    width: 468px;
  }

  section.media-aside-col-text aside.content {
    flex: 1 1 calc(100% - 468px);
    margin: 0;
    max-width: none;
    padding-top: 40px;
    width: calc(100% - 468px);
  }

  section.media-aside-col-text .content_text {
    align-items: flex-start;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  section.media-aside-col-text .text_col {
    display: inline-block;
    font-size: 13px;
    font-size: 0.8125rem;
    margin: 0 !important;
    padding: 0 !important;
    vertical-align: top;
  }

  section.media-aside-col-text .text_col.-col--1 {
    flex: 0 0 320px;
    max-width: 320px;
    width: 100%;
  }

  section.media-aside-col-text .text_col.-col--2 {
    flex: 0 0 270px;
    max-width: 270px;
    width: 100%;
  }

  section.paginate-trial figure.images {
    display: block;
  }

  section.projects .post {
    align-items: center;
    display: inline-flex;
    flex: 0 0 auto;
    margin-bottom: 170px;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }

  section.projects .post .list {
    align-items: stretch;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  section.projects .post.-full {
    flex-basis: 100%;
    max-width: 940px;
  }

  section.projects .post.-full article.work {
    min-width: 940px;
  }

  section.service-carousel:before {
    right: auto;
    bottom: 0;
    left: auto;
    width: calc(50% - 170px);
    height: 100%;
    z-index: 1;
  }

  section.service-carousel .container {
    position: relative;
  }

  section.service-carousel .content {
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    max-width: 460px;
    min-height: 655px;
    position: relative;
    z-index: 2;
  }

  section.service-carousel .content_inner {
    max-width: 385px;
  }

  section.service-carousel .text_label {
    margin-bottom: 30px;
  }

  section.service-carousel .text_description {
    font-size: 13px;
    font-size: 0.8125rem;
  }

  section.service-carousel .content_control {
    margin-top: 90px;
    right: auto;
    bottom: auto;
    left: auto;
    position: relative;
    width: 100%;
  }

  section.service-carousel .arrows nav {
    width: 90px;
    height: 90px;
  }

  section.service-carousel .arrows nav.next {
    margin-left: -14px;
  }

  section.service-carousel .arrows nav:hover {
    z-index: 2 !important;
  }

  section.service-carousel .arrows nav:hover:after {
    transform: scale(1);
  }

  section.service-carousel .arrows nav:hover figure.circle {
    opacity: 0;
  }

  section.service-carousel .control_btn a.-mobile {
    display: none;
  }

  section.service-carousel .control_btn a.-desktop {
    display: inline-block;
  }

  section.service-carousel .carousel {
    margin: auto 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: calc(50% - 130px);
    position: absolute;
    width: calc(50% + 130px);
    z-index: 0;
  }

  section.service-carousel .slider_item {
    width: 380px;
  }

  section.service-carousel .slider_item figure.image {
    height: 590px;
  }

  section.service-carousel .slider_item:hover figure.image {
    transform: scale(0.95);
  }

  section.service-carousel .slider_item:hover figure.image img {
    transform: scale(1.15);
  }

  section.service-carousel.-bg--2 {
    background-color: #191919;
  }

  section.service-carousel.-bg--2 .arrows nav:not(:hover):before {
    background-image: url(../svg/btn_arrow--2.svg);
  }

  section.service-carousel.-bg--2 .control_btn a {
    color: #fff;
  }

  section.service-carousel.-bg--2 .control_btn a:after {
    background-color: #fff;
  }

  section.service-carousel.-bg--2 .slider_item .label {
    color: #fff;
  }

  section.stacked-carousel-aside-text .single-post {
    display: block;
    opacity: 0;
    position: absolute;
    top: 50%;
    min-height: 300px;
    width: 95%;
    transform: translateY(-50%);
    transition: opacity 0.5s ease-out;
  }

  section.stacked-carousel-aside-text .single-post.show {
    transition: opacity 1.25s ease-in;
    opacity: 1;
  }

  section.stacked-carousel-aside-text .main {
    align-items: stretch;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    min-height: 655px;
  }

  section.stacked-carousel-aside-text aside {
    display: inline-block;
    flex: 0 0 50%;
    overflow: visible;
    position: relative;
    vertical-align: middle;
    width: 50%;
  }

  section.stacked-carousel-aside-text .images {
    margin: 0;
  }

  section.stacked-carousel-aside-text .images .carousel {
    left: 90px;
    transform: none;
  }

  section.stacked-carousel-aside-text .content_inner {
    min-height: 350px;
  }

  section.stacked-carousel-aside-text .content_control {
    bottom: 0;
    position: absolute;
  }

  section.stacked-carousel-aside-text .content {
    align-items: center;
    display: inline-flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
    padding: 40px 0 0 25px;
  }

  section.stacked-carousel-aside-text .content_description {
    font-size: 13px;
    font-size: 0.8125rem;
  }

  section.stacked-carousel-aside-text .content_control {
    margin-top: 45px;
  }

  section.stacked-carousel-aside-text .control_arrows nav {
    width: 90px;
    height: 90px;
  }

  section.stacked-carousel-aside-text .control_arrows nav.arrows_next {
    margin-left: -14px;
  }

  section.stacked-carousel-aside-text .control_arrows nav:hover {
    z-index: 2 !important;
  }

  section.stacked-carousel-aside-text .control_arrows nav:hover:after {
    transform: scale(1);
  }

  section.stacked-carousel-aside-text .control_arrows nav:hover figure.circle {
    opacity: 0;
  }

  section.stacked-carousel-aside-text .control_btn a.-mobile {
    display: none;
  }

  section.stacked-carousel-aside-text .control_btn a.-desktop {
    display: inline-block;
  }

  section.stacked-carousel-aside-text.-bg--1 {
    background-color: #f7f7f7;
  }

  section.statement-img-trial .item {
    margin: 0 7em;
  }

  section.statement-img-trial .content {
    padding: 8em 0;
  }

  section.statement-img-trial figure.images {
    display: block;
  }

  section.works-showreal .list {
    align-items: stretch;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1050px;
  }

  section.works-showreal .list_item {
    align-items: center;
    display: inline-flex;
    flex: 0 0 auto;
    margin-bottom: 170px;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }

  section.works-showreal .list_item.-full {
    flex-basis: 100%;
    max-width: 1050px;
  }

  section.works-showreal .list_item.-full article.work {
    min-width: 1050px;
  }
}

@media screen and (min-width: 1280px) {
  article.post .heading {
    font-size: 30px;
    font-size: 1.875rem;
  }

  article.work .caption_title {
    font-size: 54px;
    font-size: 3.375rem;
  }

  aside.newsletter form input {
    font-size: 16px;
    font-size: 1rem;
  }

  footer.primary .text_head {
    font-size: 100px;
    font-size: 6.25rem;
  }

  section.alternating-text-aside-img .location .content h2 {
    font-size: 54px;
    font-size: 3.375rem;
  }

  section.article-list .paginate .page-numbers.current,
  section.article-list .paginate a,
  section.article-list .paginate a:hover {
    font-size: 14px;
    font-size: 0.875rem;
  }

  section.article-thumbs h2 {
    font-size: 54px;
    font-size: 3.375rem;
  }

  section.author .profile .information {
    font-size: 12px;
    font-size: 0.75rem;
  }

  section.author .content .description {
    font-size: 14px;
    font-size: 0.875rem;
  }

  section.bio-aside-feature .content_heading {
    font-size: 36px;
    font-size: 2.25rem;
  }

  section.bold-stated-img-cta .label {
    font-size: 180px;
    font-size: 11.25rem;
  }

  section.centred-cta .content h2 {
    font-size: 50px;
    font-size: 3.125rem;
  }

  section.contact-form .information_text {
    font-size: 20px;
    font-size: 1.25rem;
  }

  section.contact-form h1 {
    font-size: 100px;
    font-size: 6.25rem;
  }

  section.contact-form .gform_confirmation_wrapper {
    font-size: 20px;
    font-size: 1.25rem;
  }

  section.contact-form form,
  section.contact-form form .validation_error,
  section.contact-form form .validation_message,
  section.contact-form form input,
  section.contact-form form label,
  section.contact-form form textarea {
    font-size: 16px;
    font-size: 1rem;
  }

  section.contact-form form .terms {
    font-size: 14px;
    font-size: 0.875rem;
  }

  section.contact-form form .options li,
  section.contact-form form .selected {
    font-size: 20px;
    font-size: 1.25rem;
  }

  section.download-guide-form h2 {
    font-size: 56px;
    font-size: 3.5rem;
  }

  section.download-guide-form .description {
    font-size: 14px;
    font-size: 0.875rem;
  }

  section.download-guide-form .gform_confirmation_message h2 {
    font-size: 50px;
    font-size: 3.125rem;
  }

  section.download-guide-form .gform_confirmation_message p {
    font-size: 22px;
    font-size: 1.375rem;
  }

  section.download-guide-form .form .terms {
    font-size: 14px;
    font-size: 0.875rem;
  }

  section.download-guide-form .form input[type="email"],
  section.download-guide-form .form input[type="phone"],
  section.download-guide-form .form input[type="text"] {
    font-size: 16px;
    font-size: 1rem;
  }

  section.download-guide-form .form .gfield_checkbox label,
  section.download-guide-form .form .ginput_container_checkbox label,
  section.download-guide-form .form .opt-in label {
    font-size: 14px;
    font-size: 0.875rem;
  }

  section.hero-alt-trial .content h1 {
    font-size: 100px;
    font-size: 6.25rem;
  }

  section.hero-alt-trial .content .description {
    font-size: 34px;
    font-size: 2.125rem;
  }

  section.hero-article h1 {
    font-size: 64px;
    font-size: 4rem;
  }

  section.hero-article h1.large-mobile {
    font-size: 84px;
    font-size: 5.25rem;
  }

  section.hero-article .profile .information {
    font-size: 12px;
    font-size: 0.75rem;
  }

  section.hero-campaign .content h1 {
    font-size: 85px;
    font-size: 5.3125rem;
  }

  section.hero-campaign .content .description {
    font-size: 14px;
    font-size: 0.875rem;
  }

  section.hero-insight h1 {
    font-size: 100px;
    font-size: 6.25rem;
  }

  section.hero-location .location .content h2 {
    font-size: 95px;
    font-size: 5.9375rem;
  }

  section.hero-location .location .content .information_text {
    font-size: 20px;
    font-size: 1.25rem;
  }

  section.hero-montage .content h1 {
    font-size: 100px;
    font-size: 6.25rem;
  }

  section.hero-montage .content .description {
    font-size: 14px;
    font-size: 0.875rem;
  }

  section.hero h1,
  section.hero-work .head_title {
    font-size: 100px;
    font-size: 6.25rem;
  }

  section.home-hero .content_header {
    font-size: 120px;
    font-size: 7.5rem;
  }

  section.hover-img-links h2 {
    font-size: 56px;
    font-size: 3.5rem;
  }

  section.hover-img-links .description {
    font-size: 15px;
    font-size: 0.9375rem;
  }

  section.hover-img-links .links a {
    font-size: 22px;
    font-size: 1.375rem;
  }

  section.img-montage .line,
  section.img-montage .line_inner {
    font-size: 160px;
    font-size: 10rem;
  }

  section.indented-accords .tab:before {
    font-size: 18px;
    font-size: 1.125rem;
  }

  section.indented-accords .tab h2 {
    font-size: 60px;
    font-size: 3.75rem;
  }

  section.indented-accords .tab .description {
    font-size: 14px;
    font-size: 0.875rem;
  }

  section.indented-contacts .contact .information .name {
    font-size: 30px;
    font-size: 1.875rem;
  }

  section.indented-contacts .contact .information .email {
    font-size: 20px;
    font-size: 1.25rem;
  }

  section.indented-statements .block h2 {
    font-size: 45px;
    font-size: 2.8125rem;
  }

  section.indented-textarea .textarea_heading {
    font-size: 36px;
    font-size: 2.25rem;
  }

  section.indented-textarea .stats .item_number span {
    font-size: 70px;
    font-size: 4.375rem;
  }

  section.indented-textarea .stats .item_number span.--s-characters {
    font-size: 75px;
    font-size: 4.6875rem;
  }

  section.insta-trail .insta_heading {
    font-size: 54px;
    font-size: 3.375rem;
  }

  section.intro-text h2 {
    font-size: 38px;
    font-size: 2.375rem;
  }

  section.locations .location .content h2 {
    font-size: 54px;
    font-size: 3.375rem;
  }

  section.marquee-divider-video.-fs--1 {
    font-size: 160px;
    font-size: 10rem;
  }

  section.marquee-divider-video.-fs--2 {
    font-size: 140px;
    font-size: 8.75rem;
  }

  section.marquee-divider-video.-fs--3 {
    font-size: 120px;
    font-size: 7.5rem;
  }

  section.marquee-divider.-fs--1 {
    font-size: 160px;
    font-size: 10rem;
  }

  section.marquee-divider.-fs--2 {
    font-size: 140px;
    font-size: 8.75rem;
  }

  section.media-aside-col-text .content_heading {
    font-size: 44px;
    font-size: 2.75rem;
  }

  .page-not-found h2 {
    font-size: 84px;
    font-size: 5.25rem;
  }

  section.paginate-trial .content h2 {
    font-size: 54px;
    font-size: 3.375rem;
  }

  section.service-carousel .text_heading {
    font-size: 44px;
    font-size: 2.75rem;
  }

  section.service-carousel .slider_item .label {
    font-size: 26px;
    font-size: 1.625rem;
  }

  section.stacked-carousel-aside-text .content_heading {
    font-size: 34px;
    font-size: 2.125rem;
  }

  section.services-list article.post .heading {
    font-size: 30px;
    font-size: 1.875rem;
  }

  section.staff-carousel h2 {
    font-size: 54px;
    font-size: 3.375rem;
  }

  section.staff-carousel .description {
    font-size: 14px;
    font-size: 0.875rem;
  }

  section.staff-carousel .slider .item .name {
    font-size: 25px;
    font-size: 1.5625rem;
  }

  section.staff-carousel .slider .item .role {
    font-size: 12px;
    font-size: 0.75rem;
  }

  section.staff-list .information .name {
    font-size: 25px;
    font-size: 1.5625rem;
  }

  section.staff-list .information .role {
    font-size: 12px;
    font-size: 0.75rem;
  }

  section.staff-list .staff .category {
    font-size: 54px;
    font-size: 3.375rem;
  }

  section.statement-img-trial h1 {
    font-size: 175px;
    font-size: 10.9375rem;
  }

  section.stories-carousel h2 {
    font-size: 54px;
    font-size: 3.375rem;
  }

  section.stories-carousel .description {
    font-size: 14px;
    font-size: 0.875rem;
  }

  section.text-aside-img-label h2 {
    font-size: 56px;
    font-size: 3.5rem;
  }

  section.text-aside-img-label .description {
    font-size: 15px;
    font-size: 0.9375rem;
  }

  section.text-aside-img h2 {
    font-size: 54px;
    font-size: 3.375rem;
    font-size: 52px;
    font-size: 3.25rem;
  }

  section.text-aside-logos-label .container .content .inner h2 {
    font-size: 56px;
    font-size: 3.5rem;
  }

  section.text-aside-logos-label .container .content .inner .description {
    font-size: 15px;
    font-size: 0.9375rem;
  }

  section.text-aside-logos .container .content .inner h2,
  section.text-aside-thumb-carousel .content h2 {
    font-size: 44px;
    font-size: 2.75rem;
  }

  section.text-aside-thumb-carousel .slider .item .label {
    font-size: 11px;
    font-size: 0.6875rem;
  }

  section.text-overlay-img .content h2 {
    font-size: 36px;
    font-size: 2.25rem;
  }

  section.text-stats-aside-img.-large-stats-text .stats .item_number {
    font-size: 52px;
    font-size: 3.25rem;
  }

  section.text-stats-aside-img.-large-stats-text .stats .item_number span.number {
    font-size: 80px;
    font-size: 5rem;
  }

  section.text-stats-aside-img .content h2 {
    font-size: 54px;
    font-size: 3.375rem;
  }

  section.text-stats-aside-img .content_description {
    font-size: 14px;
    font-size: 0.875rem;
  }

  section.text-stats-aside-img .stats .item_number {
    font-size: 80px;
    font-size: 5rem;
  }

  section.text-stats-aside-img .stats .item_number span {
    font-size: 60px;
    font-size: 3.75rem;
  }

  section.text-stats-aside-img .stats .item_number span.--s-characters {
    font-size: 75px;
    font-size: 4.6875rem;
  }

  section.textarea .content.-large-character p:first-of-type:first-letter {
    font-size: 80px;
    font-size: 5rem;
  }

  section.textarea .content ul li {
    font-size: 14px;
    font-size: 0.875rem;
  }

  section.textarea h2 {
    font-size: 36px;
    font-size: 2.25rem;
  }

  section.textarea p {
    font-size: 14px;
    font-size: 0.875rem;
  }

  section.works-carousel h3 {
    font-size: 54px;
    font-size: 3.375rem;
  }
}

@media (min-width: 1431px) {
  section.media-aside-col-text aside.content {
    padding-left: 112px;
  }
}

@media only screen and (min-width: 1500px) {
  section.hero-work .media_video-btn {
    right: calc(50% - 715px);
  }

  section.media .media_video-btn,
  section.media-video .media_video-btn {
    right: calc(50% - 715px);
  }
}

@media (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }

  .fancybox-slide--image {
    padding: 6px 0;
  }

  .fancybox-close-small {
    right: -6px;
  }

  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }

  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }

  @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right));
    }
  }
}

@media (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }

  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}

@media screen and (max-width: 420px) {
  article.post .heading {
    font-size: 22px;
    font-size: 1.375rem;
  }

  article.work .caption_title {
    font-size: 34px;
    font-size: 2.125rem;
  }

  aside.newsletter form input {
    font-size: 15px;
    font-size: 0.9375rem;
  }

  footer.primary .text_head {
    font-size: 46px;
    font-size: 2.875rem;
  }

  header.primary .nav-pane nav.nav_menu a {
    font-size: 30px;
    font-size: 1.875rem;
  }

  section.alternating-text-aside-img .location .content h2 {
    font-size: 40px;
    font-size: 2.5rem;
  }

  section.article-list .paginate .page-numbers.current,
  section.article-list .paginate a,
  section.article-list .paginate a:hover {
    font-size: 12px;
    font-size: 0.75rem;
  }

  section.article-thumbs h2 {
    font-size: 34px;
    font-size: 2.125rem;
  }

  section.author .profile .information {
    font-size: 11px;
    font-size: 0.6875rem;
  }

  section.author .content .description {
    font-size: 12px;
    font-size: 0.75rem;
  }

  section.bio-aside-feature .content_heading {
    font-size: 24px;
    font-size: 1.5rem;
  }

  section.centred-cta .content h2 {
    font-size: 38px;
    font-size: 2.375rem;
  }

  section.contact-form .information_text {
    font-size: 16px;
    font-size: 1rem;
  }

  section.contact-form h1 {
    font-size: 50px;
    font-size: 3.125rem;
  }

  section.contact-form .gform_confirmation_wrapper {
    font-size: 16px;
    font-size: 1rem;
  }

  section.contact-form form {
    font-size: 18px;
    font-size: 1.125rem;
  }

  section.contact-form form .validation_error,
  section.contact-form form .validation_message,
  section.contact-form form label {
    font-size: 14px;
    font-size: 0.875rem;
  }

  section.contact-form form input,
  section.contact-form form textarea {
    font-size: 15px;
    font-size: 0.9375rem;
  }

  section.contact-form form .terms {
    font-size: 13px;
    font-size: 0.8125rem;
  }

  section.contact-form form .options li,
  section.contact-form form .selected {
    font-size: 18px;
    font-size: 1.125rem;
  }

  section.download-guide-form h2 {
    font-size: 34px;
    font-size: 2.125rem;
  }

  section.download-guide-form .description {
    font-size: 12px;
    font-size: 0.75rem;
  }

  section.download-guide-form .gform_confirmation_message h2 {
    font-size: 23px;
    font-size: 1.4375rem;
  }

  section.download-guide-form .gform_confirmation_message p {
    font-size: 16px;
    font-size: 1rem;
  }

  section.download-guide-form .form .terms {
    font-size: 12px;
    font-size: 0.75rem;
  }

  section.download-guide-form .form input[type="email"],
  section.download-guide-form .form input[type="phone"],
  section.download-guide-form .form input[type="text"] {
    font-size: 15px;
    font-size: 0.9375rem;
  }

  section.download-guide-form .form .gfield_checkbox label,
  section.download-guide-form .form .ginput_container_checkbox label,
  section.download-guide-form .form .opt-in label {
    font-size: 12px;
    font-size: 0.75rem;
  }

  section.hero-alt-trial .content h1 {
    font-size: 50px;
    font-size: 3.125rem;
  }

  section.hero-alt-trial .content .description {
    font-size: 22px;
    font-size: 1.375rem;
  }

  section.hero-article h1 {
    font-size: 28px;
    font-size: 1.75rem;
  }

  section.hero-article h1.large-mobile {
    font-size: 50px;
    font-size: 3.125rem;
  }

  section.hero-article .profile .information {
    font-size: 10px;
    font-size: 0.625rem;
  }

  section.hero-campaign .content h1 {
    font-size: 42px;
    font-size: 2.625rem;
  }

  section.hero-campaign .content .description {
    font-size: 12px;
    font-size: 0.75rem;
  }

  section.hero-insight h1,
  section.hero-location .location .content h2 {
    font-size: 50px;
    font-size: 3.125rem;
  }

  section.hero-location .location .content .information_text {
    font-size: 16px;
    font-size: 1rem;
  }

  section.hero-montage .content h1 {
    font-size: 50px;
    font-size: 3.125rem;
  }

  section.hero-montage .content .description {
    font-size: 12px;
    font-size: 0.75rem;
  }

  section.hero h1,
  section.hero-work .head_title {
    font-size: 50px;
    font-size: 3.125rem;
  }

  section.home-hero .content_header {
    font-size: 56px;
    font-size: 3.5rem;
  }

  section.hover-img-links h2 {
    font-size: 34px;
    font-size: 2.125rem;
  }

  section.hover-img-links .description {
    font-size: 12px;
    font-size: 0.75rem;
  }

  section.hover-img-links .links a {
    font-size: 16px;
    font-size: 1rem;
  }

  section.img-montage .line,
  section.img-montage .line_inner {
    font-size: 90px;
    font-size: 5.625rem;
  }

  section.indented-accords .tab:before {
    font-size: 11px;
    font-size: 0.6875rem;
  }

  section.indented-accords .tab h2 {
    font-size: 32px;
    font-size: 2rem;
  }

  section.indented-accords .tab .description {
    font-size: 12px;
    font-size: 0.75rem;
  }

  section.indented-contacts .contact .information .name {
    font-size: 20px;
    font-size: 1.25rem;
  }

  section.indented-contacts .contact .information .email {
    font-size: 16px;
    font-size: 1rem;
  }

  section.indented-statements .block h2 {
    font-size: 32px;
    font-size: 2rem;
  }

  section.indented-textarea .textarea_heading {
    font-size: 22px;
    font-size: 1.375rem;
  }

  section.indented-textarea .stats .item_number span,
  section.indented-textarea .stats .item_number span.--s-characters {
    font-size: 50px;
    font-size: 3.125rem;
  }

  section.insta-trail .insta_heading {
    font-size: 34px;
    font-size: 2.125rem;
  }

  section.intro-text h2 {
    font-size: 22px;
    font-size: 1.375rem;
  }

  section.locations .location .content h2 {
    font-size: 40px;
    font-size: 2.5rem;
  }

  section.marquee-divider-video.-fs--1 {
    font-size: 90px;
    font-size: 5.625rem;
  }

  section.marquee-divider-video.-fs--2,
  section.marquee-divider-video.-fs--3 {
    font-size: 64px;
    font-size: 4rem;
  }

  section.marquee-divider.-fs--1 {
    font-size: 90px;
    font-size: 5.625rem;
  }

  section.marquee-divider.-fs--2 {
    font-size: 64px;
    font-size: 4rem;
  }

  section.media-aside-col-text .content_heading {
    font-size: 32px;
    font-size: 2rem;
  }

  .page-not-found h2 {
    font-size: 50px;
    font-size: 3.125rem;
  }

  section.paginate-trial .content h2 {
    font-size: 34px;
    font-size: 2.125rem;
  }

  section.service-carousel .text_heading {
    font-size: 30px;
    font-size: 1.875rem;
  }

  section.service-carousel .slider_item .label {
    font-size: 20px;
    font-size: 1.25rem;
  }

  section.services-list article.post .heading,
  section.stacked-carousel-aside-text .content_heading {
    font-size: 22px;
    font-size: 1.375rem;
  }

  section.staff-carousel h2 {
    font-size: 34px;
    font-size: 2.125rem;
  }

  section.staff-carousel .description {
    font-size: 12px;
    font-size: 0.75rem;
  }

  section.staff-carousel .slider .item .name {
    font-size: 20px;
    font-size: 1.25rem;
  }

  section.staff-carousel .slider .item .role {
    font-size: 9px;
    font-size: 0.5625rem;
  }

  section.staff-list .information .name {
    font-size: 20px;
    font-size: 1.25rem;
  }

  section.staff-list .information .role {
    font-size: 9px;
    font-size: 0.5625rem;
  }

  section.staff-list .staff .category {
    font-size: 34px;
    font-size: 2.125rem;
  }

  section.statement-img-trial h1 {
    font-size: 60px;
    font-size: 3.75rem;
  }

  section.stories-carousel h2 {
    font-size: 34px;
    font-size: 2.125rem;
  }

  section.stories-carousel .description {
    font-size: 12px;
    font-size: 0.75rem;
  }

  section.text-aside-img-label h2 {
    font-size: 34px;
    font-size: 2.125rem;
  }

  section.text-aside-img-label .description {
    font-size: 12px;
    font-size: 0.75rem;
  }

  section.text-aside-img h2 {
    font-size: 34px;
    font-size: 2.125rem;
    font-size: 38px;
    font-size: 2.375rem;
  }

  section.text-aside-logos-label .container .content .inner h2 {
    font-size: 34px;
    font-size: 2.125rem;
  }

  section.text-aside-logos-label .container .content .inner .description {
    font-size: 12px;
    font-size: 0.75rem;
  }

  section.text-aside-logos .container .content .inner h2,
  section.text-aside-thumb-carousel .content h2 {
    font-size: 32px;
    font-size: 2rem;
  }

  section.text-aside-thumb-carousel .slider .item .label {
    font-size: 9px;
    font-size: 0.5625rem;
  }

  section.text-overlay-img .content h2 {
    font-size: 24px;
    font-size: 1.5rem;
  }

  section.text-stats-aside-img.-large-stats-text .stats .item_number {
    font-size: 40px;
    font-size: 2.5rem;
  }

  section.text-stats-aside-img.-large-stats-text .stats .item_number span.number {
    font-size: 50px;
    font-size: 3.125rem;
  }

  section.text-stats-aside-img .content h2 {
    font-size: 34px;
    font-size: 2.125rem;
  }

  section.text-stats-aside-img .content_description {
    font-size: 12px;
    font-size: 0.75rem;
  }

  section.text-stats-aside-img .stats .item_number {
    font-size: 50px;
    font-size: 3.125rem;
  }

  section.text-stats-aside-img .stats .item_number span {
    font-size: 40px;
    font-size: 2.5rem;
  }

  section.text-stats-aside-img .stats .item_number span.--s-characters {
    font-size: 50px;
    font-size: 3.125rem;
  }

  section.textarea .content.-large-character p:first-of-type:first-letter {
    font-size: 52px;
    font-size: 3.25rem;
  }

  section.textarea .content ul li {
    font-size: 12px;
    font-size: 0.75rem;
  }

  section.textarea h2 {
    font-size: 24px;
    font-size: 1.5rem;
  }

  section.textarea p {
    font-size: 12px;
    font-size: 0.75rem;
  }

  section.works-carousel h3 {
    font-size: 34px;
    font-size: 2.125rem;
  }
}

@media (max-width: 959px) {

  aside.social-share ul.share_links.-instagram a svg,
  aside.social-share ul.share_links.-vimeo a svg {
    max-width: 15px;
  }

  aside.social-share ul.share_links.-linkedin a svg {
    max-width: 12px;
  }

  aside.social-share ul.share_links.-facebook a svg,
  aside.social-share ul.share_links.-pinterest a svg,
  aside.social-share ul.share_links.-twitter a svg {
    max-width: 16px;
  }

  footer.primary ul.social_links li.-instagram a svg {
    max-width: 15px;
  }

  footer.primary ul.social_links li.-linkedin a svg {
    max-width: 12px;
  }

  footer.primary ul.social_links li.-facebook a svg,
  footer.primary ul.social_links li.-twitter a svg {
    max-width: 16px;
  }

  footer.primary ul.social_links li.-vimeo a svg {
    max-width: 15px;
  }
}

@media (max-width: 1023px) {
  .cursor {
    display: none !important;
  }

  section.bold-stated-img-cta .bg,
  section.hero-work figure.media_image img,
  section.hero-work figure.media_image picture,
  section.home-hero .slide_media .media_inner,
  section.media figure.media_image img,
  section.media figure.media_image picture,
  section.media-video figure.media_image img,
  section.media-video figure.media_image picture,
  section.text-overlay-img .background {
    transform: none !important;
  }
}

@media screen and (max-width: 480px) {
  section.bold-stated-img-cta .label {
    font-size: 70px;
    font-size: 4.375rem;
  }
}

@media (max-width: 479px) {

  section.projects .post.-full article.work figure.image,
  section.works-showreal .list_item.-full article.work figure.image {
    margin-left: -5vw !important;
    margin-right: -5vw !important;
    width: calc(100% + 10vw) !important;
  }
}

@media (max-width: 767px) {

  section.statement-img-trial figure.images.active .image:first-child,
  section.statement-img-trial figure.images.active .image:nth-child(2) {
    opacity: 0.5 !important;
    top: 50%;
    left: 40%;
    width: 45%;
    transform: translate(-50%, -50%) rotate(-10deg) !important;
  }

  section.statement-img-trial figure.images.active .image:nth-child(2) {
    opacity: 0.9 !important;
    top: 52%;
    left: 64%;
    width: 47%;
    width: 45%;
    transform: translate(-50%, -50%) rotate(15deg) !important;
  }

  section.text-overlay-img .container {
    padding: 0;
    align-items: flex-end;
  }
}

.grayfilter {
  filter: grayscale(100%);
}