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

.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;
}

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

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

.header {
  width: 1200px;
  margin-top: 1em;
  margin-bottom: 1em;
}

.mut-header-wrapper {
  justify-content: space-between;
  width: 400px;
  align-items: center;
  display: flex;
}

.adv-bar {
  border-bottom: 2px solid #00afbf;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  padding-top: 1em;
  padding-bottom: 1em;
  display: flex;
}

.body {
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  font-family: Lato, sans-serif;
  line-height: 1.6em;
  transition: opacity .2s;
  display: flex;
}

.body:hover {
  mix-blend-mode: normal;
}

.adv-bar-p {
  margin-bottom: 0;
  font-size: 21px;
  line-height: 100%;
}

.header-logo {
  max-height: 70px;
}

.cta-btn {
  color: #000;
  text-align: center;
  cursor: pointer;
  background-color: #f0c21f;
  border: 2px solid #fff;
  border-radius: 30px;
  flex: 0 auto;
  padding: .75em 3em;
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
  transition: all .4s;
}

.cta-btn:hover {
  background-color: #0000;
}

.cta-btn.header-cta-btn {
  font-weight: 700;
}

.cta-btn-color-green {
  color: #008510;
}

.hpt-content {
  width: 1200px;
  margin-top: 0;
}

.main-heading {
  line-height: 120%;
}

.main-subheading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 21px;
  font-weight: 400;
  line-height: 130%;
  text-decoration-style: solid;
}

.article-info {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  margin-top: .5em;
  display: flex;
}

.article-info-p {
  color: #9c9c9c;
  margin-bottom: 0;
}

.hero-img {
  width: 100%;
  max-width: 1200px;
  margin-top: 1em;
}

.img-footnote {
  color: #9c9c9c;
  font-size: 16px;
  line-height: 150%;
}

.advantage-box {
  background-color: #e6f6fc;
  border: 2px solid #fff;
  border-radius: 20px;
  margin-top: 2em;
  margin-bottom: 2em;
  padding: 2em 2em 0;
}

.hpt-1 {
  color: #166c9c;
  font-size: 32px;
  font-weight: 900;
  line-height: 1.3em;
}

.hpt-1.color-trqs {
  color: #00afbf;
  line-height: 120%;
}

.hpt-1.color-trqs.mt-0 {
  color: #2092b8;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 18px;
}

.hpt-1.ta-c {
  color: #2092b8;
  text-align: left;
  line-height: 120%;
}

.hpt-1.cta-box-h {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 120%;
}

.adv-custom-list {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 1em;
  display: flex;
}

.adv-custom-list-item {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  margin-bottom: 20px;
  display: flex;
}

.adv-item-check-mark {
  max-height: 20px;
  margin-top: 5px;
}

.adv-cl-p.mb-0 {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 150%;
}

.cta-box {
  margin-bottom: 2em;
  padding: 0 5em;
}

.cta-box-items {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  justify-content: center;
  align-items: center;
  margin-top: 2em;
  display: flex;
}

.cta-box-item {
  color: #000;
  background-color: #f1f1f1;
  border: 1px solid #000;
  border-radius: 10px;
  padding: 1.25em 1em;
  text-decoration: none;
  transition: all .4s;
}

.cta-box-item:hover {
  background-color: #ffd889;
}

.hpt-p {
  text-align: center;
  padding-top: 10px;
  font-size: 18px;
  line-height: 160%;
}

.hpt-p.mb-0 {
  margin-bottom: 0;
}

.hpt-p.ta-c {
  text-align: center;
  margin-top: 1em;
}

.hpt-p.cta-box-2-item-p {
  text-align: center;
  margin-bottom: 0;
}

.hpt-p.tt-rr-p {
  margin-bottom: 0;
}

.hpt-p.fsz-21 {
  font-size: 21px;
}

.hpt-blockquote {
  border-left: 10px solid #00afbf;
  margin-top: 3em;
}

.hpt-blockquote-inner {
  color: #000;
  background-color: #e5f7f8;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  padding: 2em 3em;
  display: flex;
  position: relative;
}

.blockquote-p {
  text-align: center;
  max-width: 80%;
  margin-bottom: 0;
  font-size: 26px;
  line-height: 150%;
  text-decoration: underline;
}

.bq-img {
  height: 30px;
  position: absolute;
  left: 7%;
}

.bq-img.second {
  left: auto;
  right: 7%;
}

.hpt-cta-box-2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 2em;
  display: flex;
}

.cta-box-head {
  background-color: #01aebd;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 1.5em 2em;
  display: flex;
}

