:root {
  --orange: #fb923c;
  --yellow: #fbbf24;
  --light-grey: #d1d5db;
  --grey: #4b5563;
  --dark-blue: #0f172a;
  --wight: #fff;
  --light-background: #f9fafb;
  --card-borders: 12px;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.hero {
  background-color: #0f172a;
  padding-top: 150px;
  padding-bottom: 90px;
}

.hero-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.h1 {
  color: #fff;
  text-align: center;
  max-width: 1050px;
  font-family: Hind, sans-serif;
  font-size: 72px;
  font-weight: 700;
  line-height: 76px;
}

.text-span {
  background-image: repeating-linear-gradient(270deg, var(--orange), var(--yellow));
  color: #ffa521;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.h4 {
  color: var(--light-grey);
  text-align: center;
  max-width: 760px;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
}

.h4.dark {
  color: var(--grey);
  font-weight: 400;
}

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

.h4.bolt {
  font-weight: 700;
}

.h4.big {
  max-width: 950px;
}

.body {
  text-align: center;
}

.button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--dark-blue);
  background-image: linear-gradient(135deg, #fbbf24, #fb923c);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 14px 24px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.div-block-3 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.h2 {
  color: var(--dark-blue);
  text-align: center;
  font-family: Hind, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 50px;
}

