p{
    /* Body Default */
    font-family: "Nunito Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5em;
    letter-spacing: -0.4px;
}

/* ============== hero section =================== */
#hero-section {
    background-color: #070F3C;
}

#hero-section .container-fluid.hero-container{
    padding-left: 18.5rem;
    padding-right: 0;
    overflow: hidden;
}

#hero-section {
    position: relative;
}
 
#hero-section::before {
    z-index: 0;
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: radial-gradient(113% 208% at bottom left, #0009de21, transparent 50%),
        radial-gradient(106% 104% at 0% 27%, #a459ff94, transparent 50%);
    border-radius: 8px;
}
 
#hero-section::after {
    z-index: 0;
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: radial-gradient(98% 89% at 78% 51%, #3f55ba, transparent 50%);
    border-radius: 8px;
}

#hero-section .container-fluid.hero-container{
    position: relative;
}

#hero-section .hero-left-section,
#hero-section .hero-right-section {
    width: 50%;
}

#hero-section .hero-left-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#hero-section .hero-right-section{
    margin-top: 8rem;
    aspect-ratio: 115 / 117;
}

#hero-section .hero-left-section .h1-heading{
    font-family: Inter;
    font-size: 65px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.07em;
    max-width: 35rem;
    margin-bottom: 0.55em;
    animation: fadeInRight 2s ease-out forwards;
    letter-spacing: 2px;
}

#hero-section .hero-left-section .body-large{
    margin-bottom: 1.8em;
    animation: fadeInRight 2s ease-out forwards;
}

#hero-section .hero-right-section img{
    transform-origin: bottom right;
    animation: growFromBottomRight 2s ease-out forwards;
    opacity: 0;
}

#hero-section .cta-v3{
    animation: fadeInTop 2s ease-out forwards;
    max-width: 244px;
}

@keyframes growFromBottomRight {
    0% {
        transform: scale(0.7);
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translateX(-200px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeInTop {
    0% {
        opacity: 0;
        transform: translateY(100px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@media screen and (min-width: 3000px){

    #hero-section .container-fluid.hero-container {
    padding-left: 58.5rem;
    }
    
}

@media screen and (max-width:1700px){
    #hero-section .container-fluid.hero-container {
        padding-left: 12.5rem;
    }
}

@media screen and (max-width:1600px){
    #hero-section .cta-v3 {
        max-width: 196px;
    }
}

@media screen and (max-width:1500px){
    #hero-section .container-fluid.hero-container {
        padding-left: 7.5rem;
    }

    #hero-section .hero-left-section .h1-heading {
        font-size: 55px;
        max-width: 32rem;
    }

    #hero-section .body-large {
        font-size: 20px;
    }
}

@media screen and (max-width:1400px){
    #hero-section .hero-left-section {
        padding-top: 7rem;
    }

    #hero-section .container-fluid.hero-container {
        gap: 3rem;
    }
}

@media screen and (max-width:1250px){
    #hero-section .hero-left-section .h1-heading {
        font-size: 48px;
        max-width: 26rem;
    }

    #hero-section .body-large {
        font-size: 18px;
    }
}

@media screen and (max-width:1100px){
    #hero-section .hero-left-section .h1-heading {
        font-size: 45px;
        margin-bottom: 0.3em;
    }

    #hero-section .hero-left-section .body-large {
        margin-bottom: 1.5em;
        line-height: 1.5em;
    }

    #hero-section .container-fluid.hero-container {
        justify-content: space-between;
    }

    #hero-section .hero-left-section,
    #hero-section .hero-right-section {
        width: 45%;
    }

    #hero-section .cta-v3 {
        max-width: 215px;
    }
}

@media screen and (max-width:999px){
    #hero-section .hero-right-section {
        opacity: 0.3;
        position: absolute;
        right: 0;
        bottom: 0;
        width: 51%;
    }

    #hero-section .hero-left-section {
        padding-top: 6rem;
        padding-bottom: 5rem;
    }

    #hero-section .hero-right-section img {
        animation: none;
        opacity: 1;
    }
}

@media screen and (max-width:900px){
    #hero-section .hero-left-section {
        width: 71%;
    }

    #hero-section .hero-right-section {
        opacity: 0.2;
    }
}

@media screen and (max-width:570px){

    #hero-section .hero-left-section {
        padding-top: 8rem;
    }

    #hero-section .hero-left-section {
        width: 100%;
        padding-left: 2rem;
        padding-right: 2rem;
        text-align: center;
        align-items: center;
    }

    #hero-section .container-fluid.hero-container {
        justify-content: center;
        padding-left: 0;
        gap: 0;
    }

    #hero-section .hero-left-section .h1-heading,
    #hero-section .hero-left-section .body-large,
    #hero-section .cta-v3 {
        animation: none;
    }

}