.hpt-cta-box-2-items {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 60%;
  margin-top: 1em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hpt-cta-box-2-item {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  background-color: #f1faff;
  border: 1px solid #0000001a;
  border-radius: 10px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: auto;
  max-width: 32%;
  height: auto;
  padding: 1em 5em;
  text-decoration: none;
  transition: all .4s;
  display: flex;
}

.hpt-cta-box-2-item:hover {
  background-color: #01aebd;
}

.cta-box-2-item-img {
  margin-bottom: 0;
}

.code-embed {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.tariff-table {
  border: 2px solid #000;
  border-radius: 15px;
  overflow: hidden;
}

.tariff-table-row {
  display: flex;
}

.tariff-table-row.bt-2px {
  border-top: 2px solid #000;
}

.tt-left.bg-tiel {
  background-color: #01aebd;
  justify-content: center;
  align-items: center;
  width: 40%;
  padding: 2em;
  display: flex;
}

.tt-right {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 60%;
  padding: 2em;
  display: flex;
}

.tt-left-p {
  color: #fff;
  font-size: 21px;
  line-height: 150%;
}

.tt-right-row {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  display: flex;
}

.tt-rr-img {
  max-height: 20px;
  margin-top: 3px;
}

.highlight {
  color: #01aebd;
}

.list {
  padding-left: 20px;
  font-size: 21px;
}

.tt-blue-line {
  background-color: #005094;
  justify-content: center;
  align-items: center;
  padding: 1.5em;
  display: flex;
}

.blue-line-p {
  color: #fff;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 150%;
}

.tt-bottom-row {
  background-color: #e5f7f8;
  justify-content: center;
  align-items: center;
  padding: 2em;
  display: flex;
}

.insurance-imgs {
  margin: 3em auto;
  display: block;
}

.cta-btn-final-box {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer {
  background-color: #e5f7f8;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  display: flex;
}

.footer-inner {
  justify-content: space-between;
  align-items: flex-start;
  width: 1200px;
  padding-top: 5em;
  padding-bottom: 5em;
  display: flex;
}

.footer-img {
  max-height: 50px;
}

.footer-links {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-flow: column;
  display: flex;
}

.footer-link {
  color: #000;
  text-decoration: none;
}

.insurance-imgs-mobile {
  display: none;
}

.list-2 {
  font-size: 18px;
  line-height: 180%;
}

.heading-8 {
  outline-offset: 0px;
  text-align: center;
  background-color: #02afbe45;
  border-radius: 10px;
  outline: 1px solid #025099;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
  display: flex;
}

.bold-text-4 {
  outline-offset: 0px;
  color: #000;
  text-align: center;
  outline: 3px #c90c0c;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-bottom: 6px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  font-family: Lato, sans-serif;
  font-size: 28px;
  display: flex;
}

.div-block-9 {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.button-11 {
  color: #000;
  text-align: center;
  -webkit-text-stroke-color: #111010;
  background-color: #e41414;
  border-radius: 8px;
  width: 150px;
  height: 60px;
  font-size: 16px;
}

.bold-text-10 {
  font-family: Lato, sans-serif;
}

.button-14 {
  color: #000;
  text-align: center;
  background-color: #e41414;
  border-radius: 8px;
  width: 150px;
  height: 60px;
  font-size: 16px;
}

.bold-text-13 {
  font-family: Lato, sans-serif;
}

.bold-text-11 {
  margin-left: auto;
  margin-right: auto;
  font-family: Lato, sans-serif;
  text-decoration: none;
}

.bold-text-12 {
  font-family: Lato, sans-serif;
}

.button-12 {
  color: #000;
  text-align: center;
  background-color: #e41414;
  border-radius: 8px;
  width: 150px;
}

.button-13 {
  color: #000;
  text-align: center;
  background-color: #e41414;
  border-radius: 8px;
  width: 150px;
  height: 60px;
  font-size: 16px;
}

.button-18 {
  color: #000;
  text-align: center;
  background-color: #e41414;
  border-radius: 8px;
  width: 150px;
  font-size: 16px;
}

.bold-text-16, .bold-text-15 {
  font-family: Lato, sans-serif;
}

.button-15 {
  color: #000;
  text-align: center;
  background-color: #e41414;
  border-radius: 8px;
  width: 150px;
  height: 60px;
  font-size: 16px;
}

.button-17, .button-16 {
  color: #000;
  text-align: center;
  background-color: #e41414;
  border-radius: 8px;
  width: 150px;
  font-size: 16px;
}

.div-block-5 {
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  font-family: Lato, sans-serif;
  font-size: 16px;
  display: flex;
}

.text-block-3 {
  color: #000;
  align-self: center;
  margin-bottom: 7px;
  margin-left: 20px;
  margin-right: auto;
  padding-bottom: 0;
  padding-left: 0;
  font-family: Lato, sans-serif;
  font-size: 18px;
  text-decoration: none;
}

.div-block-10 {
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  font-family: Lato, sans-serif;
  font-size: 16px;
  display: flex;
}

.hpt-cta-box-2-items-2 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  text-align: center;
  flex-flow: wrap;
  place-content: stretch space-around;
  align-items: center;
  width: 90%;
  margin-top: 1em;
  display: flex;
}

.hpt-cta-box-2-item-2 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: #fff;
  border: 1px solid #0000001a;
  border-radius: 20px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 32%;
  max-width: 32%;
  padding: .75em 2em;
  text-decoration: none;
  transition: all .4s;
  display: flex;
}

.hpt-cta-box-2-item-2:hover {
  background-color: #a3cce3;
}

.cta-box-2-item-img-2 {
  margin-bottom: 0;
}

.hpt-p-2 {
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 150%;
}

.hpt-p-2.cta-box-2-item-p {
  text-align: center;
  margin-bottom: 0;
  font-size: 16px;
}

.bold-text-18 {
  color: #080808;
  font-size: 20px;
  font-weight: 700;
}

.paragraph {
  text-align: center;
  margin-bottom: 0;
  font-size: 16px;
}

.l1-cta-box {
  width: 100%;
  margin-top: 5em;
  margin-bottom: .5em;
}

.l1-cta-box._2 {
  margin-top: 0;
}

.l1-cta-box-btn {
  color: #000;
  cursor: pointer;
  background-color: #d4f1f4;
  padding: 1em 1.5em;
  font-size: 21px;
  font-weight: 700;
  transition: all .4s;
}

.l1-cta-box-btn:hover {
  color: #fff;
  background-color: #2172f6;
}

.l1-img {
  width: 100%;
  margin-top: 1em;
}

.bold-text-6 {
  text-decoration: underline;
}

.l1-cta-box-btns {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  padding-top: 2em;
  padding-bottom: 2em;
  display: flex;
}

.bold-text-5 {
  font-size: 18px;
  text-decoration: underline;
}

.l1-hero-img {
  width: 100%;
  margin-top: .5em;
}

.l1-content-logo {
  max-height: 125px;
  margin-top: 5em;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.l1-content-wrapper {
  margin-bottom: 0;
  display: block;
}

.l1-cta-box-heading {
  background-color: #2172f6;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  padding: 2em;
  display: flex;
}

.l1-main-h {
  margin-bottom: .5em;
  line-height: 130%;
}

.italic-text {
  color: #606060;
}

.l1-p {
  margin-top: 20px;
  margin-bottom: 1.25em;
  padding-top: 20px;
  font-size: 18px;
  line-height: 150%;
}

.l1-p.aa-p {
  color: #606060;
  text-align: left;
  margin-bottom: 5px;
  font-size: 14px;
}

.l1-p.footnote {
  color: #939393;
  font-size: 16px;
}

.l1-p.fsz-21 {
  font-size: 21px;
}

.l1-map-cta-box {
  color: #000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none;
  display: flex;
}

.l1-p-link {
  font-weight: 700;
}

.paragraph-2 {
  font-size: 18px;
}

.paragraph-3 {
  font-size: 18px;
  text-decoration: underline;
}

.l1-h2 {
  font-size: 26px;
  line-height: 130%;
}

.l1-h2.mt-0 {
  display: block;
}

.l1-h2.mt-0.tc-white {
  color: #fff;
}

.l1-h2.mt-0.tc-white.ta-c {
  text-align: center;
}

.l1-h2.mt-0.tc-white.ta-c.mb-0 {
  margin-bottom: 0;
  font-size: 29px;
}

.l1-cta-btn-regular {
  text-transform: uppercase;
  cursor: pointer;
  background-color: #2172f6;
  border: 2px solid #2172f6;
  margin-top: -3em;
  margin-left: auto;
  margin-right: auto;
  padding: 1em 1.5em;
  font-size: 21px;
  font-weight: 700;
  line-height: 100%;
  transition: all .4s;
}

.l1-cta-btn-regular:hover {
  color: #2172f6;
  background-color: #0000;
}

.l1-cta-btn-regular._2 {
  text-align: center;
  margin-top: 1.5em;
  margin-bottom: auto;
  font-size: 19px;
  line-height: 140%;
}

.l1-step-box {
  border: 2px solid #000;
  margin-top: 2em;
  margin-bottom: 2em;
  padding: 1em;
}

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

.bold-text-23 {
  text-decoration: underline;
}

.bold-text-24, .paragraph-4 {
  font-size: 18px;
  text-decoration: underline;
}

.l1-header {
  justify-content: center;
  align-items: center;
  padding-top: 1em;
  padding-bottom: 1em;
  display: flex;
}

.l1-header-inner {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 1180px;
  display: flex;
}

.l1-logo {
  max-height: 70px;
}

.l1-header-cta-btn {
  text-align: center;
  text-transform: uppercase;
  background-color: #2172f6;
  border: 2px solid #2172f6;
  border-radius: 50px;
  margin-top: 10px;
  padding: 1em 1.5em;
  font-size: 21px;
  font-weight: 700;
  line-height: 100%;
  transition: all .4s;
}

.l1-header-cta-btn:hover {
  color: #2172f6;
  background-color: #0000;
}

.image {
  width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.image-2 {
  width: 600px;
  margin-bottom: 81px;
}

.image-3 {
  margin-top: 10px;
}

.link-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #000;
  text-align: center;
  background-color: #f09c16;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  margin-left: 0;
  margin-right: auto;
  padding-top: 12px;
  padding-bottom: 12px;
  font-weight: 700;
  display: block;
}

.text-block-8 {
  outline-offset: 0px;
  color: #000;
  text-align: center;
  letter-spacing: 1px;
  border: 1px #00f;
  border-radius: 13px;
  outline: 3px #fff;
  flex: 0 auto;
  margin: 0 auto;
  font-size: 22px;
  text-decoration: underline;
}

.header-2 {
  text-align: center;
  max-width: 1100px;
  margin: 1em auto;
}

.mut-header-wrapper-2 {
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  text-align: center;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.header-logo-2 {
  text-align: center;
  width: 250px;
  max-height: 70px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.link-block-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #000;
  text-align: center;
  background-color: #f09c16;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 12px;
  padding-bottom: 12px;
  font-weight: 700;
  display: block;
}

.text-block-9 {
  outline-offset: 0px;
  color: #000;
  text-align: center;
  letter-spacing: 1px;
  border: 1px #00f;
  border-radius: 13px;
  outline: 3px #fff;
  flex: 0 auto;
  margin: 0 auto;
  font-size: 22px;
  text-decoration: underline;
}

.header-logo-3 {
  text-align: center;
  width: 250px;
  max-height: 70px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

.link-block-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #000;
  text-align: center;
  background-color: #f09c16;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 12px;
  padding-bottom: 12px;
  font-weight: 700;
  display: block;
}

.text-block-10 {
  outline-offset: 0px;
  color: #000;
  text-align: center;
  letter-spacing: 1px;
  border: 1px #00f;
  border-radius: 13px;
  outline: 3px #fff;
  flex: 0 auto;
  margin: 0 auto;
  font-size: 22px;
  text-decoration: underline;
}

.link-block-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #000;
  text-align: center;
  background-color: #f09c16;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 12px;
  padding-bottom: 12px;
  font-weight: 700;
  display: block;
}

.link-block-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #000;
  text-align: center;
  background-color: #f09c16;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  margin-top: -15px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 12px;
  padding-bottom: 12px;
  font-weight: 700;
  display: block;
}

.paragraph-5 {
  color: #000;
  text-align: center;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  line-height: 29px;
}

.text-span-2 {
  font-size: 21px;
  line-height: 50px;
}

.section-2 {
  margin: 20px 0;
}

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

.text-block-5 {
  text-align: left;
  font-size: 21px;
}

.image-6 {
  width: 50px;
}

.container-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.bold-text-38 {
  font-size: 30px;
}

.image-7 {
  width: 50px;
}

.heading-9 {
  text-align: center;
  margin-bottom: 20px;
}

.image-8 {
  width: 50px;
}

.image-9 {
  width: 50px;
  display: block;
}

.image-10 {
  width: 50px;
}

.section-4 {
  background-color: #ebf6fc;
  border-radius: 30px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.image-5 {
  width: 50px;
}

.link {
  text-align: center;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 20px;
  display: block;
}

.link.cta-button {
  color: #000;
  margin-top: 20px;
  text-decoration: none;
}

.bold-text-40, .bold-text-41 {
  font-size: 18px;
}

.button-19 {
  text-align: center;
  background-color: #2092b8;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  margin: 50px 100px;
  padding: 15px 0;
  font-size: 21px;
  line-height: 23px;
  display: block;
}

.button-20 {
  background-color: #2092b8;
  border-radius: 40px;
  margin-bottom: 20px;
  margin-left: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 0;
  font-size: 15px;
}

.bold-text-42 {
  border-radius: 0;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 21px;
  font-weight: 400;
}

.button-21 {
  background-color: #2092b8;
  border-radius: 40px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 0;
  font-size: 15px;
  display: block;
}

.bold-text-43 {
  border-radius: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 21px;
  font-weight: 400;
  display: block;
}

.image-11 {
  text-align: center;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.button-22 {
  text-align: center;
  background-color: #2092b8;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  max-width: 1140px;
  margin: 0 auto 10px;
  padding: 15px 20px;
  font-size: 20px;
  font-weight: 900;
  line-height: 23px;
  display: block;
}

.image-12 {
  width: 930px;
  margin-top: 20px;
}

.image-13 {
  width: 700px;
  margin: 20px auto 40px;
  display: block;
}

.l1-cta-box-btns-2 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin-top: -12px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 2em;
  padding-bottom: 2em;
  display: flex;
}

.section-11 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  place-items: center;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.l1-cta-box-btn-2 {
  color: #000;
  cursor: pointer;
  background-color: #d4f1f4;
  justify-content: center;
  align-items: center;
  padding: 1em 1.5em 1em 1em;
  font-size: 21px;
  font-weight: 700;
  transition: all .4s;
  display: flex;
}

.l1-cta-box-btn-2:hover {
  color: #fff;
  background-color: #2172f6;
}

.list-3 {
  margin-left: 0;
  margin-right: 0;
  padding-left: 60px;
}

.block-quote {
  background-color: #e4e4e4;
  padding-top: 20px;
  padding-bottom: 20px;
  text-decoration: underline;
}

.bold-text-44 {
  text-align: left;
  margin-left: 0;
  margin-right: auto;
}

.container-3 {
  box-sizing: border-box;
  text-align: center;
  object-fit: fill;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  display: flex;
}

.bold-text-45 {
  color: #0e819c;
  text-align: center;
  border-bottom: 3px solid #0e819c;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 8px;
  font-size: 32px;
  display: block;
}

.image-14 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.container-4 {
  margin-left: 0;
  margin-right: auto;
}

.image-15 {
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.bold-text-46 {
  color: #2092b8;
}

.image-16 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-17 {
  margin-bottom: 20px;
}

.list-item-7 {
  font-size: 18px;
}

.list-item-8, .list-item-9, .list-item-10 {
  margin-top: 10px;
  font-size: 18px;
}

.list-item-11, .list-item-12, .list-item-13, .list-item-14 {
  margin-top: 12px;
  font-size: 18px;
}

.advantages {
  text-align: center;
  background-color: #fcc444;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  font-size: 16px;
  line-height: 1.5em;
}

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

.heading-15 {
  color: #166c9c;
}

.heading-16 {
  color: #166c9c;
  margin-bottom: 40px;
  line-height: 1.2em;
}

.advantages-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: center;
}

.advantage-item {
  background-color: #fff;
  border-radius: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
  box-shadow: 0 2px 8px #00000080;
}

.text-block-12 {
  font-size: 28px;
}

.heading-17 {
  color: #166c9c;
  font-size: 20px;
  font-weight: 700;
}

.section-stats {
  background-color: #fafafa;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 0;
}

.container-stats {
  text-align: center;
  max-width: 1140px;
  padding-left: 20px;
  padding-right: 20px;
}

.heading-18 {
  line-height: 4px;
}

.heading-19 {
  color: #166c9c;
  text-align: center;
  max-width: 1200px;
  line-height: 1.2em;
}

.paragraph-11 {
  line-height: 20em;
}

.paragraph-12 {
  text-align: center;
  max-width: 900px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  line-height: 1.7em;
  text-decoration: none;
  display: block;
}

.stats-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: center;
  place-items: center;
  padding: 20px;
  display: flex;
}

.stats-item {
  text-align: center;
  background-color: #fff;
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  padding: 0 24px 10px;
  display: flex;
  box-shadow: 0 4px 12px #000c;
}

.heading-20 {
  color: #166c9c;
}

.heading-21 {
  color: #166c9c;
  font-size: 22px;
  line-height: 1.4em;
}

.paragraph-13 {
  margin-bottom: 0;
  font-size: 15px;
  line-height: 1.5em;
}

.paragraph-14 {
  color: #166c9c;
  font-size: 18px;
}

.paragraph-15 {
  color: #166c9c;
  text-align: center;
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
}

.cta-button {
  color: #000;
  text-align: center;
  background-color: #fcc444;
  border-radius: 50px;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  padding: 28px 14px;
  font-size: 16px;
  font-weight: 700;
  display: block;
}

.bold-text-47 {
  margin-left: 10px;
  margin-right: 10px;
  font-size: 32px;
  font-weight: 900;
}

.section-devis {
  background-color: #f9fbfd;
  padding: 0 20px 20px;
}

.devis-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -webkit-text-fill-color: inherit;
  background-color: #f9fafb;
  background-clip: border-box;
  flex-flow: column-reverse;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 20px 0;
  display: flex;
}

.devis-badge {
  color: #fff;
  text-align: center;
  background-color: #1387a1;
  border-radius: 9999px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  min-width: 200px;
  max-width: 400px;
  padding: 12px 10px;
  font-size: 16px;
  font-weight: 700;
  display: block;
}

.heading-22 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #166c9c;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: none;
  margin: auto;
  font-size: 36px;
  line-height: 1.2em;
  display: block;
}

