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

.head {
  float: none;
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-clip: border-box;
  max-width: none;
}

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

.nav-link {
  color: #504f4f;
  background-color: #0000;
}

.nav-link.button {
  perspective: none;
  color: #f0e9e9;
  text-align: center;
  background-color: #535353;
  border: 0 solid #b87474;
  border-radius: 6px;
  width: 100px;
  margin-top: 3px;
  margin-left: 20px;
  padding: 8px;
  top: 9px;
  transform: none;
}

.nav-link.button:hover {
  background-color: #ff057d;
}

.container {
  max-width: 840px;
  padding-left: 0;
}

.text-span-6 {
  color: #535353;
}

.image-19 {
  opacity: .7;
  margin: 8px -5px 4px 5px;
  padding-left: 5px;
}

.div-block-12 {
  display: inline-block;
}

.text-block-4 {
  color: #535353;
  white-space: normal;
  max-width: 70px;
  padding-left: 0;
  padding-right: 0;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
}

.div-block-11 {
  padding-left: 0;
  padding-right: 0;
  display: inline-block;
}

.div-block-10 {
  text-align: center;
  background-color: #97494900;
  margin-left: 5px;
  margin-right: 5px;
  display: inline-block;
}

.image-110 {
  margin-top: 5px;
  margin-right: 10px;
}

.container-11 {
  text-align: left;
  margin-top: 0;
  padding-left: 20px;
}

.image-21, .image-20 {
  opacity: .7;
  margin: 8px -5px 4px 10px;
  padding-left: 5px;
}

.footer {
  background-color: #fff;
  margin-top: 0;
  margin-bottom: 25px;
  padding-top: 20px;
  padding-bottom: 40px;
}

.paragraph-12 {
  color: #535353;
  text-align: center;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 10px;
  font-size: 12px;
  font-weight: 400;
}

.container-10 {
  text-align: left;
  margin-top: 10px;
  padding-left: 16px;
  padding-right: 0;
}

.container-9 {
  text-align: left;
  margin-top: 10px;
  padding-left: 20px;
}

.top {
  background-image: url('../images/top_bg.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.container_top {
  width: 1200px;
  max-width: 1200px;
  height: 1200px;
  position: relative;
}

.div-block_top1 {
  position: absolute;
  top: 140px;
  left: 100px;
}

.image_title {
  width: 60%;
  max-width: 60%;
  position: static;
  top: 220px;
  left: -60px;
}

.div-block_top2 {
  font-size: 20px;
  font-weight: 700;
  position: absolute;
  top: 450px;
  left: 210px;
}

.pricing-comparison {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-13 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.pricing-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.pricing-card {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 32px 24px;
  display: flex;
  position: relative;
  box-shadow: 0 4px 130px #96a3b51f;
}

.pricing-card.featured-pricing {
  z-index: 2;
  box-shadow: 0 4px 130px #96a3b54d;
}

.pricing-image {
  object-fit: cover;
  width: 80px;
  height: 80px;
  margin-bottom: 16px;
}

.pricing-title {
  margin-top: 10px;
  margin-bottom: 8px;
  font-size: 40px;
  font-weight: 500;
  line-height: 48px;
}

.pricing-subtitle {
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 20px;
}

.pricing-price {
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.paragraph-regular {
  font-size: 14px;
  line-height: 20px;
}

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

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.button-primary.outline-button {
  color: #1a1b1f;
  background-color: #0000;
  box-shadow: inset 0 0 0 1px #1a1b1f;
}

.button-primary.outline-button:hover {
  color: #fff;
  background-color: #1a1b1f;
}

.pricing-divider {
  background-color: #76879d1a;
  align-self: stretch;
  height: 1px;
  margin: 56px -24px 16px;
}

.pricing-feature-list {
  align-self: stretch;
}

.pricing-feature {
  background-image: url('../images/');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  align-self: stretch;
  margin-top: 16px;
  padding-left: 32px;
  font-size: 14px;
  line-height: 24px;
}

.pricing-tag {
  color: #3a4554;
  background-color: #fff;
  border-radius: 24px;
  padding: 7px 16px;
  position: absolute;
  top: -19px;
  box-shadow: 0 3px 10px #96a3b533;
}

.div-block_top3-1 {
  z-index: 2;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 120px;
  padding-right: 40px;
  display: grid;
  position: relative;
  top: 0;
}

.div-block_discount1 {
  background-color: #ff7a20;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.div-block_discount1-2 {
  background-color: #fff;
  border-radius: 20px;
  flex-flow: column;
  width: 100%;
  max-width: 100%;
  display: flex;
}

.paragraph_top1 {
  color: #000;
  text-align: center;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
  display: flex;
}

.heading_top1 {
  color: #000;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.pricing-overview {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.pricing-description {
  text-align: center;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}

.pricing-grid {
  grid-column-gap: 64px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.pricing-card-three {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.pricing-card-text {
  margin-bottom: 20px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.div-block_top3-2 {
  background-color: #061a3dcc;
  border-radius: 100px 0;
  position: relative;
  top: -140px;
}

.copywriting_top {
  color: #fff;
  margin-bottom: 0;
  padding: 180px 40px 60px;
  font-size: 20px;
  font-weight: 700;
  line-height: 40px;
}

.div-block_top3 {
  position: relative;
  top: 600px;
}

.paragraph_title {
  font-weight: 700;
}

.div-block_discount2 {
  background-color: #ff7a20;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.div-block_discount2-2 {
  background-color: #fff;
  border-radius: 20px;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  padding-top: 0;
  display: flex;
}

.div-block_discount3 {
  background-color: #ff7a20;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.div-block_discount3-2 {
  background-color: #fff;
  border-radius: 20px;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  padding-top: 0;
  display: flex;
}

.text-span-7, .text-span-8, .text-span-9, .text-span-10, .text-span-11, .text-span-12 {
  font-size: 18px;
}

.head_date1, .head_date2, .head_date3 {
  color: #fff;
}

.heading_top2, .heading_top3 {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.paragraph_top2, .paragraph_top3-1 {
  color: #000;
  text-align: center;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  display: flex;
}

.paragraph_top1-2 {
  color: #000;
  text-align: center;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
  display: flex;
}

.text-span-13, .text-span-14 {
  color: #ff7a20;
  font-size: 30px;
}

.paragraph_top2-2 {
  color: #000;
  text-align: center;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  display: flex;
}

.text-span-15, .text-span-16 {
  color: #ff7a20;
  font-size: 30px;
}

.paragraph_top3-2 {
  color: #000;
  text-align: center;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 5px;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  display: flex;
}

.paragraph_top3-3 {
  text-align: center;
  justify-content: center;
  align-items: flex-start;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  display: flex;
}

.text-span-17 {
  color: #ff7a20;
  font-size: 30px;
}

.text-span-18, .text-span-19 {
  color: #ff7a20;
  font-size: 28px;
}

.section_part1 {
  background-image: url('../images/part1_bg.jpg');
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: fixed;
}

.container_part1 {
  width: 1200px;
  max-width: 1200px;
  height: 2350px;
  position: relative;
}

.div-block_part1 {
  z-index: 2;
  position: absolute;
  top: 140px;
  left: 740px;
}

.div-block_part1-3 {
  z-index: 1;
  display: flex;
  position: absolute;
  top: 200px;
  left: 450px;
}

.div-block_part1-2 {
  position: absolute;
  top: -36px;
  left: 69px;
}

.image_part1-3 {
  width: 70%;
  max-width: 70%;
}

.image_part1 {
  width: 60%;
  max-width: 60%;
}

.image_part1-2 {
  width: 80%;
  max-width: 80%;
}

.div-block-13 {
  position: relative;
  top: 528px;
}

.div-block_part1-4 {
  background-color: #061a3dcc;
  border-radius: 0 100px;
  position: relative;
  top: 371px;
}

.copywriting_part1 {
  color: #fff;
  margin-bottom: 0;
  padding: 100px 40px 60px;
  font-size: 20px;
  font-weight: 700;
  line-height: 40px;
  position: static;
}

.container-14 {
  width: 1200px;
  max-width: 1200px;
}

.container-15 {
  background-color: #061a3dcc;
  width: 1200px;
  max-width: 1200px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
}

.div-block_part1-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #061a3dcc;
  border-radius: 20px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  padding: 40px;
  display: grid;
  position: relative;
  top: 400px;
}

.div-block_book {
  background-color: #fff;
  border: 1px #aaa;
  border-radius: 20px;
  justify-content: center;
  align-items: flex-start;
  display: block;
}

.paragraph_price1 {
  color: #000;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 16px;
  text-decoration: line-through;
}

.paragraph_price2 {
  color: #e30e00;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 26px;
  font-weight: 700;
}

.bold-text-5 {
  color: #ff3921;
  font-size: 18px;
}

.image_book {
  text-align: center;
  padding: 10px 10px 0;
}

.paragraph_name {
  color: #fff;
  text-align: center;
  background-color: #ff7a20;
  border-radius: 180px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
}

.container_book {
  color: #aaa;
  text-align: center;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0;
  padding: 0 20px 20px;
  font-size: 18px;
  line-height: 18px;
  text-decoration: none;
}

.paragraph_title-2 {
  color: #000;
  text-align: center;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
}

.div-block-14 {
  width: 70%;
  max-width: 70%;
  padding-top: 20px;
}

.section_part2 {
  background-image: url('../images/part2_bg.jpg');
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
}

.div-block_part2 {
  z-index: 2;
  position: absolute;
  top: 75px;
  left: 392px;
}

.container_part2 {
  width: 1200px;
  max-width: 1200px;
  height: 2400px;
  padding-top: 60px;
  position: relative;
}

.div-block_part2-2 {
  z-index: 1;
  justify-content: flex-end;
  display: flex;
  position: absolute;
  inset: 4% 0% auto auto;
}

.div-block_part2-3 {
  z-index: 1;
  display: flex;
  position: absolute;
  top: 232px;
  left: 57px;
}

.image_part2 {
  width: 60%;
  max-width: 60%;
}

.image_part2-2 {
  width: 70%;
  max-width: 70%;
}

.image_part2-3 {
  width: 60%;
  max-width: 60%;
}

.div-block_part2-4 {
  background-color: #061a3dcc;
  border-radius: 100px 0;
  position: relative;
  top: 371px;
}

.copywriting_part2 {
  z-index: 1;
  color: #fff;
  margin-bottom: 0;
  padding: 100px 40px 60px;
  font-size: 20px;
  font-weight: 700;
  line-height: 40px;
  position: relative;
}

.div-block_banner2 {
  width: 70%;
  max-width: 70%;
  padding-top: 20px;
}

.div-block_part2-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #061a3dcc;
  border-radius: 20px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  padding: 40px;
  display: grid;
  position: relative;
  top: 400px;
}

.div-block_banner {
  text-align: center;
  background-color: #fff;
  border: 1px #aaa;
  border-radius: 20px;
  justify-content: center;
  align-items: flex-start;
  padding: 20px;
  display: block;
}

.image-145 {
  width: 100%;
  height: 100%;
  max-height: 100%;
  display: inline-block;
}

.section_part3 {
  background-image: url('../images/part3_bg.jpg');
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: fixed;
}

.container_part3 {
  width: 1200px;
  max-width: 1200px;
  height: 2200px;
  padding-top: 60px;
  position: relative;
}

.div-block_part3 {
  z-index: 2;
  position: absolute;
  top: 75px;
  left: 392px;
}

.div-block_part3-2 {
  z-index: 1;
  justify-content: flex-start;
  display: flex;
  position: absolute;
  inset: 1% auto auto 0%;
}

.image_part3 {
  width: 60%;
  max-width: 60%;
}

.image_part3-2 {
  width: 70%;
  max-width: 70%;
}

.div-block_part3-3 {
  z-index: 1;
  justify-content: flex-end;
  display: flex;
  position: absolute;
  inset: 10% 16% auto auto;
}

.image_part3-3 {
  width: 60%;
  max-width: 60%;
}

.div-block_part3-4 {
  background-color: #061a3dcc;
  border-radius: 0 100px;
  position: relative;
  top: 371px;
}

.copywriting_part3 {
  z-index: 1;
  color: #fff;
  margin-bottom: 0;
  padding: 100px 40px 60px;
  font-size: 20px;
  font-weight: 700;
  line-height: 40px;
  position: relative;
}

.div-block_part3-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #061a3dcc;
  border-radius: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  padding: 40px;
  display: grid;
  position: relative;
  top: 400px;
}

.section_part4 {
  background-image: url('../images/part4_bg.jpg');
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
}

.container_part4 {
  width: 1200px;
  max-width: 1200px;
  height: 2100px;
  padding-top: 60px;
  position: relative;
}

.div-block_part4 {
  z-index: 2;
  justify-content: flex-end;
  display: flex;
  position: absolute;
  top: 95px;
  left: 26px;
}

.image_part4 {
  width: 60%;
  max-width: 60%;
}

.div-block_part4-2 {
  z-index: 2;
  justify-content: flex-end;
  display: flex;
  position: absolute;
  inset: 5% 6% auto auto;
}

.image_part4-2 {
  width: 70%;
  max-width: 70%;
}

.div-block_part4-3 {
  z-index: 1;
  display: flex;
  position: absolute;
  top: 232px;
  left: 57px;
}

.image_part4-3 {
  width: 60%;
  max-width: 60%;
}

.div-block_part4-4 {
  background-color: #061a3dcc;
  border-radius: 100px 0;
  position: relative;
  top: 371px;
}

.copywriting_part4 {
  z-index: 1;
  color: #fff;
  margin-bottom: 0;
  padding: 100px 40px 60px;
  font-size: 20px;
  font-weight: 700;
  line-height: 40px;
  position: relative;
}

.div-block_part4-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #061a3dcc;
  border-radius: 20px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  padding: 40px;
  display: grid;
  position: relative;
  top: 400px;
}

.section_part5 {
  background-image: url('../images/part5_bg.jpg');
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: fixed;
}

.container_part5 {
  width: 1200px;
  max-width: 1200px;
  height: 2100px;
  padding-top: 60px;
  position: relative;
}

.div-block_part5 {
  z-index: 2;
  position: absolute;
  top: 109px;
  left: 341px;
}

.image_part5 {
  width: 60%;
  max-width: 60%;
}

.div-block_part5-2 {
  z-index: 1;
  justify-content: flex-end;
  display: none;
  position: absolute;
  inset: 4% 0% auto auto;
}

.div-block_part5-3 {
  z-index: 1;
  display: flex;
  position: absolute;
  top: 232px;
  left: 57px;
}

.div-block_part5-4 {
  background-color: #061a3dcc;
  border-radius: 0 100px;
  position: relative;
  top: 371px;
}

.div-block_part5-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #061a3dcc;
  border-radius: 20px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  padding: 40px;
  display: grid;
  position: relative;
  top: 400px;
}

.copywriting_part5 {
  z-index: 1;
  color: #fff;
  margin-bottom: 0;
  padding: 100px 40px 60px;
  font-size: 20px;
  font-weight: 700;
  line-height: 40px;
  position: relative;
}

.image_part5-3 {
  width: 60%;
  max-width: 60%;
}

.image_part5-2 {
  width: 70%;
  max-width: 70%;
}

.section_part6 {
  background-image: url('../images/part6_bg.jpg');
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
}

.container_part6 {
  max-width: 1200px;
  height: 2850px;
  padding-top: 60px;
  position: relative;
}

.div-block_part6 {
  z-index: 2;
  position: absolute;
  top: 19px;
  left: 405px;
}

.image_part6 {
  width: 80%;
  max-width: 80%;
}

.div-block_part6-2 {
  z-index: 1;
  justify-content: flex-end;
  display: none;
  position: absolute;
  inset: 4% 0% auto auto;
}

.image_part6-2 {
  width: 70%;
  max-width: 70%;
}

.div-block_part6-3 {
  z-index: 1;
  display: flex;
  position: absolute;
  top: 232px;
  left: 57px;
}

.image_part6-3 {
  width: 60%;
  max-width: 60%;
}

.div-block_part6-4 {
  background-color: #061a3dcc;
  border-radius: 100px 0;
  position: relative;
  top: 371px;
}

.copywriting_part6 {
  z-index: 1;
  color: #fff;
  margin-bottom: 0;
  padding: 100px 40px 60px;
  font-size: 20px;
  font-weight: 700;
  line-height: 40px;
  position: relative;
}

.div-block_part6-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #061a3dcc;
  border-radius: 20px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  padding: 40px;
  display: grid;
  position: relative;
  top: 400px;
}

.section_part7 {
  background-image: url('../images/part7_bg.jpg');
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: fixed;
}

.container_part7 {
  width: 1200px;
  max-width: 1200px;
  height: 2100px;
  padding-top: 60px;
  position: relative;
}

.div-block_part7 {
  z-index: 2;
  position: absolute;
  top: 56px;
  left: 482px;
}

.image_part7 {
  width: 80%;
  max-width: 80%;
}

.div-block_part7-2 {
  z-index: 1;
  justify-content: flex-end;
  display: none;
  position: absolute;
  inset: 4% 0% auto auto;
}

.image_part7-2 {
  width: 70%;
  max-width: 70%;
}

.div-block_part7-3 {
  z-index: 1;
  display: flex;
  position: absolute;
  top: 232px;
  left: 57px;
}

.div-block_part7-4 {
  background-color: #061a3dcc;
  border-radius: 0 100px;
  position: relative;
  top: 371px;
}

.div-block_part7-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #061a3dcc;
  border-radius: 20px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  padding: 40px;
  display: grid;
  position: relative;
  top: 400px;
}

