﻿/* Site CSS bundle (static, no build tooling) */
/* Order: normalize -> locomotive-scroll -> styleguide -> components -> style-new */

/* ===== BEGIN normalize.css ===== */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
    font-family: sans-serif;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/**
 * Remove default margin.
 */

body {
    margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

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: url('/assets/img/Cursor_hover.svg'), auto;
    /* 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;
}
/* ===== END normalize.css ===== */

/* ===== BEGIN locomotive-scroll.css ===== */
/*! locomotive-scroll v4.1.3 | MIT License | https://github.com/locomotivemtl/locomotive-scroll */

html.has-scroll-smooth {
    overflow: hidden;
}

html.has-scroll-dragging {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.has-scroll-smooth body {
    overflow: hidden;
}

.has-scroll-smooth [data-scroll-container] {
    min-height: 100vh;
}

[data-scroll-direction="horizontal"] [data-scroll-container] {
    height: 100vh;
    display: inline-block;
    white-space: nowrap;
}

[data-scroll-direction="horizontal"] [data-scroll-section] {
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
    height: 100%;
}

.c-scrollbar {
    position: absolute;
    right: 0;
    top: 0;
    width: 11px;
    height: 100%;
    transform-origin: center right;
    transition: transform 0.3s, opacity 0.3s;
    opacity: 0;
}

.c-scrollbar:hover {
    transform: scaleX(1.45);
}

.c-scrollbar:hover,
.has-scroll-scrolling .c-scrollbar,
.has-scroll-dragging .c-scrollbar {
    opacity: 1;
}

[data-scroll-direction="horizontal"] .c-scrollbar {
    width: 100%;
    height: 10px;
    top: auto;
    bottom: 0;
    transform: scaleY(1);
}

[data-scroll-direction="horizontal"] .c-scrollbar:hover {
    transform: scaleY(1.3);
}

.c-scrollbar_thumb {
    position: absolute;
    top: 0;
    right: 0;
    background-color: black;
    opacity: 0.5;
    width: 7px;
    border-radius: 10px;
    margin: 2px;
    cursor: -webkit-grab;
    cursor: grab;
}

.has-scroll-dragging .c-scrollbar_thumb {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

[data-scroll-direction="horizontal"] .c-scrollbar_thumb {
    right: auto;
    bottom: 0;
}
/* ===== END locomotive-scroll.css ===== */

/* ===== BEGIN styleguide.css ===== */
/* ------------------------- Styleguide ® Code by Dennis -------------------------------------------------- */

/* ------------------------- Fonts -------------------------------------------------- */

@font-face {
    font-family: 'Uncut';
    src: url('../fonts/UncutSans-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Uncut';
    src: url('../fonts/UncutSans-LightItalic.woff2') format('woff2');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Uncut';
    src: url('../fonts/UncutSans-Regular.woff2') format('woff2');
    font-weight: 650;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Uncut';
    src: url('../fonts/UncutSans-RegularItalic.woff2') format('woff2');
    font-weight: 650;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Uncut';
    src: url('../fonts/UncutSans-Bold.woff2') format('woff2');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gulax';
    src: url('../fonts/Gulax-Regular.woff2') format('woff2');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Uncut';
    src: url('../fonts/UncutSans-BoldItalic.woff2') format('woff2');
    font-weight: 800;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Uncut Fallback';
    src: local('Segoe UI');
    font-weight: 300 800;
    font-style: normal;
    size-adjust: 97%;
    ascent-override: 90%;
    descent-override: 22%;
    line-gap-override: 0%;
}

@font-face {
    font-family: 'Gulax Fallback';
    src: local('Arial Black');
    font-weight: 800;
    font-style: normal;
    size-adjust: 103%;
    ascent-override: 88%;
    descent-override: 18%;
    line-gap-override: 0%;
}

/* ------------------------- Colors -------------------------------------------------- */

:root {
    --color-dark: #1C1D20;
    --color-dark-dark: #141517;
    --color-light: #FFFFFF;
    --color-blue: #455CE9;
    --color-blue-dark: #334BD3;
    --color-gray: #999D9E;
    --color-yellow: #e9d245;
    --color-lightgray: #E9EAEB;
    --color-white: #FFFFFF;
    --color-border: rgba(28, 29, 32, 0.175);
    --color-border-solid: #D2D2D2;
    --color-border-light: rgba(255, 255, 255, 0.2);
    --color-border-solid-light: #545557;
    --color-text: #1C1D20;
    --color-text-light: #FFF;
    --alert-error: #ff4444;
    --alert-success: #24C958;
    --animation-primary: all .5s cubic-bezier(.7, 0, .3, 1);
    --animation-fast: all .3s cubic-bezier(.7, 0, .3, 1);
    --animation-smooth: all .7s cubic-bezier(.7, 0, .3, 1);
    --animation-slow: all .9s cubic-bezier(.7, 0, .3, 1);
    --section-padding: clamp(5em, 21vh, 12em);
    --container-padding: clamp(2.5em, 8vw, 8em);
    --gap-padding: clamp(1.5em, 4vw, 2.5em);
}

@media screen and (max-width: 1200px) {
    :root {
        --container-padding: 6vw;
    }
}

@media screen and (max-width: 720px) {
    :root {
        --section-padding: 12vh;
    }
}

@media screen and (max-width: 540px) {
    :root {
        --color-border: rgba(28, 29, 32, 0.225);
        --color-border-light: rgba(255, 255, 255, 0.225);
        --container-padding: clamp(1.25em, 4vw, 2.5em);
        --section-padding: max(2.5em, 12vh);
    }
}

/* ------------------------- Body -------------------------------------------------- */

*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

li,
ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

body {
    -webkit-font-smoothing: antialiased;
    font-family: 'Uncut', 'Uncut Fallback', 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
    color: var(--color-text);
    line-height: 1.6;
    font-weight: 650;
    font-style: normal;
    font-size: 16px;
    font-size: clamp(16px, 1.2vw, 19px);
    background-color: var(--color-dark);
    cursor: url('/assets/img/Cursor.svg'), auto;
}

html,
body {
    width: 100%;
    -webkit-font-smoothing: antialiased;
    position: relative;
    background-color: var(--color-dark);
}

/* Selection */
::selection {
    background-color: var(--color-yellow);
    color: var(--color-blue-dark);
    text-shadow: none;
}

::-moz-selection {
    background-color: var(--color-yellow);
    color: var(--color-blue-dark);
    text-shadow: none;
}


canvas,
img,
video {
    max-width: 100%;
    height: auto;
    box-sizing: border-box;
}

svg {
    max-width: none;
    height: auto;
    box-sizing: border-box;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

li:hover, 
li a:hover, 
li a .btn-text-inner:hover, 
.btn-click:hover {
    cursor: url('/assets/img/Cursor_hover.svg'), auto;
}


/* ------------------------- Typography -------------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
.section-label,
h6,
p,
a,
li,
ul,
ol,
span,
strong,
em {
    padding: 0;
    margin: 0;
    font-style: normal;
    font-weight: 650;
    letter-spacing: normal;
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
p:last-child,
p.big:last-child,
p.small:last-child,
a:last-child,
strong:last-child {
    margin-bottom: 0;
}

h1 {
    font-family: 'Uncut', 'Uncut Fallback', 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
    font-weight: 800;
    font-style: normal;
    font-size: clamp(3.25em, 7vw, 8em);
    line-height: 1.065;
    margin-bottom: 1em;
    font-size: calc(clamp(3.25em, 7vw, 8em) * .875);
}

h2 {
    font-family: 'Uncut', 'Uncut Fallback', 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
    font-weight: 650;
    font-style: normal;
    font-size: calc(clamp(3.25em, 5vw, 4.5em) * .75);
    line-height: 1.065;
    margin-bottom: .66em;
}

h3 {
    font-family: 'Uncut', 'Uncut Fallback', 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
    font-weight: 650;
    font-style: normal;
    font-size: clamp(2.66em, 4.65vw, 5.32em);
    line-height: 1.065;
    margin-bottom: 1em;
}

h4 {
    font-family: 'Uncut', 'Uncut Fallback', 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
    font-weight: 650;
    font-style: normal;
    font-size: clamp(1.55em, 2.3vw, 2.5em);
    line-height: 1.45;
    margin-bottom: 1em;
}

h5,
.section-label {
    font-family: 'Uncut', 'Uncut Fallback', 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
    font-weight: 650;
    font-style: normal;
    font-size: .6em;
    line-height: 1.065;
    margin-bottom: 1em;
    text-transform: uppercase;
    letter-spacing: .05em;
    opacity: .5;
}

p {
    font-family: 'Uncut', 'Uncut Fallback', 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
    font-weight: 650;
    font-style: normal;
    color: var(--text);
    font-size: 1em;
    line-height: 1.66;
    margin-bottom: 1em;
}

p.small {
    font-size: .8em;
    line-height: 1.75;
    letter-spacing: .015em;
}

p.big {
    font-size: 1.2em;
}

strong {
    font-weight: 800;
}

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

p a {
    text-decoration: underline;
}

.theme-dark h1,
.theme-dark h2,
.theme-dark h3,
.theme-dark h4,
.theme-dark h5,
.theme-dark .section-label,
.theme-dark p {
    color: var(--color-white);
}

/* ------------------------- Main Elements -------------------------------------------------- */

.section {
    display: block;
    padding-top: var(--section-padding);
    padding-bottom: var(--section-padding);
    position: relative;
}

.section-wrap {
    display: block;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
}

.section.full-height {
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.section.no-padding {
    padding-top: unset;
    padding-bottom: unset;
}

.container {
    margin: 0 auto;
    padding-left: var(--container-padding);
    padding-right: var(--container-padding);
    max-width: 120em;
}

.container.large {
    padding-left: var(--gap-padding);
    padding-right: var(--gap-padding);
}

.container.medium {
    padding-left: calc(var(--container-padding) * 2);
    padding-right: calc(var(--container-padding) * 2);
}

.container.small {
    padding-left: calc(var(--container-padding) * 3);
    padding-right: calc(var(--container-padding) * 3);
}

.container.no-padding {
    padding-left: unset;
    padding-right: unset;
}

.row {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.row.no-flex {
    display: block;
}

.row.no-wrap {
    flex-wrap: nowrap;
}

.flex-col {
    display: block;
    width: 100%;
    order: 2;
    position: relative;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

img.overlay,
video.overlay {
    object-fit: cover;
}

.line {
    display: block;
    width: 100%;
    height: 1px;
    background-color: var(--color-border);
    margin-top: var(--gap-padding);
    margin-bottom: var(--gap-padding);
}

.stripe {
    display: block;
    width: 100%;
    height: 1px;
    background-color: var(--color-border);
}

.theme-dark .stripe {
    background-color: var(--color-border-light);
}

.no-select {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

@media screen and (max-width: 540px) {
    .section.full-height {
        min-height: 100vh;
        min-height: calc(var(--vh, 1vh) * 100);
        max-height: 100vh;
    }
    .container.medium,
    .container.small {
        padding-left: var(--container-padding);
        padding-right: var(--container-padding);
    }
}

/* ------------------------- Buttons -------------------------------------------------- */

.btn {
    margin-bottom: calc(var(--gap-padding) / 2);
    position: relative;
    z-index: 5;
    border: 0;
    outline: 0;
}

.btn input {
    cursor: url('/assets/img/Cursor_hover.svg'), auto;
}

.btn:hover {
    z-index: 15;
}

.btn:last-child {
    margin-bottom: 0;
}

.btn-click {
    cursor: url('/assets/img/Cursor_hover.svg'), auto;
    border: 0;
    color: var(--primary-dark);
    background: transparent;
    border-radius: 2.125em;
    min-width: 1em;
    height: 4.25em;
    padding: 0;
    font-size: 1em;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    text-decoration: none;
    will-change: transform;
    outline: 0;
    transform: translateZ(0) rotate(0.001deg);
}

.btn-click:hover {
    cursor: url('/assets/img/Cursor_hover.svg'), auto;
}

.btn-normal .btn-click {
    -webkit-box-shadow: inset 0px 0px 0px 1px var(--color-border);
    box-shadow: inset 0px 0px 0px 1px var(--color-border);
}

.btn-fill {
    background: var(--color-blue);
    position: absolute;
    width: 150%;
    height: 200%;
    border-radius: 50%;
    top: -50%;
    left: -25%;
    transform: translate3d(0, -76%, 0);
    will-change: transform;
    transition: background-color ease-in-out .25s;
}

.btn-text {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 0 2.5em;
    z-index: 2;
    color: var(--color-dark);
    position: relative;
    transform: rotate(0.001deg);
    pointer-events: none;
    will-change: transform, color;
}

.ico {
    stroke: var(--color-gray);
    stroke-width: 2px;
    margin-left: .5rem;
    margin-bottom: .1rem;
    height: 15px;
    width: 15px
}

.btn-click:hover {
    text-decoration: none;
}

/* --- Button Normal --- */

.btn-normal.active .btn-click .btn-text-inner {
    color: var(--color-white) !important;
}

.btn-normal.not-active .btn-click .btn-text-inner {
    transition: var(--animation-smooth);
}

.btn-normal.active .btn-click .btn-fill {
    transform: translate3d(0, 0%, 0) !important;
    background-color: var(--color-dark);
}

.btn-normal.not-active .btn-click .btn-fill {
    background-color: var(--color-dark);
    transition: var(--animation-smooth);
}

.count-nr {
    display: inline-block;
    margin-left: .25em;
    opacity: .6;
    font-size: .7em;
    position: relative;
    transform: translate(20%, -15%);
    width: 0;
    position: absolute;
}

.btn-normal .arrow svg g {
    stroke: currentColor;
}

/* --- Button Normal - Theme Dark --- */

.theme-dark .btn-normal .btn-click {
    -webkit-box-shadow: inset 0px 0px 0px 1px var(--color-border-light);
    box-shadow: inset 0px 0px 0px 1px var(--color-border-light);
}

.theme-dark .btn-normal .btn-text .btn-text-inner {
    color: var(--color-white) !important;
}

/* --- Button Normal - Dark --- */

.btn-normal.btn-dark .btn-click {
    -webkit-box-shadow: inset 0px 0px 0px 0px var(--color-border);
    box-shadow: inset 0px 0px 0px 0px var(--color-border);
    background: var(--color-dark);
}

.btn-normal.btn-dark .btn-text .btn-text-inner {
    color: var(--color-white) !important;
}

/* --- Button Link --- */

.btn-link {
    margin: 0;
}

.btn-link .btn-click {
    border: 0;
    height: 2.75em;
    border-radius: 0;
    overflow: visible;
}

.btn-link .btn-text {
    padding: 0 calc(var(--gap-padding) / 2);
    position: relative;
}

.btn-link .btn-click::after {
    content: "";
    position: absolute;
    bottom: -.5em;
    left: 50%;
    display: block;
    width: calc(clamp(16px, 1.2vw, 19px) / 2.75);
    height: calc(clamp(16px, 1.2vw, 19px) / 2.75);
    border-radius: 50%;
    background: var(--color-dark);
    transform: translate(-50%, -50%) scale(0) rotate(0.001deg);
    transition: var(--animation-fast);
    will-change: transform;
}

.btn-link.active .btn-click::after {
    transform: translate(-50%, -50%) scale(1) rotate(0.001deg);
}

.btn-link .btn-click:hover::after {
    transform: translate(-50%, -50%) scale(1) rotate(0.001deg);
}

.links-wrap {
    display: flex;
}

.links-wrap:hover .btn-link .btn-click::after {
    transform: translate(-50%, -50%) scale(0) rotate(0.001deg);
}

.links-wrap:hover .btn-link .btn-click:hover::after {
    transform: translate(-50%, -50%) scale(1) rotate(0.001deg);
}

.theme-dark .btn-link .btn-text {
    color: var(--color-white);
}

.theme-dark .btn-link .btn-click::after {
    background: var(--color-white);
}

/* --- Button Link External --- */

.btn-link.btn-link-external .btn-click {
    border: 0;
    height: 2.25em;
    border-radius: 0;
    overflow: visible;
    margin: 0 calc(var(--gap-padding) / 3);
}

.btn-link.btn-link-external .btn-text {
    padding: 0;
}

.btn-link.btn-link-external .btn-click::after {
    bottom: 0;
    width: 100%;
    height: 1px;
    border-radius: 0;
    background: var(--color-dark);
    transform: translate(-50%, -50%) scale(0, 1) rotate(0.001deg);
}

/* --- Button Link External - Theme Dark --- */

.theme-dark .btn-link.btn-link-external .btn-click::after {
    background: var(--color-white);
}

.theme-dark .btn-link .btn-click:hover::after {
    transform: translate(-50%, -50%) scale(1) rotate(0.001deg);
}

/* --- Button Circle --- */

.btn-round {
    margin: 0;
    z-index: 20;
}

.btn-round .btn-click {
    width: clamp(9em, 12vw, 11em);
    height: clamp(9em, 12vw, 11em);
    border-radius: 50%;
    border: 0;
    background: var(--color-dark);
}

.btn-round .btn-text {
    padding: 0 1em;
    text-align: center;
}

.btn-round .btn-text-inner {
    color: #fff;
}

.btn-round .btn-fill {
    background: var(--color-blue);
}

/* --- Button Circle - Theme Dark --- */

.theme-dark .btn-round .btn-click {
    background: var(--color-blue);
}

.theme-dark .btn-round .btn-fill {
    background: var(--color-blue-dark);
}

/* --- Button © Left Top --- */

.btn-link.btn-left-top .btn-click::after {
    display: none;
}

.btn-link.btn-left-top .credit {
    padding-right: .21em;
}

.btn-link.btn-left-top .credit span {
    position: relative;
    display: block;
    transform: translate(0, 0) rotate(0.001deg);
    transition: var(--animation-primary);
}

.btn-link.btn-left-top:hover .credit span {
    transform: translate(0, 0) rotate(360deg);
}

.btn-link.btn-left-top .cbd {
    overflow: hidden;
    position: relative;
}

.btn-link.btn-left-top .code-by {
    transform: translateX(0) rotate(0.001deg);
    position: relative;
    display: inline-block;
    transition: var(--animation-primary);
}

.btn-link.btn-left-top:hover .code-by {
    transform: translateX(-4.9em) rotate(0.001deg);
}

.btn-link.btn-left-top .mattia {
    transform: translateX(0) rotate(0.001deg);
    position: relative;
    display: inline-block;
    padding-left: .21em;
    padding-right: .2em;
    transition: var(--animation-primary);
}

.btn-link.btn-left-top:hover .mattia {
    padding-right: 2em;
    transform: translateX(-3.7em) rotate(0.001deg);
}

.btn-link.btn-left-top .ippoliti {
    position: absolute;
    opacity: 1;
    padding-left: .21em;
    transition: var(--animation-primary);
    top: 0;
    left: 0;
    transform: translateX(3.25em);
    white-space: nowrap;
}

@media screen and (max-width: 540px) {
    .btn-link.btn-left-top:hover .credit span {
        transform: translate(0, 0) rotate(0.001deg);
    }
    .btn-link.btn-left-top:hover .code-by {
        transform: translateX(0) rotate(0.001deg);
    }
    .btn-link.btn-left-top:hover .mattia {
        padding-right: .2em;
        transform: translateX(0) rotate(0.001deg);
    }
}

/* --- Button Hamburger --- */

.btn-hamburger {
    position: fixed;
    top: calc(var(--gap-padding) / 1.5);
    right: calc(var(--gap-padding) / 1.5);
    transition: transform .4s cubic-bezier(0.36, 0, 0.66, 0);
    transform: translateY(0%) scale(0) rotate(0.001deg);
    z-index: 105;
}

.btn-hamburger:hover {
    z-index: 105;
}

.btn-hamburger .btn-click,
.btn-hamburger .btn-text {
    width: clamp(4em, 5.5vw, 5em);
    height: clamp(4em, 5.5vw, 5em);
    border-radius: 50%;
}

.btn-hamburger .btn-click {
    border: 0;
    background-color: var(--color-dark);
    transition: background-color .25s cubic-bezier(0.36, 0, 0.66, 0), box-shadow .25s cubic-bezier(0.36, 0, 0.66, 0);
    -webkit-box-shadow: inset 0px 0px 0px 1px var(--color-border-light);
    box-shadow: inset 0px 0px 0px 1px var(--color-border-light);
}

.nav-active .btn-hamburger .btn-click {
    -webkit-box-shadow: inset 0px 0px 0px 1px transparent !important;
    box-shadow: inset 0px 0px 0px 1px transparent !important;
}

.btn-hamburger .btn-fill {
    background-color: var(--color-blue);
}

.btn-hamburger .btn-text-inner {
    color: var(--color-white);
    opacity: 0;
}

.btn-hamburger .btn-bars {
    position: absolute;
    width: 28%;
    height: 8%;
    opacity: 1;
}

.btn-hamburger .btn-text {
    position: relative;
}

.btn-hamburger .btn-bars::before,
.btn-hamburger .btn-bars::after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    height: 1px;
    width: 100%;
    transform: translate(-50%, -50%) rotate(0.001deg);
    background: var(--color-white);
    transition: var(--animation-fast);
}

.btn-hamburger .btn-bars::before {
    top: 0;
    transform: translate(-50%, -50%);
}

.btn-hamburger .btn-bars::after {
    top: 100%;
    transform: translate(-50%, -50%);
}

.btn-hamburger.active .btn-bars::before {
    top: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
}

.btn-hamburger.active .btn-click {
    background-color: var(--color-blue);
}

.btn-hamburger.active .btn-bars::after {
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
}

main.scrolled .btn-hamburger {
    transition: transform .4s cubic-bezier(0.34, 1.5, 0.64, 1);
    transform: translateY(0%) scale(1) rotate(0.001deg);
}

main .btn-hamburger.active {
    transform: translateY(0%) scale(1) rotate(0.001deg);
}

#contact .btn-hamburger .btn-click {
    -webkit-box-shadow: inset 0px 0px 0px 1px var(--color-border-light) !important;
    box-shadow: inset 0px 0px 0px 1px var(--color-border-light) !important;
}

#contact .nav-active .btn-hamburger .btn-click {
    -webkit-box-shadow: inset 0px 0px 0px 1px transparent !important;
    box-shadow: inset 0px 0px 0px 1px transparent !important;
}

/* --- Contact Experience Menu --- */

#about .about-contact {
    margin: 2rem 0
}

#about .about-contact,
#about .about-contact li {
    display: flex;
    align-items: center;
    list-style: none
}

#about .about-contact li {
    flex: 0 0 auto;
    margin: 0 1rem 0 0;
    color: var(--gray)
}

#about .about-contact a {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    text-decoration: none
}

#about .about-contact a.bt {
    background: var(--purple);
    color: var(--bg);
    padding: 0 1rem;
    height: 2rem;
    border-radius: 3rem;
    margin-left: 1rem;
    line-height: 2rem
}

#about .about-contact a.bt .ico {
    margin-left: .5rem;
    height: 14px;
    width: 14px
}