.h2.wight {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: var(--wight);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.div-block-4 {
  background-color: var(--light-background);
  padding-top: 90px;
  padding-bottom: 90px;
}

.h3 {
  color: var(--dark-blue);
  text-align: left;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

.h3.wight {
  color: var(--wight);
}

.h3.wight.center, .h3.center {
  text-align: center;
}

.h3.big.size {
  width: 300px;
  min-width: 320px;
}

.h3.prise {
  font-size: 24px;
}

.h3.regular {
  font-weight: 300;
}

.body-text {
  color: var(--grey);
  text-align: left;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.body-text.light {
  color: var(--light-grey);
}

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

.body-text.bold {
  font-weight: 700;
}

.body-text.orange {
  color: var(--yellow);
}

.body-text.grey {
  color: var(--grey);
}

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

.body-text.center.card {
  border-radius: var(--card-borders);
  background-color: var(--light-background);
  filter: drop-shadow(0px 0px 4px var(--light-grey));
  max-width: 900px;
  padding: 32px;
}

.body-text.fix {
  max-width: 640px;
}

.body-text.faq {
  max-width: 1160px;
}

.body-text.black {
  color: var(--dark-blue);
}

.text {
  color: var(--grey);
  text-align: left;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.card-wight-left {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-radius: var(--card-borders);
  filter: drop-shadow(0px 0px 4px var(--light-grey));
  background-color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 32px;
  display: flex;
}

.card-wight-left.grey {
  background-color: var(--light-background);
  filter: drop-shadow(0px 0px 4px var(--light-grey));
}

.card-wight-left.forma {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

.div-block-6 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-7 {
  background-color: var(--dark-blue);
  padding-top: 90px;
  padding-bottom: 90px;
}

.div-block-8 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-block {
  color: var(--wight);
}

.div-block-9 {
  color: #ac3838;
  background-color: #aec3f8;
  height: 599px;
}

.grid-2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.div-block-10 {
  background-image: linear-gradient(135deg, var(--yellow), var(--orange));
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  display: flex;
}

.div-block-11 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 24px;
  display: flex;
}

.div-block-12 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-13 {
  background-color: var(--light-background);
  padding-top: 90px;
  padding-bottom: 90px;
}

.div-block-14 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-15 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 90px;
  padding-bottom: 90px;
  display: flex;
}

.grid-3 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  max-width: 1200px;
}

.div-block-16 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.slider-right-arrow {
  color: #444;
}

.mask {
  position: static;
  overflow: visible;
}

.slider-left-arrow {
  color: #444;
}

.section {
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
}

.body-text-2 {
  color: var(--dark-blue);
  text-align: left;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.body-text-2.blue {
  color: #57cfe1;
}

.body-text-2.bolt {
  font-weight: 500;
}

.slider {
  background-color: #0000;
  width: 400px;
  height: 200px;
  position: static;
}

.slider-container {
  width: 100vw;
  min-height: 350px;
  padding: 40px;
  overflow: hidden;
}

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

.slide-content-wrapper {
  background-color: #e1e1e100;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.div-block-138 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--wight);
  filter: drop-shadow(0px 0px 4px var(--light-grey));
  border: 1px solid #ffffff0d;
  border-radius: 12px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 400px;
  min-height: 164px;
  padding: 24px;
  display: flex;
}

.slide-nav {
  color: #000;
  padding-top: 60px;
  inset: 220px 0% 0%;
}

.div-block-139 {
  background-color: var(--light-background);
  padding-top: 90px;
  padding-bottom: 90px;
}

.div-block-140 {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.formaa {
  grid-column-gap: 90px;
  grid-row-gap: 90px;
  justify-content: center;
  align-items: flex-start;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 90px;
  padding-bottom: 90px;
  display: flex;
}

.container-3 {
  background-color: #fff0;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  max-width: 1280px;
  height: 60px;
  display: block;
}

.navbar {
  background-color: var(--dark-blue);
  filter: drop-shadow(0px 0px 2px var(--grey));
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
  height: 60px;
  position: fixed;
  inset: 0% 0% auto;
}

.logo {
  color: #000;
  font-family: Roboto, sans-serif;
  font-size: 22px;
  font-weight: 700;
}

.logo.footer {
  color: #fff;
}

.brand {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.brand.w--current {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
}

.image-6 {
  width: 40px;
  height: 40px;
}

.nav-link-2 {
  color: #fff;
  -webkit-text-decoration-color: var(--yellow);
  text-decoration-color: var(--yellow);
  -webkit-text-decoration-skip-ink: auto;
  text-decoration-skip-ink: auto;
  border: 2px solid #0000;
  border-bottom-width: 3px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  transition: all .25s;
}

.nav-link-2:hover {
  border-bottom-width: 3px;
  border-bottom-color: var(--yellow);
  color: var(--yellow);
  -webkit-text-decoration-color: var(--yellow);
  text-decoration-color: var(--yellow);
  font-weight: 600;
}

.nav-link-2.w--current {
  color: #fff;
  border: 1px solid #0000;
  border-bottom-width: 3px;
}

.nav-link-2.w--current:hover {
  border-bottom-width: 3px;
  border-bottom-color: var(--yellow);
  color: var(--yellow);
}

.nav-link-2.w--current:active {
  color: #fff;
}

.text-span-2 {
  color: var(--wight);
}

.div-block-76 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-79 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  height: auto;
  display: flex;
}

.grid-5 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr .5fr .5fr;
  margin-top: 60px;
  margin-bottom: 60px;
}

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

.text-block-14 {
  text-align: left;
  margin-top: 6px;
}

.text-block-14.middle {
  text-align: left;
}

.div-block-88 {
  background-color: #fff;
  height: 1px;
}

.div-block-82 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.body-text-3 {
  color: #fff;
  text-align: left;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

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

.div-block-85 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  height: auto;
}

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

.h3-2 {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
}

.h3-2.white {
  color: #fff;
  text-align: left;
}

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

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

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

.div-block-87 {
  justify-content: space-between;
  align-items: center;
  margin-top: 24px;
  margin-bottom: 24px;
  display: flex;
}

.footer {
  background-color: #0000004d;
}

.link-block-3 {
  color: #fff;
  text-decoration: none;
}

.link-block-3:hover {
  color: #009f65;
}

.link-block-3.body-text-3:hover {
  color: var(--yellow);
}

.footerr {
  background-color: var(--dark-blue);
}

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

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

.body-text-4 {
  color: #fff;
  text-align: left;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

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

.body-text-4.center.fix {
  max-width: 825px;
}

.text-field {
  border: 1px solid var(--light-grey);
  background-color: var(--light-background);
  color: var(--dark-blue);
  border-radius: 8px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.text-field:focus {
  border-color: var(--yellow);
}

.text-field.new {
  background-color: var(--light-background);
  min-height: 100px;
}

.select-field {
  color: #fff;
  background-color: #0003;
  border: 1px solid #fff3;
  border-radius: 8px;
  justify-content: center;
  align-items: flex-start;
  padding-right: 10px;
  display: block;
}

.h2-2 {
  filter: drop-shadow(0 0 5px #f7258566);
  color: #fff;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
}

.forma {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  background-color: var(--wight);
  filter: drop-shadow(0px 0px 4px var(--light-grey));
  border: 1px solid #ffffff0d;
  border-radius: 12px;
  flex-flow: column;
  max-width: 600px;
  padding: 32px;
  display: flex;
}

.submit-button {
  background-image: linear-gradient(270deg, var(--yellow), #fbb728 37%, var(--orange));
  color: var(--dark-blue);
  border-radius: 8px;
  padding: 16px 20px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.grid-6 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.form {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.div-block-143 {
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.div-block-144 {
  background-color: var(--wight);
  padding-top: 90px;
  padding-bottom: 90px;
}

.div-block-145 {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-146 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-147 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-148, .div-block-149, .div-block-150 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.div-block-151 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 90px;
  padding-bottom: 90px;
  display: flex;
}

.grid-7 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.div-block-152 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--light-background);
  filter: drop-shadow(0px 0px 4px var(--light-grey));
  border-radius: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 32px;
  display: flex;
}

.div-block-152.left {
  justify-content: flex-start;
  align-items: flex-start;
}

.grid-8 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
}

.grid-9 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

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

.div-block-154 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 24px;
  display: flex;
}

.div-block-155 {
  background-color: var(--light-background);
  padding-top: 90px;
  padding-bottom: 90px;
}

.div-block-156 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-157 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.grid-10 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
}

.div-block-158 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--wight);
  filter: drop-shadow(0px 2px 4px var(--light-grey));
  border-radius: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.div-block-159 {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 90px;
  padding-bottom: 90px;
}

.image-93 {
  width: 100%;
}

.h3-3 {
  color: #071b46;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}

.dropdown-list-5 {
  background-color: #ddd0;
  flex-direction: column;
  align-items: stretch;
  display: flex;
  position: relative;
  overflow: hidden;
}

.dropdown-list-5.w--open {
  background-color: #ddd0;
}

.arrow {
  width: 20px;
  height: 20px;
  position: absolute;
  inset: 10px 0 auto auto;
}

.h6 {
  -webkit-text-decoration-skip-ink: auto;
  text-decoration-skip-ink: auto;
  text-decoration: none;
}

.div-block-199-cop-y {
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  width: auto;
  height: auto;
  margin-bottom: 20px;
  padding: 20px 30px 10px;
  transition: all .25s;
  display: block;
}

.div-block-199-cop-y:hover {
  border-color: var(--yellow);
  border-radius: 12px;
}

.text-block-87 {
  color: #2f08f1;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-bottom: 0 solid #0092ca;
  width: auto;
  height: auto;
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  position: static;
  top: 90px;
}

.dropdown-toggle-4-co2py {
  border: 0 solid #2792c9;
  border-bottom-color: #e5e5e5;
  width: 100%;
  padding: 10px 0;
  transition: all .555s;
}

._1-question {
  width: 100%;
}

._1-answer {
  background-color: #0000;
  flex-direction: column;
  align-items: stretch;
  margin-top: 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.div-block-160 {
  background-color: var(--light-background);
  padding-top: 90px;
  padding-bottom: 90px;
}

.div-block-161 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-162 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-radius: var(--card-borders);
  background-color: var(--wight);
  filter: drop-shadow(0px 0px 4px var(--light-grey));
  justify-content: flex-start;
  align-items: flex-start;
  padding: 32px;
  display: flex;
}

.div-block-163 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  padding-top: 32px;
  display: flex;
}

.div-block-164 {
  background-color: var(--dark-blue);
  padding-top: 90px;
  padding-bottom: 90px;
}

.div-block-165 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-166 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-167 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 700px;
  display: flex;
}

.div-block-168 {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-169 {
  filter: drop-shadow(0px 0px 4px var(--grey));
  width: 320px;
}

.image-94 {
  border-radius: 16px;
}

.div-block-170 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 90px;
  padding-bottom: 90px;
  display: flex;
}

.grid-11 {
  grid-column-gap: 88px;
  grid-row-gap: 20px;
  border-radius: var(--card-borders);
  background-image: linear-gradient(135deg, var(--yellow), var(--orange));
  filter: drop-shadow(0px 0px 4px var(--light-grey));
  grid-auto-flow: row;
  padding: 32px;
}

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

.div-block-172 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-173 {
  background-color: var(--light-background);
  padding-top: 90px;
  padding-bottom: 90px;
}

.div-block-174 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-175 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-176 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 600px;
  display: flex;
}

.div-block-177 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 90px;
  padding-bottom: 90px;
  display: flex;
}

.grid-12 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.div-block-178 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-179 {
  background-color: var(--light-background);
  padding-top: 90px;
  padding-bottom: 90px;
}

.div-block-180 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.grid-13 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.div-block-181 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-182 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 90px;
  padding-bottom: 90px;
  display: flex;
}