@media screen and (max-width:430px){
    #hero-section .hero-left-section .h1-heading {
        font-size: 39px;
        margin-bottom: 0.5em;
    }
}

@media screen and (max-width:380px){
    #hero-section .hero-left-section .body-large {
        z-index: 2;
        line-height: 1.3em;
    }

    #hero-section .hero-left-section .h1-heading {
        font-size: 38px;
    }
}

/* ~~~ German Fixes ~~~~ */
.de #hero-section .hero-left-section .h1-heading {
    max-width: 38rem;
}
.de #hero-section .cta-v3 {
    max-width: 285px;
}
/* ~~~ End German Fixes ~~~~ */

/* ============= End hero section =================== */


/* =============== XDR section ============ */

#heimdal-xdr-section{
    background-image: url("/wp-content/themes/heimdal/img/redesign-v3/homepage/xdr-bg.jpg");
    background-size: cover;
}

#heimdal-xdr-section .explore-row {
    padding: 3rem 0;
}

#heimdal-xdr-section .body-large {
    margin-bottom: 4.17em;
}

@media screen and (max-width:999px){
    #heimdal-xdr-section .body-large {
        margin-bottom: 3.17em;
        font-size: 20px;
        line-height: 1.2em;
    }

    #heimdal-xdr-section .h2-heading {
        font-size: 2rem;
    }

    #heimdal-xdr-section .card-container>.card-bottom-part {
        padding: 1.5em 1em 2.5em;
    }

    #heimdal-xdr-section .card-title {
        font-size: 19px;
        line-height: 1.3em;
    }

    #heimdal-xdr-section .card-bottom-part .text-dkblue {
        font-size: 18px;;
    }
}

@media screen and (max-width:990px){

    #heimdal-xdr-section .card-container.card-3 {
        width: 100%;
        max-width: 310px;
        margin: 0 auto;
    }

    #heimdal-xdr-section .card-row-3 {
        gap: 1rem;
    }

    #heimdal-xdr-section .card-container .card-top-part img {
        height: 240px;
    }
}

@media screen and (max-width:770px){

    #heimdal-xdr-section .card-container.card-3 {
        max-width: 400px;
    }

    #heimdal-xdr-section .card-row-3 {
        gap: 2rem;
    }
}

/* =============== End XDR section ============ */


/* <!-- ============ Stack Section ========================== --> */
#explore-target{
    position: relative;
    z-index: 0;
}

#explore-target::before {
    z-index: 0;
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: radial-gradient(113% 208% at bottom left, #0009de21, transparent 50%), radial-gradient(56% 80% at 100% 75%, #a459ff94, transparent 50%);    
    border-radius: 8px;
}
 
#explore-target::after {
    z-index: 0;
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: radial-gradient(113% 208% at bottom left, #0009de21, transparent 50%), radial-gradient(105% 130% at 0% 40%, #1333C9, transparent 50%);
    border-radius: 8px;
}

#explore-target .container{
    position: relative;
    z-index: 1;

}

#explore-target .stack-cta-row {
    display: flex;
    justify-content: center;
    padding: 3rem 0 5rem;
    gap: 40px;
}

#explore-target .body-large {
    padding-bottom: 1.27em;
}

.unified-section .stack-wrapper,
.unified-section .stack-wrapper p {
    text-align: center;
}

#explore-target .flip-card-container {
    height: 190px;
}

/* ~~~ new stack img fix ~~~~~~~~~ */
.stack-graphic-container {
    max-width: 1090px;
    margin: 0 auto;
}

.stack-graphic-container .xdr-link {
    display: none;
    width: 834px;
    height: 118px;
    top: 105px;
    left: 130px;
}

.stack-graphic-container .mxdr-link {
    display: none;
    width: 596px;
    height: 104px;
    position: absolute;
    top: 257px;
    left: 247px;
    transition: all 300ms ease;
}

.stack-graphic-container .integrations-link {
    display: none;
    width: 849px;
    height: 30px;
    position: absolute;
    left: 30px;
    bottom: 3px;
    transition: all 300ms ease;
}

.stack-graphic-container .integrations-link:hover {
    background: #ff33f921;
}

.unified-section img {
    border-radius: 0
}

@media screen and (max-width:993px){
    .card-img-glow {
        display: none;
    }

    .flip-card-front {
        flex-direction: row;
        gap: 20px;
    }

    .flip-card-front img {
        margin-bottom: 0;
    }

    #explore-target .flip-card-container {
        height: 150px;
    }

    .stack-graphic-container .integrations-link {
        width: 627px;
        left: -1px;
    }
}

@media screen and (max-width:770px){
    .stack-graphic-container .integrations-link {
        width: 506px;
    }
}

@media screen and (max-width:600px){
    .part-one .flip-card-back p {
        font-size: 1rem;
    }

    .stack-graphic-container .integrations-link {
        width: 434px;
    }
}