#about .about-contact a.bt:hover {
    background: var(--light)
}

#about .about-contact a .ico {
    flex: 0 0 auto;
    overflow: visible;
    width: 1.5rem;
    height: 1.5rem;
    stroke: var(--bg);
    fill: var(--purple);
    stroke-width: 2px;
    transition: fill .4s ease-out, stroke .4s ease-out
}

#about .about-contact a:hover .ico {
    fill: var(--light)
}

#about .about-grid {
    padding: 3rem 2rem 0 0;
    margin-right: -25vw;
    width: 75vw
}

#about .about-grid h2 {
    font-size: 1.2rem;
    margin-bottom: 1rem
}

#about .about-grid h2 span {
    font-weight: 400
}

#about .about-grid .columns {
    margin-bottom: 2rem
}

#about .about-grid ul {
    display: grid;
    grid-template: 1fr/repeat(4, 1fr);
    grid-gap: 2rem;
    grid-row-gap: 1rem
}

#about .about-grid li {
    list-style: none;
    margin: 0;
    font-size: 1rem;
    line-height: 1.5em;
    color: var(--gray)
}

#about .about-grid .tools {
    display: grid;
    grid-template: 1fr/repeat(4, 1fr);
    grid-gap: 2rem;
    grid-row-gap: 1rem
}

#about .about-grid .tools ul {
    display: block
}

@media screen and (max-width:1024px) {
    #about:before {
        position: absolute;
        width: 100%;
        height: 60vh;
        background-image: linear-gradient(270deg, var(--bg), rgba(var(--bg-rgb), 0) 80%), linear-gradient(0deg, var(--bg), rgba(var(--bg-rgb), 0) 60%), url(../img/iuri-de-paula.16d3bf63.jpg)
    }

    #about .about-grid {
        padding: 3rem 1rem 0 0;
        margin: 0;
        width: calc(100vw - 4rem)
    }
}

@media screen and (max-width:768px) {

    #about .about-grid .tools,
    #about .about-grid ul {
        grid-template: 1fr/repeat(3, 1fr)
    }

    #about .about-grid .tools ul {
        display: block
    }
}

@media screen and (max-width:568px) {
    #about:before {
        height: 80vh;
        background-image: linear-gradient(270deg, var(--bg), rgba(var(--bg-rgb), 0) 50%), linear-gradient(0deg, var(--bg), rgba(var(--bg-rgb), 0) 60%), url(../img/iuri-de-paula.16d3bf63.jpg)
    }

    #about .static-container {
        padding-top: 65vh
    }

    #about .about-grid .tools,
    #about .about-grid ul {
        grid-template: 1fr/1fr;
        grid-gap: 1rem
    }

    #about .about-grid .tools ul {
        display: block
    }

    #about .about-contact {
        flex-flow: row wrap
    }

    #about .about-contact li:last-child {
        flex: 0 0 100%;
        margin: 1rem 0 0
    }
}

/* --- Button Menu --- */

.btn-menu .btn-click::after,
.links-wrap:hover .btn-menu .btn-click:hover::after {
    left: 0;
    bottom: 50%;
    transform: translate(-50%, 50%) scale(1) rotate(0.001deg);
}

.theme-dark .btn-menu .btn-click::after,
.theme-dark .btn-menu .btn-click:hover::after {
    background: var(--color-white);
}

/* --- Button Icon --- */

.btn-icon .btn-click {
    width: 4.25em;
}

.btn-icon .btn-click .btn-text-inner {
    display: flex;
}

/* ------------------------- Social Icons -------------------------------------------------- */

.s-icon {
    position: relative;
    overflow: hidden;
    width: 1.75em;
    height: 1.75em;
    margin-right: .15em;
    margin-left: .15em;
    border-radius: 50%;
    background-color: var(--primary);
    transition: var(--animation-primary);
    display: block;
    float: left;
}

.s-icon .s-icon-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(0.0001deg);
    width: 65%;
    transition: var(--animation-primary);
}

.s-icon .s-icon-wrap:nth-of-type(2) {
    transform: translate(-50%, 100%) rotate(0.0001deg);
}

.s-icon .s-icon-wrap svg {
    display: block;
    width: 100%;
}

.s-icon .s-icon-wrap svg path {
    fill: var(--white);
}

.s-icon:hover {
    background: var(--secondary);
    cursor: url('/assets/img/Cursor_hover.svg'), auto;
}

.s-icon:hover .s-icon-wrap:nth-of-type(1) {
    transform: translate(-50%, -200%) rotate(0.0001deg);
}

.s-icon:hover .s-icon-wrap:nth-of-type(2) {
    transform: translate(-50%, -50%) rotate(0.0001deg);
}

/* ------------------------- Color Box -------------------------------------------------- */

.color-box {
    width: calc(33.333% - 1.333em);
    background: var(--primary-dark);
    font-weight: 500;
    color: var(--white);
    margin-right: 2em;
    margin-top: 2em;
}

.color-box:nth-child(3),
.color-box:nth-child(6) {
    margin-right: 0;
}

.color-box:before {
    content: "";
    display: block;
    padding-top: 40%;
}

.color-box .overlay {
    padding: 1em;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.color-box.dark {
    background: var(--color-dark);
    box-shadow: inset 0 0 0 1px var(--primary-light);
    color: white;
}

.color-box.gray {
    background: var(--color-gray);
    color: white;
}

.color-box.blue {
    background: var(--color-blue);
    color: white;
}

.color-box.white {
    background: #fff;
    box-shadow: inset 0 0 0 1px var(--color-border);
}

.color-box.light-gray {
    background: var(--color-lightgray);
    box-shadow: inset 0 0 0 1px var(--color-border);
}

.color-box.border {
    background: var(--color-border);
}

@media screen and (max-width: 1000px) {
    .color-box {
        width: calc(50% - 1em);
    }
    .color-box:nth-child(3),
    .color-box:nth-child(6) {
        margin-right: 2em;
    }
    .color-box:nth-child(even) {
        margin-right: 0;
    }
}

@media screen and (max-width: 720px) {
    .color-box {
        width: 100%;
    }
    .color-box:nth-child(even),
    .color-box:nth-child(odd) {
        margin-right: 0;
    }
}

/* ------------------------- Form -------------------------------------------------- */

.section-form {
    background: var(--color-dark);
}

.section-form+.footer-rounded-div .rounded-div {
    background: var(--color-dark);
}

.form {
    width: 100%;
    display: block;
}

.form-container {
    width: 100%;
}

.hidden-field,
.website-field {
    position: absolute;
    left: -9999px;
}

.form input,
.form textarea,
.form select {
    border: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.grecaptcha-badge {
    top: calc(100% - 120px) !important;
    transform: translate(0, -50%);
    box-shadow: rgba(0, 0, 0, 0.20) 0px 2px 5px !important;
    visibility: hidden;
}

.form-col {
    display: block;
    width: 100%;
    font-size: 1.33em;
    border-bottom: 1px solid var(--color-border-light);
    padding: 0 2.75em;
    position: relative;
}

.form-col:nth-child(2) {
    border-top: 1px solid var(--color-border-light);
}

.form .field {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    width: 100%;
    padding: 1em 0 2em 0;
    border: 0;
    background: transparent;
    border-radius: 0;
    font-weight: 650;
    font-size: 1em;
    color: var(--color-white);
    display: block;
    margin-top: -.33em;
    background: transparent !important;
}

.form .form-col .section-label {
    position: absolute;
    left: 0;
    top: 3.4em;
    opacity: .33;
}

.form .field:focus {
    outline: 0;
    outline-width: 1px !important;
    outline-offset: 0px;
    border-radius: 0;
    border: 0;
}

.form .field::before {
    position: absolute;
    left: 0;
    width: .25em;
    height: .25em;
    content: "";
    top: 0;
    background: var(--color-white);
    border-radius: 50%;
}

.form .field::-webkit-input-placeholder,
.form .field::placeholder {
    color: var(--color-white);
    opacity: .33;
    font-weight: 650;
}

.form textarea.field {
    resize: vertical;
    resize: none;
}

.form .label {
    width: 100%;
    display: block;
    margin-bottom: 0;
    color: var(--color-white);
    font-weight: 650;
    padding-top: 1.66em;
    transition: color .2s ease-in-out, transform .2s ease-in-out, opacity .2s ease-in-out;
}

.form-btn {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    border: 0;
    outline: 0;
    color: var(--color-white);
    z-index: 10;
}

.btn-contact-send {
    float: right;
    transform: translate(-20%, -60%);
    position: relative;
    z-index: 5;
}

.btn-contact-send .btn-text {
    pointer-events: all;
}

.form .form-col.not-empty .label {
    opacity: .33;
}

/* --- Arlert Options --- */

.alert {
    font-size: 1rem;
    transform: translateY(-1.5em);
    position: relative;
    line-height: 1.1em;
    background: var(--color-dark);
    padding-bottom: 0.75em;
}

.alert span,
.alert p,
.alert strong {
    color: var(--alert-error);
    font-size: 1em;
    font-weight: 650;
    line-height: 1rem;
    margin: 0;
}

.alert::before {
    position: absolute;
    content: "";
    left: -3.85em;
    width: .3em;
    height: .3em;
    background: var(--alert-error);
    border-radius: 50%;
    top: .35em;
}

.alert-success {
    transform: translateY(0);
}

.alert-success span,
.alert-success p,
.alert-success strong {
    color: var(--alert-success);
}

.alert-success::before {
    background: var(--alert-success);
}

/* --- Custom Checkbox --- */

.form .checkbox-button {
    display: flex;
    margin-bottom: .5em;
    padding-left: 1.25em;
    align-items: center;
    font-size: 1em;
    font-weight: 650;
}

.form .checkbox-button:last-child {
    margin-bottom: 2.2em;
}

.form .checkbox-button:hover {
    cursor: url('/assets/img/Cursor_hover.svg'), auto;
}

.form .checkbox-button input {
    opacity: 0;
    position: absolute;
    z-index: -1;
}

.form .checkbox-button span {
    height: 1.1em;
    margin-bottom: 0px;
    color: var(--color-white);
    order: 2;
    display: inline-block;
    opacity: .33;
}

.form .checkbox-button .custom-check {
    position: relative;
    order: 1;
    width: .85em;
    height: .85em;
    margin-top: .5em;
    margin-right: 0.5em;
    margin-left: -1.25em;
    border: 1px solid var(--color-border-light);
    border-radius: 0em;
    box-shadow: 0;
    overflow: hidden;
}

.form .checkbox-button .custom-check:after {
    display: block;
    opacity: 0;
    visibility: hidden;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    background-color: var(--color-blue);
    background-image: url("../img/Singapore.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.form .checkbox-button input:checked~.custom-check:after {
    opacity: 1;
    visibility: visible;
}

.form .checkbox-button:hover input~.custom-check {
    background-color: rgba(255, 255, 255, 0.1);
}

.form .checkbox-button input:checked~.custom-check {
    background-color: var(--color-blue);
    border: 1px solid var(--color-blue);
}

.form .checkbox-button input:checked~span {
    color: var(--color-white);
    font-weight: 650;
    opacity: 1;
}

/* --- Custom Radio --- */

.form .checkbox-button .custom-radio {
    position: relative;
    order: 1;
    width: .85em;
    height: .85em;
    margin-top: .5em;
    margin-right: 0.5em;
    margin-left: -1.25em;
    border: 1px solid var(--color-border-light);
    border-radius: 0em;
    box-shadow: 0;
    overflow: hidden;
    border-radius: 50%;
}

.form .checkbox-button .custom-radio:after {
    display: block;
    opacity: 0;
    visibility: hidden;
    content: "";
    width: 6px;
    height: 6px;
    top: 6px;
    left: 6px;
    position: absolute;
    background: var(--color-white);
    border-radius: 50%;
}

.form .checkbox-button input:checked~.custom-radio:after {
    opacity: 1;
    visibility: visible;
}

.form .checkbox-button:hover input~.custom-radio {
    background-color: rgba(255, 255, 255, 0.1);
}

.form .checkbox-button input:checked~.custom-radio {
    background-color: var(--color-blue);
    border: 1px solid var(--color-blue);
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    -webkit-text-fill-color: #000;
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
    box-shadow: 0 0 0px 1000px #fff inset;
    transition: background-color 5000s ease-in-out 0s;
}

input[type=radio] {
    -webkit-appearance: none;
}


/* ===== END styleguide.css ===== */

/* ===== BEGIN components.css ===== */
/* ------------------------- Components Â® Code by Dennis -------------------------------------------------- */

/* ------------------------- Span Lines H4 -------------------------------------------------- */

.span-lines.animate .span-line {
    position: relative;
    display: inline-flex;
    overflow: hidden;
}

.span-lines.animate .span-line .span-line-inner {
    position: relative;
    display: block;
}

.js .span-lines.animate:not(.is-split-ready) {
    visibility: hidden;
}

/* ------------------------- Arrow -------------------------------------------------- */

.arrow {
    position: relative;
    width: clamp(.9em, 1.1vw, 1.1em);
}

.arrow.big {
    position: relative;
    width: clamp(1.1em, 1.3vw, 1.25em);
}

.arrow svg {
    display: block;
    width: 100%;
}

/* ------------------------- PF -------------------------------------------------- */

.profile-picture {
    position: relative;
    display: inline-flex;
    border-radius: 50%;
    background: url("../img/profile.png") center center no-repeat;
    background-size: cover;
    width: clamp(4.5em, 6.5vw, 8em);
    height: clamp(4.5em, 6.5vw, 8em);
}

.profile-picture-bw {
    position: relative;
    display: inline-flex;
    border-radius: 50%;
    background: url("../img/profile_circular_notion.png") center center no-repeat;
    background-size: cover;
    width: clamp(4.5em, 6.5vw, 8em);
    height: clamp(4.5em, 6.5vw, 8em);
}


/* ------------------------- Pattern Dots -------------------------------------------------- */

.dots {
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    pointer-events: none;
    background: url("../img/dotted.svg") bottom right;
    background-size: 1.25em 1.25em;
    position: absolute;
}

/* ------------------------- Rounded Div -------------------------------------------------- */

.rounded-div-wrap {
    width: 100%;
    top: 0;
    position: relative;
    height: 10vh;
    overflow: hidden;
}

.rounded-div {
    width: 150%;
    content: "";
    display: block;
    position: absolute;
    background: var(--color-white);
    height: 750%;
    left: 50%;
    border-radius: 50%;
    transform: translate(-50%, -86.666%);
    z-index: 1;
}

/* ------------------------- Default Header -------------------------------------------------- */

.default-header {
    padding-top: calc(var(--section-padding) * 1.33);
    padding-bottom: calc(var(--section-padding) * .66);
}

.default-header.theme-dark {
    background: var(--color-dark);
}

.default-header h1 span {
    display: block;
}

@media screen and (max-width: 720px) {
    .default-header {
        padding-top: calc(var(--section-padding) * 1.95);
        padding-bottom: calc(var(--section-padding) * .75);
    }
    .default-header h1 span {
        display: unset;
    }
}

@media screen and (max-width: 460px) {
    .default-header h1 {
        font-size: 10vw;
        font-size: calc(clamp(3.25em, 7vw, 8em) * .875);
    }
}
/* ===== END components.css ===== */

/* ===== BEGIN style-new.css ===== */
/* ------------------------- Style -------------------------------------------------- */
main {
    box-sizing: border-box;
    overflow: hidden;
    width: 100vw;
    position: fixed;
    height: 100%;
    background: var(--color-white);
}

.main-wrap::after {
    display: block;
    position: absolute;
    content: "";
    width: 100%;
    height: 5vh;
    top: 99%;
    left: 0;
    background: var(--color-dark);
    z-index: -1;
}

.main-wrap {
    box-sizing: border-box;
    width: 100vw;
    will-change: transform;
    position: fixed;
}

html.touch-device main {
    position: relative;
    height: auto;
}

html.touch-device main .main-wrap {
    position: relative;
}

@media screen and (max-width: 1024px) {
    main {
        position: relative;
    }
    .main-wrap {
        position: relative;
    }
}


/* ------------------------- Second cursor mouse -------------------------------------------------- */

.second-circle {
    position: fixed;
    background-color: var(--color-yellow);
    width: 12px;
    height: 12px;
    left: -12px; /* Adjusted the initial left position */
    top: -18px;  /* Adjusted the initial top position */
    border-radius: 100%;
    z-index: 10000;
    transform: scale(1);
    transform-origin: 50% 50%; /* Center the scaling */
}

@media screen and (max-width: 720px) {
    .second-circle-follow {
        display: none; 
    }
}

@media screen and (max-width: 540px) {
    .second-circle-follow {
        display: none;
    }
}

/* Specifically target touch devices */
@media (hover: none) and (pointer: coarse) {
    .second-circle-follow {
      display: none !important; /* Force-hide custom cursor on touch devices */
    }
  }

.hide-circles {
    display: none;
}

/* ------------------------- Page Transition -------------------------------------------------- */

.no-scroll-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    z-index: 900;
    display: none;
}

.loading-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    z-index: 800;
    pointer-events: none;
    background: transparent;
}

.loading-screen {
    position: relative;
    padding: 0;
    width: 100%;
    height: 100%;
    left: 0;
    will-change: top;
}

.loading-screen,
.loading-container .rounded-div-wrap.top .rounded-div,
.loading-container .rounded-div-wrap.bottom .rounded-div {
    background: var(--color-dark-dark);
}

.loading-container .rounded-div-wrap.top .rounded-div,
.loading-container .rounded-div-wrap.bottom .rounded-div {
    height: 745%;
}

.loading-container .rounded-div-wrap.top {
    top: 0;
    position: absolute;
    transform: translateY(-99%) scale(1, -1);
    z-index: 2;
    height: 0vh;
    will-change: height;
}

.loading-container .rounded-div-wrap.bottom {
    top: unset;
    bottom: 0;
    position: absolute;
    transform: translateY(99%);
    z-index: 2;
    height: 0vh;
    will-change: height;
}

.loading-container .loading-words {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    pointer-events: none;
    display: block;
    will-change: opacity;
}

.loading-container .loading-words h2 {
    margin: 0;
    padding: 0;
    color: var(--color-white);
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    display: none;
    padding-left: .6em;
    white-space: nowrap;
    padding-right: .4em;
    will-change: opacity;
}

.loading-container .loading-words h2.jap {
    font-size: calc(clamp(3.25em, 5vw, 4.5em) * .65);
    transform: translate(-50%, 10%);
}

.loading-container .dot {
    display: block;
    position: absolute;
    border-radius: 50%;
    background: var(--color-white);
    left: 0;
    top: 47%;
    bottom: auto;
    width: calc(clamp(16px, 1.2vw, 19px) / 1.65);
    height: calc(clamp(16px, 1.2vw, 19px) / 1.65);
    transform: translate(0, 0) scale(1);
}

.loading-container .loading-words h2.active {
    display: block;
}

.loading-container .loading-words .home-active,
.loading-container .loading-words .home-active-last {
    opacity: 0;
    display: none;
}

.loading-fade {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    z-index: 90;
    background: #FFF;
    visibility: hidden;
    opacity: 0;
}

.once-in {
    will-change: opacity;
}

@media screen and (max-width: 540px) {
    /* .loading-container .loading-words h2 {
      padding-left: 0;
   } */
    /* .loading-container .dot {
      display: none;
   } */
    .loading-container .dot {
        top: 42%;
    }
}

/* ------------------------- Top Bar -------------------------------------------------- */

.nav-bar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: transparent;
    z-index: 5;
    transform: translate(0, 0) rotate(0.001deg);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: calc(var(--gap-padding) / 2) calc(var(--gap-padding) / 2);
}

