:root {
  --ash-blu: #687895;
  --blue: #294a89;
  --lt-blu: #7dbdf4;
  --green: #36998b;
  --white: white;
  --black: black;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.header {
  z-index: 1000000;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1.25fr .75fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 100px;
  padding-left: 46px;
  padding-right: 46px;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  box-shadow: 0 2px 16px rgba(0, 0, 0, .1);
}

.link {
  color: #002c51;
  margin-right: 40px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.link.w--current {
  display: inline;
}

.link-block-2, .link-block-3 {
  margin-right: 36px;
}

.link-block-4 {
  margin-right: 40px;
}

.link-block-5 {
  color: #fff;
  background-color: #36998b;
  border-radius: 8px;
  padding: 14px 46px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.text-block {
  font-family: Inter, sans-serif;
}

.section {
  justify-content: center;
  align-items: center;
  min-width: 1024px;
  max-width: 1300px;
  height: 584px;
  margin-top: 100px;
  display: flex;
}

.div-block {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  height: 584px;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
}

.div-block-2 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  margin-bottom: 50px;
  display: flex;
}

.div-block-3, .div-block-4, .div-block-5 {
  display: flex;
}

.text-block-2 {
  color: var(--ash-blu);
  text-transform: none;
  font-family: Inter, sans-serif;
}

.div-block-6, .div-block-7, .div-block-8 {
  margin-left: 6px;
}

.heading {
  color: var(--blue);
  margin-top: 0;
  font-family: Inter, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 44px;
  display: none;
}

.link-block-6 {
  background-color: #36998b;
  border-radius: 8px;
  padding: 16px 36px;
  text-decoration: none;
}

.div-block-9 {
  display: flex;
}

.text-block-3 {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 16px;
}

.div-block-10 {
  margin-right: 8px;
}

.slider {
  background-color: rgba(255, 255, 255, 0);
  justify-content: center;
  align-items: flex-end;
  width: 1280px;
  min-width: 1280px;
  max-width: 1440px;
  height: 584px;
  display: flex;
  position: relative;
}

.div-block-11 {
  justify-content: space-between;
  align-items: center;
  height: 584px;
  display: flex;
}

.div-block-12 {
  width: 560px;
  margin-bottom: 60px;
}

.text-span, .text-span-2, .text-span-3, .text-span-4 {
  font-weight: 600;
}

.text-span-5 {
  font-weight: 400;
}

.div-block-13 {
  width: 690px;
}

.div-block-14 {
  width: 710px;
}

.text-span-6, .text-span-7, .text-span-8 {
  font-weight: 600;
}

.div-block-15 {
  width: 600px;
  margin-bottom: 60px;
}

.div-block-16 {
  width: 600px;
}

.section-2 {
  justify-content: center;
  align-items: center;
  min-width: 1080px;
  max-width: 1920px;
  margin-top: 94px;
  margin-bottom: 94px;
  display: flex;
}

.div-block-17 {
  background-image: url('../images/Group-503400.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 1260px;
  min-width: 1280px;
  height: 450px;
  margin-left: 20px;
  margin-right: 20px;
  display: block;
}

.div-block-18 {
  justify-content: space-between;
  align-items: center;
  width: 1440px;
  min-width: 1280px;
  max-width: 1440px;
  display: flex;
}

.div-block-19 {
  justify-content: center;
  align-items: center;
  width: 1260px;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
}

.div-block-20 {
  width: 445px;
}

.div-block-21 {
  margin-left: 74px;
}

.section-3 {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.text-block-4 {
  color: #687894;
  width: 523px;
  font-family: Inter, sans-serif;
}

.heading-2 {
  color: var(--blue);
  font-family: Inter, sans-serif;
  font-size: 44px;
  font-weight: 300;
  line-height: 50px;
}

.text-span-9 {
  font-weight: 600;
}

.section-4 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-width: 320px;
  max-width: 1920px;
  margin-top: 94px;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
}

.heading-3 {
  color: var(--blue);
  font-family: Inter, sans-serif;
  font-size: 44px;
  font-weight: 300;
  line-height: 54px;
}

.text-span-10 {
  font-weight: 600;
}

.text-block-5 {
  color: #687894;
  font-family: Inter, sans-serif;
}

.div-block-22 {
  background-color: #16306a;
  border-radius: 16px;
  width: 290px;
  height: auto;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 20px;
}

.heading-4 {
  color: #fff;
  text-align: center;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 44px;
  font-weight: 400;
  line-height: 60px;
  display: block;
}

.text-span-11 {
  color: var(--lt-blu);
  font-weight: 600;
}

.div-block-23 {
  margin-top: 40px;
}

.div-block-verification-checks {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-flow: row;
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
}

.tabs-menu {
  background-color: #f2f8ff;
  border-radius: 8px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 460px;
  padding: 6px;
  display: flex;
}

.tab-link-tab-2 {
  color: #294a89;
  background-color: rgba(255, 255, 255, 0);
  border-radius: 8px;
  padding-left: 70px;
  padding-right: 70px;
}

.tab-link-tab-2.w--current {
  background-color: var(--green);
  color: #fff;
  font-family: Inter, sans-serif;
  font-weight: 600;
}

.tab-link-tab-1 {
  color: var(--blue);
  background-color: rgba(255, 255, 255, 0);
  border-radius: 8px;
  padding-left: 70px;
  padding-right: 70px;
}

.tab-link-tab-1.w--current {
  color: #fff;
  background-color: #36998b;
  border-radius: 6px;
  margin-right: 20px;
  padding-left: 70px;
  padding-right: 70px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.text-block-6, .text-block-7 {
  font-family: Inter, sans-serif;
  font-size: 16px;
}

.tabs {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  order: 0;
  justify-content: center;
  align-items: center;
  margin-top: 26px;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
}

.tab-pane-tab-1 {
  width: auto;
  height: 100%;
}

.tabs-content {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 190px;
  margin-top: 40px;
  display: flex;
}

.div-block-25 {
  grid-column-gap: 46px;
  grid-row-gap: 46px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  justify-items: center;
  display: grid;
}

.text-block-8 {
  color: #687894;
  font-family: Inter, sans-serif;
}

.text-block-9 {
  color: var(--blue);
  text-align: center;
  width: 210px;
  font-family: Inter, sans-serif;
  font-size: 16px;
}

.div-block-26 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-5 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 94px;
  display: flex;
}

.section-6 {
  background-color: #f2f8ff;
  justify-content: center;
  align-items: center;
  height: 130px;
  margin-top: 94px;
  margin-bottom: 94px;
  display: flex;
}

.text-span-12 {
  font-weight: 700;
}

.div-block-27 {
  margin-top: 16px;
}

.div-block-28 {
  margin-top: 8px;
}

.div-block-29 {
  background-image: url('../images/Group-503866.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 1260px;
  min-width: 1260px;
  height: 502px;
  margin-top: 16px;
  display: flex;
}

.text-span-13 {
  font-weight: 600;
}

.text-block-10 {
  color: #fff;
  margin-left: 0;
  margin-right: 20px;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 200;
  line-height: 16px;
}

.heading-5 {
  color: #fff;
  width: auto;
  min-width: auto;
  max-width: 300px;
  margin-top: 10px;
  margin-bottom: 8px;
  margin-left: 0;
  font-family: Inter, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  line-height: 28px;
  text-decoration: none;
}

.text-span-14 {
  font-weight: 600;
}

.div-block-30 {
  justify-content: flex-end;
  align-items: center;
  margin-left: 20px;
  margin-right: 0;
  display: flex;
}

.div-block-31 {
  justify-content: space-between;
  align-items: center;
  margin-right: 118px;
}

.container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  justify-items: stretch;
  display: flex;
}

.heading-6 {
  color: #294a89;
  text-align: center;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 2px;
  font-family: Inter, sans-serif;
  font-size: 34px;
  font-weight: 600;
}

.text-block-11 {
  color: #687894;
  text-align: center;
  font-family: Inter, sans-serif;
  line-height: 18px;
}

.text-block-12 {
  color: #fff;
  width: 300px;
  margin-left: 0;
  font-family: Inter, sans-serif;
  font-weight: 300;
  line-height: 18px;
}

.heading-7 {
  color: #fff;
  margin-top: 12px;
  margin-bottom: 8px;
  font-family: Inter, sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 26px;
}

.text-span-15 {
  font-weight: 300;
}

.div-block-32 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-33 {
  grid-column-gap: 106px;
  grid-row-gap: 50px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.container-2 {
  max-width: 1230px;
}

.div-block-34 {
  justify-content: space-between;
  align-items: center;
  width: 1260px;
  min-width: 1260px;
  padding-left: 37px;
  display: flex;
}

.section-7 {
  justify-content: center;
  align-items: center;
  margin-top: 94px;
  margin-bottom: 94px;
  display: flex;
}

.section-8 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  display: flex;
}

.div-block-35 {
  grid-column-gap: 78px;
  grid-row-gap: 39px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  justify-items: center;
  margin-top: 20px;
  margin-bottom: 40px;
  padding-bottom: 0;
  display: grid;
}

.section-9 {
  justify-content: center;
  align-items: center;
  margin: 100px 40px;
  display: flex;
}

.heading-8 {
  color: var(--blue);
  width: 550px;
  margin-top: 0;
  margin-bottom: 6px;
  font-family: Inter, sans-serif;
  font-size: 44px;
  font-weight: 300;
  line-height: 50px;
}

.text-span-16 {
  color: var(--blue);
  font-weight: 600;
}

.text-block-13 {
  color: #687894;
  width: 600px;
  margin-top: 20px;
  font-family: Inter, sans-serif;
  font-weight: 400;
  line-height: 18px;
}

.div-block-36 {
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 30px;
  display: flex;
}

.text-block-14 {
  color: #465d69;
  width: 600px;
  margin-top: 4px;
  font-family: Inter, sans-serif;
  line-height: 18px;
}

.text-block-15 {
  color: #36998b;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}

.div-block-37 {
  width: 20px;
  margin-right: 12px;
}

.text-span-17 {
  font-weight: 600;
}

.div-block-38 {
  background-color: #f5f6f7;
  border-radius: 16px;
  flex-flow: column;
  width: 200px;
  height: 140px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  display: flex;
}

.text-block-16 {
  color: #294a89;
  margin-top: 10px;
  margin-left: 10px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
}

.text-block-17 {
  color: #687894;
  margin-top: 10px;
  font-family: Inter, sans-serif;
  line-height: 18px;
}

.div-block-39 {
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.section-10 {
  background-color: #f2f8ff;
  justify-content: center;
  align-items: center;
  height: 380px;
  margin-top: 163px;
  margin-bottom: 163px;
  display: flex;
}

.div-block-40 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.text-block-18 {
  color: #687894;
  width: 620px;
  margin-bottom: 26px;
  font-family: Inter, sans-serif;
}

.text-block-19 {
  color: var(--blue);
  flex-flow: row;
  align-items: flex-end;
  width: 620px;
  margin-bottom: 6px;
  font-family: Inter, sans-serif;
  font-size: 50px;
  font-weight: 300;
  line-height: 60px;
  display: block;
}

.text-span-18 {
  font-weight: 600;
}

.div-block-41 {
  width: 416px;
  margin-right: 96px;
}

.section-11 {
  border-radius: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 94px;
  display: flex;
}

.footer {
  aspect-ratio: auto;
  object-fit: fill;
  background-image: url('../images/Group-503872.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: 367px;
  margin: 0 16px;
  padding-bottom: 0;
  display: flex;
  position: static;
  overflow: auto;
}

.div-block-42 {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-top: 50px;
  padding-left: 60px;
  display: flex;
}

.div-block-43 {
  background-color: #15316a;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  display: flex;
}

.text-block-20 {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 200;
}

.div-block-44 {
  grid-column-gap: 29px;
  grid-row-gap: 70px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: start;
  justify-items: stretch;
  display: grid;
}

.text-block-21 {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.link-2 {
  color: var(--white);
  margin-top: 22px;
  font-family: Inter, sans-serif;
  font-weight: 300;
  text-decoration: none;
  display: block;
}

.div-block-45 {
  margin-right: 94px;
}

.image {
  margin-bottom: 36px;
}

.div-block-46 {
  margin-top: 6px;
}

.link-block-7 {
  width: 36px;
  margin-right: 12px;
  display: block;
}

.div-block-47 {
  display: inline-flex;
}

.div-block-48 {
  margin-top: 8px;
  display: flex;
}

.link-block-8 {
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  margin-top: 22px;
  text-decoration: none;
  display: flex;
}

.text-block-22 {
  color: var(--white);
  width: 200px;
  font-family: Inter, sans-serif;
  text-decoration: none;
}

.div-block-49 {
  width: 26px;
  height: 26px;
  margin-right: 8px;
}

.div-block-50 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.div-block-51 {
  background-color: rgba(37, 68, 129, 0);
  border-radius: 20px;
  width: 1260px;
  min-width: 1260px;
  height: 450px;
}

.div-block-52 {
  background-color: #15316a;
  border-radius: 16px;
  width: 269px;
  height: 269px;
  padding: 20px;
}

.div-block-53 {
  text-align: center;
  margin-top: 44px;
  margin-left: 60px;
  padding-left: 9px;
  padding-right: 60px;
}

.text-span-19 {
  color: #7dbdf4;
  font-weight: 600;
}

.text-span-20 {
  font-family: Inter, sans-serif;
  font-weight: 600;
}

.text-span-21, .text-span-22, .text-span-23 {
  font-weight: 600;
}

.bold-text-34 {
  color: #002c51;
  text-transform: none;
  font-weight: 500;
}

.accordian-item {
  color: #10233b;
  background-color: #f4f6f7;
  border: 1px #000;
  border-radius: 6px;
  width: 1280px;
  max-width: 1280px;
  margin-bottom: 24px;
  display: block;
}

.container-t {
  border-radius: 6px;
  width: 100%;
  margin-left: 0;
  position: relative;
  overflow: hidden;
}

.hori-line {
  aspect-ratio: auto;
  color: #fff;
  background-color: #002c51;
  border: .2px solid #e6e6e6;
  border-radius: 20px;
  width: auto;
  height: .5px;
  margin-left: 10px;
  margin-right: 10px;
  position: relative;
  top: 0;
}

.div-block-155 {
  border-bottom: 0 #e1e6e8;
  border-radius: 0;
  justify-content: space-between;
  margin-left: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: static;
}

.verti-line {
  color: #fff;
  background-color: #002c51;
  width: 2px;
  height: 12px;
  position: relative;
  top: -2px;
}

.div-block-157 {
  color: #002c51;
  margin-left: 20px;
  font-size: 14px;
  line-height: 18px;
}

.paragraph-16 {
  color: #687894;
  text-transform: none;
  width: 94%;
  font-family: Inter, sans-serif;
  line-height: 18px;
}

.accordian-item-trigger {
  cursor: pointer;
  border-radius: 6px;
  justify-content: space-between;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: block;
}

.heading-25 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
}

.line-div {
  -webkit-text-stroke-color: #002c51;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  display: flex;
}

.div-block-158 {
  background-color: #f5f6f7;
  border-radius: 12px;
  width: 940px;
  margin-top: 20px;
}

.div-block-159 {
  background-color: #e7ebed;
  border-radius: 12px;
  justify-content: space-between;
  align-items: center;
  padding: 20px 14px;
  display: flex;
}

.heading-26 {
  color: #687894;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.div-block-160 {
  background-color: #f5f6f7;
  border-radius: 12px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 14px;
}

.div-block-161 {
  background-color: #36998b;
  border-radius: 6px;
  width: 16px;
  height: 2px;
  position: relative;
  top: 8px;
}

.div-block-162 {
  background-color: #36998b;
  border-radius: 6px;
  width: 2px;
  height: 16px;
  position: relative;
  top: -1px;
}

.div-block-163 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-164 {
  display: flex;
}

.div-block-165 {
  margin-left: 0;
  margin-right: 0;
}

.image-2 {
  max-width: 100%;
  padding-right: 21px;
}

.button {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  overflow-wrap: normal;
  background-color: #32569a;
  border: 1px #000;
  border-radius: 10px;
  flex-flow: wrap;
  order: 0;
  align-content: space-around;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100px;
  height: 40px;
  margin-top: 0;
  margin-left: 184px;
  padding-left: 0;
  padding-right: 0;
  font-family: Inter, sans-serif;
  display: block;
}

.container-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  align-content: center;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1500px;
  margin-left: 2px;
  padding-left: 0;
  display: flex;
}

.div-block-166 {
  width: 289px;
}

.div-block-167 {
  background-color: #15316a;
  border-radius: 16px;
  width: 269px;
  height: 269px;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.text-block-23 {
  color: #fff;
  font-family: Inter, sans-serif;
  font-weight: 200;
}

.text-span-333 {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 28px;
}

.heading-1 {
  align-self: center;
  margin-top: 10px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.div-block-168 {
  justify-content: flex-end;
  margin-left: 0;
  display: flex;
}

.div-block-expanded {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  justify-content: center;
  align-items: center;
  margin-top: -15px;
  margin-left: -23px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 0;
  display: flex;
}

.flex-block {
  margin-top: 36px;
  margin-left: 20px;
  display: block;
}

.section-13 {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 140px;
  margin-bottom: 80px;
}

.div-block-170 {
  background-color: #f2f8ff;
  border-radius: 16px;
  flex-flow: column;
  width: 540px;
  height: 410px;
  margin-left: 40px;
  display: flex;
}

.heading-27 {
  color: #294a89;
  margin-top: 20px;
  margin-left: 0;
  padding-left: 24px;
  font-family: Inter, sans-serif;
  font-size: 32px;
  font-weight: 600;
  display: flex;
}

.text-block-24 {
  color: #687894;
  padding-left: 24px;
  font-family: Inter, sans-serif;
}

.div-block-171 {
  background-color: #254481;
  border-radius: 16px;
  width: auto;
  min-width: 1260px;
  height: 700px;
  padding-top: 40px;
  padding-left: 60px;
  padding-right: 60px;
}

.form {
  width: 500px;
  margin-left: 0;
  padding-left: 0;
  font-family: Inter, sans-serif;
}

.form-block {
  padding-left: 46px;
  padding-right: 0;
}

.text-block-25 {
  color: #465d69;
  flex-flow: row;
  align-self: center;
  width: 200px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  display: flex;
}

.div-block-172 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 24px;
  display: flex;
}

.image-3, .image-4, .image-5 {
  width: 44px;
}

.text-block-26 {
  color: #687894;
  margin-top: 40px;
  padding-left: 24px;
  font-family: Inter, sans-serif;
}

.div-block-173 {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  margin-top: 20px;
  margin-left: 24px;
  display: flex;
}

.div-block-174 {
  width: 576px;
  margin-left: 10px;
}

.text-field, .text-field-2 {
  height: 44px;
}

.conact-form-title {
  color: #6a7079;
  letter-spacing: 0;
  text-transform: capitalize;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.text-field-3 {
  color: #0a162c;
  background-color: #f5f6f7;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  width: 210px;
  height: 48px;
  font-family: Inter, sans-serif;
  font-weight: 300;
}

.text-field-4 {
  color: #0a162c;
  -webkit-text-stroke-color: #1d0404;
  background-color: #f5f6f7;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  width: 210px;
  height: 48px;
  font-family: Inter, sans-serif;
  font-weight: 300;
}

.text-field-4::placeholder {
  color: #858f96;
}

.text-field-5 {
  color: #0a162c;
  background-color: #f5f6f7;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  width: 210px;
  height: 48px;
  font-family: Inter, sans-serif;
  font-weight: 300;
}

.text-field-5::placeholder {
  color: #858f96;
}

.text-field-6 {
  background-color: #f5f6f7;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  height: 48px;
  font-family: Inter, sans-serif;
  font-weight: 300;
}

.text-field-7 {
  color: #0a162c;
  background-color: #f5f6f7;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  width: 210px;
  height: 48px;
  font-family: Inter, sans-serif;
  font-weight: 300;
}

.text-field-7::placeholder {
  color: #858f96;
}

.form-2 {
  width: 471px;
  margin-left: 60px;
  padding-right: 0;
}

.select-field {
  color: #908f8f;
  background-color: #f5f6f7;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  width: 210px;
  height: 48px;
  font-family: Inter, sans-serif;
  font-weight: 300;
}

.submit-button {
  background-color: #36998b;
  border-radius: 10px;
  width: 140px;
  height: 50px;
  margin-top: 8px;
  padding: 8px 10px;
}

.div-block-175 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-27 {
  font-family: Inter, sans-serif;
}

.industries-title {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #294a89;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 120px;
  margin-top: 10px;
  margin-left: 0;
  padding-left: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  display: flex;
}

.image-6 {
  flex: 0 auto;
  width: 80px;
  margin-left: auto;
  margin-right: auto;
}

.section-14 {
  margin-bottom: 0;
  padding-bottom: 0;
}

.slider-2 {
  background-color: #254481;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 60px;
  padding-bottom: 60px;
  display: flex;
}

.div-block-176 {
  background-color: #15316a;
  border-radius: 16px;
  width: 269px;
  height: 269px;
  margin-left: 40px;
  padding: 20px;
}

.div-block-177 {
  margin-left: 0;
  margin-right: 10px;
  padding-left: 0;
}

.div-block-178 {
  margin-top: 140px;
  font-family: Inter, sans-serif;
}

.heading-28 {
  color: #294a89;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  display: flex;
}

.div-block-179 {
  flex-flow: row;
  justify-content: flex-end;
  align-items: flex-start;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
}

.heading-29 {
  color: #fff;
  padding-left: 0;
  font-family: Inter, sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 28px;
}

.text-block-28 {
  color: #fff;
  padding-left: 0;
  font-family: Inter, sans-serif;
  font-weight: 200;
}

.slide {
  flex: 1;
}

.image-7 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: inline-flex;
}

.slider-3 {
  text-transform: none;
  overflow-wrap: normal;
  background-color: rgba(221, 221, 221, 0);
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  height: 550px;
  margin-top: 20px;
  display: block;
}

.icon, .icon-2 {
  display: none;
}

.slide-nav-2 {
  -webkit-text-stroke-color: #5077c1;
}

.image-8 {
  margin-top: 20px;
}

.div-block-180 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-9 {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  display: inline-flex;
}

.div-block-181 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-182 {
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  padding-left: 0;
  display: block;
}

.form-block-2 {
  width: 600px;
  display: none;
}

.section-15 {
  height: 8px;
}

.div-block-183 {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-left: 10px;
  margin-right: 50px;
  display: flex;
}

.div-block-184 {
  border-radius: 16px;
  box-shadow: 0 2px 22px rgba(10, 22, 44, .11);
}

.div-block-185 {
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.paragraph-17 {
  color: #0a162c;
  margin-left: auto;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.accordion-main {
  width: 100%;
}

.div-block-186 {
  margin-left: 50px;
  margin-right: 50px;
}

.text-block-29 {
  font-size: 20px;
  font-weight: 500;
}

.dropdown-main {
  height: 60px;
  display: flex;
}

.dropdown-list {
  background-color: #fefeff;
  border-radius: 10px;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
  position: static;
}

.accordion-wrapper {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.accordion {
  border: 1px solid rgba(230, 230, 230, 0);
  border-radius: 10px;
  margin-left: 0;
  margin-right: 0;
}

.accordion-header {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  cursor: pointer;
  flex-flow: row;
  align-content: center;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  display: flex;
}

.accordion-panel {
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.accordion-icon-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: block;
}

.image-10 {
  width: 24px;
  margin-right: 0;
}

.text-block-30 {
  text-transform: none;
  margin-right: 24px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}

.paragraph-18 {
  color: #687895;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-right: 100px;
  font-family: Inter, sans-serif;
  font-weight: 400;
  display: flex;
}

.div-block-187 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  margin: 40px 10px 60px;
  display: flex;
}

.section-16 {
  height: 20px;
}

.section-17 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 40px;
  display: flex;
}

.text-block-31 {
  color: #294a89;
  justify-content: center;
  align-items: center;
  font-family: Inter, sans-serif;
  font-size: 50px;
  font-weight: 300;
  line-height: 60px;
  display: flex;
}

.div-block-188 {
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
}

.image-11, .image-12, .image-13, .image-14 {
  width: 50px;
}

.container-5 {
  max-width: 1240px;
  display: flex;
}

.heading-30 {
  color: #294a89;
  -webkit-text-stroke-color: #294a89;
  font-family: Inter, sans-serif;
  font-weight: 300;
}

.heading-new {
  color: #294a89;
  font-family: Inter, sans-serif;
  font-size: 44px;
  font-weight: 300;
  line-height: 48px;
}

.image-15 {
  width: auto;
}

.body {
  overflow: auto;
}

.body-2 {
  object-fit: fill;
  padding-bottom: 40px;
  overflow: auto;
}

.section-19 {
  height: 10px;
}

.div-block-189 {
  flex: 1;
  justify-content: center;
  align-items: center;
  display: block;
}

.container-6 {
  aspect-ratio: auto;
  justify-content: center;
  max-width: 100%;
  display: flex;
}

.div-block-190, .div-block-191, .div-block-192 {
  padding-left: 40px;
}

.flex-block-2 {
  flex: 0 auto;
  align-items: center;
}

.flex-block-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-195 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row;
  display: flex;
}

.div-block-196 {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  flex-flow: column;
  margin-top: 16px;
  display: flex;
}

.div-block-197 {
  display: flex;
}

.div-block-198 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  display: flex;
}

.tab-pane-tab-2 {
  width: auto;
  height: 100%;
}

.div-block-199 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-200 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #16306a;
  border-radius: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  justify-items: end;
  width: 280px;
  height: 100%;
  padding: 20px;
  display: block;
}

.div-block-201 {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  justify-items: center;
  margin-top: 20px;
  display: flex;
}

.div-block-202 {
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
}

.heading-31 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 6px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
}

.text-span-334 {
  font-weight: 300;
}

.text-block-32 {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 200;
  line-height: 16px;
}

.div-block-203 {
  margin-left: 12px;
  margin-right: 20px;
}

.slider-4 {
  background-color: rgba(255, 255, 255, 0);
  margin-top: 16px;
}

.slide-4 {
  height: auto;
  margin-top: 20px;
}

.right-arrow {
  left: 1170px;
}

.left-arrow {
  right: 1170px;
}

.slider-5 {
  background-color: rgba(255, 255, 255, 0);
  height: auto;
}

.slide-nav-3 {
  bottom: -66px;
}

.slider-6 {
  background-color: rgba(255, 255, 255, 0);
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
}

.div-block-149 {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
}

.div-block-204 {
  border-bottom: 0 #e1e6e8;
  border-radius: 0;
  justify-content: space-between;
  margin-left: 0;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
  position: static;
}

.paragraph-4 {
  text-align: center;
  width: 40vw;
  margin-top: 15px;
  font-size: 20px;
  line-height: 24px;
}

.accordian-item--one {
  color: #1a1e21;
  background-color: #fff;
  border-bottom: 2px solid #e1e6e8;
  border-radius: 6px;
  margin-top: 3px;
  display: none;
}

.accordian-wrapper {
  display: block;
  position: relative;
}

.wn-text {
  color: brown;
  text-align: center;
  text-transform: capitalize;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-size: 69px;
  font-weight: 700;
  line-height: 50px;
}

.div-block-148 {
  border-radius: 15px;
  width: 90%;
  height: auto;
  margin-top: 40px;
  padding-bottom: 40px;
  box-shadow: 0 2px 20px 1px rgba(123, 130, 144, .18);
}

.accordian-item-2 {
  color: #1a1e21;
  background-color: #fff;
  border-bottom: 1px solid #eceff2;
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
}

.div-block-150 {
  width: 90%;
  margin-left: 0;
}

.link-6 {
  color: #e44c4c;
}

.drop-down-container {
  color: #222352;
  background-color: #f5f5f5;
  width: 100%;
  padding: 0;
  line-height: 20px;
  position: absolute;
  top: 57px;
  overflow: hidden;
}

.link-29 {
  color: #b13434;
}

.div-block-156 {
  margin-bottom: 20px;
  margin-left: 20px;
}

.div-block-154 {
  cursor: pointer;
  background-color: #222352;
  border: 0 #000;
  border-radius: 6px;
  justify-content: space-between;
  align-items: center;
  height: 60px;
  padding-left: 0;
  display: block;
}

.accordian-item-trigger-2 {
  cursor: pointer;
  justify-content: space-between;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: block;
}

.div-block-147 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.line-div-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  display: flex;
}

.div-block-205 {
  margin-left: 20px;
}

.div-faq, .div-block-206 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-153 {
  justify-content: space-between;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.bold-text-35 {
  color: #0a162c;
  text-transform: none;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
}

.div-block-151 {
  flex: 1;
  justify-content: space-between;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 0;
  display: flex;
}

.container-t-2 {
  background-color: #fff;
  width: 100%;
  margin-left: 0;
  position: relative;
  overflow: hidden;
}

.heading-16 {
  color: #1a1e21;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
}

.hori-line-2 {
  color: #fff;
  background-color: #1a1e21;
  width: 12px;
  height: 2px;
  position: relative;
  top: 4.8px;
}

.verti-line-2 {
  color: #fff;
  background-color: #1a1e21;
  width: 2px;
  height: 12px;
  position: relative;
  top: -2px;
}

.link-28 {
  color: #b13434;
}

.faq-section {
  margin-top: 100px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.paragraph-15 {
  padding: 20px 20px 10px;
}

.div-block-152 {
  margin-top: 5px;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  display: none;
  position: relative;
}

.paragraph-19 {
  color: #687895;
  text-transform: none;
  flex-flow: column;
  width: 90%;
  font-family: Inter, sans-serif;
  text-decoration: none;
  display: block;
}

.accordian-item--three {
  color: #1a1e21;
  background-color: #fff;
  border-bottom: 2px solid #e1e6e8;
  border-radius: 6px;
  margin-top: 3px;
  display: none;
}

.div-block-207, .div-block-208 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-17 {
  width: 816px;
  height: auto;
}

.slide-nav-4 {
  top: 429.725px;
}

.image-18 {
  width: 816px;
  display: block;
}

.div-block-209 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-span-335, .text-span-336, .text-span-337, .text-span-338, .text-span-339 {
  font-weight: 600;
}

.intro {
  font-size: 14px;
  line-height: 22px;
}

.div-block-210, .div-block-211, .div-block-212 {
  justify-content: space-between;
  align-items: center;
  width: 470px;
  display: flex;
}

.text-field-8 {
  background-color: #f5f6f7;
  border-radius: 8px;
  width: 210px;
  height: 48px;
}

.text-field-8::placeholder {
  color: #858f96;
  font-family: Inter, sans-serif;
  font-weight: 300;
}

.textarea {
  background-color: #f5f6f7;
  border-radius: 8px;
  height: 80px;
}

.link-block-9 {
  width: 36px;
}

.mobile-header, .slide-menu-2 {
  display: none;
}

.button-8 {
  color: #023373;
  background-color: #ffb114;
  border-radius: 6px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

.div-block-434, .div-block-455, .div-block-458, .div-block-461, .div-block-462, .div-block-465, .div-block-467, .slider-7, .div-block-468, .div-block-469, .slider-8, .slider-9 {
  display: none;
}

@media screen and (min-width: 1280px) {
  .div-block-34 {
    padding-left: 0;
  }

  .div-block-170 {
    width: 800px;
    max-width: 500px;
  }

  .div-block-171 {
    width: 1260px;
    min-width: 1260px;
  }

  .container-5 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .button-8 {
    background-color: #ffa600;
    border-radius: 6px;
    margin-left: 10px;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: 600;
  }
}

@media screen and (min-width: 1440px) {
  body {
    overflow: hidden;
  }

  .header {
    z-index: 1000;
  }

  .section {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-width: 1920px;
    display: flex;
  }

  .div-block-2 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .div-block-3, .div-block-4, .div-block-5 {
    display: flex;
  }

  .text-block-2 {
    color: var(--ash-blu);
    font-family: Inter, sans-serif;
  }

  .slider, .div-block-17 {
    width: 1340px;
  }

  .div-block-19 {
    justify-content: center;
    align-items: center;
    width: 1340px;
  }

  .text-block-4 {
    color: var(--blue);
    width: 523px;
    font-family: Inter, sans-serif;
  }

  .heading-2 {
    color: var(--blue);
    font-family: Inter, sans-serif;
    font-size: 50px;
    font-weight: 300;
    line-height: 60px;
  }

  .text-span-9 {
    font-weight: 600;
  }

  .section-4 {
    justify-content: center;
    align-items: center;
    margin-top: 94px;
    display: flex;
  }

  .div-block-verification-checks {
    justify-content: center;
    align-items: center;
    padding-right: 22px;
  }

  .tabs-menu {
    background-color: #f2f8ff;
  }

  .tab-link-tab-2 {
    background-color: rgba(255, 255, 255, 0);
  }

  .tabs, .tabs-content, .div-block-29, .div-block-34 {
    width: 1340px;
  }

  .section-9 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .section-10 {
    height: 390px;
  }

  .footer {
    flex-flow: column;
    min-width: 1080px;
    max-width: 1920px;
    margin-left: 60px;
    margin-right: 60px;
    overflow: hidden;
  }

  .div-block-42 {
    padding-left: 40px;
  }

  .div-block-43 {
    flex: 0 auto;
  }

  .div-block-44 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .div-block-46 {
    width: 99%;
  }

  .div-block-47, .div-block-48 {
    display: flex;
  }

  .section-13 {
    object-fit: fill;
    padding-left: 0;
  }

  .div-block-170 {
    flex: 0 auto;
  }

  .div-block-171 {
    width: 1340px;
    min-width: 1260px;
  }

  .heading-28 {
    font-weight: 600;
  }

  .div-block-182 {
    flex-flow: wrap;
    flex: 1;
    justify-content: center;
    align-self: center;
    align-items: center;
  }

  .div-block-183 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-top: 40px;
    display: flex;
  }

  .div-block-184 {
    text-align: left;
    border-radius: 16px;
    flex-flow: row;
    flex: 0 auto;
    order: 0;
    justify-content: flex-start;
    align-self: auto;
    align-items: stretch;
    width: auto;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    display: block;
    box-shadow: 0 2px 20px rgba(10, 22, 44, .09);
  }

  .div-block-185 {
    flex: none;
    display: block;
  }

  .paragraph-17 {
    -webkit-text-stroke-color: #0a162c;
    flex-flow: row;
    align-items: center;
    width: 100%;
    font-weight: 400;
    display: flex;
  }

  .div-block-187 {
    justify-content: flex-start;
    align-items: stretch;
  }

  .container-4 {
    width: 100%;
  }

  .image-14 {
    width: 50px;
  }

  .section-18 {
    height: 12px;
  }

  .body-3 {
    overflow: auto;
  }
}

@media screen and (max-width: 991px) {
  .header {
    display: none;
  }

  .section {
    min-width: 100%;
    max-width: 100%;
    height: 100%;
    margin-top: 115px;
    display: none;
  }

  .div-block {
    flex-flow: column;
    width: 99%;
    height: 100%;
  }

  .slider {
    width: 100%;
    min-width: 100%;
    max-width: none;
    height: auto;
    display: none;
  }

  .div-block-12 {
    width: 530px;
  }

  .div-block-13 {
    width: 100%;
  }

  .div-block-14 {
    width: auto;
  }

  .div-block-15 {
    width: 60%;
  }

  .section-2 {
    min-width: 90%;
    max-width: 100%;
    margin-left: 14px;
    margin-right: 14px;
  }

  .div-block-17 {
    width: 100%;
    min-width: 100%;
    height: 440px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-19 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .section-4 {
    min-width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-22 {
    padding-left: 12px;
    padding-right: 12px;
  }

  .heading-4 {
    font-size: 36px;
    line-height: 42px;
  }

  .tabs-content {
    height: 100%;
  }

  .div-block-25 {
    grid-template-rows: auto auto;
    grid-template-columns: auto auto;
  }

  .div-block-29 {
    width: 100%;
    min-width: 100%;
    height: 100%;
    padding: 40px 20px;
  }

  .heading-5 {
    font-size: 16px;
    line-height: 22px;
  }

  .div-block-33 {
    grid-column-gap: 60px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .div-block-34 {
    flex-flow: column;
    width: 100%;
    min-width: 100%;
  }

  .div-block-35 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .section-9 {
    margin-top: 70px;
  }

  .section-10 {
    width: 100%;
    height: 580px;
  }

  .div-block-40 {
    flex-flow: column;
    top: 7090.95px;
  }

  .text-block-18 {
    width: 100%;
  }

  .text-block-19 {
    width: 100%;
    font-size: 32px;
    line-height: 42px;
  }

  .div-block-41 {
    margin-right: 0;
  }

  .div-block-42 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 98%;
    padding-top: 30px;
    padding-left: 20px;
  }

  .div-block-44 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 2fr auto auto;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: flex-start;
    justify-items: stretch;
    width: 100%;
    display: flex;
  }

  .link-2 {
    margin-top: 16px;
  }

  .image {
    max-width: 70%;
  }

  .div-block-46 {
    margin-top: 0;
  }

  .link-block-8 {
    margin-top: 16px;
  }

  .accordian-item-trigger {
    cursor: pointer;
  }

  .div-block-171 {
    min-width: 100%;
    height: 720px;
    padding-left: 14px;
    padding-right: 14px;
  }

  .paragraph-18 {
    padding-right: 0;
  }

  .section-17 {
    margin-top: 40px;
  }

  .text-block-31 {
    flex-flow: column;
  }

  .heading-new {
    font-size: 36px;
    line-height: 42px;
  }

  .container-6 {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-191, .div-block-192 {
    padding-left: 0;
  }

  .div-block-193 {
    display: none;
  }

  .image-16 {
    max-width: 70%;
  }

  .slide-3 {
    width: 470px;
  }

  .div-block-200 {
    height: 260px;
    padding: 14px;
  }

  .div-block-202 {
    margin-bottom: 10px;
  }

  .heading-31 {
    font-size: 16px;
    line-height: 22px;
  }

  .div-block-203 {
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-149 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .paragraph-4 {
    width: auto;
    padding-left: 40px;
    padding-right: 40px;
  }

  .wn-text {
    text-align: center;
    line-height: 80px;
  }

  .div-block-148 {
    padding-bottom: 20px;
  }

  .div-block-150 {
    width: auto;
    margin-left: 0;
  }

  .accordian-item-trigger-2 {
    cursor: pointer;
  }

  .div-block-205 {
    margin-right: 20px;
  }

  .div-faq {
    margin-top: 0;
  }

  .div-block-206 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .faq-section {
    margin-top: 80px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .paragraph-19 {
    width: 100%;
  }

  .link-block-382 {
    display: block;
  }

  .link-block-382.w--current {
    justify-content: flex-end;
    display: flex;
  }

  .div-block-427 {
    justify-content: flex-end;
    align-items: center;
  }

  .image-108 {
    margin-top: 2px;
  }

  .mobile-header {
    z-index: 10000;
    background-color: #fff;
    justify-content: space-between;
    align-items: center;
    height: 80px;
    display: block;
    position: fixed;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
    box-shadow: 0 2px 14px rgba(0, 0, 0, .15);
  }

  .div-block-428 {
    justify-content: space-between;
    align-items: center;
    margin-top: 6px;
    padding: 10px 40px;
    display: flex;
  }

  .div-block-426 {
    justify-content: center;
  }

  .link-block-385 {
    color: #fff;
    border-bottom: 1px solid #d4e6f4;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-top: 14px;
    padding-bottom: 16px;
    text-decoration: none;
    display: flex;
  }

  .link-block-385.w--current {
    color: #fff;
    border-bottom: 1px solid #d4e6f4;
    justify-content: space-between;
    align-items: center;
    padding-top: 14px;
    padding-bottom: 16px;
    text-decoration: none;
    display: flex;
  }

  .slide-menu-2 {
    z-index: 20000;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    background-color: rgba(247, 247, 249, .06);
    font-weight: 500;
    display: none;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .button-8 {
    background-color: var(--green);
    color: #fff;
    margin-top: 20px;
    font-family: Inter, sans-serif;
  }

  .text-block-120 {
    color: #002c51;
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 400;
  }

  .image-110 {
    width: 24px;
  }

  .div-block-429 {
    justify-content: flex-end;
    margin-top: 26px;
    padding-bottom: 40px;
    display: flex;
  }

  .div-block-430 {
    background-color: #fff;
    max-width: 320px;
    height: 100%;
    padding: 12px 20px 16px;
  }

  .link-block-386 {
    border-bottom: 1px solid #fff;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    display: flex;
  }

  .div-block-454 {
    text-decoration: none;
  }

  .text-block-122 {
    color: #fcfffb;
    text-align: center;
    padding-top: 12px;
    padding-bottom: 0;
    font-weight: 500;
    text-decoration: none;
  }

  .div-block-458 {
    display: block;
  }

  .div-block-459, .div-block-460 {
    display: none;
  }

  .div-block-461, .div-block-462 {
    display: block;
  }

  .div-block-463 {
    display: none;
  }

  .div-block-464 {
    margin-top: 20px;
  }

  .div-block-465 {
    display: block;
  }

  .image-112, .image-113 {
    max-width: 70%;
  }

  .image-114 {
    width: 370px;
  }

  .div-block-466 {
    width: 80%;
    margin-top: 40px;
  }

  .div-block-468, .div-block-469 {
    display: none;
  }

  .slide-nav-5 {
    top: 298px;
  }

  .image-125, .image-126, .image-127, .image-129, .image-130 {
    max-width: 80%;
  }

  .left-arrow-3, .right-arrow-3 {
    display: none;
  }

  .slider-9 {
    background-color: rgba(255, 255, 255, 0);
    height: 100%;
    display: block;
  }

  .div-block-481 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .slide-nav-7 {
    position: relative;
    top: 18px;
  }

  .div-block-482 {
    display: flex;
  }

  .div-block-483 {
    margin-top: 16px;
    padding-bottom: 20px;
  }

  .div-block-484, .div-block-485 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-486, .div-block-487 {
    margin-top: 16px;
    margin-bottom: 20px;
  }

  .div-block-488 {
    margin-left: 60px;
    margin-right: 60px;
  }

  .section-20 {
    margin-top: 120px;
  }

  .div-block-489 {
    margin-left: 60px;
    margin-right: 60px;
  }

  .div-block-496 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .link-block-387 {
    margin-right: 16px;
  }
}

@media screen and (max-width: 767px) {
  .text-block {
    font-size: 14px;
  }

  .section-2 {
    min-width: 90%;
    margin-left: 12px;
    margin-right: 12px;
  }

  .div-block-17 {
    height: 100%;
  }

  .div-block-19, .div-block-21 {
    margin-left: 0;
  }

  .text-block-4 {
    width: 100%;
  }

  .heading-2, .heading-3 {
    font-size: 32px;
    line-height: 42px;
  }

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

  .div-block-22 {
    height: 230px;
  }

  .heading-4 {
    font-size: 32px;
  }

  .div-block-23 {
    margin-top: 30px;
  }

  .div-block-verification-checks {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: flex-start;
    align-items: center;
    justify-items: start;
    display: grid;
    overflow: auto;
  }

  .tabs-menu {
    width: auto;
  }

  .tab-link-tab-2, .tab-link-tab-2.w--current, .tab-link-tab-1, .tab-link-tab-1.w--current {
    padding-left: 32px;
    padding-right: 32px;
  }

  .text-block-6, .text-block-7 {
    font-size: 14px;
  }

  .div-block-25 {
    grid-template-columns: auto 1fr;
  }

  .text-block-8, .text-block-9 {
    font-size: 12px;
    line-height: 16px;
  }

  .section-5 {
    padding-left: 12px;
    padding-right: 12px;
  }

  .text-block-10 {
    margin-right: 0;
  }

  .div-block-30 {
    margin-left: 0;
  }

  .text-block-12 {
    width: 100%;
    font-size: 12px;
    line-height: 16px;
  }

  .heading-7 {
    font-size: 22px;
  }

  .div-block-34 {
    width: 100%;
    min-width: auto;
    padding-left: 0;
  }

  .section-8 {
    margin-top: 70px;
  }

  .div-block-35 {
    grid-column-gap: 40px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .section-9 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-left: 12px;
    margin-right: 12px;
  }

  .heading-8 {
    width: 100%;
    font-size: 32px;
    line-height: 42px;
  }

  .text-block-13, .text-block-14 {
    width: 100%;
  }

  .div-block-37 {
    width: 3%;
  }

  .section-10 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-40 {
    flex-flow: column;
    top: 6438.95px;
  }

  .text-block-18 {
    width: 100%;
  }

  .text-block-19 {
    width: 100%;
    font-size: 32px;
    line-height: 42px;
  }

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

  .footer {
    height: auto;
    margin-bottom: 0;
    overflow: hidden;
  }

  .div-block-42 {
    padding-right: 20px;
  }

  .div-block-44 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .text-block-21 {
    font-size: 14px;
  }

  .div-block-45 {
    margin-bottom: 36px;
    margin-right: 0;
  }

  .image {
    margin-bottom: 0;
  }

  .div-block-46 {
    display: none;
  }

  .link-block-8 {
    justify-content: center;
    align-items: flex-start;
    margin-top: 10px;
  }

  .text-block-22 {
    font-size: 14px;
    line-height: 20px;
  }

  .bold-text-34 {
    font-size: 16px;
  }

  .accordian-item {
    margin-top: 0;
    display: block;
  }

  .paragraph-16 {
    font-size: 12px;
    line-height: 18px;
  }

  .image-2 {
    width: 350px;
  }

  .div-block-170 {
    width: 490px;
    margin-left: 0;
  }

  .div-block-171 {
    height: auto;
    padding-bottom: 40px;
    padding-left: 14px;
    padding-right: 14px;
  }

  .div-block-174 {
    width: 490px;
    height: 340px;
    margin-top: 20px;
  }

  .industries-title {
    font-size: 12px;
    line-height: 16px;
  }

  .image-6 {
    width: 70px;
  }

  .heading-28 {
    font-size: 32px;
  }

  .paragraph-18 {
    padding-right: 0;
  }

  .section-17 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .text-block-31 {
    flex-flow: column;
    font-size: 32px;
    line-height: 34px;
  }

  .div-block-188 {
    margin-top: 16px;
  }

  .container-5 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .body-2 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    overflow: visible;
  }

  .container-6 {
    width: 550px;
    max-width: 100%;
  }

  .div-block-200 {
    width: 240px;
    height: 220px;
  }

  .div-block-201 {
    margin-top: 0;
  }

  .heading-31 {
    font-size: 18px;
    line-height: 22px;
  }

  .slider-4, .slider-5 {
    display: none;
  }

  .paragraph-4 {
    width: auto;
    margin-top: 0;
    font-size: 16px;
    line-height: 20px;
  }

  .accordian-item--one {
    margin-top: 0;
  }

  .wn-text {
    font-size: 64px;
  }

  .div-block-148 {
    margin-top: 30px;
  }

  .div-block-150 {
    width: 470px;
  }

  .div-block-205 {
    margin-left: 16px;
    margin-right: 16px;
  }

  .accordian-item--three {
    margin-top: 0;
  }

  .slide-nav-4 {
    top: 420px;
  }

  .link-block-382.w--current {
    justify-content: flex-start;
    align-items: center;
  }

  .image-108 {
    margin-top: 4px;
  }

  .mobile-header {
    height: 76px;
  }

  .div-block-428 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .link-block-385.w--current {
    color: #fff;
    justify-content: space-between;
    align-items: center;
    padding-top: 14px;
    padding-bottom: 16px;
    display: flex;
  }

  .div-block-430 {
    padding: 12px 20px 16px;
  }

  .div-block-432 {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    display: none;
  }

  .div-block-433 {
    display: none;
  }

  .div-block-434 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 24px;
    display: flex;
  }

  .link-block-386 {
    width: 100%;
  }

  .text-block-122 {
    color: #fcfffb;
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-weight: 500;
  }

  .bold-text-36 {
    color: #fff;
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-weight: 400;
  }

  .link-30 {
    color: #fff;
    margin-top: 12px;
    font-family: Inter, sans-serif;
    font-size: 14px;
    text-decoration: none;
  }

  .div-block-455 {
    width: 100%;
    display: block;
  }

  .div-block-456 {
    border-bottom: 1px solid #fff;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .heading-32 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .div-block-457 {
    flex-flow: column;
    margin-top: 12px;
    display: flex;
    overflow: auto;
  }

  .div-block-464 {
    margin-left: 40px;
    margin-right: 40px;
  }

  .div-block-466 {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-467 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    margin-top: 20px;
    padding: 6px 14px 6px 6px;
    display: flex;
    overflow: auto;
  }

  .slider-7 {
    background-color: rgba(255, 255, 255, 0);
    height: 252px;
    display: block;
  }

  .image-115, .image-116 {
    max-width: 70%;
    display: block;
  }

  .div-block-468 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-469 {
    display: block;
  }

  .div-block-470, .div-block-471 {
    display: none;
  }

  .slide-nav-5 {
    top: 292px;
  }

  .flex-block-5 {
    justify-content: center;
    align-items: center;
  }

  .slider-8 {
    background-color: rgba(255, 255, 255, 0);
    height: 228px;
    margin-top: 20px;
    margin-bottom: 30px;
    display: block;
  }

  .div-block-476 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .left-arrow-2, .right-arrow-2, .slide-nav-6 {
    display: none;
  }

  .div-block-488, .div-block-489 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .div-block-494, .div-block-495 {
    display: none;
  }

  .div-block-496 {
    display: flex;
  }

  .link-block-387 {
    margin-right: 20px;
  }
}

@media screen and (max-width: 479px) {
  .link-block-5 {
    padding: 12px 36px;
  }

  .section {
    flex-flow: column;
    min-width: 360px;
    max-width: 420px;
    height: auto;
    margin-bottom: 100px;
  }

  .div-block {
    margin-left: 8px;
    margin-right: 8px;
  }

  .div-block-2 {
    margin-bottom: 20px;
  }

  .text-block-2 {
    line-height: 18px;
  }

  .link-block-6 {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    width: 210px;
    height: 40px;
    display: flex;
  }

  .text-block-3 {
    font-size: 14px;
    line-height: 18px;
  }

  .slide-nav {
    top: 898.588px;
  }

  .section-2 {
    min-width: 90%;
    margin-left: 6px;
    margin-right: 6px;
  }

  .div-block-17 {
    flex-flow: column;
    align-items: center;
  }

  .div-block-19 {
    margin-left: 16px;
    margin-right: 16px;
  }

  .div-block-20 {
    justify-content: center;
    align-items: center;
    width: 260px;
    display: flex;
  }

  .div-block-21 {
    padding-left: 12px;
    padding-right: 12px;
  }

  .heading-2 {
    font-size: 30px;
    line-height: 34px;
  }

  .section-4 {
    width: 100%;
    margin-top: 60px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 12px;
    padding-right: 12px;
  }

  .heading-3 {
    text-align: center;
    font-size: 30px;
    line-height: 34px;
  }

  .text-block-5 {
    line-height: 18px;
  }

  .div-block-22 {
    width: 230px;
  }

  .heading-4 {
    aspect-ratio: auto;
    text-align: center;
    object-fit: fill;
    flex-flow: column;
    flex: 1;
    justify-content: center;
    align-self: auto;
    align-items: center;
    width: auto;
    min-width: auto;
    max-width: 1920px;
    margin-left: 0;
    margin-right: 0;
    font-size: 30px;
    line-height: 34px;
    display: block;
    position: static;
    overflow: visible;
  }

  .div-block-23 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }

  .div-block-verification-checks {
    position: static;
    overflow: auto;
  }

  .tabs {
    margin-left: 0;
    margin-right: 0;
  }

  .tab-pane-tab-1 {
    width: 100%;
  }

  .tabs-content {
    flex-flow: row;
    flex: 0 auto;
    width: 100%;
    display: flex;
  }

  .div-block-25 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .text-block-8 {
    line-height: 14px;
  }

  .text-block-9 {
    width: 100%;
    line-height: 14px;
  }

  .div-block-26 {
    width: 150px;
  }

  .section-5 {
    min-width: 320px;
    max-width: 1920px;
    min-height: 500px;
    margin-top: 60px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .div-block-29 {
    flex-flow: column;
    height: auto;
  }

  .heading-5 {
    min-width: 71px;
    max-width: 100%;
  }

  .heading-7 {
    font-size: 18px;
  }

  .div-block-33 {
    grid-row-gap: 30px;
    flex-flow: column;
    min-width: 100%;
    max-width: 100%;
    display: flex;
  }

  .container-2 {
    display: flex;
  }

  .div-block-34 {
    width: 100%;
    padding-left: 12px;
    padding-right: 12px;
  }

  .section-7 {
    margin-top: 0;
    margin-bottom: 60px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .section-8 {
    padding-left: 12px;
    padding-right: 12px;
  }

  .div-block-35 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-flow: row;
    justify-content: start;
    align-items: center;
    justify-items: start;
    width: 100%;
    overflow: auto;
  }

  .section-9 {
    width: 100%;
    margin-bottom: 80px;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-8 {
    font-size: 30px;
    line-height: 34px;
  }

  .text-block-13 {
    margin-top: 10px;
    line-height: 20px;
  }

  .div-block-36 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: stretch;
    margin-top: 24px;
  }

  .text-block-15 {
    font-size: 16px;
    line-height: 22px;
  }

  .div-block-37 {
    width: 18px;
    margin-right: 6px;
  }

  .section-10 {
    height: 580px;
    margin-bottom: 80px;
  }

  .div-block-40 {
    margin-top: auto;
    position: relative;
    top: -111px;
  }

  .text-block-19 {
    font-size: 30px;
    line-height: 34px;
  }

  .footer {
    border-radius: 12px;
  }

  .div-block-48 {
    flex-flow: row;
    display: flex;
  }

  .bold-text-34 {
    font-size: 14px;
    line-height: 18px;
  }

  .accordian-item {
    margin-top: 0;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .div-block-155 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div-block-157 {
    margin-left: 0;
  }

  .paragraph-16 {
    width: auto;
  }

  .heading-25 {
    padding-left: 0;
    font-size: 16px;
  }

  .line-div {
    margin-left: 10px;
    margin-right: 0;
  }

  .image-2 {
    width: 80%;
  }

  .section-13 {
    margin-top: 100px;
    margin-bottom: 70px;
  }

  .div-block-170 {
    background-color: #f2f8ff;
    width: 100%;
  }

  .heading-27 {
    margin-top: 10px;
  }

  .div-block-171 {
    margin-left: 12px;
    margin-right: 12px;
  }

  .div-block-174 {
    width: auto;
    min-width: 360px;
    max-width: 100%;
    height: auto;
    margin: 40px auto auto;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-28 {
    font-family: Inter, sans-serif;
    font-size: 22px;
  }

  .paragraph-18 {
    padding-right: 0;
  }

  .text-block-31 {
    font-size: 30px;
    line-height: 34px;
  }

  .image-12 {
    margin-left: auto;
    margin-right: auto;
  }

  .container-5 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-new {
    margin-top: 12px;
    font-size: 30px;
    line-height: 34px;
  }

  .body-2 {
    padding-bottom: 20px;
    overflow: visible;
  }

  .div-block-189 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .div-block-190 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 320px;
    padding-left: 0;
    display: flex;
  }

  .flex-block-2 {
    flex-flow: column;
    display: flex;
  }

  .flex-block-3 {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    min-width: auto;
    max-width: 1920px;
    display: flex;
  }

  .div-block-194 {
    width: 240px;
    min-width: auto;
    height: 40px;
    margin-top: 20px;
  }

  .image-16 {
    max-width: 70%;
  }

  .slide-3 {
    width: 390px;
  }

  .div-block-195 {
    justify-content: center;
    align-items: flex-start;
  }

  .tab-pane-tab-2 {
    width: 100%;
  }

  .div-block-201 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .slider-6 {
    flex-flow: column;
  }

  .paragraph-4 {
    width: 280px;
    padding-left: 0;
    padding-right: 0;
  }

  .accordian-item--one {
    margin-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .wn-text {
    text-align: center;
    font-size: 33px;
    line-height: 34px;
  }

  .div-block-148 {
    width: 90%;
    margin-top: 16px;
    padding-bottom: 25px;
  }

  .accordian-item-2 {
    padding: 12px 10px;
  }

  .div-block-150 {
    width: 320px;
    padding-left: 0;
  }

  .div-block-156 {
    margin-left: 0;
  }

  .line-div-2 {
    margin-left: 10px;
    margin-right: 0;
  }

  .div-block-205 {
    margin-left: 6px;
    margin-right: 6px;
  }

  .div-faq {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .div-block-206 {
    width: auto;
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .bold-text-35 {
    font-size: 14px;
    line-height: 18px;
  }

  .heading-16 {
    padding-left: 0;
    font-size: 16px;
  }

  .faq-section {
    margin-top: 64px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .paragraph-19 {
    width: auto;
  }

  .accordian-item--three {
    margin-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .slide-nav-4 {
    display: flex;
    position: relative;
    top: 0;
  }

  .image-18 {
    display: none;
  }

  .link-block-382 {
    margin-top: 0;
  }

  .link-block-382.w--current {
    justify-content: flex-start;
    align-items: center;
  }

  .image-108 {
    margin-top: -4px;
  }

  .mobile-header {
    z-index: 1000;
    justify-content: space-between;
    align-items: center;
    max-width: 479px;
    height: 64px;
    display: flex;
    position: fixed;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .div-block-428 {
    z-index: 1000;
    flex: 1;
    justify-content: space-between;
    align-items: center;
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .link-block-383 {
    margin-top: 2px;
  }

  .div-block-426 {
    justify-content: flex-start;
    align-items: center;
    margin-right: 0;
    display: flex;
  }

  .link-block-385 {
    text-decoration: none;
  }

  .div-block-431 {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
  }

  .link-block-384 {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    display: block;
  }

  .slide-menu-2 {
    z-index: 2000;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    color: #023373;
    display: block;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .text-block-120 {
    text-decoration: none;
  }

  .div-block-429 {
    padding-bottom: 40px;
  }

  .image-111 {
    max-width: 80%;
  }

  .div-block-434 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    aspect-ratio: auto;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    margin-left: 20px;
    margin-right: auto;
    display: block;
  }

  .bold-text-36 {
    font-weight: 500;
  }

  .link-30 {
    font-weight: 200;
  }

  .div-block-456 {
    border-bottom-color: #38548d;
    margin-top: 0;
  }

  .div-block-457 {
    margin-top: 0;
  }

  .div-block-464 {
    margin-left: 16px;
    margin-right: 16px;
  }

  .div-block-465 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-114 {
    width: auto;
    min-width: 320px;
    max-width: 80%;
  }

  .div-block-466 {
    margin-top: 10px;
  }

  .image-115, .image-116 {
    max-width: 100%;
  }

  .image-118 {
    max-width: 80%;
  }

  .div-block-472 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-119, .image-120, .image-121 {
    max-width: 90%;
  }

  .div-block-473 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-474 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-475 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-122, .image-123, .image-124 {
    width: 16px;
  }

  .image-128 {
    width: 320px;
    min-width: 320px;
    display: inline-block;
    position: static;
  }

  .div-block-477, .div-block-478, .div-block-479, .div-block-480 {
    width: 310px;
    min-width: 240px;
  }

  .div-block-482 {
    justify-content: center;
    align-items: center;
  }

  .div-block-483 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-flow: column;
    display: flex;
  }

  .div-block-488 {
    margin-left: 16px;
  }

  .section-20 {
    margin-top: 102px;
  }

  .div-block-489, .div-block-490 {
    margin-left: 16px;
    margin-right: 16px;
  }

  .div-block-491, .div-block-492 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-131 {
    max-width: 30%;
  }

  .image-132 {
    max-width: 84%;
  }

  .image-133 {
    min-width: 16px;
  }

  .image-134 {
    width: auto;
    min-width: 16px;
  }

  .image-135 {
    width: 0;
    min-width: 16px;
  }

  .image-136, .image-137, .image-138 {
    min-width: 16px;
    margin-top: 2px;
  }

  .html-embed {
    margin-bottom: 0;
  }

  .flex-block-6 {
    width: 100%;
  }

  .div-block-496 {
    display: flex;
  }

  .div-block-497 {
    margin-top: 20px;
  }
}

#w-node-_56377188-aef7-fcdf-dc43-72fc626fa3ba-c784c6bb, #w-node-_3f12313b-f361-5e87-73fe-8fdfcb166c9c-c784c6bb, #w-node-f3855187-ad43-12d7-fe9b-0e0d24499b90-c784c6bb, #w-node-cc639e95-6c90-b65a-896b-e90904998e9c-c784c6bb, #w-node-_5562b935-28a9-8402-f551-db8419ad8d02-c784c6bb, #w-node-_5bcfc7b1-f75f-4186-7a6d-6e6317b6c9e0-c784c6bb, #w-node-d8588d4d-9cde-7d8d-f071-283e94da8dbe-c784c6bb, #w-node-ea41294c-41af-edbe-56e3-5f3b5822d052-c784c6bb, #w-node-bb602877-c516-4db5-3ce8-a7b74a805855-c784c6bb, #w-node-_66c06ce0-ab2f-bd93-fc5f-24cfdbf76c48-c784c6bb, #w-node-_6a357931-a5ff-bf3d-5a32-eaebfedad60b-c784c6bb, #w-node-bc945da8-3ad9-8aa5-d765-8cd7b125cbc1-c784c6bb {
  align-self: start;
  justify-self: start;
}


