.anibg{
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 2;
    font-size: 15px;
    text-align: left;
    top: 0;
    left: 0;
}
.anibg pre, .anibg font { 
    color: #fff !important;
}

.uncover-main-wrapper {
    width: 100%;
    background-color: #000000df;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
}
.uncover-main-image-wrapper {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
    opacity: 0.2;
}
.uncover-wrapper {
    display: flex;
    flex-direction: column;
}
.uncover-wrapper strong{
    font-weight: 700 !important;
    /* color: #fff; */
}

.uncover-wrapper .uncover-top-wrapper {
    display: flex;
    flex-direction: column;
    width: 950px;
    justify-content: center;
    align-items: center;
    gap: 64px;
    margin-bottom: 80px;
}
.uncover-wrapper .uncover-top-wrapper div:nth-child(1) {
    text-align: center;
}
.uncover-wrapper .uncover-top-wrapper h2{
    font-size: 48px;
    text-transform: uppercase;
    color: #ffffffb5;
    margin-top: 0;
    margin-bottom: 0;
}
.uncover-wrapper .uncover-top-wrapper .uncover-top-content-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 10px;
    text-align: center;
    font-size: 16px;
    font-family: Northura;
    color: #ffffffb5;
    font-weight: 200;
}
.uncover-wrapper .uncover-top-wrapper .uncover-top-content-bottom {
    padding: 30px;
    border: 2px solid #00AB66;
    background: #000;
    color: #ffffffb5;
    display: flex;
    flex-direction: row;
    gap: 27px;

}
.uncover-wrapper .uncover-top-wrapper .uncover-top-content-bottom div {
    text-align: left;
}
.uncover-wrapper .uncover-top-wrapper .uncover-top-content-bottom h3 {
    font-size: 32px;
    color: #32de85b8;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;
}
.uncover-wrapper .uncover-top-wrapper .uncover-top-content-bottom p {
    font-family: Northura;
    font-size: 20px;
    margin-block-end: 0;
    font-weight: 200;
}
.uncover-wrapper .uncover-top-wrapper .uncover-top-content-button {
    display: flex;
    gap: 30px;
}
.uncover-wrapper .uncover-top-wrapper .uncover-top-content-button .btn-ai-service{
    padding: 12px;
    border-radius: 4px;
    border: 1px solid #00AB66;
    background: #00AB66;
    text-transform: uppercase;
    font-family: Northura;
    font-size: 16px;
    color: #ffffffb5;
    cursor: pointer;
    transition: none;
}
.uncover-wrapper .uncover-top-wrapper .uncover-top-content-button .btn-ai-service a {
    text-decoration: none;
    font-family: Northura;
    font-size: 16px;
    color: inherit;
}
.uncover-wrapper .uncover-top-wrapper .uncover-top-content-button .btn-ai-service:hover {
    background: transparent;
    border: 1px solid #00AB66;
    color: #00AB66;
}
.uncover-wrapper .uncover-top-wrapper .uncover-top-content-button .btn-get-in-touch {
    padding: 12px;
    border-radius: 4px;
    background: transparent;
    border: 1px solid #00AB66;
    color: #00AB66;
    text-transform: uppercase;
    font-family: Northura;
    font-size: 16px;
    cursor: pointer;
    transition: none;
}
.uncover-wrapper .uncover-top-wrapper .uncover-top-content-button .btn-get-in-touch a {
    text-decoration: none;
    font-family: Northura;
    font-size: 16px;
    color: inherit;
}
.uncover-wrapper .uncover-top-wrapper .uncover-top-content-button .btn-get-in-touch:hover {
    background: #00AB66;
    border: 1px solid #00AB66;
    color: #ffffffb5;
}

.uncover-wrapper .uncover-bottom-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 27px;
    width: 1280px;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 100%;
}
.uncover-wrapper .uncover-bottom-wrapper .uncover-bottom-item {
    padding: 24px;
    border: 2px solid #00AB66;
    background: #000;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.uncover-wrapper .uncover-bottom-wrapper .uncover-bottom-item h3 {
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;
    color: #ffffffb5;
    padding-bottom: 10px;
}
.uncover-wrapper .uncover-bottom-wrapper .uncover-bottom-item p {
    font-size: 16px;
    color: #ffffffb5;
    font-weight: 200;
    margin-bottom: 0;
    margin-top: 0;
}

