.sg-banner-with-blocks a{
    color: #1c3f85;
    text-decoration: underline;
}
.block-with-buttons{
    margin: 50px 0;
}
.block-with-buttons__block{
    display: flex;
    flex-direction: column;
    text-align: center;
    border-radius: 35px;
    background: url("../sip-project.png") no-repeat center center;
    background-size: cover;
    padding: 40px;
}
.block-with-buttons__block .block-with-buttons__block-title{
    font-family: var(--font-secondary);
    font-weight: 500;
    font-size: 36px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 20px;
}
.block-with-buttons__block .block-with-buttons__block-subtitle{
    font-family: var(--font-primary);
    font-weight: 500;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 28px;
    letter-spacing: 0%;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 48px;
}
.block-with-buttons__block .block-with-buttons__block-buttons{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.block-with-buttons__block .block-with-buttons__block-buttons a{
    min-width: fit-content;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 13px 25px;
    color: #0B4A8C;
    background-color: #FFC300;
    border-radius: 30px;
    font-family: var(--font-primary);
    font-weight: 600;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-offset: 0%;
    text-decoration-thickness: 0%;
    text-decoration-skip-ink: auto;

}
.block-with-buttons__block .block-with-buttons__block-buttons a:hover{
    background: white;
    transition: all 0.5s linear;
}


.block-pdf-section{
    margin: 50px 0;
    overflow-x: hidden;
}
.block-pdf-section .pdfBlockSlider{
    overflow: visible;
}
.block-pdf-section .swiper-control {
    display: flex;
    justify-content: flex-start !important;
    margin-top: 36px;
    gap: 20px;
    margin-bottom: 36px;
}
.block-pdf-section .swiper-button-next, .block-pdf-section .swiper-button-prev {
    width: 32px;
    height: 32px;
    margin-top: 0;
    position: static !important;
}
.block-pdf-section .block-pdf-section__title{
    font-family: var(--font-secondary);
    font-weight: 700;
    font-size: 50px;
    leading-trim: NONE;
    line-height: 56px;
    letter-spacing: 0%;
    text-transform: uppercase;
    margin-bottom: 24px;
    color: #1C3F85;
}
.block-pdf-section .block-pdf-section__subtitle{
    font-family: var(--font-primary);
    font-weight: 500;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 28px;
    letter-spacing: 0%;
    color: #1C3F85;
    margin-bottom: 36px;
}
.block-pdf-section .swiper{
    margin-bottom: 60px;
}
.block-pdf-section .swiper-slide{
    height: auto;
    outline: 2px solid #FFC300;
    display: flex;
    flex-direction: row;
    gap: 20px;
    padding: 24px;
    border-radius: 10px;
    justify-content: space-between;
}
.block-pdf-section .swiper-slide .slider-text-block{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.block-pdf-section .swiper-slide .slider-image_block .slider-text-block-titles-section.slider-text-block-titles-section-mob{
    display: none;
}
.block-pdf-section .swiper-slide .slider-text-block-titles-section .slider-text-block-title{
    font-family: var(--font-primary);
    font-weight: 300;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 12px;
}
.block-pdf-section .swiper-slide .slider-text-block-titles-section .slider-text-block-subtitle{
    font-family: var(--font-primary);
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0%;
    text-transform: uppercase;
    margin-bottom: 16px;
}
.block-pdf-section .swiper-slide .slider-text-block-description-section .slider-text-block-description-section-text{
    font-family: var(--font-primary);
    font-weight: 400;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 28px;
    letter-spacing: 0%;
    margin-bottom: 20px;
}
.block-pdf-section .swiper-slide .slider-text-block-more{
    display: flex;
    flex-direction: row;
    align-items: center;
    font-family: var(--font-primary);
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #0B4A8C;
    text-decoration: underline;
}
.block-pdf-section .swiper-slide .slider-text-block-more svg{
    flex-shrink: 0;
}
.block-pdf-section .swiper-slide .slider-image_block{
    width: 208px;
    flex-shrink: 0;
}
.block-pdf-section .swiper-slide .slider-image_block img{
    width: 208px;
    /*height: 100%;*/
    border-radius: 10px;
    object-fit: cover;
}
.block-pdf-section .block-pdf-section__library {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.block-pdf-section .block-pdf-section__library a{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 13px 24px;
    color: #FFFFFF;
    background-color:#0B4A8C;
    border-radius: 30px;
    font-family: var(--font-primary);
    font-weight: 600;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
}
.block-pdf-section .block-pdf-section__library a:hover {
    background: rgba(28, 63, 133, 0.7);
    transition: all 0.5s linear;
}


.new_form .wpcf7-form-control-wrap input{
    height: 42px;
    color:#000;
    margin-top: 5px;
}

.new_form label{
    display: block;
    margin-bottom: 20px;
}

.new_form br{
    display: none;
}


.new_form .new_checkbox .wpcf7-list-item{
    margin-left: 0;
}

.new_form .new_checkbox .wpcf7-list-item label{
    margin-bottom: 0;
}

.new_form .new_checkbox .wpcf7-list-item-label{
    display: none;
}

.new_form .new_checkbox {
    display: flex;
    align-items: center;
}

.new_form input[type='checkbox']{
    margin-right: 10px;
}

.wpcf7-spinner{
    display: none!important;
}

.new_form input[type='submit']{
    cursor: pointer;
    max-width: 303px;
    margin: 0 auto;
}


.new_form .form_submit{
    max-width: 303px;
    margin: 0 auto;
}

.new_form .wpcf7-response-output{
    color:#fff;
}

.new_form .wpcf7-not-valid-tip {
    position: absolute;
    width: 300px;
    font-size: 12px;
    top:32px
}

.new_form .form_submit{
    position: relative;
}

.new_form .form_submit svg{
    position: absolute;
    top: 17px;
    right: 95px;
}

.new_form .wpcf7-not-valid{
    margin-bottom: 20px;
}


@media (max-width: 1199px) {
    .block-pdf-section .swiper-slide{
        max-width: 550px;
    }
    .block-with-buttons__block .block-with-buttons__block-buttons {
        flex-direction: column;
    }
}
@media (max-width: 768px) {
    .block-pdf-section {
        margin-bottom: 48px;
    }
    .block-pdf-section .block-pdf-section__title{
        font-weight: 700;
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 16px;
    }
    .block-pdf-section .block-pdf-section__subtitle{
        font-weight: 500;
        font-size: 16px;
        line-height: 20px;
        letter-spacing: 0%;
        margin-bottom: 32px;
    }
    .block-pdf-section .swiper-slide {
        max-width: 338px;
        padding: 24px 16px;
        flex-direction: column-reverse;
        gap: 16px;
    }
    .block-pdf-section .swiper-slide .slider-text-block-titles-section-desk{
        display: none;
    }
    .block-pdf-section .swiper-slide .slider-image_block .slider-text-block-titles-section.slider-text-block-titles-section-mob {
        display: block;
    }
    .block-pdf-section .swiper-slide .slider-image_block{
        width: 100%;
    }
    .block-pdf-section .swiper-slide .slider-image_block img{
        width: 100%;
        height: 432px;
    }
    .block-pdf-section .swiper-slide .slider-text-block-description-section .slider-text-block-description-section-text {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 16px;
    }
    .block-pdf-section .swiper-slide .slider-text-block-more {
        font-size: 16px;
        line-height: 20px;
    }
    .block-pdf-section .swiper {
        margin-bottom: 48px;
    }
    .block-pdf-section .block-pdf-section__library a {
        font-size: 16px;
        line-height: 20px;
        padding: 10px 50px;
    }
    .block-pdf-section .block-pdf-section__library a svg{
        width: 28px;
        height: 28px;
    }
    .block-pdf-section .swiper-control {
        margin-top: 32px;
        margin-bottom: 32px;
    }
    .block-pdf-section .swiper-button-next, .block-pdf-section .swiper-button-prev {
        width: 40px;
        height: 40px;
    }

    .block-with-buttons {
        margin-bottom: 48px;
    }
    .block-with-buttons__block{
        padding: 32px 22px;
    }
    .block-with-buttons__block .block-with-buttons__block-title{
        font-size: 24px;
        line-height: 28px;
    }
    .block-with-buttons__block .block-with-buttons__block-subtitle{
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 32px;
    }
    .block-with-buttons__block .block-with-buttons__block-buttons a {
        padding: 10px;
        font-size: 16px;
        line-height: 20px;
    }
    .block-with-buttons__block .block-with-buttons__block-buttons a svg{
        width: 28px;
        height: 28px;
    }
}
@media (max-width: 576px) {
    .block-pdf-section .block-pdf-section__library a {
        width: 100%;
    }
    .block-with-buttons__block .block-with-buttons__block-buttons a {
        min-width: 100%;
    }
}