/* color Variables */
/* color Variables */
/* Basic css */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

ul[role=list],
ol[role=list] {
  list-style: none;
}

li {
  list-style: none;
}

html {
  overflow-x: hidden;
}

body {
  background-color: #fff;
  line-height: 140%;
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  font-optical-sizing: auto;
  font-style: normal;
  color: #53666E;
  position: relative;
}

img,
picture {
  max-width: 100%;
  display: block;
}

input,
button,
textarea,
select {
  font: inherit;
}

a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}
a:visited {
  color: inherit;
}
a:hover, a:focus {
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  font-weight: 300;
}

label,
span,
div,
input,
select,
textarea {
  margin: 0;
  font-weight: inherit;
  font-size: inherit;
}

button {
  display: inline-block;
  border: none;
  padding: 0;
  margin: 0;
  text-decoration: none;
  background: none;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  cursor: pointer;
  text-align: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
}
button:hover, button:focus {
  outline: none;
}
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.container-full {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  width: 100%;
}

.container-lg {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  width: 100%;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  width: 100%;
}

.container-sm {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  width: 100%;
}

.button {
  position: relative;
  outline: none;
  cursor: pointer;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  vertical-align: middle;
  padding: 16px 32px;
  font-size: 20px;
  line-height: 140%;
  color: #fff;
  font-weight: bold;
  border: solid 1px #00909A;
  transition: all 0.2s;
}
.button.btnPrimary {
  background-color: #00909A;
  color: #fff;
}
.button.btnSecondary {
  background-color: #fff;
  color: #53666E;
}
.button.buttonFull {
  width: 100%;
}
.button span {
  white-space: nowrap;
  position: relative;
  z-index: 1;
  display: inline-block;
}
@media (max-width: 600px) {
  .button {
    padding: 16px 32px;
    font-size: 16px;
    line-height: 140%;
    font-weight: bold;
  }
}
.button:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0, 144, 154, 0.2);
  letter-spacing: 1px;
}
@media (max-width: 600px) {
  .button:hover {
    transform: translateY(0px);
    box-shadow: none;
    letter-spacing: 0px;
  }
}

.fontLato, .legalSection .container .textSectionCont .infoSection h2, body {
  font-family: "Lato", sans-serif;
}

.fontLibre, .home_page_wrapper .measure_section .measure_cont .measure_text h2, .home_page_wrapper .home_report_section .report_cont .report_text_wrapper h2, .home_page_wrapper .tab_section .tab_cont .tab_content_wrapper_desktop .tab_content_wrapper .tab_card .tab_text h3, .home_page_wrapper .tab_section .tab_cont .tab_content_wrapper_mob .tab_content_wrapper .tab_card_res .tab_text h3, .home_page_wrapper .trusted_section .trusted_cont h2, .home_page_wrapper .ht_about_section .ht_about_cont .ht_text_wrap h2, .home_page_wrapper .home_hero_section .hero_content_wrap h1, .science_page_wrap .report_section .report_cont .report_heading_wrap h2, .science_page_wrap .game_section .game_cont .game_crad_wrap .game_card h3, .science_page_wrap .game_section .game_cont .game_heading_wrap h2, .science_page_wrap .key_section .key_cont .key_wrap .key_div h3, .about_page_wrap .books_section .books_container .books_wrapper .books_card .books_dtl h4, .about_page_wrap .books_section .books_container .books_head h3, .about_page_wrap .books_section .books_container .books_head h2, .about_page_wrap .research_section .re_container .re_content_wrap h2, .about_page_wrap .research_section .re_container .res_head_show, .about_page_wrap .mission_section .mission_cont .mission_id_card h2, .about_page_wrap .team_section .team_cont h2, .compare_page_wrap .rd_section .rd_container .rd_text_wrap h2, .compare_page_wrap .re_section .re_section_wrap h2, .compare_page_wrap .table_section .table_section_cont .table_heading h2, .blogDtl_container .detailsContainer .blogHeading, .legalSection .container .textSectionCont .sectionHead, .n_f_section .sectionCont h2, .n_f_section .sectionCont h1, .sectionheading, .sectionheadingxlg, .sectionheadinglg, .home_page_wrapper .grow_section .grow_cont h2, .home_page_wrapper .skill_secvtion .skill_container .heading_wrap h2, .science_page_wrap .tomorrow_section .tomorrow_cont .tomorrow_text h2, .science_page_wrap .enough_section .enough_cont .enough_text h2, .science_page_wrap .textdocument_section .textdocument_cont .text_cont h2 {
  font-family: "Libre Baskerville", serif;
}

.headingxl, .home_page_wrapper .home_hero_section .hero_content_wrap h1, .science_page_wrap .game_section .game_cont .game_crad_wrap .game_card h3, .about_page_wrap .books_section .books_container .books_head h2, .sectionheadingxlg {
  font-size: 88px;
}
.headinglg, .home_page_wrapper .ht_about_section .ht_about_cont .ht_text_wrap h2, .science_page_wrap .report_section .report_cont .report_heading_wrap h2, .science_page_wrap .game_section .game_cont .game_heading_wrap h2, .about_page_wrap .research_section .re_container .re_content_wrap h2 span, .about_page_wrap .research_section .re_container .res_head_show span, .about_page_wrap .mission_section .mission_cont .mission_id_card h2, .about_page_wrap .team_section .team_cont h2, .compare_page_wrap .rd_section .rd_container .rd_text_wrap h2, .compare_page_wrap .re_section .re_section_wrap h2, .compare_page_wrap .table_section .table_section_cont .table_heading h2, .legalSection .container .textSectionCont .sectionHead, .n_f_section .sectionCont h2, .sectionheadinglg, .home_page_wrapper .grow_section .grow_cont h2, .home_page_wrapper .skill_secvtion .skill_container .heading_wrap h2, .home_page_wrapper .measure_section .measure_cont .measure_text h2, .science_page_wrap .tomorrow_section .tomorrow_cont .tomorrow_text h2, .science_page_wrap .enough_section .enough_cont .enough_text h2, .science_page_wrap .textdocument_section .textdocument_cont .text_cont h2 {
  font-size: 60px;
}
.heading, .home_page_wrapper .home_report_section .report_cont .report_text_wrapper h2, .home_page_wrapper .tab_section .tab_cont .tab_content_wrapper_desktop .tab_content_wrapper .tab_card .tab_text h3, .home_page_wrapper .tab_section .tab_cont .tab_content_wrapper_mob .tab_content_wrapper .tab_card_res .tab_text h3, .home_page_wrapper .trusted_section .trusted_cont h2, .science_page_wrap .key_section .key_cont .key_wrap .key_div h3, .about_page_wrap .books_section .books_container .books_head h3, .about_page_wrap .research_section .re_container .re_content_wrap h2, .about_page_wrap .research_section .re_container .res_head_show, .compare_page_wrap .table_section .table_section_cont .table_heading h2, .pricing_container .pricing_wrap .pricing_Card .card_mid h3, .blogDtl_container .detailsContainer .blogHeading, .sectionheading {
  font-size: 48px;
}
.headingsm, .home_page_wrapper .ht_about_section .ht_about_cont .ht_text_wrap h3, .home_page_wrapper .home_hero_section .hero_content_wrap h2, .about_page_wrap .books_section .books_container .books_wrapper .books_card .books_dtl h4, .legalSection .container .textSectionCont .infoSection h2 {
  font-size: 40px;
}
.textlg, .home_page_wrapper .skill_secvtion .skill_container .skill_slider .skill_slider_cont .slider_card .item_card .user h3, .home_page_wrapper .skill_secvtion .skill_container .skill_slider .skill_slider_cont .slider_card .item_card p, .home_page_wrapper .home_report_section .report_cont .report_text_wrapper .res_report_slider_cont .itemWrapres .itemListres a p, .home_page_wrapper .home_report_section .report_cont .report_text_wrapper .report_slider_cont .itemWrap .itemList a p, .home_page_wrapper .ht_about_section .ht_about_cont .ht_text_wrap p, .science_page_wrap .viral_section .viral_cont .viral_card_cont .viral_card h3, .science_page_wrap .game_section .game_cont .game_crad_wrap .game_card h4, .science_page_wrap .key_section .key_cont .key_head p, .about_page_wrap .director_section .director_cont .director_main .dir_profile h3, .pricing_container .pricing_wrap .pricing_Card .card_mid h4, .pricing_container .pricing_wrap .pricing_Card .card_top h2, .success_container h3, .blog_container .blogWrapper .blogContLarge .blogLargeText .headingLabel, .blogCard h2, .blogDtl_container .detailsContainer h3 {
  font-size: 32px;
}
.text, .home_page_wrapper .measure_section .measure_cont .measure_text p, .home_page_wrapper .home_report_section .report_cont .report_text_wrapper .res_report_slider_cont .itemWrapres .itemListres a p span, .home_page_wrapper .home_report_section .report_cont .report_text_wrapper .report_slider_cont .itemWrap .itemList a p span, .home_page_wrapper .tab_section .tab_cont .tab_content_wrapper_desktop .tab_content_wrapper .tab_card .tab_text p, .home_page_wrapper .tab_section .tab_cont .tab_content_wrapper_mob .tab_content_wrapper .tab_card_res .tab_text p, .science_page_wrap .tomorrow_section .tomorrow_cont .tomorrow_text p, .science_page_wrap .viral_section .viral_cont .viral_card_cont .viral_card p, .science_page_wrap .report_section .report_cont .report_heading_wrap p, .science_page_wrap .game_section .game_cont .game_crad_wrap .game_card p, .science_page_wrap .game_section .game_cont .game_heading_wrap p, .science_page_wrap .key_section .key_cont .key_wrap .key_div p, .science_page_wrap .enough_section .enough_cont .enough_text p, .science_page_wrap .textdocument_section .textdocument_cont .text_cont p, .about_page_wrap .books_section .books_container .books_wrapper .books_card .books_dtl p, .about_page_wrap .research_section .re_container .re_content_wrap p, .about_page_wrap .research_section .re_container .re_content_wrap h3, .about_page_wrap .director_section .director_cont .director_main .dir_content p, .about_page_wrap .director_section .director_cont .director_main .dir_profile p, .about_page_wrap .mission_section .mission_cont .mission_content_wrap p, .about_page_wrap .team_section .team_cont .team_wrap .team_div p, .about_page_wrap .team_section .team_cont .team_wrap .team_div h3, .compare_page_wrap .rd_section .rd_container .rd_text_wrap p, .compare_page_wrap .table_section .table_section_cont .table_cont .table_wrap table tbody tr td p, .compare_page_wrap .table_section .table_section_cont .table_cont .table_wrap table thead tr th p, .compare_page_wrap .table_section .table_section_cont .table_heading p, .pricing_container .pricing_wrap .pricing_Card .card_mid p, .success_container p, .contact_container .ct_info_wrap .ct_info_div ul li a, .contact_container .ct_info_wrap .ct_info_div p, .blog_container .blogWrapper .blogContLarge .blogLargeText .textLabel, .blog_container .blogWrapper .categorySliderWrap .categoryCont li a, .blogCard p, .blogDtl_container .detailsContainer ul li, .blogDtl_container .detailsContainer ul h3, .blogDtl_container .detailsContainer p, .blogDtl_container .detailsContainer .dateInfo, .faq_container .faqWrapper .accordion_container .acc_card .accordion_body p, .footerSection .foogterCont .footerInfoWrap .footerMenu ul li a {
  font-size: 24px;
}
.textsm, .home_page_wrapper .skill_secvtion .skill_container .skill_slider .skill_slider_cont .slider_card .item_card .user h3 span, .home_page_wrapper .tab_section .tab_cont .tab_head_wrapper .tab_head .tab_btn_wrap button.tab_button, .science_page_wrap .reference_section .reference_cont .reference_card_wrap .reference_card p, .compare_page_wrap .table_section .table_section_cont .table_cont .table_wrap table tbody tr td:first-child p, .pricing_container .pricing_wrap .pricing_Card .card_mid.card_mid_tab .tabs .tab, .pricing_container .pricing_wrap .pricing_Card .card_mid h5, .pricing_container .pricing_wrap .pricing_Card .card_top p, .fomrRow label, .blog_container .blogWrapper .blogContLarge .blogLargeText .datelabel, .blog_container .blogWrapper .blogContLarge .blogLargeText .label, .blogCard span, .footerSection .foogterCont .copyWrite a, .footerSection .foogterCont .copyWrite p, .headerSection .headercont .navmenu li a {
  font-size: 20px;
}
.wt400,
.regular {
  font-weight: 400;
}

.wt500,
.medium {
  font-weight: 500;
}

.wt600,
.semibold {
  font-weight: 600;
}

.wt700,
.bold,
.headerSection .headercont .navmenu li a {
  font-weight: 700;
}

.wt800,
.extrabold {
  font-weight: 800;
}

