.wf-force-outline-none[tabindex="-1"]:focus {
  outline: none;
}

/* Extracted from w-embed mailto hover styles (both instances) */
.mailto-link-block:hover {
  text-decoration: underline;
  text-decoration-color: #0a0a0a;
}

/* Extracted from fixed-mobile-menu-icon-dimensions w-embed */
.navbar-button-mobile {
  width: 20px !important;
  height: 20px !important;
}

/* Extracted from .custom-css block at bottom of page */
/* Styles for notification bar */
.notification-bar {
  transition: all 0.5s ease-in;
}

.navbar-dropdown-mobile {
  transition: all 0.25s linear;
}

/* Styles for fixed-label-inputs */
.fixed-label-input {
  caret-color: #4d63fd;
}

/* Styles for select component */
select:required:invalid {
  color: #878787;
}

option[value=""] {
  display: none;
  visibility: hidden;
}

.standard-select-component {
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 14px 16px;
  background-image: url("../images/chevron_down.png");
  background-position: calc(100% - 16px) calc(16px);
  background-repeat: no-repeat;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-family: sans-serif;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  vertical-align: baseline;
  display: inline-block;
}
audio:not([controls]) {
  height: 0;
  display: none;
}
[hidden],
template {
  display: none;
}
a {
  background-color: #0000;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: 700;
}
dfn {
  font-style: italic;
}
h1 {
  margin: 0.67em 0;
  font-size: 2em;
}
mark {
  color: #000;
  background: #ff0;
}
small {
  font-size: 80%;
}
sub,
sup {
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
  position: relative;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: 700;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
[class^="w-icon-"],
[class*="\ w-icon-"] {
  speak: none;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  font-family: webflow-icons !important;
}
.w-icon-slider-right:before {
  content: "";
}
.w-icon-slider-left:before {
  content: "";
}
.w-icon-nav-menu:before {
  content: "";
}
.w-icon-arrow-down:before,
.w-icon-dropdown-toggle:before {
  content: "";
}
.w-icon-file-upload-remove:before {
  content: "";
}
.w-icon-file-upload-icon:before {
  content: "";
}
* {
  box-sizing: border-box;
}
html {
  height: 100%;
}
body {
  color: #333;
  background-color: #fff;
  min-height: 100%;
  margin: 0;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
}
img {
  vertical-align: middle;
  max-width: 100%;
  display: inline-block;
}
html.w-mod-touch * {
  background-attachment: scroll !important;
}
.w-block {
  display: block;
}
.w-inline-block {
  max-width: 100%;
  display: inline-block;
}
.w-clearfix:before,
.w-clearfix:after {
  content: " ";
  grid-area: 1/1/2/2;
  display: table;
}
.w-clearfix:after {
  clear: both;
}
.w-hidden {
  display: none;
}
.w-button {
  color: #fff;
  line-height: inherit;
  cursor: pointer;
  background-color: #3898ec;
  border: 0;
  border-radius: 0;
  padding: 9px 15px;
  text-decoration: none;
  display: inline-block;
}
input.w-button {
  -webkit-appearance: button;
}
html[data-w-dynpage] [data-w-cloak] {
  color: #0000 !important;
}
.w-code-block {
  margin: unset;
}
pre.w-code-block code {
  all: inherit;
}
.w-optimization {
  display: contents;
}
.w-webflow-badge,
.w-webflow-badge > img {
  box-sizing: unset;
  width: unset;
  height: unset;
  max-height: unset;
  max-width: unset;
  min-height: unset;
  min-width: unset;
  margin: unset;
  padding: unset;
  float: unset;
  clear: unset;
  border: unset;
  border-radius: unset;
  background: unset;
  background-image: unset;
  background-position: unset;
  background-size: unset;
  background-repeat: unset;
  background-origin: unset;
  background-clip: unset;
  background-attachment: unset;
  background-color: unset;
  box-shadow: unset;
  transform: unset;
  direction: unset;
  font-family: unset;
  font-weight: unset;
  color: unset;
  font-size: unset;
  line-height: unset;
  font-style: unset;
  font-variant: unset;
  text-align: unset;
  letter-spacing: unset;
  -webkit-text-decoration: unset;
  text-decoration: unset;
  text-indent: unset;
  text-transform: unset;
  list-style-type: unset;
  text-shadow: unset;
  vertical-align: unset;
  cursor: unset;
  white-space: unset;
  word-break: unset;
  word-spacing: unset;
  word-wrap: unset;
  transition: unset;
}
.w-webflow-badge {
  white-space: nowrap;
  cursor: pointer;
  box-shadow: 0 0 0 1px #0000001a, 0 1px 3px #0000001a;
  visibility: visible !important;
  opacity: 1 !important;
  z-index: 2147483647 !important;
  color: #aaadb0 !important;
  overflow: unset !important;
  background-color: #fff !important;
  border-radius: 3px !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  padding: 6px !important;
  font-size: 12px !important;
  line-height: 14px !important;
  text-decoration: none !important;
  display: inline-block !important;
  position: fixed !important;
  inset: auto 12px 12px auto !important;
  transform: none !important;
}
.w-webflow-badge > img {
  position: unset;
  visibility: unset !important;
  opacity: 1 !important;
  vertical-align: middle !important;
  display: inline-block !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 10px;
  font-weight: 700;
}
h1 {
  margin-top: 20px;
  font-size: 38px;
  line-height: 44px;
}
h2 {
  margin-top: 20px;
  font-size: 32px;
  line-height: 36px;
}
h3 {
  margin-top: 20px;
  font-size: 24px;
  line-height: 30px;
}
h4 {
  margin-top: 10px;
  font-size: 18px;
  line-height: 24px;
}
h5 {
  margin-top: 10px;
  font-size: 14px;
  line-height: 20px;
}
h6 {
  margin-top: 10px;
  font-size: 12px;
  line-height: 18px;
}
p {
  margin-top: 0;
  margin-bottom: 10px;
}
blockquote {
  border-left: 5px solid #e2e2e2;
  margin: 0 0 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}
figure {
  margin: 0 0 10px;
}
figcaption {
  text-align: center;
  margin-top: 5px;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}
.w-list-unstyled {
  padding-left: 0;
  list-style: none;
}
.w-embed:before,
.w-embed:after {
  content: " ";
  grid-area: 1/1/2/2;
  display: table;
}
.w-embed:after {
  clear: both;
}
.w-video {
  width: 100%;
  padding: 0;
  position: relative;
}
.w-video iframe,
.w-video object,
.w-video embed {
  border: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
button,
[type="button"],
[type="reset"] {
  cursor: pointer;
  -webkit-appearance: button;
  border: 0;
}
.w-form {
  margin: 0 0 15px;
}
.w-form-done {
  text-align: center;
  background-color: #ddd;
  padding: 20px;
  display: none;
}
.w-form-fail {
  background-color: #ffdede;
  margin-top: 10px;
  padding: 10px;
  display: none;
}
label {
  margin-bottom: 5px;
  font-weight: 700;
  display: block;
}
.w-input,
.w-select {
  color: #333;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #ccc;
  width: 100%;
  height: 38px;
  margin-bottom: 10px;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.42857;
  display: block;
}
.w-input::placeholder,
.w-select::placeholder {
  color: #999;
}
.w-input:focus,
.w-select:focus {
  border-color: #3898ec;
  outline: 0;
}
.w-input[disabled],
.w-select[disabled],
.w-input[readonly],
.w-select[readonly],
fieldset[disabled] .w-input,
fieldset[disabled] .w-select {
  cursor: not-allowed;
}
.w-input[disabled]:not(.w-input-disabled),
.w-select[disabled]:not(.w-input-disabled),
.w-input[readonly],
.w-select[readonly],
fieldset[disabled]:not(.w-input-disabled) .w-input,
fieldset[disabled]:not(.w-input-disabled) .w-select {
  background-color: #eee;
}
textarea.w-input,
textarea.w-select {
  height: auto;
}
.w-select {
  background-color: #f3f3f3;
}
.w-select[multiple] {
  height: auto;
}
.w-form-label {
  cursor: pointer;
  margin-bottom: 0;
  font-weight: 400;
  display: inline-block;
}
.w-radio {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}
.w-radio:before,
.w-radio:after {
  content: " ";
  grid-area: 1/1/2/2;
  display: table;
}
.w-radio:after {
  clear: both;
}
.w-radio-input {
  float: left;
  margin: 3px 0 0 -20px;
  line-height: normal;
}
.w-file-upload {
  margin-bottom: 10px;
  display: block;
}
.w-file-upload-input {
  opacity: 0;
  z-index: -100;
  width: 0.1px;
  height: 0.1px;
  position: absolute;
  overflow: hidden;
}
.w-file-upload-default,
.w-file-upload-uploading,
.w-file-upload-success {
  color: #333;
  display: inline-block;
}
.w-file-upload-error {
  margin-top: 10px;
  display: block;
}
.w-file-upload-default.w-hidden,
.w-file-upload-uploading.w-hidden,
.w-file-upload-error.w-hidden,
.w-file-upload-success.w-hidden {
  display: none;
}
.w-file-upload-uploading-btn {
  cursor: pointer;
  background-color: #fafafa;
  border: 1px solid #ccc;
  margin: 0;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 400;
  display: flex;
}
.w-file-upload-file {
  background-color: #fafafa;
  border: 1px solid #ccc;
  flex-grow: 1;
  justify-content: space-between;
  margin: 0;
  padding: 8px 9px 8px 11px;
  display: flex;
}
.w-file-upload-file-name {
  font-size: 14px;
  font-weight: 400;
  display: block;
}
.w-file-remove-link {
  cursor: pointer;
  width: auto;
  height: auto;
  margin-top: 3px;
  margin-left: 10px;
  padding: 3px;
  display: block;
}
.w-icon-file-upload-remove {
  margin: auto;
  font-size: 10px;
}
.w-file-upload-error-msg {
  color: #ea384c;
  padding: 2px 0;
  display: inline-block;
}
.w-file-upload-info {
  padding: 0 12px;
  line-height: 38px;
  display: inline-block;
}
.w-file-upload-label {
  cursor: pointer;
  background-color: #fafafa;
  border: 1px solid #ccc;
  margin: 0;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
}
.w-icon-file-upload-icon,
.w-icon-file-upload-uploading {
  width: 20px;
  margin-right: 8px;
  display: inline-block;
}
.w-icon-file-upload-uploading {
  height: 20px;
}
.w-container {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}
.w-container:before,
.w-container:after {
  content: " ";
  grid-area: 1/1/2/2;
  display: table;
}
.w-container:after {
  clear: both;
}
.w-container .w-row {
  margin-left: -10px;
  margin-right: -10px;
}
.w-row:before,
.w-row:after {
  content: " ";
  grid-area: 1/1/2/2;
  display: table;
}
.w-row:after {
  clear: both;
}
.w-row .w-row {
  margin-left: 0;
  margin-right: 0;
}
.w-col {
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}
.w-col .w-col {
  padding-left: 0;
  padding-right: 0;
}
.w-col-1 {
  width: 8.33333%;
}
.w-col-2 {
  width: 16.6667%;
}
.w-col-3 {
  width: 25%;
}
.w-col-4 {
  width: 33.3333%;
}
.w-col-5 {
  width: 41.6667%;
}
.w-col-6 {
  width: 50%;
}
.w-col-7 {
  width: 58.3333%;
}
.w-col-8 {
  width: 66.6667%;
}
.w-col-9 {
  width: 75%;
}
.w-col-10 {
  width: 83.3333%;
}
.w-col-11 {
  width: 91.6667%;
}
.w-col-12 {
  width: 100%;
}
.w-hidden-main {
  display: none !important;
}
@media screen and (max-width: 991px) {
  .w-container {
    max-width: 728px;
  }
  .w-hidden-main {
    display: inherit !important;
  }
  .w-hidden-medium {
    display: none !important;
  }
  .w-col-medium-1 {
    width: 8.33333%;
  }
  .w-col-medium-2 {
    width: 16.6667%;
  }
  .w-col-medium-3 {
    width: 25%;
  }
  .w-col-medium-4 {
    width: 33.3333%;
  }
  .w-col-medium-5 {
    width: 41.6667%;
  }
  .w-col-medium-6 {
    width: 50%;
  }
  .w-col-medium-7 {
    width: 58.3333%;
  }
  .w-col-medium-8 {
    width: 66.6667%;
  }
  .w-col-medium-9 {
    width: 75%;
  }
  .w-col-medium-10 {
    width: 83.3333%;
  }
  .w-col-medium-11 {
    width: 91.6667%;
  }
  .w-col-medium-12 {
    width: 100%;
  }
  .w-col-stack {
    width: 100%;
    left: auto;
    right: auto;
  }
}
@media screen and (max-width: 767px) {
  .w-hidden-main,
  .w-hidden-medium {
    display: inherit !important;
  }
  .w-hidden-small {
    display: none !important;
  }
  .w-row,
  .w-container .w-row {
    margin-left: 0;
    margin-right: 0;
  }
  .w-col {
    width: 100%;
    left: auto;
    right: auto;
  }
  .w-col-small-1 {
    width: 8.33333%;
  }
  .w-col-small-2 {
    width: 16.6667%;
  }
  .w-col-small-3 {
    width: 25%;
  }
  .w-col-small-4 {
    width: 33.3333%;
  }
  .w-col-small-5 {
    width: 41.6667%;
  }
  .w-col-small-6 {
    width: 50%;
  }
  .w-col-small-7 {
    width: 58.3333%;
  }
  .w-col-small-8 {
    width: 66.6667%;
  }
  .w-col-small-9 {
    width: 75%;
  }
  .w-col-small-10 {
    width: 83.3333%;
  }
  .w-col-small-11 {
    width: 91.6667%;
  }
  .w-col-small-12 {
    width: 100%;
  }
}
@media screen and (max-width: 479px) {
  .w-container {
    max-width: none;
  }
  .w-hidden-main,
  .w-hidden-medium,
  .w-hidden-small {
    display: inherit !important;
  }
  .w-hidden-tiny {
    display: none !important;
  }
  .w-col {
    width: 100%;
  }
  .w-col-tiny-1 {
    width: 8.33333%;
  }
  .w-col-tiny-2 {
    width: 16.6667%;
  }
  .w-col-tiny-3 {
    width: 25%;
  }
  .w-col-tiny-4 {
    width: 33.3333%;
  }
  .w-col-tiny-5 {
    width: 41.6667%;
  }
  .w-col-tiny-6 {
    width: 50%;
  }
  .w-col-tiny-7 {
    width: 58.3333%;
  }
  .w-col-tiny-8 {
    width: 66.6667%;
  }
  .w-col-tiny-9 {
    width: 75%;
  }
  .w-col-tiny-10 {
    width: 83.3333%;
  }
  .w-col-tiny-11 {
    width: 91.6667%;
  }
  .w-col-tiny-12 {
    width: 100%;
  }
}
.w-widget {
  position: relative;
}
.w-widget-map {
  width: 100%;
  height: 400px;
}
.w-widget-map label {
  width: auto;
  display: inline;
}
.w-widget-map img {
  max-width: inherit;
}
.w-widget-map .gm-style-iw {
  text-align: center;
}
.w-widget-map .gm-style-iw > button {
  display: none !important;
}
.w-widget-twitter {
  overflow: hidden;
}
.w-widget-twitter-count-shim {
  vertical-align: top;
  text-align: center;
  background: #fff;
  border: 1px solid #758696;
  border-radius: 3px;
  width: 28px;
  height: 20px;
  display: inline-block;
  position: relative;
}
.w-widget-twitter-count-shim * {
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
}
.w-widget-twitter-count-shim .w-widget-twitter-count-inner {
  text-align: center;
  color: #999;
  font-family: 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 #0000;
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  left: 0;
}
.w-widget-twitter-count-shim:not(.w--vertical):before {
  border-width: 4px;
  border-color: #75869600 #5d6c7b #75869600 #75869600;
  margin-top: -4px;
  margin-left: -9px;
}
.w-widget-twitter-count-shim:not(.w--vertical).w--large:before {
  border-width: 5px;
  margin-top: -5px;
  margin-left: -10px;
}
.w-widget-twitter-count-shim:not(.w--vertical):after {
  border-width: 4px;
  border-color: #fff0 #fff #fff0 #fff0;
  margin-top: -4px;
  margin-left: -8px;
}
.w-widget-twitter-count-shim:not(.w--vertical).w--large:after {
  border-width: 5px;
  margin-top: -5px;
  margin-left: -9px;
}
.w-widget-twitter-count-shim.w--vertical {
  width: 61px;
  height: 33px;
  margin-bottom: 8px;
}
.w-widget-twitter-count-shim.w--vertical:before,
.w-widget-twitter-count-shim.w--vertical:after {
  content: " ";
  pointer-events: none;
  border: solid #0000;
  width: 0;
  height: 0;
  position: absolute;
  top: 100%;
  left: 50%;
}
.w-widget-twitter-count-shim.w--vertical:before {
  border-width: 5px;
  border-color: #5d6c7b #75869600 #75869600;
  margin-left: -5px;
}
.w-widget-twitter-count-shim.w--vertical:after {
  border-width: 4px;
  border-color: #fff #fff0 #fff0;
  margin-left: -4px;
}
.w-widget-twitter-count-shim.w--vertical .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 22px;
}
.w-widget-twitter-count-shim.w--vertical.w--large {
  width: 76px;
}
.w-background-video {
  color: #fff;
  height: 500px;
  position: relative;
  overflow: hidden;
}
.w-background-video > video {
  object-fit: cover;
  z-index: -100;
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  inset: -100%;
}
.w-background-video > video::-webkit-media-controls-start-playback-button {
  -webkit-appearance: none;
  display: none !important;
}
.w-background-video--control {
  background-color: #0000;
  padding: 0;
  position: absolute;
  bottom: 1em;
  right: 1em;
}
.w-background-video--control > [hidden] {
  display: none !important;
}
.w-slider {
  text-align: center;
  clear: both;
  -webkit-tap-highlight-color: #0000;
  tap-highlight-color: #0000;
  background: #ddd;
  height: 300px;
  position: relative;
}
.w-slider-mask {
  z-index: 1;
  white-space: nowrap;
  height: 100%;
  display: block;
  position: relative;
  left: 0;
  right: 0;
  overflow: hidden;
}
.w-slide {
  vertical-align: top;
  white-space: normal;
  text-align: left;
  width: 100%;
  height: 100%;
  display: inline-block;
  position: relative;
}
.w-slider-nav {
  z-index: 2;
  text-align: center;
  -webkit-tap-highlight-color: #0000;
  tap-highlight-color: #0000;
  height: 40px;
  margin: auto;
  padding-top: 10px;
  position: absolute;
  inset: auto 0 0;
}
.w-slider-nav.w-round > div {
  border-radius: 100%;
}
.w-slider-nav.w-num > div {
  font-size: inherit;
  line-height: inherit;
  width: auto;
  height: auto;
  padding: 0.2em 0.5em;
}
.w-slider-nav.w-shadow > div {
  box-shadow: 0 0 3px #3336;
}
.w-slider-nav-invert {
  color: #fff;
}
.w-slider-nav-invert > div {
  background-color: #2226;
}
.w-slider-nav-invert > div.w-active {
  background-color: #222;
}
.w-slider-dot {
  cursor: pointer;
  background-color: #fff6;
  width: 1em;
  height: 1em;
  margin: 0 3px 0.5em;
  transition: background-color 0.1s, color 0.1s;
  display: inline-block;
  position: relative;
}
.w-slider-dot.w-active {
  background-color: #fff;
}
.w-slider-dot:focus {
  outline: none;
  box-shadow: 0 0 0 2px #fff;
}
.w-slider-dot:focus.w-active {
  box-shadow: none;
}
.w-slider-arrow-left,
.w-slider-arrow-right {
  cursor: pointer;
  color: #fff;
  -webkit-tap-highlight-color: #0000;
  tap-highlight-color: #0000;
  -webkit-user-select: none;
  user-select: none;
  width: 80px;
  margin: auto;
  font-size: 40px;
  position: absolute;
  inset: 0;
  overflow: hidden;
}
.w-slider-arrow-left [class^="w-icon-"],
.w-slider-arrow-right [class^="w-icon-"],
.w-slider-arrow-left [class*="\ w-icon-"],
.w-slider-arrow-right [class*="\ w-icon-"] {
  position: absolute;
}
.w-slider-arrow-left:focus,
.w-slider-arrow-right:focus {
  outline: 0;
}
.w-slider-arrow-left {
  z-index: 3;
  right: auto;
}
.w-slider-arrow-right {
  z-index: 4;
  left: auto;
}
.w-icon-slider-left,
.w-icon-slider-right {
  width: 1em;
  height: 1em;
  margin: auto;
  inset: 0;
}
.w-slider-aria-label {
  clip: rect(0 0 0 0);
  border: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}
.w-slider-force-show {
  display: block !important;
}
.w-dropdown {
  text-align: left;
  z-index: 900;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  position: relative;
}
.w-dropdown-btn,
.w-dropdown-toggle,
.w-dropdown-link {
  vertical-align: top;
  color: #222;
  text-align: left;
  white-space: nowrap;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  text-decoration: none;
  position: relative;
}
.w-dropdown-toggle {
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
  padding-right: 40px;
  display: inline-block;
}
.w-dropdown-toggle:focus {
  outline: 0;
}
.w-icon-dropdown-toggle {
  width: 1em;
  height: 1em;
  margin: auto 20px auto auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}
.w-dropdown-list {
  background: #ddd;
  min-width: 100%;
  display: none;
  position: absolute;
}
.w-dropdown-list.w--open {
  display: block;
}
.w-dropdown-link {
  color: #222;
  padding: 10px 20px;
  display: block;
}
.w-dropdown-link.w--current {
  color: #0082f3;
}
.w-dropdown-link:focus {
  outline: 0;
}
@media screen and (max-width: 767px) {
  .w-nav-brand {
    padding-left: 10px;
  }
}
.w-lightbox-backdrop {
  cursor: auto;
  letter-spacing: normal;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  visibility: visible;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  color: #fff;
  text-align: center;
  z-index: 2000;
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -webkit-tap-highlight-color: transparent;
  background: #000000e6;
  outline: 0;
  font-family: 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;
  inset: 0;
  -webkit-transform: translate(0);
}
.w-lightbox-backdrop,
.w-lightbox-container {
  -webkit-overflow-scrolling: touch;
  height: 100%;
  overflow: auto;
}
.w-lightbox-content {
  height: 100vh;
  position: relative;
  overflow: hidden;
}
.w-lightbox-view {
  opacity: 0;
  width: 100vw;
  height: 100vh;
  position: absolute;
}
.w-lightbox-view:before {
  content: "";
  height: 100vh;
}
.w-lightbox-group,
.w-lightbox-group .w-lightbox-view,
.w-lightbox-group .w-lightbox-view:before {
  height: 86vh;
}
.w-lightbox-frame,
.w-lightbox-view:before {
  vertical-align: middle;
  display: inline-block;
}
.w-lightbox-figure {
  margin: 0;
  position: relative;
}
.w-lightbox-group .w-lightbox-figure {
  cursor: pointer;
}
.w-lightbox-img {
  width: auto;
  max-width: none;
  height: auto;
}
.w-lightbox-image {
  float: none;
  max-width: 100vw;
  max-height: 100vh;
  display: block;
}
.w-lightbox-group .w-lightbox-image {
  max-height: 86vh;
}
.w-lightbox-caption {
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: #0006;
  padding: 0.5em 1em;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}
.w-lightbox-embed {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}
.w-lightbox-control {
  cursor: pointer;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 24px;
  width: 4em;
  transition: all 0.3s;
  position: absolute;
  top: 0;
}
.w-lightbox-left {
  display: none;
  bottom: 0;
  left: 0;
}
.w-lightbox-right {
  display: none;
  bottom: 0;
  right: 0;
}
.w-lightbox-close {
  background-size: 18px;
  height: 2.6em;
  right: 0;
}
.w-lightbox-strip {
  white-space: nowrap;
  padding: 0 1vh;
  line-height: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: auto hidden;
}
.w-lightbox-item {
  box-sizing: content-box;
  cursor: pointer;
  width: 10vh;
  padding: 2vh 1vh;
  display: inline-block;
  -webkit-transform: translate(0, 0);
}
.w-lightbox-active {
  opacity: 0.3;
}
.w-lightbox-thumbnail {
  background: #222;
  height: 10vh;
  position: relative;
  overflow: hidden;
}
.w-lightbox-thumbnail-image {
  position: absolute;
  top: 0;
  left: 0;
}
.w-lightbox-thumbnail .w-lightbox-tall {
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.w-lightbox-thumbnail .w-lightbox-wide {
  height: 100%;
  left: 50%;
  transform: translate(-50%);
}
.w-lightbox-spinner {
  box-sizing: border-box;
  border: 5px solid #0006;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  animation: 0.8s linear infinite spin;
  position: absolute;
  top: 50%;
  left: 50%;
}
.w-lightbox-spinner:after {
  content: "";
  border: 3px solid #0000;
  border-bottom-color: #fff;
  border-radius: 50%;
  position: absolute;
  inset: -4px;
}
.w-lightbox-hide {
  display: none;
}
.w-lightbox-noscroll {
  overflow: hidden;
}
@media (min-width: 768px) {
  .w-lightbox-content {
    height: 96vh;
    margin-top: 2vh;
  }
  .w-lightbox-view,
  .w-lightbox-view:before {
    height: 96vh;
  }
  .w-lightbox-group,
  .w-lightbox-group .w-lightbox-view,
  .w-lightbox-group .w-lightbox-view:before {
    height: 84vh;
  }
  .w-lightbox-image {
    max-width: 96vw;
    max-height: 96vh;
  }
  .w-lightbox-group .w-lightbox-image {
    max-width: 82.3vw;
    max-height: 84vh;
  }
  .w-lightbox-left,
  .w-lightbox-right {
    opacity: 0.5;
    display: block;
  }
  .w-lightbox-close {
    opacity: 0.8;
  }
  .w-lightbox-control:hover {
    opacity: 1;
  }
}
.w-lightbox-inactive,
.w-lightbox-inactive:hover {
  opacity: 0;
}
.w-richtext:before,
.w-richtext:after {
  content: " ";
  grid-area: 1/1/2/2;
  display: table;
}
.w-richtext:after {
  clear: both;
}
.w-richtext[contenteditable="true"]:before,
.w-richtext[contenteditable="true"]:after {
  white-space: initial;
}
.w-richtext ol,
.w-richtext ul {
  overflow: hidden;
}
.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-video div:after,
.w-richtext .w-richtext-figure-selected[data-rt-type="video"] div:after,
.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-image div,
.w-richtext .w-richtext-figure-selected[data-rt-type="image"] div {
  outline: 2px solid #2895f7;
}
.w-richtext figure.w-richtext-figure-type-video > div:after,
.w-richtext figure[data-rt-type="video"] > div:after {
  content: "";
  display: none;
  position: absolute;
  inset: 0;
}
.w-richtext figure {
  max-width: 60%;
  position: relative;
}
.w-richtext figure > div:before {
  cursor: default !important;
}
.w-richtext figure img {
  width: 100%;
}
.w-richtext figure figcaption.w-richtext-figcaption-placeholder {
  opacity: 0.6;
}
.w-richtext figure div {
  color: #0000;
  font-size: 0;
}
.w-richtext figure.w-richtext-figure-type-image,
.w-richtext figure[data-rt-type="image"] {
  display: table;
}
.w-richtext figure.w-richtext-figure-type-image > div,
.w-richtext figure[data-rt-type="image"] > div {
  display: inline-block;
}
.w-richtext figure.w-richtext-figure-type-image > figcaption,
.w-richtext figure[data-rt-type="image"] > figcaption {
  caption-side: bottom;
  display: table-caption;
}
.w-richtext figure.w-richtext-figure-type-video,
.w-richtext figure[data-rt-type="video"] {
  width: 60%;
  height: 0;
}
.w-richtext figure.w-richtext-figure-type-video iframe,
.w-richtext figure[data-rt-type="video"] iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.w-richtext figure.w-richtext-figure-type-video > div,
.w-richtext figure[data-rt-type="video"] > div {
  width: 100%;
}
.w-richtext figure.w-richtext-align-center {
  clear: both;
  margin-left: auto;
  margin-right: auto;
}
.w-richtext figure.w-richtext-align-center.w-richtext-figure-type-image > div,
.w-richtext figure.w-richtext-align-center[data-rt-type="image"] > div {
  max-width: 100%;
}
.w-richtext figure.w-richtext-align-normal {
  clear: both;
}
.w-richtext figure.w-richtext-align-fullwidth {
  text-align: center;
  clear: both;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.w-richtext figure.w-richtext-align-fullwidth > div {
  padding-bottom: inherit;
  display: inline-block;
}
.w-richtext figure.w-richtext-align-fullwidth > figcaption {
  display: block;
}
.w-richtext figure.w-richtext-align-floatleft {
  float: left;
  clear: none;
  margin-right: 15px;
}
.w-richtext figure.w-richtext-align-floatright {
  float: right;
  clear: none;
  margin-left: 15px;
}
.w-nav {
  z-index: 1000;
  background: #ddd;
  position: relative;
}
.w-nav:before,
.w-nav:after {
  content: " ";
  grid-area: 1/1/2/2;
  display: table;
}
.w-nav:after {
  clear: both;
}
.w-nav-brand {
  float: left;
  color: #333;
  text-decoration: none;
  position: relative;
}
.w-nav-link {
  vertical-align: top;
  color: #222;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  text-decoration: none;
  display: inline-block;
  position: relative;
}
.w-nav-link.w--current {
  color: #0082f3;
}
.w-nav-menu {
  float: right;
  position: relative;
}
[data-nav-menu-open] {
  text-align: center;
  background: #c8c8c8;
  min-width: 200px;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  overflow: visible;
  display: block !important;
}
.w--nav-link-open {
  display: block;
  position: relative;
}
.w-nav-overlay {
  width: 100%;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  overflow: hidden;
}
.w-nav-overlay [data-nav-menu-open] {
  top: 0;
}
.w-nav[data-animation="over-left"] .w-nav-overlay {
  width: auto;
}
.w-nav[data-animation="over-left"] .w-nav-overlay,
.w-nav[data-animation="over-left"] [data-nav-menu-open] {
  z-index: 1;
  top: 0;
  right: auto;
}
.w-nav[data-animation="over-right"] .w-nav-overlay {
  width: auto;
}
.w-nav[data-animation="over-right"] .w-nav-overlay,
.w-nav[data-animation="over-right"] [data-nav-menu-open] {
  z-index: 1;
  top: 0;
  left: auto;
}
.w-nav-button {
  float: right;
  cursor: pointer;
  -webkit-tap-highlight-color: #0000;
  tap-highlight-color: #0000;
  -webkit-user-select: none;
  user-select: none;
  padding: 18px;
  font-size: 24px;
  display: none;
  position: relative;
}
.w-nav-button:focus {
  outline: 0;
}
.w-nav-button.w--open {
  color: #fff;
  background-color: #c8c8c8;
}
.w-nav[data-collapse="all"] .w-nav-menu {
  display: none;
}
.w-nav[data-collapse="all"] .w-nav-button,
.w--nav-dropdown-open,
.w--nav-dropdown-toggle-open {
  display: block;
}
.w--nav-dropdown-list-open {
  position: static;
}
@media screen and (max-width: 991px) {
  .w-nav[data-collapse="medium"] .w-nav-menu {
    display: none;
  }
  .w-nav[data-collapse="medium"] .w-nav-button {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .w-nav[data-collapse="small"] .w-nav-menu {
    display: none;
  }
  .w-nav[data-collapse="small"] .w-nav-button {
    display: block;
  }
  .w-nav-brand {
    padding-left: 10px;
  }
}
@media screen and (max-width: 479px) {
  .w-nav[data-collapse="tiny"] .w-nav-menu {
    display: none;
  }
  .w-nav[data-collapse="tiny"] .w-nav-button {
    display: block;
  }
}
.w-tabs {
  position: relative;
}
.w-tabs:before,
.w-tabs:after {
  content: " ";
  grid-area: 1/1/2/2;
  display: table;
}
.w-tabs:after {
  clear: both;
}
.w-tab-menu {
  position: relative;
}
.w-tab-link {
  vertical-align: top;
  text-align: left;
  cursor: pointer;
  color: #222;
  background-color: #ddd;
  padding: 9px 30px;
  text-decoration: none;
  display: inline-block;
  position: relative;
}
.w-tab-link.w--current {
  background-color: #c8c8c8;
}
.w-tab-link:focus {
  outline: 0;
}
.w-tab-content {
  display: block;
  position: relative;
  overflow: hidden;
}
.w-tab-pane {
  display: none;
  position: relative;
}
.w--tab-active {
  display: block;
}
@media screen and (max-width: 479px) {
  .w-tab-link {
    display: block;
  }
}
.w-ix-emptyfix:after {
  content: "";
}
@keyframes spin {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
.w-dyn-empty {
  background-color: #ddd;
  padding: 10px;
}
.w-dyn-hide,
.w-dyn-bind-empty,
.w-condition-invisible {
  display: none !important;
}
.wf-layout-layout {
  display: grid;
}
.w-code-component > * {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
:root {
  --white: white;
  --black: black;
}
.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}
@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}
.frame-8238 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}
.navbar-content {
  z-index: 99;
  grid-column-gap: 16px;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 80px;
  padding: 8px 100px;
  text-decoration: none;
  display: flex;
  position: fixed;
}
.navbar-content.navbar-content-test {
  top: 200px;
}
.vectors-wrapper {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 48px;
  text-decoration: none;
  display: flex;
  position: relative;
}
.navbar-links {
  grid-column-gap: 32px;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}
.top-rail-link {
  grid-column-gap: 4px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}
.text {
  color: #515258;
  letter-spacing: -0.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}
.text-2 {
  color: #878787;
  letter-spacing: -0.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}
.navbar-button-container {
  grid-column-gap: 8px;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: none;
  text-decoration: none;
  display: flex;
}
.button {
  grid-column-gap: 8px;
  color: #fff;
  letter-spacing: -0.32px;
  background-color: #3f51f4;
  border-radius: 10px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: none;
  height: 48px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Basier Circle Regular, sans-serif;
  font-size: 16px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 1px 2px #00000014;
}
.button:hover {
  background-color: #2027c3;
}
.text-3 {
  color: #fff;
  text-align: center;
  letter-spacing: -0.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}
.frame-8237 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 0;
  text-decoration: none;
  display: flex;
}
.frame-8239 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
  box-shadow: 0 4px 4px #00000040;
}
.navbar-link {
  color: #878787;
  letter-spacing: -0.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Basier Circle Regular, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}
.navbar-link:hover,
.navbar-link.w--current,
.navbar-link.navbar-link-active {
  color: #515258;
}
.navbar-button-main-text {
  color: #fff;
  text-align: center;
  letter-spacing: -0.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}
.container {
  margin-left: 0;
  margin-right: 0;
}
.section-hero {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  height: 720px;
  min-height: 720px;
  padding: 120px 100px 40px;
  text-decoration: none;
  display: flex;
}
.txt-button {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}
.hero-text-container {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  max-width: 50%;
  text-decoration: none;
  display: flex;
}
.header-container {
  font-family: "Merriweather", serif;
  font-weight: 300;
}
.standard-p {
  color: #0a0a0a;
  letter-spacing: -0.015em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Basier Circle Regular, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  text-decoration: none;
}
.standard-p.tertiary-text-color {
  color: #515258;
  letter-spacing: -0.3px;
}
.standard-p.secondary-text-color {
  color: #515258;
  align-items: flex-start;
  display: flex;
}
.standard-p._16px-font {
  letter-spacing: -0.32px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
.luctus-ac-et-amet-sollicitudin-id-0 {
  color: #0a0a0a;
  letter-spacing: 0.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 300;
  line-height: 80px;
  text-decoration: none;
}
.hero-header {
  color: #0a0a0a;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Merriweather", serif;
  font-size: 64px;
  font-weight: 300;
  line-height: 80px;
  text-decoration: none;
  letter-spacing: -0.02em;
  display: flex;
}
.hero-header.text-color-interactive {
  color: #4d63fd;
  font-weight: 400;
}
.frame-8240 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}
.section-information {
  grid-column-gap: 80px;
  background-color: #fffffd;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  padding: 120px 100px;
  text-decoration: none;
  display: flex;
}
.section-information-item {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}
.full-name-header {
  color: #0a0a0a;
  letter-spacing: 0.56px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Merriweather", serif;
  font-size: 28px;
  font-weight: 300;
  line-height: 40px;
  text-decoration: none;
}
.standard {
  color: #515258;
  letter-spacing: -0.015em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  text-decoration: none;
}
.section-team {
  grid-row-gap: 64px;
  background-color: #f0f5f4;
  flex-flow: row;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  padding: 120px 100px;
  text-decoration: none;
  display: flex;
}
.team-title-container {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}
.sta {
  color: #0a0a0a;
  letter-spacing: 0.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 300;
  line-height: 52px;
  text-decoration: none;
}
.paragraph {
  color: #515258;
  letter-spacing: -0.015em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  text-decoration: none;
}
.team-list {
  grid-column-gap: 64px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}
.team-item {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}
.team-image {
  object-fit: cover;
  background-blend-mode: darken, normal;
  background-color: #f9fcfe;
  border-radius: 10px;
  width: 100%;
}
.team-item-text-container {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}
.full-name {
  color: #0a0a0a;
  letter-spacing: 0.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 300;
  line-height: 40px;
  text-decoration: none;
}
.description {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 12px;
  text-decoration: none;
  display: flex;
}
.error-b0437657-a50f-d2c9-05d8-47f6ed2a2caf {
  color: #696969;
  letter-spacing: -0.015em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  text-decoration: none;
}
.section-image {
  grid-row-gap: 8px;
  background-color: #f0f5f4;
  border: 0 solid #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin-top: 420px;
  text-decoration: none;
  display: flex;
}
.section-image-image-desktop {
  aspect-ratio: auto;
  object-fit: cover;
  border-radius: 0;
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: 620px;
  margin-top: -420px;
  position: relative;
  box-shadow: 0 0 72px #0000000a;
}
.section-titleparagraph {
  grid-column-gap: 80px;
  background-color: #f0f5f4;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  padding: 120px 100px;
  text-decoration: none;
  display: flex;
}
.item-3 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}
.title-3 {
  margin-top: 0;
  margin-bottom: 0;
}
.txt-3 {
  color: #515258;
  letter-spacing: -0.015em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  text-decoration: none;
}
.title-0 {
  color: #0a0a0a;
  letter-spacing: 0.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 300;
  line-height: 52px;
  text-decoration: none;
}
.title-1 {
  color: #4d63fd;
  letter-spacing: 0.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 300;
  line-height: 52px;
  text-decoration: none;
}
.section-portfolio {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 120px 100px;
  display: flex;
}
.section-header {
  color: #0a0a0a;
  letter-spacing: 0.8px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Merriweather", serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 52px;
}
.section-header.text-color-interactive {
  color: #4d63fd;
}
.hero-header-container {
  border: 0 #4d63fd;
  margin-top: 0;
  margin-bottom: 0;
}
.section-portfolio-text-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  width: 100%;
  max-width: none;
  display: flex;
}
.collection-list-wrapper {
  width: 100%;
  max-width: 100%;
}
.collection-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}
.portfolio-collection-item {
  background-image: url(../images/background-image.svg);
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  border-radius: 10px;
  width: 100%;
  height: auto;
  min-height: 298px;
}
.portfolio-collection-item-container {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  opacity: 0.85;
  background-color: #f0f5f4;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 16px;
  padding-right: 16px;
  text-decoration: none;
  display: flex;
}
.portfolio-collection-item-container:hover {
  opacity: 1;
  background-color: #f0f5f4;
}
.portfolio-item-title-container {
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 200px;
  height: auto;
  max-height: 52px;
  display: flex;
}
.title-image {
  width: 200px;
  height: auto;
  max-height: 52px;
  display: block;
}
.portfolio-item-description {
  color: #0a0a0a;
  text-align: center;
  letter-spacing: -0.3px;
  font-family: Basier Circle Regular, sans-serif;
  font-size: 20px;
  line-height: 32px;
}
.hero-image {
  max-width: 50%;
  max-height: 600px;
}
.hero-section-container {
  justify-content: space-between;
  width: 100%;
  max-width: 1240px;
  display: flex;
}
.information-item-header {
  color: #0a0a0a;
  letter-spacing: 0.48px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Merriweather", serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 34px;
}
.max-width-container {
  max-width: 1240px;
}
.max-width-container.section-image-image-container {
  width: 100%;
  max-width: 1240px;
  height: auto;
  max-height: 620px;
  display: flex;
  position: static;
}
.portfolio-content-container {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  width: 100%;
  max-width: 1240px;
  display: flex;
}
.information-content-container {
  grid-column-gap: 80px;
  max-width: 1240px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}
