/*
 * free-course-igor.css — pravila SPECIFICNA samo za ovu stranicu.
 * Zajednicka pravila su u:
 *   - assets/css/sections/landing-page.css (amo_section_css('landing-page'))
 *   - assets/css/sections/landing-static.css (amo_section_css('landing-static'))
 */

html,
    body {
        overflow-x: hidden !important;
    }

/* /////// Hero sekcija */
    .hero-section .container h1 {
        color: #FFF;
        margin: 0px 0px 10px;
    }

.hero-section .container p {
        font-size: clamp(1.25rem, 2.625vw, 40px);
        text-align: center;
        line-height: 120%;
        margin: 50px 0px 40px;
    }

.hero-section .container .gradient-divider {
        opacity: 1;
        margin: 14px auto 42px;
        border: 0;
        height: 3px;
        max-width: 400px;
        background: linear-gradient(to right, #B87432, #D8A852, #FFE0B3);
    }

.hero-section .container .wrapper {
        background: linear-gradient(320deg, rgba(53, 53, 53, 1) 0%, rgba(43, 43, 43, 1) 20%, rgba(28, 28, 29, 1) 50%);
        border: 1px solid #B3B3B3;
        border-radius: 25px;
        padding: 60px 112px 0px;
        margin: 0px auto;
        color: #FFF;
        overflow: hidden;
    }

.hero-section .container .wrapper .hero-wrapper {
        max-height: 475px;
        margin-bottom: -70px;
    }

.hero-section .container .wrapper .hero-wrapper img:nth-of-type(1) {
        height: 270px;
    }

.hero-section .container .wrapper .hero-wrapper img:nth-of-type(2) {
        height: 475px;
    }

.hero-section .container .wrapper hr {
        opacity: 1;
        width: 70%;
        height: 1px;
        color: #B3B3B3;
    }

.hero-section .container .wrapper p {
        color: #fff;
        margin: 0px auto 50px;
        font-size: clamp(1.25rem, 2.625vw, 40px);
        text-align: center;
        line-height: 120%;
        font-weight: 700;
    }

.hero-section .container .wrapper p span {
        background: linear-gradient(90deg, #B87432, #D8A852, #FFE0B3);
        background-size: 150% auto;
        -webkit-background-clip: text;
        /* Safari/Chrome */
        -webkit-text-fill-color: transparent;
        /* Safari/Chrome */
        background-clip: text;
        /* standard */
        color: transparent;
        /* fallback */
        text-align: right;
        transition: background-position 0.6s ease;
    }

@media (max-width: 768px) {
        .hero-section .container .wrapper p {
            margin: 0px auto 30px;
        }

        .hero-section .container .wrapper .hero-wrapper img:nth-of-type(1) {
            height: 100px;
            margin-right: -30px;
        }

        .hero-section .container .wrapper .hero-wrapper img:nth-of-type(2) {
            height: 275px;
        }}

/* ////////    Materials 2 sekcija       */
    .materials-2-section .container .wrapper .materials-item .materials-item--inner {
        background: linear-gradient(320deg, rgba(53, 53, 53, 1) 0%, rgba(43, 43, 43, 1) 20%, rgba(28, 28, 29, 1) 50%);
        border: 1px solid #B3B3B3;
        border-radius: 25px;
        padding: 48px 24px 40px;
        transition: all .4s ease;
    }

.materials-2-section .container .wrapper .materials-item:nth-of-type(1) {
        padding-left: 0px;
    }

.materials-2-section .container .wrapper .materials-item:nth-of-type(1) .materials-item--inner {
        margin-right: 10px;
    }

.materials-2-section .container .wrapper .materials-item:nth-of-type(2) {
        padding: 0px;
    }

.materials-2-section .container .wrapper .materials-item:nth-of-type(2) .materials-item--inner {
        margin: 0px 10px;
    }

.materials-2-section .container .wrapper .materials-item:nth-of-type(3) {
        padding-right: 0px;
    }

.materials-2-section .container .wrapper .materials-item:nth-of-type(3) .materials-item--inner {
        margin-left: 10px;
    }

.materials-2-section .container .wrapper .materials-item .materials-item--inner:hover {
        transform: translateY(-6px);
    }

.materials-2-section .container .wrapper .materials-item .materials-item--inner h2 {
        text-align: center;
        font-size: clamp(15px, 1.5vw, 30px);
        color: #FFF;
        margin-bottom: 24px;
    }

.materials-2-section .container h1 {
        color: #FFF;
        margin-top: 20px;
        margin-bottom: 36px;
    }

.materials-2-section .container .wrapper button {
        font-size: clamp(15px, 1.5vw, 25px);
        max-width: 310px;
        margin-top: 24px;
        padding: 10px 20px;
        color: #FFF;
        margin: 42px auto 0px;
    }

.materials-2-section .container .wrapper p {
        font-size: clamp(11px, 1.5vw, 15px);
    }

.materials-2-section .container .wrapper hr {
        opacity: 1;
        width: 100%;
        max-width: 90%;
        height: 1px;
        color: #B3B3B3;
        margin: 60px auto 0px;
    }

.materials-2-section .max-width {
        padding: 0px;
    }

@media (max-width: 768px) {
        .materials-2-section .container .wrapper .materials-item .materials-item--inner {
            margin: 10px auto;
            padding: 28px 15px;
            width: 65% !important;
        }

        .materials-2-section .container .wrapper .materials-item .materials-item--inner img {
            width: 50px;
        }

        .materials-2-section .container .wrapper .materials-item:nth-of-type(1) .materials-item--inner {
            margin: 10px auto;
        }

        .materials-2-section .container .wrapper .materials-item:nth-of-type(2) .materials-item--inner {
            margin: 10px auto;
        }

        .materials-2-section .container .wrapper .materials-item:nth-of-type(3) .materials-item--inner {
            margin: 10px auto;
        }

        .materials-2-section .container .wrapper .materials-item {
            padding: 0px;
        }

        .materials-2-section .container .wrapper h1 {
            margin-top: 30px;
            margin-bottom: 30px;
        }}

/*  ///////     Curse goals sekcija       */
    .course-goals-section .container .wrapper {
        background: linear-gradient(320deg, rgba(53, 53, 53, 1) 0%, rgba(43, 43, 43, 1) 20%, rgba(28, 28, 29, 1) 50%);
        border: 1px solid #B3B3B3;
        border-radius: 25px;
        padding: 29px 54px 29px 76px;
        margin: 0px auto;
        color: #FFF;
    }

.course-goals-section .container .wrapper .gradient-divider {
        opacity: 1;
        border: 0;
        height: 3px;
        width: 370px;
        background: linear-gradient(to right, #B87432, #D8A852, #FFE0B3);
    }

.headline_wrapper {
        display: flex;
        align-content: center;
        flex-direction: column;
        align-items: center;
    }

.course-goals-section .container .wrapper .goal {
        display: flex;
        margin-left: -50px;
        transition: ease .4s all;
    }

.course-goals-section .container .wrapper .goal img {
        height: 100%;
    }

.goal {
        margin-bottom: 15px;
    }

.goal p {
        font-size: clamp(0.875rem, 1.5vw, 1.75rem);
        margin: 30px 30px 38px 50px;
    }

@media (max-width: 767px) {
        .course-goals-section .container .wrapper .goal {
            margin-left: 0px;
        }

        .course-goals-section .container .wrapper img {
            width: 15px;
        }}

.gradient-text {
        background: linear-gradient(to right, #B87432, #D8A852, #FFE0B3);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        color: transparent;
        font-weight: 600;
        /* možeš pojačati naglašavanje */
    }

/* ///////     About Free Course Sekcija */
    .about-free-course-section .container h1 {
        color: #FFF;
    }

.about-free-course-section .container .gradient-divider {
        opacity: 1;
        margin: 30px auto 40px;
        border: 0;
        height: 3px;
        width: 370px;
        background: linear-gradient(to right, #B87432, #D8A852, #FFE0B3);
    }

.about-free-course-section .container .wrapper {
        padding: 29px 54px 29px 76px;
        margin: 0px auto;
        color: #FFF;
    }

.about-free-course-section .container .wrapper hr {
        opacity: 1;
        width: 70%;
        height: 1px;
        color: #B3B3B3;
    }

.about-free-course-section .container .wrapper p {
        text-align: center;
        font-size: clamp(15px, 1.5vw, 30px);
    }

.about-free-course-section .container .wrapper p:nth-of-type(2) {
        margin: 40px 0px;
    }

@media (max-width: 768px) {
        .about-free-course-section .container .wrapper p:nth-of-type(2) {
            margin: 0px;
        }

        .about-free-course-section .container .wrapper {
            padding-top: 0px !important;
        }

        .about-free-course-section .container .gradient-divider {
            margin: 30px auto;
        }}

/* //////      Login Form Sekcija         */
    .login-form-section .container {
        color: #FFF;
    }

.login-form-section .container form {
        z-index: 0;
    }

.login-form-section .container .title-wrapper {
        margin-bottom: 60px;
    }

.login-form-section .container .title-wrapper h1 {
        margin: 0px;
    }

.login-form-section .container .title-wrapper img {
        margin: -26px 0px 0px 6px;
    }

.login-form-section .container .confirmation {
        border-radius: 25px;
        font-size: clamp(12px, 1.5vw, 20px);
        position: relative;
        padding: 20px 50px;
        border-radius: 25px;
        z-index: 1;
        margin-top: 16px;
        margin-bottom: 60px;
    }

.login-form-section .container .confirmation .check input {
        margin-right: 8px;
    }

.login-form-section .container .confirmation::before {
        content: "";
        position: absolute;
        inset: 0;
        padding: 1px;
        border-radius: inherit;
        background: linear-gradient(45deg, #B87432, #D8A852, #FFE0B3);
        -webkit-mask:
            linear-gradient(#fff 0 0) content-box,
            linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        z-index: -1;
    }

.login-form-section .container .wrapper {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

.login-form-section .container .wrapper input[type='text'],
    input[type='email'] {
        font-size: clamp(12px, 1.5vw, 20px);
        position: relative;
        padding: 26px 54px;
        border-radius: 25px;
        z-index: 10;
        background-color: #000;
        color: #B3B3B3;
        border-color: transparent;
        margin: 1px;
    }

.login-form-section .container .wrapper .name-wrapper,
    .email-wrapper {
        position: relative;
        z-index: -1;
        border-radius: 25px;
        padding: 2px;
        margin-bottom: 16px;
    }

.login-form-section .container .wrapper .name-wrapper::before,
    .email-wrapper::before {
        content: "";
        position: absolute;
        inset: 0;
        padding: 1px;
        border-radius: inherit;
        background: linear-gradient(45deg, #B87432, #D8A852, #FFE0B3);
        -webkit-mask:
            linear-gradient(#fff 0 0) content-box,
            linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        z-index: -1;
    }

.login-form-section .container button {
        padding: 20px 54px;
        font-size: clamp(15px, 1.5vw, 30px);
        font-weight: 700;
        color: #fff;
    }

.login-form-section .container button p {
        margin: 0px;
        color: #fff;
        line-height: 140%;
    }

@media (max-width: 768px) {
        .login-form-section.section {
            margin-bottom: 0px;
        }

        .login-form-section .container .wrapper input[type='text'],
        input[type='email'] {
            padding: 20px 30px;
        }

        .login-form-section .container .confirmation {
            padding: 20px 30px;
        }

        .login-form-section .container .title-wrapper {
            margin-bottom: 0px;
        }}

/* //////      Customers 3 sekcija        */
    .customers-3-section .container .wrapper .customer-item .customer-item--inner {
        background: linear-gradient(320deg, rgba(53, 53, 53, 1) 0%, rgba(43, 43, 43, 1) 20%, rgba(28, 28, 29, 1) 50%);
        border: 1px solid #B3B3B3;
        border-radius: 25px;
        margin: 0px 5px;
        padding: 60px 24px 32px;
        transition: all .4s ease;
        position: relative;
    }

.customers-3-section .container .wrapper .row .customer-item .customer-item--inner:hover {
        transform: translateY(-6px);
    }

.customers-3-section .container .wrapper .row .carousel-inner .customer-item .customer-item--inner:hover {
        transform: translateY(0px);
    }

.customers-3-section .container .wrapper .row .carousel-inner {
        overflow: visible;
    }

.customers-3-section .container .wrapper .customer-item .customer-item--inner .quotes {
        position: absolute;
        left: 10px;
        top: -30px;
    }

.customers-3-section .container .wrapper .customer-item .customer-item--inner .review {
        font-size: clamp(14px, 1.5vw, 20px);
        min-height: 300px;
        text-align: center;
    }

.customers-3-section .container .wrapper .customer-item .customer-item--inner .customer-item-bottom .customer-info {
        margin-left: 20px;
    }

.customers-3-section .container .wrapper .customer-item .customer-item--inner .customer-item-bottom .customer-info p {
        margin: 0px;
        font-size: clamp(14px, 1.5vw, 20px);
    }

.customers-3-section .container .gradient-divider {
        opacity: 1;
        margin: 60px auto;
        border: 0;
        height: 3px;
        max-width: 870px;
        background: linear-gradient(to right, #B87432, #D8A852, #FFE0B3);
    }

.customers-3-section .container .wrapper h1 {
        margin-top: 70px;
        color: #fff;
    }

.customers-3-section .container .wrapper h1 span {
        color: #B87432;
    }

@media (max-width: 767px) {
        .customers-3-section.section {
            margin: 0px auto;
        }

        .customers-3-section .container .wrapper .customer-item .customer-item--inner {
            border-radius: 12px;
            min-height: 348px;
        }

        .customers-3-section .container .wrapper .customer-item .customer-item--inner .review {
            min-height: 140px;
        }

        .customers-3-section .container .wrapper .customer-item .customer-item--inner .customer-item-bottom .avatar {
            width: 70px;
        }

        .customers-3-section .container .wrapper .cta-wrapper {
            margin-bottom: 40px;
        }}

/* //////      Author sekcija             */
    .author-section {
        color: #FFF;
        background: linear-gradient(320deg, rgba(53, 53, 53, 1) 0%, rgba(43, 43, 43, 1) 20%, rgba(28, 28, 29, 1) 50%);
        position: relative;
        padding: 1rem;
        z-index: 1;
    }

@media (max-width: 767px) {
        .author-section .container .wrapper .author-text img {
            width: 25px;
        }

        .author-section .container .wrapper .author-text img:nth-of-type(1) {
            left: 0px;
        }

        .author-section .container .wrapper .author-text img:nth-of-type(2) {
            right: 0px;
            bottom: 50px;
        }

        .author-section .container .wrapper .author-text p:nth-of-type(1) {
            padding: 30px 20px 30px 50px;
        }}

/* //////      About Author sekcija       */
    .author-info-section {
        width: max-content;
        max-width: 100%;
    }

.author-info-section .container h1 {
        color: #FFF;
    }

@media (max-width: 767px) {
        .author-info-section .container:nth-of-type(1) {
            width: 100%;
        }

        .author-info-section .container .wrapper .goal {
            margin-left: 0px;
        }

        .author-info-section .container .wrapper .goal img {
            width: 20px
        }

        .author-info-section .container:not(:last-of-type) .wrapper .goal:not(:last-of-type) span {
            margin-bottom: 15px;
        }

        .goal:nth-of-type(2) {
            margin-bottom: 10px;
        }}

/* //////      Course sekcija             */
    .course-section {
        color: #FFF;
        background: linear-gradient(320deg, rgba(53, 53, 53, 1) 0%, rgba(43, 43, 43, 1) 20%, rgba(28, 28, 29, 1) 50%);
        position: relative;
        padding: 1rem;
        z-index: 1;
    }

/* Gornji i donji border sa linearnim gradijentom */
    .about-author-section::before,
    .about-author-section::after {
        content: "";
        position: absolute;
        left: 0;
        width: 100%;
        height: 3px;
        /* debljina linije */
        background: linear-gradient(45deg, #B87432, #D8A852, #FFE0B3);
    }

/* ——— Blok sa zlatnim borderom ——— */
    .autobiography-box.with-border {
        position: relative;
        background: #0f0f0f;
        padding: 50px 45px;
        border-radius: 20px;
        line-height: 1.8;
        z-index: 1;
    }

/* ——— Responsivnost ——— */
    @media (max-width: 992px) {
        .autobiography {
            padding: 80px 0;
        }

        .autobiography-box.with-border,
        .autobiography-box.dark,
        .autobiography-list {
            padding: 35px;
            font-size: 17px;
        }

        .autobiography-title h2 {
            font-size: 26px;
        }
    }

@media (max-width: 600px) {
        .autobiography {
            padding: 60px 0;
        }

        .autobiography-wrapper {
            gap: 45px;
        }

        .autobiography-box.with-border,
        .autobiography-box.dark,
        .autobiography-list {
            padding: 25px;
            font-size: 16px;
            line-height: 1.7;
        }

        .autobiography-title h2 {
            font-size: 22px;
        }}

/* //////      Grab the offer sekcija     */
    .grab-the-offer-section .container h1 {
        color: #FFF;
    }

.grab-the-offer-section .container .gradient-divider {
        opacity: 1;
        margin: 14px auto 42px;
        border: 0;
        height: 3px;
        max-width: 400px;
        background: linear-gradient(to right, #B87432, #D8A852, #FFE0B3);
    }

.grab-the-offer-section .container .wrapper {
        background: linear-gradient(320deg, rgba(53, 53, 53, 1) 0%, rgba(43, 43, 43, 1) 20%, rgba(28, 28, 29, 1) 50%);
        border: 1px solid #B3B3B3;
        border-radius: 25px;
        padding: 29px 54px 29px 76px;
        margin: 0px auto;
        color: #FFF;
    }

.grab-the-offer-section .container .wrapper hr {
        opacity: 1;
        width: 70%;
        height: 1px;
        color: #B3B3B3;
    }

.grab-the-offer-section .container .wrapper p {
        color: #fff;
        margin: 20px auto 0px;
        font-size: clamp(15px, 1.75vw, 30px);
        text-align: center;
    }

.grab-the-offer-section .container .wrapper p span {
        color: #B87432;
        font-weight: 700;
    }

.grab-the-offer-section .container .wrapper p:nth-of-type(2) {
        font-size: clamp(11px, 1.75vw, 18px);
        margin: 10px auto 0px;
    }

@media (max-width: 768px) {
        .grab-the-offer-section .container .wrapper p br {
            display: none;
        }}

/* ****************** NOVA FORMA ********************* */
    .title-wrapper {
        margin-bottom: 30px;
    }

.title-wrapper h3 {
        font-size: 50px;
        margin-bottom: 0;
    }

.sib-form .entry__field {
        background: linear-gradient(183deg, black, transparent);
        border: none;
        border-radius: 10px;
        margin-bottom: 30px;
    }

#sib-container input:-ms-input-placeholder {
        text-align: left;
        color: #B87432;
    }

#sib-form input.input {
        background-color: rgba(255, 255, 255, 0.08);
        color: #fff;
        padding: 14px 16px;
        border-radius: 10px;
        width: 100%;
        transition: all 0.25s ease;
        font-family: Inter, sans-serif;
    }

#sib-form input.input:focus,
    #sib-form input.input:focus-within {
        border: 3px solid #d6a651;
        box-shadow: none;
    }

.sib-form .entry__field:focus-within {
        box-shadow: none;
    }

#sib-container input::placeholder {
        text-align: left;
        color: #B87432;
    }

#sib-container textarea::placeholder {
        text-align: left;
        color: #B87432;
    }

#sib-container {
        max-width: 60% !important;
    }

#sib-container a {
        text-decoration: none;
        color: #B87432;
    }

#sib-container a:hover {
        color: #D8A852;
        animation: ease-in 2s;
    }

.sib-form .input_replaced:checked+.checkbox_tick_positive {
        background: #B87432;
        border-color: #B87432;
    }

.sib-form .checkbox,
    .sib-form .radio-button {
        border: 1px solid #B87432;
    }

.sib-form-sib-form-block__button {
        margin: 20px auto;
    }

/* --- RADIO --- */
    #sib-container .sib-radiobutton-group {
        margin-top: 15px;
        margin-bottom: 20px;
    }

#sib-container .sib-radiobutton-group label {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        color: #fff;
        font-size: 25px;
        font-weight: 400;
        margin-right: 20px;
        cursor: pointer;
    }

#sib-container input[type="radio"] {
        appearance: auto !important;
        -webkit-appearance: radio !important;
        accent-color: #d6a651;
        width: 12px;
        height: 12px;
        margin: 0;
        cursor: pointer;
    }

/* --- CHECKBOX --- */
    #sib-container .sib-optin label {
        color: #ccc;
        line-height: 1.6;
        text-align: left;
    }

#sib-container input[type="checkbox"] {
        appearance: auto !important;
        -webkit-appearance: checkbox !important;
        accent-color: #d6a651;
        width: 18px;
        height: 18px;
        margin-top: 3px;
        flex-shrink: 0;
        cursor: pointer;
    }

