.hero-cta {
    display: flex;
    gap: 20px;
}
section#hero-banner {
    position: relative;
}
section#solutions {
    padding-top: 0;
}
.hero-img {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
}
.hero-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.solutions-item img {
    width: 100%;
    height: 300px;
    margin: 0 auto 20px;
    display: block;
    border-radius: 10px;
    object-fit: cover;
}
.solutions-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.solutions-item a {
    display: flex;
    justify-content: center;
}
section#solutions .row > div {
    margin-bottom: 35px;
}
.stats-item {
    background: var(--third);
    border-radius: 20px;
    padding: 30px;
    text-align: center;
    height: 250px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
span.num {
    font-size: 60px;
    font-weight: bold;
    color: var(--secondary);
}
.stats-item p {
    color: var(--primary);
}
.hero-img .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: #0009;
}
section#partners .owl-nav {
    display: none;
}
.partner-img img {
    width: 100%;
    object-fit: contain;
}
div.partner-carousel-nav svg {
    width: 10px;
    fill: #fff;
}
div.partner-carousel-nav {
    width: 25px;
    height: 25px;
    background: var(--primary);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    cursor: pointer;
    border: 1px solid var(--primary);
}
div.partner-carousel-nav:hover {
    background: transparent;
}
div.partner-carousel-nav:hover svg{
    fill: var(--primary);;
}
.partners-carousel {
    position: relative;
}
div#pc-nav-left {
    left: 0;
    transform: translate(calc(-100% + -10px), -50%);
}
div#pc-nav-right {
    right: 0;
    transform: translate(calc(100% + 10px), -50%);
}
section#new-solutions {
    position: relative;
}
.new-solutions-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.new-solutions-img {
    position: absolute;
    width: 50%;
    left: 0;
    top: 0;
    height: 100%;
}
span.check-icon {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--primary);
    border-radius: 50%;
}
span.check-icon svg {
    width: 15px;
    fill: #fff;
}
.new-solutions-list p {
    margin: 0;
    width: 89%;
}
.new-solutions-list {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 16px;
}
.testimonial-container h4, .testimonial-item > span{
    color: var(--secondary);
}
.testimonial-item > p {
    color: var(--primary);
}
.testimonial-item > span {
    width: 100%;
    display: flex;
    justify-content: center;
    font-weight: 500;
}
.testimonial-container .owl-dots {
    display: flex;
}
.owl-dots button.active {
    width: 50px;
    display: flex !important;
}
.owl-dots button.active >span {
    width: 100% !important;
    background: var(--secondary) !important;
    transition: 0.7s ease !important;
}
.testimonial-container {
    position: relative;
}
.testimonial-container > img{
    position: absolute;
    width: 100%;
    max-width: 50px;
}
.testimonial-container > img:first-child {
    left: 0;
    top: 0;
}
.testimonial-container > img:nth-child(2) {
    right: 0;
    bottom: 0;
    transform: rotate(180deg) translateX(calc(-100% + -20px));
}
.hp-blog-item-img img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 20px;
    margin-bottom: 20px;
    box-shadow: 0 0 5px var(--primary);
}
.hp-blog-item-img img.fallback-img {
    width: 100%;
    object-fit: contain;
    padding: 50px;
    object-position: center;
    display: block;
}
.hp-blog-item a {
    color: var(--secondary);
    font-weight: 600;
}
section#partners{
    padding-left: 50px;
    padding-right: 50px;
}
section#hp-questions {
    background: var(--third);
}
.hp-form-item {
    background: #486284;
    padding: 30px;
    border-radius: 20px;
}
.hp-form-item * {
    color: #fff;
}
.hp-form-content input, .hp-form-content textarea {
    background: transparent !important;
    border: 1px solid #fff !important;
    color: #fff !important;
    border-radius: 10px !important;
    resize: none !important;
}
.hp-form-content input::placeholder, .hp-form-content textarea::placeholder {
    color: #fff !important;
}
div.hp-form-item button {
    width: 100%;
    border-radius: 10px !important;
    background: #fff !important;
    color: var(--primary) !important;
}
div.hp-form-item button:hover{
    background: var(--primary) !important;
    color: #fff !important;
}
em.wpforms-error {
    color: #f1bcbc !important;
}
div.wpforms-container-full .wpforms-form em.wpforms-error:before{
    background-color: #f1bcbc !important;
}
section#hp-form {
    position: relative;
}
.hp-form-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
}
.hp-form-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
section#hp-form {
    margin-bottom: 70px;
}
section#stats {
    padding-top: 0;
}
.testimonial-item p {
    display: inline;
}

/*Flip*/
.flip-inner {
    position: relative;
    height: 300px;
    margin-bottom: 20px;
    transition: transform 1s;
    transform-style: preserve-3d;
}
.flip-inner > div {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.flip-back {
    transform: rotateY(180deg);
    z-index: 2;
    background-color: var(--third);
    padding: 20px;
    color: var(--primary);
    border-radius: 20px;
}
.flip-front {
    z-index: 3;
}
.flip-inner:hover {
    transform: rotateY(180deg);
}
.flip-back {
    display: flex;
    justify-content: center;
    align-items: center;
}
.flip-back ul {
    padding: 0;
    list-style: none;
}
.flip-back li {
    margin-bottom: 7px;
}

.hp-invest-item p {
    color: #fff;
    font-size: 20px;
}
.hp-invest-item {
    height: 100%;
    background: var(--secondary);
    padding: 20px;
    border-radius: 20px;
    color: #fff;
}
.hp-choose-item * {
    color: #fff;
}
.hp-choose-item {
    height: 100%;
    background: var(--secondary);
    padding: 20px;
    border-radius: 20px;
    color: #fff;
}

.hp-invest-carousel .owl-carousel .owl-dots {
    display: flex;
    justify-content: center;
    padding-top: 10px;
}
@media only screen and (max-width: 991.5px){
    section#hero-banner > div > div:first-child {
        position: relative;
        z-index: 1;
    }
    .hero-img, .hero-img .overlay {
        width: 100%;
    }
    .hero-content * {
        color: #fff;
        text-align: center;
    }
    .hero-cta {
        justify-content: center;
    }
    .hero-cta a.cta2 {
        border-color: #fff;
        color: #fff;
    }
    .hero-cta a.cta2:hover {
        border-color: var(--primary);
    }
    .new-solutions-img {
        position: relative;
        width: 100%;
        margin-bottom: 20px;
    }
    .new-solutions-img img {
        width: 100%;
        height: 100%;
        min-height: 300px;
        max-height: 400px;
        border-radius: 20px;
    }
    .new-solutions-list p {
        width: 100%;
    }
    .blog-content h2, .blog-content p {
        text-align: center;
    }
    .blog-content {
        margin-bottom: 30px;
    }
    .blog-content > div {
        justify-content: center;
    }
    .hp-blog-item-img img {
        height: 300px;
    }
    .hp-form-img {
        display: none;
    }
    section#hp-form {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 767.5px){
    .stats-item {
        height: 180px;
        width: 100%;
        max-width: 250px;
        margin: 0 auto 20px;
    }
    .hp-blog-item {
        margin-bottom: 30px;
    }
    .testimonial-container > img {
        display: none;
    }
    section#stats {
        padding-top: 40px;
    }
}