.div-block {
  justify-content: space-between;
  width: 100%;
  max-width: 1240px;
  display: flex;
}
.team-content-container {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  max-width: 1240px;
  display: flex;
}
.navbar-content-content-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1240px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}
.nsv-logo {
  width: 72.53px;
  height: auto;
}
.nsv-logo-container {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}
.mobile-nav-menu {
  display: none;
}
.subscribe-email-updates-container {
  z-index: 90;
  background-color: #fff;
  border-radius: 10px;
  width: 570px;
  height: 186px;
  margin-right: 40px;
  padding: 32px 40px;
  display: none;
  position: sticky;
  bottom: 40px;
  left: 90%;
  right: auto;
  box-shadow: 0 0 40px #0000001a;
}
.subscribe-to-email-updates-section {
  width: 100%;
}
.subscribe-to-email-updates-content-container {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}
.subscribe-to-email-header {
  color: #0a0a0a;
  letter-spacing: -0.72px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Basier Circle Regular, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}
.subscribe-to-email-updates-form {
  display: flex;
}
.subscribe-to-email-updates-form-field {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}
.subscribe-to-updates-form {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}
.standard-text-field {
  opacity: 0.6;
  color: #0a0a0a;
  letter-spacing: -0.396px;
  background-color: #0000000f;
  border: 1px solid #0000001f;
  border-radius: 10px;
  width: 100%;
  height: 52px;
  margin-bottom: 0;
  padding: 15px 14px;
  font-family: Basier Circle Regular, sans-serif;
  font-size: 18px;
  line-height: 22px;
}
.standard-text-field:focus {
  border-width: 2.5px;
  border-color: #3f51f4;
}
.standard-text-field.email-text-field {
  border-width: 0;
  padding-left: 22px;
}
.standard-text-field.email-text-field:focus {
  opacity: 1;
  background-color: #0000;
  border-width: 3px;
  border-color: #3f51f4;
}
.submit-button {
  letter-spacing: -0.32px;
  background-color: #4d63fd;
  background-image: url(../images/button_with_arrow_adjusted.png);
  background-position: 50%;
  background-size: cover;
  border-radius: 10px;
  width: 150px;
  height: 52px;
  padding: 14px 28px;
  font-size: 16px;
  box-shadow: 0 1.5px 3px #0000000f;
}
.submit-button.subscribe-to-updates {
  background-image: url(../images/button_with_arrow_updated.png);
  background-size: cover;
  width: 152px;
  padding-right: 52px;
}
.icon-button {
  color: #b2b2b2;
  cursor: pointer;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 8px;
  display: flex;
  position: absolute;
  top: 8px;
  right: 8px;
}
.icon-button:hover {
  color: #3f51f4;
  background-color: #e5eafd;
}
.icon-button.close-contact-form {
  display: none;
}
.contact-us-form-container {
  z-index: 99999;
  opacity: 1;
  background-color: #fff;
  border-radius: 20px;
  width: 684px;
  height: auto;
  margin: 400px 0;
  padding: 40px;
  display: flex;
  position: absolute;
  inset: 0 auto auto;
  overflow: visible;
  transform: translateY(-400px);
  box-shadow: 0 0 12px #00000014;
}
.contact-us-form-overlay {
  z-index: 999;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  opacity: 1;
  mix-blend-mode: normal;
  object-fit: fill;
  background-color: #0000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  margin-top: 0;
  margin-bottom: 100px;
  padding-top: 104px;
  padding-bottom: 94px;
  display: flex;
  position: fixed;
  inset: 0%;
  overflow-y: scroll;
}
.tabs {
  flex-flow: column;
  align-items: center;
  display: flex;
}
.tabs-menu {
  background-color: #0000000f;
  border-radius: 10px;
  height: 54px;
  margin-bottom: 40px;
  padding: 4px;
  display: flex;
}
.tab-link-text {
  text-align: left;
  letter-spacing: -0.32px;
  font-family: Basier Circle Regular, sans-serif;
  font-size: 16px;
  font-weight: 400;
}
.tab-link-container {
  color: #696969;
  background-color: #0000;
  border-radius: 10px;
  align-items: center;
  height: 100%;
  padding: 0 24px;
  display: flex;
}
.tab-link-container.w--current {
  color: #0a0a0a;
  background-color: #fff;
  border-radius: 7px;
  box-shadow: 0 2.5px 5px #0000000d;
}
.tab-pane-container {
  width: 100%;
}
.tab-pane-content-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  width: 100%;
  display: flex;
}
.paragraph-2 {
  margin-bottom: 0;
}
.tab-pane-contact-us-container,
.tab-pane-contact-us-text-container {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  width: 100%;
  display: flex;
}
.tab-pane-contact-us-buttons-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}
.socials-icon-button {
  border: 1px solid #0000001a;
  border-radius: 999px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}