.image_part7-3 {
  width: 60%;
  max-width: 60%;
}

.copywriting_part7 {
  z-index: 1;
  color: #fff;
  margin-bottom: 0;
  padding: 100px 40px 60px;
  font-size: 20px;
  font-weight: 700;
  line-height: 40px;
  position: relative;
}

.section_part8 {
  background-image: url('../images/part8_bg.jpg');
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
}

.container_part8 {
  width: 1200px;
  max-width: 1200px;
  height: 2100px;
  padding-top: 60px;
  position: relative;
}

.div-block_part9 {
  z-index: 2;
  position: absolute;
  top: 95px;
  left: 392px;
}

.image_part8 {
  width: 90%;
  max-width: 90%;
}

.div-block_part8-2 {
  z-index: 1;
  justify-content: flex-end;
  display: none;
  position: absolute;
  inset: 4% 0% auto auto;
}

.div-block_part8-3 {
  z-index: 1;
  display: flex;
  position: absolute;
  top: 160px;
  left: 57px;
}

.div-block_part8-4 {
  background-color: #061a3dcc;
  border-radius: 100px 0;
  position: relative;
  top: 300px;
}

.div-block_part8-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #061a3dcc;
  border-radius: 20px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  padding: 40px;
  display: grid;
  position: relative;
  top: 330px;
}

.image_part8-2 {
  width: 70%;
  max-width: 70%;
}

.image_part8-3 {
  width: 60%;
  max-width: 60%;
}

.copywriting_part8 {
  z-index: 1;
  color: #fff;
  margin-bottom: 0;
  padding: 100px 40px 60px;
  font-size: 20px;
  font-weight: 700;
  line-height: 40px;
  position: relative;
}

.section_part9 {
  background-image: url('../images/part9_bg.jpg');
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: fixed;
}

.container_part9 {
  width: 1200px;
  max-width: 1200px;
  height: 2400px;
  padding-top: 60px;
  position: relative;
}

.div-block_part9-2 {
  z-index: 1;
  justify-content: flex-end;
  display: flex;
  position: absolute;
  inset: 4% 0% auto auto;
}

.div-block_part9-3 {
  z-index: 1;
  display: flex;
  position: absolute;
  top: 177px;
  left: 57px;
}

.div-block_part9-4 {
  background-color: #061a3dcc;
  border-radius: 0 100px;
  position: relative;
  top: 324px;
}

.div-block_part9-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #061a3dcc;
  border-radius: 20px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  padding: 40px;
  display: grid;
  position: relative;
  top: 364px;
}

.image_part9 {
  width: 80%;
  max-width: 80%;
}

.image_part9-2 {
  width: 70%;
  max-width: 70%;
}

.image_part9-3 {
  width: 60%;
  max-width: 60%;
}

.copywriting_part9 {
  z-index: 1;
  color: #fff;
  margin-bottom: 0;
  padding: 100px 40px 60px;
  font-size: 20px;
  font-weight: 700;
  line-height: 40px;
  position: relative;
}

.section_part10 {
  background-image: url('../images/part10_bg.jpg');
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
}

.container_part10 {
  width: 1200px;
  max-width: 1200px;
  height: 2700px;
  padding-top: 60px;
  position: relative;
}

.div-block_part10 {
  z-index: 2;
  justify-content: flex-end;
  display: flex;
  position: absolute;
  top: 103px;
  left: 324px;
}

.div-block_part10-2 {
  z-index: 1;
  justify-content: flex-end;
  display: flex;
  position: absolute;
  inset: 3% auto auto -8%;
}

.div-block_part10-3 {
  z-index: 1;
  justify-content: flex-start;
  display: flex;
  position: absolute;
  inset: 11% auto auto 24%;
}

.div-block_part10-4 {
  background-color: #061a3dcc;
  border-radius: 100px 0;
  position: relative;
  top: 371px;
}

.div-block_part10-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #061a3dcc;
  border-radius: 20px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  padding: 40px;
  display: grid;
  position: relative;
  top: 400px;
}

.image_part10 {
  width: 60%;
  max-width: 60%;
}

.image_part10-2 {
  width: 70%;
  max-width: 70%;
}

.image_part10-3 {
  width: 60%;
  max-width: 60%;
}

.copywriting_part10 {
  z-index: 1;
  color: #fff;
  margin-bottom: 0;
  padding: 100px 40px 60px;
  font-size: 20px;
  font-weight: 700;
  line-height: 40px;
  position: relative;
}

.paragraph_name2 {
  color: #fff;
  text-align: center;
  background-color: #b35517;
  border-radius: 180px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
}

.paragraph_name3 {
  color: #fff;
  text-align: center;
  background-color: #6f350e;
  border-radius: 180px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
}

.div-block_part8 {
  z-index: 2;
  position: absolute;
  top: 109px;
  left: 531px;
}

.paragraph_name4 {
  color: #fff;
  text-align: center;
  background-color: #3391bb;
  border-radius: 180px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
}

.paragraph_name5 {
  color: #fff;
  text-align: center;
  background-color: #1d4975;
  border-radius: 180px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
}

.section {
  background-color: #061a3d;
}

.section_part11 {
  background-color: #ff7a20;
}

.container-16 {
  width: 1200px;
  max-width: 1200px;
  padding-top: 60px;
  padding-bottom: 100px;
}

