/* general */

#bx-content-wrapper {
    width: 1440px;
    max-width: 100vw;
    margin: auto;
    max-width: calc(100vw - 80px);
}

.bx-media-phone #bx-content-wrapper {
    max-width: 100vw;
}

.ac-artsyapi-see-all {
    font-size: 16px;
    white-space: nowrap;
}
.ac-artsyapi-see-all a {
    color: #2D5BFF!important;
}
.ac-artsyapi-see-all a:hover {
    text-decoration: underline;
}
.ac-artsyapi-general-shadow:hover {
    box-shadow: rgba(0,0,0,0.1) 0px 4px 7px 4px;
}
a.ac-artsyapi-hover-link {
    color: unset;
}
a.ac-artsyapi-hover-link:hover {
    color: #2D5BFF!important;
    text-decoration: underline;
}


/* ads */
img.ac-artsyapi-ads-top-mobile {
    max-height: 440px;
    margin-bottom: 40px;
}
.bx-media-phone img.ac-artsyapi-ads-top-mobile,
.bx-media-tablet img.ac-artsyapi-ads-top-mobile {
    max-width: 100%;
}
.ac-artsyapi-ads-top {
    display: flex;
    gap: 40px;
}
.bx-user-unauthorized .ac-artsyapi-ads-top {
    gap: 0px;
}
.bx-user-unauthorized .ac-artsyapi-ads-top > div:first-child{
    width: 40%;
}
.bx-user-unauthorized .ac-artsyapi-ads-top > div:nth-child(2){
    width: 60%;
}

