@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");

*,
*::before,
*::after {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
a {
	text-decoration: none;
}

a:hover,
a:focus {
	text-decoration: none;
}

i:before {
	margin-left: 0px !important;
}
body {
	font: 400 15px/26px "Inter", sans-serif;
	letter-spacing: 0px;
	color: #2C2C2C;
	padding: 0px;
	overflow-x: hidden;
	z-index: 0;
	background-color: #fff;
}

input[type=text]:focus,
input[type=date]:focus,
textarea:focus,
input[type=number]:focus,
.selectpickers:focus,
input[type=datetime-local],
input[type=month],
input[type=time]:focus,
.custom-select:focus,
select.form-control:focus,
input[type=email]:focus,
input[type=file]:focus,
textarea.form-control:focus,
input[type=search]:focus,
input[type=datetime-local]:focus,
button:focus,
input[type=month]:focus,
.form-select:focus,
input[type=phone]:focus,
input[type=password]:focus {
	box-shadow: none;
	border-color: #5296D5;
	outline: none;
}

a,
.btn,
button {
	text-decoration: none;
	outline: none;
}

a:hover,
a:focus,
.btn:hover,
.btn:focus,
button:hover,
button:focus {
	text-decoration: none;
	outline: none;
	box-shadow: none;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
	outline: none;
	box-shadow: none;
}
.header_section{
    width: 100%;
    background-color: #E3EFF5;
}
.header_navbar{
	padding: 0px;
	background-color: #E3EFF5;
}
.header_navbar .navbar-brand{
	width: 230px;
    height: 76px;
    padding: 0;
    background-color: transparent;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    overflow: hidden;
    margin-right: 83px;
}
.header_navbar .navbar-brand img{
	max-width: 100%;
    height: auto;
}
.header_navbar .navbar-nav .nav-item .nav-link {
    font-size: 16px;
    line-height: 24px;
    color: #111928;
    transition: .5s ease-in-out;
    padding: 44px 16px;
    background-color: transparent;
	font-weight: 500;
    position: relative;
}
.dropdown_solution {
    background-color: #EEF7F8;
    border: 0px solid #E5E7EB;
    border-radius: 0px;
    box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.10), 0px 2px 4px -2px rgba(0, 0, 0, 0.05);
    width: 705px;
    position: relative;
    padding: 0;
    z-index: 1080;
    transition: .5s ease-in-out;
}
.dropdown_solution[data-bs-popper]{
    margin-top: 0px;
}
.dropdown_solution li .dropdown-item{
    font-size: 16px;
    line-height: 16px;
    color: #111928;
    transition: .5s ease-in-out;
    padding: 14px 16px;
    background-color: #EEF7F8;
	font-weight: 700;
    position: relative;
    border-radius: 0;
}
.header_navbar .navbar-nav .nav-item .nav-link:hover,
.header_navbar .navbar-nav .nav-item .nav-link:focus,
.header_navbar .navbar-nav .nav-item .nav-link.active, .dropdown_solution li .dropdown-item:hover {
	color: #6B7280;
}
.dropdown_solution_box{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    gap: 48px;
}
.dropdown_solution_left{
    width: 280px;
    padding: 48px 32px 32px 32px;
}
.dropdown_solution_right{
    width: 367px;
    padding: 48px 10px 48px 0px;
}
.dropdown_card h6{
    color: #111928;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 21px;
    margin-bottom: 8px;
}
.dropdown_card p{
    color: #6B7280;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 21px;
    margin-bottom: 0;
}
.dropdown_nav{
    flex-direction: column;
    margin-bottom: 0;
    gap: 20px;
}
.dropdown_nav .nav-link{
    padding: 0!important;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}
.nav_link_icon{
    width: 12px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 4px;
}
.nav_link_icon img{
    max-width: 100%;
    height: auto;
}
.nav_link_body{
    -ms-flex: 1;
    flex: 1;
}

.nav_link_body h6{
    color: #111928;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 21px;
    margin-bottom: 4px;
    transition: .5s ease-in-out;
}
.header_navbar .navbar-nav .nav-item .nav-link:hover h6{
    color: #6B7280;
}
.nav_link_body p{
    color: #6B7280;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 21px;
    margin-bottom: 0px;
}
.header_navbar .navbar-toggler, .header_navbar .navbar-toggler:hover, .header_navbar .navbar-toggler:focus {
    color: rgba(0, 0, 0, 0.55);
    border-color: rgba(0, 0, 0, 0.1);
    border: 0;
    padding: 0;
    box-shadow: none;
    outline: none;
    border: 0;
}	
.get_started_btn {
    color: #FFF;
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
    border-radius: 8px;
    padding: 10px 20px;
    color: #fff;
    background-color: #6EA9C5;    
	position: relative;
    transition: .5s ease-in-out;
    
}
.get_started_btn:hover {
    color: #fff;
    background-color: #4A829C; 
}