@media screen and (max-width:520px){
    .part-one .flip-card-back p {
        margin-bottom: 0%;
    }

    .stack-graphic-container .integrations-link {
        width: 384px;
        bottom: -6px;
    }
}

@media screen and (max-width:476px){
    .flip-card-front img {
        margin-top: 0;
    }

    .flip-card-front p {
        margin-bottom: 0!important;
    }

    .stack-graphic-container .integrations-link {
        width: 324px;
        bottom: -10px;
    }
}

@media screen and (max-width:431px){

    #explore-target .stack-cta-row {
        justify-content: center;
        padding: 3rem 0 5rem;
        gap: 30px;
        flex-direction: column;
        max-width: 200px;
        margin: 0 auto;
        text-align: center;
    }

    .stack-graphic-container .integrations-link {
        width: 296px;
        bottom: -17px;
    }
}
/* ~~~ end new stack img fix ~~~~~~~~~ */

@media screen and (max-width:1400px){
    .stack-graphic-container img {
        width: 100%;
    }
}

@media screen and (max-width:999px){
    .unified-section .container>h2{
        font-size: 2rem;
    }

    #explore-target .body-large {
        padding-bottom: 1.27em;
        font-size: 20px;
        line-height: 1.3em;
    }
}

@media screen and (max-width:430px){
    #explore-target .stack-cta-row {
        padding: 2rem 0 4rem;
        gap: 17px;
        flex-direction: column;
        max-width: 220px;
        margin: 0 auto;
    }
}
/* <!-- ============ End Stack Section =======================--> */

/* <!-- ============ Customer/Partner Section ========================== --> */
#customer-partner-hp-section {
    background-image: url("/wp-content/themes/heimdal/img/redesign-v3/homepage/partner-bg.jpg");
    background-size: cover;
}

#customer-partner-hp-section .learn-more-link{
    display: flex;
    width: 212px;
    padding-top: 40px;
    align-items: center;
    gap: 29px;
    flex-shrink: 0;
}

#customer-partner-hp-section .learn-more-link-span{
    margin-right: .3125rem;
}

#customer-partner-hp-section .card-container:hover .learn-more-link-span{
    color: #0a1a65;
}

#customer-partner-hp-section .card-container:hover .left-arrow-learn-more {
    transform: translateX(5px);
}

#customer-partner-hp-section .left-arrow-learn-more{
    width: 22px;
    height: 14.728px;
    transition: all 0.3s ease;
}

#customer-partner-hp-section .container .body-large{
    padding-bottom: 4.17em;
}

#customer-partner-hp-section .card-row-2 {
    padding-bottom: 6.25rem;
}

@media screen and (max-width:1250px){
    #customer-partner-hp-section .card-row-2 {
        justify-content: space-evenly;
    }

    .card-container.card-2 {
        width: 42%;
    }
}

@media screen and (max-width:999px){
    #customer-partner-hp-section .h2-heading {
        font-size: 2rem;
    }

    #customer-partner-hp-section .container .body-large {
        padding-bottom: 3.17em;
        font-size: 20px;
        line-height: 1.3em;
    }
}

@media screen and (max-width:990px){
    .card-row-2{
        gap: 1rem;
    }

    .card-container.card-2 {
        width: 100%;
        max-width: 328px;
        margin: 0 auto;
    }

    #customer-partner-hp-section .card-container>.card-bottom-part-equal {
        padding: 1.5em 1em;
    }

    #customer-partner-hp-section .card-container>.card-bottom-part-equal p{
        font-size: 18px;
    }

    #customer-partner-hp-section .card-container>.card-bottom-part-equal .partner-card-description{
        min-height: 160px;
    }
}

@media screen and (max-width:770px){
    .card-container.card-2 {
        max-width: 400px;
    }

    .card-row-2 {
        gap: 2rem;
    }

    #customer-partner-hp-section .learn-more-link {
        padding-top: 10px;
    }
}

/* <!-- ============ End Customer/Partner Section =======================--> */

/* <!-- ============ Products Section ========================== --> */

#products-hp-section{
    position: relative;
    padding-bottom: 3.875rem;
}

#products-hp-section::after {
    z-index: 0;
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: radial-gradient(122% 159% at 118% 80%, #a459ff7c, transparent 50%);
    border-radius: 8px;
}

#products-hp-section::before {
    z-index: 0;
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: radial-gradient(113% 208% at bottom left, #0009de21, transparent 50%),
        radial-gradient(106% 104% at 0% 27%, #213695, transparent 50%);
    border-radius: 8px;
}

#products-hp-section .container .body-large{
    margin-bottom: 80px;
}

#products-hp-section .slick-slide {
    margin: 1.5rem;
}

#products-hp-section .slick-slide > .card-top-part img{
    object-fit: cover;
    height: 100%;
}


#products-hp-section .slick-dots li.slick-active button:before {
    opacity: 0;
}

