:root {
  --dodger-blue: white;
  --dim-grey: #4a4f54;
  --alice-blue: #edf8fd;
  --light-green: #89dc65;
  --black-2: #333;
  --dark-slate-blue: #0047ba;
  --black: #333;
}

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

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

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

.container {
  flex-direction: row;
  justify-content: space-around;
  max-width: 1240px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.button {
  color: #4a4f54;
  text-align: center;
  background-color: #89dc65;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  width: 130px;
  height: 36px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.div-block {
  grid-column-gap: 2px;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image {
  max-width: 164px;
}

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

.section {
  background-image: none;
  background-position: 0 0;
  background-size: auto;
}

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

.heading {
  color: #fff;
  margin-top: 0;
  margin-bottom: 27px;
  padding: 0;
  font-family: Montserrat, sans-serif;
  font-size: 35px;
  line-height: 43px;
}

.paragraph {
  color: #fff;
  max-width: 90%;
  margin-bottom: 0;
  padding-top: 25px;
  padding-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 42px;
}

.paragraph-2 {
  color: #fff;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
}

.heading-2 {
  color: #0047ba;
  font-family: Montserrat, sans-serif;
  font-size: 38px;
  line-height: 47px;
}

.container-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 1240px;
  max-width: none;
  display: flex;
}

.section-2 {
  background-image: url('../images/bg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px;
}

.div-block-3 {
  background-color: var(--dodger-blue);
  border-top-right-radius: 100px;
  border-bottom-left-radius: 100px;
  width: 100%;
  max-width: 642px;
  min-height: 644px;
  margin-bottom: -202px;
  padding: 55px 45px;
  box-shadow: 0 3px 16px -2px #0003;
}

.quick-stack {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  padding: 0;
}

.text-span {
  white-space: nowrap;
}

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

.container-4 {
  max-width: 1213px;
  display: flex;
  position: relative;
}

.cell-2 {
  justify-content: flex-end;
  align-items: flex-end;
}

.image-2 {
  max-width: 744px;
}

.div-block-3-copy {
  background-color: #f4fafd;
  border-top-right-radius: 100px;
  border-bottom-left-radius: 100px;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  padding: 60px 40px 40px;
  display: flex;
}

.heading-2-copy {
  color: #0047ba;
  font-family: Montserrat, sans-serif;
  font-size: 36px;
  line-height: 42px;
}

.paragraph-3 {
  color: #4a4f54;
  text-align: center;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 25px;
}

.div-block-4 {
  position: absolute;
  top: 8%;
  right: 0;
}

.heading-3 {
  color: #89dc65;
  text-align: left;
  font-size: 28px;
  line-height: 42px;
}

.div-block-5 {
  justify-content: center;
  padding-top: 40px;
  padding-left: 20%;
  display: flex;
}

.div-block-6 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 630px;
  margin-bottom: 60px;
  margin-left: 20%;
  padding-bottom: 0;
  display: flex;
}

.div-block-7 {
  grid-column-gap: 20px;
  max-width: 400px;
  padding-bottom: 35px;
  display: flex;
}

.text-block {
  color: #009ade;
  padding-top: 5px;
  font-size: 18px;
  font-weight: 900;
  line-height: 18px;
}

.text-block-2 {
  color: #4a4f54;
  align-items: flex-start;
  max-width: 340px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  display: flex;
}

.div-block-8 {
  font-family: Montserrat, sans-serif;
}

.div-block-9 {
  align-items: flex-start;
  display: flex;
}

.section-3 {
background: linear-gradient(90deg, #003B5C 0%, #0047BA 50%, #009ADE 100%);

  padding: 40px 20px;
}

.text-block-3 {
  color: #fff;
  padding: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
}

.link {
  color: #fff;
  font-family: Montserrat, sans-serif;  font-size: 14px;
  line-height: 140%;
  text-decoration: none;
}

.text-block-4 {
  color: #fff;
  font-size: 20px;
}

.text-span-2 {
  white-space: nowrap;
  padding-left: 3px;
  padding-right: 3px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 25px;
}

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

.container-copy {
  flex-direction: row;
  justify-content: space-around;
  width: 86%;
  max-width: none;
  padding: 0;
  display: flex;
}

.div-block-copy {
  grid-column-gap: 2px;
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  display: flex;
}

.heading-2-copy {
  color: #0085d5;
  margin: 0 0 15px;
  padding-left: 0;
  font-family: Roboto, sans-serif;
  font-size: 27px;
  line-height: 40px;
}

.heading-2-copy-copy {
  color: #0047ba;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 24px;
}

.button-2 {
  color: #4a4f54;
  background-color: #89dc65;
  justify-content: center;
  align-items: center;
  width: 125px;
  height: 50px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  display: flex;
}

.text-block-5 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 700;
  line-height: 38px;
}

.body {
  font-family: Roboto, sans-serif;
}

.section-4 {
  padding: 20px 40px;
}

.text-span-3 {
  white-space: nowrap;
}

.text-block-5-black {
  color: var(--dim-grey);
  margin-bottom: 40px;
  font-size: 32px;
  font-weight: 700;
  line-height: 38px;
}

.quick-stack-2 {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  padding: 0;
}

.section-5 {
  padding: 90px 20px;
}

.heading-blue {
  color: var(--dodger-blue);
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 65px;
  line-height: 60px;
}

.text-span-4, .text-span-5 {
  white-space: nowrap;
}

.cell-3, .cell-4, .cell-5 {
  flex-direction: row;
  align-items: stretch;
}

.section-6 {
  background-image: url('../images/Group-95.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 90px 20px;
}

.section-7 {
  padding: 90px 20px;
}

.quick-stack-3 {
  grid-column-gap: 0px;
  grid-row-gap: 40px;
  padding: 0;
}

.div-block-3-advantages {
  background-color: #f4fafd;
  border-top-right-radius: 100px;
  border-bottom-left-radius: 100px;
  flex-direction: column;
  width: 100%;
  max-width: 630px;
  padding: 20px 40px;
  display: block;
}

.div-block-3-advantages-blue {
  background-image: linear-gradient(to bottom, var(--dodger-blue), #0047ba);
  border-top-right-radius: 100px;
  border-bottom-left-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  padding: 40px 20px;
  display: flex;
}

.heading-2-advantages-white {
  color: #fff;
  text-align: center;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  line-height: 39px;
}

.text-span-6 {
  white-space: nowrap;
}

.paragraph-3-advantages {
  color: #4a4f54;
  text-align: center;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}

.div-block-3-advantages-blue-copy {
  background-color: var(--alice-blue);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  min-height: 200px;
  padding: 40px 20px;
  display: flex;
}

.cell-6 {
  background-image: linear-gradient(#edf8fd 54%, #fff 59%);
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
}

.cell-7, .cell-8 {
  background-color: var(--alice-blue);
  flex-direction: row;
  align-items: stretch;
}

.cell-9 {
  background-color: var(--alice-blue);
  flex-direction: column;
  justify-content: space-around;
  align-items: stretch;
  display: flex;
}

.cell-10 {
  background-color: var(--alice-blue);
  flex-direction: row;
  align-items: stretch;
}

.div-block-3-advantages-blue-copy-copy {
  background-color: var(--alice-blue);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  flex-direction: column;
  justify-content: center;
  padding: 40px 20px;
  display: flex;
}

.div-block-3-advantages-blue-copy-copy.right {
  border-top-right-radius: 100px;
  width: 100%;
  min-height: 200px;
}

.cell-11 {
  flex-direction: row;
  align-items: stretch;
}

.image-3 {
  max-width: 150px;
}

.link-green {
  color: white;

  font-size: 14px;
  line-height: 18px;
  text-decoration: none;
	  font-family: Montserrat, sans-serif;
}

.div-block-12 {
  grid-column-gap: 19px;
  justify-content: center;
  display: flex;
}

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

.image-3-social {
  width: 28px;
  max-width: 28px;
}

.div-block-13 {
  grid-column-gap: 10px;
  flex-direction: row;
  justify-content: center;
  margin-top: 8px;
  margin-bottom: 8px;
  display: flex;
}

.container-3-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  max-width: 1000px;
  display: block;
}

.container-3-footer {
  grid-column-gap: 0px;
  grid-row-gap: 14px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  max-width: 1360px;
  display: flex;
}

.text-block-6 {
  color: var(--black-2);
}

.text-block-7 {
  color: var(--dark-slate-blue);
  text-align: center;
  margin-bottom: 21px;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

.container-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 85%;
  max-width: none;
  display: flex;
  position: relative;
}

.div-block-14 {
  width: 50%;
  padding-top: 90px;
}

.paragraph-4 {
  color: #4a4f54;
  margin-bottom: 0;
  padding-bottom: 40px;
  font-size: 16px;
  line-height: 28px;
}

.text-span-8 {
  color: #009ade;
}

.paragraph-5 {
  margin-bottom: 0;
  padding-bottom: 50px;
  font-size: 23px;
  font-weight: 700;
  line-height: 33px;
}

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

.italic-text {
  color: #4a4f54;
}

.div-block-15 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: "Area ."
                 ". Area-2"
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 90%;
  display: grid;
}

.div-block-16 {
  background-color: #fff;
  border-top-right-radius: 75px;
  border-bottom-left-radius: 75px;
  padding: 50px;
}

.heading-4 {
  color: #0047ba;
  text-align: center;
  margin: 0;
  padding-bottom: 20px;
  font-size: 20px;
  line-height: 24px;
}

.paragraph-6 {
  color: #4a4f54;
  text-align: left;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 25px;
}

.paragraph-4-copy {
  color: #4a4f54;
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 16px;
  line-height: 28px;
}

.link-2 {
  color: #89dc65;
  text-decoration: none;
}

.button-3 {
  color: #4a4f54;
  text-transform: uppercase;
  background-color: #89dc65;
  justify-content: center;
  align-items: center;
  width: 246px;
  height: 50px;
  padding: 0;
  font-size: 18px;
  font-weight: 700;
  display: flex;
}

.div-block-14-copy {
  width: 50%;
  padding-top: 0;
  padding-bottom: 90px;
}

.div-block-17 {
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 0;
  display: flex;
}


.image-4 {
  display: block;
}

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

.link-3 {
  text-decoration: none;
}

.heading-5 {
  color: #4a4f54;
  margin: 0;
  padding-bottom: 30px;
  font-size: 33px;
  line-height: 38px;
}

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


.div-block-19 {
  flex-direction: column;
  display: flex;
}

.div-block-20 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: ". Area"  / 2fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.div-block-21 {
  padding-top: 80px;
  padding-bottom: 90px;
}


.paragraph-7 {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 38px;
}

.div-block-23 {
  width: 100%;
  max-width: 1440px;
}

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

.div-block-16-copy {
  background-color: #a1cbec;
  border-top-right-radius: 75px;
  border-bottom-left-radius: 75px;
  margin-top: -73px;
  padding: 55px 45px;
  box-shadow: 0 3px 16px -2px #0003;
}

.cell-12 {
  justify-content: center;
  align-items: flex-start;
}

.cell-13 {
  justify-content: center;
}

.text-block-8 {
  color: #004bbc;
  letter-spacing: 2px;
  font-size: 20px;
  font-weight: 300;
  line-height: 38px;
}

.text-block-9 {
  color: #0051be;
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 700;
  line-height: 38px;
}

.text-block-10 {
  color: #4a4f54;
  font-size: 18px;
  line-height: 22px;
}

.text-block-11 {
  color: #0f51be;
  font-size: 18px;
  line-height: 22px;
}

.quick-stack-4 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  margin-bottom: 25px;
  padding: 0;
}

.text-block-12 {
  color: #4a4f54;
  text-align: center;
  margin-bottom: 120px;
  font-size: 34px;
  font-weight: 700;
  line-height: 38px;
}

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

.text-block-13 {
  color: #09d;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
}

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

.cell-15, .cell-16 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
}

.quick-stack-5 {
  padding: 0;
}

.div-block-26 {
  flex-flow: column;
  justify-content: center;
  max-width: 1310px;
  padding-top: 100px;
  padding-bottom: 100px;
}

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

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

.paragraph-8 {
  color: #fff;
  text-align: center;
  max-width: 214px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
}

.cell-17 {
  justify-content: flex-start;
  align-items: center;
}

.image-5 {
  margin-bottom: 21px;
}

.cell-18 {
  justify-content: flex-start;
  align-items: center;
}

.cell-19 {
  align-items: center;
}

.paragraph-8-copy {
  color: #fff;
  text-align: center;
  max-width: 193px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
}

.quick-stack-6 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  width: 100%;
  padding: 0;
}