.div-block-183 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-184 {
  background-color: var(--light-background);
  padding-top: 90px;
  padding-bottom: 90px;
}

.div-block-185 {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.image-95 {
  width: 100%;
}

.h3-4 {
  color: #071b46;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}

.h2-3 {
  color: #071b46;
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  line-height: 40px;
}

.div-block-199-cop-y-2 {
  border: 1px solid var(--light-grey);
  background-color: #fff;
  border-radius: 12px;
  width: auto;
  height: auto;
  margin-bottom: 20px;
  padding: 20px 30px 10px;
  transition: all .25s;
  display: block;
}

.div-block-199-cop-y-2:hover {
  border-width: 1.5px;
  border-color: var(--yellow);
  border-radius: var(--card-borders);
  filter: drop-shadow(0px 0px 4px var(--light-grey));
  margin-bottom: 24px;
}

.text-block-88 {
  color: #2f08f1;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-bottom: 0 solid #0092ca;
  width: auto;
  height: auto;
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  position: static;
  top: 90px;
}

.h6-2 {
  color: #585a61;
  text-align: center;
}

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

.div-block-186 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-187 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-188 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-189 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border: 1px solid var(--yellow);
  border-radius: var(--card-borders);
  background-color: var(--wight);
  filter: drop-shadow(0px 0px 4px var(--light-grey));
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 32px;
  display: flex;
}

.image-96 {
  width: 68px;
}

.div-block-190 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-191 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.grid-14 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
}

