/****************************
Hero Section
**************************/

.container {
    max-width: 1130px;
    margin: 0 auto;
}

#hero_top_section {
    background-image: url(../../../images/ai/purple-background.webp);
    background-position: center center;
    background-size: cover;
}

.hero_inner {
    padding: 140px 0px 80px;
    display: flex;
    align-items: center;
}

.blue-text-above {
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    color: #1EBBF0;
    padding-bottom: 10px;
    text-transform: uppercase;
}

.hero_left {
    flex: 1;
    box-sizing: border-box;
    padding-right: 50px;
}

.hero_inner:not(.small_business_hero) .hero_right {
    width: 520px;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 8px;
    padding: 30px;
}

.hs-form-field>label {
    display: none !important;
}

.hs-error-msgs.inputs-list .hs-error-msg {
    color: #fb9f00;
}

.hs-error-msgs.inputs-list {
    margin: -10px 0px 10px;
}

.hs-form .hs-input {
    border-radius: 5px;
    width: 100% !important;
    margin-bottom: 17px !important;
    height: 50px;
    box-sizing: border-box;
}

.form_title {
    font-size: 25px;
    line-height: 1;
    color: #1EBBF0;
    font-weight: 700;
    margin: 0 0 10px;
    -webkit-font-smoothing: auto;
}

.text_below_form {
    font-size: 12px;
    line-height: 18px;
    color: #778080;
}

.link-scroll {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.link {
    font-weight: 700;
    font-size: 16px;
    line-height: 32px;
}

.link i {
    padding-left: 5px;
}

.link.button-scroll-teams:hover,
.link.button-scroll-leadership:hover {
    color: #fff;
    background-color: #1EBBF0;
}

.link.button-scroll-teams {
    color: #1EBBF0;
    border: 1px solid #1EBBF0;
    display: flex;
    align-items: center;
    margin-top: 0px;
    font-size: 16px;
    background-color: rgb(30 187 240 / .1);
    padding: 5px 15px;
    border-radius: 12px;
    margin-bottom: 20px;
}

.link.button-scroll-leadership {
    color: #1EBBF0;
    border: 1px solid #1EBBF0;
    display: flex;
    align-items: center;
    margin-top: 0px;
    font-size: 16px;
    background-color: rgb(30 187 240 / .1);
    padding: 5px 15px;
    border-radius: 12px;
}

.hs-button.primary {
    transition: none !important;
    border: none;
    background: #fb9f00 !important;
    color: #fff;
    height: 50px;
    cursor: pointer;
    font-size: 14px !important;
    width: 250px;
    text-transform: uppercase !important;
    min-height: 50px;
    font-weight: 600 !important;
}

.hero_left h1 {
    -webkit-font-smoothing: auto;
    font-size: 52px;
    line-height: 60px;
    color: #fff;
    font-weight: 800;
    margin: 0px 0px 20px;
}

.hero_left p {
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    font-weight: 100;
    margin: 0px 0px 20px;
}

body:not(.scroll_down_mobile) .site-header-new {
    background-color: transparent;
    box-shadow: none;
}

body:not(.scroll_down_mobile) #aihr-site-navigation .lines-button .menu-line {
    background-color: #fff!important;
}

.hero_left ul {
    list-style: none;
    margin: 0px 0 20px;
    list-style: none;
    padding: 0;
}

.hero_left ul li {
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    line-height: 2.3em;
    text-align: left;
}

.hero_left ul li i {
    color: #23C530;
    margin-right: 10px;
    font-size: 20px;
}

@media screen and (max-width: 1230px) {
    .container {
        max-width: 100%;
        margin: 0 50px;
    }
}

@media screen and (min-width: 1041px) {
    .scroll1_down .site-header-new {
        background-color: #31216B;
    }
    #hero_top_section {
        margin-top: -85px;
    }
}

@media screen and (max-width: 1040px) {
    .hero_inner {
        padding: 100px 0px 60px;
        flex-direction: column;
    }
    .hero_left {
        padding-right: 0px;
        width: 100%;
    }
    .hero_inner:not(.small_business_hero) .hero_right {
        margin: 30px auto 0px;
        max-width: 520px;
        width: 100%;
    }
}

@media screen and (max-width: 480px) {
    .hero_left ul {
        margin-bottom: 10px;
    }
    .hero_left h1 {
        font-size: 38px;
        line-height: 46px;
    }
    .container {
        margin: 0 30px;
    }
    .hero_inner {
        padding: 80px 0px 50px;
    }
    .hero_inner:not(.small_business_hero) .hero_right {
        padding: 20px;
    }
}


/***************
Discover Section 
***************/

#dicover_section {
    padding: 80px 0px;
    background-color: #F8F9FA;
}

h2 {
    font-size: 38px!important;
    line-height: 46px!important;
    color: #31216B!important;
    font-weight: 800!important;
    text-align: center;
    margin: 0 0 30px!important;
    -webkit-font-smoothing: auto;
}

.discover_top {
    padding-bottom: 60px;
}

.discover_top p {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 32px;
    color: #31216B;
}

.discover_box {
    display: flex;
    align-items: center;
    padding: 40px 50px;
    background-color: #fff;
    border-radius: 20px;
    margin-top: 60px;
}

