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

.subscribe-form {
  padding-top: 100px;
  padding-bottom: 100px;
}

.centered-container {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.subscribe-form-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.subscribe-form-input-wrapper {
  text-align: left;
}

.subscribe-form-input {
  margin-bottom: 0px;
}


.wrapper {
  padding: 20px;
}

.body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 100%, 0);
  font-family: 'PT Sans', sans-serif;
}

.div-block {
  padding: 20px;
  border-radius: 20px;
  background-color: #f7f7f7;
  box-shadow: 1px 1px 20px 0 rgba(0, 0, 0, 0.14);
}

.dialing-support {
  margin-bottom: 20px;
  color: #3ead69;
}

.text-block {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 23px;
}

.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 10px;
  background-color: #ddd;
  background-image: url('../images/Icon-ionic-md-help-buoy.svg');
  background-position: 36% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  color: #000;
  font-size: 16px;
  font-weight: 700;
}

.button-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 10px;
  background-color: #ddd;
  background-image: url('../images/Icon-awesome-laptop-code.svg');
  background-position: 30% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  color: #000;
  font-size: 16px;
  font-weight: 700;
}

.button-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 10px;
  background-color: #ddd;
  background-image: url('../images/Icon-awesome-headset.svg');
  background-position: 34% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  color: #000;
  font-size: 16px;
  font-weight: 700;
}

.button-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 10px;
  background-color: #ddd;
  background-image: url('../images/Icon-awesome-user-tie.svg');
  background-position: 30% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  color: #000;
  font-size: 16px;
  font-weight: 700;
}

.call-options {
  margin-top: 20px;
  margin-bottom: 20px;
}

.grid {
  color: #000;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #fff;
}

.text-block-2 {
  margin-top: 20px;
  font-size: 20px;
  line-height: 25px;
}

.siganture-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 20px 5px 10px;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 1px 1px 14px 0 rgba(0, 0, 0, 0.14);
}

.text-block-3 {
  margin-right: 10px;
  padding-right: 0px;
  font-size: 12px;
  font-weight: 700;
}

.image {
  max-width: 100%;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-4 {
  padding-top: 10px;
  font-size: 18px;
  font-weight: 700;
}

.grid-2 {
  -ms-grid-columns: 1fr 0.25fr;
  grid-template-columns: 1fr 0.25fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-5 {
  margin-bottom: 20px;
  padding: 10px;
  border-radius: 10px;
  background-color: #fff;
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-2 {
  height: 30px;
  max-width: 70%;
  margin-left: 10px;
}

.heading {
  margin-bottom: 0px;
}

.heading-2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 20px;
}

.text-block-5 {
  font-style: italic;
  font-weight: 400;
}

.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-3 {
  height: 140px;
  max-width: 180%;
}

.div-block-8 {
  margin-top: 20px;
  border-radius: 10px;
  background-color: #f7f7f7;
}

.slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 160px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.icon {
  font-family: 'PT Sans', sans-serif;
  color: #868686;
  font-size: 25px;
}

.icon-2 {
  color: #868686;
  font-size: 25px;
}

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

.mask {
  height: 160px;
}

.text-block-6 {
  font-weight: 700;
  text-align: right;
}

.slide-nav {
  color: #000;
}

.slide {
  padding-top: 10px;
  padding-bottom: 10px;
}

.slide-2 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.text-block-7 {
  margin-bottom: 20px;
  margin-left: 10px;
  font-weight: 700;
}

.div-block-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.heading-4 {
  text-transform: capitalize;
}

.subscribe-form {
  padding: 0px;
}

.subscribe-form-flex {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.subscribe-form-input {
  width: 390px;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 20px;
  border-style: solid;
  border-width: 4px;
  border-color: rgba(0, 0, 0, 0.14);
  border-radius: 15px;
  font-size: 26px;
}

.submit-button {
  height: 70px;
  padding: 40px;
  border-radius: 15px;
  background-color: #3ead69;
  background-image: url('../images/Icon-material-send.svg');
  background-position: 50% 50%;
  background-size: 50px;
  background-repeat: no-repeat;
}

.div-block-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  padding: 30px 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #e2e4eb;
}

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

.image-4 {
  padding: 10px;
}

.div-block-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.button-5 {
  display: block;
  margin: 10px 0px 10px 10px;
  padding: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 10px;
  background-color: #ce5c3a;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

.button-6 {
  display: block;
  margin: 10px 0px;
  padding: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 10px;
  background-color: #3ead69;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

.text-block-10 {
  font-size: 20px;
  line-height: 30px;
}

.star-rating {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-5 {
  display: block;
  height: 40px;
  max-width: 100%;
}

.text-field {
  padding-top: 40px;
  padding-bottom: 40px;
  border-style: solid;
  border-width: 5px;
  border-color: rgba(0, 0, 0, 0.14);
  border-radius: 10px;
  background-image: url('../images/Icon-material-rate-review.svg');
  background-position: 94% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  font-size: 18px;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}



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

.dialing-support {
  font-size: 30px;
}

.text-block {
  font-size: 16px;
}

.button {
  padding-right: 10px;
  padding-left: 30px;
  background-position: 24% 50%;
  font-size: 14px;
}

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

.button-3 {
  padding-right: 10px;
  padding-left: 30px;
  background-position: 16% 50%;
  font-size: 14px;
}

.button-4 {
  padding-left: 30px;
  background-position: 15% 50%;
  font-size: 14px;
}

.heading {
  margin-top: 0px;
  font-size: 11px;
}

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

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

.image-3 {
  height: 80px;
  max-width: 130%;
}

.slider {
  width: 180px;
  height: 180px;
}

.icon-2 {
  color: hsla(0, 0%, 52.7%, 0);
}

.div-block-9 {
  padding-top: 0px;
  padding-right: 10px;
  padding-left: 10px;
}

.mask {
  height: 190px;
}

.slide {
  padding-right: 40px;
  padding-left: 40px;
}

.text-block-7 {
  margin-bottom: 0px;
}

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

.heading-4 {
  font-size: 30px;
  line-height: 32px;
}

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

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

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

.centered-container {
  text-align: left;
}

.subscribe-form-input-wrapper {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.subscribe-form-input {
  width: 100%;
  padding-top: 25px;
  padding-bottom: 25px;
  font-size: 16px;
}

.submit-button {
  height: 60px;
  margin-right: 10px;
  margin-left: 10px;
  padding: 25px 30px;
  background-size: 30px;
}

.text-block-9 {
  font-size: 14px;
}

.button-5 {
  margin-left: 5px;
  padding-right: 10px;
  padding-left: 10px;
  font-size: 16px;
}

.button-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 5px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
}



#w-node-_14b032ee-349c-a835-00a1-6052653ddc2a-d2463a81 {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
  -ms-grid-column-align: center;
  justify-self: center;
}