.socials-icon-button:hover {
  background-color: #eaeaea;
}
.fixed-label-input-label {
  color: #0a0a0a;
  letter-spacing: -0.32px;
  margin-bottom: 0;
  font-family: Basier Circle Regular, sans-serif;
  font-size: 16px;
  font-weight: 400;
}
.fixed-label-input-container {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  width: 100%;
  margin-bottom: 0;
  padding-right: 0;
  display: flex;
}
.fixed-label-input-container.other-sector-desktop,
.fixed-label-input-container.other-region-desktop {
  display: none;
}
.form-block {
  margin-top: 40px;
}
.fixed-label-input {
  color: #0a0a0a;
  letter-spacing: -0.32px;
  border: 1px solid #00000029;
  border-radius: 10px;
  height: 48px;
  margin-bottom: 0;
  padding: 14px;
  font-size: 16px;
}
.fixed-label-input:focus {
  border-width: 2.5px;
  border-color: #3f51f4;
  padding-top: 12px;
  padding-bottom: 12px;
}
.tabs-content {
  font-family: Basier Circle Regular, sans-serif;
}
.form {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}
.contact-us-submit-button {
  letter-spacing: -0.32px;
  background-color: #4d63fd;
  border-radius: 10px;
  width: auto;
  height: 52px;
  padding: 13px 28px 15px;
  font-size: 16px;
  box-shadow: 0 1.5px 3px #0000000f;
}
.fixed-label-input-with-variant-text-container {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  display: flex;
}
.paragraph-3 {
  margin-bottom: 0;
}
.fixed-label-secondary-text {
  color: #696969;
  letter-spacing: -0.32px;
  font-size: 16px;
  font-weight: 400;
}
.dropdown {
  width: 100%;
}
.standard-dropdown-toggle {
  border: 1px solid #00000029;
  border-radius: 10px;
  width: 100%;
  padding: 14px 16px;
}
.standard-dropdown {
  width: 100%;
}
.dropdown-text {
  color: #878787;
  letter-spacing: -0.32px;
  font-size: 16px;
}
.dropdown-icon {
  color: #b2b2b2;
  -webkit-text-stroke-color: #b2b2b2;
}
.standard-dropdown-list.w--open {
  background-color: #fff;
  border: 1px solid #00000029;
  border-top-width: 0;
  border-radius: 10px;
  margin-top: 4px;
}
.standard-dropdown-link {
  letter-spacing: -0.32px;
  font-size: 16px;
}
.submit-deck-submit-button {
  letter-spacing: -0.32px;
  background-color: #4d63fd;
  border-radius: 10px;
  width: 100%;
  height: 52px;
  padding: 13px 28px 15px;
  font-size: 16px;
  box-shadow: 0 1.5px 3px #0000000f;
}
.standard-select-component {
  color: #0a0a0a;
  letter-spacing: -0.32px;
  background-color: #fff;
  border: 1px solid #00000029;
  border-radius: 10px;
  height: 50px;
  margin-bottom: 0;
  padding: 14px 16px;
  font-size: 16px;
}
.standard-select-component:focus {
  border-width: 2.5px;
  border-color: #3f51f4;
}
.contact-overlay-bg {
  z-index: 9999;
  opacity: 0.2;
  background-color: #000;
  width: 100%;
  height: 100vh;
  max-height: none;
  display: block;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}