.wt900,
.black {
  font-weight: 900;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-justify {
  text-align: justify;
}

.sectionheadinglg, .home_page_wrapper .grow_section .grow_cont h2, .home_page_wrapper .skill_secvtion .skill_container .heading_wrap h2, .home_page_wrapper .measure_section .measure_cont .measure_text h2, .science_page_wrap .tomorrow_section .tomorrow_cont .tomorrow_text h2, .science_page_wrap .enough_section .enough_cont .enough_text h2, .science_page_wrap .textdocument_section .textdocument_cont .text_cont h2 {
  text-align: left;
  text-transform: capitalize;
  color: #000;
  font-weight: bold;
  line-height: 120%;
  text-align: center;
}
@media (max-width: 1080px) {
  .sectionheadinglg, .home_page_wrapper .grow_section .grow_cont h2, .home_page_wrapper .skill_secvtion .skill_container .heading_wrap h2, .home_page_wrapper .measure_section .measure_cont .measure_text h2, .science_page_wrap .tomorrow_section .tomorrow_cont .tomorrow_text h2, .science_page_wrap .enough_section .enough_cont .enough_text h2, .science_page_wrap .textdocument_section .textdocument_cont .text_cont h2 {
    font-size: 40px;
  }
}
@media (max-width: 600px) {
  .sectionheadinglg, .home_page_wrapper .grow_section .grow_cont h2, .home_page_wrapper .skill_secvtion .skill_container .heading_wrap h2, .home_page_wrapper .measure_section .measure_cont .measure_text h2, .science_page_wrap .tomorrow_section .tomorrow_cont .tomorrow_text h2, .science_page_wrap .enough_section .enough_cont .enough_text h2, .science_page_wrap .textdocument_section .textdocument_cont .text_cont h2 {
    font-size: 30px;
  }
}
.sectionheadinglg span, .home_page_wrapper .grow_section .grow_cont h2 span, .home_page_wrapper .skill_secvtion .skill_container .heading_wrap h2 span, .home_page_wrapper .measure_section .measure_cont .measure_text h2 span, .science_page_wrap .tomorrow_section .tomorrow_cont .tomorrow_text h2 span, .science_page_wrap .enough_section .enough_cont .enough_text h2 span, .science_page_wrap .textdocument_section .textdocument_cont .text_cont h2 span {
  display: inline-block;
  color: #00909A;
}

.sectionheadingxlg {
  text-align: left;
  text-transform: capitalize;
  color: #fff;
  font-weight: bold;
  line-height: 120%;
  text-align: center;
}
@media (max-width: 1080px) {
  .sectionheadingxlg {
    font-size: 40px;
  }
}
@media (max-width: 600px) {
  .sectionheadingxlg {
    font-size: 30px;
  }
}
.sectionheadingxlg span {
  display: inline-block;
  color: #00909A;
  font-size: 100px;
  display: block;
}

.sectionheading {
  text-align: left;
  text-transform: capitalize;
  color: #000;
  font-weight: bold;
  line-height: 120%;
}
@media (max-width: 1080px) {
  .sectionheading {
    font-size: 40px;
  }
}
@media (max-width: 600px) {
  .sectionheading {
    font-size: 30px;
  }
}
.sectionheading span {
  display: inline-block;
  color: #00909A;
}

.flexcol {
  display: flex;
  flex-direction: column;
}
.flexcol.gap10 {
  gap: 10px;
}
.flexcol.gap20 {
  gap: 20px;
}
.flexcol.gap30 {
  gap: 30px;
}
.flexcol.gap40 {
  gap: 40px;
}
.flexcol.gap50 {
  gap: 50px;
}
.flexcol.gap60 {
  gap: 60px;
}
.flexcol.gap70 {
  gap: 70px;
}
.flexcol.gap80 {
  gap: 80px;
}
.flexcol.center {
  align-content: center;
}
.flexcol.start {
  align-items: flex-start;
}
.flexcol.end {
  align-items: flex-end;
}

.flexrow {
  display: flex;
  flex-direction: row;
}
.flexrow.gap10 {
  gap: 10px;
}
.flexrow.gap20 {
  gap: 20px;
}
.flexrow.gap30 {
  gap: 30px;
}
.flexrow.gap40 {
  gap: 40px;
}
.flexrow.gap50 {
  gap: 50px;
}
.flexrow.gap60 {
  gap: 60px;
}
.flexrow.gap70 {
  gap: 70px;
}
.flexrow.gap80 {
  gap: 80px;
}
.flexrow.center {
  justify-content: center;
}
.flexrow.start {
  justify-content: flex-start;
}
.flexrow.end {
  justify-content: flex-end;
}
.flexrow.between {
  justify-content: space-between;
}
.flexrow.around {
  justify-content: space-around;
}
.flexrow.justify-start {
  justify-content: flex-start;
}
.flexrow.justify-end {
  justify-content: flex-end;
}

.flexcenter, .home_page_wrapper .grow_section .grow_cont, .home_page_wrapper .grow_section, .home_page_wrapper .insights_section, .home_page_wrapper .skill_secvtion .skill_container .skill_slider .skill_slider_cont .slider_card .owl-carousel .owl-nav button, .home_page_wrapper .skill_secvtion .skill_container .skill_slider, .home_page_wrapper .skill_secvtion .skill_container, .home_page_wrapper .measure_section .measure_cont .measure_loges, .home_page_wrapper .measure_section .measure_cont, .home_page_wrapper .measure_section, .home_page_wrapper .home_report_section, .home_page_wrapper .tab_section .tab_cont .tab_content_wrapper_desktop .tab_content_wrapper .tab_card, .home_page_wrapper .tab_section .tab_cont .tab_content_wrapper_mob .tab_content_wrapper .tab_card_res, .home_page_wrapper .tab_section .tab_cont .tab_head_wrapper .tab_head .tab_btn_wrap, .home_page_wrapper .tab_section .tab_cont .tab_head_wrapper, .home_page_wrapper .tab_section, .home_page_wrapper .trusted_section .trusted_cont .trusted_wrap, .home_page_wrapper .trusted_section .trusted_cont, .home_page_wrapper .trusted_section, .home_page_wrapper .ht_about_section .ht_about_cont, .home_page_wrapper .ht_about_section, .home_page_wrapper .home_hero_section .hero_content_wrap, .home_page_wrapper .home_hero_section, .science_page_wrap .reference_section, .science_page_wrap .tomorrow_section .tomorrow_cont .tomorrow_text, .science_page_wrap .tomorrow_section .tomorrow_cont, .science_page_wrap .tomorrow_section, .science_page_wrap .viral_section .viral_cont, .science_page_wrap .viral_section, .science_page_wrap .report_section .report_cont, .science_page_wrap .report_section, .science_page_wrap .game_section .game_cont, .science_page_wrap .game_section, .science_page_wrap .key_section .key_cont .key_head, .science_page_wrap .key_section .key_cont, .science_page_wrap .key_section, .science_page_wrap .enough_section, .science_page_wrap .textdocument_section, .science_page_wrap .science_hero_section .hero_cont .centerHeadingWrap, .science_page_wrap .science_hero_section .hero_cont, .science_page_wrap .science_hero_section, .about_page_wrap .books_section .books_container .books_head, .about_page_wrap .books_section, .about_page_wrap .research_section, .about_page_wrap .director_section .director_cont .director_main .dir_profile, .about_page_wrap .director_section, .about_page_wrap .mission_section, .about_page_wrap .team_section .team_cont, .about_page_wrap .team_section, .about_page_wrap .abt_hero_section, .compare_page_wrap .rd_section .rd_container .rd_text_wrap, .compare_page_wrap .rd_section .rd_container, .compare_page_wrap .rd_section, .compare_page_wrap .re_section .re_section_wrap, .compare_page_wrap .re_section, .compare_page_wrap .table_section, .blog_container .blogWrapper .paginationWrap ul li.page button, .headerSection .headercont .navmenu, .headerSection .headercont, .headerSection {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Basic css */
/* Smooth scrolling behaviour */
html.has-scroll-smooth {
  overflow: hidden;
}

html.has-scroll-dragging {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.has-scroll-smooth body {
  overflow: hidden;
}

.has-scroll-smooth [data-scroll-container] {
  min-height: 100vh;
}

/* Smooth scrolling behaviour */
/* Cursor */
@property --cursor-size {
  syntax: "<length>";
  inherits: false;
  initial-value: 40px;
}
@property --cursor-opacity {
  syntax: "<number>";
  inherits: false;
  initial-value: 1;
}
.cursor-trailer {
  width: var(--cursor-size);
  height: var(--cursor-size);
  border: 2px solid #00909A;
  border-radius: 50%;
  position: fixed;
  pointer-events: none;
  z-index: 9999;
  transform: translate(-50%, -50%);
  opacity: var(--cursor-opacity);
  transition: width 0.4s ease-in-out, height 0.4s ease-in-out, transform 0.2s ease-in-out, opacity 0.4s ease-in-out;
}
.cursor-trailer.hide-cursor-trailer {
  display: none;
}

/* Cursor */
/* region Page Transition*/
#page-transition-overlay {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-color: rgb(213.8571428571, 220.7142857143, 224.1428571429);
  background: #00909A;
  z-index: 9999;
}

/* Page Transition*/
/* Reveal Word */
.reveal-word {
  display: inline-block;
  overflow: hidden;
}
.reveal-word .reveal-word-inner {
  display: inline-block;
}

.reveal-line {
  display: inline-block;
  overflow: hidden;
}
.reveal-line .reveal-line-inner {
  display: inline-block;
}
.reveal-line .highlighted-wrapper {
  display: inline-block;
  /* Add any additional styles for highlighted text here */
}

/* Reveal Word */
/* Reveal Element */
.reveal-wrapper {
  position: relative;
  overflow: hidden;
}

.reveal-element {
  will-change: transform;
}

.reveal-unmask {
  position: relative;
  overflow: hidden;
}
.reveal-unmask .overlay-mask {
  position: absolute;
  inset: 0;
  background-color: #F3F5F6;
  z-index: 2;
  transition: transform 1s ease;
}

/* Reveal Element */
/* Nav */
.headerSection {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  transition: all 0.2s ease;
  z-index: 900;
}
.headerSection.scrollFixed .headercont {
  margin-top: 0px;
  max-width: 100%;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.headerSection.headerBgActive {
  background-color: #f4f5f7;
}
.headerSection .headercont {
  width: 100%;
  max-width: 1200px;
  min-height: 88px;
  padding: 12px 24px;
  background-color: #fff;
  border-radius: 24px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  margin-top: 20px;
  position: relative;
  transition: all 0.2s ease;
}
@media (max-width: 1200px) {
  .headerSection .headercont {
    margin-top: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }
}
@media (max-width: 600px) {
  .headerSection .headercont {
    min-height: 64px;
  }
}
.headerSection .headercont .navlogo {
  position: absolute;
  top: 20px;
  left: 24px;
  height: initial;
  width: 128px;
  z-index: 12;
}
.headerSection .headercont .navlogo img {
  width: 100%;
}
@media (max-width: 600px) {
  .headerSection .headercont .navlogo {
    width: 90px;
  }
}
.headerSection .headercont .navmenu {
  position: relative;
  margin: 0;
  padding: 0;
  transition: all 0.2s ease-in-out;
  z-index: 10;
}
@media (max-width: 1200px) {
  .headerSection .headercont .navmenu {
    flex-direction: column;
    position: fixed !important;
    top: -120%;
    background-color: #ddd;
    width: 100%;
    height: calc(100% - 80px);
    background-image: url("../public_assets/images/menu-bg.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px;
    position: relative;
    opacity: 0;
  }
}
.headerSection .headercont .navmenu.navmenuActive {
  top: 80px;
  opacity: 1;
  height: calc(100% - 64px);
}
@media (max-width: 600px) {
  .headerSection .headercont .navmenu.navmenuActive {
    top: 64px;
  }
}
.headerSection .headercont .navmenu li {
  list-style: none;
  position: relative;
}
@media (max-width: 1200px) {
  .headerSection .headercont .navmenu li {
    left: 20px;
    opacity: 0;
  }
}
@media (max-width: 600px) {
  .headerSection .headercont .navmenu li {
    width: 100%;
  }
}
.headerSection .headercont .navmenu li::after {
  content: "";
  width: 1px;
  height: 15px;
  background-color: #53666E;
  position: absolute;
  right: 0px;
  top: 5px;
}
@media (max-width: 1200px) {
  .headerSection .headercont .navmenu li::after {
    width: 100%;
    height: 2px;
    right: 0;
    left: 0;
    bottom: 0px;
    top: initial;
  }
}
.headerSection .headercont .navmenu li:last-child::after {
  display: none;
}
.headerSection .headercont .navmenu li.active a {
  color: #00909A;
}
.headerSection .headercont .navmenu li a {
  color: #53666E;
  padding: 15px 24px;
  white-space: nowrap;
  transition: all 0.2s;
}
.headerSection .headercont .navmenu li a:hover {
  color: #00909A;
}
@media (max-width: 1080px) {
  .headerSection .headercont .navmenu li a {
    display: block;
  }
}
@media (max-width: 600px) {
  .headerSection .headercont .navmenu li a {
    padding: 24px 0;
    display: block;
  }
}
.headerSection .headercont .navbuttonwrap {
  position: relative;
  position: absolute;
  right: 12px;
  top: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  z-index: 12;
}
@media (max-width: 1200px) {
  .headerSection .headercont .navbuttonwrap {
    right: 24px;
  }
}
@media (max-width: 600px) {
  .headerSection .headercont .navbuttonwrap {
    gap: 12px;
  }
}
.headerSection .headercont .navbuttonwrap .loginBtn {
  display: flex;
  border: solid 2px #00909A;
  padding: 16px 32px;
}
@media (max-width: 600px) {
  .headerSection .headercont .navbuttonwrap .loginBtn {
    right: 0px;
    padding: 8px 16px;
  }
}
@media (max-width: 600px) {
  .headerSection .headercont .navbuttonwrap .dashboardBtn {
    right: 0px;
    padding: 8px 16px;
  }
}
.headerSection .headercont .navbuttonwrap .menuTriger {
  display: none;
  position: relative;
  width: 24px;
  height: 24px;
}
@media (max-width: 1200px) {
  .headerSection .headercont .navbuttonwrap .menuTriger {
    display: flex;
  }
}
.headerSection .headercont .navbuttonwrap .menuTriger.open img:nth-child(1) {
  display: none;
}
.headerSection .headercont .navbuttonwrap .menuTriger.open img:nth-child(2) {
  display: block;
}
.headerSection .headercont .navbuttonwrap .menuTriger img {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Nav */
/* Footer */
.footerSection {
  width: 100%;
  background-color: #252A2D;
  padding: 108px 0 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  border-top-right-radius: 400px;
}
@media (max-width: 1680px) {
  .footerSection {
    border-top-right-radius: 320px;
  }
}
@media (max-width: 1080px) {
  .footerSection {
    padding: 50px 25px 36px;
    border-top-right-radius: 80px;
  }
}
@media (max-width: 600px) {
  .footerSection {
    padding: 80px 25px 26px;
  }
}
.footerSection .iconLabelRes {
  width: 210px;
  position: absolute;
  left: 50%;
  margin-left: -105px;
  display: none;
  top: 0;
}
@media (max-width: 600px) {
  .footerSection .iconLabelRes {
    display: block;
  }
}
.footerSection .iconLabel {
  position: absolute;
  top: 20px;
  bottom: 20px;
  z-index: 5;
  left: 0;
}
@media (max-width: 600px) {
  .footerSection .iconLabel {
    transform: rotate(90deg);
    height: 210px;
    left: initial;
    right: initial;
    top: -52px;
    bottom: initial;
    display: none;
  }
}
.footerSection .iconLabel img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.footerSection .foogterCont {
  max-width: 1400px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  gap: 60px;
  position: relative;
  z-index: 10;
}
@media (max-width: 1600px) {
  .footerSection .foogterCont {
    max-width: 1080px;
  }
}
@media (max-width: 1300px) {
  .footerSection .foogterCont {
    max-width: 850px;
  }
}
@media (max-width: 1080px) {
  .footerSection .foogterCont {
    max-width: 992px;
  }
}
@media (max-width: 600px) {
  .footerSection .foogterCont {
    gap: 40px;
  }
}
.footerSection .foogterCont .footerInfoWrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}
@media (max-width: 600px) {
  .footerSection .foogterCont .footerInfoWrap {
    flex-direction: column;
    gap: 40px;
  }
}
.footerSection .foogterCont .footerInfoWrap .footerLogo {
  width: 317px;
  height: initial;
}
@media (max-width: 1200px) {
  .footerSection .foogterCont .footerInfoWrap .footerLogo {
    width: 200px;
  }
}
.footerSection .foogterCont .footerInfoWrap .footerLogo img {
  width: 100%;
}
.footerSection .foogterCont .footerInfoWrap .footerLogo .socialDiv {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
  margin-top: 50px;
  padding-left: 75px;
}
@media (max-width: 1200px) {
  .footerSection .foogterCont .footerInfoWrap .footerLogo .socialDiv {
    padding-left: 50px;
  }
}
@media (max-width: 600px) {
  .footerSection .foogterCont .footerInfoWrap .footerLogo .socialDiv {
    margin-top: 30px;
  }
}
.footerSection .foogterCont .footerInfoWrap .footerLogo .socialDiv a {
  display: block;
  transition: all 0.2s;
}
.footerSection .foogterCont .footerInfoWrap .footerLogo .socialDiv a:hover {
  opacity: 0.7;
}
.footerSection .foogterCont .footerInfoWrap .footerLogo .socialDiv img {
  width: 40px;
}
.footerSection .foogterCont .footerInfoWrap .footerMenu {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
@media (max-width: 1080px) {
  .footerSection .foogterCont .footerInfoWrap .footerMenu {
    gap: 20px;
  }
}
@media (max-width: 600px) {
  .footerSection .foogterCont .footerInfoWrap .footerMenu {
    flex-direction: column;
    gap: 12px;
  }
}
.footerSection .foogterCont .footerInfoWrap .footerMenu ul {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  flex-direction: column;
  gap: 40px;
  margin-left: 178px;
}
@media (max-width: 1080px) {
  .footerSection .foogterCont .footerInfoWrap .footerMenu ul {
    max-width: 180px;
  }
}
@media (max-width: 600px) {
  .footerSection .foogterCont .footerInfoWrap .footerMenu ul {
    width: 100%;
    max-width: 100%;
    gap: 12px;
    margin-left: 0px;
  }
}
.footerSection .foogterCont .footerInfoWrap .footerMenu ul li {
  list-style: none;
}
.footerSection .foogterCont .footerInfoWrap .footerMenu ul li a {
  color: #F3F5F6;
  font-weight: bold;
  display: block;
  white-space: nowrap;
  line-height: 140%;
  transition: all 0.2s;
}
.footerSection .foogterCont .footerInfoWrap .footerMenu ul li a:hover {
  color: #00909A;
}
@media (max-width: 1080px) {
  .footerSection .foogterCont .footerInfoWrap .footerMenu ul li a {
    white-space: wrap;
  }
}
@media (max-width: 600px) {
  .footerSection .foogterCont .footerInfoWrap .footerMenu ul li a {
    width: initial;
    gap: 12px;
  }
}
.footerSection .foogterCont .footerDivider {
  width: 100%;
  height: 1px;
  background-color: #53666E;
}
.footerSection .foogterCont .copyWrite {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 15px;
}
@media (max-width: 600px) {
  .footerSection .foogterCont .copyWrite {
    justify-content: center;
    flex-direction: column;
    gap: 0px;
  }
}
.footerSection .foogterCont .copyWrite .ft_divider {
  width: 1px;
  height: 20px;
  background-color: #F3F5F6;
}
@media (max-width: 600px) {
  .footerSection .foogterCont .copyWrite .ft_divider {
    display: none;
  }
}
.footerSection .foogterCont .copyWrite p {
  color: #F3F5F6;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  line-height: 140%;
}
@media (max-width: 600px) {
  .footerSection .foogterCont .copyWrite p {
    font-size: 14px;
    align-items: center;
  }
}
.footerSection .foogterCont .copyWrite a {
  transition: all 0.2s;
  color: #F3F5F6;
  font-weight: 400;
  line-height: 140%;
}
.footerSection .foogterCont .copyWrite a:hover {
  color: #00909A;
}
@media (max-width: 600px) {
  .footerSection .foogterCont .copyWrite a {
    font-size: 14px;
    align-items: center;
  }
}

.footerBg_legal {
  width: 100%;
  background-color: #F3F5F6;
  height: 100%;
  position: absolute;
  inset: 0;
  z-index: 0;
}

/* Footer */
/* common*/
.innerPageSection {
  width: 100%;
  padding: 200px 25px 100px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1080px) {
  .innerPageSection {
    padding: 123px 25px 80px;
  }
}

.sectionHeadingCont {
  width: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sectionHeading {
  width: 100%;
}

/* common*/
/* 404 */
.nf_bg_wrap {
  width: 100%;
  height: 100%;
  background-position: center 60%;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../public_assets/images/nf_bg.jpg");
  position: absolute;
  top: 0;
  left: 0;
  right: 0px;
  bottom: 0px;
}

.n_f_section {
  width: 100%;
  min-height: 100dvh;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 10;
}
.n_f_section .sectionCont {
  width: 100%;
  max-width: 1200px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 20px;
  opacity: 0;
}
.n_f_section .sectionCont h1 {
  font-size: 320px;
  color: #00909A;
  font-weight: bold;
  line-height: 80%;
  position: relative;
}
@media (max-width: 1440px) {
  .n_f_section .sectionCont h1 {
    font-size: 200px;
  }
}
@media (max-width: 992px) {
  .n_f_section .sectionCont h1 {
    font-size: 130px;
  }
}
.n_f_section .sectionCont h2 {
  color: #252A2D;
  font-weight: bold;
  line-height: 120%;
  position: relative;
}
@media (max-width: 992px) {
  .n_f_section .sectionCont h2 {
    font-size: 30px;
  }
}

/* 404 */
/* Legal */
.legalSection {
  width: 100%;
  padding: 150px 20px 100px;
  background-color: #F3F5F6;
  position: relative;
  z-index: 10;
}
@media (max-width: 1080px) {
  .legalSection {
    padding: 100px 25px 50px;
  }
}
.legalSection .container {
  width: 100%;
  max-width: 1200px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px;
}
.legalSection .container .textSectionCont {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.legalSection .container .textSectionCont .sectionHead {
  width: 100%;
  text-align: center;
  color: #252A2D;
  font-weight: bold;
  line-height: 120%;
  margin-bottom: 50px;
}
@media (max-width: 1080px) {
  .legalSection .container .textSectionCont .sectionHead {
    font-size: 30px;
    margin-bottom: 25px;
  }
}
.legalSection .container .textSectionCont .infoSection {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 100px;
}
@media (max-width: 1080px) {
  .legalSection .container .textSectionCont .infoSection {
    margin-bottom: 50px;
  }
}
.legalSection .container .textSectionCont .infoSection:last-child {
  margin-bottom: 0px;
}
.legalSection .container .textSectionCont .infoSection h2 {
  color: #252A2D;
  font-weight: bold;
  margin-bottom: 12px;
  line-height: 140%;
  text-align: center;
}
@media (max-width: 1080px) {
  .legalSection .container .textSectionCont .infoSection h2 {
    font-size: 30px;
  }
}
.legalSection .container .textSectionCont .infoSection .infoWrap {
  width: 100%;
}
.legalSection .container .textSectionCont .infoSection .infoWrap p {
  font-size: 16px;
  color: #252A2D;
  line-height: 140%;
  font-weight: 400;
  margin-bottom: 20px;
}
@media (max-width: 1080px) {
  .legalSection .container .textSectionCont .infoSection .infoWrap p {
    margin-bottom: 15px;
  }
}
.legalSection .container .textSectionCont .infoSection .infoWrap p:last-child {
  margin-bottom: 0px;
}
.legalSection .container .textSectionCont .infoSection .infoWrap h3 {
  font-size: 18px;
  color: #252A2D;
  line-height: 140%;
  font-weight: bold;
}
@media (max-width: 1080px) {
  .legalSection .container .textSectionCont .infoSection .infoWrap h3 {
    font-size: 16px;
  }
}
.legalSection .container .textSectionCont .infoSection .infoWrap h4 {
  font-size: 18px;
  color: #252A2D;
  text-transform: uppercase;
  margin-bottom: 20px;
  line-height: 140%;
  font-weight: bold;
}
@media (max-width: 1080px) {
  .legalSection .container .textSectionCont .infoSection .infoWrap h4 {
    font-size: 16px;
  }
}
.legalSection .container .textSectionCont .infoSection .infoWrap a {
  word-break: break-all;
  text-decoration: underline;
}

/* Legal */
/* FAQ */
.faq_container {
  max-width: 1200px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 48px;
}
@media (max-width: 600px) {
  .faq_container {
    gap: 40px;
  }
}
.faq_container .faqWrapper {
  width: 100%;
}
.faq_container .faqWrapper .accordion_container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 12px;
}
.faq_container .faqWrapper .accordion_container .acc_card {
  width: 100%;
  border: solid 1px #53666E;
  border-radius: 24px;
  padding: 24px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
.faq_container .faqWrapper .accordion_container .acc_card .accordion_head {
  background-color: transparent;
  width: 100%;
  position: relative;
  cursor: pointer;
}
.faq_container .faqWrapper .accordion_container .acc_card .accordion_head h2 {
  color: #252A2D;
  cursor: pointer;
  font-weight: bold;
  font-size: 32px;
  max-width: 900px;
  width: 100%;
  line-height: 120%;
  width: 100%;
}
@media (max-width: 1080px) {
  .faq_container .faqWrapper .accordion_container .acc_card .accordion_head h2 {
    font-size: 28px;
    line-height: 140%;
  }
}
@media (max-width: 600px) {
  .faq_container .faqWrapper .accordion_container .acc_card .accordion_head h2 {
    max-width: 320px;
    width: 100%;
  }
}
.faq_container .faqWrapper .accordion_container .acc_card .accordion_head .plusminus {
  position: absolute;
  top: 7px;
  right: 0px;
}
.faq_container .faqWrapper .accordion_container .acc_card .accordion_head .plusminus {
  float: right;
}
.faq_container .faqWrapper .accordion_container .acc_card .accordion_body {
  background: transparent;
  max-width: 900px;
  width: 100%;
}
.faq_container .faqWrapper .accordion_container .acc_card .accordion_body p {
  max-width: 800px;
  width: 100%;
  font-weight: 400;
  line-height: 140%;
  color: #53666E;
  padding-top: 16px;
}
@media (max-width: 1080px) {
  .faq_container .faqWrapper .accordion_container .acc_card .accordion_body p {
    font-size: 20px;
  }
}
.faq_container .faqWrapper .accordion_container .acc_card .accordion_body p a {
  color: #00909A;
  font-weight: 600;
}

/* FAQ */
/* Blog */
.blogDtl_container {
  width: 100%;
  max-width: 1400px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 100px;
}
@media (max-width: 1440px) {
  .blogDtl_container {
    max-width: 1200px;
  }
}
@media (max-width: 600px) {
  .blogDtl_container {
    gap: 40px;
  }
}
.blogDtl_container .detailsContainer {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 12px;
}
.blogDtl_container .detailsContainer .blogImg {
  width: 100%;
  max-height: 580px;
  border-radius: 24px;
  margin-bottom: 20px;
}
@media (max-width: 600px) {
  .blogDtl_container .detailsContainer .blogImg {
    width: 100%;
    aspect-ratio: 16/12;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    margin-bottom: 8px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.blogDtl_container .detailsContainer .blogHeading {
  color: #252A2D;
  font-weight: bold;
  line-height: 120%;
}
@media (max-width: 600px) {
  .blogDtl_container .detailsContainer .blogHeading {
    font-size: 30px;
  }
}
.blogDtl_container .detailsContainer .dateInfo {
  color: #252A2D;
  font-weight: bold;
  line-height: 120%;
  margin: 20px 0;
}
@media (max-width: 600px) {
  .blogDtl_container .detailsContainer .dateInfo {
    margin: 0;
  }
}
.blogDtl_container .detailsContainer .dateInfo a {
  color: #53666E;
  transition: all 0.2s;
}
.blogDtl_container .detailsContainer .dateInfo a:hover {
  color: #00909A;
}
@media (max-width: 600px) {
  .blogDtl_container .detailsContainer .dateInfo a {
    margin-top: 12px;
    display: block;
  }
}
.blogDtl_container .detailsContainer p {
  color: #252A2D;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 20px;
}
@media (max-width: 600px) {
  .blogDtl_container .detailsContainer p {
    font-size: 20px;
    margin-bottom: 0px;
  }
}
.blogDtl_container .detailsContainer h3 {
  font-weight: 400;
  color: #252A2D;
  font-weight: bold;
  line-height: 130%;
}
@media (max-width: 600px) {
  .blogDtl_container .detailsContainer h3 {
    font-size: 28px;
  }
}
.blogDtl_container .detailsContainer ul {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 5px;
  margin-bottom: 20px;
}
@media (max-width: 600px) {
  .blogDtl_container .detailsContainer ul {
    margin-bottom: 0px;
  }
}
.blogDtl_container .detailsContainer ul h3 {
  color: #252A2D;
  font-weight: bold;
  line-height: 140%;
}
.blogDtl_container .detailsContainer ul li {
  color: #252A2D;
  font-weight: 400;
  line-height: 140%;
  padding-left: 30px;
  position: relative;
}
@media (max-width: 600px) {
  .blogDtl_container .detailsContainer ul li {
    font-size: 20px;
  }
}
.blogDtl_container .detailsContainer ul li::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #252A2D;
  position: absolute;
  top: 13px;
  left: 5px;
}
.blogDtl_container .detailsContainer ul li a {
  color: #00909A;
}
.blogDtl_container .detailsContainer ul li span {
  color: #00909A;
}
.blogDtl_container .detailsContainer a {
  color: #00909A;
  transition: all 0.2s;
}
.blogDtl_container .detailsContainer a:hover {
  color: rgb(0, 96.3116883117, 103);
}
.blogDtl_container .recentContainer {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 32px;
}
@media (max-width: 600px) {
  .blogDtl_container .recentContainer {
    gap: 24px;
  }
}
.blogDtl_container .recentContainer .recrntWrapper {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media (max-width: 600px) {
  .blogDtl_container .recentContainer .recrntWrapper {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

.blogCard {
  width: 100%;
  transition: all 0.2s;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  gap: 12px;
  position: relative;
}
@media (max-width: 1080px) {
  .blogCard {
    gap: 10px;
  }
}
.blogCard:hover .cardImg img {
  opacity: 0.7;
}
.blogCard:hover h2 {
  color: #00909A;
}
.blogCard .cardImg {
  width: 100%;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  width: 100%;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 16/12;
  margin-bottom: 8px;
  overflow: hidden;
  background-color: #00909A;
  transition: all 0.2s;
  position: relative;
}
@media (max-width: 1080px) {
  .blogCard .cardImg {
    margin-bottom: 8px;
  }
}
@media (max-width: 600px) {
  .blogCard .cardImg {
    aspect-ratio: 1/1;
  }
}
.blogCard .cardImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.2s;
}
.blogCard span {
  color: #252A2D;
  font-weight: 400;
  display: block;
  text-align: left;
  line-height: 130%;
  text-transform: capitalize;
}
@media (max-width: 1080px) {
  .blogCard span {
    font-size: 20px;
  }
}
.blogCard h2 {
  color: #252A2D;
  font-weight: 400;
  display: block;
  text-align: left;
  line-height: 140%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-weight: bold;
  transition: all 0.2s;
  position: relative;
}
@media (max-width: 1080px) {
  .blogCard h2 {
    font-size: 30px;
  }
}
.blogCard p {
  color: #252A2D;
  font-weight: 400;
  display: block;
  text-align: left;
  line-height: 140%;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1080px) {
  .blogCard p {
    font-size: 20px;
  }
}

.blog_container {
  width: 100%;
  max-width: 1400px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 40px;
}
@media (max-width: 1440px) {
  .blog_container {
    max-width: 1200px;
  }
}
@media (max-width: 992px) {
  .blog_container {
    gap: 24px;
  }
}
@media (max-width: 992px) {
  .blog_container .sectionheadinglg, .blog_container .home_page_wrapper .grow_section .grow_cont h2, .home_page_wrapper .grow_section .grow_cont .blog_container h2, .blog_container .home_page_wrapper .skill_secvtion .skill_container .heading_wrap h2, .home_page_wrapper .skill_secvtion .skill_container .heading_wrap .blog_container h2, .blog_container .home_page_wrapper .measure_section .measure_cont .measure_text h2, .home_page_wrapper .measure_section .measure_cont .measure_text .blog_container h2, .blog_container .science_page_wrap .tomorrow_section .tomorrow_cont .tomorrow_text h2, .science_page_wrap .tomorrow_section .tomorrow_cont .tomorrow_text .blog_container h2, .blog_container .science_page_wrap .enough_section .enough_cont .enough_text h2, .science_page_wrap .enough_section .enough_cont .enough_text .blog_container h2, .blog_container .science_page_wrap .textdocument_section .textdocument_cont .text_cont h2, .science_page_wrap .textdocument_section .textdocument_cont .text_cont .blog_container h2 {
    text-align: left;
    width: 100%;
  }
}
.blog_container .blogWrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 40px;
}
@media (max-width: 992px) {
  .blog_container .blogWrapper {
    gap: 24px;
  }
}
.blog_container .blogWrapper .categorySliderWrap {
  width: 100%;
  overflow: hidden;
}
.blog_container .blogWrapper .categorySliderWrap .categoryCont {
  width: 100%;
  overflow-y: auto;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: center;
  margin: 0;
  padding: 0;
  background-color: #F3F5F6;
  border-radius: 12px;
}
@media (max-width: 992px) {
  .blog_container .blogWrapper .categorySliderWrap .categoryCont {
    justify-content: flex-start;
  }
}
.blog_container .blogWrapper .categorySliderWrap .categoryCont li {
  list-style: none;
  position: relative;
  padding: 24px 20px;
}
@media (max-width: 992px) {
  .blog_container .blogWrapper .categorySliderWrap .categoryCont li {
    padding: 20px 12px;
  }
}
.blog_container .blogWrapper .categorySliderWrap .categoryCont li.active a {
  font-weight: bold;
  color: #252A2D;
}
.blog_container .blogWrapper .categorySliderWrap .categoryCont li::after {
  content: "|";
  font-size: 20px;
  color: #CCCCCB;
  right: -5px;
  top: 22px;
  position: absolute;
  display: none;
}
@media (max-width: 992px) {
  .blog_container .blogWrapper .categorySliderWrap .categoryCont li::after {
    display: block;
  }
}
.blog_container .blogWrapper .categorySliderWrap .categoryCont li:last-child::after {
  display: none;
}
.blog_container .blogWrapper .categorySliderWrap .categoryCont li a {
  display: block;
  color: #53666E;
  line-height: 140%;
  font-weight: 400;
  transition: all 0.2s;
  white-space: nowrap;
}
@media (max-width: 1440px) {
  .blog_container .blogWrapper .categorySliderWrap .categoryCont li a {
    font-size: 20px;
  }
}
.blog_container .blogWrapper .categorySliderWrap .categoryCont li a:hover {
  color: #252A2D;
}
.blog_container .blogWrapper .categorySliderWrap .categoryCont .menuSpace {
  width: 1px !important;
  height: 34px;
  background-color: #CCCCCB;
}
@media (max-width: 992px) {
  .blog_container .blogWrapper .categorySliderWrap .categoryCont .menuSpace {
    display: none;
  }
}
.blog_container .blogWrapper .blogContLarge {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  width: 100%;
  transition: all 0.2s;
}
.blog_container .blogWrapper .blogContLarge:hover img {
  opacity: 0.7;
}
.blog_container .blogWrapper .blogContLarge:hover .headingLabel {
  color: #00909A !important;
}
@media (max-width: 600px) {
  .blog_container .blogWrapper .blogContLarge {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.blog_container .blogWrapper .blogContLarge .blogImgLg {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.2s;
  background-color: #00909A;
}
@media (max-width: 600px) {
  .blog_container .blogWrapper .blogContLarge .blogImgLg {
    border-radius: 0px;
  }
}
.blog_container .blogWrapper .blogContLarge .blogImgLg:hover img {
  opacity: 0.7;
}
.blog_container .blogWrapper .blogContLarge .blogImgLg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.2s;
}
@media (max-width: 600px) {
  .blog_container .blogWrapper .blogContLarge .blogImgLg img {
    aspect-ratio: 16/12;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
  }
}
.blog_container .blogWrapper .blogContLarge .blogLargeText {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 12px;
  transition: all 0.2s;
}
.blog_container .blogWrapper .blogContLarge .blogLargeText .label {
  color: #F3F5F6;
  font-weight: 400;
  line-height: 140%;
  padding: 5px 20px;
  border-radius: 40px;
  background-color: #53666E;
}
.blog_container .blogWrapper .blogContLarge .blogLargeText .datelabel {
  color: #252A2D;
  font-weight: 400;
  line-height: 140%;
  text-transform: capitalize;
}
.blog_container .blogWrapper .blogContLarge .blogLargeText .headingLabel {
  color: #252A2D;
  line-height: 140%;
  font-weight: bold;
  transition: all 0.2s;
}
@media (max-width: 600px) {
  .blog_container .blogWrapper .blogContLarge .blogLargeText .headingLabel {
    font-size: 30px;
    line-height: 130%;
  }
}
.blog_container .blogWrapper .blogContLarge .blogLargeText .textLabel {
  font-weight: 400;
  color: #252A2D;
  line-height: 140%;
}
@media (max-width: 600px) {
  .blog_container .blogWrapper .blogContLarge .blogLargeText .textLabel {
    font-size: 20px;
  }
}
.blog_container .blogWrapper .blogCardContainer {
  width: 100%;
  display: grid;
  align-items: flex-start;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 30px;
}
@media (max-width: 992px) {
  .blog_container .blogWrapper .blogCardContainer {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .blog_container .blogWrapper .blogCardContainer {
    grid-template-columns: 1fr;
  }
}
.blog_container .blogWrapper .paginationWrap {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 600px) {
  .blog_container .blogWrapper .paginationWrap {
    justify-content: center;
  }
}
.blog_container .blogWrapper .paginationWrap ul {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.blog_container .blogWrapper .paginationWrap ul li.page {
  width: 38px;
  height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #252A2D;
  font-size: 18px;
  font-weight: 600;
  border-radius: 4px;
  border: solid 1px transparent;
  transition: all 0.2s;
}
.blog_container .blogWrapper .paginationWrap ul li.page:hover {
  color: #00909A;
}
.blog_container .blogWrapper .paginationWrap ul li.page button {
  width: 100%;
  height: 100%;
}
.blog_container .blogWrapper .paginationWrap ul li.active {
  border: solid 1px #53666E;
  color: #53666E;
}
.blog_container .blogWrapper .paginationWrap ul li.triger {
  width: 38px;
  height: 38px;
  transition: all 0.2s;
}
.blog_container .blogWrapper .paginationWrap ul li.triger button {
  width: 100%;
  height: 100%;
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
}
.blog_container .blogWrapper .paginationWrap ul li.triger button svg path {
  fill: #252A2D;
  transition: all 0.2s;
}
.blog_container .blogWrapper .paginationWrap ul li.triger button:hover svg path {
  fill: #00909A;
}

/* Blog */
/* Contact */
.contact_container {
  width: 100%;
  max-width: 1200px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
@media (max-width: 992px) {
  .contact_container {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 600px) {
  .contact_container {
    gap: 50px;
  }
}
.contact_container .ct_info_wrap {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 12px;
}
@media (max-width: 600px) {
  .contact_container .ct_info_wrap {
    gap: 20px;
  }
}
.contact_container .ct_info_wrap .ct_info_div {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 40px;
}
@media (max-width: 600px) {
  .contact_container .ct_info_wrap .ct_info_div {
    gap: 25px;
  }
}
.contact_container .ct_info_wrap .ct_info_div p {
  color: rgba(83, 102, 110, 0.8);
  line-height: 140%;
  font-weight: 400;
}
@media (max-width: 600px) {
  .contact_container .ct_info_wrap .ct_info_div p {
    font-size: 20px;
  }
}
.contact_container .ct_info_wrap .ct_info_div ul {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 40px;
}
@media (max-width: 600px) {
  .contact_container .ct_info_wrap .ct_info_div ul {
    gap: 12px;
  }
}
.contact_container .ct_info_wrap .ct_info_div ul li {
  list-style: none;
}
.contact_container .ct_info_wrap .ct_info_div ul li a {
  transition: all 0.2s;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
  font-weight: bold;
  color: #1F2A44;
}
@media (max-width: 600px) {
  .contact_container .ct_info_wrap .ct_info_div ul li a {
    font-size: 20px;
  }
}
.contact_container .ct_info_wrap .ct_info_div ul li a:hover {
  color: #00909A;
}
.contact_container .ct_info_wrap .ct_info_div ul li a img {
  width: 48px;
  height: 48px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 600px) {
  .contact_container .ct_info_wrap .ct_info_div ul li a img {
    width: 24px;
    height: 24px;
  }
}
.contact_container .ct_form_wrap {
  width: 100%;
}
.contact_container .ct_form_wrap .formWrap {
  width: 100%;
  display: grid;
  gap: 15px 30px;
  border: solid 1px rgba(83, 102, 110, 0.2);
  padding: 40px;
  border-radius: 24px;
}
@media (max-width: 600px) {
  .contact_container .ct_form_wrap .formWrap {
    padding: 20px;
  }
}
.contact_container .ct_form_wrap .formWrap .formCol {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
@media (max-width: 600px) {
  .contact_container .ct_form_wrap .formWrap .formCol {
    flex-direction: column;
  }
}

.fomrRow {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 10px;
  position: relative;
  margin-bottom: 15px;
}
.fomrRow label {
  color: #53666E;
  font-weight: bold;
  line-height: 140%;
}
@media (max-width: 600px) {
  .fomrRow label {
    font-size: 16px;
  }
}
.fomrRow input {
  width: 100%;
  padding: 15px 20px;
  color: #252A2D;
  font-size: 16px;
  font-weight: 400;
  border: solid 1px rgba(83, 102, 110, 0.2);
  border-radius: 6px;
}
@media (max-width: 600px) {
  .fomrRow input {
    font-size: 16px;
  }
}
.fomrRow input::-moz-placeholder {
  color: rgba(83, 102, 110, 0.8);
}
.fomrRow input::placeholder {
  color: rgba(83, 102, 110, 0.8);
}
.fomrRow input:focus {
  outline: none;
}
.fomrRow textarea {
  width: 100%;
  padding: 15px 20px;
  min-height: 118px;
  max-height: 118px;
  color: #252A2D;
  font-size: 16px;
  font-weight: 400;
  border: solid 1px rgba(83, 102, 110, 0.2);
  border-radius: 6px;
}
.fomrRow textarea::-moz-placeholder {
  color: rgba(83, 102, 110, 0.8);
}
.fomrRow textarea::placeholder {
  color: rgba(83, 102, 110, 0.8);
}
.fomrRow textarea:focus {
  outline: none;
}
.fomrRow .error {
  font-size: 12px;
  color: #f00;
  font-weight: 500;
  position: absolute;
  bottom: -18px;
}

.captchaWrap {
  display: flex;
  justify-content: center;
}

.success_container {
  width: 100%;
  padding: 20px 30px;
  border-radius: 24px;
  background-color: #F3F5F6;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 10px;
  margin-top: 20px;
}
.success_container h3 {
  color: #53666E;
  font-weight: bold;
  text-align: center;
  line-height: 140%;
}
@media (max-width: 992px) {
  .success_container h3 {
    font-size: 30px;
  }
}
.success_container p {
  color: rgba(83, 102, 110, 0.8);
  font-weight: 400;
  text-align: center;
  line-height: 140%;
}
@media (max-width: 992px) {
  .success_container p {
    font-size: 20px;
  }
}

/* Contact */
/* Pricing */
.pricing_container {
  max-width: 1400px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 48px;
}
@media (max-width: 992px) {
  .pricing_container {
    gap: 40px;
  }
}
.pricing_container .sectionheadinglg span, .pricing_container .home_page_wrapper .grow_section .grow_cont h2 span, .home_page_wrapper .grow_section .grow_cont .pricing_container h2 span, .pricing_container .home_page_wrapper .skill_secvtion .skill_container .heading_wrap h2 span, .home_page_wrapper .skill_secvtion .skill_container .heading_wrap .pricing_container h2 span, .pricing_container .home_page_wrapper .measure_section .measure_cont .measure_text h2 span, .home_page_wrapper .measure_section .measure_cont .measure_text .pricing_container h2 span, .pricing_container .science_page_wrap .tomorrow_section .tomorrow_cont .tomorrow_text h2 span, .science_page_wrap .tomorrow_section .tomorrow_cont .tomorrow_text .pricing_container h2 span, .pricing_container .science_page_wrap .enough_section .enough_cont .enough_text h2 span, .science_page_wrap .enough_section .enough_cont .enough_text .pricing_container h2 span, .pricing_container .science_page_wrap .textdocument_section .textdocument_cont .text_cont h2 span, .science_page_wrap .textdocument_section .textdocument_cont .text_cont .pricing_container h2 span {
  display: block;
}
.pricing_container .pricing_wrap {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 40px;
}
@media (max-width: 992px) {
  .pricing_container .pricing_wrap {
    flex-direction: column;
    align-items: center;
  }
}
.pricing_container .pricing_wrap .pricing_Card {
  width: 100%;
  max-width: 440px;
  border-radius: 24px;
  padding: 40px;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: column;
  gap: 32px;
}
@media (max-width: 600px) {
  .pricing_container .pricing_wrap .pricing_Card {
    padding: 25px;
  }
}
.pricing_container .pricing_wrap .pricing_Card.princing_border {
  border: solid 1px #53666E;
  background-color: #fff;
}
.pricing_container .pricing_wrap .pricing_Card.princing_solid {
  background-color: #EDEDED;
  border: solid 1px #EDEDED;
}
.pricing_container .pricing_wrap .pricing_Card .card_top {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  min-height: 217px;
}
.pricing_container .pricing_wrap .pricing_Card .card_top img {
  width: 40px;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 24px;
}
.pricing_container .pricing_wrap .pricing_Card .card_top h2 {
  color: #53666E;
  font-weight: bold;
  line-height: 140%;
  margin-bottom: 12px;
}
@media (max-width: 600px) {
  .pricing_container .pricing_wrap .pricing_Card .card_top h2 {
    font-size: 30px;
  }
}
.pricing_container .pricing_wrap .pricing_Card .card_top p {
  color: #53666E;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 12px;
  max-width: 304px;
  width: 100%;
}
@media (max-width: 600px) {
  .pricing_container .pricing_wrap .pricing_Card .card_top p {
    font-size: 20px;
  }
}
.pricing_container .pricing_wrap .pricing_Card .card_mid {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  min-height: 286px;
}
.pricing_container .pricing_wrap .pricing_Card .card_mid .off_text_wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  gap: 12px;
  min-height: 220px;
}
.pricing_container .pricing_wrap .pricing_Card .card_mid .off_text_wrap .plan {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 12px;
}
.pricing_container .pricing_wrap .pricing_Card .card_mid p {
  color: #53666E;
  font-weight: 400;
  line-height: 120%;
}
.pricing_container .pricing_wrap .pricing_Card .card_mid h3 {
  color: #252A2D;
  font-weight: bold;
  line-height: 120%;
}
.pricing_container .pricing_wrap .pricing_Card .card_mid h4 {
  color: #A8B2B6;
  font-weight: bold;
  line-height: 120%;
  margin-bottom: 20px;
  text-decoration: line-through;
}
.pricing_container .pricing_wrap .pricing_Card .card_mid h5 {
  color: #4B4B4B;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 10px;
}
.pricing_container .pricing_wrap .pricing_Card .card_mid.card_mid_tab .tabs {
  display: flex;
  width: 100%;
  padding: 10px;
  background: #f4f4f5;
  border-radius: 24px;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
@media (max-width: 600px) {
  .pricing_container .pricing_wrap .pricing_Card .card_mid.card_mid_tab .tabs {
    padding: 5px;
  }
}
.pricing_container .pricing_wrap .pricing_Card .card_mid.card_mid_tab .tabs .active-bg {
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 0;
  width: 0;
  background: #252A2D;
  border-radius: 50px;
  z-index: 0;
  transition: none;
}
.pricing_container .pricing_wrap .pricing_Card .card_mid.card_mid_tab .tabs .tab {
  width: 100%;
  padding: 13px 0;
  border: none;
  background: none;
  border-radius: 50px;
  color: #53666E;
  cursor: pointer;
  position: relative;
  font-weight: bold;
  line-height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
@media (max-width: 600px) {
  .pricing_container .pricing_wrap .pricing_Card .card_mid.card_mid_tab .tabs .tab {
    font-size: 17px;
    padding: 18px 0;
  }
}
.pricing_container .pricing_wrap .pricing_Card .card_mid.card_mid_tab .tabs .tab.active {
  color: #ffffff;
}

/* Pricing */
/* compare */
.compairBg {
  width: 100%;
  background-color: #53666E;
  position: absolute;
  z-index: -1;
  inset: 0;
}

.compare_page_wrap {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 20;
}
.compare_page_wrap .compare_banner_wrap {
  width: 100%;
  background-color: #252A2D;
  padding: 316px 20px 216px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 10;
}
@media (max-width: 600px) {
  .compare_page_wrap .compare_banner_wrap {
    padding: 200px 24px 100px;
  }
}
.compare_page_wrap .compare_banner_wrap::before {
  content: "";
  width: 100%;
  height: 50%;
  background-color: #252A2D;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -50%;
  z-index: 0;
}
.compare_page_wrap .compare_banner_wrap .sectionHeadingCont {
  position: relative;
  z-index: 10;
}
@media (max-width: 1440px) {
  .compare_page_wrap .compare_banner_wrap .sectionHeadingCont .sectionheadingxlg {
    width: 100%;
    max-width: 900px;
    line-height: 130%;
  }
}
@media (max-width: 1080px) {
  .compare_page_wrap .compare_banner_wrap .sectionHeadingCont .sectionheadingxlg {
    max-width: 100%;
    font-size: 88px;
  }
}
@media (max-width: 600px) {
  .compare_page_wrap .compare_banner_wrap .sectionHeadingCont .sectionheadingxlg {
    font-size: 28px;
  }
}
.compare_page_wrap .compare_banner_wrap .sectionHeadingCont .sectionheadingxlg span {
  font-weight: 500;
}
@media (max-width: 600px) {
  .compare_page_wrap .compare_banner_wrap .sectionHeadingCont .sectionheadingxlg span {
    font-size: 30px;
  }
}
.compare_page_wrap .compare_banner_wrap .centerImageWrap {
  width: 100%;
  max-width: 480px;
  position: absolute;
  z-index: 0;
}
.compare_page_wrap .compare_banner_wrap .centerImageWrap img {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
}
.compare_page_wrap .table_section {
  width: 100%;
  position: relative;
  z-index: 11;
  background-color: #fff;
  border-top-left-radius: 400px;
  border-bottom-left-radius: 400px;
  padding: 216px 130px;
}
@media (max-width: 1440px) {
  .compare_page_wrap .table_section {
    border-top-left-radius: 320px;
    border-bottom-left-radius: 320px;
  }
}
@media (max-width: 600px) {
  .compare_page_wrap .table_section {
    padding: 80px 24px;
    border-radius: 0px;
    border-bottom-left-radius: 80px;
  }
}
.compare_page_wrap .table_section.leadership_table .table_cont .table_wrap table thead tr th:nth-child(2) {
  background-color: #00909A;
}
.compare_page_wrap .table_section.leadership_table .table_cont .table_wrap table tbody tr td:nth-child(2) {
  background-color: rgba(0, 144, 154, 0.1);
}
.compare_page_wrap .table_section .table_section_cont {
  width: 100%;
  max-width: 1400px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 60px;
}
@media (max-width: 600px) {
  .compare_page_wrap .table_section .table_section_cont {
    gap: 40px;
  }
}
.compare_page_wrap .table_section .table_section_cont .table_heading {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 24px;
}
.compare_page_wrap .table_section .table_section_cont .table_heading h2 {
  color: #252A2D;
  line-height: 140%;
  font-weight: bold;
}
.compare_page_wrap .table_section .table_section_cont .table_heading h2 span {
  display: block;
  color: #00909A;
  line-height: 120%;
  font-size: 60px;
}
@media (max-width: 1440px) {
  .compare_page_wrap .table_section .table_section_cont .table_heading h2 span {
    font-size: 58px;
  }
}
@media (max-width: 600px) {
  .compare_page_wrap .table_section .table_section_cont .table_heading h2 span {
    font-size: 28px;
  }
}
@media (max-width: 600px) {
  .compare_page_wrap .table_section .table_section_cont .table_heading h2 {
    font-size: 28px;
    line-height: 120%;
  }
}
.compare_page_wrap .table_section .table_section_cont .table_heading p {
  color: #53666E;
  font-weight: 400;
  line-height: 140%;
}
.compare_page_wrap .table_section .table_section_cont .table_heading p span {
  display: block;
}
@media (max-width: 600px) {
  .compare_page_wrap .table_section .table_section_cont .table_heading p span {
    display: inline;
  }
}
.compare_page_wrap .table_section .table_section_cont .table_heading p span b {
  color: #252A2D;
}
@media (max-width: 600px) {
  .compare_page_wrap .table_section .table_section_cont .table_heading p {
    font-size: 20px;
  }
}
.compare_page_wrap .table_section .table_section_cont .table_cont {
  width: 100%;
}
@media (max-width: 600px) {
  .compare_page_wrap .table_section .table_section_cont .table_cont {
    overflow: auto;
    padding-bottom: 20px;
  }
  .compare_page_wrap .table_section .table_section_cont .table_cont::-webkit-scrollbar {
    width: 10px;
    height: 5px;
    border-radius: 10px;
    background-color: #EBEEF0;
  }
  .compare_page_wrap .table_section .table_section_cont .table_cont::-webkit-scrollbar-track {
    background-color: #EBEEF0;
    border-radius: 10px;
  }
  .compare_page_wrap .table_section .table_section_cont .table_cont::-webkit-scrollbar-thumb {
    background: #252A2D;
    border-radius: 10px;
    height: 5px;
  }
  .compare_page_wrap .table_section .table_section_cont .table_cont::-webkit-scrollbar-thumb:hover {
    background: #252A2D;
  }
}
.compare_page_wrap .table_section .table_section_cont .table_cont .table_wrap {
  width: 100%;
  border-radius: 25px;
  border: solid 1px #53666E;
  overflow: hidden;
}
@media (max-width: 600px) {
  .compare_page_wrap .table_section .table_section_cont .table_cont .table_wrap {
    overflow: initial;
    border: 0;
    padding: 1px;
    overflow: initial;
  }
}
.compare_page_wrap .table_section .table_section_cont .table_cont .table_wrap table,
.compare_page_wrap .table_section .table_section_cont .table_cont .table_wrap th,
.compare_page_wrap .table_section .table_section_cont .table_cont .table_wrap td {
  border-collapse: collapse;
}
.compare_page_wrap .table_section .table_section_cont .table_cont .table_wrap table {
  width: 100%;
  border-radius: 24px;
  background-color: #fff;
  border-radius: 24px;
  table-layout: fixed;
}
@media (max-width: 600px) {
  .compare_page_wrap .table_section .table_section_cont .table_cont .table_wrap table {
    width: initial;
  }
}
.compare_page_wrap .table_section .table_section_cont .table_cont .table_wrap table thead {
  background-color: #252A2D;
}
.compare_page_wrap .table_section .table_section_cont .table_cont .table_wrap table thead tr th {
  padding: 15px 10px;
  text-align: center;
  border-right: solid 1px #fff;
}
.compare_page_wrap .table_section .table_section_cont .table_cont .table_wrap table thead tr th:last-child {
  border-right: 0px;
}
.compare_page_wrap .table_section .table_section_cont .table_cont .table_wrap table thead tr th:nth-child(2) {
  background-color: #00909A;
}
@media (max-width: 600px) {
  .compare_page_wrap .table_section .table_section_cont .table_cont .table_wrap table thead tr th {
    min-width: 145px;
    padding: 12px 10px;
  }
}
.compare_page_wrap .table_section .table_section_cont .table_cont .table_wrap table thead tr th img {
  height: 50px;
  width: initial;
  -o-object-fit: contain;
     object-fit: contain;
  display: inline-block;
}
@media (max-width: 600px) {
  .compare_page_wrap .table_section .table_section_cont .table_cont .table_wrap table thead tr th img {
    height: 30px;
  }
}
.compare_page_wrap .table_section .table_section_cont .table_cont .table_wrap table thead tr th p {
  color: #fff;
  line-height: 140%;
  font-weight: 400;
}
@media (max-width: 600px) {
  .compare_page_wrap .table_section .table_section_cont .table_cont .table_wrap table thead tr th p {
    font-size: 13px;
  }
}
.compare_page_wrap .table_section .table_section_cont .table_cont .table_wrap table thead tr th:first-child {
  border-top-left-radius: 24px;
}
.compare_page_wrap .table_section .table_section_cont .table_cont .table_wrap table thead tr th:last-child {
  border-top-right-radius: 24px;
}
.compare_page_wrap .table_section .table_section_cont .table_cont .table_wrap table tbody {
  background-color: #fff;
}
.compare_page_wrap .table_section .table_section_cont .table_cont .table_wrap table tbody tr td {
  padding: 15px 10px;
  text-align: center;
  border: solid 1px #53666E;
  min-height: 88px;
}
@media (max-width: 600px) {
  .compare_page_wrap .table_section .table_section_cont .table_cont .table_wrap table tbody tr td {
    min-width: 145px;
    padding: 20px 10px;
  }
}
.compare_page_wrap .table_section .table_section_cont .table_cont .table_wrap table tbody tr td:nth-child(2) {
  background-color: rgba(0, 144, 154, 0.1);
}
.compare_page_wrap .table_section .table_section_cont .table_cont .table_wrap table tbody tr td img {
  height: 32px;
  width: 32px;
  -o-object-fit: contain;
     object-fit: contain;
  display: inline-block;
}
@media (max-width: 600px) {
  .compare_page_wrap .table_section .table_section_cont .table_cont .table_wrap table tbody tr td img {
    width: 20px;
  }
}
.compare_page_wrap .table_section .table_section_cont .table_cont .table_wrap table tbody tr td p {
  color: #252A2D;
  line-height: 140%;
  font-weight: 400;
}
@media (max-width: 600px) {
  .compare_page_wrap .table_section .table_section_cont .table_cont .table_wrap table tbody tr td p {
    font-size: 13px;
  }
}
.compare_page_wrap .table_section .table_section_cont .table_cont .table_wrap table tbody tr td:first-child {
  text-align: left;
  border-left: 0px;
}
.compare_page_wrap .table_section .table_section_cont .table_cont .table_wrap table tbody tr td:first-child p {
  color: #252A2D;
  line-height: 140%;
  font-weight: bold;
}
@media (max-width: 600px) {
  .compare_page_wrap .table_section .table_section_cont .table_cont .table_wrap table tbody tr td:first-child p {
    font-size: 13px;
  }
}
.compare_page_wrap .table_section .table_section_cont .table_cont .table_wrap table tbody tr td:last-child {
  border-right: 0px;
}
.compare_page_wrap .table_section .table_section_cont .table_cont .table_wrap table tbody tr:last-child td {
  border-bottom: 0px;
}
.compare_page_wrap .table_section .table_section_cont .table_cont .table_wrap table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 24px;
}
.compare_page_wrap .table_section .table_section_cont .table_cont .table_wrap table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 24px;
}
.compare_page_wrap .re_section {
  width: 100%;
  position: relative;
  z-index: 2;
  padding: 216px 20px;
  flex-direction: column;
  z-index: 0;
}
@media (max-width: 600px) {
  .compare_page_wrap .re_section {
    padding: 85px 24px;
  }
}
.compare_page_wrap .re_section::before {
  content: "";
  width: 100%;
  height: 200%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../public_assets/images/circle-bg-dark.jpg");
  position: absolute;
}
.compare_page_wrap .re_section .re_section_wrap {
  width: 100%;
  max-width: 900px;
  flex-direction: column;
  gap: 20px;
  position: relative;
  z-index: 10;
}
.compare_page_wrap .re_section .re_section_wrap h2 {
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 120%;
}
@media (max-width: 600px) {
  .compare_page_wrap .re_section .re_section_wrap h2 {
    font-size: 30px;
  }
}
.compare_page_wrap .rd_section {
  width: 100%;
  background-color: #53666E;
  padding: 108px 20px;
  position: relative;
  z-index: 2;
}
@media (max-width: 600px) {
  .compare_page_wrap .rd_section {
    padding: 75px 24px;
  }
}
.compare_page_wrap .rd_section .rd_container {
  width: 100%;
  max-width: 1200px;
  flex-direction: column;
  gap: 40px;
}
@media (max-width: 600px) {
  .compare_page_wrap .rd_section .rd_container {
    gap: 24px;
  }
}
.compare_page_wrap .rd_section .rd_container .rd_text_wrap {
  width: 100%;
  flex-direction: column;
  gap: 24px;
}
.compare_page_wrap .rd_section .rd_container .rd_text_wrap h2 {
  color: #fff;
  font-weight: bold;
  line-height: 120%;
  text-align: center;
}
@media (max-width: 600px) {
  .compare_page_wrap .rd_section .rd_container .rd_text_wrap h2 {
    font-size: 30px;
  }
}
.compare_page_wrap .rd_section .rd_container .rd_text_wrap p {
  color: #F3F5F6;
  font-weight: 400;
  text-align: center;
  line-height: 140%;
  width: 100%;
  max-width: 680px;
  margin-bottom: 16px;
}
@media (max-width: 600px) {
  .compare_page_wrap .rd_section .rd_container .rd_text_wrap p {
    font-size: 20px;
    margin-bottom: 0px;
  }
}
.compare_page_wrap .rd_section .rd_container .rd_img_wrap {
  width: 100%;
  border-radius: 24px;
  border-top-left-radius: 400px;
  border-top-right-radius: 400px;
  overflow: hidden;
}
@media (max-width: 600px) {
  .compare_page_wrap .rd_section .rd_container .rd_img_wrap {
    height: 420px;
  }
}
.compare_page_wrap .rd_section .rd_container .rd_img_wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

/* compare */
/* About */
.about_page_wrap {
  width: 100%;
  position: relative;
}
.about_page_wrap .iconLetf {
  width: 100%;
  max-width: 540px;
  position: absolute;
  left: 0;
  top: 0px;
  z-index: 10;
}
@media (max-width: 1440px) {
  .about_page_wrap .iconLetf {
    width: 400px;
  }
}
@media (max-width: 600px) {
  .about_page_wrap .iconLetf {
    width: 120px;
    top: 80px;
    left: 0px;
  }
}
.about_page_wrap .iconLetf img {
  width: 100%;
}
.about_page_wrap .iconRight {
  width: 100%;
  max-width: 540px;
  position: absolute;
  right: 0;
  top: 0px;
  z-index: 10;
}
@media (max-width: 1440px) {
  .about_page_wrap .iconRight {
    width: 400px;
  }
}
@media (max-width: 600px) {
  .about_page_wrap .iconRight {
    width: 120px;
    top: 80px;
    right: 0;
  }
}
.about_page_wrap .iconRight img {
  width: 100%;
}
.about_page_wrap .abt_hero_section {
  width: 100%;
  height: 100dvh;
  padding: 0 24px;
  background-color: #fff;
  position: relative;
  z-index: 5;
}
@media (max-width: 1080px) {
  .about_page_wrap .abt_hero_section {
    height: initial;
    padding: 250px 24px 200px;
  }
}
@media (max-width: 600px) {
  .about_page_wrap .abt_hero_section {
    padding: 150px 24px 100px;
  }
}
.about_page_wrap .abt_hero_section .heade_wrap {
  text-align: center;
  position: relative;
  z-index: 5;
}
.about_page_wrap .abt_hero_section .heade_wrap .sectionheadingxlg {
  color: #252A2D;
  line-height: 140%;
}
@media (max-width: 1080px) {
  .about_page_wrap .abt_hero_section .heade_wrap .sectionheadingxlg {
    font-size: 60px;
  }
}
@media (max-width: 600px) {
  .about_page_wrap .abt_hero_section .heade_wrap .sectionheadingxlg {
    font-size: 28px;
  }
}
.about_page_wrap .abt_hero_section .heade_wrap .sectionheadingxlg span {
  font-size: 120px;
}
@media (max-width: 1080px) {
  .about_page_wrap .abt_hero_section .heade_wrap .sectionheadingxlg span {
    font-size: 80px;
    line-height: 140%;
  }
}
@media (max-width: 600px) {
  .about_page_wrap .abt_hero_section .heade_wrap .sectionheadingxlg span {
    font-size: 30px;
  }
}
.about_page_wrap .team_section {
  width: 100%;
  border-top-left-radius: 400px;
  border-top-right-radius: 400px;
  background-color: #252A2D;
  padding: 216px 24px 108px;
  position: relative;
  position: relative;
  z-index: 15;
}
@media (max-width: 1440px) {
  .about_page_wrap .team_section {
    border-top-left-radius: 320px;
    border-top-right-radius: 320px;
    padding: 80px 24px;
  }
}
@media (max-width: 1080px) {
  .about_page_wrap .team_section {
    border-top-left-radius: 80px;
    border-top-right-radius: 80px;
  }
}
.about_page_wrap .team_section::before {
  content: "";
  width: 100%;
  height: 50%;
  background-color: #252A2D;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -49%;
}
.about_page_wrap .team_section .team_cont {
  width: 100%;
  max-width: 1400px;
  flex-direction: column;
  gap: 60px;
}
@media (max-width: 1440px) {
  .about_page_wrap .team_section .team_cont {
    max-width: 1200px;
  }
}
@media (max-width: 600px) {
  .about_page_wrap .team_section .team_cont {
    gap: 24px;
  }
}
.about_page_wrap .team_section .team_cont h2 {
  color: #fff;
  line-height: 140%;
  font-weight: bold;
}
@media (max-width: 600px) {
  .about_page_wrap .team_section .team_cont h2 {
    font-size: 30px;
    text-align: center;
  }
}
.about_page_wrap .team_section .team_cont .team_wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 10px;
}
@media (max-width: 1080px) {
  .about_page_wrap .team_section .team_cont .team_wrap {
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
  }
}
.about_page_wrap .team_section .team_cont .team_wrap .team_div {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  width: 200px;
}
@media (max-width: 600px) {
  .about_page_wrap .team_section .team_cont .team_wrap .team_div {
    width: 100%;
  }
}
.about_page_wrap .team_section .team_cont .team_wrap .team_div img {
  width: 200px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 20px;
}
.about_page_wrap .team_section .team_cont .team_wrap .team_div h3 {
  color: #fff;
  font-weight: bold;
  line-height: 140%;
  margin-bottom: 10px;
  text-align: center;
}
.about_page_wrap .team_section .team_cont .team_wrap .team_div p {
  color: #F3F5F6;
  font-weight: 400;
  line-height: 140%;
  text-align: center;
}
.about_page_wrap .mission_section {
  width: 100%;
  border-top-left-radius: 400px;
  border-top-right-radius: 400px;
  background-color: #fff;
  padding: 216px 24px 108px;
  position: relative;
  z-index: 20;
}
@media (max-width: 1440px) {
  .about_page_wrap .mission_section {
    border-top-left-radius: 320px;
    border-top-right-radius: 320px;
  }
}
@media (max-width: 1080px) {
  .about_page_wrap .mission_section {
    border-top-left-radius: 80px;
    border-top-right-radius: 80px;
    padding: 80px 24px;
  }
}
.about_page_wrap .mission_section .mission_cont {
  width: 100%;
  max-width: 1400px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
}
@media (max-width: 1440px) {
  .about_page_wrap .mission_section .mission_cont {
    max-width: 1080px;
  }
}
@media (max-width: 1080px) {
  .about_page_wrap .mission_section .mission_cont {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 600px) {
  .about_page_wrap .mission_section .mission_cont {
    justify-content: flex-start;
    align-items: flex-start;
    gap: 24px;
  }
}
.about_page_wrap .mission_section .mission_cont .mission_id_card {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 40px;
}
@media (max-width: 1080px) {
  .about_page_wrap .mission_section .mission_cont .mission_id_card {
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 600px) {
  .about_page_wrap .mission_section .mission_cont .mission_id_card {
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.about_page_wrap .mission_section .mission_cont .mission_id_card img {
  width: 160px;
}
@media (max-width: 600px) {
  .about_page_wrap .mission_section .mission_cont .mission_id_card img {
    width: 80px;
  }
}
.about_page_wrap .mission_section .mission_cont .mission_id_card h2 {
  color: #252A2D;
  font-weight: bold;
  line-height: 140%;
}
@media (max-width: 600px) {
  .about_page_wrap .mission_section .mission_cont .mission_id_card h2 {
    font-size: 30px;
  }
}
.about_page_wrap .mission_section .mission_cont .mission_content_wrap {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 40px;
  width: 100%;
  max-width: 800px;
}
@media (max-width: 1440px) {
  .about_page_wrap .mission_section .mission_cont .mission_content_wrap {
    max-width: 600px;
  }
}
@media (max-width: 1080px) {
  .about_page_wrap .mission_section .mission_cont .mission_content_wrap {
    max-width: 100%;
    gap: 24px;
  }
}
.about_page_wrap .mission_section .mission_cont .mission_content_wrap p {
  color: #252A2D;
  font-weight: 400;
  line-height: 140%;
}
@media (max-width: 600px) {
  .about_page_wrap .mission_section .mission_cont .mission_content_wrap p {
    font-size: 20px;
  }
}
.about_page_wrap .director_section {
  width: 100%;
  padding: 216px 24px;
  background-color: #F3F5F6;
  border-bottom-left-radius: 400px;
  border-bottom-right-radius: 400px;
  position: relative;
  z-index: 25;
}
@media (max-width: 1440px) {
  .about_page_wrap .director_section {
    border-bottom-left-radius: 320px;
    border-bottom-right-radius: 320px;
  }
}
@media (max-width: 1080px) {
  .about_page_wrap .director_section {
    border-bottom-left-radius: 80px;
    border-bottom-right-radius: 80px;
    padding: 80px 24px;
  }
}
.about_page_wrap .director_section .director_cont {
  width: 100%;
  max-width: 1400px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 60px;
}
@media (max-width: 1440px) {
  .about_page_wrap .director_section .director_cont {
    max-width: 1200px;
  }
}
@media (max-width: 1080px) {
  .about_page_wrap .director_section .director_cont {
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 600px) {
  .about_page_wrap .director_section .director_cont {
    justify-content: flex-start;
    align-items: flex-start;
    gap: 24px;
  }
}
.about_page_wrap .director_section .director_cont .sectionheadinglg, .about_page_wrap .director_section .director_cont .home_page_wrapper .grow_section .grow_cont h2, .home_page_wrapper .grow_section .grow_cont .about_page_wrap .director_section .director_cont h2, .about_page_wrap .director_section .director_cont .home_page_wrapper .skill_secvtion .skill_container .heading_wrap h2, .home_page_wrapper .skill_secvtion .skill_container .heading_wrap .about_page_wrap .director_section .director_cont h2, .about_page_wrap .director_section .director_cont .home_page_wrapper .measure_section .measure_cont .measure_text h2, .home_page_wrapper .measure_section .measure_cont .measure_text .about_page_wrap .director_section .director_cont h2, .about_page_wrap .director_section .director_cont .science_page_wrap .tomorrow_section .tomorrow_cont .tomorrow_text h2, .science_page_wrap .tomorrow_section .tomorrow_cont .tomorrow_text .about_page_wrap .director_section .director_cont h2, .about_page_wrap .director_section .director_cont .science_page_wrap .enough_section .enough_cont .enough_text h2, .science_page_wrap .enough_section .enough_cont .enough_text .about_page_wrap .director_section .director_cont h2, .about_page_wrap .director_section .director_cont .science_page_wrap .textdocument_section .textdocument_cont .text_cont h2, .science_page_wrap .textdocument_section .textdocument_cont .text_cont .about_page_wrap .director_section .director_cont h2 {
  text-align: left;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
}
.about_page_wrap .director_section .director_cont .sectionheadinglg span, .about_page_wrap .director_section .director_cont .home_page_wrapper .grow_section .grow_cont h2 span, .home_page_wrapper .grow_section .grow_cont .about_page_wrap .director_section .director_cont h2 span, .about_page_wrap .director_section .director_cont .home_page_wrapper .skill_secvtion .skill_container .heading_wrap h2 span, .home_page_wrapper .skill_secvtion .skill_container .heading_wrap .about_page_wrap .director_section .director_cont h2 span, .about_page_wrap .director_section .director_cont .home_page_wrapper .measure_section .measure_cont .measure_text h2 span, .home_page_wrapper .measure_section .measure_cont .measure_text .about_page_wrap .director_section .director_cont h2 span, .about_page_wrap .director_section .director_cont .science_page_wrap .tomorrow_section .tomorrow_cont .tomorrow_text h2 span, .science_page_wrap .tomorrow_section .tomorrow_cont .tomorrow_text .about_page_wrap .director_section .director_cont h2 span, .about_page_wrap .director_section .director_cont .science_page_wrap .enough_section .enough_cont .enough_text h2 span, .science_page_wrap .enough_section .enough_cont .enough_text .about_page_wrap .director_section .director_cont h2 span, .about_page_wrap .director_section .director_cont .science_page_wrap .textdocument_section .textdocument_cont .text_cont h2 span, .science_page_wrap .textdocument_section .textdocument_cont .text_cont .about_page_wrap .director_section .director_cont h2 span {
  display: block;
}
@media (max-width: 1080px) {
  .about_page_wrap .director_section .director_cont .sectionheadinglg, .about_page_wrap .director_section .director_cont .home_page_wrapper .grow_section .grow_cont h2, .home_page_wrapper .grow_section .grow_cont .about_page_wrap .director_section .director_cont h2, .about_page_wrap .director_section .director_cont .home_page_wrapper .skill_secvtion .skill_container .heading_wrap h2, .home_page_wrapper .skill_secvtion .skill_container .heading_wrap .about_page_wrap .director_section .director_cont h2, .about_page_wrap .director_section .director_cont .home_page_wrapper .measure_section .measure_cont .measure_text h2, .home_page_wrapper .measure_section .measure_cont .measure_text .about_page_wrap .director_section .director_cont h2, .about_page_wrap .director_section .director_cont .science_page_wrap .tomorrow_section .tomorrow_cont .tomorrow_text h2, .science_page_wrap .tomorrow_section .tomorrow_cont .tomorrow_text .about_page_wrap .director_section .director_cont h2, .about_page_wrap .director_section .director_cont .science_page_wrap .enough_section .enough_cont .enough_text h2, .science_page_wrap .enough_section .enough_cont .enough_text .about_page_wrap .director_section .director_cont h2, .about_page_wrap .director_section .director_cont .science_page_wrap .textdocument_section .textdocument_cont .text_cont h2, .science_page_wrap .textdocument_section .textdocument_cont .text_cont .about_page_wrap .director_section .director_cont h2 {
    text-align: center;
  }
}
@media (max-width: 600px) {
  .about_page_wrap .director_section .director_cont .sectionheadinglg, .about_page_wrap .director_section .director_cont .home_page_wrapper .grow_section .grow_cont h2, .home_page_wrapper .grow_section .grow_cont .about_page_wrap .director_section .director_cont h2, .about_page_wrap .director_section .director_cont .home_page_wrapper .skill_secvtion .skill_container .heading_wrap h2, .home_page_wrapper .skill_secvtion .skill_container .heading_wrap .about_page_wrap .director_section .director_cont h2, .about_page_wrap .director_section .director_cont .home_page_wrapper .measure_section .measure_cont .measure_text h2, .home_page_wrapper .measure_section .measure_cont .measure_text .about_page_wrap .director_section .director_cont h2, .about_page_wrap .director_section .director_cont .science_page_wrap .tomorrow_section .tomorrow_cont .tomorrow_text h2, .science_page_wrap .tomorrow_section .tomorrow_cont .tomorrow_text .about_page_wrap .director_section .director_cont h2, .about_page_wrap .director_section .director_cont .science_page_wrap .enough_section .enough_cont .enough_text h2, .science_page_wrap .enough_section .enough_cont .enough_text .about_page_wrap .director_section .director_cont h2, .about_page_wrap .director_section .director_cont .science_page_wrap .textdocument_section .textdocument_cont .text_cont h2, .science_page_wrap .textdocument_section .textdocument_cont .text_cont .about_page_wrap .director_section .director_cont h2 {
    text-align: left;
  }
}
.about_page_wrap .director_section .director_cont .director_main {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  width: 100%;
}
@media (max-width: 1080px) {
  .about_page_wrap .director_section .director_cont .director_main {
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
}
@media (max-width: 600px) {
  .about_page_wrap .director_section .director_cont .director_main {
    justify-content: flex-start;
    align-items: flex-start;
    gap: 24px;
  }
}
.about_page_wrap .director_section .director_cont .director_main .dir_profile {
  flex-direction: column;
  gap: 12px;
}
@media (max-width: 1080px) {
  .about_page_wrap .director_section .director_cont .director_main .dir_profile {
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.about_page_wrap .director_section .director_cont .director_main .dir_profile img {
  max-width: 480px;
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 50%;
}
@media (max-width: 1080px) {
  .about_page_wrap .director_section .director_cont .director_main .dir_profile img {
    max-width: 200px;
  }
}
.about_page_wrap .director_section .director_cont .director_main .dir_profile h3 {
  font-weight: bold;
  line-height: 140%;
  color: #252A2D;
}
@media (max-width: 1080px) {
  .about_page_wrap .director_section .director_cont .director_main .dir_profile h3 {
    font-size: 28px;
  }
}
.about_page_wrap .director_section .director_cont .director_main .dir_profile p {
  font-weight: bold;
  line-height: 140%;
  color: #252A2D;
}
@media (max-width: 1080px) {
  .about_page_wrap .director_section .director_cont .director_main .dir_profile p {
    font-size: 20px;
  }
}
.about_page_wrap .director_section .director_cont .director_main .dir_content {
  width: 100%;
  max-width: 800px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 40px;
}
.about_page_wrap .director_section .director_cont .director_main .dir_content p {
  color: #53666E;
  line-height: 140%;
  text-align: left;
  font-weight: 400;
}
@media (max-width: 600px) {
  .about_page_wrap .director_section .director_cont .director_main .dir_content p {
    font-size: 20px;
  }
}
.about_page_wrap .research_section {
  width: 100%;
  padding: 216px 24px;
  background-color: #fff;
}
@media (max-width: 1080px) {
  .about_page_wrap .research_section {
    padding: 80px 24px;
  }
}
.about_page_wrap .research_section .re_container {
  width: 100%;
  max-width: 1400px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 1440px) {
  .about_page_wrap .research_section .re_container {
    max-width: 1200px;
  }
}
@media (max-width: 1080px) {
  .about_page_wrap .research_section .re_container {
    flex-direction: column-reverse;
    align-items: center;
    gap: 40px;
  }
}
@media (max-width: 600px) {
  .about_page_wrap .research_section .re_container {
    gap: 24px;
  }
}
.about_page_wrap .research_section .re_container .res_head_show {
  display: none;
  font-weight: bold;
  line-height: 140%;
  color: #252A2D;
  order: 1;
}
@media (max-width: 600px) {
  .about_page_wrap .research_section .re_container .res_head_show {
    font-size: 28px;
  }
}
.about_page_wrap .research_section .re_container .res_head_show span {
  font-weight: bold;
  color: #00909A;
  display: block;
}
@media (max-width: 600px) {
  .about_page_wrap .research_section .re_container .res_head_show span {
    font-size: 30px;
  }
}
@media (max-width: 600px) {
  .about_page_wrap .research_section .re_container .res_head_show {
    display: block;
  }
}
.about_page_wrap .research_section .re_container .re_img_wrap {
  width: 100%;
  max-width: 600px;
}
@media (max-width: 1440px) {
  .about_page_wrap .research_section .re_container .re_img_wrap {
    max-width: 570px;
  }
}
.about_page_wrap .research_section .re_container .re_img_wrap img {
  width: 100%;
}
.about_page_wrap .research_section .re_container .re_content_wrap {
  width: 100%;
  max-width: 720px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 40px;
}
@media (max-width: 1080px) {
  .about_page_wrap .research_section .re_container .re_content_wrap {
    max-width: 100%;
  }
}
@media (max-width: 1080px) {
  .about_page_wrap .research_section .re_container .re_content_wrap {
    gap: 24px;
  }
}
.about_page_wrap .research_section .re_container .re_content_wrap h2 {
  font-weight: bold;
  line-height: 140%;
  color: #252A2D;
}
@media (max-width: 600px) {
  .about_page_wrap .research_section .re_container .re_content_wrap h2 {
    display: none;
  }
}
.about_page_wrap .research_section .re_container .re_content_wrap h2 span {
  font-weight: bold;
  color: #00909A;
  display: block;
}
.about_page_wrap .research_section .re_container .re_content_wrap h3 {
  font-weight: bold;
  line-height: 140%;
  color: #252A2D;
}
@media (max-width: 600px) {
  .about_page_wrap .research_section .re_container .re_content_wrap h3 {
    font-size: 20px;
    margin-bottom: 16px;
  }
}
.about_page_wrap .research_section .re_container .re_content_wrap p {
  font-weight: 400;
  line-height: 140%;
  color: #252A2D;
}
@media (max-width: 600px) {
  .about_page_wrap .research_section .re_container .re_content_wrap p {
    font-size: 20px;
  }
}
.about_page_wrap .research_section .re_container .re_content_wrap .inn_re {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 24px;
}
.about_page_wrap .research_section .re_container .re_content_wrap .inn_re h3 {
  margin-bottom: 10px;
}
.about_page_wrap .books_section {
  width: 100%;
  background-color: #252A2D;
  padding: 216px 24px;
  border-top-right-radius: 400px;
  position: relative;
}
@media (max-width: 1440px) {
  .about_page_wrap .books_section {
    border-top-right-radius: 320px;
  }
}
@media (max-width: 1440px) {
  .about_page_wrap .books_section {
    border-top-right-radius: 80px;
    padding: 80px 24px;
  }
}
.about_page_wrap .books_section::before {
  content: "";
  width: 100%;
  height: 50%;
  background-color: #252A2D;
  position: absolute;
  left: 0;
  bottom: -50%;
  right: 0;
  z-index: -1;
}
@media (max-width: 1440px) {
  .about_page_wrap .books_section::before {
    height: 350px;
    bottom: -300px;
  }
}
.about_page_wrap .books_section .books_container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  gap: 106px;
}
@media (max-width: 600px) {
  .about_page_wrap .books_section .books_container {
    gap: 24px;
  }
}
.about_page_wrap .books_section .books_container .books_head {
  width: 100%;
  flex-direction: column;
}
.about_page_wrap .books_section .books_container .books_head h2 {
  font-weight: bold;
  color: #fff;
  line-height: 140%;
}
@media (max-width: 600px) {
  .about_page_wrap .books_section .books_container .books_head h2 {
    font-size: 30px;
  }
}
.about_page_wrap .books_section .books_container .books_head h3 {
  font-weight: bold;
  color: #fff;
  line-height: 140%;
}
@media (max-width: 600px) {
  .about_page_wrap .books_section .books_container .books_head h3 {
    font-size: 28px;
    text-align: center;
  }
}
.about_page_wrap .books_section .books_container .books_wrapper {
  width: 100%;
  max-width: 1600px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
}
@media (max-width: 1440px) {
  .about_page_wrap .books_section .books_container .books_wrapper {
    max-width: 1200px;
    grid-template-columns: 1fr;
  }
}
.about_page_wrap .books_section .books_container .books_wrapper .books_card {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 30px;
}
@media (max-width: 600px) {
  .about_page_wrap .books_section .books_container .books_wrapper .books_card {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.about_page_wrap .books_section .books_container .books_wrapper .books_card .books_img {
  width: 260px;
}
@media (max-width: 600px) {
  .about_page_wrap .books_section .books_container .books_wrapper .books_card .books_img {
    width: 234px;
  }
}
.about_page_wrap .books_section .books_container .books_wrapper .books_card .books_dtl {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
@media (max-width: 600px) {
  .about_page_wrap .books_section .books_container .books_wrapper .books_card .books_dtl {
    gap: 24px;
  }
}
.about_page_wrap .books_section .books_container .books_wrapper .books_card .books_dtl h4 {
  color: #fff;
  line-height: 140%;
  font-weight: bold;
  margin-bottom: 12px;
}
@media (max-width: 600px) {
  .about_page_wrap .books_section .books_container .books_wrapper .books_card .books_dtl h4 {
    font-size: 28px;
    margin-bottom: 0px;
  }
}
.about_page_wrap .books_section .books_container .books_wrapper .books_card .books_dtl p {
  color: #F3F5F6;
  line-height: 140%;
  font-weight: 400;
  margin-bottom: 24px;
}
@media (max-width: 600px) {
  .about_page_wrap .books_section .books_container .books_wrapper .books_card .books_dtl p {
    font-size: 20px;
    margin-bottom: 0px;
  }
}
.about_page_wrap .books_section .res_brand {
  width: 210px;
  left: initial;
  right: initial;
  bottom: initial;
  display: none;
  position: absolute;
  bottom: 0px;
  z-index: 10;
}
.about_page_wrap .books_section .res_brand img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 600px) {
  .about_page_wrap .books_section .res_brand {
    display: block;
  }
}

/* About */
/* Science */
.science_page_wrap {
  width: 100%;
}
.science_page_wrap .science_hero_section {
  width: 100%;
  background-color: #F3F5F6;
  position: relative;
}
.science_page_wrap .science_hero_section::before {
  content: "";
  width: 100%;
  height: 50%;
  background-color: #F3F5F6;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -50%;
  z-index: -1;
}
.science_page_wrap .science_hero_section .hero_cont {
  width: 100%;
  max-width: 1366px;
  flex-direction: column;
  position: relative;
  padding: 150px 24px 100px;
}
@media (max-width: 600px) {
  .science_page_wrap .science_hero_section .hero_cont {
    padding: 100px 24px 20px;
  }
}
.science_page_wrap .science_hero_section .hero_cont .center_icon {
  width: 100%;
  height: auto;
  top: 0px;
  position: absolute;
  z-index: 0;
}
@media (max-width: 600px) {
  .science_page_wrap .science_hero_section .hero_cont .center_icon {
    width: 80%;
    top: 65px;
  }
}
.science_page_wrap .science_hero_section .hero_cont .centerHeadingWrap {
  position: relative;
  z-index: 10;
}
.science_page_wrap .science_hero_section .hero_cont .centerHeadingWrap h1 {
  color: #252A2D;
  line-height: 140%;
}
.science_page_wrap .science_hero_section .hero_cont .centerHeadingWrap h1 span {
  font-size: 120px;
}
@media (max-width: 1080px) {
  .science_page_wrap .science_hero_section .hero_cont .centerHeadingWrap h1 span {
    font-size: 60px;
  }
}
@media (max-width: 600px) {
  .science_page_wrap .science_hero_section .hero_cont .centerHeadingWrap h1 span {
    font-size: 30px;
  }
}
.science_page_wrap .science_hero_section .hero_cont .hero_img_wrap {
  width: 100%;
  max-width: 878px;
  position: relative;
  z-index: 10;
}
.science_page_wrap .science_hero_section .hero_cont .hero_img_wrap img {
  width: 100%;
}
.science_page_wrap .textdocument_section {
  width: 100%;
  background-color: #fff;
  position: relative;
  z-index: 15;
  padding: 216px 24px;
  border-top-left-radius: 400px;
  border-top-right-radius: 400px;
}
@media (max-width: 1440px) {
  .science_page_wrap .textdocument_section {
    border-top-left-radius: 320px;
    border-top-right-radius: 320px;
  }
}
@media (max-width: 1080px) {
  .science_page_wrap .textdocument_section {
    border-top-left-radius: 80px;
    border-top-right-radius: 80px;
    padding: 80px 24px;
  }
}
.science_page_wrap .textdocument_section .textdocument_cont {
  width: 100%;
  max-width: 1400px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 50px;
  position: relative;
}
@media (max-width: 1440px) {
  .science_page_wrap .textdocument_section .textdocument_cont {
    max-width: 1200px;
  }
}
@media (max-width: 600px) {
  .science_page_wrap .textdocument_section .textdocument_cont {
    flex-direction: column;
    gap: 20px;
  }
}
.science_page_wrap .textdocument_section .textdocument_cont .text_cont {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 40px;
  max-width: 600px;
  position: relative;
}
@media (max-width: 1440px) {
  .science_page_wrap .textdocument_section .textdocument_cont .text_cont {
    max-width: 100%;
    width: 100%;
  }
}
@media (max-width: 600px) {
  .science_page_wrap .textdocument_section .textdocument_cont .text_cont {
    gap: 20px;
  }
}
.science_page_wrap .textdocument_section .textdocument_cont .text_cont h2 {
  text-align: left;
  line-height: 140%;
}
@media (max-width: 1440px) {
  .science_page_wrap .textdocument_section .textdocument_cont .text_cont h2 {
    max-width: 600px;
    width: 100%;
  }
}
.science_page_wrap .textdocument_section .textdocument_cont .text_cont p {
  color: #53666E;
  font-weight: 400;
  line-height: 140%;
}
@media (max-width: 600px) {
  .science_page_wrap .textdocument_section .textdocument_cont .text_cont p {
    font-size: 20px;
  }
}
@media (max-width: 1440px) {
  .science_page_wrap .textdocument_section .textdocument_cont .text_cont p:nth-of-type(1) {
    max-width: 600px;
    width: 100%;
  }
}
@media (max-width: 1440px) {
  .science_page_wrap .textdocument_section .textdocument_cont .text_cont p:nth-of-type(2) {
    max-width: 100%;
    width: 100%;
  }
}
.science_page_wrap .textdocument_section .textdocument_cont .img_cont {
  width: 100%;
}
@media (max-width: 1440px) {
  .science_page_wrap .textdocument_section .textdocument_cont .img_cont {
    max-width: 550px;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media (max-width: 1280px) {
  .science_page_wrap .textdocument_section .textdocument_cont .img_cont {
    max-width: 360px;
  }
}
@media (max-width: 600px) {
  .science_page_wrap .textdocument_section .textdocument_cont .img_cont {
    position: static;
    max-width: 100%;
  }
}
.science_page_wrap .textdocument_section .textdocument_cont .img_cont img {
  width: 100%;
}
.science_page_wrap .enough_section {
  width: 100%;
  position: relative;
  z-index: 20;
  border-top-left-radius: 400px;
  border-bottom-left-radius: 400px;
  background-color: #252A2D;
  padding: 216px 24px;
}
@media (max-width: 1440px) {
  .science_page_wrap .enough_section {
    border-top-left-radius: 320px;
    border-bottom-left-radius: 320px;
  }
}
@media (max-width: 1080px) {
  .science_page_wrap .enough_section {
    border-top-left-radius: 80px;
    border-bottom-left-radius: 80px;
    padding: 80px 24px;
  }
}
.science_page_wrap .enough_section .enough_cont {
  width: 100%;
  max-width: 1400px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 90px;
}
@media (max-width: 1440px) {
  .science_page_wrap .enough_section .enough_cont {
    max-width: 1200px;
    gap: 80px;
  }
}
@media (max-width: 600px) {
  .science_page_wrap .enough_section .enough_cont {
    flex-direction: column;
    gap: 20px;
  }
}
.science_page_wrap .enough_section .enough_cont .enough_img {
  width: 100%;
  max-width: 600px;
}
@media (max-width: 1440px) {
  .science_page_wrap .enough_section .enough_cont .enough_img {
    max-width: 400px;
  }
}
@media (max-width: 600px) {
  .science_page_wrap .enough_section .enough_cont .enough_img {
    width: 200px;
  }
}
.science_page_wrap .enough_section .enough_cont .enough_img img {
  width: 90%;
}
@media (max-width: 600px) {
  .science_page_wrap .enough_section .enough_cont .enough_img img {
    width: 100%;
  }
}
.science_page_wrap .enough_section .enough_cont .enough_text {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 30px;
}
@media (max-width: 600px) {
  .science_page_wrap .enough_section .enough_cont .enough_text {
    gap: 12px;
  }
}
.science_page_wrap .enough_section .enough_cont .enough_text h2 {
  color: #fff;
  text-align: left;
  line-height: 140%;
}
.science_page_wrap .enough_section .enough_cont .enough_text p {
  color: #F3F5F6;
  text-align: left;
  line-height: 140%;
  font-weight: 400;
}
@media (max-width: 600px) {
  .science_page_wrap .enough_section .enough_cont .enough_text p {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.science_page_wrap .enough_section .enough_cont .enough_text p a {
  color: #00909A;
  font-weight: 400;
}
.science_page_wrap .enough_section .enough_cont .enough_text p a sup {
  font-size: 16px;
  font-weight: bold;
}
@media (max-width: 600px) {
  .science_page_wrap .enough_section .enough_cont .enough_text p a sup {
    font-size: 13px;
  }
}
.science_page_wrap .key_section {
  width: 100%;
  background-color: #fff;
  position: relative;
  z-index: 10;
  padding: 108px 24px;
}
@media (max-width: 1080px) {
  .science_page_wrap .key_section {
    padding: 80px 24px;
  }
}
.science_page_wrap .key_section .key_cont {
  width: 100%;
  max-width: 1400px;
  flex-direction: column;
  gap: 60px;
}
@media (max-width: 1440px) {
  .science_page_wrap .key_section .key_cont {
    max-width: 1200px;
  }
}
@media (max-width: 600px) {
  .science_page_wrap .key_section .key_cont {
    gap: 24px;
  }
}
.science_page_wrap .key_section .key_cont .key_head {
  width: 100%;
  flex-direction: column;
  gap: 12px;
}
@media (max-width: 600px) {
  .science_page_wrap .key_section .key_cont .key_head {
    gap: 24px;
  }
}
.science_page_wrap .key_section .key_cont .key_head h2 {
  text-align: center;
}
@media (max-width: 600px) {
  .science_page_wrap .key_section .key_cont .key_head h2 {
    text-align: left;
  }
}
.science_page_wrap .key_section .key_cont .key_head p {
  color: #53666E;
  line-height: 140%;
  font-weight: 400;
}
@media (max-width: 600px) {
  .science_page_wrap .key_section .key_cont .key_head p {
    font-size: 24px;
    text-align: left;
  }
}
.science_page_wrap .key_section .key_cont .key_wrap {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
@media (max-width: 1080px) {
  .science_page_wrap .key_section .key_cont .key_wrap {
    grid-template-columns: 1fr;
  }
}
.science_page_wrap .key_section .key_cont .key_wrap .key_div {
  width: 100%;
  border-radius: 24px;
  border: solid 1px rgba(83, 102, 110, 0.2);
  padding: 40px 40px;
  background-color: #fff;
  transition: all 0.2s;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 24px;
}
.science_page_wrap .key_section .key_cont .key_wrap .key_div:hover {
  background-color: #F3F5F6;
}
@media (max-width: 600px) {
  .science_page_wrap .key_section .key_cont .key_wrap .key_div {
    gap: 12px;
    padding: 20px;
  }
}
.science_page_wrap .key_section .key_cont .key_wrap .key_div img {
  width: 100px;
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 600px) {
  .science_page_wrap .key_section .key_cont .key_wrap .key_div img {
    width: 60px;
    height: 60px;
    margin-bottom: 12px;
  }
}
.science_page_wrap .key_section .key_cont .key_wrap .key_div h3 {
  font-weight: bold;
  color: #252A2D;
  line-height: 140%;
  max-width: 460px;
  width: 100%;
}
@media (max-width: 1080px) {
  .science_page_wrap .key_section .key_cont .key_wrap .key_div h3 {
    max-width: 100%;
  }
}
@media (max-width: 600px) {
  .science_page_wrap .key_section .key_cont .key_wrap .key_div h3 {
    font-size: 28px;
  }
}
.science_page_wrap .key_section .key_cont .key_wrap .key_div p {
  font-weight: 400;
  color: #53666E;
  line-height: 140%;
}
@media (max-width: 600px) {
  .science_page_wrap .key_section .key_cont .key_wrap .key_div p {
    font-size: 20px;
  }
}
.science_page_wrap .key_section .key_cont .key_wrap .key_div p a {
  color: #53666E;
}
.science_page_wrap .key_section .key_cont .key_wrap .key_div p sup {
  font-size: 16px;
  font-weight: bold;
}
@media (max-width: 600px) {
  .science_page_wrap .key_section .key_cont .key_wrap .key_div p sup {
    font-size: 13px;
  }
}
.science_page_wrap .game_section {
  width: 100%;
  padding: 216px 24px;
  background-color: #252A2D;
  border-top-left-radius: 400px;
  border-top-right-radius: 400px;
}
@media (max-width: 1440px) {
  .science_page_wrap .game_section {
    border-top-left-radius: 320px;
    border-top-right-radius: 320px;
  }
}
@media (max-width: 1080px) {
  .science_page_wrap .game_section {
    border-top-left-radius: 80px;
    border-top-right-radius: 80px;
    padding: 80px 24px;
  }
}
.science_page_wrap .game_section .game_cont {
  max-width: 1600px;
  width: 100%;
  flex-direction: column;
  gap: 60px;
}
@media (max-width: 1680px) {
  .science_page_wrap .game_section .game_cont {
    max-width: 1400px;
  }
}
@media (max-width: 1500px) {
  .science_page_wrap .game_section .game_cont {
    max-width: 1200px;
  }
}
@media (max-width: 1440px) {
  .science_page_wrap .game_section .game_cont {
    max-width: 1300px;
  }
}
@media (max-width: 600px) {
  .science_page_wrap .game_section .game_cont {
    gap: 24px;
  }
}
.science_page_wrap .game_section .game_cont .game_heading_wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 50px;
}
@media (max-width: 1080px) {
  .science_page_wrap .game_section .game_cont .game_heading_wrap {
    flex-direction: column;
    gap: 30px;
  }
}
@media (max-width: 600px) {
  .science_page_wrap .game_section .game_cont .game_heading_wrap {
    gap: 24px;
  }
}
.science_page_wrap .game_section .game_cont .game_heading_wrap h2 {
  color: #fff;
  line-height: 140%;
  font-weight: bold;
}
@media (max-width: 600px) {
  .science_page_wrap .game_section .game_cont .game_heading_wrap h2 {
    font-size: 30px;
  }
}
.science_page_wrap .game_section .game_cont .game_heading_wrap p {
  color: #F3F5F6;
  line-height: 140%;
  font-weight: 400;
  width: 100%;
  max-width: 720px;
}
@media (max-width: 1080px) {
  .science_page_wrap .game_section .game_cont .game_heading_wrap p {
    max-width: 100%;
  }
}
@media (max-width: 600px) {
  .science_page_wrap .game_section .game_cont .game_heading_wrap p {
    font-size: 20px;
  }
}
.science_page_wrap .game_section .game_cont .game_crad_wrap {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
@media (max-width: 1440px) {
  .science_page_wrap .game_section .game_cont .game_crad_wrap {
    gap: 20px;
  }
}
@media (max-width: 1080px) {
  .science_page_wrap .game_section .game_cont .game_crad_wrap {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 600px) {
  .science_page_wrap .game_section .game_cont .game_crad_wrap {
    gap: 24px;
  }
}
.science_page_wrap .game_section .game_cont .game_crad_wrap .game_card {
  width: 100%;
  padding: 35px;
  background-color: rgba(243, 245, 246, 0.02);
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 600px) {
  .science_page_wrap .game_section .game_cont .game_crad_wrap .game_card {
    gap: 12px;
    padding: 20px;
  }
}
.science_page_wrap .game_section .game_cont .game_crad_wrap .game_card h3 {
  font-weight: bold;
  color: #53666E;
  line-height: 100%;
}
@media (max-width: 600px) {
  .science_page_wrap .game_section .game_cont .game_crad_wrap .game_card h3 {
    font-size: 30px;
  }
}
.science_page_wrap .game_section .game_cont .game_crad_wrap .game_card h4 {
  font-weight: bold;
  color: #F3F5F6;
  line-height: 140%;
}
@media (max-width: 1440px) {
  .science_page_wrap .game_section .game_cont .game_crad_wrap .game_card h4 {
    font-size: 30px;
  }
}
@media (max-width: 600px) {
  .science_page_wrap .game_section .game_cont .game_crad_wrap .game_card h4 {
    font-size: 28px;
  }
}
.science_page_wrap .game_section .game_cont .game_crad_wrap .game_card p {
  font-weight: 400;
  color: #F3F5F6;
  line-height: 140%;
}
@media (max-width: 1440px) {
  .science_page_wrap .game_section .game_cont .game_crad_wrap .game_card p {
    font-size: 23px;
  }
}
@media (max-width: 600px) {
  .science_page_wrap .game_section .game_cont .game_crad_wrap .game_card p {
    font-size: 20px;
  }
}
.science_page_wrap .game_section .game_cont .game_crad_wrap .game_card p a {
  color: #00909A;
  font-weight: 400;
}
.science_page_wrap .game_section .game_cont .game_crad_wrap .game_card p a sup {
  font-size: 16px;
  font-weight: bold;
}
@media (max-width: 600px) {
  .science_page_wrap .game_section .game_cont .game_crad_wrap .game_card p a sup {
    font-size: 13px;
  }
}
.science_page_wrap .report_section {
  width: 100%;
  background-color: #F3F5F6;
  padding: 216px 24px;
}
@media (max-width: 1080px) {
  .science_page_wrap .report_section {
    padding: 80px 24px;
  }
}
@media (max-width: 1080px) {
  .science_page_wrap .report_section {
    padding: 60px 24px;
  }
}
.science_page_wrap .report_section .report_cont {
  width: 100%;
  max-width: 1600px;
  flex-direction: column;
  gap: 40px;
}
@media (max-width: 600px) {
  .science_page_wrap .report_section .report_cont {
    gap: 24px;
  }
}
.science_page_wrap .report_section .report_cont .report_heading_wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 50px;
}
@media (max-width: 1440px) {
  .science_page_wrap .report_section .report_cont .report_heading_wrap {
    max-width: 1200px;
    flex-direction: column;
    gap: 40px;
  }
}
@media (max-width: 600px) {
  .science_page_wrap .report_section .report_cont .report_heading_wrap {
    gap: 24px;
  }
}
.science_page_wrap .report_section .report_cont .report_heading_wrap h2 {
  color: #252A2D;
  line-height: 140%;
  font-weight: bold;
}
@media (max-width: 600px) {
  .science_page_wrap .report_section .report_cont .report_heading_wrap h2 {
    font-size: 28px;
  }
}
.science_page_wrap .report_section .report_cont .report_heading_wrap h2 span {
  color: #00909A;
  display: block;
}
@media (max-width: 600px) {
  .science_page_wrap .report_section .report_cont .report_heading_wrap h2 span {
    font-size: 30px;
  }
}
@media (max-width: 600px) {
  .science_page_wrap .report_section .report_cont .report_heading_wrap h2 br {
    display: none;
  }
}
.science_page_wrap .report_section .report_cont .report_heading_wrap p {
  color: #53666E;
  line-height: 140%;
  font-weight: 400;
  width: 100%;
  max-width: 720px;
}
@media (max-width: 1440px) {
  .science_page_wrap .report_section .report_cont .report_heading_wrap p {
    max-width: 100%;
  }
}
@media (max-width: 600px) {
  .science_page_wrap .report_section .report_cont .report_heading_wrap p {
    font-size: 20px;
  }
}
.science_page_wrap .report_section .report_cont .table_wrap {
  width: 100%;
  max-width: 1028px;
  background-color: #fff;
  border-radius: 52px;
  padding: 40px;
}
@media (max-width: 600px) {
  .science_page_wrap .report_section .report_cont .table_wrap {
    border-radius: 18px;
  }
}
.science_page_wrap .viral_section {
  width: 100%;
  padding: 108px 24px;
  background-color: #F3F5F6;
  position: relative;
}
@media (max-width: 1080px) {
  .science_page_wrap .viral_section {
    padding: 80px 24px;
  }
}
@media (max-width: 600px) {
  .science_page_wrap .viral_section {
    padding: 60px 24px;
  }
}
.science_page_wrap .viral_section::before {
  content: "";
  width: 100%;
  height: 50%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -50%;
  background-color: #F3F5F6;
}
.science_page_wrap .viral_section .viral_cont {
  width: 100%;
  max-width: 1400px;
  flex-direction: column;
  gap: 40px;
}
@media (max-width: 1440px) {
  .science_page_wrap .viral_section .viral_cont {
    max-width: 1200px;
  }
}
@media (max-width: 1440px) {
  .science_page_wrap .viral_section .viral_cont {
    gap: 24px;
  }
}
.science_page_wrap .viral_section .viral_cont .sectionheadinglg, .science_page_wrap .viral_section .viral_cont .home_page_wrapper .grow_section .grow_cont h2, .home_page_wrapper .grow_section .grow_cont .science_page_wrap .viral_section .viral_cont h2, .science_page_wrap .viral_section .viral_cont .home_page_wrapper .skill_secvtion .skill_container .heading_wrap h2, .home_page_wrapper .skill_secvtion .skill_container .heading_wrap .science_page_wrap .viral_section .viral_cont h2, .science_page_wrap .viral_section .viral_cont .home_page_wrapper .measure_section .measure_cont .measure_text h2, .home_page_wrapper .measure_section .measure_cont .measure_text .science_page_wrap .viral_section .viral_cont h2, .science_page_wrap .viral_section .viral_cont .tomorrow_section .tomorrow_cont .tomorrow_text h2, .science_page_wrap .tomorrow_section .tomorrow_cont .tomorrow_text .viral_section .viral_cont h2, .science_page_wrap .viral_section .viral_cont .textdocument_section .textdocument_cont .text_cont h2, .science_page_wrap .textdocument_section .textdocument_cont .text_cont .viral_section .viral_cont h2, .science_page_wrap .viral_section .viral_cont .enough_section .enough_cont .enough_text h2, .science_page_wrap .enough_section .enough_cont .enough_text .viral_section .viral_cont h2 {
  text-transform: none;
}
@media (max-width: 600px) {
  .science_page_wrap .viral_section .viral_cont .sectionheadinglg, .science_page_wrap .viral_section .viral_cont .home_page_wrapper .grow_section .grow_cont h2, .home_page_wrapper .grow_section .grow_cont .science_page_wrap .viral_section .viral_cont h2, .science_page_wrap .viral_section .viral_cont .home_page_wrapper .skill_secvtion .skill_container .heading_wrap h2, .home_page_wrapper .skill_secvtion .skill_container .heading_wrap .science_page_wrap .viral_section .viral_cont h2, .science_page_wrap .viral_section .viral_cont .home_page_wrapper .measure_section .measure_cont .measure_text h2, .home_page_wrapper .measure_section .measure_cont .measure_text .science_page_wrap .viral_section .viral_cont h2, .science_page_wrap .viral_section .viral_cont .tomorrow_section .tomorrow_cont .tomorrow_text h2, .science_page_wrap .tomorrow_section .tomorrow_cont .tomorrow_text .viral_section .viral_cont h2, .science_page_wrap .viral_section .viral_cont .textdocument_section .textdocument_cont .text_cont h2, .science_page_wrap .textdocument_section .textdocument_cont .text_cont .viral_section .viral_cont h2, .science_page_wrap .viral_section .viral_cont .enough_section .enough_cont .enough_text h2, .science_page_wrap .enough_section .enough_cont .enough_text .viral_section .viral_cont h2 {
    text-align: left;
  }
}
.science_page_wrap .viral_section .viral_cont .viral_card_cont {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
@media (max-width: 1440px) {
  .science_page_wrap .viral_section .viral_cont .viral_card_cont {
    gap: 24px;
  }
}
.science_page_wrap .viral_section .viral_cont .viral_card_cont .viral_card {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: solid 1px #53666E;
  padding: 40px 0;
}
@media (max-width: 600px) {
  .science_page_wrap .viral_section .viral_cont .viral_card_cont .viral_card {
    flex-direction: column;
    padding-top: 0;
    padding-bottom: 12px;
  }
}
.science_page_wrap .viral_section .viral_cont .viral_card_cont .viral_card h3 {
  width: 100%;
  max-width: 600px;
  font-weight: bold;
  color: #252A2D;
  line-height: 140%;
}
@media (max-width: 600px) {
  .science_page_wrap .viral_section .viral_cont .viral_card_cont .viral_card h3 {
    font-size: 28px;
  }
}
.science_page_wrap .viral_section .viral_cont .viral_card_cont .viral_card p {
  width: 100%;
  max-width: 720px;
  font-weight: 400;
  color: #53666E;
  line-height: 140%;
}
@media (max-width: 600px) {
  .science_page_wrap .viral_section .viral_cont .viral_card_cont .viral_card p {
    font-size: 20px;
  }
}
.science_page_wrap .tomorrow_section {
  width: 100%;
  background-color: #53666E;
  padding: 108px 24px;
  border-top-right-radius: 400px;
  position: relative;
  z-index: 10;
}
@media (max-width: 1440px) {
  .science_page_wrap .tomorrow_section {
    border-top-right-radius: 320px;
  }
}
@media (max-width: 1440px) {
  .science_page_wrap .tomorrow_section {
    border-top-right-radius: 80px;
    padding: 80px 24px;
  }
}
.science_page_wrap .tomorrow_section .tomorrow_cont {
  width: 100%;
  max-width: 1400px;
  flex-direction: column;
  gap: 40px;
}
@media (max-width: 1440px) {
  .science_page_wrap .tomorrow_section .tomorrow_cont {
    max-width: 1200px;
  }
}
.science_page_wrap .tomorrow_section .tomorrow_cont .tomorrow_text {
  width: 100%;
  flex-direction: column;
  gap: 24px;
}
.science_page_wrap .tomorrow_section .tomorrow_cont .tomorrow_text h2 {
  color: #fff;
  font-weight: bold;
  text-align: center;
  max-width: 720px;
  width: 100%;
  line-height: 120%;
}
.science_page_wrap .tomorrow_section .tomorrow_cont .tomorrow_text p {
  color: #F3F5F6;
  line-height: 140%;
  max-width: 840px;
  width: 100%;
  text-align: center;
  font-weight: 400;
}
@media (max-width: 600px) {
  .science_page_wrap .tomorrow_section .tomorrow_cont .tomorrow_text p {
    font-size: 20px;
  }
}
.science_page_wrap .tomorrow_section .tomorrow_cont .tomorrow_img {
  width: 100%;
  border-radius: 24px;
  border-top-left-radius: 400px;
  border-top-right-radius: 400px;
  overflow: hidden;
}
@media (max-width: 600px) {
  .science_page_wrap .tomorrow_section .tomorrow_cont .tomorrow_img {
    height: 342px;
  }
}
.science_page_wrap .tomorrow_section .tomorrow_cont .tomorrow_img img {
  width: 100%;
}
.science_page_wrap .tomorrow_section .tomorrow_cont .tomorrow_img img:last-child {
  display: none;
}
@media (max-width: 600px) {
  .science_page_wrap .tomorrow_section .tomorrow_cont .tomorrow_img img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    display: none;
  }
  .science_page_wrap .tomorrow_section .tomorrow_cont .tomorrow_img img:last-child {
    display: block;
  }
}
.science_page_wrap .reference_section {
  width: 100%;
  padding: 108px 24px;
  background-color: #fff;
}
@media (max-width: 1080px) {
  .science_page_wrap .reference_section {
    padding: 80px 24px;
  }
}
.science_page_wrap .reference_section .reference_cont {
  width: 100%;
  max-width: 1400px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 40px;
}
@media (max-width: 600px) {
  .science_page_wrap .reference_section .reference_cont {
    gap: 24px;
  }
}
@media (max-width: 1440px) {
  .science_page_wrap .reference_section .reference_cont {
    max-width: 1200px;
  }
}
.science_page_wrap .reference_section .reference_cont .reference_head {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
@media (max-width: 600px) {
  .science_page_wrap .reference_section .reference_cont .reference_head .sectionheadinglg, .science_page_wrap .reference_section .reference_cont .reference_head .home_page_wrapper .grow_section .grow_cont h2, .home_page_wrapper .grow_section .grow_cont .science_page_wrap .reference_section .reference_cont .reference_head h2, .science_page_wrap .reference_section .reference_cont .reference_head .home_page_wrapper .skill_secvtion .skill_container .heading_wrap h2, .home_page_wrapper .skill_secvtion .skill_container .heading_wrap .science_page_wrap .reference_section .reference_cont .reference_head h2, .science_page_wrap .reference_section .reference_cont .reference_head .home_page_wrapper .measure_section .measure_cont .measure_text h2, .home_page_wrapper .measure_section .measure_cont .measure_text .science_page_wrap .reference_section .reference_cont .reference_head h2, .science_page_wrap .reference_section .reference_cont .reference_head .textdocument_section .textdocument_cont .text_cont h2, .science_page_wrap .textdocument_section .textdocument_cont .text_cont .reference_section .reference_cont .reference_head h2, .science_page_wrap .reference_section .reference_cont .reference_head .enough_section .enough_cont .enough_text h2, .science_page_wrap .enough_section .enough_cont .enough_text .reference_section .reference_cont .reference_head h2, .science_page_wrap .reference_section .reference_cont .reference_head .tomorrow_section .tomorrow_cont .tomorrow_text h2, .science_page_wrap .tomorrow_section .tomorrow_cont .tomorrow_text .reference_section .reference_cont .reference_head h2 {
    font-size: 48px;
  }
}
.science_page_wrap .reference_section .reference_cont .reference_card_wrap {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 40px;
}
@media (max-width: 600px) {
  .science_page_wrap .reference_section .reference_cont .reference_card_wrap {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.science_page_wrap .reference_section .reference_cont .reference_card_wrap .reference_card {
  width: 100%;
  position: relative;
}
.science_page_wrap .reference_section .reference_cont .reference_card_wrap .reference_card .linkmatch {
  position: absolute;
  top: -150px;
}
.science_page_wrap .reference_section .reference_cont .reference_card_wrap .reference_card p {
  color: #252A2D;
  line-height: 140%;
  font-weight: 400;
  position: relative;
}
@media (max-width: 600px) {
  .science_page_wrap .reference_section .reference_cont .reference_card_wrap .reference_card p {
    font-size: 20px;
  }
}
.science_page_wrap .reference_section .reference_cont .reference_card_wrap .reference_card p sup {
  font-size: 16px;
  font-weight: bold;
}
@media (max-width: 600px) {
  .science_page_wrap .reference_section .reference_cont .reference_card_wrap .reference_card p sup {
    font-size: 13px;
  }
}

/* Science */
/* Home */
.home_page_wrapper {
  width: 100%;
  background-color: #fff;
  position: relative;
}
.home_page_wrapper .home_hero_section {
  width: 100%;
  height: 100dvh;
  position: relative;
  z-index: 1;
}
@media (max-width: 1200px) {
  .home_page_wrapper .home_hero_section {
    height: 70dvh;
  }
}
@media (max-width: 600px) {
  .home_page_wrapper .home_hero_section {
    height: 600px;
  }
}
.home_page_wrapper .home_hero_section::before {
  content: "";
  width: 100%;
  height: 150%;
  top: 0;
  left: 0;
  right: 0;
  position: absolute;
  background-color: #F3F5F6;
  z-index: -1;
}
.home_page_wrapper .home_hero_section .heroimg {
  width: 100%;
  position: absolute;
  top: -300px;
  left: 0;
  right: 0;
  z-index: -1;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1440px) {
  .home_page_wrapper .home_hero_section .heroimg {
    top: -160px;
    -o-object-fit: none;
       object-fit: none;
  }
}
@media (max-width: 1200px) {
  .home_page_wrapper .home_hero_section .heroimg {
    top: -150px;
    height: 128%;
  }
}
@media (max-width: 600px) {
  .home_page_wrapper .home_hero_section .heroimg {
    top: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.home_page_wrapper .home_hero_section .hero_content_wrap {
  width: 100%;
  max-width: 1000px;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 600px) {
  .home_page_wrapper .home_hero_section .hero_content_wrap {
    gap: 24px;
    max-width: 340px;
  }
}
.home_page_wrapper .home_hero_section .hero_content_wrap h1 {
  color: #252A2D;
  font-weight: bold;
  line-height: 140%;
  text-align: center;
}
.home_page_wrapper .home_hero_section .hero_content_wrap h1 span {
  color: #00909A;
  display: block;
}
@media (max-width: 600px) {
  .home_page_wrapper .home_hero_section .hero_content_wrap h1 {
    font-size: 30px;
  }
}
.home_page_wrapper .home_hero_section .hero_content_wrap h2 {
  color: #53666E;
  font-weight: bold;
  line-height: 140%;
  text-align: center;
}
@media (max-width: 600px) {
  .home_page_wrapper .home_hero_section .hero_content_wrap h2 {
    font-size: 24px;
  }
}
.home_page_wrapper .ht_about_section {
  width: 100%;
  padding: 190px 24px 145px;
  background-color: #fff;
  border-top-left-radius: 400px;
  border-top-right-radius: 400px;
  position: relative;
  z-index: 10;
}
@media (max-width: 1440px) {
  .home_page_wrapper .ht_about_section {
    border-top-left-radius: 320px;
    border-top-right-radius: 320px;
    padding: 190px 24px 130px;
  }
}
@media (max-width: 1200px) {
  .home_page_wrapper .ht_about_section {
    border-top-left-radius: 80px;
    border-top-right-radius: 80px;
    padding: 80px 24px 60px;
  }
}
.home_page_wrapper .ht_about_section .ht_about_cont {
  width: 100%;
  max-width: 1600px;
  gap: 50px;
}
@media (max-width: 1440px) {
  .home_page_wrapper .ht_about_section .ht_about_cont {
    max-width: 1200px;
    gap: 20px;
  }
}
@media (max-width: 600px) {
  .home_page_wrapper .ht_about_section .ht_about_cont {
    flex-direction: column-reverse;
    gap: 40px;
  }
}
.home_page_wrapper .ht_about_section .ht_about_cont .ht_img_wrap {
  width: 100%;
}
@media (max-width: 1440px) {
  .home_page_wrapper .ht_about_section .ht_about_cont .ht_img_wrap {
    max-width: 525px;
  }
}
.home_page_wrapper .ht_about_section .ht_about_cont .ht_img_wrap img {
  width: 100%;
}
.home_page_wrapper .ht_about_section .ht_about_cont .ht_text_wrap {
  width: 100%;
  max-width: 660px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
.home_page_wrapper .ht_about_section .ht_about_cont .ht_text_wrap h3 {
  color: #252A2D;
  line-height: 140%;
  font-weight: bold;
  margin-bottom: 5px;
}
@media (max-width: 600px) {
  .home_page_wrapper .ht_about_section .ht_about_cont .ht_text_wrap h3 {
    font-size: 28px;
    max-width: 240px;
    margin-bottom: 20px;
  }
}
.home_page_wrapper .ht_about_section .ht_about_cont .ht_text_wrap h2 {
  color: #252A2D;
  line-height: 120%;
  font-weight: bold;
  margin-bottom: 24px;
}
@media (max-width: 600px) {
  .home_page_wrapper .ht_about_section .ht_about_cont .ht_text_wrap h2 {
    font-size: 32px;
  }
}
.home_page_wrapper .ht_about_section .ht_about_cont .ht_text_wrap h2 span {
  color: #00909A;
  display: block;
}
.home_page_wrapper .ht_about_section .ht_about_cont .ht_text_wrap p {
  color: #53666E;
  font-weight: 400;
  line-height: 140%;
}
@media (max-width: 600px) {
  .home_page_wrapper .ht_about_section .ht_about_cont .ht_text_wrap p {
    font-size: 20px;
  }
}
.home_page_wrapper .ht_about_section .ht_about_cont .ht_text_wrap p span {
  font-weight: 600;
  color: #252A2D;
}
.home_page_wrapper .trusted_section {
  width: 100%;
  background-color: #fff;
  padding: 120px 24px;
}
@media (max-width: 1200px) {
  .home_page_wrapper .trusted_section {
    padding: 60px 24px;
  }
}
.home_page_wrapper .trusted_section .trusted_cont {
  max-width: 1400px;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 1200px) {
  .home_page_wrapper .trusted_section .trusted_cont {
    gap: 24px;
  }
}
.home_page_wrapper .trusted_section .trusted_cont h2 {
  color: #252A2D;
  font-weight: bold;
  line-height: 140%;
}
@media (max-width: 1200px) {
  .home_page_wrapper .trusted_section .trusted_cont h2 {
    font-size: 30px;
  }
}
.home_page_wrapper .trusted_section .trusted_cont .trusted_wrap {
  width: 100%;
  flex-wrap: wrap;
  gap: 20;
}
@media (max-width: 1200px) {
  .home_page_wrapper .trusted_section .trusted_cont .trusted_wrap {
    gap: 24px;
  }
}
@media (max-width: 600px) {
  .home_page_wrapper .trusted_section .trusted_cont .trusted_wrap {
    flex-direction: column;
  }
}
.home_page_wrapper .trusted_section .trusted_cont .trusted_wrap img {
  width: 315px;
}
@media (max-width: 600px) {
  .home_page_wrapper .trusted_section .trusted_cont .trusted_wrap img {
    width: initial;
    height: 77px;
  }
}
.home_page_wrapper .tab_section {
  width: 100%;
  padding: 216px 24px 108px;
  border-top-right-radius: 400px;
  background-color: #F3F5F6;
  justify-content: center;
  z-index: 10;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .home_page_wrapper .tab_section {
    border-top-right-radius: 320px;
    padding: 100px 24px 108px;
  }
}
@media (max-width: 1200px) {
  .home_page_wrapper .tab_section {
    border-top-right-radius: 60px;
    padding: 80px 24px 60px;
  }
}
.home_page_wrapper .tab_section .tab_cont {
  width: 100%;
  max-width: 1600px;
  display: flex;
  align-content: center;
  flex-direction: column;
  gap: 24px;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .home_page_wrapper .tab_section .tab_cont {
    max-width: 1200px;
    gap: 40px;
  }
}
@media (max-width: 600px) {
  .home_page_wrapper .tab_section .tab_cont {
    gap: 12px;
  }
}
.home_page_wrapper .tab_section .tab_cont .tab_head_wrapper {
  width: 100%;
  max-width: 980px;
}
@media (max-width: 1440px) {
  .home_page_wrapper .tab_section .tab_cont .tab_head_wrapper {
    max-width: 712px;
  }
}
.home_page_wrapper .tab_section .tab_cont .tab_head_wrapper .tab_head {
  padding: 6px;
  border-radius: 8px;
  background-color: #EBEEF0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  gap: 12px;
}
.home_page_wrapper .tab_section .tab_cont .tab_head_wrapper .tab_head .tab_btn_wrap {
  gap: 12px;
}
@media (max-width: 600px) {
  .home_page_wrapper .tab_section .tab_cont .tab_head_wrapper .tab_head .tab_btn_wrap {
    gap: 7px;
    text-align: center;
  }
}
.home_page_wrapper .tab_section .tab_cont .tab_head_wrapper .tab_head .tab_btn_wrap button.tab_button {
  padding: 16px 20px;
  background-color: #fff;
  border-radius: 10px;
  color: #393D3F;
  font-weight: bold;
  line-height: 140%;
  border: 0;
  outline: none;
  transition: all 0.5s;
}
@media (max-width: 600px) {
  .home_page_wrapper .tab_section .tab_cont .tab_head_wrapper .tab_head .tab_btn_wrap button.tab_button {
    font-size: 12px;
    padding: 10px 12px;
  }
}
.home_page_wrapper .tab_section .tab_cont .tab_head_wrapper .tab_head .tab_btn_wrap button.tab_button.active {
  background-color: #252A2D;
  color: #fff;
}
.home_page_wrapper .tab_section .tab_cont .tab_head_wrapper .tab_head .tab_progress_wrap {
  width: 100%;
  height: 3px;
  border-radius: 20px;
}
.home_page_wrapper .tab_section .tab_cont .tab_head_wrapper .tab_head .tab_progress_wrap .procress_div {
  height: 3px;
  width: 0%;
  background-color: #252A2D;
  border-radius: 20px;
  transition: width 5s linear;
}
.home_page_wrapper .tab_section .tab_cont .tab_content_wrapper_mob {
  display: none !important;
  overflow: hidden;
}
@media (max-width: 600px) {
  .home_page_wrapper .tab_section .tab_cont .tab_content_wrapper_mob {
    display: flex !important;
  }
}
.home_page_wrapper .tab_section .tab_cont .tab_content_wrapper_mob .tab_content_wrapper {
  width: 100%;
}
.home_page_wrapper .tab_section .tab_cont .tab_content_wrapper_mob .tab_content_wrapper .tab_card_res {
  width: 100%;
  gap: 40px;
  opacity: 1;
  transition: opacity 1 ease;
}
@media (max-width: 600px) {
  .home_page_wrapper .tab_section .tab_cont .tab_content_wrapper_mob .tab_content_wrapper .tab_card_res {
    flex-direction: column-reverse;
    gap: 12px;
  }
}
.home_page_wrapper .tab_section .tab_cont .tab_content_wrapper_mob .tab_content_wrapper .tab_card_res.hidden {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
}
.home_page_wrapper .tab_section .tab_cont .tab_content_wrapper_mob .tab_content_wrapper .tab_card_res .tab_text {
  width: calc(100% - 1020px);
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 1440px) {
  .home_page_wrapper .tab_section .tab_cont .tab_content_wrapper_mob .tab_content_wrapper .tab_card_res .tab_text {
    width: 448px;
  }
}
@media (max-width: 600px) {
  .home_page_wrapper .tab_section .tab_cont .tab_content_wrapper_mob .tab_content_wrapper .tab_card_res .tab_text {
    width: 100%;
    gap: 12px;
  }
}
@media (max-width: 600px) and (max-width: 600px) {
  .home_page_wrapper .tab_section .tab_cont .tab_content_wrapper_mob .tab_content_wrapper .tab_card_res .tab_text {
    display: flex !important;
  }
}
.home_page_wrapper .tab_section .tab_cont .tab_content_wrapper_mob .tab_content_wrapper .tab_card_res .tab_text h3 {
  color: #252A2D;
  font-weight: bold;
  line-height: 140%;
}
@media (max-width: 1080px) {
  .home_page_wrapper .tab_section .tab_cont .tab_content_wrapper_mob .tab_content_wrapper .tab_card_res .tab_text h3 {
    font-size: 30px;
  }
}
.home_page_wrapper .tab_section .tab_cont .tab_content_wrapper_mob .tab_content_wrapper .tab_card_res .tab_text h3 span {
  color: #00909A;
}
.home_page_wrapper .tab_section .tab_cont .tab_content_wrapper_mob .tab_content_wrapper .tab_card_res .tab_text p {
  color: #53666E;
  font-weight: bold;
  line-height: 140%;
  width: 100%;
  max-width: 524px;
}
@media (max-width: 1440px) {
  .home_page_wrapper .tab_section .tab_cont .tab_content_wrapper_mob .tab_content_wrapper .tab_card_res .tab_text p {
    width: 430px;
  }
}
@media (max-width: 600px) {
  .home_page_wrapper .tab_section .tab_cont .tab_content_wrapper_mob .tab_content_wrapper .tab_card_res .tab_text p {
    font-size: 20px;
    font-weight: bold;
    width: 100%;
  }
}
.home_page_wrapper .tab_section .tab_cont .tab_content_wrapper_desktop {
  display: flex !important;
  overflow: hidden;
}
.home_page_wrapper .tab_section .tab_cont .tab_content_wrapper_desktop .tab_content_wrapper {
  width: 100%;
}
.home_page_wrapper .tab_section .tab_cont .tab_content_wrapper_desktop .tab_content_wrapper.mob_tab_show {
  display: none !important;
}
.home_page_wrapper .tab_section .tab_cont .tab_content_wrapper_desktop .tab_content_wrapper.desktop_tab_show {
  display: flex !important;
}
.home_page_wrapper .tab_section .tab_cont .tab_content_wrapper_desktop .tab_content_wrapper .tab_card {
  width: 100%;
  gap: 40px;
  opacity: 1;
  transition: opacity 1 ease;
}
@media (max-width: 600px) {
  .home_page_wrapper .tab_section .tab_cont .tab_content_wrapper_desktop .tab_content_wrapper .tab_card {
    flex-direction: column-reverse;
    gap: 12px;
  }
}
.home_page_wrapper .tab_section .tab_cont .tab_content_wrapper_desktop .tab_content_wrapper .tab_card.hidden {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
}
.home_page_wrapper .tab_section .tab_cont .tab_content_wrapper_desktop .tab_content_wrapper .tab_card .tab_img {
  width: 100%;
  max-width: 980px;
  border-radius: 40px;
  padding: 40px;
  background-color: #fff;
}
@media (max-width: 1440px) {
  .home_page_wrapper .tab_section .tab_cont .tab_content_wrapper_desktop .tab_content_wrapper .tab_card .tab_img {
    max-width: 712px;
  }
}
@media (max-width: 600px) {
  .home_page_wrapper .tab_section .tab_cont .tab_content_wrapper_desktop .tab_content_wrapper .tab_card .tab_img {
    max-width: 100%;
    padding: 14px;
    border-radius: 18px;
  }
}
.home_page_wrapper .tab_section .tab_cont .tab_content_wrapper_desktop .tab_content_wrapper .tab_card .tab_img img {
  width: 100%;
}
.home_page_wrapper .tab_section .tab_cont .tab_content_wrapper_desktop .tab_content_wrapper .tab_card .tab_text {
  width: calc(100% - 1020px);
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 1440px) {
  .home_page_wrapper .tab_section .tab_cont .tab_content_wrapper_desktop .tab_content_wrapper .tab_card .tab_text {
    width: 448px;
  }
}
@media (max-width: 600px) {
  .home_page_wrapper .tab_section .tab_cont .tab_content_wrapper_desktop .tab_content_wrapper .tab_card .tab_text {
    width: 100%;
    gap: 12px;
    display: none !important;
  }
}
.home_page_wrapper .tab_section .tab_cont .tab_content_wrapper_desktop .tab_content_wrapper .tab_card .tab_text h3 {
  color: #252A2D;
  font-weight: bold;
  line-height: 140%;
}
@media (max-width: 1080px) {
  .home_page_wrapper .tab_section .tab_cont .tab_content_wrapper_desktop .tab_content_wrapper .tab_card .tab_text h3 {
    font-size: 30px;
  }
}
.home_page_wrapper .tab_section .tab_cont .tab_content_wrapper_desktop .tab_content_wrapper .tab_card .tab_text h3 span {
  color: #00909A;
}
.home_page_wrapper .tab_section .tab_cont .tab_content_wrapper_desktop .tab_content_wrapper .tab_card .tab_text p {
  color: #53666E;
  font-weight: bold;
  line-height: 140%;
  width: 100%;
  max-width: 524px;
}
@media (max-width: 1440px) {
  .home_page_wrapper .tab_section .tab_cont .tab_content_wrapper_desktop .tab_content_wrapper .tab_card .tab_text p {
    width: 430px;
  }
}
@media (max-width: 600px) {
  .home_page_wrapper .tab_section .tab_cont .tab_content_wrapper_desktop .tab_content_wrapper .tab_card .tab_text p {
    font-size: 20px;
    font-weight: bold;
    width: 100%;
  }
}
.home_page_wrapper .btn_section {
  width: 100%;
  position: relative;
  z-index: 10;
}
.home_page_wrapper .btn_section::before {
  content: "";
  width: 100%;
  height: 400px;
  background-color: #F3F5F6;
  left: 0;
  right: 0;
  top: -50%;
  z-index: 0;
  position: absolute;
}
.home_page_wrapper .home_report_section {
  width: 100%;
  padding: 216px 24px 108px;
  background-color: #fff;
  border-top-left-radius: 400px;
  position: relative;
  z-index: 15;
}
@media (max-width: 1440px) {
  .home_page_wrapper .home_report_section {
    border-top-left-radius: 320px;
  }
}
@media (max-width: 1200px) {
  .home_page_wrapper .home_report_section {
    padding: 80px 24px;
    background-color: #fff;
    border-top-left-radius: 80px;
  }
}
@media (max-width: 600px) {
  .home_page_wrapper .home_report_section {
    padding: 80px 24px 60px;
    background-color: #fff;
    border-top-left-radius: 80px;
  }
}
.home_page_wrapper .home_report_section .report_cont {
  width: 100%;
  max-width: 1600px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
}
@media (max-width: 1440px) {
  .home_page_wrapper .home_report_section .report_cont {
    max-width: 1200px;
  }
}
@media (max-width: 600px) {
  .home_page_wrapper .home_report_section .report_cont {
    flex-direction: column;
  }
}
.home_page_wrapper .home_report_section .report_cont .report_text_wrapper {
  width: 100%;
  max-width: 720px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 600px) {
  .home_page_wrapper .home_report_section .report_cont .report_text_wrapper {
    gap: 30px;
  }
}
.home_page_wrapper .home_report_section .report_cont .report_text_wrapper h2 {
  text-align: left;
  color: #252A2D;
  line-height: 140%;
  font-weight: bold;
}
@media (max-width: 600px) {
  .home_page_wrapper .home_report_section .report_cont .report_text_wrapper h2 {
    font-size: 30px;
  }
}
.home_page_wrapper .home_report_section .report_cont .report_text_wrapper h2 span {
  color: #00909A;
  display: block;
}
@media (max-width: 1440px) {
  .home_page_wrapper .home_report_section .report_cont .report_text_wrapper h2 span {
    display: inline;
  }
}
.home_page_wrapper .home_report_section .report_cont .report_text_wrapper .report_slider_cont {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  gap: 24px;
}
@media (max-width: 600px) {
  .home_page_wrapper .home_report_section .report_cont .report_text_wrapper .report_slider_cont {
    display: none;
  }
}
.home_page_wrapper .home_report_section .report_cont .report_text_wrapper .report_slider_cont .progress_bar {
  position: relative;
  background-color: #fff;
  border: solid 6px #F3F5F6;
  border-radius: 40px;
  overflow: hidden;
  width: 15px;
}
.home_page_wrapper .home_report_section .report_cont .report_text_wrapper .report_slider_cont .progress_bar .progress {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #000;
  border-radius: 20px;
  width: 3px;
}
.home_page_wrapper .home_report_section .report_cont .report_text_wrapper .report_slider_cont .itemWrap {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 24px;
}
.home_page_wrapper .home_report_section .report_cont .report_text_wrapper .report_slider_cont .itemWrap .itemList {
  padding-left: 0;
  list-style: none;
  opacity: 0.1;
}
.home_page_wrapper .home_report_section .report_cont .report_text_wrapper .report_slider_cont .itemWrap .itemList.active {
  opacity: 1;
}
.home_page_wrapper .home_report_section .report_cont .report_text_wrapper .report_slider_cont .itemWrap .itemList.active a p {
  color: #00909A;
}
.home_page_wrapper .home_report_section .report_cont .report_text_wrapper .report_slider_cont .itemWrap .itemList.active a img {
  filter: grayscale(0);
}
.home_page_wrapper .home_report_section .report_cont .report_text_wrapper .report_slider_cont .itemWrap .itemList a {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
}
.home_page_wrapper .home_report_section .report_cont .report_text_wrapper .report_slider_cont .itemWrap .itemList a img {
  width: 32px;
  padding-top: 5px;
  filter: grayscale(1);
}
@media (max-width: 600px) {
  .home_page_wrapper .home_report_section .report_cont .report_text_wrapper .report_slider_cont .itemWrap .itemList a img {
    padding-top: 20px;
  }
}
.home_page_wrapper .home_report_section .report_cont .report_text_wrapper .report_slider_cont .itemWrap .itemList a p {
  color: #53666E;
  font-weight: bold;
  line-height: 140%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 600px) {
  .home_page_wrapper .home_report_section .report_cont .report_text_wrapper .report_slider_cont .itemWrap .itemList a p {
    font-size: 24px;
  }
}
.home_page_wrapper .home_report_section .report_cont .report_text_wrapper .report_slider_cont .itemWrap .itemList a p span {
  display: block;
  color: #53666E;
  font-weight: bold;
  line-height: 140%;
}
@media (max-width: 600px) {
  .home_page_wrapper .home_report_section .report_cont .report_text_wrapper .report_slider_cont .itemWrap .itemList a p span {
    font-size: 20px;
  }
}
.home_page_wrapper .home_report_section .report_cont .report_text_wrapper .res_report_slider_cont {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  gap: 24px;
  padding-left: 40px;
  display: none;
}
@media (max-width: 600px) {
  .home_page_wrapper .home_report_section .report_cont .report_text_wrapper .res_report_slider_cont {
    display: block;
    padding-left: 0px;
  }
}
.home_page_wrapper .home_report_section .report_cont .report_text_wrapper .res_report_slider_cont .progress_bar {
  position: relative;
  background-color: #fff;
  border: solid 6px #F3F5F6;
  border-radius: 40px;
  overflow: hidden;
  width: 15px;
}
.home_page_wrapper .home_report_section .report_cont .report_text_wrapper .res_report_slider_cont .progress_bar .progress {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #000;
  border-radius: 20px;
  width: 3px;
}
.home_page_wrapper .home_report_section .report_cont .report_text_wrapper .res_report_slider_cont .owl-dots {
  position: absolute;
  background-color: #fff;
  border-radius: 24px;
  border: solid 6px #F3F5F6;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  top: 0px;
  left: -40px;
  bottom: 0;
}
@media (max-width: 600px) {
  .home_page_wrapper .home_report_section .report_cont .report_text_wrapper .res_report_slider_cont .owl-dots {
    top: initial;
    bottom: -50px;
    left: 0;
    right: 0;
    height: initial;
    flex-direction: row;
  }
}
.home_page_wrapper .home_report_section .report_cont .report_text_wrapper .res_report_slider_cont .owl-dots .owl-dot {
  width: 3px;
  height: 100%;
  background-color: #fff;
  transition: all 0.5s;
}
.home_page_wrapper .home_report_section .report_cont .report_text_wrapper .res_report_slider_cont .owl-dots .owl-dot.active {
  background-color: #252A2D;
}
@media (max-width: 600px) {
  .home_page_wrapper .home_report_section .report_cont .report_text_wrapper .res_report_slider_cont .owl-dots .owl-dot {
    width: 33.33%;
    height: 3px;
  }
}
.home_page_wrapper .home_report_section .report_cont .report_text_wrapper .res_report_slider_cont .itemWrapres {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 600px) {
  .home_page_wrapper .home_report_section .report_cont .report_text_wrapper .res_report_slider_cont .itemWrapres {
    padding-bottom: 30px;
  }
}
.home_page_wrapper .home_report_section .report_cont .report_text_wrapper .res_report_slider_cont .itemWrapres .itemListres {
  padding-left: 0;
  list-style: none;
  opacity: 1;
}
.home_page_wrapper .home_report_section .report_cont .report_text_wrapper .res_report_slider_cont .itemWrapres .itemListres a {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
}
.home_page_wrapper .home_report_section .report_cont .report_text_wrapper .res_report_slider_cont .itemWrapres .itemListres a img {
  width: 32px;
  padding-top: 5px;
}
@media (max-width: 600px) {
  .home_page_wrapper .home_report_section .report_cont .report_text_wrapper .res_report_slider_cont .itemWrapres .itemListres a img {
    padding-top: 20px;
  }
}
.home_page_wrapper .home_report_section .report_cont .report_text_wrapper .res_report_slider_cont .itemWrapres .itemListres a p {
  color: #00909A;
  font-weight: bold;
  line-height: 140%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 600px) {
  .home_page_wrapper .home_report_section .report_cont .report_text_wrapper .res_report_slider_cont .itemWrapres .itemListres a p {
    font-size: 24px;
  }
}
.home_page_wrapper .home_report_section .report_cont .report_text_wrapper .res_report_slider_cont .itemWrapres .itemListres a p span {
  display: block;
  color: #53666E;
  font-weight: bold;
  line-height: 140%;
}
@media (max-width: 600px) {
  .home_page_wrapper .home_report_section .report_cont .report_text_wrapper .res_report_slider_cont .itemWrapres .itemListres a p span {
    font-size: 20px;
  }
}
.home_page_wrapper .home_report_section .report_cont .report_img_wrapper {
  width: 100%;
  max-width: 840px;
  border-radius: 24px;
  border-top-right-radius: 400px;
  padding: 40px 0px 40px 40px;
  background-color: #53666E;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .home_page_wrapper .home_report_section .report_cont .report_img_wrapper {
    max-width: 550px;
    border-top-right-radius: 320px;
  }
}
@media (max-width: 600px) {
  .home_page_wrapper .home_report_section .report_cont .report_img_wrapper {
    max-width: 100%;
    border-top-right-radius: 160px;
    padding: 15px 0px 15px 15px;
  }
}
.home_page_wrapper .home_report_section .report_cont .report_img_wrapper .report_img_cont {
  max-width: 555px;
  width: 100%;
}
@media (max-width: 1440px) {
  .home_page_wrapper .home_report_section .report_cont .report_img_wrapper .report_img_cont {
    max-width: 366px;
  }
}
@media (max-width: 600px) {
  .home_page_wrapper .home_report_section .report_cont .report_img_wrapper .report_img_cont {
    max-width: 225px;
  }
}
@media (max-width: 600px) {
  .home_page_wrapper .home_report_section .report_cont .report_img_wrapper .report_img_cont img {
    margin-right: 15px;
  }
}
.home_page_wrapper .home_report_section .report_cont .report_img_wrapper .report_img_cont .owl-stage-outer {
  overflow: visible;
}
.home_page_wrapper .home_report_section .report_cont .report_img_wrapper .report_img_cont .owl-stage-outer .owl-item {
  opacity: 0.6;
}
.home_page_wrapper .home_report_section .report_cont .report_img_wrapper .report_img_cont .owl-stage-outer .owl-item.active {
  opacity: 1;
}
.home_page_wrapper .home_report_section .report_cont .report_img_wrapper .report_img_cont .owl-dots {
  display: none;
}
.home_page_wrapper .measure_section {
  width: 100%;
  padding: 216px 24px;
  background-color: #252A2D;
  border-bottom-left-radius: 400px;
  position: relative;
  z-index: 10;
}
@media (max-width: 1440px) {
  .home_page_wrapper .measure_section {
    border-bottom-left-radius: 320px;
  }
}
@media (max-width: 1200px) {
  .home_page_wrapper .measure_section {
    border-bottom-left-radius: 80px;
    padding: 60px 24px 80px;
  }
}
.home_page_wrapper .measure_section .measure_cont {
  width: 100%;
  max-width: 1400px;
  justify-content: space-between;
  gap: 120px;
}
@media (max-width: 1440px) {
  .home_page_wrapper .measure_section .measure_cont {
    max-width: 1200px;
  }
}
@media (max-width: 600px) {
  .home_page_wrapper .measure_section .measure_cont {
    flex-direction: column;
    gap: 40px;
  }
}
.home_page_wrapper .measure_section .measure_cont .measure_loges {
  width: 560px;
}
@media (max-width: 600px) {
  .home_page_wrapper .measure_section .measure_cont .measure_loges {
    width: initial;
  }
}
.home_page_wrapper .measure_section .measure_cont .measure_loges .logo_cont {
  position: relative;
}
.home_page_wrapper .measure_section .measure_cont .measure_loges .logo_cont .centerLogo {
  height: 280px;
  position: relative;
  z-index: 10;
}
@media (max-width: 600px) {
  .home_page_wrapper .measure_section .measure_cont .measure_loges .logo_cont .centerLogo {
    height: 180px;
  }
}
.home_page_wrapper .measure_section .measure_cont .measure_loges .logo_cont .smLogo {
  position: absolute;
  transition: all 0.2s;
}
.home_page_wrapper .measure_section .measure_cont .measure_loges .logo_cont .smLogo.floatOne {
  top: 0px;
  left: -50px;
  opacity: 1;
}
@media (max-width: 1200px) {
  .home_page_wrapper .measure_section .measure_cont .measure_loges .logo_cont .smLogo.floatOne {
    left: -13px;
  }
}
@media (max-width: 600px) {
  .home_page_wrapper .measure_section .measure_cont .measure_loges .logo_cont .smLogo.floatOne {
    width: initial;
    height: 25px;
  }
}
.home_page_wrapper .measure_section .measure_cont .measure_loges .logo_cont .smLogo.floatTwo {
  top: -30px;
  right: 0px;
  opacity: 1;
}
@media (max-width: 600px) {
  .home_page_wrapper .measure_section .measure_cont .measure_loges .logo_cont .smLogo.floatTwo {
    width: initial;
    height: 40px;
    top: -16px;
    right: 6px;
  }
}
.home_page_wrapper .measure_section .measure_cont .measure_loges .logo_cont .smLogo.floatThree {
  right: -37px;
  top: 127px;
  filter: grayscale(1);
  opacity: 1;
}
@media (max-width: 600px) {
  .home_page_wrapper .measure_section .measure_cont .measure_loges .logo_cont .smLogo.floatThree {
    width: initial;
    height: 48px;
    right: -18px;
    bottom: 50px;
    top: initial;
  }
}
.home_page_wrapper .measure_section .measure_cont .measure_loges .logo_cont .smLogo.floatFour {
  bottom: 0px;
  left: 30px;
  opacity: 1;
}
@media (max-width: 600px) {
  .home_page_wrapper .measure_section .measure_cont .measure_loges .logo_cont .smLogo.floatFour {
    width: initial;
    height: 24px;
  }
}
.home_page_wrapper .measure_section .measure_cont .measure_text {
  width: 100%;
  max-width: 720px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 30px;
}
@media (max-width: 1440px) {
  .home_page_wrapper .measure_section .measure_cont .measure_text {
    max-width: 522px;
  }
}
@media (max-width: 1200px) {
  .home_page_wrapper .measure_section .measure_cont .measure_text {
    max-width: 400px;
  }
}
@media (max-width: 600px) {
  .home_page_wrapper .measure_section .measure_cont .measure_text {
    gap: 12px;
  }
}
.home_page_wrapper .measure_section .measure_cont .measure_text h2 {
  color: #fff;
  font-weight: bold;
  line-height: 120%;
  width: 100%;
  max-width: 500px;
  text-align: left;
}
.home_page_wrapper .measure_section .measure_cont .measure_text p {
  color: #F3F5F6;
  font-weight: 400;
  line-height: 140%;
}
@media (max-width: 1200px) {
  .home_page_wrapper .measure_section .measure_cont .measure_text p {
    font-size: 20px;
  }
}
.home_page_wrapper .skill_secvtion {
  width: 100%;
  padding: 108px 0px 216px;
  background-color: #fff;
  border-bottom-left-radius: 400px;
  position: relative;
  z-index: 9;
  overflow-x: hidden;
  overflow-y: visible;
}
@media (max-width: 1440px) {
  .home_page_wrapper .skill_secvtion {
    border-bottom-left-radius: 320px;
  }
}
.home_page_wrapper .skill_secvtion::before {
  content: "";
  width: 100%;
  height: 50%;
  top: -50%;
  background-color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  z-index: -1;
}
@media (max-width: 1200px) {
  .home_page_wrapper .skill_secvtion {
    padding: 60px 0px 80px;
    border-bottom-left-radius: 80px;
  }
}
.home_page_wrapper .skill_secvtion .skill_container {
  width: 100%;
  flex-direction: column;
  gap: 60px;
}
@media (max-width: 1200px) {
  .home_page_wrapper .skill_secvtion .skill_container {
    gap: 50px;
  }
}
@media (max-width: 600px) {
  .home_page_wrapper .skill_secvtion .skill_container {
    gap: 30px;
  }
}
.home_page_wrapper .skill_secvtion .skill_container .heading_wrap {
  width: 100%;
  max-width: 1248px;
  display: flex;
  justify-content: flex-start;
  padding: 0 24px;
  overflow: hidden;
}
.home_page_wrapper .skill_secvtion .skill_container .heading_wrap h2 {
  color: #252A2D;
}
.home_page_wrapper .skill_secvtion .skill_container .heading_wrap h2 span {
  color: #00909A;
}
.home_page_wrapper .skill_secvtion .skill_container .skill_slider {
  width: 100%;
}
.home_page_wrapper .skill_secvtion .skill_container .skill_slider .skill_slider_cont {
  max-width: 1200px;
  width: 100%;
  overflow: visible;
}
@media (max-width: 1200px) {
  .home_page_wrapper .skill_secvtion .skill_container .skill_slider .skill_slider_cont {
    max-width: 700px;
  }
}
@media (max-width: 600px) {
  .home_page_wrapper .skill_secvtion .skill_container .skill_slider .skill_slider_cont {
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.home_page_wrapper .skill_secvtion .skill_container .skill_slider .skill_slider_cont .slider_card {
  width: 100%;
  position: relative;
}
@media (max-width: 600px) {
  .home_page_wrapper .skill_secvtion .skill_container .skill_slider .skill_slider_cont .slider_card {
    max-width: 340px;
    padding-top: 80px;
  }
  .home_page_wrapper .skill_secvtion .skill_container .skill_slider .skill_slider_cont .slider_card .owl-carousel {
    border-radius: 12px;
    border-top-right-radius: 80px;
    background-color: #F3F5F6;
  }
}
.home_page_wrapper .skill_secvtion .skill_container .skill_slider .skill_slider_cont .slider_card .comaImg {
  width: 130px;
  position: absolute;
  top: -40px;
  left: -55px;
  z-index: 10;
}
@media (max-width: 600px) {
  .home_page_wrapper .skill_secvtion .skill_container .skill_slider .skill_slider_cont .slider_card .comaImg {
    width: 60px;
    left: 0;
    top: -4px;
  }
}
.home_page_wrapper .skill_secvtion .skill_container .skill_slider .skill_slider_cont .slider_card .item_card {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 36px;
  background-color: #F3F5F6;
  border-radius: 24px;
  border-top-right-radius: 240px;
  padding: 80px;
}
@media (max-width: 600px) {
  .home_page_wrapper .skill_secvtion .skill_container .skill_slider .skill_slider_cont .slider_card .item_card {
    border-radius: 12px;
    border-top-right-radius: 80px;
    padding: 10px;
    gap: 38px;
    padding-bottom: 110px;
  }
}
.home_page_wrapper .skill_secvtion .skill_container .skill_slider .skill_slider_cont .slider_card .item_card p {
  color: #252A2D;
  font-weight: 400;
  line-height: 140%;
}
@media (max-width: 600px) {
  .home_page_wrapper .skill_secvtion .skill_container .skill_slider .skill_slider_cont .slider_card .item_card p {
    font-size: 24px;
    max-width: 300px;
    width: 100%;
  }
}
.home_page_wrapper .skill_secvtion .skill_container .skill_slider .skill_slider_cont .slider_card .item_card .user {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
}
.home_page_wrapper .skill_secvtion .skill_container .skill_slider .skill_slider_cont .slider_card .item_card .user img {
  width: 64px;
  height: 64px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.home_page_wrapper .skill_secvtion .skill_container .skill_slider .skill_slider_cont .slider_card .item_card .user h3 {
  font-weight: bold;
  color: #252A2D;
  line-height: 140%;
}
@media (max-width: 1200px) {
  .home_page_wrapper .skill_secvtion .skill_container .skill_slider .skill_slider_cont .slider_card .item_card .user h3 {
    max-width: 320px;
  }
}
.home_page_wrapper .skill_secvtion .skill_container .skill_slider .skill_slider_cont .slider_card .item_card .user h3 span {
  font-weight: 400;
  line-height: 140%;
  color: #252A2D;
  display: block;
}
.home_page_wrapper .skill_secvtion .skill_container .skill_slider .skill_slider_cont .slider_card .owl-carousel {
  width: 100%;
  position: relative;
}
.home_page_wrapper .skill_secvtion .skill_container .skill_slider .skill_slider_cont .slider_card .owl-carousel .owl-stage-outer {
  overflow: visible;
}
.home_page_wrapper .skill_secvtion .skill_container .skill_slider .skill_slider_cont .slider_card .owl-carousel .owl-stage-outer .owl-item {
  opacity: 0.4;
}
.home_page_wrapper .skill_secvtion .skill_container .skill_slider .skill_slider_cont .slider_card .owl-carousel .owl-stage-outer .owl-item.active {
  opacity: 1;
}
.home_page_wrapper .skill_secvtion .skill_container .skill_slider .skill_slider_cont .slider_card .owl-carousel .owl-nav {
  text-align: right;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 12px;
  position: absolute;
  bottom: 80px;
  right: 80px;
  width: 100%;
}
@media (max-width: 600px) {
  .home_page_wrapper .skill_secvtion .skill_container .skill_slider .skill_slider_cont .slider_card .owl-carousel .owl-nav {
    bottom: 10px;
    justify-content: flex-start;
    left: 10px;
    right: initial;
  }
}
.home_page_wrapper .skill_secvtion .skill_container .skill_slider .skill_slider_cont .slider_card .owl-carousel .owl-nav button {
  width: 62px;
  height: 62px;
  border: solid 1px #252A2D;
  background-color: #F3F5F6;
  border-radius: 50%;
  transition: all 0.2s;
}
.home_page_wrapper .skill_secvtion .skill_container .skill_slider .skill_slider_cont .slider_card .owl-carousel .owl-nav button:hover {
  background-color: #00909A;
  border-color: #00909A;
}
.home_page_wrapper .skill_secvtion .skill_container .skill_slider .skill_slider_cont .slider_card .owl-carousel .owl-nav button:hover img {
  filter: invert(1);
}
.home_page_wrapper .skill_secvtion .skill_container .skill_slider .skill_slider_cont .slider_card .owl-carousel .owl-nav button:hover.owl-prev::before {
  background-image: url("../public_assets/images/arrow-left-white.svg");
}
.home_page_wrapper .skill_secvtion .skill_container .skill_slider .skill_slider_cont .slider_card .owl-carousel .owl-nav button:hover.owl-next::before {
  background-image: url("../public_assets/images/arrow-right-white.svg");
}
.home_page_wrapper .skill_secvtion .skill_container .skill_slider .skill_slider_cont .slider_card .owl-carousel .owl-nav button span {
  display: none;
}
.home_page_wrapper .skill_secvtion .skill_container .skill_slider .skill_slider_cont .slider_card .owl-carousel .owl-nav button img {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
  transition: all 0.2s;
}
.home_page_wrapper .skill_secvtion .skill_container .skill_slider .skill_slider_cont .slider_card .owl-carousel .owl-nav button.owl-prev::before {
  content: "";
  width: 24px;
  height: 24px;
  transition: all 0.2s;
  background-image: url("../public_assets/images/arrow-left.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.home_page_wrapper .skill_secvtion .skill_container .skill_slider .skill_slider_cont .slider_card .owl-carousel .owl-nav button.owl-next::before {
  content: "";
  width: 24px;
  height: 24px;
  transition: all 0.2s;
  background-image: url("../public_assets/images/arrow-right.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.home_page_wrapper .insights_section {
  width: 100%;
  padding: 216px 24px 108px;
  background-color: #fff;
  border-top-left-radius: 400px;
  position: relative;
  z-index: 9;
}
@media (max-width: 1440px) {
  .home_page_wrapper .insights_section {
    border-top-left-radius: 320px;
  }
}
@media (max-width: 1440px) {
  .home_page_wrapper .insights_section {
    border-top-left-radius: 80px;
    padding: 80px 24px;
  }
}
.home_page_wrapper .insights_section .insights_cont {
  width: 100%;
  max-width: 1400px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 1440px) {
  .home_page_wrapper .insights_section .insights_cont {
    max-width: 1200px;
  }
}
.home_page_wrapper .insights_section .insights_cont .head_wrap {
  width: 100%;
  display: flex;
  justify-content: flex-start;
}
.home_page_wrapper .insights_section .insights_cont .insight_wrap {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
@media (max-width: 600px) {
  .home_page_wrapper .insights_section .insights_cont .insight_wrap {
    grid-template-columns: 1fr;
  }
}
.home_page_wrapper .grow_section {
  width: 100%;
  position: relative;
  z-index: 5;
  padding: 241px 24px 272px;
}
@media (max-width: 600px) {
  .home_page_wrapper .grow_section {
    padding: 128px 24px;
  }
}
.home_page_wrapper .grow_section::before {
  content: "";
  width: 100%;
  height: calc(100% + 850px);
  background-image: url("../public_assets/images/price_bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  right: 0;
  top: -450px;
  bottom: -400px;
  z-index: -1;
}
@media (max-width: 600px) {
  .home_page_wrapper .grow_section::before {
    width: 100%;
    height: 153%;
    top: -35%;
  }
}
.home_page_wrapper .grow_section .grow_cont {
  width: 100%;
  max-width: 650px;
  flex-direction: column;
  gap: 20px;
}
.home_page_wrapper .grow_section .grow_cont h2 {
  color: #fff;
  font-weight: bold;
  line-height: 120%;
  text-transform: none;
}
@media (max-width: 600px) {
  .home_page_wrapper .grow_section .grow_cont h2 {
    max-width: 293px;
    width: 100%;
  }
}
.home_page_wrapper .grow_section .grow_cont h2 span {
  color: #fff;
}

/* Home */
/* Animation */
.reveal-step {
  opacity: 0;
  transform: translateY(20px);
}

.reveallines {
  display: block;
  overflow: hidden;
}

.reveal-element {
  position: relative;
}

.reveallines {
  line-height: initial !important;
}

.resShowContact {
  display: none;
}
@media (max-width: 600px) {
  .resShowContact {
    display: block;
  }
}

/* Animation */
.borderTable {
  width: 100%;
}
@media (max-width: 600px) {
  .borderTable {
    height: initial;
    border: solid 1px #252A2D;
    border-radius: 24px;
    overflow: initial;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.skill_container {
  display: flex;
  justify-content: center;
}

.heading_wrap h2 {
  font-size: 2rem;
  color: #222;
  display: flex;
  align-items: center;
  gap: 10px;
}

.text-carousel {
  position: relative;
  height: 75px;
  display: inline-block;
}
@media (max-width: 1080px) {
  .text-carousel {
    height: 50px;
  }
}
@media (max-width: 600px) {
  .text-carousel {
    height: 38px;
  }
}

.text-carousel span {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transform: translateY(100%);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.text-carousel span.show {
  opacity: 1;
  transform: translateY(0);
}

.text-carousel span.hide {
  opacity: 0;
  transform: translateY(-100%);
}/*# sourceMappingURL=main.css.map */