.button {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
    font-weight: 600;
    border-radius: 39px;
    line-height: 1.2;
    font-family: var(--gp-font--effra-cc-semibold);
    white-space: nowrap;
    user-select: none;
    transition: 0.3s ease-out;
    padding: 13px 28px 8px !important;
    width: fit-content;
    letter-spacing: -0.04em;
    column-gap: 4px !important;
    
}

.header-buttons-wrapper a {
    display: flex;
    align-items: center;
    gap: 4px;
    color: #080C17 !important;
    background-color: #F4B702 !important;
}

.header-buttons-wrapper a svg {
    height: 14px !important;
}

.header-buttons-wrapper a:hover {
    background-color: #080C17 !important;
    color: #F9FCFC !important;
}

.header-buttons-wrapper a:hover svg {
    filter: invert(1);
    transition: filter 0.3s ease-out;
}

@media (max-width: 1024px) {
    .header-buttons-wrapper {
        display: none;
    }
}

a {
    text-decoration: none;
}

a.button .gb-shape svg {
    width: 12px !important;
    height: 12px !important;
    fill: none !important
}

a.black-border {
    color: #080C17 !important;
    background: #F1F1F1 !important;
}

a.black-border:hover, .button-black-border:hover {
    color: #F9FCFC !important;
    background: #080C17 !important;
    border: 1px solid #F9FCFC;
}

a.black-border:hover .gb-shape svg, .button-black-border:hover .gb-shape svg {
    filter: invert(1);
}

.button-white-border .gb-shape svg, a.button-text-blue .gb-shape svg {
    width: 12px !important;
    height: 12px !important;
    fill: none !important
}

.secondary-white, .secondary-black {
    background-color: transparent !important;
}

.secondary-white:hover, .button-white-border:hover {
    color: #F9FCFC !important;
    background: #080C17 !important;
    border: 1px solid #F9FCFC;
}

.secondary-black:hover {
    background: #F9FCFC !important;
    color: #080C17 !important;
}

.secondary-white .gb-shape, .secondary-black .gb-shape {
    height: 16px !important;
}

.secondary-black {
    color: #080C17 !important;
}

a.button-text-blue {
    background: transparent !important;
    color: #0730A0 !important;
    padding: 0 !important;
    font-weight: 600;
    transition: opacity .25s ease-in;
}

a.button-text-blue:hover {
    opacity: 50%;
    transition: opacity .25s ease-in;
}

a.button-white-border {
    background: transparent !important;
    color: #F9FCFC !important;
    gap: 4px !important
}

a.button-white-border .gb-shape svg, a.button-black-border .gb-shape svg {
    height: 16px !important;
}

a.button-black-border {
    background: transparent !important;
    color: #080C17 !important;
    gap: 4px !important
}

a.button-blue-transparent {
    background: transparent !important;
    color: #0730A0 !important;
    gap: 4px !important;
    padding: 0 !important;
    transition: opacity .25s ease-in;
}

.button-blue-transparent .gb-shape {
    height: 15px !important;
}

a.button-blue-transparent:hover {
    opacity: 75%;
    transition: opacity .25s ease-in;
}

.black-border .gb-shape {
    height: 13px !important;
}

a.button-blue-transparent--white {
    background: #F9FCFC !important;
    padding: 13px 21px 11px !important;
    border-radius: 12px;
}

a.button-blue-transparent .gb-shape svg {
    fill: none !important;
    width: 12px !important;
    height: 12px !important;
}

a.transparent {
    background: transparent !important;
}