.btn-link.btn-left-top .cbd-logo-image{
    width: 5em;
    transform: translateX(0) rotate(0.001deg);
    position: relative;
    display: inline-block;
    transition: var(--animation-primary);
}

.btn-link.btn-left-top:hover .cbd-logo-image{
    transform: translateX(-4.9em) rotate(0.001deg);
}

.nav-bar .links-wrap li:last-child {
    display: none;
}

@media screen and (max-width: 540px) {
    .nav-bar {
        padding: calc(var(--gap-padding) / 1) calc(var(--gap-padding) * .5) calc(var(--gap-padding) / 1) calc(var(--gap-padding) * .33);
    }
    .nav-bar .links-wrap li {
        display: none;
    }
    .nav-bar .links-wrap li:last-child {
        display: block;
    }
    .btn-link.btn-left-top:hover .cbd-logo-image{
        transform: translate(0, 0) rotate(0.001deg);
    }
}

@media screen and (max-width: 380px) {
    .btn-text{
        font-size: 0.9em;
    }
}

/* Media query for 12 to 15-inch screens (between 1024px and 1600px) */
@media only screen and (min-width: 1024px) and (max-width: 1600px) {

    .btn-text-menu {
        font-size: 0.85em; /* Ensure button text size is also smaller */
    }
}

/* ------------------------- Dynamic Notch -------------------------------------------------- */

:root {
    --dynamic-notch-safe-top: 0px;
}

@supports (top: constant(safe-area-inset-top)) {
    :root {
        --dynamic-notch-safe-top: constant(safe-area-inset-top);
    }
}

@supports (top: env(safe-area-inset-top)) {
    :root {
        --dynamic-notch-safe-top: env(safe-area-inset-top);
    }
}

.dynamic-notch {
    --dynamic-notch-cursor: url('/assets/img/Cursor_hover.svg') 15 15, default;
    --dynamic-notch-shape-closed: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 215 33'%3E%3Cpath d='M9.85197 0C12.6134 0 14.852 2.23858 14.852 5V22.4579C14.852 27.9808 19.3291 32.4579 24.852 32.4579H190.502C196.025 32.4579 200.502 27.9808 200.502 22.4579V5C200.502 2.23858 202.74 0 205.502 0H215L213.502 -1.90735e-06L0 0H9.85197Z' fill='white'/%3E%3C/svg%3E");
    --dynamic-notch-shape-open: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 608 143'%3E%3Cg transform='translate(-35 -35)'%3E%3Cpath d='M57 35C68.0457 35 77 43.9543 77 55V137.5C77 159.591 94.9086 177.5 117 177.5H562C584.091 177.5 602 159.591 602 137.5V55C602 43.9543 610.954 35 622 35H643H35H57Z' fill='white'/%3E%3C/g%3E%3C/svg%3E");
    --dynamic-notch-shape: var(--dynamic-notch-shape-closed);
    position: fixed;
    top: var(--dynamic-notch-safe-top, 0px);
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
    transition: opacity .3s ease, transform .35s ease;
}

.dynamic-notch.is-expanded {
    --dynamic-notch-shape: var(--dynamic-notch-shape-open);
}

.dynamic-notch.is-nav-obscured {
    z-index: 89;
    opacity: 0;
    pointer-events: none;
    transform: translate(-50%, -1rem) scale(.96);
}

.dynamic-notch-frame {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: visible;
}

.dynamic-notch-shell {
    max-width: calc(100vw - 24px);
    position: relative;
    overflow: visible;
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
    cursor: var(--dynamic-notch-cursor) !important;
    outline: none;
    user-select: none;
    -webkit-user-select: none;
    will-change: width, height, transform;
    isolation: isolate;
}

.dynamic-notch-shell *,
.dynamic-notch a,
.dynamic-notch a *,
.dynamic-notch .btn-click,
.dynamic-notch .btn-text,
.dynamic-notch .btn-text-inner {
    cursor: var(--dynamic-notch-cursor) !important;
}

.dynamic-notch-shell::before {
    display: none;
}

.dynamic-notch.is-expanded .dynamic-notch-shell::before {
    display: none;
}

.dynamic-notch-surface {
    width: 100%;
    height: 100%;
    background: rgba(18, 19, 23, .52);
    color: var(--color-white);
    border-radius: 0;
    border: 1px solid rgba(242, 242, 242, .08);
    box-shadow: 0 10px 24px rgba(0, 0, 0, .28), 0 3px 8px rgba(0, 0, 0, .28);
    backdrop-filter: blur(18px) saturate(102%);
    -webkit-backdrop-filter: blur(18px) saturate(102%);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 2;
    -webkit-mask-image: var(--dynamic-notch-shape);
    mask-image: var(--dynamic-notch-shape);
    -webkit-mask-mode: alpha;
    mask-mode: alpha;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-position: top center;
    mask-position: top center;
    box-sizing: border-box;
}

.dynamic-notch-surface::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(242, 242, 242, .045) 0%, rgba(242, 242, 242, 0) 62%);
    opacity: .32;
    pointer-events: none;
    z-index: 2;
    mix-blend-mode: normal;
    animation: none;
}

.dynamic-notch-surface::after {
    content: "";
    position: absolute;
    inset: 0;
    padding: 2.8px;
    background-image: radial-gradient(96% 146% at 50% 118%, rgba(255, 255, 255, .24) 0%, rgba(255, 255, 255, .12) 40%, rgba(255, 255, 255, .05) 62%, rgba(255, 255, 255, 0) 80%);
    background-repeat: no-repeat;
    background-size: 170% 180%;
    background-position: 50% 100%;
    filter: blur(6px);
    opacity: .18;
    pointer-events: none;
    z-index: 3;
    mix-blend-mode: screen;
    -webkit-clip-path: inset(38% 0 0 0);
    clip-path: inset(38% 0 0 0);
    -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    animation: dynamicNotchSonarSweep 8.8s ease-in-out infinite alternate;
}

.dynamic-notch-trace {
    display: none;
}

.dynamic-notch-trace-open {
    opacity: 0;
}

.dynamic-notch.is-expanded .dynamic-notch-trace-open {
    opacity: 1;
}

.dynamic-notch.is-expanded .dynamic-notch-trace-closed {
    opacity: 0;
}