.div-block-15 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-16 {
  justify-content: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.image-146 {
  width: 25%;
  max-width: 25%;
}

.div-block_banner_part11 {
  text-align: center;
  background-color: #fff;
  border: 1px #aaa;
  border-radius: 20px;
  justify-content: center;
  align-items: flex-start;
  padding: 20px;
  display: block;
}

.container-note_bg {
  max-width: 1200px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.container-note1 {
  text-align: left;
  max-width: 100%;
  margin-left: 60px;
  margin-right: 60px;
}

.heading-note5 {
  color: #fff;
  text-align: left;
  background-color: #020202;
  padding-left: 20px;
  font-size: 30px;
}

.bold-text-note2 {
  color: #fff;
}

.paragraph-note2 {
  color: #fff;
  text-align: justify;
  margin-bottom: auto;
  font-size: 20px;
  font-weight: 700;
  line-height: 38px;
}

.container-note3 {
  text-align: left;
  max-width: 100%;
  margin-left: 60px;
  margin-right: 60px;
}

.heading-note4 {
  color: #fff;
  text-align: left;
  background-color: #020202;
  padding-left: 20px;
  font-size: 30px;
}

.container-note2 {
  text-align: left;
  max-width: 100%;
  margin-left: 60px;
  margin-right: 60px;
}

.paragraph-note5 {
  color: #262633;
  text-align: justify;
  margin-bottom: auto;
  font-size: 20px;
  font-weight: 700;
  line-height: 38px;
}

.paragraph-note1 {
  color: #fff;
  text-align: justify;
  margin-bottom: auto;
  font-size: 20px;
  font-weight: 700;
  line-height: 38px;
}

.container-note5 {
  text-align: left;
  max-width: 100%;
  margin-left: 60px;
  margin-right: 60px;
}

.paragraph-note4 {
  color: #262633;
  text-align: justify;
  margin-bottom: auto;
  font-size: 20px;
  font-weight: 700;
  line-height: 38px;
}

.container-note4 {
  text-align: left;
  max-width: 100%;
  margin-left: 60px;
  margin-right: 60px;
}

.heading-note2 {
  color: #fff;
  text-align: left;
  background-color: #885c10;
  border-radius: 10px;
  padding-left: 20px;
  font-size: 30px;
}

.heading-note1 {
  color: #fff;
  text-align: left;
  background-color: #f7cc71;
  border-radius: 10px;
  padding-left: 20px;
  font-size: 30px;
}

.heading-note3 {
  color: #fff;
  text-align: left;
  background-color: #020202;
  padding-left: 20px;
  font-size: 30px;
}

.bold-text-note1 {
  color: #fff;
}

.paragraph-note3 {
  color: #262633;
  text-align: justify;
  margin-bottom: auto;
  font-size: 20px;
  font-weight: 700;
  line-height: 38px;
}

.link-2 {
  color: #262633;
  text-align: right;
}

.body {
  background-color: #000;
}

.container-note1-copy {
  text-align: left;
  max-width: 100%;
  margin-left: 60px;
  margin-right: 60px;
}

.nav-r_bg {
  z-index: 999;
  display: inline-block;
  position: relative;
}

.nav_r {
  z-index: 3;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  aspect-ratio: auto;
  text-align: right;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 40px;
  margin-left: 8px;
  margin-right: 0;
  padding-top: 0;
  padding-left: 0;
  display: flex;
  position: fixed;
  inset: auto 0% 0% auto;
  overflow: hidden;
}

.link-block-22 {
  background-color: #58241800;
  text-decoration: none;
}

.div-block-95-copy {
  color: #fff;
  background-color: #5e9ec8;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px;
  font-size: 18px;
  font-weight: 700;
  display: inline-block;
}

.div-block-95 {
  color: #fff;
  background-color: #995466;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px;
  font-size: 18px;
  font-weight: 700;
  display: inline-block;
}

.link-block-25 {
  background-color: #695e4200;
  text-decoration: none;
}

.link-block-26 {
  background-color: #58241800;
}

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

.bold-text-10 {
  color: #ff3921;
  font-size: 18px;
}

.paragraph_title-3 {
  color: #000;
  text-align: center;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
}

.image-147 {
  width: 100%;
  height: 100%;
  max-height: 100%;
  display: inline-block;
}

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

.bold-text-12 {
  color: #ff3921;
  font-size: 18px;
}

.paragraph_title-4 {
  color: #000;
  text-align: center;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
}

.image-148 {
  width: 100%;
  height: 100%;
  max-height: 100%;
  display: inline-block;
}

.bold-text-13 {
  color: #ff3921;
  font-size: 18px;
}

.paragraph_title-5 {
  color: #000;
  text-align: center;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
}

.div-block_part4-5-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #061a3dcc;
  border-radius: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  padding: 40px;
  display: grid;
  position: relative;
  top: 400px;
}

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

.paragraph_title-6 {
  color: #000;
  text-align: center;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
}

.bold-text-15 {
  color: #ff3921;
  font-size: 18px;
}

.div-block_part5-5-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #061a3dcc;
  border-radius: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  padding: 40px;
  display: grid;
  position: relative;
  top: 400px;
}

.paragraph_title-7 {
  color: #000;
  text-align: center;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
}

.div-block_part6-5-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #061a3dcc;
  border-radius: 20px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  padding: 40px;
  display: grid;
  position: relative;
  top: 400px;
}

.bold-text-16 {
  color: #ff3921;
  font-size: 18px;
}

.paragraph_title-8 {
  color: #000;
  text-align: center;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
}

.image-149 {
  width: 100%;
  height: 100%;
  max-height: 100%;
  display: inline-block;
}

.bold-text-17 {
  color: #ff3921;
  font-size: 18px;
}

.paragraph_title-9 {
  color: #000;
  text-align: center;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
}

.div-block_part7-5-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #061a3dcc;
  border-radius: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  padding: 40px;
  display: grid;
  position: relative;
  top: 400px;
}

.bold-text-18 {
  color: #ff3921;
  font-size: 18px;
}

.paragraph_title-10 {
  color: #000;
  text-align: center;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
}

.div-block_part8-5-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #061a3dcc;
  border-radius: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  padding: 40px;
  display: grid;
  position: relative;
  top: 330px;
}

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

.paragraph_title-11 {
  color: #000;
  text-align: center;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
}

.image-150 {
  width: 100%;
  height: 100%;
  max-height: 100%;
  display: inline-block;
}

.paragraph_price3 {
  color: #000;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 16px;
  text-decoration: none;
}

