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

.hero-stack {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.hero-wrapper-two {
  max-width: 750px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

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

.hero-image {
  width: 100%;
  margin-top: 50px;
}

.hero-image.shadow-two {
  margin-top: 0;
}

.heading {
  text-align: left;
}

.heading-2 {
  line-height: 43px;
}

.heading-3 {
  text-align: left;
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 45px;
}

.div-block {
  width: 100px;
  height: 5px;
  background-color: #333;
  margin-top: 0;
}

.hero-heading-center {
  background-color: #fff8f1;
  border-bottom: 0 solid #e4ebf3;
  padding: 50px 100px 80px;
  position: relative;
}

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

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

.centered-heading.margin-bottom-32px {
  text-align: left;
  margin-bottom: 32px;
  font-size: 37px;
  line-height: 60px;
}

.centered-heading.margin-bottom-32px._001 {
  letter-spacing: 1px;
  margin-bottom: 0;
  font-size: 33px;
  line-height: 52px;
}

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

.hero-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.hero-split {
  max-width: none;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.para01 {
  margin-bottom: 0;
  font-size: 15px;
  line-height: 30px;
}

.para01.small1 {
  font-size: 13px;
  line-height: 26px;
}

.para01.big01 {
  letter-spacing: .5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 40px;
}

.para01.big02 {
  font-size: 17px;
  font-weight: 700;
  line-height: 40px;
}

.button-primary-2 {
  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-2:hover {
  color: #fff;
  background-color: #32343a;
}

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

.shadow-two {
  box-shadow: 0 4px 24px rgba(150, 163, 181, .08);
}

.div-block-2 {
  width: 60px;
  height: 1.5px;
  background-color: #333;
  margin-top: 20px;
  margin-bottom: 40px;
  padding-left: 0;
}

.heading-4 {
  margin-bottom: 0;
}

.div-block-3 {
  height: 2px;
  background-color: #969393;
  margin-top: 25px;
  margin-bottom: 25px;
}

.grid {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto auto auto;
  grid-template-columns: .25fr 1fr;
}

.heading-5 {
  text-align: left;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 23px;
}

.heading-6 {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 22px;
}

.heading-6.small02 {
  font-size: 15px;
  font-weight: 700;
}

.div-block-4 {
  display: flex;
}

.hero-subscribe-right {
  background-color: #fff8f1;
  border-bottom: 0 solid #e4ebf3;
  padding: 80px 100px 30px;
  position: relative;
}

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

.hero-wrapper-2 {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 100px;
  display: flex;
}

.hero-split-2 {
  max-width: 46%;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 0;
  display: flex;
}

.shadow-two-2 {
  border-radius: 180px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
}

.pra03 {
  margin-bottom: 24px;
}

.hero-form {
  margin-bottom: 12px;
}

.hero-form-container {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.hero-form-input {
  width: 240px;
  height: auto;
  color: #1a1b1f;
  border: 1px solid #d1d6db;
  margin-bottom: 0;
  margin-right: 9px;
  padding: 5px 16px;
  font-size: 14px;
  line-height: 20px;
  transition: all .2s;
}

.hero-form-input:hover, .hero-form-input:focus {
  border-color: #76879d;
}

.hero-form-input::-ms-input-placeholder {
  color: rgba(26, 27, 31, .8);
}

.hero-form-input::placeholder {
  color: rgba(26, 27, 31, .8);
}

.button-primary-3 {
  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-3:hover {
  color: #fff;
  background-color: #32343a;
}

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

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

.h4 {
  margin-top: 0;
  margin-bottom: 30px;
}

.form-block {
  background-color: #e4e4e4;
  border-radius: 8px;
  margin-top: 60px;
  padding: 30px;
}

.grid-2 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-rows: 40px;
}

.form {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.submit-button {
  background-color: #dd1d1d;
}

.image {
  max-width: 100%;
}

.section {
  background-color: #fff8f1;
  padding-left: 100px;
  padding-right: 100px;
}

.button {
  color: #000;
  background-color: #7effaa;
  border-radius: 60px;
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  padding: 15px 0;
  font-size: 20px;
  font-weight: 700;
  display: flex;
}

.button._1stview {
  margin-top: 50px;
}

.div-block-5 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.pra_name {
  text-align: left;
  align-items: stretch;
  margin-bottom: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 15px;
  display: flex;
}

.div-block-6 {
  width: 0;
  height: 0;
  background-color: #333;
  margin-left: 15px;
  margin-right: 15px;
  padding: 8px .5px;
}

.section-2 {
  background-color: #fff8f1;
  padding: 50px 100px 100px;
}

.container-4 {
  background-color: #fff8f1;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.nav-menu {
  background-color: #fff8f1;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.nav-link, .nav-link-2 {
  margin-left: 20px;
  margin-right: 20px;
}

.nav-link-3 {
  color: #493131;
  background-color: #fadb8e;
  background-image: linear-gradient(217deg, #fadb8e 20%, #f28884);
  border-radius: 70px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 6px 18px;
  font-size: 13px;
  font-weight: 700;
}

.nav-link-3.navlink3-1 {
  margin-left: 0;
}

.navbar {
  background-image: linear-gradient(#fff8f1, #fff8f1);
}

@media screen and (min-width: 1920px) {
  .centered-heading.margin-bottom-32px._001 {
    font-size: 37px;
    line-height: 61px;
  }

  .para01, .para01.small1, .para01.big01 {
    font-size: 20px;
    line-height: 40px;
  }

  .para01.big02 {
    font-size: 30px;
    line-height: 60px;
  }

  .heading-6.small02 {
    font-size: 22px;
    line-height: 44px;
  }

  .pra03 {
    font-size: 20px;
    line-height: 30px;
  }

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

  .navbar {
    background-color: #fff8f1;
  }
}

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

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

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

  .hero-wrapper-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-2 {
    max-width: 100%;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .hero-stack, .hero-heading-center, .hero-subscribe-right {
    padding: 60px 15px;
  }
}

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

  .heading-3 {
    font-size: 21px;
    line-height: 39px;
  }

  .hero-heading-center {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-heading-center.mobiletitle01 {
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

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

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

  .centered-heading.margin-bottom-32px {
    font-size: 25px;
    line-height: 40px;
  }

  .centered-heading.margin-bottom-32px._001 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 24px;
    line-height: 34px;
  }

  .para01.small1 {
    line-height: 24px;
  }

  .para01.big01 {
    padding-right: 22px;
    font-size: 18px;
    line-height: 30px;
  }

  .para01.big02 {
    font-size: 19px;
    line-height: 31px;
  }

  .div-block-2 {
    margin-left: 0;
  }

  .div-block-2.mobile07 {
    margin-left: 20px;
  }

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

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

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

  .heading-6.small02 {
    font-size: 13px;
    line-height: 26px;
  }

  .hero-subscribe-right {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .hero-wrapper-2 {
    margin-top: 50px;
  }

  .hero-split-2 {
    flex-direction: column;
    align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
  }

  .shadow-two-2 {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-form {
    align-self: stretch;
    margin-bottom: 15px;
  }

  .hero-form-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-form-input {
    width: 100%;
    height: 48px;
    margin-bottom: 10px;
  }

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

  .button {
    font-size: 13px;
  }

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

  .pra_name {
    font-size: 11px;
  }

  .div-block-6 {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .section-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-4 {
    align-items: flex-end;
  }

  .nav-menu {
    background-color: #fff;
    flex-direction: column;
    align-items: flex-end;
    padding: 20px;
  }

  .nav-link-3 {
    margin-bottom: 14px;
  }

  .nav-link-3.navlink3-1 {
    margin-left: 10px;
  }

  .menu-button {
    background-color: #fff8f1;
  }

  .menu-button.w--open {
    background-color: silver;
  }
}

#w-node-aec20ff7-1a22-66fd-44eb-c9257bdf397c-8d2fd471, #w-node-_00a33c2e-77f4-70d1-8ea9-bc9fd26b2828-8d2fd471, #w-node-_4c1d576c-f457-b89d-a3d6-532a6b46b6f7-8d2fd471, #w-node-_1638f999-9b1c-225a-6f9b-bc78072f3157-8d2fd471, #w-node-be34e240-28a1-34ee-92b8-a4a981c88ba5-8d2fd471, #w-node-da897f36-b918-6592-1592-003882867d39-8d2fd471 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1920px) {
  #w-node-_1638f999-9b1c-225a-6f9b-bc78072f3157-8d2fd471, #w-node-da897f36-b918-6592-1592-003882867d39-8d2fd471 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


