button.clearImage-profile,
button.saveImage-profile {
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 0;
    border-radius: 8px;
    color: #fff;
    background: #121212;
    cursor: pointer;
    width: 100%;
    font-size: 22px;
    font-weight: 600;
    position: relative;
    box-sizing: border-box;
    text-align: left;
    gap: 8px;
    border: 1px solid #818181c7;
}

.mgRst {
    display: inline-block;
    position: relative;
    font-size: 18px;
}

.mgRso {
    position: relative;
    display: inline-block;
    color: #fff;
}

.mgRso::before {
    content: "\f005 \f005 \f005 \f005 \f005";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    letter-spacing: 3px;
    font-size: 13px;
    opacity: 0.6;
}

.mgRsi {
    position: absolute;
    top: 0;
    left: 0;
    white-space: nowrap;
    overflow: hidden;
    color: #fff;
}

.mgRbt {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 15px;
}

.mgRsi::before {
    content: "\f005 \f005 \f005 \f005 \f005";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    letter-spacing: 3px;
    font-size: 13px;
}

.mgRct {
    font-size: 17px;
    color: #fff;
    margin-top: 2px;
    font-family: 'inter';
}

span.mgRavg {
    font-weight: 700;
}

span.mgRcount {
    font-weight: 700;
}

button.clearImage-profile:hover,
button.saveImage-profile:hover {
    background: #181818;
}

.manageBackgroundButtons {
    display: flex;
    gap: 15px;
}


button.saveImage.profile {
    right: 2vw;
    border-radius: 12px;
    align-items: center;
    justify-content: center;
    border: 1px solid;
    cursor: pointer;
}


.company-location a:hover,
.company-phone a:hover,
.company-website a:hover {
    text-decoration: underline;
    text-underline-offset: 3px;
}


.container-profile {
    background: #070707;
    position: relative;
    display: flex;
    width: 100%;
    will-change: transform;

}



.company-rating a {
    align-items: center;
    gap: 5px;
    display: flex;
    color: #fff;
}


.company-description p {
    margin-bottom: 20px;
    display: block;
}

.company-description p:empty {
    display: none;
}

.company-website,
.tab-link {
    align-items: center;
    font-size: 16px;
    color: #fff;
}

button#setupWalkthrough {
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 0;
    border-radius: 8px;
    color: #fff;
    background: #121212;
    cursor: pointer;
    width: 100%;
    font-size: 22px;
    position: relative;
    box-sizing: border-box;
    text-align: left;
    gap: 8px;
    border: 1px solid #393939;
    font-weight: 600;
}

button#setupWalkthrough:hover {
    background-color: #181818;
}





.company-website,
.rating-figure {
    line-height: normal;
    display: flex;
}

.tab-link i.fas.fa-angle-down {
    margin-left: 5px;
}

.tab-link:hover {
    filter: contrast(1.2);
}

.company-contact {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.company-location,
.company-phone {
    font-size: 16px;
    color: #fff;
    line-height: normal;
    display: flex;
    align-items: center;
}

span.icon-circle {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-right: 10px;
    border-radius: 50%;
    background: #fff;
    flex-shrink: 0;
}

.company-rating {
    font-size: 13px;
}

.primary {
    display: flex;
    gap: 12px;
    align-items: center;
    margin-bottom: 10px;
}

.aboutUs {
    font-size: 45px;
    color: #fff;
    margin: 0;
    margin-top: 4px;
    font-weight: 700;
}

.content {
    position: relative;
    z-index: 2;
    max-width: 75%;
}

.content h1 {
    font-size: 62px;
    margin: 0;
    font-weight: 700;
    line-height: 62px;
}

.company-profile {
    height: 100dvh;
    width: 70vw;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    padding: 0px;
    overflow: hidden;
    box-sizing: border-box;
    background: #000;
    background-size: cover;
    background-position: center;
    flex-shrink: 0;
    z-index: 0;
}

.company-profile::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 30%);
    z-index: 1;
}



.profile-container {
    width: 45em;
    height: 100dvh;
    background: #070707;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-shrink: 0;
    border-left: 1px solid #303030;
    z-index: 1;
    border-right: 1px solid #303030;
    position: relative;
}
.company-profile .company-name {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    flex-grow: 0;
}

span.rating-number {
    font-size: 17px;
    margin-left: 5px;
}

.rating-figure {
    background: #0079ff;
    font-size: 17px;
    border-radius: 50%;
    height: 45px;
    align-items: center;
    width: 45px;
    justify-content: center;
    font-weight: 500;
}

.company-profile .company-description {
    font-size: 13px;
    color: #fff;
    line-height: 1.5;
    position: relative;
}


.swiper-container-profile {
    overflow: hidden;
}

.company-contact a {
    color: #fff;
    line-height: 17px;
    display: inline-block;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
    text-underline-offset: 3px;
}




.screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