/* --- CHECKBOX OKVIR --- */
    #sib-container .sib-optin {
        border: 1px solid #d6a651;
        border-radius: 15px;
        padding: 18px 22px;
        margin-top: 30px;
        background: transparent;
    }

/* --- PORAVNANJE UNUTAR LABELA --- */
    #sib-container .sib-optin p,
    #sib-container .sib-optin a {
        text-align: left !important;
        margin: 0;
    }

#sib-container .sib-optin p {
        font-size: 16px !important;
    }

/* Manji ekrani (999px i manje) */
    @media (max-width: 999px) {
        #sib-container .sib-optin p {
            font-size: 14px !important;
        }
    }

.sib-form .entry__choice .checkbox,
    .sib-form .entry__choice .radio-button {
        margin-right: 25px;
    }

/* ************ Radio Buttoni */
    /* --- RADIO DUGMAD --- */


    /* --- Centriranje sekcije --- */
    #sib-container .sib-radiobutton-group .form__label-row {
        text-align: center !important;
    }

#sib-container .sib-radiobutton-group .entry__label {
        display: block;
        text-align: center !important;
        margin-bottom: 10px;
    }

#sib-container .sib-radiobutton-group .entry__choice {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        margin: 0 20px;
    }

/* --- Stil za "radio" dugme (Brevo koristi .radio-button span) --- */
    #sib-container .radio-button {
        width: 18px;
        height: 18px;
        border: 2px solid #d6a651;
        border-radius: 50%;
        display: inline-block;
        position: relative;
        background: transparent;
        transition: all 0.2s ease;
    }