.discover_box:nth-child(1) h3 span {
    color: #fb9f00;
    font-style: italic;
}

.discover_box:nth-child(2) h3 span {
    color: #1EBBF0;
    font-style: italic;
}

.discover_box:first-child {
    margin-top: 0px;
}

.discover_box_image {
    line-height: 0;
}

.discover_box_image img {
    max-width: 385px;
    width: 100%;
}

.discover_box_content {
    flex: 1;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
}

.discover_box:nth-child(1) .discover_box_content {
    padding-left: 60px;
}

.discover_box:nth-child(2) .discover_box_content {
    padding-right: 60px;
}

h3 {
    font-size: 24px!important;
    line-height: 32px!important;
    color: #31216B!important;
    font-weight: 800!important;
    text-align: left;
    margin: 0 0 15px!important;
    -webkit-font-smoothing: auto;
}

.discover_box_content h3 {
    margin: 0 0 10px!important;
}

.discover_box_content p {
    font-size: 16px;
    line-height: 24px;
    color: #31216B;
    margin-bottom: 22px;
}

.discover_box_content ul {
    display: flex;
    flex-wrap: wrap;
    margin: 10px -10px 0px;
}

.discover_box_content ul li {
    width: 50%;
    display: flex;
    padding: 0px 10px 25px;
    box-sizing: border-box;
}

.text-right {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.emoji {
    padding-right: 16px;
}

.text-right-title {
    font-size: 16px;
    line-height: 24px;
    color: #31216B;
    font-weight: 600;
}

.text-right-desc {
    font-size: 14px;
    line-height: 20px;
    color: #6D8097;
}

.button-scroll-teams,
.button-scroll-leadership {
    margin-top: 20px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
}

.button-scroll-demo {
    font-weight: 600;
    cursor: pointer;
}

@media screen and (max-width: 1040px) {
    #dicover_section {
        padding: 60px 0px;
    }
    h2 {
        margin-bottom: 20px!important;
    }
    .discover_top {
        padding-bottom: 40px;
    }
    .discover_box {
        margin-top: 40px;
        padding: 40px;
    }
}

@media screen and (max-width: 980px) {
    .discover_box {
        flex-direction: column;
    }
    .discover_box_image {
        order: 2;
    }
    .discover_box_content {
        order: 1;
        padding: 0px 0px 30px!important;
    }
}

@media screen and (max-width: 560px) {
    .discover_box_content ul li {
        width: 100%;
    }
    .button-scroll-teams,
    .button-scroll-leadership {
        margin-top: 10px;
    }
}

@media screen and (max-width: 480px) {
    .discover_box {
        margin-top: 30px;
        padding: 30px;
    }
    .discover_top {
        padding-bottom: 30px;
    }
    #dicover_section {
        padding: 50px 0px;
    }
}


/*********************************
Expert Section
*********************************/

.bootcamp_experts_header {
    display: flex;
    align-items: flex-start;
    padding-bottom: 50px;
}

.experts_header_left {
    width: 30%;
}

.experts_header_left h2 {
    text-align: left;
}

.experts_header_right {
    width: 70%;
}

.text_experts {
    font-size: 16px;
    line-height: 32px;
    color: #31216B;
    font-weight: 400;
    margin-bottom: 20px;
}

.bootcamp_experts .container {
    margin: 80px auto 80px;
}

@media screen and (max-width: 1230px) {
    .bootcamp_experts .container {
        max-width: 100%;
        margin: 80px 50px 80px;
    }
}

@media screen and (max-width: 1040px) {
    .bootcamp_experts .container {
        margin: 60px 50px;
    }
}

@media screen and (max-width: 980px) {
    .bootcamp_experts_header {
        align-items: center;
        flex-direction: column;
    }
    .experts_header_left {
        width: 100%;
        margin-bottom: 20px;
    }
    .experts_header_right {
        width: 100%;
    }
}

@media screen and (max-width: 480px) {
    .bootcamp_experts .container {
        margin: 50px 30px;
    }
}

.bootcamp_experts .slick-slide img {
    display: block;
    width: 100%;
    border-radius: 12px;
}

.bootcamp_experts .slick-slide:before {
    content: '';
    width: 0;
    height: 0;
    border-top: 70px solid #fff;
    border-right: 70px solid transparent;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 9;
}

.bootcamp_experts_item.slick-slide {
    margin: 0px 25px;
    position: relative;
}

.bootcamp_experts_content {
    margin: 0px -25px;
}

.expert_name {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #31216B;
    text-align: center;
    margin-top: 15px;
}

.expert_position {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #31216B;
    text-align: center;
}

.bootcamp_experts .slick-dots li {
    list-style: none;
    margin: 0px 5px;
}

.bootcamp_experts .slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px;
    margin: 50px 0px 0px;
}

.bootcamp_experts .slick-dots li {
    width: 12px!important;
    height: 12px!important;
    background-color: rgba(49, 33, 107, 0.5);
    border-radius: 100%;
    cursor: pointer;
}

.bootcamp_experts .slick-dots li button {
    display: none!important;
}

