:root {
  --blue: #0098df;
}

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

.main-wrapper {
  min-height: 100vh;
  overflow: hidden;
}

.block-image {
  position: relative;
}

.element {
  position: absolute;
  inset: 0% 0% auto;
}

.element2 {
  position: absolute;
  inset: auto 0% -1%;
}

.el {
  z-index: 1;
  width: 80px;
  position: absolute;
  inset: 5% auto auto 4%;
}

.el-2 {
  z-index: 1;
  width: 64px;
  position: absolute;
  inset: auto -3% 14% auto;
}

.el-3 {
  z-index: 1;
  width: 32px;
  position: absolute;
  inset: auto auto 22% 1%;
}

.block-logo {
  z-index: 1;
  position: absolute;
  inset: 0% 0% auto;
}

.block-logo-2 {
  z-index: 1;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  padding: 2% 1% 1%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.logos-up {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 0%;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
}

.link-block {
  width: 108px;
}

.link-block-2 {
  justify-content: center;
  align-items: center;
  width: 124px;
  display: flex;
}

.link-block-3 {
  width: 120px;
}

.image-11 {
  width: 160px;
}

.block-heading {
  z-index: 2;
  position: static;
  inset: auto 0% 0%;
}

.heading {
  color: #000;
  max-width: 100%;
  font-family: Shantell Sans, sans-serif;
}

.block-1 {
  padding-top: 32px;
  padding-bottom: 32px;
  position: relative;
  overflow: hidden;
}

.sup-date-box {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  margin-bottom: 32px;
  padding-top: 0;
  display: grid;
}

.sup-text {
  color: #000;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
}

.date-text {
  color: #000;
  text-align: right;
  font-size: 16px;
  font-weight: 400;
}

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

.text-block {
  color: #000;
  margin-bottom: 24px;
  font-family: Gothic A1, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 150%;
}

.text-block._24 {
  margin-bottom: 0;
}

.container {
  z-index: 1;
  position: relative;
}

.block-2 {
  background-color: #1a7e52;
  padding-top: 32px;
  padding-bottom: 32px;
  position: relative;
  overflow: hidden;
}

.heading-2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Shantell Sans, sans-serif;
  line-height: 150%;
}

.text-block-2 {
  color: #fff;
  margin-bottom: 24px;
  font-family: Gothic A1, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 150%;
}

.text-block-2._24 {
  margin-bottom: 0;
}

.block-3 {
  padding-top: 32px;
  padding-bottom: 32px;
  position: relative;
  overflow: hidden;
}

.heading-3 {
  margin-top: 0;
  margin-bottom: 24px;
}

.priciples {
  margin-top: 32px;
  margin-bottom: 32px;
}

.forst {
  background-color: #eee0;
  border-radius: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 20px;
  display: flex;
}

.first-img {
  background-color: #eee0;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.image-12 {
  width: 100px;
  max-width: 100%;
}

.text-block-3 {
  color: #000;
  margin-bottom: 12px;
  font-size: 20px;
  line-height: 150%;
}