.dynamic-notch-trace path {
    fill: none;
    vector-effect: non-scaling-stroke;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.dynamic-notch-trace-base {
    stroke: rgba(126, 133, 145, .34);
    stroke-width: 1;
}

.dynamic-notch-trace-sweep-halo {
    stroke-dashoffset: 0;
    animation: dynamicNotchCurvePingPong 5.5s linear infinite alternate;
}

.dynamic-notch-trace-sweep-halo {
    --dynamic-notch-sweep-opacity: .34;
    stroke: rgba(168, 174, 186, .52);
    stroke-width: 18;
    stroke-dasharray: 72 28;
    filter: blur(.6px);
    opacity: .2;
    mix-blend-mode: normal;
}

.dynamic-notch-trace-sweep-core {
    display: none;
}

.dynamic-notch-trace-open .dynamic-notch-trace-sweep-halo {
    stroke-width: 22;
    stroke-dasharray: 74 26;
}

@keyframes dynamicNotchCurvePingPong {
    0% {
        stroke-dashoffset: 0;
        opacity: .22;
    }
    100% {
        stroke-dashoffset: -100;
        opacity: var(--dynamic-notch-sweep-opacity, .34);
    }
}

@keyframes dynamicNotchSonarSweep {
    0% {
        background-position: -30% 100%;
        opacity: .12;
    }
    20% {
        opacity: .22;
    }
    55% {
        opacity: .20;
    }
    100% {
        background-position: 130% 100%;
        opacity: .14;
    }
}

@media (prefers-reduced-motion: reduce) {
    .dynamic-notch-surface::after {
        animation: none;
        background-position: 50% 100%;
        opacity: .16;
    }
    .dynamic-notch-trace-sweep-halo {
        animation: none;
        opacity: .16;
    }
}

.dynamic-notch-shell:focus-visible .dynamic-notch-surface {
    box-shadow: 0 .85rem 1.7rem rgba(0, 0, 0, .3), inset 0 0 0 1px rgba(255, 255, 255, .06), 0 0 0 2px rgba(69, 92, 233, .45);
}

.dynamic-notch-border {
    display: none;
}

.dynamic-notch-border-left {
    left: 0;
}

.dynamic-notch-border-right {
    right: 0;
}

.dynamic-notch-border-shadow {
    width: 24px;
    height: 24px;
    transform: none;
    transform-origin: 50% 50%;
    opacity: 1;
}

.dynamic-notch-border-left .dynamic-notch-border-shadow {
    border-top-right-radius: 12px;
    box-shadow: 8px -34px 0px 1px #1c1d20;
}

.dynamic-notch-border-right .dynamic-notch-border-shadow {
    border-top-left-radius: 12px;
    box-shadow: -4px -34px 0px 1px #1c1d20;
}

.dynamic-notch.is-expanded .dynamic-notch-border-left .dynamic-notch-border-shadow {
    border-top-right-radius: 32px;
}

.dynamic-notch.is-expanded .dynamic-notch-border-right .dynamic-notch-border-shadow {
    border-top-left-radius: 32px;
}

.dynamic-notch-compact,
.dynamic-notch-expanded {
    width: 100%;
    display: flex;
    align-items: center;
    flex: 0 0 auto;
    box-sizing: border-box;
    position: relative;
    z-index: 5;
}

.dynamic-notch-compact {
    height: var(--dynamic-notch-compact-height, 57.6px);
    padding: 8px 46px;
    gap: 11px;
}

.dynamic-notch-avatar {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
    flex: 0 0 auto;
    border: 1px solid rgba(255, 255, 255, .2);
}

.dynamic-notch-avatar-link {
    display: inline-flex;
    flex: 0 0 auto;
    line-height: 0;
    text-decoration: none;
}

.dynamic-notch-text {
    display: flex;
    flex-direction: column;
    min-width: 0;
    max-width: 50%;
    line-height: 1.3;
}

.dynamic-notch.is-expanded .dynamic-notch-text {
    max-width: 46%;
}

.dynamic-notch-name {
    font-size: 14px;
    color: var(--color-white);
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dynamic-notch-role {
    font-size: 13px;
    color: rgba(255, 255, 255, .62);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dynamic-notch-time {
    margin-left: auto;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -.02em;
    color: var(--color-white);
    white-space: nowrap;
    display: inline-block;
    min-width: 8ch;
    text-align: right;
    font-variant-numeric: tabular-nums;
}

.dynamic-notch-expanded {
    height: var(--dynamic-notch-expanded-row-height, 32px);
    padding: 8px 26px;
    justify-content: space-between;
    gap: 8px;
}

.dynamic-notch.is-expanded .dynamic-notch-expanded {
    padding-left: 46px;
    padding-right: 46px;
}

.dynamic-notch-links {
    display: inline-flex;
    align-items: center;
    gap: 24px;
}

.dynamic-notch.is-expanded .dynamic-notch-links {
    margin-left: 20px;
}

.dynamic-notch-links .btn {
    margin: 0;
    z-index: 1;
}

.dynamic-notch-links .btn:hover {
    z-index: 1;
}

.dynamic-notch-links a {
    width: auto;
    height: auto;
    text-decoration: none;
    color: rgba(255, 255, 255, .62);
    background: transparent;
    border: 0;
    cursor: var(--dynamic-notch-cursor) !important;
    transition: transform .3s cubic-bezier(.7, 0, .3, 1), background .3s cubic-bezier(.7, 0, .3, 1), border-color .3s cubic-bezier(.7, 0, .3, 1), color .3s cubic-bezier(.7, 0, .3, 1);
}

.dynamic-notch-links .btn-link .btn-click {
    height: auto;
}

.dynamic-notch-links .btn-link.btn-link-external .btn-click {
    margin: 0;
    height: auto;
}

.dynamic-notch-links .btn-click.magnetic {
    min-width: 0;
    width: auto;
    height: auto;
    border-radius: 0;
    overflow: visible;
    padding: 0;
}

.dynamic-notch-links .btn-text {
    width: auto;
    height: auto;
    padding: 0;
}

.dynamic-notch-icon {
    display: none;
    width: 18px;
    height: 18px;
    flex: 0 0 auto;
}

.dynamic-notch-icon svg {
    width: 100%;
    height: 100%;
    display: block;
    fill: currentColor;
}

.dynamic-notch-links .btn-text-inner {
    font-size: 13px;
    line-height: 1.1;
    letter-spacing: -.02em;
    color: rgba(255, 255, 255, .62);
    transition: color .25s ease;
    white-space: nowrap;
}

.dynamic-notch-links .btn-link.btn-link-external .btn-click::after {
    bottom: -1px;
    background: rgba(255, 255, 255, .58);
}

.dynamic-notch-links a:hover,
.dynamic-notch-links a:focus-visible {
    transform: translateY(-1px) rotate(.001deg);
    background: transparent;
    border-color: transparent;
    color: #fff;
}

.dynamic-notch-links .btn-link.btn-link-external .btn-click:hover::after,
.dynamic-notch-links .btn-link.btn-link-external .btn-click:focus-visible::after {
    transform: translate(-50%, -50%) scale(1, 1) rotate(.001deg);
}

.dynamic-notch-links .btn-link .btn-click:hover .btn-text-inner,
.dynamic-notch-links .btn-link .btn-click:focus-visible .btn-text-inner {
    color: #fff;
}

.dynamic-notch-mobile-available {
    display: none;
}

.dynamic-notch-available,
.dynamic-notch-mobile-available {
    margin: 0;
    z-index: 1;
}

.dynamic-notch-available .btn-click,
.dynamic-notch-mobile-available .btn-click {
    margin: 0;
    min-width: 0;
    width: auto;
    height: auto;
    border-radius: 0;
    overflow: visible;
    padding: 0;
}

.dynamic-notch-available .btn-text,
.dynamic-notch-mobile-available .btn-text {
    width: auto;
    height: auto;
    padding: 0;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.dynamic-notch-available .btn-text-inner,
.dynamic-notch-mobile-available .btn-text-inner {
    color: #29f77a;
    font-size: 13px;
    line-height: 1.4;
    font-weight: 500;
    letter-spacing: -.01em;
    white-space: nowrap;
}

.dynamic-notch-available.btn-link.btn-link-external .btn-click::after,
.dynamic-notch-mobile-available.btn-link.btn-link-external .btn-click::after {
    bottom: -1px;
    background: rgba(41, 247, 122, .6);
}

.dynamic-notch-available a:hover,
.dynamic-notch-available a:focus-visible,
.dynamic-notch-mobile-available a:hover,
.dynamic-notch-mobile-available a:focus-visible {
    transform: translateY(-1px) rotate(.001deg);
}

.dynamic-notch-available.btn-link.btn-link-external .btn-click:hover::after,
.dynamic-notch-available.btn-link.btn-link-external .btn-click:focus-visible::after,
.dynamic-notch-mobile-available.btn-link.btn-link-external .btn-click:hover::after,
.dynamic-notch-mobile-available.btn-link.btn-link-external .btn-click:focus-visible::after {
    transform: translate(-50%, -50%) scale(1, 1) rotate(.001deg);
}

.dynamic-notch-available .btn-click:hover .btn-text-inner,
.dynamic-notch-available .btn-click:focus-visible .btn-text-inner,
.dynamic-notch-mobile-available .btn-click:hover .btn-text-inner,
.dynamic-notch-mobile-available .btn-click:focus-visible .btn-text-inner {
    color: #49ff96;
}

.dynamic-notch-sonar {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #00ff6f;
    display: inline-block;
    position: relative;
    box-shadow: 0 0 8px rgba(0, 255, 111, .65), 0 0 14px rgba(0, 255, 111, .32);
    isolation: isolate;
}

.dynamic-notch-sonar::before {
    content: "";
    position: absolute;
    inset: -4px;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(0, 255, 111, .55) 0%, rgba(0, 255, 111, .22) 45%, rgba(0, 255, 111, 0) 75%);
    z-index: -1;
}

.dynamic-notch-sonar::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 56px;
    height: 56px;
    transform: translate(-50%, -50%) scale(.2);
    border-radius: 999px;
    background: radial-gradient(circle, rgba(0, 255, 111, .42) 0%, rgba(0, 255, 111, .24) 32%, rgba(0, 255, 111, .1) 52%, rgba(0, 255, 111, 0) 74%);
    animation: dynamicNotchSonar 2.2s ease-out infinite;
    pointer-events: none;
    z-index: -2;
}

@keyframes dynamicNotchSonar {
    0% {
        transform: translate(-50%, -50%) scale(.2);
        opacity: .92;
    }
    60% {
        opacity: .48;
    }
    100% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0;
    }
}

@media screen and (max-width: 540px) {
    .dynamic-notch {
        top: var(--dynamic-notch-safe-top, 0px);
        --dynamic-notch-shape-closed: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 215 33'%3E%3Cpath d='M9.85197 0C12.6134 0 14.852 2.23858 14.852 5V22.4579C14.852 27.9808 19.3291 32.4579 24.852 32.4579H190.502C196.025 32.4579 200.502 27.9808 200.502 22.4579V5C200.502 2.23858 202.74 0 205.502 0H215H0H9.85197Z' fill='white'/%3E%3C/svg%3E");
        --dynamic-notch-shape-open: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 382 120'%3E%3Cpath d='M32.0625 19.6875C38.2757 19.6875 43.3125 24.7243 43.3125 30.9375V77.3438C43.3125 89.7702 53.3861 99.8438 65.8125 99.8438H316.125C328.551 99.8438 338.625 89.7702 338.625 77.3438V30.9375C338.625 24.7243 343.662 19.6875 349.875 19.6875H361.688H19.6875H32.0625Z' fill='white'/%3E%3C/svg%3E");
    }
    .dynamic-notch-shell {
        max-width: calc(100vw - 16px);
    }
    .dynamic-notch-shell::before {
        display: none;
    }
    .dynamic-notch.is-expanded .dynamic-notch-shell::before {
        display: none;
    }
    .dynamic-notch-trace-sweep-halo {
        stroke-width: 16;
        stroke-dasharray: 70 30;
        filter: blur(.5px);
    }
    .dynamic-notch-trace-open .dynamic-notch-trace-sweep-halo {
        stroke-width: 19;
        stroke-dasharray: 72 28;
    }
    .dynamic-notch-surface::after {
        padding: 1.6px;
        background-size: 180% 188%;
        background-position: 50% 100%;
        filter: blur(7px);
        -webkit-clip-path: inset(44% 0 0 0);
        clip-path: inset(44% 0 0 0);
    }
    .dynamic-notch-border {
        top: 24px;
        width: 18px;
        height: 18px;
    }
    .dynamic-notch-border-shadow {
        width: 18px;
        height: 18px;
    }
    .dynamic-notch-border-left .dynamic-notch-border-shadow {
        border-top-right-radius: 10px;
        box-shadow: 6px -24px 0px 1px #1c1d20;
    }
    .dynamic-notch-border-right .dynamic-notch-border-shadow {
        border-top-left-radius: 10px;
        box-shadow: -3px -24px 0px 1px #1c1d20;
    }
    .dynamic-notch.is-expanded .dynamic-notch-border-left .dynamic-notch-border-shadow {
        border-top-right-radius: 24px;
    }
    .dynamic-notch.is-expanded .dynamic-notch-border-right .dynamic-notch-border-shadow {
        border-top-left-radius: 24px;
    }
    .dynamic-notch-compact {
        padding: 4px 10px;
        gap: 8px;
        justify-content: flex-start;
        position: relative;
    }
    .dynamic-notch-avatar {
        display: block;
        width: 20px;
        height: 20px;
        margin-left: 10px;
    }
    .dynamic-notch-text {
        display: none;
    }
    .dynamic-notch-time {
        font-size: 11px;
        margin-left: 0;
        text-align: center;
        letter-spacing: -.01em;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        white-space: nowrap;
    }
    .dynamic-notch-mobile-available {
        display: block;
        margin-left: auto;
    }
    .dynamic-notch-mobile-available .btn-text {
        gap: 4px;
    }
    .dynamic-notch-mobile-available .btn-text-inner {
        font-size: 9px;
        line-height: 1.1;
    }
    .dynamic-notch-mobile-available .dynamic-notch-sonar {
        width: 5px;
        height: 5px;
        box-shadow: 0 0 6px rgba(0, 255, 111, .65), 0 0 10px rgba(0, 255, 111, .32);
    }
    .dynamic-notch-mobile-available .dynamic-notch-sonar::after {
        width: 30px;
        height: 30px;
    }
    .dynamic-notch.is-expanded .dynamic-notch-compact {
        display: none;
    }
    .dynamic-notch-expanded {
        padding: 6px 16px;
    }
    .dynamic-notch.is-expanded .dynamic-notch-expanded {
        position: absolute;
        inset: 0;
        height: auto;
        padding: 0 20px;
        justify-content: center;
    }
    .dynamic-notch-links a {
        width: auto;
        height: auto;
    }
    .dynamic-notch-links {
        gap: 12px;
        width: 100%;
        justify-content: center;
    }
    .dynamic-notch.is-expanded .dynamic-notch-links {
        margin-left: 0;
    }
    .dynamic-notch-link-btn .btn-click.magnetic {
        width: 34px;
        height: 34px;
        border-radius: 999px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background: rgba(255, 255, 255, .08);
        border: 1px solid rgba(255, 255, 255, .22);
        transition: background .2s ease, border-color .2s ease, transform .2s ease;
    }
    .dynamic-notch-link-btn.btn-link.btn-link-external .btn-click::after {
        display: none;
    }
    .dynamic-notch-links .btn-text {
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }
    .dynamic-notch-links .dynamic-notch-icon {
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }
    .dynamic-notch-links .btn-text-inner {
        display: none;
    }
    .dynamic-notch-links .btn-link .btn-click:hover,
    .dynamic-notch-links .btn-link .btn-click:focus-visible {
        background: rgba(255, 255, 255, .16);
        border-color: rgba(255, 255, 255, .36);
    }
    .dynamic-notch-available {
        display: none;
    }
}

/* ------------------------- Fixed Nav -------------------------------------------------- */

.fixed-nav-back {
    background: linear-gradient(to right, hsla(220, 13%, 0%, .3) 40%, hsla(220, 13%, 0%, 1) 80%);
    opacity: 0;
    transition: opacity .8s cubic-bezier(.7, 0, .2, 1);
    z-index: 100;
    pointer-events: none;
    will-change: opacity;
}

.nav-active .fixed-nav-back {
    opacity: .35;
    pointer-events: all;
}

.fixed-nav {
    position: fixed;
    right: 0;
    top: 0;
    height: 100vh;
    background: var(--color-dark);
    z-index: 100;
    transform: translate(calc(100% + 6vw), 0) rotate(0.001deg);
    transition: transform .8s cubic-bezier(.7, 0, .2, 1);
    will-change: transform;
}

.nav-active .fixed-nav {
    transform: translate(0, 0) rotate(0.001deg);
}

.fixed-nav-inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding: 15vh 7.5vw 10vh 7.5vw;
    position: relative;
    transform: translate(0, 0) rotate(0.001deg);
    transition: transform .6s cubic-bezier(.7, 0, .2, 1);
    will-change: transform;
}

.nav-active .fixed-nav-inner {
    transform: translate(0, 0) rotate(0.001deg);
}

.fixed-nav .nav-row .section-label {
    margin-bottom: 3em;
}

.fixed-nav .nav-row ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 5vh;
}

.fixed-nav .nav-row .btn-link .btn-click {
    height: auto;
}

.fixed-nav .nav-row ul {
    margin-left: calc(var(--gap-padding) / -2);
}

.fixed-nav .nav-row .btn-text-inner {
    font-size: 3.5em;
    line-height: 1.4;
    font-size: calc(clamp(3.25em, 5vw, 4em) * .875);
}

.fixed-nav .nav-row .btn-link .btn-click::after {
    background: var(--color-white);
    left: calc(var(--gap-padding) / -4);
    top: 50%;
    bottom: auto;
    width: calc(clamp(16px, 1.2vw, 19px) / 1.65);
    height: calc(clamp(16px, 1.2vw, 19px) / 1.65);
}

.fixed-nav .social-row {
    margin-left: calc(var(--gap-padding) / -4);
}

.fixed-nav-rounded-div {
    position: absolute;
    left: 1px;
    transform: translateX(-100%);
    height: 100%;
    top: 0;
}

.fixed-nav-rounded-div .rounded-div-wrap {
    width: 6vw;
    height: 100%;
    transition: var(--animation-slow);
    transition: width .85s cubic-bezier(.7, 0, .2, 1);
    will-change: width;
}

.nav-active .fixed-nav-rounded-div .rounded-div-wrap {
    width: 0vw;
}

.fixed-nav-rounded-div .rounded-div-wrap .rounded-div {
    background: var(--color-dark);
    height: 150%;
    content: "";
    display: block;
    position: absolute;
    width: 775%;
    top: 50%;
    border-radius: 50%;
    transform: translate(-6.5%, -50%);
}

.fixed-nav .nav-row ul .btn {
    transform: translate(15vw, 0) rotate(0.001deg);
    transition: transform .8s cubic-bezier(.7, 0, .2, 1);
    will-change: transform;
}

.nav-active .fixed-nav .nav-row ul .btn {
    transform: translate(0, 0) rotate(0.001deg);
}

.fixed-nav .nav-row ul .btn:nth-child(2) {
    transition-delay: .03s;
}

.fixed-nav .nav-row ul .btn:nth-child(3) {
    transition-delay: .06s;
}

.fixed-nav .nav-row ul .btn:nth-child(4) {
    transition-delay: .09s;
}

.fixed-nav .social-row .stripe {
    display: none;
}

@media screen and (max-height: 680px) {
    .fixed-nav .nav-row .btn-text-inner {
        font-size: 3em;
        line-height: 1.25;
    }
}

@media screen and (max-width: 540px) {
    .fixed-nav-back {
        background: hsla(220, 13%, 5%, 1);
    }
    .fixed-nav {
        width: 100%;
        transform: translate(calc(100% + 20vw), 0) rotate(0.001deg);
    }
    .fixed-nav .fixed-nav-inner {
        height: calc(var(--vh, 1vh) * 100);
        padding: calc(var(--vh, 1vh) * 15) var(--container-padding) calc(var(--gap-padding) * 1.25) var(--container-padding);
        transform: translate(20vw, 0) rotate(0.001deg);
        transition-delay: 0s;
    }
    .nav-active .fixed-nav .fixed-nav-inner {
        transform: translate(0, 0) rotate(0.001deg);
        transition-delay: .1s;
    }
    .fixed-nav .nav-row .btn-link .btn-click::after {
        background: var(--color-white);
        left: auto;
        right: .4em;
        top: 50%;
        bottom: auto;
        width: calc(clamp(16px, 1.2vw, 19px) / 1.5);
        height: calc(clamp(16px, 1.2vw, 19px) / 1.5);
    }
    .fixed-nav .nav-row ul {
        width: 100%;
        padding-top: calc(var(--vh, 1vh) * 3);
        padding-bottom: calc(var(--vh, 1vh) * 3);
    }
    .fixed-nav .nav-row ul .btn {
        width: 100%;
        transition: transform .8s cubic-bezier(.7, 0, .2, 1), opacity .8s cubic-bezier(.7, 0, .2, 1);
    }
    .fixed-nav .nav-row ul .btn .btn-text {
        justify-content: flex-start;
    }
    .fixed-nav .social-row .stripe {
        display: block;
        margin-bottom: calc(var(--section-padding) / 3);
    }
    .fixed-nav-rounded-div .rounded-div-wrap {
        width: 20vw;
    }
    .nav-active .fixed-nav-rounded-div .rounded-div-wrap {
        width: 0;
    }
    .fixed-nav .nav-row ul .btn:nth-child(1) {
        transition-delay: 0s;
    }
    .fixed-nav .nav-row ul .btn:nth-child(2) {
        transition-delay: .03s;
    }
    .fixed-nav .nav-row ul .btn:nth-child(3) {
        transition-delay: .06s;
    }
    .fixed-nav .nav-row ul .btn:nth-child(4) {
        transition-delay: .09s;
    }
    .nav-active .fixed-nav .nav-row ul .btn:nth-child(1) {
        transition-delay: .1s;
    }
    .nav-active .fixed-nav .nav-row ul .btn:nth-child(2) {
        transition-delay: .13s;
    }
    .nav-active .fixed-nav .nav-row ul .btn:nth-child(3) {
        transition-delay: .16s;
    }
    .nav-active .fixed-nav .nav-row ul .btn:nth-child(4) {
        transition-delay: .19s;
    }
}

/* ------------------------- Footer -------------------------------------------------- */

.footer-wrap {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    background: var(--color-dark-dark);
    display: flex;
    align-items: flex-end;
    box-shadow: 0px 5px 0px 5px var(--color-dark);
}

.footer-wrap.theme-dark .footer {
    background: var(--color-dark);
}

.footer-wrap.theme-dark .overlay-gradient {
    pointer-events: none;
    height: calc(var(--section-padding) * .75);
    background: linear-gradient(to bottom, hsla(225, 7%, 12%) 0%, hsla(225, 7%, 12%, 0.987) 8.1%, hsla(225, 7%, 12%, 0.951) 15.5%, hsla(225, 7%, 12%, 0.896) 22.5%, hsla(225, 7%, 12%, 0.825) 29%, hsla(225, 7%, 12%, 0.741) 35.3%, hsla(225, 7%, 12%, 0.648) 41.2%, hsla(225, 7%, 12%, 0.55) 47.1%, hsla(225, 7%, 12%, 0.45) 52.9%, hsla(225, 7%, 12%, 0.352) 58.8%, hsla(225, 7%, 12%, 0.259) 64.7%, hsla(225, 7%, 12%, 0.175) 71%, hsla(225, 7%, 12%, 0.104) 77.5%, hsla(225, 7%, 12%, 0.049) 84.5%, hsla(225, 7%, 12%, 0.013) 91.9%, hsla(225, 7%, 12%, 0) 100%);
    opacity: .75;
}

.footer-rounded-div {
    width: 100%;
    position: relative;
    height: 0;
    display: block;
    z-index: 2;
}

.footer-rounded-div .rounded-div-wrap {
    transform: translateY(-1px);
    will-change: height;
}

.footer {
    padding-bottom: 0;
    width: 100%;
    will-change: transform;
}

