/*! CSS Used from: https://cdn-f.heylink.me/static/dist/css/main-public-user-page.min.css?v=9930ba31a5565b31d1763c4906be9984 */
.content-wrapper .user-page-section .wrapper .user-page-section-content .user-info-wrapper .user-info .logo-container .common-user-icon__component.avatar-style-02 .common-user-icon-wrapper {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}

.preview-image-sliders-list__component>div:not(:first-child) {
    margin-top: 20px;
}

.preview-image-sliders-list__component .preview-image-slider-item__component {
    width: 100%;
    margin: 0 auto;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
}

.preview-image-sliders-list__component .preview-image-slider-item__component .slider-wrapper {
    outline: none;
}

.preview-image-sliders-list__component .preview-image-slider-item__component .slider-wrapper.slick-slider .slick-list {
    height: 100%;
}

.preview-image-sliders-list__component .preview-image-slider-item__component .slider-wrapper.slick-slider .slick-list .slick-track {
    height: 100%;
}

.preview-image-sliders-list__component .preview-image-slider-item__component .slider-wrapper.slick-slider .slick-list .slick-track:focus {
    outline: none;
}

.preview-image-sliders-list__component .preview-image-slider-item__component .slider-wrapper.slick-slider .slick-list .slick-track .slick-slide {
    height: 100%;
    outline: none;
}

.preview-image-sliders-list__component .preview-image-slider-item__component .slider-wrapper.slick-slider .slick-list .slick-track .slick-slide>div {
    height: 100%;
}

.preview-image-sliders-list__component .preview-image-slider-item__component .slider-wrapper .image-wrapper {
    height: 100%;
    outline: none;
    display: flex;
    flex-direction: column;
    position: relative;
}

.preview-image-sliders-list__component .preview-image-slider-item__component .slider-wrapper .image-wrapper .image {
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.preview-image-sliders-list__component .preview-image-slider-item__component .slider-wrapper .image-wrapper .slide-info-wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.commerce-loader {
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(43, 41, 119, 0.85);
    width: 100%;
    height: 100vh;
    z-index: 3;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.commerce-loader .window {
    width: 600px;
    margin: auto 20px;
    border-radius: 10px;
    background: #fff;
    padding-bottom: 35px;
}

.commerce-loader .window .icon-animation {
    padding-top: 20px;
}

.commerce-loader .window .icon-animation .img-center {
    display: block;
    margin: 0 auto;
}

.commerce-loader .window .text {
    font-size: 14px;
    text-align: center;
    color: #1f3447;
}

@media screen and (max-width:700px) {
    .commerce-loader .window {
        margin: auto 20px;
        max-width: 320px;
    }

    .commerce-loader .window .img-center {
        width: 100%;
        height: auto;
    }
}

.hidden {
    display: none;
}

.content-wrapper .user-page-section .wrapper .user-page-section-content .user-info .username {
    padding: 6px 10px;
    margin-top: 4px !important;
}

.content-wrapper .user-page-section .wrapper .user-page-section-content .user-info .username {
    margin-bottom: 12px;
}

.content-wrapper .user-page-section {
    position: relative;
}

.content-wrapper .user-page-section .user-page-section-background {
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100vh;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    will-change: transform;
    background-image: url("image/download.jpg");
    background-size: cover; 
    background-position: center;
    background-repeat: no-repeat;
}

.content-wrapper .user-page-section .user-page-section-background #bg-color {
    display: none;
}

@media (max-width:755.98px) {
    .content-wrapper .user-page-section .user-page-section-background {
        height: 100vh;
        height: calc(var(--vh, 1vh) * 100 + 18%);
    }
}

.content-wrapper .user-page-section .wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    align-items: center;
    max-width: 600px;
    min-height: calc(100vh - 50px) !important;
    margin: 0 auto;
    padding-top: 50px;
    z-index: 3;
    position: relative;
}

