html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-family: sans-serif;
  }
  
  body {
    margin: 0;
  }
  
  article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
  }
  
  a {
    background-color: rgba(0, 0, 0, 0);
  }
  
  a:active, a:hover {
    outline: 0;
  }
  
  abbr[title] {
    border-bottom: 1px dotted;
  }
  
  b, strong {
    font-weight: bold;
  }
  
  dfn {
    font-style: italic;
  }
  
  h1 {
    margin: .67em 0;
    font-size: 2em;
  }
  
  mark {
    color: #000;
    background: #ff0;
  }
  
  small {
    font-size: 80%;
  }
  
  sub, sup {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
  }
  
  sup {
    top: -.5em;
  }
  
  sub {
    bottom: -.25em;
  }
  
  img {
    border: 0;
  }
  
  svg:not(:root) {
    overflow: hidden;
  }
  
  figure {
    margin: 1em 40px;
  }
  
  hr {
    box-sizing: content-box;
    height: 0;
  }
  
  pre {
    overflow: auto;
  }
  
  code, kbd, pre, samp {
    font-family: monospace;
    font-size: 1em;
  }
  
  button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
  }
  
  button {
    overflow: visible;
  }
  
  button, select {
    text-transform: none;
  }
  
  button, html input[type="button"], input[type="reset"] {
    -webkit-appearance: button;
    cursor: pointer;
  }
  
  button[disabled], html input[disabled] {
    cursor: default;
  }
  
  button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
  }
  
  input {
    line-height: normal;
  }
  
  input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
  }
  
  input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    height: auto;
  }
  
  input[type="search"] {
    -webkit-appearance: none;
  }
  
  input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  
  fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em;
  }
  
  legend {
    border: 0;
    padding: 0;
  }
  
  textarea {
    overflow: auto;
  }
  
  optgroup {
    font-weight: bold;
  }
  
  table {
    border-collapse: collapse;
    border-spacing: 0;
  }
  
  td, th {
    padding: 0;
  }

  * {
    box-sizing: border-box;
  }
  
  html {
    height: 100%;
  }
  
  body {
    min-height: 100%;
    color: #333;
    background-color: #fff;
    margin: 0;
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
  }
  
  img {
    max-width: 100%;
    vertical-align: middle;
    display: inline-block;
  }
  
  html.w-mod-touch * {
    background-attachment: scroll !important;
  }
  
  .w-block {
    display: block;
  }
  
  .w-inline-block {
    max-width: 100%;
    display: inline-block;
  }
  
  .w-clearfix:before, .w-clearfix:after {
    content: " ";
    grid-area: 1 / 1 / 2 / 2;
    display: table;
  }
  
  .w-clearfix:after {
    clear: both;
  }
  
  .w-hidden {
    display: none;
  }
  
  .w-button {
    color: #fff;
    line-height: inherit;
    cursor: pointer;
    background-color: #3898ec;
    border: 0;
    border-radius: 0;
    padding: 9px 15px;
    text-decoration: none;
    display: inline-block;
  }
  
  input.w-button {
    -webkit-appearance: button;
  }
  
  html[data-w-dynpage] [data-w-cloak] {
    color: rgba(0, 0, 0, 0) !important;
  }
  
  .w-code-block {
    margin: unset;
  }
  
  
  h1, h2, h3, h4, h5, h6 {
    margin-bottom: 10px;
    font-weight: bold;
  }
  
  h1 {
    margin-top: 20px;
    font-size: 38px;
    line-height: 44px;
  }
  
  h2 {
    margin-top: 20px;
    font-size: 32px;
    line-height: 36px;
  }
  
  h3 {
    margin-top: 20px;
    font-size: 24px;
    line-height: 30px;
  }
  
  h4 {
    margin-top: 10px;
    font-size: 18px;
    line-height: 24px;
  }
  
  h5 {
    margin-top: 10px;
    font-size: 14px;
    line-height: 20px;
  }
  
  h6 {
    margin-top: 10px;
    font-size: 12px;
    line-height: 18px;
  }
  
  p {
    margin-top: 0;
    margin-bottom: 10px;
  }
  
  blockquote {
    border-left: 5px solid #e2e2e2;
    margin: 0 0 10px;
    padding: 10px 20px;
    font-size: 18px;
    line-height: 22px;
  }
  
  figure {
    margin: 0 0 10px;
  }
  
  figcaption {
    text-align: center;
    margin-top: 5px;
  }
  
  ul, ol {
    margin-top: 0;
    margin-bottom: 10px;
    padding-left: 40px;
  }
  
  .w-list-unstyled {
    padding-left: 0;
    list-style: none;
  }
  
  .w-embed:before, .w-embed:after {
    content: " ";
    grid-area: 1 / 1 / 2 / 2;
    display: table;
  }
  
  .w-embed:after {
    clear: both;
  }
  
  .w-background-video {
    height: 500px;
    color: #fff;
    position: relative;
    overflow: hidden;
  }
  
  .w-background-video > video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -100;
    background-position: 50%;
    background-size: cover;
    margin: auto;
    position: absolute;
    top: -100%;
    bottom: -100%;
    left: -100%;
    right: -100%;
  }
  
  .w-background-video > video::-webkit-media-controls-start-playback-button {
    -webkit-appearance: none;
    display: none !important;
  }
  
  .w-background-video--control {
    background-color: rgba(0, 0, 0, 0);
    padding: 0;
    position: absolute;
    bottom: 1em;
    right: 1em;
  }
  
  .w-background-video--control > [hidden] {
    display: none !important;
  }
  
  .w-dropdown {
    text-align: left;
    z-index: 900;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    position: relative;
  }
  
  .w-dropdown-btn, .w-dropdown-toggle, .w-dropdown-link {
    vertical-align: top;
    color: #222;
    text-align: left;
    white-space: nowrap;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    text-decoration: none;
    position: relative;
  }
  
  .w-dropdown-toggle {
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    padding-right: 40px;
    display: inline-block;
  }
  
  .w-dropdown-toggle:focus {
    outline: 0;
  }
  
  .w-icon-dropdown-toggle {
    width: 1em;
    height: 1em;
    margin: auto 20px auto auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
  }
  
  .w-dropdown-list {
    min-width: 100%;
    background: #ddd;
    display: none;
    position: absolute;
  }
  
  .w-dropdown-list.w--open {
    display: block;
  }
  
  .w-dropdown-link {
    color: #222;
    padding: 10px 20px;
    display: block;
  }
  
  .w-dropdown-link.w--current {
    color: #0082f3;
  }
  
  .w-dropdown-link:focus {
    outline: 0;
  }
  
  @media screen and (max-width: 767px) {
    .w-nav-brand {
      padding-left: 10px;
    }
  }
  
  .w-lightbox-backdrop {
    cursor: auto;
    letter-spacing: normal;
    text-indent: 0;
    text-shadow: none;
    text-transform: none;
    visibility: visible;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    color: #fff;
    text-align: center;
    z-index: 2000;
    opacity: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -webkit-tap-highlight-color: transparent;
    background: rgba(0, 0, 0, .9);
    outline: 0;
    font-family: Helvetica Neue, Helvetica, Ubuntu, Segoe UI, Verdana, sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 300;
    line-height: 1.2;
    list-style: disc;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transform: translate(0);
  }
  
  .w-lightbox-backdrop, .w-lightbox-container {
    height: 100%;
    -webkit-overflow-scrolling: touch;
    overflow: auto;
  }
  
  .w-lightbox-content {
    height: 100vh;
    position: relative;
    overflow: hidden;
  }
  
  .w-lightbox-view {
    width: 100vw;
    height: 100vh;
    opacity: 0;
    position: absolute;
  }
  
  .w-lightbox-view:before {
    content: "";
    height: 100vh;
  }
  
  .w-lightbox-group, .w-lightbox-group .w-lightbox-view, .w-lightbox-group .w-lightbox-view:before {
    height: 86vh;
  }
  
  .w-lightbox-frame, .w-lightbox-view:before {
    vertical-align: middle;
    display: inline-block;
  }
  
  .w-lightbox-figure {
    margin: 0;
    position: relative;
  }
  
  .w-lightbox-group .w-lightbox-figure {
    cursor: pointer;
  }
  
  .w-lightbox-img {
    width: auto;
    height: auto;
    max-width: none;
  }
  
  .w-lightbox-image {
    float: none;
    max-width: 100vw;
    max-height: 100vh;
    display: block;
  }
  
  .w-lightbox-group .w-lightbox-image {
    max-height: 86vh;
  }
  
  .w-lightbox-caption {
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: rgba(0, 0, 0, .4);
    padding: .5em 1em;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
  }
  
  .w-lightbox-embed {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  
  .w-lightbox-control {
    width: 4em;
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 24px;
    transition: all .3s;
    position: absolute;
    top: 0;
  }
  
  .w-lightbox-left {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0yMCAwIDI0IDQwIiB3aWR0aD0iMjQiIGhlaWdodD0iNDAiPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1KSI+PHBhdGggZD0ibTAgMGg1djIzaDIzdjVoLTI4eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDN2MjNoMjN2M2gtMjZ6IiBmaWxsPSIjZmZmIi8+PC9nPjwvc3ZnPg==");
    display: none;
    bottom: 0;
    left: 0;
  }
  
  .w-lightbox-right {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMjQgNDAiIHdpZHRoPSIyNCIgaGVpZ2h0PSI0MCI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMC0waDI4djI4aC01di0yM2gtMjN6IiBvcGFjaXR5PSIuNCIvPjxwYXRoIGQ9Im0xIDFoMjZ2MjZoLTN2LTIzaC0yM3oiIGZpbGw9IiNmZmYiLz48L2c+PC9zdmc+");
    display: none;
    bottom: 0;
    right: 0;
  }
  
  .w-lightbox-close {
    height: 2.6em;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMTggMTciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNyI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMCAwaDd2LTdoNXY3aDd2NWgtN3Y3aC01di03aC03eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDd2LTdoM3Y3aDd2M2gtN3Y3aC0zdi03aC03eiIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4=");
    background-size: 18px;
    right: 0;
  }
  
  .w-lightbox-strip {
    white-space: nowrap;
    padding: 0 1vh;
    line-height: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    overflow-x: auto;
    overflow-y: hidden;
  }
  
  .w-lightbox-item {
    width: 10vh;
    box-sizing: content-box;
    cursor: pointer;
    padding: 2vh 1vh;
    display: inline-block;
    -webkit-transform: translate3d(0, 0, 0);
  }
  
  .w-lightbox-active {
    opacity: .3;
  }
  
  .w-lightbox-thumbnail {
    height: 10vh;
    background: #222;
    position: relative;
    overflow: hidden;
  }
  
  .w-lightbox-thumbnail-image {
    position: absolute;
    top: 0;
    left: 0;
  }
  
  .w-lightbox-thumbnail .w-lightbox-tall {
    width: 100%;
    top: 50%;
    transform: translate(0, -50%);
  }
  
  .w-lightbox-thumbnail .w-lightbox-wide {
    height: 100%;
    left: 50%;
    transform: translate(-50%);
  }
  
  .w-lightbox-spinner {
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    border: 5px solid rgba(0, 0, 0, .4);
    border-radius: 50%;
    margin-top: -20px;
    margin-left: -20px;
    animation: .8s linear infinite spin;
    position: absolute;
    top: 50%;
    left: 50%;
  }
  
  .w-lightbox-spinner:after {
    content: "";
    border: 3px solid rgba(0, 0, 0, 0);
    border-bottom-color: #fff;
    border-radius: 50%;
    position: absolute;
    top: -4px;
    bottom: -4px;
    left: -4px;
    right: -4px;
  }
  
  .w-lightbox-hide {
    display: none;
  }
  
  .w-lightbox-noscroll {
    overflow: hidden;
  }
  
  @media (min-width: 768px) {
    .w-lightbox-content {
      height: 96vh;
      margin-top: 2vh;
    }
  
    .w-lightbox-view, .w-lightbox-view:before {
      height: 96vh;
    }
  
    .w-lightbox-group, .w-lightbox-group .w-lightbox-view, .w-lightbox-group .w-lightbox-view:before {
      height: 84vh;
    }
  
    .w-lightbox-image {
      max-width: 96vw;
      max-height: 96vh;
    }
  
    .w-lightbox-group .w-lightbox-image {
      max-width: 82.3vw;
      max-height: 84vh;
    }
  
    .w-lightbox-left, .w-lightbox-right {
      opacity: .5;
      display: block;
    }
  
    .w-lightbox-close {
      opacity: .8;
    }
  
    .w-lightbox-control:hover {
      opacity: 1;
    }
  }
  
  .w-lightbox-inactive, .w-lightbox-inactive:hover {
    opacity: 0;
  }
  
  .w-richtext:before, .w-richtext:after {
    content: " ";
    grid-area: 1 / 1 / 2 / 2;
    display: table;
  }
  
  .w-richtext:after {
    clear: both;
  }
  
  .w-richtext[contenteditable="true"]:before, .w-richtext[contenteditable="true"]:after {
    white-space: initial;
  }
  
  .w-richtext ol, .w-richtext ul {
    overflow: hidden;
  }
  
  .w-richtext .w-richtext-figure-selected.w-richtext-figure-type-video div:after, .w-richtext .w-richtext-figure-selected[data-rt-type="video"] div:after, .w-richtext .w-richtext-figure-selected.w-richtext-figure-type-image div, .w-richtext .w-richtext-figure-selected[data-rt-type="image"] div {
    outline: 2px solid #2895f7;
  }
  
  .w-richtext figure.w-richtext-figure-type-video > div:after, .w-richtext figure[data-rt-type="video"] > div:after {
    content: "";
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  
  .w-richtext figure {
    max-width: 60%;
    position: relative;
  }
  
  .w-richtext figure > div:before {
    cursor: default !important;
  }
  
  .w-richtext figure img {
    width: 100%;
  }
  
  .w-richtext figure figcaption.w-richtext-figcaption-placeholder {
    opacity: .6;
  }
  
  .w-richtext figure div {
    color: rgba(0, 0, 0, 0);
    font-size: 0;
  }
  
  .w-richtext figure.w-richtext-figure-type-image, .w-richtext figure[data-rt-type="image"] {
    display: table;
  }
  
  .w-richtext figure.w-richtext-figure-type-image > div, .w-richtext figure[data-rt-type="image"] > div {
    display: inline-block;
  }
  
  .w-richtext figure.w-richtext-figure-type-image > figcaption, .w-richtext figure[data-rt-type="image"] > figcaption {
    caption-side: bottom;
    display: table-caption;
  }
  
  .w-richtext figure.w-richtext-figure-type-video, .w-richtext figure[data-rt-type="video"] {
    width: 60%;
    height: 0;
  }
  
  .w-richtext figure.w-richtext-figure-type-video iframe, .w-richtext figure[data-rt-type="video"] iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  
  .w-richtext figure.w-richtext-figure-type-video > div, .w-richtext figure[data-rt-type="video"] > div {
    width: 100%;
  }
  
  .w-richtext figure.w-richtext-align-center {
    clear: both;
    margin-left: auto;
    margin-right: auto;
  }
  
  .w-richtext figure.w-richtext-align-center.w-richtext-figure-type-image > div, .w-richtext figure.w-richtext-align-center[data-rt-type="image"] > div {
    max-width: 100%;
  }
  
  .w-richtext figure.w-richtext-align-normal {
    clear: both;
  }
  
  .w-richtext figure.w-richtext-align-fullwidth {
    width: 100%;
    max-width: 100%;
    text-align: center;
    clear: both;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  
  .w-richtext figure.w-richtext-align-fullwidth > div {
    padding-bottom: inherit;
    display: inline-block;
  }
  
  .w-richtext figure.w-richtext-align-fullwidth > figcaption {
    display: block;
  }
  
  .w-richtext figure.w-richtext-align-floatleft {
    float: left;
    clear: none;
    margin-right: 15px;
  }
  
  .w-richtext figure.w-richtext-align-floatright {
    float: right;
    clear: none;
    margin-left: 15px;
  }
  
  .w-nav {
    z-index: 1000;
    background: #ddd;
    position: relative;
  }
  
  .w-nav:before, .w-nav:after {
    content: " ";
    grid-area: 1 / 1 / 2 / 2;
    display: table;
  }
  
  .w-nav:after {
    clear: both;
  }
  
  .w-nav-brand {
    float: left;
    color: #333;
    text-decoration: none;
    position: relative;
  }
  
  .w-nav-link {
    vertical-align: top;
    color: #222;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    text-decoration: none;
    display: inline-block;
    position: relative;
  }
  
  .w-nav-link.w--current {
    color: #0082f3;
  }
  
  .w-nav-menu {
    float: right;
    position: relative;
  }
  
  [data-nav-menu-open] {
    text-align: center;
    min-width: 200px;
    background: #c8c8c8;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    overflow: visible;
    display: block !important;
  }
  
  .w--nav-link-open {
    display: block;
    position: relative;
  }
  
  .w-nav-overlay {
    width: 100%;
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    overflow: hidden;
  }
  
  .w-nav-overlay [data-nav-menu-open] {
    top: 0;
  }
  
  .w-nav[data-animation="over-left"] .w-nav-overlay {
    width: auto;
  }
  
  .w-nav[data-animation="over-left"] .w-nav-overlay, .w-nav[data-animation="over-left"] [data-nav-menu-open] {
    z-index: 1;
    top: 0;
    right: auto;
  }
  
  .w-nav[data-animation="over-right"] .w-nav-overlay {
    width: auto;
  }
  
  .w-nav[data-animation="over-right"] .w-nav-overlay, .w-nav[data-animation="over-right"] [data-nav-menu-open] {
    z-index: 1;
    top: 0;
    left: auto;
  }
  
  .w-nav-button {
    float: right;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 18px;
    font-size: 24px;
    display: none;
    position: relative;
  }
  
  .w-nav-button:focus {
    outline: 0;
  }
  
  .w-nav-button.w--open {
    color: #fff;
    background-color: #c8c8c8;
  }
  
  .w-nav[data-collapse="all"] .w-nav-menu {
    display: none;
  }
  
  .w-nav[data-collapse="all"] .w-nav-button, .w--nav-dropdown-open, .w--nav-dropdown-toggle-open {
    display: block;
  }
  
  .w--nav-dropdown-list-open {
    position: static;
  }
  
  @media screen and (max-width: 991px) {
    .w-nav[data-collapse="medium"] .w-nav-menu {
      display: none;
    }
  
    .w-nav[data-collapse="medium"] .w-nav-button {
      display: block;
    }
  }
  
  @media screen and (max-width: 767px) {
    .w-nav[data-collapse="small"] .w-nav-menu {
      display: none;
    }
  
    .w-nav[data-collapse="small"] .w-nav-button {
      display: block;
    }
  
    .w-nav-brand {
      padding-left: 10px;
    }
  }
  
  @media screen and (max-width: 479px) {
    .w-nav[data-collapse="tiny"] .w-nav-menu {
      display: none;
    }
  
    .w-nav[data-collapse="tiny"] .w-nav-button {
      display: block;
    }
  }
  
  .w-tabs {
    position: relative;
  }
  
  .w-tabs:before, .w-tabs:after {
    content: " ";
    grid-area: 1 / 1 / 2 / 2;
    display: table;
  }
  
  .w-tabs:after {
    clear: both;
  }
  
  .w-tab-menu {
    position: relative;
  }
  
  .w-tab-link {
    vertical-align: top;
    text-align: left;
    cursor: pointer;
    color: #222;
    background-color: #ddd;
    padding: 9px 30px;
    text-decoration: none;
    display: inline-block;
    position: relative;
  }
  
  .w-tab-link.w--current {
    background-color: #c8c8c8;
  }
  
  .w-tab-link:focus {
    outline: 0;
  }
  
  .w-tab-content {
    display: block;
    position: relative;
    overflow: hidden;
  }
  
  .w-tab-pane {
    display: none;
    position: relative;
  }
  
  .w--tab-active {
    display: block;
  }
  
  @media screen and (max-width: 479px) {
    .w-tab-link {
      display: block;
    }
  }
  
  .w-ix-emptyfix:after {
    content: "";
  }
  
  @keyframes spin {
    0% {
      transform: rotate(0);
    }
  
    100% {
      transform: rotate(360deg);
    }
  }
  
  .w-dyn-empty {
    background-color: #ddd;
    padding: 10px;
  }
  
  .w-dyn-hide, .w-dyn-bind-empty, .w-condition-invisible {
    display: none !important;
  }
  
  .wf-layout-layout {
    display: grid;
  }
  
  :root {
    --dark: #121211;
    --paragraphs: rgba(229, 223, 213, .6);
    --light: #e5dfd5;
    --border: rgba(229, 223, 213, .15);
  }
  
  .w-layout-grid {
    grid-row-gap: 16px;
    grid-column-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }
  
  body {
    background-color: var(--dark);
    color: var(--paragraphs);
    letter-spacing: .35px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    font-family: Creato Display, sans-serif;
    font-size: 18px;
    line-height: 170%;
    display: flex;
  }
  
  h1 {
    color: var(--light);
    margin-top: 0;
    margin-bottom: 26px;
    font-size: 75px;
    font-weight: 500;
    line-height: 107%;
  }
  
  h2 {
    color: var(--light);
    margin-top: 0;
    margin-bottom: 24px;
    font-size: 56px;
    font-weight: 500;
    line-height: 114%;
  }
  
  h3 {
    color: var(--light);
    margin-top: 0;
    margin-bottom: 22px;
    font-size: 42px;
    font-weight: 500;
    line-height: 120%;
  }
  
  h4 {
    color: var(--light);
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 32px;
    font-weight: 500;
    line-height: 127%;
  }
  
  h5 {
    color: var(--light);
    margin-top: 0;
    margin-bottom: 18px;
    font-size: 24px;
    font-weight: 500;
    line-height: 132%;
  }
  
  h6 {
    color: var(--light);
    margin-top: 0;
    margin-bottom: 16px;
    font-size: 18px;
    font-weight: 500;
    line-height: 137%;
  }
  
  p {
    margin-bottom: 30px;
  }
  
  a {
    text-decoration: underline;
  }
  
  ul, ol {
    margin-top: 0;
    margin-bottom: 30px;
    padding-left: 36px;
  }
  
  li {
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 7px;
  }
  
  strong {
    color: var(--light);
    font-weight: 500;
  }
 
  .link {
    box-shadow: inset 0 -1px 0 0 var(--light);
    color: var(--light);
    text-decoration: none;
    transition: box-shadow .3s cubic-bezier(.25, .46, .45, .94), color .3s cubic-bezier(.25, .46, .45, .94);
  }
  
  .link:hover {
    box-shadow: inset 0 -24px 0 0 var(--light);
    color: var(--dark);
  }
  
  .rich-text-block {
    width: 100%;
    max-width: 780px;
    margin-bottom: 60px;
  }
  
  .rich-text-block a {
    box-shadow: inset 0 -1px 0 0 var(--light);
    color: var(--light);
    text-decoration: none;
    transition: color .3s cubic-bezier(.25, .46, .45, .94), box-shadow .3s cubic-bezier(.25, .46, .45, .94);
  }
  
  .rich-text-block a:hover {
    box-shadow: inset 0 -24px 0 0 var(--light);
    color: var(--dark);
  }
  
  .section-hero {
    height: 250vh;
    position: relative;
  }
  
  .hero-sticky {
    height: 100vh;
    perspective: 1000px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    overflow: hidden;
  }
  
  .heading-hero {
    text-transform: uppercase;
    margin-bottom: 0;
    font-size: 70px;
    font-weight: 70;
    line-height: 92%;
  }
  
  .block-hero {
    z-index: 200;
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
    position: relative;
  }
  
  .heading-hero-accent {
    text-transform: uppercase;
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
    font-family: Taviraj, sans-serif;
    font-size: 70px;
    font-style: italic;
    font-weight: 50;
    line-height: 92%;
  }
  
  .img-hero-1 {
    width: 20vw;
    max-width: none;
    position: relative;
    top: -5.4vw;
    left: -7.6vw;
  }
  
  .grid-img-hero {
    grid-column-gap: 10vw;
    grid-row-gap: 10vw;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    align-items: center;
    justify-items: stretch;
    position: absolute;
  }
  
  .img-hero-2 {
    width: 20vw;
    max-width: none;
    position: relative;
    top: 7.1vw;
    left: -6.8vw;
  }
  
  .img-hero-3 {
    width: 20vw;
    max-width: none;
    position: relative;
    top: -7vw;
    left: 2vw;
  }
  
  .img-hero-4 {
    width: 20vw;
    max-width: none;
    position: relative;
    top: 4.2vw;
    left: -2.1vw;
  }
  
  .img-hero-5 {
    width: 20vw;
    max-width: none;
    position: relative;
    top: -8.7vw;
    left: -2.1vw;
  }
  
  .img-hero-6 {
    width: 20vw;
    max-width: none;
    position: relative;
    top: 9.2vw;
    left: -4.3vw;
  }
  
  .img-hero-7 {
    width: 20vw;
    max-width: none;
    position: relative;
    top: -11.1vw;
    left: 10.4vw;
  }
  
  .img-hero-8 {
    width: 20vw;
    max-width: none;
    position: relative;
    top: -3.7vw;
    left: 13.2vw;
  }
  
  .img-hero-9 {
    width: 20vw;
    max-width: none;
    position: relative;
    top: -9vw;
    left: -10.6vw;
  }
  
  .img-hero-10 {
    width: 20vw;
    max-width: none;
    position: relative;
    top: 7.1vw;
    left: 1.8vw;
  }
  
  .img-hero-11 {
    width: 20vw;
    max-width: none;
    position: relative;
    top: -8.2vw;
    left: .7vw;
  }
  
  .img-hero-12 {
    width: 20vw;
    max-width: none;
    position: relative;
    top: 5.4vw;
    left: 3.3vw;
  }
  
  .block-img-hero {
    z-index: 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }
  
  .hero-overflow-a {
    overflow: hidden;
  }
  
  .line-hero {
    width: 54px;
    height: 1px;
    background-color: var(--border);
    justify-content: center;
    align-items: center;
    margin-top: 18px;
    margin-bottom: 38px;
    display: flex;
  }
  
  .line-light {
    width: 12px;
    height: 1px;
    background-color: var(--light);
  }
  
  .paragraph-hero {
    max-width: 490px;
    text-transform: uppercase;
    margin-bottom: 36px;
  }
  
  .text-accent {
    font-family: Taviraj, sans-serif;
    font-style: italic;
    font-weight: 200;
  }
  
  .hero-overflow-b {
    overflow: hidden;
  }
  
  .hero-overflow-c {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
    overflow: hidden;
  }
  
  .section {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-left: 12%;
    padding-right: 12%;
    display: flex;
  }
  
  .section.page {
    padding-bottom: 160px;
  }
  
  .color-bg {
    z-index: -10;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }
  
  .button {
    box-shadow: inset 0 0 0 2px var(--light);
    color: var(--light);
    letter-spacing: 1.85px;
    text-transform: uppercase;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 50px;
    padding: 20px 40px;
    font-size: 16px;
    font-weight: 500;
    line-height: 120%;
    transition: color .3s cubic-bezier(.25, .46, .45, .94), box-shadow .3s cubic-bezier(.25, .46, .45, .94);
  }
  
  .button:hover {
    box-shadow: inset 0 0 0 40px var(--light);
    color: var(--dark);
  }
  
  .scroll {
    z-index: 50;
    mix-blend-mode: difference;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    display: flex;
    position: absolute;
    bottom: 30px;
    overflow: hidden;
  }
  
  .text-scroll {
    color: rgba(229, 223, 213, .4);
    letter-spacing: 1.85px;
    text-transform: uppercase;
    margin-top: 12px;
    font-size: 13px;
    line-height: 120%;
  }
  
  .scroll-line {
    width: 1px;
    height: 26px;
    background-color: var(--border);
    overflow: hidden;
  }
  
  .scroll-line-light {
    width: 1px;
    height: 26px;
    background-color: var(--light);
  }
  
  .navbar {
    z-index: 500;
    background-color: rgba(0, 0, 0, 0);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 15px 20px;
    display: flex;
    position: fixed;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }
  
  .nav {
    z-index: 150;
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
  }
  
  .block-navbar {
    width: 100%;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }
  
  .nav-menu {
    width: 100%;
    height: 100vh;
    -webkit-backdrop-filter: blur(40px);
    backdrop-filter: blur(40px);
    background-color: rgba(15, 15, 14, .9);
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }
  
  .nav-links {
    height: 100vh;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }
  
  .nav-link {
    color: var(--light);
    text-align: center;
    text-transform: uppercase;
    margin-left: 0;
    margin-right: 0;
    padding: 10px 0;
    font-size: 80px;
    font-weight: 400;
    line-height: 100%;
    text-decoration: none;
    display: block;
  }
  
  .logo {
    height: 22px;
  }
  
  .brand {
    padding: 10px;
  }
  
  .menu-button {
    padding: 0;
  }
  
  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }
  
  .menu-icon-line {
    width: 23px;
    height: 1px;
    background-color: var(--light);
  }
  
  .menu-icon {
    height: 37px;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 14px;
    transition: height .2s cubic-bezier(.25, .46, .45, .94);
    display: flex;
  }
  
  .menu-icon:hover {
    height: 45px;
  }
  
  .nav-overflow {
    overflow: hidden;
  }
  
  .collection-list-wrapper {
    width: 100%;
  }
  
  .collection-list {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }
  
  .collection-item {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-right: 10%;
    display: flex;
  }
  
  .collection-item:nth-child(2n) {
    align-items: flex-end;
    padding-left: 10%;
    padding-right: 0%;
  }
  
  .project {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }
  
  .link-block-image-project.works {
    margin-left: auto;
  }
  
  .block-image-project {
    overflow: hidden;
  }
  
  .image-project {
    max-height: 70vh;
    object-fit: cover;
  }
  
  .image-project.works {
    max-height: 360px;
  }
  
  .link-heading-project {
    max-width: 550px;
    margin-top: 32px;
    text-decoration: none;
  }
  
  .link-heading-project.works {
    max-width: 410px;
    margin-top: 0;
  }
  
  .heading-project {
    text-transform: uppercase;
    margin-bottom: 0;
  }
  
  .heading-info {
    text-transform: uppercase;
    margin-top: 2px;
    margin-bottom: 0;
    font-family: Taviraj, sans-serif;
    font-style: italic;
    font-weight: 200;
  }
  
  .empty-state {
    background-color: rgba(0, 0, 0, 0);
    justify-content: center;
    align-items: center;
    display: flex;
  }
  
  .text-empty {
    text-align: center;
    font-size: 18px;
    line-height: 140%;
    display: inline-block;
  }
  
  .section-footer {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: auto;
    padding: 14px 10px;
    display: flex;
  }
  
  .footer {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }
  
  .link-footer {
    color: rgba(229, 223, 213, .4);
    text-align: center;
    letter-spacing: 1.85px;
    text-transform: uppercase;
    padding: 15px 20px;
    font-size: 13px;
    line-height: 120%;
    text-decoration: none;
    transition: color .3s cubic-bezier(.25, .46, .45, .94);
    display: inline-block;
  }
  
  .link-footer:hover {
    color: var(--light);
  }
  
  .content {
    width: 100%;
    max-width: 1360px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
    position: relative;
  }
  
  .content.narrow {
    max-width: 780px;
    display: block;
  }
  
  .call-to-action {
    width: 100%;
    max-width: 650px;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }
  
  .heading-call-to-action {
    text-transform: uppercase;
    margin-bottom: 0;
  }
  
  .section-call-to-action {
    min-height: 100vh;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: -74px;
    padding: 160px 12%;
    display: flex;
  }
  
  .section-call-to-action._75vh {
    min-height: 75vh;
  }
  
  .section-project-top {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 160px 12% 45px;
    display: flex;
  }
  
  .block-top {
    width: 100%;
    max-width: 1190px;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }
  
  .heading-project-top {
    text-transform: uppercase;
    margin-bottom: 0;
  }
  
  .heading-info-top {
    text-transform: uppercase;
    margin-bottom: 0;
    font-family: Taviraj, sans-serif;
    font-style: italic;
    font-weight: 200;
  }
  
  .project-line {
    width: 1px;
    height: 24px;
    background-color: var(--border);
    margin-top: 30px;
    margin-bottom: 40px;
  }
  
  .project-line-long {
    width: 1px;
    height: 57px;
    background-color: var(--border);
    margin-top: 30px;
  }
  
  .project-details {
    text-align: left;
    justify-content: center;
    align-items: center;
    margin-bottom: 8px;
    display: flex;
  }
  
  .text-details {
    color: var(--light);
    font-size: 20px;
    font-weight: 500;
    line-height: 137%;
  }
  
  .text-details-italic {
    color: var(--light);
    margin-right: 7px;
    font-family: Taviraj, sans-serif;
    font-size: 20px;
    font-style: italic;
    font-weight: 200;
    line-height: 140%;
  }
  
  .image-project-main {
    width: 100%;
    object-fit: cover;
    margin-bottom: 90px;
  }
  
  .collection-list-wrapper-gallery {
    width: 100%;
  }
  
  .collection-list-gallery {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }
  
  .collection-item-gallery {
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }
  
  .image-gallery {
    width: 100%;
    object-fit: cover;
  }
  
  .heading-top {
    text-transform: uppercase;
    margin-bottom: 0;
    font-size: 100px;
    line-height: 107%;
  }
  
  .section-top {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 160px 12%;
    display: flex;
  }
  
  .collection-list-wrapper-works {
    width: 100%;
  }
  
  .collection-list-works {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-items: stretch;
    display: grid;
  }
  
  .collection-item-works {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: start;
    justify-items: stretch;
    display: grid;
  }
  
  .works-line {
    width: 1px;
    height: 100%;
    background-color: var(--border);
    position: absolute;
  }
  
  .works-line-light {
    width: 100%;
    background-color: var(--light);
    position: relative;
  }
  
  .works-line-sticky {
    width: 100%;
    height: 100%;
    max-height: 100vh;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }
  
  .section-full {
    min-height: 100vh;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: -74px;
    padding: 160px 12%;
    display: flex;
  }
  
  .line {
    width: 54px;
    height: 1px;
    background-color: var(--border);
    justify-content: center;
    align-items: center;
    margin-top: 26px;
    margin-bottom: 38px;
    display: flex;
  }
  
  .text-field {
    height: 58px;
    border-style: none none solid;
    border-width: 1px;
    border-color: black black var(--border);
    color: var(--light);
    background-color: rgba(0, 0, 0, 0);
    margin-bottom: 0;
    padding: 16px 0;
    font-size: 18px;
    line-height: 120%;
    transition: border-color .3s cubic-bezier(.25, .46, .45, .94);
  }
  
  .text-field:focus {
    border-bottom-color: var(--light);
  }
  
  .text-field::-ms-input-placeholder {
    color: rgba(229, 223, 213, .5);
  }
  
  .text-field::placeholder {
    color: rgba(229, 223, 213, .5);
  }
  
  .text-field.margin {
    margin-bottom: 24px;
  }
  
  .form-block {
    width: 100%;
    max-width: 660px;
    margin-bottom: 16px;
  }
  
  .form {
    grid-column-gap: 30px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }
  
  .textarea {
    max-height: 250px;
    max-width: 100%;
    min-height: 150px;
    min-width: 100%;
    border-style: none none solid;
    border-width: 1px;
    border-color: black black var(--border);
    color: var(--light);
    background-color: rgba(0, 0, 0, 0);
    margin-bottom: 20px;
    padding: 16px 0;
    font-size: 18px;
    line-height: 120%;
    transition: border-color .3s cubic-bezier(.25, .46, .45, .94);
  }
  
  .textarea:focus {
    border-bottom-color: var(--light);
  }
  
  .textarea::-ms-input-placeholder {
    color: rgba(229, 223, 213, .5);
  }
  
  .textarea::placeholder {
    color: rgba(229, 223, 213, .5);
  }
  
  .error-message {
    background-color: rgba(218, 57, 60, .1);
    border-radius: 50px;
    margin-top: 20px;
    padding: 20px;
  }
  
  .text-error {
    color: #da393c;
    font-size: 18px;
    line-height: 140%;
  }
  
  .success-message {
    background-color: rgba(49, 226, 117, .06);
    border-radius: 50px;
    padding: 20px;
  }
  
  .text-success {
    color: rgba(49, 226, 117, .6);
    font-size: 18px;
    line-height: 140%;
  }
  
  .grid-about {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto;
    grid-template-columns: minmax(auto, 160px) minmax(auto, 780px);
    align-items: start;
  }
  
  .subheading {
    margin-bottom: 0;
  }
  
  .about {
    grid-row-gap: 120px;
    flex-direction: column;
    display: flex;
  }
  
  .grid-client {
    grid-column-gap: 10px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }
  
  .client-name {
    border-bottom: 1px solid var(--border);
    padding-bottom: 10px;
    font-size: 14px;
    line-height: 120%;
  }
  
  .block-client-logo {
    min-height: 190px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 8%;
    display: flex;
  }
  
  .awards-info {
    border-bottom: 1px solid var(--border);
    margin-top: 45px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-size: 14px;
    line-height: 120%;
  }
  
  .awards-info.first {
    margin-top: 0;
  }
  
  .heading-award {
    margin-bottom: 16px;
  }
  
  .highlighting {
    color: var(--light);
    text-transform: uppercase;
    flex: none;
    padding-left: 5vw;
    padding-right: 5vw;
    font-size: 23vw;
    font-weight: 400;
    line-height: 82%;
  }
  
  .section-highlighting {
    justify-content: flex-start;
    align-items: center;
    display: flex;
    overflow: hidden;
  }
  
  .space {
    width: 100%;
    height: 1px;
    background-color: var(--border);
    margin-top: 70px;
    margin-bottom: 70px;
  }
  
  .grid-colors {
    grid-column-gap: 12px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }
  
  .block-color {
    min-height: 120px;
    border: 1px solid var(--border);
    background-color: var(--dark);
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    padding: 20px 20px 18px;
    display: flex;
  }
  
  .block-color.border {
    background-color: var(--border);
  }
  
  .block-color.paragraphs {
    background-color: var(--paragraphs);
  }
  
  .block-color.light {
    background-color: var(--light);
  }
  
  .text-color {
    color: var(--light);
    margin-bottom: 3px;
    font-size: 16px;
    font-weight: 500;
    line-height: 120%;
  }
  
  .text-color.dark {
    color: var(--dark);
  }
  
  .hex-color {
    opacity: .5;
    color: var(--light);
    text-transform: uppercase;
    font-size: 14px;
    line-height: 120%;
  }
  
  .hex-color.dark {
    color: var(--dark);
  }
  
  .template-info {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    border: 1px solid var(--border);
    justify-content: flex-start;
    align-items: center;
    margin-top: 12px;
    padding: 28px;
    display: flex;
  }
  
  .button-alternative {
    box-shadow: inset 0 0 0 40px var(--light);
    color: var(--dark);
    letter-spacing: 1.85px;
    text-transform: uppercase;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 50px;
    padding: 20px 40px;
    font-size: 16px;
    font-weight: 500;
    line-height: 120%;
    transition: color .3s cubic-bezier(.25, .46, .45, .94), box-shadow .3s cubic-bezier(.25, .46, .45, .94);
  }
  
  .button-alternative:hover {
    box-shadow: inset 0 0 0 2px var(--light);
    color: var(--light);
  }
  
  .creato-display {
    margin-bottom: 0;
  }
  
  .taviraj {
    margin-bottom: 0;
    font-family: Taviraj, sans-serif;
    font-style: italic;
    font-weight: 200;
  }
  
  .grid-licensing {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }
  
  .image-licensing {
    width: 100%;
    height: 320px;
    object-fit: cover;
  }
  
  .utility-page-wrap {
    width: 100%;
    min-height: 100vh;
    justify-content: center;
    align-items: center;
    margin-bottom: -74px;
    padding: 160px 30px;
    display: flex;
  }
  
  .utility-page-content {
    width: 100%;
    max-width: 300px;
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }
  
  .utility-page-form {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-items: stretch;
  }
  
  .field-label {
    color: var(--light);
    text-align: left;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 120%;
  }
  
  @media screen and (max-width: 991px) {
    h1 {
      font-size: 62px;
    }
  
    h2 {
      font-size: 46px;
    }
  
    h3 {
      font-size: 36px;
    }
  
    h4 {
      font-size: 28px;
    }
  
    h5 {
      font-size: 22px;
    }
  
    .heading-hero, .heading-hero-accent {
      font-size: 70px;
    }
  
    .img-hero-1 {
      width: 30vw;
    }
  
    .grid-img-hero {
      grid-column-gap: 15vw;
      grid-row-gap: 15vw;
    }
  
    .img-hero-2, .img-hero-3, .img-hero-4, .img-hero-5, .img-hero-6, .img-hero-7, .img-hero-8, .img-hero-9, .img-hero-10, .img-hero-11, .img-hero-12 {
      width: 30vw;
    }
  
    .nav-link {
      font-size: 70px;
    }
  
    .section-call-to-action {
      min-height: 80vh;
      margin-bottom: 0;
    }
  
    .heading-top {
      font-size: 80px;
    }
  
    .section-full {
      margin-bottom: 0;
    }
  
    .grid-about {
      grid-column-gap: 20px;
      grid-row-gap: 20px;
    }
  
    .image-licensing {
      height: 270px;
    }
  }
  
  @media screen and (max-width: 767px) {
    h1 {
      font-size: 52px;
    }
  
    h2 {
      font-size: 39px;
    }
  
    h3 {
      font-size: 32px;
    }
  
    h4 {
      font-size: 24px;
    }
  
    h5 {
      font-size: 20px;
    }
  
    h6 {
      font-size: 17px;
    }
  
    .rich-text-block {
      margin-bottom: 30px;
    }
  
    .heading-hero, .heading-hero-accent {
      font-size: 50px;
    }
  
    .line-hero {
      margin-bottom: 30px;
    }
  
    .paragraph-hero {
      max-width: 450px;
      margin-bottom: 30px;
    }
  
    .section.page {
      padding-bottom: 130px;
    }
  
    .nav-link {
      padding-top: 5px;
      padding-bottom: 5px;
      font-size: 50px;
    }
  
    .section-footer {
      flex-direction: column;
      justify-content: center;
    }
  
    .link-footer {
      padding-left: 15px;
      padding-right: 15px;
    }
  
    .section-project-top {
      padding-top: 130px;
      padding-bottom: 25px;
    }
  
    .project-line {
      height: 18px;
      margin-top: 20px;
      margin-bottom: 30px;
    }
  
    .project-line-long {
      height: 40px;
      margin-top: 20px;
    }
  
    .image-project-main {
      margin-bottom: 50px;
    }
  
    .collection-list-gallery {
      grid-column-gap: 30px;
      grid-row-gap: 30px;
    }
  
    .heading-top {
      font-size: 62px;
    }
  
    .section-top {
      padding-top: 130px;
      padding-bottom: 80px;
    }
  
    .collection-item-works {
      grid-column-gap: 60px;
      grid-row-gap: 60px;
    }
  
    .section-full {
      padding-top: 130px;
      padding-bottom: 80px;
    }
  
    .line {
      margin-bottom: 30px;
    }
  
    .grid-about {
      grid-column-gap: 50px;
      grid-row-gap: 50px;
      grid-template-columns: minmax(auto, 780px);
    }
  
    .about {
      grid-row-gap: 80px;
    }
  
    .space {
      margin-top: 60px;
      margin-bottom: 60px;
    }
  
    .grid-colors {
      grid-template-columns: 1fr 1fr;
    }
  
    .template-info {
      flex-direction: column;
    }
  
    .grid-licensing {
      grid-template-columns: 1fr 1fr;
    }
  
    .utility-page-wrap {
      margin-bottom: 0;
    }
  }
  
  @media screen and (max-width: 479px) {
    h1 {
      font-size: 44px;
    }
  
    h2 {
      font-size: 34px;
    }
  
    h3 {
      font-size: 26px;
    }
  
    h4 {
      font-size: 21px;
    }
  
    h5 {
      font-size: 19px;
    }
  
    h6 {
      font-size: 16px;
    }
  
    .heading-hero {
      font-size: 30px;
    }
  
    .block-hero {
      padding-left: 7%;
      padding-right: 7%;
    }
  
    .heading-hero-accent {
      font-size: 50px;
    }
  
    .img-hero-1, .img-hero-2, .img-hero-3, .img-hero-4, .img-hero-5, .img-hero-6, .img-hero-7, .img-hero-8, .img-hero-9, .img-hero-10, .img-hero-11, .img-hero-12 {
      width: 40vw;
    }
  
    .line-hero {
      margin-bottom: 26px;
    }
  
    .paragraph-hero {
      max-width: 390px;
      margin-bottom: 26px;
    }
  
    .section {
      padding-left: 8%;
      padding-right: 8%;
    }
  
    .button {
      padding: 18px 36px;
      font-size: 15px;
    }
  
    .navbar {
      padding: 10px;
    }
  
    .nav-link {
      font-size: 40px;
    }
  
    .collection-list {
      grid-column-gap: 60px;
      grid-row-gap: 60px;
    }
  
    .link-heading-project {
      margin-top: 20px;
    }
  
    .footer {
      flex-direction: column;
    }
  
    .section-call-to-action, .section-project-top {
      padding-left: 8%;
      padding-right: 8%;
    }

    .space {
      margin-top: 50px;
      margin-bottom: 50px;
    }
  
    .grid-colors {
      grid-column-gap: 10px;
      grid-row-gap: 10px;
      grid-template-columns: 1fr;
    }
  
    .template-info {
      padding: 22px;
    }
  
    .button-alternative {
      padding: 18px 36px;
      font-size: 15px;
    }
  
    .utility-page-wrap {
      padding-left: 20px;
      padding-right: 20px;
    }
  }
  
  @media screen and (max-width: 479px) {
   
    #w-node-e0f62df3-31dc-3819-c385-a520adb8378c-359897ee {
      grid-area: span 1 / span 1 / span 1 / span 1;
      justify-self: center;
    }
  }