.gspb_slidingPanel-wrap {
    border-radius: 20px;
    max-width: 460px !important;
}
.gspb_slidingPanel-wrap .gspb_slidingPanel-inner{
    padding: 48px !important;
}
.frm-fluent-form .ff_submit_btn_wrapper {
    margin-bottom: 0;
}
.frm-fluent-form .ff_submit_btn_wrapper .ff-btn-submit {
    width: 100%;
    background-color: #00AB66 !important;
    border-radius: 4px;
    text-transform: uppercase;
    font-family: Northura;
}
.frm-fluent-form .ff-field_container,
.frm-fluent-form .ff-el-group {
    width: 400px;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}
.frm-fluent-form .ff-field_container input,
.frm-fluent-form .ff-el-group input,
.frm-fluent-form .ff-el-group select,
.frm-fluent-form .ff-el-group textarea {
    border-radius: 4px;
    background-color: rgba(227, 227, 227, 1);
    font-family: Northura;
}
.gspb_slidingPanel-wrap .gspb_slidingPanel-inner * {
    font-family: Northura;
}
.gspb_slidingPanel-wrap .gspb_slidingPanel-close {
    right: 45px !important;
    background-color: transparent;
    z-index: 2;
    cursor: pointer;
}


/* Marketing */

.uncover-marketing-wrapper {
    width: 100%;
    background-color: #000000df;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
}
.uncover-marketing-wrapper .uncover-marketing-content {
    display: flex;
    flex-direction: column;
    width: 750px;
    justify-content: center;
    align-items: center;
    gap: 64px;
    margin-bottom: 80px;
    max-width: 100%;
}
.uncover-marketing-wrapper .uncover-marketing-content .uncover-marketing-top-content {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 10px;
    text-align: center;
    font-size: 16px;
    font-family: Northura;
    color: #ffffffb5;
    font-weight: 200;

}
.uncover-marketing-wrapper .uncover-marketing-content .uncover-marketing-bottom-content {
    padding: 30px;
    border: 2px solid #00AB66;
    background: #000;
    color: #ffffffb5;
    display: flex;
    flex-direction: column;
    gap: 27px;
}
.uncover-marketing-wrapper .uncover-marketing-content .uncover-marketing-bottom-content div {
    text-align: left;
    font-family: Northura;
}
.uncover-marketing-wrapper .uncover-marketing-content .uncover-marketing-bottom-content div h3 {
    text-transform: uppercase;
    font-family: Northura;
    font-size: 32px;
    color: #32de85bf;
    
}

@media (max-width: 769px) { 

    .uncover-wrapper .uncover-top-wrapper .uncover-top-content-wrapper {
        grid-template-columns: 1fr 1fr;
    }
    .uncover-wrapper .uncover-top-wrapper .uncover-top-content-bottom {
        flex-direction: column;
    }
    .uncover-wrapper .uncover-top-wrapper .uncover-top-content-button {
        flex-direction: column;
    }
    .uncover-wrapper .uncover-bottom-wrapper {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .uncover-marketing-wrapper .uncover-marketing-content .uncover-marketing-top-content {
        grid-template-columns: 1fr 1fr;
    }
    .uncover-marketing-wrapper .uncover-marketing-content .uncover-marketing-bottom-content {
        margin-left: 15px;
        margin-right: 15px;
    }
    .frm-fluent-form .ff-field_container, .frm-fluent-form .ff-el-group {
        width: 100%;
    }
}

.uncover-wrapper .uncover-top-wrapper .uncover-top-content-wrapper p {
   margin-bottom: 0;
}

.uncover-content {
    margin: -32px auto;
}

.uncover-content p {
   color: white !important;
   margin: 0;
   font-size: 16px;
   text-align: center;
   font-family: Northura;
}

@media screen and (max-width: 767px) {
   .uncover-wrapper .uncover-top-wrapper {
      width: 100% !important;
   }
   
   .uncover-content {
      max-width: 80%;
   }
}