.div-block-29 {
  margin-bottom: 45px;
}

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

.text-span-10, .text-span-11 {
  white-space: nowrap;
}

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

.text-span-12 {
  white-space: nowrap;
}

.text-span-13, .text-span-14, .text-span-15 {
  white-space: nowrap;
}

.quick-stack-copy {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  margin-top: 155px;
  padding: 0;
}

.paragraph-monts {
  color: #fff;
  max-width: 440px;
  margin-bottom: 40px;
  font-family: Roboto, sans-serif;
  font-size: 27px;
  font-weight: 500;
  line-height: 40px;
}

.paragraph-2-copy {
  color: #fff;
  max-width: 616px;
  margin-bottom: 40px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
}

.div-block-31 {
  justify-content: space-between;
  width: 100%;
  max-width: 1440px;
  display: flex;
}

.section-10 {
  padding: 75px 40px 100px;
}

.heading-copy {
  color: #fff;
  margin-top: 0;
  margin-bottom: 27px;
  padding: 0;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  line-height: 43px;
}

.heading-copy-copy {
  color: #4a4f54;
  text-align: center;
  margin-top: 0;
  margin-bottom: 27px;
  padding: 0;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  line-height: 43px;
}

.div-block-33 {
  text-align: center;
  position: relative;
}