.footer .dots {
    width: calc(var(--container-padding) * 3);
}

.footer h2 {
    font-size: calc(clamp(3.25em, 7vw, 8em) * .875);
}

.footer h2 span {
    display: block;
}

.footer .container.medium {
    display: flex;
    flex-direction: column;
}

.footer .container.medium .row:nth-child(1) {
    padding-bottom: calc(var(--section-padding) / 2);
}

.footer .container.medium .row:nth-child(2) .btn-fixed {
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(-50%, -50%);
    z-index: 20;
}

.footer .container.medium .row:nth-child(2) .btn-fixed .btn {
    will-change: transform;
}

.footer .container.medium .row:nth-child(2) {
    padding-bottom: calc(var(--section-padding) * .475);
}

.footer .container.medium .row:nth-child(3) .flex-col {
    display: flex;
    flex-direction: row;
}

.footer .container.medium .row:nth-child(3) .flex-col .btn {
    display: inline-flex;
    margin-right: 0.5em;
    margin-bottom: 0;
}

.footer .arrow {
    position: absolute;
    right: 0;
    bottom: calc(var(--gap-padding) * 1.5);
    will-change: transform;
}

/* use notion avatar inside footers and make it noticeably larger */
.footer .profile-picture,
.footer .profile-picture-bw {
    margin-right: .125em;
    height: 3em;
    width: 3em;
    transform: translateY(.09em);
    background: url("../img/profile_circular_notion.png") center center no-repeat;
    background-size: cover;
}

/* single large avatar that spans both words */
.footer-cover {
    margin-right: .5em;
    height: 4.5em;
    width: 4.5em;
    background: url("../img/profile_circular_notion.png") center center no-repeat;
    background-size: cover;
    display: inline-block;
}

/* align the avatar to the left of both spans by turning the heading into a flex container */
.footer h2 {
    display: flex;
    align-items: center;
    gap: .25em;
}

/* when using .footer-heading structure, stack text vertically */
.footer-heading {
    display: flex;
    align-items: center;
    gap: .5em;
}
.footer-heading .footer-text {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}
.footer-heading .footer-text span {
    display: block;
}

.footer .arrow svg {
    transform: rotate(90deg);
}

.bottom-footer {
    padding: calc(var(--section-padding) / 1.3) calc(var(--gap-padding) / 1.33) calc(var(--gap-padding) / 1.75) calc(var(--gap-padding) / 1);
    flex-direction: row;
    justify-content: space-between;
}

.bottom-footer .stripe {
    display: none;
}

.bottom-footer .flex-col {
    display: flex;
    width: auto;
    justify-content: space-between;
}

.bottom-footer .credits {
    padding-right: var(--gap-padding);
}

.socials li {
    display: inline-flex;
    font-size: .85em;
}

.bottom-footer p {
    font-size: .85em;
}

.bottom-footer .section-label {
    margin-bottom: 1.5em;
}

.socials .section-label {
    padding-left: calc(var(--gap-padding) * .5);
    margin-bottom: 1em;
}

.bottom-footer #timeSpan {
    text-transform: uppercase;
    display: inline-block;
    min-width: 12ch;
    white-space: nowrap;
    font-variant-numeric: tabular-nums;
}

@media screen and (max-width: 900px) {
    .footer .container.medium .row:nth-child(2) {
        padding-bottom: calc(var(--section-padding) * .75);
    }
}

@media screen and (max-width: 720px) {
    .footer-rounded-div .rounded-div-wrap {
        height: 7.5vh;
    }
    .footer .container.medium .row:nth-child(3) .flex-col {
        flex-direction: column;
    }
    .footer .container.medium .row:nth-child(3) .flex-col .btn {
        width: 100%;
        margin: 0;
        margin-bottom: .75em;
    }
    .footer .container.medium .row:nth-child(3) .flex-col .btn .btn-click {
        width: 100%;
    }
    .footer .container.medium .row:nth-child(1) {
        padding-bottom: calc(var(--section-padding) * .75);
    }
    .footer .container.medium .row:nth-child(2) {
        padding-bottom: calc(var(--section-padding) * 1.25);
    }
    .footer .container.medium .row:nth-child(3) {
        padding-bottom: calc(var(--section-padding) / 5);
    }
    .footer .container.medium .row:nth-child(2) .btn-fixed {
        position: absolute;
        right: 0;
        top: 0;
        transform: translate(-20%, -50%);
    }
    .bottom-footer {
        padding: 5vh 0 calc(var(--gap-padding) / 1.75) 0;
    }
    .bottom-footer .flex-col {
        width: 100%;
    }
    .bottom-footer .flex-col:nth-child(2) {
        padding: 0 calc(var(--container-padding) - calc(var(--gap-padding) * .333)) calc(var(--section-padding) / 3) calc(var(--container-padding) - calc(var(--gap-padding) * .333));
        width: 100%;
    }
    .bottom-footer .flex-col:nth-child(1) {
        order: 3;
        padding: 0 var(--container-padding) calc(var(--gap-padding) * .75) var(--container-padding);
    }
    .socials li {
        display: inline-flex;
        font-size: 1em;
        margin-right: .25em;
    }

    .bottom-footer p {
        font-size: 1em;
    }
    .footer .container.medium .row:nth-child(2) .stripe {
        display: block;
    }
    .bottom-footer .stripe {
        display: block;
        margin-top: var(--gap-padding);
        margin-bottom: var(--gap-padding);
        width: calc(100% - (var(--gap-padding) * .666));
        left: 50%;
        margin-left: calc(var(--gap-padding) * .333);
    }
    .socials,
    .socials ul {
        width: 100%;
    }
    .footer .arrow {
        position: absolute;
        right: 0;
        bottom: 1em;
    }
    /* keep the enlarged size on small screens as well */
    .footer .profile-picture,
    .footer .profile-picture-bw {
        margin-right: .125em;
        height: 2.4em;
        width: 2.4em;
        transform: translateY(.1em);
        background: url("../img/profile_circular_notion.png") center center no-repeat;
        background-size: cover;
    }
    .footer-cover {
        height: 5.0em;
        width: 5.0em;
        margin-right: .5em;
    }

    /* Non-contact footer mobile layout: hide greetings, keep contact-like stacking */
    .footer:not(.footer-contact) .bottom-footer .flex-col:nth-child(2) {
        display: none;
    }

    .footer:not(.footer-contact) .bottom-footer .flex-col:nth-child(3) {
        padding: 0 var(--container-padding) calc(var(--gap-padding) * .75) var(--container-padding);
    }

    .footer:not(.footer-contact) .bottom-footer .socials .section-label {
        padding-left: 0;
    }
}

/* ------------------------- Footer - Contact -------------------------------------------------- */

.footer-contact {
    background: var(--color-dark);
    margin-top: -1px;
    padding-top: 0;
    box-shadow: 0px 5px 0px 5px var(--color-dark);
}

.footer-contact .bottom-footer {
    padding-top: 0;
}

/* ------------------------- Home - Header -------------------------------------------------- */

.home-header {
    min-height: 115vh;
    display: flex;
    align-items: center;
    background: var(--color-gray);
    overflow: hidden;
}

.home-header .personal-image-wrap {
    top: 50%;
    left: 50%;
    height: 100%;
    width: 100%;
    display: block;
    position: absolute;
    transform: translate(-50%, -50%);
}

.home-header .personal-image {
    top: -10%;
    width: 100%;
    height: 110%;
    background: var(--color-dark);
}

.home-header .personal-image img {
    width: auto;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.home-header .big-name {
    position: absolute;
    bottom: 15vh;
    left: 0;
    width: 100%;
    padding-bottom: calc(var(--gap-padding) * 1.25);
    font-weight: 1000;
}

.home-header .big-name .name-h1 {
    position: relative;
    display: flex;
    width: 100%;
}

.home-header .big-name .name-wrap {
    position: relative;
    display: flex;
    align-items: center;
}

.home-header .big-name .name-wrap .spacer {
    padding: 0 3vw;
}

.name-wrap .no-select {
    font-family: 'Gulax', 'Gulax Fallback', 'Uncut', 'Uncut Fallback', 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
    font-weight: 1000;
}

.home-header .big-name h1 {
    position: relative;
    display: flex;
    align-items: center;
    color: var(--color-white);
    line-height: 1;
    font-size: 17.5vw;
    font-size: max(9em, 15vw);
    white-space: nowrap;
    pointer-events: none;
    margin: 0;
    padding: 0;
}

.home-header .container {
    width: 100%;
    padding-bottom: 15vh;
}

.home-header .row {
    justify-content: flex-end;
}

.home-header .row .flex-col {
    width: auto;
}

.home-header .row .flex-col .header-above-h4 {
    top: -12.5vh;
    position: absolute;
}

.home-header .row .flex-col .header-above-h4 svg {
    width: clamp(1.1em, 1.3vw, 1.25em);
}

.home-header .row .flex-col h4 {
    line-height: 1.4;
    margin-bottom: 0;
}

.home-header .row .flex-col h4 span {
    display: block;
}

.home-header .get-height {
    height: 100vh;
}

.home-header .hanger {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    isolation: isolate;
}

.home-header .hanger svg {
    width: auto;
    height: 6em;
    position: relative;
    z-index: 1;
    filter: drop-shadow(0 10px 24px rgba(0, 0, 0, .28)) drop-shadow(0 3px 8px rgba(0, 0, 0, .28));
    backdrop-filter: blur(18px) saturate(102%);
    -webkit-backdrop-filter: blur(18px) saturate(102%);
}

.home-header .hanger svg path {
    fill: rgba(18, 19, 23, .52) !important;
    stroke: rgba(242, 242, 242, .14);
    stroke-width: 1;
    vector-effect: non-scaling-stroke;
    paint-order: stroke fill;
}

.home-header .hanger p {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 4;
    margin: 0;
    padding-right: 5em;
    padding-left: var(--gap-padding);
    line-height: 1.2;
    color: rgba(255, 255, 255, .96);
    text-shadow: 0 1px 1px rgba(0, 0, 0, .35);
}

.home-header .hanger p span {
    display: block;
    color: inherit;
}

.home-header .white-block {
    position: absolute;
    height: 30vh;
    width: 50vw;
    top: 115vh;
    right: 0;
    background: var(--color-white);
    display: none;
}

.home-header .hanger .digital-ball {
    z-index: 500;
    position: absolute;
    right: .9em;
    left: auto;
    top: .9em;
    width: 4.2em;
    height: 4.2em;
    transform: translate(0%, 0%);
    background: transparent;
}

.home-header .hanger .digital-ball .globe {
    width: 2.5em;
    height: 2.5em;
    font-size: .8em;
}

@media screen and (max-width: 720px) {
    .home-header {
        min-height: 110vh;
        min-height: calc(var(--vh, 1vh) * 110);
        max-height: 110vh;
        align-items: flex-end;
        padding-top: calc(var(--gap-padding) * 2);
        padding-bottom: calc(var(--gap-padding) * 2);
    }
    .home-header .personal-image {
        top: -5%;
        height: 105%;
    }
    .home-header .big-name {
        position: absolute;
        bottom: calc(var(--vh, 1vh) * 33);
        left: 0;
        width: 100%;
        padding-bottom: calc(var(--gap-padding) * 1.25);
    }
    .home-header .row {
        justify-content: flex-start;
    }
    .home-header .container {
        padding-bottom: calc(var(--vh, 1vh) * 9);
    }
    .home-header .row .flex-col .header-above-h4 {
        top: calc(var(--vh, 1vh) * -8);
        position: absolute;
    }
    .home-header .hanger {
        width: 6em;
        height: 6em;
        left: auto;
        right: 0;
        top: calc(var(--vh, 1vh) * 100);
        transform: translate(0, -110%);
    }
    .home-header .hanger svg,
    .home-header .hanger p {
        display: none;
    }
    .home-header .hanger .digital-ball .globe {
        width: 3em;
        height: 3em;
    }
}

/* ------------------------- Home - Intro -------------------------------------------------- */

.home-intro {
    padding-bottom: calc(var(--section-padding) * .66);
}

.home-intro .flex-col:nth-child(1) {
    width: 70%;
    padding-right: var(--gap-padding);
}

.home-intro .flex-col:nth-child(2) {
    width: 30%;
    padding-left: var(--gap-padding);
}

.home-intro .flex-col:nth-child(2) .btn {
    position: absolute;
    top: 80%;
}

.home-intro .flex-col:nth-child(2) p {
    margin-bottom: 6em;
    padding-top: .5em;
    max-width: 14em;
}

@media screen and (max-width: 720px) {
    .home-intro {
        padding-bottom: calc(var(--section-padding) * 1);
    }
    .home-intro .flex-col:nth-child(1) {
        width: 100%;
        padding-right: 0;
    }
    .home-intro .flex-col:nth-child(2) {
        width: 100%;
        padding-left: 0;
        max-width: 100%;
        padding: calc(var(--section-padding) / 2) 0 0 0;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }
    .home-intro .flex-col:nth-child(2) .text-wrap {
        width: 100%;
    }
    .home-intro .flex-col:nth-child(2) p {
        margin-bottom: calc(var(--section-padding) * .66);
        padding-top: 0;
    }
    .home-intro .flex-col:nth-child(2) .btn {
        position: absolute;
        top: unset;
        bottom: 0;
        right: 0;
        transform: translate(-20%, 50%);
    }
}

/* ------------------------- Wrap Work Grid -------------------------------------------------- */

.section-wrap-work {
    background: var(--color-white);
}

/* ------------------------- Work Grid -------------------------------------------------- */

.work-grid .row {
    align-items: center;
    color: unset;
    text-decoration: unset;
    padding: calc(var(--section-padding) / 3) 0;
}

.work-grid .work-items li {
    transition: var(--animation-smooth);
}

.work-grid .work-items .flex-col:nth-child(1) {
    padding-left: calc(var(--container-padding) * 1);
    width: 44%;
}

.work-grid .work-items .flex-col:nth-child(2) {
    width: 20%;
    padding-top: .25em;
}

.work-grid .work-items .flex-col:nth-child(3) {
    width: 22%;
    padding-top: .25em;
}

.work-grid .work-items .flex-col:nth-child(4) {
    width: 14%;
    padding-top: .25em;
    padding-right: calc(var(--container-padding) * 1);
    text-align: right;
}

.work-grid .work-items h4 {
    position: relative;
    display: block;
    overflow: hidden;
    line-height: 1;
    transition: var(--animation-fast);
    transform: translateX(0) rotate(0.001deg);
}

.work-grid .work-items h4 span {
    position: relative;
    display: block;
    padding: .1em 0;
}

.work-grid .work-items a:hover h4 {
    transform: translateX(calc(var(--container-padding) * -.1)) rotate(0.001deg);
}

.work-grid .work-items a p {
    transition: var(--animation-fast);
    transform: translateX(0) rotate(0.001deg);
}

.work-grid .work-items a:hover p {
    transform: translateX(calc(var(--container-padding) * .1)) rotate(0.001deg);
}

.work-grid .work-items li a {
    transition: var(--animation-fast);
}

.work-grid .work-items:hover a {
    opacity: 1;
}

.work-grid .work-items a:hover {
    opacity: .33;
}

/* ------------------------- Work Grid - Large -------------------------------------------------- */

.large-work-grid {
    padding-top: 0;
    padding-bottom: 0;
}

.large-work-grid .work-items h4 {
    font-size: calc(clamp(3.25em, 7vw, 8em) * .75);
}

.large-work-grid .row {
    padding: calc(var(--section-padding) / 3.5) 0 calc(var(--section-padding) / 3) 0;
}

.large-work-grid .work-items .flex-col:nth-child(1) {
    padding-left: calc(var(--container-padding) * 1);
    width: 70%;
}

.large-work-grid .work-items .flex-col:nth-child(2) {
    width: 30%;
    padding-left: var(--gap-padding);
    padding-top: 1em;
    padding-right: calc(var(--container-padding) * .5);
}

@media screen and (max-width: 1024px) {
    .large-work-grid {
        display: none;
    }
}

/* ------------------------- Work Grid - Small -------------------------------------------------- */

.small-work-grid {
    padding-top: 0;
    padding-bottom: 0;
}

.small-work-grid .row {
    padding: 2em 0 2em 0;
}

.small-work-grid .work-items li {
    max-height: 0;
    overflow: hidden;
}

.small-work-grid .work-items li.visible {
    max-height: calc(clamp(1.75em, 2.3vw, 2.5em) + 4.4em);
}

.small-work-grid .work-items {
    padding-bottom: calc(var(--section-padding) * .5);
}

@media screen and (max-width: 1024px) {
    .small-work-grid {
        display: none;
    }
}

/* ------------------------- Work Grid - Tiny -------------------------------------------------- */

.tiny-work-grid {
    padding-top: 0;
    padding-bottom: 0;
}

.tiny-work-grid .row {
    padding: 2em 0 2em 0;
}

.tiny-work-grid .work-items {
    padding-bottom: calc(var(--section-padding) * .75);
}

.tiny-work-grid .arrow {
    position: absolute;
    right: var(--container-padding);
    transform: translateY(.2em);
    background: var(--color-dark);
    width: 2em;
    height: 2em;
    border-radius: 50%;
    display: none;
    align-content: center;
    justify-content: center;
}

.tiny-work-grid .arrow svg {
    width: 35%;
    transform: rotate(-90deg);
}

@media screen and (max-width: 1000px) {
    .archive-header h1 .count-nr {
        font-size: .45em;
    }
    .tiny-work-grid .container {
        padding: 0;
    }
    .tiny-work-grid .work-items a:hover {
        opacity: 1;
    }
    .tiny-work-grid .arrow {
        display: flex;
    }
    .tiny-work-grid .row {
        align-items: flex-start;
        padding: 2em 0 2.15em 0;
    }
    .tiny-work-grid .grid-sub-title .flex-col:nth-child(1) {
        display: none;
    }
    .tiny-work-grid .grid-sub-title .flex-col:nth-child(2) {
        width: 35% !important;
        order: 3;
    }
    .tiny-work-grid .grid-sub-title .flex-col:nth-child(3) {
        width: 52% !important;
        order: 2;
        padding-left: calc(var(--container-padding) * 1);
    }
    .tiny-work-grid .grid-sub-title .flex-col:nth-child(4) {
        width: 13% !important;
        order: 4;
    }
    .tiny-work-grid .work-items .flex-col:nth-child(1) {
        width: 100%;
        padding-bottom: .75em;
        order: 1;
    }
    .tiny-work-grid .work-items .flex-col:nth-child(2) {
        width: 35%;
        order: 3;
        padding-right: 1em;
    }
    .tiny-work-grid .work-items .flex-col:nth-child(3) {
        width: 52%;
        order: 2;
        padding-right: 1em;
        padding-left: calc(var(--container-padding) * 1);
    }
    .tiny-work-grid .work-items .flex-col:nth-child(4) {
        width: 13%;
        order: 4;
    }
    .tiny-work-grid .work-items a:hover h4 {
        transform: translateX(0) rotate(0.001deg);
    }
    .tiny-work-grid .work-items a:hover p {
        transform: translateX(0) rotate(0.001deg);
    }
    .tiny-work-grid .work-items p {
        font-size: .9em;
    }
    .tiny-work-grid .stripe {
        opacity: .75;
    }
}

@media screen and (max-width: 450px) {
    .tiny-work-grid .row {
        align-items: flex-start;
        padding: 1.9em 0 1.9em 0;
    }
    .tiny-work-grid .work-items .flex-col:nth-child(1) {
        padding-bottom: .5em;
    }
    .tiny-work-grid .work-items h4 {
        font-size: 1.3em;
        margin-right: 2rem;
    }
    .tiny-work-grid .work-items p {
        font-size: .8em;
    }
    .tiny-work-grid .arrow {
        transform: translateY(-.2em);
    }
}

/* ------------------------- Work Grid - Sub Title Info -------------------------------------------------- */

.work-grid .grid-sub-title {
    width: 100%;
    display: flex;
    padding-bottom: var(--gap-padding);
}

.work-grid .grid-sub-title .section-label {
    margin: 0;
    width: 100%;
}

.work-grid .grid-sub-title .flex-col:nth-child(1) {
    padding-left: calc(var(--container-padding) * 1);
    width: 44%;
    /* padding-left: var(--gap-padding); */
}

.work-grid .grid-sub-title .flex-col:nth-child(2) {
    width: 20%;
}

.work-grid .grid-sub-title .flex-col:nth-child(3) {
    width: 22%;
}

.work-grid .grid-sub-title .flex-col:nth-child(4) {
    width: 14%;
    padding-right: calc(var(--container-padding) * 1);
    text-align: right;
    /* padding-right: var(--gap-padding); */
}

/* ------------------------- Large Work Grid - Sub Title Info -------------------------------------------------- */

.large-work-grid .grid-sub-title .flex-col:nth-child(1) {
    padding-left: calc(var(--container-padding) * 1);
    width: 70%;
}

.large-work-grid .grid-sub-title .flex-col:nth-child(2) {
    width: 30%;
    padding-left: var(--gap-padding);
    padding-right: calc(var(--container-padding) * 1);
}

/* ------------------------- Work Grid - Filter Row -------------------------------------------------- */

.work-filters {
    margin-top: calc(var(--section-padding) * -.25);
    padding-top: 0;
    padding-bottom: calc(var(--section-padding) / 2);
}

.work-filters .filter-row {
    width: 100%;
    padding: 0 var(--container-padding) 0 var(--container-padding);
    padding: 0 calc(var(--container-padding) * .96) 0 calc(var(--container-padding) * .96);
    display: flex;
    justify-content: space-between;
}

.work-filters .filter-row .toggle-row {
    display: flex;
}

.work-filters .filter-row .toggle-row .btn {
    display: inline-flex;
    margin-right: .5em;
}

.work-filters .filter-row .grid-row {
    display: flex;
}

.work-filters .filter-row .grid-row .btn {
    display: inline-flex;
    margin-left: .5em;
}

@media screen and (max-width: 1024px) {
    .work-filters .filter-row .grid-row {
        display: none;
    }
}

@media screen and (max-width: 540px) {
    .work-filters .filter-row {
        padding: 0;
    }
    .work-filters .filter-row .toggle-row .btn .btn-text {
        margin-right: .15em;
    }
}

@media screen and (max-width: 460px) {
    .work-filters .filter-row .toggle-row .btn {
        font-size: .89em;
    }
}

@media screen and (max-width: 390px) {
    .work-filters .filter-row .toggle-row .btn {
        font-size: .83em;
    }
}

@media screen and (max-width: 380px) {
    .work-filters .filter-row .toggle-row .btn {
        font-size: .8em;
    }
}

/* ------------------------- Work Grid - After Center Btn -------------------------------------------------- */

.center-grid-btn {
    padding-top: calc(var(--section-padding) / 3);
    padding-bottom: calc(var(--section-padding) * 1);
}

.center-grid-btn-home {
    padding-top: calc(var(--section-padding) / 2);
    padding-bottom: 1em;
}

.center-grid-btn-archive {
    padding-top: 0;
    padding-bottom: calc(var(--section-padding) * .75);
}

.center-grid-btn .grid-after-btn {
    display: flex;
    justify-content: center;
}

.center-grid-btn .grid-after-btn .btn-text {
    min-width: 10em;
}

@media screen and (max-width: 720px) {
    /* .center-grid-btn .btn,
   .center-grid-btn .btn-click {
      width: 100%;
   } */
}

/* ------------------------- Work Tiles -------------------------------------------------- */

.work-tiles {
    padding-top: 0;
}

.work-tiles .container {
    padding-left: calc(var(--container-padding) * .75);
    padding-right: calc(var(--container-padding) * .75);
}

.work-tiles ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    padding-top: var(--gap-padding);
}