.div-block-192 {
  z-index: 3;
}

.div-block-193 {
  max-width: 1000px;
  height: 1000px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.div-block-194 {
  z-index: 33;
  background-color: #f34141;
  width: 200px;
  height: 200px;
  display: block;
  position: absolute;
  inset: 0% auto auto 8%;
}

.div-block-195 {
  z-index: 2;
  background-color: #2643e5;
  width: 200px;
  height: 200px;
  position: absolute;
  left: 46px;
}

.div-block-196 {
  z-index: 4;
  background-color: #0f0;
  width: 200px;
  height: 200px;
  position: absolute;
}

.div-block-197 {
  z-index: 1;
  background-color: #ffe735;
  width: 200px;
  height: 200px;
  position: absolute;
  left: 22px;
}

.div-block-198 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: var(--light-background);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 90px;
  padding-bottom: 90px;
  display: flex;
}

.div-block-199 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.h5 {
  color: var(--dark-blue);
  text-align: left;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.div-block-200 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-201 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 550px;
  display: flex;
}

.div-block-202 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  border-radius: var(--card-borders);
  background-color: var(--wight);
  filter: drop-shadow(0px 0px 4px var(--light-grey));
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 32px;
  display: flex;
}

.div-block-203 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-204 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-205 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 90px;
  padding-bottom: 90px;
  display: flex;
}