.section-top {
  text-align: right;
  background-color: #0000;
  background-image: url('../images/top.jpg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom: 1px solid #e4ebf3;
  justify-content: center;
  max-width: 100%;
  padding: 20px 30px;
  display: flex;
  position: relative;
}

.container-top {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: -20px;
}

.wrapper-top {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  position: static;
  top: -51px;
}

.block-top {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 100%;
  display: flex;
}

.title-1 {
  width: 70%;
  max-width: 70%;
}

.paragram-top {
  color: #070837;
  text-align: left;
  margin: -20px 0 20px;
  padding-left: 100px;
  padding-right: 100px;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
}

.button-top {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #c86544;
  padding: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: all .2s;
}

.button-top:hover {
  color: #fff;
  background-color: #9c4f35;
}

.button-top:active {
  background-color: #43464d;
}

.paragram-top2 {
  color: #fff;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 26px;
  font-weight: 700;
}

.paragram-top3 {
  color: #fff;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
}

.div-block-96 {
  z-index: 0;
  background-color: #0000;
  padding: 10px;
  font-size: 20px;
  position: static;
  top: -177px;
}

.container1 {
  max-width: 1200px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.grid-1 {
  grid-column-gap: 19px;
  grid-row-gap: 20px;
  background-color: #0000004d;
  grid-template-rows: auto auto;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 40px;
  display: grid;
}

.paragraph-14 {
  color: #fff;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 36px;
}

.image-151 {
  display: inline-block;
}

.link-block {
  z-index: 2;
  position: static;
  left: 296px;
}

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

.image1 {
  z-index: 5;
  width: 40%;
  max-width: 40%;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

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

.div-block--1 {
  background-color: #0000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.div-block--3, .div-block--4 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.image2 {
  z-index: 5;
  width: 40%;
  max-width: 40%;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.container2 {
  max-width: 1200px;
}

.grid-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  margin-top: 40px;
  margin-bottom: 100px;
}

.paragraph-1 {
  color: #000;
  text-align: justify;
  font-size: 18px;
  font-weight: 700;
  line-height: 36px;
  position: static;
}

.image-152 {
  max-width: 80%;
  box-shadow: 0 2px 20px 10px #0003;
}

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

.image-153 {
  max-width: 80%;
  box-shadow: 0 2px 20px 10px #0003;
}

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

.image-114 {
  width: 60%;
  max-width: 60%;
}

.grid-4 {
  background-color: #fff3;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 100px;
  margin-bottom: 60px;
  padding: 30px 30px 20px;
  line-height: 40px;
  box-shadow: inset 0 2px 20px 10px #0003;
}

.section-2 {
  background-image: url('../images/bg3.jpg');
  background-position: 0 0;
  background-size: contain;
}

.container-p1 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-a {
  color: #fff;
  background-color: #c86544;
  border-radius: 360px;
  margin-top: 0;
  margin-bottom: 20px;
  padding: 15px 20px;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
}

.button-a:hover {
  background-color: #ac4041;
}

.container3 {
  width: 1200px;
  max-width: 1200px;
}

.grid-part1-1 {
  background-color: #0000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 0;
  margin-bottom: 0;
  padding: 30px 30px 20px;
  line-height: 40px;
}

.grid-5 {
  background-color: #fff3;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 100px;
  margin-bottom: 60px;
  padding: 30px 30px 20px;
  line-height: 40px;
  box-shadow: inset 0 2px 20px 10px #0003;
}

.paragraph-15 {
  color: #fff;
  text-align: left;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
}

.grid-6 {
  background-color: #fff3;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 100px;
  margin-bottom: 60px;
  padding: 30px 30px 20px;
  line-height: 40px;
  box-shadow: inset 0 2px 20px 10px #0003;
}

.section-1 {
  background-image: url('../images/bg2.jpg');
  background-position: 0 0;
  background-size: contain;
  background-attachment: fixed;
  padding-top: 40px;
}

.paragraph-2 {
  color: #fff;
  text-align: justify;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 700;
  line-height: 36px;
}

.container-part1 {
  background-color: #0000;
  width: 100%;
  max-width: 100%;
  margin-top: 100px;
  padding-left: 40px;
  padding-right: 40px;
}

.grid-part1-3 {
  background-color: #0000004d;
  border: 10px #c86544;
  border-radius: 0;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin: 0 0 60px;
  padding: 30px 60px 20px;
  line-height: 40px;
}

.heading {
  justify-content: flex-start;
  margin-top: -32px;
  display: flex;
}

.text-span-20 {
  color: #fff;
  background-color: #c86544;
  border: 5px solid #c86544;
  border-radius: 0 0 180px 180px;
  padding: 5px 40px;
}

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

.container-part2 {
  background-color: #0000;
  width: 100%;
  max-width: 100%;
  margin-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
}

.grid-part2-1 {
  background-color: #0000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 0;
  margin-bottom: 0;
  padding: 30px 30px 20px;
  line-height: 40px;
}

.grid-part1-2, .grid-part2-2, .grid-part2-3 {
  background-color: #0000004d;
  border: 10px #c86544;
  border-radius: 0;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin: 0 0 60px;
  padding: 30px 60px 20px;
  line-height: 40px;
}

.container-part3 {
  background-color: #0000;
  width: 100%;
  max-width: 100%;
  margin-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
}

.grid-part3-1 {
  background-color: #0000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 0;
  margin-bottom: 0;
  padding: 30px 30px 20px;
  line-height: 40px;
}

.grid-part3-2, .grid-part3-3 {
  background-color: #0000004d;
  border: 10px #c86544;
  border-radius: 0;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin: 0 0 60px;
  padding: 30px 60px 20px;
  line-height: 40px;
}

.container-part4 {
  background-color: #0000;
  width: 100%;
  max-width: 100%;
  margin-top: 40px;
  margin-bottom: 100px;
  padding-left: 40px;
  padding-right: 40px;
}

.grid-part4-1 {
  background-color: #0000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 0;
  margin-bottom: 0;
  padding: 30px 30px 20px;
  line-height: 40px;
}

.grid-part4-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #0000004d;
  border: 10px #c86544;
  border-radius: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin: 0 0 60px;
  padding: 60px;
  line-height: 40px;
}

.grid-part3-4, .grid-part3-5, .grid-part3-6 {
  background-color: #0000004d;
  border: 10px #c86544;
  border-radius: 0;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin: 0 0 60px;
  padding: 30px 60px 20px;
  line-height: 40px;
}

.section-3 {
  background-image: url('../images/bg4.jpg');
  background-position: 50%;
  background-size: auto;
}

.grid-2-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  margin-top: 0;
  margin-bottom: 40px;
}

.heading-2 {
  color: #000;
}

.paragraph-13 {
  color: #000;
  text-align: justify;
  font-size: 18px;
  font-weight: 700;
  line-height: 36px;
}

.container4 {
  max-width: 1200px;
  padding-top: 80px;
  padding-bottom: 80px;
}

.text-span-20-copy {
  color: #fff;
  background-color: #c86544;
  border: 5px solid #c86544;
  border-radius: 360px;
  padding: 5px 40px;
}

.text-span-20-copy-copy {
  color: #fff;
  background-color: #c86544;
  border: 5px solid #c86544;
  border-radius: 0 0 360px 360px;
  padding: 5px 40px;
}

.image-154 {
  position: relative;
  top: -191px;
}

.div-block-101 {
  background-image: url('../images/cloud1.png');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  max-width: 100%;
  height: 450px;
  max-height: 500px;
  position: relative;
  top: -217px;
}

.text-span-21 {
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 30px;
  font-weight: 700;
}

.section-4 {
  background-image: url('../images/bg1.jpg');
  background-position: 0 0;
  background-size: auto;
  background-attachment: fixed;
}

.grid-part2-4, .grid-part2-5 {
  background-color: #0000004d;
  border: 10px #c86544;
  border-radius: 0;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin: 0 0 60px;
  padding: 30px 60px 20px;
  line-height: 40px;
}

.heading-3 {
  color: #fff;
  text-align: center;
  background-color: #c86544;
  border-radius: 0 0 360px 360px;
  margin: 0 20px;
  padding: 10px;
}

.div-block-102 {
  margin-top: -41px;
}

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

.text-span-22, .text-span-23, .text-span-24 {
  background-color: #000;
}

.text-span-25, .text-span-26, .text-span-27 {
  background-color: #885c10;
}

.paragraph-note1-2 {
  color: #fff;
  text-align: justify;
  margin-bottom: auto;
  font-size: 20px;
  font-weight: 700;
  line-height: 38px;
  display: block;
}

.heading-note1-2 {
  color: #fff;
  text-align: left;
  background-color: #885c10;
  border-radius: 10px;
  max-width: 100%;
  padding-left: 20px;
  font-size: 30px;
}

.container-note-4 {
  text-align: left;
  max-width: 100%;
  margin-left: 60px;
  margin-right: 60px;
}

.container-note-1 {
  text-align: left;
  width: auto;
  max-width: 100%;
  margin-left: 60px;
  margin-right: 60px;
}

.container-note-3 {
  text-align: left;
  max-width: 100%;
  margin-left: 60px;
  margin-right: 60px;
}

.container-note_bg-2 {
  color: #fff;
  max-width: 1200px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.link-3 {
  color: #fff;
  -webkit-text-decoration: underline #fff;
  text-decoration: underline #fff;
}

@media screen and (min-width: 1280px) {
  .div-block_discount3-2 {
    flex: 1;
    padding-top: 0;
  }

  .head_date2, .head_date3 {
    color: #fff;
  }

  .paragraph_top3-1 {
    margin-bottom: 0;
  }

  .text-span-16 {
    font-size: 30px;
  }

  .paragraph_top3-2, .paragraph_top3-3 {
    margin-bottom: 0;
  }

  .container_part1 {
    height: 2340px;
  }

  .div-block_book {
    display: block;
  }

  .container_part2 {
    height: 2420px;
  }

  .div-block_banner {
    display: block;
  }

  .container_part3 {
    height: 2100px;
  }

  .container_part5, .container_part6, .container_part7, .container_part9 {
    height: 2450px;
  }

  .container_part10 {
    height: 2650px;
  }

  .div-block_banner_part11 {
    display: block;
  }

  .nav-r_bg {
    display: inline-block;
  }

  .section-top {
    padding-bottom: 20px;
  }

  .container-top {
    max-width: 100%;
    top: -30px;
  }

  .wrapper-top {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .block-top {
    max-width: 80%;
  }

  .title-1 {
    width: 100%;
    max-width: 60%;
  }

  .paragram-top {
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .button-top, .paragram-top2 {
    font-size: 24px;
  }
}

@media screen and (min-width: 1440px) {
  .div-block_top1 {
    top: 168px;
  }

  .div-block_top2 {
    top: 487px;
  }

  .div-block_discount3-2 {
    padding-top: 0;
  }

  .container_part2 {
    height: 2420px;
  }

  .container_part4, .container_part5, .container_part6 {
    height: 2450px;
  }

  .container_part7, .container_part9 {
    height: 2420px;
  }

  .container_part10 {
    height: 2650px;
  }

  .section-top {
    padding-top: 140px;
    padding-bottom: 20px;
  }

  .container-top {
    max-width: 100%;
    top: -120px;
  }

  .wrapper-top {
    padding-top: 20px;
    padding-bottom: 0;
  }

  .block-top {
    max-width: 60%;
  }

  .title-1 {
    width: 100%;
    max-width: 70%;
  }

  .paragram-top {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (min-width: 1920px) {
  .top {
    background-size: cover;
  }

  .container_top {
    height: 1500px;
  }

  .div-block_top1 {
    top: 280px;
    left: -60px;
  }

  .image_title {
    width: 80%;
    max-width: 80%;
  }

  .div-block_top2 {
    top: 700px;
    left: 70px;
  }

  .div-block_discount1-2 {
    text-align: left;
    justify-content: center;
  }

  .div-block_top3 {
    top: 822px;
  }

  .paragraph_title {
    font-size: 30px;
  }

  .div-block_discount3-2 {
    padding-top: 0;
  }

  .container_part1 {
    height: 2350px;
  }

  .div-block_part1-2 {
    top: -80px;
  }

  .div-block_part1-4 {
    top: 350px;
  }

  .container-15 {
    margin-top: -120px;
  }

  .section_part2 {
    background-position: 0 0;
    background-size: auto;
    background-attachment: scroll;
  }

  .container_part2 {
    height: 2420px;
  }

  .div-block_part2-2 {
    top: 85px;
  }

  .div-block_part2-4 {
    top: 350px;
  }

  .section_part3 {
    background-position: 0 0;
    background-size: auto;
  }

  .div-block_part3-4 {
    top: 350px;
  }

  .section_part4 {
    background-position: 0 0;
    background-size: auto;
  }

  .container_part4 {
    height: 2450px;
  }

  .div-block_part4-4 {
    top: 350px;
  }

  .section_part5 {
    background-size: contain;
  }

  .container_part5 {
    height: 2450px;
  }

  .div-block_part5 {
    top: 69px;
  }

  .image_part5 {
    width: 70%;
    max-width: 70%;
  }

  .div-block_part5-4 {
    top: 350px;
  }

  .container_part6 {
    width: 1200px;
    height: 2450px;
  }

  .div-block_part6-4, .div-block_part7-4 {
    top: 350px;
  }

  .container_part8 {
    height: 2450px;
  }

  .div-block_part8-4 {
    top: 350px;
  }

  .div-block_part8-5 {
    top: 394px;
  }

  .div-block_part9-4 {
    top: 350px;
  }

  .div-block_part9-5 {
    top: 394px;
  }

  .container_part10 {
    height: 2700px;
  }

  .div-block_part10-4 {
    top: 350px;
  }

  .container-16 {
    padding-top: 80px;
  }

  .nav-r_bg {
    display: flex;
  }

  .div-block_part8-5-2 {
    top: 394px;
  }

  .section-top {
    background-position: 0%;
    background-size: cover;
    padding-top: 140px;
    padding-bottom: 20px;
  }

  .container-top {
    max-width: 100%;
    top: -101px;
  }

  .wrapper-top {
    justify-content: center;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
    top: -200px;
  }

  .block-top {
    max-width: 60%;
  }

  .title-1 {
    width: 100%;
    max-width: 80%;
  }

  .paragram-top {
    margin-top: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .paragram-top2 {
    line-height: 48px;
  }

  .section-2 {
    background-image: url('../images/bg3.jpg');
    background-position: 0 0;
    background-size: auto;
    background-attachment: fixed;
  }

  .section-1 {
    background-image: url('../images/bg2.jpg');
  }

  .heading {
    justify-content: flex-start;
  }

  .grid-part1-2 {
    background-color: #0000004d;
    border-style: none;
  }
}

@media screen and (max-width: 991px) {
  .menu-button-2 {
    clear: right;
    color: #333;
    position: relative;
  }

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

  .icon {
    color: #333;
  }

  .container {
    max-width: 725px;
  }

  .nav-menu-2 {
    background-color: #fff2f2;
  }

  .image-110 {
    margin-top: 5px;
    margin-right: 10px;
  }

  .container_top {
    width: 100%;
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block_top1 {
    inset: 4% 0% 0% 4%;
  }

  .image_title {
    width: 55%;
    max-width: 5560%;
  }

  .div-block_top2 {
    top: 270px;
    left: 70px;
  }

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

  .pricing-wrapper {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .pricing-card {
    width: 350px;
  }

  .div-block_top3-1 {
    grid-auto-flow: row;
    padding-left: 60px;
  }

  .div-block_discount1, .div-block_discount1-2 {
    border-radius: 15px;
  }

  .paragraph_top1 {
    flex-flow: wrap;
    font-size: 18px;
  }

  .heading_top1 {
    font-size: 26px;
  }

  .pricing-grid {
    grid-column-gap: 30px;
  }

  .copywriting_top {
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 18px;
  }

  .div-block_discount2-2 {
    border-radius: 15px;
    padding-top: 0;
  }

  .div-block_discount3-2 {
    padding-top: 0;
  }

  .paragraph_top2, .paragraph_top3-1 {
    flex-flow: wrap;
    font-size: 18px;
  }

  .paragraph_top1-2, .paragraph_top2-2 {
    font-size: 18px;
  }

  .paragraph_top3-2 {
    font-size: 19px;
  }

  .text-span-18, .text-span-19 {
    font-size: 20px;
  }

  .container_part1 {
    width: 100%;
    max-width: 100%;
    height: 1950px;
    margin-left: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block_part1 {
    justify-content: flex-end;
    display: flex;
    inset: 6% 5% auto 44%;
  }

  .div-block_part1-3 {
    justify-content: flex-end;
    inset: 9% 8% auto 3%;
  }

  .div-block_part1-2 {
    inset: -3% auto auto 0%;
  }

  .copywriting_part1 {
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block_part1-5 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding: 20px;
  }

  .div-block_book {
    border-radius: 10px;
    flex-flow: column;
  }

  .paragraph_name {
    justify-content: center;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 16px;
    line-height: 28px;
    display: flex;
  }

  .container_book {
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph_title-2 {
    font-size: 16px;
    line-height: 28px;
  }

  .div-block_part2 {
    justify-content: center;
    display: none;
    inset: 4% auto auto 5%;
  }

  .container_part2 {
    width: 100%;
    max-width: 95%;
    height: 2020px;
  }

  .image_part2 {
    width: 40%;
    max-width: 40%;
  }

  .div-block_part2-4 {
    top: 331px;
  }

  .copywriting_part2 {
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block_part2-5 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    padding: 20px;
    top: 372px;
  }

  .div-block_banner {
    flex-flow: column;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container_part3 {
    width: 100%;
    max-width: 95%;
    height: 1800px;
  }

  .div-block_part3 {
    justify-content: center;
    display: none;
    inset: 4% auto auto 5%;
  }

  .image_part3 {
    width: 40%;
    max-width: 40%;
  }

  .image_part3-2 {
    width: 60%;
    max-width: 60%;
  }

  .div-block_part3-3 {
    top: 251px;
  }

  .div-block_part3-4 {
    top: 331px;
  }

  .copywriting_part3 {
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block_part3-5 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    padding: 20px;
    top: 372px;
  }

  .container_part4 {
    width: 100%;
    max-width: 95%;
    height: 1900px;
  }

  .div-block_part4 {
    justify-content: flex-start;
    display: flex;
    inset: 1% auto auto 5%;
  }

  .image_part4 {
    width: 50%;
    max-width: 50%;
  }

  .div-block_part4-2 {
    z-index: 2;
    inset: -1% 0% auto -37px;
  }

  .image_part4-2 {
    width: 50%;
    max-width: 50%;
  }

  .div-block_part4-3 {
    z-index: 2;
    top: 171px;
  }

  .div-block_part4-4 {
    top: 204px;
  }

  .copywriting_part4 {
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block_part4-5 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    padding: 20px;
    top: 243px;
  }

  .container_part5 {
    width: 100%;
    max-width: 95%;
    height: 1920px;
  }

  .div-block_part5 {
    justify-content: flex-end;
    display: flex;
    inset: 3% auto auto 19%;
  }

  .image_part5 {
    width: 60%;
    max-width: 60%;
  }

  .div-block_part5-3 {
    top: 205px;
  }

  .div-block_part5-4 {
    top: 251px;
  }

  .div-block_part5-5 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    padding: 20px;
    top: 278px;
  }

  .copywriting_part5 {
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container_part6 {
    width: 100%;
    max-width: 95%;
    height: 2000px;
  }

  .div-block_part6 {
    justify-content: flex-end;
    display: flex;
    inset: 3% auto auto 17%;
  }

  .image_part6 {
    width: 60%;
    max-width: 60%;
  }

  .div-block_part6-4 {
    top: 273px;
  }

  .copywriting_part6 {
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block_part6-5 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    padding: 20px;
    top: 307px;
  }

  .container_part7 {
    width: 100%;
    max-width: 95%;
    height: 1940px;
  }

  .div-block_part7 {
    justify-content: flex-end;
    display: flex;
    inset: 3% auto auto 33%;
  }

  .image_part7 {
    width: 60%;
    max-width: 60%;
  }

  .div-block_part7-3 {
    top: 198px;
  }

  .div-block_part7-4 {
    top: 245px;
  }

  .div-block_part7-5 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    padding: 20px;
    top: 286px;
  }

  .copywriting_part7 {
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container_part8 {
    width: 100%;
    max-width: 95%;
    height: 1940px;
  }

  .div-block_part9 {
    justify-content: flex-end;
    display: flex;
    inset: 77px auto auto 13%;
  }

  .image_part8 {
    width: 60%;
    max-width: 60%;
  }

  .div-block_part8-3 {
    top: 210px;
  }

  .div-block_part8-4 {
    top: 258px;
  }

  .div-block_part8-5 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    padding: 20px;
    top: 312px;
  }

  .copywriting_part8 {
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container_part9 {
    width: 100%;
    max-width: 95%;
    height: 1900px;
  }

  .div-block_part9-3 {
    top: 146px;
  }

  .div-block_part9-4 {
    top: 226px;
  }

  .div-block_part9-5 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    padding: 20px;
    top: 262px;
  }

  .image_part9 {
    width: 60%;
    max-width: 60%;
  }

  .copywriting_part9 {
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container_part10 {
    width: 100%;
    max-width: 95%;
    height: 2000px;
  }

  .div-block_part10 {
    justify-content: flex-end;
    display: flex;
    inset: 46px auto auto 5%;
  }

  .div-block_part10-2 {
    justify-content: flex-start;
    top: -26px;
    left: 5%;
  }

  .div-block_part10-3 {
    top: 6%;
  }

  .div-block_part10-4 {
    top: 160px;
  }

  .div-block_part10-5 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    padding: 20px;
    top: 199px;
  }

  .image_part10 {
    width: 40%;
    max-width: 40%;
  }

  .image_part10-2 {
    width: 50%;
    max-width: 50%;
  }

  .image_part10-3 {
    width: 70%;
    max-width: 70%;
  }

  .copywriting_part10 {
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph_name2, .paragraph_name3 {
    justify-content: center;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 16px;
    line-height: 28px;
    display: flex;
  }

  .div-block_part8 {
    justify-content: flex-end;
    display: flex;
    inset: 60px auto auto 13%;
  }

  .paragraph_name4, .paragraph_name5 {
    justify-content: center;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 16px;
    line-height: 28px;
    display: flex;
  }

  .container-16 {
    width: 100%;
    max-width: 100%;
    padding: 40px 20px;
  }

  .div-block-15 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .image-146 {
    width: 40%;
    max-width: 40%;
  }

  .div-block_banner_part11 {
    flex-flow: column;
    padding: 10px;
  }

  .container-note1 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .bold-text-note2 {
    font-size: 26px;
    line-height: 32px;
  }

  .paragraph-note2 {
    font-size: 18px;
    line-height: 28px;
  }

  .container-note3, .container-note2 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .paragraph-note5, .paragraph-note1 {
    font-size: 18px;
    line-height: 28px;
  }

  .container-note5 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .paragraph-note4 {
    font-size: 18px;
    line-height: 28px;
  }

  .container-note4 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .bold-text-note1 {
    font-size: 26px;
    line-height: 32px;
  }

  .paragraph-note3 {
    font-size: 18px;
    line-height: 28px;
  }

  .container-note1-copy {
    margin-left: 20px;
    margin-right: 20px;
  }

  .paragraph_title-3, .paragraph_title-4, .paragraph_title-5 {
    font-size: 16px;
    line-height: 28px;
  }

  .div-block_part4-5-2 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    padding: 20px;
    top: 243px;
  }

  .paragraph_title-6 {
    font-size: 16px;
    line-height: 28px;
  }

  .div-block_part5-5-2 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    padding: 20px;
    top: 278px;
  }

  .paragraph_title-7 {
    font-size: 16px;
    line-height: 28px;
  }

  .div-block_part6-5-2 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    padding: 20px;
    top: 307px;
  }

  .paragraph_title-8, .paragraph_title-9 {
    font-size: 16px;
    line-height: 28px;
  }

  .div-block_part7-5-2 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    padding: 20px;
    top: 286px;
  }

  .paragraph_title-10 {
    font-size: 16px;
    line-height: 28px;
  }

  .div-block_part8-5-2 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    padding: 20px;
    top: 312px;
  }

  .paragraph_title-11 {
    font-size: 16px;
    line-height: 28px;
  }

  .section-top {
    background-image: url('../images/tops_1.jpg');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 10px;
  }

  .container-top {
    max-width: 728px;
    top: -40px;
  }

  .wrapper-top {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    max-width: 100%;
    margin-bottom: 0;
    padding: 40px 0 0;
    overflow: hidden;
  }

  .block-top {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .title-1 {
    width: 100%;
    max-width: 70%;
  }

  .paragram-top {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .button-top {
    font-size: 24px;
  }

  .paragram-top2 {
    font-size: 24px;
    line-height: 46px;
  }

  .paragram-top3 {
    font-size: 22px;
    line-height: 28px;
  }

  .div-block-96 {
    top: -137px;
  }

  .grid-1 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 20px;
    margin-left: 20px;
    margin-right: 20px;
    display: grid;
  }

  .image-151 {
    width: 80%;
    max-width: 80%;
  }

  .link-block {
    text-align: center;
    left: 445px;
  }

  .image1 {
    display: inline-flex;
  }

  .div-block--1 {
    position: relative;
  }

  .image2 {
    display: inline-flex;
  }

  .container2 {
    max-width: 100%;
    margin-left: 20px;
    margin-right: 20px;
  }

  .image-152, .image-153 {
    max-width: 60%;
  }

  .image-114 {
    width: 70%;
    max-width: 70%;
  }

  .grid-4 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .container3 {
    width: 100%;
    max-width: 95%;
  }

  .grid-part1-1, .grid-5, .grid-6 {
    margin-left: 10px;
    margin-right: 10px;
  }

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

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

  .text-span-20 {
    border-bottom-right-radius: 360px;
    border-bottom-left-radius: 360px;
    font-size: 30px;
  }

  .container-4 {
    width: 100%;
    max-width: 95%;
  }

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

  .grid-part2-1 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .grid-part1-2, .grid-part2-2, .grid-part2-3 {
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .grid-part3-1 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .grid-part3-2, .grid-part3-3 {
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .grid-part4-1 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .grid-part4-2, .grid-part3-4, .grid-part3-5, .grid-part3-6 {
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container4 {
    max-width: 100%;
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 40px;
  }

  .text-span-20-copy {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .text-span-20-copy-copy {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    font-size: 30px;
  }

  .grid-part2-4, .grid-part2-5 {
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-3 {
    display: none;
  }

  .paragraph-note1-2 {
    font-size: 18px;
    line-height: 28px;
  }

  .container-note-4, .container-note-1, .container-note-3 {
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .image-3 {
    margin-top: 20px;
  }

  .container {
    max-width: 548px;
  }

  .image-110 {
    margin-top: 5px;
    margin-right: 10px;
  }

  .top {
    background-size: cover;
  }

  .container_top {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block_top1 {
    top: 8%;
  }

  .image_title {
    width: 60%;
    max-width: 60%;
  }

  .div-block_top2 {
    top: 276px;
    left: 33px;
  }

  .pricing-comparison {
    padding: 60px 15px;
  }

  .pricing-wrapper {
    justify-items: stretch;
  }

  .pricing-card {
    width: auto;
  }

  .pricing-title {
    font-size: 34px;
    line-height: 42px;
  }

  .div-block_top3-1 {
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph_top1 {
    font-size: 16px;
  }

  .heading_top1 {
    margin-bottom: 0;
    font-size: 24px;
  }

  .pricing-overview {
    padding: 60px 15px;
  }

  .copywriting_top {
    font-size: 16px;
    line-height: 30px;
  }

  .paragraph_title {
    font-size: 18px;
  }

  .div-block_discount2-2 {
    text-align: center;
  }

  .head_date1, .head_date2, .head_date3 {
    font-size: 18px;
  }

  .paragraph_top2 {
    font-size: 16px;
  }

  .paragraph_top3-1 {
    padding-top: 0;
    font-size: 16px;
  }

  .paragraph_top1-2 {
    font-size: 16px;
  }

  .paragraph_top2-2, .paragraph_top3-2 {
    flex-flow: wrap;
    font-size: 16px;
  }

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

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

  .section_part1 {
    margin-top: -19px;
  }

  .container_part1 {
    height: 1450px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .image_part1-2 {
    width: 60%;
    max-width: 60%;
  }

  .div-block_part1-4 {
    top: 255px;
  }

  .copywriting_part1 {
    font-size: 16px;
    line-height: 30px;
  }

  .div-block_part1-5 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    padding: 10px;
    top: 273px;
  }

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

  .bold-text-8, .bold-text-5 {
    font-size: 14px;
  }

  .paragraph_name {
    flex-flow: row;
    justify-content: center;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 2px 5px;
    font-size: 14px;
    line-height: 24px;
    display: flex;
  }

  .container_book {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .paragraph_title-2 {
    padding-left: 0;
    padding-right: 0;
    font-size: 12px;
    line-height: 20px;
  }

  .container_part2 {
    height: 1480px;
  }

  .div-block_part2-2 {
    top: -29px;
  }

  .div-block_part2-3 {
    top: 122px;
    left: 34px;
  }

  .image_part2-3 {
    width: 70%;
    max-width: 70%;
  }

  .div-block_part2-4 {
    top: 187px;
  }

  .copywriting_part2 {
    font-size: 16px;
    line-height: 30px;
  }

  .div-block_part2-5 {
    padding: 10px;
    top: 211px;
  }

  .div-block_banner {
    padding: 10px;
    display: block;
  }

  .container_part3 {
    height: 1450px;
  }

  .div-block_part3-3 {
    top: 229px;
    left: 64px;
    right: 5%;
  }

  .image_part3-3 {
    width: 80%;
    max-width: 80%;
  }

  .div-block_part3-4 {
    top: 269px;
  }

  .copywriting_part3 {
    font-size: 16px;
    line-height: 30px;
  }

  .div-block_part3-5 {
    padding: 10px;
    top: 297px;
  }

  .container_part4 {
    height: 1450px;
  }

  .div-block_part4-2 {
    top: 3%;
    left: -7px;
    right: 1%;
  }

  .div-block_part4-3 {
    top: 125px;
    left: 34px;
  }

  .image_part4-3 {
    width: 70%;
    max-width: 70%;
  }

  .div-block_part4-4 {
    top: 140px;
  }

  .copywriting_part4 {
    font-size: 16px;
    line-height: 30px;
  }

  .div-block_part4-5 {
    padding: 10px;
    top: 162px;
  }

  .container_part5 {
    height: 1480px;
  }

  .div-block_part5 {
    top: -15px;
  }

  .div-block_part5-3 {
    top: 127px;
    left: 34px;
  }

  .div-block_part5-4 {
    top: 153px;
  }

  .div-block_part5-5 {
    padding: 10px;
    top: 176px;
  }

  .copywriting_part5 {
    font-size: 16px;
    line-height: 30px;
  }

  .image_part5-3 {
    width: 70%;
    max-width: 70%;
  }

  .container_part6 {
    height: 1500px;
  }

  .div-block_part6 {
    top: -38px;
    left: 13%;
  }

  .div-block_part6-3 {
    top: 155px;
    left: 34px;
  }

  .image_part6-3 {
    width: 70%;
    max-width: 70%;
  }

  .div-block_part6-4 {
    top: 176px;
  }

  .copywriting_part6 {
    font-size: 16px;
    line-height: 30px;
  }

  .div-block_part6-5 {
    padding: 10px;
    top: 201px;
  }

  .container_part7 {
    height: 1450px;
  }

  .div-block_part7 {
    top: -32px;
    left: 37%;
  }

  .div-block_part7-3 {
    top: 119px;
    left: 34px;
  }

  .div-block_part7-4 {
    top: 146px;
  }

  .div-block_part7-5 {
    padding: 10px;
    top: 175px;
  }

  .image_part7-3 {
    width: 70%;
    max-width: 70%;
  }

  .copywriting_part7 {
    font-size: 16px;
    line-height: 30px;
  }

  .container_part8 {
    height: 1450px;
  }

  .div-block_part9 {
    top: -31px;
  }

  .div-block_part8-3 {
    top: 87px;
    left: 23px;
  }

  .div-block_part8-4 {
    top: 110px;
  }

  .div-block_part8-5 {
    padding: 10px;
    top: 133px;
  }

  .image_part8-3 {
    width: 70%;
    max-width: 70%;
  }

  .copywriting_part8 {
    font-size: 16px;
    line-height: 30px;
  }

  .container_part9 {
    height: 1400px;
  }

  .div-block_part9-3 {
    top: 32px;
    left: 34px;
  }

  .div-block_part9-4 {
    top: 78px;
  }

  .div-block_part9-5 {
    padding: 10px;
    top: 95px;
  }

  .image_part9-3 {
    width: 70%;
    max-width: 70%;
  }

  .copywriting_part9 {
    font-size: 16px;
    line-height: 30px;
  }

  .container_part10 {
    height: 1550px;
  }

  .div-block_part10 {
    top: 16px;
  }

  .div-block_part10-3 {
    justify-content: center;
    top: 85px;
    left: -10px;
    right: 12px;
  }

  .div-block_part10-4 {
    top: 124px;
  }

  .div-block_part10-5 {
    padding: 10px;
    top: 146px;
  }

  .image_part10-3 {
    width: 70%;
    max-width: 70%;
  }

  .copywriting_part10 {
    font-size: 16px;
    line-height: 30px;
  }

  .paragraph_name2, .paragraph_name3 {
    flex-flow: row;
    justify-content: center;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 2px 5px;
    font-size: 14px;
    line-height: 24px;
    display: flex;
  }

  .div-block_part8 {
    justify-content: center;
    top: -38px;
    left: 117px;
    right: 35px;
  }

  .paragraph_name4, .paragraph_name5 {
    flex-flow: row;
    justify-content: center;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 2px 5px;
    font-size: 14px;
    line-height: 24px;
    display: flex;
  }

  .container-16 {
    padding: 20px 10px 40px;
  }

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

  .div-block_banner_part11 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
  }

  .container-note_bg {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .container-note1 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .heading-note5 {
    line-height: 30px;
  }

  .bold-text-note2 {
    font-size: 20px;
    line-height: 30px;
  }

  .paragraph-note2 {
    font-size: 14px;
    line-height: 24px;
  }

  .container-note3 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .heading-note4 {
    line-height: 30px;
  }

  .container-note2 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .paragraph-note5, .paragraph-note1 {
    font-size: 14px;
    line-height: 24px;
  }

  .container-note5 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .paragraph-note4 {
    font-size: 14px;
    line-height: 24px;
  }

  .container-note4 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .heading-note2, .heading-note1, .heading-note3 {
    line-height: 30px;
  }

  .bold-text-note1 {
    font-size: 20px;
    line-height: 30px;
  }

  .paragraph-note3 {
    font-size: 14px;
    line-height: 24px;
  }

  .container-note1-copy {
    margin-left: 20px;
    margin-right: 20px;
  }

  .bold-text-9, .bold-text-10 {
    font-size: 14px;
  }

  .paragraph_title-3 {
    padding-left: 0;
    padding-right: 0;
    font-size: 12px;
    line-height: 20px;
  }

  .bold-text-11, .bold-text-12 {
    font-size: 14px;
  }

  .paragraph_title-4 {
    padding-left: 0;
    padding-right: 0;
    font-size: 12px;
    line-height: 20px;
  }

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

  .paragraph_title-5 {
    padding-left: 0;
    padding-right: 0;
    font-size: 12px;
    line-height: 20px;
  }

  .div-block_part4-5-2 {
    padding: 10px;
    top: 162px;
  }

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

  .paragraph_title-6 {
    padding-left: 0;
    padding-right: 0;
    font-size: 12px;
    line-height: 20px;
  }

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

  .div-block_part5-5-2 {
    padding: 10px;
    top: 176px;
  }

  .paragraph_title-7 {
    padding-left: 0;
    padding-right: 0;
    font-size: 12px;
    line-height: 20px;
  }

  .div-block_part6-5-2 {
    padding: 10px;
    top: 201px;
  }

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

  .paragraph_title-8 {
    padding-left: 0;
    padding-right: 0;
    font-size: 12px;
    line-height: 20px;
  }

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

  .paragraph_title-9 {
    padding-left: 0;
    padding-right: 0;
    font-size: 12px;
    line-height: 20px;
  }

  .div-block_part7-5-2 {
    padding: 10px;
    top: 175px;
  }

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

  .paragraph_title-10 {
    padding-left: 0;
    padding-right: 0;
    font-size: 12px;
    line-height: 20px;
  }

  .div-block_part8-5-2 {
    padding: 10px;
    top: 133px;
  }

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

  .paragraph_title-11 {
    padding-left: 0;
    padding-right: 0;
    font-size: 12px;
    line-height: 20px;
  }

  .section-top {
    background-position: 50% 0;
    background-size: cover;
    justify-content: center;
    padding: 60px 10px 20px 40px;
  }

  .container-top {
    top: -30px;
    left: -20px;
  }

  .wrapper-top {
    padding-top: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .block-top {
    max-width: 100%;
    margin-bottom: 0;
  }

  .paragram-top {
    margin-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .button-top {
    font-size: 24px;
  }

  .paragram-top2 {
    font-size: 20px;
  }

  .paragram-top3 {
    font-size: 16px;
    line-height: 20px;
  }

  .div-block-96 {
    top: -134px;
  }

  .grid-1 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 20px 10px;
  }

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

  .image-151 {
    width: 60%;
    max-width: 60%;
  }

  .link-block {
    justify-content: center;
    align-items: flex-start;
    display: flex;
    left: 323px;
  }

  .grid-2 {
    margin-top: 10px;
  }

  .image-114 {
    width: 80%;
    max-width: 80%;
  }

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

  .button-a {
    padding: 10px 15px;
    font-size: 16px;
  }

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

  .container-part1, .grid-part1-3, .container-part2, .grid-part1-2, .grid-part2-2, .grid-part2-3, .container-part3, .grid-part3-2, .grid-part3-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-part4 {
    margin-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-part4-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-part3-4, .grid-part3-5, .grid-part3-6 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-2-2 {
    margin-top: 10px;
  }

  .container4 {
    padding-top: 40px;
  }

  .grid-part2-4, .grid-part2-5 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-note1-2 {
    font-size: 14px;
    line-height: 24px;
  }

  .heading-note1-2 {
    line-height: 30px;
  }

  .container-note-4, .container-note-1, .container-note-3 {
    margin-left: 20px;
    margin-right: 20px;
  }

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

@media screen and (max-width: 479px) {
  .image-3 {
    margin-top: 20px;
    margin-left: 10px;
  }

  .text-block-4 {
    clear: none;
  }

  .image-110 {
    margin-top: 5px;
    margin-right: 10px;
  }

  .paragraph-12 {
    max-width: 300px;
    margin-top: 0;
    margin-left: 9px;
    padding-left: 0;
    padding-right: 38px;
  }

  .container-9 {
    padding-left: 10px;
  }

  .top {
    background-image: url('../images/tops.jpg');
    background-position: 100% 0;
    background-size: cover;
  }

  .container_top {
    height: 1700px;
  }

  .div-block_top1 {
    top: 375px;
    left: 0;
  }

  .image_title {
    width: 95%;
    max-width: 95%;
  }

  .div-block_top2 {
    font-size: 16px;
    top: 564px;
    left: 20px;
  }

  .container-13 {
    max-width: none;
  }

  .div-block_top3-1 {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block_discount1-2 {
    justify-content: center;
  }

  .heading_top1 {
    margin-bottom: 0;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .pricing-grid {
    grid-template-columns: 1fr;
  }

  .div-block_top3-2 {
    top: -161px;
  }

  .div-block_top3 {
    top: 612px;
  }

  .paragraph_title {
    font-size: 15px;
  }

  .div-block_discount2-2, .div-block_discount3-2 {
    padding-top: 0;
  }

  .paragraph_top2, .paragraph_top3-1 {
    padding-top: 20px;
  }

  .paragraph_top2-2 {
    padding-bottom: 20px;
  }

  .paragraph_top3-2 {
    margin-bottom: 0;
  }

  .paragraph_top3-3 {
    margin-bottom: 20px;
  }

  .container_part1 {
    height: 2180px;
  }

  .div-block_part1 {
    top: 4%;
  }

  .div-block_part1-3 {
    top: 5%;
  }

  .div-block_part1-2 {
    top: -2%;
  }

  .image_part1-3 {
    width: 100%;
    max-width: 100%;
  }

  .image_part1 {
    width: 70%;
    max-width: 70%;
  }

  .div-block_part1-4 {
    top: 183px;
  }

  .copywriting_part1 {
    padding-bottom: 40px;
  }

  .div-block_part1-5 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-columns: 1fr 1fr;
    padding: 10px;
    top: 208px;
  }

  .div-block_book {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    border-radius: 10px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    padding-top: 10px;
    padding-left: 5px;
    padding-right: 5px;
    display: block;
  }

  .image_book {
    padding-top: 0;
    padding-bottom: 0;
  }

  .paragraph_name {
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 2px 5px;
  }

  .div-block-14 {
    padding-top: 0;
  }

  .container_part2 {
    height: 2120px;
  }

  .div-block_part2-2 {
    top: -56px;
  }

  .div-block_part2-3 {
    top: 76px;
    left: 10px;
    right: 10px;
  }

  .image_part2-3 {
    width: 100%;
    max-width: 100%;
  }

  .div-block_part2-4 {
    top: 103px;
  }

  .copywriting_part2 {
    padding-bottom: 40px;
  }

  .div-block_banner2 {
    padding-top: 0;
  }

  .div-block_part2-5 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    padding: 10px;
    top: 126px;
  }

  .image-111 {
    vertical-align: baseline;
    width: 100%;
    height: 100%;
    display: inline-block;
    position: static;
  }

  .image-112 {
    width: 100%;
    height: 100%;
    display: block;
  }

  .div-block_banner {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: #fff;
    border-radius: 10px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    padding: 10px;
    display: block;
  }

  .container_part3 {
    height: 2200px;
  }

  .div-block_part3-2 {
    top: -1%;
  }

  .image_part3-2 {
    width: 70%;
    max-width: 70%;
  }

  .div-block_part3-3 {
    justify-content: flex-start;
    top: 170px;
    left: 5px;
    right: 9%;
  }

  .image_part3-3 {
    width: 100%;
    max-width: 100%;
  }

  .div-block_part3-4 {
    top: 170px;
  }

  .copywriting_part3 {
    padding-bottom: 40px;
  }

  .div-block_part3-5 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    padding: 10px;
    top: 196px;
  }

  .container_part4 {
    height: 2200px;
  }

  .div-block_part4 {
    display: inline-block;
    top: -24px;
  }

  .image_part4 {
    width: 60%;
    max-width: 60%;
  }

  .div-block_part4-2 {
    top: 0%;
  }

  .div-block_part4-3 {
    top: 86px;
    left: 6px;
  }

  .image_part4-3 {
    width: 100%;
    max-width: 100%;
  }

  .div-block_part4-4 {
    top: 72px;
  }

  .copywriting_part4 {
    padding-bottom: 40px;
  }

  .div-block_part4-5 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    padding: 10px;
    top: 94px;
  }

  .container_part5 {
    height: 2200px;
  }

  .div-block_part5-3 {
    justify-content: flex-start;
    top: 86px;
    left: 17px;
    right: 10px;
  }

  .div-block_part5-4 {
    top: 62px;
  }

  .div-block_part5-5 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    padding: 10px;
    top: 84px;
  }

  .image_part5-3 {
    width: 100%;
    max-width: 100%;
  }

  .container_part6 {
    height: 2220px;
  }

  .div-block_part6-3 {
    justify-content: flex-start;
    top: 96px;
    left: 6px;
    right: 5px;
  }

  .image_part6-3 {
    width: 100%;
    max-width: 100%;
  }

  .div-block_part6-4 {
    top: 95px;
  }

  .div-block_part6-5 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    padding: 10px;
    top: 115px;
  }

  .container_part7 {
    height: 2150px;
  }

  .div-block_part7 {
    z-index: 1;
  }

  .div-block_part7-3 {
    justify-content: center;
    top: 70px;
    left: 0;
  }

  .div-block_part7-4 {
    top: 62px;
  }

  .div-block_part7-5 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    padding: 10px;
    top: 85px;
  }

  .image_part7-3 {
    width: 100%;
    max-width: 100%;
  }

  .container_part8 {
    height: 2180px;
  }

  .div-block_part9 {
    top: -15px;
  }

  .image_part8 {
    width: 90%;
    max-width: 90%;
  }

  .div-block_part8-3 {
    top: 53px;
    left: 0;
  }

  .div-block_part8-4 {
    top: 50px;
  }

  .div-block_part8-5 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    padding: 10px;
    top: 71px;
  }

  .image_part8-3 {
    width: 100%;
    max-width: 100%;
  }

  .container_part9 {
    height: 2200px;
  }

  .div-block_part9-3 {
    justify-content: center;
    top: 68px;
    left: 0;
  }

  .div-block_part9-5 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    padding-top: 10px;
    padding-bottom: 10px;
    top: 106px;
  }

  .image_part9 {
    width: 70%;
    max-width: 70%;
  }

  .image_part9-3 {
    width: 100%;
    max-width: 100%;
  }

  .container_part10 {
    height: 2150px;
  }

  .div-block_part10 {
    display: flex;
    top: 11px;
  }

  .div-block_part10-2 {
    display: none;
  }

  .div-block_part10-4 {
    top: 97px;
  }

  .div-block_part10-5 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    top: 125px;
  }

  .image_part10 {
    width: 60%;
    max-width: 60%;
  }

  .image_part10-3 {
    width: 100%;
    max-width: 100%;
  }

  .paragraph_name2, .paragraph_name3, .paragraph_name4, .paragraph_name5 {
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 2px 5px;
  }

  .container-16 {
    width: 100%;
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-15 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-columns: 1fr 1fr;
  }

  .image-146 {
    width: 80%;
    max-width: 80%;
  }

  .div-block_banner_part11 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: #fff;
    border-radius: 10px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    padding: 10px;
    display: block;
  }

  .container-note1 {
    margin-left: 20px;
    margin-right: 20px;
  }

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

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

  .paragraph-note2 {
    text-align: justify;
    font-size: 14px;
    line-height: 24px;
  }

  .container-note3 {
    margin-left: 20px;
    margin-right: 20px;
  }

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

  .container-note2 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .paragraph-note5, .paragraph-note1 {
    text-align: justify;
    font-size: 14px;
    line-height: 24px;
  }

  .container-note5 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .paragraph-note4 {
    text-align: justify;
    font-size: 14px;
    line-height: 24px;
  }

  .container-note4 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .heading-note2 {
    border-radius: 10px;
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 20px;
  }

  .heading-note1 {
    border-radius: 10px;
    margin-bottom: 20px;
    padding-left: 10px;
    font-size: 19px;
  }

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

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

  .paragraph-note3 {
    text-align: justify;
    font-size: 14px;
    line-height: 24px;
  }

  .container-note1-copy {
    margin-left: 20px;
    margin-right: 20px;
  }

  .nav-r_bg {
    background-color: #a7d058;
    flex-flow: row;
    justify-content: flex-start;
    align-items: stretch;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    position: relative;
    inset: auto 0% 0% auto;
  }

  .nav_r {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
    text-align: right;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-end;
    margin-top: auto;
    margin-bottom: auto;
    display: flex;
    position: fixed;
  }

  .div-block-95-copy, .div-block-95 {
    text-align: right;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;
    line-height: 18px;
  }

  .div-block_part4-5-2 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    padding: 10px;
    top: 94px;
  }

  .div-block_part5-5-2 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    padding: 10px;
    top: 84px;
  }

  .div-block_part6-5-2 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    padding: 10px;
    top: 115px;
  }

  .div-block_part7-5-2 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    padding: 10px;
    top: 85px;
  }

  .div-block_part8-5-2 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    padding: 10px;
    top: 71px;
  }

  .section-top {
    background-position: 100% 0;
    padding-top: 20px;
    padding-bottom: 10px;
    padding-left: 10px;
  }

  .container-top {
    max-width: none;
    left: -1px;
  }

  .wrapper-top {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 0;
    padding-top: 40px;
    padding-bottom: 10px;
    position: static;
    top: -15px;
    left: 19px;
  }

  .block-top {
    justify-content: flex-start;
    align-items: center;
    max-width: 100%;
    margin-bottom: 0;
  }

  .title-1 {
    max-width: 90%;
  }

  .paragram-top {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
    line-height: 20px;
  }

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

  .paragram-top2 {
    font-size: 16px;
    line-height: 20px;
  }

  .paragram-top3 {
    font-size: 20px;
    line-height: 28px;
  }

  .div-block-96 {
    z-index: 0;
    top: -90px;
  }

  .container1 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .grid-1 {
    grid-auto-flow: row;
    display: block;
  }

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

  .image-151 {
    width: 60%;
    max-width: 60%;
    position: relative;
  }

  .link-block {
    justify-content: center;
    align-items: flex-start;
    width: 90%;
    max-width: 90%;
    display: flex;
    top: -40px;
    left: 12px;
  }

  .image1, .image2 {
    width: 30%;
    max-width: 30%;
  }

  .container2 {
    margin-bottom: auto;
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .grid-2 {
    margin-top: 40px;
    margin-bottom: 40px;
  }

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

  .grid-4 {
    grid-template-columns: 1fr 1fr;
    margin-top: 40px;
  }

  .button-a {
    margin-top: 0;
    margin-bottom: 0;
  }

  .grid-part1-1 {
    grid-template-columns: 1fr 1fr;
    margin-top: 10px;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .grid-5 {
    grid-template-columns: 1fr 1fr;
    margin-top: 40px;
  }

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

  .grid-6 {
    grid-template-columns: 1fr 1fr;
    margin-top: 40px;
  }

  .container-part1 {
    margin-top: 60px;
    padding-left: 0;
    padding-right: 0;
  }

  .grid-part1-3 {
    border-width: 5px;
    grid-template-columns: 1fr 1fr;
    margin-top: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading {
    margin-top: -30px;
  }

  .text-span-20 {
    border-width: 2px;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 20px;
    line-height: 30px;
  }

  .container-part2 {
    padding-left: 0;
    padding-right: 0;
  }

  .grid-part2-1 {
    grid-template-columns: 1fr 1fr;
    margin-top: 10px;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .grid-part1-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    border-width: 5px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    margin-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    display: grid;
  }

  .grid-part2-2 {
    border-width: 5px;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .grid-part2-3 {
    border-width: 5px;
    grid-template-columns: 1fr 1fr;
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-part3 {
    padding-left: 0;
    padding-right: 0;
  }

  .grid-part3-1 {
    grid-template-columns: 1fr 1fr;
    margin-top: 10px;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .grid-part3-2 {
    border-width: 5px;
    grid-template-columns: 1fr 1fr;
    margin-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .grid-part3-3 {
    border-width: 5px;
    grid-template-columns: 1fr 1fr;
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-part4 {
    margin-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .grid-part4-1 {
    grid-template-columns: 1fr 1fr;
    margin-top: 10px;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .grid-part4-2 {
    border-width: 5px;
    grid-template-columns: 1fr 1fr;
    margin-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .grid-part3-4, .grid-part3-5, .grid-part3-6 {
    border-width: 5px;
    grid-template-columns: 1fr 1fr;
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-2-2 {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .container4 {
    margin-bottom: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .text-span-20-copy {
    border-width: 2px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 20px;
  }

  .text-span-20-copy-copy {
    border-width: 2px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 20px;
  }

  .div-block-99, .div-block-100 {
    display: none;
  }

  .grid-part2-4, .grid-part2-5 {
    border-width: 5px;
    grid-template-columns: 1fr 1fr;
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-note1-2 {
    text-align: justify;
    font-size: 14px;
    line-height: 24px;
  }

  .heading-note1-2 {
    border-radius: 10px;
    margin-bottom: 20px;
    padding-left: 10px;
    font-size: 19px;
  }

  .container-note-4, .container-note-1, .container-note-3 {
    margin-left: 20px;
    margin-right: 20px;
  }
}

#w-node-_26cc4c00-11c0-9af0-656d-a10a14910c34-63efb6ef {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_62e67c4c-7ffd-710e-9dc3-0cf8da4c386d-63efb6ef {
  place-self: stretch stretch;
}

#w-node-_6da4e972-2106-62e7-a0a9-3f58a29845db-63efb6ef, #w-node-_62e67c4c-7ffd-710e-9dc3-0cf8da4c3873-63efb6ef, #w-node-_609b4d82-622b-f13a-a3b1-94198ee4e167-63efb6ef {
  place-self: start stretch;
}

#w-node-_530ceff8-33d1-c0eb-07b1-2410c8334fa3-63efb6ef, #w-node-_530ceff8-33d1-c0eb-07b1-2410c8334faf-63efb6ef {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_530ceff8-33d1-c0eb-07b1-2410c8334fb5-63efb6ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_85c54e43-0728-159c-ba15-3bccd00174f9-63efb6ef {
  grid-area: span 1 / span 4 / span 1 / span 4;
  place-self: auto;
}

#w-node-_85c54e43-0728-159c-ba15-3bccd00174fc-63efb6ef {
  grid-area: span 1 / span 4 / span 1 / span 4;
  place-self: center end;
}

#w-node-_85c54e43-0728-159c-ba15-3bccd0017500-63efb6ef {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_85c54e43-0728-159c-ba15-3bccd0017504-63efb6ef, #w-node-_85c54e43-0728-159c-ba15-3bccd001750a-63efb6ef, #w-node-_85c54e43-0728-159c-ba15-3bccd0017510-63efb6ef, #w-node-_85c54e43-0728-159c-ba15-3bccd0017516-63efb6ef {
  place-self: auto center;
}

#w-node-_37f71bdd-8328-21b2-d742-fc52b88a2d22-63efb6ef {
  grid-area: span 1 / span 4 / span 1 / span 4;
  place-self: center end;
}

#w-node-_85c54e43-0728-159c-ba15-3bccd001751d-63efb6ef {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_85c54e43-0728-159c-ba15-3bccd0017521-63efb6ef, #w-node-_85c54e43-0728-159c-ba15-3bccd0017527-63efb6ef, #w-node-_85c54e43-0728-159c-ba15-3bccd001752d-63efb6ef, #w-node-_85c54e43-0728-159c-ba15-3bccd0017533-63efb6ef {
  place-self: auto center;
}

#w-node-f9b3ac16-f354-10dc-8af0-b53bec6da701-63efb6ef {
  grid-area: span 1 / span 4 / span 1 / span 4;
  place-self: center end;
}

#w-node-bb7b5f4b-a476-6f5b-d186-13ece89bdac4-63efb6ef {
  grid-area: span 1 / span 4 / span 1 / span 4;
  place-self: auto;
}

#w-node-bb7b5f4b-a476-6f5b-d186-13ece89bdadf-63efb6ef {
  grid-area: span 1 / span 4 / span 1 / span 4;
  place-self: center end;
}

#w-node-e9b8afae-3145-9120-7eb4-16cc26f996ce-63efb6ef {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-ba25d075-d167-d958-3029-81d37628c963-63efb6ef, #w-node-ba25d075-d167-d958-3029-81d37628c969-63efb6ef, #w-node-ba25d075-d167-d958-3029-81d37628c96f-63efb6ef, #w-node-ba25d075-d167-d958-3029-81d37628c975-63efb6ef {
  place-self: auto center;
}

#w-node-_7065e89e-c0ca-cdb5-31fe-e3ccd6d140d9-63efb6ef {
  grid-area: span 1 / span 4 / span 1 / span 4;
  place-self: center end;
}

#w-node-_71df42c7-f68b-b954-3b75-832fc989f7f3-63efb6ef {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_71df42c7-f68b-b954-3b75-832fc989f7f7-63efb6ef, #w-node-_71df42c7-f68b-b954-3b75-832fc989f7fd-63efb6ef, #w-node-_71df42c7-f68b-b954-3b75-832fc989f803-63efb6ef, #w-node-_71df42c7-f68b-b954-3b75-832fc989f809-63efb6ef {
  place-self: auto center;
}

#w-node-_1518f623-8bf4-b54d-e740-4b2cd3553532-63efb6ef {
  grid-area: span 1 / span 4 / span 1 / span 4;
  place-self: center end;
}

#w-node-_87bd40eb-33c5-1548-81a1-087deec4a2ae-63efb6ef {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_87bd40eb-33c5-1548-81a1-087deec4a2b2-63efb6ef, #w-node-_87bd40eb-33c5-1548-81a1-087deec4a2b8-63efb6ef, #w-node-_87bd40eb-33c5-1548-81a1-087deec4a2be-63efb6ef, #w-node-_87bd40eb-33c5-1548-81a1-087deec4a2c4-63efb6ef {
  place-self: auto center;
}

#w-node-_87bd40eb-33c5-1548-81a1-087deec4a2ca-63efb6ef {
  grid-area: span 1 / span 4 / span 1 / span 4;
  place-self: center end;
}

#w-node-_3a692810-8a72-c8e7-01ec-370179ec2c95-63efb6ef {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_3a692810-8a72-c8e7-01ec-370179ec2c99-63efb6ef, #w-node-_3a692810-8a72-c8e7-01ec-370179ec2c9f-63efb6ef, #w-node-_3a692810-8a72-c8e7-01ec-370179ec2ca5-63efb6ef, #w-node-_3a692810-8a72-c8e7-01ec-370179ec2cab-63efb6ef {
  place-self: auto center;
}

#w-node-_3a692810-8a72-c8e7-01ec-370179ec2cb1-63efb6ef {
  grid-area: span 1 / span 4 / span 1 / span 4;
  place-self: center end;
}

#w-node-db00ae2f-0d23-6135-cf3b-c03ff9d7dc9e-63efb6ef {
  grid-area: span 1 / span 4 / span 1 / span 4;
  place-self: auto;
}

#w-node-db00ae2f-0d23-6135-cf3b-c03ff9d7dca1-63efb6ef {
  grid-area: span 1 / span 4 / span 1 / span 4;
  place-self: center end;
}

#w-node-db00ae2f-0d23-6135-cf3b-c03ff9d7dca5-63efb6ef {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-db00ae2f-0d23-6135-cf3b-c03ff9d7dca9-63efb6ef, #w-node-db00ae2f-0d23-6135-cf3b-c03ff9d7dcaf-63efb6ef, #w-node-db00ae2f-0d23-6135-cf3b-c03ff9d7dcb5-63efb6ef, #w-node-db00ae2f-0d23-6135-cf3b-c03ff9d7dcbb-63efb6ef {
  place-self: auto center;
}