.content-wrapper .user-page-section .wrapper.avatar-page-layout .user-page-section-content .user-info .button-wrapper {
    top: 0;
    left: -20px;
    right: -20px;
    display: flex;
    justify-content: space-between;
    position: absolute;
    transform: translateY(-100%);
}

.content-wrapper .user-page-section .wrapper .user-page-section-content {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
}

.content-wrapper .user-page-section .wrapper .user-page-section-content>div:not(.user-info, .preview-signup-generator-terms__component, .preview-social-links__component),
.content-wrapper .user-page-section .wrapper .user-page-section-content .preview-image-sliders-list__component:not(.user-info, .preview-signup-generator-terms__component, .preview-social-links__component) {
    margin-bottom: 0;
}

.content-wrapper .user-page-section .wrapper .user-page-section-content .user-info-wrapper {
    max-width: 600px;
}

.content-wrapper .user-page-section .wrapper .user-page-section-content .user-info-wrapper.user-one-col {
    width: 100%;
    margin-bottom: 20px;
}

.content-wrapper .user-page-section .wrapper .user-page-section-content .user-info-wrapper .user-info {
    max-width: 600px;
}

.content-wrapper .user-page-section .wrapper .user-page-section-content .user-info-wrapper .user-info .logo-container {
    position: relative;
    width: 250px;
    height: 60px;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 30px;
    flex-shrink: 0;
}

.content-wrapper .user-page-section .wrapper .user-page-section-content .user-info-wrapper .user-info .logo-container .common-user-icon__component {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    outline: none;
    cursor: pointer;
}

.content-wrapper .user-page-section .wrapper .user-page-section-content .user-info-wrapper .user-info .logo-container .common-user-icon__component.avatar-style-02 {
    border: none !important;
}

.content-wrapper .user-page-section .wrapper .user-page-section-content .user-info-wrapper .user-info .logo-container .common-user-icon__component .common-user-icon-wrapper {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("https://cdn-f.heylink.me/static/img/defaults/avatar_new.svg");
}

.content-wrapper .user-page-section .wrapper .user-page-section-content .user-info-wrapper .user-info .username {
    line-height: 32px;
    word-wrap: break-word;
    word-break: break-word;
}

.content-wrapper .user-page-section .wrapper .user-page-section-content .user-info-wrapper .user-info .center {
    text-align: center !important;
}

.content-wrapper .user-page-section .wrapper .user-page-section-content .blocks-wrapper {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.content-wrapper .user-page-section .wrapper .user-page-section-content .blocks-wrapper .preview-links-list__component {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    gap: 20px;
}

.content-wrapper .user-page-section .wrapper .user-page-section-content .blocks-wrapper .preview-links-list__component .preview-link-item__component {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
}

.content-wrapper .user-page-section .wrapper .user-page-section-content .blocks-wrapper .preview-links-list__component .preview-link-item__component a {
    text-decoration: none;
}

.content-wrapper .user-page-section .wrapper .user-page-section-content .blocks-wrapper .preview-links-list__component .preview-link-item__component .center {
    text-align: center;
}

#ot-sdk-btn-floating {
    display: none !important;
    visibility: hidden !important;
}

.notification__popup {
    width: 100%;
    min-height: 48px;
    background: #239ae7;
    display: none;
    position: fixed;
    top: 0;
    z-index: 99999;
}

.notification__popup .notification__wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.notification__popup .notification__wrapper .notication-text {
    color: #fff;
    text-align: center;
    padding: 10px 20px;
}

.preview-link-item__component {
    position: relative;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.preview-link-item__component .link-underlayer {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
}

.preview-link-item__component .preview-link-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 8px 10px;
    min-height: 70px;
    background: #fff;
    color: #1d3548;
    overflow: hidden;
    position: relative;
    z-index: 2;
}

.preview-link-item__component .preview-link-wrapper::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.preview-link-item__component .preview-link-wrapper:hover {
    cursor: pointer;
}