.div-block-206 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-207 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .nav-menu {
    background-color: #fff;
  }

  .container-3 {
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-button-2.w--open {
    background-color: #c8c8c800;
  }

  .navbar {
    width: 100%;
  }

  .icon-2 {
    color: #fff;
  }

  .div-block-76 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-5 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    place-items: start center;
  }

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

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

  .div-block-85 {
    justify-content: space-between;
    align-items: center;
    height: auto;
  }

  .div-block-80 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: center;
    align-items: center;
    height: auto;
  }

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

  .div-block-87 {
    text-align: center;
    justify-content: space-between;
    align-items: center;
  }

  .h2-2 {
    font-size: 26px;
  }

  .forma {
    margin-bottom: 90px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .h3-3 {
    font-size: 18px;
  }

  .text-block-87 {
    line-height: 30px;
  }

  .h3-4 {
    font-size: 18px;
  }

  .h2-3 {
    font-size: 28px;
  }

  .text-block-88 {
    line-height: 30px;
  }
}

@media screen and (max-width: 767px) {
  .div-block-152 {
    padding-bottom: 32px;
  }

  .text-block-87, .text-block-88 {
    margin-right: 40px;
    font-size: 22px;
    line-height: 22px;
  }
}

@media screen and (max-width: 479px) {
  .slider-right-arrow {
    margin-right: -40px;
  }

  .div-block-138 {
    max-width: 340px;
  }

  .nav-menu {
    background-color: #000;
  }

  .container-3 {
    justify-content: space-between;
    height: 60px;
    padding: 8px 0;
    display: flex;
  }

  .navbar {
    justify-content: space-between;
    align-items: center;
  }

  .nav-link-2 {
    background-color: #fff0;
  }

  .grid-5 {
    grid-row-gap: 60px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    place-items: start center;
    margin-bottom: 60px;
  }

  .div-block-104 {
    order: -1;
  }

  .text-block-14, .text-block-14.middle {
    text-align: center;
  }

  .div-block-80 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    justify-content: flex-start;
    align-items: center;
    height: auto;
  }

  .div-block-87 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
  }

  .div-block-90 {
    align-items: stretch;
    width: auto;
  }

  .h2-2 {
    font-size: 24px;
    line-height: 32px;
  }

  .grid-6 {
    flex-flow: column;
    align-items: stretch;
  }

  .image-93 {
    width: 79%;
  }

  .h3-3 {
    font-size: 17px;
  }

  .arrow {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .text-block-87 {
    text-align: left;
    white-space: pre-wrap;
    word-break: normal;
    overflow-wrap: normal;
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 18px;
    line-height: 24px;
  }

  .dropdown-toggle-4-co2py {
    padding-bottom: 0;
  }

  ._1-answer {
    margin-top: 10px;
  }

  .image-95 {
    width: 79%;
  }

  .h3-4 {
    font-size: 17px;
  }

  .h2-3 {
    font-size: 20px;
  }

  .text-block-88 {
    text-align: left;
    white-space: pre-wrap;
    word-break: normal;
    overflow-wrap: normal;
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 18px;
    line-height: 24px;
  }

  .div-block-186 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 16px;
    padding-right: 16px;
  }
}

#w-node-bf7cf4be-b1f0-1c47-8741-e5d9902d8b59-902d8b55, #w-node-_2f1e0780-f036-99a9-7f89-b5153a13f783-e7199681, #w-node-_3807afd6-9f14-968c-50f3-2c1aaa79a58c-e7199681, #w-node-_82b7cc09-15fb-278a-2c00-4c714d8ccdea-e7199681, #w-node-_0c9257d6-32e8-af10-ec86-aba485de8187-e7199681 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