.mask {
  width: 25%;
  overflow: visible;
}

.slider {
  box-sizing: border-box;
  background-color: #fff;
  max-width: 1130px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: visible;
}

.left-arrow {
  justify-content: flex-start;
  align-items: center;
  margin-left: -4%;
  display: flex;
  overflow: hidden;
}

.icon {
  color: #000;
}

.right-arrow {
  justify-content: flex-end;
  align-items: center;
  margin-right: -4%;
  display: flex;
  overflow: hidden;
}

.slide-nav {
  margin-bottom: -73px;
}

.slide {
  padding: 10%;
  overflow: visible;
}

.div-block-34 {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  background-color: #edf8fd;
  border-top-right-radius: 75px;
  border-bottom-left-radius: 75px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 275px;
  padding: 20px 10px;
  display: flex;
  position: relative;
  box-shadow: 0 3px 30px #0000001f;
}

.text-block-15 {
  text-align: center;
  font-family: Roboto, sans-serif;
  font-weight: 400;
}

.slide-11 {
  overflow: visible;
}

.right-arrow-2 {
  justify-content: center;
  align-items: center;
  margin-right: -10%;
  display: flex;
  overflow: visible;
}

.div-block-2sadfkajhldsf-copy-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: space-between center;
  place-items: center end;
  width: 310%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.slider-2 {
  background-color: #fff;
  border-radius: 50px;
  justify-content: flex-start;
  align-items: center;
  max-width: 1130px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  position: static;
  inset: 0% -9% auto auto;
  overflow: hidden;
}