.devis-title-wrap {
  text-align: center;
  width: 100%;
  max-width: none;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2em;
}

.div-block-14 {
  text-align: center;
  width: 100%;
  max-width: 820px;
}

.devis-badge2 {
  background-color: #0e819c;
  border-radius: 9999px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 1140px;
  height: 55px;
  margin-top: 0;
  padding: 10px 28px;
  display: flex;
  box-shadow: 0 2px 6px #0000001a;
}

.text-block-13 {
  color: #fff;
  text-align: center;
  flex: 0 auto;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.2em;
}

.devis-title {
  color: #166c9c;
  text-align: center;
  max-width: none;
  font-size: 36px;
  line-height: 1.2em;
}

.paragraph-16 {
  font-size: 16px;
}

.paragraph-17 {
  font-size: 17px;
}

.section-ann-e {
  background-color: #f9fbfd;
  padding-top: 10px;
  padding-bottom: 0;
}

.section-12 {
  background-color: #e5f7f8;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  box-shadow: 0 2px 8px #fcc444;
}

.section-13 {
  background-color: #fff;
}

.steps-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.step-item {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: center;
  background-color: #f9fbfc;
  border: 1px solid #e4e7ea;
  border-radius: 10px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 16px 20px;
  display: flex;
  box-shadow: 0 2px 6px #0000000d;
}