.ac-artsyapi-ads-top > div {
    width: 50%;
}
.ac-artsyapi-ad-entry-wrapper {
    padding: 5px 9px 20px;
    overflow: hidden;
}
.ac-artsyapi-slider-ad-entry img {
    height: 480px;
}
.ac-artsyapi-slider-ad-entry {
    font-size: 16px;
    line-height: 24px;
}
.ac-artsyapi-ads-top .toprow1 {
    font-size: 72px;
    line-height: 98px;
    margin-top: 20px;
}
.ac-artsyapi-ads-top .toprow2 {
    font-size: 24px;
    line-height: 32px;
    margin-top: 50px;
    margin-bottom: 30px;
}
.bx-media-phone .ac-artsyapi-ads-top,
.bx-media-tablet .ac-artsyapi-ads-top {
    display: block;
}
.bx-media-phone .ac-artsyapi-ads-top > div,
.bx-media-tablet .ac-artsyapi-ads-top > div {
    width: 100%!important;
}
.bx-media-phone .ac-artsyapi-slider-ad-entry,
.bx-media-tablet .ac-artsyapi-slider-ad-entry {
    font-size: 14px;
    line-height: 20px;
}
.bx-media-phone .ac-artsyapi-slider-ad-entry img,
.bx-media-tablet .ac-artsyapi-slider-ad-entry img {
    height: 300px;
}
.bx-media-phone .ac-artsyapi-ads-top .toprow1,
.bx-media-tablet .ac-artsyapi-ads-top .toprow1 {
    font-size: 24px;
    line-height: 30px;
    margin-top: 10px;
}
.bx-media-phone .ac-artsyapi-ads-top .toprow2,
.bx-media-tablet .ac-artsyapi-ads-top .toprow2 {
    font-size: 18px;
    line-height: 24px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.bx-media-phone .ac-artsyapi-ads-top > div:first-of-type,
.bx-media-tablet .ac-artsyapi-ads-top > div:first-of-type {
    margin-bottom: 20px;
}

/* collectors */
.ac-artsyapi-collectors {
    background-color: #111827;
    color: #F9FAFB;
    padding: 30px;
}
.ac-artsyapi-collectors a {
    color: #F9FAFB!important;
}
.ac-artsyapi-collectors .heading {
    font-size: 36px;
    margin: 20px 0px;
}
.ac-artsyapi-collectors .subheading {
    font-size: 18px;
    margin-bottom: 40px;
}
.ac-artsyapi-collectors .subheading a {
    text-decoration: underline;
}
.ac-artsyapi-collectors .ac-artsyapi-slider > div {
    width: 100%;
    text-align: center;
}
.ac-artsyapi-collectors .ac-artsyapi-slider-pos .navigation-step {
    border-color: #4B5563;
}
.ac-artsyapi-collectors .ac-artsyapi-slider-pos .navigation-step.active {
    border-color: #fff;
}
.ac-artsyapi-collectors-wrapper {
    margin-top: 50px;
    display: flex;
    gap: 20px;
    align-items: center;
}
.ac-artsyapi-collectors-wrapper-left {
    padding-right: 50px;
    box-sizing: border-box;
}
.bx-media-phone .ac-artsyapi-collectors-wrapper-left {
    padding-right: 0px;
}
.ac-artsyapi-collectors-wrapper > div {
    width: 25%;
}
.ac-artsyapi-collector-entry:hover {
    box-shadow: #1d2738 0px 8px 15px 10px;
}
.ac-artsyapi-collectors-art-pic {
    background: no-repeat center center;
    background-size: cover;
    width: 100%;
    height: 170px;
}
.ac-artsyapi-collectors .bx-def-unit-img .bx-base-pofile-unit-thumb {
    border-width: 4px;
    width: 50px;
    height: 50px;
}
.ac-artsyapi-collectors .bx-base-pofile-unit-online {
    bottom: -10px;
    right: -10px;
    width: 17px;
    height: 17px;
    box-shadow: inset 0px 0px 0px 2px #ffffff;
}
.ac-artsyapi-collectors-connect {
    display: inline-block;
    padding: 0px 15px;
    border: 1px solid #fff;
    border-radius: 20px;
    margin-top: 10px;
    line-height: 28px;
}
.ac-artsyapi-collectors-gray {
    color: #D1D5DB;
}
.ac-artsyapi-collectors-wrapper .discovermore {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 10px;
    padding-right: 20px;
}
.ac-artsyapi-collectors-wrapper .discoverlatest {
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 50px;
}

.bx-media-phone .ac-artsyapi-collectors .heading,
.bx-media-tablet .ac-artsyapi-collectors .heading {
    font-size: 24px;
    margin: 10px 0px;
}
.bx-media-phone .ac-artsyapi-collectors .subheading,
.bx-media-tablet .ac-artsyapi-collectors .subheading{
    font-size: 14px;
    margin-bottom: 20px;
}
.bx-media-phone .ac-artsyapi-collectors-wrapper,
.bx-media-tablet .ac-artsyapi-collectors-wrapper {
    margin-top: 30px;
    display: block;
}
.bx-media-phone .ac-artsyapi-collectors-wrapper > div,
.bx-media-tablet .ac-artsyapi-collectors-wrapper > div {
    width: 100%;
    margin-top: 30px;
}
.bx-media-phone .ac-artsyapi-collectors-wrapper > div:first-of-type,
.bx-media-tablet .ac-artsyapi-collectors-wrapper > div:first-of-type {
    text-align: center;
    margin-top: 0px;
}
.bx-media-phone .ac-artsyapi-collectors-wrapper .discovermore,
.bx-media-tablet .ac-artsyapi-collectors-wrapper .discovermore {
    font-size: 20px;
    margin-bottom: 10px;
    padding-right: 0px;
}
.bx-media-phone .ac-artsyapi-collectors-wrapper .discoverlatest,
.bx-media-tablet .ac-artsyapi-collectors-wrapper .discoverlatest {
    margin-bottom: 10px;
}

/* artists */
.ac-artsyapi-artists-heading {
    font-size: 40px;
    margin-bottom: 10px;
}
.ac-artsyapi-artists-subheading {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    border-bottom: 1px solid #E5E7EB;
    padding-bottom: 10px;
}
.ac-artsyapi-artists {
    margin-top: 10px;
    /*display: flex;*/
    overflow: hidden;
    position: relative;
    /*scroll-behavior: smooth;*/
    /*padding-left: -5px;*/
}
.ac-artsyapi-artists-art-pic {
    background: no-repeat center center;
    background-size: cover;
    width: 100%;
    height: 170px;
}
.ac-artsyapi-artists-nav {
    justify-content: end;
    margin-top: 20px;
}
.bx-media-phone .ac-artsyapi-artists-heading,
.bx-media-tablet .ac-artsyapi-artists-heading {
    font-size: 24px;
    margin-bottom: 10px;
}
.bx-media-phone .ac-artsyapi-artists-subheading > div,
.bx-media-tablet .ac-artsyapi-artists-subheading > div {
    font-size: 12px!important;
}
.bx-media-phone .ac-artsyapi-artists > div,
.bx-media-tablet .ac-artsyapi-artists > div {
    width: 100%;
    padding-left: 0px;
}


/* artworks */
.ac-artsyapi-artworks-heading {
    font-size: 40px;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #E5E7EB;
    padding-bottom: 10px;
    align-items: flex-end;
}
.ac-artsyapi-artworks {
    margin-top: 10px;
    display: flex;
    overflow: hidden;
    position: relative;
    scroll-behavior: smooth;
    padding-left: -5px;
}
.ac-artsyapi-artworks > div {
    width: 25%;
    flex-shrink: 0;
    box-sizing: border-box;
    padding: 5px 10px 15px;
    text-align: left;
}
.ac-artsyapi-artworks > div > div {
    padding-bottom: 10px;
}
.ac-artsyapi-artworks-art-pic {
    background: no-repeat center center;
    background-size: cover;
    width: 100%;
    height: 320px;
}
.ac-artsyapi-artworks-nav {
    justify-content: end;
    margin-top: 20px;
}
.bx-media-phone .ac-artsyapi-artworks-heading,
.bx-media-tablet .ac-artsyapi-artworks-heading {
    font-size: 24px;
    margin-bottom: 10px;
}
.bx-media-phone .ac-artsyapi-artworks-subheading > div,
.bx-media-tablet .ac-artsyapi-artworks-subheading > div {
    font-size: 12px!important;
}
.bx-media-phone .ac-artsyapi-artworks > div,
.bx-media-tablet .ac-artsyapi-artworks > div {
    width: 100%;
    padding-left: 0px;
}



/* vrs */
.ac-artsyapi-vr-entry .badge,
.ac-artsyapi-vr-entry-featured .badge{
    background: black;
    color: white;
    position: absolute;
    left: -20px;
    top: 10px;
    padding: 2px 10px;
    transform: rotate(-45deg);
    border: 1px solid white;
    font-size: 14px;
    font-weight: 500;
}
.ac-artsyapi-vrs-heading {
    font-size: 40px;
    margin-bottom: 10px;
}
.ac-artsyapi-vrs-subheading {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    border-bottom: 1px solid #E5E7EB;
    padding-bottom: 10px;
}
.ac-artsyapi-vr-entry {
    display: flex;
    gap: 20px;
    position: relative;
    margin: 7px 9px 15px;
    margin-top: 15px;
}
.ac-artsyapi-vrs-list {
    margin-top: -5px;
    margin-left: -12px;
    position: relative;
}
.ac-artsyapi-vrs-slider .ac-slick-slider-top-controls {
    margin-top: -50px;
    margin-bottom: 30px;
}
.ac-artsyapi-vrs-slider {
    position: relative;
}
.ac-artsyapi-vrs-nav {
    justify-content: end;
    margin-top: 20px;
    position: absolute;
    top: -10px;
    right: 0px;
}
.ac-artsyapi-vr-entry .pic {
    height: 120px;
    width: 160px;
    background: no-repeat center center;
    background-size: cover;
}
.ac-artsyapi-vr-entry .gray,
.ac-artsyapi-vr-entry-featured .gray{
    color: #9CA3AF;
}
.ac-artsyapi-vr-entry .title {
    font-size: 24px;
}
.ac-artsyapi-vr-entry .small {
    font-size: 11px;
}
.ac-artsyapi-vr-entry .author {
    margin-top: 15px;
}
.ac-artsyapi-vr-entry .author > div {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
}
.ac-artsyapi-vr-entry .author .bx-def-unit-img .bx-base-pofile-unit-thumb {
    border-width: 1px;
    border-color: #2D5BFF;
    width: 24px;
    height: 24px;
}
.ac-artsyapi-vr-entry .author .bx-base-pofile-unit-online {
    bottom: 0px;
    right: 0px;
    width: 10px;
    height: 10px;
    box-shadow: inset 0px 0px 0px 2px #ffffff;
}
.ac-artsyapi-vr-entry .author .bx-def-thumb-size {
    width: 24px;
    height: 24px;
}
.ac-artsyapi-vr-entry .author .bx-base-pofile-unit-wo-info {
    display: inline-block;
}

.ac-artsyapi-vr-entry-featured {
    display: flex;
    gap: 30px;
    align-items: center;
    position: relative;
    margin-top: 20px;
}
.ac-artsyapi-vr-entry-featured .pic {
    height: 420px;
    background: no-repeat center center;
    background-size: cover;
}
.ac-artsyapi-vr-entry-featured .featured {
    margin-bottom: 20px;
    color: #6B7280;
    font-size: 14px;
    font-weight: bold;
}
.ac-artsyapi-vr-entry-featured .title {
    font-size: 36px;
}
.ac-artsyapi-vr-entry .title a,
.ac-artsyapi-vr-entry-featured .title a {
    color: unset;
}
.ac-artsyapi-vr-entry-featured .author span {
    font-size: 20px;
}
.ac-artsyapi-vr-entry-featured .author a {
    font-size: 24px;
}
.ac-artsyapi-vr-entry-featured .starring {
    margin-top: 30px;
    font-size: 16px;
    line-height: 24px;
}
.ac-artsyapi-vr-entry-featured .starring .gray {
    font-weight: bold;
    font-size: 11px;
}
.ac-artsyapi-vr-entry-featured .viewnow {
    margin-top: 30px;
}
.ac-artsyapi-vrs-subheading2 {
    margin: 30px 0px 20px;
    font-size: 28px;
}
.bx-media-phone .ac-artsyapi-vrs-subheading2,
.bx-media-tablet .ac-artsyapi-vrs-subheading2 {
    margin: 20px 0px 10px;
    font-size: 18px;
}
.bx-media-phone .ac-artsyapi-vrs-heading,
.bx-media-tablet .ac-artsyapi-vrs-heading {
    font-size: 24px;
    margin-bottom: 10px;
}
.bx-media-phone .ac-artsyapi-vr-entry-featured,
.bx-media-tablet .ac-artsyapi-vr-entry-featured {
    align-items: flex-start;
    gap: 10px;
}
.bx-media-phone .ac-artsyapi-vr-entry-featured .pic,
.bx-media-tablet .ac-artsyapi-vr-entry-featured .pic {
    width: 150px;
    height: 150px;
}
.bx-media-phone .ac-artsyapi-vr-entry-featured .featured,
.bx-media-tablet .ac-artsyapi-vr-entry-featured .featured {
    margin-bottom: 5px;
    font-size: 14px;
}
.bx-media-phone .ac-artsyapi-vr-entry-featured .title,
.bx-media-tablet .ac-artsyapi-vr-entry-featured .title {
    font-size: 14px;
    font-weight: bold;
}
.bx-media-phone .ac-artsyapi-vr-entry-featured .author span,
.bx-media-tablet .ac-artsyapi-vr-entry-featured .author span {
    font-size: 12px;
}
.bx-media-phone .ac-artsyapi-vr-entry-featured .author a,
.bx-media-tablet .ac-artsyapi-vr-entry-featured .author a {
    font-size: 14px;
}
.bx-media-phone .ac-artsyapi-vr-entry-featured .artworks,
.bx-media-tablet .ac-artsyapi-vr-entry-featured .artworks {
    font-size: 10px;
}
.bx-media-phone .ac-artsyapi-vr-entry-featured .starring,
.bx-media-tablet .ac-artsyapi-vr-entry-featured .starring {
    margin-top: 10px;
    font-size: 11px;
    line-height: 15px;
    max-height: 60px;
    overflow: hidden;
}
.bx-media-phone .ac-artsyapi-vr-entry-featured .viewnow,
.bx-media-tablet .ac-artsyapi-vr-entry-featured .viewnow {
    margin-top: 20px;
}
.bx-media-phone .ac-artsyapi-vr-entry,
.bx-media-tablet .ac-artsyapi-vr-entry {
    width: 100%;
    gap: 10px;
}
.bx-media-phone .ac-artsyapi-vr-entry .pic,
.bx-media-tablet .ac-artsyapi-vr-entry .pic {
    height: 100px;
    width: 120px;
}
.bx-media-phone .ac-artsyapi-vr-entry .title,
.bx-media-tablet .ac-artsyapi-vr-entry .title {
    font-size: 14px;
}
.bx-media-phone .ac-artsyapi-vr-entry .small,
.bx-media-tablet .ac-artsyapi-vr-entry .small {
    font-size: 9px;
}
.bx-media-phone .ac-artsyapi-vrs-subheading > div,
.bx-media-tablet .ac-artsyapi-vrs-subheading > div {
    font-size: 12px !important;
}

/* posts */
.ac-artsyapi-posts-heading {
    font-size: 40px;
    margin-bottom: 10px;
}
.ac-artsyapi-posts-subheading {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    border-bottom: 1px solid #E5E7EB;
    padding-bottom: 10px;
}
.ac-artsyapi-post-entry {
    width: 100%;
    display: flex;
    gap: 20px;
}
.ac-artsyapi-post-entry-wrapper {
    padding: 5px 8px 25px;
    max-width: 100%;
    box-sizing: border-box;
}
.ac-artsyapi-posts-slider .ac-artsyapi-slider {
    margin-left: -5px;
}
.ac-artsyapi-post-entry .postpic {
    width: 280px;
}
.ac-artsyapi-post-entry .latesttxt {
    display: none;
    font-size: 14px;
    color: #6B7280;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.ac-artsyapi-post-entry:first-of-type .latesttxt {
    display: block;
}
.ac-artsyapi-post-entry .bx-def-unit-img .bx-base-pofile-unit-thumb {
    border-width: 2px;
    border-color: #2D5BFF;
    width: 24px;
    height: 24px;
}
.ac-artsyapi-post-entry .bx-base-pofile-unit-online {
    bottom: 0px;
    right: 0px;
    width: 10px;
    height: 10px;
    box-shadow: inset 0px 0px 0px 2px #ffffff;
}
.ac-artsyapi-post-entry .bx-def-thumb-size {
    width: 24px;
    height: 24px;
}
.ac-artsyapi-post-entry .bx-base-pofile-unit-wo-info {
    display: inline-block;
}
.ac-artsyapi-post-entry .readmore {
    margin-top: 20px;
}
.ac-artsyapi-post-entry .readmore a {
    color: #2D5BFF!important;
}
.ac-artsyapi-post-entry .title a,
.ac-artsyapi-posts-steps .info a,
.ac-artsyapi-vr-entry-featured .title a {
    color: unset;
}
.ac-artsyapi-posts-connect {
    display: inline-block;
    border: 1px solid #D1D5DB;
    border-radius: 4px;
    padding: 5px 10px;
}
.ac-artsyapi-posts-steps {
    display: flex;
    width: 100%;
    gap: 20px;
    align-items: center;
    padding-bottom: 10px;
    border-bottom: 1px solid #E5E7EB;
    margin: 10px;
    padding-left: 5px;
}
.ac-artsyapi-posts-steps .info {
    flex-grow: 1;
}
.ac-artsyapi-posts-steps .pic {
    width: 40%;
}
.ac-artsyapi-posts-steps .pic .steppostpic {
    height: 100px;
    width: 150px;
    background: no-repeat center center;
    background-size: cover;
}
.ac-artsyapi-posts-content {
    display: flex;
    width: 100%;
    gap: 20px;
    margin-top: 20px;
}
.ac-artsyapi-posts-content > div:first-child {
    width: 70%;
    position: relative;
    border-right: 1px solid #E5E7EB;
    padding-right: 20px;
}
.ac-artsyapi-posts-steps-wrapper {
    flex-grow: 1;
}
.ac-artsyapi-posts-steps-wrapper > div:nth-child(1) {
    text-align: center;
    border-bottom: 1px solid #E5E7EB;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.ac-artsyapi-posts-steps-wrapper > div:nth-child(2) {
    max-height: 230px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 20px;
}
.ac-artsyapi-post-entry .title {
    font-size: 32px;
    margin: 10px 0px;
}
.ac-artsyapi-post-entry .text {
    font-size: 16px;
    line-height: 24px;
    color: #6B7280;
}

.bx-media-phone .ac-artsyapi-posts-heading,
.bx-media-tablet .ac-artsyapi-posts-heading {
    font-size: 24px;
    margin-bottom: 10px;
}
.bx-media-phone .ac-artsyapi-posts-subheading > div,
.bx-media-tablet .ac-artsyapi-posts-subheading > div {
    font-size: 12px!important;
}
.bx-media-phone .ac-artsyapi-posts-content,
.bx-media-tablet .ac-artsyapi-posts-content {
    display: flex;
    flex-direction: column;
}
.bx-media-phone .ac-artsyapi-posts-content > div:first-child,
.bx-media-tablet .ac-artsyapi-posts-content > div:first-child {
    width: 100%;
    border-right: none;
    padding-right: 0px;
}
.bx-media-phone .ac-artsyapi-post-entry,
.bx-media-tablet .ac-artsyapi-post-entry {
    width: 100%;
    display: flex;
    flex-direction: column;
}
.bx-media-phone .ac-artsyapi-post-entry .postpic,
.bx-media-tablet .ac-artsyapi-post-entry .postpic {
    width: 100%;
}
.bx-media-phone .ac-artsyapi-posts-steps-wrapper > div:nth-child(2),
.bx-media-tablet .ac-artsyapi-posts-steps-wrapper > div:nth-child(2) {
    max-height: unset;
    overflow-y: hidden;
    padding-right: 0px;
}
.bx-media-phone .ac-artsyapi-post-entry .title,
.bx-media-tablet .ac-artsyapi-post-entry .title {
    font-size: 24px;
}
.bx-media-phone .ac-artsyapi-post-entry .text,
.bx-media-tablet .ac-artsyapi-post-entry .text {
    font-size: 14px;
    line-height: 18px;
}
.bx-media-phone .ac-artsyapi-posts-steps,
.bx-media-tablet .ac-artsyapi-posts-steps {
    display: none;
}
.bx-media-phone .ac-artsyapi-posts-steps[step='1'],
.bx-media-phone .ac-artsyapi-posts-steps[step='2'],
.bx-media-tablet .ac-artsyapi-posts-steps[step='1'],
.bx-media-tablet .ac-artsyapi-posts-steps[step='2'] {
    display: flex;
}


/* trusted by */
.ac-artsyapi-trustedby {
    text-align: center;
    font-size: 20px;
}
.ac-artsyapi-trustedby-list {
    display: flex;
    gap: 40px;
    justify-content: center;
    width: 100%;
    margin-bottom: 30px;
}
.ac-artsyapi-trustedby-list img {
    height: 40px;
    opacity: 0.5;
}

.bx-media-phone .ac-artsyapi-trustedby-list,
.bx-media-tablet .ac-artsyapi-trustedby-list {
    flex-direction: column;
    gap: 10px;
    margin-bottom: 20px;
}

/* member */
.ac-artsyapi-member {
    background: #f9fafb;
    padding: 20px 20px;
    color: unset;
    font-size: 14px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-bottom: -14px;
}
.ac-artsyapi-member .bx-base-pofile-unit-wo-info {
    border: 2px solid #2d5bff;
    border-radius: 35px;
    padding: 2px;
}
.ac-artsyapi-member .bx-def-thumb-size {
    width: 60px;
    height: 60px;
}
.ac-artsyapi-member .semigray {
    color: #888;
}
.ac-artsyapi-member .progress {
    margin-top: 10px;
}
.ac-artsyapi-member .progress .text {
    display: flex;
    justify-content: space-between;
}
.ac-artsyapi-member .progress .bar {
    margin-top: 5px;
    height: 4px;
    background: #ccc;
    position: relative;
}
.ac-artsyapi-member .progress .bar > div {
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    background: #2d5bff;
}
.ac-artsyapi-member .cta {
    display: inline-block;
    padding: 5px 15px;
    border: 1px solid black;
    border-radius: 20px;
    white-space: nowrap;
    color: black;
}
.ac-artsyapi-member .cta:hover {
    color: #2d5bff;
    border-color: #2d5bff;
}
.bx-media-phone .ac-artsyapi-member,
.bx-media-tablet .ac-artsyapi-member {
    flex-wrap: wrap;
    gap: 20px;
}
.bx-media-phone .ac-artsyapi-member > div:first-child,
.bx-media-tablet .ac-artsyapi-member > div:first-child {
    flex-basis: 100%;
}
.bx-page-block-container:nth-child(1) {
    padding-bottom: 0px;
}
.bx-page-block-container:nth-child(2) {
    padding-top: 0px;
}


.bx-ads-unit-author a {
    color: unset!important;
}