#products-hp-section .slick-dots > li{
    width: 70px;
    height: 7px;
    background: #ACB3D3;
}

#products-hp-section .slick-dots > li.slick-active {
    background: #FF2F70;
}

#products-hp-section .slick-dots li button:before, .slick-dots li button:hover:before, .slick-dots li button:focus:before{
    opacity: 0;
}

#products-hp-section .slick-arrow {
    display: none!important;
}

#products-hp-section .explore-solutions-link{
    display: flex;
    width: 212px;
    height: 54px;
    padding: 12px 0px;
    align-items: center;
    gap: 29px;
    flex-shrink: 0; 
    transition: all 0.3s ease;
}

#products-hp-section .card-container:hover .explore-solutions-link{
    gap: 35px;
}

#products-hp-section .explore-solutions-span{
    margin-right: .3125rem;
    font-size: 20px;
}

#products-hp-section .left-arrow-explore-solutions{
    width: 22px;
    height: 14.728px;
    object-fit: contain;
}

#products-hp-section .card-container .card-bottom-part-equal {
    padding: 2.5em 2em 1.5em;
}

#products-hp-section .card-texts-wrapper{
    min-height: 230px;
}

@media screen and (max-width:1300px){
    #products-hp-section .card-texts-wrapper {
        min-height: 269px;
    }
}
@media screen and (max-width:1100px){
    #products-hp-section .container .body-large {
        margin-bottom: 50px;
    }

    #products-hp-section .card-container .card-bottom-part-equal {
        padding: 1.5em 1em 1.5em;
    }

    .card-product-name {
        font-size: 13px;
    }

    .card-body-product {
        font-size: 16px;
    }
}

@media screen and (max-width:999px){
    #products-hp-section .h2-heading {
        font-size: 2rem;
    }
    #products-hp-section .container .body-large {
        font-size: 20px;
        line-height: 1.3em;
    }

    #products-hp-section .carousel-prod-homepage{
        padding: 0 2rem;
    }

    #products-hp-section .carousel-prod-homepage .slick-dots{
        left: 0;
    }
}

@media screen and (max-width:990px){
    #products-hp-section .carousel-prod-homepage {
        margin: 0 auto;
    }

    #products-hp-section .slick-dots>li {
        width: 38px;
    } 

    #products-hp-section .card-texts-wrapper {
        min-height: 170px;
    }
}

@media screen and (max-width:770px){
    #products-hp-section {
        padding-bottom: 5.875rem;
    }
}

@media screen and (max-width:570px){
    #products-hp-section .carousel-prod-homepage {
        padding: 0;
    }

    #products-hp-section .slick-dots>li {
        width: 30px;
    }
}

@media screen and (max-width:430px){
    #products-hp-section .slick-dots>li {
        width: 20px;
    }
}

/* ~~~ German Fixes ~~~ */
.de #products-hp-section .explore-solutions-span {
    font-size: 19px;
}
/* ~~~ End German Fixes ~~~ */

/* <!-- ============ End Products Section =======================--> */