.bootcamp_experts .slick-dots li.slick-active {
    background-color: rgb(49, 33, 107);
}

.bootcamp_experts .slick-prev {
    left: -25px;
    top: 30%;
    background-color: transparent;
    background-image: url(../images/arrow-carousel.svg)!important;
    height: 22px;
    min-width: inherit!important;
    color: transparent;
    transition: none;
    position: absolute;
    padding: 0;
    background-size: cover;
    z-index: 9;
    background-position: 0 0;
    cursor: pointer;
    width: 12px;
    border: none;
}

.bootcamp_experts .slick-next {
    right: -25px;
    top: 30%;
    background-color: transparent;
    background-image: url(../images/arrow-carousel.svg)!important;
    height: 22px;
    min-width: inherit!important;
    color: transparent;
    transition: none;
    position: absolute;
    padding: 0;
    background-size: cover;
    z-index: 9;
    background-position: 0 0;
    cursor: pointer;
    width: 12px;
    border: none;
    transform: rotate(180deg);
}

.experts_header_right .button-orange {
    cursor: pointer;
    font-weight: 600;
}

@media screen and (max-width: 1280px) {
    .bootcamp_experts .slick-prev {
        left: -10px;
        top: 30%;
    }
    .bootcamp_experts .slick-next {
        right: -10px;
        top: 30%;
    }
}

@media screen and (max-width: 480px) {
    .bootcamp_experts .slick-prev {
        left: 0px;
        top: 35%;
    }
    .bootcamp_experts .slick-next {
        right: 0px;
        top: 35%;
    }
    .bootcamp_experts .slick-dots {
        margin-top: 20px;
    }
}


/****************
Reviews Section
*****************/

.reviews-header {
    padding-bottom: 40px;
}

.reviews-header h2 {
    color: #fff!important;
    margin: 0px!important;
    position: relative;
    text-align: left!important;
}

.reviews-section-carousel {
    background-color: #31216B;
    padding: 100px 0px!important;
    position: relative;
}

.reviews-section-carousel:before {
    content: '';
    position: absolute;
    left: 10px;
    top: 50px;
    background-image: url(../../../images/quote-new.svg)!important;
    width: 320px;
    height: 274px;
    background-size: cover;
}

.reviews-container {
    max-width: 1130px;
    margin: 0 auto;
}

.reviews-column {
    display: flex;
    flex-direction: column;
    border-radius: 10px;
}

.reviews-column-header {
    background-color: #E9FAFF;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 24px;
}

.review-name {
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    color: #31216B;
    padding-right: 5px;
}

.reviews-column-header-left {
    display: flex;
    flex-direction: column;
}

.review-position {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #50585F;
}

.reviews-column-header-stars i {
    color: #FB9F00;
    padding-right: 5px;
}

.content_review {
    display: block;
}

.reviews-column-content {
    background-color: #fff;
    padding: 28px 24px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    flex-direction: column;
    display: flex;
}

.reviews-column-header-left {
    flex: 1;
}

.reviews-column-header-right {
    width: 142px;
    line-height: 0;
    height: 54px;
}

.reviews-column-header-right img {
    display: flex;
}

.reviews-column-header-stars {
    display: flex;
    margin-top: 5px;
}

.review-content .slick-track:before,
.review-content .slick-track:after {
    display: none!important;
}

.reviews-column-content h3 {
    margin: 0px;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    color: #31216B;
}

.content_review p {
    display: block;
    margin: 0px;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #50585f;
}

.reviews-content {
    margin: 0px -10px;
    position: relative;
}

.reviews-column {
    margin: 0px 10px;
}

.review_io_link {
    text-align: right;
}

.review_io_link a {
    text-decoration: none;
    font-weight: 600;
}

.review_io_link a:hover {
    color: #31216B;
}

