.atlas-ui-button,
.atlas-ui-button-widget .elementor-button {
    --atlas-ui-primary: var(--atlas-why-primary, var(--atlas-primary, #1557ff));
    align-items: stretch;
    background: var(--atlas-ui-primary) !important;
    border: 1px solid var(--atlas-ui-primary) !important;
    border-radius: 0 !important;
    color: #ffffff !important;
    display: inline-flex !important;
    font-size: 16px;
    font-weight: 600;
    justify-content: space-between;
    line-height: 1.2;
    min-height: 64px;
    min-width: 260px;
    overflow: hidden;
    padding: 0 !important;
    text-decoration: none;
    transition: background-color 220ms ease, color 220ms ease;
}

.atlas-ui-button {
    margin-top: 28px;
}

.atlas-ui-button > span:first-child,
.atlas-ui-button-widget .elementor-button-content-wrapper {
    align-items: center;
    display: flex;
    flex: 1 1 auto;
    justify-content: flex-start;
    padding: 18px 24px;
}

.atlas-ui-button__icon,
.atlas-ui-button-widget .elementor-button::after {
    align-items: center;
    align-self: stretch;
    border-left: 1px solid rgba(255, 255, 255, 0.38);
    display: flex;
    flex: 0 0 64px;
    font-size: 25px;
    justify-content: center;
    transition: background-color 220ms ease, border-color 220ms ease, color 220ms ease;
    width: 64px;
}

.atlas-ui-button-widget .elementor-button::after {
    content: "\2197";
}

.atlas-ui-button__glyph,
.atlas-ui-button__icon > i {
    display: inline-block;
    transition: transform 220ms ease;
}

.atlas-ui-button:hover,
.atlas-ui-button-widget .elementor-button:hover,
.atlas-ui-button:focus-visible,
.atlas-ui-button-widget .elementor-button:focus-visible {
    background: #ffffff !important;
    color: var(--atlas-ui-primary) !important;
    outline: none;
}

.atlas-ui-button:hover .atlas-ui-button__icon,
.atlas-ui-button:focus-visible .atlas-ui-button__icon,
.atlas-ui-button-widget .elementor-button:hover::after,
.atlas-ui-button-widget .elementor-button:focus-visible::after {
    background: var(--atlas-ui-primary);
    border-left-color: var(--atlas-ui-primary);
    color: #ffffff;
}

.atlas-ui-button:hover .atlas-ui-button__glyph,
.atlas-ui-button:focus-visible .atlas-ui-button__glyph,
.atlas-ui-button:hover .atlas-ui-button__icon > i,
.atlas-ui-button:focus-visible .atlas-ui-button__icon > i {
    transform: translate(3px, -3px);
}

.atlas-ui-button:focus-visible,
.atlas-ui-button-widget .elementor-button:focus-visible {
    box-shadow: 0 0 0 3px rgba(21, 87, 255, 0.22);
}

.atlas-hero-actions {
    align-items: center !important;
}

.atlas-hero-actions > .elementor-element {
    align-self: center;
}

.atlas-ui-secondary-widget .elementor-button {
    align-items: center;
    display: inline-flex;
    min-height: 64px;
}

.atlas-square-terminal-title .ygency-section-title .title .main-text::after {
    background: var(--atlas-primary, #1557ff);
    content: "";
    display: inline-block;
    height: 0.22em;
    margin-left: 0.14em;
    vertical-align: 0.02em;
    width: 0.22em;
}

.atlas-section-eyebrow {
    align-items: center;
    color: var(--atlas-section-eyebrow-color, #1557ff);
    display: flex;
    font-family: Inter, Arial, sans-serif;
    font-size: 15px;
    font-weight: 700;
    gap: 20px;
    letter-spacing: 0;
    line-height: 1.4;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.atlas-section-eyebrow__marker {
    align-items: center;
    display: inline-flex;
    flex: 0 0 36px;
    height: 18px;
    width: 36px;
}

.atlas-section-eyebrow__marker svg {
    display: block;
    fill: none;
    height: auto;
    overflow: visible;
    width: 100%;
}

.atlas-section-eyebrow__marker path {
    fill: none;
    stroke: currentColor;
    stroke-width: 1px;
    vector-effect: non-scaling-stroke;
}

@media (max-width: 767px) {
    .atlas-ui-button,
    .atlas-ui-button-widget .elementor-button {
        min-width: min(100%, 280px);
    }

    .atlas-section-eyebrow {
        font-size: 13px;
        gap: 14px;
        margin-bottom: 21px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .atlas-ui-button,
    .atlas-ui-button__icon,
    .atlas-ui-button__glyph,
    .atlas-ui-button__icon > i,
    .atlas-ui-button-widget .elementor-button,
    .atlas-ui-button-widget .elementor-button::after {
        transition: none;
    }
}