#w-node-_30420477-f9be-3a41-86f9-eb5e0c56ad6c-63efb6ef {
  grid-area: span 1 / span 4 / span 1 / span 4;
  place-self: center end;
}

#w-node-db00ae2f-0d23-6135-cf3b-c03ff9d7dcc2-63efb6ef {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-db00ae2f-0d23-6135-cf3b-c03ff9d7dcc6-63efb6ef, #w-node-db00ae2f-0d23-6135-cf3b-c03ff9d7dccc-63efb6ef, #w-node-db00ae2f-0d23-6135-cf3b-c03ff9d7dcd2-63efb6ef, #w-node-db00ae2f-0d23-6135-cf3b-c03ff9d7dcd8-63efb6ef {
  place-self: auto center;
}

#w-node-_579a166e-6103-df64-8a14-0bac50ddb130-63efb6ef {
  grid-area: span 1 / span 4 / span 1 / span 4;
  place-self: center end;
}

#w-node-_133b5597-c36d-e397-a1d8-9c3c3cc40fbd-63efb6ef {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_133b5597-c36d-e397-a1d8-9c3c3cc40fc1-63efb6ef, #w-node-_133b5597-c36d-e397-a1d8-9c3c3cc40fc7-63efb6ef, #w-node-_133b5597-c36d-e397-a1d8-9c3c3cc40fcd-63efb6ef, #w-node-_133b5597-c36d-e397-a1d8-9c3c3cc40fd3-63efb6ef {
  place-self: auto center;
}