.bg_color {
    background-color: #E3EFF5;
}
.p_b_96{
    padding-bottom: 96px;
}
.p_t_96{
    padding-top: 96px;
}
.get_box_card{
    max-width: 701px;
    margin: auto;
}
.get_box_body{
    text-align: center;
}
.get_heading{
    color: #233876;
    font-size: 36px;
    font-weight: 700;
    line-height: 45px;
    letter-spacing: -0.36px;
    margin-bottom: 24px;
}
.get_text{
    color: #6B7280;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px; 
    text-align: left;
    margin-bottom: 24px;
}
.footer_section{
    padding: 48px 0px 1px;
    background-color: #E3EFF5;
}
.footer_company_box{
    color: #6B7280;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
}
.footer_logo{
    width: 230px;
    height: 76px;
    padding: 0;
    background-color: transparent;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    overflow: hidden;
    margin: auto;
}
.footer_logo img{
    max-width: 100%;
    height: auto;
}
.mb_64{
    margin-bottom: 64px;
}
.footer_heading{
    color: #111928;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 21px;
    text-transform: uppercase;
    margin-bottom: 16px;
}
.footer_list_nav{
    flex-direction: column;
    margin-bottom: 0;
}
.footer_list_nav li a {
    font-size: 16px;
    line-height: 24px;
    color: #111928;
    font-weight: 700;
    position: relative;
    display: inline-block;
    transition: .5s ease-in-out;
}
.footer_list_nav li a:hover{
    color: #6B7280;
}
.footer_list_nav li+ li{
    margin-top: 16px;
}
.footer_list_inner{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.clarity_list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.clarity_list_left{
    max-width: 470px;
}
.clarity_list_heading{
    color: #000;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 16px;
}
.clarity_list_text{
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0px;
}
.clarity_section{
    border-top: 1px solid #F3F4F6;
    border-bottom: 1px solid #F3F4F6;
    background-color: #F5FCFF;
}
.clarity_list li+ li{
    margin-left: 60px;
}
.clarity_list_right{
    max-width: 747px;
    /* margin: auto; */
}
.clarity_right_content{
    border-radius: 20px;
    border: 3px solid #6CA1BF;
    background-color: #FFF;
    padding: 6px 3px 11px 29px;
}
.clarity_right_heading{
    color: #9CA3AF;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
    margin-bottom: 0;
}
.clarity_right_text{
    color: #6B7280;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 27px;
    margin-bottom: 0;
}
.clarity_list_img{
    width: 406px;
    height: 240px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}
.clarity_list_img img{
    max-width: 100%;
    height: auto;
}
.clarity_insight {
    width: 747px;
    height: 499px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}
.clarity_insight img{
    max-width: 100%;
    height: auto;
}
.complex_sectiom{
    background-color: #F5FCFF;
}
.complex_heading {
    color: #000;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 16px;
}
.complex_list_text{
    color: #374151;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0px;
}
.book_demo_btn{
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    padding: 12px 20px;
    border: 0px;
    border-radius: 8px;
    background-color: #6EA9C5;
    transition: .5s ease-in-out;
}
.book_demo_btn:hover{
    color: #fff;
    background-color: #4A829C;  
    box-shadow: none;
    outline: none;
    border: 0;
}
.pricing_faq_btn{
    color: #111928;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    padding: 12px 20px;
    border: 1px solid #E5E7EB;
    border-radius: 8px;
    background-color: #fff;
}
.pricing_faq_btn svg{
    margin-left: 8px;
}
.pricing_faq_btn:hover{
    color: #6B7280;
    border: 1px solid #E5E7EB;
    background-color: #fff;  
    box-shadow: none;
    outline: none;
}
.demo_btn_group a+ a{
    margin-left: 16px;
}
.architects_section{
    /* border-bottom: 1px solid #F5FCFF; */
    background-color: #F5FCFF;
}
.empower_section{
    background-color: #F5FCFF;
    /* border-top: 1px solid #F3F4F6;
    border-bottom: 1px solid #F3F4F6; */
}
.architects_box_top{
    text-align: center;
}
.architects_top_heading{
    color: #233876;
    font-size: 60px;
    font-style: normal;
    font-weight: bold;
    line-height: 60px;
    letter-spacing: -0.6px;
    margin-bottom: 16px;
}
.architects_top_text{
    color: #6B7280;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 0;
}
.architects_bottom_heading{
    color: #233876;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 45px;
    letter-spacing: -0.36px;
    margin-bottom: 16px;
}
.architects_bottom_text{
    color: #6B7280;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 0;
}
.equip_box_heading{
    color: #233876;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 45px;
    letter-spacing: -0.36px;
    margin-bottom: 16px;
}
.equip_box_text{
    color: #6B7280;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 0;
}
.equip_section{
    border-top: 1px solid #F3F4F6;
    border-bottom: 1px solid #F3F4F6;
    background-color: #F5FCFF;
}
.help_section{
    border-top: 1px solid #F3F4F6;
    border-bottom: 1px solid #F3F4F6;
    background-color: #F5FCFF;
}
.help_box_search{
    max-width: 695px;
    margin: auto;
    text-align: center;
}
.help_heading{
    color: #233876;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 45px;
    letter-spacing: -0.36px;
    margin-bottom: 16px;
}
.help_text{
    color: #6B7280;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 32px;
}
.help_search_text{
    color: #6B7280;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 21px;
    margin-bottom: 64px;
    margin-top: 16px;
}
.search_group{
    max-width: 672px;
    margin: auto;
    position: relative;
}
.search_form_control{
    color: #6B7280;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    padding: 14px 16px 14px 46px;
    border-radius: 8px;
    border: 1px solid #D1D5DB;
    background-color: #F9FAFB;
}
.search_image{
    position: absolute;
    left: 16px;
    top: 18px;
}
.help_type_list{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    display: flex;
    flex-wrap: wrap;
    margin-right: -16px;
    margin-left: -16px;
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}
.help_type_list li{
    flex: 0 0 25%;
    max-width: 25%;
    padding-right: 16px;
    padding-left: 16px;
    margin-bottom: 0px;
}
.help_type_card{
    padding: 24px;
    border-radius: 8px;
    background-color: #FFF;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.10), 0px 1px 2px -1px rgba(0, 0, 0, 0.10);
}
.help_type_icon{
    margin-bottom: 20px;
}
.help_type_heading{
    color: #111928;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 22.5px;
    margin-bottom: 16px;
}
.general_list_box{
    margin-bottom: 16px;
}
.help_type_text{
    color: #111928;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 21px;
    margin-bottom: 0;
    display: block;
}
.help_type_text+ .help_type_text{
    margin-top: 12px;
}
.help_type_text:hover{
    color: #6B7280;    
}
.show_all_link{
    color: #111928;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 21px;
    display: block;
}
.show_all_link:hover{
    color: #6B7280; 
}
.team_section{
    background-color: #F5FCFF;
    /* border-top: 1px solid #F3F4F6;
    border-bottom: 1px solid #F3F4F6; */
}
.team_list_top_heading{
    color: #233876;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 45px;
    letter-spacing: -0.36px;
    margin-bottom: 16px;
}
.team_list_top_text{
    color: #6B7280;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 0px;
}
.team_list_left_top {
    padding-bottom: 13px;
    border-bottom: 1px solid #E5E7EB;
}
.team_list_left_bottom{
    padding-top: 19px;
}
.team_list_bottom_heading{
    color: #111928;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 16px;
}
.team_list_bottom_text{
    color: #6B7280;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 16px;
}
.team_list_bottom_heading img{
    margin-right: 10px;
}
.data_team_list{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.team_list_left{
    max-width: 469px;
}
.data_team_list li+ li {
    margin-left: 64px;
}
.team_list_right {
    max-width: 747px;
    margin: auto;
}
.capability_img_box{
    width: 747px;
    height: 390px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.capability_img_box img{
    max-width: 100%;
    height: auto;
}
.faq_section{
    border-bottom: 1px solid #F3F4F6;
    background-color: #F5FCFF;
}
.faq_heading{
    color: #233876;
    font-size: 60px;
    font-style: normal;
    font-weight: bold;
    line-height: 75px;
    letter-spacing: -0.36px;
    padding-bottom: 32px;
    margin-bottom: 48px;
    border-bottom: 1px solid #E5E7EB;
}
.faq_sub_heading{
    color: #233876;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: -0.24px;
    margin-bottom: 48px;
}
.faq_list{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    display: flex;
    flex-wrap: wrap;
    margin-right: -24px;
    margin-left: -24px;
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}
.faq_list li{
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 24px;
    padding-left: 24px;
    margin-bottom: 32px;
}
.faq_list_card{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}
.faq_list_icon{
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}
.faq_list_icon img{
    max-width: 16px;
    height: auto;
}
.faq_body{
    -ms-flex: 1;
    flex: 1;
}
.faq_list_heading{
    color: #111928;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    margin-bottom: 8px;
}
.faq_list_text{
    color: #6B7280;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0;
}
.faq_box_card+ .faq_box_card{
    margin-top: 16px;
}
.business_heading{
    color: #233876;
    text-align: center;
    font-size: 60px;
    font-style: normal;
    font-weight: bold;
    line-height: 60px;
    letter-spacing: -0.6px;
    margin-bottom: 16px;
}
.business_sub_heading{
    color: #6B7280;
    text-align: center;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    max-width: 600px;
    margin: 0 auto ;
}
.busines_section, .promotions_section{
    background-color: #F5FCFF;
}
.benefits_sectiom{
    border-top: 1px solid #F3F4F6;
    border-bottom: 1px solid #F3F4F6;
    background-color: #F5FCFF; 
}
.max_width_555 {
    max-width: 555px;
}
.max_width_880{
    max-width: 880px; 
}
.contact_section{
    background-color: #F5FCFF;
}
.demo_section, .privacy_section{
    background-color: #F5FCFF; 
}
.contact_heading{
    color: #233876;
    font-size: 60px;
    font-style: normal;
    font-weight: bold;
    line-height: 75%;
    letter-spacing: -0.6px;
    margin-bottom: 64px;
}
.info_box_list{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    display: flex;
    flex-wrap: wrap;
    margin-right: -12px;
    margin-left: -12px;
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}
.info_box_list li{
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    padding-right: 12px;
    padding-left: 12px;
    margin-bottom: 64px;
}
.info_box_card{
    text-align: center;
    padding: 0 16px;
}
.info_box_icon{
    margin-bottom: 16px;
}
.info_heading{
    color: #111928;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 2px;
}
.info_sub_heading{
    color: #6B7280;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 0;
}
.info_sub_link, .info_sub_link:hover{
    color: #111928;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}
.info_form_box{
    max-width: 768px;
    margin: auto;
}
.form_box_list{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    display: flex;
    flex-wrap: wrap;
    margin-right: -16px;
    margin-left: -16px;
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}
.form_box_list li{
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 16px;
    padding-left: 16px;
    margin-bottom: 24px;
}
.form_box_list li:last-child{
    margin-bottom: 0px;
}
.form_box_list .width_full{
    flex: 0 0 100%;
    max-width: 100%;
}
.info_label{
    color: #111928;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 21px;
    margin-bottom: 8px;
}
.info_form_control{
    color: #6B7280;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    padding: 14px 16px 14px 16px;
    border-radius: 8px;
    border: 1px solid #D1D5DB;
    background-color: #F9FAFB;
}
.send_message_btn{
    color: #FFF;
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
    border-radius: 8px;
    padding: 10px 20px;
    color: #fff;
    background-color: #6EA9C5;
    border: 1px solid #6EA9C5;
    transition: .5s ease-in-out;
}
.send_message_btn:hover{
    background-color: #4A829C;
}
.info_form_check .form-check-input{
	width: 16px;
	height: 16px;
	border-radius: 4px;
    border: 0.5px solid #D1D5DB;
    background-color:#F9FAFB;
	margin-right: 8px;
  }
  .info_form_check .form-check-label{
	font-size: 12px;
	font-weight: 700;
	line-height: 18px;
    color: #6B7280;
  }
  .info_form_check .form-check-label span{
    color: #111928;
  }
  .info_form_check .form-check-label a{
    color: #111928;
  }
  .info_form_check .form-check-label a:hover{
    color: #6B7280;
  }
  .info_form_check .form-check-input:checked{
	background-color: #233876;
	border: 1px solid #233876;
  }
  .info_form_check .form-check-input:focus {
	box-shadow: none;
	outline: none;
}
.demo_heading{
    color: #233876;
    font-size: 60px;
    font-style: normal;
    font-weight: bold;
    line-height: 75px;
    letter-spacing: -0.6px;
    margin-bottom: 4px;
}
.demo_text{
    color: #6B7280;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height:  30px;
    margin-bottom: 0px;
}
.demo_list{
    margin: 24px 0px;
}
.demo_list p{
    color: #6B7280;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height:  30px;
    margin-bottom: 0px; 
    padding-left: 24px;
    position: relative;
}
.demo_list p::before{
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #6B7280;
    left: 0;
    position: absolute;
    top: 11px;
}
.mt_64{
    margin-top: 64px;
}
.demo_box_card {
    max-width: 786px;
    width: 100%;
    margin: auto;
}
.privacy_heading {
    color: #233876;
    font-size: 60px;
    font-style: normal;
    font-weight: bold;
    line-height: 75px;
    letter-spacing: -0.6px;
    margin-bottom: 24px;
}
.privacy_sub_heading{
    color: #6B7280;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 0px;
}

.privacy_list p{
    color: #6B7280;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height:  150%;
    margin-bottom: 0px; 
    padding-left: 16px;
    position: relative;
}
.privacy_list p span{
    color: #6B7280;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.privacy_list p a{
    color: #111928;
    text-decoration: underline;
}
.privacy_list p a:hover{
    color: #6B7280;
    text-decoration: underline;
}

.privacy_list p::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #6B7280;
    left: 0;
    position: absolute;
    top: 10px;
}
.privacy_text{
    color: #6B7280;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height:  150%;
    margin-bottom: 0px; 
}
.privacy_text a{
    color: #111928;
    font-weight: bold;
}
.privacy_text a:hover{
    color: #6B7280;
}
.pricing_section{
    padding: 32px 0px;
    background-color: #F5FCFF;
}
.about_section{
    background-color: #F5FCFF;
}
.about_sub_heading{
    color: #6B7280;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 0px;
}
.about_sub_heading a{
    color: #111928;
    text-decoration: underline;
}
.about_sub_heading a:hover{
    color: #6B7280;
    text-decoration: underline;
}
.about_text{
    color: #6B7280;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 0px;
}
.about_sub_text{
    color: #111928;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 0px;
}
.term_sub_heading{
    color: #6B7280;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 0px;
}
.about_heading{
    color:#233876;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 75px;
    letter-spacing: -0.6px;
    margin-bottom: 24px;
}

.case_heading{
    color:#233876;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px;
    letter-spacing: -0.48px;
    margin-bottom: 0;
}
.case_heading span{
    display: block;
}
.case_sub_heading{
    color: #6B7280;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    margin-bottom: 0;
}
.text_sub_text{
    color: #6B7280;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 0;
}
.case_text{
    color: #6B7280;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 0;
}

/* coockie modal */
.newslatter_main_bodal{
    width: 100%;
}
.newsletter_modal {
    position: fixed;
    bottom: 0px;
    left: -680px;
    max-width: 640px;
    width: 100%;
    background: #FAFAFA;
    transition: .5s ease-in-out;
    box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.10), 0px 2px 4px -2px rgba(0, 0, 0, 0.05);
  }
  .newsletter_modal.show {
    left: 30px;
  }
  .newsletter_modal_box{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
  }
  .newsletter_modal_image{
    width: 184px;
    height: 275px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin-right: 0px;
  }
  .newsletter_modal_image img{
    max-width: 100%;
    height: auto;
  }
  .newsletter_modal_body{
    -ms-flex: 1;
    flex: 1;
    padding: 24px;
  }
  .newsletter_heading{
    color: #111928;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: -0.24px;
    margin-bottom: 10px;
  }
  .newsletter_sub_text{
    color: #6B7280;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height:24px;
    margin-bottom: 24px;
  }
  .newsletter_text_bottom{
    color:#6B7280;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height:  21px;
    margin-bottom: 24px;
    margin-bottom: 0px;
  }
  .subscribe_button{
    color:#FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 21px;
    padding: 9px 20px;
    border-radius: 8px;
    border: 1px solid #6EA9C5;
    background-color: #6EA9C5;
    transition: .5s ease-in-out;
  }
  .sub_box{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
  }
  .subscribe_button:hover{
    color:#FFF;
    border: 1px solid #4A829C;
    background-color: #4A829C;
  }
  .sub_from_group{
    width: 282px;
    position: relative;
  }
  .envelope_icon{
    position: absolute;
    top: 14px;
    left: 16px;
  }
  .sub_from_control{
    color: #6B7280;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height:17.5px;
    padding: 12px 16px 12px 42px;
    border-radius: 8px;
    background-color: #F9FAFB;
    border: 1px solid #D1D5DB;
  }
  .newsletter_close {
    position: absolute;
    right: 12px;
    top: 12px;
    cursor: pointer;
}
.list_header_heading{
    color: #111928;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: -0.24px;
    margin-bottom: 8px;
}
.list_header_text{
    color: #6B7280;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 27px;
    margin-bottom: 16px;  
}
.price_list{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}
.price_list li{
    flex: 0 0 25%;
    max-width: 25%;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 34px;
}
.price_list_card{
    padding: 20px;
    border-radius: 8px;
    border: 1px solid #E5E7EB;
    background-color: #E5E7EB;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.10), 0px 1px 2px -1px rgba(0, 0, 0, 0.10);
}
.price_manual_text{
    color: #6B7280;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 0;
}
.price_text{
    color: #233876;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    margin-bottom: 0;
}
.price_text sub{
    color: #6B7280;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    bottom: 0px;
}
.price_icon{
    width: 90px;
    height: 82px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin: auto;
}
.price_icon img{
    max-width: 100%;
    height: auto;
}
.price_button{
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 21px; 
    padding: 10px 20px;
    text-align: center;
    width: 100%;
    background-color: #6B7280;
    border-radius: 8px;
    border: 1px solid #6B7280;
    margin: 32px auto;
    transition: .5s ease-in-out;
}
.price_button:hover{
    color: #fff;
    border: 1px solid #6B7280;
    background-color: #6B7280;
    opacity: 0.8;
}
.Talk_sales_btn{
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 21px; 
    padding: 10px 20px;
    text-align: center;
    width: 100%;
    background-color: #6B7280;
    border: 1px rgba(108, 161, 191, 0.46);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15), 0px 1px 4px 0px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    margin: 32px auto;
    transition: .5s ease-in-out;
}
.Talk_sales_btn:hover{
    color: #fff;
    background-color: #6B7280;
    border: 1px rgba(108, 161, 191, 0.46);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15), 0px 1px 4px 0px rgba(0, 0, 0, 0.15);
    opacity: 0.8;
}