.navbar {
  z-index: 99;
  display: block;
  position: static;
}
.div-block-2 {
  justify-content: center;
  width: 100%;
  padding-top: 104px;
  padding-bottom: 104px;
  display: flex;
}
.navbar-content-mobile {
  grid-column-gap: 16px;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 80px;
  padding: 8px 100px;
  text-decoration: none;
  display: none;
  position: fixed;
  box-shadow: 0 4px 4px #00000040;
}
.navbar-content-mobile.navbar-content-test {
  top: 200px;
}
.navbar-button-container-mobile {
  grid-column-gap: 8px;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: none;
  text-decoration: none;
  display: flex;
}
.navbar-dropdown-mobile {
  display: block;
}
.toggle-other-field-visibility-and-form-submission,
.email-subscription-code-embed,
.contact-form-submission {
  display: none;
}
.section-image-image-mobile {
  object-fit: cover;
  border-radius: 10px;
  margin-top: -420px;
  display: none;
  position: relative;
  box-shadow: 0 0 72px #0000000a;
}
.form-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}
.input-helper-text-container {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}
.input-helper-text-icon {
  align-items: flex-start;
  display: flex;
}
.helper-text-icon {
  width: 12px;
  height: 12px;
}
.helper-text-text {
  color: #878787;
  letter-spacing: -0.26px;
  font-size: 13px;
  line-height: 16px;
}
.submit-button-container {
  align-items: center;
  display: flex;
  position: relative;
}
.right-arrow-icon {
  display: none;
  position: absolute;
  inset: 35% 11% 0% auto;
}
.contact-us-text-container {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
}
.mailto-link-block {
  text-decoration: none;
}
.mailto-link-block:hover {
  text-decoration: underline;
}
.div-block-3 {
  z-index: 999;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  height: 1000vh;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: fixed;
  inset: 0%;
}
.contact-us-form-overlay-updated {
  z-index: 99;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  opacity: 1;
  mix-blend-mode: normal;
  object-fit: fill;
  background-color: #0003;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding-top: 104px;
  padding-bottom: 94px;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: scroll;
}
.contact-us-form-container-updated {
  z-index: 99999;
  opacity: 1;
  pointer-events: auto;
  background-color: #fff;
  border-radius: 20px;
  width: 684px;
  height: auto;
  margin: 0;
  padding: 40px;
  display: flex;
  position: relative;
  overflow: visible;
  box-shadow: 0 0 12px #00000014;
}
.contact-overlay-bg-updated {
  z-index: auto;
  opacity: 1;
  background-color: #0003;
  width: auto;
  height: 100vh;
  max-height: none;
  display: flex;
  position: fixed;
  inset: 0%;
  overflow: visible;
}
.notification-container {
  z-index: 99999;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #dff2e5;
  border: 1px solid #00c74124;
  border-radius: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: 48px;
  margin-left: auto;
  margin-right: auto;
  padding: 8px 8px 8px 12px;
  display: none;
  position: static;
  inset: 64px auto auto 50vh;
  box-shadow: 0 0 14px #00000014;
}
.notification-container.email-notification,
.notification-container.contact-us-notification,
.notification-container.deck-notification {
  display: none;
}
.notification-container.error-notification {
  background-color: #ffeaea;
  border-color: #ff1f001f;
  display: none;
}
.notification-container.stealth-info-notification {
  background-color: #e9eff9;
  border-color: #d4dfff;
  display: none;
}
.notification-icon {
  width: 20px;
  height: 20px;
}
.notification-content-container {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  display: flex;
}
.notification-success-text {
  letter-spacing: -0.26px;
  padding-right: 8px;
  font-family: Basier Circle Regular, sans-serif;
  font-size: 13px;
  line-height: 16px;
}
.notification-success-text.deck-notification {
  color: #0a0a0a;
}
.close-notification-button {
  cursor: pointer;
  padding: 6px;
}
.notification-bar {
  z-index: 9999;
  flex-flow: row;
  align-items: stretch;
  display: flex;
  position: fixed;
  inset: 64px 0% auto;
}
.standard-container-section {
  flex-flow: column;
  width: 100%;
  display: flex;
}
.socials-icon-button-image {
  width: 20px;
  height: 20px;
}
.custom-portfolio-animation {
  display: none;
}
.image,
.image-2 {
  width: 16px;
}
.close-svg-code {
  margin-bottom: 0;
  display: flex;
}
.notification-icon-embed {
  width: 20px;
  height: 20px;
}
.mobile-nav-link {
  color: #878787;
  letter-spacing: -0.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}