/* <!-- ============ Numbers Section ========================== --> */
.numbers-section {
    background-image: url("/wp-content/themes/heimdal/img/redesign-v3/homepage/backgrounds/Home Page - Numbers section.jpg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    color: #fff;
}

.numbers-section h2{
    padding-top: 4.375rem;
    font-family: Inter;
    font-size: 38px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.18em;
}


.numbers-section .numbers-container {
    font-family: 'Inter';
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.numbers-section .numbers-container img {
    max-width: 100px;
    margin: 3rem 0 2rem;
}

.numbers-section .numbers-container .text-wrapper {
    display: flex;
}

.numbers-section .numbers {
    font-size: 5rem;
    font-weight: 700;
    margin-left: 10px;
}

.numbers-section .numbers-text {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.416em;
    max-width: 17.25rem;
    letter-spacing: -0.1px;
    margin: 0 auto;
}

.numbers-section .numbers-text b {
    background-color: #351E66;
    padding: 0.3rem 1rem;
    font-weight: 800;
}

@media screen and (max-width:1921px){
    .numbers-section {
        background-size: cover;
    }
}

@media screen and (max-width:1400px){

    .numbers-section .numbers {
        font-size: 3rem;
    }

    .numbers-section .numbers-text {
        font-size: 1.5rem;
    }
}

@media screen and (max-width:1200px){

    .numbers-section .numbers {
        font-size: 2.5rem;
    }
}

@media screen and (max-width:993px){

    .numbers-section h2 {
        font-size: 2rem;
    }

    .numbers-section .numbers {
        font-size: 2rem;
    }

    .numbers-section .numbers-text {
        font-size: 1rem;
    }

    .numbers-section .section-space-sm {
        padding: 3rem 0 2rem;
    }
}

@media screen and (max-width:769px){

    .numbers-section .numbers-text {
        margin-bottom: 0;
    }

}

@media screen and (max-width:630px){

    .numbers-section .numbers-container img {
        max-width: 75px;
        margin: 0rem 0 1rem;
    }

    .numbers-section .numbers-text {
        margin-bottom: 1.25rem;
    }
}

@media screen and (max-width:576px){

    .numbers-section .last-element {
        margin-bottom: 0;
    }

}

@media screen and (max-width:450px){

    .numbers-section .numbers {
        font-size: 1.5rem;
    }

    .numbers-section .numbers-container img {
        max-width: 60px;
    }

    .numbers-section .section-space-sm {
        padding: 2rem 0 0rem;
    }

    .numbers-section .numbers-text {
        font-size: 0.8rem;
    }
}

@media screen and (max-width:380px){
    .numbers-section {
        padding-bottom: 2rem;
    }
}
/* <!-- ============ End Numbers Section =======================--> */


/* <!-- ============ Customer Stories Section ========================== --> */

#customer-stories-section {
    background-image: url("/wp-content/themes/heimdal/img/redesign-v3/homepage/backgrounds/Home Page - Customer Stories Section.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}

.customer-stories-container{
    padding: 100px 0 ;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
}

.card-top-part-customers, .card-top-part-foundation{
    max-height: 18rem;
    overflow: hidden;
}

.customer-stories-left{
    width: 35%;
}

.customer-stories-right{
    width: 45%;
}

.customer-stories-container .body-large.first-text {
    margin-top: 1rem;
}

.customer-stories-container .card-bottom-part-equal {
    padding: 2.5em 2em;
}

.customer-stories-container .h2-heading {
    font-family: Inter;
    font-size: 65px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.33em;
}

.customer-stories-container .quote-wrapper{
    min-height: 98px;
}

.customer-stories-container .card-quote {
    font-family: "Nunito Sans";
    font-size: 20px;
    font-weight: 600;
    line-height: 1.7em;
    letter-spacing: -0.48px;
}

.customer-stories-container .card-title {
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.customer-stories-container .read-more {
    margin-top: 2rem;
    display: flex;
    gap: 25px;
    transition: all 0.3s ease;
}

.customer-stories-container .read-more span {
    font-size: 19px;
    font-weight: 600;
}

.customer-stories-container .slick-dots {
    bottom: -45px;
}

.customer-stories-container .slick-dots>li {
    width: 70px;
    height: 7px;
    background: #ACB3D3;
}

.customer-stories-container .slick-dots>li.slick-active {
    background: #FF2F70;
}

.customer-stories-container .slick-initialized .slick-slide {
    margin: 10px;
}

.customer-stories-container .slick-dots li button,
.customer-stories-container .slick-dots li button:hover,
.customer-stories-container .slick-dots li button:focus,
.customer-stories-container .slick-dots li button:before {
    display: none;
}

.customer-stories-container .slick-prev:before,
.customer-stories-container .slick-next:before {
    display: none;
}

.carousel-section-logo{
    padding-bottom: 100px;
    overflow: hidden;
    -webkit-mask-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(25%, #000), color-stop(75%, #000), to(transparent));
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 25%, #000 75%, transparent);
    mask-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(25%, #000), color-stop(75%, #000), to(transparent));
    mask-image: linear-gradient(90deg, transparent, #000 25%, #000 75%, transparent);
}

.customer-stories-container .card-1:hover .read-more {
    gap: 34px;
}

.customer-stories-container a.read-more:hover {
    color: #0a1a65;
}

@media screen and (max-width:1400px){
    .customer-stories-container .h2-heading {
        font-size: 58px;
        line-height: 1.2em;
    }
}

@media screen and (max-width:1250px){
    .customer-stories-container {
        justify-content: space-around;
    }
}

@media screen and (max-width:1100px){
    .customer-stories-container {
        padding: 80px 0;
    }

    .customer-stories-container .h2-heading {
        font-size: 48px;
    }

    .customer-stories-container .body-large.first-text {
        margin-top: 0.5rem;
    }

    .customer-stories-container .body-large {
        font-size: 22px;
        line-height: 1.3em;
    }

    .customer-stories-right {
        width: 42%;
    }

    .customer-stories-container .card-quote {
        font-size: 18px;
    }

    .customer-stories-container .card-quote-person {
        font-size: 18px;
    }
}

@media screen and (max-width:990px){
    .customer-stories-left {
        width: 47%;
    }
    .customer-stories-right {
        width: 42%;
    }
    .customer-stories-container {
        justify-content: space-between;
    }

    .customer-stories-container .card-bottom-part-equal {
        padding: 1.5em 1em;
    }

    .customer-stories-container .card-title {
        font-size: 15px;
    }

    .customer-stories-container .card-quote-person {
        font-size: 14px;
    }

    .customer-stories-container .card-quote {
        font-size: 16px;
        line-height: 1.3em;
    }

    .customer-stories-container .read-more span {
        font-size: 16px;
        font-weight: 700;
    }
}

@media screen and (max-width:770px){
    .customer-stories-right,
    .customer-stories-left {
        width: 100%;
    }

    .customer-stories-left {
        text-align: center;
    }

    .customer-stories-left br {
        display: none;
    }

    .customer-stories-container .body-large.first-text {
        margin-top: 1rem;
        margin-bottom: 0.5rem;
    }

    .customer-stories-right {
        max-width: 480px;
        margin: 2rem auto 0;
    }

    .customer-stories-container .card-quote {
        font-size: 18px;
    }

    .customer-stories-container .card-quote-person {
        font-size: 16px;
        margin-top: 10px;
    }

    .customer-stories-container .read-more {
        margin-top: 1rem;
    }

}

@media screen and (max-width:570px){
    .customer-stories-container {
        padding: 80px 2rem;
    }
}

@media screen and (max-width:431px){
    .customer-stories-container .card-quote {
        font-size: 16px;
    }
    .customer-stories-container .card-quote-person {
        font-size: 14px;
    }
}

/* ~~~~~ German Fixes ~~~~~ */
.de .customer-stories-container .h2-heading {
    font-size: 59px;
}
/* ~~~ End German Fixes ~~~ */
/* <!-- ============ End Customer Stories Section =======================--> */

/* <!-- ============ C2A Section ========================== --> */

#c2a-hp-section{
    background-image: url("/wp-content/themes/heimdal/img/redesign-v3/homepage/backgrounds/Home Page - C2A Section.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
}

#c2a-hp-section h2 {
    font-family: Inter;
    font-size: 50px;
    font-weight: 600;
    line-height: 1.2em;
}

#c2a-hp-section .cta-description {
    padding: 1.5rem 0 2rem;
}

#c2a-hp-section .cta-dashboard-container {
    position: relative;
    min-width: 660px;
}

#c2a-hp-section .cta-dashboard-container img {
    position: absolute;
}

@media screen and (max-width:1400px){
    #c2a-hp-section h2 {
        font-size: 45px;
    }

    #c2a-hp-section .cta-dashboard-container {
        min-width: 520px;
    }

    #c2a-hp-section .c2a-text-container {
        padding-right: 2rem;
    }
}