.list_media{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.list_media_icon{
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin-right: 10px;
}
.list_media_icon img{
    max-width: 100%;
    height: auto;
}
.list_media_body{
    -ms-flex: 1;
    flex: 1;
}
.list_media_body p{
    color: #6B7280;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 0;
}
.list_media+ .list_media{
    margin-top: 14px;
}
.common_box {
    max-width: 808px;
    margin: auto;
    text-align: center;
    padding: 32px 0px;
}
.price_list_body {
    min-height: 260px;
}
.common_box_text{
    color: #6B7280;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 20px;
}
.common_box_text a{
    color: #111928;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    text-decoration-line: underline;
}
.common_box_text a:hover{
    text-decoration-line: underline;
    color: #6B7280;
}
.show_hide_button{
    color: #fff;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    padding: 10px 20px;
    background-color: #1E429F;
    border-radius: 8px;
    transition: .5s ease-in-out;
}
.show_hide_button img{
    margin-left: 8px;
}
.show_hide_button:hover{
    opacity: 0.8;
}
.list_of_pricing{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    display: flex;
    flex-wrap: wrap;
    margin-right: -0px;
    margin-left: -0px;
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}
.list_of_pricing li{
    flex: 0 0 19%;
    max-width: 19%;
    padding-right: 0px;
    padding-left: 0px;
    margin-bottom: 34px;
}
.list_of_pricing li:first-child{
    flex: 0 0 24%;
    max-width: 24%;
}
.pricing_common_section {
    background-color: #F5FCFF;
}
.price_list_table{
    margin-bottom: 0;
}
.price_list_table thead tr th{
    color: #6B7280;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    text-transform: capitalize;
    background-color: #E5E7EB;
    border: 0;
    padding: 16px;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.10), 0px 1px 2px -1px rgba(0, 0, 0, 0.10)
}
.price_list_table thead tr th:first-child{
    box-shadow: none;
    background-color: transparent;
}
.price_list_table tbody tr td{
    color: #111928;
    text-align: left;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 21px;
    background-color: #E5E7EB;
    text-align: center;
    border: 0;
    padding: 16px 12px;
    width: 250px;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.10), 0px 1px 2px -1px rgba(0, 0, 0, 0.10);
}
.price_list_table tbody tr td:first-child{
    width: 276px;
    text-align: left;
    background-color: #fff;
}
.price_list_table tbody tr td.full_td{
    color: #111928;
    text-align: left;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    background-color: transparent;
    text-align: left;
    border: 0;
    padding: 16px;
}
.list_of_pricing_box {
    display: block;
    transition: .5s ease-in-out;
    overflow: hidden;
}
.hide {
    display: none;
}

