:root {
  --yellow: #f6c507;
  --gainsboro: #dfe8e4;
  --medium-sea-green: #4dbd90;
  --cornflower-blue: #489fd9;
  --light-slate-gray: #8668ab;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-commerce-commercecheckoutformcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercelayoutcontainer {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.w-commerce-commercelayoutmain {
  flex: 0 800px;
  margin-right: 20px;
}

.w-commerce-commercecartapplepaybutton {
  color: #fff;
  cursor: pointer;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  height: 38px;
  min-height: 30px;
  margin-bottom: 8px;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercecartapplepayicon {
  width: 100%;
  height: 50%;
  min-height: 20px;
}

.w-commerce-commercecartquickcheckoutbutton {
  color: #fff;
  cursor: pointer;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  height: 38px;
  margin-bottom: 8px;
  padding: 0 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercequickcheckoutgoogleicon, .w-commerce-commercequickcheckoutmicrosofticon {
  margin-right: 8px;
  display: block;
}

.w-commerce-commercecheckoutcustomerinfowrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutblockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-commerce-commercecheckoutblockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 20px;
}

.w-commerce-commercecheckoutlabel {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutemailinput {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutemailinput::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutemailinput:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingaddresswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutshippingfullname {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingfullname::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingfullname:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstreetaddress {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstreetaddress::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddress:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutrow {
  margin-left: -8px;
  margin-right: -8px;
  display: flex;
}

.w-commerce-commercecheckoutcolumn {
  flex: 1;
  padding-left: 8px;
  padding-right: 8px;
}

.w-commerce-commercecheckoutshippingcity {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingcity::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcity:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstateprovince {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstateprovince::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstateprovince:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingzippostalcode {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingzippostalcode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingzippostalcode:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingcountryselector {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingcountryselector::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcountryselector:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingmethodswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutshippingmethodslist {
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}

.w-commerce-commercecheckoutshippingmethoditem {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  flex-direction: row;
  align-items: baseline;
  margin-bottom: 0;
  padding: 16px;
  font-weight: 400;
  display: flex;
}

.w-commerce-commercecheckoutshippingmethoddescriptionblock {
  flex-direction: column;
  flex-grow: 1;
  margin-left: 12px;
  margin-right: 12px;
  display: flex;
}

.w-commerce-commerceboldtextblock {
  font-weight: 700;
}

.w-commerce-commercecheckoutshippingmethodsemptystate {
  text-align: center;
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 64px 16px;
}

.w-commerce-commercecheckoutpaymentinfowrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutcardnumber {
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardnumber::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardnumber:focus, .w-commerce-commercecheckoutcardnumber.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardexpirationdate {
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardexpirationdate::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardexpirationdate:focus, .w-commerce-commercecheckoutcardexpirationdate.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardsecuritycode {
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardsecuritycode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardsecuritycode:focus, .w-commerce-commercecheckoutcardsecuritycode.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingaddresstogglewrapper {
  flex-direction: row;
  display: flex;
}

.w-commerce-commercecheckoutbillingaddresstogglecheckbox {
  margin-top: 4px;
}

.w-commerce-commercecheckoutbillingaddresstogglelabel {
  margin-left: 8px;
  font-weight: 400;
}

.w-commerce-commercecheckoutbillingaddresswrapper {
  margin-top: 16px;
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutbillingfullname {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingfullname::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingfullname:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstreetaddress {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstreetaddress::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddress:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingcity {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingcity::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcity:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstateprovince {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstateprovince::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstateprovince:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingzippostalcode {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingzippostalcode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingzippostalcode:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingcountryselector {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingcountryselector::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcountryselector:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutorderitemswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryblockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-commerce-commercecheckoutorderitemslist {
  margin-bottom: -20px;
}

.w-commerce-commercecheckoutorderitem {
  margin-bottom: 20px;
  display: flex;
}

.w-commerce-commercecartitemimage {
  width: 60px;
  height: 0%;
}

.w-commerce-commercecheckoutorderitemdescriptionwrapper {
  flex-grow: 1;
  margin-left: 16px;
  margin-right: 16px;
}

.w-commerce-commercecheckoutorderitemquantitywrapper {
  white-space: pre-wrap;
  display: flex;
}

.w-commerce-commercecheckoutorderitemoptionlist {
  margin-bottom: 0;
  padding-left: 0;
  text-decoration: none;
  list-style-type: none;
}

.w-commerce-commercelayoutsidebar {
  flex: 0 0 320px;
  position: sticky;
  top: 20px;
}

.w-commerce-commercecheckoutordersummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummarylineitem, .w-commerce-commercecheckoutordersummaryextraitemslistitem {
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 8px;
  display: flex;
}

.w-commerce-commercecheckoutsummarytotal {
  font-weight: 700;
}

.w-commerce-commercecheckoutplaceorderbutton {
  color: #fff;
  cursor: pointer;
  appearance: none;
  text-align: center;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 3px;
  align-items: center;
  margin-bottom: 20px;
  padding: 9px 15px;
  text-decoration: none;
  display: block;
}

.w-commerce-commercecheckouterrorstate {
  background-color: #ffdede;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 10px 16px;
}

.w-commerce-commercepaypalcheckoutformcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercecheckoutcustomerinfosummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryitem, .w-commerce-commercecheckoutsummarylabel {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutsummaryflexboxdiv {
  flex-direction: row;
  justify-content: flex-start;
  display: flex;
}

.w-commerce-commercecheckoutsummarytextspacingondiv {
  margin-right: .33em;
}

.w-commerce-commercecheckoutpaymentsummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercepaypalcheckouterrorstate {
  background-color: #ffdede;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 10px 16px;
}

.w-commerce-commerceorderconfirmationcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercecheckoutshippingsummarywrapper {
  margin-bottom: 20px;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }

  .w-commerce-commercelayoutcontainer {
    flex-direction: column;
    align-items: stretch;
  }

  .w-commerce-commercelayoutmain {
    flex-basis: auto;
    margin-right: 0;
  }

  .w-commerce-commercelayoutsidebar {
    flex-basis: auto;
  }
}

@media screen and (max-width: 479px) {
  .w-commerce-commercecheckoutemailinput, .w-commerce-commercecheckoutshippingfullname, .w-commerce-commercecheckoutshippingstreetaddress, .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutrow {
    flex-direction: column;
  }

  .w-commerce-commercecheckoutshippingcity, .w-commerce-commercecheckoutshippingstateprovince, .w-commerce-commercecheckoutshippingzippostalcode, .w-commerce-commercecheckoutshippingcountryselector, .w-commerce-commercecheckoutcardnumber, .w-commerce-commercecheckoutcardexpirationdate, .w-commerce-commercecheckoutcardsecuritycode, .w-commerce-commercecheckoutbillingfullname, .w-commerce-commercecheckoutbillingstreetaddress, .w-commerce-commercecheckoutbillingstreetaddressoptional, .w-commerce-commercecheckoutbillingcity, .w-commerce-commercecheckoutbillingstateprovince, .w-commerce-commercecheckoutbillingzippostalcode, .w-commerce-commercecheckoutbillingcountryselector {
    font-size: 16px;
  }
}

body {
  color: #333;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

h1 {
  max-width: 100vw;
  margin-top: 0;
  margin-bottom: 19px;
  font-size: 38px;
  font-weight: 500;
  line-height: 44px;
}

h2 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 36px;
}

h3 {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: 500;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  margin-top: 0;
  margin-bottom: 5px;
}

li {
  color: #727272;
}

.button {
  background-color: var(--yellow);
  color: #000;
  text-align: center;
  letter-spacing: normal;
  text-transform: capitalize;
  mix-blend-mode: normal;
  border: 0 solid #000;
  border-radius: 3px;
  margin-right: 14px;
  padding: 13px 23px;
  font-family: Roboto Slab, sans-serif;
  text-decoration: none;
  transition: background-color .3s, box-shadow .3s, color .3s;
  display: inline-block;
  box-shadow: 0 2px 1px #0000001f;
}

.button:hover {
  background-color: #489fd9;
}

.button.hollow {
  color: #202020;
  text-shadow: none;
  background-color: #0000;
  box-shadow: 0 2px 1px #0000001f, inset 0 0 0 2px #000;
}

.button.hollow:hover {
  color: #fff;
  text-shadow: none;
  background-color: #489fd9;
  box-shadow: 0 2px 1px #0000001f, inset 0 0 0 2px #489fd9;
}

.button.in-pricing {
  margin-top: 19px;
  margin-right: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
}

.logo-text {
  color: #1c1c1c;
  margin-top: 24px;
  font-family: Roboto Slab, sans-serif;
  font-size: 27px;
  font-weight: 500;
}

.logo-text.footer {
  color: #e6eaed;
  margin-top: 0;
  margin-bottom: 19px;
  font-family: Montserrat, sans-serif;
}

.navigation {
  background-color: #202020;
  font-size: 16px;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 1px #00000021;
}

.button-text {
  color: #fff;
  border: 0 #000;
  margin-top: 10px;
  padding: 0;
  font-family: elza, sans-serif;
  text-decoration: none;
  transition: box-shadow .5s, color .3s;
  display: block;
  box-shadow: inset 0 3px #0000;
}

.button-text:hover {
  box-shadow: inset 0 3px #b5b5b580;
}

.button-text.w--current {
  color: #4dbd90;
  box-shadow: inset 0 3px #4dbd90;
}

.section {
  padding-top: 70px;
  padding-bottom: 70px;
  display: block;
}

.section.main {
  color: #fff;
  text-shadow: 0 1px #0000003b;
  background-color: #fff;
  margin-top: 80px;
  margin-bottom: 20px;
}

.section.footer {
  color: #e4e8eb;
  background-color: #212529;
  padding-top: 42px;
  padding-bottom: 42px;
}

.section.footer.copyright {
  color: #939596;
  background-color: #212529;
  padding-top: 19px;
  padding-bottom: 19px;
  font-size: 14px;
}

.section.purple {
  background-color: #dde7ed;
}

.section.clients {
  background-color: #a1bfd4;
  padding-top: 0;
  padding-bottom: 0;
}

.section.press {
  color: #fff;
  background-color: #cccfd4;
  padding-top: 29px;
  padding-bottom: 38px;
}

.slider {
  background-color: #303030;
  height: 360px;
  display: none;
}

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

.slide._1 {
  background-color: #00ad6e;
}

.slide._2 {
  background-color: #00bdd6;
}

.slide._3 {
  background-color: #ccbe00;
}

.main-subtitle {
  color: #202020;
  text-shadow: none;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 26px;
}

.footer-slogan {
  color: #939596;
  margin-bottom: 11px;
  font-family: Montserrat, sans-serif;
}

.social-icon {
  opacity: .41;
  background-color: #fff;
  background-image: url('../images/linkedin-app-white-icon.svg');
  background-position: 0 0;
  background-size: auto;
  margin-right: 11px;
  transition: opacity .3s;
}

.social-icon:hover {
  opacity: 1;
}

.footer-title {
  text-transform: uppercase;
  margin-top: 0;
  font-family: Roboto Condensed, sans-serif;
  font-weight: 400;
}

.page-link {
  color: #489fd9;
  border-bottom: 1px solid #0000;
  text-decoration: none;
  transition: color .3s, border .3s;
}

.page-link:hover {
  border-bottom-color: #489fd9;
}

.page-link.in-footer {
  color: #939596;
  display: block;
}

.page-link.in-footer:hover {
  color: #d2d7d9;
  border-bottom-color: #0000;
}

.newsletter-field {
  float: left;
  color: #202020;
  background-color: #e8e8e8;
  border: 1px solid #0000;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  width: 60%;
  height: 40px;
  font-family: Montserrat, sans-serif;
}

.newsletter-field:focus {
  border-width: 1px;
  border-color: #09f;
  box-shadow: 0 0 6px #489fd9;
}

.newsletter-button {
  float: left;
  color: #d5d8db;
  background-color: #5f6166;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  width: 40%;
  height: 40px;
  padding-top: 9px;
  padding-bottom: 9px;
  font-family: Montserrat, sans-serif;
  transition: all .5s;
}

.newsletter-button:hover {
  color: #fff;
  background-color: #489fd9;
}

.newsletter-form {
  color: #202020;
  width: 70%;
  font-family: elza, sans-serif;
}

.social-icon-group {
  height: 100px;
  margin-bottom: 0;
}

.brand-link {
  text-decoration: none;
}

.success-message {
  background-color: #5f6166;
  font-family: elza, sans-serif;
}

.main-heading {
  box-sizing: border-box;
  color: #202020;
  width: auto;
  max-width: 100vw;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-right: 0;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  line-height: 46px;
}

.section-subtitle {
  text-align: center;
  flex: 0 0 100%;
  width: auto;
  margin-top: 10px;
  margin-bottom: 35px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 22px;
  display: block;
}

.section-subtitle.bottom {
  text-align: left;
}

.section-subtitle.leftalign {
  text-align: left;
  margin-top: 20px;
  margin-bottom: 10px;
}

.bold-text {
  color: #202020;
  margin-left: 25px;
  font-family: elza, sans-serif;
  font-style: italic;
  font-weight: 700;
}

.plan-wrapper {
  color: #2b2b2b;
  background-color: #fff;
  border-radius: 3px;
  min-height: 300px;
  padding: 17px;
}

.price-point {
  margin-bottom: 8px;
  font-size: 14px;
  overflow: visible;
}

.price-accent {
  color: #489fd9;
  letter-spacing: 0;
  font-size: 20px;
}

.addl-feature {
  margin-bottom: 14px;
  font-size: 14px;
  line-height: 18px;
}

.addl-feature.active {
  color: #c7c5c5;
  -webkit-text-stroke-color: black;
  text-decoration: none;
}

.divider {
  background-color: #dbdbdb;
  width: 50%;
  height: 1px;
  margin-top: 13px;
  margin-bottom: 12px;
}

.additional-contact {
  text-align: center;
  margin-top: 21px;
}

.feature {
  text-align: left;
}

.feature-row {
  margin-bottom: 14px;
}

.testimonial-slider {
  background-color: #0000;
  height: auto;
  margin-top: 45px;
}

.testimony-slide {
  text-align: center;
  padding-top: 0;
  padding-left: 10%;
  padding-right: 10%;
}

.testimony-text {
  margin-bottom: 21px;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  font-weight: 300;
  line-height: 31px;
}

.slide-nav {
  font-size: 10px;
  display: none;
}

.person {
  border-radius: 100%;
  width: 70px;
  margin-bottom: 13px;
}

.name {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.title {
  font-family: elza, sans-serif;
}

.slider-arrow {
  color: #bdbdbd;
  width: 50px;
  font-size: 32px;
  transition: color .3s;
}

.slider-arrow:hover {
  color: #000;
}

.feature-icon {
  float: none;
  aspect-ratio: 1;
  text-align: center;
  object-fit: cover;
  margin-bottom: 12px;
  margin-left: 60px;
  padding-left: 0;
}

.main-feature-group {
  margin-top: 30px;
}

.small-features-row {
  margin-top: 71px;
}

.main-image {
  margin-left: 0;
  display: block;
}

.client-logo {
  width: 16.6%;
  margin-left: 100px;
}

.small-text {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 300;
}

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

.logo {
  width: 14%;
  margin-left: 2%;
  margin-right: 2%;
}

.image {
  padding-left: 40px;
}

.image-2 {
  box-sizing: border-box;
  padding-left: 40px;
  position: static;
}

.image-3 {
  box-sizing: border-box;
  object-fit: contain;
  flex: 0 auto;
  padding-left: 40px;
}

.image-4, .image-5, .image-6 {
  padding-left: 40px;
}

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

.heading-2 {
  font-size: 17px;
  line-height: 18px;
}

.image-7 {
  color: #0000;
}

.image-8 {
  margin-top: 20px;
  margin-bottom: 10px;
  overflow: clip;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.columns {
  max-width: 102%;
  margin-left: 0;
  margin-right: 0;
  display: block;
  position: static;
}

.nav-link-2 {
  color: #fff;
  text-align: right;
  cursor: default;
  margin-top: 20px;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.bold-text-2 {
  background-color: #f6c507;
  border: 10px solid #f0c413;
  border-radius: 20px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
}

.bold-text-3 {
  border-style: solid;
  border-width: 9px 8px 8px;
  border-color: var(--yellow);
  background-color: var(--yellow);
  color: #202020;
  text-align: left;
  border-radius: 20px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}

.nav-link-3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

.container {
  aspect-ratio: 16 / 15;
  color: #202020;
  background-color: #f7f7f7;
  border: 2px solid #0000;
  border-radius: 20px;
  margin-top: -15px;
  margin-bottom: 20px;
  padding-bottom: 0;
  overflow: hidden;
  box-shadow: 0 2px 5px #0003;
}

.image-9 {
  box-sizing: content-box;
  object-fit: fill;
  object-position: 50% 50%;
  padding-top: 12px;
  position: static;
}

.column {
  margin-top: 0;
}

.image-10 {
  aspect-ratio: 16 / 3;
  object-fit: cover;
  object-position: 50% 62%;
  display: block;
  position: static;
}

.heading-3 {
  font-family: elza, sans-serif;
  font-weight: 400;
}

.heading-4 {
  margin-bottom: 20px;
  font-family: elza, sans-serif;
  font-size: 35px;
}

.heading-4.bottom {
  text-align: left;
}

.heading2 {
  text-shadow: 0 1px 1px #0003;
  font-family: Montserrat, sans-serif;
}

.heading3 {
  box-sizing: border-box;
  text-align: center;
  object-fit: fill;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.paragraph {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
}

.div-block-2 {
  background-color: var(--gainsboro);
  min-width: 800px;
  min-height: 3px;
  margin-top: 60px;
  margin-bottom: 60px;
}

.section-2 {
  margin-top: 60px;
}

.column-2 {
  font-family: elza, sans-serif;
  font-size: 18px;
}

.bold-text-4 {
  text-align: left;
  text-shadow: 0 1px 1px #0003;
  font-family: Montserrat, sans-serif;
  font-size: 35px;
}

.paragraph-2 {
  margin-bottom: 60px;
}

.text-block {
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
}

.text-block-2 {
  color: #939596;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  line-height: 16px;
}

.link-block {
  background-image: url('../images/linkedin-app-white-icon.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: scroll;
  width: 50px;
  height: 25px;
  display: block;
}

.link-block-2 {
  background-image: url('../images/world-globe-white-icon.svg');
  background-position: 0 0;
  background-size: auto;
  margin-right: 20px;
  display: block;
}

.button-2 {
  text-align: left;
  background-color: #0000;
  background-image: url('../images/world-globe-white-icon.svg');
  background-position: 0 0;
  background-size: auto;
  width: 50px;
  height: 50px;
  margin-right: 20px;
  font-family: elza, sans-serif;
}

.button-2.button-3 {
  background-image: url('../images/linkedin-app-white-icon.svg');
  background-position: 0 0;
  background-size: auto;
}

.button-4 {
  background-color: #0000;
  background-image: url('../images/The-Australian-Financial-Review-Logo.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 400px;
  height: 40px;
  margin-left: 0;
  display: inline-block;
}

.button-5 {
  background-color: #0000;
  background-image: url('../images/ISN-01-1-1-UPD.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 300px;
  height: 40px;
}

.button-6 {
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-image: url('../images/6c4266503b9519b9805c7835f42bd626.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-clip: border-box;
  height: 40px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.heading-5 {
  text-align: center;
  font-family: elza, sans-serif;
}

.list {
  margin-bottom: 40px;
  font-family: elza, sans-serif;
  font-size: 15px;
}

.bold-text-5 {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
}

.list-item {
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.list-item-2 {
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
}

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

.modal-wrapper {
  z-index: 9999;
  opacity: 1;
  text-align: center;
  cursor: auto;
  background-image: linear-gradient(#00000080, #00000080);
  max-width: 100vw;
  height: 100%;
  padding-top: 80px;
  display: none;
  position: fixed;
  inset: 0%;
}

.modal-wrapper[aria-hidden="false"] {
  display: flex;
}

.form-status {
  min-height: 1.5em;
}

.signup-wrapper {
  background-color: #fff;
  width: 100%;
  margin: auto;
  padding: 20px;
}

.form-field {
  border: 2px solid var(--yellow);
  height: 50px;
}

.close-link {
  color: #999;
  font-size: 12px;
  display: block;
}

.button-7 {
  cursor: pointer;
  background-color: #f6c507;
}

.modal-wrapper-2 {
  z-index: 9999;
  text-align: center;
  background-color: #00000080;
  height: 100%;
  padding-top: 90px;
  position: fixed;
  inset: 0;
}

.sign-up-wrapper {
  background-color: #fff;
  width: 450px;
  margin-left: auto;
  margin-right: auto;
  padding: 31px 40px 40px;
  display: block;
}

.close-link-2 {
  color: #999;
  display: block;
}

.text-field {
  border: 2px solid #4aaec2;
  height: 50px;
}

.text-field:focus {
  border-color: #5cc489;
}

.subscribe-submit {
  background-color: #5cc489;
  width: 100%;
  height: 50px;
}

.image-11 {
  margin-left: 880px;
}

.close-icon {
  cursor: pointer;
  margin-left: 880px;
}

.heading-6 {
  font-family: elza, sans-serif;
}

.paragraph-3 {
  margin-bottom: 20px;
  font-family: elza, sans-serif;
  font-size: 26px;
  display: block;
}

.field-label, .field-label-2 {
  font-family: elza, sans-serif;
}

.submit-button {
  cursor: pointer;
  background-color: #fbc507;
  border-radius: 20px;
  font-family: elza, sans-serif;
  font-weight: 700;
}

.text-field-2, .text-field-3, .text-field-4 {
  color: #000;
  cursor: text;
  border-radius: 20px;
  font-family: elza, sans-serif;
}

.text-block-3 {
  color: #202020;
  margin-bottom: -34px;
  padding-left: 25px;
  font-family: elza, sans-serif;
}

.text-block-4, .text-block-5, .error-message, .form, .error-message-2, .success-message-2, .form-2 {
  font-family: elza, sans-serif;
}

.paragraph-4 {
  margin-bottom: 0;
  padding-left: 10px;
}

.paragraph-5 {
  text-align: left;
  margin-bottom: 0;
}

.bold-text-6 {
  font-family: Montserrat, sans-serif;
  display: block;
}

.bold-text-7, .bold-text-8, .text-span, .bold-text-9 {
  font-family: Montserrat, sans-serif;
}

.list-item-3 {
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
}

.bold-text-10 {
  clear: none;
  width: 100%;
  font-family: Montserrat, sans-serif;
}

.container-2 {
  max-width: 100vw;
}

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

.container-3 {
  text-align: center;
  flex-wrap: wrap;
  display: flex;
}

.container-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  grid-template: ". . . ."
                 ". . . Area"
                 / .25fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-12 {
  margin-left: auto;
  margin-right: auto;
}

.image-13 {
  object-fit: scale-down;
  padding-right: 10px;
}

.bold-text-12 {
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  display: block;
}

.heading-7 {
  margin-left: 0;
  display: block;
}

.list-item-4 {
  color: #202020;
}

.list-2 {
  color: #202020;
  text-shadow: none;
  font-family: Montserrat, sans-serif;
}

.dropdown {
  width: 100%;
  text-shadow: none;
  justify-content: flex-start;
  align-items: stretch;
  font-family: Montserrat, sans-serif;
  display: flex;
  overflow: visible;
}

.dropdown-toggle {
  width: 100%;
}

.dropdown-link {
  position: static;
}

.accordion-item {
  overflow: hidden;
}

.accordion-item.w--open {
  clear: none;
  flex: 0 auto;
  align-self: auto;
  display: block;
  position: static;
}

.accordion-toggle {
  width: 100%;
  height: 80px;
  display: flex;
}

.accordion-toggle.w--open {
  box-sizing: border-box;
  display: flex;
}

.text-block-6 {
  aspect-ratio: auto;
  flex-flow: column;
  justify-content: center;
  width: 100%;
  display: flex;
  position: static;
}

.icon {
  flex-flow: column;
  justify-content: center;
  display: flex;
}

.toggle-text {
  z-index: 2;
  position: relative;
}

.faq-p {
  background-color: #f4f6f8;
  border-radius: 4px;
  width: 100%;
  margin-bottom: 10px;
  overflow: hidden;
}

.faq {
  color: #fff;
  white-space: break-spaces;
  background-color: #202020;
  align-items: center;
  width: 100%;
  height: 80px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 50px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  display: flex;
}

.faq.w--open {
  border-bottom: 1px solid #0000001a;
}

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

.faq-icon {
  z-index: 2;
  width: 24px;
  margin-right: 16px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.faq-answer-img {
  width: 100%;
}

.faq-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.faq-body-cont {
  color: #727272;
  border-top: 1px #000;
  padding: 30px;
  font-size: 16px;
  font-weight: 300;
  line-height: 32px;
}

.marker {
  z-index: 0;
  width: 100%;
  margin-top: 100px;
  position: fixed;
  inset: 0% 0% auto;
}

.faq-img {
  z-index: 2;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  display: flex;
  position: relative;
  inset: 0% auto 0% 0%;
}

.subtitle {
  color: #727272;
  text-align: left;
  width: auto;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 500;
  display: block;
}

.faq-container {
  min-width: 1000px;
  max-width: 1000px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.faq-body {
  background-color: #0000;
  width: 100%;
  display: block;
  position: relative;
}

.faq-body.w--open {
  background-color: #0000;
}

.faq-answer {
  color: #727272;
  margin-bottom: 10px;
  margin-right: 0;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.faq-answer.list-item {
  margin-bottom: 0;
}

.title-wrap {
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.div-block-4 {
  height: 50px;
}

.heading-8 {
  pointer-events: auto;
  font-family: Montserrat, sans-serif;
}

.heading-9, .heading-10, .list-3, .list-4 {
  font-family: Montserrat, sans-serif;
}

.list-5 {
  font-family: Montserrat, sans-serif;
  list-style-type: decimal;
}

.faq-copy {
  color: #fff;
  white-space: break-spaces;
  background-color: #202020;
  align-items: center;
  width: 100%;
  height: 80px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 50px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  display: flex;
}

.faq-copy.w--open {
  border-bottom: 1px solid #0000001a;
}

.faq-p-copy {
  background-color: #f4f6f8;
  border-radius: 4px;
  width: 100%;
  margin-bottom: 10px;
  overflow: hidden;
}

.list-item-5, .list-item-6, .list-item-7, .list-item-8 {
  font-size: 16px;
}

.image-15 {
  aspect-ratio: 6;
  object-fit: cover;
  width: 100%;
  height: 62%;
  margin-top: 10px;
  margin-bottom: 10px;
}

.heading-11 {
  border-bottom: 2px #000;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  display: block;
}

.heading-11.box {
  text-align: left;
  border-top: 2px #000;
  border-bottom: 2px solid #000;
  border-left: 0 #000;
  border-right: 2px #000;
  margin-bottom: 10px;
}

.cell {
  text-align: center;
  background-color: #f7f7f7;
  border-left: 2px #000;
  border-radius: 0;
  flex-flow: column;
  align-items: flex-start;
  padding-top: 20px;
  padding-left: 30px;
}

.cell.prompt {
  background-color: #eee;
  padding-top: 20px;
  box-shadow: 0 2px 5px #0003;
}

.quick-stack {
  margin-top: 0;
  margin-bottom: 40px;
}

.heading-12 {
  color: #0000;
  margin-bottom: 30px;
  font-size: 50px;
}

.jump-to-headings {
  cursor: pointer;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
}

.button-8 {
  color: #333;
  background-color: #fff;
  border-radius: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.button-8.jump-to {
  background-color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
}

.button-9 {
  color: #202020;
  background-color: #f6c507;
  border-radius: 20px;
  margin-top: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
}

.button-10 {
  color: #202020;
  background-color: #f6c507;
  border-radius: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
}

.section-3 {
  display: block;
}

.container-6 {
  max-width: 1280px;
  padding-top: 50px;
}

.container-7 {
  align-self: auto;
  max-width: 940px;
  margin-left: 20px;
  display: block;
}

.body {
  margin-top: 0;
}

.heading-13 {
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
}

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

.pricing {
  font-size: 28px;
  font-weight: 500;
}

.paragraph-6 {
  padding-top: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  box-shadow: 0 2px 5px #0003;
}

.paragraph-7 {
  font-family: Montserrat, sans-serif;
}

.subscription-box {
  background-color: #f7f7f7;
  border-radius: 20px;
  align-items: center;
  padding-top: 20px;
}

.subscription-box.prompted {
  background-color: #eee;
  border: 2px solid #000;
  padding: 25px 10px 0;
  box-shadow: 0 2px 5px #0003;
}

.subscription-box.right {
  padding: 30px 10px 10px;
}

.subscription-box-heading {
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.list-6 {
  font-family: Montserrat, sans-serif;
}

.div-block-5 {
  background-color: #dcdcdc;
  min-width: 200px;
  min-height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.bold-text-15 {
  color: #202020;
}

.text-block-7 {
  color: #727272;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.subscribe-now {
  color: #202020;
  background-color: #f6c507;
  border-radius: 20px;
  flex-flow: row;
  align-items: flex-start;
  margin-top: 50px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  display: block;
}

.subscribe-now.right {
  color: #202020;
  background-color: #eee;
}

.bold-text-16 {
  margin-top: -55px;
  margin-bottom: 0;
  padding-top: 0;
  font-weight: 600;
  display: block;
}

.columns-3 {
  padding-top: 20px;
}

@media screen and (max-width: 991px) {
  .button.in-pricing {
    font-size: 14px;
    line-height: 18px;
  }

  .navigation {
    max-width: 100vw;
  }

  .button-text {
    color: #fff;
    margin-top: 10px;
    padding: 18px 0;
  }

  .button-text:hover {
    box-shadow: inset 0 3px #0000;
  }

  .button-text.w--current {
    box-shadow: inset 0 1px #0000;
  }

  .button-text.menu {
    color: #000;
    padding: 22px 17px;
    font-size: 30px;
  }

  .button-text.menu.w--open {
    color: #fff;
    background-color: #000;
  }

  .nav-menu {
    background-color: #202020;
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .feature-icon {
    margin-left: 30px;
  }

  .main-feature-group {
    margin-top: 0;
  }

  .main-image {
    margin-top: 49px;
  }

  .nav-link-2 {
    text-align: center;
  }

  .bold-text-3 {
    object-fit: fill;
    padding-left: 10px;
    padding-right: 10px;
  }

  .nav-link-3 {
    text-align: center;
  }

  .container {
    margin-top: 0;
  }

  .image-12, .image-13, .image-14 {
    object-fit: scale-down;
  }

  .faq-img {
    width: 50px;
    height: 50px;
  }

  .faq-container {
    width: 100%;
    min-width: 0;
  }

  .menu-button {
    margin-top: 20px;
  }

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

@media screen and (max-width: 767px) {
  h3 {
    margin-bottom: 8px;
  }

  .logo-text {
    margin-top: 15px;
  }

  .button-text {
    text-align: center;
    margin-bottom: 40px;
  }

  .button-text.menu {
    padding-top: 11px;
    padding-bottom: 11px;
  }

  .section {
    text-align: center;
    margin-left: 30px;
    margin-right: 30px;
    padding-top: 43px;
    padding-bottom: 43px;
  }

  .section.main {
    margin-top: 51px;
  }

  .section.footer {
    margin-left: 0;
    margin-right: 0;
  }

  .main-subtitle {
    margin-left: 30px;
    margin-right: 30px;
  }

  .nav-menu {
    padding-left: 12px;
    padding-right: 12px;
  }

  .footer-slogan {
    margin-left: 30px;
    margin-right: 30px;
  }

  .footer-title {
    margin-top: 35px;
  }

  .newsletter-form {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .main-heading {
    width: auto;
  }

  .section-subtitle {
    margin-bottom: 44px;
    margin-left: 30px;
    margin-right: 30px;
  }

  .section-subtitle.leftalign {
    text-align: center;
  }

  .plan-wrapper {
    margin-bottom: 34px;
    margin-left: 5%;
    margin-right: 5%;
  }

  .divider {
    width: 100%;
  }

  .feature {
    text-align: center;
    margin-bottom: 32px;
    margin-left: 30px;
    margin-right: 30px;
  }

  .feature-icon {
    margin-bottom: 4px;
    margin-left: 0;
  }

  .main-feature-group {
    margin-top: 0;
    margin-bottom: 34px;
  }

  .image-8 {
    padding-left: 5px;
  }

  .heading-4.bottom {
    text-align: center;
  }

  .heading2 {
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .text-block, .text-block-2 {
    margin-left: 30px;
    margin-right: 30px;
  }

  .button-2 {
    margin-right: 20px;
  }

  .button-2.button-3 {
    margin-right: 0;
  }

  .bold-text-6 {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .container-4 {
    margin-left: 30px;
    margin-right: 30px;
  }

  .image-12, .image-13, .image-14 {
    object-fit: scale-down;
  }

  .container-5 {
    margin-left: 30px;
    margin-right: 30px;
  }

  .bold-text-13 {
    margin-left: 30px;
    margin-right: 30px;
    display: block;
  }

  .faq-wrap {
    padding-left: 5%;
    padding-right: 5%;
  }

  .faq-img {
    min-width: 50px;
    min-height: 40px;
  }

  .column-4 {
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 479px) {
  .logo-text.footer {
    font-size: 18px;
    line-height: 18px;
  }

  .button-text {
    margin: 60px 20px 40px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .section {
    padding-top: 0;
  }

  .main-subtitle {
    text-align: left;
    margin-bottom: -20px;
    margin-left: 10px;
    margin-right: 10px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
  }

  .nav-menu {
    text-align: left;
    background-color: #202020;
    display: block;
  }

  .newsletter-field, .newsletter-button {
    font-size: 12px;
  }

  .main-heading {
    text-align: left;
    width: auto;
    margin-top: 80px;
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 0;
    padding-right: 0;
    font-size: 26px;
    line-height: 34px;
  }

  .section-subtitle {
    text-align: center;
    margin-bottom: 0;
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
    line-height: 26px;
  }

  .section-subtitle.leftalign {
    text-align: center;
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .feature {
    margin-left: 20px;
    margin-right: 20px;
  }

  .testimony-text {
    font-size: 16px;
    line-height: 26px;
  }

  .feature-icon {
    margin-left: 0;
  }

  .client-logo {
    width: 33.33%;
  }

  .image-8 {
    margin-left: 0;
    padding-left: 5px;
  }

  .nav-link-2 {
    text-align: center;
  }

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

  .nav-link-3 {
    text-align: center;
  }

  .container {
    margin-top: 50px;
  }

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

  .image-10 {
    aspect-ratio: 16 / 6;
  }

  .heading-4 {
    text-align: center;
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 0;
    padding-right: 0;
    font-size: 15px;
    line-height: 30px;
  }

  .heading-4.bottom {
    text-align: center;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    font-family: Montserrat, sans-serif;
    font-size: 26px;
    line-height: 36px;
  }

  .heading2 {
    text-align: left;
    margin-left: 0;
    margin-right: 0;
    font-size: 24px;
    line-height: 34px;
  }

  .heading2.odd {
    text-align: center;
    margin-left: 20px;
    margin-right: 20px;
  }

  .bold-text-4, .text-block-2 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .heading-5 {
    text-align: center;
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 0;
    padding-right: 0;
    font-size: 24px;
    line-height: 34px;
  }

  .list-item {
    width: auto;
    margin-right: 20px;
  }

  .list-item-2 {
    margin-right: 20px;
  }

  .text-block-3 {
    padding-left: 0;
  }

  .bold-text-6 {
    text-align: left;
    font-size: 26px;
    line-height: 36px;
  }

  .list-item-3 {
    margin-right: 20px;
  }

  .container-4 {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
    margin-left: 20px;
    margin-right: 20px;
  }

  .image-12 {
    object-fit: scale-down;
  }

  .bold-text-11 {
    text-align: left;
    margin-bottom: -80px;
    padding-left: 10px;
    font-size: 14px;
    display: block;
  }

  .image-13, .image-14 {
    object-fit: scale-down;
  }

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

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

  .title-2 {
    font-size: 36px;
  }

  .faq-wrap {
    padding-left: 3%;
    padding-right: 3%;
  }

  .faq-img {
    display: none;
  }

  .subtitle {
    font-size: 14px;
  }

  .button-11 {
    position: relative;
  }

  .menu-button {
    height: 100%;
    margin-top: 20px;
    margin-bottom: auto;
  }

  .menu-button.w--open {
    background-color: #202020;
    position: relative;
    top: auto;
  }
}

#w-node-c76b0532-0e5a-13ed-96ac-16100e3e986e-11098145 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_250ad37b-63e2-c5cc-81cb-fde835996b09-6e705682 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-c24a9c3a-c043-57ba-ddb8-21502707403e-6e705682, #w-node-ab2e0535-8837-de64-618d-0b3616b8802b-6e705682 {
  grid-row: span 3 / span 3;
}

#w-node-_2be0a4e5-ed32-b72b-d6c5-ba743709d54c-2fc8a1c2, #w-node-_4f72d479-c376-b27c-8015-584c710133dd-2fc8a1c2 {
  grid-template-rows: auto;
  grid-template-columns: .75fr .5fr .5fr;
}

@media screen and (max-width: 479px) {
  #w-node-c76b0532-0e5a-13ed-96ac-16100e3e986e-11098145 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