.asdasdasdasdaefdgafdg {
  background-color: #7dad1d;
  width: 100%;
  max-width: 390px;
  display: inline-block;
  overflow: hidden;
}

.slide-alkdfgjkl-copy, .slide-alkdfgjkl {
  overflow: visible;
}

.left-arrow-2 {
  justify-content: center;
  align-items: center;
  margin-left: -10%;
  display: flex;
  position: absolute;
  overflow: visible;
}

.mask-2 {
  width: 25%;
  overflow: visible;
}

.slide-sadfasdf {
  overflow: visible;
}

.adgffdhgadfhgdfag {
  background-color: #353535;
  width: 100%;
  max-width: 390px;
  overflow: hidden;
}

.image-27 {
  max-width: 100%;
}

.slide-kadf {
  overflow: visible;
}

.div-block-7-copy {
  background-color: #7dad1d;
  width: 100%;
  max-width: 390px;
  overflow: hidden;
}

.div-block-41 {
  background-color: #353535;
  width: 100%;
  max-width: 390px;
  overflow: hidden;
}

.div-block-2sadfkajhldsf {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: space-between center;
  place-items: center end;
  width: 100%;
  height: 100%;
  display: inline-block;
  overflow: hidden;
}

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

.left-arrow-3 {
  justify-content: center;
  align-items: center;
  margin-left: -6.5%;
  display: flex;
}

.right-arrow-3 {
  justify-content: center;
  align-items: center;
  margin-right: -6.5%;
  display: flex;
}

.slider-3 {
  background-color: #0000;
  max-width: 1130px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.section-11 {
  padding: 75px 40px 100px;
}

.slide-nav-2 {
  margin-bottom: -4%;
}

.quick-stack-7 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  padding: 40px 60px;
}

.text-span-16, .text-span-17 {
  white-space: nowrap;
}

.button-4 {
  text-align: center;
  background-color: #89dc65;
  max-width: 350px;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 35px;
}

.div-block-43 {
  align-items: center;
  height: 88%;
  display: flex;
}

.div-block-23-copy {
  width: 100%;
  max-width: 1084px;
}

.quick-stack-8 {
  grid-column-gap: 96px;
  grid-row-gap: 96px;
  padding: 0;
}

.div-block-44 {
  background-color: #a0cbed;
  border-top-right-radius: 80px;
  border-bottom-left-radius: 80px;
  width: 100%;
  height: 100%;
  padding: 60px 40px;
  box-shadow: 0 2px 20px #0003;
}

.quick-stack-9 {
  margin-bottom: 25px;
  padding: 0;
}