.preview-link-item__component .preview-link-wrapper .thumbnail {
    width: 54px;
    min-width: 54px;
    height: 54px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

.preview-link-item__component .preview-link-wrapper .link-info {
    -webkit-flex: 3 0 auto;
    -ms-flex: 3 0 auto;
    flex: 3 0 auto;
    width: calc(100% - 54px - 20px * 2 - 20px);
    padding: 5px 8px;
}

.preview-link-item__component .preview-link-wrapper .link-info .name {
    line-height: 1.5;
    font-weight: 500;
    word-wrap: break-word;
}

.preview-link-wrapper:hover .thumbnail {
    transform: scale(1.1);
    transition: transform 0.5s ease;
}

.dropdown-popup {
    display: none;
    width: 100vw;
    height: 100vh;
    background: rgba(43, 41, 119, 0.85);
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 9;
}

.dropdown-popup .popup-window {
    display: none;
    max-width: 620px;
    width: 100%;
    padding: 20px;
    -webkit-border-radius: 8px 8px 0 0;
    -moz-border-radius: 8px 8px 0 0;
    -ms-border-radius: 8px 8px 0 0;
    border-radius: 8px 8px 0 0;
    background: #fff;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.2);
    position: fixed;
    bottom: 0px;
    left: 0;
    right: 0;
    margin: 0 auto;
    overflow: auto;
}

@media screen and (max-width:915px) and (orientation:landscape) {
    .dropdown-popup .popup-window {
        max-width: 69%;
        max-height: 85%;
        overflow: auto;
    }
}

@media screen and (max-width:896px) and (orientation:landscape) {
    .dropdown-popup .popup-window {
        max-width: 69%;
        max-height: 85%;
        overflow: auto;
    }
}

@media screen and (max-width:844px) and (orientation:landscape) {
    .dropdown-popup .popup-window {
        max-width: 620px;
        max-height: 85%;
        overflow: auto;
    }
}

@media screen and (max-width:745px) and (orientation:landscape) {
    .dropdown-popup .popup-window {
        max-width: 83%;
        max-height: 85%;
        overflow: auto;
    }
}

@media screen and (max-width:660px) {
    .dropdown-popup .popup-window {
        max-width: 90%;
    }
}

@media screen and (max-width:365px) {
    .dropdown-popup .popup-window {
        max-height: 90%;
        max-width: 88%;
    }
}

.dropdown-popup .popup-window .popup-header {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.dropdown-popup .popup-window .popup-header .title-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.dropdown-popup .popup-window .popup-header .title-wrapper img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.dropdown-popup .popup-window .popup-header .title-wrapper .dropdown-title {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    color: #1F3447;
}

.dropdown-popup .popup-window .popup-header .close-btn-wrapper .btn-close-popup {
    width: 24px;
    height: 24px;
    cursor: pointer;
    z-index: 5;
}

.dropdown-popup .popup-window .popup-header .close-btn-wrapper .btn-close-popup:hover {
    transform: rotate(70deg);
}

.btn-wrapper {
    width: 100%;
}

.btn-wrapper .btn {
    width: 100%;
    height: 50px;
    margin: 0 auto;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    cursor: pointer;
    z-index: 5;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.btn-wrapper .btn img {
    margin-right: 5px;
}

@media (hover:none) {
    .btn-wrapper .btn {
        background: rgba(0, 0, 0, 0);
    }
}

.btn-wrapper .primary-blue-btn {
    background: #009BFF;
    color: #fff;
}

.btn-wrapper .primary-blue-btn:hover {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)), #009BFF;
}

.btn-wrapper .primary-blue-btn:active {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), #009BFF;
}

.btn-wrapper .secondary-blue-btn {
    background: #fff;
    border: 1px solid #009BFF;
    color: #009BFF;
}

.btn-wrapper .secondary-blue-btn:hover {
    color: #33afff;
    border: 1px solid #33afff;
}