#w-node-_133b5597-c36d-e397-a1d8-9c3c3cc40fd9-63efb6ef {
  grid-area: span 1 / span 4 / span 1 / span 4;
  place-self: center end;
}

#w-node-_673744e3-de14-676c-312c-3ec734a138fc-63efb6ef {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_673744e3-de14-676c-312c-3ec734a13900-63efb6ef, #w-node-_673744e3-de14-676c-312c-3ec734a13906-63efb6ef, #w-node-_673744e3-de14-676c-312c-3ec734a1390c-63efb6ef, #w-node-_673744e3-de14-676c-312c-3ec734a13912-63efb6ef {
  place-self: auto center;
}

#w-node-_673744e3-de14-676c-312c-3ec734a13918-63efb6ef {
  grid-area: span 1 / span 4 / span 1 / span 4;
  place-self: center end;
}

#w-node-_585ca143-7b12-1b2f-2eba-7fe2240cc397-63efb6ef {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_585ca143-7b12-1b2f-2eba-7fe2240cc39b-63efb6ef, #w-node-_585ca143-7b12-1b2f-2eba-7fe2240cc3a1-63efb6ef, #w-node-_585ca143-7b12-1b2f-2eba-7fe2240cc3a7-63efb6ef, #w-node-_585ca143-7b12-1b2f-2eba-7fe2240cc3ad-63efb6ef {
  place-self: auto center;
}