/* Kada je izabrano dugme */
    #sib-container input[type="radio"].input_replaced:checked+.radio-button {
        background-color: #d6a651;
        box-shadow: 0 0 8px rgba(214, 166, 81, 0.6);
    }

/* Hover efekat */
    #sib-container .entry__choice:hover .radio-button {
        box-shadow: 0 0 8px rgba(214, 166, 81, 0.4);
    }

/* Tekst pored dugmeta */
    #sib-container .sib-radiobutton-group span:last-child {
        color: #ffffff;
        font-size: 16px;
        font-family: Inter, sans-serif;
    }

.entry__label::after {
        margin-left: 5px;
    }

.sib-form .input_replaced:checked+.radio-button:before {
        background: #be5c19;
    }

/* --- DUGME CENTRIRANO ISPOD FORME --- */
    #sib-container .sib-form-block__button {
        display: block;
        width: 100%;
        margin: 25px 0 0;
        background: linear-gradient(90deg, #d6a651, #d29a3c);
        border: none;
        border-radius: 25px;
        padding: 18px 0;
        font-weight: 700;
        font-size: 18px;
        color: #fff;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        cursor: pointer;
        transition: all 0.3s ease;
        text-align: center;
    }

#sib-container .sib-form-block__button:hover {
        background: linear-gradient(90deg, #f0b94a, #e2a93b);
        box-shadow: 0 0 20px rgba(214, 166, 81, 0.4);
    }

.sib-form-block:last-of-type {
        padding: 0;
    }

@media (max-width: 600px) {
        #sib-form input.input {
            border: 1px solid #d6a651;
        }

        .about-author-section .wrapper {
            gap: 0;
        }

        .about-author-row {
            margin-bottom: 0;
        }

        .about-author-row p {
            font-size: 16px;
            text-align: center;
        }

        .about-author-section .career-point {
            font-size: 18px;
        }

        .title-wrapper h3 {
            font-size: 20px;
        }

        #sib-container {
            max-width: 90% !important;
        }

        #sib-container .sib-radiobutton-group {
            margin: 0 auto;
        }

        #sib-container .sib-optin {
            margin-top: 0;
        }}