.work-tiles ul li {
    display: block;
    width: 50%;
    position: relative;
    overflow: hidden;
    height: 0;
    width: 0;
    transform: translateY(0%) rotate(0.001deg) scale(1);
    transition: opacity .3s ease-in .4s, transform 1s cubic-bezier(0.16, 1, 0.3, 1);
}

.work-tiles ul li.visible {
    height: auto;
    width: 50%;
}

.work-tiles ul li.tile-fade-out {
    opacity: 0;
    transform: translateY(5em) rotate(0.001deg);
    transition: opacity .25s ease-out, transform 0s linear .3s;
}

.work-tiles ul li.tile-fade-in {
    opacity: 1;
    transform: translateY(5em) rotate(0.001deg) scale(1);
}

.work-tiles ul li .single-tile-wrap {
    width: 100%;
    padding-bottom: calc(var(--section-padding) * 1);
    padding-left: calc(var(--container-padding) * .25);
    padding-right: calc(var(--container-padding) * .25);
}

.work-tiles ul li a {
    align-items: center;
    color: unset;
    text-decoration: unset;
    overflow: hidden;
}

.work-tiles ul li a .flex-col:nth-child(1) {
    width: 100%;
    padding-bottom: var(--gap-padding);
}

.work-tiles ul li a .flex-col:nth-child(2) {
    width: 100%;
    padding-bottom: calc(var(--gap-padding) / 2);
}

.work-tiles ul li a .stripe {
    margin-top: calc(var(--gap-padding) / 2);
}

.work-tiles ul li a .flex-col:nth-child(3) {
    width: 70%;
}

.work-tiles ul li a .flex-col:nth-child(4) {
    width: 30%;
    text-align: right;
}

.work-tiles ul li a .tile-image {
    width: 100%;
    position: relative;
    background: var(--color-lightgray);
    overflow: hidden;
}

.work-tiles ul li a .tile-image .overlay-image {
    transform: scale(1) rotate(0.001deg);
    transition: var(--animation-primary);
    will-change: transform;
}

.work-tiles ul li a:hover .tile-image .overlay-image {
    transform: scale(1.025) rotate(0.001deg);
}

.work-tiles ul li a .tile-image::before {
    display: block;
    content: "";
    padding-top: 100%;
}

.work-tiles ul li a h4 {
    position: relative;
    display: block;
    overflow: hidden;
    line-height: 1;
    transition: var(--animation-fast);
    transform: translateX(0) rotate(0.001deg);
    margin: 0;
}

.work-tiles ul li a h4 span {
    position: relative;
    display: block;
    padding: .1em 0;
}

@media screen and (max-width: 1024px) {
    .work-tiles ul li a h4 {
        font-size: calc(clamp(1.75em, 2.3vw, 2.5em) * 1.125);
    }
}

@media screen and (max-width: 620px) {
    .work-tiles ul li.visible {
        width: 100%;
    }
    .work-tiles .container {
        padding-left: var(--container-padding);
        padding-right: var(--container-padding);
    }
    .work-tiles ul li .single-tile-wrap {
        padding-left: 0;
        padding-right: 0;
    }
    .work-tiles ul li a:hover .tile-image .overlay-image {
        transform: scale(1) rotate(0.001deg);
    }
    .work-tiles ul li a .flex-col:nth-child(2) {
        width: 100%;
        padding-bottom: calc(var(--section-padding) / 6);
    }
    .work-tiles ul li a .stripe {
        margin-top: calc(var(--section-padding) / 6);
    }
}

/* ------------------------- Work Tiles - Home -------------------------------------------------- */

.work-tiles-home {
    display: none;
    padding-bottom: 0;
}

@media screen and (max-width: 1024px) {
    .work-tiles-home {
        display: block;
    }
    .work-tiles-home+.center-grid-btn {
        padding-top: 0;
    }
    .work-tiles-home .container ul li:nth-child(3) {
        display: none;
    }
    .work-tiles-home .container ul li:nth-child(4) {
        display: none;
    }
}

/* ------------------------- Work Grid - Fade -------------------------------------------------- */

.grid-fade {
    height: 0;
    overflow: hidden;
    transform: translateY(0%) rotate(0.001deg) scale(1);
    transition: opacity .3s ease-in .4s, transform 1s cubic-bezier(0.16, 1, 0.3, 1);
    padding: 0;
}

.grid-fade.visible {
    height: auto;
}

html.prefers-work-columns #work .grid-rows-part {
    height: 0;
    overflow: hidden;
    padding: 0;
}

html.prefers-work-columns #work .grid-columns-part {
    height: auto;
}

.grid-fade.grid-fade-out {
    opacity: 0;
    transform: translateY(5em) rotate(0.001deg);
    transition: opacity .25s ease-out, transform 0s linear .3s;
}

.grid-fade.grid-fade-in {
    opacity: 1;
    transform: translateY(5em) rotate(0.001deg) scale(1);
}

@media screen and (max-width: 1024px) {
    .grid-fade {
        height: auto;
    }
}

/* ------------------------- Mouse Position Image -------------------------------------------------- */

.mouse-pos-list-image {
    width: 0;
    z-index: 25;
    position: fixed;
    pointer-events: none;
    transform: translate3d(0, 0, 0);
    display: block;
    left: 0;
    top: 0;
    overflow: hidden;
    transition: width .4s cubic-bezier(0.36, 0, 0.66, 0);
    will-change: transform, width;
}

.mouse-pos-list-image.active {
    border-radius: 0;
    width: clamp(10em, 27.5vw, 25em);
    transition: width .4s cubic-bezier(0.34, 1, 0.64, 1);
}

.mouse-pos-list-image-bounce {
    overflow: hidden;
    transform: scale(1) rotate(.001deg);
    transition: transform .5s cubic-bezier(0.65, 0, 0.35, 1);
    will-change: transform;
}

.mouse-pos-list-image-bounce.active {
    transform: scale(1) rotate(.001deg);
}

.mouse-pos-list-image::before {
    display: block;
    content: "";
    padding-top: 100%;
}

.mouse-pos-list-image .mouse-pos-list-image-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.mouse-pos-list-image .float-image-wrap {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    will-change: transform;
}

.mouse-pos-list-image .float-image-wrap .mouse-pos-list-image-inner {
    position: relative;
    width: 100%;
    display: block;
    overflow: hidden;
}

.mouse-pos-list-image .float-image-wrap .mouse-pos-list-image-inner:before {
    display: block;
    content: "";
    padding-top: 100%;
}

.mouse-pos-list-image .float-image-wrap .mouse-pos-list-image-inner {
    width: 0;
}

.mouse-pos-list-image .float-image-wrap .mouse-pos-list-image-inner.visible {
    width: 100%;
}

@media screen and (max-width: 540px) {
    .mouse-pos-list-image {
        display: none;
    }
}

/* ------------------------- Mouse Position Button -------------------------------------------------- */

.mouse-pos-list-btn,
.mouse-pos-list-span {
    width: 0;
    height: 0;
    border-radius: 50%;
    border: 0;
    background: var(--color-blue);
    position: fixed;
    z-index: 26;
    pointer-events: none;
    transform: translate3d(0, 0, 0);
    overflow: hidden;
    display: block;
    transition: width .4s cubic-bezier(0.36, 0, 0.66, 0), height .4s cubic-bezier(0.36, 0, 0.66, 0);
    left: 0;
    top: 0;
    will-change: transform, width, height;
}

.mouse-pos-list-span {
    background: transparent;
    color: var(--color-white);
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    top: 0;
}

.mouse-pos-list-span p {
    margin: 0;
}

.mouse-pos-list-span .arrow,
.btn .arrow {
    width: 0em;
    transform: rotate(-90deg) translateX(-.05em);
    margin-left: .33em;
    display: inline-flex;
    position: relative;
    transition: width .4s cubic-bezier(0.36, 0, 0.66, 0);
    will-change: width;
}

.mouse-pos-list-span.active-big .arrow,
.btn .arrow {
    width: .66em;
    transition: width .4s cubic-bezier(0.34, 1, 0.64, 1)
}

.mouse-pos-list-btn.active,
.mouse-pos-list-span.active {
    width: clamp(3.75em, 5.5vw, 5em);
    height: clamp(3.75em, 5.5vw, 5em);
    transition: width .4s cubic-bezier(0.34, 1, 0.64, 1), height .4s cubic-bezier(0.34, 1, 0.64, 1);
}

.mouse-pos-list-btn.active-big,
.mouse-pos-list-span.active-big {
    width: calc(clamp(3.75em, 5.5vw, 5em) * 1.66);
    height: calc(clamp(3.75em, 5.5vw, 5em) * 1.66);
    transition: width .4s cubic-bezier(0.34, 1, 0.64, 1), height .4s cubic-bezier(0.34, 1, 0.64, 1);
}

.mouse-pos-list-btn.active-big.hover,
.mouse-pos-list-span.active-big.hover {
    width: calc(clamp(3.75em, 5.5vw, 5em) * 1.45);
    height: calc(clamp(3.75em, 5.5vw, 5em) * 1.45);
}

.mouse-pos-list-btn.active.pressed,
.mouse-pos-list-span.active.pressed {
    height: calc(clamp(3.75em, 5.5vw, 8em) * 1.4);
    width: calc(clamp(3.75em, 5.5vw, 8em) * 1.4);
}

.mouse-pos-list-btn.active-big.pressed,
.mouse-pos-list-span.active-big.pressed {
    height: calc(clamp(3.75em, 5.5vw, 8em) * 2);
    width: calc(clamp(3.75em, 5.5vw, 8em) * 2);
}

.mouse-pos-list-span.active,
.mouse-pos-list-span.active-big {
    border-radius: 0;
    width: clamp(10em, 27.5vw, 25em);
    transition: width .4s cubic-bezier(0.34, 1, 0.64, 1), height .4s cubic-bezier(0.34, 1, 0.64, 1);
}

.mouse-pos-list-span p {
    font-size: 0em;
    transition: font-size .4s cubic-bezier(0.36, 0, 0.66, 0);
    will-change: font-size;
}

.mouse-pos-list-span.active p,
.mouse-pos-list-span.active-big p {
    font-size: 1em;
    transition: font-size .4s cubic-bezier(0.34, 1, 0.64, 1);
}

.load-icon {
    width: 3em;
    height: 3em;
    border-radius: 50%;
    border: 0;
    background: var(--color-blue);
    position: fixed;
    pointer-events: none;
    transform: scale(0);
    overflow: hidden;
    display: block;
    right: var(--gap-padding);
    bottom: var(--gap-padding);
    z-index: 2000;
}

.load-icon svg {
    left: 25%;
    top: 25%;
    position: absolute;
    width: 50%;
    transform: rotate(0.0001deg);
    animation: rotateLoad 1s linear infinite;
}