.btn-wrapper .secondary-blue-btn:active {
    color: #007ccc;
    border: 1px solid #007ccc;
}

.signup-form__component {
    display: none;
    background: rgba(43, 41, 119, 0.85);
    height: 100vh;
    width: 100vw;
    padding: 30px 20px;
    text-align: center;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 9999;
}

.signup-form__component .signup-form-wrapper {
    display: none;
    max-width: 620px;
    width: 100%;
    border-radius: 20px 20px 0 0;
    background: #fff;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    overflow: auto;
}

@media screen and (max-width:895px) and (orientation:landscape) {
    .signup-form__component .signup-form-wrapper {
        max-width: 69%;
        max-height: 95%;
        overflow: auto;
    }
}

@media screen and (max-width:844px) and (orientation:landscape) {
    .signup-form__component .signup-form-wrapper {
        max-width: 620px;
        max-height: 95%;
        overflow: auto;
    }
}

@media screen and (max-width:745px) and (orientation:landscape) {
    .signup-form__component .signup-form-wrapper {
        max-width: 83%;
        max-height: 95%;
        overflow: auto;
    }
}

@media screen and (max-width:660px) {
    .signup-form__component .signup-form-wrapper {
        max-width: 90%;
    }
}

@media screen and (max-width:320px) {
    .signup-form__component .signup-form-wrapper {
        max-height: 95%;
    }
}

.signup-form__component .signup-form-wrapper .signup-banner {
    position: relative;
}

.signup-form__component .signup-form-wrapper .signup-banner img {
    max-width: 100%;
    border-radius: 10px 10px 0 0;
}

.signup-form__component .signup-form-wrapper .signup-banner .close-icon-wrapper {
    width: 40px;
    height: 40px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    position: absolute;
    top: 15px;
    right: 15px;
}

@media screen and (max-width:576px) {
    .signup-form__component .signup-form-wrapper .signup-banner .close-icon-wrapper {
        width: 30px;
        height: 30px;
    }
}

.signup-form__component .signup-form-wrapper .signup-banner .close-icon-wrapper img.close {
    width: 15px;
    height: 20px;
    display: block;
    margin: auto;
}

@media screen and (max-width:576px) {
    .signup-form__component .signup-form-wrapper .signup-banner .close-icon-wrapper img.close {
        width: 10px;
        height: 15px;
    }
}

.signup-form__component .signup-form-wrapper h1.signup-title {
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    color: #1f3447;
}

.signup-form__component .signup-form-wrapper h1.signup-title span {
    font-weight: bold;
}

@media screen and (max-width:576px) {
    .signup-form__component .signup-form-wrapper h1.signup-title {
        padding: 40px 20px;
    }
}

@media screen and (max-width:420px) {
    .signup-form__component .signup-form-wrapper h1.signup-title {
        padding: 0 20px;
        line-height: 30px;
    }
}

.signup-form__component .signup-form-wrapper .signup-form {
    padding: 20px 70px;
}

@media screen and (max-width:576px) {
    .signup-form__component .signup-form-wrapper .signup-form {
        padding: 0 20px;
    }
}

.signup-form__component .signup-form-wrapper .signup-form .field input {
    width: 100%;
    height: 30px;
    margin-bottom: 20px;
    padding-bottom: 5px;
    outline: none;
    border: none;
    border-bottom: 2px solid #dee3ed;
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    color: #878cac;
}

@media screen and (max-width:743px) {
    .signup-form__component .signup-form-wrapper .signup-form .field input {
        font-size: 14px;
    }
}

@media screen and (max-width:420px) {
    .signup-form__component .signup-form-wrapper .signup-form .field input {
        margin-bottom: 15px;
    }
}

@media screen and (max-width:375px) {
    .signup-form__component .signup-form-wrapper .signup-form .field input {
        padding-bottom: 0;
    }
}