.reviews-content .slick-prev.slick-arrow {
    position: absolute;
    top: -90px;
    font-size: 0px;
    right: 60px;
    border: none;
    color: #fff;
    background-color: #1EBBF0;
    z-index: 99;
    width: 36px;
    height: 36px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.reviews-content .slick-prev.slick-arrow:before {
    content: "\f060";
    font-size: 20px;
    color: #fff;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    cursor: pointer;
}

.reviews-content .slick-next.slick-arrow {
    position: absolute;
    top: -90px;
    font-size: 0px;
    right: 10px;
    border: none;
    background-color: #1EBBF0;
    z-index: 99;
    width: 36px;
    height: 36px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.reviews-content .slick-next.slick-arrow:before {
    content: "\f061";
    font-size: 20px;
    color: #fff;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    cursor: pointer;
}

.item_right {
    display: none;
    text-decoration: none;
}

.item_right.activ_content {
    display: block;
}

.reviews-second-content {
    display: flex;
}

.review-second-left {
    width: 360px;
    display: flex;
    flex-direction: column;
    padding-right: 36px;
}

.review-second-right {
    flex: 1;
}

.item_right .title-review-right {
    margin: 25px 0px 0px;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #fff;
    display: block;
}

@media screen and (max-width: 1230px) {
    .reviews-container {
        max-width: 100%;
        padding: 0px 50px;
    }
}

@media screen and (max-width: 1100px) {
    .reviews-section-carousel {
        padding: 80px 0px!important;
    }
}

@media (max-width: 640px) {
    .reviews-header {
        padding-bottom: 60px;
    }
    .reviews-content .slick-prev.slick-arrow,
    .reviews-content .slick-next.slick-arrow {
        top: -50px;
    }
}

@media (max-width: 480px) {
    .reviews-section-carousel {
        padding: 60px 0px!important;
    }
    .reviews-container {
        padding: 0px 30px;
    }
}

.faq-section-left h2 {
    margin: 10px 0px 20px!important;
    text-align: left;
}


/**************************
Reeview Section
***************************/

.reviews-second-content {
    display: flex;
}

.reviews-inner-second {
    max-width: 1130px;
    width: 100%;
    margin: 0 auto;
}

.review-second-right {
    flex: 1;
}

.view_now {
    display: block;
    margin-top: 25px;
    font-weight: 700;
    font-size: 16px;
    line-height: 32px;
    color: #3D2A82;
}

.review-second-left {
    width: 360px;
    display: flex;
    flex-direction: column;
    padding-right: 36px;
}

.reviews-section {
    background-color: #fff;
    padding: 80px 0px;
}

.reviews-second-header h2 {
    margin: 0px 0px 40px!important;
    text-align: left;
    max-width: 650px;
}

.image_right img {
    width: 100%;
}

.item_left {
    font-size: 20px;
    line-height: 32px;
    font-weight: 400;
    color: #3D2A82;
    padding: 14px 20px;
    cursor: pointer;
}

.item_left.activ_tab {
    font-weight: 600;
    color: #3D2A82;
    background-color: transparent;
    border: 1px solid #3D2A82;
    border-radius: 10px;
}

.image_right {
    display: block;
    line-height: 0;
}

.image_right img {
    border-radius: 12px;
    box-sizing: border-box;
}

.reviews-column-header-information {
    display: flex;
    flex-direction: column;
}

.item_right {
    display: none;
    text-decoration: none;
}

.item_right.activ_content {
    display: block;
}

@media (max-width: 1250px) {
    .reviews-section {
        max-width: 100%;
        margin: 0px 0px;
        padding: 80px 0px;
    }
    .reviews-inner-second {
        max-width: 100%;
    }
}

@media (max-width: 1040px) {
    .reviews-section {
        padding: 60px 0px;
    }
}

@media (max-width: 980px) {
    .reviews-second-header h2 br {
        display: none;
    }
    .review-second-left {
        width: 280px;
    }
}

@media (max-width: 768px) {
    .reviews-second-header h2 {
        margin: 0px 0px 40px;
    }
    .reviews-second-content {
        flex-direction: column;
    }
    .review-second-left {
        width: 100%!important;
        padding: 0px 0px 30px 0px!important;
    }
}

@media (max-width: 640px) {
    .reviews-header {
        padding-bottom: 60px;
    }
    .reviews-content .slick-prev.slick-arrow,
    .reviews-content .slick-next.slick-arrow {
        top: -50px;
    }
}

@media (max-width: 480px) {
    .reviews-column-header-right img {
        width: 100%;
    }
    .reviews-inner:before {
        left: -100px;
        top: 0px;
    }
    .item_left {
        font-size: 20px;
        line-height: 28px;
    }
    .reviews-column-header-information {
        display: flex;
        flex-direction: column;
    }
    .reviews-header h2 {
        font-size: 32px;
        line-height: 42px;
    }
    .reviews-section {
        padding: 50px 0px;
    }
}

.last-section h2 {
    color: #fff!important;
    text-align: left;
}


/**************************
Talent Section
**************************/

#talent_section {
    padding: 100px 0px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.talent_inner {
    display: flex;
    align-items: center;
}

.talent_left {
    flex: 1;
    padding-right: 120px;
    box-sizing: border-box;
}

.talent_image {
    line-height: 0;
}

.talent_image img {
    max-width: 490px;
    width: 100%;
}

.talent_left h2 {
    color: #fff!important;
    text-align: left!important;
}

.talent_left h2 span {
    color: #1EBBF0;
}

.talent_left p {
    font-size: 16px;
    line-height: 32px;
    color: #fff;
}

.button-scroll-demo {
    margin-top: 20px;
    font-weight: 600;
    font-size: 14px;
}

.button-scroll-top {
    font-weight: 600;
    cursor: pointer;
}

@media (max-width: 1250px) {
    .talent_left {
        padding-right: 60px;
    }
}

@media (max-width: 1040px) {
    #talent_section {
        padding: 80px 0px;
    }
}

@media (max-width: 980px) {
    #talent_section {
        padding: 60px 0px;
    }
    .talent_inner {
        flex-direction: column;
    }
    .talent_left {
        padding: 0px 0px 50px;
    }
}

@media (max-width: 480px) {
    #talent_section {
        padding: 50px 0px;
    }
    .talent_left {
        padding: 0px 0px 30px;
    }
}


/****************************
Transformation Section
****************************/

.transformation-section {
    padding: 80px 0px;
}

.transformation-second-header {
    text-align: center;
}