@media screen and (max-width:1250px){
    #c2a-hp-section .cta-dashboard-container {
        min-width: 450px;
    }

    #c2a-hp-section h2,
    #c2a-hp-section .cta-description {
        max-width: 31rem;
    }

    #c2a-hp-section .container {
        justify-content: space-evenly;
    }
}

@media screen and (max-width:1100px){
    #c2a-hp-section h2,
    #c2a-hp-section .cta-description {
        max-width: 24rem;
    }

    #c2a-hp-section .cta-description {
        padding: 1rem 0 1.5rem;
    }

    #c2a-hp-section .cta-dashboard-container {
        min-width: 420px;
    }

    #c2a-hp-section h2 {
        font-size: 36px;
    }
}

@media screen and (max-width:990px){
    #c2a-hp-section .cta-dashboard-container {
        min-width: 320px;
    }
}

@media screen and (max-width:770px){

    #c2a-hp-section {   
        padding-bottom: 8rem;
    }

    #c2a-hp-section .cta-dashboard-container {
        margin-top: 3rem;
    }

    #c2a-hp-section .container {
        flex-direction: column;
    }
    #c2a-hp-section h2,
    #c2a-hp-section .cta-description {
        max-width: 33rem;
    }

    #c2a-hp-section .c2a-text-container {
        text-align: center;
    }
}

@media screen and (max-width:570px){
    #c2a-hp-section .c2a-text-container {
        padding-right: 0;
    }
}
/* <!-- ============ End C2A Section ========================== --> */