@keyframes rotateLoad {
    0% {
        transform: rotate(0.0001deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media screen and (max-width: 540px) {
    .mouse-pos-list-btn,
    .mouse-pos-list-span {
        display: none;
    }
}

/* ------------------------- About - Header -------------------------------------------------- */

.about-header {
    background: var(--color-white);
}

/* ------------------------- About - Stripe + Globe -------------------------------------------------- */

.line-globe {
    overflow: visible;
    z-index: 5;
}

@keyframes digitalball {
    0% {
        background: var(--color-blue);
    }
    50% {
        background: var(--color-yellow);
    }
    100% {
        background: var(--color-blue);
    }
}

.digital-ball {
    width: clamp(9em, 12vw, 11em);
    height: clamp(9em, 12vw, 11em);
    background: var(--color-dark);
    border-radius: 50%;
    top: 0;
    right: 0;
    transform: translate(-50%, -50%);
    position: absolute;
    overflow: hidden;
    background: var(--color-blue);
}

.digital-ball .overlay {
    opacity: 0;
    transition: opacity 1s ease-in-out;
    animation: digitalball 6s ease-in-out infinite;
}

.line-globe .digital-ball:hover .overlay {
    opacity: 1;
}

@keyframes globeBounce {
    0% {
        transform: translate(-50%, -40%);
    }
    50% {
        transform: translate(-50%, -60%);
    }
    100% {
        transform: translate(-50%, -40%);
    }
}

.globe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 3em;
    height: 3em;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    overflow: hidden;
    will-change: transform;
}

@keyframes globe {
    0% {
        transform: translate(-50%, -50%) rotate(15deg);
    }
    50% {
        transform: translate(-50%, -50%) rotate(-15deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(15deg);
    }
}

.globe-wrap {
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    border-radius: 50%;
    transform: translate(-50%, -50%) rotate(30deg);
    animation: globe 5.4s cubic-bezier(0.35, 0, 0.65, 1) infinite;
    overflow: hidden;
    box-shadow: inset 0px 0px 0px .125em var(--color-white);
}

.globe .circle {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    box-shadow: inset .1em 0px 0px .08em var(--color-white);
    animation: circle1 2.7s linear infinite;
    font-size: .75em;
}

@keyframes circle1 {
    0% {
        border-radius: 50%;
        box-shadow: inset .1em 0px 0px .08em var(--color-white);
        width: 100%;
    }
    49% {
        border-radius: 50%;
        box-shadow: inset .1em 0px 0px .08em var(--color-white);
        background: transparent;
    }
    50% {
        border-radius: 0%;
        width: .175em;
        background: var(--color-white);
    }
    51% {
        border-radius: 50%;
        box-shadow: inset -.1em 0px 0px .08em var(--color-white);
        background: transparent;
    }
    100% {
        border-radius: 50%;
        box-shadow: inset -.1em 0px 0px .08em var(--color-white);
        width: 100%;
    }
}

.globe :nth-child(1) {
    animation-delay: -1.8s;
}

.globe :nth-child(2) {
    animation-delay: -.9s;
}

.globe .circle-hor {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 150%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    height: 55%;
    box-shadow: inset 0px 0px 0px .15em var(--color-white);
    font-size: .75em;
}

.globe .circle-hor-middle {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 150%;
    transform: translate(-50%, -50%);
    border-radius: 0%;
    height: .15em;
    background: var(--color-white);
    font-size: .75em;
}

@media screen and (max-width: 1000px) {
    .digital-ball {
        transform: translate(-20%, -50%);
    }
}

/* ------------------------- About - Image -------------------------------------------------- */

.about-image {
    padding-top: calc(var(--section-padding) * .75);
    padding-bottom: 0;
    background: var(--color-white);
}

.about-image .bottom-lightgray {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: var(--section-padding);
    left: 0;
    background: var(--color-lightgray);
    height: 10vw;
    display: none;
}

.uil-calendar-alt-row{
    margin-top: 3em;
}

.about-image .flex-col:nth-child(1) {
    width: 35%;
    padding-left: var(--container-padding);
    padding-right: calc(var(--container-padding) / 2);
}

.about-image .flex-col:nth-child(1) p {
    margin-top: -.33em;
    display: block;
    will-change: transform;
}

.about-image .flex-col:nth-child(1) .arrow {
    position: absolute;
    left: 0;
    transform: rotate(-45deg);
    will-change: transform;
}

.about-image .flex-col:nth-child(1) .arrow svg g {
    stroke: var(--color-dark);
}

.about-image .flex-col:nth-child(2) {
    width: 65%;
}

.single-about-image {
    width: 100%;
    display: block;
    background: var(--color-lightgray);
    overflow: hidden;
    position: relative;
}

.single-about-image::before {
    content: "";
    display: block;
    padding-top: 135%;
}

.single-about-image .overlay:nth-child(1) {
    background: url("../img/optimized/singapore-3-opt.jpg") center center no-repeat;
    background-size: cover;
    top: -20vh;
    height: 105%;
}

.single-about-image .overlay:nth-child(2) {
    background: linear-gradient(to bottom, hsla(220, 13%, 5%, .075) 0%, hsla(220, 13%, 5%, 0) 50%);
    display: none;
}

@media screen and (max-width: 840px) {
    .about-image .flex-col:nth-child(1) {
        width: 45%;
        padding-right: calc(var(--container-padding) / 1);
    }
    .about-image .flex-col:nth-child(2) {
        width: 55%;
    }
    .single-about-image::before {
        padding-top: 125%;
    }
}

@media screen and (max-width: 840px) {
    .about-image {
        padding-top: calc(var(--section-padding) * .85);
    }
    .about-image .flex-col:nth-child(1) {
        width: unset;
        padding: 0;
        margin-left: calc(var(--container-padding) / 1);
        padding-right: calc(var(--container-padding) / 1);
        padding-top: calc(var(--section-padding) / 4);
        width: 100%;
    }
    .about-image .flex-col:nth-child(1) p {
        max-width: 100%;
    }
    .about-image .flex-col:nth-child(2) {
        padding-top: calc(var(--section-padding) / 1.15);
        width: 100%;
    }
    .about-image .flex-col:nth-child(1) .arrow {
        top: calc(var(--section-padding) / -4);
        transform: rotate(0deg) translateY(-50%);
    }
    .about-image .bottom-lightgray {
        position: absolute;
        bottom: 0;
        width: 100%;
        height: var(--section-padding);
        left: 0;
        background: var(--color-lightgray);
        height: 60vw;
        display: block;
    }
}

@media screen and (max-width: 540px) {
    .single-about-image::before {
        padding-top: 125%;
        padding-top: 140%;
    }
    .single-about-image .overlay:nth-child(1) {
        width: 130%;
        left: -30%;
        width: 100%;
        left: 0;
        top: -18%;
        height: 120%;
    }
    .about-image .flex-col:nth-child(1) {
        margin-left: 0;
        padding-right: 0;
    }
    .about-image .flex-col:nth-child(2) {
        padding-top: calc(var(--section-padding) * .5);
    }
}

/* ------------------------- About - Services -------------------------------------------------- */

.about-services {
    padding-top: calc(var(--section-padding) * .5);
    background: var(--color-lightgray);
    margin-top: -1px;
    padding-bottom: calc(var(--section-padding) * .5);
}

.about-services .container {
    padding-bottom: 2em;
}

.about-services .row:nth-child(1) {
    padding-bottom: calc(var(--section-padding) / 3);
}

.about-services .row:nth-child(2) {
    width: calc(100% + calc(var(--container-padding) / 1.5));
    margin-left: calc(var(--container-padding) / -1.5);
}

.about-services .row:nth-child(2) .flex-col {
    width: 33.333%;
    padding-left: calc(var(--container-padding) / 1.5);
}

.about-services .row:nth-child(2) .flex-col .section-label:nth-child(1) {
    padding-bottom: 3em;
}

.about-services .row:nth-child(2) .flex-col .section-label {
    margin: 0;
    font-size: .8em;
}

.about-services .row:nth-child(2) .flex-col h4 {
    margin: 0;
}

.about-services .row:nth-child(2) .flex-col .stripe {
    margin-bottom: 2em;
}

.about-services .row:nth-child(2) .flex-col svg {
    width: 1em;
    padding: 0;
    margin-right: .25em;
    transform: translate(0, -.05em);
}

.about-services .row:nth-child(2) .flex-col svg path {
    fill: var(--color-dark);
}

.about-services .row:nth-child(2) .flex-col ul:nth-child(4) {
    padding-top: 1em;
}

.about-experience {
    padding-top: calc(var(--section-padding) * .75);
    background: var(--color-border);
    margin-top: -1px;
}

.about-experience .row:nth-child(1) {
    padding-bottom: calc(var(--section-padding) / 3);
}

.about-experience .row:nth-child(2) {
    width: calc(100% + calc(var(--container-padding) / 1.5));
    margin-left: calc(var(--container-padding) / -1.5);
}

.about-experience .row:nth-child(2) .flex-col {
    width: 33.333%;
    padding-left: calc(var(--container-padding) / 1.5);
}

.about-experience .row:nth-child(2) .flex-col .section-label:nth-child(1) {
    padding-bottom: 3em;
}

.about-experience .row:nth-child(2) .flex-col .section-label {
    margin: 0;
    font-size: .8em;
}

.about-experience .row:nth-child(2) .flex-col h4 {
    margin: 0;
}

.about-experience .row:nth-child(2) .flex-col .stripe {
    margin-bottom: 2em;
}

.about-experience .row:nth-child(2) .flex-col svg {
    width: 1em;
    padding: 0;
    margin-right: .25em;
    transform: translate(0, -.05em);
}

.about-experience .row:nth-child(2) .flex-col svg path {
    fill: var(--color-dark);
}

.about-experience .row:nth-child(2) .flex-col ul:nth-child(4) {
    padding-top: 1em;
}

.animate-dot {
    opacity: 0;
    animation: animateDot1 2s linear infinite;
}

.animate-dot:nth-child(2) {
    animation: animateDot2 2s linear infinite;
}

.animate-dot:nth-child(3) {
    animation: animateDot3 2s linear infinite;
}

@keyframes animateDot1 {
    0% {
        opacity: 0;
    }
    20% {
        opacity: 0;
    }
    30% {
        opacity: 1;
    }
    90% {
        opacity: 1;
    }
}

@keyframes animateDot2 {
    0% {
        opacity: 0;
    }
    35% {
        opacity: 0;
    }
    45% {
        opacity: 1;
    }
    90% {
        opacity: 1;
    }
}

@keyframes animateDot3 {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 0;
    }
    60% {
        opacity: 1;
    }
    90% {
        opacity: 1;
    }
}

@media screen and (max-width: 720px) {
    .about-services {
        padding-top: calc(var(--section-padding) * 1);
    }
    .about-services .row:nth-child(2) {
        width: 100%;
        margin-left: 0;
    }
    .about-services .row:nth-child(2) .flex-col .section-label:nth-child(1) {
        display: none;
    }
    .about-services .row:nth-child(2) .flex-col {
        width: 100%;
        padding-left: 0;
        padding-bottom: calc(var(--section-padding) * .5);
    }
    .about-services .row:nth-child(2) .flex-col:last-child {
        padding-bottom: 0;
    }
    .about-services .row:nth-child(2) .flex-col .stripe {
        margin-bottom: calc(var(--section-padding) * .5);
    }
    .about-services .row:nth-child(2) .flex-col p:nth-child(4) {
        padding-top: calc(var(--gap-padding) * .5);
    }
}

/* ------------------------- About - Split Awwwards -------------------------------------------------- */

.about-awwwards .row {
    align-items: center;
}

.about-awwwards .flex-col:nth-child(1) {
    width: 50%;
    padding-right: calc(var(--container-padding) / 2);
}

.about-awwwards .flex-col:nth-child(2) {
    width: 50%;
    padding-left: calc(var(--container-padding) / 2);
    padding-bottom: 3em;
}

.about-awwwards .single-image {
    width: 100%;
    display: block;
    background: var(--color-lightgray);
    overflow: hidden;
    position: relative;
}

.about-awwwards .single-image::before {
    content: "";
    display: block;
    padding-top: 135%;
    padding-top: 125%;
}

.about-awwwards .single-image .overlay:nth-child(1) {
    background: url("../img/optimized/singapore-vertical-opt.jpg") center center no-repeat;
    background-size: cover;
    height: 100%;
    top: -25%;
    width: 105%;
    left: -25%;
    background: url("../img/optimized/singapore-vertical-opt.jpg") center center no-repeat;
    background-size: cover;
    top: -3%;
    height: 106%;
    width: 140%;
    left: -09%;
}

.about-awwwards .single-image .overlay:nth-child(2) {
    background: linear-gradient(to bottom, hsla(220, 13%, 5%, .075) 0%, hsla(220, 13%, 5%, 0) 50%);
}

@media screen and (max-width: 720px) {
    .about-awwwards {
        padding-top: calc(var(--section-padding) / 1.5);
    }
    .about-awwwards .flex-col:nth-child(1) {
        width: 100%;
        padding-right: 0;
    }
    .about-awwwards .flex-col:nth-child(2) {
        width: 100%;
        padding-left: 0;
        padding-bottom: calc(var(--section-padding) / 2);
        order: 1;
    }
    .about-awwwards .single-image::before {
        padding-top: 125%;
    }
    .about-awwwards .single-image .overlay:nth-child(1) {
        background: url("../img/optimized/singapore-opt.jpg") center center no-repeat;
        background-size: cover;
        top: -8%;
        height: 110%;
        width: 150%;
        left: -7%;
    }
}

/* ------------------------- FAQ - Section -------------------------------------------------- */

.faq {
    padding-top: 0;
}

.faq .flex-col:nth-child(1) {
    padding: 0 calc(var(--container-padding) / 2);
    padding-bottom: calc(var(--section-padding) / 2);
}

.faq ul {
    width: 100%;
}

.faq li {
    padding: 0 calc(var(--container-padding) / 2);
    border-top: 1px solid var(--color-border);
}

.faq li a {
    padding: 2em 0 2em 0;
    margin: 0;
    background: transparent !important;
    position: relative;
    border-radius: 0 !important;
}

.faq li h4 {
    margin: 0;
}

.faq .uk-accordion-title {
    font-size: unset;
    line-height: unset;
}

.faq .uk-accordion>:nth-child(n+2) {
    margin-top: 0;
}

.faq .uk-accordion>:last-child {
    border-bottom: 1px solid var(--color-border);
}

.faq .uk-accordion-content {
    margin-top: -.5em;
    padding-bottom: 2.5em;
    padding-right: calc(var(--container-padding) / 2);
}

.faq .uk-accordion-title:hover {
    color: var(--color-dark);
}

.faq .uk-accordion-title::before {
    display: none;
}

.faq .plus {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(0.001deg);
    width: 2em;
    height: 2em;
    transition: var(--animation-fast);
}

.faq .plus::before,
.faq .plus::after {
    content: "";
    position: absolute;
    width: 60%;
    height: 2px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(0.001deg);
    background: var(--color-dark);
    transition: var(--animation-fast);
}

.faq .plus::after {
    transform: translate(-50%, -50%) scale(1, 1) rotate(90deg);
}

.faq li a:hover .plus {
    opacity: .5;
}

.faq li.uk-open a .plus::after {
    transform: translate(-50%, -50%) scale(1, 0) rotate(90deg);
}

@media screen and (max-width: 720px) {
    .faq .flex-col:nth-child(1) {
        padding: 0;
        padding-bottom: calc(var(--section-padding) / 3);
    }
    .faq li {
        padding: 0;
        border-top: 1px solid var(--color-border);
    }
    .faq .uk-accordion-content {
        padding-right: 0;
    }
}

/* ------------------------- Contact - Header -------------------------------------------------- */

.contact-header {
    background: var(--color-dark);
    padding-bottom: calc(var(--section-padding) / 3);
}

.contact-header .row .flex-col:nth-child(1) {
    width: 73%;
    padding-right: calc(var(--container-padding) / 2);
}

.contact-header .row:nth-child(1) .flex-col:nth-child(2) {
    padding-top: calc(clamp(3.25em, 7vw, 8em) * .875 * 1.175);
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
}

@media screen and (min-width: 721px) {
    .contact-header .row:nth-child(1) .flex-col:nth-child(2) {
        padding-top: 0;
        align-items: center;
    }
}

.contact-header .row:nth-child(1) .flex-col:nth-child(2) .profile-picture-bw {
    display: inline-flex;
    width: clamp(10em, 18vw, 18em);
    height: clamp(10em, 18vw, 18em);
}

.contact-header .row:nth-child(1) .flex-col:nth-child(2) .arrow {
    position: absolute;
    bottom: calc(var(--section-padding) * -.5);
    transform: translateY(-50%);
}

.contact-header .row .flex-col:nth-child(2) {
    width: 27%;
    padding-left: calc(var(--container-padding) / 2);
}

.contact-header .row:nth-child(2) {
    padding-top: var(--section-padding);
}

@media screen and (min-width: 721px) {
    .contact-header .row:nth-child(2) {
        padding-top: calc(var(--section-padding) / 2);
    }
}

.contact-header .row:nth-child(2) .links-wrap {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 2.5em;
}

.contact-header .row:nth-child(2) .links-wrap li {
    height: 2em;
    display: flex;
    align-items: center;
}

.contact-header .row:nth-child(2) .links-wrap .btn-link.btn-link-external .btn-click {
    margin: 0;
    height: 2em;
}

.contact-header .row .flex-col:nth-child(1) .profile-picture {
    margin-right: .125em;
    height: .85em;
    width: .85em;
    transform: translateY(.09em);
    display: none;
}

.contact-header .row .flex-col:nth-child(1) .profile-picture-bw {
    margin-right: .125em;
    height: .85em;
    width: .85em;
    transform: translateY(.09em);
    display: none;
}

.contact-header .row .flex-col:nth-child(1) h1 span {
    display: block;
}

.contact-header .form {
    background: var(--color-dark);
}

@media screen and (max-width: 720px) {
    .contact-header .row .flex-col:nth-child(1) {
        width: 100%;
        padding-right: 0;
    }
    .contact-header .row .flex-col:nth-child(2) {
        width: 100%;
        padding-left: 0;
    }
    .contact-header .row .flex-col:nth-child(1) .profile-picture {
        display: inline-flex;
        margin-right: .125em;
        height: .95em;
        width: .95em;
        transform: translateY(.1em);
    }
    .contact-header .row .flex-col:nth-child(1) .profile-picture-bw {
        display: none;
    }
    .contact-header .row:nth-child(1) .flex-col:nth-child(2) .profile-picture {
        display: none;
    }
    .contact-header .form-col {
        padding: 0 0 0 1.5em;
        font-size: 1.15em;
    }
    .contact-header .row:nth-child(2) .flex-col:nth-child(2) .section-label:last-of-type,
    .contact-header .row:nth-child(2) .flex-col:nth-child(2) ul:last-of-type {
        display: none;
    }
    .contact-header .row:nth-child(2) {
        padding-top: 0;
    }
    .contact-header .row:nth-child(2) .flex-col:nth-child(2) {
        order: 1;
    }
    .contact-header .row:nth-child(1) .flex-col:nth-child(2) {
        height: calc(var(--section-padding) * .75);
    }
    .contact-header .row:nth-child(1) .flex-col:nth-child(2) .arrow {
        left: unset;
        bottom: 0;
        top: -4em;
        right: .5em;
        transform: translateY(-50%) scale(-1, 1);
    }
    .contact-header .row:nth-child(2) .flex-col:nth-child(1) {
        padding-top: calc(var(--section-padding) * .25);
    }
}

/* ------------------------- Archive - Header -------------------------------------------------- */

#archive,
.archive-header,
.archive-work-grid,
.archive-work-grid+.footer-rounded-div .rounded-div {
    background: var(--color-lightgray);
}

.archive-header h1 .count-nr {
    color: var(--color-dark);
    opacity: 1;
    font-size: .3em;
}

/* ------------------------- Error - Header -------------------------------------------------- */

.error-header .overlay-video {
    overflow: hidden;
}

.error-header .overlay-dark {
    background: var(--color-dark-dark);
    opacity: .7;
}

.error-header h1 {
    margin-bottom: 0;
}

.error-header p {
    position: absolute;
    right: 0;
    top: 1em;
}

.error-header .stripe {
    margin-top: calc(var(--section-padding) * .66);
}

.error-header .container {
    width: 100%;
}

.section.full-height.error-header {
    display: block;
    align-items: unset;
}

.error-header .container .btn-row {
    position: relative;
}

.error-header .container .btn {
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(-50%, -50%);
}

#error footer,
#default footer,
#success footer {
    transform: translateY(-100%);
    position: absolute;
    z-index: 5;
    bottom: 0;
    background: transparent;
}

#error .footer-contact,
#default .footer-contact,
#success .footer-contact {
    box-shadow: none;
}