.mobile-nav-link:hover {
  color: #515258;
}
.mobile-nav-link.w--current {
  color: #515258;
  display: none;
}
.section {
  justify-content: center;
  align-items: center;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
}
.image-3 {
  text-decoration: underline;
}
.navbar-2 {
  z-index: 9999;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80px;
  padding: 0;
  position: sticky;
  top: 0;
}
.div-logo {
  flex: none;
  justify-content: center;
  align-items: center;
  height: 48px;
  display: flex;
}
.desktop-nav-link {
  color: #878787;
  letter-spacing: -0.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}
.desktop-nav-link:hover {
  color: #515258;
}
.desktop-nav-link.w--current {
  color: #515258;
  letter-spacing: -0.32px;
}
.button-primary {
  color: #fff;
  letter-spacing: -0.32px;
  background-color: #307eff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 0 20px;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color 0.2s;
  display: flex;
  box-shadow: 0 1px 2px #00000014;
}
.button-primary:hover {
  background-color: #2027c3;
}
.button-primary:active {
  box-shadow: none;
  color: #3f51f4;
  background-color: #d4dfff;
}
.mobile-nav-link-apply {
  color: #878787;
  letter-spacing: -0.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}
.mobile-nav-link-apply:hover,
.mobile-nav-link-apply.w--current {
  color: #515258;
}
.mobile-nav-link-apply.apply,
.dropdown-nav-buttons,
.code-embed-3 {
  display: none;
}
.nav-bar {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1600px;
  height: 80px;
  text-decoration: none;
  display: flex;
}
.nav-bar-dropdown-link {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  letter-spacing: -0.32px;
  cursor: pointer;
  border-radius: 8px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  height: 44px;
  padding: 12px;
  font-size: 16px;
  transition: background-color 0.2s;
  display: flex;
  overflow: hidden;
}
.nav-bar-dropdown-link:hover {
  background-color: #0000000a;
  border-radius: 10px;
}
.nav-bar-dropdown-link.w--current {
  justify-content: center;
  align-items: center;
  padding-top: 13px;
  padding-bottom: 13px;
}
.nav-bar-dropdown-link.dropdown {
  justify-content: flex-start;
  font-size: 16px;
}
.nav-bar-dropdown-link.privacy-policy,
.nav-bar-dropdown-link.terms-of-service {
  display: none;
}
.button-quaternary {
  color: #696969;
  letter-spacing: -0.32px;
  box-sizing: border-box;
  background-color: #0000;
  border: 1px solid #0000001a;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 92px;
  min-width: 0;
  height: 48px;
  padding: 0 20px;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
  transition-property: background-color;
  transition-duration: 0.2s;
  transition-timing-function: ease;
  display: flex;
}
.button-quaternary:hover {
  color: #515258;
  background-color: #0000000f;
  border-width: 0;
  width: auto;
  min-width: 92px;
}
.button-quaternary:active {
  color: #3f51f4;
  background-color: #d4dfff;
  border-width: 1px;
  border-color: #0000;
}
.menu-dropdown-container.w--open {
  z-index: 999;
  background-color: #0000;
  border: 0 solid #00000014;
  border-radius: 14px;
  width: 240px;
  padding: 0 4px 4px;
  display: block;
  inset: 0 auto auto -34px;
}
.nav-bar-buttons {
  grid-column-gap: 8px;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}
