
html {
  font-family: sans-serif;
 
  -ms-text-size-adjust: 100%;

  -webkit-text-size-adjust: 100%;

}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. CUSTOM FOR WEBFLOW: Removed the input[type="submit"] selector to reduce
 *    specificity and defer to the .w-button selector
 */
button,
html input[type="button"],
input[type="reset"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type='checkbox'],
input[type='radio'] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. CUSTOM FOR WEBFLOW: changed from `textfield` to `none` to normalize iOS rounded input
 * 2. CUSTOM FOR WEBFLOW: box-sizing: content-box rule removed
 *    (similar to normalize.css >=4.0.0)
 */
input[type='search'] {
  -webkit-appearance: none;
  /* 1 */
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}

/* ================================================================================================
   FILE 2: navigation.css (216 lines)
   ================================================================================================ */
/* Custom Navigation Styles */
/* Replaces Webflow navigation styles */

/* Navigation transitions */
.navbar {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Scrolled state */
.navbar-scrolled {
    background-color: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

/* Hidden state (optional) */
.navbar-hidden {
    transform: translateY(-100%);
}

/* Mobile menu styles */
@media screen and (max-width: 991px) {
    .nav-menu {
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        background-color: white;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        opacity: 0;
        visibility: hidden;
        transform: translateY(-20px);
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        z-index: 999;
    }
    
    .nav-menu-open {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }
    
    .nav-link {
        font-size: 2rem;
        margin: 1rem 0;
        opacity: 0;
        transform: translateY(20px);
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    }
    
    .nav-link-visible {
        opacity: 1;
        transform: translateY(0);
    }
    
    /* Menu button animation */
    .menu-button {
        position: relative;
        z-index: 1000;
        width: 48px;
        height: 48px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: all 0.3s ease;
    }
    
    .menu-open .menu-icon {
        transform: rotate(45deg);
    }
    
    /* Hamburger icon (if not using Lottie) */
    .menu-icon {
        width: 24px;
        height: 2px;
        background-color: #333;
        position: relative;
        transition: all 0.3s ease;
    }
    
    .menu-icon::before,
    .menu-icon::after {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: #333;
        transition: all 0.3s ease;
    }
    
    .menu-icon::before {
        top: -8px;
    }
    
    .menu-icon::after {
        bottom: -8px;
    }
    
    .menu-open .menu-icon {
        background-color: transparent;
    }
    
    .menu-open .menu-icon::before {
        top: 0;
        transform: rotate(90deg);
    }
    
    .menu-open .menu-icon::after {
        bottom: 0;
        transform: rotate(0deg);
        opacity: 0;
    }
}

/* Desktop menu styles */
@media screen and (min-width: 992px) {
    .menu-button {
        display: none;
    }
    
    .nav-menu {
        display: flex;
        align-items: center;
        gap: 2rem;
    }
    
    .nav-link {
        position: relative;
        transition: color 0.3s ease;
    }
    
    .nav-link:hover {
        color: #2018bf;
    }
    
    .nav-link::after {
        content: '';
        position: absolute;
        bottom: -4px;
        left: 0;
        width: 0;
        height: 2px;
        background-color: #2018bf;
        transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    }
    
    .nav-link:hover::after,
    .nav-link.w--current::after {
        width: 100%;
    }
}

/* Override Webflow nav classes */
.w-nav {
    position: relative;
    background: transparent;
    z-index: 1000;
}

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

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

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

.w-nav-overlay {
    display: none;
}

/* Fix for nav button */
.w-nav-button {
    position: relative;
    float: right;
    padding: 18px;
    font-size: 24px;
    display: none;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

@media screen and (max-width: 991px) {
    .w-nav-menu {
        display: none;
    }
    
    .w-nav-button {
        display: block;
    }
}

/* ================================================================================================
   FILE 3: forms.css (279 lines)
   ================================================================================================ */
/* Custom Form Styles */
/* Replaces Webflow form styles and adds enhancements */

/* Form states */
.w-form {
    position: relative;
}

.form-loading {
    opacity: 0.7;
    pointer-events: none;
}

.form-success .w-form-done {
    display: block !important;
}

.form-error .w-form-fail {
    display: block !important;
}

/* Field states */
.field-focused {
    border-color: #2018bf !important;
    box-shadow: 0 0 0 2px rgba(32, 24, 191, 0.2) !important;
}

.field-filled {
    background-color: rgba(32, 24, 191, 0.05);
}

.field-error {
    border-color: #e74c3c !important;
    box-shadow: 0 0 0 2px rgba(231, 76, 60, 0.2) !important;
}

/* Error messages */
.field-error-message {
    color: #e74c3c;
    font-size: 0.875rem;
    margin-top: 0.25rem;
    animation: slideDown 0.3s ease;
}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Enhanced input styles */
.w-input,
.w-select,
.w-textarea {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border: 2px solid #e1e1e1;
    border-radius: 8px;
    padding: 12px 16px;
    font-family: inherit;
    font-size: 1rem;
    background-color: white;
    width: 100%;
    box-sizing: border-box;
}

.w-input:focus,
.w-select:focus,
.w-textarea:focus {
    outline: none;
    border-color: #2018bf;
    box-shadow: 0 0 0 3px rgba(32, 24, 191, 0.1);
}

.w-input::placeholder,
.w-textarea::placeholder {
    color: #999;
    transition: color 0.3s ease;
}

.w-input:focus::placeholder,
.w-textarea:focus::placeholder {
    color: #ccc;
}

/* Enhanced button styles */
.w-button {
    background: linear-gradient(135deg, #2018bf 0%, #4a3fff 100%);
    border: none;
    border-radius: 8px;
    color: white;
    cursor: pointer;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 600;
    padding: 12px 24px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.w-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(32, 24, 191, 0.3);
}

.w-button:active {
    transform: translateY(0);
}

.w-button:disabled {
    opacity: 0.6;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

/* Loading animation for buttons */
.w-button.loading::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    margin: -10px 0 0 -10px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-top-color: white;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

/* Form success/error messages */
.w-form-done,
.w-form-fail {
    display: none;
    padding: 16px;
    border-radius: 8px;
    margin-top: 16px;
    animation: fadeInUp 0.5s ease;
}

.w-form-done {
    background-color: #d4edda;
    border: 1px solid #c3e6cb;
    color: #155724;
}

.w-form-fail {
    background-color: #f8d7da;
    border: 1px solid #f5c6cb;
    color: #721c24;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Newsletter form specific styles */
.subscribe-field {
    border-radius: 25px;
    padding: 12px 20px;
}

.subscribe-button {
    border-radius: 25px;
    min-width: 120px;
}

/* Contact form layout improvements */
.contact-form .w-row {
    display: flex;
    gap: 1rem;
    margin-bottom: 1rem;
}

.contact-form .w-col {
    flex: 1;
}

/* Checkbox and radio improvements */
.w-checkbox,
.w-radio {
    position: relative;
    margin-bottom: 1rem;
}

.w-checkbox-input,
.w-radio-input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.w-checkbox-input + .w-form-label::before,
.w-radio-input + .w-form-label::before {
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    width: 18px;
    height: 18px;
    border: 2px solid #ddd;
    background: white;
    transition: all 0.3s ease;
}

.w-checkbox-input + .w-form-label::before {
    border-radius: 4px;
}

.w-radio-input + .w-form-label::before {
    border-radius: 50%;
}

.w-checkbox-input:checked + .w-form-label::before,
.w-radio-input:checked + .w-form-label::before {
    background: #2018bf;
    border-color: #2018bf;
}

.w-checkbox-input:checked + .w-form-label::after {
    content: '✓';
    position: absolute;
    left: 4px;
    top: 2px;
    color: white;
    font-size: 12px;
    font-weight: bold;
}

.w-radio-input:checked + .w-form-label::after {
    content: '';
    position: absolute;
    left: 6px;
    top: 8px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: white;
}

.w-form-label {
    display: block;
    margin-bottom: 0.5rem;
    padding-left: 28px;
    cursor: pointer;
    position: relative;
}

/* Responsive form improvements */
@media screen and (max-width: 768px) {
    .contact-form .w-row {
        flex-direction: column;
        gap: 0;
    }
    
    .w-input,
    .w-select,
    .w-textarea {
        font-size: 16px; /* Prevents zoom on iOS */
    }
}

/* ================================================================================================
   FILE 3: forms.css (279 lines)
   ================================================================================================ */
/* Custom Form Styles */
/* Replaces Webflow form styles and adds enhancements */

/* Form states */
.w-form {
    position: relative;
}

.form-loading {
    opacity: 0.7;
    pointer-events: none;
}

.form-success .w-form-done {
    display: block !important;
}

.form-error .w-form-fail {
    display: block !important;
}

/* Field states */
.field-focused {
    border-color: #2018bf !important;
    box-shadow: 0 0 0 2px rgba(32, 24, 191, 0.2) !important;
}

.field-filled {
    background-color: rgba(32, 24, 191, 0.05);
}

.field-error {
    border-color: #e74c3c !important;
    box-shadow: 0 0 0 2px rgba(231, 76, 60, 0.2) !important;
}

/* Error messages */
.field-error-message {
    color: #e74c3c;
    font-size: 0.875rem;
    margin-top: 0.25rem;
    animation: slideDown 0.3s ease;
}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Enhanced input styles */
.w-input,
.w-select,
.w-textarea {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border: 2px solid #e1e1e1;
    border-radius: 8px;
    padding: 12px 16px;
    font-family: inherit;
    font-size: 1rem;
    background-color: white;
    width: 100%;
    box-sizing: border-box;
}

.w-input:focus,
.w-select:focus,
.w-textarea:focus {
    outline: none;
    border-color: #2018bf;
    box-shadow: 0 0 0 3px rgba(32, 24, 191, 0.1);
}

.w-input::placeholder,
.w-textarea::placeholder {
    color: #999;
    transition: color 0.3s ease;
}

.w-input:focus::placeholder,
.w-textarea:focus::placeholder {
    color: #ccc;
}

/* Enhanced button styles */
.w-button {
    background: linear-gradient(135deg, #2018bf 0%, #4a3fff 100%);
    border: none;
    border-radius: 8px;
    color: white;
    cursor: pointer;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 600;
    padding: 12px 24px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.w-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(32, 24, 191, 0.3);
}

.w-button:active {
    transform: translateY(0);
}

.w-button:disabled {
    opacity: 0.6;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

/* Loading animation for buttons */
.w-button.loading::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    margin: -10px 0 0 -10px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-top-color: white;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

/* Form success/error messages */
.w-form-done,
.w-form-fail {
    display: none;
    padding: 16px;
    border-radius: 8px;
    margin-top: 16px;
    animation: fadeInUp 0.5s ease;
}

.w-form-done {
    background-color: #d4edda;
    border: 1px solid #c3e6cb;
    color: #155724;
}

.w-form-fail {
    background-color: #f8d7da;
    border: 1px solid #f5c6cb;
    color: #721c24;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Newsletter form specific styles */
.subscribe-field {
    border-radius: 25px;
    padding: 12px 20px;
}

.subscribe-button {
    border-radius: 25px;
    min-width: 120px;
}

/* Contact form layout improvements */
.contact-form .w-row {
    display: flex;
    gap: 1rem;
    margin-bottom: 1rem;
}

.contact-form .w-col {
    flex: 1;
}

/* Checkbox and radio improvements */
.w-checkbox,
.w-radio {
    position: relative;
    margin-bottom: 1rem;
}

.w-checkbox-input,
.w-radio-input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.w-checkbox-input + .w-form-label::before,
.w-radio-input + .w-form-label::before {
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    width: 18px;
    height: 18px;
    border: 2px solid #ddd;
    background: white;
    transition: all 0.3s ease;
}

.w-checkbox-input + .w-form-label::before {
    border-radius: 4px;
}

.w-radio-input + .w-form-label::before {
    border-radius: 50%;
}

.w-checkbox-input:checked + .w-form-label::before,
.w-radio-input:checked + .w-form-label::before {
    background: #2018bf;
    border-color: #2018bf;
}

.w-checkbox-input:checked + .w-form-label::after {
    content: '✓';
    position: absolute;
    left: 4px;
    top: 2px;
    color: white;
    font-size: 12px;
    font-weight: bold;
}

.w-radio-input:checked + .w-form-label::after {
    content: '';
    position: absolute;
    left: 6px;
    top: 8px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: white;
}

.w-form-label {
    display: block;
    margin-bottom: 0.5rem;
    padding-left: 28px;
    cursor: pointer;
    position: relative;
}

/* Responsive form improvements */
@media screen and (max-width: 768px) {
    .contact-form .w-row {
        flex-direction: column;
        gap: 0;
    }
    
    .w-input,
    .w-select,
    .w-textarea {
        font-size: 16px; /* Prevents zoom on iOS */
    }
}

/* ================================================================================================
   FILE 4: base-framework.css (465 lines)
   ================================================================================================ */
/**
 * Custom Base CSS Framework
 * Replaces webflow.css with modern, lightweight framework
 */

/* Reset and base styles */
* {
  box-sizing: border-box;
}

html {
  height: 100%;
  font-size: 16px;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  margin: 0;
  min-height: 100%;
  background-color: #fff;
  font-family: var(--font-primary, 'Instrument Sans', system-ui, -apple-system, sans-serif);
  font-size: 1rem;
  line-height: 1.6;
  color: #333;
}

/* Typography */
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 1rem 0;
  font-weight: 600;
  line-height: 1.3;
}

h1 { font-size: 2.5rem; }
h2 { font-size: 2rem; }
h3 { font-size: 1.5rem; }
h4 { font-size: 1.25rem; }
h5 { font-size: 1.125rem; }
h6 { font-size: 1rem; }

p {
  margin: 0 0 1rem 0;
}

a {
  color: #2018bf;
  text-decoration: none;
  transition: color 0.3s ease;
}

/* Media */
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  display: inline-block;
}

/* Layout utilities */
.block {
  display: block;
}

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

.hidden {
  display: none !important;
}

.clearfix::before,
.clearfix::after {
  content: " ";
  display: table;
}

.clearfix::after {
  clear: both;
}

/* Container system */
.container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.container-fluid {
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}

.layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

/* Grid system */
.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.col {
  flex: 1;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.col-1 { flex: 0 0 8.333333%; }
.col-2 { flex: 0 0 16.666667%; }
.col-3 { flex: 0 0 25%; }
.col-4 { flex: 0 0 33.333333%; }
.col-5 { flex: 0 0 41.666667%; }
.col-6 { flex: 0 0 50%; }
.col-7 { flex: 0 0 58.333333%; }
.col-8 { flex: 0 0 66.666667%; }
.col-9 { flex: 0 0 75%; }
.col-10 { flex: 0 0 83.333333%; }
.col-11 { flex: 0 0 91.666667%; }
.col-12 { flex: 0 0 100%; }

/* Button system */
.btn {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  border: 2px solid transparent;
  border-radius: 8px;
  background-color: #2018bf;
  color: white;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  user-select: none;
  vertical-align: middle;
}

.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(32, 24, 191, 0.3);
  text-decoration: none;
  color: white;
}

.btn:active {
  transform: translateY(0);
}

.btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}

.btn-secondary {
  background-color: transparent;
  color: #2018bf;
  border-color: #2018bf;
}

.btn-secondary:hover {
  background-color: #2018bf;
  color: white;
}

.btn-outline {
  background-color: transparent;
  color: #333;
  border-color: #333;
}

.btn-outline:hover {
  background-color: #333;
  color: white;
}

.btn-lg {
  padding: 1rem 2rem;
  font-size: 1.125rem;
}

.btn-sm {
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
}

/* Navigation base styles */
.nav {
  position: relative;
  background: transparent;
  z-index: 1000;
}

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

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

.nav-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  color: #333;
  padding: 1.25rem;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  transition: color 0.3s ease;
}

.nav-link:hover {
  color: #2018bf;
  text-decoration: none;
}

.nav-link.current {
  color: #2018bf;
}

.nav-overlay {
  display: none;
}

.nav-button {
  position: relative;
  float: right;
  padding: 1.125rem;
  font-size: 1.5rem;
  display: none;
  cursor: pointer;
  user-select: none;
}

/* Form elements */
.input,
.select,
.textarea {
  display: block;
  width: 100%;
  padding: 0.75rem;
  font-family: inherit;
  font-size: 1rem;
  line-height: 1.5;
  color: #333;
  background-color: white;
  background-clip: padding-box;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.input:focus,
.select:focus,
.textarea:focus {
  outline: 0;
  border-color: #2018bf;
  box-shadow: 0 0 0 2px rgba(32, 24, 191, 0.25);
}

.textarea {
  resize: vertical;
  min-height: 120px;
}

.select {
  cursor: pointer;
}

/* Checkbox and radio */
.checkbox,
.radio {
  position: relative;
  display: block;
  margin-bottom: 0.75rem;
}

.checkbox-input,
.radio-input {
  position: absolute;
  margin-top: 0.25rem;
  margin-left: -1.25rem;
}

/* Form groups */
.form-group {
  margin-bottom: 1.5rem;
}

.form-label {
  display: inline-block;
  margin-bottom: 0.5rem;
  font-weight: 500;
}

/* Utility classes */
.text-left { text-align: left; }
.text-center { text-align: center; }
.text-right { text-align: right; }

.float-left { float: left; }
.float-right { float: right; }

.d-none { display: none; }
.d-block { display: block; }
.d-inline { display: inline; }
.d-inline-block { display: inline-block; }
.d-flex { display: flex; }

.flex-column { flex-direction: column; }
.flex-row { flex-direction: row; }
.justify-center { justify-content: center; }
.justify-between { justify-content: space-between; }
.align-center { align-items: center; }

.w-100 { width: 100%; }
.h-100 { height: 100%; }

.m-0 { margin: 0; }
.m-1 { margin: 0.25rem; }
.m-2 { margin: 0.5rem; }
.m-3 { margin: 1rem; }
.m-4 { margin: 1.5rem; }
.m-5 { margin: 3rem; }

.mt-0 { margin-top: 0; }
.mt-1 { margin-top: 0.25rem; }
.mt-2 { margin-top: 0.5rem; }
.mt-3 { margin-top: 1rem; }
.mt-4 { margin-top: 1.5rem; }
.mt-5 { margin-top: 3rem; }

.mb-0 { margin-bottom: 0; }
.mb-1 { margin-bottom: 0.25rem; }
.mb-2 { margin-bottom: 0.5rem; }
.mb-3 { margin-bottom: 1rem; }
.mb-4 { margin-bottom: 1.5rem; }
.mb-5 { margin-bottom: 3rem; }

.p-0 { padding: 0; }
.p-1 { padding: 0.25rem; }
.p-2 { padding: 0.5rem; }
.p-3 { padding: 1rem; }
.p-4 { padding: 1.5rem; }
.p-5 { padding: 3rem; }

.pt-0 { padding-top: 0; }
.pt-1 { padding-top: 0.25rem; }
.pt-2 { padding-top: 0.5rem; }
.pt-3 { padding-top: 1rem; }
.pt-4 { padding-top: 1.5rem; }
.pt-5 { padding-top: 3rem; }

.pb-0 { padding-bottom: 0; }
.pb-1 { padding-bottom: 0.25rem; }
.pb-2 { padding-bottom: 0.5rem; }
.pb-3 { padding-bottom: 1rem; }
.pb-4 { padding-bottom: 1.5rem; }
.pb-5 { padding-bottom: 3rem; }

/* Touch device support */
html.touch * {
  background-attachment: scroll !important;
}

/* Animation utilities */
.fade-in {
  opacity: 0;
  animation: fadeIn 0.5s ease forwards;
}

@keyframes fadeIn {
  to { opacity: 1; }
}

.slide-up {
  transform: translateY(20px);
  opacity: 0;
  animation: slideUp 0.5s ease forwards;
}

@keyframes slideUp {
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

/* Responsive utilities */
@media screen and (max-width: 991px) {
  .nav-menu {
    display: none;
  }
  
  .nav-button {
    display: block;
  }
  
  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12 {
    flex: 0 0 100%;
  }
  
  .d-md-none { display: none; }
  .d-md-block { display: block; }
  
  h1 { font-size: 2rem; }
  h2 { font-size: 1.75rem; }
  h3 { font-size: 1.375rem; }
}

@media screen and (max-width: 767px) {
  .container,
  .layout-blockcontainer {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  
  .d-sm-none { display: none; }
  .d-sm-block { display: block; }
  
  h1 { font-size: 1.75rem; }
  h2 { font-size: 1.5rem; }
  h3 { font-size: 1.25rem; }
}

/* ================================================================================================
   FILE 5: webflow-compat.css (487 lines)
   ================================================================================================ */
/**
 * Webflow Compatibility Layer
 * Maps Webflow classes to custom implementations
 */

/* Core Webflow class mappings */
.w-block {
  display: block;
}

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

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

.w-clearfix::before,
.w-clearfix::after {
  content: " ";
  display: table;
}

.w-clearfix::after {
  clear: both;
}

/* Layout containers */
.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

/* Grid system */
.w-row {
  margin-left: -10px;
  margin-right: -10px;
}

.w-row:before,
.w-row:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}

.w-row:after {
  clear: both;
}

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

.w-col-1 { width: 8.33333333%; }
.w-col-2 { width: 16.66666667%; }
.w-col-3 { width: 25%; }
.w-col-4 { width: 33.33333333%; }
.w-col-5 { width: 41.66666667%; }
.w-col-6 { width: 50%; }
.w-col-7 { width: 58.33333333%; }
.w-col-8 { width: 66.66666667%; }
.w-col-9 { width: 75%; }
.w-col-10 { width: 83.33333333%; }
.w-col-11 { width: 91.66666667%; }
.w-col-12 { width: 100%; }

/* Buttons */
.w-button {
  display: inline-block;
  padding: 9px 15px;
  background-color: #3898EC;
  color: white;
  border: 0;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.w-button:hover {
  background-color: #2779bd;
  text-decoration: none;
  color: white;
}

.w-button:active {
  background-color: #1e5f8c;
}

/* Navigation */
.w-nav {
  position: relative;
  background: #dddddd;
  z-index: 1000;
}

.w-nav:before,
.w-nav:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}

.w-nav:after {
  clear: both;
}

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

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

.w-nav-link:hover {
  color: #2018bf;
  text-decoration: none;
}

.w-nav-link.w--current {
  color: #2018bf;
}

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

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

.w-nav-overlay {
  display: none;
}

/* Forms */
.w-form {
  margin: 0 0 15px;
}

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

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

.w-input,
.w-select {
  display: block;
  width: 100%;
  height: 38px;
  padding: 8px 12px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: white;
  border: 1px solid #cccccc;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.w-input:focus,
.w-select:focus {
  border-color: #3898EC;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(56, 152, 236, 0.25);
}

.w-input::placeholder {
  color: #999;
}

.w-select {
  cursor: pointer;
}

.w-textarea {
  display: block;
  width: 100%;
  padding: 8px 12px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: white;
  border: 1px solid #cccccc;
  border-radius: 0;
  resize: vertical;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.w-textarea:focus {
  border-color: #3898EC;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(56, 152, 236, 0.25);
}

/* Checkboxes and Radio buttons */
.w-checkbox,
.w-radio {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before,
.w-radio:before {
  content: " ";
  display: table;
}

.w-checkbox:after,
.w-radio:after {
  content: " ";
  clear: both;
  display: table;
}

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

/* Images */
.w-image {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}

/* Rich text */
.w-richtext {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

.w-richtext > * {
  max-width: 100%;
}

.w-richtext h1,
.w-richtext h2,
.w-richtext h3,
.w-richtext h4,
.w-richtext h5,
.w-richtext h6 {
  font-weight: 700;
  margin-bottom: 10px;
  margin-top: 20px;
}

.w-richtext p {
  margin-bottom: 10px;
}

.w-richtext ul,
.w-richtext ol {
  margin-bottom: 10px;
  padding-left: 40px;
}

.w-richtext li {
  margin-bottom: 5px;
}

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

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

/* Embed */
.w-embed {
  position: relative;
}

.w-embed:before,
.w-embed:after {
  content: " ";
  display: table;
}

.w-embed:after {
  clear: both;
}

/* Code */
.w-code-block {
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 3px;
  padding: 10px;
  font-family: monospace;
  overflow: auto;
}

/* Responsive visibility */
@media screen and (max-width: 991px) {
  .w-nav-button {
    display: block;
  }
  
  .w-nav-menu {
    display: none;
  }
  
  .w-col-medium-1 { width: 8.33333333%; }
  .w-col-medium-2 { width: 16.66666667%; }
  .w-col-medium-3 { width: 25%; }
  .w-col-medium-4 { width: 33.33333333%; }
  .w-col-medium-5 { width: 41.66666667%; }
  .w-col-medium-6 { width: 50%; }
  .w-col-medium-7 { width: 58.33333333%; }
  .w-col-medium-8 { width: 66.66666667%; }
  .w-col-medium-9 { width: 75%; }
  .w-col-medium-10 { width: 83.33333333%; }
  .w-col-medium-11 { width: 91.66666667%; }
  .w-col-medium-12 { width: 100%; }
}

@media screen and (max-width: 767px) {
  .w-col-small-1 { width: 8.33333333%; }
  .w-col-small-2 { width: 16.66666667%; }
  .w-col-small-3 { width: 25%; }
  .w-col-small-4 { width: 33.33333333%; }
  .w-col-small-5 { width: 41.66666667%; }
  .w-col-small-6 { width: 50%; }
  .w-col-small-7 { width: 58.33333333%; }
  .w-col-small-8 { width: 66.66666667%; }
  .w-col-small-9 { width: 75%; }
  .w-col-small-10 { width: 83.33333333%; }
  .w-col-small-11 { width: 91.66666667%; }
  .w-col-small-12 { width: 100%; }
  
  .w-col {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .w-col-tiny-1 { width: 8.33333333%; }
  .w-col-tiny-2 { width: 16.66666667%; }
  .w-col-tiny-3 { width: 25%; }
  .w-col-tiny-4 { width: 33.33333333%; }
  .w-col-tiny-5 { width: 41.66666667%; }
  .w-col-tiny-6 { width: 50%; }
  .w-col-tiny-7 { width: 58.33333333%; }
  .w-col-tiny-8 { width: 66.66666667%; }
  .w-col-tiny-9 { width: 75%; }
  .w-col-tiny-10 { width: 83.33333333%; }
  .w-col-tiny-11 { width: 91.66666667%; }
  .w-col-tiny-12 { width: 100%; }
}

/* Touch device modifications */
html.w-mod-touch * {
  background-attachment: scroll !important;
}

/* Webflow states */
.w--current {
  color: #2018bf;
}

.w--open {
  display: block;
}

/* Special Webflow elements that need to be maintained */
.w-dyn-list {
  position: relative;
}

.w-dyn-item {
  position: relative;
  display: block;
}

.w-dyn-bind-empty {
  display: none !important;
}

/* Password page styles */
.w-password-page {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
  background-color: white;
}

/* Slider (if any exist) */
.w-slider {
  position: relative;
  height: 300px;
  background: #dddddd;
  overflow: hidden;
}

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

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

/* ================================================================================================
   FILE 6: lg-capital-partners-7a792b.webflow.css (4,831 lines)
   ================================================================================================ *//**
 * Custom Base CSS Framework
 * Replaces webflow.css with modern, lightweight framework
 */

/* Reset and base styles */
* {
  box-sizing: border-box;
}

html {
  height: 100%;
  font-size: 16px;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  margin: 0;
  min-height: 100%;
  background-color: #fff;
  font-family: var(--font-primary, 'Instrument Sans', system-ui, -apple-system, sans-serif);
  font-size: 1rem;
  line-height: 1.6;
  color: #333;
}

/* Typography */
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 1rem 0;
  font-weight: 600;
  line-height: 1.3;
}

h1 { font-size: 2.5rem; }
h2 { font-size: 2rem; }
h3 { font-size: 1.5rem; }
h4 { font-size: 1.25rem; }
h5 { font-size: 1.125rem; }
h6 { font-size: 1rem; }

p {
  margin: 0 0 1rem 0;
}

a {
  color: #2018bf;
  text-decoration: none;
  transition: color 0.3s ease;
}

/* Media */
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  display: inline-block;
}

/* Layout utilities */
.block {
  display: block;
}

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

.hidden {
  display: none !important;
}

.clearfix::before,
.clearfix::after {
  content: " ";
  display: table;
}

.clearfix::after {
  clear: both;
}

/* Container system */
.container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.container-fluid {
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}

.layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

/* Grid system */
.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.col {
  flex: 1;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.col-1 { flex: 0 0 8.333333%; }
.col-2 { flex: 0 0 16.666667%; }
.col-3 { flex: 0 0 25%; }
.col-4 { flex: 0 0 33.333333%; }
.col-5 { flex: 0 0 41.666667%; }
.col-6 { flex: 0 0 50%; }
.col-7 { flex: 0 0 58.333333%; }
.col-8 { flex: 0 0 66.666667%; }
.col-9 { flex: 0 0 75%; }
.col-10 { flex: 0 0 83.333333%; }
.col-11 { flex: 0 0 91.666667%; }
.col-12 { flex: 0 0 100%; }

/* Button system */
.btn {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  border: 2px solid transparent;
  border-radius: 8px;
  background-color: #2018bf;
  color: white;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  user-select: none;
  vertical-align: middle;
}

.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(32, 24, 191, 0.3);
  text-decoration: none;
  color: white;
}

.btn:active {
  transform: translateY(0);
}

.btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}

.btn-secondary {
  background-color: transparent;
  color: #2018bf;
  border-color: #2018bf;
}

.btn-secondary:hover {
  background-color: #2018bf;
  color: white;
}

.btn-outline {
  background-color: transparent;
  color: #333;
  border-color: #333;
}

.btn-outline:hover {
  background-color: #333;
  color: white;
}

.btn-lg {
  padding: 1rem 2rem;
  font-size: 1.125rem;
}

.btn-sm {
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
}

/* Navigation base styles */
.nav {
  position: relative;
  background: transparent;
  z-index: 1000;
}

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

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

.nav-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  color: #333;
  padding: 1.25rem;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  transition: color 0.3s ease;
}

.nav-link:hover {
  color: #2018bf;
  text-decoration: none;
}

.nav-link.current {
  color: #2018bf;
}

.nav-overlay {
  display: none;
}

.nav-button {
  position: relative;
  float: right;
  padding: 1.125rem;
  font-size: 1.5rem;
  display: none;
  cursor: pointer;
  user-select: none;
}

/* Form elements */
.input,
.select,
.textarea {
  display: block;
  width: 100%;
  padding: 0.75rem;
  font-family: inherit;
  font-size: 1rem;
  line-height: 1.5;
  color: #333;
  background-color: white;
  background-clip: padding-box;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.input:focus,
.select:focus,
.textarea:focus {
  outline: 0;
  border-color: #2018bf;
  box-shadow: 0 0 0 2px rgba(32, 24, 191, 0.25);
}

.textarea {
  resize: vertical;
  min-height: 120px;
}

.select {
  cursor: pointer;
}

/* Checkbox and radio */
.checkbox,
.radio {
  position: relative;
  display: block;
  margin-bottom: 0.75rem;
}

.checkbox-input,
.radio-input {
  position: absolute;
  margin-top: 0.25rem;
  margin-left: -1.25rem;
}

/* Form groups */
.form-group {
  margin-bottom: 1.5rem;
}

.form-label {
  display: inline-block;
  margin-bottom: 0.5rem;
  font-weight: 500;
}

/* Utility classes */
.text-left { text-align: left; }
.text-center { text-align: center; }
.text-right { text-align: right; }

.float-left { float: left; }
.float-right { float: right; }

.d-none { display: none; }
.d-block { display: block; }
.d-inline { display: inline; }
.d-inline-block { display: inline-block; }
.d-flex { display: flex; }

.flex-column { flex-direction: column; }
.flex-row { flex-direction: row; }
.justify-center { justify-content: center; }
.justify-between { justify-content: space-between; }
.align-center { align-items: center; }

.w-100 { width: 100%; }
.h-100 { height: 100%; }

.m-0 { margin: 0; }
.m-1 { margin: 0.25rem; }
.m-2 { margin: 0.5rem; }
.m-3 { margin: 1rem; }
.m-4 { margin: 1.5rem; }
.m-5 { margin: 3rem; }

.mt-0 { margin-top: 0; }
.mt-1 { margin-top: 0.25rem; }
.mt-2 { margin-top: 0.5rem; }
.mt-3 { margin-top: 1rem; }
.mt-4 { margin-top: 1.5rem; }
.mt-5 { margin-top: 3rem; }

.mb-0 { margin-bottom: 0; }
.mb-1 { margin-bottom: 0.25rem; }
.mb-2 { margin-bottom: 0.5rem; }
.mb-3 { margin-bottom: 1rem; }
.mb-4 { margin-bottom: 1.5rem; }
.mb-5 { margin-bottom: 3rem; }

.p-0 { padding: 0; }
.p-1 { padding: 0.25rem; }
.p-2 { padding: 0.5rem; }
.p-3 { padding: 1rem; }
.p-4 { padding: 1.5rem; }
.p-5 { padding: 3rem; }

.pt-0 { padding-top: 0; }
.pt-1 { padding-top: 0.25rem; }
.pt-2 { padding-top: 0.5rem; }
.pt-3 { padding-top: 1rem; }
.pt-4 { padding-top: 1.5rem; }
.pt-5 { padding-top: 3rem; }

.pb-0 { padding-bottom: 0; }
.pb-1 { padding-bottom: 0.25rem; }
.pb-2 { padding-bottom: 0.5rem; }
.pb-3 { padding-bottom: 1rem; }
.pb-4 { padding-bottom: 1.5rem; }
.pb-5 { padding-bottom: 3rem; }

/* Touch device support */
html.touch * {
  background-attachment: scroll !important;
}

/* Animation utilities */
.fade-in {
  opacity: 0;
  animation: fadeIn 0.5s ease forwards;
}

@keyframes fadeIn {
  to { opacity: 1; }
}

.slide-up {
  transform: translateY(20px);
  opacity: 0;
  animation: slideUp 0.5s ease forwards;
}

@keyframes slideUp {
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

/* Responsive utilities */
@media screen and (max-width: 991px) {
  .nav-menu {
    display: none;
  }
  
  .nav-button {
    display: block;
  }
  
  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12 {
    flex: 0 0 100%;
  }
  
  .d-md-none { display: none; }
  .d-md-block { display: block; }
  
  h1 { font-size: 2rem; }
  h2 { font-size: 1.75rem; }
  h3 { font-size: 1.375rem; }
}

@media screen and (max-width: 767px) {
  .container,
  .layout-blockcontainer {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  
  .d-sm-none { display: none; }
  .d-sm-block { display: block; }
  
  h1 { font-size: 1.75rem; }
  h2 { font-size: 1.5rem; }
  h3 { font-size: 1.25rem; }
}

/* ================================================================================================
   FILE 5: webflow-compat.css (487 lines)
   ================================================================================================ */
/**
 * Webflow Compatibility Layer
 * Maps Webflow classes to custom implementations
 */

/* Core Webflow class mappings */
.w-block {
  display: block;
}

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

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

.w-clearfix::before,
.w-clearfix::after {
  content: " ";
  display: table;
}

.w-clearfix::after {
  clear: both;
}

/* Layout containers */
.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

/* Grid system */
.w-row {
  margin-left: -10px;
  margin-right: -10px;
}

.w-row:before,
.w-row:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}

.w-row:after {
  clear: both;
}

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

.w-col-1 { width: 8.33333333%; }
.w-col-2 { width: 16.66666667%; }
.w-col-3 { width: 25%; }
.w-col-4 { width: 33.33333333%; }
.w-col-5 { width: 41.66666667%; }
.w-col-6 { width: 50%; }
.w-col-7 { width: 58.33333333%; }
.w-col-8 { width: 66.66666667%; }
.w-col-9 { width: 75%; }
.w-col-10 { width: 83.33333333%; }
.w-col-11 { width: 91.66666667%; }
.w-col-12 { width: 100%; }

/* Buttons */
.w-button {
  display: inline-block;
  padding: 9px 15px;
  background-color: #3898EC;
  color: white;
  border: 0;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.w-button:hover {
  background-color: #2779bd;
  text-decoration: none;
  color: white;
}

.w-button:active {
  background-color: #1e5f8c;
}

/* Navigation */
.w-nav {
  position: relative;
  background: #dddddd;
  z-index: 1000;
}

.w-nav:before,
.w-nav:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}

.w-nav:after {
  clear: both;
}

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

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

.w-nav-link:hover {
  color: #2018bf;
  text-decoration: none;
}

.w-nav-link.w--current {
  color: #2018bf;
}

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

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

.w-nav-overlay {
  display: none;
}

/* Forms */
.w-form {
  margin: 0 0 15px;
}

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

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

.w-input,
.w-select {
  display: block;
  width: 100%;
  height: 38px;
  padding: 8px 12px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: white;
  border: 1px solid #cccccc;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.w-input:focus,
.w-select:focus {
  border-color: #3898EC;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(56, 152, 236, 0.25);
}

.w-input::placeholder {
  color: #999;
}

.w-select {
  cursor: pointer;
}

.w-textarea {
  display: block;
  width: 100%;
  padding: 8px 12px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: white;
  border: 1px solid #cccccc;
  border-radius: 0;
  resize: vertical;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.w-textarea:focus {
  border-color: #3898EC;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(56, 152, 236, 0.25);
}

/* Checkboxes and Radio buttons */
.w-checkbox,
.w-radio {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before,
.w-radio:before {
  content: " ";
  display: table;
}

.w-checkbox:after,
.w-radio:after {
  content: " ";
  clear: both;
  display: table;
}

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

/* Images */
.w-image {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}

/* Rich text */
.w-richtext {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

.w-richtext > * {
  max-width: 100%;
}

.w-richtext h1,
.w-richtext h2,
.w-richtext h3,
.w-richtext h4,
.w-richtext h5,
.w-richtext h6 {
  font-weight: 700;
  margin-bottom: 10px;
  margin-top: 20px;
}

.w-richtext p {
  margin-bottom: 10px;
}

.w-richtext ul,
.w-richtext ol {
  margin-bottom: 10px;
  padding-left: 40px;
}

.w-richtext li {
  margin-bottom: 5px;
}

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

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

/* Embed */
.w-embed {
  position: relative;
}

.w-embed:before,
.w-embed:after {
  content: " ";
  display: table;
}

.w-embed:after {
  clear: both;
}

/* Code */
.w-code-block {
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 3px;
  padding: 10px;
  font-family: monospace;
  overflow: auto;
}

/* Responsive visibility */
@media screen and (max-width: 991px) {
  .w-nav-button {
    display: block;
  }
  
  .w-nav-menu {
    display: none;
  }
  
  .w-col-medium-1 { width: 8.33333333%; }
  .w-col-medium-2 { width: 16.66666667%; }
  .w-col-medium-3 { width: 25%; }
  .w-col-medium-4 { width: 33.33333333%; }
  .w-col-medium-5 { width: 41.66666667%; }
  .w-col-medium-6 { width: 50%; }
  .w-col-medium-7 { width: 58.33333333%; }
  .w-col-medium-8 { width: 66.66666667%; }
  .w-col-medium-9 { width: 75%; }
  .w-col-medium-10 { width: 83.33333333%; }
  .w-col-medium-11 { width: 91.66666667%; }
  .w-col-medium-12 { width: 100%; }
}

@media screen and (max-width: 767px) {
  .w-col-small-1 { width: 8.33333333%; }
  .w-col-small-2 { width: 16.66666667%; }
  .w-col-small-3 { width: 25%; }
  .w-col-small-4 { width: 33.33333333%; }
  .w-col-small-5 { width: 41.66666667%; }
  .w-col-small-6 { width: 50%; }
  .w-col-small-7 { width: 58.33333333%; }
  .w-col-small-8 { width: 66.66666667%; }
  .w-col-small-9 { width: 75%; }
  .w-col-small-10 { width: 83.33333333%; }
  .w-col-small-11 { width: 91.66666667%; }
  .w-col-small-12 { width: 100%; }
  
  .w-col {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .w-col-tiny-1 { width: 8.33333333%; }
  .w-col-tiny-2 { width: 16.66666667%; }
  .w-col-tiny-3 { width: 25%; }
  .w-col-tiny-4 { width: 33.33333333%; }
  .w-col-tiny-5 { width: 41.66666667%; }
  .w-col-tiny-6 { width: 50%; }
  .w-col-tiny-7 { width: 58.33333333%; }
  .w-col-tiny-8 { width: 66.66666667%; }
  .w-col-tiny-9 { width: 75%; }
  .w-col-tiny-10 { width: 83.33333333%; }
  .w-col-tiny-11 { width: 91.66666667%; }
  .w-col-tiny-12 { width: 100%; }
}

/* Touch device modifications */
html.w-mod-touch * {
  background-attachment: scroll !important;
}

/* Webflow states */
.w--current {
  color: #2018bf;
}

.w--open {
  display: block;
}

/* Special Webflow elements that need to be maintained */
.w-dyn-list {
  position: relative;
}

.w-dyn-item {
  position: relative;
  display: block;
}

.w-dyn-bind-empty {
  display: none !important;
}

/* Password page styles */
.w-password-page {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
  background-color: white;
}

/* Slider (if any exist) */
.w-slider {
  position: relative;
  height: 300px;
  background: #dddddd;
  overflow: hidden;
}

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

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

/* ================================================================================================
   FILE 6: lg-capital-partners-7a792b.webflow.css (4,831 lines)
   ================================================================================================ */
@font-face {
  font-family: Coolvetica Rg;
  src: url('../fonts/coolvetica-rg.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Coolvetica Condensed Rg;
  src: url('../fonts/coolvetica-condensed-rg.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Coolvetica Compressed Hv;
  src: url('../fonts/coolvetica-compressed-hv.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: black;
  --main-color: white;
  --second-color: ;
  --third-color: #2018bf;
  --body-text-color: #d9dae2;
  --divider-color: #d8dfe0;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

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

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

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

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('../images/custom-checkbox-checkmark.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-commerce-commercecartwrapper {
  display: inline-block;
  position: relative;
}

.w-commerce-commercecartopenlink {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 0;
  align-items: center;
  padding: 9px 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercecartopenlinkcount {
  color: #3898ec;
  text-align: center;
  background-color: #fff;
  border-radius: 9px;
  min-width: 18px;
  height: 18px;
  margin-left: 8px;
  padding-left: 6px;
  padding-right: 6px;
  font-size: 11px;
  font-weight: 700;
  line-height: 18px;
  display: inline-block;
}

.w-commerce-commercecartcontainerwrapper {
  z-index: 1001;
  background-color: #000c;
  position: fixed;
  inset: 0;
}

.w-commerce-commercecartcontainerwrapper--cartType-modal {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-leftSidebar {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightSidebar {
  flex-direction: row;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-leftDropdown {
  background-color: #0000;
  position: absolute;
  inset: 100% auto auto 0;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
  background-color: #0000;
  position: absolute;
  inset: 100% 0 auto auto;
}

.w-commerce-commercecartcontainer {
  background-color: #fff;
  flex-direction: column;
  width: 100%;
  min-width: 320px;
  max-width: 480px;
  display: flex;
  overflow: auto;
  box-shadow: 0 5px 25px #00000040;
}

.w-commerce-commercecartheader {
  border-bottom: 1px solid #e6e6e6;
  flex: none;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
  display: flex;
  position: relative;
}

.w-commerce-commercecartheading {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.w-commerce-commercecartcloselink {
  width: 16px;
  height: 16px;
}

.w-commerce-commercecartformwrapper {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.w-commerce-commercecartform {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  display: flex;
}

.w-commerce-commercecartlist {
  -webkit-overflow-scrolling: touch;
  flex: 1;
  padding: 12px 24px;
  overflow: auto;
}

.w-commerce-commercecartitem {
  align-items: flex-start;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.w-commerce-commercecartitemimage {
  width: 60px;
  height: 0%;
}

.w-commerce-commercecartiteminfo {
  flex-direction: column;
  flex: 1;
  margin-left: 16px;
  margin-right: 16px;
  display: flex;
}

.w-commerce-commercecartproductname {
  font-weight: 700;
}

.w-commerce-commercecartoptionlist {
  margin-bottom: 0;
  padding-left: 0;
  text-decoration: none;
  list-style-type: none;
}

.w-commerce-commercecartquantity {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 60px;
  height: 38px;
  margin-bottom: 10px;
  padding: 8px 6px 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecartquantity::placeholder {
  color: #999;
}

.w-commerce-commercecartquantity:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecartfooter {
  border-top: 1px solid #e6e6e6;
  flex-direction: column;
  flex: none;
  padding: 16px 24px 24px;
  display: flex;
}

.w-commerce-commercecartlineitem {
  flex: none;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 16px;
  display: flex;
}

.w-commerce-commercecartordervalue {
  font-weight: 700;
}

.w-commerce-commercecartapplepaybutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  height: 38px;
  min-height: 30px;
  margin-bottom: 8px;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercecartapplepayicon {
  width: 100%;
  height: 50%;
  min-height: 20px;
}

.w-commerce-commercecartquickcheckoutbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  height: 38px;
  margin-bottom: 8px;
  padding: 0 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercequickcheckoutgoogleicon, .w-commerce-commercequickcheckoutmicrosofticon {
  margin-right: 8px;
  display: block;
}

.w-commerce-commercecartcheckoutbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  text-align: center;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  padding: 9px 15px;
  text-decoration: none;
  display: block;
}

.w-commerce-commercecartemptystate {
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.w-commerce-commercecarterrorstate {
  background-color: #ffdede;
  flex: none;
  margin: 0 24px 24px;
  padding: 10px;
}

.w-commerce-commerceaddtocartform {
  margin: 0 0 15px;
}

.w-commerce-commerceaddtocartoptionpillgroup {
  margin-bottom: 10px;
  display: flex;
}

.w-commerce-commerceaddtocartoptionpill {
  color: #000;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #000;
  margin-right: 10px;
  padding: 8px 15px;
}

.w-commerce-commerceaddtocartoptionpill.w--ecommerce-pill-selected {
  color: #fff;
  background-color: #000;
}

.w-commerce-commerceaddtocartoptionpill.w--ecommerce-pill-disabled {
  color: #666;
  cursor: not-allowed;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  outline-style: none;
}

.w-commerce-commerceaddtocartquantityinput {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 60px;
  height: 38px;
  margin-bottom: 10px;
  padding: 8px 6px 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commerceaddtocartquantityinput::placeholder {
  color: #999;
}

.w-commerce-commerceaddtocartquantityinput:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commerceaddtocartbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 0;
  align-items: center;
  padding: 9px 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commerceaddtocartbutton.w--ecommerce-add-to-cart-disabled {
  color: #666;
  cursor: not-allowed;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  outline-style: none;
}

.w-commerce-commercebuynowbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 0;
  align-items: center;
  margin-top: 10px;
  padding: 9px 15px;
  text-decoration: none;
  display: inline-block;
}

.w-commerce-commercebuynowbutton.w--ecommerce-buy-now-disabled {
  color: #666;
  cursor: not-allowed;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  outline-style: none;
}

.w-commerce-commerceaddtocartoutofstock {
  background-color: #ddd;
  margin-top: 10px;
  padding: 10px;
}

.w-commerce-commerceaddtocarterror {
  background-color: #ffdede;
  margin-top: 10px;
  padding: 10px;
}

.w-commerce-commercecheckoutformcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercelayoutcontainer {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.w-commerce-commercelayoutmain {
  flex: 0 800px;
  margin-right: 20px;
}

.w-commerce-commercecheckoutcustomerinfowrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutblockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-commerce-commercecheckoutblockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 20px;
}

.w-commerce-commercecheckoutlabel {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutemailinput {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutemailinput::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutemailinput:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingaddresswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutshippingfullname {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingfullname::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingfullname:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstreetaddress {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstreetaddress::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddress:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutrow {
  margin-left: -8px;
  margin-right: -8px;
  display: flex;
}

.w-commerce-commercecheckoutcolumn {
  flex: 1;
  padding-left: 8px;
  padding-right: 8px;
}

.w-commerce-commercecheckoutshippingcity {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingcity::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcity:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstateprovince {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstateprovince::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstateprovince:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingzippostalcode {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingzippostalcode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingzippostalcode:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingcountryselector {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingcountryselector::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcountryselector:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingmethodswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutshippingmethodslist {
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}

.w-commerce-commercecheckoutshippingmethoditem {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  flex-direction: row;
  align-items: baseline;
  margin-bottom: 0;
  padding: 16px;
  font-weight: 400;
  display: flex;
}

.w-commerce-commercecheckoutshippingmethoddescriptionblock {
  flex-direction: column;
  flex-grow: 1;
  margin-left: 12px;
  margin-right: 12px;
  display: flex;
}

.w-commerce-commerceboldtextblock {
  font-weight: 700;
}

.w-commerce-commercecheckoutshippingmethodsemptystate {
  text-align: center;
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 64px 16px;
}

.w-commerce-commercecheckoutpaymentinfowrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutcardnumber {
  -webkit-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardnumber::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardnumber:focus, .w-commerce-commercecheckoutcardnumber.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardexpirationdate {
  -webkit-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardexpirationdate::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardexpirationdate:focus, .w-commerce-commercecheckoutcardexpirationdate.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardsecuritycode {
  -webkit-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardsecuritycode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardsecuritycode:focus, .w-commerce-commercecheckoutcardsecuritycode.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingaddresstogglewrapper {
  flex-direction: row;
  display: flex;
}

.w-commerce-commercecheckoutbillingaddresstogglecheckbox {
  margin-top: 4px;
}

.w-commerce-commercecheckoutbillingaddresstogglelabel {
  margin-left: 8px;
  font-weight: 400;
}

.w-commerce-commercecheckoutbillingaddresswrapper {
  margin-top: 16px;
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutbillingfullname {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingfullname::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingfullname:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstreetaddress {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstreetaddress::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddress:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingcity {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingcity::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcity:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstateprovince {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstateprovince::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstateprovince:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingzippostalcode {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingzippostalcode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingzippostalcode:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingcountryselector {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingcountryselector::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcountryselector:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutorderitemswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryblockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-commerce-commercecheckoutorderitemslist {
  margin-bottom: -20px;
}

.w-commerce-commercecheckoutorderitem {
  margin-bottom: 20px;
  display: flex;
}

.w-commerce-commercecheckoutorderitemdescriptionwrapper {
  flex-grow: 1;
  margin-left: 16px;
  margin-right: 16px;
}

.w-commerce-commercecheckoutorderitemquantitywrapper {
  white-space: pre-wrap;
  display: flex;
}

.w-commerce-commercecheckoutorderitemoptionlist {
  margin-bottom: 0;
  padding-left: 0;
  text-decoration: none;
  list-style-type: none;
}

.w-commerce-commercelayoutsidebar {
  flex: 0 0 320px;
  position: sticky;
  top: 20px;
}

.w-commerce-commercecheckoutordersummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummarylineitem, .w-commerce-commercecheckoutordersummaryextraitemslistitem {
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 8px;
  display: flex;
}

.w-commerce-commercecheckoutsummarytotal {
  font-weight: 700;
}

.w-commerce-commercecheckoutplaceorderbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  text-align: center;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 3px;
  align-items: center;
  margin-bottom: 20px;
  padding: 9px 15px;
  text-decoration: none;
  display: block;
}

.w-commerce-commercecheckouterrorstate {
  background-color: #ffdede;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 10px 16px;
}

.w-commerce-commercepaypalcheckoutformcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercecheckoutcustomerinfosummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryitem, .w-commerce-commercecheckoutsummarylabel {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutsummaryflexboxdiv {
  flex-direction: row;
  justify-content: flex-start;
  display: flex;
}

.w-commerce-commercecheckoutsummarytextspacingondiv {
  margin-right: .33em;
}

.w-commerce-commercecheckoutpaymentsummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercepaypalcheckouterrorstate {
  background-color: #ffdede;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 10px 16px;
}

.w-commerce-commerceorderconfirmationcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercecheckoutshippingsummarywrapper {
  margin-bottom: 20px;
}

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

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }

  .w-commerce-commercelayoutcontainer {
    flex-direction: column;
    align-items: stretch;
  }

  .w-commerce-commercelayoutmain {
    flex-basis: auto;
    margin-right: 0;
  }

  .w-commerce-commercelayoutsidebar {
    flex-basis: auto;
  }
}

@media screen and (max-width: 479px) {
  .w-commerce-commercecartcontainerwrapper--cartType-modal {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
  }

  .w-commerce-commercecartcontainerwrapper--cartType-leftDropdown, .w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    display: flex;
    position: fixed;
    inset: 0;
  }

  .w-commerce-commercecartquantity, .w-commerce-commerceaddtocartquantityinput, .w-commerce-commercecheckoutemailinput, .w-commerce-commercecheckoutshippingfullname, .w-commerce-commercecheckoutshippingstreetaddress, .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutrow {
    flex-direction: column;
  }

  .w-commerce-commercecheckoutshippingcity, .w-commerce-commercecheckoutshippingstateprovince, .w-commerce-commercecheckoutshippingzippostalcode, .w-commerce-commercecheckoutshippingcountryselector, .w-commerce-commercecheckoutcardnumber, .w-commerce-commercecheckoutcardexpirationdate, .w-commerce-commercecheckoutcardsecuritycode, .w-commerce-commercecheckoutbillingfullname, .w-commerce-commercecheckoutbillingstreetaddress, .w-commerce-commercecheckoutbillingstreetaddressoptional, .w-commerce-commercecheckoutbillingcity, .w-commerce-commercecheckoutbillingstateprovince, .w-commerce-commercecheckoutbillingzippostalcode, .w-commerce-commercecheckoutbillingcountryselector {
    font-size: 16px;
  }
}

body {
  background-color: var(--white);
  color: var(--main-color);
  font-family: Instrument Sans, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 40px;
  font-weight: 600;
  line-height: 44px;
}

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

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

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

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

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

p {
  opacity: 1;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
}

a {
  color: var(--second-color);
  text-decoration: none;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 24px;
}

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

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

blockquote {
  border-left: 2px solid var(--third-color);
  margin-bottom: 10px;
  padding: 0 20px;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.2;
}

figcaption {
  text-align: center;
  margin-top: 5px;
}

.page-content {
  background-color: var(--white);
  position: relative;
}

.subhead {
  opacity: .7;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.3;
}

.margin-20px {
  margin-top: 20px;
}

.margin-20px.with-flex {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.error-message {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #f71818;
  border-radius: 4px;
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 14px;
  font-weight: 500;
}

.button {
  background-color: var(--second-color);
  color: var(--main-color);
  text-transform: uppercase;
  cursor: pointer;
  border-style: none;
  border-radius: 0;
  padding: 14px 22px;
  font-size: .95rem;
  font-weight: 600;
  line-height: 1.1;
  transition: all .3s;
  display: inline-block;
}

.button:hover {
  background-color: var(--third-color);
  background-image: none;
}

.button.subscribe {
  background-color: var(--second-color);
  padding-top: 16px;
  padding-bottom: 16px;
  position: absolute;
  inset: 6px 8px auto auto;
}

.button.subscribe:hover {
  background-color: var(--third-color);
}

.button.full {
  text-align: center;
  width: 100%;
}

.subscribe-field {
  background-color: var(--body-text-color);
  color: var(--second-color);
  background-image: url('../images/user_1user.avif');
  background-position: 15px;
  background-repeat: no-repeat;
  background-size: 24px;
  border: 1px solid #c1c1be80;
  align-self: center;
  height: 64px;
  margin-bottom: 0;
  padding-left: 50px;
}

.subscribe-field::placeholder {
  color: var(--main-color);
  font-size: 15px;
  font-weight: 500;
}

.subscribe-field.for-search {
  background-color: var(--white);
  color: var(--main-color);
  background-image: url('../images/Search-Color.svg');
  height: 61px;
  margin-bottom: 30px;
  font-size: 16px;
}

.subscribe-field.for-search::placeholder {
  color: var(--main-color);
  font-size: 16px;
}

.subscribe-field.plain {
  background-color: var(--white);
  color: var(--main-color);
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  max-width: 300px;
  padding-left: 20px;
}

.margin-30px {
  margin-top: 30px;
}

.margin-10px {
  margin-top: 10px;
}

.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;
  justify-content: center;
  align-items: center;
  width: 800px;
  display: flex;
}

.utility-page-content.second {
  justify-content: center;
  align-items: center;
  width: 800px;
}

.search-link {
  color: var(--main-color);
  font-size: 26px;
  font-weight: 600;
  line-height: 1.3;
}

.search-result-item {
  background-color: var(--white);
  color: var(--main-color);
  border: 1px solid #c1c1be80;
  border-radius: 0;
  flex-flow: column;
  padding: 40px 50px 40px 45px;
  display: flex;
}

.search-container {
  max-width: 740px;
}

.search-result-list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.search-link-text {
  padding-top: 3px;
  padding-bottom: 3px;
}

.search {
  position: relative;
}

._404-title {
  text-transform: uppercase;
  margin-top: 30px;
  font-family: Coolvetica Condensed Rg, sans-serif;
  font-size: 10vw;
  font-weight: 400;
  line-height: 1;
}

.password-title {
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 40px;
  font-family: Coolvetica Condensed Rg, sans-serif;
  font-size: 6vw;
  font-weight: 400;
  line-height: 1;
}

.container {
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container.for-checkout {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: flex-start;
}

.section {
  z-index: 200;
  background-color: var(--white);
  padding: 150px 3%;
  position: relative;
}

.section.for-inner {
  background-color: var(--white);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
}

.section.for-inner._50px-top {
  padding-top: 50px;
}

.section._100px {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.for-checkout {
  min-height: auto;
}

.section.for-work {
  padding-top: 3%;
  padding-bottom: 3%;
}

.section.for-logo {
  padding-bottom: 50px;
}

.subhead-big-center {
  opacity: 1;
  text-align: center;
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.2;
}

.margin-60px {
  margin-top: 60px;
}

.margin-60px.flex {
  justify-content: center;
  align-items: center;
  display: flex;
}

.margin-60px.flex.make-20px {
  margin-top: 15px;
}

.work-link {
  width: 100%;
  height: 100%;
  position: relative;
}

.work-link.add-center {
  justify-content: center;
  align-items: center;
  display: flex;
}

.paralax-image {
  object-fit: cover;
  width: 100%;
  height: 110%;
  position: absolute;
  bottom: 0;
}

.section-photo {
  z-index: 10;
  background-color: var(--white);
  justify-content: center;
  align-items: flex-start;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  position: relative;
}

.video-wrap {
  z-index: 1;
  object-fit: cover;
  border-radius: 7px;
  flex: none;
  width: 10vw;
  height: 10vw;
  position: relative;
  overflow: hidden;
}

.video-wrap.full-width {
  border-radius: 0;
  width: 95vw;
  height: 80vh;
  margin-left: auto;
  margin-right: auto;
  position: sticky;
  top: 30px;
}

.field-label {
  opacity: .7;
  color: var(--main-color);
  text-transform: uppercase;
  margin-bottom: 7px;
  font-size: 12px;
  font-weight: 500;
}

.margin-25px {
  margin-top: 25px;
}

.success-message {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #00b83c;
  font-weight: 500;
}

.text-field {
  color: var(--main-color);
  background-color: #121212;
  border-color: #ffffff1f;
  height: 56px;
  margin-bottom: 10px;
  padding-left: 15px;
  font-size: 15px;
  box-shadow: 14px 14px 50px -20px #0000001a;
}

.text-field:focus, .text-field.-wfp-focus {
  border-color: #ffffff3b;
}

.text-field::placeholder {
  color: #ffffffb3;
  font-size: 15px;
  font-weight: 400;
}

.text-field.less-height {
  height: 46px;
}

.margin-15px {
  margin-top: 15px;
}

.style-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3vw;
  font-weight: 600;
  line-height: 1.5;
}

.caption {
  color: #ffffff8c;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
}

.caption.margined {
  color: #000;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-top: 5px;
  font-size: 13px;
  font-weight: 700;
}

.caption.margined._2 {
  color: var(--main-color);
  text-transform: none;
  font-size: 15px;
  font-weight: 600;
}

.title-5 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.2;
}

.color-block {
  background-color: var(--white);
  border: 1px solid #81818b33;
  border-radius: 2px;
  width: 100%;
  height: 85px;
  margin-bottom: 5px;
  padding: 10px;
  display: flex;
}

.color-block.second {
  background-color: var(--main-color);
}

.light-block-second {
  border-radius: 3px;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 40px;
  padding-right: 20px;
}

.light-block-second.rounded-bottom {
  padding-bottom: 30px;
}

.light-block {
  border-radius: 3px;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 40px;
  padding-right: 20px;
}

.white-block {
  width: 100%;
  padding: 20px 20px 40px 0;
}

.color-block-parent {
  width: 20%;
  margin-right: 20px;
}

.color-row {
  justify-content: flex-start;
  width: 100%;
  margin-bottom: 35px;
  padding: 25px 0 15px;
  display: flex;
}

.title-1 {
  z-index: 1;
  text-align: left;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 70px;
  font-weight: 500;
  line-height: 1;
  position: relative;
}

.licensing-content {
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
}

.margin-50px {
  margin-top: 50px;
}

.licensing-title {
  font-size: 34px;
}

.licensing-link {
  color: var(--main-color);
  text-decoration: underline;
}

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

.main-blog-post li {
  opacity: 1;
  font-size: 16px;
  line-height: 23px;
}

.main-blog-post h4, .main-blog-post h3 {
  max-width: 630px;
  margin: 0 auto 15px;
  font-weight: 600;
}

.main-blog-post ul {
  max-width: 630px;
  margin-left: auto;
  margin-right: auto;
}

.main-blog-post img {
  margin-top: 20px;
  margin-bottom: 5px;
}

.main-blog-post p {
  max-width: 630px;
  margin: 20px auto;
}

.main-blog-post figcaption {
  opacity: .48;
  margin-bottom: 20px;
  font-size: 15px;
}

.main-blog-post a {
  color: #121212;
  text-decoration: underline;
}

.main-blog-post h6, .main-blog-post h1 {
  max-width: 630px;
  margin: 0 auto 15px;
}

.main-blog-post ol {
  max-width: 630px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
}

.main-blog-post blockquote {
  text-transform: uppercase;
  max-width: 630px;
  margin: 20px auto 25px;
  font-family: Coolvetica Condensed Rg, sans-serif;
  font-size: 50px;
  line-height: 1.1;
}

.main-blog-post h5 {
  max-width: 630px;
  margin: 0 auto 15px;
  font-weight: 600;
}

.main-blog-post h2 {
  text-transform: uppercase;
  max-width: 630px;
  margin: 0 auto 15px;
  font-family: Coolvetica Condensed Rg, sans-serif;
  font-size: 44px;
  font-weight: 400;
  line-height: 1.2;
}

.pricing-divider {
  background-color: var(--main-color);
  opacity: .15;
  height: 1px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.subhead-pricing {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.3;
}

.subhead-pricing.with-margin {
  margin-bottom: 12px;
  font-size: 17px;
  font-weight: 600;
}

.subhead-pricing.gray {
  opacity: .5;
  font-weight: 600;
}

.subhead-pricing.gray.for-pricing {
  opacity: .8;
  margin-top: 15px;
  font-size: 18px;
  font-weight: 500;
}

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

.pricing-column._15px {
  grid-column-gap: 36px;
  grid-row-gap: 15px;
}

.pricing-column.top {
  grid-row-gap: 15px;
}

.pricing-column._25px {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
}

.check-item {
  grid-column-gap: 5px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-top: 2px;
  padding-bottom: 2px;
  display: flex;
}

.pricing-grid {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr minmax(200px, 1fr);
  grid-auto-columns: 1fr;
  display: grid;
}

.pricing-text {
  letter-spacing: 0;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Coolvetica Condensed Rg, sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 1.2;
}

.pricing-text.big {
  opacity: 1;
  margin-top: 20px;
  font-size: 36px;
  font-weight: 400;
  line-height: 1.1;
}

.pricing-text.normal {
  text-transform: capitalize;
  margin-bottom: 7px;
  font-family: Instrument Sans, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.pricing-text.with-px {
  letter-spacing: 1px;
  font-size: 22px;
}

.check-image {
  opacity: .8;
  width: 20px;
}

.small-text {
  opacity: .8;
  color: var(--main-color);
  font-size: 17px;
  font-weight: 500;
  line-height: 1.2;
}

.pricing-plan-justify {
  background-color: var(--white);
  border: 1px solid #ffffff26;
  padding: 40px 35px;
  position: relative;
}

.block-header {
  background-color: #121212;
  border-style: none;
  padding-top: 12px;
  padding-bottom: 12px;
}

.block-content {
  background-color: #121212;
  border-bottom-style: none;
  border-left-style: none;
  border-right-style: none;
  margin-top: 3px;
}

.main-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 2;
}

.checkbox-label {
  opacity: .71;
  margin-bottom: 0;
  position: relative;
  top: 2px;
}

.quantity-opacity {
  opacity: .5;
  font-size: 15px;
}

.subtotal, .pricing-subtotal {
  font-size: 16px;
}

.pricing-subtotal.total {
  font-size: 18px;
  font-weight: 600;
}

.checkout-text {
  opacity: .8;
  margin-bottom: 2px;
  font-size: 16px;
  line-height: 1.2;
}

.cart-header {
  border-bottom-color: #fff3;
}

.cart-container {
  background-color: var(--white);
  border: 1px solid #ffffff26;
  max-width: 600px;
}

.logo-link {
  order: -1;
}

.button-text-wrapper {
  z-index: 10;
  flex-direction: column;
  height: 24px;
  line-height: 1.5;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cart-wrapper {
  background-color: #0009;
}

.close-button {
  background-color: #bebebe26;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  display: flex;
}

.navbar {
  background-color: #000000a3;
  justify-content: space-between;
  align-items: center;
  max-height: 100px;
  padding: 30px 3%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.cart-footer {
  border-top-color: #fff3;
}

.last-item {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  order: 1;
  display: flex;
}

.navigation-link {
  color: var(--main-color);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
  text-decoration: none;
  display: flex;
  transition: all 0.3s ease;
  overflow: hidden;
  position: relative;
}

.navigation-link:hover {
  transform: translateY(-2px);
}

.navigation-link .button-text-wrapper {
  position: relative;
  overflow: hidden;
  height: 32px;
}

.navigation-link .button-text {
  transition: transform 0.3s ease;
  display: block;
  height: 32px;
}

.navigation-link .button-text:nth-child(2) {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  transform: translateY(0);
}

.navigation-link:hover .button-text:first-child {
  transform: translateY(-100%);
}

.navigation-link:hover .button-text:nth-child(2) {
  transform: translateY(-100%);
}

.navigation-link .line-below {
  transition: transform 0.3s ease, opacity 0.3s ease;
  transform-origin: left;
  transform: scaleX(0);
  opacity: 0;
}

.navigation-link:hover .line-below,
.navigation-link.w--current .line-below {
  transform: scaleX(1);
  opacity: 1;
}

.cart-quantity {
  opacity: .4;
  color: var(--main-color);
  background-color: #fff0;
  min-width: auto;
  height: auto;
  margin-left: 2px;
  padding-left: 3px;
  padding-right: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
}

.remove-button {
  opacity: 1;
  text-transform: uppercase;
  margin-top: 5px;
  font-size: .8rem;
  line-height: 1.5;
}

.cart-quantity-2 {
  background-color: var(--white);
  border-color: #fff3;
  border-radius: 0;
  width: 50px;
}

.icon {
  filter: invert();
  width: 10px;
}

.nav-menu {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding-right: 0;
  display: flex;
}

.main-logo {
  filter: invert();
  -webkit-text-stroke-color: #d8dfe000;
  color: #d8dfe000;
  border: 1px solid #0000;
  width: 70px;
  text-decoration: none;
  display: inline-block;
}

.nav-link {
  color: var(--main-color);
  background-color: #3898ec00;
  padding: 10px 13px 10px 0;
  font-size: 20px;
  transition: all .2s;
}

.nav-link.w--current {
  color: #fff;
  background-color: #fff3;
}

.empty-state {
  flex-flow: column;
}

.button-text {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding-right: 5px;
}

.button-text.coma {
  align-self: flex-end;
  margin-left: 1px;
  margin-right: 5px;
  padding-bottom: 10px;
  font-size: 24px;
}

.line-below {
  background-color: var(--main-color);
  opacity: 1;
  width: 100%;
  height: 1px;
  margin-top: 5px;
}

/* REMOVED: Hero main title styles - moved to hero-modern.css
.hero-main-title {
  color: var(--main-color);
  text-transform: uppercase;
  white-space: nowrap;
  word-break: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Coolvetica Condensed Rg, sans-serif;
  font-size: 10vw;
  font-weight: 400;
  line-height: 1;
}

.hero-main-title.for-inner {
  white-space: normal;
  word-break: normal;
}

.hero-main-title.for-inner._15vw {
  text-align: center;
  font-size: 16vw;
}

.hero-main-title.hero-overflow-title {
  z-index: 0;
  white-space: pre-wrap;
  margin-top: auto;
  margin-bottom: auto;
  padding-bottom: 0;
  position: sticky;
  top: auto;
  bottom: 220px;
}

.hero-main-title.hero-title {
  white-space: pre-wrap;
}
*/

.image-fill {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
  transform: scale(1.02);
}

/* REMOVED: Hero wrapper styles - moved to hero-modern.css
.hero-wrapper {
  -webkit-text-fill-color: inherit;
  background-image: url('../images/Robotics.jpeg');
  background-position: 0 0;
  background-size: cover;
  background-clip: border-box;
  height: 100vh;
  position: relative;
}
*/

/* REMOVED: Hero preview styles - moved to hero-modern.css
.hero-preview {
  aspect-ratio: auto;
  text-align: left;
  flex-direction: column;
  flex: 1;
  order: 0;
  justify-content: flex-end;
  position: sticky;
  top: auto;
  bottom: 0;
}
*/

/* REMOVED: Hero first styles - moved to hero-modern.css
.hero-first {
  z-index: 25;
  aspect-ratio: auto;
  object-fit: fill;
  flex-direction: column;
  width: 100%;
  height: 100vh;
  min-height: 100vh;
  display: flex;
  position: relative;
  top: 0;
  overflow: visible;
}
*/

/* REMOVED: Hero text wrapper styles - moved to hero-modern.css
.hero-text-wrapper {
  z-index: 15;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 70vw;
  display: flex;
  position: static;
}
*/

.main-strip {
  z-index: 5;
  flex-direction: column;
  align-items: stretch;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.main-strip.right {
  z-index: 51;
  inset: 0% 0% 0% auto;
}

/* REMOVED: Hero interaction styles - moved to hero-modern.css
.hero-interaction {
  margin-top: 100vh;
  position: absolute;
  inset: 0%;
}
*/

/* REMOVED: .hero-images styles - moved to hero-modern.css
.hero-images {
  z-index: 10;
  grid-column-gap: 26vw;
  grid-row-gap: 26vw;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: flex-start center;
  width: 100%;
  padding-top: 40vh;
  display: flex;
}
*/

/* REMOVED: .hero-images.left styles - moved to hero-modern.css
.hero-images.left {
  position: relative;
}
*/

/* REMOVED: .hero-images.right-slide styles - moved to hero-modern.css
.hero-images.right-slide {
  z-index: 25;
  justify-content: center;
  align-items: center;
  inset: 0% 0% 0% auto;
}
*/

/* REMOVED: .hero-content styles - moved to hero-modern.css
.hero-content {
  z-index: 15;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--second-color);
  flex-direction: row;
  flex: 1;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 80%;
  height: 100%;
  display: flex;
  position: static;
  top: 0;
  overflow: hidden;
}
*/

.top-title-overflow {
  position: relative;
}

.top-title-overflow.add-overflow {
  overflow: hidden;
}

/* REMOVED: .hero-home-flex styles - moved to hero-modern.css
.hero-home-flex {
  z-index: 25;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  line-height: 1.35;
  display: flex;
  position: static;
}
*/

.main-image {
  width: 22vw;
  height: 27vw;
  min-height: 27vw;
  position: relative;
  left: 0%;
  overflow: hidden;
}

.main-image.fifth {
  width: 18vw;
  height: 18vw;
  min-height: 18vw;
  margin-top: -50vw;
  left: -57vw;
}

.main-image.sixth {
  width: 22vw;
  height: 25vw;
  min-height: 25vw;
  margin-bottom: -5vw;
  top: -10.6vh;
  left: -9.6vw;
}

.main-image.eight {
  margin-top: -150%;
}

.main-image.second {
  width: 11vw;
  height: auto;
  min-height: auto;
  top: -19.1vh;
  left: -4.2vw;
}

.main-image.second.absolute {
  width: 11vw;
  position: absolute;
  inset: 11.9vh 3.5vw auto auto;
}

.main-image.third {
  width: 23vw;
  height: 22vw;
  min-height: 23vw;
  top: 20vh;
  left: 2.3vw;
}

.main-image.fourth {
  width: 15vw;
  height: 19vw;
  min-height: 19vw;
  margin-top: -45vw;
  top: 17.4vh;
  left: 58vw;
}

.main-image.seven {
  margin-top: 0%;
  margin-bottom: -45%;
  left: 140%;
}

.main-image.first {
  width: 16vw;
  height: 19vw;
  min-height: 19vw;
  margin-top: -39vw;
  top: -37vh;
  left: -60vw;
}

/* REMOVED: .hero-overflow-title styles - moved to hero-modern.css
.hero-overflow-title {
  z-index: 50;
  position: sticky;
  top: 200px;
}
*/

/* REMOVED: .hero-overflow-title.hero-main-title styles - moved to hero-modern.css
.hero-overflow-title.hero-main-title {
  aspect-ratio: auto;
  color: var(--main-color);
  white-space: pre-wrap;
  background-color: #00000073;
  padding-left: 100px;
  bottom: auto;
  overflow: hidden;
}
*/

.logo-grid-list {
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.logo-grid-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 8rem;
  padding: 1.5rem 1rem;
  display: flex;
}

.logo-grid-mask {
  max-height: 3.5rem;
  overflow: hidden;
}

.logo-grid-track {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.logo-client {
  filter: invert();
  height: 3rem;
  max-height: 3rem;
}

.fade-in-wrapper {
  position: relative;
  overflow: hidden;
}

.flex-center {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.button-link {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  color: #fff;
  background-color: #f0f0f000;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.fade-gradient {
  z-index: 0;
  background-image: linear-gradient(90deg, #fff0, var(--white) 25%);
  pointer-events: none;
  cursor: none;
  width: 200%;
  position: absolute;
  inset: 0%;
}

.subhead-main {
  opacity: 1;
  text-align: center;
  font-size: 31px;
  font-weight: 600;
  line-height: 1.4;
}

.subhead-main._80 {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.subhead-main.left {
  text-align: left;
  margin-top: 0;
  font-size: 20px;
  font-weight: 600;
}

.button-3d {
  color: var(--main-color);
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.3;
  text-decoration: none;
  transition: transform 0.3s ease;
  display: inline-block;
  overflow: hidden;
}

.button-3d:active {
  transform: scale(.975);
}

.button-inner {
  position: relative;
  perspective: 1000px;
  transform-style: preserve-3d;
}

.button-face {
  padding: 1rem 1.75rem;
  transition: transform 0.6s ease-in-out;
  transform-style: preserve-3d;
  backface-visibility: hidden;
  transform-origin: center center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
}

.button-face.static {
  background-color: transparent;
  border: 2px solid var(--main-color);
  color: var(--main-color);
  position: relative;
  z-index: 2;
  transform: rotateX(0deg);
}

.button-face.hover {
  background-color: var(--third-color);
  color: white;
  border: 2px solid var(--third-color);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: rotateX(-180deg);
}

/* 3D Flip Animation on Hover */
.button-3d:hover .button-face.static {
  transform: rotateX(180deg);
}

.button-3d:hover .button-face.hover {
  transform: rotateX(0deg);
}

.button-flex {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.button-flex._20px {
  margin-top: 20px;
}

.project-flex {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  display: flex;
}

.project-flex.add-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-wrap {
  z-index: 1;
  object-fit: cover;
  flex: none;
  width: 100%;
  height: 80vh;
  position: relative;
  overflow: hidden;
}

.image-wrap.cricle {
  border-radius: 100%;
  width: 180px;
  height: 180px;
}

.image-wrap.square {
  width: 29vw;
  height: 27vh;
  margin-left: 20px;
  top: 11px;
}

.image-wrap.auto {
  aspect-ratio: 3 / 2;
  height: auto;
}

.image-wrap.auto.with-ratio {
  aspect-ratio: 1;
}

.image-wrap.for-about {
  height: 50vh;
}

.work-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}

.work-overlay {
  z-index: 3;
  opacity: .4;
  pointer-events: none;
  background-image: linear-gradient(#0c0c0d73, #0c0c0dcc);
  position: absolute;
  inset: 0%;
}

.title-wrapper {
  z-index: 6;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.work-title {
  color: var(--main-color);
  text-transform: uppercase;
  font-family: Coolvetica Condensed Rg, sans-serif;
  font-size: 120px;
  font-weight: 400;
  line-height: .9;
}

.top-part {
  z-index: 30;
  justify-content: space-between;
  align-items: flex-start;
  padding: 41px 38px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.top-text {
  opacity: 1;
  color: var(--main-color);
  margin-bottom: 0;
}

.fun-facts-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.fun-facts-grid._3-column {
  grid-template-columns: 1fr 1fr 1fr;
}

.founder-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.margin-40px {
  margin-top: 40px;
  position: relative;
  overflow: hidden;
}

.line-divider {
  background-color: var(--main-color);
  opacity: .35;
  width: 100%;
  height: .5px;
  margin-top: 80px;
  margin-bottom: 80px;
}

.fun-number {
  text-transform: uppercase;
  margin-top: 0;
  font-family: Coolvetica Condensed Rg, sans-serif;
  font-size: 200px;
  font-weight: 400;
  line-height: .8;
}

.fun-number.second {
  font-size: 15vw;
  position: relative;
}

.testimonials-text {
  text-align: center;
  text-transform: uppercase;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  font-family: Coolvetica Condensed Rg, sans-serif;
  font-size: 120px;
  font-weight: 400;
  line-height: 1;
}

.align-center {
  text-align: center;
  position: relative;
  overflow: hidden;
}

.margin-250px {
  margin-top: 250px;
}

.service-title {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Coolvetica Condensed Rg, sans-serif;
  font-size: 85px;
  font-weight: 400;
  line-height: 100%;
}

.service-wrapper {
  width: 100%;
  height: 80vh;
  position: relative;
  overflow: hidden;
}

.home-services-item {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  display: grid;
  position: relative;
  overflow: hidden;
}

.home-services-item.sticky {
  position: sticky;
  top: 0;
}

.services-left-content {
  color: var(--main-color);
  background-color: #111;
  flex-flow: column;
  justify-content: space-between;
  height: 80vh;
  padding: 74px 10% 74px 65px;
  display: flex;
}

.image-cover-parallax {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.service-flex {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-wrap: wrap;
  display: flex;
}

.service-content {
  color: var(--divider-color);
  background-color: #222;
  padding: 13px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
}

.big-text {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Coolvetica Condensed Rg, sans-serif;
  font-size: 20vw;
  font-weight: 400;
  line-height: .8;
}

.flex-big {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.blog-grid {
  grid-column-gap: 25px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.data-image {
  justify-content: space-between;
  align-items: center;
  width: 16px;
  height: 16px;
  margin-right: 6px;
  display: flex;
}

.data-image.invert {
  opacity: .7;
}

.data-text {
  opacity: .7;
  margin-bottom: 0;
  font-size: 14px;
}

.data-flex {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  opacity: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.data-inside {
  color: var(--main-color);
  justify-content: flex-start;
  align-items: center;
  font-weight: 600;
  display: flex;
}

.buton-icon-svg {
  justify-content: center;
  align-items: center;
  width: 16px;
  font-size: .875rem;
  font-weight: 500;
  display: flex;
}

.buton-icon-svg.is-absolute {
  z-index: 2;
  position: absolute;
  transform: translate(-30px);
}

.blog-main-wrapper {
  color: var(--main-color);
  width: 100%;
  font-size: 23px;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.button-icon-main {
  z-index: 5;
  background-color: var(--second-color);
  color: var(--main-color);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  display: flex;
  position: absolute;
  inset: 10px 10px auto auto;
  overflow: hidden;
  transform: none;
}

.margin-100px {
  margin-top: 100px;
}

.cta-wrapper {
  z-index: 30;
  background-color: #0b0b0b;
  font-size: 14px;
  font-weight: 500;
  position: relative;
}

.text-rotator-main {
  z-index: 20;
  background-color: var(--white);
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-rotator-main:hover {
  filter: invert();
}

.text-rotator-content {
  align-items: center;
  display: flex;
  flex-shrink: 0;
  animation: scroll-text 15s linear infinite;
}



@keyframes scroll-text {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(var(--scroll-distance, -50%));
  }
}

.text-rotator {
  opacity: 1;
  color: var(--main-color);
  letter-spacing: 2px;
  text-transform: uppercase;
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Coolvetica Condensed Rg, sans-serif;
  font-size: 10vw;
  font-weight: 400;
  line-height: .9;
}

.line-icon {
  background-color: var(--main-color);
  opacity: .42;
  flex: none;
  width: 140px;
  height: 1px;
  margin-left: 40px;
  margin-right: 40px;
}

.footer-grid-second {
  z-index: 4;
  grid-column-gap: 2%;
  grid-row-gap: 2%;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.flex-space-between {
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.copyright-flex {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.figma-text {
  opacity: 1;
  letter-spacing: -.5px;
  margin-bottom: 0;
  font-size: 20px;
}

.checkbox-field {
  justify-content: center;
  align-items: center;
  font-size: 15px;
  display: flex;
}

.subscribe-field-footer {
  color: #000;
  background-color: #f1f3f8;
  background-image: url('../images/paper-planes_1paper-planes.avif');
  background-position: 15px;
  background-repeat: no-repeat;
  background-size: 30px;
  border: 1px #000;
  align-self: center;
  height: 80px;
  margin-bottom: 0;
  padding-left: 52px;
  font-size: 17px;
}

.subscribe-field-footer::placeholder {
  color: #000;
  font-size: 17px;
  font-weight: 500;
}

.line-bottom {
  background-color: #d9dae2;
  width: 100%;
  height: 1px;
  margin-top: 6px;
}

.footer-title {
  opacity: .76;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.1;
}

.subscribe-form {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.checkbox-label-footer {
  opacity: 1;
  color: #f1f3f8;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 21px;
}

.navigation-flex {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 30px;
  display: flex;
}

.footer {
  z-index: 5;
  color: #d9dae2;
  background-color: #000;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  min-height: 50vh;
  padding: 50px 3% 30px;
  display: flex;
  position: relative;
}

.button-line {
  color: #f1f3f8;
  text-transform: capitalize;
  margin-bottom: 5px;
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  position: relative;
}

.copyright-flex-bottom {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.figma-file-absolute {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  color: #d9dae2;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: auto auto 20px 20px;
}

.figma-file-absolute.for-copyright {
  opacity: 1;
  justify-content: flex-start;
  align-items: center;
  margin-top: 2px;
  position: relative;
  bottom: 0;
  left: 0;
}

.figma-file-absolute.for-copyright:hover {
  opacity: .69;
}

.checkbox-main {
  opacity: .5;
  border: 1px solid #d9dae2;
  width: 17px;
  height: 17px;
  margin-top: 0;
  margin-right: 10px;
}

.checkbox-main.w--redirected-checked {
  opacity: 1;
  background-color: #d9dae2;
  background-image: url('../images/check_1check.avif');
  background-position: 50%;
  background-size: 10px;
  border-color: #d9dae2;
}

.button-subscribe {
  color: #d9dae2;
  cursor: pointer;
  background-color: #000;
  padding: 19px 22px;
  font-size: 15px;
  font-weight: 600;
  transition: all .3s;
  display: inline-block;
}

.button-subscribe:hover {
  background-color: #080425;
}

.button-subscribe.subscribe {
  background-color: var(--second-color);
  color: var(--main-color);
  text-transform: uppercase;
  padding: 24px 29px;
  position: absolute;
  inset: 6px 6px auto auto;
}

.button-subscribe.subscribe:hover {
  background-color: var(--third-color);
}

.button-button-icon {
  z-index: 5;
  color: #000;
  background-color: #f1f3f8;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  display: flex;
  position: absolute;
  inset: 10px 10px auto auto;
  overflow: hidden;
  transform: none;
}

.button-button-icon.relative {
  background-color: var(--main-color);
  color: var(--white);
  border: 1px solid #ffffff45;
  width: 32px;
  height: 32px;
  position: relative;
  top: 0;
  right: 0;
}

.white-link {
  opacity: .85;
  color: var(--main-color);
}

/* REMOVED: .hero-inner styles - moved to hero-modern.css
.hero-inner {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 150px 3% 90px;
  display: flex;
  position: sticky;
  top: 0;
}
*/

.year {
  vertical-align: baseline;
  margin-left: 10px;
  font-size: 9vw;
  font-weight: 400;
  display: inline-block;
}

.gray-text-color {
  opacity: .3;
}

.small-number {
  opacity: .7;
  color: var(--main-color);
  font-size: 18px;
  font-weight: 600;
}

.main-grid {
  grid-column-gap: 0px;
  grid-row-gap: 10vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  margin-bottom: 20px;
  display: grid;
}

.main-grid.top {
  place-items: start stretch;
}

.plus {
  vertical-align: top;
  margin-left: 9px;
  font-family: Coolvetica Rg, sans-serif;
  font-size: 5vw;
  font-weight: 400;
  display: inline-block;
  position: relative;
  top: 13px;
}

.about-image-section {
  z-index: 2;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  background-color: var(--white);
  grid-template-rows: auto;
  grid-template-columns: 1fr .65fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.line {
  perspective-origin: 50%;
  transform-origin: 50%;
  background-color: #e8eded;
  width: 100%;
  height: 2px;
}

.social-icon-main {
  color: #fff;
  border-radius: 7px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: .5rem;
  display: flex;
  position: absolute;
  inset: 15px 15px auto auto;
  overflow: hidden;
  transform: rotate(-45deg);
}

.social-icon-main.for-social {
  padding-left: 0;
  position: relative;
  top: 0;
  right: 0;
  transform: none;
}

.social-wrapper-footer {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  display: flex;
}

.social-icon {
  justify-content: center;
  align-items: center;
  width: 17px;
  font-size: .875rem;
  font-weight: 500;
  display: flex;
}

.social-icon.is-absolute {
  z-index: 2;
  position: absolute;
  transform: translate(-30px);
}

.social-icon.is-absolute.invert {
  opacity: 1;
}

.social-icon.invert {
  opacity: 1;
  filter: invert();
}

.name-title {
  margin-bottom: 8px;
}

.team-wrapper {
  font-size: 21px;
  font-weight: 600;
  line-height: 1.2;
}

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

.another-font {
  text-transform: uppercase;
  font-family: Coolvetica Condensed Rg, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 1.2;
}

.input-flex {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.area-margin {
  margin-top: 20px;
}

.checkbox {
  border: 1px solid #c1c1be;
  width: 17px;
  height: 17px;
  margin-top: 0;
  margin-right: 10px;
}

.checkbox.w--redirected-checked {
  background-color: #c1c1be;
  background-image: url('../images/check_1check.avif');
  background-position: 50%;
  background-size: 10px;
  border-color: #c1c1be;
}

.small {
  opacity: .52;
  vertical-align: super;
  font-size: 11px;
}

.button-contact {
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  display: flex;
}

.button-contact.left {
  justify-content: flex-start;
  align-items: center;
}

.field-label-contact {
  opacity: .6;
  color: var(--main-color);
  text-transform: uppercase;
  margin-bottom: 7px;
  font-size: 12px;
  font-weight: 500;
}

.field-label-contact.big {
  opacity: 1;
  font-size: 14px;
}

/* Form Validation Styles - Moved here for proper cascade */
/* ========================================================================== */

/* Required asterisk styling - high specificity to override parent color */
.field-label-contact .required-asterisk,
.field-label-contact.big .required-asterisk,
.required-asterisk {
  color: #dc3545 !important;
  font-weight: 700;
  margin-left: 2px;
  display: inline;
}

/* Optional label styling - high specificity to override parent color */
.field-label-contact .optional-label,
.field-label-contact.big .optional-label,
.optional-label {
  color: #6c757d !important;
  font-size: 0.9em;
  font-weight: 400;
  font-style: italic;
  display: inline;
}

/* Field validation states */
.field-error {
  border-color: #dc3545 !important;
  background-color: rgba(220, 53, 69, 0.05);
}

.field-valid {
  border-color: #28a745 !important;
  background-color: rgba(40, 167, 69, 0.05);
}

.field-error:focus {
  box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.15);
  outline: none;
}

.field-valid:focus {
  box-shadow: 0 0 0 3px rgba(40, 167, 69, 0.15);
  outline: none;
}

/* Error message styling */
.field-error-message {
  color: #dc3545;
  font-size: 14px;
  margin-top: 5px;
  padding: 5px 10px;
  background-color: rgba(220, 53, 69, 0.1);
  border-radius: 4px;
  animation: slideDownValidation 0.3s ease;
}

@keyframes slideDownValidation {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Phone input specific styles */
input[type="tel"] {
  letter-spacing: 0.5px;
}

/* Validation icons (optional enhancement) */
.field-valid::after {
  content: "✓";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #28a745;
  font-weight: bold;
}

/* Make input containers position relative for absolute positioned elements */
.input-100 {
  position: relative;
  width: 100%;
}

.text-field-main {
  transition: all 0.3s ease;
  background-color: var(--white);
  box-shadow: none;
  color: var(--main-color);
  border-top: 1px #0003;
  border-bottom: 1px solid #ffffff54;
  border-left: 1px #0003;
  border-right: 1px #00000024;
  height: 56px;
  margin-bottom: 10px;
  padding-left: 0;
  font-size: 14px;
}

.text-field-main:hover, .text-field-main:focus {
  border-color: #ffffff3b #ffffff3b #000;
}

.text-field-main::placeholder {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
}

.text-field-main.area {
  color: var(--main-color);
  height: auto;
  padding-top: 20px;
  padding-bottom: 40px;
}

.checkbox-field-2 {
  justify-content: flex-start;
  align-items: center;
  font-size: 15px;
  display: flex;
}

.checkbox-flex {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  margin-top: 30px;
  display: flex;
}

.form-block {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.second-label {
  opacity: .76;
  color: var(--main-color);
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
}

.templates-badge-wrapper {
  z-index: 9999;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #000;
  background-color: #fff;
  justify-content: flex-start;
  align-items: center;
  padding: 11px 20px 11px 18px;
  font-size: 14px;
  text-decoration: none;
  display: flex;
  position: fixed;
  inset: auto 20px 20px auto;
  box-shadow: 0 12px 28px #00000024;
}

.loader-badge {
  background-image: none;
  background-position: 0 0;
  background-size: contain;
  width: 34px;
  height: 34px;
  position: absolute;
  inset: -19px -15px auto auto;
}

.badge-paragraph {
  opacity: 1;
  color: #000;
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
}

.blue-color {
  color: #4353ff;
}

.image {
  vertical-align: middle;
}

.service-section-title {
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 0;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Coolvetica Condensed Rg, sans-serif;
  font-size: 100px;
  font-weight: 400;
  line-height: 100%;
}

/* REMOVED: .hero-main-title-copy styles - moved to hero-modern.css
.hero-main-title-copy {
  color: var(--main-color);
  text-transform: uppercase;
  white-space: nowrap;
  word-break: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Coolvetica Condensed Rg, sans-serif;
  font-size: 10vw;
  font-weight: 400;
  line-height: 1;
}
*/

/* REMOVED: .hero-main-title-copy.for-inner styles - moved to hero-modern.css
.hero-main-title-copy.for-inner {
  white-space: normal;
  word-break: normal;
}
*/

/* REMOVED: .hero-main-title-copy.for-inner._15vw styles - moved to hero-modern.css
.hero-main-title-copy.for-inner._15vw {
  text-align: center;
  font-size: 16vw;
}
*/

/* REMOVED: .hero-image-container styles - moved to hero-modern.css
.hero-image-container {
  width: 100%;
  max-width: 100vw;
  height: 100vh;
  position: fixed;
}
*/

/* REMOVED: .hero-image styles - moved to hero-modern.css
.hero-image {
  width: 100%;
}
*/

@media screen and (min-width: 1280px) {
  .pricing-text {
    margin-bottom: 3px;
  }
}

@media screen and (min-width: 1440px) {
  .service-title {
    font-size: 8rem;
  }

  .home-services-item {
    position: relative;
  }

  .service-section-title {
    font-size: 8rem;
  }
}

@media screen and (min-width: 1920px) {
  .button-text-wrapper {
    height: 37px;
  }

  .navigation-link, .nav-link {
    font-size: 27px;
  }

  .button-text.coma {
    padding-bottom: 14px;
    font-size: 29px;
  }

  .big-text {
    font-size: 23vw;
  }
}

@media screen and (max-width: 991px) {
  .subhead {
    font-size: 19px;
  }

  .utility-page-content {
    width: 600px;
  }

  ._404-title {
    font-size: 62px;
  }

  .container.for-checkout {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
  }

  .section.for-checkout {
    padding-top: 100px;
    padding-bottom: 50px;
  }

  .section._50px-top {
    padding-top: 50px;
  }

  .subhead-big-center {
    padding-left: 2%;
    padding-right: 2%;
    font-size: 2.8rem;
  }

  .work-link {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .video-wrap {
    width: 16vw;
    height: 16vw;
  }

  .style-title {
    line-height: 1.2;
  }

  .color-block-parent {
    width: 33.3333%;
  }

  .title-1 {
    font-size: 6em;
  }

  .pricing-divider {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .subhead-pricing {
    font-size: 19px;
  }

  .pricing-column._15px {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .pricing-grid {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-columns: 1fr;
  }

  .first-part {
    margin-right: 0;
  }

  .logo-link {
    order: -1;
  }

  .navbar {
    justify-content: space-between;
    align-items: center;
    padding-top: 19px;
    padding-bottom: 19px;
  }

  .last-item {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    justify-content: center;
    align-items: center;
  }

  .navigation-link {
    color: var(--main-color);
    padding-top: 2px;
    padding-bottom: 8px;
    padding-left: 3%;
  }

  .navigation-link.for-contact {
    padding-left: 0%;
  }

  /* Original Lottie white icon styling */
  .lottie-white {
    filter: invert();
    width: 30px;
  }

  .menu-button {
    order: 1;
    padding: 12px;
  }

  .menu-button.w--open {
    background-color: #c8c8c800;
  }

  .nav-menu {
    background-color: var(--white);
    padding-top: 17px;
    padding-bottom: 17px;
  }

  .nav-link {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .button-text.coma, .line-below {
    display: none;
  }

  /* REMOVED: .hero-text-wrapper styles - moved to hero-modern.css
  .hero-text-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    padding-top: 0;
  }
  */

  /* REMOVED: .hero-content styles - moved to hero-modern.css
  .hero-content {
    padding-top: 4.4rem;
    padding-bottom: 20vh;
  }
  */

  .main-image {
    width: 30vw;
    height: 30vw;
    min-height: 30vw;
  }

  .main-image.fifth {
    left: -65vw;
  }

  .main-image.sixth {
    left: -10vw;
  }

  .main-image.second {
    width: 20vw;
  }

  .main-image.second.absolute {
    top: 11.7vh;
  }

  .main-image.fourth {
    width: 19vw;
    height: 22vw;
    min-height: 23vw;
  }

  .main-image.first {
    width: 20vw;
    height: 22vw;
    min-height: 22vw;
  }

  .button-link {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .subhead-main {
    font-size: 29px;
  }

  .subhead-main._80 {
    max-width: 100%;
  }

  .project-flex.add-grid {
    grid-template-columns: 1fr;
  }

  .image-wrap {
    height: 60vh;
  }

  .image-wrap.square {
    width: 29vw;
    height: 150px;
    margin-left: 10px;
  }

  .image-wrap.mobile-auto {
    aspect-ratio: 1;
    height: auto;
  }

  .image-wrap.for-about {
    height: 45vh;
  }

  .testimonials-text {
    max-width: 100%;
    font-size: 70px;
    line-height: 1.1;
  }

  .service-title {
    font-size: 12vw;
  }

  .service-wrapper {
    height: 75vw;
    position: static;
  }

  .home-services-item {
    display: flex;
  }

  .home-services-item.sticky {
    position: relative;
  }

  .home-services-item.sticky.reverse {
    flex-flow: column-reverse;
  }

  .services-left-content {
    height: auto;
  }

  .blog-grid {
    grid-template-columns: 1fr 1fr;
  }

  .text-rotator-main {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .footer-grid-second {
    grid-row-gap: 40px;
    flex-flow: column;
    grid-template-columns: 2fr;
    display: flex;
  }

  .footer {
    min-height: auto;
    padding-top: 120px;
    padding-bottom: 30px;
  }

  /* REMOVED: .hero-inner styles - moved to hero-modern.css
  .hero-inner {
    padding-top: 101px;
    padding-bottom: 53px;
  }
  */

  .main-grid {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
    flex-flow: column;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    display: flex;
  }

  .team-grid {
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .contact-wrapper {
    width: 100%;
  }

  .input-flex {
    /* Keep single column layout on tablets and mobile */
    grid-column-gap: 15px;
    grid-row-gap: 10px;
    flex-flow: column;
    display: flex;
  }

  .form-block {
    max-width: 100%;
  }

  .service-section-title {
    font-size: 12vw;
  }
}

@media screen and (max-width: 767px) {
  .subscribe-field.plain {
    max-width: 400px;
  }

  .utility-page-content, .utility-page-content.second {
    width: 500px;
  }

  .search-result-item {
    padding-left: 30px;
    padding-right: 30px;
  }

  ._404-title {
    font-size: 48px;
  }

  .password-title {
    font-size: 60px;
  }

  .section.for-inner {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section._50px-top {
    padding-bottom: 100px;
  }

  .section-photo {
    min-height: 500px;
  }

  .video-wrap {
    width: 30vw;
    height: 30vw;
  }

  .video-wrap.full-width {
    height: 500px;
  }

  .style-title {
    font-size: 40px;
    line-height: 1.1;
  }

  .title-5 {
    font-size: 36px;
  }

  .title-1 {
    font-size: 5em;
    line-height: .9;
  }

  .pricing-column {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .pricing-column._15px {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .pricing-grid {
    grid-template-columns: 1fr;
  }

  .navigation-link {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  /* REMOVED: .hero-text-wrapper styles - moved to hero-modern.css
  .hero-text-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }
  */

  .main-image.sixth {
    margin-bottom: 12vw;
    top: -1.4vh;
  }

  .main-image.second.absolute {
    width: 15vw;
    top: 8.3vh;
    right: 8.3vw;
  }

  .logo-grid-list {
    grid-template-columns: 1fr 1fr;
  }

  .logo-grid-wrapper {
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .logo-client {
    max-height: 3rem;
  }

  .subhead-main {
    font-size: 22px;
  }

  .project-flex.add-grid {
    grid-template-columns: 1fr;
  }

  .image-wrap {
    height: 55vh;
  }

  .image-wrap.for-about {
    aspect-ratio: 1;
    height: auto;
  }

  .work-title {
    font-size: 17vw;
  }

  .top-part {
    padding: 30px 25px;
  }

  .fun-facts-grid._3-column {
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .fun-number {
    margin-bottom: 15px;
  }

  .testimonials-text {
    font-size: 57px;
  }

  .service-title {
    font-size: 16vw;
  }

  .services-left-content {
    padding: 40px 35px;
  }

  .service-content {
    border-width: 1px;
  }

  .blog-grid {
    grid-template-columns: 1fr;
  }

  .line-icon {
    margin-left: 30px;
    margin-right: 30px;
  }

  .footer-grid-second {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 2fr .25fr;
  }

  .figma-text {
    font-size: 18px;
  }

  .footer {
    z-index: 15;
  }

  .main-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    justify-content: flex-start;
    align-items: stretch;
  }

  .about-image-section {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr 1fr;
  }

  .input-flex {
    grid-row-gap: 10px;
  }

  .service-section-title {
    font-size: 16vw;
  }
}

@media screen and (max-width: 479px) {
  blockquote {
    font-size: 25px;
  }

  .subscribe-field {
    background-position: 5%;
    background-size: 26px;
  }

  .utility-page-content, .utility-page-content.second {
    width: 95%;
  }

  .search-link {
    font-size: 24px;
  }

  .search-result-item {
    padding: 25px 20px 20px;
  }

  ._404-title {
    font-size: 41px;
  }

  .password-title {
    font-size: 40px;
  }

  .section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section._100px {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section.for-checkout {
    padding-top: 80px;
  }

  .section._50px-top {
    padding-top: 100px;
  }

  .subhead-big-center {
    padding-left: 4%;
    padding-right: 4%;
    font-size: 34px;
  }

  .video-wrap {
    aspect-ratio: 1;
    width: 36vw;
    height: 36vw;
  }

  .style-title {
    font-size: 30px;
  }

  .title-5 {
    font-size: 32px;
  }

  .color-block {
    width: 100%;
    height: 55px;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .color-block-parent {
    width: 100%;
    margin-right: 3%;
  }

  .color-row {
    flex-direction: column;
  }

  .title-1 {
    font-size: 39px;
    line-height: 1.1;
  }

  .licensing-title {
    font-size: 29px;
  }

  .licensing-grid {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .pricing-plan-justify {
    padding: 24px 18px;
  }

  .navbar {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .main-logo {
    width: 60px;
  }

  /* REMOVED: .hero-main-title styles - moved to hero-modern.css
  .hero-main-title {
    white-space: pre-wrap;
    font-size: 38vw;
  }
  */

  /* REMOVED: .hero-wrapper styles - moved to hero-modern.css
  .hero-wrapper {
    height: 80vh;
  }
  */

  /* REMOVED: .hero-first styles - moved to hero-modern.css
  .hero-first {
    height: 80vh;
    min-height: 80vh;
  }
  */

  /* REMOVED: .hero-interaction styles - moved to hero-modern.css
  .hero-interaction {
    margin-top: 92vh;
  }
  */

  /* REMOVED: .hero-images.left styles - moved to hero-modern.css
  .hero-images.left {
    height: 70vh;
    max-height: 70vh;
  }
  */

  /* REMOVED: .hero-images.right-slide styles - moved to hero-modern.css
  .hero-images.right-slide {
    height: 50vh;
    max-height: 50vh;
  }
  */

  /* REMOVED: .hero-content styles - moved to hero-modern.css
  .hero-content {
    padding-bottom: 14vh;
  }
  */

  .main-image {
    width: 40vw;
    height: 40vw;
    min-height: 40vw;
  }

  .main-image.fifth {
    width: 40vw;
    height: 40vw;
    min-height: 40vw;
    left: -65.6vw;
  }

  .main-image.sixth {
    width: 40vw;
    height: 40vw;
    min-height: 40vw;
    margin-bottom: -62vw;
    display: none;
    top: -19.5vh;
    left: -4vw;
  }

  .main-image.eight {
    display: none;
  }

  .main-image.second {
    width: 25vw;
    min-height: 40vw;
    top: -8vh;
  }

  .main-image.second.absolute {
    width: 29vw;
    display: none;
    top: 7.3vh;
    right: -1.6vw;
  }

  .main-image.third {
    width: 40vw;
    height: 40vw;
    min-height: 40vw;
    display: none;
    top: 33.8vh;
    left: -4.1vw;
  }

  .main-image.fourth {
    width: 40vw;
    height: 40vw;
    min-height: 40vw;
    margin-top: -17vw;
    left: 53vw;
  }

  .main-image.seven {
    display: none;
  }

  .main-image.first {
    width: 40vw;
    height: 40vw;
    min-height: 40vw;
    margin-top: -4vw;
    left: -53vw;
  }

  .subhead-main {
    font-size: 20px;
  }

  .image-wrap {
    height: auto;
    min-height: 450px;
  }

  .image-wrap.cricle {
    min-height: 180px;
  }

  .image-wrap.square {
    height: 80px;
    min-height: 80px;
    margin-left: -6px;
  }

  .image-wrap.auto {
    min-height: auto;
  }

  .image-wrap.mobile-auto {
    aspect-ratio: 1;
    min-height: auto;
  }

  .image-wrap.for-about {
    min-height: auto;
  }

  .top-part {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    padding-top: 17px;
  }

  .fun-facts-grid._3-column {
    grid-template-columns: 1fr;
  }

  .fun-number {
    font-size: 150px;
  }

  .fun-number.second {
    font-size: 120px;
  }

  .margin-250px {
    margin-top: 150px;
  }

  .services-left-content {
    padding-left: 6%;
    padding-right: 6%;
  }

  .service-flex {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .service-content {
    font-size: 16px;
  }

  .big-text {
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .data-flex {
    grid-column-gap: 9px;
    grid-row-gap: 9px;
  }

  .blog-main-wrapper {
    font-size: 24px;
  }

  .text-rotator-main {
    padding-top: 65px;
    padding-bottom: 65px;
  }

  .text-rotator {
    font-size: 100px;
    line-height: 1;
  }

  .line-icon {
    margin-left: 35px;
    margin-right: 35px;
  }

  .footer-grid-second {
    grid-template-columns: 2fr;
  }

  .subscribe-field-footer {
    background-position: 5%;
    background-size: 26px;
  }

  .subscribe-form {
    width: 100%;
  }

  .footer {
    padding-top: 30px;
  }

  .copyright-flex-bottom {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .checkbox-main {
    flex: none;
  }

  /* REMOVED: .hero-inner styles - moved to hero-modern.css
  .hero-inner {
    padding-top: 84px;
    padding-bottom: 0;
  }
  */

  .small-number {
    font-size: 16px;
  }

  .main-grid {
    grid-template-columns: 1fr;
  }

  .plus {
    margin-top: 1px;
    margin-left: 6px;
    font-size: 40px;
    top: 4px;
  }

  .team-grid, .input-flex {
    grid-template-columns: 1fr;
  }

  .checkbox {
    flex: none;
  }

  /* REMOVED: .hero-main-title-copy styles - moved to hero-modern.css
  .hero-main-title-copy {
    white-space: pre-wrap;
    font-size: 38vw;
  }
  */

  /* REMOVED: .hero-image-container styles - moved to hero-modern.css
  .hero-image-container {
    height: 80vh;
  }
  */
}

#w-node-ce4b46b4-a130-dd05-ffe7-a688d5794769-d5794764 {
  grid-area: 1 / 9 / 2 / 13;
}

#subscribe.w-node-ce4b46b4-a130-dd05-ffe7-a688d579476d-d5794764 {
  align-self: stretch;
}

#w-node-ce4b46b4-a130-dd05-ffe7-a688d579477c-d5794764 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-ce4b46b4-a130-dd05-ffe7-a688d57947a1-d5794764 {
  grid-area: 1 / 5 / 2 / 7;
}

#w-node-ce4b46b4-a130-dd05-ffe7-a688d5794791-d5794764 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-_9839425a-420f-9769-4ec7-4db08ac6e999-32445848 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_9839425a-420f-9769-4ec7-4db08ac6e99b-32445848 {
  grid-area: 1 / 6 / 2 / 12;
}

#w-node-_80aba0c3-23a4-fd2b-6c81-6f80f4e5b9ac-32445848 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_80aba0c3-23a4-fd2b-6c81-6f80f4e5b9ae-32445848 {
  grid-area: 1 / 6 / 2 / 12;
}

#w-node-_34824774-8084-8657-915c-48f05d8eddaf-32445848 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_34824774-8084-8657-915c-48f05d8eddb1-32445848 {
  grid-area: 1 / 6 / 2 / 12;
}

#w-node-_2818fc8a-1c88-d362-aeda-a84a21344469-32445848 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_2818fc8a-1c88-d362-aeda-a84a2134446b-32445848 {
  grid-area: 1 / 6 / 2 / 12;
}

#w-node-_0e52555e-b19e-fed9-83a6-0d40c5758f03-32445849, #w-node-_0e52555e-b19e-fed9-83a6-0d40c5758f04-32445849, #w-node-_0e52555e-b19e-fed9-83a6-0d40c5758f05-32445849, #w-node-_0e52555e-b19e-fed9-83a6-0d40c5758f08-32445849, #w-node-_0e52555e-b19e-fed9-83a6-0d40c5758f0a-32445849, #w-node-_0e52555e-b19e-fed9-83a6-0d40c5758f11-32445849, #w-node-_0e52555e-b19e-fed9-83a6-0d40c5758f16-32445849, #w-node-_0e52555e-b19e-fed9-83a6-0d40c5758f1a-32445849, #w-node-_0e52555e-b19e-fed9-83a6-0d40c5758f1e-32445849, #w-node-_0e52555e-b19e-fed9-83a6-0d40c5758f22-32445849, #w-node-_0e52555e-b19e-fed9-83a6-0d40c5758f26-32445849, #w-node-a6e985bd-cbb0-f5c9-baf6-3b40b1a59844-32445849 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_79b22503-40ff-41b9-4cab-553e0130fd62-3244584a, #w-node-f9fb9728-4280-c3e9-0e16-d7fd4745966b-3244584a {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_0fea5c5d-1da2-35f0-d551-b4f29d597942-3244584a {
  grid-area: 1 / 4 / 2 / 12;
}

#w-node-fbb0fcec-4ca4-efb8-cec0-d85f8a40e6d7-3244584c, #w-node-fbb0fcec-4ca4-efb8-cec0-d85f8a40e6d8-3244584c, #w-node-fbb0fcec-4ca4-efb8-cec0-d85f8a40e6d9-3244584c, #w-node-fbb0fcec-4ca4-efb8-cec0-d85f8a40e6db-3244584c, #w-node-fbb0fcec-4ca4-efb8-cec0-d85f8a40e6dc-3244584c, #w-node-fbb0fcec-4ca4-efb8-cec0-d85f8a40e6de-3244584c, #w-node-fbb0fcec-4ca4-efb8-cec0-d85f8a40e6e3-3244584c, #w-node-fbb0fcec-4ca4-efb8-cec0-d85f8a40e6e6-3244584c, #w-node-fbb0fcec-4ca4-efb8-cec0-d85f8a40e6e9-3244584c, #w-node-fbb0fcec-4ca4-efb8-cec0-d85f8a40e6ec-3244584c, #w-node-fbb0fcec-4ca4-efb8-cec0-d85f8a40e6ef-3244584c, #w-node-fbb0fcec-4ca4-efb8-cec0-d85f8a40e6f2-3244584c, #w-node-_855b3e3f-e1e1-18b1-412c-37bd399c5389-3244584d, #w-node-_855b3e3f-e1e1-18b1-412c-37bd399c538a-3244584d, #w-node-_855b3e3f-e1e1-18b1-412c-37bd399c538b-3244584d, #w-node-_855b3e3f-e1e1-18b1-412c-37bd399c538d-3244584d, #w-node-_855b3e3f-e1e1-18b1-412c-37bd399c538e-3244584d, #w-node-_855b3e3f-e1e1-18b1-412c-37bd399c5390-3244584d, #w-node-_855b3e3f-e1e1-18b1-412c-37bd399c5395-3244584d, #w-node-_855b3e3f-e1e1-18b1-412c-37bd399c5398-3244584d, #w-node-_855b3e3f-e1e1-18b1-412c-37bd399c539b-3244584d, #w-node-_855b3e3f-e1e1-18b1-412c-37bd399c539e-3244584d, #w-node-_855b3e3f-e1e1-18b1-412c-37bd399c53a1-3244584d, #w-node-_855b3e3f-e1e1-18b1-412c-37bd399c53a4-3244584d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Coolvetica Rg';
  src: url('../fonts/coolvetica-rg.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Coolvetica Condensed Rg';
  src: url('../fonts/coolvetica-condensed-rg.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Coolvetica Compressed Hv';
  src: url('../fonts/coolvetica-compressed-hv.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* ================================================================================================
   FILE 7: hero-modern.css (432 lines)
   ================================================================================================ */
/* Modern Hero Styles */
.hero-wrapper {
    position: relative;
    min-height: 100vh;
    height: 100vh;
    overflow: hidden;
    background: transparent;
    background-image: url('../images/Robotics.jpeg');
    background-position: 0 0;
    background-size: cover;
    background-clip: border-box;
}

/* Particle Canvas */
#particle-canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

/* Hero Content */
.hero-content {
    position: relative;
    z-index: 10;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    padding: 2rem;
    background: transparent;
    width: 100%;
    max-width: 100%;
    pointer-events: none; /* Allow mouse events to pass through to canvas */
}

/* Animated Typography */
.hero-main-title {
    font-family: Coolvetica Condensed Rg, sans-serif;
    font-size: 10vw;
    font-weight: 400;
    text-transform: uppercase;
    color: var(--main-color);
    margin: 0;
    position: relative;
    z-index: 10;
    text-align: center;
    width: 100%;
    white-space: nowrap;
    word-break: normal;
    line-height: 1;
    letter-spacing: 2px;
    pointer-events: auto; /* Keep text interactive */
}

/* Hero Main Title Variants */
.hero-main-title.for-inner {
    white-space: normal;
    word-break: normal;
}

.hero-main-title.for-inner._15vw {
    text-align: center;
    font-size: 16vw;
}

.hero-overflow-title {
    z-index: 50;
    position: sticky;
    top: 200px;
}

.hero-overflow-title.hero-main-title {
    z-index: 0;
    white-space: pre-wrap;
    margin-top: auto;
    margin-bottom: auto;
    padding-bottom: 0;
    position: sticky;
    top: auto;
    bottom: 220px;
}

/* Hero Inner Container (for about page) */
.hero-inner {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 150px 3% 90px;
    display: flex;
    position: sticky;
    top: 0;
}

.highlight-word {
    position: relative;
    background: linear-gradient(135deg, #2018bf 0%, #4a3fff 50%, #74c0fc 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    filter: drop-shadow(0 0 10px rgba(32, 24, 191, 0.3));
    animation: glow 2s ease-in-out infinite alternate;
}

@keyframes glow {
    from {
        filter: drop-shadow(0 0 10px rgba(32, 24, 191, 0.3));
    }
    to {
        filter: drop-shadow(0 0 20px rgba(32, 24, 191, 0.6));
    }
}

.dynamic-underline {
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 10px;
    pointer-events: none;
}

/* Parallax Layers */
.parallax-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 2;
}


/* Scroll Indicator */
.scroll-indicator {
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    pointer-events: auto; /* Keep scroll indicator interactive */
}

.scroll-indicator:hover {
    transform: translateX(-50%) translateY(-5px);
}

/* Scroll Text */
.scroll-text {
    font-family: 'Instrument Sans', sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.5px;
    color: #666666;
    margin: 0;
    opacity: 0;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transform: translateY(5px);
}

/* Show text on hover */
.scroll-indicator:hover .scroll-text {
    opacity: 1;
    transform: translateY(0);
}

.scroll-arrow {
    width: 30px;
    height: 50px;
    border: 2px solid rgba(255, 255, 255, 0.6);
    border-radius: 25px;
    position: relative;
    animation: pulse 2s infinite;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
}

.scroll-arrow::before {
    content: '';
    position: absolute;
    top: 10px;
    left: 50%;
    width: 6px;
    height: 6px;
    background: #ffffff;
    border-radius: 50%;
    transform: translateX(-50%);
    animation: scroll-down 2s infinite;
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.4;
    }
    50% {
        opacity: 1;
    }
}

@keyframes scroll-down {
    0% {
        opacity: 0;
        top: 10px;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        top: 30px;
    }
}

/* Micro-interactions */
.button-3d {
    box-shadow: 0 5px 15px rgba(32, 24, 191, 0.2);
}

.button-3d:hover {
    box-shadow: 0 8px 25px rgba(32, 24, 191, 0.4);
}

/* Fade in animations */
.fade-in-on-scroll {
    opacity: 0 !important;
    transform: translateY(30px);
    transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.fade-in-on-scroll.is-visible {
    opacity: 1 !important;
    transform: translateY(0);
}

/* Apply to existing fade-in-wrapper */
.fade-in-wrapper {
    opacity: 0 !important;
    transform: translateY(30px);
    transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.fade-in-wrapper.is-visible {
    opacity: 1 !important;
    transform: translateY(0);
}

/* Responsive Typography - matching service-section-title breakpoints */
@media screen and (max-width: 991px) {
    .hero-main-title {
        font-size: 10vw;
        line-height: 85%;
        letter-spacing: 1.5px;
    }
    
    /* Target specific class combination for higher specificity */
    .hero-overflow-title.hero-main-title {
        white-space: normal !important;
        word-break: normal;
        text-align: center;
        padding: 0 20px;
    }
    
    .hero-inner {
        padding: 120px 3% 80px;
    }
}

@media screen and (max-width: 767px) {
    .hero-main-title {
        white-space: normal !important;
        text-align: center;
        font-size: 12vw;
        line-height: 1.1;
        letter-spacing: 1px;
    }
    
    /* Target specific class combination */
    .hero-overflow-title.hero-main-title {
        white-space: normal !important;
        text-align: center !important;
        padding: 0 15px !important;
        position: relative !important;
        top: auto !important;
        bottom: auto !important;
        font-size: 16vw !important;
    }
    
    .hero-inner {
        padding: 100px 3% 60px;
    }
}

@media screen and (min-width: 1280px) {
    .hero-main-title {
        font-size: 9rem;
        line-height: 90%;
        letter-spacing: 2.5px;
    }
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
    
    .parallax-container {
        display: none;
    }
    
    .geometric-shape {
        display: none;
    }
    
    .hero-content {
        padding: 1rem;
        display: flex !important;
        flex-direction: column !important;
        justify-content: center !important;
        align-items: center !important;
        text-align: center !important;
    }
    
    .hero-main-title {
        text-align: center !important;
        font-size: 12vw !important;
        line-height: 0.9 !important;
        white-space: normal !important;
        letter-spacing: 2px !important;
    }
    
    /* Ensure specific class combination is handled */
    .hero-overflow-title.hero-main-title {
        white-space: normal !important;
        text-align: center !important;
        word-break: break-word !important;
        padding: 0 20px !important;
        margin: 0 auto !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }
    
    .hero-word {
        margin-right: 0;
    }
}


/* Performance optimization */
@media (prefers-reduced-motion: reduce) {
    .hero-word,
    .parallax-layer,
    .scroll-arrow,
    .scroll-arrow::before {
        animation: none !important;
        transition: none !important;
    }
}

/* Hero image removal */
.hero-image-container {
    display: none;
}

/* Smooth section transitions */
.hero-wrapper {
    position: relative;
}

/* Ensure smooth scrolling */
html {
    scroll-behavior: smooth;
}

/* ================================================================================================
   FILE 8: footer-hover.css (42 lines)
   ================================================================================================ */
/* Footer link hover effects */
.button-line {
  position: relative;
  transition: opacity 0.3s ease;
  overflow: hidden;
}

.button-line:hover {
  opacity: 0.7;
}

.button-line .line-bottom {
  transition: transform 0.3s ease, opacity 0.3s ease;
  transform-origin: left;
  transform: scaleX(0);
  opacity: 0;
}

.button-line:hover .line-bottom,
.button-line.w--current .line-bottom {
  transform: scaleX(1);
  opacity: 1;
}

/* Additional hover effect for the text */
.button-line > div:first-child {
  transition: transform 0.2s ease;
}

.button-line:hover > div:first-child {
  transform: translateX(2px);
}

/* Social links without text should have a visible hover effect */
.button-line:empty + .line-bottom,
.button-line:has(> div:empty) .line-bottom {
  opacity: 0.3;
}

.button-line:hover:empty + .line-bottom,
.button-line:hover:has(> div:empty) .line-bottom {
  opacity: 1;
}

/* Legal Pages Styles */
.legal-content {
  max-width: 800px;
  margin: 0 auto;
}

.legal-meta {
  font-size: 14px;
  color: #666;
  margin-bottom: 40px;
  font-style: italic;
  text-align: center;
}

.legal-section {
  margin-bottom: 40px;
}

.legal-subtitle {
  font-size: 18px;
  font-weight: 600;
  margin: 30px 0 15px 0;
  color: var(--third-color);
}

.legal-list {
  margin: 20px 0;
  padding-left: 0;
  list-style: none;
}

.legal-list li {
  margin-bottom: 12px;
  line-height: 1.6;
  padding-left: 20px;
  position: relative;
}

.legal-list li:before {
  content: "•";
  color: var(--third-color);
  position: absolute;
  left: 0;
}

.contact-details {
  background-color: rgba(32, 24, 191, 0.05);
  padding: 30px;
  border-radius: 8px;
  margin-top: 30px;
  border: 1px solid rgba(32, 24, 191, 0.1);
}

.contact-details p {
  margin-bottom: 15px;
}

.contact-details p:last-child {
  margin-bottom: 0;
}

/* Fix for floating titles on mobile - remove sticky positioning */
@media screen and (max-width: 767px) {
  .hero-inner {
    position: relative !important;
    top: auto !important;
  }
}

/* Vortex Background Canvas Styles */
#particle-canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
  opacity: 0;
  animation: fadeInCanvas 1.5s ease forwards;
}

@keyframes fadeInCanvas {
  to {
    opacity: 1;
  }
}

.hero-wrapper {
  position: relative;
  min-height: 100vh;
  background: #000;
  overflow: hidden;
}

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