.signup-form__component .signup-form-wrapper .signup-form .form-field-button {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.signup-form__component .signup-form-wrapper .signup-form .form-field-button button {
    width: 100%;
    height: 46px;
    background: #d4e3f5;
    border-radius: 50px;
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    color: #fff;
    border: inherit;
    margin: 0 auto;
}

@media screen and (max-width:375px) {
    .signup-form__component .signup-form-wrapper .signup-form .form-field-button button {
        height: 35px;
        font-size: 13px;
    }
}

.signup-form__component .signup-form-wrapper .signup-form .form-field-button button:hover {
    cursor: pointer;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
}

.signup-form__component .signup-form-wrapper .signup-form .form-field-button .active {
    background: #2975ce;
}

.signup-form__component .signup-form-wrapper .signup-form .validation-error-signup {
    display: none;
    position: relative;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    top: -15px;
    left: 0;
    margin: 5px 0;
    background: #f67261;
    color: #fff;
    font-size: inherit;
    padding: 5px 10px;
    z-index: 9999;
}

.signup-form__component .signup-form-wrapper .text-wrapper {
    padding: 5px 70px;
}

@media screen and (max-width:576px) {
    .signup-form__component .signup-form-wrapper .text-wrapper {
        padding: 5px 20px;
    }
}

.signup-form__component .signup-form-wrapper .text-wrapper .link {
    margin-top: 30px;
    text-align: center;
}

@media screen and (max-width:420px) {
    .signup-form__component .signup-form-wrapper .text-wrapper .link {
        margin-top: 5px;
        font-size: 12px;
    }
}

.signup-form__component .signup-form-wrapper .text-wrapper .link a {
    color: #2975ce;
    text-decoration-line: underline;
}

.signup-form__component .signup-form-wrapper .text-wrapper a.social-button {
    width: 100%;
    height: 46px;
    margin: 7px auto;
    display: block;
    align-items: center;
    border-radius: 50px;
    border: 2px solid #dee3ed;
    background: #fff;
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    color: #1f3447;
    cursor: pointer;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media screen and (max-width:375px) {
    .signup-form__component .signup-form-wrapper .text-wrapper a.social-button {
        height: 35px;
        font-size: 13px;
    }
}

.signup-form__component .signup-form-wrapper .text-wrapper a.social-button:hover {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
}

.signup-form__component .signup-form-wrapper .text-wrapper a.social-button img {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

.signup-form__component .signup-form-wrapper .text-wrapper a.social-button span {
    font-weight: bold;
}

.signup-form__component .signup-form-wrapper .text-wrapper .text {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
    color: #878cac;
    text-align: center;
}

@media screen and (max-width:420px) {
    .signup-form__component .signup-form-wrapper .text-wrapper .text {
        padding: 10px;
    }
}

.signup-form__component .signup-form-wrapper .text-wrapper .text a {
    color: #878cac;
    text-decoration-line: underline;
}

.signup-form__component .signup-form-wrapper .text-wrapper .privacy {
    padding: 10px 10px;
}

.signup-form__component .signup-form-wrapper .success-message .email-icon {
    margin: 20px 0;
}

.signup-form__component .signup-form-wrapper .success-message .user-email {
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    text-align: center;
    color: #878cac;
}

.signup-form__component .signup-form-wrapper .success-message .subtext {
    margin-bottom: 20px;
    padding: 0 20px;
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    text-align: center;
}

.signup-form__component .signup-form-wrapper .success-message .buttons-block {
    padding: 0 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.signup-form__component .signup-form-wrapper .success-message .buttons-block a {
    color: #fff;
    width: 100%;
    max-width: 280px;
    height: 46px;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 70px;
    padding: 0 20px;
    background: #2975ce;
    border-radius: 50px;
    border: inherit;
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: center;
}

.signup-form__component .signup-form-wrapper .success-message .buttons-block a:hover {
    cursor: pointer;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
}

.signup-form__component .signup-form-wrapper .success-message .buttons-block a .text {
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
}

.signup-form__component .signup-form-wrapper .success-message .buttons-block a .icon img {
    vertical-align: middle;
    margin-left: 10px;
}

.user-page-section-footer {
    width: 100%;
    margin-bottom: 50px;
}

.user-page-section-footer .footer-wrapper {
    width: 100%;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.user-page-section-footer .footer-wrapper .abuse-report {
    margin: auto 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.user-page-section-footer .footer-wrapper .abuse-report.fl-position-center {
    margin: 10px auto 0;
    text-align: center;
    order: 1;
}

.user-page-section-footer .footer-wrapper .abuse-report .cookies-wrapper {
    height: 50px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    color: #fff;
}

.user-page-section-footer .footer-wrapper .abuse-report .cookies-wrapper.cookies-position-center {
    margin: auto;
}

.user-page-section-footer .footer-wrapper.logo-position-center {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.user-page-section-footer .footer-wrapper.logo-position-center .logo {
    margin: 0 auto;
}

.dropdown__share,
.dropdown__qrcode {
    position: absolute;
    top: 65px;
    right: 10px;
    color: #1F3447;
}

.dropdown__share .field-share-link,
.dropdown__qrcode .field-share-link {
    width: 100%;
    height: 45px;
    margin-top: 50px;
    margin-bottom: 20px;
    background: #F4F5F9;
    border-radius: 10px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.dropdown__share .field-share-link .link-text,
.dropdown__qrcode .field-share-link .link-text {
    margin: 0 12px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #1d3548;
}

.dropdown__share .field-share-link .ic-copy-scroll-shortcut,
.dropdown__qrcode .field-share-link .ic-copy-scroll-shortcut {
    margin-right: 15px;
    cursor: pointer;
}

.dropdown__qrcode .user-qr-code {
    margin-bottom: 20px;
    text-align: center;
}

.dropdown__share .share-item {
    width: 100%;
    height: 50px;
    margin-bottom: 10px;
    background: #FFFFFF;
    border: 1px solid #DFE3EE;
    border-radius: 10px;
    cursor: pointer;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.dropdown__share .share-item:hover {
    background: #DCEFFF;
}

.dropdown__share .share-item .icon-title-wrapper {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.dropdown__share .share-item .icon-title-wrapper img {
    margin: 0 20px;
}

.dropdown__share .share-item img {
    margin-right: 10px;
}

@media screen and (min-height:668px) {
    .dropdown__share .social-button-hidden {
        display: none;
    }
}

@media screen and (max-height:667px) {
    .dropdown__share .social-items-hidden {
        display: none;
    }
}

.dropdown__share .btn-wrapper,
.dropdown__qrcode .btn-wrapper {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.dropdown__qrcode .btn-wrapper .btn-png img {
    width: 20px;
    margin-right: 10px;
}

.dropdown__share .dropdown-footer {
    margin-top: 20px;
    margin-bottom: 45px;
}

.dropdown__share .dropdown-footer .text-wrapper {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    font-size: 18px;
}

@media screen and (max-width:552px) {
    .dropdown__share .dropdown-footer .text-wrapper {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.dropdown__share .dropdown-footer .dropdown-footer-buttons-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.dropdown__share .dropdown-footer .dropdown-footer-buttons-wrapper a {
    width: 100%;
    text-decoration: none;
}

.dropdown__share .dropdown-footer .dropdown-footer-buttons-wrapper a:nth-child(1) {
    margin-right: 10px;
}

.dropdown__share .dropdown-footer .dropdown-footer-buttons-wrapper a:nth-child(2) {
    margin-left: 10px;
}

@media screen and (max-width:552px) {
    .dropdown__share .dropdown-footer .dropdown-footer-buttons-wrapper a:nth-child(1) {
        margin-right: 0;
    }

    .dropdown__share .dropdown-footer .dropdown-footer-buttons-wrapper a:nth-child(2) {
        margin-left: 0;
    }
}

@media screen and (max-width:552px) {
    .dropdown__share .dropdown-footer .dropdown-footer-buttons-wrapper {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

body {
    font: 100% "Poppins", sans-serif;
    background-color: #fff;
    color: #717171;
    margin: 0;
    overflow-x: hidden;
    height: 100%;
}

.container {
    max-width: 1168px;
    min-width: 280px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto;
}

@media (min-width:1044px) and (max-width:1187.98px) {
    .container {
        max-width: 1024px;
    }
}

@media (min-width:756px) and (max-width:1043.98px) {
    .container {
        max-width: 736px;
    }
}

@media (min-width:612px) and (max-width:755.98px) {
    .container {
        max-width: 592px;
    }
}

@media (max-width:611.98px) {
    .container {
        max-width: 520px;
        min-width: calc(100% - 40px);
    }
}

.wrapper .user-page-section-content .user-info .logo-container .common-user-icon__component {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.wrapper .user-page-section-content .user-info .username {
    text-align: center;
    padding: 6px 10px;
    color: #ffffff !important;
    font-size: 20px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
}

.wrapper .preview-links-list__component .preview-link-item__component .preview-link-wrapper {
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    border-radius: 40px;
    color: #FFFFFF;
    font-family: "Montserrat", sans-serif;
    background: #E91E63;
}

.wrapper .preview-links-list__component .preview-link-item__component .thumbnail {
    border-radius: 40px !important;
}

/*! CSS Used from: https://cdnjs.cloudflare.com/ajax/libs/jquery-modal/0.9.2/jquery.modal.min.css */
.modal {
    display: none;
    vertical-align: middle;
    position: relative;
    z-index: 2;
    max-width: 500px;
    box-sizing: border-box;
    width: 90%;
    background: #fff;
    padding: 15px 30px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 0 10px #000;
    -moz-box-shadow: 0 0 10px #000;
    -o-box-shadow: 0 0 10px #000;
    -ms-box-shadow: 0 0 10px #000;
    box-shadow: 0 0 10px #000;
    text-align: left;
}

/*! CSS Used from: https://jqueryui.com/resources/demos/style.css */
body {
    font-family: Arial, Helvetica, sans-serif;
}

/*! CSS Used from: https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/slick.min.css */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: 0;
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:after,
.slick-track:before {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

.slick-initialized .slick-slide {
    display: block;
}

/*! CSS Used from: Embedded */
.onetrust-pc-dark-filter.ot-fade-in {
    animation-name: onetrust-fade-in;
    animation-duration: 400ms;
    animation-timing-function: ease-in-out;
}

.onetrust-pc-dark-filter.ot-hide {
    display: none !important;
}

.onetrust-pc-dark-filter {
    background: rgba(0, 0, 0, .5);
    z-index: 2147483646;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
}

.ot-floating-button__front {
    background-image: url('https://cdn.cookielaw.org/logos/static/ot_persistent_cookie.png');
}

#ot-sdk-btn-floating.ot-floating-button {
    position: fixed;
    bottom: 10px;
    opacity: 0;
    width: 50px;
    height: 50px;
    line-height: 15px;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0);
    transition: all 300ms ease;
    z-index: 2147483646;
    animation: otFloatingBtnIntro 800ms ease 0ms 1 forwards;
}

#ot-sdk-btn-floating.ot-floating-button::before,
#ot-sdk-btn-floating.ot-floating-button::after {
    text-transform: none;
    line-height: 1;
    pointer-events: none;
    position: absolute;
    transform: scale(0);
    opacity: 0;
    transition: all 300ms ease;
    display: block;
    height: auto;
}

#ot-sdk-btn-floating.ot-floating-button::before {
    content: "";
    border: 5px solid rgba(0, 0, 0, 0);
    z-index: 1001;
    top: 50%;
    border-left-width: 0;
    border-right-color: #333;
    right: calc(0em - 5px);
    transform: translate(10px, -50%);
}

#ot-sdk-btn-floating.ot-floating-button::after {
    content: attr(data-title);
    position: absolute;
    text-align: center;
    top: 50%;
    left: calc(100% + 5px);
    transform: translate(10px, -50%);
    font-size: .75rem;
    min-width: 3em;
    max-width: 21em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 5px;
    border-radius: .3ch;
    box-shadow: 0 1em 2em -0.5em rgba(0, 0, 0, .35);
    background: #333;
    color: #fff;
    z-index: 2147483645;
}

#ot-sdk-btn-floating.ot-floating-button:hover::before,
#ot-sdk-btn-floating.ot-floating-button:hover::after {
    opacity: 1;
}

#ot-sdk-btn-floating.ot-floating-button:hover::before {
    transform: translate(0.5em, -50%) scale(1);
}

#ot-sdk-btn-floating.ot-floating-button:hover::after {
    transform: translate(0.5em, -50%) scale(1);
}

#ot-sdk-btn-floating .ot-floating-button__front,
#ot-sdk-btn-floating .ot-floating-button__back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: #6aaae4;
    border-radius: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2);
    transition: transform .6s;
    transform-style: preserve-3d;
}

#ot-sdk-btn-floating .ot-floating-button__front {
    background-color: #6aaae4;
    transform: rotateY(0);
}

#ot-sdk-btn-floating .ot-floating-button__front.custom-persistent-icon {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
    border-radius: 100px;
}

#ot-sdk-btn-floating .ot-floating-button__back {
    background-color: #69c;
    transform: rotateY(-180deg);
}

#ot-sdk-btn-floating .ot-floating-button__back.custom-persistent-icon {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
    border-radius: 100px;
}

#ot-sdk-btn-floating .ot-floating-button__back svg {
    width: 24px;
    height: 24px;
}

#ot-sdk-btn-floating.ot-floating-button button {
    padding: 0;
    background-color: rgba(0, 0, 0, 0);
    border: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

/*! CSS Used from: Embedded */
a.share-link {
    display: block;
    margin: 15px auto;
    text-decoration: none;
}

.share-kode-link-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.title-link {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    color: #2975CF;
}

/*! CSS Used keyframes */
@keyframes onetrust-fade-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes otFloatingBtnIntro {
    0% {
        opacity: 0;
        left: -75px;
    }

    100% {
        opacity: 1;
        left: 1%;
    }
}

/*! CSS Used fontfaces */
@font-face {
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 100 900;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v29/JTUQjIg1_i6t8kCHKm459WxRxC7mw9c.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 100 900;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v29/JTUQjIg1_i6t8kCHKm459WxRzS7mw9c.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 100 900;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v29/JTUQjIg1_i6t8kCHKm459WxRxi7mw9c.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

@font-face {
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 100 900;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v29/JTUQjIg1_i6t8kCHKm459WxRxy7mw9c.woff2) format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 100 900;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v29/JTUQjIg1_i6t8kCHKm459WxRyS7m.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v29/JTUSjIg1_i6t8kCHKm459WRhyzbi.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v29/JTUSjIg1_i6t8kCHKm459W1hyzbi.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v29/JTUSjIg1_i6t8kCHKm459WZhyzbi.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v29/JTUSjIg1_i6t8kCHKm459Wdhyzbi.woff2) format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v29/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

h1 {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 1.5rem;
    color: white;
}
h2 {
    margin-bottom: 1rem;
    color: white;
    font-size: 18px;
}
h3 {
    margin-bottom: 1rem;
    color: white;
    font-size: 16px;
}
.section-title {
    font-weight: bold;
    font-size: 1.25rem;
    margin-top: 2rem;
    margin-bottom: 0.5rem;
    text-decoration: underline;
}
.contact {
    margin-top: 2rem;
    font-size: 1.1rem;
    color: #ffd700;
}
.contact a {
    color: #00bfff;
    text-decoration: none;
}
.contact a:hover {
    text-decoration: underline;
}

text-white{
    color: white;
}