html {
  scroll-behavior: smooth;
}
body,
html {
  padding: 0;
  margin: 0;
  width: 100%;
}
* {
  box-sizing: border-box;
}
li {
  list-style-type: none;
}
a {
  text-decoration: none;
}
ol,
ul {
  padding: 0;
}
h1,
h2,
h3,
h4 {
  margin: 0;
}
p {
  margin: 0;
}
a {
  color: inherit;
}

.flex {
  display: flex;
  align-items: center;
  justify-content: center;
}
.container {
  margin: 0 auto;
  max-width: calc(100% - 40px);
  width: 1270px;
}

/* header */
.header {
  background: #ffffff;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}
.header .container {
  width: 1400px;
  max-width: calc(100% - 60px);
}
.header > .flex {
  justify-content: space-between;
}
.btn {
  cursor: pointer;
  display: block;
  width: 260px;
  max-width: 100%;
  background: #2385d9;
  border-radius: 30px;
  padding: 15px;
  font-family: Rubik;
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 25.6px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  color: #ffffff;
}
@media (max-width: 600px) {
  .header {
    padding: 15px 0;
  }
  .header_logo {
    width: 70px;
    height: 46px;
  }
  .btn:not([type="submit"]) {
    width: 102px;
    padding: 10px;
    font-family: Rubik;
    font-weight: 500;
    font-style: Medium;
    font-size: 11.36px;
    leading-trim: NONE;
    line-height: 18.18px;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
  }
}
/* header */

/* main */
.main_section {
  min-height: 860px;
  color: #fff;
  background: no-repeat center / cover url("../images/main.png");
  text-align: center;
}
.main_section .container {
  width: 860px;
}
.main_title {
  font-family: Rajdhani;
  font-weight: 700;
  font-style: Bold;
  font-size: 70px;
  leading-trim: NONE;
  line-height: 77px;
  letter-spacing: 0%;
  vertical-align: middle;
  margin-bottom: 24px;
}
.main_text {
  font-family: Rubik;
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 28.8px;
  letter-spacing: 0%;
  vertical-align: middle;
}
.main_btns {
  margin-top: 40px;
  gap: 40px;
}
.main_section .btn {
  width: 250px;
}
@media (max-width: 600px) {
  .main_section {
    min-height: 630px;
  }
  .main_title {
    margin-bottom: 17px;
    font-size: 30px;
    line-height: 33px;
  }
  .main_section .btn {
    width: 140px;
  }
  .main_btns {
    gap: 10px;
  }
  .main_text {
    font-size: 16px;
    line-height: 25.6px;
  }
}
/* main */

/* approach */
.approach_section {
  padding: 75px 0;
}
.approach_section .flex {
  gap: 42px;
}
.approach_section img {
  height: auto;
  max-width: 50%;
  border-radius: 30px;
}
.section_title {
  font-family: Rajdhani;
  font-weight: 700;
  font-style: Bold;
  font-size: 46px;
  leading-trim: NONE;
  line-height: 50.6px;
  letter-spacing: 0%;
  vertical-align: middle;
  margin-bottom: 18px;
  color: #163300;
}
.text {
  font-family: Rubik;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 25.6px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #888888;
}
@media (max-width: 940px) {
  .approach_section {
    padding: 40px 0;
  }
  .approach_section .flex {
    flex-wrap: wrap;
    gap: 23px;
  }
  .approach_section img {
    max-width: 100%;
    border-radius: 20px;
  }
  .section_title {
    font-size: 30px;
    line-height: 33px;
    margin-bottom: 20px;
  }
  .text {
    font-size: 16px;
    line-height: 25.6px;
  }
}
/* approach */

/* model */
.model_section {
  padding: 50px 0;
}
.model_section .container {
  width: 1920px;
}
.model_section > .flex {
  gap: 100px;
}
.model_section img {
  max-width: 50%;
  height: auto;
  margin-left: -20px;
}
.text + .list_text {
  margin-top: 37px;
}
.list_text {
  font-family: Rajdhani;
  font-weight: 700;
  font-style: Bold;
  font-size: 22px;
  leading-trim: NONE;
  line-height: 24.2px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #101010;
}
.model_list {
  margin-top: 30px;
}
.model_list li {
  min-height: 72px;
  justify-content: flex-start;
  gap: 20px;
}
.model_list li + li {
  margin-top: 40px;
}
.model_list li::before {
  content: "";
  width: 60px;
  height: 60px;
  background: no-repeat center / cover url("../images/list_icon.svg");
  flex-shrink: 0;
}
@media (max-width: 1200px) {
  .model_section > .flex {
    gap: 47px;
    flex-direction: column;
  }
  .model_section img {
    width: calc(100% + 40px);
    max-width: calc(100% + 40px);
    margin-right: -20px;
  }
  .section_title {
    margin-bottom: 8px;
  }
}
/* model */

/* frameworks */
.frameworks_top {
  width: 824px;
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: 66px;
  text-align: center;
}
.frameworks_flex {
  gap: 80px;
  flex-wrap: wrap;
  align-items: flex-start;
}
.framework_item {
  width: calc((100% - 80px * 2) / 3);
  position: relative;
}
.framework_item:nth-child(1)::before {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  background: no-repeat center / cover url("../images/framework1.svg");
  position: absolute;
  left: 0;
  bottom: 70px;
}
.framework_num {
  margin: 0 auto;
  text-align: center;
  background: #2385d9;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  font-family: Rajdhani;
  font-weight: 700;
  font-style: Bold;
  font-size: 44px;
  leading-trim: NONE;
  line-height: 44px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  margin-bottom: 82px;
}
.framework_btm {
  justify-content: space-between;
}
.framework_title {
  font-family: Rajdhani;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 22px;
  leading-trim: NONE;
  line-height: 24.2px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
}
@media (max-width: 1000px) {
  .frameworks_flex {
    flex-direction: column;
    align-items: center;
  }
  .framework_btm {
    flex-direction: column;
    gap: 130px;
  }
  .framework_arrow {
    transform: rotate(90deg);
  }
  .framework_item:nth-child(1)::before {
    bottom: 225px;
  }
  .framework_num {
    margin-right: 0;
    width: 60px;
    height: 60px;
    font-size: 18.38px;
    line-height: 18.38px;
  }
  .framework_arrow {
    width: 70px;
    height: 33px;
  }
  .framework_item {
    width: 260px;
    max-width: 100%;
  }
}
/* frameworks */

/* zones */
.zones_section {
  padding: 165px 0;
}
.zones_section > .flex {
  gap: 50px;
}
.zones_content {
  width: 560px;
  max-width: 100%;
  flex-shrink: 0;
}
.zones_flex {
  gap: 31px;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.zone {
  width: calc(50% - 31px / 2);
  padding: 46px 0;
  font-family: Rubik;
  font-weight: 700;
  font-style: Bold;
  font-size: 24px;
  leading-trim: NONE;
  line-height: 25.6px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #888888;
}
.zones_section .btn {
  width: 163px;
}
.text + .btn {
  margin-top: 45px;
}
@media (max-width: 1200px) {
  .zones_section > .flex {
    gap: 29px;
  }
  .zone {
    width: 100%;
  }
}
@media (max-width: 920px) {
  .zones_section > .flex {
    flex-wrap: wrap;
  }
  .zones_flex {
    justify-content: center;
    text-align: center;
  }
  .text + .btn {
    margin-top: 30px;
  }
}
/* zones */

/* pathways */
.pathways_section {
  padding: 104px 0;
  text-align: center;
}
.pathways_section .btn {
  margin: 0 auto;
}
.pathways_content {
  width: 900px;
  max-width: 100%;
  margin: 0 auto;
}
.pathways_flex {
  gap: 43px 27.5px;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 70px auto;
}
.pathway_item {
  width: calc((100% - 27.5px * 2) / 3);
  text-align: center;
}
.subtitle {
  margin-top: 24px;
  font-family: Rajdhani;
  font-weight: 700;
  font-style: Bold;
  font-size: 30px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0px;
  text-align: center;
  vertical-align: middle;
  color: #181818;
}
@media (max-width: 920px) {
  .pathway_item {
    width: calc(50% - 27.5px / 2);
  }
  .pathways_section .btn {
    width: 260px;
  }
}
@media (max-width: 600px) {
  .pathway_item {
    width: 100%;
  }
  .pathways_section {
    padding: 0;
  }
  .subtitle {
    font-size: 24px;
    line-height: 120%;
  }
}
/* pathways */

/* faq */
.faq_section {
  padding: 100px 0;
}
.faq_section h2 {
  text-align: center;
}
.faq {
  margin: 70px auto;
  width: 780px;
  max-width: 100%;
}
.faq_item {
  padding: 18px 24px;
  cursor: pointer;
}
.faq_top {
  justify-content: space-between;
  gap: 10px;
  font-family: Inter;
  font-weight: 700;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 120%;
  letter-spacing: 0px;
  vertical-align: middle;
}
.faq_top::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  background: no-repeat center / contain url("../images/chevron.right.svg");
  transition: all 0.5s;
}
.open .faq_top::after {
  transform: rotate(90deg);
}
.faq_btm {
  height: 0;
  overflow-y: hidden;
  padding-top: 0;
  transition: all 0.5s;
  font-family: Inter;
  font-weight: 400;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: 0px;
  color: #3c3c43d9;
}
.open .faq_btm {
  padding-top: 18px;
}
/* faq */

/* contact */
.contact_section {
  padding: 100px 0;
  background: no-repeat center / cover url("../images/contact.png");
}
.contact_form {
  margin: 0 auto;
  width: 880px;
  max-width: 100%;
  padding: 102px 80px;
  background: #efefefc2;
  backdrop-filter: blur(50px);
}
.form_title {
  margin-bottom: 44px;
  font-family: DM Sans;
  font-weight: 400;
  font-style: 9pt Regular;
  font-size: 42px;
  leading-trim: NONE;
  line-height: 52px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #20282d;
}
.form_inner {
  gap: 21px 28px;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.form_inner input.form_input {
  display: block;
  width: calc(50% - 28px / 2);
}
.form_inner textarea {
  height: 120px;
  width: 100%;
}
.form_input {
  display: block;
  border: none;
  background: none;
  padding: 13px 18px;
  border-bottom: 1px solid #223035;
}
.form_input,
.form_input::placeholder,
.cb_flex {
  font-family: Heebo;
  font-weight: 400;
  font-style: Regular;
  font-size: 15px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  color: #263037;
  vertical-align: middle;
}
.cb_flex {
  width: 100%;
  justify-content: flex-start;
  margin-bottom: 35px;
  gap: 12px;
}
.cb_flex input {
  width: 27px;
  height: 25px;
  flex-shrink: 0;
}
.form_inner .btn {
  border: none;
}
@media (max-width: 700px) {
  .contact_section {
    padding: 40px 0;
  }
  .contact_form {
    padding: 65px 25px;
  }
  .form_inner input.form_input {
    width: 100%;
  }
  .form_title {
    font-size: 37px;
    line-height: 45.81px;
    margin-bottom: 33px;
  }
  .form_inner {
    gap: 45px;
  }
  .cb_flex {
    margin-bottom: 17px;
  }
  .form_input {
    padding: 5px 8px;
  }
}
/* contact */

/* footer */
.footer {
  background-color: #2385d9;
  padding: 65px 0;
}
.footer .text {
  color: #fff;
}
.footer > .flex {
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 50px 100px;
}
.footer_left,
.footer_right {
  width: calc(50% - 50px);
}
.footer_left > a {
  display: block;
  margin-bottom: 15px;
}
.social {
  margin-top: 9px;
  justify-content: flex-start;
  gap: 23px;
}
.footer_title {
  font-family: Rajdhani;
  font-weight: 700;
  font-style: Bold;
  font-size: 22px;
  leading-trim: NONE;
  line-height: 24.2px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #fff;
  margin-bottom: 18px;
}
.footer_nav li {
  padding-left: 20px;
  position: relative;
}
.footer_nav li ::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #66a6dd;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.footer_nav li + li {
  margin-top: 17px;
}
.footer_banner {
  width: 100%;
  justify-content: space-between;
  background: #66a6dd;
  border-radius: 30px;
  padding: 35px 31px;
}
.footer_pages {
  gap: 20px;
  flex-wrap: wrap;
}
.footer_link {
  font-family: DM Sans;
  font-weight: 400;
  font-style: 9pt Regular;
  font-size: 13px;
  leading-trim: NONE;
  line-height: 24px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #fff;
}
@media (max-width: 767px) {
  .footer_banner {
    flex-direction: column;
    justify-content: center;
    gap: 17px;
    text-align: center;
  }
  .footer_pages {
    gap: 10px;
  }
}
@media (max-width: 600px) {
  .footer {
    padding: 50px 0;
  }
  .footer_left,
  .footer_right {
    width: 100%;
  }
}
/* footer */

/* legal */
.legal_section {
  padding: 75px 0;
}
.legal_section .container {
  width: 1300px;
}
.legal_section p,
.legal_section h2,
.legal_section li,
.legal_section b {
  font-family: Rubik;
  font-weight: 400;
  font-style: Regular;
  font-size: 24px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #181818;
}
.legal_list {
  padding-left: 40px;
}
.legal_list li {
  list-style-type: disc;
}
@media (max-width: 1000px) {
  .legal_section p,
  .legal_section h2,
  .legal_section li,
  .legal_section b {
    font-size: 16px;
    line-height: 25.6px;
  }
}
/* legal */
