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

.navbar-logo-left {
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fff;
  box-shadow: 0 0 14px -10px #000;
}

.navbar-logo-left-container {
  z-index: 5;
  width: 1030px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 15px 20px;
  background-color: transparent;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0px;
  padding: 20px 50px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 100%;
  margin-bottom: 0px;
  padding: 10px 50px 0px;
}

.container {
  display: block;
  width: 100%;
  max-width: 940px;
  margin-right: auto;
  margin-left: auto;
  justify-content: space-between;
  text-align: center;
}

.image {
  max-width: 400px;
}

.button {
  padding: 12px 14px;
  border-radius: 5px;
  background-color: #7b9463;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.div-block {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: center;
}

.div-block.div-foot {
  margin-bottom: 40px;
}

.heading {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 14px;
  line-height: 17px;
  text-align: left;
}

.heading.main-head {
  margin-bottom: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 26px;
  line-height: 30px;
  text-align: center;
}

.container-2 {
  max-width: 860px;
  padding-right: 20px;
  padding-left: 20px;
}

.container-2._3 {
  max-width: 860px;
  padding-right: 20px;
  padding-left: 20px;
}

.heading-2 {
  margin-bottom: 20px;
  color: #000;
  font-size: 40px;
  line-height: 44px;
  font-weight: 400;
  text-align: center;
}

.div-block-2 {
  width: 100%;
  text-align: center;
}

.image-5 {
  max-width: 100%;
  text-align: center;
}

.paragraph-5 {
  margin-top: 40px;
  margin-bottom: 80px;
  color: #7a7a7a;
  font-size: 25px;
  line-height: 35px;
  text-align: center;
}

.heading-3 {
  margin-top: 25px;
  margin-bottom: 25px;
  font-family: 'Times New Roman', TimesNewRoman, Times, Baskerville, Georgia, serif;
  color: #000;
  font-size: 2rem;
  text-align: center;
}

.button-4 {
  max-width: 100%;
  min-width: 100%;
  margin-top: 0px;
  margin-bottom: 24px;
  border-radius: 10px;
  background-color: #ffa726;
  box-shadow: 1px 1px 15px 0 #bfbebe;
  font-size: 2rem;
  line-height: 30px;
  text-align: center;
}

.paragraph-6 {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 30px;
  line-height: 38px;
  text-align: center;
}

.bold-text {
  color: red;
}

.paragraph-7 {
  margin-bottom: 15px;
  background-color: #dbdbdb;
  color: #000;
  font-size: 18px;
  text-align: center;
}

.div-block-3 {
  margin-top: 10px;
  line-height: 24px;
}

.text-span {
  color: red;
}

.paragraph-8 {
  font-size: 23px;
  line-height: 32px;
}

.paragraph-9 {
  font-size: 24px;
  line-height: 32px;
  text-align: center;
}

.text-span-2 {
  color: red;
}

