.dropbtn {
    background-color: #0a0a1a;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
  }
  
  .dropdown {
    position: relative;
    display: inline-block;
  }
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #a5d1e2;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }
  
  .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }
  
  .dropdown-content a:hover {background-color: #ddd;}
  
  .dropdown:hover .dropdown-content {display: block;}
  
  .dropdown:hover .dropbtn {background-color: #3e8e41;}







.w-list-unstyled {
    padding-left: 0;
    list-style: none;
  }
  
  .w-embed:before, .w-embed:after {
    content: " ";
    grid-area: 1 / 1 / 2 / 2;
    display: table;
  }
  
  .w-embed:after {
    clear: both;
  }
  
  .w-video {
    width: 100%;
    padding: 0;
    position: relative;
  }
  
  .w-video iframe, .w-video object, .w-video embed {
    border: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  
  fieldset {
    border: 0;
    margin: 0;
    padding: 0;
  }
  
  button, [type="button"], [type="reset"] {
    cursor: pointer;
    -webkit-appearance: button;
    border: 0;
  }
  
  .w-form {
    margin: 0 0 15px;
  }
  
  .w-form-done {
    text-align: center;
    background-color: #ddd;
    padding: 20px;
    display: none;
  }
  
  .w-form-fail {
    background-color: #ffdede;
    margin-top: 10px;
    padding: 10px;
    display: none;
  }
  
  label {
    margin-bottom: 5px;
    font-weight: bold;
    display: block;
  }
  
  .w-input, .w-select {
    color: #333;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #ccc;
    width: 100%;
    height: 38px;
    margin-bottom: 10px;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 1.42857;
    display: block;
  }
  
  .w-input:-moz-placeholder, .w-select:-moz-placeholder {
    color: #999;
  }
  
  .w-input::-moz-placeholder, .w-select::-moz-placeholder {
    color: #999;
    opacity: 1;
  }
  
  .w-input::-webkit-input-placeholder, .w-select::-webkit-input-placeholder {
    color: #999;
  }
  
  .w-input:focus, .w-select:focus {
    border-color: #3898ec;
    outline: 0;
  }
  
  .w-input[disabled], .w-select[disabled], .w-input[readonly], .w-select[readonly], fieldset[disabled] .w-input, fieldset[disabled] .w-select {
    cursor: not-allowed;
  }
  
  .w-input[disabled]:not(.w-input-disabled), .w-select[disabled]:not(.w-input-disabled), .w-input[readonly], .w-select[readonly], fieldset[disabled]:not(.w-input-disabled) .w-input, fieldset[disabled]:not(.w-input-disabled) .w-select {
    background-color: #eee;
  }
  
  textarea.w-input, textarea.w-select {
    height: auto;
  }
  
  .w-select {
    background-color: #f3f3f3;
  }
  
  .w-select[multiple] {
    height: auto;
  }
  
  .w-form-label {
    cursor: pointer;
    margin-bottom: 0;
    font-weight: normal;
    display: inline-block;
  }
  
  .w-radio {
    margin-bottom: 5px;
    padding-left: 20px;
    display: block;
  }
  
  .w-radio:before, .w-radio:after {
    content: " ";
    grid-area: 1 / 1 / 2 / 2;
    display: table;
  }
  
  .w-radio:after {
    clear: both;
  }
  
  .w-radio-input {
    float: left;
    margin: 3px 0 0 -20px;
    line-height: normal;
  }
  
  .w-file-upload {
    margin-bottom: 10px;
    display: block;
  }
  
  .w-file-upload-input {
    opacity: 0;
    z-index: -100;
    width: .1px;
    height: .1px;
    position: absolute;
    overflow: hidden;
  }
  
  .w-file-upload-default, .w-file-upload-uploading, .w-file-upload-success {
    color: #333;
    display: inline-block;
  }
  
  .w-file-upload-error {
    margin-top: 10px;
    display: block;
  }
  
  .w-file-upload-default.w-hidden, .w-file-upload-uploading.w-hidden, .w-file-upload-error.w-hidden, .w-file-upload-success.w-hidden {
    display: none;
  }
  
  .w-file-upload-uploading-btn {
    cursor: pointer;
    background-color: #fafafa;
    border: 1px solid #ccc;
    margin: 0;
    padding: 8px 12px;
    font-size: 14px;
    font-weight: normal;
    display: flex;
  }
  
  .w-file-upload-file {
    background-color: #fafafa;
    border: 1px solid #ccc;
    flex-grow: 1;
    justify-content: space-between;
    margin: 0;
    padding: 8px 9px 8px 11px;
    display: flex;
  }
  
  .w-file-upload-file-name {
    font-size: 14px;
    font-weight: normal;
    display: block;
  }
  
  .w-file-remove-link {
    cursor: pointer;
    width: auto;
    height: auto;
    margin-top: 3px;
    margin-left: 10px;
    padding: 3px;
    display: block;
  }
  
  .w-icon-file-upload-remove {
    margin: auto;
    font-size: 10px;
  }
  
  .w-file-upload-error-msg {
    color: #ea384c;
    padding: 2px 0;
    display: inline-block;
  }
  
  .w-file-upload-info {
    padding: 0 12px;
    line-height: 38px;
    display: inline-block;
  }
  
  .w-file-upload-label {
    cursor: pointer;
    background-color: #fafafa;
    border: 1px solid #ccc;
    margin: 0;
    padding: 8px 12px;
    font-size: 14px;
    font-weight: normal;
    display: inline-block;
  }
  
  .w-icon-file-upload-icon, .w-icon-file-upload-uploading {
    width: 20px;
    margin-right: 8px;
    display: inline-block;
  }
  
  .w-icon-file-upload-uploading {
    height: 20px;
  }
  
  .w-container {
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
  }
  
  .w-container:before, .w-container:after {
    content: " ";
    grid-area: 1 / 1 / 2 / 2;
    display: table;
  }
  
  .w-container:after {
    clear: both;
  }
  
  .w-container .w-row {
    margin-left: -10px;
    margin-right: -10px;
  }
  
  .w-row:before, .w-row:after {
    content: " ";
    grid-area: 1 / 1 / 2 / 2;
    display: table;
  }
  
  .w-row:after {
    clear: both;
  }
  
  .w-row .w-row {
    margin-left: 0;
    margin-right: 0;
  }
  
  .w-col {
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
  }
  
  .w-col .w-col {
    padding-left: 0;
    padding-right: 0;
  }
  
  .w-col-1 {
    width: 8.33333%;
  }
  
  .w-col-2 {
    width: 16.6667%;
  }
  
  .w-col-3 {
    width: 25%;
  }
  
  .w-col-4 {
    width: 33.3333%;
  }
  
  .w-col-5 {
    width: 41.6667%;
  }
  
  .w-col-6 {
    width: 50%;
  }
  
  .w-col-7 {
    width: 58.3333%;
  }
  
  .w-col-8 {
    width: 66.6667%;
  }
  
  .w-col-9 {
    width: 75%;
  }
  
  .w-col-10 {
    width: 83.3333%;
  }
  
  .w-col-11 {
    width: 91.6667%;
  }
  
  .w-col-12 {
    width: 100%;
  }
  
  .w-hidden-main {
    display: none !important;
  }
  
  @media screen and (max-width: 991px) {
    .w-container {
      max-width: 728px;
    }
  
    .w-hidden-main {
      display: inherit !important;
    }
  
    .w-hidden-medium {
      display: none !important;
    }
  
    .w-col-medium-1 {
      width: 8.33333%;
    }
  
    .w-col-medium-2 {
      width: 16.6667%;
    }
  
    .w-col-medium-3 {
      width: 25%;
    }
  
    .w-col-medium-4 {
      width: 33.3333%;
    }
  
    .w-col-medium-5 {
      width: 41.6667%;
    }
  
    .w-col-medium-6 {
      width: 50%;
    }
  
    .w-col-medium-7 {
      width: 58.3333%;
    }
  
    .w-col-medium-8 {
      width: 66.6667%;
    }
  
    .w-col-medium-9 {
      width: 75%;
    }
  
    .w-col-medium-10 {
      width: 83.3333%;
    }
  
    .w-col-medium-11 {
      width: 91.6667%;
    }
  
    .w-col-medium-12 {
      width: 100%;
    }
  
    .w-col-stack {
      width: 100%;
      left: auto;
      right: auto;
    }
  }
  
  @media screen and (max-width: 767px) {
    .w-hidden-main, .w-hidden-medium {
      display: inherit !important;
    }
  
    .w-hidden-small {
      display: none !important;
    }
  
    .w-row, .w-container .w-row {
      margin-left: 0;
      margin-right: 0;
    }
  
    .w-col {
      width: 100%;
      left: auto;
      right: auto;
    }
  
    .w-col-small-1 {
      width: 8.33333%;
    }
  
    .w-col-small-2 {
      width: 16.6667%;
    }
  
    .w-col-small-3 {
      width: 25%;
    }
  
    .w-col-small-4 {
      width: 33.3333%;
    }
  
    .w-col-small-5 {
      width: 41.6667%;
    }
  
    .w-col-small-6 {
      width: 50%;
    }
  
    .w-col-small-7 {
      width: 58.3333%;
    }
  
    .w-col-small-8 {
      width: 66.6667%;
    }
  
    .w-col-small-9 {
      width: 75%;
    }
  
    .w-col-small-10 {
      width: 83.3333%;
    }
  
    .w-col-small-11 {
      width: 91.6667%;
    }
  
    .w-col-small-12 {
      width: 100%;
    }
  }
  @media only screen and (min-width: 500px) and (max-width: 1800px) {
    .mobile-socials{
      display: none;
    }
    .menu-item-text {
      letter-spacing: 1px;
      padding-top: 10px;
      padding-bottom: 10px;
      font-family: sans-serif;
      font-size: 30px;
      border-bottom: 1px solid #111;
      font-weight: 300;
      line-height: 1em;
  }

  .heading-5.menu {
    color: #000;
    font-family: sans-serif;
    font-size: 15px;
    border-bottom: 1px solid #111;
}
  }
  
  @media only screen and (min-width: 300px) and (max-width: 479px) {
    .w-container {
      max-width: none;
    }

    .c-nav-logo {
      z-index: 5001;
      width: 50px;
      position: relative;
  }

  
  .heading-5.menu {
    color: #000;
    margin-bottom: 0;
    font-size: 15px;
    line-height: 20px;
  }

  .menu-item-text {
    letter-spacing: 1px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: Graphik web, sans-serif;
    font-size: 20px;
    font-weight: 200;
    border-bottom: 1px solid #000;
    line-height: 1em;
  }
  
    .desktop-socials{
      display: none;
    }
    .visit-grid{
      display: table-cell;
    }

    .footer-grid{
      display: table-cell;
    }
  
    .w-hidden-main, .w-hidden-medium, .w-hidden-small {
      display: inherit !important;
    }
  
    .w-hidden-tiny {
      display: none !important;
    }

    li{
      font-size: 20px;
      line-height: 1;
    }
  
    .w-col {
      width: 100%;
    }
  
    .w-col-tiny-1 {
      width: 8.33333%;
    }
  
    .w-col-tiny-2 {
      width: 16.6667%;
    }
  
    .w-col-tiny-3 {
      width: 25%;
    }
  
    .w-col-tiny-4 {
      width: 33.3333%;
    }
  
    .w-col-tiny-5 {
      width: 41.6667%;
    }
  
    .w-col-tiny-6 {
      width: 50%;
    }
  
    .w-col-tiny-7 {
      width: 58.3333%;
    }
  
    .w-col-tiny-8 {
      width: 66.6667%;
    }
  
    .w-col-tiny-9 {
      width: 75%;
    }
  
    .w-col-tiny-10 {
      width: 83.3333%;
    }
  
    .w-col-tiny-11 {
      width: 91.6667%;
    }
  
    .w-col-tiny-12 {
      width: 100%;
    }
  }
  
  .w-widget {
    position: relative;
  }
  
  .w-widget-map {
    width: 100%;
    height: 400px;
  }
  
  .w-widget-map label {
    width: auto;
    display: inline;
  }
  
  .w-widget-map img {
    max-width: inherit;
  }
  
  .w-widget-map .gm-style-iw {
    text-align: center;
  }
  
  .w-widget-map .gm-style-iw > button {
    display: none !important;
  }
  
  .w-widget-twitter {
    overflow: hidden;
  }
  
  .w-widget-twitter-count-shim {
    vertical-align: top;
    text-align: center;
    background: #fff;
    border: 1px solid #758696;
    border-radius: 3px;
    width: 28px;
    height: 20px;
    display: inline-block;
    position: relative;
  }
  
  .w-widget-twitter-count-shim * {
    pointer-events: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
  .w-widget-twitter-count-shim .w-widget-twitter-count-inner {
    text-align: center;
    color: #999;
    font-family: serif;
    font-size: 15px;
    line-height: 12px;
    position: relative;
  }
  
  .w-widget-twitter-count-shim .w-widget-twitter-count-clear {
    display: block;
    position: relative;
  }
  
  .w-widget-twitter-count-shim.w--large {
    width: 36px;
    height: 28px;
  }
  
  .w-widget-twitter-count-shim.w--large .w-widget-twitter-count-inner {
    font-size: 18px;
    line-height: 18px;
  }
  
  .w-widget-twitter-count-shim:not(.w--vertical) {
    margin-left: 5px;
    margin-right: 8px;
  }
  
  .w-widget-twitter-count-shim:not(.w--vertical).w--large {
    margin-left: 6px;
  }
  
  .w-widget-twitter-count-shim:not(.w--vertical):before, .w-widget-twitter-count-shim:not(.w--vertical):after {
    content: " ";
    pointer-events: none;
    border: solid rgba(0, 0, 0, 0);
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    left: 0;
  }
  
  .w-widget-twitter-count-shim:not(.w--vertical):before {
    border-width: 4px;
    border-color: rgba(117, 134, 150, 0) #5d6c7b rgba(117, 134, 150, 0) rgba(117, 134, 150, 0);
    margin-top: -4px;
    margin-left: -9px;
  }
  
  .w-widget-twitter-count-shim:not(.w--vertical).w--large:before {
    border-width: 5px;
    margin-top: -5px;
    margin-left: -10px;
  }
  
  .w-widget-twitter-count-shim:not(.w--vertical):after {
    border-width: 4px;
    border-color: rgba(255, 255, 255, 0) #fff rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
    margin-top: -4px;
    margin-left: -8px;
  }
  
  .w-widget-twitter-count-shim:not(.w--vertical).w--large:after {
    border-width: 5px;
    margin-top: -5px;
    margin-left: -9px;
  }
  
  .w-widget-twitter-count-shim.w--vertical {
    width: 61px;
    height: 33px;
    margin-bottom: 8px;
  }
  
  .w-widget-twitter-count-shim.w--vertical:before, .w-widget-twitter-count-shim.w--vertical:after {
    content: " ";
    pointer-events: none;
    border: solid rgba(0, 0, 0, 0);
    width: 0;
    height: 0;
    position: absolute;
    top: 100%;
    left: 50%;
  }
  
  .w-widget-twitter-count-shim.w--vertical:before {
    border-width: 5px;
    border-color: #5d6c7b rgba(117, 134, 150, 0) rgba(117, 134, 150, 0);
    margin-left: -5px;
  }
  
  .w-widget-twitter-count-shim.w--vertical:after {
    border-width: 4px;
    border-color: #fff rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
    margin-left: -4px;
  }
  
  .w-widget-twitter-count-shim.w--vertical .w-widget-twitter-count-inner {
    font-size: 18px;
    line-height: 22px;
  }
  
  .w-widget-twitter-count-shim.w--vertical.w--large {
    width: 76px;
  }
  
  .w-background-video {
    color: #fff;
    height: 500px;
    position: relative;
    overflow: hidden;
  }
  
  .w-background-video > video {
    object-fit: cover;
    z-index: -100;
    background-position: 50%;
    background-size: cover;
    width: 100%;
    height: 100%;
    margin: auto;
    position: absolute;
    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-slider {
    text-align: center;
    clear: both;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
    background: #ddd;
    height: 300px;
    position: relative;
  }
  
  .w-slider-mask {
    z-index: 1;
    white-space: nowrap;
    height: 100%;
    display: block;
    position: relative;
    left: 0;
    right: 0;
    overflow: hidden;
  }
  
  .w-slide {
    vertical-align: top;
    white-space: normal;
    text-align: left;
    width: 100%;
    height: 100%;
    display: inline-block;
    position: relative;
  }
  
  .w-slider-nav {
    z-index: 2;
    text-align: center;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
    height: 40px;
    margin: auto;
    padding-top: 10px;
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
  }
  
  .w-slider-nav.w-round > div {
    border-radius: 100%;
  }
  
  .w-slider-nav.w-num > div {
    font-size: inherit;
    line-height: inherit;
    width: auto;
    height: auto;
    padding: .2em .5em;
  }
  
  .w-slider-nav.w-shadow > div {
    box-shadow: 0 0 3px rgba(51, 51, 51, .4);
  }
  
  .w-slider-nav-invert {
    color: #fff;
  }
  
  .w-slider-nav-invert > div {
    background-color: rgba(34, 34, 34, .4);
  }
  
  .w-slider-nav-invert > div.w-active {
    background-color: #222;
  }
  
  .w-slider-dot {
    cursor: pointer;
    background-color: rgba(255, 255, 255, .4);
    width: 1em;
    height: 1em;
    margin: 0 3px .5em;
    transition: background-color .1s, color .1s;
    display: inline-block;
    position: relative;
  }
  
  .w-slider-dot.w-active {
    background-color: #fff;
  }
  
  .w-slider-dot:focus {
    outline: none;
    box-shadow: 0 0 0 2px #fff;
  }
  
  .w-slider-dot:focus.w-active {
    box-shadow: none;
  }
  
  .w-slider-arrow-left, .w-slider-arrow-right {
    cursor: pointer;
    color: #fff;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 80px;
    margin: auto;
    font-size: 40px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
  }
  
  .w-slider-arrow-left [class^="w-icon-"], .w-slider-arrow-right [class^="w-icon-"], .w-slider-arrow-left [class*=" w-icon-"], .w-slider-arrow-right [class*=" w-icon-"] {
    position: absolute;
  }
  
  .w-slider-arrow-left:focus, .w-slider-arrow-right:focus {
    outline: 0;
  }
  
  .w-slider-arrow-left {
    z-index: 3;
    right: auto;
  }
  
  .w-slider-arrow-right {
    z-index: 4;
    left: auto;
  }
  
  .w-icon-slider-left, .w-icon-slider-right {
    width: 1em;
    height: 1em;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  
  .w-slider-aria-label {
    clip: rect(0 0 0 0);
    border: 0;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    position: absolute;
    overflow: hidden;
  }
  
  .w-slider-force-show {
    display: block !important;
  }
  
  .w-dropdown {
    text-align: left;
    z-index: 900;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    position: relative;
  }
  
  .w-dropdown-btn, .w-dropdown-toggle, .w-dropdown-link {
    vertical-align: top;
    color: #222;
    text-align: left;
    white-space: nowrap;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    text-decoration: none;
    position: relative;
  }
  
  .w-dropdown-toggle {
    -webkit-user-select: none;
    -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 {
    background: #ddd;
    min-width: 100%;
    display: none;
    position: absolute;
  }
  
  .w-dropdown-list.w--open {
    display: block;
  }
  
  .w-dropdown-link {
    color: #222;
    padding: 10px 20px;
    display: block;
  }
  
  .w-dropdown-link.w--current {
    color: #0082f3;
  }
  
  .w-dropdown-link:focus {
    outline: 0;
  }
  
  @media screen and (max-width: 767px) {
    .w-nav-brand {
      padding-left: 10px;
    }
  }
  
  .w-lightbox-backdrop {
    cursor: auto;
    letter-spacing: normal;
    text-indent: 0;
    text-shadow: none;
    text-transform: none;
    visibility: visible;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    color: #fff;
    text-align: center;
    z-index: 2000;
    opacity: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -webkit-tap-highlight-color: transparent;
    background: 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 {
    -webkit-overflow-scrolling: touch;
    height: 100%;
    overflow: auto;
  }
  
  .w-lightbox-content {
    height: 100vh;
    position: relative;
    overflow: hidden;
  }
  
  .w-lightbox-view {
    opacity: 0;
    width: 100vw;
    height: 100vh;
    position: absolute;
  }
  
  .w-lightbox-view:before {
    content: "";
    height: 100vh;
  }
  
  .w-lightbox-group, .w-lightbox-group .w-lightbox-view, .w-lightbox-group .w-lightbox-view:before {
    height: 86vh;
  }
  
  .w-lightbox-frame, .w-lightbox-view:before {
    vertical-align: middle;
    display: inline-block;
  }
  
  .w-lightbox-figure {
    margin: 0;
    position: relative;
  }
  
  .w-lightbox-group .w-lightbox-figure {
    cursor: pointer;
  }
  
  .w-lightbox-img {
    width: auto;
    max-width: none;
    height: auto;
  }
  
  .w-lightbox-image {
    float: none;
    max-width: 100vw;
    max-height: 100vh;
    display: block;
  }
  
  .w-lightbox-group .w-lightbox-image {
    max-height: 86vh;
  }
  
  .w-lightbox-caption {
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: 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 {
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 24px;
    width: 4em;
    transition: all .3s;
    position: absolute;
    top: 0;
  }
  
  .w-lightbox-left {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0yMCAwIDI0IDQwIiB3aWR0aD0iMjQiIGhlaWdodD0iNDAiPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1KSI+PHBhdGggZD0ibTAgMGg1djIzaDIzdjVoLTI4eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDN2MjNoMjN2M2gtMjZ6IiBmaWxsPSIjZmZmIi8+PC9nPjwvc3ZnPg==");
    display: none;
    bottom: 0;
    left: 0;
  }
  
  .w-lightbox-right {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMjQgNDAiIHdpZHRoPSIyNCIgaGVpZ2h0PSI0MCI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMC0waDI4djI4aC01di0yM2gtMjN6IiBvcGFjaXR5PSIuNCIvPjxwYXRoIGQ9Im0xIDFoMjZ2MjZoLTN2LTIzaC0yM3oiIGZpbGw9IiNmZmYiLz48L2c+PC9zdmc+");
    display: none;
    bottom: 0;
    right: 0;
  }
  
  .w-lightbox-close {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMTggMTciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNyI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMCAwaDd2LTdoNXY3aDd2NWgtN3Y3aC01di03aC03eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDd2LTdoM3Y3aDd2M2gtN3Y3aC0zdi03aC03eiIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4=");
    background-size: 18px;
    height: 2.6em;
    right: 0;
  }
  
  .w-lightbox-strip {
    white-space: nowrap;
    padding: 0 1vh;
    line-height: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    overflow-x: auto;
    overflow-y: hidden;
  }
  
  .w-lightbox-item {
    box-sizing: content-box;
    cursor: pointer;
    width: 10vh;
    padding: 2vh 1vh;
    display: inline-block;
    -webkit-transform: translate3d(0, 0, 0);
  }
  
  .w-lightbox-active {
    opacity: .3;
  }
  
  .w-lightbox-thumbnail {
    background: #222;
    height: 10vh;
    position: relative;
    overflow: hidden;
  }
  
  .w-lightbox-thumbnail-image {
    position: absolute;
    top: 0;
    left: 0;
  }
  
  .w-lightbox-thumbnail .w-lightbox-tall {
    width: 100%;
    top: 50%;
    transform: translate(0, -50%);
  }
  
  .w-lightbox-thumbnail .w-lightbox-wide {
    height: 100%;
    left: 50%;
    transform: translate(-50%);
  }
  
  .w-lightbox-spinner {
    box-sizing: border-box;
    border: 5px solid rgba(0, 0, 0, .4);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
    animation: .8s linear infinite spin;
    position: absolute;
    top: 50%;
    left: 50%;
  }
  
  .w-lightbox-spinner:after {
    content: "";
    border: 3px solid 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 {
    text-align: center;
    clear: both;
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  
  .w-richtext figure.w-richtext-align-fullwidth > div {
    padding-bottom: inherit;
    display: inline-block;
  }
  
  .w-richtext figure.w-richtext-align-fullwidth > figcaption {
    display: block;
  }
  
  .w-richtext figure.w-richtext-align-floatleft {
    float: left;
    clear: none;
    margin-right: 15px;
  }
  
  .w-richtext figure.w-richtext-align-floatright {
    float: right;
    clear: none;
    margin-left: 15px;
  }
  /*
  .w-nav {
    z-index: 1000;
    background: #ddd;
    position: relative;
  }*/
  
  .w-nav:before, .w-nav:after {
    content: " ";
    grid-area: 1 / 1 / 2 / 2;
    display: table;
  }
  
  .w-nav:after {
    clear: both;
  }
  
  .w-nav-brand {
    float: left;
    color: #333;
    text-decoration: none;
    position: relative;
  }
  
  .w-nav-link {
    vertical-align: top;
    color: #222;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    text-decoration: none;
    display: inline-block;
    position: relative;
  }
  
  .w-nav-link.w--current {
    color: #0082f3;
  }
  
  .w-nav-menu {
    float: right;
    position: relative;
  }
  
  [data-nav-menu-open] {
    text-align: center;
    background: #c8c8c8;
    min-width: 200px;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    overflow: visible;
    display: block !important;
  }
  
  .w--nav-link-open {
    display: block;
    position: relative;
  }
  
  .w-nav-overlay {
    width: 100%;
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    overflow: hidden;
  }
  
  .w-nav-overlay [data-nav-menu-open] {
    top: 0;
  }
  
  .w-nav[data-animation="over-left"] .w-nav-overlay {
    width: auto;
  }
  
  .w-nav[data-animation="over-left"] .w-nav-overlay, .w-nav[data-animation="over-left"] [data-nav-menu-open] {
    z-index: 1;
    top: 0;
    right: auto;
  }
  
  .w-nav[data-animation="over-right"] .w-nav-overlay {
    width: auto;
  }
  
  .w-nav[data-animation="over-right"] .w-nav-overlay, .w-nav[data-animation="over-right"] [data-nav-menu-open] {
    z-index: 1;
    top: 0;
    left: auto;
  }
  
  .w-nav-button {
    float: right;
    cursor: pointer;
    -webkit-tap-highlight-color: 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 {
    --floral-white: white;
    --light-blue: black;
    --background-1: #dfa5a4;
    --honeydew\<deleted\|variable-5512e545\>: #e6c98f;
    --background-2: #a7dce1;
    --background-3: #a8aeda;
  }
  
  .w-layout-layout {
    grid-row-gap: 20px;
    grid-column-gap: 20px;
    grid-auto-columns: 1fr;
    justify-content: center;
    padding: 20px;
  }
  
  .w-layout-cell {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }
  
  .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: none;
  }
  
  .w-commerce-commercecartwrapper {
    display: inline-block;
    position: relative;
  }
  
  .w-commerce-commercecartopenlink {
    color: #fff;
    cursor: pointer;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background-color: #3898ec;
    border-width: 0;
    border-radius: 0;
    align-items: center;
    padding: 9px 15px;
    text-decoration: none;
    display: flex;
  }
  
  .w-commerce-commercecartopenlinkcount {
    color: #3898ec;
    text-align: center;
    background-color: #fff;
    border-radius: 9px;
    min-width: 18px;
    height: 18px;
    margin-left: 8px;
    padding-left: 6px;
    padding-right: 6px;
    font-size: 11px;
    font-weight: 700;
    line-height: 18px;
    display: inline-block;
  }
  
  .w-commerce-commercecartcontainerwrapper {
    z-index: 1001;
    background-color: rgba(0, 0, 0, .8);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  
  .w-commerce-commercecartcontainerwrapper--cartType-modal {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }
  
  .w-commerce-commercecartcontainerwrapper--cartType-leftSidebar {
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
  }
  
  .w-commerce-commercecartcontainerwrapper--cartType-rightSidebar {
    flex-direction: row;
    justify-content: flex-end;
    align-items: stretch;
    display: flex;
  }
  
  .w-commerce-commercecartcontainerwrapper--cartType-leftDropdown {
    background-color: rgba(0, 0, 0, 0);
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0;
    right: auto;
  }
  
  .w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
    background-color: rgba(0, 0, 0, 0);
    position: absolute;
    top: 100%;
    bottom: auto;
    left: auto;
    right: 0;
  }
  
  .w-commerce-commercecartcontainer {
    background-color: #fff;
    flex-direction: column;
    width: 100%;
    min-width: 320px;
    max-width: 480px;
    display: flex;
    overflow: auto;
    box-shadow: 0 5px 25px rgba(0, 0, 0, .25);
  }
  
  .w-commerce-commercecartheader {
    border-bottom: 1px solid #e6e6e6;
    flex: none;
    justify-content: space-between;
    align-items: center;
    padding: 16px 24px;
    display: flex;
    position: relative;
  }
  
  .w-commerce-commercecartheading {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }
  
  .w-commerce-commercecartcloselink {
    width: 16px;
    height: 16px;
  }
  
  .w-commerce-commercecartformwrapper {
    flex-direction: column;
    flex: 1;
    display: flex;
  }
  
  .w-commerce-commercecartform {
    flex-direction: column;
    flex: 1;
    justify-content: flex-start;
    display: flex;
  }
  
  .w-commerce-commercecartlist {
    -webkit-overflow-scrolling: touch;
    flex: 1;
    padding: 12px 24px;
    overflow: auto;
  }
  
  .w-commerce-commercecartitem {
    align-items: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
    display: flex;
  }
  
  .w-commerce-commercecartiteminfo {
    flex-direction: column;
    flex: 1;
    margin-left: 16px;
    margin-right: 16px;
    display: flex;
  }
  
  .w-commerce-commercecartproductname {
    font-weight: 700;
  }
  
  .w-commerce-commercecartoptionlist {
    margin-bottom: 0;
    padding-left: 0;
    text-decoration: none;
    list-style-type: none;
  }
  
  .w-commerce-commercecartquantity {
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background-color: #fafafa;
    border: 1px solid #ddd;
    border-radius: 3px;
    width: 60px;
    height: 38px;
    margin-bottom: 10px;
    padding: 8px 6px 8px 12px;
    line-height: 20px;
    display: block;
  }
  
  .w-commerce-commercecartquantity::placeholder {
    color: #999;
  }
  
  .w-commerce-commercecartquantity:focus {
    border-color: #3898ec;
    outline-style: none;
  }
  
  .w-commerce-commercecartfooter {
    border-top: 1px solid #e6e6e6;
    flex-direction: column;
    flex: none;
    padding: 16px 24px 24px;
    display: flex;
  }
  
  .w-commerce-commercecartlineitem {
    flex: none;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 16px;
    display: flex;
  }
  
  .w-commerce-commercecartordervalue {
    font-weight: 700;
  }
  
  .w-commerce-commercecartapplepaybutton {
    color: #fff;
    cursor: pointer;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background-color: #000;
    border-width: 0;
    border-radius: 2px;
    align-items: center;
    height: 38px;
    min-height: 30px;
    margin-bottom: 8px;
    padding: 0;
    text-decoration: none;
    display: flex;
  }
  
  .w-commerce-commercecartapplepayicon {
    width: 100%;
    height: 50%;
    min-height: 20px;
  }
  
  .w-commerce-commercecartquickcheckoutbutton {
    color: #fff;
    cursor: pointer;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background-color: #000;
    border-width: 0;
    border-radius: 2px;
    justify-content: center;
    align-items: center;
    height: 38px;
    margin-bottom: 8px;
    padding: 0 15px;
    text-decoration: none;
    display: flex;
  }
  
  .w-commerce-commercequickcheckoutgoogleicon, .w-commerce-commercequickcheckoutmicrosofticon {
    margin-right: 8px;
    display: block;
  }
  
  .w-commerce-commercecartcheckoutbutton {
    color: #fff;
    cursor: pointer;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    text-align: center;
    background-color: #3898ec;
    border-width: 0;
    border-radius: 2px;
    align-items: center;
    padding: 9px 15px;
    text-decoration: none;
    display: block;
  }
  
  .w-commerce-commercecartemptystate {
    flex: 1;
    justify-content: center;
    align-items: center;
    padding-top: 100px;
    padding-bottom: 100px;
    display: flex;
  }
  
  .w-commerce-commercecarterrorstate {
    background-color: #ffdede;
    flex: none;
    margin: 0 24px 24px;
    padding: 10px;
  }
  
  .w-commerce-commercecheckoutformcontainer {
    background-color: #f5f5f5;
    width: 100%;
    min-height: 100vh;
    padding: 20px;
  }
  
  .w-commerce-commercelayoutcontainer {
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }
  
  .w-commerce-commercelayoutmain {
    flex: 0 800px;
    margin-right: 20px;
  }
  
  .w-commerce-commercecheckoutcustomerinfowrapper {
    margin-bottom: 20px;
  }
  
  .w-commerce-commercecheckoutblockheader {
    background-color: #fff;
    border: 1px solid #e6e6e6;
    justify-content: space-between;
    align-items: baseline;
    padding: 4px 20px;
    display: flex;
  }
  
  .w-commerce-commercecheckoutblockcontent {
    background-color: #fff;
    border-bottom: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    padding: 20px;
  }
  
  .w-commerce-commercecheckoutlabel {
    margin-bottom: 8px;
  }
  
  .w-commerce-commercecheckoutemailinput {
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background-color: #fafafa;
    border: 1px solid #ddd;
    border-radius: 3px;
    width: 100%;
    height: 38px;
    margin-bottom: 0;
    padding: 8px 12px;
    line-height: 20px;
    display: block;
  }
  
  .w-commerce-commercecheckoutemailinput::placeholder {
    color: #999;
  }
  
  .w-commerce-commercecheckoutemailinput:focus {
    border-color: #3898ec;
    outline-style: none;
  }
  
  .w-commerce-commercecheckoutshippingaddresswrapper {
    margin-bottom: 20px;
  }
  
  .w-commerce-commercecheckoutshippingfullname {
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background-color: #fafafa;
    border: 1px solid #ddd;
    border-radius: 3px;
    width: 100%;
    height: 38px;
    margin-bottom: 16px;
    padding: 8px 12px;
    line-height: 20px;
    display: block;
  }
  
  .w-commerce-commercecheckoutshippingfullname::placeholder {
    color: #999;
  }
  
  .w-commerce-commercecheckoutshippingfullname:focus {
    border-color: #3898ec;
    outline-style: none;
  }
  
  .w-commerce-commercecheckoutshippingstreetaddress {
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background-color: #fafafa;
    border: 1px solid #ddd;
    border-radius: 3px;
    width: 100%;
    height: 38px;
    margin-bottom: 16px;
    padding: 8px 12px;
    line-height: 20px;
    display: block;
  }
  
  .w-commerce-commercecheckoutshippingstreetaddress::placeholder {
    color: #999;
  }
  
  .w-commerce-commercecheckoutshippingstreetaddress:focus {
    border-color: #3898ec;
    outline-style: none;
  }
  
  .w-commerce-commercecheckoutshippingstreetaddressoptional {
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background-color: #fafafa;
    border: 1px solid #ddd;
    border-radius: 3px;
    width: 100%;
    height: 38px;
    margin-bottom: 16px;
    padding: 8px 12px;
    line-height: 20px;
    display: block;
  }
  
  .w-commerce-commercecheckoutshippingstreetaddressoptional::placeholder {
    color: #999;
  }
  
  .w-commerce-commercecheckoutshippingstreetaddressoptional:focus {
    border-color: #3898ec;
    outline-style: none;
  }
  
  .w-commerce-commercecheckoutrow {
    margin-left: -8px;
    margin-right: -8px;
    display: flex;
  }
  
  .w-commerce-commercecheckoutcolumn {
    flex: 1;
    padding-left: 8px;
    padding-right: 8px;
  }
  
  .w-commerce-commercecheckoutshippingcity {
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background-color: #fafafa;
    border: 1px solid #ddd;
    border-radius: 3px;
    width: 100%;
    height: 38px;
    margin-bottom: 16px;
    padding: 8px 12px;
    line-height: 20px;
    display: block;
  }
  
  .w-commerce-commercecheckoutshippingcity::placeholder {
    color: #999;
  }
  
  .w-commerce-commercecheckoutshippingcity:focus {
    border-color: #3898ec;
    outline-style: none;
  }
  
  .w-commerce-commercecheckoutshippingstateprovince {
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background-color: #fafafa;
    border: 1px solid #ddd;
    border-radius: 3px;
    width: 100%;
    height: 38px;
    margin-bottom: 16px;
    padding: 8px 12px;
    line-height: 20px;
    display: block;
  }
  
  .w-commerce-commercecheckoutshippingstateprovince::placeholder {
    color: #999;
  }
  
  .w-commerce-commercecheckoutshippingstateprovince:focus {
    border-color: #3898ec;
    outline-style: none;
  }
  
  .w-commerce-commercecheckoutshippingzippostalcode {
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background-color: #fafafa;
    border: 1px solid #ddd;
    border-radius: 3px;
    width: 100%;
    height: 38px;
    margin-bottom: 16px;
    padding: 8px 12px;
    line-height: 20px;
    display: block;
  }
  
  .w-commerce-commercecheckoutshippingzippostalcode::placeholder {
    color: #999;
  }
  
  .w-commerce-commercecheckoutshippingzippostalcode:focus {
    border-color: #3898ec;
    outline-style: none;
  }
  
  .w-commerce-commercecheckoutshippingcountryselector {
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background-color: #fafafa;
    border: 1px solid #ddd;
    border-radius: 3px;
    width: 100%;
    height: 38px;
    margin-bottom: 0;
    padding: 8px 12px;
    line-height: 20px;
    display: block;
  }
  
  .w-commerce-commercecheckoutshippingcountryselector::placeholder {
    color: #999;
  }
  
  .w-commerce-commercecheckoutshippingcountryselector:focus {
    border-color: #3898ec;
    outline-style: none;
  }
  
  .w-commerce-commercecheckoutshippingmethodswrapper {
    margin-bottom: 20px;
  }
  
  .w-commerce-commercecheckoutshippingmethodslist {
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
  }
  
  .w-commerce-commercecheckoutshippingmethoditem {
    background-color: #fff;
    border-bottom: 1px solid #e6e6e6;
    flex-direction: row;
    align-items: baseline;
    margin-bottom: 0;
    padding: 16px;
    font-weight: 400;
    display: flex;
  }
  
  .w-commerce-commercecheckoutshippingmethoddescriptionblock {
    flex-direction: column;
    flex-grow: 1;
    margin-left: 12px;
    margin-right: 12px;
    display: flex;
  }
  
  .w-commerce-commerceboldtextblock {
    font-weight: 700;
  }
  
  .w-commerce-commercecheckoutshippingmethodsemptystate {
    text-align: center;
    background-color: #fff;
    border-bottom: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    padding: 64px 16px;
  }
  
  .w-commerce-commercecheckoutpaymentinfowrapper {
    margin-bottom: 20px;
  }
  
  .w-commerce-commercecheckoutcardnumber {
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    cursor: text;
    background-color: #fafafa;
    border: 1px solid #ddd;
    border-radius: 3px;
    width: 100%;
    height: 38px;
    margin-bottom: 16px;
    padding: 8px 12px;
    line-height: 20px;
    display: block;
  }
  
  .w-commerce-commercecheckoutcardnumber::placeholder {
    color: #999;
  }
  
  .w-commerce-commercecheckoutcardnumber:focus, .w-commerce-commercecheckoutcardnumber.-wfp-focus {
    border-color: #3898ec;
    outline-style: none;
  }
  
  .w-commerce-commercecheckoutcardexpirationdate {
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    cursor: text;
    background-color: #fafafa;
    border: 1px solid #ddd;
    border-radius: 3px;
    width: 100%;
    height: 38px;
    margin-bottom: 16px;
    padding: 8px 12px;
    line-height: 20px;
    display: block;
  }
  
  .w-commerce-commercecheckoutcardexpirationdate::placeholder {
    color: #999;
  }
  
  .w-commerce-commercecheckoutcardexpirationdate:focus, .w-commerce-commercecheckoutcardexpirationdate.-wfp-focus {
    border-color: #3898ec;
    outline-style: none;
  }
  
  .w-commerce-commercecheckoutcardsecuritycode {
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    cursor: text;
    background-color: #fafafa;
    border: 1px solid #ddd;
    border-radius: 3px;
    width: 100%;
    height: 38px;
    margin-bottom: 16px;
    padding: 8px 12px;
    line-height: 20px;
    display: block;
  }
  
  .w-commerce-commercecheckoutcardsecuritycode::placeholder {
    color: #999;
  }
  
  .w-commerce-commercecheckoutcardsecuritycode:focus, .w-commerce-commercecheckoutcardsecuritycode.-wfp-focus {
    border-color: #3898ec;
    outline-style: none;
  }
  
  .w-commerce-commercecheckoutbillingaddresstogglewrapper {
    flex-direction: row;
    display: flex;
  }
  
  .w-commerce-commercecheckoutbillingaddresstogglecheckbox {
    margin-top: 4px;
  }
  
  .w-commerce-commercecheckoutbillingaddresstogglelabel {
    margin-left: 8px;
    font-weight: 400;
  }
  
  .w-commerce-commercecheckoutbillingaddresswrapper {
    margin-top: 16px;
    margin-bottom: 20px;
  }
  
  .w-commerce-commercecheckoutbillingfullname {
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background-color: #fafafa;
    border: 1px solid #ddd;
    border-radius: 3px;
    width: 100%;
    height: 38px;
    margin-bottom: 16px;
    padding: 8px 12px;
    line-height: 20px;
    display: block;
  }
  
  .w-commerce-commercecheckoutbillingfullname::placeholder {
    color: #999;
  }
  
  .w-commerce-commercecheckoutbillingfullname:focus {
    border-color: #3898ec;
    outline-style: none;
  }
  
  .w-commerce-commercecheckoutbillingstreetaddress {
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background-color: #fafafa;
    border: 1px solid #ddd;
    border-radius: 3px;
    width: 100%;
    height: 38px;
    margin-bottom: 16px;
    padding: 8px 12px;
    line-height: 20px;
    display: block;
  }
  
  .w-commerce-commercecheckoutbillingstreetaddress::placeholder {
    color: #999;
  }
  
  .w-commerce-commercecheckoutbillingstreetaddress:focus {
    border-color: #3898ec;
    outline-style: none;
  }
  
  .w-commerce-commercecheckoutbillingstreetaddressoptional {
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background-color: #fafafa;
    border: 1px solid #ddd;
    border-radius: 3px;
    width: 100%;
    height: 38px;
    margin-bottom: 16px;
    padding: 8px 12px;
    line-height: 20px;
    display: block;
  }
  
  .w-commerce-commercecheckoutbillingstreetaddressoptional::placeholder {
    color: #999;
  }
  
  .w-commerce-commercecheckoutbillingstreetaddressoptional:focus {
    border-color: #3898ec;
    outline-style: none;
  }
  
  .w-commerce-commercecheckoutbillingcity {
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background-color: #fafafa;
    border: 1px solid #ddd;
    border-radius: 3px;
    width: 100%;
    height: 38px;
    margin-bottom: 16px;
    padding: 8px 12px;
    line-height: 20px;
    display: block;
  }
  
  .w-commerce-commercecheckoutbillingcity::placeholder {
    color: #999;
  }
  
  .w-commerce-commercecheckoutbillingcity:focus {
    border-color: #3898ec;
    outline-style: none;
  }
  
  .w-commerce-commercecheckoutbillingstateprovince {
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background-color: #fafafa;
    border: 1px solid #ddd;
    border-radius: 3px;
    width: 100%;
    height: 38px;
    margin-bottom: 16px;
    padding: 8px 12px;
    line-height: 20px;
    display: block;
  }
  
  .w-commerce-commercecheckoutbillingstateprovince::placeholder {
    color: #999;
  }
  
  .w-commerce-commercecheckoutbillingstateprovince:focus {
    border-color: #3898ec;
    outline-style: none;
  }
  
  .w-commerce-commercecheckoutbillingzippostalcode {
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background-color: #fafafa;
    border: 1px solid #ddd;
    border-radius: 3px;
    width: 100%;
    height: 38px;
    margin-bottom: 16px;
    padding: 8px 12px;
    line-height: 20px;
    display: block;
  }
  
  .w-commerce-commercecheckoutbillingzippostalcode::placeholder {
    color: #999;
  }
  
  .w-commerce-commercecheckoutbillingzippostalcode:focus {
    border-color: #3898ec;
    outline-style: none;
  }
  
  .w-commerce-commercecheckoutbillingcountryselector {
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background-color: #fafafa;
    border: 1px solid #ddd;
    border-radius: 3px;
    width: 100%;
    height: 38px;
    margin-bottom: 0;
    padding: 8px 12px;
    line-height: 20px;
    display: block;
  }
  
  .w-commerce-commercecheckoutbillingcountryselector::placeholder {
    color: #999;
  }
  
  .w-commerce-commercecheckoutbillingcountryselector:focus {
    border-color: #3898ec;
    outline-style: none;
  }
  
  .w-commerce-commercecheckoutorderitemswrapper {
    margin-bottom: 20px;
  }
  
  .w-commerce-commercecheckoutsummaryblockheader {
    background-color: #fff;
    border: 1px solid #e6e6e6;
    justify-content: space-between;
    align-items: baseline;
    padding: 4px 20px;
    display: flex;
  }
  
  .w-commerce-commercecheckoutorderitemslist {
    margin-bottom: -20px;
  }
  
  .w-commerce-commercecheckoutorderitem {
    margin-bottom: 20px;
    display: flex;
  }
  
  .w-commerce-commercecheckoutorderitemdescriptionwrapper {
    flex-grow: 1;
    margin-left: 16px;
    margin-right: 16px;
  }
  
  .w-commerce-commercecheckoutorderitemquantitywrapper {
    white-space: pre-wrap;
    display: flex;
  }
  
  .w-commerce-commercecheckoutorderitemoptionlist {
    margin-bottom: 0;
    padding-left: 0;
    text-decoration: none;
    list-style-type: none;
  }
  
  .w-commerce-commercelayoutsidebar {
    flex: 0 0 320px;
    position: -webkit-sticky;
    position: sticky;
    top: 20px;
  }
  
  .w-commerce-commercecheckoutordersummarywrapper {
    margin-bottom: 20px;
  }
  
  .w-commerce-commercecheckoutsummarylineitem, .w-commerce-commercecheckoutordersummaryextraitemslistitem {
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 8px;
    display: flex;
  }
  
  .w-commerce-commercecheckoutsummarytotal {
    font-weight: 700;
  }
  
  .w-commerce-commercecheckoutplaceorderbutton {
    color: #fff;
    cursor: pointer;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    text-align: center;
    background-color: #3898ec;
    border-width: 0;
    border-radius: 3px;
    align-items: center;
    margin-bottom: 20px;
    padding: 9px 15px;
    text-decoration: none;
    display: block;
  }
  
  .w-commerce-commercecheckouterrorstate {
    background-color: #ffdede;
    margin-top: 16px;
    margin-bottom: 16px;
    padding: 10px 16px;
  }
  
  .w-commerce-commerceorderconfirmationcontainer {
    background-color: #f5f5f5;
    width: 100%;
    min-height: 100vh;
    padding: 20px;
  }
  
  .w-commerce-commercecheckoutcustomerinfosummarywrapper {
    margin-bottom: 20px;
  }
  
  .w-commerce-commercecheckoutsummaryitem, .w-commerce-commercecheckoutsummarylabel {
    margin-bottom: 8px;
  }
  
  .w-commerce-commercecheckoutsummaryflexboxdiv {
    flex-direction: row;
    justify-content: flex-start;
    display: flex;
  }
  
  .w-commerce-commercecheckoutsummarytextspacingondiv {
    margin-right: .33em;
  }
  
  .w-commerce-commercecheckoutshippingsummarywrapper, .w-commerce-commercecheckoutpaymentsummarywrapper {
    margin-bottom: 20px;
  }
  
  .w-commerce-commercepaypalcheckoutformcontainer {
    background-color: #f5f5f5;
    width: 100%;
    min-height: 100vh;
    padding: 20px;
  }
  
  .w-commerce-commercepaypalcheckouterrorstate {
    background-color: #ffdede;
    margin-top: 16px;
    margin-bottom: 16px;
    padding: 10px 16px;
  }
  
  .w-commerce-commerceaddtocartform {
    margin: 0 0 15px;
  }
  
  .w-commerce-commerceaddtocartoptionpillgroup {
    margin-bottom: 10px;
    display: flex;
  }
  
  .w-commerce-commerceaddtocartoptionpill {
    color: #000;
    cursor: pointer;
    background-color: #fff;
    border: 1px solid #000;
    margin-right: 10px;
    padding: 8px 15px;
  }
  
  .w-commerce-commerceaddtocartoptionpill.w--ecommerce-pill-selected {
    color: #fff;
    background-color: #000;
  }
  
  .w-commerce-commerceaddtocartoptionpill.w--ecommerce-pill-disabled {
    color: #666;
    cursor: not-allowed;
    background-color: #e6e6e6;
    border-color: #e6e6e6;
    outline-style: none;
  }
  
  .w-commerce-commerceaddtocartquantityinput {
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background-color: #fafafa;
    border: 1px solid #ddd;
    border-radius: 3px;
    width: 60px;
    height: 38px;
    margin-bottom: 10px;
    padding: 8px 6px 8px 12px;
    line-height: 20px;
    display: block;
  }
  
  .w-commerce-commerceaddtocartquantityinput::placeholder {
    color: #999;
  }
  
  .w-commerce-commerceaddtocartquantityinput:focus {
    border-color: #3898ec;
    outline-style: none;
  }
  
  .w-commerce-commerceaddtocartbutton {
    color: #fff;
    cursor: pointer;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background-color: #3898ec;
    border-width: 0;
    border-radius: 0;
    align-items: center;
    padding: 9px 15px;
    text-decoration: none;
    display: flex;
  }
  
  .w-commerce-commerceaddtocartbutton.w--ecommerce-add-to-cart-disabled {
    color: #666;
    cursor: not-allowed;
    background-color: #e6e6e6;
    border-color: #e6e6e6;
    outline-style: none;
  }
  
  .w-commerce-commercebuynowbutton {
    color: #fff;
    cursor: pointer;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background-color: #3898ec;
    border-width: 0;
    border-radius: 0;
    align-items: center;
    margin-top: 10px;
    padding: 9px 15px;
    text-decoration: none;
    display: inline-block;
  }
  
  .w-commerce-commercebuynowbutton.w--ecommerce-buy-now-disabled {
    color: #666;
    cursor: not-allowed;
    background-color: #e6e6e6;
    border-color: #e6e6e6;
    outline-style: none;
  }
  
  .w-commerce-commerceaddtocartoutofstock {
    background-color: #ddd;
    margin-top: 10px;
    padding: 10px;
  }
  
  .w-commerce-commerceaddtocarterror {
    background-color: #ffdede;
    margin-top: 10px;
    padding: 10px;
  }
  
  @media screen and (max-width: 767px) {
    .w-commerce-commercelayoutcontainer {
      flex-direction: column;
      align-items: stretch;
    }
  
    .w-commerce-commercelayoutmain {
      flex-basis: auto;
      margin-right: 0;
    }
  
    .w-commerce-commercelayoutsidebar {
      flex-basis: auto;
    }
  }
  
  @media screen and (max-width: 479px) {
    .w-commerce-commercecartcontainerwrapper--cartType-modal {
      flex-direction: row;
      justify-content: center;
      align-items: stretch;
    }
  
    .w-commerce-commercecartcontainerwrapper--cartType-leftDropdown, .w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
      flex-direction: row;
      justify-content: center;
      align-items: stretch;
      display: flex;
      position: fixed;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
    }
  
    .w-commerce-commercecartquantity, .w-commerce-commercecheckoutemailinput, .w-commerce-commercecheckoutshippingfullname, .w-commerce-commercecheckoutshippingstreetaddress, .w-commerce-commercecheckoutshippingstreetaddressoptional {
      font-size: 16px;
    }
  
    .w-commerce-commercecheckoutrow {
      flex-direction: column;
    }
  
    .w-commerce-commercecheckoutshippingcity, .w-commerce-commercecheckoutshippingstateprovince, .w-commerce-commercecheckoutshippingzippostalcode, .w-commerce-commercecheckoutshippingcountryselector, .w-commerce-commercecheckoutcardnumber, .w-commerce-commercecheckoutcardexpirationdate, .w-commerce-commercecheckoutcardsecuritycode, .w-commerce-commercecheckoutbillingfullname, .w-commerce-commercecheckoutbillingstreetaddress, .w-commerce-commercecheckoutbillingstreetaddressoptional, .w-commerce-commercecheckoutbillingcity, .w-commerce-commercecheckoutbillingstateprovince, .w-commerce-commercecheckoutbillingzippostalcode, .w-commerce-commercecheckoutbillingcountryselector, .w-commerce-commerceaddtocartquantityinput {
      font-size: 16px;
    }
  }
  
  body {
    background-color: var(--floral-white);
    color: var(--light-blue);
    text-transform: uppercase;
    font-family: Unbounded, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .despre-text {
    width: 550px;
    height: 800px;
    margin-left: 100px;
    color: #fff;
    margin-top: 150px;
    margin-bottom: 0;
    font-family: Graphik, sans-serif;
    font-size: 60px;
    font-weight: 100;
    line-height: 90px;
  }
  
  .despre-text.desktop {
    line-height: 90px;
  }
  
  .despre-text.mobile {
    display: flex;
  }
  
  .despre-text.desktop2 {
    height: 80px;
    line-height: 90px;
  }
  
  .despre-text.trail {
    z-index: 1;
    width: auto;
    height: auto;
    align-self: auto;
    font-size: 60px;
    line-height: 90px;
    position: relative;
  }
  
  .despre-text.s2, .despre-text.s3, .despre-text.s1 {
    width: 850px;
    height: auto;
    font-size: 60px;
    line-height: 80px;
  }
  
  .despre-text.home {
    width: 470px;
    height: 170px;
    font-size: 42px;
    line-height: 54px;
  }
  
  .despre-text.home1 {
    height: auto;
  }
  
  .despre-text.home2 {
    width: 470px;
    height: 170px;
    color: #000;
    font-family: Graphik web, sans-serif;
    font-size: 42px;
    font-weight: 200;
    line-height: 54px;
  }
  
  .despre-text.home1-copy {
    height: auto;
  }
  
  .despre-text.privacy {
    height: auto;
    justify-content: center;
    align-items: center;
    font-size: 90px;
    display: flex;
  }
  
  .despre-text.case-study1, .despre-text.case-study2, .despre-text.case-study3 {
    width: 850px;
    height: auto;
    color: rgba(255, 255, 255, .78);
    font-size: 90px;
    line-height: 120px;
  }
  h1 {
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 46px;
    font-weight: 500;
    line-height: 44px;
    
  }
  
  h2 {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: 500;
    line-height: 36px;
  }
  
  h3 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
  }
  
  h4 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
  }
  
  h5 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
  }
  
  h6 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
  }
  
  p  {
    opacity: .75;
    color: var(--light-blue);
    text-transform: none;
    margin-bottom: 10px;
    font-family: Inter Tight, sans-serif;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.3;
  }
  
  .insidelinks {
    opacity: .75;
    color: var(--light-blue);
    text-transform: none;
    margin-bottom: 10px;
    font-family: Inter Tight, sans-serif;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.3;
   
  }
  
  ul {
    margin-top: 15px;
    margin-bottom: 15px;
    padding-left: 12px;
  }
  @media only screen and (min-width: 500px) and (max-width: 1800px) {
  li {
    padding-bottom: 4px;
    font-size: 20px;
    line-height: 1;
  }
}
  blockquote {
    border-left: 1px solid var(--light-blue);
    color: var(--light-blue);
    margin-bottom: 10px;
    padding: 0 20px;
    font-family: Oswald, sans-serif;
    font-size: 25px;
    font-weight: 400;
    line-height: 1.3;
  }
  
  figcaption {
    color: rgba(231, 251, 252, .6);
    text-align: center;
    text-transform: uppercase;
    margin-top: 5px;
    font-weight: 500;
  }
  
  .utility-page-wrap {
    background-color: var(--floral-white);
    justify-content: center;
    align-items: center;
    width: 100vw;
    max-width: 100%;
    height: 100vh;
    max-height: 100%;
    display: flex;
  }
  
  .utility-page-content {
    text-align: center;
    flex-direction: column;
    width: 300px;
    display: flex;
  }
  
  .utility-page-form {
    flex-direction: column;
    align-items: center;
    display: flex;
  }
  
  .input {
    border: 2px solid var(--light-blue);
    background-color: var(--floral-white);
    border-radius: 100px;
    min-height: 60px;
    margin-bottom: 0;
    padding: 16px 24px;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
  }
  
  .input:hover {
    border-color: #111314;
  }
  
  .input:focus {
    color: #444;
    border-color: #111314;
  }
  
  .input::placeholder {
    color: var(--light-blue);
    font-size: 16px;
    font-weight: 500;
  }
  
  .margin-15px {
    margin-top: 15px;
  }
  
  .color-row {
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 35px;
    padding: 25px 0 15px;
    display: flex;
  }
  
  .white-block {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 40px;
  }
  
  .title-2 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 23px;
    line-height: 1.3;
  }
  
  .caption {
    color: rgba(255, 255, 255, .55);
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
  }
  
  .caption.margined {
    color: var(--light-blue);
    letter-spacing: 0;
    text-transform: uppercase;
    margin-top: 5px;
    font-size: 13px;
    font-weight: 700;
  }
  
  .caption.margined._2 {
    text-transform: none;
    font-size: 15px;
    font-weight: 600;
  }
  
  .color-block-parent {
    width: 20%;
    margin-right: 20px;
  }
  
  .title-3 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.2;
  }
  
  .margin-60px {
    margin-top: 60px;
  }
  
  .color-block {
    background-color: var(--light-blue);
    border: 1px solid rgba(129, 129, 139, .2);
    border-radius: 2px;
    width: 100%;
    height: 85px;
    margin-bottom: 5px;
    padding: 10px;
    display: flex;
  }
  
  .color-block._2 {
    background-color: var(--background-1);
    color: #3d3d3d;
  }
  
  .sectiondynamo {
    background-color: #fff;
    padding: 10px 2%;
    position: relative;
  }
  
  .sectiondynamo.rounded-top {
    border-top-left-radius: 300px;
    border-top-right-radius: 300px;
  }
  
  .sectiondynamo.dark {
    min-height: 1000px;
  }
  
  .margin-25px {
    margin-top: 25px;
  }
  
  .title-1 {
    z-index: 1;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.2;
    position: relative;
  }
  
  .title-1.left {
    text-align: left;
  }
  
  .light-block-second {
    border-radius: 3px;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 40px;
  }
  
  .light-block-second.rounded-bottom {
    border-radius: 3px;
    padding-bottom: 30px;
  }
  
  .margin-20px {
    margin-top: 20px;
  }
  
  .container {
    z-index: 20;
    flex-direction: column;
    
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }
  
  .light-block {
    border-radius: 3px;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 40px;
  }
  
  .button {
    background-color: var(--light-blue);
    color: var(--floral-white);
    text-align: center;
    text-transform: uppercase;
    border-radius: 40px;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 17px 30px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
    text-decoration: none;
    transition: all .3s;
  }
  
  .button:hover {
    background-color: var(--light-blue);
    color: #fff;
  }
  
  .button.full {
    width: 100%;
  }
  
  .button.full.margin {
    margin-top: 7px;
  }
  
  .button.white {
    background-color: var(--floral-white);
    color: var(--light-blue);
  }
  
  .page-content {
    background-color: var(--floral-white);
  }
  
  .margin-40px {
    margin-top: 40px;
  }
  
  .licensing-content {
    display: flex;
  }
  
  .margin-30px {
    margin-top: 30px;
  }
  
  .image-flex {
    justify-content: center;
    align-items: center;
    margin-top: 5px;
    font-size: 16px;
    display: flex;
  }
  
  .licensing-block {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
  
  .shrink-item {
    flex: 1;
    margin-right: 20px;
  }
  
  .shrink-item.flex {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }
  
  .shrink-item.photo-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }
  
  .dark-link {
    color: var(--light-blue);
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    text-decoration: underline;
  }
  
  .dark-link:hover {
    color: #000;
  }
  
  .copyright-dot {
    background-color: var(--light-blue);
    border-radius: 100%;
    width: 4px;
    height: 4px;
    margin-left: 10px;
    margin-right: 10px;
  }
  
  .flex-center {
    flex-direction: column;
    align-items: center;
    display: flex;
  }
  
  .heading {
    font-weight: 600;
  }
  
  .page-wrapper {
    background-color: #000;
  }
  
  .margin-50px {
    margin-top: 50px;
  }
  
  .services-wrapper {
    align-items: center;
    width: 50%;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: relative;
  }
  
  .photo-line-animation {
    border-radius: 30px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
  }
  
  .margin-100px {
    margin-top: 100px;
  }
  
  .photo-move-2 {
    max-width: 80%;
    position: relative;
    overflow: hidden;
  }
  
  .photo-move {
    max-width: 95%;
    position: relative;
    overflow: hidden;
  }
  
  .line-divider {
    background-color: var(--light-blue);
    width: 100%;
    height: 1px;
    margin-top: 100px;
    margin-bottom: 100px;
  }
  
  .toggle-main-wrapper {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }
  
  .uppercase {
    color: var(--light-blue);
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
  }
  
  .project-grid-main {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    grid-template-rows: auto;
    grid-template-columns: 1.3fr minmax(200px, 1fr);
    grid-auto-columns: 1fr;
    display: grid;
  }
  
  .info-flex {
    background-color: #f7f7f7;
    border-radius: 20px;
    flex-direction: column;
    justify-content: center;
    padding: 47px 50px;
    display: flex;
  }
  
  .project-line-divider {
    background-color: var(--light-blue);
    opacity: .13;
    width: 100%;
    height: 1px;
    margin-top: 70px;
    margin-bottom: 70px;
  }
  
  .rounded-image {
    border-radius: 20px;
  }
  
  .rich-text-minus-20px {
    margin-top: -20px;
  }
  
  .info-content {
    grid-column-gap: 50px;
    border-bottom: 1px solid var(--light-blue);
    justify-content: space-between;
    padding-top: 15px;
    padding-bottom: 5px;
    display: flex;
  }
  
  .title-tag {
    color: var(--floral-white);
    font-size: 13px;
    font-weight: 500;
    line-height: 1.1;
  }
  
  .title-tag.big {
    font-size: 40px;
    font-weight: 600;
  }
  
  .title-tag.big.add-bottom {
    margin-bottom: 20px;
    font-size: 20px;
  }
  
  .card-block {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    text-decoration: none;
    display: flex;
    position: relative;
    overflow: hidden;
  }
  
  .card-block.second {
    height: 40svh;
  }
  
  .button-underline {
    color: var(--light-blue);
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    line-height: 22px;
    text-decoration: none;
    position: relative;
  }
  
  .photo-animation-1 {
    width: 100%;
    max-width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
  }
  
  .checkout-form {
    background-color: #fff;
    padding-top: 180px;
    padding-bottom: 71px;
  }
  
  .contact-link {
    z-index: 2;
    border-radius: 100%;
    justify-content: center;
    align-items: center;
    width: 140px;
    height: 140px;
    padding: 29px;
    display: flex;
    position: relative;
    overflow: visible;
  }
  
  .social-icon-wrapper {
    border-radius: 100%;
    justify-content: center;
    align-items: center;
    width: 70px;
    height: 70px;
    display: flex;
    position: relative;
    overflow: hidden;
  }
  
  .error-message {
    color: #fff;
    text-align: center;
    background-color: #fa242a;
    border-radius: 3px;
    font-size: 15px;
    font-weight: 500;
  }
  
  .success-message {
    background-color: var(--honeydew\<deleted\|variable-5512e545\>);
    text-align: center;
    border-radius: 30px;
    font-size: 15px;
    font-weight: 600;
  }
  
  .pricing-grid {
    grid-column-gap: 30px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }
  
  .pricing-card {
    grid-row-gap: .6em;
    text-align: left;
    background-color: #f7f7f7;
    border-radius: 20px;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    min-height: auto;
    padding: 40px 40px 30px;
    display: flex;
    position: relative;
    overflow: hidden;
  }
  
  .feature-wrap-2 {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }
  
  .top-part-grid {
    grid-column-gap: 30px;
    grid-row-gap: 25px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    width: 100%;
    overflow: hidden;
  }
  
  .default-state {
    flex-direction: column;
    display: flex;
  }
  
  .main-pricing-title {
    color: var(--light-blue);
    text-align: left;
    margin-top: 0;
    margin-bottom: 6px;
    font-family: Inter Tight, sans-serif;
    font-size: 16px;
    font-weight: 600;
  }
  
  .feature-grid {
    grid-row-gap: 7px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    margin-top: 30px;
  }
  
  .feature-grid.center {
    text-align: center;
    justify-items: start;
    margin-top: 0;
  }
  
  .feature-big-title {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
  }
  
  .feature-big-title.dark {
    color: var(--light-blue);
    margin-bottom: 5px;
    font-family: Inter Tight, sans-serif;
    font-size: 13px;
    font-weight: 600;
  }
  
  .paragraph-product {
    opacity: 1;
    color: var(--light-blue);
    margin-top: 10px;
    font-size: 32px;
    font-weight: 500;
  }
  
  .feature-second {
    color: var(--light-blue);
    font-family: Inter Tight, sans-serif;
    font-size: 16px;
    font-weight: 600;
  }
  
  .pricing-center-wrapper {
    grid-row-gap: 15px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }
  /*
  .hero {
    background-color: #000;
    justify-content: center;
    align-items: center;
    min-height: 100svh;
    padding-top: 80px;
    padding-left: 5%;
    padding-right: 5%;
    display: flex;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }*/
  
  .hero.for-inner {
    background-color: #fff;
    background-position: 120% 140px;
    background-repeat: no-repeat;
    background-size: 600px;
    justify-content: center;
    align-items: center;
    min-height: auto;
    padding-top: 180px;
    padding-bottom: 50px;
  }
  
  .social-wrapper {
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    display: flex;
    position: relative;
  }
  
  .social-wrapper.center {
    justify-content: center;
  }
  
  .social-wrapper.absolute-right {
    flex-direction: row;
    justify-content: flex-start;
  }
  
  .social-icon {
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    display: flex;
    position: relative;
  }
  
  .animation-image {
    z-index: 1;
    filter: invert();
    width: 20px;
    position: relative;
  }
  
  .social-circle {
    background-color: #f1f1f1;
    border-radius: 100%;
    width: 100%;
    height: 100%;
    position: absolute;
  }
  
  .button-liner {
    color: var(--light-blue);
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    text-decoration: none;
    position: relative;
  }
  
  .display-1 {
    color: #211e1e;
    text-align: center;
    margin-top: 30px;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    margin-bottom: 5px;
    font-size: 70px;
    font-weight: 500;
    line-height: 1;
}
  
  .display-1.on-project-page {
    color: var(--floral-white);
    text-align: left;
    font-size: 50px;
    line-height: 1.3;
  }
  
  .hero-title-flex {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }
  
  .hero-title-flex.left {
    justify-content: flex-start;
  }
  
  .block-gray {
    flex-direction: column;
    justify-content: flex-start;
    display: flex;
  }
  
  .work-wrapper-first {
    cursor: none;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: relative;
  }
  
  .flex-link {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    display: flex;
  }
  
  .flex-left {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }
  
  .flex-left.add-bottom {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }
  
  .footer-title-tag {
    font-size: 13px;
    font-weight: 600;
    line-height: 1.1;
  }
  
  .copyright-flex {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }
  
  .gray-link {
    color: var(--light-blue);
    text-decoration: none;
    display: inline;
  }
  
  .copyright {
    color: var(--light-blue);
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 500;
  }
  
  .link-no-overline {
    text-decoration: none;
  }
  
  .footer-grid {
    grid-column-gap: 10px;
    grid-row-gap: 40px;
    grid-template-rows: auto;
    grid-template-columns: 1.9fr .1fr 0.5fr;
    grid-auto-columns: 2fr;
    display: grid;
  }
  
  .footer-tag {
    grid-column-gap: 10px;
    align-items: center;
    margin-bottom: 20px;
    display: flex;
  }
  
  .margin-70px {
    margin-top: 70px;
  }
  
  .link-underline {
    border-bottom: 2px solid var(--light-blue);
    color: var(--light-blue);
    padding-bottom: 4px;
    font-size: 16px;
    font-weight: 600;
  }
  
  .link-underline._0px {
    margin-bottom: 0;
  }
  
  .visit-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }
  
  .footer {
    background-color: var(--floral-white);
    flex-direction: column;
    justify-content: flex-end;
    min-height: 350px;
    margin-left: auto;
    margin-right: auto;
    padding: 30px 5% 40px;
    display: flex;
    position: relative;
  }
  
  .flex-tag-footer {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    color: #000;
    text-transform: uppercase;
    border: 2px solid #000;
    border-radius: 50px;
    align-items: center;
    padding: 11px 20px;
    display: flex;
  }
  
  .flex-tag-footer.white {
    border-width: 2px;
    border-color: var(--light-blue);
    color: var(--light-blue);
    font-weight: 600;
  }
  
  .team-name-center {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }
  
  .team-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
  }
  
  .job-role {
    opacity: .8;
    color: var(--floral-white);
    margin-bottom: 0;
    font-family: Inter Tight, sans-serif;
    font-size: 15px;
    font-weight: 500;
  }
  
  .job-role.color {
    color: var(--light-blue);
  }
  
  .team-grid {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }
  
  .margin-10px {
    margin-top: 10px;
  }
  
  .collection-item {
    flex: none;
    align-items: flex-end;
    width: 70%;
    padding-right: 70px;
    display: flex;
  }
  
  .scroll-down-wrapper {
    z-index: 10;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 5%;
    display: flex;
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
  }
  
  .blog-content {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 25px;
    display: flex;
  }
  
  .category-tag {
    border: 2px solid var(--light-blue);
    color: var(--light-blue);
    text-transform: uppercase;
    border-radius: 30px;
    padding: 5px 20px;
    font-family: Inter Tight, sans-serif;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    display: inline-block;
  }
  
  .category-tag:hover {
    background-color: var(--light-blue);
    color: var(--floral-white);
  }
  
  .blog-title {
    color: var(--light-blue);
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.4;
    text-decoration: none;
    transition: all .3s;
  }
  
  .contact-link-cta {
    z-index: 2;
    background-color: #f5e9ff;
    border-radius: 100%;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 150px;
    padding: 27px;
    display: flex;
    position: relative;
    overflow: visible;
  }
  
  .button-text-wrapper {
    z-index: 5;
    height: 29px;
    position: relative;
    overflow: hidden;
  }
  
  .button-text-wrapper._20px {
    height: 20px;
  }
  
  .verical-line-2 {
    background-color: #fff;
    width: 40px;
    height: 2px;
    position: relative;
  }
  
  .menu-button {
    background-color: rgba(0, 0, 0, 0);
  }
  
  .navigation-line {
    text-transform: uppercase;
    flex-direction: column;
    justify-content: center;
    height: 110px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
    text-decoration: none;
    display: flex;
    position: relative;
  }
  
  .button-text {
    color: var(--floral-white);
    text-transform: uppercase;
    height: 34px;
    font-size: 17px;
    line-height: 32px;
  }
  
  .button-text.red {
    color: var(--floral-white);
  }
  
  .button-text.red.small {
    color: var(--light-blue);
  }
  
  .button-text.small {
    height: 20px;
    font-size: 13px;
    font-weight: 600;
    line-height: 20px;
  }
  
  .nav-menu {
    order: -1;
  }
  
  .button-rounded {
    border: 2px solid var(--floral-white);
    color: var(--floral-white);
    letter-spacing: 1px;
    text-transform: uppercase;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 50px;
    align-items: center;
    padding: 9px 21px 8px;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.4;
    text-decoration: none;
    transition: all .2s;
    position: relative;
  }
  
  .button-rounded:hover {
    background-color: var(--floral-white);
  }
  
  .vertical-line-1 {
    background-color: #fff;
    width: 40px;
    height: 2px;
    position: relative;
  }
  /*
  .navar {
    z-index: 999;
    background-color: rgba(0, 0, 0, 0);
    padding: 30px 25px;
    position: fixed;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }*/
  
  .line-wrapper {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    display: flex;
  }
  
  .flex-navigation {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: flex-end;
    display: flex;
  }
  /*
  .container-nav {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-direction: row-reverse;
    grid-template-rows: auto;
    grid-template-columns: .3fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }*/
  
  .heading-overlay {
    z-index: 2;
    background-color: var(--light-blue);
    height: 100%;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
    transform: translate(-100%);
  }
  
  .heading-overlay._2 {
    transform: translate(0%, 100%);
  }
  
  .photo-animation {
    border-radius: 20px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
  }
  
  .photo {
    object-fit: cover;
    object-position: 50% 0%;
    width: 100vw;
    height: 100%;
  }
  
  .card-block-wrapper {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
    position: relative;
    overflow: hidden;
  }
  
  .blog-list {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }
  
  .margin-120px {
    margin-top: 120px;
  }
  
  .section-take {
    background-color: rgba(0, 0, 0, 0);
    padding: 100px 5%;
    position: relative;
  }
  
  .section-take.take-off {
    cursor: none;
    background-color: #fff;
    justify-content: center;
    align-items: center;
    padding: 79px 0%;
    display: flex;
  }
  
  .project-circle-black {
    z-index: 10;
    background-color: #ffea00;
    border-radius: 100%;
    justify-content: center;
    align-items: center;
    width: 130px;
    height: 130px;
    display: flex;
    position: absolute;
  }
  
  .project-circle-black.black {
    cursor: none;
    background-color: #f7f7f7;
  }
  
  .text-rotator-wrapper {
    align-items: center;
    display: flex;
    position: relative;
    top: 0;
    bottom: auto;
    left: 0%;
    right: auto;
    overflow: hidden;
  }
  
  .text-rotator-content {
    align-items: center;
    display: flex;
  }
  
  .text-rotator {
    white-space: nowrap;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 100px;
    font-weight: 500;
    line-height: 1;
  }
  
  .start-icon {
    flex: none;
    width: 40px;
    height: 40px;
    margin-left: 15px;
    margin-right: 15px;
  }
  
  .brand {
    order: -1;
  }
  
  .template-logo {
    width: 130px;
  }
  
  .max-w-center {
    z-index: 20;
    text-align: center;
    flex-direction: column;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: relative;
  }
  
  .max-w-center._700px {
    max-width: 720px;
  }
  
  .play-video {
    z-index: 2;
    background-color: var(--floral-white);
    border-radius: 100%;
    justify-content: center;
    align-items: center;
    width: 140px;
    height: 140px;
    padding: 29px;
    display: flex;
    position: relative;
    overflow: visible;
  }
  
  .display-2 {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 38px;
    font-weight: 500;
    line-height: 1.4;
  }
  
  .flex-tag {
    grid-column-gap: 10px;
    background-color: var(--light-blue);
    border-width: 2px;
    border-color: #c7c3cf;
    border-radius: 30px;
    align-items: center;
    margin-bottom: 30px;
    padding: 10px 20px;
    display: flex;
  }
  
  .margin-150px {
    margin-top: 150px;
  }
  
  .work-wrapper {
    cursor: pointer;
    justify-content: center;
    align-items: flex-end;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: relative;
    overflow: hidden;
  }
  
  .text-rotator-bottom {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    align-items: center;
    display: flex;
    position: absolute;
    bottom: 20px;
    left: 0%;
    right: auto;
    overflow: hidden;
  }
  
  .logo-main {
    z-index: 1;
    border: 1px solid #3b3b3b;
    flex: 0 33.333%;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 150px;
    margin-bottom: -1px;
    margin-left: -1px;
    display: flex;
    position: relative;
  }
  
  .logo-center {
    order: 1;
  }
  
  .order-confirmation {
    color: var(--light-blue);
    background-color: #fff;
    padding-top: 140px;
  }
  
  .delete-me {
  display: none;
  }
  
  .scroll-down {
    width: 20px;
  }
  .subheady{
    justify-content: center;
    display: flex;
    text-align: center;
  }
  
  .subhead-main {
    opacity: 1;
    color: #141414;
    font-size: 33px;
    text-align: center;
    text-transform: none;
    font-weight: 600;
    line-height: 1.3;
  }
  
  .subhead-main.with-px {
    max-width: 75%;
    margin-left: auto;
    margin-right: auto;
    font-size: 54px;
  }
  
  .subhead-main.dark {
    color: var(--light-blue);
  }
  
  .subhead-main.dark.smaller {
    line-height: 1.3;
  }
  
  .subhead-main.dark.center {
    text-align: center;
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
  
  .subhead-main.smaller {
    color: var(--light-blue);
    font-size: 25px;
  }
  
  .subhead-main._600px {
    max-width: 600px;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-size: 35px;
    font-weight: 100;
  }
  
  .gray-color {
    opacity: .4;
  }
  
  .button-flex {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }
  
  .button-flex.add-to-center {
    justify-content: center;
  }
  
  .button-with-animation {
    background-color: var(--floral-white);
    color: var(--light-blue);
    border-radius: 40px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px 46px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    display: flex;
    position: relative;
    overflow: hidden;
  }
  
  .button-with-animation.dark {
    background-color: var(--light-blue);
    color: var(--floral-white);
  }
  
  .arrow-button {
    filter: invert();
    width: 28px;
    position: absolute;
  }
  
  .arrow-button.filter {
    filter: none;
    display: none;
  }
  
  .service-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }
  /*   */
.c-nav-menu-overlay-bg {
    width: 45px;
    height: 45px;
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    top: 40px;
    bottom: auto;
    left: auto;
    right: 2.5%;
  }
  
  .c-nav-social-contact-item {
    flex-direction: column;
    margin-bottom: 10px;
    display: flex;
  }
  
  .nav-social-media-link-icon {
    height: 20px;
  }
  
  .nav-social-media-link-icon.focus {
    opacity: 1;
  }
  
  .nav-social-media-link-icon.default {
    opacity: .5;
  }
  
  .nav-social-address {
    color: #000;
    letter-spacing: 1px;
    font-family: Avertastd, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 2em;
  }
  
  .nav-social-address.head {
    color: #c6c6c6;
    padding-bottom: 0;
    font-size: 18px;
  }
  
  .nav-social-address.head.r, .nav-social-address.head.menu {
    display: none;
  }
  
  .nav-social-address.contact {
    font-family: Averta, sans-serif;
    font-size: 15px;
  }
  
  .c-nav-social-media {
    padding-top: 50px;
  }
  
  ._w-col-menu-links {
    display: inline-block;
  }
  
  .c-menu-item-link {
    color: #333;
    text-decoration: none;
  }
  
  ._w-nav-menu-btn-icon {
    width: 50%;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    display: flex;
  }
  
  ._w-nav-menu-btn-icon.menu-opened {
    height: 50%;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  
  .nav-menu-overlay-bg {
    width: 0;
    height: 0;
    background-color: #fff;
    border-radius: 100%;
    position: absolute;
  }
  
  .c-nav-social-media-item {
    padding: 5px;
    display: inline-block;
  }
  
  .c-nav-social-contact-item-link {
    color: #1e756e;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
  }
  
  ._w-nav-social-media {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }
  @media only screen and (min-width: 500px) and (max-width: 1800px) {
  .c-nav-logo {
    z-index: 5001;
    width: 100px;
    position: relative;
  }
}
  
  .c-nav-items {
    align-items: center;
    display: flex;
  }
  
  .c-nav-contact {
    z-index: 5001;
    margin-right: 40px;
    position: relative;
  }
  
  ._w-nav {
    padding: 40px 2.5%;
  }
  
  .c-nav-social-media-link {
    border-radius: 5px;
    position: relative;
    overflow: hidden;
  }
  
  .c-nav-menu-content {
    z-index: 1000;
    width: 70%;
    max-width: 1200px;
    margin-top: 0;
    display: flex;
    position: relative;
  }
  
  .c-menu-item-number {
    margin-right: 20px;
    display: none;
    position: absolute;
  }
  
  .nav-menu-btn-close-icon {
    width: 100%;
    height: 2px;
    background-color: #fff;
    position: relative;
  }
  
  .nav-menu-btn-close-icon._1 {
    transform: rotate(45deg);
  }
  
  .nav-menu-btn-close-icon._2 {
    position: absolute;
    transform: rotate(-45deg);
  }
  
  .nav-social-contact-item-link-text {
    color: #999;
    text-decoration: underline;
  }
  
  .nav-social-contact-item-link-text.default {
    color: #888;
    position: relative;
  }
  
  .nav-social-contact-item-link-text.focus {
    color: #00c3b3;
    position: absolute;
  }
  
  .c-nav-content {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }
  
  .b-nav-menu-btn {
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 5000px;
    justify-content: center;
    align-items: center;
    display: flex;
  }
  
  .b-nav-menu-btn.menu-opened {
    background-color: #333;
    display: none;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }
  
  .b-nav-menu-btn.default {
    color: #000;
    background-color: #fff;
    position: relative;
  }
  
  .b-nav-menu-btn.default.p {
    background-color: #000;
  }
  
  .col-menu-header-text {
    transform-origin: 50% 100%;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-family: Averta, sans-serif;
    font-size: 14px;
    font-weight: 700;
    position: relative;
    transform: rotate(-90deg);
  }
  
  .logo-text {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 2em;
    font-weight: 700;
    line-height: 1em;
  }
  
  .c-col-menu-links {
    flex: 1;
  }
  
  .c-col-menu-social {
    flex-direction: column;
    justify-content: flex-end;
    display: flex;
    position: relative;
  }
  
 
  
  ._w-nav-social-media-link {
    padding: 5px;
    position: relative;
  }
  
  ._w-nav-social-media-link.focus {
    background-image: linear-gradient(45deg, #219fa3, #5dc3a3);
    border-radius: 5px;
    position: absolute;
  }
  
  ._w-col-menu-social {
    padding-bottom: 20px;
  }
  
  .c-nav-menu-btn {
    z-index: 5001;
    width: 45px;
    height: 45px;
    cursor: pointer;
    position: relative;
  }
  
  .c-menu-item-text {
    position: relative;
  }
  
  .c-menu-item {
    margin-bottom: 20px;
  }
  
  .c-nav-menu-btn-icon {
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
  }
  
  .c-nav-menu-btn-icon.p {
    background-color: #000;
    border-radius: 50%;
  }
  
  .c-nav-logo-link {
    color: #fff;
    text-decoration: none;
  }
  
  .c-nav-contact-link {
    color: #fff;
    padding-left: 5px;
    padding-right: 5px;
    text-decoration: none;
    position: relative;
    overflow: hidden;
  }
  
  .c-nav {
    z-index: 9999;
    position: fixed;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }
  
  .nav-menu-btn-line {
    width: 100%;
    height: 2px;
    perspective-origin: 100%;
    transform-origin: 100%;
    background-color: #666;
    margin-top: 2px;
    margin-bottom: 2px;
    position: relative;
  }
  
  .nav-menu-btn-line.short {
    width: 70%;
    background-color: #000;
  }
  
  .nav-menu-btn-line.short.p {
    background-color: #fff;
    margin-bottom: 2px;
  }
  
  .nav-menu-btn-line.long {
    background-color: #000;
  }
  
  .nav-menu-btn-line.long.p {
    background-color: #fff;
    margin-bottom: 2px;
  }
  
  .c-nav-social-address {
    margin-bottom: 10px;
  }
  
  .cloneable-area {
    position: relative;
  }
  
  .menu-item-number {
    letter-spacing: 1px;
    font-family: Graphik web, sans-serif;
    font-size: .8em;
    font-weight: 200;
  }
  
  ._w-nav-menu-btn {
    width: 100%;
    height: 100%;
    position: relative;
  }
  
  .c-nav-menu-overlay {
    z-index: 5000;
    width: 100%;
    height: 100vh;
    justify-content: center;
    align-items: center;
    display: none;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    overflow: hidden;
  }
  
  ._w-menu-item-link {
    display: flex;
    position: relative;
  }
  
  .c-nav-contact-link-text {
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: .9em;
    font-weight: 600;
    position: relative;
  }
  
  .c-nav-contact-link-text.focus {
    color: #69e1e2;
    position: absolute;
  }
  
  .c-nav-contact-link-text.default {
    font-family: Averta, sans-serif;
  }
  
  .link-block-10 {
    color: #fff;
    padding-right: 34px;
    font-size: 20px;
    text-decoration: none;
  }
  
  .link-block-10.menu {
    padding-right: 10px;
    text-decoration: none;
  }
  
  .link-block-10.menu.p, .link-block-10.contact {
    color: #000;
  }
  
  .link-menu {
    font-family: Avertastd, sans-serif;
    font-size: 20px;
    color: rgba(22, 21, 21, 0.89);
    text-decoration: none;
    
  }

  .link-menu{
    transform: scale(1.05);
  }
  
  .link-menu._1 {
    color: rgba(22, 21, 21, 0.89);
    mix-blend-mode: difference;
    border: 2px solid rgba(27, 26, 26, 0.36);
    border-radius: 50px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 15px;
    transition: all .35s;
  }
  
  .link-menu._1:hover {
   
    transform: scale(1.05);
  }
  
  .link-block-11 {
    text-decoration: none;
  }
  
  .div-block-20 {
    width: 50%;
    flex: 0 auto;
    justify-content: flex-start;
    align-self: flex-start;
    align-items: stretch;
    margin-right: auto;
    display: flex;
  }
















  /**/
  .service-wrapper {
    background-color: #f7f7f7;
    background-image: url("https://assets-global.website-files.com/65e063aabff6d6c1368b71ae/65e0785048f286cf8bc21b19_cube.png");
    background-position: 200% 200px;
    background-repeat: no-repeat;
    background-size: 500px;
    border-radius: 20px;
    min-height: 500px;
    padding: 35px 50px;
  }
  
  .service-wrapper.second {
    background-image: url("https://assets-global.website-files.com/65e063aabff6d6c1368b71ae/65e077dd832adcf0b2233235_chart%20(1).png");
    background-position: 150% 200px;
    background-size: 450px;
  }
  
  .main-text {
    text-transform: uppercase;
    white-space: nowrap;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 70px;
    font-weight: 700;
    line-height: 1;
  }
  
  .main-text.showreel-text {
    font-size: 14px;
    font-weight: 600;
  }
  
  .text-rotator-move {
    grid-column-gap: 25px;
    align-items: center;
    display: flex;
    position: relative;
  }
  
  .text-rotator-move._1 {
    grid-column-gap: 10px;
  }
  
  .text-rotator-main {
    grid-column-gap: 25px;
    filter: invert();
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: absolute;
    bottom: auto;
    left: 0%;
    right: auto;
  }
  
  .light-line {
    margin-left: 10px;
    margin-right: 10px;
    font-weight: 300;
  }
  
  .lightbox-link {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    color: #000;
    background-image: radial-gradient(circle farthest-side at 0 0, #333, #666 50%, #000);
    border-radius: 30px;
    justify-content: center;
    align-items: center;
    max-width: 400px;
    min-height: 40px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 35px;
    display: flex;
    position: relative;
    overflow: hidden;
  }
  
  .big-title-flex {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }
  
  .display-3 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 4.3vw;
    font-weight: 600;
    line-height: 1.2;
  }
  
  .project-arrow {
    width: 70px;
  }
  
  .photo-animation-main {
    border-radius: 30px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
  }
  
  .text-wrapper {
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
  }
  
  .text-wrapper.for-project {
    grid-row-gap: 25px;
    color: #000;
    flex-direction: column;
    align-items: stretch;
    text-decoration: none;
  }
  
  .error-message-2 {
    color: #fe0000;
    text-align: center;
    background-color: #ffeaea;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 600;
  }
  
  .contact-grid {
    grid-column-gap: 15px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    display: grid;
  }
  
  .label {
    color: #fff;
    max-width: 88%;
    font-size: 26px;
    font-weight: 500;
    line-height: 32px;
  }
  
  .label.dark {
    color: #fff;
    max-width: 100%;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.1;
  }
  
  .success-message-2 {
    color: #89cff0;
    background-color: #f1f4ff;
    border-radius: 2px;
    font-size: 15px;
    font-weight: 600;
  }
  
  .contact-wrapper {
    background-image: url("https://assets-global.website-files.com/65e063aabff6d6c1368b71ae/65e06c1b531bb6da7c9d8fcc_banner.jpg");
    background-position: 50%;
    background-size: cover;
    border-radius: 20px;
    flex-direction: column;
    justify-content: center;
    min-height: 600px;
    margin-left: auto;
    margin-right: auto;
    padding: 40px;
    display: flex;
  }
  
  .contact-grid-main {
    grid-column-gap: 50px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1.5fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  
  .gray-text-2 {
    color: rgba(44, 44, 44, .5);
  }
  
  .input-main {
    color: var(--floral-white);
    background-color: #fff;
    border: 1px #000;
    border-radius: 30px;
    min-height: 56px;
    margin-bottom: 0;
    padding: 16px 20px 16px 27px;
    font-family: Inter Tight, sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 20px;
  }
  
  .input-main::placeholder {
    color: #686868;
    font-size: 15px;
    font-weight: 600;
  }
  
  .quick-stack {
    padding: 0;
  }
  
  .left-part {
    background-color: #f7f7f7;
    background-image: url("https://assets-global.website-files.com/65e063aabff6d6c1368b71ae/65e074dbcdac3952680e34c3_people-1.jpg");
    background-position: 50% 170px;
    background-repeat: no-repeat;
    background-size: 400px;
    border-radius: 20px;
    width: 100%;
    height: 100%;
    padding: 40px 45px;
  }
  
  .service-item {
    background-color: #f7f7f7;
    border-radius: 20px;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    padding: 35px 50px;
    display: flex;
    position: relative;
  }
  
  .icon-main {
    background-image: url("https://assets-global.website-files.com/65e063aabff6d6c1368b71ae/65e07649fa7cc871b403e1f8_ico-1-port.png");
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: 64px;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
    display: flex;
  }
  
  .icon-main._2 {
    background-image: url("https://assets-global.website-files.com/65e063aabff6d6c1368b71ae/65e076491b1fb4026831f57e_ico-2-port.png");
  }
  
  .icon-main._3 {
    background-image: url("https://assets-global.website-files.com/65e063aabff6d6c1368b71ae/65e07649b1408d7efb2a45df_ico-4-port.png");
  }
  
  .icon-main._4 {
    background-image: url("https://assets-global.website-files.com/65e063aabff6d6c1368b71ae/65e07649fb3e07a88246f114_ico-3-port.png");
  }
  
  .title-main {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
  }
  
  .client-flex {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    opacity: 1;
    color: var(--light-blue);
    text-align: center;
    flex-direction: column;
    font-family: Inter Tight, sans-serif;
    font-size: 15px;
    font-weight: 600;
    display: flex;
  }
  
  .margin-50px-2 {
    z-index: 10;
    margin-top: 50px;
    position: relative;
  }
  
  .margim-150px {
    margin-top: 150px;
  }
  
  .title-4 {
    z-index: 1;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 10vw;
    font-weight: 600;
    line-height: 1;
    position: relative;
  }
  
  .title-4.fun-text {
    color: var(--light-blue);
    margin-bottom: 0;
    font-family: Inter Tight, sans-serif;
  }
  
  .number-grid-main {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }
  
  .remove-button {
    background-color: #ff0e0e;
    background-image: url("https://assets-global.website-files.com/65e063aabff6d6c1368b71ae/65e063aabff6d6c1368b7243_close.png");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 8px;
    border-radius: 100%;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    display: flex;
    position: absolute;
    top: 27px;
    bottom: auto;
    left: 160px;
    right: auto;
  }
  
  .close-button {
    color: #000;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    display: flex;
    position: relative;
  }
  
  .subtotal {
    font-size: 17px;
    font-weight: 600;
    line-height: 22px;
  }
  
  .subtotal.white {
    color: #fff;
  }
  
  .table-price {
    color: #fff;
    letter-spacing: 1px;
    font-size: 17px;
    font-weight: 600;
  }
  
  .cart-line-item {
    align-items: center;
  }
  
  .cart-circle {
    color: #fff;
    background-color: #4d4d4d;
    border-radius: 5px;
    flex: none;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    margin-left: 4px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 10px;
    font-weight: 500;
    display: flex;
  }
  
  .x-button {
    width: 20px;
    position: relative;
  }
  
  .x-button.remove {
    width: 7px;
  }
  
  .apple-pay {
    border-radius: 3px;
    height: 48px;
  }
  
  .cart-header {
    border-bottom-color: #333;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  
  .cart-button {
    background-color: rgba(0, 0, 0, 0);
    justify-content: flex-start;
    padding: 0;
  }
  
  .cart {
    transition: all .3s;
  }
  
  .paypal {
    margin-bottom: 5px;
  }
  
  .no-item-2 {
    color: #f1f1f7;
    font-family: Inter Tight, sans-serif;
    font-size: 15px;
    font-weight: 500;
  }
  
  .cart-image {
    filter: invert();
    width: 22px;
    position: relative;
  }
  
  .cart-container {
    box-shadow: none;
    background-color: #222;
    border: 1px solid #333;
    max-width: 520px;
  }
  
  .cart-wrapper {
    z-index: 9995;
    background-color: rgba(0, 0, 0, .9);
  }
  
  .price-tag-2 {
    color: #000;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 600;
    line-height: 45px;
  }
  
  .price-tag-2.small {
    color: #ccc;
    margin-top: 7px;
    margin-bottom: 7px;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
  }
  
  .social-overlay {
    background-color: #4d4d4d;
    border-radius: 5px;
    width: 100%;
    height: 100%;
    position: absolute;
  }
  
  .cart-item {
    align-items: center;
  }
  
  .cart-footer {
    border-top-color: #333;
  }
  
  .cart-flext-left {
    align-items: flex-start;
    margin-left: 0;
    position: relative;
  }
  
  .your-cart {
    color: #fff;
    font-size: 17px;
    line-height: 22px;
  }
  
  .empty-state {
    flex-direction: column;
  }
  
  .cart-quantity-2 {
    color: #4d4d4d;
    background-color: #fff;
    width: 50px;
    font-weight: 500;
  }
  
  .flex-right {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    order: -1;
    align-items: center;
    display: flex;
  }
  
  .circle-absolute {
    opacity: 1;
    position: absolute;
    top: 180px;
  }
  
  .cart-hide {
    display: none;
  }
  
  .logo-strip {
    grid-column-gap: 100px;
    grid-row-gap: 7px;
    filter: invert();
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 90%;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }
  
  .project-grid {
    z-index: 1;
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
    position: relative;
  }
  
  .view-project-main {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: #fff;
    border-radius: 100%;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
    position: relative;
  }
  
  .start-icon-2 {
    flex: none;
    width: 14px;
    height: 14px;
    margin-left: 5px;
    margin-right: 5px;
  }
  
  .work-photo {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  
  .arrow-animation {
    width: 30px;
  }
  
  .text-rotator-2 {
    color: #fff;
    letter-spacing: 1px;
    text-transform: capitalize;
    white-space: nowrap;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 50px;
    font-weight: 600;
    line-height: 1.2;
  }
  
  .project-circle {
    z-index: 999;
    opacity: 1;
    color: #000;
    text-align: center;
    letter-spacing: 3px;
    text-transform: uppercase;
    cursor: none;
    justify-content: center;
    align-items: center;
    width: 130px;
    height: 130px;
    font-size: 20px;
    text-decoration: none;
    display: flex;
    position: absolute;
  }
  
  .work-wrapper-2 {
    cursor: none;
    border-radius: 25px;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: relative;
    overflow: hidden;
  }
  
  .text-rotator-wrapper-2 {
    align-items: center;
    display: flex;
    position: absolute;
    top: auto;
    bottom: 25px;
    left: 0%;
    right: 0%;
    overflow: hidden;
  }
  
  .grid-3-columns {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }
  
  .lighter-gray {
    opacity: .4;
  }
  
  .testiomonials-photo {
    background-image: url("https://assets-global.website-files.com/65e063aabff6d6c1368b71ae/65e07c0b739893aef1275b1d_test-2.png");
    background-position: 50%;
    background-size: cover;
    border-radius: 100%;
    flex: none;
    width: 100px;
    height: 100px;
    margin-right: 30px;
  }
  
  .testiomonials-photo._2 {
    background-image: url("https://assets-global.website-files.com/65e063aabff6d6c1368b71ae/65e07c0b739893aef1275b17_test-3.png");
  }
  
  .testiomonials-photo._3 {
    background-image: url("https://assets-global.website-files.com/65e063aabff6d6c1368b71ae/65e07c0b739893aef1275b1a_test-1.png");
  }
  
  .role-name {
    font-size: 14px;
    font-weight: 600;
  }
  
  .step-box {
    background-color: #f7f7f7;
    border-radius: 18px;
    flex-direction: column;
    align-items: flex-start;
    padding: 35px 35px 40px;
    display: flex;
  }
  
  .subhead {
    opacity: 1;
    color: #060609;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.4;
  }
  
  .subhead.small {
    font-size: 21px;
  }
  
  .subhead.small.for-quote {
    font-size: 19px;
  }
  
  .skills-main {
    background-color: #f7f7f7;
    border-radius: 30px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    min-height: 480px;
    padding-left: 50px;
    padding-right: 90px;
    display: flex;
    position: relative;
  }
  
  .skills-wrapper {
    max-width: 450px;
  }
  
  .skills-text {
    justify-content: space-between;
    margin-bottom: 7px;
    font-family: Inter Tight, sans-serif;
    font-size: 15px;
    font-weight: 600;
    display: flex;
  }
  
  .gray-text {
    opacity: .5;
  }
  
  .margin-250px {
    margin-top: 180px;
  }
  
  .skillks-wrapper-main {
    background-color: rgba(0, 0, 0, 0);
    width: 100%;
    height: 2px;
    position: relative;
    overflow: hidden;
  }
  
  .skills-grid {
    grid-column-gap: 50px;
    grid-row-gap: 15px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    width: 88%;
    display: grid;
  }
  
  .skills-overlay {
    background-color: var(--light-blue);
    width: 80%;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }
  
  .skills-overlay.illustration {
    width: 100%;
  }
  
  .skills-overlay.photoshop {
    width: 70%;
  }
  
  .skills-overlay.lead {
    width: 41%;
  }
  
  .team-image {
    width: 470px;
    max-width: none;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: auto;
    right: 30px;
  }
  
  .sticky-ec {
    top: 140px;
  }
  
  @media screen and (min-width: 1280px) {
    .delete-me {
      display: none;
    }
  }
  
  @media screen and (min-width: 1440px) {
    .contact-grid {
      grid-column-gap: 32px;
      grid-row-gap: 32px;
    }
  
    .logo-strip {
      grid-column-gap: 46px;
    }
  }
  
  @media screen and (max-width: 991px) {
    .color-block-parent {
      width: 33.3333%;
    }
  
    .title-3 {
      line-height: 1.2;
    }
  
    .sectiondynamo {
      padding-top: 80px;
      padding-bottom: 80px;
    }
  
    .licensing-block {
      width: 100%;
    }
  
    .page-wrapper {
      background-size: 1000px;
    }
  
    .services-wrapper {
      width: 70%;
    }
  
    .margin-100px._60px {
      margin-top: 60px;
    }
  
    .project-grid-main {
      flex-direction: column;
      display: flex;
    }
  
    .info-flex {
      width: 100%;
    }
  
    .project-line-divider {
      margin-top: 50px;
      margin-bottom: 50px;
    }
  
    .card-block.second {
      height: 32svh;
    }
  
    .pricing-grid {
      grid-column-gap: 25px;
      grid-row-gap: 25px;
      grid-template-columns: 1fr;
    }
  
    .hero {
      min-height: auto;
      padding-top: 150px;
      padding-bottom: 188px;
    }
  
    .hero.for-inner {
      background-position: 120% 130px;
      background-size: 400px;
      min-height: auto;
      padding-top: 120px;
      padding-bottom: 100px;
    }
  
    .display-1 {
      font-size: 70px;
    }
  
    .display-1.on-project-page {
      font-size: 50px;
    }
  
    .hero-title-flex {
      flex-direction: column;
    }
  
    .hero-title-flex.left {
      align-items: flex-start;
    }
  
    .footer-grid {
      grid-column-gap: 30px;
      grid-row-gap: 30px;
      flex-direction: column;
      display: flex;
    }
  
    .team-grid {
      grid-column-gap: 15px;
      grid-row-gap: 15px;
    }
  
    .collection-item {
      flex: 0 auto;
      width: 50%;
      margin-bottom: 20px;
      padding-right: 20px;
    }
  
    .category-tag {
      font-size: 13px;
    }
  
    .blog-title {
      font-size: 22px;
    }
  
    .verical-line-2 {
      background-color: var(--floral-white);
      height: 2px;
    }
  
    .menu-button {
      order: 1;
      justify-content: center;
      align-items: center;
      padding-top: 25px;
      display: flex;
    }
  
    .menu-button.w--open {
      background-color: rgba(0, 0, 0, 0);
    }
  
    .button-text.small {
      color: var(--light-blue);
    }
  
    .nav-menu {
      background-color: var(--floral-white);
      padding-left: 2%;
      padding-right: 2%;
    }
  
    .button-rounded {
      border-color: var(--light-blue);
      color: var(--light-blue);
    }
  
    .vertical-line-1 {
      background-color: var(--floral-white);
      height: 2px;
    }
  
    .navar {
      padding-top: 16px;
      padding-bottom: 16px;
      position: absolute;
    }
  
    .line-wrapper {
      align-items: center;
    }
  
    .flex-navigation {
      grid-row-gap: 15px;
      flex-flow: column wrap;
      justify-content: space-between;
      align-items: flex-start;
      padding-top: 20px;
      padding-bottom: 20px;
    }
  
    .container-nav {
      flex-direction: row;
      grid-template-columns: 1fr .5fr;
      justify-content: space-between;
      align-items: center;
      display: flex;
    }
  
    .blog-list {
      grid-column-gap: 25px;
      grid-row-gap: 25px;
      grid-template-columns: 1fr 1fr;
    }
  
    .section-take {
      padding-top: 40px;
    }
  
    .section-take.take-off {
      padding-top: 60px;
      padding-bottom: 60px;
    }
  
    .project-circle-black {
      width: 80px;
      height: 80px;
    }
  
    .project-circle-black.black {
      width: 100px;
      height: 100px;
    }
  
    .text-rotator {
      font-size: 90px;
    }
  
    .brand {
      order: -1;
    }
  
    .display-2 {
      font-size: 45px;
    }
  
    .display-2.for-fade {
      font-size: 40px;
    }
  
    .logo-center {
      order: -1;
    }
  
    .subhead-main.with-px {
      max-width: 95%;
      font-size: 43px;
      line-height: 1.3;
    }
  
    .button-flex.add-to-center {
      justify-content: center;
    }
  
    .service-grid {
      grid-template-columns: 1fr;
    }
  
    .lightbox-link {
      width: 87%;
    }
  
    .display-3 {
      font-size: 70px;
    }
  
    .contact-wrapper {
      min-height: auto;
      padding: 50px;
    }
  
    .contact-grid-main {
      grid-row-gap: 30px;
      grid-template-columns: 1.2fr;
    }
  
    .left-part {
      background-size: 350px;
      background-image: url("https://assets-global.website-files.com/65e063aabff6d6c1368b71ae/65e074dbcdac3952680e34c3_people-1.jpg");

    }
  
    .service-item {
      padding: 24px;
    }
  
    .title-main {
      font-size: 17px;
      line-height: 1.2;
    }
  
    .title-4 {
      line-height: 1;
    }
  
    .cart {
      flex: none;
    }
  
    .flex-right {
      order: 1;
    }
  
    .logo-strip {
      grid-column-gap: 30px;
      grid-row-gap: 40px;
      justify-content: space-between;
    }
  
    .text-rotator-2 {
      font-size: 60px;
      line-height: 80px;
    }
  
    .project-circle {
      width: 120px;
      height: 120px;
    }
  
    .grid-3-columns {
      grid-column-gap: 25px;
      grid-row-gap: 25px;
      grid-template-columns: 1fr 1fr;
    }
  
    .step-box {
      padding-top: 30px;
      padding-bottom: 20px;
      padding-right: 20px;
    }
  
    .skills-main {
      grid-column-gap: 50px;
      grid-row-gap: 50px;
      flex-direction: column;
      align-items: center;
      padding-top: 40px;
    }
  
    .skills-grid {
      width: 100%;
    }
  
    .team-image {
      margin-top: 50px;
      margin-left: auto;
      margin-right: auto;
      position: relative;
    }
  }
  
  @media screen and (max-width: 767px) {
    .title-3 {
      font-size: 40px;
      line-height: 1.1;
    }
  
    .sectiondynamo {
      padding-top: 50px;
      padding-bottom: 50px;
    }
  
    .sectiondynamo.rounded-top {
      border-top-left-radius: 40px;
      border-top-right-radius: 40px;
    }
  
    .services-wrapper {
      width: 100%;
      margin-bottom: 15px;
    }
  
    .project-grid-main {
      grid-row-gap: 30px;
      flex-direction: column;
      display: flex;
    }
  
    .card-block.second {
      height: 37svh;
    }
  
    .contact-link {
      margin-top: 40px;
    }
  
    .hero {
      padding-bottom: 155px;
      position: relative;
      display: none;
    }
  
    .hero.for-inner {
      padding-bottom: 99px;
    }
  
    .display-1.on-project-page {
      font-size: 6vw;
    }
  
    .hero-title-flex {
      max-width: 100%;
    }
  
    .copyright-flex {
      flex-direction: column-reverse;
      align-items: flex-start;
    }
  
    .team-grid {
      grid-column-gap: 25px;
      grid-row-gap: 25px;
      grid-template-columns: 1fr 1fr;
    }
  
    .collection-item {
      width: 100%;
      margin-bottom: 40px;
      padding-right: 0;
    }
  
    .navigation-line {
      flex: 0 50%;
    }
  
    .flex-navigation {
      grid-column-gap: 0px;
      padding-left: 0;
      padding-right: 0;
    }
  
    .container-nav {
      grid-template-columns: minmax(200px, .5fr) 1.5fr minmax(200px, .5fr);
    }
  
    .blog-list {
      grid-template-columns: 1fr;
    }
  
    .section-take {
      padding-top: 21px;
    }
  
    .project-circle-black {
      display: none;
    }
  
    .project-circle-black.black {
      display: flex;
    }
  
    .text-rotator {
      font-size: 70px;
    }
  
    .brand {
      padding-left: 0;
    }
  
    .play-video {
      margin-top: 40px;
    }
  
    .display-2.for-fade {
      font-size: 26px;
    }
  
    .logo-main {
      flex-basis: 50%;
      height: 8.9em;
    }
  
    .subhead-main {
      font-size: 28px;
    }
  
    .lightbox-link {
      width: 100%;
    }
  
    .display-3 {
      font-size: 50px;
    }
  
    .project-arrow {
      width: 50px;
    }
  
    .contact-grid {
      grid-column-gap: 18px;
      grid-row-gap: 18px;
      grid-template-columns: 1fr;
    }
  
    .label {
      max-width: 95%;
    }
  
    .contact-wrapper {
      max-width: 100%;
    }
  
    .contact-grid-main {
      grid-template-columns: 1fr;
    }
  
    .left-part {
      min-height: 500px;
      background-image: url("https://assets-global.website-files.com/65e063aabff6d6c1368b71ae/65e074dbcdac3952680e34c3_people-1.jpg");

    }
  
    .service-item {
      width: 100%;
    }
  
    .title-4 {
      font-size: 10vw;
    }
  
    .logo-strip {
      grid-column-gap: 50px;
      grid-row-gap: 50px;
      justify-content: center;
      width: 100%;
      margin-top: 15px;
    }
  
    .hide {
      display: none;
    }
  
    .project-grid, .grid-3-columns {
      grid-template-columns: 1fr;
    }
  
    .step-box {
      padding-bottom: 40px;
    }
  
    .subhead {
      font-size: 28px;
    }
  
    .skills-main {
      padding-right: 50px;
    }
  
    .skills-grid {
      width: 100%;
    }
  }
  
  @media screen and (max-width: 479px) {
    p {
      font-size: 16px;
    }
  
    .input {
      min-height: 54px;
      padding-left: 18px;
      padding-right: 18px;
    }
  
    .input::placeholder {
      font-size: 16px;
      line-height: 16px;
    }
  
    .color-row {
      flex-direction: column;
    }
  
    .color-block-parent {
      width: 100%;
      margin-right: 3%;
    }
  
    .title-3 {
      font-size: 30px;
    }
  
    .color-block {
      width: 100%;
      height: 55px;
      margin-bottom: 10px;
      margin-right: 0;
    }
  
    .sectiondynamo {
      padding-top: 0.5px;
      padding-bottom: 50px;
    }
  
    .title-1 {
      font-size: 26px;
    }
  
    .licensing-content {
      flex-direction: column;
    }
  
    .image-flex {
      flex-direction: column;
      align-items: flex-start;
    }
  
    .shrink-item {
      margin-right: 0;
    }
  
    .shrink-item.flex {
      margin-top: 20px;
      margin-right: 0;
    }
  
    .copyright-dot {
      display: none;
    }
  
    .margin-50px {
      margin-top: 30px;
    }
  
    .services-wrapper {
      width: 100%;
    }
  
    .photo-move-2, .photo-move {
      max-width: 100%;
    }
  
    .line-divider {
      margin-top: 70px;
      margin-bottom: 70px;
    }
  
    .uppercase {
      font-size: 15px;
    }
  
    .project-grid-main {
      grid-column-gap: 15px;
      grid-row-gap: 15px;
    }
  
    .info-flex {
      padding: 29px 16px;
    }
  
    .info-content {
      grid-column-gap: 15px;
      justify-content: flex-start;
    }
  
    .title-tag.big {
      font-size: 36px;
    }
  
    .card-block.second {
      height: 26svh;
    }
  
    .pricing-grid {
      grid-row-gap: 80px;
    }
  
    .pricing-card {
      padding: 30px 20px;
    }
  
    .pricing-center-wrapper {
      font-size: 18px;
    }
  
    .hero {
      padding-top: 120px;
      padding-bottom: 115px;
      padding-right: 5%;
      display: none;
    }
  
    .hero.for-inner {
      background-position: 200px;
      background-size: 300px;
      display: block;
      padding-top: 100px;
      padding-bottom: 81px;
    }
  
    .display-1 {
      font-size: 41px;
    }
  
    .display-1.on-project-page {
      margin-bottom: 0;
      font-size: 9vw;
      line-height: 1.3;
    }
  
    .hero-title-flex {
      grid-column-gap: 5px;
      grid-row-gap: 5px;
      max-width: 100%;
    }
  
    .footer-title-tag {
      font-size: 11px;
      line-height: 1.4;
    }
  
    .visit-grid {
      grid-row-gap: 15px;
      grid-template-columns: 1fr;
    }
  
    .footer {
      padding-bottom: 20px;
    }
  
    .team-grid {
      grid-template-columns: 1fr;
    }
  
    .collection-item {
      width: 100%;
    }
  
    .scroll-down-wrapper {
      justify-content: center;
      padding-top: 10px;
      bottom: 15px;
    }
  
    .blog-content {
      padding-top: 20px;
    }
  
    .blog-title {
      font-size: 20px;
    }
  
    .menu-button {
      border-right-style: none;
      padding-right: 10px;
    }
  
    .line-wrapper {
      align-items: flex-end;
    }
  
    .container-nav {
      grid-template-columns: 2fr 1fr;
    }
  
    .section-take {
      padding-top: 60px;
      padding-bottom: 60px;
    }
  
    .section-take.take-off {
      padding-top: 35px;
      padding-bottom: 35px;
    }
  
    .text-rotator {
      font-size: 46px;
    }
  
    .start-icon {
      margin-left: 10px;
      margin-right: 10px;
    }
  
    .template-logo {
      width: 120px;
    }
  
    .display-2 {
      font-size: 34px;
    }
  
    .display-2.for-fade {
      font-size: 24px;
    }
  
    .logo-main {
      flex-basis: 100%;
      min-width: 35vw;
      height: 8em;
    }
  
    .invert-color {
      width: 40px;
    }
  
    .subhead-main {
      max-width: 100%;
      font-size: 20px;
    }
  
    .subhead-main.with-px {
      font-size: 28px;
    }
  
    .button-flex {
      flex-direction: column;
    }
  
    .button-with-animation {
      font-size: 17px;
    }
  
    .service-wrapper {
      background-image: none;
      background-repeat: repeat;
      background-size: auto;
      min-height: auto;
      padding: 30px 16px;
    }
  
    .service-wrapper.second {
      background-image: none;
      background-repeat: repeat;
      background-size: auto;
      padding-bottom: 30px;
    }
  
    .main-text {
      font-size: 40px;
    }
  
    .text-rotator-move {
      top: 0;
    }
  
    .text-rotator-main {
      max-width: 90%;
    }
  
    .lightbox-link {
      width: 80%;
    }
  
    .display-3 {
      font-size: 40px;
    }
  
    .contact-form-left-side {
      padding-left: 0;
      padding-right: 0;
    }
  
    .label {
      font-size: 24px;
      line-height: 28px;
    }
  
    .contact-wrapper {
      padding: 40px 25px;
    }
  
    .input-main {
      min-height: 54px;
      padding-left: 18px;
      padding-right: 18px;
    }
  
    .input-main::placeholder {
      font-size: 16px;
      line-height: 16px;
    }
  
    .left-part {
      background-size: 290px;
      background-image: url("https://assets-global.website-files.com/65e063aabff6d6c1368b71ae/65e074dbcdac3952680e34c3_people-1.jpg");

    }
  
    .service-item {
      min-height: 270px;
    }
  
    .title-main {
      font-size: 16px;
    }
  
    .margin-50px-2 {
      margin-top: 30px;
    }
  
    .margim-150px {
      margin-top: 100px;
    }
  
    .title-4 {
      font-size: 12vw;
    }
  
    .title-4.fun-text {
      font-size: 60px;
    }
  
    .number-grid-main {
      grid-row-gap: 30px;
      grid-template-columns: 1fr;
    }
  
    .remove-button {
      width: 24px;
      height: 24px;
    }
  
    .table-price {
      font-size: 16px;
    }
  
    .price-tag-2 {
      font-size: 22px;
      line-height: 24px;
    }
  
    .price-tag-2.small {
      font-size: 16px;
    }
  
    .flex-right {
      grid-column-gap: 10px;
      grid-row-gap: 10px;
    }
  
    .logo-strip {
      grid-column-gap: 40px;
      grid-row-gap: 40px;
      justify-content: center;
    }
  
    .view-project-main.w--current {
      width: 60px;
      height: 60px;
    }
  
    .start-icon-2 {
      margin-left: 10px;
      margin-right: 10px;
    }
  
    .text-rotator-2 {
      font-size: 40px;
      line-height: 50px;
    }
  
    .project-circle {
      width: 100px;
      height: 100px;
    }
  
    .text-rotator-wrapper-2 {
      bottom: 15px;
    }
  
    .testiomonials-photo {
      margin-bottom: 20px;
      margin-right: 0;
    }
  
    .step-box {
      padding-left: 29px;
      padding-right: 29px;
    }
  
    .subhead {
      max-width: 100%;
      font-size: 25px;
    }
  
    .skills-main {
      padding-top: 30px;
    }
  
    .team-image {
      width: 200px;
    }
  }
  
  #w-node-de5038ee-556c-0f70-fef2-486ee4bf9ff8-368b71b2 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }
  
  #w-node-de5038ee-556c-0f70-fef2-486ee4bf9ff9-368b71b2 {
    grid-row: span 2 / span 2;
  }
  
  #w-node-_71f25cbc-33fc-1d27-9b13-c58120b93e89-368b71b2, #w-node-_71f25cbc-33fc-1d27-9b13-c58120b93e8e-368b71b2, #w-node-_7310ebcb-25e4-83ff-1819-2b93bcb16d0c-368b71b2, #w-node-_7310ebcb-25e4-83ff-1819-2b93bcb16d12-368b71b2, #w-node-_5a9d6959-8de2-1cc8-69bd-5500c8e04ae8-368b71b2, #w-node-_5a9d6959-8de2-1cc8-69bd-5500c8e04af2-368b71b2, #w-node-_5a9d6959-8de2-1cc8-69bd-5500c8e04afc-368b71b2, #w-node-c49800c7-e2b1-d29a-2da4-e045fbd6ad89-368b71b2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  
  #w-node-c49800c7-e2b1-d29a-2da4-e045fbd6adac-368b71b2 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
  
  #w-node-a48725d2-5e9e-2213-0f69-c7af29e3488c-29e34889, #w-node-a48725d2-5e9e-2213-0f69-c7af29e34893-29e34889, #w-node-a48725d2-5e9e-2213-0f69-c7af29e348a3-29e34889, #w-node-a48725d2-5e9e-2213-0f69-c7af29e348a4-29e34889, #w-node-_2d2deb4f-770a-d133-792d-cf1e08bf5e8b-08bf5e85 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  /*
  #w-node-afaa5691-be51-32a6-944a-4521947e7864-08bf5e85 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }*/
  
  #w-node-ea315d1e-dec6-76d5-311f-f40ecbc74428-368b71b7, #w-node-ea315d1e-dec6-76d5-311f-f40ecbc7442e-368b71b7, #w-node-c5319bb5-da4a-b99a-c172-e1d31d01c8a5-368b71b7, #w-node-c5319bb5-da4a-b99a-c172-e1d31d01c8be-368b71b7, #w-node-_13f3b575-3690-ecca-2a65-4d388f10e4cc-368b71be {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  
  #w-node-_13f3b575-3690-ecca-2a65-4d388f10e4ef-368b71be {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
  
  #w-node-_918f800b-37d5-b096-2e1c-ff21df21d302-368b71be, #w-node-_918f800b-37d5-b096-2e1c-ff21df21d308-368b71be {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  
  #w-node-d2a94567-42d6-14d3-97eb-c77c58db5e64-368b71c4 {
    align-self: auto;
    justify-self: auto;
  }
  
  #w-node-_387c1f2a-9fca-c5bb-17ea-4371d3983dcf-368b71cd, #w-node-_387c1f2a-9fca-c5bb-17ea-4371d3983dd5-368b71cd {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  
  @media screen and (max-width: 991px) {
    #w-node-de5038ee-556c-0f70-fef2-486ee4bf9ff8-368b71b2 {
      grid-template-rows: auto auto;
      grid-template-columns: 1fr 1fr;
    }
  
    #w-node-de5038ee-556c-0f70-fef2-486ee4bf9ff9-368b71b2 {
      grid-row: span 2 / span 2;
    }
  
    #w-node-_2d2deb4f-770a-d133-792d-cf1e08bf5ead-08bf5e85 {
      justify-self: center;
    }
  
    #w-node-afaa5691-be51-32a6-944a-4521947e7864-08bf5e85 {
      grid-area: span 1 / span 1 / span 1 / span 1;
      justify-self: center;
    }
  }
  
  @media screen and (max-width: 767px) {
    #w-node-de5038ee-556c-0f70-fef2-486ee4bf9ff8-368b71b2 {
      grid-template-rows: auto auto;
      grid-template-columns: 1fr;
    }
  
    #w-node-de5038ee-556c-0f70-fef2-486ee4bf9ff9-368b71b2 {
      grid-row: span 2 / span 2;
    }
  
    #w-node-_2d2deb4f-770a-d133-792d-cf1e08bf5ead-08bf5e85 {
      justify-self: center;
    }
  }
  
  @media screen and (max-width: 479px) {
    #w-node-c49800c7-e2b1-d29a-2da4-e045fbd6adac-368b71b2 {
      grid-area: span 1 / span 1 / span 1 / span 1;
    }
  
    #w-node-_2d2deb4f-770a-d133-792d-cf1e08bf5ead-08bf5e85 {
      justify-self: end;
    }
  
    #w-node-_13f3b575-3690-ecca-2a65-4d388f10e4ef-368b71be {
      grid-area: span 1 / span 1 / span 1 / span 1;
    }
  }