.text-block-16 {
  color: #004fbe;
  max-width: 300px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.cell-20 {
  justify-content: center;
}

.paragraph-9 {
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
}

.div-block-44-copy {
  background-color: #edf8fc;
  border-top-right-radius: 80px;
  border-bottom-left-radius: 80px;
  width: 100%;
  height: 100%;
  padding: 60px 40px;
  box-shadow: 0 2px 20px #0003;
}

.section-12 {
  background-image: url('../images/background4.png');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 74px;
  padding-bottom: 74px;
}

.container-7 {
  max-width: 850px;
}

.tabs {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 100%;
  display: flex;
}

.tabs-content {
  width: 100%;
  position: relative;
  left: -1px;
}

.tab-link-tab-1 {
  background-color: #0000;
  width: 100%;
}

.tab-link-tab-1.w--current {
  z-index: 5;
  background-color: #0000;
  border: 1px solid #fff;
  border-right-color: #0093da;
}

.tab-link-tab-2 {
  z-index: 5;
  background-color: #0000;
  border: 0 solid #fff;
  border-right-color: #0093da;
  width: 100%;
}

.tab-link-tab-2.w--current {
  background-color: #0000;
  border-width: 1px;
  border-right-color: #0093da;
}

.text-block-17, .text-block-18 {
  color: #fff;
  font-family: Roboto, sans-serif;
  font-size: 27px;
  line-height: 40px;
}

.tab-pane-tab-1, .tab-pane-tab-2 {
  border: 1px solid #fff;
  height: 100%;
}

.div-block-45 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  min-height: 300px;
  padding: 22px 22px 22px 40px;
  display: flex;
}

.text-block-19 {
  color: #fff;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-weight: 700;
}

.list-item, .list-item-2, .list-item-3 {
  color: #fff;
  font-family: Roboto, sans-serif;
}

.list {
  color: #fff;
  margin-bottom: 0;
  padding-left: 27px;
  line-height: 25px;
}

.list-item-3-copy, .list-item-3-copy2, .list-item-3-copy3, .list-item-3-copy5, .list-item-3-copy4 {
  color: #fff;
  font-family: Roboto, sans-serif;
}

.text-block-20 {
  width: 100%;
  font-family: Roboto, sans-serif;
}

.text-span-19 {
  display: inline-block;
}

.div-block-46 {
  color: #fff;
  max-width: 55vw;
  font-weight: 700;
}

.heading-6 {
  margin-top: 0;
  margin-bottom: 35px;
  font-size: 56px;
  line-height: 134%;
}

.paragraph-10 {
  font-size: 34px;
  line-height: 134%;
}

.section-2-copy {
  padding: 40px 40px 70px;
}

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

.paragraph-11 {
  color: #000;
  text-align: center;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 21px;
  line-height: 134%;
}

.link-4 {
  color: #009ade;
  font-weight: 700;
  text-decoration: none;
}

.div-block-48 {
  background-image: url('../images/BG-pattern-masked.png');
  background-position: 0 100%;
  background-size: cover;
  border-top-right-radius: 100px;
  border-bottom-left-radius: 100px;
  width: 100%;
  margin-top: 70px;
  box-shadow: 0 0 50px #0000001a;
}

.quick-stack-10 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  padding: 60px 50px;
}

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

.heading-7 {
  color: #0047ba;
  margin: 0 0 15px;
  font-size: 35px;
}

.paragraph-12 {
  font-size: 20px;
}

.paragraph-13 {
  font-size: 20px;
  line-height: 134%;
}

.div-block-50 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.div-block-51 {
  background-color: #009ade;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  padding: 30px;
}

.heading-8 {
  color: #fff;
  margin: 0;
  padding-bottom: 20px;
  font-size: 22px;
  line-height: 134%;
}

.paragraph-14 {
  line-height: 20%;
}

.paragraph-15 {
  color: #fff;
  margin: 0;
  font-family: Roboto, sans-serif;
  font-size: 22px;
  line-height: 134%;
}

.div-block-48-copy {
  border-top-right-radius: 100px;
  border-bottom-left-radius: 100px;
  width: 100%;
  margin-top: 70px;
  box-shadow: 0 0 50px #0000001a;
}

.div-block-52 {
  padding: 40px;
}

.container-8, .div-block-53 {
  max-width: 100%;
	z-index: 10;
  position: relative;
}

.section-13 {
background: linear-gradient(90deg, #003B5C 0%, #0047BA 50%, #009ADE 100%);
  padding-top: 65px;
  padding-bottom: 140px;
	position: relative;
}
.accent{
	width: 570px;
  height: 200px;
	background: url('../images/Parallelograms.png');
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	top: 20px;
	right: 20px;
}
.image-29 {
  max-width: 278px;
  margin-bottom: 90px;
}

.quick-stack-11 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  padding: 0;
}

.heading-9 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 38px;
  font-weight: 600;
  line-height: 115%;
}
.text-block-20 {
	font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 140%;
	margin: 15px 0;
}
.text-block-21 {
	font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 140%;
}

.quick-stack-12 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  padding: 0;
}

.div-block-53-copy {
  max-width: 100%;
  padding-left: 7.5vw;
  padding-right: 7.5vw;
}

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

.heading-9-copy {
  color: #004fbe;
  max-width: 426px;
  font-family: Montserrat, sans-serif;
  font-size: 27px;
  font-weight: 700;
  line-height: 140%;
}