#companyDescription {
    overflow-wrap: break-word;
    color: #f5f5f5;
    font-size: 17px;
    line-height: 25px;
}

button#managePageButton, #subDomain {
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 0;
    border-radius: 8px;
    color: #fff;
    background: #121212;
    cursor: pointer;
    width: 100%;
    font-size: 22px;
    position: relative;
    box-sizing: border-box;
    text-align: left;
    gap: 8px;
    border: 1px solid #393939;
    font-weight: 600;
}

#managePageButton:hover {
    background-color: #181818;
}

.profile-container-section {
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    padding: 0 40px;
}

.manageProfile {
    height: auto;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 30px;
    justify-content: center;
    border-top: 1px solid #222;
}

span.managePageSpan {
    font-weight: 500;
    color: #fff;
    font-size: 14px;
    margin-top: 15px;
}

.managePageParagraph {
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    display: block;
}

.managePageButtonContainer {
    display: flex;
    gap: 15px;
}

a#subDomain {
    margin-bottom: 0px;
    border: 1px solid #393939;
    background: #121212;
}




.content h2 {
    margin: 0;
    margin-top: 15px;
    display: block;
    font-size: 26px;
    font-weight: normal;
    line-height: 35px;
}

#subDomain:hover {
    background: #181818;
}


.text-wrapper {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.button-content {
    display: flex;
    flex-direction: row;
    gap: 20px;
    width: 100%;
    align-items: center;
}

.button-content i {
    width: min-content;
    color: #fff;
    font-size: 30px;

}

.text-wrapper span {
    font-family: 'inter';
    font-size: 21px;
}

.text-wrapper small {
    font-weight: 400;
}


button.closeLocationPopover:hover {
    color: #000 !important;
}


.profileHeading h4 {
    text-align: center;
    color: #fff;
    margin: 0;
    font-size: 30px;
    font-weight: 700;
    line-height: 35px;
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
}

.storage-progress-bar {
    position: relative;
    height: 3px;
    width: 100%;
    background: #313131;
    border-radius: 5px;
    overflow: hidden;
    margin-top: 10px;
}




button.saveImage-profile {
    background: #0079ff;
}

button.saveImage-profile:hover {
    background: #0170eb;
}

#companyHeadline.customH2-editing {
    position: relative;
    min-width: 650px;
    outline: 1px dashed #0079ff;
    padding: 15px 0;
    border-radius: 8px;
}

#companyHeadline.show-placeholder::before {
    content: 'Enter Your Subheading';
    color: #8f8f8f;
    pointer-events: none;
}

#companyHeadline {
    display: inline-block;
    vertical-align: middle;
}

.company-profile.editing-h2::before {
    background: rgb(24 24 27 / 94%);
}

#customH2Bar {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: .8rem;
    font-weight: 500;
    background: #2f2f2ff2;
    padding: 10px;
    border-radius: 8px;
    min-width: 650px;
    clear: both;
}

#customH2Bar .left,
#customH2Bar .right {
    display: flex;
    gap: .5rem;
}

#customH2Bar .char-counter {
    margin: 0 auto;
    font-family: 'inter';
    font-size: .8rem;
    color: #b5b5b5;
    user-select: none;
    pointer-events: none;
}

#customH2Bar .char-counter.warn {
    color: #ff6565;
}

.customH2-pill {
    cursor: pointer;
    background: #0079ff;
    color: #fff;
    padding: 15px 18px;
    font-family: 'inter';
    font-weight: 600;
    font-size: 16px;
    border-radius: 8px;
    user-select: none;
}

.customH2-pill:hover {
    background: #0170eb;
}

.left .customH2-pill:last-of-type {
    background: #555555;
}

.left .customH2-pill:last-of-type:hover {
    background: #4b4b4b;
}

.right .customH2-pill {
    background: #555;
}

.right .customH2-pill:hover {
    background: #4b4b4b;
}

#customH2Counter {
    position: absolute;
    right: 0;
    bottom: -1.4rem;
    font-size: .75rem;
    font-family: 'inter';
    color: #b5b5b5;
    user-select: none;
    pointer-events: none;
}

#customH2Counter.warn {
    color: #ff6565;
}

#customH2EditBtn {
    display: inline-flex;
    align-items: center;
    margin-left: .5rem;
    vertical-align: middle;
    margin-top: 15px;
    background: #0079ff;
    color: #fff;
    border-radius: 120px;
    font-size: 13px;
    height: 32px;
    width: 32px;
    justify-content: center;
    border: 2px solid #fff;
    box-shadow: 1px 2px 10px #00000017;
    cursor: pointer;
}

#customH2EditBtn:hover {
    background: #0170eb;
}

.walkthroughContainer {
    padding: 0 30px;
    padding-bottom: 30px;
}

.gtmContainer {
    position: relative;
}

#setupWalkthrough small.update {
    font-size: 17px;
    line-height: 24px;
}


#googleTrackLink a:hover {
  background: #0170eb;
}