#w-node-_585ca143-7b12-1b2f-2eba-7fe2240cc3b3-63efb6ef {
  grid-area: span 1 / span 4 / span 1 / span 4;
  place-self: center end;
}

#w-node-_79217a68-5bb0-9379-151a-3b54a51f2d30-63efb6ef {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
}

@media screen and (min-width: 1920px) {
  #w-node-_85c54e43-0728-159c-ba15-3bccd00174fc-63efb6ef {
    justify-self: center;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_62e67c4c-7ffd-710e-9dc3-0cf8da4c386d-63efb6ef, #w-node-_6da4e972-2106-62e7-a0a9-3f58a29845db-63efb6ef, #w-node-_62e67c4c-7ffd-710e-9dc3-0cf8da4c3873-63efb6ef, #w-node-_609b4d82-622b-f13a-a3b1-94198ee4e167-63efb6ef {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: stretch stretch;
  }

  #w-node-_530ceff8-33d1-c0eb-07b1-2410c8334fa6-63efb6ef, #w-node-_530ceff8-33d1-c0eb-07b1-2410c8334fad-63efb6ef, #w-node-_530ceff8-33d1-c0eb-07b1-2410c8334faf-63efb6ef, #w-node-_530ceff8-33d1-c0eb-07b1-2410c8334fb3-63efb6ef, #w-node-_530ceff8-33d1-c0eb-07b1-2410c8334fb5-63efb6ef, #w-node-_79217a68-5bb0-9379-151a-3b54a51f2d30-63efb6ef {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_85c54e43-0728-159c-ba15-3bccd00174f9-63efb6ef {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: auto;
  }

  #w-node-_85c54e43-0728-159c-ba15-3bccd00174fc-63efb6ef {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: auto end;
  }

  #w-node-_85c54e43-0728-159c-ba15-3bccd0017500-63efb6ef {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_37f71bdd-8328-21b2-d742-fc52b88a2d22-63efb6ef {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: auto end;
  }

  #w-node-_85c54e43-0728-159c-ba15-3bccd001751d-63efb6ef {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-f9b3ac16-f354-10dc-8af0-b53bec6da701-63efb6ef {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: auto end;
  }

  #w-node-bb7b5f4b-a476-6f5b-d186-13ece89bdac4-63efb6ef {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: auto;
  }

  #w-node-bb7b5f4b-a476-6f5b-d186-13ece89bdadf-63efb6ef {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: auto end;
  }

  #w-node-e9b8afae-3145-9120-7eb4-16cc26f996ce-63efb6ef {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_7065e89e-c0ca-cdb5-31fe-e3ccd6d140d9-63efb6ef {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: auto end;
  }

  #w-node-_71df42c7-f68b-b954-3b75-832fc989f7f3-63efb6ef {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_1518f623-8bf4-b54d-e740-4b2cd3553532-63efb6ef {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: auto end;
  }

  #w-node-_87bd40eb-33c5-1548-81a1-087deec4a2ae-63efb6ef {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_87bd40eb-33c5-1548-81a1-087deec4a2ca-63efb6ef {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: auto end;
  }

  #w-node-_3a692810-8a72-c8e7-01ec-370179ec2c95-63efb6ef {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_3a692810-8a72-c8e7-01ec-370179ec2cb1-63efb6ef {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: auto end;
  }

  #w-node-db00ae2f-0d23-6135-cf3b-c03ff9d7dc9e-63efb6ef {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: auto;
  }

  #w-node-db00ae2f-0d23-6135-cf3b-c03ff9d7dca1-63efb6ef {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: auto end;
  }

  #w-node-db00ae2f-0d23-6135-cf3b-c03ff9d7dca5-63efb6ef {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_30420477-f9be-3a41-86f9-eb5e0c56ad6c-63efb6ef {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: auto end;
  }

  #w-node-db00ae2f-0d23-6135-cf3b-c03ff9d7dcc2-63efb6ef {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_579a166e-6103-df64-8a14-0bac50ddb130-63efb6ef {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: auto end;
  }

  #w-node-_133b5597-c36d-e397-a1d8-9c3c3cc40fbd-63efb6ef {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_133b5597-c36d-e397-a1d8-9c3c3cc40fd9-63efb6ef {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: auto end;
  }

  #w-node-_673744e3-de14-676c-312c-3ec734a138fc-63efb6ef {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_673744e3-de14-676c-312c-3ec734a13918-63efb6ef {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: auto end;
  }

  #w-node-_585ca143-7b12-1b2f-2eba-7fe2240cc397-63efb6ef {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_585ca143-7b12-1b2f-2eba-7fe2240cc3b3-63efb6ef {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: auto end;
  }
}