.text-block-4 {
  color: #000;
  font-family: Gothic A1, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.grid {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #f7f7f7;
  border-radius: 30px;
  grid-template-rows: auto;
  grid-template-columns: 4.75fr 1fr;
  margin-bottom: 8px;
}

.quote {
  background-color: #fff;
  border-radius: 30px;
  margin-top: 32px;
  padding: 20px;
}

.quote._2 {
  background-color: #1a7e52;
  margin-bottom: 32px;
}

.quote._32 {
  margin-bottom: 32px;
}

.icon-lapky {
  margin-bottom: 12px;
}

.text-block-5 {
  color: #000;
  font-family: Gothic A1, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.text-block-5._2 {
  color: #fff;
}

.italic-text {
  font-family: Gothic A1, sans-serif;
}

.block-5 {
  padding-top: 32px;
  padding-bottom: 32px;
  position: relative;
  overflow: hidden;
}

.blockfooter-2 {
  color: #fff;
  background-color: #fff;
  margin-left: 0;
  margin-right: 0;
  position: static;
}

.footertext-2 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 50px;
  padding-bottom: 50px;
  font-family: Gothic A1, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.link-4 {
  color: #000;
}

.image-13 {
  width: 80px;
  max-width: 100%;
}

.heading-4 {
  color: #000;
  line-height: 150%;
}

.block-icon {
  opacity: .2;
  width: 120px;
  position: absolute;
  inset: auto -2% 20% auto;
}

.block-icon2 {
  opacity: .2;
  width: 140px;
  position: absolute;
  inset: 29% auto auto -2%;
}

.block-car {
  justify-content: flex-end;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.image-14 {
  width: 164px;
}

.image-16, .image-17 {
  width: 80px;
  max-width: 100%;
}

.img {
  margin-top: 32px;
  margin-bottom: 32px;
}

.image-18, .image-19 {
  border-radius: 30px;
}

.bg-el {
  opacity: .1;
  position: absolute;
  inset: auto 0% 0%;
}

.bg-el-2 {
  opacity: .1;
  transform-style: preserve-3d;
  position: absolute;
  inset: auto 0% 0%;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.image-21 {
  width: 100%;
}

.text-span {
  padding-left: 12px;
}

.text-span-2 {
  color: #1a7e52;
  font-weight: 800;
}

.bg-el2 {
  opacity: .1;
  position: absolute;
  inset: 0% 0% auto;
}

@media screen and (min-width: 1280px) {
  .link-block-3 {
    width: 136px;
  }

  .blockfooter-2 {
    color: #fff;
  }

  .footertext-2 {
    color: #000;
  }
}

@media screen and (min-width: 1440px) {
  .link-block-3 {
    width: 152px;
  }

  .image-11 {
    width: 180px;
  }
}

@media screen and (min-width: 1920px) {
  .link-block {
    width: 148px;
  }

  .link-block-2 {
    justify-content: center;
    align-items: center;
    width: 180px;
    display: block;
  }

  .link-block-3 {
    width: 200px;
  }

  .image-11 {
    width: auto;
  }

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

@media screen and (max-width: 991px) {
  .main-wrapper {
    min-height: auto;
  }

  .heading {
    font-size: 32px;
  }

  .heading-2, .heading-3 {
    font-size: 28px;
  }

  .blockfooter-2 {
    margin-left: 0%;
    margin-right: 0%;
  }
}

@media screen and (max-width: 767px) {
  .main-wrapper {
    min-height: auto;
  }

  .heading {
    font-size: 27px;
    line-height: 150%;
  }

  .container2, .container {
    margin-left: 5%;
    margin-right: 5%;
  }

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

  .blockfooter-2 {
    margin-left: 0%;
    margin-right: 0%;
  }

  .container-2 {
    margin-left: 5%;
    margin-right: 5%;
  }

  .image-15, .image-20 {
    opacity: .2;
  }
}

@media screen and (max-width: 479px) {
  .main-wrapper {
    min-height: auto;
  }

  .element2 {
    inset: auto 0% 0%;
  }

  .block-logo-2 {
    padding: 2%;
  }

  .link-block {
    width: 88px;
  }

  .link-block-2 {
    width: 100px;
  }

  .image-11 {
    width: 120px;
  }

  .block-heading {
    position: static;
  }

  .heading {
    font-size: 27px;
    line-height: 150%;
  }

  .sup-date-box {
    margin-bottom: 20px;
  }

  .container2, .container {
    margin-left: 5%;
    margin-right: 5%;
  }

  .heading-2, .heading-3 {
    font-size: 24px;
  }

  .grid {
    flex-flow: column;
    display: flex;
  }

  .blockfooter-2 {
    margin-left: 0%;
    margin-right: 0%;
  }

  .container-2 {
    margin-left: 5%;
    margin-right: 5%;
  }

  .footertext-2 {
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 12px;
  }

  .block-icon {
    opacity: 100;
  }

  .block-icon2 {
    z-index: 1;
    opacity: 1;
  }

  .image-14 {
    width: 120px;
  }

  .bold-text {
    font-size: 27px;
    line-height: 150%;
  }

  .image-15 {
    opacity: .16;
  }

  .image-22, .image-23 {
    object-fit: cover;
    min-height: 50vh;
  }
}

#w-node-_33fa93cb-8006-d344-2e2e-496c99532ba5-d04ff147, #w-node-e90e04fe-4e73-ae99-a8fe-46f71341548e-d04ff147 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


