@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300&display=swap');
* {
    font-family: Graphik,sans-serif;
}

body {
    background-color: #f4f4f7;
    font-family: Graphik,sans-serif;
    color: #1a1a1a;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400
}

.body-void {
    background-color: #0e0e0e;
}

.page-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    min-height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.profile-bkg-hero-wrapper {
    position: relative;
    overflow: hidden;
    height: 460px;
    background-image: url('../images/bg-default-stars-mid.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat
}

.slice-div.slice-div-large.slice-div-large-void {
    background-color: #0e0e0e
}

.section.info-card {
    padding-top: 0;
    padding-bottom: 0;
}

.section-container {
    position: relative;
    z-index: 2;
    width: 90%;
    max-width: 1500px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.profile-info-wrapper.profile-info-wrapper-void {
    background-color: #1a1a1a;
    color: #fff;
}

.profile-info-wrapper {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 1000px;
    margin-top: -225px;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 2px;
    background-color: #fff;
    box-shadow: 0 18px 45px 0 rgb(0 0 0 / 13%);
}

.profile-info-top-wrapper {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: -60px;
    padding-bottom: 25px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.profile-image-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 200px;
    height: 200px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    border-radius: 50%;
    box-shadow: 0 8px 40px 0 rgb(0 0 0 / 21%);
}

.profile-image {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-transform: scale(1.01);
    -ms-transform: scale(1.01);
    transform: scale(1.01);
}

.profile-info-bottom-wrapper {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 340px;
    margin-right: auto;
    margin-bottom: 5px;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.profile-location-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
    margin-left: -5px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #929292;
    font-size: 16px;
    font-weight: 300;
    text-align: center;
}

.location-icon {
    width: 20px;
    height: 20px;
    margin-right: 8px;
}

.profile-bio {
    max-width: 340px;
    margin-bottom: 10px;
    text-align: center;
}

.contact-button-wrapper {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
    padding-right: 25px;
    padding-left: 25px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.contact-button.contact-button-colorful.contact-button-colorful-void {
    background-color: #ffffff;
    color: #000000;
    transition: 600ms;
}

.contact-button.contact-button-colorful.contact-button-colorful-void:hover {
    background-color: rgb(210, 210, 210);
}

.contact-button-image {
    position: relative;
    height: 18px;
    margin-right: 10px;
}

.contact-button-text {
    position: relative;
    line-height: 1em;
    text-align: center;
    white-space: nowrap;
}

.contact-button-copy-overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0;
}

.contact-button {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 5px;
    margin-left: 5px;
    padding: 10px 13px 9px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border: 1px solid #e4e4e4;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    font-weight: 400;
    cursor: pointer;
}

.contact-button.contact-button-round {
    border-radius: 20px;
}

.contact-button.contact-button-colorful {
    padding: 11px 14px 10px;
    border-style: none;
    background-color: #f4f4f7;
}

.section.link-section {
    padding-top: 45px;
    padding-bottom: 45px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.section-container {
    position: relative;
    z-index: 2;
    width: 90%;
    max-width: 1500px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.profile-link-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.link-item-wrapper {
display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 49%;
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end
}

.link-item-wrapper.link-item-wrapper-full-width {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.link-item-wrapper.link-item-wrapper-msim {
    width: 100%
}

.link-button {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 98%;
    height: 80px;
    padding-left: 70px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 2px;
    background-color: #fff;
    box-shadow: 0 14px 30px -5px rgba(0,0,0,.13);
    color: #1a1a1a;
    font-size: 16px;
    text-decoration: none
}

.link-button.link-button-dark {
    background-color: #333;
    color: #fff
}

.link-button.link-button-full-width {
    width: 99%
}

.link-button.link-button-embed {
    width: 99%;
    border-style: dashed;
    border-width: 1px;
    border-color: #b6b6b6
}

.link-button.link-button-embed:focus {
    border-style: dashed;
    border-width: 1px;
    border-color: #b6b6b6
}

.link-button.link-button-minimal {
    width: 100%;
    padding-left: 20px
}

.link-button.link-button-msim {
    width: 90%;
    padding-left: 50px
}

.link-button.link-button-void {
    background-color: #1a1a1a;
    color: #fff
}

.link-icon-float {
    position: absolute;
    left: -10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 60px;
    height: 60px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 2px;
    box-shadow: 0 9px 14px -4px rgba(82,82,82,.65)
}

.link-icon-float.link-icon-float-msim {
    left: -10%
}

.link-icon-float.link-icon-float-circle {
    width: 65px;
    height: 65px;
    border-radius: 50%
}

.link-block-text-wrapper {
    position: relative;
    overflow: hidden
}

.link-name {
    margin-bottom: 2px
}

.link-url {
    color: #929292;
    font-size: 14px;
    font-weight: 300
}

.link-arrows {
    height: 12px
}

.link-arrows.link-arrows-embed {
    height: 15px
}

@-webkit-keyframes op {
    from {
        opacity: .85
    }

    to {
        opacity: 0
    }
}

@keyframes op {
    from {
        opacity: .85
    }

    to {
        opacity: 0
    }
}

@-webkit-keyframes tr {
    from {
        transform: scaleX(1) scaleY(1)
    }

    to {
        transform: scaleX(2.5) scaleY(2.5)
    }
}

@keyframes tr {
    from {
        transform: scaleX(1) scaleY(1)
    }

    to {
        transform: scaleX(2.5) scaleY(2.5)
    }
}

@-webkit-keyframes fadein {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadein {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.profile-bio,.profile-location-text,.profile-name {
    overflow-wrap: break-word
}

.link-button-beacon {
    -webkit-animation: op 2s ease infinite,tr 2s ease-out infinite;
    animation: op 2s ease infinite,tr 2s ease-out infinite
}

.link-button>.link-arrow-wrapper,.link-button>.link-icon-float {
    -webkit-transition: transform .3s ease;
    transition: transform .3s ease
}

.link-button:hover>.link-arrow-wrapper {
    -webkit-transform: translateX(5px) translateY(0) translateZ(0);
    transform: translateX(5px) translateY(0) translateZ(0);
}

.link-button:hover>.link-icon-float {
    -webkit-transform: translateX(0) translateY(-5px) translateZ(0);
    transform: translateX(0) translateY(-5px) translateZ(0);
  
}

.section-container {
    position: relative;
    z-index: 2;
    width: 90%;
    max-width: 1500px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.section-container.section-container-hero {
    width: 85%
}

.section-container.section-container-msim {
    width: 85%
}

.section-container.section-container-small {
    width: 75%
}

.link-arrow-wrapper {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    padding-right: 25px;
    padding-left: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.link-icon-float-image.link-icon-float-image-invert {
    -webkit-filter: invert(100%);
    filter: invert(100%);
}

.link-icon-float-bg {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%
}

.linkpage-cta.linkpage-cta-dark {
    color: #929292;
}

.linkpage-cta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    color: #929292;
    text-decoration: none;
}

.page-footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 15px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: Graphik,sans-serif;
}

.linkpage-ctaa:hover {
    color: #1486ff
}

.welcomescreen {
    z-index: 9999;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    transition: 600ms;
    background-color: rgb(53, 53, 53);
}
.loading {
    display: flex;
    align-items: center;
    color: white;
    font-size: 50px;
    font-family: 'Quicksand', sans-serif;
    word-wrap:normal;
    animation: fade 1s alternate infinite;
}

@keyframes fade {
    0%{
        opacity: 0.3;
        transform: translateY(10px);
    }
    100% {
        opacity: 1;
    }
}