.post__content .post__title {
   font-family: "Rubik";
}

.post__content .post__small_description {
    color: white;
    text-align: center;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.5em;
    font-family: Rubik;
}


.post__content .post_tags {
    display: flex;
    flex-direction: row;
    gap: 8px;
}

.post__content .post_tags .tag {
    border-radius: 50px;
    border: 1px solid #FF7A00;
    padding: 4px 10px;
    color: #FF7A00;
    font-family: Rubik;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0px;
}

.post__content .details__holder {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 32px;
    gap: 24px;
}

.post__content .details__holder .date__holder {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.post__content .details__holder .register_button_holder {
    margin-top: 10px;
}

.post__content .details__holder .date__holder p,
.post__content .details__holder .other__holder p {
    font-family: Rubik;
    font-weight: 300;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0px;
    color: white;
    margin: 0;

}

.post__content .details__holder .date__holder p:first-child,
.post__content .details__holder .other__holder p:first-child {
    font-weight: 700;
    font-size: 26px;
    line-height: 132%;
}

.post__content .details__holder .separator {
    width: 1px;
    background-color: rgba(255, 255, 255, 0.4);
}
.post__content .details__holder .other__holder {
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

.content__holder {
    padding: 72px 2em 64px 2em;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 48px;
    width: 100%;
    max-width: 1204px !important;
    margin: 0 auto;
    justify-content: center;
}

@media (max-width: 1045px) {
    .content__holder {
        flex-direction: column;
    }
}

.post__content__wrapper {
    flex-grow: 1;

}


.content__holder .infobox__holder {
    min-width: 342px;
    background-color: #F3FEFC;
    border: 1px solid #2AA791;
    border-radius: 20px;
    padding: 48px 32px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.content__holder .infobox__holder .post_tags {
    justify-content: flex-start;
}

.content__holder .infobox__holder .infobox__content h2,
.content__holder .infobox__holder .infobox__content h5,
.content__holder .infobox__holder .infobox__content p {
    font-family: Rubik;
    letter-spacing: 0px;
    color: #141414;
    margin: 0;
    padding: 0;
}

.content__holder .infobox__holder .infobox__content h2 {
    font-weight: 700;
    font-size: 39px;
    line-height: 110%;
}

.content__holder .infobox__holder .infobox__content h5 {
    font-weight: 400;
    font-size: 22px;
    line-height: 132%;
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
}

.content__holder .infobox__holder .infobox__content p {
    font-weight: 300;
    font-size: 20px;
    line-height: 150%;
}

.post__content .registration__popup__wrapper {

}


.post__content .registration__popup__wrapper .registration__popup__holder {
    position: fixed;
    left: 0;
    right: 0;
    top: -100%;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .3s ease-in-out;
    padding: 0 20px;
}

.post__content .registration__popup__wrapper .registration__popup__holder.active {
    top: 0;
}

.post__content .registration__popup__wrapper .registration__popup {
    border-radius: 20px;
    padding: 32px;
    box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.2);
    background-color: white;
    display: flex;
    flex-direction: row;
    gap: 40px;
    max-width: 1200px;
    position: relative;
}

@media (max-width: 1045px) {
    .post__content .registration__popup__wrapper .registration__popup {
        max-width: 400px;
    }
}

.post__content .registration__popup__wrapper .registration__popup .popup__close {
    position: absolute;
    top: 13px;
    right: 13px;
    cursor: pointer;

}

.post__content .registration__popup__wrapper .registration__popup .popup__close p {
    margin: 0;
    line-height: 24px !important;
    font-size: 34px !important;
    color: #141414;
}

.post__content .registration__popup__wrapper .registration__popup .image__holder {
    border-radius: 10px;
    position: relative;
}


@media (max-width: 1045px) {
    .post__content .registration__popup__wrapper .registration__popup .image__holder {
        display: none;
    }
}

.post__content .registration__popup__wrapper .registration__popup .image__holder img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    object-fit: cover;
}

.post__content .registration__popup__wrapper .registration__popup .image__holder .image__infobox__holder {
    margin: 16px;
    bottom: 0px;
    position: absolute;
    border-radius: 10px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    background-color: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(20px);
}

.post__content .registration__popup__wrapper .registration__popup .image__holder .image__infobox__holder h5 {
    font-family: Rubik;
    font-weight: 700;
    font-size: 26px;
    line-height: 132%;
    letter-spacing: 0px;
    color: #141414;
}

.post__content .registration__popup__wrapper .registration__popup .image__holder .image__infobox__holder .infobox__details {
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
}

.post__content .registration__popup__wrapper .registration__popup .image__holder .image__infobox__holder .infobox__details p {
    margin: 0;
}

.post__content .registration__popup__wrapper .registration__popup .form__holder,
.post__content .registration__popup__wrapper .registration__popup .image__holder {
    flex: 0 50%;
}

@media (max-width: 1045px) {
    .post__content .registration__popup__wrapper .registration__popup .form__holder {
        flex: 0 100%;
    }
}

.post__content .registration__popup__wrapper .registration__popup .form__holder {
    padding: 43px 0;
}

.post__content .registration__popup__wrapper .registration__popup .form__holder .from__top h3{
    font-family: Rubik;
    font-weight: 400;
    font-size: 36px;
    line-height: 110%;
    letter-spacing: 0px;
    color: #141414;
    margin-bottom: 16px;
}

.post__content .registration__popup__wrapper .registration__popup .form__holder .from__top p{
    font-family: Rubik;
    font-weight: 400;
    font-size: 15px;
    line-height: 160%;
    letter-spacing: 0px;
    color: #141414;
}

.post__content .registration__popup__wrapper .registration__popup .form__holder form label {
    font-family: Rubik !important;
    font-weight: 400;
    font-size: 16px !important;
    line-height: 100%;
    color: #141414 !important;
    margin-bottom: 6px;
}

.post__content .registration__popup__wrapper .registration__popup .form__holder form .hs-form-field {
    margin-bottom: 24px;
}

.post__content .registration__popup__wrapper .registration__popup .form__holder form input[type="text"],
.post__content .registration__popup__wrapper .registration__popup .form__holder form input[type="email"],
.post__content .registration__popup__wrapper .registration__popup .form__holder form input[type="tel"] {
    width: 100%;
    border-radius: 20px;
    border: 1px solid rgba(0,0,0,0.2);
    padding: 8px 16px;
    font-family: Rubik;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #141414;
}

button.button,
.post__content .registration__popup__wrapper .registration__popup .form__holder form input[type="submit"] {
    color: white !important;
    background: #ff7a00 !important;
    border: none;
    position: relative;
    overflow: hidden;
    z-index: 1;
    font-size: 12.8px;
    min-height: 34px;
    display: flex;
    align-items: center;
    border-radius: 100px;
    justify-content: center;
}

.thumbnail__holder {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    border-radius: 50px;
    overflow: hidden;
}

.thumbnail__holder iframe,
.thumbnail__holder img {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    display: block;
    border-radius: 50px;
}