.transformation-second-content {
    display: flex;
    flex-direction: column;
}

.transformation-box {
    display: flex;
    align-items: center;
}

.transformation-image {
    line-height: 0;
    padding: 0px 30px;
}

.transformation-image img {
    max-width: 382px;
    width: 100%;
}

.transformation-content {
    flex: 1;
    padding: 0px 30px;
    box-sizing: border-box;
}

.transformation-box {
    border-radius: 20px;
    margin-bottom: 40px;
    padding: 20px 10px;
}

.transformation-box:nth-child(1) {
    background-color: #FFF1D6;
}

.transformation-box:nth-child(2) {
    background-color: #E0F7FE;
}

.transformation-box:nth-child(3) {
    background-color: #E9E9FF;
}

.transformation-box:last-child {
    margin-bottom: 0px;
}

.transformation-content h3 {
    font-size: 32px!important;
    line-height: 40px!important;
}

.transformation-content p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #31216B !important;
}

.transformation-content p:last-child {
    margin-bottom: 0;
}

.transformation-box.image-left .transformation-image {
    order: 1;
}

.transformation-box.image-left .transformation-content {
    order: 2;
}

.transformation-box:nth-child(2) .transformation-image img {
    margin-left: -40px;
    margin-right: 40px;
}

.transformation-box:nth-child(3) .transformation-image img {
    margin-bottom: -20px;
}

.transformation-second-header h2 {
    margin: 0 auto 50px!important;
    max-width: 600px;
}

@media (max-width: 980px) {
    .transformation-section {
        padding: 60px 0px;
    }
    .transformation-image {
        display: none;
    }
    .transformation-content {
        padding: 0px;
    }
    .transformation-box {
        padding: 40px;
    }
    .transformation-second-header h2 {
        margin: 0 auto 30px !important;
    }
}

@media (max-width: 480px) {
    .transformation-box {
        padding: 20px;
    }
    .transformation-content h3 {
        font-size: 26px !important;
        line-height: 32px !important;
    }
}


/****************************
Three Boxes Section
**************************/

.three-boxes-section {
    padding: 80px 0px;
}

.three-boxes-section-header {
    text-align: center;
}

.three-boxes-section-header p {
    text-align: center;
    max-width: 1000px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 32px;
    color: #31216B;
}

.three-boxes-content {
    display: flex;
    flex-wrap: wrap;
    margin: 40px -10px 0px;
}

.three-boxes-item {
    width: calc(100%/3 - 20px);
    margin: 0px 10px;
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    border-radius: 20px;
    padding: 30px;
}