.paragraph-10 {
  background-color: #fff902;
  color: red;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.paragraph-11 {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #000;
  font-size: 28px;
  line-height: 35px;
  text-align: center;
}

.button-5 {
  min-width: 100%;
  margin-bottom: 20px;
  background-color: #0db4e0;
  color: #000;
  font-size: 22px;
  line-height: 32px;
  font-weight: 700;
  text-align: center;
}

.paragraph-12 {
  margin-top: 20px;
  margin-bottom: 0px;
  padding-left: 30px;
  color: #fff;
  text-align: left;
}

.paragraph-12.links {
  padding-left: 60px;
}

.paragraph-12.p2 {
  margin-top: 15px;
}

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

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

.section {
  margin-bottom: 30px;
  padding-bottom: 50px;
  background-color: #fff;
}

.grid-2 {
  margin-top: 15px;
  margin-bottom: 20px;
  padding-right: 0px;
  padding-left: 0px;
      grid-template-areas: ". . Area-2"
    "Area . .";
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: 66px 66px;
  grid-template-rows: 66px 66px;
  cursor: pointer;
}

.link-3 {
  padding: 10px;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(9, 9, 9, 0.59);
  border-radius: 10px;
  background-color: #38a2ff;
  background-image: linear-gradient(283deg, #10ebd4 8%, #00c7b0);
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.link-3:hover {
  background-color: #02c9b2;
  background-image: none;
}

.link-3._4 {
  background-image: linear-gradient(180deg, #0e36b8 8%, #0b1658);
}

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

.div-block-5 {
  margin-bottom: 0px;
  cursor: pointer;
}

.link-4 {
  color: #fff;
  font-size: 36px;
  line-height: 40px;
  text-decoration: none;
  cursor: pointer;
}

.paragraph-13 {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #2f56cb;
  font-size: 18px;
  text-align: center;
}

.text-span-3 {
  color: #41444c;
}

.heading-4 {
  margin-top: 40px;
  margin-bottom: 20px;
  color: #000;
  font-size: 2.5rem;
  text-align: center;
}

.heading-5 {
  margin-bottom: 20px;
  background-color: transparent;
  color: #000;
  font-size: 22px;
  font-weight: 400;
  text-align: center;
}

.image-6 {
  max-width: 45px;
}

.div-block-7 {
  display: flex;
  align-items: center;
}

.bold-text-2 {
  padding-left: 10px;
  color: #363636;
  font-size: 18px;
  line-height: 28px;
}

.div-block-8 {
  text-align: left;
}

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

.image-17 {
  width: 1000px;
  max-width: 100%;
  margin-top: 10px;
  margin-bottom: 5px;
  border: 2px solid #000;
}

.link-block {
  margin-bottom: 15px;
  text-decoration: none;
}

.paragraph-15 {
  color: #000;
  text-align: center;
  text-decoration: none;
}

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

.heading-6 {
  color: #000;
  text-align: left;
}

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

.paragraph-17 {
  margin-top: 18px;
  margin-bottom: 24px;
  color: #000;
  font-size: 18px;
  line-height: 37px;
  text-align: left;
}

.paragraph-17._8 {
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 18px;
}

.paragraph-17._8._9 {
  margin-bottom: 30px;
}

.paragraph-18 {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px 80px;
  color: #666;
  font-size: 20px;
  text-align: center;
}

.link-5 {
  color: #2f56cb;
  text-decoration: none;
}

.link-5:hover {
  background-color: #2f56cb;
  color: #fff;
}

.div-block-9 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.div-block-10 {
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 20px;
  background-color: #6def88;
}

.paragraph-19 {
  color: #000;
  font-size: 18px;
}

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

.paragraph-21 {
  max-width: 50%;
  background-color: #ff0;
  color: #000;
  font-size: 18px;
}

.paragraph-21.green {
  background-color: #6def88;
}

.column {
  padding-right: 0px;
  padding-left: 0px;
}

.column-2 {
  padding-right: 0px;
  padding-left: 0px;
}

.link-block-2 {
  max-width: 100%;
}

.link-block-2:hover {
  border-bottom: 5px solid #2f56cb;
}

.div-block-11 {
  text-align: left;
}

.image-18 {
  min-width: 380px;
}

.image-19 {
  min-width: 380px;
}

.div-block-12 {
  margin-bottom: 0px;
  padding: 40px;
  background-color: #1e2c5e;
  text-align: center;
}

.heading-7 {
  color: #fff;
  font-size: 20px;
  text-align: center;
}

.columns {
  margin-bottom: 30px;
}

.paragraph-22 {
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
}

.button-6 {
  border: 2px solid #fff;
  border-radius: 5px;
  background-color: #1e2c5e;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
}

.button-6:hover {
  background-color: #334eac;
}

.paragraph-23 {
  font-size: 24px;
}

.paragraph-24 {
  margin-bottom: 0px;
  font-size: 24px;
  line-height: 30px;
}

.paragraph-24._7 {
  margin-top: 10px;
  padding-top: 10px;
}

.container-3 {
  max-width: 1250px;
  padding: 40px 30px;
}

.div-block-13 {
  text-align: center;
}

.div-block-14 {
  font-size: 16px;
}

.paragraph-25 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  color: #323232;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
}

.paragraph-25.linmks {
  margin-bottom: 0px;
}

.link-6 {
  font-family: 'Open Sans', sans-serif;
  color: #2096f3;
  font-weight: 400;
  text-decoration: none;
}

.paragraph-26 {
  font-family: Montserrat, sans-serif;
  color: #323232;
  font-size: 14px;
  font-weight: 400;
}

.section-2 {
  background-color: transparent;
}

.image-20 {
  max-width: 50%;
}

.button-3 {
  width: 100%;
  max-width: 300px;
  margin-top: 10px;
  padding: 6px 20px 6px 12px;
  border: 0px solid #22abf9;
  border-radius: 12px;
  background-color: #22abf9;
  box-shadow: 0 2px 8px 1px rgba(40, 135, 202, 0.47);
  font-size: 22px;
  line-height: 48px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.button-3:hover {
  border-color: #696969;
  background-color: #22abf9;
  background-image: none;
  text-decoration: none;
}

.navbar-logo-left-2 {
  border-right: 1px solid #000;
  border-bottom: 1px solid #d1d0d0;
  box-shadow: 0 3px 9px 4px rgba(0, 0, 0, 0.34);
}

.container-4 {
  display: flex;
  width: 100%;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  justify-content: space-between;
  align-items: center;
}

.image-21 {
  max-height: 80px;
  max-width: 400px;
}

.div-block-15 {
  margin-top: 10px;
  text-align: right;
}

.button-7 {
  padding: 9px 30px;
  border-radius: 5px;
  background-color: #1e88e5;
  font-family: 'Open Sans', sans-serif;
  font-size: 25px;
  line-height: 28px;
  font-weight: 600;
  text-decoration: underline;
}

.bold-text-4 {
  font-family: 'Times New Roman', TimesNewRoman, Times, Baskerville, Georgia, serif;
  color: #222;
  font-size: 20px;
}

.paragraph-27 {
  margin-bottom: 5px;
}

.link-top {
  color: #eec014;
  text-decoration: underline;
}

.paragraph-28 {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 15px;
}

.div-block-16 {
  border-style: solid;
  border-width: 1px;
  border-color: #c7c7c7;
  border-radius: 8px;
}

.paragraph-29 {
  margin-top: 10px;
  font-size: 11px;
  text-align: center;
}

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

.div-block-17 {
  margin: 20px 200px;
  text-align: center;
}

.body {
  text-align: center;
}

.top-div-by {
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  justify-content: flex-start;
  align-items: center;
}

.image-22 {
  max-width: 30px;
}

.by-author {
  margin-bottom: 0px;
  margin-left: 10px;
  font-family: 'Open Sans', sans-serif;
  color: #0c0c0c;
  font-size: 13px;
}

.by-author._1 {
  margin-bottom: 0px;
  border-right: 1px solid #b9b9b9;
}

.heading-8 {
  margin-top: 0px;
  font-size: 32px;
  text-align: left;
}

.button-8 {
  padding: 12px 14px;
  border-radius: 5px;
  background-color: #45af49;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.button-8:hover {
  background-color: #87b34d;
}

.div-block-18 {
  padding: 40px;
  border-radius: 5px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.56);
}

.heading-9 {
  color: #000;
}

.link-blue {
  color: #22abf9;
}

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

  .container-4 {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .navbar-logo-left-container {
    max-width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .navbar-logo-left-container.shadow-three {
    padding-right: 10px;
    padding-left: 10px;
  }

  .navbar-logo-left-container.shadow-three {
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
  }

  .container {
    max-width: none;
  }

  .image {
    max-width: 150px;
  }

  .button {
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 14px;
  }

  .div-block.div-foot {
    padding-right: 10px;
    padding-left: 10px;
  }

  .heading {
    text-align: center;
  }

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

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

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

  .paragraph-6 {
    font-size: 22px;
  }

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

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

  .paragraph-10 {
    display: none;
    font-size: 15px;
    line-height: 25px;
  }

  .button-5 {
    min-width: 70%;
    text-align: center;
  }

  .paragraph-12 {
    padding-left: 0px;
    font-size: 13px;
  }

  .paragraph-12.links {
    padding-left: 0px;
    font-size: 13px;
    text-align: center;
  }

  .section {
    margin-bottom: 0px;
  }

  .div-block-4 {
    text-align: center;
  }

  .grid-2 {
    max-width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    justify-content: stretch;
    justify-items: stretch;
    align-items: stretch;
    align-content: stretch;
  }

  .link-3 {
    padding: 10px 5px;
    font-size: 15px;
  }

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

  .link-4 {
    font-size: 20px;
  }

  .paragraph-13 {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 12px;
  }

  .heading-4 {
    margin-top: 20px;
    margin-bottom: 10px;
    padding-right: 15px;
    padding-left: 15px;
    font-size: 1.7rem;
    line-height: 30px;
  }

  .heading-5 {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 15px;
    line-height: 20px;
  }

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

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

  .image-17 {
    margin-top: 5px;
    margin-bottom: 0px;
  }

  .link-block {
    margin-bottom: 10px;
  }

  .paragraph-15 {
    margin-bottom: 0px;
    line-height: 17px;
  }

  .heading-6 {
    margin-top: 50px;
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 30px;
    text-align: left;
  }

  .paragraph-17 {
    margin-top: 15px;
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 24px;
    text-align: left;
  }

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

  .paragraph-17._8._9 {
    font-size: 16px;
  }

  .paragraph-18 {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 16px;
    line-height: 22px;
  }

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

  .paragraph-21 {
    max-width: 60%;
  }

  .paragraph-21.green {
    max-width: 60%;
    margin-top: 15px;
  }

  .image-18 {
    min-width: 250px;
  }

  .image-19 {
    min-width: 250px;
  }

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

  .heading-7 {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 18px;
  }

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

  .button-6 {
    margin-top: 15px;
    font-size: 18px;
  }

  .paragraph-24 {
    margin-bottom: 0px;
    font-size: 22px;
    line-height: 25px;
    text-align: left;
  }

  .paragraph-24._7 {
    font-size: 22px;
  }

  .container-3 {
    padding-right: 15px;
    padding-left: 15px;
  }

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

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

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

  .button-3 {
    max-width: 100%;
    margin-top: 15px;
    padding: 15px 5px;
    font-size: 18px;
    line-height: 22px;
  }

  .container-4 {
    max-width: none;
    align-items: flex-start;
  }

  .image-21 {
    max-width: 90%;
  }

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

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

  .bold-text-4 {
    font-size: 8px;
  }

  .paragraph-29 {
    line-height: 14px;
  }

  .columns-2 {
    display: flex;
    justify-content: center;
  }

  .div-block-17 {
    position: relative;
    display: flex;
    margin-right: 0px;
    margin-left: 0px;
    flex-direction: row;
    align-items: center;
  }

  .top-div-by {
    flex-direction: column;
    align-items: flex-start;
  }

  .image-22 {
    display: none;
  }

  .by-author {
    font-family: Inconsolata, monospace;
    color: #000;
    line-height: 15px;
  }

  .by-author._1 {
    border-right-style: none;
  }

  .heading-8 {
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 25px;
  }

  .button-8 {
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 14px;
  }

  .div-block-18 {
    padding: 20px 30px;
  }

  .column-3 {
    padding-right: 5px;
    padding-left: 5px;
  }

  .column-4 {
    padding-right: 5px;
    padding-left: 5px;
  }

  .column-5 {
    padding-right: 5px;
    padding-left: 5px;
  }

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

#w-node-_3365d6df-6e1b-85b4-15a4-384dc878985d-3ba4bc52 {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: Area;
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-_3365d6df-6e1b-85b4-15a4-384dc878985f-3ba4bc52 {
  -ms-grid-row-align: center;
      align-self: center;
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_3365d6df-6e1b-85b4-15a4-384dc8789861-3ba4bc52 {
  -ms-grid-row-align: center;
      align-self: center;
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_3365d6df-6e1b-85b4-15a4-384dc8789863-3ba4bc52 {
  -ms-grid-row-align: center;
      align-self: center;
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_3365d6df-6e1b-85b4-15a4-384dc8789865-3ba4bc52 {
  -ms-grid-row-align: center;
      align-self: center;
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_3365d6df-6e1b-85b4-15a4-384dc8789867-3ba4bc52 {
  -ms-grid-row-align: center;
      align-self: center;
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

@media screen and (max-width: 479px) {
  #w-node-_3365d6df-6e1b-85b4-15a4-384dc8789861-3ba4bc52 {
    -ms-grid-row-align: center;
        align-self: center;
    -ms-grid-column-align: stretch;
        justify-self: stretch;
  }
}