.step-icon {
  color: #fff;
  background-color: #0e819c;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  font-size: 18px;
  font-weight: 700;
  display: flex;
}

.bold-text-48, .bold-text-49, .bold-text-50, .bold-text-51 {
  font-size: 18px;
}

.section-v2 {
  background-color: #fff;
  margin-left: 0;
  margin-right: 0;
  padding-top: 80px;
  padding-bottom: 60px;
}

.container-v2 {
  width: 100%;
  max-width: 1140px;
  margin: auto 0;
}

.heading-23 {
  line-height: 44em;
}

.heading-24 {
  font-size: 44px;
  line-height: 1.2em;
}

.paragraph-18, .paragraph-19 {
  font-weight: 700;
}

.badge-v2 {
  background-color: #e8f3f9;
  border-radius: 9999px;
  justify-content: center;
  align-items: center;
  padding: 14px 8px;
  font-weight: 700;
  display: inline-flex;
}

.steps-v2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 9%;
  max-width: 720px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.step-item-v2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #fff;
  border-radius: 12px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 16px 12px;
  display: flex;
  box-shadow: 0 2px 5px #166c9c;
}

.step-icon-v2 {
  color: #fff;
  background-color: #166c9c;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  display: flex;
}

.text-block-14 {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.step-text-v2 {
  color: #1e293b;
  font-size: 16px;
  font-weight: 700;
}

.cta-wrap-v2 {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.cta-v2 {
  color: #1e293b;
  border-radius: 9999px;
  padding: 18px 32px;
  font-size: 18px;
  font-weight: 700;
}

.cta-v2:hover {
  background-color: #e9b33e;
  transform: scale(1.03);
}

.paragraph-20 {
  margin-bottom: 10px;
}

.section-14 {
  background-color: #0000;
  padding-top: 20px;
  padding-bottom: 0;
}

.container-6 {
  max-width: 1100px;
  padding-left: 24px;
  padding-right: 24px;
}

.div-block-15 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

.heading-25 {
  font-size: 44px;
  line-height: 44em;
}

.heading-26 {
  color: #111827;
  text-align: left;
  max-width: 1100px;
  margin: 10px auto 0;
  font-size: 44px;
  line-height: 120%;
}

.paragraph-23 {
  color: #374151;
}

.paragraph-24 {
  color: #374151;
  text-align: left;
  max-width: 1100px;
  margin: 0 auto;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.8em;
}

.btn-btn-primary {
  color: #fff;
  text-align: center;
  background-color: #d32f2f;
  border-radius: 8px;
  padding: 10px 24px;
  font-size: 18px;
  font-weight: 700;
  transition: background-color .2s cubic-bezier(.455, .03, .515, .955);
}

.btn-btn-primary:hover {
  background-color: #b71c1c;
  box-shadow: 0 2px 8px #0003;
}

.muted {
  color: #6b7280;
  padding-top: 0;
  font-size: 18px;
  font-weight: 700;
}

.hero-image {
  background-image: url('../images/IA-assemblee-nationale.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 12px;
  width: 100%;
  min-width: 420px;
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
  line-height: 420px;
  overflow: hidden;
  box-shadow: 0 8px 24px #0003;
}

.image-18 {
  border-radius: 8px;
  width: 100%;
  max-width: 1100px;
  margin-top: 5px;
}

.section-why {
  background-color: #0000;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}

.container-why {
  max-width: 1100px;
}

.heading-27 {
  color: #111827;
  font-size: 36px;
}

.heading-28 {
  color: #111827;
  text-align: center;
  margin-top: 24px;
  font-size: 36px;
}

.paragraph-25 {
  color: #374151;
  font-size: 20px;
}

.paragraph-26 {
  color: #374151;
  text-align: center;
  max-width: 1100px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.8em;
}

.why-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  max-width: 1100px;
  display: flex;
}

.div-item {
  text-align: center;
  background-color: #fff;
  border: 3px solid #d32f2f;
  border-radius: 2px;
  width: 100%;
  max-width: 320px;
  padding: 24px;
  font-size: 18px;
  font-weight: 700;
}

.section-form {
  text-align: center;
  min-width: 1100px;
  max-width: 1100px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.container-form {
  text-align: left;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: none;
  margin: auto;
  padding: 0;
  display: block;
}

.heading-29 {
  color: #111827;
  text-align: left;
  max-width: 1100px;
  margin: auto 0;
  padding: 0;
  font-size: 36px;
  display: block;
}

.paragraph-27 {
  max-width: 1100px;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 700;
}

.text-block-15 {
  margin-top: 20px;
}

.text-block-16 {
  color: #6b7280;
  padding-top: 20px;
  font-size: 18px;
  font-weight: 700;
}

.container-loi {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  min-width: 1100px;
  max-width: 1100px;
  display: flex;
}

.heading-30 {
  text-align: left;
  font-size: 36px;
}

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

.paragraph-28 {
  text-align: left;
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 1.7em;
}

.paragraph-29 {
  font-size: 18px;
  line-height: 1.8em;
}

.heading-31 {
  margin-bottom: 20px;
}

.paragraph-30 {
  font-size: 18px;
  line-height: 1.8em;
}

.paragraph-31 {
  text-align: center;
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 1.7em;
}

.container-7 {
  text-align: left;
  min-width: 1100px;
  max-width: 1100px;
  margin-bottom: 20px;
}

.container-8 {
  text-align: left;
  min-width: 1100px;
  max-width: 1100px;
  margin-bottom: 0;
}

.text-block-17 {
  color: #6b7280;
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.container-9 {
  text-align: center;
  margin-top: 20px;
}

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

@media screen and (min-width: 1280px) {
  .cta-btn._2 {
    margin-left: auto;
    margin-right: auto;
  }

  .hpt-cta-box-2-item {
    width: auto;
    height: auto;
    padding: 1em 5em;
  }

  .list-2._2 {
    list-style-type: disc;
  }

  .bold-text-4 {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
  }

  .div-block-9 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: .5fr .5fr .5fr .5fr;
    grid-auto-columns: 1fr;
    place-items: center stretch;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    display: grid;
  }

  .div-block-5 {
    margin-left: 17%;
  }

  .text-block-3 {
    line-height: 150%;
  }

  .div-block-10 {
    margin-left: 17%;
  }

  .text-span {
    color: #f31010;
  }

  .list-item-13, .list-item-14 {
    margin-top: 12px;
  }

  .hero-image {
    min-height: 420px;
  }
}

@media screen and (min-width: 1440px) {
  .body {
    border: 1px solid #fff;
  }

  .cta-btn.header-cta-btn {
    background-color: #f0c21f;
    border-radius: 8px;
    font-weight: 900;
  }

  .cta-btn-color-green {
    color: #166c9c;
    font-weight: 900;
  }

  .main-heading {
    font-weight: 900;
    line-height: 140%;
  }

  .main-subheading {
    font-size: 22px;
    line-height: 140%;
  }

  .article-info-p {
    font-size: 16px;
    font-weight: 700;
  }

  .hero-img {
    overflow: clip;
  }

  .img-footnote {
    font-weight: 700;
    line-height: 160%;
  }

  .advantage-box {
    background-color: #e6f8f8;
    border-radius: 20px;
  }

  .hpt-cta-box-2-item {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: auto;
    height: auto;
    padding-top: 1em;
    padding-left: 6em;
    padding-right: 6em;
  }

  .container-2 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin-bottom: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .image-9 {
    width: 46px;
  }

  .div-block-11 {
    text-align: center;
    background-color: #fcc444;
    border: 1px solid #fdc444;
    border-radius: 5px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 40px;
    font-size: 35px;
    font-weight: 900;
  }

  .div-block-12 {
    border: 5px solid #166c9c;
    border-radius: 5px;
    padding: 20px 40px;
  }

  .grid {
    grid-template: "Area-2 Area"
    / 1fr 1fr 1fr;
  }

  .div-block-13 {
    background-color: #e7f9f8;
    border-radius: 5px;
  }

  .text-block-11 {
    font-size: 20px;
    line-height: 25px;
  }

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

  .hero-image {
    min-height: 420px;
  }

  .section-15, .section-16 {
    margin-top: 20px;
  }
}

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

  .mut-header-wrapper {
    padding-left: 1em;
    padding-right: 1em;
  }

  .header-logo {
    max-height: 50px;
  }

  .cta-btn {
    font-size: 16px;
  }

  .hpt-content {
    width: 100%;
    padding-left: 1em;
    padding-right: 1em;
  }

  .cta-box {
    margin-top: 3em;
    margin-bottom: 3em;
    padding-left: 2em;
    padding-right: 2em;
  }

  .hpt-cta-box-2-items {
    grid-column-gap: .8em;
    grid-row-gap: .8em;
    justify-content: center;
    align-items: flex-start;
    width: auto;
  }

  .hpt-cta-box-2-item {
    max-width: 40%;
  }

  .blue-line-p {
    text-align: center;
  }

  .footer-inner {
    padding-left: 2em;
    padding-right: 2em;
  }

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

  .heading-8 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .bold-text-4 {
    margin-right: 10px;
    padding-left: 4px;
    padding-right: 4px;
    font-size: 24px;
  }

  .div-block-5, .div-block-10 {
    margin-left: 1%;
  }

  .hpt-cta-box-2-items-2 {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 40px;
  }

  .hpt-cta-box-2-item-2 {
    grid-column-gap: 2.5em;
    grid-row-gap: 2.5em;
    justify-content: flex-start;
    align-items: center;
    width: 48%;
    max-width: 48%;
    padding: 3em;
    font-size: 6px;
  }

  .hpt-p-2 {
    margin: 7px 0 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
  }

  .l1-content-wrapper {
    width: 100%;
    padding-left: 1em;
    padding-right: 1em;
  }

  .l1-cta-btn-regular {
    font-size: 18px;
  }

  .l1-header-inner {
    width: 100%;
    padding-left: 1em;
    padding-right: 1em;
  }

  .l1-header-cta-btn {
    font-size: 18px;
  }

  .link-block {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .text-block-8 {
    letter-spacing: 0;
    font-size: 23px;
  }

  .header-2 {
    width: 100%;
  }

  .mut-header-wrapper-2 {
    padding-left: 1em;
    padding-right: 1em;
  }

  .header-logo-2 {
    width: 210px;
    max-height: 50px;
  }

  .link-block-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .text-block-9 {
    letter-spacing: 0;
    font-size: 23px;
  }

  .header-logo-3 {
    width: 210px;
    max-height: 50px;
  }

  .link-block-3 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .text-block-10 {
    letter-spacing: 0;
    font-size: 23px;
  }

  .link-block-4, .link-block-5 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .paragraph-5 {
    font-size: 15px;
    line-height: 20px;
  }

  .text-span-2 {
    font-size: 18px;
  }

  .heading-13 {
    font-size: 35px;
  }

  .text-block-5 {
    font-size: 19px;
  }

  .image-6 {
    width: 40px;
  }

  .container-2 {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .bold-text-38 {
    font-size: 27px;
  }

  .image-7 {
    width: 40px;
  }

  .heading-9 {
    font-size: 30px;
  }

  .image-8, .image-9, .image-10 {
    width: 40px;
  }

  .section-4 {
    margin-left: 60px;
    margin-right: 60px;
    padding: 20px;
  }

  .image-5 {
    width: 40px;
  }

  .button-19 {
    margin-left: 60px;
    margin-right: 60px;
    padding: 10px 40px;
    font-size: 18px;
    line-height: 20px;
  }

  .button-20 {
    margin-left: 60px;
    margin-right: 60px;
    padding: 10px 40px;
  }

  .bold-text-42 {
    font-size: 18px;
  }

  .button-21 {
    margin-left: 60px;
    margin-right: 60px;
    padding: 10px 40px;
  }

  .bold-text-43 {
    font-size: 18px;
  }

  .button-22 {
    margin-left: 60px;
    margin-right: 60px;
    padding: 10px 40px;
    font-size: 18px;
    line-height: 20px;
  }

  .l1-cta-box-btns-2 {
    grid-column-gap: 2.1em;
    grid-row-gap: 2.1em;
    text-align: center;
    justify-content: space-between;
    align-items: center;
    width: auto;
    height: auto;
    margin: 20px 40px 10px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 13px;
    line-height: 23px;
  }

  .section-11 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: center;
    width: auto;
    display: grid;
  }

  .l1-cta-box-btn-2 {
    text-align: center;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    width: auto;
    display: flex;
  }

  .heading-26 {
    max-width: 750px;
  }

  .paragraph-24 {
    max-width: 900px;
  }

  .container-why, .why-grid {
    max-width: 750px;
  }

  .section-form, .container-loi, .container-7, .container-8 {
    min-width: 700px;
    max-width: 750px;
  }
}

@media screen and (max-width: 767px) {
  .hpt-1.cta-box-h {
    text-align: center;
  }

  .cta-box {
    padding-left: 0;
    padding-right: 0;
  }

  .cta-box-items {
    grid-column-gap: .7em;
    grid-row-gap: .7em;
  }

  .hpt-p.mb-0 {
    font-size: 15px;
  }

  .hpt-p.cta-box-2-item-p {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    display: flex;
  }

  .hpt-cta-box-2-items {
    grid-column-gap: 1.2em;
    grid-row-gap: 1.2em;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    width: auto;
    height: auto;
    display: flex;
  }

  .hpt-cta-box-2-item {
    max-width: 31%;
    font-size: 10px;
  }

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

  .heading-8 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .div-block-9 {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 10px;
    margin-left: 100px;
    margin-right: 60px;
    display: grid;
  }

  .hpt-cta-box-2-items-2 {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    justify-content: center;
    align-self: center;
    align-items: center;
    margin-top: 1em;
    margin-left: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hpt-cta-box-2-item-2 {
    grid-column-gap: 3.2em;
    grid-row-gap: 3.2em;
    background-color: #fff;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: none;
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .cta-box-2-item-img-2 {
    padding-left: 20px;
  }

  .hpt-p-2 {
    margin-top: 10px;
    font-size: 14px;
  }

  .hpt-p-2.cta-box-2-item-p {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .link-block {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .text-block-8 {
    font-size: 19px;
  }

  .header-2 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .mut-header-wrapper-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .header-logo-2 {
    width: 180px;
  }

  .link-block-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .text-block-9 {
    font-size: 19px;
  }

  .header-logo-3 {
    width: 180px;
  }

  .link-block-3 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .text-block-10 {
    font-size: 19px;
  }

  .link-block-4, .link-block-5 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .paragraph-5 {
    font-size: 14px;
  }

  .text-span-2 {
    font-size: 15px;
  }

  .heading-13 {
    font-size: 25px;
  }

  .text-block-5 {
    font-size: 15px;
  }

  .paragraph-9, .paragraph-6, .paragraph-8 {
    font-size: 12px;
  }

  .bold-text-38 {
    font-size: 24px;
  }

  .paragraph-10, .bold-text-39, .paragraph-7 {
    font-size: 12px;
  }

  .section-4 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .link {
    font-size: 15px;
  }

  .button-19 {
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 40px;
    font-size: 15px;
    line-height: 20px;
  }

  .button-20 {
    margin-left: 40px;
    margin-right: 40px;
  }

  .bold-text-42 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 15px;
    line-height: 20px;
  }

  .button-21 {
    margin-left: 40px;
    margin-right: 40px;
  }

  .bold-text-43 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 15px;
    line-height: 20px;
  }

  .button-22 {
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 40px;
    font-size: 15px;
    line-height: 20px;
  }

  .l1-cta-box-btns-2 {
    grid-column-gap: 3.4em;
    grid-row-gap: 3.4em;
    justify-content: center;
    align-items: center;
    height: 290px;
    margin-bottom: 5px;
    margin-left: 40px;
    margin-right: 40px;
    font-size: 0;
  }

  .section-11 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-flow: row;
    width: 700px;
  }

  .l1-cta-box-btn-2 {
    width: 150px;
    font-size: 15px;
    display: block;
  }

  .section-why {
    text-align: center;
    max-width: 550px;
  }

  .container-why {
    text-align: center;
    min-width: 500px;
    max-width: none;
  }

  .why-grid {
    text-align: center;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .div-item {
    text-align: center;
    max-width: 450px;
    padding: 15px;
  }

  .section-form {
    min-width: 500px;
    max-width: none;
  }

  .container-loi, .container-7, .container-8 {
    min-width: 500px;
  }
}

@media screen and (max-width: 479px) {
  .mut-header-wrapper {
    margin-top: 20px;
  }

  .adv-bar {
    padding-top: .5em;
    padding-bottom: 0;
  }

  .body {
    margin-left: .5em;
    margin-right: .5em;
  }

  .header-logo {
    max-height: 35px;
  }

  .cta-btn {
    width: 100%;
    margin-bottom: 0;
    padding: .8em 4em;
    font-size: 14px;
  }

  .cta-btn.header-cta-btn {
    width: auto;
    padding: .5em 2em;
    font-size: 12px;
  }

  .hpt-content {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    margin-top: 0;
    display: block;
  }

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

  .main-subheading {
    font-size: 16px;
  }

  .article-info {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    flex-flow: column;
    margin-top: .5em;
  }

  .article-info-p, .img-footnote {
    font-size: 10px;
  }

  .advantage-box {
    margin-top: 1em;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .hpt-1 {
    margin-top: 0;
    font-size: 16px;
    line-height: 20px;
  }

  .hpt-1.color-trqs.mt-0 {
    font-size: 16px;
  }

  .hpt-1.ta-c {
    text-align: left;
  }

  .hpt-1.cta-box-h {
    font-size: 21px;
    line-height: 120%;
  }

  .adv-custom-list {
    line-height: 10px;
  }

  .adv-custom-list-item {
    margin-bottom: 20px;
  }

  .adv-cl-p.mb-0 {
    font-size: 14px;
  }

  .cta-box {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
  }

  .cta-box-items {
    grid-column-gap: .7em;
    grid-row-gap: .7em;
    flex-flow: wrap;
    margin-top: 1em;
  }

  .cta-box-item {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: auto;
    padding: .7em 1.5em;
    display: flex;
  }

  .hpt-p {
    font-size: 14px;
  }

  .hpt-p.tt-rr-p {
    font-size: 13px;
  }

  .hpt-p.fsz-21 {
    margin-bottom: 0;
    font-size: 15px;
  }

  .hpt-blockquote {
    margin-top: 1em;
  }

  .hpt-blockquote-inner {
    padding-left: 3em;
  }

  .blockquote-p {
    max-width: 100%;
    font-size: 15px;
  }

  .bq-img.first {
    left: 3%;
  }

  .bq-img.second {
    right: 3%;
  }

  .hpt-cta-box-2 {
    margin-top: 2em;
  }

  .cta-box-head {
    width: auto;
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .hpt-cta-box-2-items {
    margin-left: auto;
    margin-right: auto;
  }

  .hpt-cta-box-2-item {
    max-width: 49%;
    padding-left: 2em;
    padding-right: 2em;
  }

  .tariff-table {
    background-color: #fff;
    background-image: linear-gradient(0deg, #e5f7f8 19%, #fff 23%);
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    display: flex;
  }

  .tariff-table-row {
    flex-flow: column;
  }

  .tt-left.bg-tiel {
    width: 100%;
    padding-top: .5em;
    padding-bottom: .5em;
  }

  .tt-right {
    grid-column-gap: .4em;
    grid-row-gap: .4em;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 1em;
    padding-bottom: 1em;
    padding-left: 2em;
  }

  .tt-left-p {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding-top: 10px;
    display: flex;
  }

  .tt-right-row {
    grid-column-gap: .7em;
    grid-row-gap: .7em;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

  .tt-rr-img {
    margin-top: 0;
    font-size: 13px;
  }

  .list {
    margin-bottom: 5px;
    padding-left: 0;
  }

  .tt-blue-line {
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .blue-line-p {
    font-size: 17px;
    line-height: 140%;
  }

  .tt-bottom-row {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0;
  }

  .insurance-imgs.mobile-turn-off {
    display: none;
  }

  .footer-inner {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    padding-top: .5em;
  }

  .footer-links {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    margin-top: 2em;
  }

  .bold-text {
    font-size: 17px;
    line-height: 90%;
  }

  .insurance-imgs-mobile {
    margin-top: 0;
    margin-bottom: 0;
    display: block;
  }

  .bold-text-2 {
    font-size: 20px;
  }

  .list-2 {
    font-size: 14px;
  }

  .heading-8 {
    width: auto;
    height: auto;
    margin: 30px 10px 10px;
    line-height: 25px;
  }

  .bold-text-4 {
    margin-bottom: 8px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 8px;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 18px;
    line-height: 25px;
  }

  .div-block-9 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: stretch center;
    width: auto;
    height: auto;
    margin-bottom: 10px;
    margin-left: 35px;
    margin-right: 20px;
    display: grid;
  }

  .bold-text-10, .bold-text-11, .bold-text-12 {
    font-family: Lato, sans-serif;
  }

  .div-block-5 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    align-items: flex-start;
    min-width: auto;
    min-height: auto;
    margin-left: 10px;
    margin-right: 10px;
    display: flex;
  }

  .text-block-3 {
    margin-bottom: 5px;
    margin-left: 10px;
    padding-left: 0;
    font-size: 14px;
  }

  .div-block-10 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    align-items: flex-start;
    min-width: auto;
    min-height: auto;
    margin-left: 10px;
    margin-right: 10px;
    display: flex;
  }

  .list-item, .list-item-2, .list-item-3, .list-item-4, .list-item-5, .list-item-6 {
    font-size: 14px;
  }

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

  .hpt-cta-box-2-items-2 {
    width: auto;
    margin-top: 1.5em;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 8px;
  }

  .hpt-cta-box-2-item-2 {
    grid-column-gap: 1.7em;
    grid-row-gap: 1.7em;
    margin-left: 0;
    margin-right: 0;
    padding: 2em;
  }

  .cta-box-2-item-img-2 {
    padding-left: 0;
  }

  .hpt-p-2 {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 0;
    line-height: 127%;
  }

  .hpt-p-2.cta-box-2-item-p {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 0;
    font-size: 14px;
  }

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

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

  .bold-text-20 {
    font-size: 14px;
  }

  .l1-cta-box {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .l1-cta-box-btn {
    text-align: center;
    width: 47%;
    font-size: 18px;
  }

  .l1-content-logo {
    max-height: 75px;
  }

  .l1-content-wrapper {
    margin-top: -30px;
  }

  .l1-cta-box-heading {
    margin-top: 18px;
  }

  .l1-main-h {
    font-size: 22px;
  }

  .bold-text-21 {
    white-space: normal;
  }

  .l1-p {
    padding-top: 0;
    font-size: 14px;
  }

  .l1-p.fsz-21 {
    font-size: 19px;
  }

  .bold-text-3 {
    font-size: 18px;
  }

  .l1-h2.mt-0 {
    font-size: 16px;
    font-weight: 400;
  }

  .l1-h2.mt-0.tc-white.ta-c.mb-0 {
    font-size: 25px;
  }

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

  .l1-cta-btn-regular {
    text-align: center;
    line-height: 130%;
  }

  .l1-cta-btn-regular._2 {
    text-align: center;
    letter-spacing: 0;
    white-space: normal;
    word-break: normal;
    min-width: 0;
    min-height: 0;
    margin-bottom: 0;
    font-size: 19px;
    line-height: 140%;
  }

  .l1-step-box {
    margin-bottom: 4.5em;
  }

  .bold-text-25 {
    white-space: normal;
  }

  .bold-text-26 {
    font-size: 18px;
  }

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

  .bold-text-27 {
    text-align: center;
    width: 0;
  }

  .l1-header-inner {
    flex-flow: wrap;
    justify-content: space-between;
    align-items: center;
    display: block;
  }

  .l1-header-cta-btn {
    float: right;
    clear: none;
    text-align: center;
    flex-flow: column;
    flex: none;
    justify-content: center;
    align-items: center;
    width: 150px;
    margin: 10px auto auto;
    padding-left: 1em;
    padding-right: 1em;
    font-size: 12px;
    text-decoration: none;
    display: flex;
    position: static;
  }

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

  .image-3 {
    float: left;
    clear: both;
    flex: 1;
    order: -1;
    align-self: flex-end;
    width: 120px;
    margin: 10px auto auto;
    display: block;
  }

  .bold-text-29 {
    line-height: 140%;
  }

  .bold-text-30 {
    text-align: center;
    font-size: 17px;
    line-height: 140%;
  }

  .bold-text-31 {
    font-size: 17px;
    line-height: 139%;
  }

  .bold-text-32 {
    font-size: 20px;
  }

  .bold-text-33 {
    font-size: 15px;
  }

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

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

  .link-block {
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-block-8 {
    margin-top: 0;
    margin-bottom: 0;
    padding: 2px;
    font-size: 12px;
  }

  .header-2 {
    margin-left: 0;
    margin-right: 0;
  }

  .mut-header-wrapper-2 {
    justify-content: flex-start;
    align-items: center;
    padding-left: .5em;
    padding-right: 0;
  }

  .header-logo-2 {
    width: 140px;
    max-height: 35px;
  }

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

  .link-block-2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-block-9 {
    margin: 0;
    padding: 2px 10px;
    font-size: 12px;
  }

  .header-logo-3 {
    width: 140px;
    max-height: 35px;
  }

  .link-block-3 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-block-10 {
    margin-top: 0;
    margin-bottom: 0;
    padding: 2px;
    font-size: 12px;
  }

  .link-block-4, .link-block-5 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .paragraph-5 {
    color: orange;
    text-align: center;
    margin-top: 10px;
    font-size: 11px;
    line-height: 13px;
  }

  .text-span-2 {
    font-size: 14px;
  }

  .section-2 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .heading-13 {
    margin-top: 10px;
    font-size: 20px;
    line-height: 23px;
  }

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

  .bold-text-37, .paragraph-9 {
    font-size: 11px;
    line-height: 16px;
  }

  .image-6 {
    width: 35px;
  }

  .paragraph-6 {
    font-size: 11px;
    line-height: 16px;
  }

  .container-2 {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 14px;
  }

  .paragraph-8 {
    font-size: 11px;
    line-height: 16px;
  }

  .bold-text-38 {
    font-size: 20px;
    line-height: 10px;
  }

  .bold-text-39 {
    font-size: 11px;
    line-height: 16px;
  }

  .image-7 {
    width: 35px;
  }

  .heading-9 {
    font-size: 20px;
    line-height: 26px;
  }

  .paragraph-7 {
    font-size: 11px;
    line-height: 16px;
  }

  .image-8, .image-9, .image-10 {
    width: 35px;
  }

  .section-4 {
    margin-bottom: 10px;
    margin-left: 5px;
    margin-right: 5px;
    padding: 10px 5px;
  }

  .image-5 {
    width: 35px;
  }

  .link {
    font-size: 13px;
  }

  .bold-text-40, .bold-text-41 {
    font-size: 15px;
  }

  .button-19 {
    margin-bottom: 20px;
    margin-left: 5px;
    margin-right: 5px;
    padding: 10px 20px;
    font-size: 13px;
    line-height: 16px;
  }

  .button-20 {
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 5px;
    padding-right: 5px;
    line-height: 16px;
  }

  .bold-text-42 {
    font-size: 13px;
    line-height: 14px;
  }

  .button-21 {
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 5px;
    padding-right: 5px;
    line-height: 16px;
  }

  .bold-text-43 {
    font-size: 13px;
    line-height: 14px;
  }

  .button-22 {
    margin-bottom: 20px;
    margin-left: 5px;
    margin-right: 5px;
    padding: 10px 20px;
    font-size: 13px;
    line-height: 16px;
  }

  .image-13 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .l1-cta-box-btns-2 {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 540px;
    margin: auto 20px -45px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-11 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-items: center;
    width: 500px;
    height: 450px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    display: grid;
  }

  .l1-cta-box-btn-2 {
    text-align: center;
    width: 100%;
    height: 60px;
    margin-top: -3px;
    padding-top: .9em;
    font-size: 16px;
  }

  .list-3 {
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .bold-text-45 {
    margin-top: 30px;
    font-size: 22px;
  }

  .list-item-7, .list-item-8, .list-item-9, .list-item-10 {
    margin-top: 12px;
    font-size: 14px;
  }

  .list-item-11, .list-item-12 {
    font-size: 14px;
  }

  .list-item-13, .list-item-14 {
    margin-top: 12px;
    font-size: 14px;
  }

  .advantages {
    padding-top: 0;
  }

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

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

  .advantage-item {
    padding: 5px;
  }

  .heading-17 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
  }

  .section-stats {
    padding-top: 0;
  }

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

  .paragraph-12 {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.2em;
  }

  .stats-grid {
    flex-flow: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .stats-item {
    padding-bottom: 0;
    padding-left: 5px;
    padding-right: 5px;
  }

  .heading-21 {
    font-size: 16px;
  }

  .paragraph-13 {
    font-size: 14px;
  }

  .bold-text-47 {
    font-size: 22px;
  }

  .devis-badge2 {
    width: 250px;
  }

  .devis-title {
    margin-top: 10px;
    font-size: 22px;
  }

  .paragraph-17 {
    margin-bottom: 0;
    font-size: 14px;
  }

  .section-ann-e {
    padding-top: 0;
  }

  .steps-wrapper {
    flex-flow: column;
  }

  .paragraph-20, .paragraph-21, .paragraph-22 {
    font-size: 14px;
  }

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

  .heading-26 {
    margin-top: 0;
    font-size: 25px;
  }

  .paragraph-24 {
    font-size: 13px;
    line-height: 1.6em;
  }

  .btn-btn-primary {
    width: 200px;
    padding: 5px;
    font-size: 16px;
  }

  .muted {
    text-align: center;
    font-size: 10px;
  }

  .image-18 {
    margin-top: 0;
  }

  .container-why {
    min-width: 250px;
  }

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

  .paragraph-26 {
    font-size: 13px;
    line-height: 1.6em;
  }

  .div-item {
    padding: 15px;
    font-size: 13px;
    line-height: 1.5em;
  }

  .section-form {
    min-width: 250px;
    padding-top: 5px;
    padding-bottom: 0;
  }

  .heading-29 {
    font-size: 22px;
    line-height: 24px;
  }

  .paragraph-27 {
    font-size: 13px;
  }

  .text-block-16 {
    text-align: center;
    padding-top: 15px;
    font-size: 13px;
  }

  .container-loi {
    min-width: 250px;
  }

  .heading-30 {
    font-size: 22px;
    line-height: 24px;
  }

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

  .paragraph-28 {
    font-size: 13px;
    line-height: 1.6em;
  }

  .paragraph-29 {
    font-size: 13px;
    line-height: 1.2em;
  }

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

  .paragraph-30 {
    margin-bottom: 5px;
    font-size: 13px;
    line-height: 1.6em;
  }

  .paragraph-31 {
    font-size: 13px;
  }

  .container-7, .container-8 {
    min-width: 250px;
  }

  .text-block-17 {
    font-size: 7px;
  }

  .heading-32 {
    font-size: 22px;
    line-height: 24px;
  }

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

#w-node-_867e2f85-83dc-3db1-2dba-767fd1af3544-7e6670a0, #w-node-b9ceba87-0fda-f3df-b3fb-e482f2f9558b-7e6670a0, #w-node-_30842de8-2197-3255-9d94-51ba8a79e2f2-7e6670a0 {
  justify-self: center;
}

#w-node-_2cb55d0d-200d-c74a-4d26-e714ac6992a9-7e6670a0, #w-node-e95c693d-f248-eda6-b54c-8955622d445e-098964db {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