.mobile-nav-dropdown {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}
.menu-dropdown {
  z-index: 100000;
  background-color: #fff;
  border: 1px solid #00000014;
  border-radius: 14px;
  margin-top: 54px;
  padding: 4px;
  position: relative;
  box-shadow: 0 4px 12px #0000000d;
}
.menu-dropdown.w--open {
  background-color: #fff;
  border: 1px solid #00000014;
  border-radius: 14px;
  padding: 4px;
  inset: 0 auto auto 0;
  box-shadow: 0 4px 12px #0000000d;
}
.nav-link {
  letter-spacing: -0.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}
.navbar-links-container {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  align-items: center;
  display: flex;
}
.nav-bar-link-dropdown {
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding-left: 12px;
  padding-right: 12px;
  display: flex;
}
.nav-bar-link-dropdown:hover {
  background-color: #0000;
}
.logo-curie.w--current {
  align-items: center;
  height: 32px;
  min-height: 32px;
  display: flex;
}
.navbar-menu-dropdown-toggle {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  cursor: pointer;
  color: #878787;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}
.navbar-menu-dropdown-toggle:hover {
  color: #515258;
}
.notification-bar-2 {
  z-index: 9999;
  flex-flow: column;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 64px 0% auto;
}
.notification-success-text-2 {
  letter-spacing: -0.26px;
  padding-right: 8px;
  font-size: 13px;
  line-height: 16px;
}
.notification-success-text-2.deck-notification {
  color: #0a0a0a;
}
.image-4 {
  text-decoration: underline;
}
.fixed-label-input-label-2 {
  color: #0a0a0a;
  letter-spacing: -0.32px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
.apply-mobile-overlay {
  display: none;
}
.fixed-label-input-2 {
  color: #0a0a0a;
  letter-spacing: -0.32px;
  border: 1px solid #00000029;
  border-radius: 10px;
  height: 48px;
  margin-bottom: 0;
  padding: 14px;
  font-size: 16px;
}
.fixed-label-input-2:focus {
  border-width: 2px;
  border-color: #307eff;
  padding-top: 12px;
  padding-bottom: 12px;
  box-shadow: 0 1px 2px #0000000a;
}
.mobile-contact-form-container {
  width: 100%;
  margin-top: 40px;
}
.desktop-contact-form {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}
.contact-form-submission-mobile,
.select-element-custom-css {
  display: none;
}
.standard-select-component-2 {
  aspect-ratio: auto;
  color: #0a0a0a;
  letter-spacing: -0.32px;
  object-fit: fill;
  background-color: #fff;
  border: 1px solid #00000029;
  border-radius: 10px;
  height: 50px;
  margin-bottom: 0;
  padding: 14px 16px;
  font-size: 16px;
}
.standard-select-component-2:focus {
  box-sizing: border-box;
  object-fit: contain;
  border-width: 2.5px;
  border-color: #3f51f4;
  height: 52px;
}
.contact-us-submit-button-2 {
  letter-spacing: -0.32px;
  background-color: #307eff;
  border-radius: 10px;
  width: auto;
  height: 52px;
  padding: 13px 28px 15px;
  font-size: 16px;
  line-height: 20px;
  box-shadow: 0 1.5px 3px #0000000f;
}
.custom-css-2 {
  display: none;
}
.legal-content-container {
  grid-column-gap: 80px;
  grid-row-gap: 48px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  max-width: 1280px;
  display: flex;
}
.legal-content-item-basic-description {
  color: #515258;
  letter-spacing: -0.5px;
  margin-top: 54px;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}
.legal-content-item-basic-description.first-description-item {
  margin-top: 0;
}
.legal-content-item-legal-description {
  color: #515258;
  letter-spacing: -0.012em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  text-decoration: none;
}
.legal-content-item-block {
  grid-column-gap: 80px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 48px;
  text-decoration: none;
  display: flex;
}
.legal-content-item-block.first-legal-block {
  padding-top: 0;
}
.legal-content-item-legal-container {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 760px;
  max-width: 760px;
  text-decoration: none;
  display: flex;
}
.legal-content-item-legal-container.inner-container {
  width: 100%;
  max-width: none;
}
.open-contact-form-span {
  cursor: pointer;
  text-decoration: underline;
}
.legal-content-item-legal-subheader {
  color: #0a0a0a;
  letter-spacing: -0.1px;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}
.legal-content-main-container {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  max-width: 1280px;
  display: flex;
}
.legal-content-wrapper {
  grid-column-gap: 126px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  padding: 40px 100px 120px;
  text-decoration: none;
  display: flex;
}
.legal-content-item-basic-container {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 273px;
  text-decoration: none;
  display: flex;
}
.legal-content-item-legal-container-extended {
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 66%;
  max-width: 70%;
  text-decoration: none;
  display: flex;
}
.legal-content-item-legal-header {
  color: #0a0a0a;
  letter-spacing: -0.72px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
  text-decoration: none;
}
.utility-page-wrap {
  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: 260px;
  display: flex;
}
.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}
.body {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

@media screen and (min-width: 1440px) {
  .mobile-nav-link.w--current {
    display: none;
  }
  .section {
    width: 100%;
  }
  .navbar-2 {
    z-index: 1;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #fff;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-self: center;
    width: 100vw;
    height: 80px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    position: sticky;
    top: 0;
  }
  .div-logo {
    height: 48px;
  }
  .button-primary:active {
    color: #3f51f4;
    background-color: #d4dfff;
  }
  .mobile-nav-link-apply.apply {
    display: none;
  }
  .nav-bar {
    max-width: 1440px;
  }
  .nav-bar-dropdown-link {
    padding-top: 12px;
    padding-bottom: 12px;
    padding-right: 32px;
    font-size: 16px;
    line-height: 20px;
    overflow: hidden;
  }
  .nav-bar-dropdown-link:hover {
    background-color: #0000000a;
  }
  .nav-bar-dropdown-link.dropdown,
  .nav-bar-dropdown-link.dropdown:hover {
    padding-left: 12px;
    padding-right: 32px;
  }
  .button-quaternary:active {
    color: #3f51f4;
    background-color: #d4dfff;
    border-width: 1px;
    border-color: #0000;
  }
  .menu-dropdown-container {
    background-color: #fff;
    border-radius: 10px;
    flex-flow: column;
    margin-top: 0;
    padding: 4px;
    display: none;
    position: absolute;
    inset: 48px auto auto 0%;
    box-shadow: 0 4px 12px #0000001a;
  }
  .menu-dropdown-container.w--open {
    box-shadow: none;
    background-color: #0000;
    border: 0 solid #00000014;
    border-radius: 14px;
    padding: 0 4px 4px;
    inset: 0% auto auto -34px;
  }
  .mobile-nav-dropdown {
    flex-flow: row;
    display: flex;
  }
  .menu-dropdown {
    background-color: #fff;
    border-radius: 10px;
    flex-flow: column;
    margin-top: 54px;
    padding: 4px;
    display: block;
    position: relative;
    inset: auto;
    box-shadow: 0 4px 12px #0000001a;
  }
  .menu-dropdown.w--open {
    border: 1px solid #00000014;
    border-radius: 14px;
    padding: 4px;
    top: 24px;
    box-shadow: 0 4px 12px #0000000d;
  }
  .nav-link:hover {
    color: #515258;
  }
  .nav-bar-link-dropdown {
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }
  .nav-bar-link-dropdown:hover {
    color: #515258;
    background-color: #0000;
  }
  .logo-curie {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .navbar-menu-dropdown-toggle {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    color: #878787;
    padding: 0;
  }
  .apply-mobile-overlay {
    display: none;
  }
  .standard-select-component-2 {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .legal-content-container {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    flex-flow: column;
    width: 100%;
    max-width: 1440px;
    display: flex;
  }
  .legal-content-item-basic-description {
    letter-spacing: -0.5px;
    width: 273px;
    font-size: 20px;
    line-height: 24px;
  }
  .legal-content-item-block {
    padding-top: 48px;
  }
  .legal-content-item-block.first-legal-block {
    padding-top: 0;
  }
  .legal-content-item-legal-container {
    width: 763px;
    max-width: 760px;
  }
  .legal-last-updated-footer {
    letter-spacing: -0.192px;
    font-size: 16px;
    line-height: 26px;
  }
  .legal-content-item-legal-subheader {
    letter-spacing: -0.1px;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
  }
  .legal-content-main-container {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    flex-flow: column;
    width: 100%;
    max-width: 1440px;
    display: flex;
  }
  .legal-content-wrapper {
    max-width: none;
    padding-top: 40px;
    padding-bottom: 120px;
  }
  .legal-content-header {
    color: #0a0a0a;
    letter-spacing: 0.8px;
    font-size: 40px;
    line-height: 52px;
    display: flex;
  }
  .legal-content-item-basic-container {
    width: 273px;
  }
  .legal-content-item-legal-container-extended {
    grid-row-gap: 48px;
    width: 763px;
    max-width: 763%;
  }
  .legal-content-item-legal-header {
    letter-spacing: -0.72px;
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
  }
}
@media screen and (min-width: 1920px) {
  .mobile-nav-link.w--current {
    display: none;
  }
  .section {
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }
  .navbar-2 {
    height: 80px;
  }
  .div-logo {
    justify-content: center;
    align-items: center;
    height: 48px;
  }
  .button-primary {
    box-shadow: 0 1px 2px #00000014;
  }
  .button-primary:active {
    box-shadow: none;
    color: #3f51f4;
    background-color: #d4dfff;
  }
  .mobile-nav-link-apply.apply {
    display: none;
  }
  .nav-bar {
    max-width: 1240px;
  }
  .nav-bar-dropdown-link {
    transition: opacity 0.2s, background-color 0.2s;
    overflow: hidden;
  }
  .nav-bar-dropdown-link:hover {
    background-color: #0000000a;
    border-radius: 10px;
    text-decoration: none;
  }
  .nav-bar-dropdown-link.w--current {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }
  .button-quaternary:active {
    color: #3f51f4;
    background-color: #d4dfff;
    border-width: 1px;
    border-color: #0000;
  }
  .menu-dropdown-container {
    z-index: 999;
    padding: 4px;
  }
  .menu-dropdown-container.w--open {
    box-shadow: none;
    border: 0 solid #00000014;
    border-radius: 14px;
    padding: 4px;
    top: 0;
    left: -34px;
  }
  .menu-dropdown {
    z-index: 999;
    margin-top: 44px;
    padding: 4px;
  }
  .menu-dropdown.w--open {
    border: 1px solid #00000014;
    border-radius: 14px;
    padding: 4px;
    top: 24px;
    box-shadow: 0 4px 12px #0000000d;
  }
  .nav-link:hover {
    border-radius: 3px;
    text-decoration: none;
  }
  .nav-bar-link-dropdown:hover {
    background-color: #0000;
  }
  .logo-curie {
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 218px;
    height: 36px;
    display: flex;
  }
  .navbar-menu-dropdown-toggle {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }
  .apply-mobile-overlay {
    display: none;
  }
  .standard-link {
    color: #696969;
    cursor: pointer;
    text-decoration: underline;
  }
  .standard-link:hover {
    color: #0a0a0a;
  }
  .legal-content-container {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    max-width: 1240px;
  }
  .legal-content-item-basic-description {
    letter-spacing: -0.5px;
    width: 273px;
    font-size: 20px;
    line-height: 24px;
  }
  .legal-content-item-legal-description {
    letter-spacing: -0.192px;
  }
  .legal-content-item-block {
    padding-top: 48px;
  }
  .legal-content-item-block.first-legal-block {
    padding-top: 0;
  }
  .legal-content-item-legal-container {
    width: 763px;
    max-width: 760px;
  }
  .legal-content-item-legal-container.inner-container {
    width: 763px;
  }
  .open-contact-form-span {
    cursor: pointer;
    text-decoration: underline;
  }
  .legal-content-item-legal-subheader {
    color: #0a0a0a;
    letter-spacing: -0.1px;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
  }
  .legal-content-main-container {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    max-width: 1240px;
  }
  .legal-content-wrapper {
    justify-content: center;
  }
  .legal-content-header {
    color: #0a0a0a;
    letter-spacing: 0.8px;
    font-size: 40px;
    line-height: 52px;
    display: flex;
  }
  .legal-content-item-basic-container {
    width: 273px;
  }
  .legal-content-item-legal-container-extended {
    grid-row-gap: 48px;
    width: auto;
    max-width: 763px;
  }
  .legal-content-item-legal-header {
    letter-spacing: -0.72px;
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
  }
}

@media screen and (max-width: 991px) {
  .navbar-content {
    height: 64px;
    padding-left: 0;
    padding-right: 0;
    display: none;
  }
  .navbar-content.navbar-content-test {
    top: 100px;
  }
  .navbar-links,
  .navbar-button-container {
    display: none;
  }
  .section-hero {
    height: auto;
    padding-top: 96px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .hero-text-container {
    max-width: none;
  }
  .standard-p {
    text-align: left;
    justify-content: flex-start;
    width: auto;
    display: block;
  }
  .section-information,
  .section-team {
    padding-left: 20px;
    padding-right: 20px;
  }
  .team-list {
    grid-row-gap: 64px;
    flex-flow: column;
  }
  .team-image {
    width: 350px;
    height: 350px;
  }
  .section-image-image-desktop {
    box-sizing: border-box;
    aspect-ratio: 2;
    object-fit: cover;
    max-width: 100%;
    height: auto;
    overflow: clip;
  }
  .section-titleparagraph,
  .section-portfolio {
    padding-left: 20px;
    padding-right: 20px;
  }
  .collection-list {
    grid-template-columns: 1fr 1fr;
  }
  .portfolio-collection-item {
    width: 100%;
    height: auto;
    min-height: 298px;
  }
  .hero-image {
    max-width: 100%;
  }
  .hero-section-container {
    flex-flow: column;
  }
  .max-width-container.section-image-image-container {
    max-width: 100%;
    max-height: none;
  }
  .information-content-container {
    grid-row-gap: 80px;
    flex-flow: column;
  }
  .navbar-content-content-container {
    position: sticky;
  }
  .nsv-logo-container {
    width: auto;
    padding-left: 0;
  }
  .mobile-nav-menu {
    z-index: 9999;
    background-color: #fff;
    flex-flow: column;
    justify-content: space-between;
    width: 100%;
    height: 100vh;
    padding: 0 20px 80px;
    display: flex;
    position: fixed;
    overflow-y: scroll;
  }
  .mobile-nav-menu-links-container {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    height: auto;
    display: flex;
  }
  .mobile-menu-button-container {
    flex-flow: column;
    order: 1;
    align-self: auto;
    width: 100%;
    display: flex;
  }
  .mobile-nav-menu-container {
    flex-flow: column;
    justify-content: space-between;
    height: 100%;
    display: flex;
  }
  .subscribe-email-updates-container {
    margin-right: 40px;
  }
  .standard-text-field:focus {
    border-width: 2.5px;
  }
  .contact-us-form-container,
  .contact-us-form-overlay {
    display: none;
  }
  .fixed-label-input-label {
    text-align: left;
  }
  .fixed-label-input-container {
    align-items: flex-start;
  }
  .fixed-label-input-container.other-sector-mobile,
  .fixed-label-input-container.other-region-mobile {
    display: none;
  }
  .tabs-forms-mobile-container {
    padding-top: 16px;
    padding-bottom: 0;
    display: flex;
    overflow-y: scroll;
  }
  .navbar {
    z-index: 999;
    position: fixed;
  }
  .menu-button {
    background-color: #c8c8c8;
  }
  .menu-button.w--open {
    background-color: #0000;
  }
  .menu-button-2,
  .menu-button-2.w--open {
    display: none;
  }
  .menu-button-close.w--open {
    background-color: #0000;
  }
  .navbar-content-mobile {
    box-shadow: none;
    flex-flow: column;
    align-items: stretch;
    height: 80px;
    padding: 0;
    display: flex;
  }
  .navbar-content-mobile.navbar-content-test {
    top: 100px;
  }
  .navbar-content-container-mobile {
    justify-content: space-between;
    align-items: center;
    height: 64px;
    padding: 8px 20px;
    display: flex;
  }
  .navbar-content-container-mobile.dropdown-menu {
    padding-left: 0;
    padding-right: 0;
  }
  .navbar-content-container-mobile.dropdown-menu.manage-tabs {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .navbar-button-container-mobile {
    width: auto;
    display: flex;
  }
  .navbar-dropdown-mobile {
    z-index: 9999;
    background-color: #fff;
    flex-flow: column;
    justify-content: space-between;
    height: 100vh;
    padding-bottom: 80px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    position: fixed;
    inset: 0 0 0;
  }
  .navbar-menu-mobile-content-container {
    flex-flow: column;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }
  .toggle-other-field-visibility-and-form-submission {
    display: none;
  }
  .form-3 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    display: flex;
  }
  .contact-us-form-overlay-updated,
  .contact-us-form-container-updated {
    display: none;
  }
  .mobile-nav-link.w--current {
    display: flex;
  }
  .section {
    flex-flow: column;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }
  .hamburger-image {
    min-width: auto;
    max-width: none;
    min-height: auto;
    max-height: none;
    margin: auto;
    display: block;
  }
  .nav-menu-buttons-container {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: row;
    display: flex;
  }
  .close-main-mobile-menu-image {
    width: 16px;
    min-width: auto;
    max-width: none;
    height: 16px;
    min-height: auto;
    max-height: none;
    margin: auto;
    display: none;
  }
  .menu-button-main {
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    margin-left: 0;
    padding: 12px;
    transition: background-color 0.2s;
    display: flex;
  }
  .menu-button-main:hover {
    background-color: #f5f5ef;
    border-radius: 10px;
  }
  .menu-button-main.w--open {
    background-color: #f5f5ef;
    border-radius: 10px;
    padding-left: 12px;
    display: none;
  }
  .navbar-2 {
    z-index: 99;
    padding-left: 0;
    padding-right: 0;
  }
  .navbar-links-container-wrapper {
    flex-flow: column;
    justify-content: center;
    width: 100%;
    height: 100%;
    display: flex;
  }
  .text-block-2 {
    white-space: nowrap;
    font-size: 14px;
  }
  .div-logo {
    z-index: 2;
    position: static;
    inset: 0% auto auto 20%;
  }
  .desktop-nav-link.w--current,
  .desktop-nav-link.apply {
    display: none;
  }
  .button-primary {
    width: 100%;
    height: 40px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 16px;
    padding-right: 16px;
    display: none;
  }
  .button-primary.dropdown-button-primary {
    display: flex;
  }
  .mobile-nav-link-apply.w--current {
    display: none;
  }
  .mobile-nav-link-apply.apply {
    display: flex;
  }
  .dropdown-nav-buttons {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column-reverse;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }
  .nav-bar {
    height: 80px;
  }
  .nav-bar-dropdown-link {
    justify-content: flex-start;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 16px;
    padding-right: 24px;
  }
  .nav-bar-dropdown-link.w--current {
    justify-content: flex-start;
    align-items: center;
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .nav-bar-dropdown-link.privacy-policy {
    color: #878787;
    height: auto;
    padding: 0;
    display: flex;
  }
  .nav-bar-dropdown-link.privacy-policy:hover {
    color: #515258;
    background-color: #0000;
  }
  .nav-bar-dropdown-link.terms-of-service {
    color: #878787;
    height: auto;
    padding: 0;
    display: flex;
  }
  .nav-bar-dropdown-link.terms-of-service:hover {
    color: #515258;
    background-color: #0000;
  }
  .button-quaternary {
    width: 100%;
    height: 40px;
    padding-left: 16px;
    padding-right: 16px;
    display: none;
  }
  .button-quaternary.dropdown-button-secondary {
    display: flex;
  }
  .nav-bar-buttons {
    justify-content: flex-end;
    align-items: center;
  }
  .mobile-nav-dropdown {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    background-color: #fff;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    height: 100vh;
    margin-bottom: 0;
    padding: 0 20px 80px;
    display: flex;
    inset: 80px auto auto 0%;
  }
  .navbar-links-container {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }
  .div-block-8 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    height: 100%;
    padding-bottom: 80px;
    display: flex;
  }
  .nav-bar-link-dropdown {
    justify-content: flex-start;
    display: none;
  }
  .text-block {
    font-size: 14px;
  }
  .notification-bar-2 {
    z-index: 99;
  }
  .mobile-form-fields-container {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    height: 100%;
    padding: 0;
    display: flex;
  }
  .mobile-form-container {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    height: 100%;
    padding: 40px 0 0;
    display: flex;
  }
  .fixed-label-input-label-2 {
    text-align: left;
  }
  .apply-mobile-overlay {
    z-index: 999;
    background-color: #fff;
    flex-flow: column;
    width: 100vw;
    height: 100vh;
    padding-bottom: 80px;
    padding-left: 20px;
    padding-right: 20px;
    display: none;
    position: fixed;
    inset: 0%;
  }
  .mobile-form-header {
    letter-spacing: -0.72px;
    font-size: 24px;
    line-height: 30px;
  }
  .mobile-contact-form-container {
    margin-top: 0;
  }
  .mobile-contact-form-topbar {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 80px;
    padding: 8px 0;
    display: flex;
  }
  .standard-select-component-2 {
    padding-top: 14px;
    padding-bottom: 14px;
  }
  .standard-select-component-2:focus {
    border-width: 2px;
    height: 52px;
    padding-top: 12px;
    padding-bottom: 12px;
    box-shadow: 0 1px 2px #0003;
  }
  .contact-us-submit-button-2 {
    background-color: #307eff;
  }
  .contact-us-submit-button-2:hover {
    background-color: #2027c3;
  }
  .contact-us-submit-button-2:active {
    color: #3f51f4;
    background-color: #d4dfff;
  }
  .legal-content-container {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    max-width: 100%;
  }
  .legal-content-item-basic-description {
    margin-top: 0;
  }
  .legal-content-item-block {
    grid-column-gap: 0px;
    grid-row-gap: 24px;
    flex-flow: column;
    margin-bottom: 0;
  }
  .legal-content-item-block.first-legal-block {
    grid-row-gap: 24px;
    margin-top: 0;
    margin-bottom: 0;
  }
  .legal-content-item-legal-container {
    width: 100%;
    max-width: none;
  }
  .legal-content-main-container {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    max-width: 100%;
  }
  .legal-content-wrapper {
    max-width: none;
    padding: 40px 20px 120px;
  }
  .legal-content-header {
    margin-bottom: 40px;
    display: block;
  }
  .legal-content-item-basic-container {
    width: 100%;
  }
  .legal-content-item-legal-container-extended {
    width: 100%;
    max-width: none;
  }
}
@media screen and (max-width: 767px) {
  .subscribe-email-updates-container {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    left: auto;
  }
  .section {
    padding-left: 20px;
    padding-right: 20px;
  }
  .menu-button-main {
    border-radius: 10px;
  }
  .menu-button-main:hover {
    background-color: #f5f5ef;
    padding-top: 12px;
  }
  .navbar-links-container-wrapper {
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
  }
  .button-primary {
    display: none;
  }
  .dropdown-nav-buttons {
    order: 1;
    padding-left: 20px;
    padding-right: 20px;
  }
  .nav-bar-dropdown-link {
    padding-left: 16px;
  }
  .button-quaternary {
    display: none;
  }
  .mobile-nav-dropdown {
    padding-top: 0;
    padding-left: 4px;
    padding-right: 4px;
  }
  .navbar-links-container {
    flex: 0 auto;
    order: 0;
    align-self: center;
    padding-left: 20px;
    padding-right: 20px;
  }
  .apply-mobile-overlay {
    display: none;
  }
  .legal-content-wrapper {
    padding-left: 24px;
  }
  .legal-content-header {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 479px) {
  .button.contact-us-mobile-button {
    margin-bottom: 80px;
  }
  .section-hero {
    height: auto;
    padding-top: 120px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .hero-text-container {
    grid-row-gap: 16px;
  }
  .standard-p.tertiary-text-color {
    color: #696969;
    font-weight: 400;
  }
  .standard-p.secondary-text-color {
    color: #515258;
  }
  .hero-header {
    letter-spacing: 0.8px;
    font-size: 40px;
    font-weight: 400;
    line-height: 52px;
  }
  .hero-header.text-color-interactive {
    font-size: 40px;
  }
  .section-information {
    grid-row-gap: 80px;
    background-color: #fff;
    flex-flow: column;
    padding-left: 20px;
    padding-right: 20px;
  }
  .full-name-header {
    font-weight: 300;
  }
  .section-team {
    padding-left: 20px;
    padding-right: 20px;
  }
  .team-list {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    flex-flow: column;
  }
  .team-item {
    align-items: flex-start;
  }
  .team-image {
    width: 100%;
    min-width: 262px;
    max-width: 350px;
    height: auto;
    min-height: 0;
    max-height: 350px;
  }
  .team-item-text-container {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }
  .description {
    padding-top: 0;
  }
  .section-image {
    background-color: #0000;
    border-top-width: 0;
    justify-content: flex-start;
    align-items: center;
    max-width: 100%;
    margin-top: 0;
  }
  .section-image-image-desktop {
    box-sizing: border-box;
    aspect-ratio: auto;
    vertical-align: bottom;
    object-fit: contain;
    width: auto;
    max-width: 100%;
    height: auto;
    display: none;
  }
  .section-titleparagraph,
  .section-portfolio {
    padding-left: 20px;
    padding-right: 20px;
  }
  .collection-list {
    grid-template-columns: 1fr;
  }
  .portfolio-collection-item {
    width: 100%;
    height: auto;
    min-height: 350px;
  }
  .hero-section-container {
    flex-flow: column;
  }
  .information-item-header {
    letter-spacing: 0.48px;
    font-family: "Merriweather", serif;
    font-size: 24px;
    font-weight: 300;
    line-height: 34px;
  }
  .max-width-container {
    justify-content: center;
    width: 100%;
    display: flex;
  }
  .max-width-container.section-image-image-container {
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }
  .navbar-content-content-container {
    height: 64px;
  }
  .mobile-nav-menu-links-container {
    padding-left: 20px;
  }
  .mobile-menu-button-container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .subscribe-email-updates-container {
    width: 350px;
    height: 234px;
    padding-bottom: 24px;
    padding-left: 24px;
    padding-right: 24px;
    left: 20px;
    right: auto;
  }
  .subscribe-to-updates-form {
    flex-flow: column;
    align-items: flex-start;
  }
  .contact-us-form-container {
    display: none;
  }
  .tabs {
    margin-bottom: 80px;
  }
  .tabs-forms-mobile-container {
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
  .navbar {
    display: block;
  }
  .navbar-content-mobile {
    box-shadow: none;
  }
  .navbar-content-container-mobile.dropdown-menu.manage-tabs,
  .navbar-content-container-mobile.dropdown-menu.main-dropdown-menu {
    padding-left: 20px;
    padding-right: 20px;
  }
  .navbar-button-container-mobile {
    width: 20px;
    height: 20px;
  }
  .navbar-dropdown-mobile {
    z-index: 999999;
    width: 100%;
    height: 100vh;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .navbar-button-mobile {
    object-fit: none;
    width: 20px;
    height: 20px;
  }
  .section-image-image-mobile {
    aspect-ratio: auto;
    vertical-align: baseline;
    object-fit: cover;
    box-sizing: content-box;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: none;
    margin-top: 0;
    display: inline-flex;
    box-shadow: 0 0 72px #0000000a;
  }
  .section-image-image-mobile.test {
    display: none;
  }
  .helper-text-icon {
    min-width: 12px;
    min-height: 12px;
  }
  .contact-us-form-container-updated,
  .button-primary,
  .apply-mobile-overlay {
    display: none;
  }
}
@font-face {
  font-family: "Basier Circle Regular";
  src: url("../fonts/BasierCircle-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Basier Circle Regular";
  src: url("../fonts/BasierCircle-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Basier Circle Regular";
  src: url("../fonts/BasierCircle-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
/* @font-face {
  font-family: "Tiempos Headline";
  src: url("https://cdn.prod.website-files.com/66503dc916e583a7c66df9f4/665056b29357c7da30bc6513_tiempos-headline-medium.woff2")
    format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
} */

.mobile-logo-close-container {
  display: none;
}