.three-boxes-item:nth-child(1) {
    background: linear-gradient(to right, #1EBBF0 0%, #17AEE1 100%);
}

.three-boxes-item:nth-child(1) {
    padding: 30px;
}

.three-boxes-item:nth-child(2),
.three-boxes-item:nth-child(3) {
    background: #e9fbff;
}

.quote {
    font-size: 18px;
    line-height: 28px;
    font-style: italic;
    color: #fff;
    font-weight: 600;
    position: relative;
}

.quote:before {
    content: '';
    background-image: url(../../../images/ai/quote-white.svg);
    background-position: center center;
    background-size: contain;
    width: 84px;
    height: 72px;
    position: absolute;
    left: -20px;
    top: -20px;
}

.author {
    font-size: 14px;
    line-height: 20px;
    color: rgba(256, 256, 256, 0.72);
    font-weight: 400;
    padding-top: 20px;
}

.box-number {
    color: #1EBBF0;
    font-size: 52px;
    line-height: 60px;
    font-weight: 800;
}

.box-text {
    font-size: 18px;
    line-height: 28px;
    color: #31216B;
    font-weight: 400;
    padding-top: 10px;
    max-width: 210px;
    text-align: center;
}

@media (max-width: 1040px) {
    .three-boxes-section {
        padding: 60px 0px;
    }
    .three-boxes-content {
        margin-top: 30px;
    }
    .three-boxes-item:nth-child(1) {
        width: calc(100% - 20px);
        margin-bottom: 20px;
    }
    .three-boxes-item:nth-child(2),
    .three-boxes-item:nth-child(3) {
        width: calc(50% - 20px);
    }
}

@media (max-width: 660px) {
    .three-boxes-item:nth-child(2),
    .three-boxes-item:nth-child(3) {
        width: calc(100% - 20px);
        flex-direction: row;
        justify-content: flex-start;
    }
    .three-boxes-item:nth-child(2) {
        margin-bottom: 20px;
    }
    .box-text {
        padding-left: 20px;
        max-width: 100%;
        text-align: left;
        padding-top: 0px;
    }
}

@media (max-width: 480px) {
    .quote:before {
        left: -10px;
        top: -10px;
    }
    .three-boxes-content {
        margin-top: 20px;
    }
    .three-boxes-section {
        padding: 50px 0px;
    }
    .author {
        padding-top: 10px;
    }
    .three-boxes-item {
        padding: 20px!important;
    }
    .box-number {
        font-size: 36px;
        line-height: 42px;
    }
    .box-text {
        padding-left: 10px;
        font-size: 16px;
        line-height: 24px;
    }
}


/**************************
Tabs Section
**************************/

.tabs-section {
    padding: 80px 0px;
}

.tabs-header h2 {
    color: #fff!important;
}

.tabs-header.bigger-space h2 {
    margin-bottom: 40px!important;
}

.tab-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.tab-buttons {
    text-align: center;
    margin-bottom: 60px;
    background-color: rgba(256, 256, 256, 0.05);
    padding: 4px;
    border-radius: 52px;
    border: 1px solid rgba(256, 256, 256, 0.2);
}

.tab-buttons button {
    padding: 12px 20px;
    cursor: pointer;
    transition: background 0.3s;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    font-weight: 600;
    border: none;
    background: transparent;
    width: 200px;
    font-family: "Open Sans";
    border-radius: 44px;
}

.tab-buttons button.active {
    background: #1EBBF0;
}

.tab-slider {
    overflow: hidden;
    width: 100%;
    position: relative;
}

.tab-content {
    display: flex;
    width: 100%;
    transition: transform 0.5s ease;
}

.tab {
    width: 100%;
}

.tab-top {
    display: flex;
    align-items: center;
}

.tab-top-left {
    width: 565px;
    box-sizing: border-box;
    padding-right: 30px;
}

.tab-top-right {
    flex: 1;
    box-sizing: border-box;
    padding-left: 30px;
}

.customizer_holder {
    background-color: #3D3475;
    border: 1px solid rgba(256, 256, 256, 0.12);
    padding: 30px;
    border-radius: 12px;
}

.customizer_title {
    color: rgba(256, 256, 256, 0.6);
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    text-transform: uppercase;
}

.customizer_type {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0px 0px;
}

.customizer_duration {
    display: none!important;
}

.customizer_duration,
.customizer_number_participants {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0px;
    border-bottom: 1px solid rgba(256, 256, 256, 0.08);
}

.customizer_duration label,
.customizer_number_participants label {
    font-size: 16px;
    line-height: 32px;
    color: #fff;
    font-weight: 600;
}

.counter-container input {
    margin: 0px!important;
    width: 55px;
    border: none!important;
    background-color: transparent!important;
    text-align: center;
    padding: 0px 0px 0px 0px!important;
    color: #fff!important;
    font-weight: 600!important;
    font-size: 18px!important;
}

.counter-container {
    background-color: rgba(256, 256, 256, 0.12);
    border-radius: 8px;
    padding: 3px 10px;
}

.counter-container button {
    background-color: transparent!important;
    border: none;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    width: 20px;
    line-height: 30px;
}


/* For Chrome, Safari, and Edge */

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


/* For Firefox */

input[type="number"] {
    -moz-appearance: textfield;
}

.radio_input {
    width: 24px;
    height: 24px;
    border-radius: 100%;
    border: 1px solid rgba(256, 256, 256, 0.5);
    display: block;
    margin-right: 10px;
    cursor: pointer;
}

.radio_button_item,
.radio_button {
    display: flex;
}

.customizer_type .radio_button_item {
    align-items: center;
}

.customizer_type label,
.label_holder {
    display: flex;
    flex-direction: column;
}

.label_big_text {
    font-size: 16px;
    line-height: 20px;
    color: #fff;
}

.label_small_text {
    font-size: 14px;
    line-height: 20px;
    color: #fff;
}

.radio_button_item {
    padding-right: 40px;
}

.radio_button_item:last-child {
    padding-right: 0px;
}

.activ_radio .radio_input {
    border: 1px solid #00BBFF;
    position: relative;
}

.activ_radio .radio_input:before {
    content: '';
    width: 16px;
    height: 16px;
    background-color: #00BBFF;
    border-radius: 100%;
    position: absolute;
    left: 4px;
    top: 4px;
}


/****/

.slider-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}

.switch {
    position: relative;
    width: 70px;
    height: 36px;
    cursor: pointer;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(256, 256, 256, 0.4);
    transition: 0.4s;
    border-radius: 50px;
}

.slider:before {
    content: "";
    position: absolute;
    height: 32px;
    width: 32px;
    border-radius: 50px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    transition: 0.4s;
}

input:checked+.slider {
    background-color: #18D931;
}

input:checked+.slider:before {
    transform: translateX(34px);
}

.labels {
    display: flex;
    justify-content: space-between;
    font-size: 10px;
    position: absolute;
    top: 4px;
    right: 10px;
    left: 10px;
    text-transform: uppercase;
}

.labels span {
    color: #fff;
    font-weight: 600;
}

.customizer_live_sessions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 20px
}

.customizer_live_sessions label {
    display: flex;
    flex-direction: column;
}

.bigger_text {
    font-size: 16px;
    line-height: 32px;
    color: #fff;
    font-weight: 600;
}

.smaller_text {
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    font-weight: 600;
}

.tab-top-right h3 {
    font-size: 24px;
    line-height: 32px;
    color: #fff!important;
}

.tab-top-right ul {}

.tab-top-right ul li {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    padding-bottom: 5px;
}

.tab-top-right ul li i {
    color: #23C530;
    margin-right: 10px;
    font-size: 20px;
}

.button_tab {
    margin-top: 20px;
}