@media screen and (max-width: 720px) {
    .error-header p {
        position: relative;
        right: unset;
        top: unset;
        margin-top: calc(var(--gap-padding) * 1.5);
        margin-bottom: var(--section-padding);
    }
    .error-header h1 span {
        display: inline-flex;
    }
    #error footer,
    #default footer,
    #success footer {
        transform: translateY(0);
    }
    #error footer .socials,
    #default footer .socials,
    #success footer .socials {
        display: none;
    }
    .error-header .container .btn {
        transform: translate(-20%, -50%);
    }
}

/* ------------------------- Home - Horizontal Items -------------------------------------------------- */

.horizontal-items {
    overflow: hidden;
    padding-top: calc(var(--section-padding) * .75);
    padding-bottom: calc(var(--section-padding) - 2.5vw);
}

.horizontal-items .container {
    padding: 0;
    transform: rotate(0deg);
}

.horizontal-items .row {
    width: 120vw;
    left: -10vw;
    will-change: transform;
}

.horizontal-items .flex-col {
    width: 25%;
    padding: calc(var(--gap-padding) / 2);
    padding: 1.25vw;
    will-change: transform;
}

.horizontal-items .horizontal-single-item {
    position: relative;
}

.horizontal-items .horizontal-single-item::before {
    display: block;
    content: "";
    padding-top: 75%;
}

@media screen and (max-width: 1000px) {
    .horizontal-items .flex-col {
        width: 33.333%;
    }
    .horizontal-items .flex-col:nth-child(4) {
        display: none;
    }
}

@media screen and (max-width: 540px) {
    .horizontal-items {
        padding-top: calc(var(--section-padding) * 1);
    }
    .horizontal-items .flex-col {
        width: 50%;
        padding: 2.5vw;
    }
    .horizontal-items .flex-col:nth-child(4) {
        display: block;
    }
    .horizontal-items .row {
        width: 120vw;
    }
    .horizontal-items .row.row-1,
    .horizontal-items .row.row-2 {
        transform: translate(0, 0) !important;
    }
    .horizontal-items .row-1 .flex-col:nth-child(3),
    .horizontal-items .row-1 .flex-col:nth-child(4) {
        transform: translate(-20vw, 0);
    }
    .horizontal-items .row-2 .flex-col:nth-child(3),
    .horizontal-items .row-2 .flex-col:nth-child(4) {
        display: none;
    }
    .horizontal-items .container {
        display: none;
        opacity: 0;
        visibility: hidden;
    }
    .horizontal-items {
        padding-top: 0;
    }
}

/* ------------------------- Case - Header -------------------------------------------------- */

.case-top-wrap {
    padding: 0;
}

.case-top-wrap.theme-dark {
    background: var(--color-dark);
}

.case-header {
    padding-bottom: 0;
}

.case-header h1 {
    font-size: calc(clamp(3.25em, 7vw, 8em) * 1);
}

.case-header p {
    padding-bottom: 0;
    opacity: .5;
    transform: translateY(-1em);
}

/* ------------------------- Case - Intro -------------------------------------------------- */

.case-intro {
    padding-top: calc(var(--section-padding) / 1.75);
    padding-bottom: calc(var(--section-padding) / 1.25);
    margin-top: -1px;
}

.case-intro .row .flex-col {
    width: calc(33.333% - (var(--gap-padding) / 1));
    margin-right: calc(var(--gap-padding) * 1.5);
}

.case-intro .row .flex-col:last-child {
    margin-right: 0;
}

.case-intro .row .flex-col:last-child li {
    display: inline-block;
}

.case-intro .row .flex-col .stripe {
    margin: 1.75em 0 1.5em 0;
}

@media screen and (max-width: 720px) {
    .case-intro {
        padding-top: calc(var(--section-padding) / 2.5);
        padding-bottom: calc(var(--section-padding) / 1.25);
    }
    .case-intro .row .flex-col {
        width: 100%;
        margin-right: 0;
        margin-bottom: 8vw;
    }
    .case-intro .row .flex-col:last-child {
        margin-bottom: 0;
    }
    .case-intro .row .flex-col .stripe {
        margin: 4.5vw 0 3vw 0;
    }
}

/* ------------------------- Case - Intro Image -------------------------------------------------- */

.case-intro-image {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: -1px;
}

.case-intro-image.block-padding-bottom {
    padding-bottom: var(--section-padding);
}

.case-intro-image .btn-wrap {
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(-50%, -50%);
    z-index: 2;
    display: block;
}

.case-intro-image .single-image {
    width: 100%;
    background: rgba(100, 100, 100, 0.1);
    overflow: hidden;
    position: relative;
}

.case-intro-image .single-image::before {
    content: "";
    display: block;
    padding-top: 60%;
}

.case-intro-image .single-image .overlay-image {
    height: 120%;
    top: -10%;
}

html.touch-device main .case-intro-image .btn-wrap {
    transform: translate(-50%, -50%);
}

@media screen and (max-width: 1000px) {
    .case-intro-image .single-image::before {
        padding-top: 80%;
    }
}

@media screen and (max-width: 720px) {
    .case-intro-image .container {
        padding: 0;
    }
    .case-intro-image .single-image::before {
        padding-top: 100%;
    }
    html.touch-device main .case-intro-image .btn-wrap,
    .case-intro-image .btn-wrap {
        transform: translate(-5vw, -50%);
        transform: translate(-10vw, -130%);
    }
    .case-intro-image.block-padding-bottom {
        padding-bottom: 0;
    }
}

/* ------------------------- Case - Footer -------------------------------------------------- */

.footer-case-wrap .container:nth-child(1) .row:nth-child(1) p {
    text-align: center;
    margin-bottom: calc(var(--section-padding) / 4);
}

.footer-case-wrap .footer h2 {
    font-size: calc(clamp(3.25em, 7vw, 8em) * 1);
    text-align: center;
    transition: var(--animation-primary);
}

.footer-case-wrap .container.medium .row:nth-child(3) .flex-col {
    justify-content: center;
}

.footer-case-wrap .container.medium .row:nth-child(1) {
    padding-bottom: calc(var(--section-padding) / 1.25);
}

.footer-case-wrap .bottom-footer {
    padding-top: calc(var(--section-padding) / 1.9);
}

.footer-case-wrap .next-case-btn:hover {
    text-decoration: none;
}

.footer-case-wrap .next-case-btn:hover h2 {
    opacity: .25;
}

.footer-case-wrap .tile-image-wrap {
    width: calc(clamp(10em, 27.5vw, 25em) * .9);
    position: absolute;
    left: 50%;
    bottom: 0;
    background: transparent;
    transform: translateX(-50%);
    overflow: hidden;
}

.footer-case-wrap .tile-image-wrap::before {
    display: block;
    content: "";
    padding-bottom: 50%;
}

.footer-case-wrap .tile-image-wrap .tile-image {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(30%);
    transition: var(--animation-primary);
}

.footer-case-wrap .next-case-btn:hover .tile-image-wrap .tile-image {
    transform: translateY(0%);
}

.footer-case-wrap .tile-image-wrap .tile-image::before {
    content: "";
    display: block;
    padding-bottom: 85%;
}

@media screen and (max-width: 1000px) {
    .footer-case-wrap .tile-image-wrap {
        width: 40vw;
    }
    .footer-case-wrap .tile-image-wrap .tile-image {
        transform: translateY(20%);
    }
}

@media screen and (max-width: 720px) {
    .footer-case-wrap .container.medium .row:nth-child(2) {
        padding-bottom: calc(var(--section-padding) * 1);
    }
    .footer-case-wrap .container.medium .row:nth-child(1) {
        padding-bottom: calc(var(--section-padding) / .5);
        padding-bottom: 13em;
    }
    .footer-case-wrap .tile-image-wrap {
        width: 50vw;
    }
    .footer-case-wrap .tile-image-wrap .tile-image {
        transform: translateY(0%);
    }
    .footer-case-wrap .next-case-btn:hover h2 {
        opacity: 1;
    }
}

@media screen and (max-width: 540px) {
    .footer-case-wrap .tile-image-wrap {
        width: 70vw;
    }
    .footer-case-wrap .tile-image-wrap::before {
        padding-bottom: 60%;
    }
}

/* ------------------------- Case - Pagebuilder Blocks -------------------------------------------------- */

.single-block {
    padding-bottom: 0;
    margin-top: -1px;
    background: var(--color-white);
}

.single-block .dark-overlay {
    background: var(--color-dark-dark);
}

.single-block.block-padding-bottom {
    padding-bottom: var(--section-padding);
}

/* ------------------------- Case - Block: Fullwidth -------------------------------------------------- */

.block-fullwidth {
    padding-top: 0;
    padding-bottom: 0;
    background: rgba(100, 100, 100, 0.1);
}

.block-fullwidth .single-image {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.block-fullwidth .single-image::before {
    content: "";
    display: block;
    padding-top: 66%;
}

.block-fullwidth .single-image .overlay-image {
    height: 120%;
    top: -10%;
}

.block-fullwidth .text-overlay {
    display: flex;
    align-items: center;
    justify-content: center;
}

.block-fullwidth .text-overlay h2 {
    margin: 0;
    text-align: center;
}

@media screen and (max-width: 540px) {
    .block-fullwidth .single-image::before {
        padding-top: 100%;
    }
}

/* ------------------------- Case - Block: Devices -------------------------------------------------- */

.block-device .overlay-device-image {
    width: 100%;
    position: relative;
}

.block-device .overlay-device-image::before {
    content: "";
    display: block;
    padding-top: 56.8%;
}

.block-device .single-image {
    width: 100%;
    background: rgba(100, 100, 100, 0.1);
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.block-device .single-image::before {
    content: "";
    display: block;
    padding-top: 62.5%;
}

.block-device .single-image .parallax-image-wrap {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.block-device .single-image .image-wrap img {
    width: 100%;
}

.block-device .overlay-top {
    position: absolute;
    object-fit: contain;
    position: absolute;
    top: 0;
    height: unset;
}

/* Device MBP 16 Lower */

.block-device .device-mbp16lower {
    padding-left: calc(var(--container-padding) / 2);
    padding-right: calc(var(--container-padding) / 2);
}

.block-device .device-mbp16lower .single-image {
    width: 79.5%;
    top: 45.3%;
}

@media screen and (max-width: 540px) {
    .block-device .device-mbp16lower {
        padding-left: 0;
        padding-right: 0;
    }
}

/* Device MBP 15 */

.block-device .device-mbp15 .overlay-device-image::before {
    content: "";
    display: block;
    padding-top: 50.365%;
}

.block-device .device-mbp15 {
    padding-left: calc(var(--container-padding) / 2);
    padding-right: calc(var(--container-padding) / 2);
}

.block-device .device-mbp15 .single-image {
    width: 74.4%;
    left: 49.95%;
    top: 47.3%;
    border-radius: 5px 5px 0 0;
}

@media screen and (max-width: 540px) {
    .block-device .device-mbp15 {
        padding-left: 0;
        padding-right: 0;
    }
}

/* Device MacPro */

.block-device .device-macpro .overlay-device-image::before {
    content: "";
    display: block;
    padding-top: 85.5%;
}

.block-device .device-macpro {
    padding-left: calc(var(--container-padding) / 1);
    padding-right: calc(var(--container-padding) / 1);
}

.block-device .device-macpro video.overlay,
.block-device .device-macpro img.overlay {
    object-position: center top;
}

.block-device .device-macpro .single-image {
    width: 98.7%;
    top: 33.4%;
}

.block-device .device-macpro .single-image::before {
    padding-top: 57%;
}

@media screen and (max-width: 540px) {
    .block-device .device-macpro {
        padding-left: 0;
        padding-right: 0;
    }
}

/* Device MacPro Higher */

.block-device .device-macprohigher .overlay-device-image::before {
    content: "";
    display: block;
    padding-top: 85.5%;
}

.block-device .device-macprohigher {
    padding-left: calc(var(--container-padding) / 1);
    padding-right: calc(var(--container-padding) / 1);
}

.block-device .device-macprohigher .single-image {
    width: 98.8%;
    top: 37%;
}

@media screen and (max-width: 540px) {
    .block-device .device-macprohigher {
        padding-left: 0;
        padding-right: 0;
    }
}

/* Device No Device */

.block-device .device-nodevice .single-image {
    position: relative;
    top: unset;
    left: unset;
    transform: translate(0, 0);
}

.block-device .device-nodevice {
    padding-left: calc(var(--container-padding) / 1);
    padding-right: calc(var(--container-padding) / 1);
}

@media screen and (max-width: 540px) {
    .block-device .device-nodevice {
        padding-left: 0;
        padding-right: 0;
    }
}

/* Device iPad Pro */

.block-device .device-ipadpro .overlay-device-image::before {
    content: "";
    display: block;
    padding-top: 63.7%;
}

.block-device .device-ipadpro {
    padding-left: calc(var(--container-padding) / 1.25);
    padding-right: calc(var(--container-padding) / 1.25);
}

.block-device .device-ipadpro .single-image {
    width: 97%;
    top: 50%;
    border-radius: 2.5%/4%;
    left: 50.1%;
}

.block-device .device-ipadpro .overlay-pencil {
    height: 60%;
    width: auto;
    left: 71%;
    top: 51%;
}

@media screen and (max-width: 540px) {
    .block-device .device-ipadpro {
        padding-left: 0;
        padding-right: 0;
    }
}

/* ------------------------- Case - Block: Mobile Double -------------------------------------------------- */

.block-mobile-devices {
    padding: 0;
    overflow: hidden;
}

.block-mobile-devices .container.block-padding-sides {
    padding: 0 var(--container-padding);
}

.block-mobile-devices .flex-col {
    width: 33.333%;
    padding-top: var(--section-padding);
    display: flex;
    justify-content: center;
}

.block-mobile-devices .flex-col.block-padding-bottom {
    padding-bottom: var(--section-padding);
}

.block-mobile-devices .device {
    width: 55%;
    position: relative;
    display: flex;
    justify-content: center;
}

.block-mobile-devices .overlay-device-image {
    width: 100%;
    position: relative;
}

.block-mobile-devices .overlay-device-image::before {
    content: "";
    display: block;
    padding-top: 202%;
}

.block-mobile-devices .single-image {
    width: 90.2%;
    background: rgba(100, 100, 100, 0.1);
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 10%/5%;
}

.block-mobile-devices .single-image::before {
    content: "";
    display: block;
    padding-top: 216%;
}

.block-mobile-devices .device-nodevice .single-image,
.block-mobile-devices .device-nodevicerounded .single-image {
    width: 100%;
}

@media screen and (max-width: 540px) {
    .block-mobile-devices .container.block-padding-sides {
        padding: 0;
    }
}

/* Device No Device */

.block-mobile-devices .device-nodevice .single-image {
    position: relative;
    top: unset;
    left: unset;
    transform: translate(0, 0);
    border-radius: 0;
    background-color: transparent;
}

/* Device No Device Rounded */

.block-mobile-devices .device-nodevicerounded .single-image {
    position: relative;
    top: unset;
    left: unset;
    transform: translate(0, 0);
    background-color: transparent;
    border-radius: 10%/5%;
}

/* Amount 3 */

.block-mobile-devices .container.block-padding-sides.amount-3 .device {
    width: 68%;
}

@media screen and (max-width: 540px) {
    .block-mobile-devices .container.block-padding-sides.amount-3 .device {
        width: 76%;
    }
}

/* Amount 2 */

.block-mobile-devices .amount-2 .flex-col {
    width: 50%;
}

.block-mobile-devices .amount-2 .device {
    width: 40%;
}

.block-mobile-devices .container.block-padding-sides.amount-2 {
    padding: 0 calc(var(--container-padding) * 1.5);
}

.block-mobile-devices .container.block-padding-sides.amount-2 .device {
    width: 55%;
}

@media screen and (max-width: 540px) {
    .block-mobile-devices .container.block-padding-sides.amount-2 {
        padding: 0 calc(var(--container-padding) * 1);
    }
    .block-mobile-devices .container.block-padding-sides.amount-2 .device {
        width: 80%;
    }
}

/* Amount 1 */

.block-mobile-devices .amount-1 .flex-col {
    width: 100%;
}

.block-mobile-devices .amount-1 .device {
    width: 30%;
}

@media screen and (max-width: 540px) {
    .block-mobile-devices .amount-1 .device {
        width: 60%;
    }
}

/* ------------------------- Case - Block: Screenshot -------------------------------------------------- */

.block-screenshot .row {
    padding: 0 var(--container-padding);
}

.block-screenshot .device {
    position: relative;
    display: flex;
    justify-content: center;
}

.block-screenshot .single-image {
    width: 100%;
    background: rgba(100, 100, 100, 0.1);
}

.block-screenshot .single-image img {
    width: 100%;
}

.block-screenshot .single-image video {
    width: 100%;
}

.block-screenshot .overlay-device-image {
    width: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
}

.block-screenshot .overlay-device-image::before {
    content: "";
    display: block;
    padding-top: 56.8%;
}

@media screen and (max-width: 540px) {
    .block-screenshot .row {
        padding: 0;
    }
}

/* Device MBP 16 Lower */

.block-screenshot .device-mbp16 .single-image {
    width: 79.2%;
}

.block-screenshot .device-mbp16 {
    padding-left: calc(var(--section-padding) / 2);
    padding-right: calc(var(--section-padding) / 2);
}

.block-screenshot .device-mbp16 .overlay-device-image {
    transform: translate(-50%, -1.7%);
}

/* ------------------------- Case - Block: Button -------------------------------------------------- */

.block-button .container .flex-col {
    z-index: 1;
}

.block-button .row {
    flex-wrap: nowrap;
    justify-content: center
}

.block-button .row .flex-col {
    width: unset;
    margin-right: calc(var(--gap-padding) / 2);
}

.block-button .row .flex-col:last-child {
    margin-right: 0;
}








/* ===== END style-new.css ===== */