/* <!-- ============ User Review Section ========================== --> */
#user-review-section {
    background-image: url("/wp-content/themes/heimdal/img/redesign-v3/homepage/backgrounds/Home Page - Customer Stories Section.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}

.user-review-container {
    padding: 100px 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
}

.user-review-left {
    width: 35%;
}

.user-review-right {
    width: 45%;
}

.user-review-container .body-large.first-text {
    margin-top: 1rem;
}

.user-review-container .h2-heading {
    font-family: Inter;
    font-size: 65px;
    font-style: normal;
    font-weight: 700;
    line-height: 80px;
}

.user-review-container .slick-dots {
    bottom: -45px;
}

.user-review-container .slick-dots>li {
    width: 70px;
    height: 7px;
    background: #ACB3D3;
}

.user-review-container .slick-dots>li.slick-active {
    background: #FF2F70;
}

.user-review-container .slick-initialized .slick-slide {
    margin: 10px;
}

.user-review-container .slick-dots li button,
.user-review-container .slick-dots li button:hover,
.user-review-container .slick-dots li button:focus,
.user-review-container .slick-dots li button:before,
.user-review-container .slick-prev:before,
.user-review-container .slick-next:before {
    display: none;
}

.carousel-section-logo {
    padding-bottom: 100px;
    overflow: hidden;
    -webkit-mask-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(25%, #000), color-stop(75%, #000), to(transparent));
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 25%, #000 75%, transparent);
    mask-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(25%, #000), color-stop(75%, #000), to(transparent));
    mask-image: linear-gradient(90deg, transparent, #000 25%, #000 75%, transparent);
}

.text-stars {
    display: flex;
    align-items: center;
    gap: 20px;
}

.text-stars p {
    font-family: "Nunito Sans";
    font-size: 22px;
    font-weight: 800;
    line-height: 1.4em;
    letter-spacing: -0.48px;
}

.text-stars img {
    max-width: 112px;
}

.review-industry {
    font-family: "Nunito Sans";
    font-size: 23px;
    font-weight: 600;
    line-height: 1.4em;
    letter-spacing: -0.48px;
}

a .review-title {
    color: #0A1A65;
}

.review-title {
    font-family: Inter;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.285em;
    margin: 1rem 0;
}

.review-quote {
    font-family: "Nunito Sans";
    font-size: 22px;
    font-style: italic;
    font-weight: 600;
    line-height: 1.416em;
    letter-spacing: -0.48px;
    max-width: 600px;
}

.review-sites {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding-bottom: 100px;
    padding-top: 20px;
}

.review-sites .rating {
    display: flex;
    margin-top: 10px;
}

.review-sites .rating p {
    font-weight: 700;
    font-size: 18px;
    margin-left: 10px;
    padding-top: 2px;
}

.review-sites .rating img {
    max-width: 108px;
}

.review-sites .review-wrapper {
    max-width: 210px;
}

.review-sites .review-wrapper img {
    max-height: 36px;
    max-width: 195px;
}

@media screen and (max-width:1400px){

    .user-review-container .h2-heading {
        font-size: 58px;
        line-height: 1.2em;
    }

    .review-title {
        font-size: 28px;
    }

    .review-quote {
        font-size: 18px;
    }

    .review-sites .review-wrapper img {
        max-height: 25px;
        max-width: 125px;
    }

    .review-sites .review-wrapper .rating img {
        max-width: 108px;
    }
}

@media screen and (max-width:1250px){
    .user-review-container {
        justify-content: space-evenly;
    }
}

@media screen and (max-width:1100px) {
    .user-review-container {
        padding: 80px 0;
    }

    .user-review-container .h2-heading {
        font-size: 48px;
    }

    .user-review-container .body-large.first-text {
        margin-top: 0.5rem;
    }

    .user-review-container .body-large {
        font-size: 22px;
        line-height: 1.3em;
    }

    .user-review-right {
        width: 42%;
    }

    .review-sites {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: repeat(2, 100px);
        padding-bottom: 70px;
    }

    .review-sites .review-wrapper {
        place-self: center;
    }
}

@media screen and (max-width:990px) {
    .user-review-left {
        width: 47%;
    }

    .user-review-right {
        width: 42%;
    }

    .user-review-container {
        justify-content: space-between;
    }

    .text-stars p {
        font-size: 17px;
    }

    .text-stars img {
        max-width: 100px;
    }

    .review-industry {
        font-size: 17px;
    }

    .review-title {
        font-size: 19px;
    }

    .review-quote {
        font-size: 16px;
    }

    .user-review-container .slick-dots>li {
        width: 50px;
    }
}

@media screen and (max-width:770px) {

    .user-review-left,
    .user-review-right {
        width: 100%;
    }

    .user-review-left {
        text-align: center;
    }

    .user-review-container .body-large.first-text {
        margin-top: 1rem;
        margin-bottom: 0.5rem;
    }

    .user-review-right {
        max-width: 480px;
        margin: 2rem auto 0;
    }

    .user-review-container .h2-heading {
        max-width: 355px;
        margin: 0 auto;
    }
}

@media screen and (max-width:570px){
    .user-review-container {
        padding: 80px 2rem;
    }
}

@media screen and (max-width:500px){
    .review-sites {
        grid-template-columns: repeat(2, 1fr);
    }

    .review-sites .review-wrapper img {
        max-height: 23px;
        max-width: 110px;
    }

    .review-sites .review-wrapper .rating img {
        max-width: 100px;
    }
}

@media screen and (max-width:380px){
    .carousel-section-logo {
        padding-bottom: 70px;
    }
}
/* <!-- ============ End User Review Section ====================== --> */

/* ==================== Awards Section =============================== */
#awards-section {
    background-image: url("/wp-content/themes/heimdal/img/redesign-v3/homepage/backgrounds/Home Page - Awards Section.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}

#awards-section h2 {
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 38px;
    font-style: normal;
    font-weight: 600;
    line-height: 45px;
}

#awards-section .awards-wrapper{
    margin-top: 85px;
    display: flex;
    justify-content: space-between;
}

#awards-section .awards-wrapper img {
    max-width: 190px;
    max-height: 190px;
}

@media screen and (max-width:1400px){

    #awards-section .awards-wrapper img {
        max-width: 170px;
        max-height: 170px;
    }
}

@media screen and (max-width:1250px){
    #awards-section .awards-wrapper {
        justify-content: space-evenly;
    }
}