.button_tab a {
    font-weight: 600;
    font-size: 14px;
}

.customizer_live_sessions.prevent_click_slider {
    opacity: 0.5;
    pointer-events: none;
}

.tab-result {
    padding: 20px;
    border-radius: 12px;
    background-color: #BEBEFF;
    display: flex;
    flex-direction: column;
    margin-top: 60px;
}

.overview-title {
    font-size: 20px;
    line-height: 32px;
    font-weight: 800;
    color: #31216B;
}

.overview-inner {
    display: flex;
    flex-direction: column;
}

.overview-content,
.overview-top {
    display: flex;
}

.column {
    flex: 1;
}

.overview-inner {
    margin-top: 20px;
}

.overview-top {
    position: relative;
}

.overview-top:before {
    content: '';
    width: 100%;
    background-color: #aeadef;
    height: 4px;
    position: absolute;
    left: 0px;
    top: 12px;
    right: 0px;
}

.column_title {
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    font-weight: 800;
    background-color: #31216B;
    padding: 4px 10px;
    border-radius: 28px;
    position: relative;
}

.overview-content {
    padding-top: 20px;
}

.overview-content {
    margin: 0px -10px;
}

.overview-content .column {
    display: flex;
    flex-direction: column;
    padding: 0px 10px 40px;
}

.first_item_holder .column_item {
    width: 100%;
}

.column_item:not(.empty_item) {
    padding: 8px 36px 8px 36px;
    background-color: #C6C6FF;
    border-radius: 8px;
    margin-bottom: 4px;
    font-size: 14px;
    line-height: 20px;
    color: #31216B;
    border: 1px solid rgba(256, 256, 256, 0.2);
    position: relative;
}

.column_item.empty_item {
    min-height: 58px;
    margin-bottom: 20px;
}

.column_item:before {
    background-position: center center;
    background-size: cover;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 10px;
    top: 8px;
    content: '';
}

.column_item.icon_chat:before {
    background-image: url(../../../images/ai-bootcamp/chat.svg);
}

.column_item.icon_paper:before {
    background-image: url(../../../images/ai-bootcamp/papier.svg);
}

.column_item.icon_play:before {
    background-image: url(../../../images/ai-bootcamp/play.svg);
}

.column_item.icon_bag:before {
    background-image: url(../../../images/ai-bootcamp/bag.svg);
}

.column_item.icon_congrats:before {
    background-image: url(../../../images/ai-bootcamp/congrats.svg);
}

.column_item.icon_download:before {
    background-image: url(../../../images/ai-bootcamp/download.svg);
}

.column_item.icon_earth:before {
    background-image: url(../../../images/ai-bootcamp/community.svg);
}

.first_item_holder {
    position: relative;
}

.first_item_holder.live_item:after {
    background-image: url(../../../images/ai-bootcamp/live.svg);
    background-position: center center;
    background-size: cover;
    width: 22px;
    height: 16px;
    position: absolute;
    right: 10px;
    top: 8px;
    content: '';
}

.condensed_show {
    display: none!important;
}

.first_item_holder {
    display: flex;
    min-height: 58px;
    align-items: flex-start;
    margin-bottom: 20px;
}

.overview-bottom {
    background-color: #C6C6FF;
    border-radius: 8px;
    text-align: center;
    border: 1px solid rgba(256, 256, 256, 0.2);
}

.overview-bottom span {
    font-size: 14px;
    line-height: 20px;
    color: #31216B;
    position: relative;
}

.overview-bottom span:before {
    background-position: center center;
    background-size: cover;
    width: 20px;
    height: 20px;
    position: absolute;
    left: -25px;
    top: 0px;
    content: '';
    background-image: url(../../../images/ai-bootcamp/question.svg);
}

.first_item_holder .column_item {
    margin-bottom: 0px;
}

.overview-content .column {
    position: relative;
}

.overview-content .column:before {
    content: '';
    width: 4px;
    height: 100%;
    border-left: 2px dashed #aeadef;
    position: absolute;
    left: 26px;
    top: -20px;
    height: calc(100% + 20px);
}

.overview-top .column:first-child {
    margin-left: 0px;
}

.overview-top .column {
    margin-left: 20px;
}

.live_no .empty_item,
.live_no .live_item {
    display: none;
}

.condensed .column_item.condensed_hide,
.condensed .first_item_holder.condensed_hide,
.condensed .overview-content .column:nth-last-child(2),
.condensed .overview-top .column:nth-last-child(2) {
    display: none;
}

.condensed .column_item.condensed_show,
.condensed .first_item_holder.condensed_show {
    display: flex!important;
}

.condensed.live_no .first_item_holder.condensed_show {
    display: none!important;
}

.hr-leadership-result .column_item.empty_item,
.hr-leadership-result .first_item_holder {
    min-height: 78px;
}

@media (max-width: 1040px) {
    .tabs-section {
        padding: 60px 0px;
    }
    .tab-result {
        margin-top: 40px;
    }
    .tab-buttons {
        margin-bottom: 30px;
    }
}