.demo_business_section{
    background-color: #F5FCFF;
    border-bottom: 1px solid #F3F4F6;
}
.demo_business_box {
    text-align: center;
    max-width: 1116px;
    margin: auto;
}
.demo_business_heading{
    color: #233876;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 75px;
    letter-spacing: -0.6px;
    margin-bottom: 16px;
}
.max_890{
    max-width: 890px;
    margin: auto auto 16px;
}
.demo_business_text{
    color: #6B7280;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 32px;
}
.referral_sub_heading{
    color: #233876;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 45px;
    letter-spacing: -0.36px;
    margin-bottom: 0;
}
.referral_sub_text{
    color: #233876;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: -0.24px;
    margin-bottom: 0;
}
.application_section{
    background-color: #F5FCFF;
}
.applying_heading{
    color: #233876;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height:75px;
    letter-spacing: -0.6px;
    margin-bottom: 0;
}
.applying_text{
    color:#6B7280;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 0;
}
.application_group{
    position: relative;
}
.app_label{
    color: #111928;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
    margin-bottom: 8px;
}
.app_form_control{
    color: #6B7280;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    padding: 8px 16px;
    border-radius: 8px;
    border: 1px solid #D1D5DB;
    background-color: #F9FAFB;
    margin-bottom: 8px;
    position: relative;
}
.app_from_text{
    color: #6B7280;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 17.5px;
    margin-bottom: 24px;
}
.app_from_text a{
    color: #111928;
}
.app_from_text a:hover{
    color: #6B7280;
}
.classroom_text{
    color: #233876;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 0;
}
.classroom_text_two{
    color: #111928;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0;
}
.services_text{
    color: #6B7280;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 0px;
}
.services_text a{
    color: #111928;
    font-weight: 700;
}
.services_text a:hover{
    color: #6B7280;
}
.services_sub_text{
    color: #233876;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: -0.24px;
    margin-bottom: 0px;
}
.services_sub_heading{
    color: #6B7280;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 0;
}
.services_heading{
    color: #233876;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: -0.24px;
    margin-bottom: 0;
}
.coo_text{
    color: #6B7280;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 0;
}
.mb_24 {
    margin-bottom: 24px;
}
.mb_16{
    margin-bottom: 16px;
}
.app_form_icon {
    position: absolute;
    top: 41px;
    left: 16px;
}
.fw_600{
    font-weight: 600;
}
.pl_44{
    padding-left: 44px;
}