.section-14 {
  padding-top: 80px;
  padding-right: 0;
  display: none;
}

.cell-23 {
  justify-content: center;
  align-items: flex-start;
  padding: 0 40px 80px;
  display: flex;
}

.div-block-55 {
  padding: 40px;
  box-shadow: 0 0 30px #00000026;
}

.diagonal-corner {
  background-color: #fff;
  padding: 20px 40px;
  box-shadow: 0 0 30px #00000026;
}

.outer-diagonal {
  width: 100%;
}

.div-block-56 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.slide-nav-3 {
  display: none;
}

.mask-3 {
  width: 100%;
  height: 100%;
}

.image-30 {
  overflow: visible;
}

.cell-24 {
  justify-content: flex-end;
  align-items: flex-start;
}

.slider-4 {
  background-color: #0000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.right-arrow-4 {
  margin-right: 0%;
}

.icon-2, .icon-3 {
  color: #063d5f;
}

.left-arrow-4 {
  margin-left: 0%;
}

.text-span-20 {
  white-space: nowrap;
}

.div-block-57 {
  align-self: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.text-span-21 {
  white-space: nowrap;
}

.div-block-cut-1 {
  background-color: #063d5f;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 35px;
  display: flex;
}

.heading-10 {
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 25px;
  font-family: Montserrat, sans-serif;
  font-size: 27px;
  line-height: 142%;
}

.text-block-22 {
  color: #fff;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 142%;
}

.button-5 {
  color: #4a4f54;
  text-transform: uppercase;
  background-color: #89dc65;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.list-2 {
  color: #fff;
  margin-bottom: 25px;
  padding-left: 30px;
}

.text-block-22-copy {
  color: #fff;
  margin-bottom: 25px;
  font-size: 20px;
  line-height: 142%;
}

.div-block-58 {
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-cut-2 {
  background-color: #019de2;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 35px;
  display: flex;
}

.div-block-cut-3, .div-block-cut-3-copy {
  background-color: #004fbe;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 35px;
  display: flex;
}

.div-block-59 {
  justify-content: space-between;
  align-items: center;
  padding: 40px;
  padding-right: 7.5vw;
  display: flex;
}

.div-block-60 {
  width: 50%;
  height: 100%;
}

.div-block-61 {
  width: 47%;
  height: 100%;
}

@media screen and (max-width: 991px) {
  .container {
    grid-row-gap: 20px;
    flex-direction: column;
    max-width: 90%;
  }

  .div-block {
    flex-direction: row;
    justify-content: center;
    width: 100%;
  }

  .div-block-2 {
    justify-content: flex-start;
    width: 100%;
  }

  .container-3 {
    width: 90%;
    max-width: none;
  }

  .section-2 {
    background-size: cover;
  }

  .div-block-3 {
    max-width: 100%;
    margin-bottom: -100px;
    margin-left: auto;
    margin-right: auto;
  }

  .quick-stack {
    grid-row-gap: 50px;
    margin-left: auto;
    margin-right: auto;
  }

  .cell {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .cell-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    display: flex;
  }

  .image-2 {
    display: none;
    overflow: visible;
  }

  .div-block-3-copy {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 40px;
  }

  .div-block-4 {
    margin: 60px auto;
    position: static;
  }

  .div-block-5 {
    justify-content: center;
    padding-left: 0%;
  }

  .div-block-6 {
    max-width: 90%;
    margin-left: 0%;
    padding-left: 60px;
  }

  .container-copy {
    grid-row-gap: 20px;
    flex-direction: row;
    max-width: 80vw;
  }

  .div-block-copy {
    flex-direction: row;
    justify-content: flex-end;
    width: 100%;
  }

  .div-block-10 {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .heading-2-copy-copy {
    white-space: nowrap;
  }

  .div-block-3-advantages {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-3-advantages-blue {
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-3-advantages-blue-copy {
    min-height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .cell-6 {
    background-image: none;
    padding-top: 60px;
  }

  .div-block-3-advantages-blue-copy-copy {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-3-advantages-blue-copy-copy.right {
    border-top-right-radius: 0;
    max-width: 100%;
    min-height: auto;
  }

  .container-3-copy {
    max-width: 679px;
  }

  .text-span-7 {
    white-space: nowrap;
  }

  .container-5 {
    max-width: 80vw;
  }

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

  .div-block-15 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    max-width: 100%;
  }

  .div-block-16 {
    min-width: 200px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-14-copy {
    width: 100%;
    padding-bottom: 40px;
  }

  .div-block-18 {
    width: 100%;
    margin-bottom: 90px;
    position: static;
  }

  .section-8 {
    padding-bottom: 90px;
  }

  .image-4 {
    padding-bottom: 0;
    display: block;
  }

  .div-block-2-copy {
    justify-content: center;
    width: 100%;
  }

  .heading-5 {
    padding-bottom: 40px;
  }

  .container-6 {
    max-width: 80vw;
  }

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

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

  .div-block-22 {
    max-width: 100%;
    position: static;
  }

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

  .div-block-16-copy {
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .quick-stack-copy {
    grid-row-gap: 20px;
    margin-left: auto;
    margin-right: auto;
  }

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

  .right-arrow-2 {
    margin-right: -14%;
  }

  .div-block-2sadfkajhldsf-copy-copy {
    width: 100%;
    display: flex;
    position: relative;
    left: 0;
  }

  .slider-2 {
    margin-top: 31px;
    position: relative;
    top: auto;
    right: auto;
  }

  .image-28 {
    position: static;
    overflow: clip;
  }

  .left-arrow-2 {
    justify-content: center;
    align-items: center;
    margin-left: -14%;
    display: flex;
  }

  .mask-2 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-2sadfkajhldsf {
    width: 100%;
    display: flex;
    position: relative;
    left: 0;
  }

  .section-11 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-10-copy {
    flex-direction: column;
    align-items: flex-start;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .quick-stack-8 {
    grid-column-gap: 19px;
    grid-row-gap: 19px;
  }

  .container-7 {
    width: 90%;
  }

  .tab-link-tab-1.w--current, .tab-link-tab-2.w--current {
    border-right-color: #15a5ca;
  }

  .cell-21, .cell-22 {
    align-items: center;
  }

  .section-2-copy {
    background-size: cover;
  }

  .section-14 {
    margin-top: -161px;
    padding-top: 0;
    padding-right: 0;
  }

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

  .div-block-59 {
    flex-flow: column;
    padding-right: 0;
  }

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

  .div-block-61 {
    order: -1;
    width: 100%;
    margin-top: -169px;
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (max-width: 767px) {
  .section-2 {
    padding-left: 0;
    padding-right: 0;
  }

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

  .div-block-3-copy {
    flex: 0 auto;
    justify-content: space-between;
    align-items: stretch;
    padding-left: 40px;
    padding-right: 40px;
    display: block;
    overflow: visible;
  }

  .div-block-3-advantages, .div-block-3-advantages-blue, .div-block-3-advantages-blue-copy, .div-block-3-advantages-blue-copy-copy {
    padding-left: 40px;
    padding-right: 40px;
  }

  .container-5 {
    max-width: 100vw;
  }

  .section-8 {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

  .div-block-21 {
    max-width: 90vw;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
  }

  .paragraph-7 {
    font-size: 28px;
  }

  .div-block-16-copy {
    padding-left: 45px;
    padding-right: 45px;
  }

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

  .quick-stack-4 {
    text-align: left;
  }

  .div-block-30 {
    padding: 0;
  }

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

  .slide-11 {
    margin-left: 0;
    margin-right: 20px;
  }

  .right-arrow-2 {
    width: 14%;
  }

  .slide-alkdfgjkl-copy, .slide-alkdfgjkl {
    margin-right: 20px;
  }

  .left-arrow-2 {
    width: 14%;
  }

  .mask-2 {
    width: 90%;
    margin-left: auto;
  }

  .slide-sadfasdf, .slide-kadf {
    margin-right: 20px;
  }

  .left-arrow-3 {
    margin-left: -11%;
  }

  .right-arrow-3 {
    margin-right: -11%;
  }

  .quick-stack-7 {
    width: 100%;
    padding: 40px;
  }

  .button-4 {
    width: 100%;
    max-width: none;
  }

  .tab-link-tab-1.w--current, .tab-link-tab-2.w--current {
    border-right-color: #2fb0b6;
  }

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

  .div-block-45 {
    padding: 16px;
  }

  .heading-6 {
    font-size: 40px;
  }

  .paragraph-10 {
    font-size: 25px;
  }

  .section-2-copy {
    padding-left: 0;
    padding-right: 0;
  }

  .section-13 {
    padding-bottom: 143px;
  }

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

  .text-block-21 {
    font-size: 12px;
    line-height: 142%;
  }

  .heading-9-copy {
    font-size: 16px;
  }

  .cell-23 {
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

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

  .right-arrow-4 {
    margin-right: 0%;
  }

  .left-arrow-4 {
    margin-left: 0%;
  }

  .div-block-cut-1 {
    padding: 20px;
  }

  .heading-10 {
    font-size: 17px;
  }

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

  .button-5 {
    font-size: 10px;
  }

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

  .div-block-58 {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
  }

  .slide-13, .slide-14, .slide-15 {
    width: 100%;
  }

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

@media screen and (max-width: 479px) {
  .div-block {
    flex-direction: column;
    align-items: center;
    padding-top: 20px;
  }

  .image {
    max-width: 183px;
  }

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

  .heading {
    font-size: 28px;
    line-height: 43px;
  }

  .paragraph {
    font-size: 25px;
    line-height: 36px;
  }

  .paragraph-2 {
    max-width: 100%;
    font-size: 17px;
    line-height: 26px;
  }

  .container-3 {
    width: 90%;
  }

  .section-2 {
    padding: 60px 0;
  }

  .div-block-3 {
    border-top-right-radius: 40px;
    border-bottom-left-radius: 40px;
    max-width: 100%;
    padding: 40px 20px;
  }

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

  .div-block-3-copy {
    max-width: 100%;
    padding-left: 35px;
  }

  .paragraph-3 {
    line-height: 24px;
  }

  .div-block-6 {
    padding-left: 20px;
  }

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

  .link {
    font-size: 15px;
    line-height: 27px;
  }

  .text-span-2 {
    display: none;
  }

  .container-copy {
    flex-direction: column;
    align-items: flex-start;
    max-width: 90vw;
    padding: 0;
  }

  .div-block-copy {
    justify-content: center;
    align-items: center;
    padding-top: 0;
  }

  .div-block-10 {
    max-width: 100%;
  }

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

  .heading-2-copy-copy {
    font-size: 30px;
  }

  .section-4 {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-blue {
    font-size: 44px;
    line-height: 52px;
  }

  .div-block-3-advantages, .div-block-3-advantages-blue {
    padding-left: 35px;
  }

  .heading-2-advantages-white {
    font-size: 30px;
  }

  .paragraph-3-advantages {
    line-height: 24px;
  }

  .div-block-3-advantages-blue-copy, .div-block-3-advantages-blue-copy-copy {
    padding-left: 35px;
  }

  .link-green {
    font-size: 15px;
    line-height: 27px;
  }

  .container-5 {
    width: 90%;
  }

  .div-block-15 {
    grid-template: "Area"
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .section-8 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-2-copy {
    justify-content: center;
  }

  .container-6 {
    max-width: 90vw;
  }

  .section-9 {
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-7 {
    font-size: 22px;
    line-height: 31px;
  }

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

  .div-block-16-copy {
    width: 100%;
    padding: 40px 20px;
  }

  .cell-12 {
    text-align: left;
    justify-content: center;
    align-items: flex-start;
  }

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

  .text-block-9 {
    font-size: 22px;
    line-height: 31px;
  }

  .text-block-12 {
    margin-bottom: 70px;
  }

  .div-block-26 {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .paragraph-2-copy, .paragraph-monts, .paragraph-2-copy {
    max-width: 100%;
    font-size: 17px;
    line-height: 26px;
  }

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

  .heading-copy, .heading-copy-copy {
    font-size: 28px;
    line-height: 43px;
  }

  .slide-11, .slide-alkdfgjkl-copy, .slide-alkdfgjkl, .slide-sadfasdf, .slide-kadf {
    margin-right: 25px;
  }

  .left-arrow-3 {
    width: 50px;
    margin-left: -13%;
  }

  .right-arrow-3 {
    width: 50px;
    margin-right: -13%;
  }

  .slider-3 {
    display: block;
  }

  .section-11 {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .slide-nav-2 {
    margin-bottom: -17%;
  }

  .text-span-18 {
    white-space: nowrap;
  }

  .div-block-10-copy {
    max-width: 100%;
  }

  .div-block-23-copy {
    width: 100%;
  }

  .tab-link-tab-1.w--current, .tab-link-tab-2, .tab-link-tab-2.w--current {
    border-right-color: #38b5ae;
  }

  .text-block-17, .text-block-18 {
    line-height: 25px;
  }

  .div-block-46 {
    max-width: 100%;
  }

  .section-2-copy {
    padding: 60px 0;
  }

  .quick-stack-10 {
    padding: 20px;
  }

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

  .div-block-51 {
    padding: 20px;
  }

  .div-block-52 {
    padding: 40px 20px;
  }

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

  .cell-23, .diagonal-corner {
    padding: 20px;
  }

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

  .cell-24 {
    justify-content: flex-end;
    align-items: flex-start;
  }

  .right-arrow-4 {
    margin-right: -6%;
  }

  .icon-2, .icon-3 {
    font-size: 19px;
  }

  .left-arrow-4 {
    margin-left: -6%;
  }

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

  .list-2 {
    padding-left: 20px;
  }

  .div-block-cut-3 {
    padding: 20px;
  }
}

#w-node-e50c75e2-6daf-526b-80b9-b76d8595ea81-4119f4b5 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-e50c75e2-6daf-526b-80b9-b76d8595ea81-4119f4b5 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