@media (max-width: 980px) {
    .tab {
        display: flex;
        flex-direction: column;
    }
    .tab-top {
        flex-direction: column;
        align-items: flex-start;
    }
    .tab-top-left {
        padding: 30px 0px 0px;
        order: 2;
        width: 100%;
    }
    .tab-top-right {
        padding: 0px;
        order: 1;
        width: 100%;
        flex: none;
    }
    .tab-result {
        margin: 30px 0px 0px 0px;
        flex-direction: column;
    }
    .overview-top {
        display: none;
    }
    .overview-content {
        flex-direction: column;
    }
    .column_item.empty_item {
        display: none!important;
    }
    .tab-result.hr-teams-result .overview-content .column {
        position: relative;
    }
    .tab-result.hr-teams-result .overview-content .column:after {
        font-size: 14px;
        line-height: 24px;
        color: #fff;
        font-weight: 800;
        background-color: #31216B;
        padding: 4px 10px;
        border-radius: 28px;
        position: absolute;
        top: -40px;
        left: 10px;
    }
    .tab-result.hr-teams-result .overview-content .column:nth-child(1):after {
        content: 'STAGE 1';
    }
    .tab-result.hr-teams-result .overview-content .column:nth-child(2):after {
        content: 'STAGE 2';
    }
    .tab-result.hr-teams-result .overview-content .column:nth-child(3):after {
        content: 'STAGE 3';
    }
    .tab-result.hr-teams-result .overview-content .column:nth-child(4):after {
        content: 'STAGE 4';
    }
    .tab-result.hr-teams-result .overview-content .column:nth-child(5):after {
        content: 'ONGOING';
    }
    .tab-result.hr-leadership-result .overview-content .column:after {
        font-size: 14px;
        line-height: 24px;
        color: #fff;
        font-weight: 800;
        background-color: #31216B;
        padding: 4px 10px;
        border-radius: 28px;
        position: absolute;
        top: -40px;
        left: 10px;
    }
    .tab-result.hr-leadership-result .overview-content .column:nth-child(1):after {
        content: 'STAGE 1';
    }
    .tab-result.hr-leadership-result .overview-content .column:nth-child(2):after {
        content: 'STAGE 2';
    }
    .tab-result.hr-leadership-result .overview-content .column:nth-child(3):after {
        content: 'STAGE 3';
    }
    .tab-result.hr-leadership-result .overview-content .column:nth-child(4):after {
        content: 'STAGE 4';
    }
    .tab-result.hr-leadership-result .overview-content .column:nth-child(5):after {
        content: 'NEXT STEPS';
    }
    .customizer_holder {
        padding: 15px;
    }
    .customizer_duration,
    .customizer_number_participants {
        padding: 10px 0px;
    }
    .customizer_type,
    .customizer_live_sessions {
        padding-top: 10px;
    }
    .overview-content .column {
        padding-bottom: 60px;
    }
    .hr-leadership-result .first_item_holder,
    .first_item_holder {
        min-height: inherit;
        margin-bottom: 8px;
    }
    .overview-content .column:last-child {
        padding-bottom: 30px;
    }
    .overview-title {
        padding-bottom: 10px;
    }
}

@media (max-width: 570px) {
    .radio_button_item {
        padding-right: 0px;
        padding-bottom: 10px;
    }
    .radio_button_item:last-child {
        padding-bottom: 0px;
    }
    .radio_button {
        flex-direction: column;
    }
    .label_big_text {
        font-size: 14px;
        line-height: 18px;
    }
    .label_small_text {
        font-size: 12px;
        line-height: 18px;
    }
}

@media (max-width: 513px) {
    .tab-buttons button {
        font-size: 14px;
        line-height: 18px;
        width: 140px;
    }
}

@media (max-width: 480px) {
    .tabs-header.bigger-space h2 {
        margin-bottom: 30px!important;
    }
    .two_columns_right {
        padding: 0px 0 0px 20px!important;
    }
    .slider-container {
        margin-top: 10px;
    }
    .radio_button {
        flex-direction: row;
    }
    .radio_button_item {
        padding-right: 20px;
        padding-bottom: 0px;
    }
    .tabs-section {
        padding: 50px 0px;
    }
    .customizer_type,
    .customizer_live_sessions,
    .customizer_duration,
    .customizer_number_participants {
        flex-direction: column;
        align-items: flex-start;
    }
    .customizer_type .radio_button {
        padding-top: 10px;
    }
}

@media (max-width: 353px) {
    .tab-buttons button {
        font-size: 12px;
        line-height: 18px;
        width: 130px;
    }
}


/* .logo-inner-item.item-text {
    background-color: #31216b;
    padding: 10px 0px;
    margin-top: -20px;
    color: #fff!important;
    position: relative;
}

.logo-inner-item.item-text:before {
    content: '';
    width: 0px;
    height: 0px;
    border-left: 20px solid transparent;
    border-right: 5px solid #31216b;
    border-top: 78px solid #31216b;
    position: absolute;
    left: -25px;
    top: 0px;
}

.logo-inner-item.item-text:after {
    content: '';
    width: 0px;
    height: 0px;
    border-right: 20px solid transparent;
    border-left: 5px solid #31216b;
    border-top: 78px solid #31216b;
    position: absolute;
    right: -25px;
    top: 0px;
} */