.scrollspy_section{
    border-top: 1px solid #F3F4F6;
    border-bottom: 1px solid #F3F4F6;
    background-color: #F5FCFF;
    min-height: 100vh;
}
.scrollspy_box_list{
    gap: 64px;
    position: relative;
    display: flex;
    justify-content: space-between;
}
.scrollspy_list_left{
    width: 470px;
    height: 100%;
}
.scrollspy_box_left{
    height: 100vh;
    padding-top: 200px;
    max-height: 40rem;
}

.scrollspy_box_right{
    display: flex;
    width: 747px;
    height: 100vh;
    max-height: 40rem;
    position: -webkit-sticky;
    position: sticky;
    top: calc(50% - 250px);
}
.early_modal_body{
    padding: 24px;
    background-color: #f5fcff;
    position: relative;
}
#earlyaccessmodal .modal-dialog {
    max-width: 640px;
}
#earlyaccessmodal .modal-content {
    background-color: #f5fcff;
    border-radius: 0px;
}
.early_modal_close{
    position: absolute;
    right: 12px;
    top: 12px;
    cursor: pointer;
}
.early_logo{
    width: 230px;
    height: 76px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin-bottom: 10px;
}
.early_logo img{
    max-width: 100%;
    height: auto;
}
.early_modal_text{
    color: #6B7280;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 10px;
}
.early_modal_bottom{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.early_form_check {
    margin: 24px auto;
}
.early_form_check .form-check-input{
	width: 24px;
	height: 24px;
	border-radius: 4px;
    border: 0.5px solid #D1D5DB;
    background-color:#F9FAFB;
	margin-right: 8px;
  }
  .early_form_check .form-check-label{
	font-size: 12px;
	font-weight: 700;
	line-height: 18px;
    color: #6B7280;
  }
  .early_form_check .form-check-input:checked{
	background-color: #6EA9C5;
	border: 1px solid #6EA9C5;
  }
  .early_form_check .form-check-input:focus {
	box-shadow: none;
	outline: none;
}
.early_form_box {
    padding: 16px 0px 16px 0px;
}
.early_box_list{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    display: flex;
    flex-wrap: wrap;
    margin-right: -8px;
    margin-left: -8px;
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}
.early_box_list li{
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 8px;
    padding-left: 8px;
    margin-bottom: 16px;
}
.early_box_list li:last-child{
    margin-bottom: 0px;
}
.early_box_list .width_full{
    flex: 0 0 100%;
    max-width: 100%;
}
.early_group{
   max-width: 49%;
}
.tooltip-btn {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.tooltip-btn img {
    vertical-align: middle;
    margin-left: 8px;
    width: 12px;
}

.tooltip-btn span {
    visibility: hidden;
    width: 250px;
    background-color: #6CA1BF;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 12px;
    position: absolute;
    z-index: 1080;
    bottom: 125%;
    left: 50%;
    margin-left: -25px;
    opacity: 0;
    transition: .5s ease-in-out;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0;
}

.tooltip-btn span::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 10%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #6CA1BF transparent transparent transparent;
}

.tooltip-btn:hover span {
    visibility: visible;
    opacity: 1;
}
.access_programe_heading{
    color: #233876;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 75px;
    letter-spacing: -0.6px;
    margin-bottom: 24px;
}
.access_programe_text{
    color: #6B7280;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height:  21px;
    margin-bottom: 0;
}
.fw-700{
    font-weight: 700;
}

/* scroll */
.parent {
    position: relative;
    height: 100vh;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
  }
  
  .left {
    width: 40%;
    transform: translateY(0);
    transition: transform 0.5s ease-out;
  }
  
  .right {
    width: 40%;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  
  .parent:nth-child(even) .left {
    order: 2;
  }
  
  .parent:nth-child(even) .right {
    order: 1;
  }
  .scrllspy_desktop{
    display: none;
  }
  iframe {
    transition: all .8s;
}
.cookies_modal_box{
    display: none;
    position: fixed;
    z-index: 1000;
    max-width: 555px;    
    bottom: 30px;
    right: 80px;
    border-radius: var(--rounded-lg, 8px);
    background: var(--white, #FFF);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.08);
}
.cookies_modal_box.show {
    display: block;
}
.cookies_modal_body{
    padding: 24px;
    gap: 16px;
}
.cookies_modal_body p{
    color:#6B7280;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    margin-bottom: 10px;
}
.cookies_modal_body p a{
    color: #111928;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    text-decoration-line: underline;
    padding: 0;
    vertical-align: bottom;
}

.cookies_modal_body p a:hover {
    color: #6B7280;
    text-decoration-line: underline;
}
.mt_10{
    margin-top: 20px;
}
.gap_16{
    gap: 16px;
}

 /* Autocomplete Suggestions List */
 .autocomplete_suggestions {
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: absolute;
    width: 100%;
    max-height: 200px;
    overflow-y: auto;
    border: 1px solid #dcdcdc;
    background-color: white;
    z-index: 1000;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    text-align: left; /* Align text to the left */
}

/* Autocomplete Suggestion Item */
.autocomplete_suggestions li {
    padding: 10px 15px; /* Increase padding for better spacing */
    cursor: pointer;
    font-size: 14px;
    color: #333;
}

/* Hover Effect */
.autocomplete_suggestions li:hover {
    background-color: #f1f1f1; /* Light grey background on hover */
}

/* Highlighting class for FAQ item */
.highlighted {
    background-color: #fff3cd; /* Pale yellow background */
    transition: background-color 0.5s ease; /* Smooth transition */
}
.agreement_box_card .sub_heading {
    color: #6B7280;
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
    line-height: 26px;
    margin-bottom: 16px;
}
.agreement_sub_heading{
    color: #6B7280;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 16px;
}
.sub_heading_two{
    color: #6B7280;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 16px;
}
.agreement_box_card p{
    color: #6B7280;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 16px;
}
.agreement_box_card p span{
    text-decoration: underline;
}
.agreement_box_card p a {
    color: #111928;
    text-decoration: underline;
}
.agreement_box_card p a {
    color: #111928;
    text-decoration: underline;
}
.agreement_box_card ol, .agreement_box_card ul{
    margin-bottom: 16px;
}
.agreement_box_card ol li, .agreement_box_card ul li{
    color: #6B7280;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 12px;  
}
.agreement_box_card ol li span, .agreement_box_card ul li span{
    text-decoration: underline;
}
.agreement_table {
    margin-bottom: 16px;
}

.agreement_table thead tr th{
    color: #233876;
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
    line-height: 24px;
    padding: 4px 8px;
    border: 1px solid #000;
    background-color: #F5FCFF; 
    vertical-align: baseline;
}
.agreement_table tbody tr td{
    color: #6B7280;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    padding: 4px 8px;
    border: 1px solid #000;
    background-color: #F5FCFF; 
}
ol, ul {
    padding-left: 17px;
}

.toast {
    visibility: visible;
    /* min-width: 250px; */
    width: 100%;
    background-color: #333;
    color: #fff;
    border:1px solid red;
    text-align: center;
    border-radius: 2px;
    padding: 16px;
    font-size: 17px;
    opacity: 0;
    width: 60%;
    display:flex;
    align-items: center;
    justify-content: center;
    display: flex;
    padding: 10px;
    margin: 14px auto 0;
    transition: opacity 0.3s ease-in-out;
  }

  /* Show the toast */
  .toast.show {
    visibility: visible;
    opacity: 1;
  }
  .before_none p::before{
    display: none;
  }
  .before_none p{
    padding-left: 0;
  }
  .content_img{
    width: 1284px;
    height: 435px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin-bottom: 24px;
  }
  .content_img img{
    max-width: 100%;
    height: auto;
  }