@media screen and (max-width:1100px){
    #awards-section .awards-wrapper img {
        max-width: 150px;
        max-height: 150px;
    }
}

@media screen and (max-width:990px){
    #awards-section .awards-wrapper {
        margin-top: 60px;
    }

    #awards-section .awards-wrapper img {
        max-width: 120px;
        max-height: 120px;
    }
}

@media screen and (max-width:770px){
    #awards-section .awards-wrapper {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto auto;
        justify-items: center;
        align-items: center;
        row-gap: 2rem;
    }
}
/* ================== End Awards Section ============================= */

/* ================== Related Section ================================ */
.related-container h2 {
    padding: 6.2rem 0 5rem;
}

.related-container .card-row-3 {
    padding-bottom: 85px;
}

.related-container .card-bottom-part-equal .text-dkblue{
    font-family: "Nunito Sans";
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.36em;
    letter-spacing: -0.48px;
    min-height: 100px;
}

.related-container .card-bottom-part-equal .card-title {
    font-family: Inter;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 2.25px;
    text-transform: uppercase;
}

.related-container .card-bottom-part-equal .left-arrow-learn-more {
    margin-left: 15px;
    transition: all 0.3s ease;
}

.related-container .card-container:hover .card-bottom-part-equal .left-arrow-learn-more {
    margin-left: 20px;
}

.related-container .read-more:hover {
    color: #0a1a65;
}

@media screen and (max-width:1400px){
    .related-container .card-bottom-part-equal .text-dkblue {
        font-size: 19px;
    }
}

@media screen and (max-width:1100px) {
    .related-container .card-container>.card-bottom-part-equal {
        padding: 1.5em 1em;
    }
}

@media screen and (max-width:990px){
    #heimdal-xdr-section .related-container .card-container .card-top-part img {
        height: 170px;
    }

    #heimdal-xdr-section .related-container .card-title {
        font-size: 16px;
        line-height: 1.3em;
    }

    .related-container .card-bottom-part-equal .text-dkblue {
        font-size: 17px;
        min-height: 80px;
    }

    #heimdal-xdr-section .related-container .learn-more-link-span {
        font-size: 18px;
    }
}
/* ================== End Related Section ============================ */


/* ================== Final CTA Section ============================ */
#final-cta-section {
    background: #211545;
    overflow: hidden;
}

#final-cta-section::before {
    z-index: 0;
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: radial-gradient(113% 208% at bottom left, #0009de21, transparent 50%),
        radial-gradient(69% 104% at 32% 33%, #ff2d613d, transparent 50%);
    border-radius: 8px;
}

#final-cta-section::after {
    z-index: 0;
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: radial-gradient(87% 87% at 74% 75%, #243aa4bf, transparent 50%);
    border-radius: 8px;
}

#final-cta-section .dashboard {
    max-width: 1100px;
    margin: -90px auto 0;
    transform: translateY(25%);
}

#final-cta-section .pre-title {
    font-family: Inter;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 3.3px;
    text-transform: uppercase;
    padding: 5rem 0 1rem;
}

#final-cta-section h2 {
    font-family: Inter;
    font-size: 50px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.2em;
    max-width: 1003px;
    margin: 0 auto 4rem;
    letter-spacing: 1.5px;
}

#final-cta-section .cta-v3 {
    margin-right: 50px;
}

@media screen and (max-width:1400px){

    #final-cta-section h2 {
        font-size: 2.5rem;
    }

    #final-cta-section .dashboard {
        max-width: 950px;
    }
}

@media screen and (max-width:1100px){
    #final-cta-section .dashboard {
        max-width: 770px;
        margin: -65px auto 0;
    }

    #final-cta-section h2 {
        font-size: 2rem;
        max-width: 867px;
        margin: 0 auto 3rem;
    }
}

@media screen and (max-width:770px){
    #final-cta-section h2 {
        font-size: 1.7rem !important;
        margin: 0 auto 2rem;
    }

    #final-cta-section .dashboard {
        max-width: 466px;
        margin: -7px auto 0;
    }
}

@media screen and (max-width:500px){
    #final-cta-section .container {
        display: flex;
        flex-direction: column;
    }

    #final-cta-section .cta-v3,
    #final-cta-section .cta-v3-secondary {
        max-width: 380px;
        margin: 0 auto 1rem;
    }
}
/* ================== Final CTA Section ============================ */