:root {
  --wizareye-dark-turquoise: #009746;
  --wirardeye-royal-blue: #017c3a;
  --c-gray-lightest: #f7f7f7;
  --gray: #555;
  --dark-orchid: #833fba;
  --3deye: #46bba2;
  --3deye-violet: #833fba;
  --white: #fffdfd;
  --line-color: #e6e6e6;
  --c-blue: #3981b8;
  --text-muted: #999;
  --c-gray-dark: #666;
  --c-blue-light: #5fb7fc;
  --c-gray-blue: #667480;
  --deep-sky-blue: #44b4ff;
  --orange: #fcab00;
  --tomato: #ff5942;
  --black-0-1: rgba(0, 0, 0, .1);
  --steel-blue: rgba(57, 129, 184, .1);
  --slate-grey-footerbg: #667480;
  --weird-twitterbg: #717f8b;
}

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

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-embed-youtubevideo {
  width: 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.w-form-formradioinput--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutformcontainer {
  width: 100%;
  min-height: 100vh;
  background-color: #f5f5f5;
  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;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  height: 38px;
  min-height: 30px;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  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;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  height: 38px;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  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 {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

.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 {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

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

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

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

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

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

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

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

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

.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 {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.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 {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

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

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

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

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

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

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

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

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

.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 {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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: -webkit-sticky;
  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;
  -webkit-appearance: none;
  -ms-appearance: none;
  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-commerceorderconfirmationcontainer {
  width: 100%;
  min-height: 100vh;
  background-color: #f5f5f5;
  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-commercecheckoutshippingsummarywrapper, .w-commerce-commercecheckoutpaymentsummarywrapper {
  margin-bottom: 20px;
}

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

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

@media screen and (max-width: 767px) {
  .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;
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  line-height: 1.618em;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.3em;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  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;
}

a {
  transition: color .2s;
}

.app-container {
  text-align: center;
  background-color: #fff;
  font-weight: 300;
  line-height: 1.4258em;
}

.cards__container {
  background-image: linear-gradient(28deg, #3959b8, #3981b8);
  padding-top: 50px;
  padding-bottom: 54px;
  box-shadow: inset 0 -1px rgba(0, 0, 0, .2), inset 0 1px rgba(255, 255, 255, .15);
}

.cards__container.cards__container--pale {
  text-align: left;
  background-color: #deeefb;
  background-image: none;
  border-top: 1px solid #000;
  margin-right: 0;
  transition: box-shadow .2s;
}

.cards__container.cards__container--pale.tc {
  box-shadow: none;
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  border-top-style: none;
  padding: 50px 20px;
}

.cards__container.cards__container--pale.news_page {
  background-color: rgba(214, 224, 224, .28);
  background-image: none;
  border-top-style: none;
  padding-left: 0;
  padding-right: 0;
}

.cards__container.cards__container--white {
  box-shadow: none;
  background-image: none;
}

.app-cover.app-cover--plans {
  height: 100vh;
  background-color: rgba(30, 35, 59, .79);
  background-image: none;
  background-size: auto;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.app-cover.app-cover--plans.app-cover--plans-static {
  height: auto;
  background-image: linear-gradient(315deg, #833fba, #46bba2);
  margin-bottom: -80px;
  padding-top: 192px;
  padding-bottom: 20px;
  display: block;
  position: relative;
  top: -80px;
}

.app-cover.app-cover--plans.app-cover--plans-static.section-pricing {
  background-image: linear-gradient(315deg, #833fba, #46bba2);
}

.app-cover__content {
  color: #fff;
  padding-top: 45px;
  padding-bottom: 45px;
}

.app-cover__content.app-cover__content--sm {
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.app-cover__content-title {
  width: 80%;
  float: none;
  color: #fff;
  text-align: center;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
  font-size: 45px;
  font-weight: 400;
  display: block;
  position: static;
}

.app-cover__content-title.app-cover__content-title--sm {
  width: 100%;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.app-cover__content-subtitle {
  color: rgba(255, 255, 255, .8);
  text-align: center;
  margin-top: 0;
  font-size: 21px;
  font-weight: 300;
}

.app-cover__content-subtitle.app-cover__content-subtitle--black {
  color: #333;
  text-align: left;
  border-bottom: 1px solid rgba(0, 0, 0, .08);
  margin: 15px auto 0;
  padding-bottom: 15px;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.app-cover__content-subtitle.app-cover__content-subtitle--black.contactus_subtitle {
  border-style: none none solid;
  margin-top: 20px;
  margin-bottom: 15px;
}

.app-cover__content-subtitle.app-cover__content-subtitle--black.contactus_subtitle.faq_page {
  text-align: center;
  border-top: 1px solid rgba(0, 0, 0, .09);
  border-bottom-style: none;
  margin-top: 30px;
  padding-top: 30px;
  font-size: 33px;
}

.btn-success {
  color: #fff;
  text-shadow: 0 1px rgba(0, 0, 0, .1);
  background-image: linear-gradient(#4fd2b6, #46bba2);
  border-radius: 4px;
  padding: 12px 30px;
  font-weight: 400;
  transition: box-shadow .2s;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .1);
}

.btn-success:hover {
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .1), inset 0 0 0 500px #00d66b;
}

.btn-success.cards__item--btn {
  box-shadow: none;
  text-shadow: none;
  background-color: #46bba2;
  background-image: none;
  font-size: 15px;
  transition: background-color .2s;
  overflow: visible;
}

.btn-success.cards__item--btn:hover {
  box-shadow: none;
  text-shadow: none;
  background-color: #833fba;
}

.btn-success.cards__item--btn.backtosolutions {
  background-color: var(--wizareye-dark-turquoise);
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 20px;
  display: inline-block;
}

.btn-success.cards__item--btn.backtosolutions:hover {
  background-color: var(--wirardeye-royal-blue);
}

.btn-success.cards__item--btn.btn_camera {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

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

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

.text-center.page-section {
  border-top: 1px solid rgba(0, 0, 0, .1);
  margin-top: 15px;
  padding-top: 35px;
  padding-bottom: 35px;
}

.text-center.p2p {
  text-align: right;
  margin-bottom: 20px;
  margin-right: 20px;
}

.content-block-sm {
  margin-bottom: 15px;
  display: block;
}

.content-paragraph {
  text-align: left;
  text-transform: none;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  display: block;
}

.content-paragraph.about_us_page {
  color: #333;
  text-align: left;
  margin-bottom: 15px;
  font-size: 16px;
}

.content-paragraph-sm {
  text-align: left;
  margin-bottom: 10px;
  margin-left: 0;
  font-size: 16px;
  line-height: 1.618em;
}

.page-section {
  clear: none;
  padding-top: 50px;
  padding-bottom: 30px;
  overflow: visible;
}

.page-section.p2p_section {
  padding-top: 54px;
  padding-bottom: 0;
}

.page-section.pb-30.abou {
  background-color: var(--c-gray-lightest);
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  margin: 0 60px;
  padding: 42px 50px 30px;
  display: block;
}

.page-section.pb-30.abou.terms {
  margin-top: auto;
  margin-left: 17px;
  margin-right: 17px;
  padding-right: 42px;
  position: relative;
}

.page-section.pb-30.abou.terms.privacy {
  margin-top: 50px;
}

.content-title {
  text-align: left;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 26px;
  font-weight: 300;
  line-height: 1.618em;
}

.content-title.content-title--top {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 26px;
  line-height: 1.3em;
}

.text-color-white {
  color: #fff;
}

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

.cards__container-description {
  color: rgba(255, 255, 255, .9);
  font-size: 15px;
}

.cards__container-description.content-block-lg {
  margin-bottom: 30px;
}

.cards__container-description__title {
  color: #fff;
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 30px;
  line-height: 1.3em;
}

.content-block-lg {
  margin-bottom: 45px;
}

.hide {
  letter-spacing: 2px;
  display: none;
}

.content-quote {
  text-align: left;
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 1.5em;
}

.app-cover--plans-static {
  background-image: url('../images/plans-cover.jpg');
  background-position: 0 0;
  background-size: cover;
  margin-right: 1px;
}

.btn-lg {
  border-radius: 30px;
  padding: 20px 45px;
  font-size: 18px;
}

.btn-lg.btn-success {
  width: 180px;
  text-align: center;
  background-image: linear-gradient(#4fd2b6, #46bba2);
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  transition: box-shadow .3s ease-in-out, all .3s ease-in-out;
  display: block;
  position: relative;
  overflow: hidden;
  transform: scale(1);
}

.btn-lg.btn-success:hover {
  filter: hue-rotate(9deg);
  transform: translate(0, -2px);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .1);
}

.benefits__item {
  padding-top: 30px;
  transform: translate(0);
}

.benefits__item.benefits__item--alt {
  background-color: rgba(57, 129, 184, .1);
  padding-top: 30px;
  padding-bottom: 30px;
  box-shadow: inset 0 1px rgba(0, 0, 0, .07), inset 0 -1px rgba(0, 0, 0, .07);
}

.benefits__item.faq-page {
  padding-bottom: 60px;
}

.page-section__title {
  text-align: left;
  border-style: none;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, .1);
  margin-top: 15px;
  margin-bottom: 40px;
  font-size: 32px;
  font-weight: 400;
  line-height: 42px;
}

.page-section__title.page-section__title-sm {
  text-align: left;
  border-top: 1px #000;
  margin-top: 16px;
  margin-bottom: 2px;
  padding-bottom: 30px;
  font-size: 32px;
}

.page-section__title.page-section__title-sm.text-center {
  color: #333;
  text-align: center;
  font-size: 32px;
}

.page-section__title.page-section__title-sm.text-center.p2p {
  color: #666;
  margin-top: 20px;
  margin-right: 0;
  font-family: Open Sans, sans-serif;
  font-size: 39px;
  font-weight: 400;
  line-height: 42px;
}

.page-section__title.page-section__title-sm.text-center.p2p.h2_title {
  margin-bottom: 5px;
  font-size: 40px;
}

.page-section__title.page-section__title-sm.text-center.h2_title {
  color: #333;
  border-style: none;
  margin-top: 0;
  padding-bottom: 50px;
  font-size: 35px;
}

.page-section__title.mt-0 {
  margin-top: 0;
  margin-bottom: 20px;
}

.page-section__title.text-left {
  text-align: left;
}

.page-section__title.text-left.mt-0 {
  letter-spacing: 1px;
  text-transform: uppercase;
}

.page-section__title.text-left.inline-block.mb-15 {
  float: left;
}

.contact__item_content {
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
}

.contact__item_content.news_page {
  border-bottom: 1px solid rgba(0, 0, 0, .2);
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.news_page_image {
  width: 33%;
  float: left;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: 20px;
  display: block;
  position: static;
  top: 11px;
  bottom: 17px;
  right: 50px;
}

.news_title {
  text-align: left;
  margin-top: 10px;
  margin-bottom: 5px;
  padding-bottom: 20px;
  font-size: 26px;
  font-weight: 400;
}

.news_paragraph {
  text-align: left;
  margin-bottom: 10px;
  margin-right: 0;
  line-height: 1.6em;
}

.news_paragraph.published {
  color: #46bba2;
  text-align: left;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 16px;
}

.news_paragraph.published.p-center {
  color: var(--wizareye-dark-turquoise);
  text-align: left;
  -webkit-text-stroke-color: var(--wizareye-dark-turquoise);
}

.news_paragraph.address {
  display: none;
}

.btn.btn-success.btn-lg {
  z-index: 5;
  box-shadow: none;
  text-shadow: none;
  background-color: #46bba2;
  background-image: none;
  padding-left: 25px;
  padding-right: 25px;
  transition: background-color .2s;
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
  overflow: hidden;
  transform: none;
}

.btn.btn-success.btn-lg:hover {
  background-color: #833fba;
}

.btn.btn-success.btn-lg.btn-3deye {
  width: auto;
  display: inline-block;
  position: relative;
  bottom: 0;
}

.btn.btn-success.btn-lg.btn-3deye.mt-30 {
  background-color: var(--wizareye-dark-turquoise);
  letter-spacing: 2px;
  text-transform: uppercase;
  padding-left: 40px;
  padding-right: 40px;
  transition: all .333s, background-color .2s;
}

.btn.btn-success.btn-lg.btn-3deye.mt-30:hover {
  background-color: var(--wirardeye-royal-blue);
  transform: scale(1.02);
}

.mainpageimages {
  width: 50%;
  height: auto;
  min-width: 0;
  float: left;
  object-fit: fill;
  border-radius: 20px;
  padding-right: 0;
  display: inline-block;
  position: relative;
}

.mainpageimages.img-right {
  float: right;
  padding-left: 0;
  padding-right: 0;
}

.p2p-image {
  max-width: 50%;
  float: none;
  clear: none;
  filter: brightness(76%);
  display: inline-block;
  position: static;
}

.p2p_section {
  padding-top: 40px;
  padding-bottom: 40px;
  transition: background-color .517s;
}

.button_holder {
  margin-top: 20px;
}

.image-2 {
  height: 400px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.link-2 {
  width: 100%;
  color: #333;
  text-align: left;
  font-size: 26px;
  text-decoration: none;
}

.link-2:hover {
  color: #46bba2;
}

.link {
  color: var(--wizareye-dark-turquoise);
  text-decoration: none;
}

.link:hover {
  color: var(--wirardeye-royal-blue);
  -webkit-text-stroke-color: var(--wirardeye-royal-blue);
  text-decoration: none;
}

.link.link-block {
  display: block;
}

.img-news {
  width: 100%;
  height: auto;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.block-analytics {
  width: 100%;
  text-align: left;
  margin-top: 30px;
  margin-bottom: 60px;
}

.div-block-6 {
  width: 50%;
  float: left;
  padding-left: 15px;
}

.div-block-6.block-text-left {
  padding-left: 0;
  padding-right: 15px;
}

.link-block {
  transition-property: none;
}

.h3_title {
  margin-top: 20px;
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
}

.h3_title.mt-15 {
  margin-top: 15px;
}

.h3_title.mt-0 {
  margin-top: 0;
}

.image-10 {
  color: #333;
}

.image-10.icon-main {
  width: auto;
}

.hr {
  height: 1px;
  background-color: #ccc;
  margin-top: 60px;
  margin-bottom: 60px;
  position: relative;
  overflow: hidden;
}

.ol-list {
  color: var(--gray);
  text-align: left;
  letter-spacing: 1px;
  margin-top: 20px;
  font-size: 16px;
  line-height: 25px;
}

.ol-list.mb-60 {
  margin-bottom: 60px;
}

.ol-list-item {
  margin-bottom: 15px;
  line-height: 1.4258em;
}

.ul-list {
  color: var(--gray);
  text-align: left;
  letter-spacing: 1px;
  margin-top: -5px;
  margin-bottom: 20px;
  margin-left: 30px;
  font-size: 16px;
  line-height: 25px;
}

.list-item {
  margin-bottom: 15px;
}

.paragraph-3 {
  color: #666;
}

.icon-main {
  width: auto;
  height: 65px;
  filter: hue-rotate(30deg);
}

.column-22.icon-block, .column-23.icon-block, .icon-block {
  padding-left: 15px;
  padding-right: 15px;
}

.camera-animation-block {
  width: auto;
  height: 50%;
  flex-direction: column;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  top: -370px;
}

.camera-animation-block.position--300 {
  top: -300px;
}

.camera-animation-block.position--310 {
  top: -310px;
}

.camera-animation-block.height--250 {
  top: -250px;
}

.camera-animation-text {
  width: auto;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  bottom: 60px;
}

.banner {
  background-image: linear-gradient(315deg, #833fba, #46bba2);
  padding-top: 40px;
  padding-bottom: 40px;
}

.text-block-9 {
  color: #46bba2;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 400;
}

.text-block-9.step {
  margin-bottom: 15px;
}

.cameras-block {
  padding-top: 50px;
}

.camera-pic {
  width: 100%;
  height: auto;
}

.camera-title {
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
}

.cameras-tabs-menu {
  border: 1px solid rgba(70, 187, 162, .4);
  border-radius: 6px;
  overflow: hidden;
}

.cameras-tab-link {
  width: 50%;
  float: left;
  color: #46bba2;
  background-color: rgba(0, 0, 0, 0);
  padding-left: 15px;
  padding-right: 15px;
  font-weight: 400;
}

.cameras-tab-link.w--current {
  color: #fff;
  background-color: #46bba2;
  border-radius: 6px;
  font-weight: 400;
}

.cameras-tabs-content {
  font-size: 13px;
}

.camera-tab-list {
  margin-top: 20px;
  margin-bottom: 0;
  padding-left: 25px;
}

.camera-tab-list-item {
  text-align: left;
  margin-bottom: 8px;
}

.camera-block {
  border: 1px solid rgba(70, 187, 162, .4);
  border-radius: 6px;
  padding: 15px;
}

.text-block-10, .text-block-11, .text-block-12, .text-block-13, .text-block-14, .text-block-15, .text-block-16, .text-block-17 {
  text-align: center;
}

.link-2 {
  color: #46bba2;
  text-decoration: none;
}

.link-2:hover {
  color: #833fba;
}

.link-new {
  color: var(--wizareye-dark-turquoise);
  letter-spacing: 1px;
  text-decoration: none;
}

.link-new:hover {
  color: var(--wirardeye-royal-blue);
}

.map {
  height: 200px;
  margin-top: 15px;
  display: none;
}

.faq-link {
  color: #333;
  padding: 12px 15px;
  text-decoration: none;
  display: block;
  position: relative;
}

.faq-link:hover {
  color: var(--wizareye-dark-turquoise);
  -webkit-text-stroke-color: var(--wizareye-dark-turquoise);
  background-color: rgba(70, 187, 162, .05);
}

.rich-text-block-3, .column-29, .column-30 {
  text-align: left;
}

.faq-column {
  text-align: left;
  padding-left: 15px;
  padding-right: 15px;
}

.mb-30 {
  margin-bottom: 30px;
}

.faq-icon {
  height: 27px;
  float: left;
  filter: hue-rotate(32deg);
  margin-right: 10px;
  position: relative;
}

.faq-icon.mt-0 {
  margin-top: 0;
}

.faq-icon.mt-30 {
  filter: hue-rotate(32deg);
  margin-top: 20px;
}

.faq-icon.mt-15 {
  margin-top: 15px;
}

.faq-list {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.faq-item {
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  display: block;
  position: relative;
  overflow: hidden;
}

.faq-list-inside {
  margin-bottom: 0;
}

.faq-block {
  margin-top: 20px;
  margin-bottom: 40px;
}

.faq-search {
  width: 50vw;
  flex: 1;
  margin: 20px auto -10px;
  display: block;
  position: relative;
}

.faq-search-input {
  width: 80%;
  height: 45px;
  float: left;
  background-color: #fff;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 12px 15px;
  transition: border-color .2s;
  display: inline-block;
  position: relative;
}

.faq-search-input:hover {
  border-color: #fff;
}

.faq-search-input:focus {
  border: 1px solid var(--wizareye-dark-turquoise);
}

.faq-search-input::-ms-input-placeholder {
  color: rgba(0, 0, 0, .4);
}

.faq-search-input::placeholder {
  color: rgba(0, 0, 0, .4);
}

.faq-search-button {
  width: 20%;
  height: 45px;
  float: right;
  background-color: var(--wizareye-dark-turquoise);
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  padding-top: 9px;
  padding-bottom: 10px;
  transition: background-color .2s;
  display: inline-block;
  position: relative;
}

.faq-search-button:hover {
  background-color: var(--wirardeye-royal-blue);
}

.search-results {
  text-align: left;
}

.search-url {
  color: rgba(0, 0, 0, .4);
}

.search-link {
  color: var(--wizareye-dark-turquoise);
  font-size: 18px;
  text-decoration: none;
}

.search-link:hover {
  color: var(--wirardeye-royal-blue);
}

.search-p {
  margin-bottom: 25px;
}

.column-33, .column-34 {
  text-align: left;
}

.submit-question-block {
  background-color: var(--wizareye-dark-turquoise);
  background-image: radial-gradient(circle farthest-corner at 50% 50%, transparent, rgba(0, 0, 0, .55)), linear-gradient(315deg, #833fba, var(--wizareye-dark-turquoise) 70%);
  color: #fff;
  text-align: left;
  border: 1px solid rgba(247, 247, 247, .5);
  border-radius: 10px;
  margin-top: 20px;
  padding: 15px;
}

.button-white-outline {
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(255, 255, 255, .7);
  border-radius: 20px;
  padding-left: 2.5em;
  padding-right: 2.5em;
  font-weight: 400;
  transition: box-shadow .2s, background-color .2s;
  box-shadow: 0 0 9px 1px rgba(0, 0, 0, .2);
}

.button-white-outline:hover {
  box-shadow: 0 0 10px 0 var(--wizareye-dark-turquoise), 0 0 9px 1px rgba(0, 0, 0, .2);
  color: var(--wirardeye-royal-blue);
  letter-spacing: 2px;
  -webkit-text-stroke-color: var(--wirardeye-royal-blue);
  text-transform: uppercase;
  background-color: #fff;
  border-color: #fff;
}

.button-white-outline:active {
  box-shadow: 0 0 10px 1px rgba(0, 151, 70, .75), 0 0 9px 1px rgba(0, 0, 0, .2);
}

.button-white-outline.float-right {
  float: right;
}

.button-white-outline.float-right.mt-5, .button-white-outline.mt-5 {
  margin-top: 5px;
}

.submit-question-label {
  color: rgba(255, 255, 255, .7);
  font-weight: 400;
  display: inline-block;
}

.submit-question-input {
  background-color: rgba(255, 255, 255, .7);
  border-style: none;
  border-radius: 5px;
  margin-bottom: 15px;
  transition: background-color .2s;
  position: relative;
  overflow: hidden;
}

.submit-question-input:focus {
  background-color: #fff;
}

.submit-question-input-right {
  background-color: rgba(255, 255, 255, .7);
  border-style: none;
  border-radius: 5px;
  margin-bottom: 15px;
  transition: background-color .2s;
  position: relative;
  overflow: hidden;
}

.submit-question-input-right:focus {
  background-color: #fff;
}

.submit-question-textarea {
  background-color: rgba(255, 255, 255, .7);
  border-style: none;
  border-radius: 5px;
  transition: background-color .2s;
}

.submit-question-textarea:focus {
  background-color: #fff;
}

.pr-7 {
  padding-right: 7px;
}

.pl-8 {
  padding-left: 8px;
}

.success {
  background-color: rgba(0, 0, 0, 0);
  font-size: 16px;
}

.error {
  color: #fbb;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fbb;
  border-radius: 5px;
}

.h3-title {
  text-align: left;
  margin-top: 0;
  font-size: 20px;
  font-weight: 400;
}

.success-message {
  color: #46bba2;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #46bba2;
  border-radius: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: 400;
}

.error-message {
  color: #833fba;
  text-align: center;
  background-color: rgba(131, 63, 186, .1);
  border: 1px solid #833fba;
  border-radius: 10px;
  font-weight: 400;
}

.new-navbar {
  z-index: 9999;
  background-color: rgba(0, 0, 0, .9);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.new-logo-link {
  margin-right: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.new-logo {
  height: 45px;
}

.new-nav-link {
  opacity: .6;
  color: #fff;
  padding: 22px 13px 21px;
  font-weight: 300;
  text-decoration: none;
  transition: opacity .2s;
  display: inline-block;
}

.new-nav-link:hover {
  opacity: 1;
  color: #fff;
}

.new-nav-link.w--current {
  color: #46bba2;
}

.new-nav-link.py-10 {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.new-nav-link.py-10.w--current {
  opacity: 1;
}

.new-nav-link.navbar-free-trial {
  display: none;
}

.new-header {
  width: 100%;
  height: 90vh;
  perspective: 1200px;
  perspective-origin: 50%;
  transform-origin: 50%;
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0), #000), linear-gradient(135deg, #833fba, #00c2cb);
  margin-top: auto;
  margin-bottom: -80px;
  padding-top: 216px;
  display: none;
  position: relative;
  top: -80px;
  overflow: hidden;
  transform: none;
}

.new-nav-link-toggle {
  opacity: .6;
  color: #fff;
  padding-left: 15px;
  padding-right: 30px;
  font-weight: 300;
  transition: opacity .2s;
}

.new-nav-link-toggle:hover {
  opacity: 1;
  color: #fff;
}

.new-nav-link-toggle.w--open {
  color: #fff;
}

.new-nav-link-toggle.py-18 {
  padding-top: 19px;
  padding-bottom: 18px;
}

.new-nav-link-dropdown-list.w--open {
  text-align: center;
  background-color: rgba(0, 0, 0, .9);
  flex-flow: row;
  align-content: space-around;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
  position: absolute;
  right: 0;
}

.new-nav-link-dropdown-list.vertical.w--open {
  display: block;
}

.arrow-nav {
  color: rgba(255, 255, 255, .5);
  margin-right: 13px;
}

.new-head-container {
  min-height: 393px;
  perspective: none;
  transform-style: preserve-3d;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  transform: rotateX(52deg)rotateY(0)rotateZ(0);
}

.desktop {
  width: 900px;
  height: 430px;
  perspective: none;
  transform-origin: 50% 100%;
  background-image: url('../images/portal-new.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 750px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  bottom: -107px;
  left: 0;
  right: 0;
  transform: none;
}

.flag {
  height: 25px;
  border-radius: 5px;
}

.arrow-nav2 {
  color: rgba(255, 255, 255, .5);
  margin-right: 12px;
}

.new-head-block {
  width: 90%;
  margin-top: 130px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.h1-new {
  color: #fff;
  margin: 0 auto 20px;
  font-size: 43px;
  font-weight: 400;
  line-height: 50px;
  display: block;
}

.h2-new {
  color: rgba(255, 255, 255, .6);
  margin: 0 auto 20px;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  display: block;
}

.new-button-header {
  z-index: 5;
  border: 1px solid var(--wizareye-dark-turquoise);
  color: var(--c-gray-lightest);
  text-transform: uppercase;
  background-color: rgba(0, 151, 70, .14);
  border-radius: 60px;
  margin: 13px 10px;
  padding: 15px 30px;
  font-size: 17px;
  font-weight: 400;
  transition: background-color .333s;
  display: inline-block;
  position: relative;
}

.new-button-header:hover {
  background-color: var(--wirardeye-royal-blue);
  transform: scale(1);
}

.new-button-header.onpage {
  background-color: rgba(0, 151, 70, .89);
  margin-top: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.new-button-header.onpage:hover {
  border-color: var(--wirardeye-royal-blue);
  background-color: var(--wirardeye-royal-blue);
}

.sign-in {
  color: #46bba2;
  border: 1px solid #46bba2;
  border-radius: 5px;
  padding: 6px 13px 8px;
}

.mobile-app {
  width: 150px;
  height: 265px;
  background-image: url('../images/cameras-app-new.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 150px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  bottom: 20px;
  left: 130px;
  box-shadow: 18px 18px 32px rgba(0, 0, 0, .8);
}

.tablet {
  width: 300px;
  height: 400px;
  background-image: url('../images/cameras-app-tablet-new.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 300px;
  background-attachment: scroll;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  bottom: -25px;
  right: 120px;
  box-shadow: -18px 18px 32px rgba(0, 0, 0, .8);
}

.platforms-block {
  height: 100vh;
  perspective: none;
  position: static;
  top: -170px;
}

.new-section {
  padding-top: 30px;
  padding-bottom: 30px;
  overflow: hidden;
}

.new-section.gradient-bg {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, rgba(255, 255, 255, 0), black), linear-gradient(135deg, var(--dark-orchid), var(--wizareye-dark-turquoise));
  padding-bottom: 30px;
  position: relative;
}

.h2 {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 38px;
  font-weight: 700;
  line-height: 48px;
}

.h2.white-text {
  color: #fff;
  line-height: 46px;
}

.h2.gradient-bg-h2 {
  color: #fff;
}

.news-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  position: relative;
  overflow: hidden;
}

.news-img {
  height: 160px;
  background-image: url('../images/time-warp.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.news-title {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}

.news-title.new-news-title {
  font-weight: 300;
  line-height: 22px;
}

.news-bottom-block {
  padding: 15px;
}

.news-link {
  color: #333;
  border-radius: 10px;
  text-decoration: none;
  transition: color .2s, box-shadow .2s;
  display: block;
  box-shadow: 0 0 5px 3px rgba(0, 0, 0, .2);
}

.news-link:hover {
  color: #46bba2;
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, .2);
}

.news-date {
  color: #fff;
  text-transform: uppercase;
  background-color: rgba(0, 151, 70, .7);
  padding: 3px 10px;
  font-size: 12px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.news-section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 30px;
  display: grid;
}

.button-new {
  background-color: var(--wizareye-dark-turquoise);
  text-transform: uppercase;
  border-radius: 20px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 12px 25px;
  font-size: 16px;
  font-weight: 400;
  transition: background-color .2s;
}

.button-new:hover {
  background-color: var(--wirardeye-royal-blue);
}

.button-new.button-demo {
  letter-spacing: 2px;
  margin-top: 15px;
}

.button-new.mb-60 {
  margin-bottom: 60px;
}

.button-new.mt-50 {
  margin-top: 50px;
}

.button-new.button-alpr {
  margin-top: 25px;
  margin-bottom: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 15px;
}

.footer {
  background-color: #000;
  background-image: linear-gradient(120deg, rgba(0, 0, 0, 0) 42%, rgba(255, 255, 255, .15));
  padding-top: 30px;
  padding-bottom: 30px;
}

.footer-copyright {
  height: 40px;
  color: rgba(255, 255, 255, .5);
  text-align: left;
  font-size: 12px;
  font-weight: 300;
  display: inline-block;
  left: 10px;
}

.separator {
  opacity: .5;
  margin-left: 8px;
  margin-right: 8px;
}

.footer-link {
  color: rgba(255, 255, 255, .5);
  text-decoration: none;
}

.footer-link:hover {
  color: #fff;
}

.footer-link.d-block {
  letter-spacing: 2px;
  text-transform: uppercase;
  padding-top: 5px;
  padding-bottom: 5px;
  display: block;
}

.footer-link.d-block.w--current {
  color: #fff;
}

.footer-link.d-block.hide {
  display: block;
}

.badges {
  text-align: right;
  padding-right: 0;
}

.badge {
  width: 135px;
  height: 40px;
}

.badge.onapp {
  transition: transform .333s;
}

.badge.onapp:hover {
  transform: scale(1.03);
}

.badge-link {
  opacity: .6;
  transition: opacity .2s;
}

.badge-link:hover {
  opacity: 1;
}

.badge-link.ml-15 {
  margin-left: 0;
  margin-right: 0;
}

.badge-link.onpage {
  opacity: 1;
  box-shadow: 0 0 6px rgba(0, 0, 0, .2);
}

.badge-link.onpage:hover {
  transform: scale(1.04);
  box-shadow: 0 0 6px rgba(0, 0, 0, .2);
}

.text-block-18 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.footer-menu-list {
  text-align: left;
}

.subscribe-input {
  width: 75%;
  height: 48px;
  float: left;
  border: 2px solid var(--wizareye-dark-turquoise);
  opacity: .5;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  margin-bottom: 0;
  transition: opacity .2s;
  display: inline-block;
}

.subscribe-input:focus {
  opacity: 1;
  border-width: 2px;
  border-color: #46bba2;
}

.subscribe-button {
  width: 25%;
  float: right;
  opacity: .5;
  color: var(--wizareye-dark-turquoise);
  -webkit-text-stroke-color: var(--wizareye-dark-turquoise);
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border-top: 2px solid #46bba2;
  border-bottom: 2px solid #46bba2;
  border-right: 2px solid #46bba2;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  padding-top: 11px;
  padding-bottom: 11px;
  font-weight: 400;
  line-height: 1.6em;
  transition: opacity .2s;
}

.subscribe-button:hover {
  opacity: 1;
}

.soc-icon {
  height: 18px;
}

.soc-icon-link {
  width: 40px;
  height: 40px;
  opacity: .3;
  text-align: center;
  border: 1px solid #999;
  border-radius: 50%;
  padding-top: 7px;
  transition: opacity .2s;
}

.soc-icon-link:hover {
  opacity: 1;
}

.soc-icon-link.mx-15 {
  margin-left: 15px;
  margin-right: 15px;
}

.align-right {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: right;
  order: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: stretch;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 0;
  display: block;
}

.subscribe-block {
  margin-bottom: 20px;
}

.h2-footer {
  color: #46bba2;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 400;
}

.slider-clients {
  height: 90px;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid rgba(255, 255, 255, .12);
  margin-top: 40px;
  margin-bottom: 30px;
}

.slider-arrow {
  opacity: .3;
}

.slide {
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

.client-logo {
  height: 44px;
  max-width: none;
  opacity: .6;
  filter: grayscale();
  margin-left: auto;
  margin-right: auto;
  transition: opacity .2s, filter .2s;
  display: block;
}

.client-logo:hover {
  opacity: 1;
  filter: none;
}

.client-logo.client-logo-new.camnube {
  margin-right: -11px;
}

.slide-nav {
  display: none;
}

.logo-3deye {
  width: 40%;
  float: left;
  filter: invert();
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.brand {
  margin-bottom: 15px;
  position: relative;
}

.px-15 {
  padding-left: 15px;
  padding-right: 15px;
}

.list {
  text-align: left;
  margin-bottom: 25px;
  font-size: 16px;
  line-height: 25px;
}

.list.pl-25 {
  padding-left: 25px;
}

.list.pl-30 {
  padding-left: 30px;
}

.list.list-big {
  font-size: 16px;
  line-height: 24px;
}

.list-item {
  margin-bottom: 10px;
}

.reviews-slider {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 15px;
}

.reviews-slide {
  height: auto;
  padding-left: 50px;
  padding-right: 50px;
}

.reviews-arrow {
  width: 50px;
  height: auto;
  color: rgba(0, 0, 0, .15);
  transition: color .2s;
}

.reviews-arrow:hover {
  color: rgba(0, 0, 0, .3);
}

.reviews-mask {
  height: auto;
}

.reviews-arrow-icon {
  font-size: 30px;
}

.reviews-photo {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.reviews-name {
  text-align: center;
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 400;
}

.reviews-position {
  color: #666;
  text-align: center;
  text-transform: uppercase;
  margin-top: -5px;
  margin-bottom: -5px;
  font-size: 12px;
  font-weight: 300;
}

.reviews-position.mt-5 {
  margin-top: 5px;
}

.pb-20 {
  padding-bottom: 20px;
  display: flex;
}

.btn-header {
  background-color: var(--wizareye-dark-turquoise);
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 30px;
  padding: 20px 40px;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  transition: all .333s, background-color .2s;
}

.btn-header:hover {
  background-color: var(--wirardeye-royal-blue);
  transform: scale(1.02);
}

.mt-30 {
  margin-top: 30px;
}

.btn-header-icon {
  width: auto;
  height: 25px;
  float: left;
  margin-right: 10px;
  display: inline-block;
  position: relative;
}

.btn-header-text {
  float: left;
  text-align: left;
  margin-top: 3px;
  display: inline-block;
  position: relative;
}

.mx-60 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.counter {
  font-family: Open Sans, sans-serif;
}

.img-left {
  width: 50%;
  height: auto;
  float: left;
  border-radius: 20px;
  margin-bottom: 25px;
  margin-right: 25px;
  display: block;
  position: relative;
  box-shadow: 1px 0 16px 1px rgba(0, 0, 0, .2);
}

.img-left.width-25 {
  width: 25%;
}

.main {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 50px;
  display: flex;
}

.title-new {
  margin-bottom: 20px;
  font-weight: 400;
  line-height: 40px;
}

.h4-title-new {
  color: var(--wizareye-dark-turquoise);
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 400;
}

.h3-title-new {
  margin-top: 0;
  font-weight: 400;
}

.h3-article {
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-bottom: 1px solid #000;
  margin: 30px auto 15px;
  padding-bottom: 8px;
  font-weight: 600;
  line-height: 34px;
  display: block;
}

.h3-article.mt-0 {
  margin-top: 0;
}

.h3-article.hero {
  text-transform: none;
  border-bottom-width: 0;
  border-left: 1px solid #000;
  margin-bottom: 30px;
  margin-left: 9px;
  padding-left: 16px;
  padding-right: 16px;
}

.p-article {
  text-align: left;
  letter-spacing: 1px;
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 25px;
}

.p-article.subtitle.onpage {
  color: var(--gray);
  margin-top: 10px;
  padding-top: 0;
  font-size: 12px;
}

.p-article.pap {
  border-left: 1px solid #000;
  padding-left: 6px;
  font-weight: 700;
}

.blockquote {
  text-align: left;
  border-left-style: none;
  margin-bottom: 15px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-style: italic;
  line-height: 30px;
}

.border {
  height: 1px;
  background-color: #ccc;
  margin-top: 30px;
  margin-bottom: 30px;
  overflow: hidden;
}

.img-article {
  width: 100%;
  height: auto;
  border-radius: 20px;
  box-shadow: 0 2px 16px 1px rgba(0, 0, 0, .2);
}

.cite {
  color: #999;
  text-align: right;
  margin-top: 10px;
  font-size: 16px;
  line-height: 22px;
  display: block;
}

.demo-label {
  text-align: left;
  letter-spacing: 1px;
  text-transform: none;
  margin-top: 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.45em;
}

.demo-input {
  height: 50px;
  background-color: #fff;
  border: 1px solid rgba(85, 85, 85, .36);
  border-radius: 20px;
  font-size: 16px;
  transition: opacity .2s;
}

.demo-input:hover {
  border-color: var(--wizareye-dark-turquoise);
}

.demo-input:active {
  border-color: var(--wirardeye-royal-blue);
}

.demo-radio-field {
  text-align: left;
  letter-spacing: 1px;
  align-items: center;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 16px;
  display: flex;
}

.demo-radio {
  color: var(--wirardeye-royal-blue);
  margin-top: 0;
  margin-right: 10px;
}

.demo-radio-label {
  font-weight: 300;
}

.required {
  color: var(--wirardeye-royal-blue);
}

.demo-success {
  color: #46bba2;
  background-color: rgba(70, 187, 162, .05);
  border: 1px solid #46bba2;
  border-radius: 5px;
  font-size: 20px;
  font-weight: 300;
}

.demo-error {
  color: #833fba;
  background-color: rgba(131, 63, 186, .05);
  border: 1px solid #833fba;
  border-radius: 5px;
  padding: 20px;
  font-size: 20px;
}

.demo-error-link {
  color: #833fba;
  border-bottom: 1px solid #833fba;
  text-decoration: none;
}

.button-left {
  float: left;
  background-color: #46bba2;
  border-radius: 5px;
  margin-left: 15px;
  font-size: 18px;
  font-weight: 400;
  transition-property: background-color;
}

.button-left:hover {
  background-color: #833fba;
}

.button-left.mt-15 {
  margin-top: 15px;
}

.button-left.mt-15.hide {
  display: block;
}

.partners-column {
  margin-top: 30px;
}

.partner-logo {
  width: auto;
  height: 70px;
  opacity: .4;
  filter: grayscale();
  transition: filter .2s, opacity .2s;
}

.partner-logo:hover {
  opacity: 1;
  filter: none;
}

.patners-section {
  background-color: #eee;
  padding-top: 0;
  padding-bottom: 25px;
}

.title-partners {
  color: var(--c-gray-lightest);
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 6px 20px;
  font-size: 20px;
  font-weight: 300;
  display: inline-block;
}

.title-partners.new-title-partners {
  color: var(--c-gray-lightest);
  letter-spacing: 4px;
  background-color: rgba(0, 0, 0, 0);
  padding-top: 6px;
  padding-bottom: 6px;
}

.pb-60 {
  padding-bottom: 60px;
}

.tab-link-solutions {
  opacity: .6;
  color: #666;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 2px solid #ccc;
  margin-left: 8px;
  margin-right: 8px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  font-weight: 400;
  transition: opacity .2s, color .2s;
}

.tab-link-solutions:hover {
  opacity: 1;
}

.tab-link-solutions.w--current {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0);
  border-bottom-color: #666;
  font-size: 16px;
}

.tab-link-solutions-image {
  width: 40px;
  height: 40px;
  margin-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.py-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.try-3deye {
  width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.free-trial-container {
  padding-bottom: 100px;
  padding-left: 10px;
  padding-right: 10px;
}

.accordion-item {
  width: 100%;
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 25px;
  overflow: hidden;
}

.accordion-item:hover {
  border-color: rgba(70, 187, 162, .4);
}

.accordion-item-trigger {
  cursor: pointer;
}

.li-article {
  margin-bottom: 10px;
}

.faq-active {
  border: 1px solid var(--wizareye-dark-turquoise);
  background-color: var(--wizareye-dark-turquoise);
  color: #fff;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 10px 15px;
  font-size: 16px;
  display: inline-block;
}

.video-tutorial {
  border: 1px solid var(--wizareye-dark-turquoise);
  color: var(--wizareye-dark-turquoise);
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 10px 15px;
  font-size: 16px;
  text-decoration: none;
  display: inline-block;
}

.faq-inactive {
  border: 1px solid var(--wizareye-dark-turquoise);
  color: var(--wizareye-dark-turquoise);
  -webkit-text-stroke-color: var(--wizareye-dark-turquoise);
  background-color: #fff;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 10px 15px;
  font-size: 16px;
  text-decoration: none;
  display: inline-block;
}

.video-tutorial-active {
  border: 1px solid var(--wizareye-dark-turquoise);
  background-color: var(--wizareye-dark-turquoise);
  color: #fff;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 10px 15px;
  font-size: 16px;
  display: inline-block;
}

.video-tutorial-block {
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
}

.video-tutorial-title {
  color: var(--wizareye-dark-turquoise);
  text-align: left;
  -webkit-text-stroke-color: var(--wizareye-dark-turquoise);
  margin-top: 0;
  margin-bottom: 0;
  padding: 15px 20px;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}

.video-tutorial-link {
  color: #46bba2;
  text-decoration: none;
  display: block;
}

.content {
  background-color: #eee;
  padding: 30px;
}

.video-tutorial-image-block {
  width: auto;
  height: 170px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.video-tutorial-play-icon {
  z-index: 3;
  width: 80px;
  height: 80px;
  opacity: .8;
  display: block;
  position: absolute;
}

.modal {
  z-index: 9999;
  height: 100%;
  background-color: rgba(0, 0, 0, .6);
  flex-direction: column;
  justify-content: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.video-tutorial-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  margin-top: 30px;
  display: grid;
}

.video-tutorial-image {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
}

.green-bg {
  z-index: 2;
  background-color: rgba(0, 151, 70, .6);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.px-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.cameras-grid {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 26px;
  margin-bottom: 26px;
}

.camera-live {
  width: 100%;
  height: 170px;
  transform-style: preserve-3d;
  background-image: url('../images/Fiera-MA.jpg');
  background-position: 50%;
  background-size: cover;
  border: 1px solid rgba(247, 247, 247, .5);
  border-radius: 10px;
  padding-left: 0;
  transition: all .333s;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 16px 1px rgba(0, 0, 0, .2);
}

.camera-live:hover {
  transform: scale3d(1.02, 1.02, 1.02);
}

.streaming-h3 {
  color: #fff;
  margin-top: 50px;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 300;
  line-height: 38px;
}

.header-center {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.header-center.section-pricing.about.solutions {
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  opacity: 1;
  mix-blend-mode: normal;
  background-color: rgba(0, 0, 0, 0);
  background-image: radial-gradient(circle, rgba(0, 0, 0, 0), rgba(0, 0, 0, .8)), linear-gradient(135deg, rgba(131, 63, 186, .5), rgba(0, 151, 70, .5));
  display: flex;
}

.video-bg-new {
  height: 750px;
  background-image: radial-gradient(circle, rgba(0, 0, 0, 0), rgba(0, 0, 0, .8)), linear-gradient(145deg, rgba(131, 63, 186, .6), rgba(0, 151, 70, .6));
  margin-bottom: -80px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  top: -80px;
}

.video-bg-new.video-bg-temp-camera {
  margin-bottom: -80px;
  top: -80px;
}

.video-bg-new.analytics-bg {
  width: 100%;
  height: 100vh;
}

.link-customers {
  display: block;
  position: relative;
  overflow: hidden;
}

.link-customers.unv {
  opacity: .9;
  transition: filter .2s, color .2s;
}

.link-customers.unv:hover {
  opacity: .9;
  filter: brightness(200%);
}

.link-customers.unv:active {
  filter: invert(2%);
}

.icons-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-bottom: 50px;
}

.live-camera-block {
  color: #fff;
}

.live-camera-title {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 300;
}

.gradient-bg {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, rgba(255, 255, 255, 0), rgba(0, 0, 0, .9)), linear-gradient(145deg, #833fba, var(--wizareye-dark-turquoise));
}

.py-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.h1 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 5px;
  padding-left: 216px;
  padding-right: 216px;
  font-weight: 300;
  line-height: 48px;
}

.h3-header {
  color: rgba(255, 255, 255, .6);
  margin-top: 0;
  margin-bottom: 30px;
  padding-left: 5.5rem;
  padding-right: 5.5rem;
  font-size: 21px;
  font-weight: 300;
  line-height: 28px;
}

.p-title {
  text-align: left;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}

.p-title.text-center {
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 15px;
}

.p-title.text-center.mb-50 {
  margin-bottom: 50px;
}

.p-title.text-center.mb-50.compli {
  float: none;
  text-align: left;
  border-left: 1px solid #000;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  display: block;
}

.p {
  text-align: left;
  letter-spacing: 1px;
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 24px;
}

.p.text-center {
  text-align: center;
  text-transform: none;
}

.p.text-center.mb-30 {
  margin-bottom: 30px;
}

.p.text-center.nsec {
  perspective: none;
  text-align: left;
  transform-style: preserve-3d;
  border-left: 1.5px solid #000;
  padding-left: 13px;
  font-size: 16px;
  transition: transform .425s;
  transform: none;
}

.p.text-center.nsec:hover {
  font-size: 16px;
  font-weight: 300;
  transform: translate3d(0, 1px, 20px);
}

.p.disclaimer {
  border: 1px solid var(--3deye);
  border-radius: 5px;
  padding: 10px 15px;
  font-style: italic;
}

.p.gradient-bg-p {
  color: rgba(255, 255, 255, .6);
  text-align: center;
  margin-top: -15px;
  margin-bottom: 30px;
  font-size: 18px;
}

.p.p-subtitle {
  text-align: center;
  margin-top: -15px;
  margin-bottom: 30px;
}

.p.title {
  border-left: 1px solid #000;
  margin-top: 15px;
  margin-bottom: 0;
  padding-left: 6px;
  font-weight: 700;
}

.h2-body {
  letter-spacing: 4px;
  text-transform: uppercase;
  justify-content: space-around;
  margin: 70px auto 40px;
  font-weight: 700;
  line-height: 41px;
  display: block;
}

.h2-body.mt-0 {
  margin-top: 0;
}

.h2-body.h2-cameras {
  margin-top: 15px;
}

.h2-body.light {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, .39), rgba(255, 255, 255, 0)), linear-gradient(to bottom, var(--c-gray-lightest), var(--c-gray-lightest));
  color: var(--white);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 128px;
}

.h2-body.lblsct {
  text-align: left;
  font-weight: 400;
}

.h2-body.lblsct.white {
  color: var(--c-gray-lightest);
  text-shadow: 0 1px 9px rgba(0, 0, 0, .2);
  margin-top: 168px;
  margin-bottom: 49px;
  line-height: 42px;
}

.h2-body.hide {
  display: none;
}

.grid-benefits {
  grid-column-gap: 27px;
  grid-row-gap: 48px;
  perspective: 1000px;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 60px;
}

.grid-block {
  border: 0px solid var(--gray);
  perspective: none;
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  margin-top: 22px;
  padding: 22px 22px 30px;
  transition: transform .333s;
  display: flex;
  position: relative;
  transform: perspective(388px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, .2);
}

.grid-block:hover {
  transform: scale(1.05)perspective(388px);
  box-shadow: 0 11px 16px rgba(0, 0, 0, .2);
}

.grid-block.pb-75 {
  padding-bottom: 75px;
}

.grid-block.mb-50 {
  margin-bottom: 50px;
}

.grid-block.cntrtn {
  transform: none;
}

.grid-block.cntrtn.prc, .grid-block.prc {
  box-shadow: none;
}

.grid-block.prc:hover {
  transform: perspective(388px);
}

.grid-title {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 12px;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  display: block;
}

.grid-title.mb-10 {
  margin-bottom: 10px;
}

.grid-title.grid-title-left {
  text-align: left;
  margin-top: 0;
  padding-left: 40px;
}

.grid-title.mpl {
  font-size: 11px;
  font-weight: 600;
}

.grid-title.faq {
  color: var(--gray);
  border-left: 1px solid #000;
  padding-left: 7px;
}

.grid-p {
  color: #666;
  letter-spacing: 1px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-weight: 300;
  line-height: 20px;
}

.grid-p.mb-20 {
  margin-bottom: 20px;
}

.grid-p.grid-p-cameras {
  text-align: left;
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
}

.grid-p.price {
  text-align: center;
  letter-spacing: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
  text-decoration: none;
}

.body {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #f5f5f5;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
  display: block;
  overflow: visible;
}

.grid-pic {
  height: 70px;
  filter: hue-rotate(19deg);
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.grid-pic._50-height {
  width: 50px;
  height: 50px;
  filter: hue-rotate(25deg);
  flex-wrap: nowrap;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}

.grid-pic.price {
  margin-top: 30px;
}

.grid-pic.price.centred {
  margin-top: 0;
}

.grid-price-block {
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  perspective: 2000px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  margin: 104px auto 60px;
  display: grid;
  transform: none;
}

.grid-price {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid var(--wizareye-dark-turquoise);
  color: var(--wizareye-dark-turquoise);
  -webkit-text-stroke-color: var(--wizareye-dark-turquoise);
  text-transform: uppercase;
  border-radius: 5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  display: inline-block;
}

.stat {
  background-color: #fff;
  display: none;
}

.stat-title {
  color: var(--wizareye-dark-turquoise);
  -webkit-text-stroke-color: var(--wizareye-dark-turquoise);
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 300;
}

.stat-subtitle {
  text-transform: uppercase;
  margin-bottom: 15px;
}

.stat-arrow-up {
  color: var(--wizareye-dark-turquoise);
  font-size: 14px;
  display: inline-block;
  position: relative;
  top: -15px;
  left: 5px;
}

.grid-link {
  color: #333;
  background-color: #fff;
  border: 1px solid rgba(85, 85, 85, .4);
  border-radius: 13px;
  margin-top: auto;
  padding-bottom: 70px;
  display: block;
  position: relative;
  box-shadow: 0 11px 20px rgba(0, 0, 0, .2);
}

.grid-link.prc {
  height: 94%;
  border-width: 1px;
  border-color: var(--wirardeye-royal-blue);
  background-color: var(--white);
  opacity: .98;
  perspective: none;
  transform-style: preserve-3d;
  border-radius: 20px;
  padding-bottom: 0;
  text-decoration: none;
  transition: all .5s, opacity .2s, z-index .4s, transform .5s, box-shadow .5s, color .2s;
  display: block;
  transform: none;
  box-shadow: 0 2px 6px rgba(0, 151, 70, .2), 0 22px 20px 2px rgba(0, 0, 0, .2);
}

.grid-link.prc:hover {
  border-width: 1px;
  border-color: var(--wizareye-dark-turquoise);
  opacity: 1;
  perspective: none;
  transform: translate3d(0, 0, 16px)scale(1.02);
  box-shadow: 0 0 6px 1px rgba(0, 151, 70, .6), 0 28px 16px -1px rgba(0, 0, 0, .1);
}

.grid-link.prc.cntr {
  height: 100%;
  perspective: none;
  transform-style: preserve-3d;
  transform: none;
  box-shadow: 0 3px 6px 1px rgba(0, 151, 70, .4), 0 22px 20px 2px rgba(0, 0, 0, .2);
}

.grid-link.prc.cntr:hover {
  transform: translate3d(0, 0, 16px)scale(1.02);
  box-shadow: 0 0 6px 1px rgba(0, 151, 70, .6), 0 32px 15px -1px rgba(0, 0, 0, .1);
}

.grid-link.onpage {
  background-color: #fff;
  flex: 0 auto;
  margin-top: -38px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  box-shadow: 0 4px 14px 3px rgba(0, 151, 70, .73), 0 11px 20px rgba(0, 0, 0, .2);
}

.grid-link.onpage.prc {
  box-shadow: inset 0 0 4px 2px rgba(0, 0, 0, .27), 0 4px 14px 3px rgba(0, 151, 70, .75), 0 11px 20px rgba(0, 0, 0, .2);
}

.grid-partners {
  height: 100%;
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  color: var(--c-gray-lightest);
  flex-direction: column;
  grid-template-rows: repeat(auto-fit, 200%);
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: space-around;
  align-items: stretch;
  margin-top: 28px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.grid-partner-logo {
  height: 30px;
  opacity: .95;
  filter: brightness(200%) grayscale();
  margin: 5px auto;
  transition: opacity .2s, filter .2s;
}

.grid-partner-logo:hover {
  opacity: 1;
  filter: none;
}

.grid-partner-logo.unv {
  filter: invert() grayscale();
}

.partners-block {
  background-color: #161616;
  background-image: linear-gradient(#000, #000);
  border-top: 1px solid rgba(247, 247, 247, .2);
  border-bottom: 1px solid rgba(247, 247, 247, .2);
  padding-top: 16px;
  padding-bottom: 32px;
  display: block;
}

.grid-3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.grid-analytics {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 40px;
  margin-bottom: 30px;
}

.reviews {
  height: auto;
  min-height: 220px;
  background-color: rgba(0, 0, 0, 0);
}

.review-quote {
  text-align: center;
  object-fit: none;
  border-left-style: none;
  margin-bottom: 15px;
  padding: 0;
  line-height: 25px;
}

.grid-4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.slider-customers {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 75px;
  margin-bottom: 78px;
  display: block;
}

.slider-customers-mask {
  height: auto;
}

.grid-customers {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.top-navbar {
  z-index: 2;
  height: 40px;
  background-color: #f5f5f5;
  display: none;
  position: relative;
}

.bottom-navbar {
  z-index: 999;
  background-color: var(--line-color);
  display: block;
  position: relative;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.top-navbar-columns {
  height: 40px;
}

.h2-navbar {
  text-align: left;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 300;
  line-height: 20px;
}

.link-top-navbar {
  opacity: .7;
  color: #222;
  padding: 10px;
  font-size: 13px;
  line-height: 20px;
  text-decoration: none;
  transition: opacity .2s;
  display: inline-block;
}

.link-top-navbar:hover {
  opacity: 1;
}

.link-top-navbar.dropdown-top-navbar-link {
  text-align: left;
  display: block;
}

.link-top-navbar.free-trial-top-navbar {
  color: var(--3deye-violet);
  display: none;
}

.top-navbar-column-right {
  height: 40px;
  text-align: right;
}

.top-navbar-column-left {
  height: 40px;
}

.dropdown-top-navbar {
  display: inline;
}

.dropdown-toggle-top-navbar {
  opacity: .6;
  padding: 10px 25px 10px 10px;
  font-size: 13px;
  line-height: 20px;
  transition: opacity .2s;
}

.dropdown-toggle-top-navbar:hover {
  opacity: 1;
}

.arrow-dropdown-top-navbar {
  margin-top: 16px;
  margin-bottom: 0;
  margin-right: 10px;
  font-size: 10px;
}

.dropdownlist-top-navbar.w--open {
  z-index: 9999;
  background-color: #f5f5f5;
  margin-top: 30px;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.bottom-navbar-links {
  text-align: right;
  position: relative;
}

._3deye-logo {
  height: 60px;
}

.bottom-navbar-link {
  opacity: .7;
  color: #fff;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, .7);
  border-radius: 6px;
  margin-top: 15px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 10px 15px;
  font-weight: 400;
  transition: opacity .2s;
}

.bottom-navbar-link:hover {
  opacity: 1;
}

.bottom-navbar-link.w--current {
  opacity: 1;
  color: #fff;
}

.bottom-navbar-link.bottom-navbar-link-dropdown {
  background-color: rgba(0, 0, 0, .7);
  padding-right: 30px;
}

.button-free-trial {
  z-index: 9999;
  background-color: var(--wizareye-dark-turquoise);
  text-transform: uppercase;
  border-radius: 60px;
  margin-bottom: 16px;
  margin-left: 16px;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 300;
  transition: box-shadow .2s, background-color .2s;
  display: block;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
  box-shadow: 4px 4px 5px 2px rgba(70, 187, 162, .3);
}

.button-free-trial:hover {
  background-color: var(--wizareye-dark-turquoise);
  border-radius: 60px;
  box-shadow: 0 0 7px 1px rgba(0, 151, 70, .64);
}

._3deye-logo-mobile {
  display: none;
}

.p-price {
  text-align: left;
  padding-top: 8px;
  padding-left: 25px;
  font-size: 13px;
  line-height: 18px;
}

.price-yes-icon {
  width: 15px;
  height: 15px;
  float: left;
  filter: hue-rotate(33deg);
  margin-top: 12px;
}

.mt-15 {
  margin-top: 15px;
}

.price-p-block {
  border-top: 1px solid rgba(0, 0, 0, .07);
}

.price-p-block.mt-10 {
  margin-top: 10px;
}

.price-p-block.mt-10.mb-15-es {
  margin-bottom: 15px;
}

.price-p-block.opacity-50 {
  opacity: .5;
}

.price-p-block.mt-10 {
  margin-top: 10px;
}

.price-p-block.mt-100 {
  margin-top: 100px;
}

.price-p-block.mt-60 {
  margin-top: 60px;
}

.price-p-block.mt-100-es {
  margin-top: 100px;
}

.price-p-block.mt-40-es {
  margin-top: 40px;
}

.pricing-popular {
  z-index: 2;
  width: 120px;
  color: var(--3deye-violet);
  text-align: center;
  text-transform: uppercase;
  background-color: #f4e9fd;
  border: 1px solid #edddfa;
  border-radius: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 8px 15px;
  font-size: 10px;
  font-weight: 400;
  line-height: 14px;
  display: inline-block;
  position: absolute;
  top: -15px;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.pricing-popular.pricing-sequence {
  width: auto;
  border-color: var(--wirardeye-royal-blue);
  perspective: none;
  color: var(--wirardeye-royal-blue);
  letter-spacing: 2px;
  -webkit-text-stroke-color: var(--wirardeye-royal-blue);
  transform-style: preserve-3d;
  background-color: #f1f9ff;
  margin-left: 50px;
  margin-right: 50px;
  padding-left: 8px;
  padding-right: 8px;
  font-size: 13px;
  font-weight: 400;
  transition: all .5s, box-shadow .333s;
  transform: perspective(2000px)translate3d(0, 0, 35px);
  box-shadow: 0 0 9px 1px rgba(0, 0, 0, .2);
}

.pricing-popular.pricing-sequence:hover {
  transform: translate3d(0, 0, 35px);
  box-shadow: 0 0 7px 1px rgba(0, 151, 70, .4), 0 0 9px 1px rgba(0, 0, 0, .2);
}

.pricing-popular.width-140 {
  width: 140px;
}

.pricing-popular.pricing-popular-fr {
  width: 130px;
}

.pricing-button-block {
  color: var(--wirardeye-royal-blue);
  letter-spacing: 1px;
  text-transform: uppercase;
  transform-style: preserve-3d;
  border: 2px solid rgba(41, 99, 145, .65);
  border-radius: 60px;
  margin: 20px;
  padding: 10px 25px;
  font-weight: 400;
  transition: letter-spacing .333s, font-size .333s, box-shadow .333s, border-color .333s;
  display: block;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: translate3d(0, 0, 7px);
}

.pricing-button-block:hover {
  border-color: var(--wirardeye-royal-blue);
  letter-spacing: 1.1px;
  font-weight: 600;
  box-shadow: 0 0 3px rgba(0, 0, 0, .2);
}

.bottom-navbar-link-dropdown-icon {
  margin-right: 10px;
}

.bottom-navbar-link-dropdown-list.w--open {
  color: #333;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, .9);
  border-radius: 5px;
  margin-top: 5px;
}

.bottom-navbar-dropdown-link {
  color: rgba(255, 255, 255, .7);
}

.bottom-navbar-dropdown-link:hover {
  color: #fff;
}

.bottom-navbar-dropdown-link.w--current {
  color: var(--3deye);
}

.bottom-navbar-dropdown-link.bottom-navbar-dropdown-sublink {
  text-transform: none;
  margin-left: 15px;
}

.h3-footer {
  color: var(--c-gray-lightest);
  text-align: left;
  letter-spacing: 3px;
  -webkit-text-stroke-color: var(--c-gray-lightest);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 300;
}

.clear-both {
  clear: both;
}

.clear-both.mt-30 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  text-align: center;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-copyright {
  color: #999;
  text-align: left;
  letter-spacing: 1px;
  justify-content: center;
  font-size: 12px;
  display: flex;
}

.grid-4-columns {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.grid-camera-pic {
  width: 60%;
  margin-top: 15px;
  margin-left: -25px;
}

.grid-camera-pic.grid-camera-pic-main {
  width: 250px;
  height: 205px;
  margin-left: 0;
}

.grid-camera-pic.grid-camera-pic-main.grid-camera-pic-v {
  width: auto;
  height: 230px;
}

.grid-camera-pic.grid-camera-pic-left {
  width: 20%;
  float: left;
  margin-top: 30px;
  margin-right: 25px;
}

.h3-body {
  color: #777;
  margin-top: -30px;
  margin-bottom: 40px;
  font-size: 18px;
  font-weight: 300;
  line-height: 25px;
}

.demo-textarea {
  min-height: 100px;
  border: 1px solid rgba(85, 85, 85, .4);
  border-radius: 20px 20px 6px;
  font-size: 16px;
}

.demo-textarea:hover {
  border-color: var(--wizareye-dark-turquoise);
}

.checkbox-big {
  z-index: 9999;
  width: 25px;
  height: 25px;
  border-color: rgba(70, 187, 162, .6);
  margin-left: 0;
  transition: background-color .2s;
  position: relative;
}

.checkbox-big.w--redirected-checked {
  border-color: var(--3deye);
  background-color: var(--3deye);
  background-size: 20px 20px;
}

.checkbox-big.mr--13 {
  margin-right: -13px;
}

.number-circle {
  background-color: var(--3deye);
  color: #fff;
  border-radius: 50%;
  padding: 8px 14px;
  font-size: 18px;
  font-weight: 400;
  display: inline-block;
}

.number-circle.mt-50 {
  margin-top: 50px;
}

.grid-5 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

.list-item-block {
  letter-spacing: 1px;
  font-weight: 300;
}

.new-header-bg {
  height: 60vh;
  min-height: 600px;
  background-color: #30a38b;
  background-image: linear-gradient(145deg, var(--3deye), var(--3deye-violet));
  margin-bottom: -80px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 65px;
  display: block;
  position: relative;
  top: -80px;
  overflow: hidden;
}

.p-15 {
  padding: 15px;
}

.p-15.white-bg {
  background-color: #fff;
}

.p-15.white-bg.border-10 {
  border-radius: 10px;
}

.slide-camera-nav {
  opacity: .1;
  background-color: #fff;
  position: relative;
}

.slider-camera {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  display: inline-block;
}

.recaptcha {
  width: 305px;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
}

.purple-color {
  color: var(--3deye-violet);
}

.h3-camera {
  color: var(--3deye);
  text-align: left;
  text-transform: uppercase;
  margin-top: 10px;
  font-size: 16px;
  font-weight: 300;
  line-height: 23px;
}

.h3-camera.mt-30 {
  margin-top: 30px;
}

.h3-camera.mt-20 {
  margin-top: 20px;
}

.grid-download-camera {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 15px;
}

.grid-download-camera.grid-download-camera-3 {
  grid-template-columns: 1fr 1fr 1fr;
}

.pdf-icon {
  width: auto;
  height: 35px;
  margin-bottom: 8px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.link-opacity {
  opacity: .7;
  color: #333;
  font-size: 12px;
  line-height: 17px;
  text-decoration: none;
  transition: opacity .2s;
}

.link-opacity:hover {
  opacity: 1;
}

.columns-text {
  text-align: left;
  margin-bottom: 10px;
}

.column-bold {
  font-weight: 400;
}

.camera-image2 {
  height: 350px;
}

.grid-p2p {
  grid-row-gap: 47px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 30px;
  margin-bottom: 30px;
}

.p2p-image {
  filter: none;
  margin-top: 15px;
  margin-bottom: 60px;
}

.light-header {
  height: 60vh;
  min-height: 600px;
  background-color: var(--3deye);
  background-image: radial-gradient(circle farthest-side at 50% 0%, #fff, var(--3deye));
  margin-bottom: -80px;
  padding-bottom: 65px;
  position: relative;
  top: -80px;
  overflow: hidden;
}

.camera-center {
  width: 40%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.camera-center.width-55 {
  width: 55%;
}

.height-300 {
  height: 300px;
}

.height-280 {
  height: 280px;
}

.button-green-outline {
  color: var(--3deye);
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid rgba(70, 187, 162, .4);
  border-radius: 5px;
  margin-top: 15px;
  margin-bottom: 15px;
  font-weight: 400;
  transition: border-color .2s;
  display: block;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 15px;
  right: 15px;
}

.button-green-outline:hover {
  border-color: var(--3deye);
}

.button-green-outline.hide {
  display: none;
}

.grid-block-subtitle {
  color: var(--3deye);
  text-transform: uppercase;
  margin-top: 5px;
  margin-bottom: 10px;
  font-weight: 300;
}

.grid-thermal-camera {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.slider-cameras-main {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 15px;
}

.slider-cameras-main-slide {
  text-align: center;
}

.slider-main {
  object-fit: fill;
  background-color: rgba(0, 0, 0, 0);
  margin: auto;
  display: block;
  overflow: visible;
}

.slider-cameras-arrow {
  color: rgba(70, 187, 162, .2);
  transition: color .2s;
}

.slider-cameras-arrow:hover {
  color: rgba(70, 187, 162, .4);
}

.pt-15 {
  padding-top: 15px;
}

.grid-schedules {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 50px;
  margin-bottom: 30px;
}

.h4-article {
  color: var(--wizareye-dark-turquoise);
  text-align: left;
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}

.h3-link {
  text-transform: uppercase;
  margin-top: -38px;
  margin-bottom: 50px;
  font-size: 16px;
  font-weight: 300;
}

.h3-analytics {
  float: none;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-left: 1px solid #000;
  margin-top: 50px;
  margin-bottom: 30px;
  padding-left: 10px;
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
  display: flex;
}

.video-analytics {
  border: 1px solid rgba(247, 247, 247, .5);
  border-radius: 20px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
  overflow: hidden;
  box-shadow: 0 1px 16px 1px rgba(0, 0, 0, .2);
}

.footer-bottom-title {
  color: rgba(255, 255, 255, .3);
  text-transform: uppercase;
  margin-top: 8px;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
}

.wreath-icon {
  width: 25px;
  height: auto;
  opacity: .3;
}

.footer-bottom-grid {
  width: 800px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.footer-sponsor-img {
  width: auto;
  height: 50px;
  opacity: .3;
  filter: grayscale();
  margin-left: auto;
  margin-right: auto;
  transition: opacity .2s;
}

.footer-sponsor-img:hover {
  opacity: 1;
  filter: none;
}

.footer-sponsor-img.cadsi-logo {
  height: 40px;
}

.hr-footer {
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, .08);
  margin-top: 30px;
  margin-bottom: 30px;
  display: none;
}

.grid-industries {
  grid-row-gap: 40px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 50px;
}

.p-solutions-customer {
  text-align: left;
  border-top: 1px solid rgba(0, 0, 0, .08);
  margin-top: 10px;
  margin-bottom: 0;
  padding-top: 10px;
  line-height: 20px;
  display: none;
}

.link-testimonial {
  color: #666;
  text-decoration: none;
}

.mask-testimonials {
  padding-bottom: 50px;
}

.section-top-banner {
  z-index: 9999;
  height: 50px;
  background-color: #333;
  flex-direction: row;
  align-items: center;
  display: none;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.top-banner-title {
  background-color: var(--3deye);
  color: #333;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 10px;
  padding: 2px 8px;
  font-size: 15px;
  font-weight: 600;
  display: inline;
}

.top-banner-link {
  width: 100%;
  opacity: .8;
  color: #fff;
  flex-direction: row;
  align-items: center;
  text-decoration: none;
  transition: opacity .2s;
  display: block;
}

.top-banner-link:hover {
  opacity: 1;
}

.top-banner-text {
  font-size: 15px;
  display: inline;
}

.top-banner-date {
  color: var(--3deye);
  text-transform: uppercase;
  padding-left: 5px;
  font-size: 14px;
}

.top-banner-container {
  height: 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.top-banner-container.hide {
  display: none;
}

.center {
  flex-direction: row;
  justify-content: center;
  display: flex;
}

.center.width-100 {
  width: 100%;
}

.block-left {
  width: 50%;
  float: left;
  padding-right: 15px;
  position: relative;
}

.block-right {
  width: 50%;
  float: right;
  padding-left: 15px;
  position: relative;
}

.header-video-bg {
  padding-top: 56.25%;
  position: static;
}

.transparent-bg {
  background-color: rgba(0, 0, 0, .25);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.header {
  margin-top: -63px;
  position: relative;
}

.navbar-new {
  background-color: rgba(0, 0, 0, 0);
  font-size: 16px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  bottom: auto;
  left: 0;
  right: 0;
}

.logo-navbar {
  width: auto;
  height: 45px;
}

.link-logo-navbar {
  height: 62px;
  flex-direction: column;
  justify-content: center;
  margin-right: 30px;
  display: flex;
}

.link-navbar {
  opacity: .7;
  color: #fff;
  transition: opacity .2s;
}

.link-navbar:hover {
  opacity: 1;
}

.navbar-left-menu {
  float: left;
}

.navbar-right-menu {
  height: 62px;
  float: right;
  flex-direction: column;
  justify-content: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.dropdown-link-navbar {
  opacity: .7;
  color: #fff;
  transition: opacity .2s;
}

.dropdown-link-navbar:hover {
  opacity: 1;
}

.button-navbar {
  border: 1px solid var(--wizareye-dark-turquoise);
  color: var(--wizareye-dark-turquoise);
  -webkit-text-stroke-color: var(--wizareye-dark-turquoise);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 6px;
  flex-direction: column;
  justify-content: center;
  align-self: flex-end;
  padding: 8px 20px;
  transition: background-color .2s, color .2s;
  position: relative;
}

.button-navbar:hover {
  background-color: var(--wizareye-dark-turquoise);
  color: #fff;
}

.icon-dropdown {
  opacity: .7;
  font-size: 13px;
}

.dropdown-list-navbar {
  min-width: 100%;
}

.dropdown-list-navbar.w--open {
  background-color: rgba(34, 34, 34, .95);
  border-top: 1px solid rgba(255, 255, 255, .1);
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: stretch;
  font-size: 14px;
  line-height: 18px;
  display: flex;
  position: absolute;
  top: 100%;
  bottom: auto;
  left: 0;
  right: auto;
}

.h4-navbar-menu {
  margin-top: 1px;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  display: inline-block;
}

.dropdown-link-block {
  opacity: .7;
  color: #fff;
  text-decoration: none;
  transition: opacity .2s;
}

.dropdown-link-block:hover {
  opacity: 1;
}

.icon-dropdown-link-block {
  width: 25px;
  height: 25px;
  float: left;
  margin-right: 10px;
}

.p-dropdown {
  margin-left: 35px;
}

.py-15 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.new {
  background-color: var(--3deye);
  color: #222;
  text-transform: uppercase;
  border-radius: 4px;
  margin-left: 3px;
  padding-left: 6px;
  padding-right: 6px;
  font-size: 11px;
  line-height: 16px;
  display: inline-block;
}

.dropdown {
  max-width: 940px;
}

.h3-body-green {
  color: var(--3deye);
  margin-top: 50px;
  margin-bottom: 30px;
  font-size: 26px;
  font-weight: 300;
}

.grid-3 {
  grid-template-rows: auto;
}

.christmas-block {
  opacity: .4;
  background-image: url('../images/snowflakes-bg2.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100%;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.block-column {
  text-align: left;
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 15px;
  padding: 15px 25px;
}

.block-column.aws {
  border-radius: 20px;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  box-shadow: 0 0 16px 1px rgba(0, 0, 0, .2);
}

.mb-0 {
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.img-80 {
  width: 80%;
  filter: hue-rotate(26deg);
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.green-color {
  color: var(--3deye);
}

.h2-sidebar {
  text-align: left;
  margin-top: 10px;
  margin-bottom: 30px;
  font-size: 26px;
  font-weight: 300;
  line-height: 33px;
}

.sidebar {
  text-align: left;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.h1-news {
  text-align: left;
  margin-bottom: 40px;
  font-size: 34px;
  font-weight: 400;
  line-height: 44px;
}

.sticky {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 15px;
  flex-direction: column;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px 20px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
}

.link-sidebar {
  color: #333;
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 23px;
  text-decoration: none;
  display: inline-block;
}

.link-sidebar:hover, .link-sidebar.w--current {
  color: var(--3deye);
}

.hr-sidebar {
  height: 1px;
  background-color: #eee;
  margin-top: 30px;
  margin-left: -20px;
  margin-right: -20px;
}

.h3-sidebar {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 300;
  line-height: 26px;
}

.input-sidebar {
  height: 42px;
  border: 1px solid rgba(70, 187, 162, .4);
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  margin-bottom: 0;
  transition: border-color .2s;
}

.input-sidebar:focus {
  border-color: var(--3deye);
}

.input-sidebar.input-sidebar-bottom {
  border-color: rgba(85, 85, 85, .4);
  border-radius: 20px;
  margin-bottom: 15px;
}

.input-sidebar.input-sidebar-bottom:hover {
  border-color: var(--wizareye-dark-turquoise);
}

.input-sidebar.input-sidebar-bottom:active {
  border-color: var(--wirardeye-royal-blue);
}

.input-sidebar.input-sidebar-bottom:focus {
  border-color: rgba(41, 99, 145, .4);
}

.submit-sidebar {
  width: 100%;
  background-color: var(--wizareye-dark-turquoise);
  border-radius: 20px;
  transition: background-color .2s;
}

.submit-sidebar:hover {
  background-color: var(--wirardeye-royal-blue);
}

.submit-sidebar:active {
  background-color: rgba(41, 99, 145, .9);
}

.submit-sidebar.submit-sidebar-bottom {
  border-radius: 20px;
}

.columns {
  display: flex;
}

.mb-10 {
  margin-bottom: 10px;
}

.new-news-link {
  color: #333;
  background-color: #fff;
  border-radius: 10px;
  text-decoration: none;
  display: block;
}

.button-pagination {
  color: var(--3deye);
  background-color: #fff;
  border-color: rgba(70, 187, 162, .4);
  border-radius: 5px;
  transition: border-color .2s;
}

.button-pagination:hover {
  border-color: var(--3deye);
}

.my-30 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.pr-20 {
  padding-right: 20px;
}

.pl-20 {
  padding-left: 20px;
}

.transparent {
  background-color: rgba(0, 0, 0, 0);
}

.transparent.mt-80 {
  margin-top: 80px;
}

.transparent.mt-80.height-auto {
  height: auto;
}

.accordion-toggle {
  height: 80px;
  flex-direction: column;
  justify-content: center;
  font-size: 16px;
  font-weight: 400;
  display: flex;
}

.accordion-dropdown-list {
  background-color: #fff;
  padding: 0 20px 5px;
  display: block;
  position: static;
}

.accordion-icon {
  color: var(--wizareye-dark-turquoise);
}

.accordion-text {
  width: auto;
  height: 100px;
  white-space: normal;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.p-sidebar {
  margin-bottom: 25px;
  font-size: 16px;
  line-height: 24px;
}

.textarea-sidebar {
  min-height: 100px;
  border: 1px solid rgba(85, 85, 85, .4);
  border-radius: 20px 20px 5px;
  margin-bottom: 15px;
  transition: border-color .2s;
}

.textarea-sidebar:hover {
  border-color: var(--wizareye-dark-turquoise);
}

.textarea-sidebar:active {
  border-color: var(--wirardeye-royal-blue);
}

.textarea-sidebar:focus {
  border-color: rgba(41, 99, 145, .4);
}

.sticky-header {
  z-index: 999;
  background-color: #f5f5f5;
  padding-top: 15px;
  padding-bottom: 15px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.pic-column {
  height: 73px;
  filter: invert();
}

.check-icon {
  height: 30px;
  filter: hue-rotate(27deg);
}

.h4 {
  text-align: left;
  margin-top: 20px;
  font-weight: 400;
  line-height: 28px;
}

.h3-column {
  margin-top: 15px;
  font-weight: 600;
}

.mt-20 {
  margin-top: 20px;
}

.h5 {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.border-right {
  border-right: 1px dashed rgba(34, 34, 34, .3);
}

.h4-card {
  margin-top: 15px;
  margin-bottom: 15px;
  font-weight: 400;
  line-height: 28px;
}

.mt-50 {
  margin-top: 50px;
}

.img-card {
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.grid-5 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.accordion-p {
  margin-bottom: 15px;
}

.my-50 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.captcha {
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  transform: scale(.85);
}

.button-read-more {
  float: left;
  border: 1px solid var(--wizareye-dark-turquoise);
  color: var(--wizareye-dark-turquoise);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 5px;
  margin-top: 10px;
  font-size: 16px;
  font-weight: 400;
  transition: background-color .2s, color .2s;
  display: inline-block;
  position: relative;
}

.button-read-more:hover {
  background-color: var(--wizareye-dark-turquoise);
  color: #fff;
}

.button-read-more:active {
  background-color: var(--wirardeye-royal-blue);
}

.slider-new {
  width: 100%;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 50px;
}

.preloader {
  z-index: 2000;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.preloader-intro {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.preloader-brand {
  letter-spacing: -.03em;
  text-transform: uppercase;
  font-size: 28px;
  font-weight: 600;
}

.thin-span {
  font-weight: 500;
}

.preloader-indicator {
  height: 2px;
  background-color: #eef0f6;
  justify-content: flex-start;
  margin-left: -36px;
  margin-right: -36px;
  display: flex;
  overflow: hidden;
}

.preloader-fill {
  width: 100%;
  height: 100%;
  background-color: #cbd0dd;
}

.menu-title {
  margin-top: 0;
  font-size: 17px;
}

.menu-title.small {
  font-size: 14px;
}

.bottom-right-border {
  z-index: 5;
  height: 1px;
  background-color: #e1e4ee;
  border-bottom: 1px #eef0f6;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.icon-toggle {
  height: 100%;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.menu-dropdown-list {
  display: none;
}

.menu-dropdown-list.w--open {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  padding-top: 18px;
}

.nav-left {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1px auto;
  grid-auto-columns: 1fr;
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
}

.dropdown-text {
  margin-right: 9px;
}

.icon-dropdown-content {
  z-index: 10;
  min-width: 365px;
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  background-color: #fff;
  border: 1px solid #eef0f6;
  border-radius: 2px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  padding: 9px;
  display: grid;
  position: relative;
  box-shadow: 0 9px 72px -8px rgba(18, 26, 44, .12);
}

.sign-form {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.menu-dropdown {
  width: 800px;
  grid-column-gap: 60px;
  grid-row-gap: 16px;
  background-color: #fff;
  border: 1px solid #eef0f6;
  border-radius: 2px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 9px;
  display: grid;
  position: relative;
  box-shadow: 0 9px 72px -8px rgba(18, 26, 44, .12);
}

.menu-dropdown.left {
  width: 340px;
  grid-template-columns: 1fr;
  padding-bottom: 36px;
}

.submit-info-wrapper {
  z-index: 25;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 0;
  display: block;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: auto;
}

.dropdown-arrow {
  z-index: 20;
  width: 12px;
  height: 12px;
  background-color: #fff;
  border-top: 1px solid #eef0f6;
  border-bottom: 1px #f7f7fa;
  border-left: 1px solid #eef0f6;
  border-right: 1px #eef0f6;
  border-radius: 2px;
  margin-top: -5px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 18px;
  bottom: auto;
  left: 0;
  right: 0;
  transform: rotate(45deg);
  box-shadow: -8px -8px 42px rgba(18, 26, 44, .12);
}

.card-icon {
  width: 32px;
  height: 32px;
  border: 1px solid #eef0f6;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  padding: 7px;
  font-size: 13px;
  font-weight: 300;
  display: flex;
}

.nav-right {
  z-index: 25;
  grid-column-gap: 18px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  display: grid;
  position: relative;
}

.looping-image {
  width: 100%;
  height: 50%;
  max-height: none;
  min-height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.submit-top {
  min-height: 250px;
  background-color: #06080f;
  justify-content: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.field-block-title {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.field-block {
  grid-column-gap: 18px;
  grid-row-gap: 9px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.avatar-icon-wrapper {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
  overflow: hidden;
}

.outline-button {
  height: 40px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #000;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid #e1e4ee;
  border-radius: 100px;
  grid-template-rows: auto;
  grid-template-columns: 24px 1fr 24px;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  justify-items: stretch;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 9px;
  line-height: 1.2em;
  display: grid;
  position: relative;
}

.outline-button.light {
  color: #fff;
  border-color: rgba(255, 255, 255, .2);
  grid-template-columns: 24px .25fr 24px;
  justify-items: center;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
}

.outline-button.light.hero-button {
  display: none;
}

.outline-button.onpage {
  width: 884px;
}

.solid-button-outline {
  width: 100px;
  border: 1px solid #cbd0dd;
  border-radius: 100px;
  margin: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.solid-button-outline.middle {
  width: 100%;
  border-left-style: none;
  border-right-style: none;
  border-radius: 0;
}

.solid-button-outline.right {
  top: 0%;
  bottom: 0%;
  left: -74px;
  right: auto;
}

.solid-button-outline.light {
  border-color: #fff;
}

.profile-bottom {
  width: 20px;
  height: 21px;
  border: 1px solid rgba(112, 119, 136, .65);
  border-radius: 100%;
  margin-bottom: -31px;
}

.profile-bottom.head {
  width: 10px;
  height: 10px;
  margin-top: -10px;
  margin-bottom: 1px;
}

.menu-list-item {
  z-index: 20;
  grid-column-gap: 16px;
  grid-row-gap: 6px;
  color: #000;
  grid-template-rows: 25px;
  grid-template-columns: auto 1fr;
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none;
  display: grid;
  position: relative;
}

.button-text {
  z-index: 10;
  -webkit-text-stroke-color: var(--white);
  padding-left: 4px;
  position: relative;
}

.button-text.wz {
  color: var(--c-gray-lightest);
  text-decoration: none;
}

.button-text.onpage {
  font-size: 14px;
}

.menu-left {
  grid-column-gap: 24px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  padding: 27px 0 27px 27px;
  display: grid;
}

.menu-left.large {
  padding-bottom: 0;
  padding-right: 27px;
}

.submit-navigation-link {
  color: #707788;
  letter-spacing: 4px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  margin-bottom: -1px;
  padding: 24px 12px;
  font-size: 11px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.submit-content-wrapper {
  width: 100%;
  border-radius: 2px;
  flex-direction: column;
  grid-template-rows: auto auto 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  justify-content: flex-start;
  margin-bottom: 0;
  display: flex;
  overflow: hidden;
}

.tool-tip-text {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  padding: 0 0 12px;
  display: none;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.tool-tip-text.bottom {
  align-items: flex-start;
  margin-top: 48px;
  margin-bottom: 0;
  top: 0;
  bottom: auto;
}

.submit-navigation-wrapper {
  min-width: 300px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.nav-cover {
  z-index: 10;
  width: 100%;
  height: 101%;
  box-shadow: none;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(255, 255, 255, .8);
  border: 1px #000;
  border-bottom: 1px solid #eef0f6;
  display: none;
  position: absolute;
  top: -101%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.overlay {
  z-index: 3;
  background-color: rgba(9, 15, 22, .5);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.overlay.gradient {
  background-color: rgba(9, 15, 22, .2);
  background-image: linear-gradient(rgba(9, 15, 22, .5), rgba(9, 15, 22, .6));
}

.overlay.gradient.dark {
  background-color: rgba(9, 15, 22, .65);
  background-image: linear-gradient(rgba(9, 15, 22, .4) 5%, rgba(9, 15, 22, 0) 50%, rgba(9, 15, 22, .75) 95%);
  display: block;
}

.overlay.light {
  background-color: rgba(9, 15, 22, .2);
}

.basic-form-block {
  margin-bottom: 0;
}

.stacked-heading {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.stacked-heading.centered {
  text-align: center;
  justify-content: center;
  align-items: stretch;
  justify-items: center;
}

.bottom-left-border {
  z-index: 5;
  height: 1px;
  background-color: rgba(255, 255, 255, .2);
  display: none;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.video-outline {
  width: 100px;
  height: 100px;
  border: 1px solid #fff;
  border-radius: 100%;
  position: absolute;
}

.video-outline.small-nav-circle-outline {
  width: 36px;
  height: 36px;
  border-color: #cbd0dd;
}

.video-outline.bottom {
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.video-outline.extra-small {
  width: 40px;
  height: 40px;
}

.video-outline.small {
  width: 48px;
  height: 48px;
  border-color: #cbd0dd;
}

.popup-feature {
  z-index: 25;
  width: 100%;
  min-height: 275px;
  opacity: 0;
  color: #fff;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
  position: relative;
}

.nav-circle {
  width: 36px;
  height: 36px;
  color: rgba(112, 119, 136, .75);
  border: 1px #e1e4ee;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1px;
  font-size: 14px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: visible;
}

.popup-wrapper {
  z-index: 500;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.popup-wrapper.login-join {
  padding: 0 5vw;
  display: none;
}

.tip {
  width: 18px;
  height: 18px;
  background-color: #f7f7fa;
  border-radius: 100%;
}

.body-display {
  color: #707788;
  font-size: 18px;
  line-height: 1.65em;
}

.body-display.extra-small {
  font-size: 12px;
  line-height: 1.45em;
}

.body-display.small {
  font-size: 14px;
  line-height: 1.5em;
}

.body-display.light {
  color: #fff;
  letter-spacing: 1px;
  margin-left: auto;
  margin-right: auto;
}

.body-display.dual-paragraph {
  column-count: 2;
  column-gap: 36px;
}

.nav-menu-2 {
  display: flex;
}

.how-it-works-content {
  padding-bottom: 0;
  display: block;
  overflow: hidden;
}

.right-menu {
  min-height: 80px;
  background-color: #06080f;
  border-radius: 2px;
  flex-direction: column;
  grid-template-rows: auto 1fr auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: center;
  align-items: center;
  padding: 27px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.navigation-button {
  height: 36px;
  min-height: 36px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: var(--c-gray-lightest);
  letter-spacing: 4px;
  text-transform: uppercase;
  transform-style: preserve-3d;
  border: 1px solid #e1e4ee;
  border-radius: 100px;
  grid-template-rows: auto;
  grid-template-columns: 24px 1fr 24px;
  grid-auto-columns: 1fr;
  font-size: 10px;
  line-height: 1.3em;
  text-decoration: none;
  transition: transform .5s, box-shadow .5s ease-in-out, color .2s;
  display: grid;
  position: relative;
  box-shadow: 0 0 5px 1px rgba(0, 151, 70, .3);
}

.navigation-button:hover {
  transform: scale3d(1.04, 1.04, 1.04);
  box-shadow: 0 0 5px 2px rgba(0, 151, 70, .7);
}

.button-hover-outline {
  border-radius: 0;
  justify-content: flex-end;
  margin: -1px;
  padding: 0;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.button-hover-outline.right {
  width: 110%;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.menu-hover-background {
  background-color: #f7f7fa;
  border-radius: 2px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.tab-indicator {
  height: 1px;
  background-color: #000;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.how-it-works-wrapper {
  background-color: #fff;
  flex-direction: column;
  margin-top: 0;
  margin-bottom: auto;
  padding: 48px;
  display: flex;
  overflow: auto;
}

.submit-popup-content {
  z-index: 25;
  width: 100%;
  height: 100%;
  max-height: 90vh;
  max-width: 600px;
  border-radius: 2px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.testimonial-strip-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.testimonial-strip-wrapper.tilted {
  transform: rotate(25deg);
}

.submit-navigation {
  background-color: #fff;
  border-bottom: 1px solid #eef0f6;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  justify-items: stretch;
  padding: 0 24px;
  display: flex;
}

.field-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.testimonial-image-strip {
  grid-column-gap: 16px;
  grid-row-gap: 12px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.testimonial-image-strip.two {
  margin-top: 15px;
  margin-bottom: -15px;
}

.testimonial-image-strip.three {
  margin-top: 35px;
  margin-bottom: -35px;
}

.testimonial-image-strip.one {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-items: stretch;
  margin-top: auto;
  margin-bottom: auto;
  display: grid;
}

.testimonial-image-strip.four {
  align-items: stretch;
  margin-top: 55px;
  margin-bottom: -55px;
}

.list-link {
  color: #000;
  letter-spacing: 4px;
  text-transform: uppercase;
  border-bottom: 1px #eef0f6;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 11px;
  text-decoration: none;
}

.list-link.top {
  padding-top: 0;
}

.tooltip-info {
  min-width: 220px;
  grid-column-gap: 16px;
  grid-row-gap: 6px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #eef0f6;
  border-radius: 2px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 9px 12px;
  display: grid;
}

.tooltip-info.auto-width {
  min-width: auto;
  white-space: nowrap;
}

.menu-list {
  grid-column-gap: 0px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-left: -18px;
  margin-right: -18px;
  display: grid;
}

.menu-list.small {
  grid-row-gap: 0px;
  margin-left: 0;
  margin-right: 0;
}

.menu-list-title {
  border-bottom: 1px solid #eef0f6;
  padding-bottom: 18px;
}

.menu-list-title.light {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom-color: rgba(255, 255, 255, .2);
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  display: grid;
}

.menu-link {
  margin-top: -18px;
  margin-bottom: -18px;
  padding: 18px;
  text-decoration: none;
  position: relative;
}

.navbar-2 {
  z-index: 1000;
  height: 80px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(22, 22, 22, .8);
  border-bottom: 1px solid #eef0f6;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav-link-2 {
  height: 100%;
  color: var(--c-gray-lightest);
  letter-spacing: 4px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  padding: 12px 0;
  font-size: 12px;
  text-decoration: none;
  transition: border-width .2s, color .2s;
  display: flex;
}

.nav-link-2:hover {
  border-bottom: 1.5px solid var(--c-gray-lightest);
  color: var(--white);
  font-size: 12.1px;
}

.nav-link-2.dropdown-link {
  margin-right: -23px;
  transition: color .2s, border-width .2s;
}

.lottie-animation {
  width: 12px;
  height: 32%;
  filter: none;
  justify-content: space-around;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav-bar-items {
  width: 100%;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.video-button-outline {
  width: 100px;
  height: 100px;
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  border: 1px rgba(255, 255, 255, .2);
  border-radius: 100%;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-right: 1px;
  padding: 0;
  display: grid;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.video-button-outline.navigation-circle-icon {
  width: 36px;
  height: 36px;
  margin-right: 0;
}

.video-button-outline.extra-small {
  width: 40px;
  height: 40px;
  margin-right: 0;
}

.video-button-outline.small {
  width: 48px;
  height: 48px;
  overflow: visible;
}

.form-button {
  min-height: 60px;
  letter-spacing: 4px;
  text-transform: uppercase;
  background-color: #06080f;
  border-radius: 100px;
  padding: 18px 32px;
  font-size: 12px;
  line-height: 1.25em;
}

.looping-screen {
  width: 25vw;
  min-width: 300px;
  background-image: url('../images/Rythm-comp-two.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 105%;
  margin-top: auto;
  margin-bottom: auto;
  display: block;
}

.looping-screen.small {
  width: 22vw;
  height: 30vw;
  max-height: 600px;
  min-height: 275px;
  min-width: 275px;
  overflow: hidden;
}

.looping-screen.ten {
  background-image: url('../images/Portrait006.jpg');
}

.looping-screen.eleven {
  background-image: url('../images/Portrait001.jpg');
}

.looping-screen.six {
  background-image: url('../images/Portrait0018.jpeg');
}

.looping-screen.four {
  background-image: url('../images/Portrait21.jpeg');
}

.looping-screen.twelve {
  background-image: url('../images/Portrait016.jpeg');
}

.looping-screen.five {
  background-image: url('../images/Portrait019.jpeg');
}

.looping-screen.two {
  background-image: url('../images/Portrait003.jpg');
}

.looping-screen.one {
  background-image: url('../images/IPC3235ER3-DUVZ.jpeg');
}

.looping-screen.three {
  background-image: url('../images/Portrait012.jpeg');
}

.looping-screen.seven {
  background-image: url('../images/Portrait010.jpeg');
}

.looping-screen.eight {
  background-image: url('../images/Portrait23.jpeg');
}

.looping-screen.nine {
  background-image: url('../images/Portrait007.jpeg');
}

.looping-screen.one {
  background-image: url('../images/Portrait24.jpeg');
}

.looping-screen.large {
  width: 33.33vw;
  object-fit: fill;
  background-image: none;
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: auto;
  margin-bottom: auto;
  display: block;
  position: relative;
  overflow: hidden;
}

.looping-screen.large.s {
  height: auto;
  max-height: none;
  min-height: auto;
}

.looping-screen.one {
  background-image: url('../images/Portrait24.jpeg');
}

.looping-screen.large {
  width: 33.33vw;
  height: 35vw;
  max-height: 750px;
  min-height: 500px;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  position: relative;
  overflow: hidden;
}

.right-menu-content {
  z-index: 25;
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  flex: 1;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  align-items: start;
  display: grid;
  position: relative;
}

.close-icon {
  width: 30px;
}

.tooltip-corner {
  z-index: 10;
  width: 12px;
  height: 12px;
  background-color: #fff;
  border: 1px solid #eef0f6;
  border-style: none solid solid none;
  border-radius: 0 0 2px;
  margin-top: -6px;
  position: relative;
  transform: rotate(45deg);
}

.tooltip-corner.bottom {
  border-style: solid none none solid;
  border-top-left-radius: 2px;
  border-bottom-right-radius: 0;
  margin: 0 auto -6px;
}

.grid-wrapper {
  z-index: 10;
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 1fr;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1600px) minmax(5vw, 1fr);
  grid-auto-columns: 1fr;
  margin-top: 6px;
  margin-bottom: 6px;
  display: grid;
  position: relative;
}

.grid-wrapper.hero {
  padding-bottom: 0;
}

.close-overlay {
  width: 100%;
  height: 100%;
  cursor: pointer;
  background-color: rgba(6, 8, 15, .8);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.submit-cover {
  z-index: 25;
  color: #fff;
  justify-content: center;
  align-items: center;
  padding: 48px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.testimonial-background {
  grid-column-gap: 12px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-rows: auto;
  grid-auto-columns: 1fr;
  margin-top: auto;
  margin-bottom: 12px;
  display: grid;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0;
  right: 0;
  overflow: visible;
}

.testimonial-background.large {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: 0 auto;
  align-content: center;
  align-self: auto;
  align-items: start;
  justify-items: center;
  display: flex;
}

.subtitle {
  color: #666883;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-left: auto;
  margin-right: auto;
  font-size: 10px;
  line-height: 1.3em;
}

.subtitle.light {
  color: #fff;
  line-height: 1.5em;
}

.subtitle.light.tryno {
  line-height: 2.5em;
}

.subtitle.light.subtryno {
  clear: left;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.subtitle.light.app {
  margin-left: auto;
  margin-right: auto;
  font-size: 10px;
  line-height: 1.8em;
}

.subtitle.small {
  margin-right: -4px;
  font-size: 8px;
  line-height: 1.3em;
}

.subtitle.large {
  font-size: 12px;
}

.subtitle.terms {
  text-align: left;
  display: block;
}

.dropdown-2 {
  z-index: 5;
  margin-right: 23px;
  display: block;
}

.dropdown-2.icon-dropdown {
  margin-right: 0;
}

.brand-2 {
  z-index: 25;
  color: #fff;
  letter-spacing: -.05em;
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.1em;
  text-decoration: none;
  display: flex;
}

.brand-2.large {
  font-size: 28px;
}

.nav-link-wrapper {
  grid-column-gap: 36px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  display: grid;
}

.nav-wrapper {
  z-index: 20;
  border-bottom: 1px rgba(255, 255, 255, .2);
  justify-content: center;
  display: flex;
  position: relative;
}

.background {
  z-index: 2;
  background-image: url('../images/cameras-app-new.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.close-cursur {
  z-index: 5;
  width: 60px;
  height: 60px;
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  font-size: 9px;
  text-decoration: none;
  display: flex;
  position: fixed;
  top: -39px;
  bottom: auto;
  left: -30px;
  right: auto;
}

.pop-up-heading {
  z-index: 20;
  max-width: 400px;
  grid-column-gap: 16px;
  grid-row-gap: 12px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.solid-video-button-outline {
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.solid-video-button-outline.dark {
  border-color: #eef0f6;
}

.solid-video-button-outline.dark.navigation-circle-icon {
  width: 100%;
  height: 100%;
  max-height: 36px;
  max-width: 36px;
  border-color: #e1e4ee;
}

.solid-video-button-outline.extra-dark {
  border-color: #e1e4ee;
}

.menu-bottom {
  grid-column-gap: 16px;
  grid-row-gap: 12px;
  border-top: 1px #eef0f6;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
}

.verticle-line {
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, .2);
}

.verticle-line.nav-line {
  z-index: 25;
  height: 28px;
  max-height: 48px;
  background-color: rgba(255, 255, 255, .2);
  position: relative;
}

.verticle-line.extra-dark {
  background-color: #e1e4ee;
}

.verticle-line.dark {
  background-color: #eef0f6;
}

.menu-action-content {
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-right: 0;
  display: grid;
}

.text-field-7 {
  min-height: 62px;
  color: #000;
  border: 1px solid #eef0f6;
  border-radius: 2px;
  margin-bottom: 0;
  padding: 20px 24px;
}

.text-field-7::-ms-input-placeholder {
  color: rgba(112, 119, 136, .65);
}

.text-field-7::placeholder {
  color: rgba(112, 119, 136, .65);
}

.video-outline-wrapper {
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
  overflow: hidden;
}

.video-outline-wrapper.bottom {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.video-outline-wrapper.top {
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.nav-icon-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: none;
}

.text-block-20 {
  opacity: 0;
}

.image-18 {
  width: 88%;
  filter: invert();
}

.logo {
  width: 95px;
}

.logo.logo-3deye.about {
  width: 210px;
  padding: 6px;
}

.div-block-15 {
  display: none;
}

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

.button-text-2 {
  z-index: 10;
  color: #eef0f6;
  padding-left: 4px;
  position: relative;
}

.button-2 {
  width: 200px;
  object-fit: fill;
  transform-style: preserve-3d;
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  transition: transform .555s;
  display: flex;
  overflow: visible;
}

.button-2:hover {
  transform: scale3d(1.05, 1.05, 1.1);
}

.btn-outer {
  background-color: rgba(255, 255, 255, .2);
  border-radius: 60px;
  padding: 2px;
  text-decoration: none;
  transition: opacity .3s, color .3s;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 5px rgba(0, 151, 70, .4);
}

.btn-outer:hover {
  box-shadow: 0 0 5px rgba(0, 151, 70, .8);
}

.glow-border {
  width: 20%;
  height: 80%;
  filter: blur(16px);
  background-color: rgba(255, 255, 255, .8);
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.glow-border:hover {
  background-color: rgba(255, 255, 255, .8);
}

.btn-inner {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #fff;
  text-transform: uppercase;
  background-color: rgba(0, 151, 70, .1);
  border: 1px solid rgba(247, 247, 247, .75);
  border-radius: 60px;
  padding: 14px 26px;
  font-weight: 700;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.btn-text {
  z-index: 1;
  clear: none;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 400;
  position: relative;
}

.btn-text.wz {
  text-align: center;
  letter-spacing: 2px;
  white-space: normal;
  word-break: normal;
  font-weight: 300;
  text-decoration: none;
}

.glow-inner {
  width: 25%;
  height: 60%;
  filter: blur(16px);
  background-color: rgba(255, 255, 255, .8);
  position: absolute;
  top: -10%;
  bottom: auto;
  left: -10%;
  right: auto;
}

.underline-hover-link {
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(255, 255, 255, .2);
  padding-bottom: 6px;
  padding-left: 0;
  font-size: 14px;
  line-height: 1.2em;
  text-decoration: none;
  position: relative;
}

.underline-hover-link.dark {
  color: #626d86;
  border-bottom-color: #e1e4ee;
}

.testimonial-text {
  color: #fff;
  font-size: 32px;
}

.slider-arrow-line {
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.video-plus {
  width: 24px;
  height: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-bottom: -11px;
  display: flex;
  position: relative;
}

.client-avatar {
  width: 75px;
  height: 75px;
  border: 1px solid rgba(255, 255, 255, .3);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  padding: 6px;
  display: flex;
}

.grey-fill {
  z-index: 10;
  width: 100%;
  background-color: #f7f7fa;
  position: relative;
}

.grey-fill.top {
  margin-top: 36px;
}

.video-meta {
  grid-column-gap: 18px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto 1fr;
  grid-auto-columns: 1fr;
  margin-top: -24px;
  display: grid;
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.circle-hover-clip {
  width: 50%;
  height: 100%;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
  overflow: hidden;
}

.circle-hover-clip.left {
  justify-content: flex-start;
  top: auto;
  bottom: auto;
  left: 0%;
  right: auto;
}

.circle-hover-clip.two {
  top: auto;
}

.video-bottom {
  z-index: 25;
  height: 116px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: auto;
}

.circle-outline {
  width: 100px;
  height: 100px;
  border: 1px solid rgba(255, 255, 255, .3);
  border-radius: 100%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.circle-outline.top {
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.circle-outline.left {
  top: auto;
}

.circle-outline.bottom {
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.circle-outline.right {
  top: auto;
  bottom: auto;
  left: auto;
  right: 0;
}

.circle-outline.light {
  border-color: #fff;
}

.circle-outline.bottom-left {
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.circle-outline-bottom {
  width: 100%;
  height: 100%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.hide-slide-nav {
  display: none;
}

.circle-link-text {
  z-index: 10;
  height: 100%;
  grid-column-gap: 18px;
  grid-row-gap: 16px;
  white-space: nowrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 12px;
  grid-auto-columns: 1fr;
  justify-content: end;
  align-items: center;
  justify-items: stretch;
  padding-left: 0;
  padding-right: 44px;
  line-height: 1.2em;
  display: grid;
  position: relative;
  overflow: hidden;
}

.circle-link-text.left {
  grid-template-columns: 12px 1fr;
  justify-content: end;
  padding-left: 44px;
  padding-right: 0;
}

.testimonial-wrapper {
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.hover-line-fill {
  width: 100%;
  height: 100%;
  background-color: #cbd0dd;
}

.hover-line-fill.light {
  background-color: #fff;
}

.testimonial-slider {
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
}

.banner-content-2 {
  min-height: 850px;
  color: #fff;
  justify-content: center;
  align-items: center;
  padding-top: 240px;
  padding-bottom: 220px;
  display: flex;
}

.circle-outline-top {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.circle-outline-right {
  width: 100%;
  height: 36px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: 0%;
  overflow: hidden;
}

.section-scroll-cover {
  z-index: 100;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.section-cover {
  z-index: 100;
  background-color: #f7f7fa;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.circle-button {
  width: 100px;
  height: 100px;
  max-height: 100px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  cursor: pointer;
  grid-template-rows: auto 36px auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  font-size: 10px;
  text-decoration: none;
  display: grid;
  position: relative;
}

.arrow {
  width: 12px;
  min-width: 12px;
  border-top: 1px #fff;
  border-right: 1px #fff;
  display: flex;
}

.testimonial-name {
  grid-column-gap: 16px;
  grid-row-gap: 9px;
  text-align: left;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.section-fill {
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.testimonial-client {
  grid-column-gap: 18px;
  grid-row-gap: 16px;
  color: #fff;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  display: grid;
}

.avatar {
  width: 100%;
  height: 100%;
  background-image: url('../images/Portrait019.jpeg');
  background-position: 50% 40%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
}

.avatar.avatar-003 {
  background-image: url('../images/Portrait003.jpg');
  background-position: 50% 30%;
}

.avatar.avatar-002 {
  background-image: url('../images/Portrait21.jpeg');
  background-position: 50% 10%;
}

.hover-line {
  height: 1px;
  position: absolute;
  top: auto;
  bottom: -1px;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.hover-line.light {
  background-color: rgba(255, 255, 255, .2);
}

.testimonial-arrow-line {
  height: 1px;
  background-color: rgba(255, 255, 255, .3);
  margin-bottom: 112px;
  overflow: hidden;
}

.testimonial-slide-arrow {
  width: 100px;
  height: 100px;
  margin-top: auto;
  margin-bottom: auto;
  top: 0%;
  bottom: 112px;
  left: 0%;
  right: auto;
  overflow: visible;
}

.testimonial-slide-arrow.right {
  top: 0%;
  left: auto;
  right: 0%;
}

.plus-line {
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: auto;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.plus-line.verticle {
  width: 1%;
  height: 100%;
  left: auto;
  right: auto;
}

.testimonial-content {
  max-width: 600px;
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding-bottom: 80px;
  display: grid;
}

.hero-intro-title {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  padding-bottom: 0;
  display: grid;
}

.hero-section {
  z-index: 20;
  min-height: 100vh;
  color: #fff;
  background-color: #06080f;
  justify-content: center;
  padding-bottom: 36px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-section.small {
  min-height: 85vh;
  background-color: #06080f;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, transparent, black), linear-gradient(135deg, var(--dark-orchid), var(--wizareye-dark-turquoise));
  min-height: 85vh;
  background-color: #06080f;
  flex-wrap: wrap;
  padding-bottom: 36px;
}

.scroll-link-outline-fill {
  width: 100%;
  height: 100%;
  min-height: 260px;
  min-width: 260px;
  border: 1px solid #fff;
  border-radius: 100%;
  position: absolute;
  top: 1px;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.subtitle-intro {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: nowrap;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: center;
  align-items: center;
  justify-items: center;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.subtitle-intro.partnerstitle {
  padding-top: 16px;
  padding-bottom: 6px;
}

.subtitle-intro.dark {
  justify-content: space-around;
  display: flex;
}

.subtitle-intro.centered-line {
  grid-template-columns: auto auto auto 1fr;
  display: flex;
}

.breadcrumb-arrow {
  width: 9px;
  min-width: 9px;
  opacity: .7;
}

.xxl-heading {
  background-color: var(--white);
  letter-spacing: 2px;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(rgba(0, 0, 0, .4), rgba(255, 255, 255, 0) 42%);
  -webkit-background-clip: text;
  background-clip: text;
  margin-left: auto;
  margin-right: auto;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.25em;
  display: block;
}

.xxl-heading.pricing {
  color: var(--c-gray-lightest);
  letter-spacing: 4px;
  text-transform: uppercase;
  text-shadow: 0 0 20px rgba(0, 0, 0, .2);
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(rgba(0, 0, 0, .3), rgba(255, 255, 255, 0) 42%);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-bottom: 0;
  font-weight: 700;
  line-height: 1.3em;
}

.xxl-heading.tryno {
  background-image: linear-gradient(rgba(0, 0, 0, .4), rgba(255, 255, 255, 0) 60%);
}

.xxl-heading.sasa {
  background-image: linear-gradient(rgba(0, 0, 0, .4), rgba(255, 255, 255, 0) 25%);
}

.stacked-intro {
  grid-column-gap: 16px;
  grid-row-gap: 37px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  padding-left: 86px;
  padding-right: 86px;
  display: grid;
}

.stacked-intro.centered {
  max-width: 650px;
  text-align: center;
  justify-content: center;
  justify-items: center;
}

.scroll-link-outline {
  width: 100%;
  height: 50%;
  justify-content: center;
  align-items: center;
  margin-left: -1px;
  display: flex;
  position: absolute;
  top: -2px;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.page-intro {
  min-height: 650px;
  grid-column-gap: 16px;
  grid-row-gap: 120px;
  grid-template-rows: auto auto minmax(80px, auto);
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  align-items: end;
  margin-top: 80px;
  padding-top: 24px;
  padding-bottom: 0;
  display: grid;
  position: relative;
}

.hero-intro {
  max-width: 800px;
  grid-column-gap: 16px;
  grid-row-gap: 48px;
  color: #fff;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 36px;
  display: grid;
}

.hero-intro.hide {
  display: none;
}

.hero-intro.small {
  max-width: 700px;
  grid-row-gap: 36px;
}

.indicator-fill {
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.half-circle-scroll-link {
  width: 260px;
  height: 260px;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  margin-bottom: -160px;
  padding-bottom: 160px;
  display: none;
  position: relative;
  top: auto;
  bottom: 0%;
  left: auto;
  right: auto;
  overflow: visible;
}

.bread-crumb {
  color: #707788;
  letter-spacing: 4px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  font-size: 9px;
  text-decoration: none;
  display: flex;
}

.bread-crumb.w--current {
  color: #000;
}

.bread-crumb.light {
  color: #fff;
}

.subtitle-line {
  width: 36px;
  height: 1px;
  background-color: rgba(255, 255, 255, .2);
  background-image: none;
  margin-left: 0;
  display: flex;
}

.subtitle-line.left {
  background-image: none;
  justify-content: flex-end;
  margin-left: 0;
}

.subtitle-line.left.centered {
  width: 27%;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}

.subtitle-line.left.centered.dark {
  width: 100%;
  justify-content: center;
  display: flex;
}

.subtitle-line.left.dark {
  background-color: rgba(85, 85, 85, .4);
}

.subtitle-line.dark {
  background-color: #e1e4ee;
}

.subtitle-line.dark.right {
  margin-left: -4px;
}

.medium-width {
  width: auto;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.breadcrumbs {
  grid-column-gap: 18px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  align-content: center;
  align-items: center;
  justify-items: center;
  display: none;
}

.scroll-indicator {
  z-index: 25;
  width: 1px;
  height: 40px;
  background-color: rgba(255, 255, 255, .2);
  flex-direction: column;
  align-items: stretch;
  display: flex;
  position: relative;
  overflow: hidden;
}

.solid-subtitle-line {
  width: 40%;
  height: 100%;
  background-color: #fff;
}

.solid-subtitle-line.dark {
  background-color: #000;
}

.solid-subtitle-line.center {
  width: 100px;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
}

.solid-subtitle-line.centererede {
  width: 63%;
}

.div-block-17 {
  display: none;
}

.circle-icon-holder {
  background-color: var(--white);
  transform-style: preserve-3d;
  border-radius: 60px;
  flex-flow: wrap;
  flex: 0 auto;
  align-content: stretch;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin: -50px 0 8px;
  padding: 20px;
  display: flex;
  transform: translate3d(0, 0, 31px);
  box-shadow: 0 0 5px rgba(0, 0, 0, .2);
}

.div-block-18 {
  justify-content: center;
  display: none;
}

.lesson-icon-wrapper {
  min-height: 38px;
  grid-column-gap: 12px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
}

.tool-tip {
  width: 40px;
  height: 40px;
  color: #000;
  border: 1px #e1e4ee;
  border-radius: 100%;
  text-decoration: none;
  position: relative;
}

.arrow-icon-wrapper {
  min-height: 14px;
  position: relative;
  overflow: hidden;
}

.footer-list-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #000;
  border-bottom: 1px solid #e1e4ee;
  grid-template-rows: auto;
  grid-template-columns: 1fr 14px;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  display: grid;
  position: relative;
}

.slider-arrow-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.footer-list {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  border-top: 1px solid #e1e4ee;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.invert-small {
  z-index: 15;
  width: 14px;
  min-width: 14px;
  position: relative;
}

.stacked-description {
  grid-column-gap: 16px;
  grid-row-gap: 9px;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.stacked-description.large {
  grid-row-gap: 18px;
}

.footer-left {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1px 1fr 1px 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.icon-image {
  width: 16px;
}

.video-button {
  width: 100px;
  height: 100px;
  cursor: pointer;
  border: 1px rgba(255, 255, 255, .2);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.background-video {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.video-box {
  z-index: 20;
  width: 100%;
  min-height: 500px;
  color: #fff;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 116px;
  padding: 160px 120px 120px;
  display: flex;
  position: relative;
}

.xxl-heading-2 {
  font-size: 48px;
  font-weight: 600;
  line-height: 1.25em;
}

.section {
  z-index: 20;
  justify-content: center;
  padding-top: 140px;
  padding-bottom: 140px;
  display: flex;
  position: relative;
}

.section.no-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.section.grey {
  background-color: #f7f7fa;
}

.section.grey.no-padding.cut {
  background-color: rgba(0, 0, 0, 0);
  margin-top: -36px;
  overflow: hidden;
}

.section.no-top-padding {
  padding-top: 0;
}

.video-button-fill {
  width: 70%;
  height: 70%;
  background-color: rgba(255, 255, 255, .2);
  border: 1px solid rgba(255, 255, 255, 0);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.video-icon {
  width: 18px;
  margin-left: 2px;
}

.left-corner {
  width: 36px;
  height: 36px;
  border-top: 1px solid rgba(255, 255, 255, .2);
  border-left: 1px solid rgba(255, 255, 255, .2);
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.left-corner.bottom-right {
  border-style: none solid solid none;
  border-bottom-width: 1px;
  border-bottom-color: rgba(255, 255, 255, .2);
  border-right-width: 1px;
  border-right-color: rgba(255, 255, 255, .2);
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.left-corner.bottom {
  border-top-style: none;
  border-bottom: 1px solid rgba(255, 255, 255, .2);
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.left-corner.right {
  border-left-style: none;
  border-right: 1px solid rgba(255, 255, 255, .2);
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.video-button-wrapper {
  margin-bottom: -48px;
  margin-left: -48px;
  margin-right: -48px;
  padding: 12px 48px 48px;
}

.corner-fill {
  width: 50%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: -1px;
  bottom: auto;
  left: -1px;
  right: 0%;
}

.corner-fill.horizontal {
  width: 1%;
  height: 50%;
  top: -1px;
  bottom: 0%;
  left: -1px;
  right: auto;
}

.corner-fill.horizontal.right {
  left: auto;
  right: 0;
}

.corner-fill.horizontal.bottom-right {
  right: 0;
}

.corner-fill.horizontal.bottom {
  top: auto;
  bottom: -1px;
}

.corner-fill.bottom-right {
  top: auto;
  bottom: -1px;
  left: auto;
  right: -1px;
}

.corner-fill.right {
  left: auto;
  right: -1px;
}

.corner-fill.bottom {
  top: auto;
  bottom: -1px;
}

.section-box {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-rows: auto;
  grid-auto-columns: 1fr;
  margin-top: -36px;
  padding: 80px 0 80px 80px;
}

.section-box.no-top-margin {
  margin-top: 0;
}

.card-hover-link {
  height: 44px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.hover-card-circle {
  width: 6vw;
  height: 6vw;
  background-color: #f7f7fa;
  border-radius: 100%;
  position: absolute;
  top: auto;
  bottom: -6vw;
  left: auto;
  right: auto;
}

.card-bottom-info {
  z-index: 10;
  width: 100%;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
  position: relative;
}

.stacked-content {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 48px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.card-icon-circle {
  z-index: 10;
  width: 60px;
  height: 60px;
  border: 1px solid #eef0f6;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  padding: 18px;
  font-size: 15px;
  font-weight: 300;
  display: flex;
  position: relative;
}

.dual-grid {
  grid-column-gap: 36px;
  grid-row-gap: 16px;
  border-bottom: 1px #eef0f6;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  padding-bottom: 0;
  padding-right: 0;
  display: grid;
}

.dual-grid.small {
  grid-column-gap: 18px;
}

.fill {
  width: 100%;
  background-color: #fff;
  margin-top: -36px;
}

.left-intro {
  grid-column-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 36px 1fr;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  display: grid;
}

.left-intro.small-width {
  max-width: 450px;
}

.card-description {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.card {
  min-height: 275px;
  grid-column-gap: 16px;
  grid-row-gap: 100px;
  border: 1px #eef0f6;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  align-items: end;
  justify-items: center;
  padding: 36px;
  display: grid;
  position: relative;
  overflow: hidden;
}

.card.left-end {
  border-left-style: none;
  position: relative;
}

.card-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid #eef0f6;
  border-radius: 2px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1px 1fr 1px 1fr 1px 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.card-wrapper.three-card-grid {
  grid-template-columns: 1fr 1px 1fr 1px 1fr;
}

.number {
  margin-bottom: 9px;
  font-size: 56px;
}

.number-title {
  color: #707788;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 10px;
  line-height: 1.3em;
}

.number-circle-content {
  z-index: 30;
  width: 60%;
  height: 60%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.number-circle-background {
  background-color: #06080f;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.number-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.inner-number-circle {
  z-index: 25;
  width: 85%;
  height: 85%;
  background-color: #f7f7fa;
  border-radius: 100%;
  position: relative;
}

.number-circle-2 {
  width: 475px;
  height: 475px;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: visible;
}

.stacked-soon {
  grid-column-gap: 16px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  display: grid;
}

.stacked-soon.padded {
  padding-top: 36px;
  padding-bottom: 36px;
}

.clip {
  overflow: hidden;
}

.number-circle-outline {
  z-index: 30;
  width: 75%;
  height: 75%;
  border: 1px solid #e1e4ee;
  border-radius: 100%;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.section-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
  position: static;
  overflow: visible;
}

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

.newsletter-form-block {
  width: 100%;
  max-width: 425px;
  border-radius: 0;
  margin-bottom: 0;
}

.newsletter-form {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #fff;
  border: 1px #eef0f6;
  border-radius: 100px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  align-items: stretch;
  padding: 4px 4px 4px 24px;
  display: grid;
}

.subscribe-field {
  height: 100%;
  min-height: 48px;
  background-color: rgba(255, 255, 255, 0);
  border: 1px #000;
  border-radius: 100px;
  margin-bottom: 0;
}

.newsletter-button {
  letter-spacing: 4px;
  text-transform: uppercase;
  background-color: #000;
  border-radius: 100px;
  padding: 15px 28px;
  font-size: 10px;
  line-height: 1.2em;
}

.success-message-2 {
  border-radius: 60px;
  padding-top: 17px;
  padding-bottom: 17px;
}

.text-block-21 {
  font-weight: 400;
}

.error-message-2 {
  text-align: center;
  border: 1px solid rgba(255, 0, 0, .7);
  border-radius: 60px;
  margin-left: auto;
  margin-right: auto;
}

.text-block-22 {
  font-weight: 400;
}

.card-slide {
  margin-right: 36px;
}

.template-slider {
  width: 100%;
  padding-bottom: 85px;
  display: flex;
  position: relative;
}

.hero-intro-content {
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.cards-mask {
  width: 40%;
  max-width: 525px;
  overflow: visible;
}

.cards-mask.large {
  width: 65%;
  max-width: 840px;
}

.cards-mask.large.xl {
  width: 70%;
  max-width: 1040px;
}

.left-arrow {
  z-index: 25;
  width: 48px;
  height: 48px;
  border: 1px #eef0f6;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  display: flex;
  top: auto;
  bottom: -84px;
  left: 0%;
  right: auto;
  overflow: visible;
}

.left-arrow.right {
  left: 60px;
}

.page-intro-2 {
  min-height: 650px;
  grid-column-gap: 16px;
  grid-row-gap: 120px;
  grid-template-rows: auto auto minmax(80px, auto);
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  margin-top: 80px;
  padding-top: 24px;
  padding-bottom: 0;
  display: grid;
  position: relative;
}

.page-intro-2.small {
  min-height: auto;
  grid-template-rows: auto auto minmax(0, auto);
}

.half-circle-scroll-link-2 {
  width: 260px;
  height: 260px;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  margin-bottom: -160px;
  padding-bottom: 160px;
  display: flex;
  position: relative;
  top: auto;
  bottom: 0%;
  left: auto;
  right: auto;
  overflow: visible;
}

.cards-slider {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  display: flex;
}

.invert-icon {
  width: 9px;
  filter: none;
}

.newsletter-form-block-2 {
  width: 100%;
  max-width: 425px;
  margin-bottom: 0;
}

.breadcrumbs-2 {
  grid-column-gap: 18px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  align-content: center;
  align-items: center;
  justify-items: center;
  display: grid;
}

.dropdown-list {
  background-color: rgba(221, 221, 221, .1);
}

.dropdown-list.w--open {
  z-index: 25;
  background-color: rgba(221, 221, 221, 0);
  margin-top: -12px;
  margin-left: -37px;
  margin-right: -37px;
  padding-left: 0;
  padding-right: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.dropdown-list.small {
  margin-top: 0;
  margin-left: -25px;
  margin-right: -25px;
}

.filter-tab {
  height: 100%;
  border: 1px solid #eef0f6;
  border-radius: 2px;
  flex-direction: column;
  flex: 0 auto;
  margin-top: 24px;
  display: flex;
}

.filter-tab.top {
  margin-top: 0;
}

.filter-dropdown {
  z-index: 30;
  height: 190px;
  background-color: #fff;
  border: 1px solid #eef0f6;
  border-top-style: none;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding-top: 0;
  padding-left: 36px;
  padding-right: 36px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.filter-dropdown.no-height {
  height: auto;
}

.support-top {
  width: 100%;
  grid-column-gap: 48px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  display: grid;
}

.suggested-search {
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  font-size: 12px;
  font-weight: 500;
  display: none;
}

.filter-sidebar {
  width: 250px;
  height: 100%;
  max-height: 100vh;
  min-height: 400px;
  flex-direction: column;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr;
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  align-items: stretch;
  margin-top: 0;
  margin-bottom: -124px;
  padding-top: 0;
  padding-bottom: 124px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 76px;
  overflow: hidden;
}

.support-list-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  border-top: 1px #eef0f6;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form-block {
  margin-top: 0;
  margin-bottom: 0;
}

.select-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  justify-content: stretch;
  justify-items: stretch;
  margin-left: -18px;
  margin-right: -18px;
  display: grid;
  position: relative;
  overflow: auto;
}

.select-wrapper.large {
  margin-left: -24px;
  margin-right: -24px;
}

.filter-bottom-info {
  width: 100%;
  grid-column-gap: 18px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: -24px;
  padding-top: 48px;
  padding-bottom: 24px;
  display: grid;
  position: absolute;
  overflow: hidden;
}

.support-bottom {
  grid-column-gap: 60px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1px 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.icon {
  width: 60px;
  height: 60px;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #eef0f6;
  border-radius: 100%;
}

.icon.large {
  width: 54px;
  height: 54px;
}

.search-toggle {
  align-items: stretch;
  margin: -24px;
  padding: 24px;
  display: flex;
}

.search-toggle.w--open {
  z-index: 40;
}

.filter-top-info {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid #eef0f6;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
  display: grid;
}

.form-trial {
  width: 100%;
  background-color: var(--c-gray-lightest);
  border-radius: 20px;
  margin-top: 84px;
  margin-bottom: 84px;
  position: relative;
  overflow: auto;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, .2);
}

.form-trial.page-section.pb-20 {
  padding-left: 50px;
  padding-right: 50px;
}

.reset-icon {
  width: 32px;
  height: 32px;
  border: 1px solid #eef0f6;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  padding: 6px;
  display: flex;
}

.reset-icon.no-outline {
  width: 16px;
  height: 16px;
  border-style: none;
  padding: 0;
}

.submit-button {
  display: none;
}

.filter-form-box {
  height: 100%;
  flex: 1;
  margin-bottom: 0;
  display: flex;
}

.dropdown-text-wrapper {
  grid-column-gap: 18px;
  grid-row-gap: 16px;
  letter-spacing: 4px;
  text-transform: uppercase;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  font-size: 11px;
  line-height: 1.25em;
  display: grid;
}

.search-input-wrapper {
  grid-column-gap: 18px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.filter-tab-top {
  padding: 20px 24px 0;
}

.filter-tab-bottom {
  height: 100%;
  padding: 0 24px;
  overflow: hidden;
}

.search-icon {
  width: 24px;
}

.support-right {
  grid-column-gap: 16px;
  grid-row-gap: 48px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.search-input {
  height: 100%;
  min-height: 30px;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  margin-bottom: 0;
  padding: 0;
}

.select-scroll-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 38px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 36px;
  padding-bottom: 36px;
  display: grid;
}

.dropdown-lottie {
  width: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.dropdown-lottie.large {
  width: 12px;
}

.suggested-items {
  grid-column-gap: 18px;
  grid-row-gap: 16px;
  color: #e1e4ee;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: space-between;
  font-size: 12px;
  font-weight: 400;
  display: grid;
}

.select {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #000;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: 1fr;
  margin: -18px 0;
  padding: 18px;
  text-decoration: none;
  display: grid;
  position: relative;
}

.select.small {
  padding: 12px;
}

.hide-submit-button {
  display: none;
}

.search-field {
  min-height: 60px;
  grid-column-gap: 24px;
  grid-row-gap: 18px;
  background-color: rgba(255, 255, 255, .2);
  border: 1px solid #eef0f6;
  border-radius: 2px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto auto;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  padding: 12px 24px;
  display: grid;
}

.coming-soon-overlay {
  z-index: 25;
  grid-column-gap: 12px;
  grid-row-gap: 24px;
  background-image: linear-gradient(rgba(6, 8, 15, 0) 50%, rgba(6, 8, 15, .75) 90%);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: end;
  justify-content: center;
  align-items: center;
  justify-items: center;
  padding-bottom: 36px;
  display: grid;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.coming-soon {
  min-width: 100%;
  margin-left: -36px;
  position: relative;
  overflow: hidden;
}

.clock-number {
  font-size: 17px;
  line-height: 1.2em;
}

.dual-box {
  grid-column-gap: 80px;
  grid-row-gap: 16px;
  border-radius: 2px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 50%;
  grid-auto-columns: 1fr;
  padding: 0;
  display: grid;
}

.box {
  width: 72px;
  height: 72px;
  grid-column-gap: 16px;
  grid-row-gap: 2px;
  border: 1px solid rgba(255, 255, 255, .3);
  border-radius: 100%;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: center;
  align-items: center;
  justify-items: center;
  padding: 0;
  line-height: 1.3em;
  display: grid;
}

.js-clock {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: center;
  align-items: center;
  display: grid;
}

.js-clock.light {
  color: #fff;
}

.image-3 {
  width: 100%;
}

.coming-soon-intro {
  max-width: 500px;
  grid-column-gap: 16px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  margin-right: 36px;
  display: grid;
}

.dual-content {
  grid-column-gap: 80px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.stacked-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 80px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.content-box {
  border: 1px solid #e1e4ee;
  border-radius: 2px;
  padding: 80px;
}

.image-box {
  min-height: 400px;
  border-radius: 2px;
  position: relative;
  overflow: hidden;
}

.background-2 {
  z-index: 2;
  background-image: url('../images/001.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.background-2.two {
  background-image: url('../images/Image26.jpeg');
}

.background-2.one {
  background-image: url('../images/Image23.jpeg');
}

.background-2.three {
  background-image: url('../images/Image27.jpeg');
}

.page-desctription {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.half-circle-scroll-link-3 {
  width: 260px;
  height: 260px;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  margin-bottom: -160px;
  padding-bottom: 160px;
  display: flex;
  position: relative;
  top: auto;
  bottom: 0%;
  left: auto;
  right: auto;
  overflow: visible;
}

.breadcrumbs-3 {
  grid-column-gap: 18px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  align-content: center;
  align-items: center;
  justify-items: center;
  display: grid;
}

.faq-sidebar {
  width: 300px;
  min-height: 350px;
  background-color: #06080f;
  border-radius: 2px;
  flex-direction: row;
  justify-content: flex-end;
  align-items: stretch;
  padding: 24px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 101px;
  overflow: hidden;
}

.faq-block-wrapper {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.faq-item-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.faq-item-2 {
  min-height: 100px;
  grid-column-gap: 36px;
  grid-row-gap: 16px;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid #eef0f6;
  grid-template-rows: auto;
  grid-template-columns: minmax(250px, .5fr) 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  align-items: center;
  padding: 38px 24px 38px 36px;
  display: grid;
}

.faq-item-2.w--current {
  background-color: rgba(255, 255, 255, 0);
}

.faq-item-2.bottom {
  border-bottom-style: none;
}

.faq-block-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.faq-title {
  color: #707788;
  background-color: #f7f7fa;
  border-radius: 2px;
  padding: 28px 24px 28px 36px;
  font-size: 16px;
  font-weight: 500;
}

.faq-grid {
  grid-column-gap: 48px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1px 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.card-title {
  font-size: 20px;
  line-height: 1.3em;
}

.card-title.small {
  font-size: 18px;
}

.small-card {
  grid-column-gap: 16px;
  grid-row-gap: 48px;
  border: 1px #eef0f6;
  border-radius: 2px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  padding: 36px;
  display: grid;
}

.small-card.top-border {
  border-top-style: solid;
}

.form-seperator {
  grid-column-gap: 18px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.left-hero-intro {
  z-index: 25;
  max-width: 415px;
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  color: #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-right: 5vw;
  padding-top: 0;
  padding-right: 36px;
  display: grid;
  position: relative;
}

.login-background {
  width: 65vw;
  background-color: #06080f;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
  overflow: hidden;
}

.login-intro {
  grid-column-gap: 16px;
  grid-row-gap: 12px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.horizontal-line {
  width: 100%;
  height: 1px;
  background-color: #eef0f6;
  display: block;
  position: relative;
  overflow: hidden;
}

.login {
  min-height: 100vh;
  background-color: #f7f7fa;
  justify-content: center;
  display: flex;
}

.underline-link {
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  border-bottom: 1px solid rgba(255, 255, 255, .2);
  padding-bottom: 6px;
  font-size: 13px;
  line-height: 1.3em;
  text-decoration: none;
}

.form-icon {
  width: 20px;
  height: 20px;
  border: 1px solid #eef0f6;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.blank-nav-left {
  z-index: 50;
  height: 80px;
  border-bottom: 1px solid rgba(255, 255, 255, .2);
  justify-content: space-between;
  align-items: center;
  margin-right: 5vw;
  display: flex;
  position: relative;
}

.bottom-signup {
  z-index: 50;
  min-height: 80px;
  justify-content: flex-end;
  align-items: flex-end;
  margin-right: 5vw;
  padding-bottom: 36px;
  display: flex;
  position: relative;
}

.login-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 60px;
  grid-template-rows: auto 1fr auto;
  grid-template-columns: 1fr .8fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.login-row {
  z-index: 50;
  max-width: 600px;
  grid-column-gap: 16px;
  grid-row-gap: 80px;
  background-color: #fff;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: -5vw;
  padding: 65px;
  display: grid;
  position: relative;
}

.button-base {
  z-index: 25;
  min-height: 28px;
  grid-column-gap: 12px;
  grid-row-gap: 16px;
  color: #fff;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 100px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-items: center;
  justify-items: center;
  padding: 14px 22px 14px 26px;
  font-size: 9px;
  line-height: 1.2em;
  text-decoration: none;
  display: grid;
}

.button-base.small {
  padding: 12px 18px 12px 22px;
}

.log-in-block {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.three-column {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 36px;
  display: grid;
}

.social-icons {
  grid-column-gap: 9px;
  grid-row-gap: 6px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  align-items: center;
  display: grid;
}

.verticle-follow {
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.social-icon {
  width: 36px;
  height: 36px;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 100%;
}

.breadcrumbs-4 {
  grid-column-gap: 18px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  align-content: center;
  align-items: center;
  justify-items: center;
  display: grid;
}

.section-pricing {
  background-color: #000;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, transparent, black), linear-gradient(135deg, var(--dark-orchid), var(--wizareye-dark-turquoise));
  margin-left: auto;
  margin-right: auto;
  padding: 58px 10vw;
  display: block;
}

.section-pricing.about {
  grid-column-gap: 68px;
  grid-row-gap: 68px;
  flex-direction: column;
  padding-top: 130px;
  padding-bottom: 130px;
  display: flex;
}

.section-pricing.about.solutions {
  width: 100%;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  opacity: .9;
  mix-blend-mode: normal;
  background-image: radial-gradient(circle, rgba(0, 0, 0, 0), #000), linear-gradient(135deg, rgba(131, 63, 186, .7), rgba(0, 151, 70, .7));
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 211px;
  display: flex;
}

.section-pricing.about.solutions.faq {
  opacity: 1;
  background-image: radial-gradient(circle, rgba(0, 0, 0, 0), #000), linear-gradient(135deg, #833fba, #00c2cb);
}

.pricing-new {
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 31px;
  padding-right: 31px;
}

.pricing-new.prcpg {
  margin-bottom: 16px;
}

.pricing-new.extended {
  margin-bottom: 174px;
}

.text-block-23 {
  text-align: center;
  text-shadow: 0 0 3px rgba(0, 0, 0, .2);
  column-count: auto;
  margin-top: 50px;
  margin-bottom: 50px;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 12px;
  line-height: 1.8em;
}

.div-block-20 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: space-around;
  display: flex;
}

.section-3 {
  margin: 44px auto;
  padding-left: 80px;
  padding-right: 80px;
  display: block;
}

.heading {
  flex: 0 auto;
  margin: 40px auto;
}

.heading.grid-sect {
  align-content: stretch;
}

.heading.grds {
  flex-direction: row;
  align-items: flex-start;
  margin-top: 0;
  margin-left: auto;
  margin-right: 0;
  display: block;
}

.grid-sect {
  grid-column-gap: 26px;
  grid-row-gap: 48px;
  perspective: 1049px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin: 58px auto;
  padding: 0;
  display: grid;
}

.text-span-sect, .text-span-2, .text-span-3, .text-span-4 {
  font-weight: 700;
}

.grdid-3 {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.grdid-3._4grids {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.grdid-3._3thre {
  grid-column-gap: 80px;
}

.image-19 {
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 188px;
  right: 0%;
}

.paragraph-text {
  text-shadow: 0 0 5px rgba(0, 0, 0, .2);
  font-size: 12px;
}

.image-20 {
  z-index: -1;
  object-fit: cover;
  transform-style: preserve-3d;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  overflow: visible;
}

.div-block-21 {
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.back-image {
  z-index: -1;
  width: 90%;
  height: 52vw;
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  transform-style: preserve-3d;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, 0)), url('../images/krapka__fine_satellite_photo_5549e087-3500-4a1f-9c13-816f40653db0.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  background-clip: content-box;
  border-radius: 20px;
  margin: 50px auto;
  display: flex;
  position: absolute;
  overflow: visible;
  transform: translate3d(-47px, -37px, -17px);
  box-shadow: 0 6px 10px 3px rgba(0, 0, 0, .2);
}

.bold-text {
  float: left;
  clear: none;
  display: block;
}

.div-block-28 {
  min-height: 200px;
  min-width: 200px;
  background-color: rgba(79, 94, 120, .24);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 55px 15px;
  display: flex;
  position: relative;
}

.button {
  background-color: #5748c5;
  border-radius: 4px;
  margin-left: 0;
  padding: 16px 25px;
  font-weight: 500;
  transition: all .3s cubic-bezier(.55, .055, .675, .19);
}

.button:hover {
  background-color: #4e41b4;
  border: 1px #fff;
}

.button.button-d {
  color: #4f5e78;
  background-color: #f5f6f8;
  font-weight: 500;
  transition-timing-function: linear;
}

.button.button-d:hover {
  background-color: #e2e4e7;
  border-style: none;
}

.div-block-29 {
  min-height: 200px;
  min-width: 200px;
  background-color: rgba(79, 94, 120, .24);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 55px 15px;
  display: flex;
  position: relative;
}

.client-section-02 {
  width: 100%;
  border-bottom: 1px solid #dbdbdb;
  flex-direction: column;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.content-section-inner-01 {
  width: 100%;
  max-width: 1100px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.content-wrap-left {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-right: 40px;
  display: flex;
}

.section-title {
  color: var(--wirardeye-royal-blue);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  text-decoration: none;
}

.section-title.clients {
  border-style: solid;
  border-width: 1.5px 0;
  border-color: var(--wirardeye-royal-blue);
  text-align: left;
  margin-top: 7px;
  margin-bottom: 7px;
  padding-top: 2px;
  padding-bottom: 2px;
  line-height: 1em;
}

.heading-2 {
  margin-top: 0;
  font-size: 35px;
  font-weight: 600;
  line-height: 45px;
}

.heading-2.clients {
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 10px;
  line-height: 1.3em;
}

.paragraph {
  opacity: .75;
  font-size: 16px;
  line-height: 22px;
}

.paragraph.clients {
  text-align: left;
  letter-spacing: 1px;
  font-size: 16px;
  line-height: 1.3em;
}

.clients-inner-02 {
  width: 100%;
  max-width: 1100px;
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: minmax(0, 1fr);
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  justify-items: center;
  margin-left: auto;
  margin-right: -16px;
  display: grid;
}

.client-logo-2 {
  max-width: 175px;
  opacity: .55;
  transition: all .2s;
}

.client-logo-2:hover {
  opacity: 1;
}

.client-logo-3 {
  max-width: 175px;
  opacity: .55;
  transition: all .2s;
}

.client-logo-3:hover {
  opacity: 1;
}

.client-logo-4 {
  max-width: 175px;
  opacity: .55;
  transition: all .2s;
}

.client-logo-4:hover {
  opacity: 1;
}

.italic-text {
  line-height: 1.4em;
}

.image-21 {
  z-index: 23;
  margin-top: -251px;
  padding-top: 0;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  overflow: auto;
  transform: translate(1000px);
}

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

.flex-block.pricing-card-title {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
}

.flex-block.pricing-card-title.mpl {
  margin-top: 14px;
}

.hero3-headline-wrap {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 20px;
  padding-top: 10px;
  display: flex;
}

.section-4 {
  overflow: hidden;
}

.btn-2 {
  float: none;
  color: #fff;
  text-align: center;
  background-color: #1991eb;
  border-radius: 4px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 11px 25px;
  line-height: 24px;
  transition: color .2s, box-shadow .2s, background-color .2s, transform .4s;
  display: inline-block;
}

.btn-2:hover {
  color: #fff;
  background-color: #1386dd;
  border-color: #0c6eb8;
  transform: translate(0, -2px);
  box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
}

.btn-2:active {
  transform: translate(0, -1px);
  box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
}

.btn-2.btn-outline-light {
  color: #111212;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(17, 18, 18, .05);
}

.btn-2.btn-outline-light:hover {
  border-color: rgba(17, 18, 18, .1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, .05);
}

.btn-2.btn-outline-light:active {
  box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.wrap {
  width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.wrap._w-custom.hero3 {
  align-items: center;
  padding-top: 20px;
  display: flex;
}

.hero3-image {
  height: 100%;
}

.tagline {
  opacity: .6;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
}

.hero3-text-wrapper {
  padding-left: 22px;
  padding-right: 22px;
}

._7-col {
  width: 540px;
  margin-right: 20px;
  display: inline-block;
}

._7-col._7-col-last {
  margin-right: 0;
  display: inline-block;
}

.hero3-firstbutton-wrap {
  margin-right: 10px;
  display: inline-block;
}

._5-col {
  width: 380px;
  margin-right: 20px;
  display: inline-block;
}

.text-20 {
  opacity: 1;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.text-20.text-20-60 {
  opacity: .6;
  letter-spacing: 1px;
}

.container-w3 {
  width: 100%;
  max-width: 52.5em;
  margin-left: auto;
  margin-right: auto;
}

.p-xl-start, .p-xl-start.p-xl-end {
  padding-top: 0;
}

.wow-heading {
  margin-bottom: .1em;
  font-size: 3em;
  font-weight: 600;
  line-height: 1;
}

.wow-heading.wow-gradient {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(172deg, #ffefcd 32%, #769ae0 76%);
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: .1em;
  padding-bottom: .2em;
}

.wow-heading.wow-gradient.big {
  font-size: 6em;
}

.ipad-mockup {
  position: relative;
}

.container-w2 {
  width: 100%;
  max-width: 83.125em;
  margin-left: auto;
  margin-right: auto;
}

.container-w2.gutter-outside {
  z-index: -30;
  width: 95%;
  float: none;
  clear: none;
  margin-top: 32px;
  margin-bottom: -144px;
  position: relative;
  overflow: visible;
}

.ipad-shape {
  z-index: 2;
  width: 100%;
  border: 0 solid #000;
  border-radius: 30px;
  position: relative;
  box-shadow: 0 0 11px 4px rgba(0, 0, 0, .2);
}

.ipad-screen {
  z-index: 1;
  width: 93.8%;
  height: 91.6%;
  object-fit: cover;
  object-position: 50% 50%;
  justify-content: space-between;
  align-items: stretch;
  display: block;
  position: absolute;
  top: 4%;
  left: 3%;
  overflow: hidden;
}

.tablet-mockup-animation {
  z-index: 2;
  position: relative;
}

._3d-tablet-wrap {
  height: 100%;
  perspective: 1000px;
  perspective-origin: 50%;
  transform: scale3d(1none, 1none, 1none) perspective(12px);
  transform-style: preserve-3d;
  display: flex;
}

.section-tablet-scroll-animation {
  width: 100%;
  height: 800px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 28px;
  padding-bottom: 0;
  overflow: hidden;
}

.section-tablet-scroll-animation.section-pricing {
  z-index: 0;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--dark-orchid);
  background-image: radial-gradient(circle farthest-corner at 50% 50%, transparent, black), linear-gradient(135deg, rgba(0, 151, 70, 0), var(--wizareye-dark-turquoise));
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  overflow: hidden;
}

._3d-tablet-inner {
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.iphone-mockup {
  z-index: 4;
  width: 24%;
  transform-style: preserve-3d;
  border-radius: 30px;
  margin-top: 12%;
  margin-left: -20%;
  margin-right: auto;
  padding-left: 0;
  display: block;
  position: relative;
  overflow: hidden;
  transform: translate3d(-35px, 0, 31px);
  box-shadow: 0 2px 13px 3px rgba(0, 0, 0, .2);
}

.iphone-screen {
  z-index: 0;
  width: 89.5%;
  height: 95.4%;
  object-fit: cover;
  border-radius: 2%;
  position: absolute;
  top: 2.4%;
  left: 5.5%;
}

.iphone-shape {
  z-index: 1;
  width: 100%;
  position: relative;
}

.div-block-30 {
  z-index: 3;
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: center;
  margin: 40px auto;
  display: flex;
  position: relative;
}

.container-11 {
  padding-top: 32px;
  padding-bottom: 32px;
}

.container-12 {
  flex-direction: row;
  display: flex;
}

.columns-2 {
  justify-content: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.columns-3 {
  flex-direction: column;
  display: flex;
}

.columns-4 {
  flex-direction: column;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.column-35 {
  flex-direction: row;
  justify-content: space-around;
  display: flex;
}

.columns-5 {
  width: 100%;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.column-36 {
  flex-flow: row;
  flex: 0 auto;
  justify-content: space-around;
  display: flex;
}

.flex-block-2 {
  border-bottom: 1px solid #000;
  justify-content: space-between;
  align-items: flex-end;
}

.flex-block-3 {
  margin: 40px auto 20px;
  padding-right: 0;
}

.bold-text-2 {
  color: var(--gray);
  letter-spacing: 1px;
  text-transform: uppercase;
}

.text-span-5 {
  letter-spacing: 1px;
}

.p {
  color: var(--gray);
}

.recaptcha-2 {
  margin-left: auto;
  margin-right: auto;
}

.container-13 {
  margin-top: 22px;
  display: flex;
}

.column-37 {
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-span-6 {
  margin-left: 6px;
  margin-right: 6px;
}

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

.youtube {
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: var(--c-gray-lightest);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border: 1px solid rgba(247, 247, 247, .5);
  border-radius: 20px;
  margin-top: 30px;
  margin-bottom: 30px;
  overflow: hidden;
  box-shadow: 0 2px 16px 1px rgba(0, 0, 0, .2);
}

.round {
  border-radius: 20px;
  box-shadow: 0 2px 16px 1px rgba(0, 0, 0, .2);
}

.text-block-24 {
  letter-spacing: 2px;
}

.heading-3 {
  letter-spacing: 1px;
}

.image-222 {
  border-radius: 20px;
  box-shadow: 0 1px 16px 1px rgba(0, 0, 0, .2);
}

.container-14 {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  flex-direction: column;
  display: flex;
}

.video {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 0 16px 2px rgba(0, 0, 0, .2);
}

.video-2 {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 1px 16px 1px rgba(0, 0, 0, .2);
}

.image-223 {
  border-radius: 20px;
}

.body-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-224 {
  filter: invert();
}

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

.text-field-8 {
  border-radius: 10px;
  margin-top: 16px;
  margin-bottom: 16px;
}

.submit-button-2 {
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 20px;
}

.marquee-horizontal {
  z-index: 200;
  width: 100%;
  height: 40px;
  background-color: #00f;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.track-horizontal-alt {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: static;
}

.marquee-text {
  color: #fff;
  text-transform: uppercase;
  flex: none;
  margin-right: 8vw;
}

.marquee-horizontal-css {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.track-horizontal {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.icon-container {
  width: 85%;
  height: 15vw;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  display: flex;
  box-shadow: 0 7px 15px 3px rgba(175, 177, 179, .3);
}

.paragraph-large {
  font-size: 20px;
}

.col {
  width: 100%;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.col.small {
  width: 41%;
  flex: none;
}

.icon-4 {
  width: 65%;
}

.flex-vertical {
  width: 100%;
  height: 110px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.flex-vertical.marquee-fix {
  margin-top: 30px;
}

.marquee {
  width: 100%;
  height: 600px;
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
  overflow: hidden;
}

.header-quaternary {
  max-width: 100%;
  letter-spacing: 1px;
  font-size: 14px;
}

.header-quaternary.grey-text.uppercase {
  padding: 2px 4px;
}

.button-3 {
  height: 34px;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #8f00ff;
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 10px 12px;
  font-size: 16px;
  display: flex;
}

.flex-horizontal {
  width: 100%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.flex-horizontal.flex-left {
  justify-content: flex-start;
}

.marquee-cover {
  z-index: 10;
  background-image: linear-gradient(rgba(255, 255, 255, 0) 70%, #fff), linear-gradient(#fff, rgba(255, 255, 255, 0) 30%);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.spacer-15 {
  width: 100%;
  height: 15px;
}

.track-vertical {
  width: 100%;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.header-secondary {
  max-width: 100%;
  font-size: 40px;
  line-height: 120%;
}

.spacer-60 {
  width: 100%;
  height: 60px;
}

.spacer-60._60-width {
  width: 60px;
}

.container {
  z-index: 10;
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px;
  position: relative;
}

.spacer-30 {
  width: 100%;
  height: 30px;
}

.spacer-30._15-xsvp {
  width: 30px;
  flex: none;
}

.track-vertical-alt {
  width: 100%;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.button-4 {
  height: 34px;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #8f00ff;
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 10px 12px;
  font-size: 16px;
  display: flex;
}

.marquee-horizontal-large {
  z-index: 200;
  width: 100%;
  height: 33%;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.marquee-cover-horizontal {
  z-index: 10;
  background-image: linear-gradient(270deg, rgba(255, 255, 255, 0) 70%, #fff), linear-gradient(270deg, #fff, rgba(255, 255, 255, 0) 30%);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.marquee-cover-horizontal.dark {
  background-image: linear-gradient(270deg, rgba(255, 255, 255, 0) 70%, #000), linear-gradient(270deg, #000, rgba(255, 255, 255, 0) 30%);
  overflow: hidden;
}

.icon-container-alt {
  width: 200px;
  height: 90px;
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

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

html.w-mod-js [data-ix="scroll-showhide"] {
  opacity: 0;
  transform: translate(-50px);
}

html.w-mod-js [data-ix="scroll-showhide-right"] {
  opacity: 0;
  transform: translate(50px);
}

html.w-mod-js [data-ix="scroll-appear-stay-l"] {
  opacity: 0;
  transform: translate(-50px);
}

html.w-mod-js [data-ix="scroll-appear-stay-top"] {
  opacity: 0;
  transform: translate(0, 50px);
}

html.w-mod-js [data-ix="scroll-appear-stay-r"] {
  opacity: 0;
  transform: translate(50px);
}

html.w-mod-js [data-ix="display-none-on-load"] {
  display: none;
}

html.w-mod-js [data-ix="dropdown"] {
  opacity: 0;
}

html.w-mod-js [data-ix="perspective"] {
  transform: translate(0, 100%);
}

html.w-mod-js [data-ix="bottom-to-top"] {
  opacity: 0;
  transform: translate(0, 20px);
}

html.w-mod-js [data-ix="top-to-bottom"] {
  opacity: 0;
  transform: translate(0, -20px);
}

html.w-mod-js [data-ix="right-to-left"] {
  opacity: 0;
  transform: translate(-10px);
}

html.w-mod-js [data-ix="left-to-right"] {
  opacity: 0;
  transform: translate(10px);
}

html.w-mod-js [data-ix="modal-interaction"] {
  opacity: 0;
  display: none;
  transform: scale(1.1);
}

@media screen and (min-width: 1280px) {
  .video-bg-new {
    flex-direction: row;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }

  .looping-image {
    height: auto;
  }

  .looping-screen.large {
    height: auto;
    min-height: auto;
  }

  .card {
    grid-row-gap: 100px;
    padding: 48px;
  }

  .number-wrapper {
    grid-column-gap: 100px;
  }

  .number-circle-2 {
    width: 500px;
    height: 500px;
  }

  .support-top {
    grid-column-gap: 60px;
  }

  .support-bottom {
    grid-column-gap: 80px;
  }

  .support-right {
    grid-row-gap: 60px;
  }

  .dual-box {
    grid-column-gap: 100px;
  }

  .faq-item-2, .faq-grid {
    grid-column-gap: 80px;
  }

  .small-card {
    grid-row-gap: 60px;
  }

  .login-wrapper {
    grid-row-gap: 80px;
  }

  .section-pricing.about.solutions {
    width: 100%;
  }

  .section-3 {
    padding-left: 160px;
    padding-right: 160px;
  }

  .back-image {
    width: 80%;
    height: 48vw;
  }
}

@media screen and (min-width: 1440px) {
  .video-bg-new {
    display: flex;
  }

  .h2-body.lblsct.white {
    color: var(--c-gray-lightest);
    text-shadow: 2px 0 4px rgba(0, 0, 0, .2);
  }

  .grid-price-block {
    grid-column-gap: 4vw;
    grid-row-gap: 4vw;
  }

  .xxl-heading.pricing {
    margin-bottom: 10px;
  }

  .card {
    grid-row-gap: 120px;
  }

  .number-wrapper {
    grid-column-gap: 100px;
  }

  .number-circle-2 {
    width: 550px;
    height: 550px;
  }

  .cards-mask.large {
    width: 75%;
  }

  .support-top {
    grid-column-gap: 80px;
  }

  .dual-box {
    grid-column-gap: 120px;
  }

  .faq-item-2 {
    grid-auto-columns: 1fr;
  }

  .small-card {
    grid-row-gap: 80px;
  }

  .login-wrapper {
    grid-row-gap: 100px;
  }

  .section-pricing {
    padding-left: 11vw;
    padding-right: 11vw;
  }

  .section-pricing.about.solutions {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .image-20 {
    width: 100%;
    background-image: linear-gradient(#000, rgba(0, 0, 0, 0)), url('../images/krapka__fine_satellite_photo_5549e087-3500-4a1f-9c13-816f40653db0.png');
    background-position: 0 0, 0 0;
    background-size: auto, auto;
    border-radius: 16px;
    margin-bottom: -480px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
    overflow: visible;
    transform: scale3d(1.1, 1.1, 1.1);
  }

  .back-image {
    width: 75%;
    height: 41vw;
  }
}

@media screen and (max-width: 991px) {
  .app-container {
    font-family: Open Sans, sans-serif;
  }

  .cards__container.cards__container--pale.tc {
    padding-top: 30px;
    padding-bottom: 50px;
  }

  .app-cover__content.app-cover__content--sm {
    padding-top: 0;
    padding-bottom: 0;
  }

  .app-cover__content-title {
    width: 70%;
    font-size: 42px;
    line-height: 50px;
  }

  .page-section {
    padding-top: 30px;
    padding-bottom: 0;
  }

  .page-section.pb-30 {
    padding-bottom: 30px;
  }

  .cards__container-description__title {
    margin-top: 50px;
    font-size: 25px;
  }

  .btn-lg.btn-success {
    position: static;
    top: 0;
    bottom: 0;
    left: 38%;
    right: 38%;
  }

  .benefits__item {
    padding-bottom: 0;
  }

  .btn.btn-success.btn-lg {
    top: auto;
    bottom: 60px;
    left: 0;
    right: 0;
  }

  .image-2 {
    height: 400px;
  }

  .cameras-tab-link {
    padding-left: 15px;
    padding-right: 15px;
  }

  .new-nav-menu {
    opacity: .9;
    background-color: #000;
  }

  .new-nav-link {
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .new-nav-link.py-10 {
    text-align: left;
  }

  .new-nav-link.navbar-free-trial {
    float: right;
    display: block;
  }

  .new-nav-link.hide {
    display: none;
  }

  .new-header {
    height: 570px;
  }

  .new-head-container {
    min-height: 303px;
  }

  .desktop {
    width: 580px;
    height: 400px;
    background-size: 580px;
    bottom: -120px;
  }

  .new-head-block {
    margin-top: 100px;
  }

  .h1-new {
    font-size: 38px;
    line-height: 45px;
  }

  .h2-new {
    font-size: 18px;
  }

  .new-button-header {
    position: relative;
  }

  .mobile-app {
    width: 100px;
    height: 190px;
    background-size: 100px 190px;
    bottom: -30px;
    left: 100px;
  }

  .tablet {
    width: 170px;
    height: 290px;
    background-size: 170px 290px;
    bottom: -80px;
    right: 140px;
  }

  .platforms-block {
    width: 100%;
    height: 500px;
    top: -134px;
  }

  .h2.gradient-bg-h2 {
    font-size: 30px;
    line-height: 35px;
  }

  .news-img {
    height: 120px;
  }

  .button-new {
    margin-bottom: 40px;
  }

  .client-logo.client-logo-new {
    height: 44px;
  }

  .pb-20 {
    justify-content: space-around;
  }

  .new-menu-button {
    z-index: 5;
    opacity: .6;
    color: #fff;
    transition: opacity .2s;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 20px;
  }

  .new-menu-button:hover {
    opacity: 1;
  }

  .new-menu-button.w--open {
    opacity: 1;
    background-color: rgba(0, 0, 0, 0);
  }

  .try-3deye {
    width: 650px;
  }

  .free-trial-container {
    padding-bottom: 80px;
  }

  .video-tutorial-title {
    font-size: 17px;
    line-height: 24px;
  }

  .video-tutorial-image-block {
    height: 130px;
  }

  .video-tutorial-play-icon {
    width: 60px;
    height: 60px;
  }

  .video-bg-new.video-bg-temp-camera {
    height: 500px;
    background-image: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3));
  }

  .p-title.text-center {
    line-height: 1.2em;
  }

  .p.gradient-bg-p {
    font-size: 16px;
    line-height: 22px;
  }

  .grid-price-block {
    grid-column-gap: 62px;
    grid-row-gap: 62px;
    flex-direction: column;
    grid-auto-flow: row;
    padding-left: 60px;
    padding-right: 60px;
    display: flex;
  }

  .grid-partner-logo {
    height: 30px;
  }

  .reviews {
    min-height: 240px;
  }

  .bottom-navbar-links {
    z-index: 4;
    background-color: rgba(0, 0, 0, .9);
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .bottom-navbar-link {
    background-color: rgba(0, 0, 0, 0);
    margin-top: 0;
    margin-left: 20px;
    padding: 15px 0;
  }

  .bottom-navbar-link.bottom-navbar-link-dropdown {
    margin-left: 0;
  }

  ._3deye-logo-mobile {
    width: auto;
    height: 50px;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
    display: block;
  }

  .price-p-block.mt-100 {
    margin-top: 140px;
  }

  .price-p-block.mt-60 {
    margin-top: 80px;
  }

  .price-p-block.mt-100-es {
    margin-top: 160px;
  }

  .price-p-block.mt-40-es {
    margin-top: 100px;
  }

  .bottom-navbar-link-dropdown-list.w--open {
    background-color: #000;
  }

  .bottom-navbar-dropdown-link {
    color: rgba(255, 255, 255, .7);
  }

  .bottom-navbar-dropdown-link:hover {
    color: #fff;
  }

  .grid-camera-pic.grid-camera-pic-left {
    width: 30%;
  }

  .slider-main {
    height: auto;
  }

  .footer-bottom-grid {
    width: 700px;
  }

  .navbar-right-menu {
    padding-right: 15px;
  }

  .hamb {
    opacity: .7;
    color: #fff;
    transition: opacity .2s;
  }

  .hamb:hover {
    opacity: 1;
  }

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

  .captcha {
    margin-top: -15px;
    margin-bottom: -5px;
    margin-left: -45px;
    transform: scale(.62);
  }

  .bottom-right-border {
    flex: 0 auto;
    display: flex;
    position: relative;
  }

  .menu-dropdown-list.w--open {
    border-bottom: 1px solid #eef0f6;
    justify-content: center;
    padding-top: 0;
    position: relative;
    bottom: 0;
  }

  .icon-dropdown-content {
    min-width: 250px;
    position: absolute;
  }

  .menu-dropdown {
    width: 100%;
    box-shadow: none;
    border-style: none;
    grid-template-columns: 1fr;
    padding-top: 0;
  }

  .menu-dropdown.left {
    width: auto;
  }

  .dropdown-arrow {
    top: 0;
  }

  .menu-left {
    padding: 27px 27px 12px;
  }

  .tool-tip-text {
    align-items: flex-end;
  }

  .stacked-heading {
    grid-row-gap: 28px;
  }

  .menu-button-wrapper {
    height: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .nav-menu-2 {
    background-color: rgba(0, 0, 0, 0);
  }

  .right-menu, .menu-hover-background {
    display: none;
  }

  .menu-button-2 {
    width: 48px;
    justify-content: center;
    align-items: center;
    padding: 12px 0 12px 12px;
    display: flex;
  }

  .menu-button-2.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .menu-list {
    grid-row-gap: 6px;
  }

  .menu-link {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .nav-link-2 {
    color: #000;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .nav-link-2.dropdown-link {
    color: #000;
    border-bottom: 1px solid #eef0f6;
    margin-right: 0;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .nav-link-2.dropdown-link.w--open {
    height: auto;
    border-bottom: 1px solid #eef0f6;
  }

  .looping-screen {
    height: 40vw;
    min-height: 375px;
  }

  .tooltip-corner {
    margin-left: auto;
    margin-right: auto;
  }

  .subtitle.light {
    line-height: 1.4em;
  }

  .dropdown-2 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .nav-link-wrapper {
    grid-row-gap: 0px;
    background-color: #fff;
    grid-auto-flow: row;
  }

  .menu-bottom {
    display: none;
  }

  .verticle-line.dark.hide-on-mobile {
    display: block;
  }

  .video-bottom {
    height: 100px;
  }

  .banner-content-2 {
    min-height: 700px;
    padding-top: 160px;
    padding-bottom: 280px;
  }

  .testimonial-arrow-line {
    margin-bottom: 310px;
  }

  .testimonial-slide-arrow {
    top: auto;
    bottom: 260px;
  }

  .testimonial-slide-arrow.right {
    top: auto;
  }

  .testimonial-content {
    max-width: 525px;
  }

  .hero-section {
    min-height: 93vh;
  }

  .xxl-heading {
    font-size: 42px;
  }

  .stacked-intro {
    padding-left: 165px;
    padding-right: 165px;
  }

  .footer-left {
    max-width: 400px;
  }

  .footer-wrapper {
    grid-row-gap: 80px;
    grid-template-columns: 1fr 1px 1fr;
  }

  .video-box {
    margin-top: 60px;
    margin-bottom: 120px;
    padding: 60px;
  }

  .xxl-heading-2 {
    font-size: 42px;
  }

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

  .section-box {
    padding-top: 48px;
    padding-bottom: 48px;
    padding-left: 48px;
  }

  .card {
    min-height: 225px;
    grid-row-gap: 60px;
  }

  .card.top-border---tablet {
    border-top-style: solid;
    border-top-color: #eef0f6;
  }

  .card-wrapper {
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1px 1fr;
  }

  .card-wrapper.three-card-grid {
    grid-template-columns: 1fr 1px 1fr;
  }

  .number-wrapper {
    grid-row-gap: 80px;
    grid-template-columns: 1fr;
  }

  .number-circle-2 {
    width: 400px;
    height: 400px;
  }

  .cards-mask {
    width: 60%;
  }

  .cards-mask.large {
    width: 95%;
  }

  .cards-mask.large.xl {
    max-width: 100vw;
  }

  .dropdown-list.w--open {
    margin-left: -25px;
    margin-right: -25px;
  }

  .filter-tab {
    margin-top: 0;
  }

  .filter-dropdown {
    padding-left: 24px;
    padding-right: 24px;
  }

  .filter-sidebar {
    width: 100%;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto 1fr;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 0;
    padding-bottom: 24px;
    display: grid;
    position: relative;
    top: 0;
  }

  .support-bottom {
    grid-template-columns: 1fr;
  }

  .filter-tab-bottom {
    min-height: 140px;
  }

  .coming-soon {
    margin-left: 0;
  }

  .dual-box {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .faq-sidebar {
    position: relative;
    top: auto;
  }

  .faq-grid {
    grid-row-gap: 36px;
    grid-template-columns: 1fr;
  }

  .small-card.top-border---mobile {
    border-top-style: solid;
  }

  .back-image {
    width: 96vw;
    height: 88vw;
  }

  .content-section-inner-01 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .content-wrap-left {
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph.clients {
    margin-bottom: 22px;
  }

  .clients-inner-02 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .wrap {
    width: 645px;
  }

  .wrap._w-custom.hero3 {
    flex-direction: column;
    padding-top: 50px;
  }

  .hero3-image {
    margin-bottom: -20px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .hero3-text-wrapper {
    text-align: center;
    margin-bottom: 30px;
    padding-right: 0;
  }

  ._7-col, ._5-col {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .ipad-screen {
    border-radius: 7px;
  }

  .icon-container {
    height: 20vw;
  }

  .container {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media screen and (max-width: 767px) {
  .cards__container.cards__container--pale.tc {
    padding-top: 30px;
  }

  .cards__container.cards__container--pale.news_page {
    padding-left: 30px;
    padding-right: 30px;
  }

  .cards__container.cards__container--white.pb-0 {
    padding-bottom: 0;
  }

  .app-cover.app-cover--plans {
    height: 100vh;
  }

  .app-cover.app-cover--plans.app-cover--plans-static {
    padding-top: 30px;
  }

  .app-cover__content {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .app-cover__content.app-cover__content--sm {
    padding-top: 40px;
  }

  .app-cover__content-title {
    width: 80%;
    font-size: 35px;
    line-height: 45px;
  }

  .page-section {
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .cards__container-description__title {
    margin-top: 0;
  }

  .btn-lg.btn-success {
    left: 34%;
  }

  .benefits__item {
    padding-top: 0;
  }

  .page-section__title.page-section__title-sm.text-center.p2p.h2_title {
    font-size: 35px;
    line-height: 50px;
  }

  .page-section__title.page-section__title-sm.text-center.h2_title {
    padding-bottom: 15px;
  }

  .news_page_image {
    width: 50%;
  }

  .btn.btn-success.btn-lg {
    z-index: 4;
    bottom: 50px;
  }

  .mainpageimages {
    width: 100%;
    margin-bottom: 30px;
    padding-right: 0;
  }

  .mainpageimages.img-right {
    padding-left: 0;
  }

  .p2p_section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .image-2 {
    height: 270px;
  }

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

  .div-block-6 {
    width: 100%;
    padding-left: 0;
  }

  .div-block-6.block-text-left {
    padding-right: 0;
  }

  .container-6, .container-7 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .container-9 {
    padding-left: 25px;
    padding-right: 25px;
  }

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

  .hr {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .list-item {
    margin-bottom: 10px;
  }

  .column-22, .column-23 {
    margin-bottom: 30px;
  }

  .camera-animation-block {
    top: -350px;
  }

  .banner {
    border-radius: 20px;
    margin-bottom: 30px;
  }

  .cameras {
    margin-top: 30px;
  }

  .camera {
    margin-bottom: 25px;
  }

  .faq-column {
    margin-bottom: 30px;
  }

  .faq-search {
    width: 80%;
  }

  .search-results {
    margin-left: 15px;
    margin-right: 15px;
  }

  .new-nav-link {
    padding-left: 15px;
    padding-right: 15px;
  }

  .new-header {
    height: 480px;
  }

  .new-head-container {
    min-height: 282px;
  }

  .desktop {
    width: 420px;
    height: 296px;
    background-size: 420px;
  }

  .new-head-block {
    margin-top: 100px;
  }

  .h1-new {
    font-size: 30px;
    line-height: 35px;
  }

  .h2-new {
    font-size: 16px;
    line-height: 23px;
  }

  .mobile-app {
    width: 70px;
    height: 140px;
    background-size: 70px 140px;
    bottom: -50px;
  }

  .tablet {
    width: 110px;
    height: 210px;
    background-size: 110px 210px;
    bottom: -80px;
    right: 140px;
  }

  .platforms-block {
    height: 330px;
    top: -61px;
  }

  .news-img {
    height: 250px;
  }

  .news-link {
    margin-bottom: 30px;
  }

  .news-section {
    grid-template-columns: 1fr;
    margin-bottom: 0;
  }

  .footer {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-copyright {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .badges, .align-right {
    text-align: center;
  }

  .subscribe-block {
    margin-top: 10px;
  }

  .slider-clients {
    height: 110px;
  }

  .client-logo {
    height: 55px;
  }

  .client-logo.client-logo-new {
    height: 35px;
  }

  .slide-nav {
    display: none;
  }

  .px-15 {
    padding-left: 15px;
  }

  .pb-20 {
    padding-bottom: 0;
  }

  .mx-60 {
    margin-top: 40px;
    margin-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .mx-60.py-25 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .img-left {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .img-left.width-25 {
    width: 100%;
  }

  .main {
    padding: 20px 15px 30px;
  }

  .title-new {
    font-size: 25px;
    line-height: 30px;
  }

  .h4-title-new {
    margin-bottom: 0;
    font-size: 14px;
  }

  .h3-title-new, .h3-article {
    font-size: 20px;
    line-height: 25px;
  }

  .p-article {
    font-size: 15px;
    line-height: 22px;
  }

  .blockquote {
    font-size: 18px;
    line-height: 25px;
  }

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

  .py-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .partner-logo {
    height: 60px;
  }

  .tab-link-solutions {
    font-size: 14px;
  }

  .tab-link-solutions-image {
    width: 35px;
    height: 35px;
  }

  .try-3deye {
    width: 500px;
  }

  .free-trial-container {
    padding-bottom: 50px;
  }

  .content, .content.white-bg {
    padding-left: 0;
    padding-right: 0;
  }

  .video-tutorial-list {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .px-60 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .cameras-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .video-bg-new {
    height: 350px;
    background-image: linear-gradient(145deg, #46bba2, #833fba);
  }

  .video-bg-new.video-bg-temp-camera {
    height: 350px;
    background-image: linear-gradient(145deg, var(--3deye), var(--3deye-violet)), linear-gradient(to bottom, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3));
  }

  .video-bg-new.analytics-bg {
    height: 400px;
  }

  .icons-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .h1 {
    font-size: 30px;
    line-height: 38px;
  }

  .h3-header {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 25px;
  }

  .p-title {
    font-size: 17px;
    line-height: 27px;
  }

  .p-title.text-center.mb-50 {
    margin-left: 15px;
    margin-right: 15px;
  }

  .h2-body {
    margin-top: 50px;
    margin-bottom: 30px;
    font-size: 28px;
  }

  .grid-benefits {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .stat-title {
    font-size: 28px;
  }

  .stat-subtitle {
    font-size: 11px;
  }

  .stat-arrow-up {
    font-size: 12px;
  }

  .grid-partners {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .partners-block {
    padding-left: 15px;
    padding-right: 15px;
  }

  .grid-analytics {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .reviews {
    min-height: 260px;
  }

  .slider-customers {
    margin-top: 30px;
  }

  .top-navbar-column-left {
    display: none;
  }

  .bottom-navbar-link {
    margin-left: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .price-p-block.mt-10.mb-15-es {
    margin-bottom: 40px;
  }

  .price-p-block.mt-100 {
    margin-top: 220px;
  }

  .price-p-block.mt-60 {
    margin-top: 120px;
  }

  .price-p-block.mt-100-es {
    margin-top: 220px;
  }

  .price-p-block.mt-40-es {
    margin-top: 120px;
  }

  .pricing-button-block {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 12px;
    line-height: 18px;
  }

  .h3-footer {
    margin-top: 10px;
  }

  .clear-both.copyright-block {
    margin-top: 30px;
  }

  .grid-4-columns {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .grid-camera-pic.grid-camera-pic-main {
    width: 200px;
    height: 136px;
  }

  .grid-camera-pic.grid-camera-pic-left {
    width: 40%;
  }

  .h3-body {
    margin-top: -25px;
    font-size: 16px;
  }

  .new-header-bg {
    height: 47vh;
    min-height: 470px;
  }

  .camera-image2 {
    height: 250px;
  }

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

  .p2p-image {
    width: 70%;
    height: auto;
    max-width: none;
  }

  .light-header {
    height: 48vh;
    min-height: 480px;
  }

  .height-300 {
    height: 230px;
  }

  .height-280 {
    height: 180px;
  }

  .h3-link {
    margin-top: -30px;
    font-size: 14px;
  }

  .footer-bottom-grid {
    width: 530px;
  }

  .top-banner-title, .top-banner-text {
    font-size: 13px;
  }

  .top-banner-date {
    font-size: 12px;
  }

  .block-left {
    width: 100%;
    float: none;
    padding-right: 0;
  }

  .block-right {
    width: 100%;
    float: none;
    margin-top: 30px;
    padding-left: 0;
  }

  .sticky {
    margin-bottom: 50px;
  }

  .columns, .new-news-link {
    display: block;
  }

  .pr-20 {
    padding-right: 10px;
  }

  .pl-20 {
    padding-left: 10px;
  }

  .h4 {
    font-size: 18px;
    line-height: 26px;
  }

  .border-right {
    padding-right: 30px;
  }

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

  .captcha {
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 0;
    transform: none;
  }

  .menu-dropdown-list.w--open {
    justify-content: flex-end;
  }

  .stacked-heading {
    grid-row-gap: 24px;
  }

  .popup-wrapper.login-join {
    padding: 10vw 7vw;
  }

  .body-display.dual-paragraph {
    column-count: 1;
  }

  .navigation-button {
    display: none;
  }

  .how-it-works-wrapper {
    padding: 36px;
  }

  .looping-screen.large {
    min-height: 450px;
    min-height: 450px;
  }

  .nav-link-wrapper {
    border-bottom: 1px solid #eef0f6;
    box-shadow: 0 12px 36px -8px rgba(18, 26, 44, .12);
  }

  .verticle-line.extra-dark.hide-on-mobile, .verticle-line.dark.hide-on-mobile {
    display: none;
  }

  .video-bottom {
    height: 140px;
  }

  .circle-outline {
    width: 80px;
    height: 80px;
  }

  .circle-link-text {
    padding-right: 34px;
  }

  .circle-link-text.left {
    grid-column-gap: 9px;
    padding-left: 34px;
  }

  .testimonial-wrapper {
    overflow: hidden;
  }

  .slider-link-text {
    display: block;
  }

  .banner-content-2 {
    min-height: 600px;
    padding-top: 140px;
  }

  .circle-button {
    width: 80px;
    height: 80px;
  }

  .testimonial-arrow-line {
    margin-bottom: 280px;
  }

  .testimonial-slide-arrow {
    width: 80px;
    height: 80px;
    bottom: 240px;
  }

  .testimonial-content {
    padding-bottom: 100px;
  }

  .xxl-heading {
    font-size: 36px;
  }

  .stacked-intro {
    padding-left: 70px;
    padding-right: 71px;
  }

  .footer-left {
    grid-row-gap: 24px;
  }

  .footer-wrapper {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .video-box {
    margin-bottom: 200px;
    padding: 70px 36px 34px;
  }

  .xxl-heading-2 {
    font-size: 36px;
  }

  .section-box {
    padding-top: 36px;
    padding-bottom: 36px;
    padding-left: 36px;
  }

  .section-box.no-top-margin {
    width: 100%;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
  }

  .stacked-content {
    flex-direction: column;
    display: flex;
  }

  .dual-grid {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .card-wrapper, .card-wrapper.three-card-grid {
    grid-template-columns: 1fr;
  }

  .number-wrapper {
    grid-row-gap: 60px;
  }

  .number-circle-2 {
    width: 325px;
    height: 325px;
  }

  .template-slider {
    width: 100%;
    flex-direction: column;
    display: flex;
  }

  .cards-mask {
    width: 80%;
  }

  .cards-mask.large {
    width: 100%;
  }

  .cards-mask.large.xl {
    width: 95%;
  }

  .cards-slider {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .dropdown-list.w--open {
    margin-left: -1px;
  }

  .filter-dropdown {
    padding-left: 24px;
    padding-right: 24px;
  }

  .support-top {
    grid-template-columns: 1fr;
  }

  .faq-item-2 {
    grid-row-gap: 12px;
    grid-template-columns: 1fr;
  }

  .small-card.bottom-border---mobile {
    border-bottom-style: solid;
  }

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

  .back-image {
    width: 103vw;
    height: 100vw;
  }

  .div-block-28, .div-block-29 {
    margin-bottom: 16px;
  }

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

  .content-wrap-left {
    padding-left: 0;
    padding-right: 0;
  }

  .clients-inner-02 {
    flex-wrap: wrap;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: center;
  }

  .client-logo-2, .client-logo-3, .client-logo-4 {
    width: 50%;
  }

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

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

  .p-xl-start {
    padding-top: 6em;
  }

  .ipad-screen {
    border-radius: 6px;
  }

  .wow-animation {
    font-size: .7em;
  }

  .icon-container {
    height: 25vw;
  }

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

  .col {
    align-items: center;
  }

  .col.small {
    width: 100%;
  }

  .marquee {
    height: 70vw;
  }

  .flex-horizontal.flip-svp {
    flex-direction: column;
  }

  .marquee-cover {
    background-image: linear-gradient(rgba(255, 255, 255, 0) 70%, #fff), linear-gradient(#fff, rgba(255, 255, 255, 0) 30%);
  }

  .track-vertical {
    align-items: center;
  }

  .header-secondary {
    font-size: 24px;
  }

  .spacer-60 {
    height: 40px;
  }

  .container {
    width: 100%;
  }

  .marquee-cover-horizontal {
    background-image: linear-gradient(rgba(255, 255, 255, 0) 70%, #fff), linear-gradient(#fff, rgba(255, 255, 255, 0) 30%);
  }
}

@media screen and (max-width: 479px) {
  h1, h2 {
    line-height: 1.3em;
  }

  .cards__container.cards__container--pale.tc {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .cards__container.cards__container--white {
    box-shadow: none;
    padding-top: 25px;
  }

  .app-cover.app-cover--plans {
    height: 100vh;
  }

  .app-cover.app-cover--plans.app-cover--plans-static {
    margin-right: 0;
    padding: 35px 15px 10px;
    top: -70px;
  }

  .app-cover__content {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .app-cover__content.app-cover__content--sm {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .app-cover__content-title {
    width: 90%;
    margin-top: 0;
    font-size: 24px;
    line-height: 1.3em;
  }

  .app-cover__content-title.app-cover__content-title--sm {
    margin-bottom: 15px;
    font-size: 30px;
  }

  .app-cover__content-subtitle {
    font-size: 18px;
  }

  .app-cover__content-subtitle.app-cover__content-subtitle--black.contactus_subtitle.faq_page {
    font-size: 23px;
  }

  .page-section {
    padding-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    overflow: hidden;
  }

  .page-section.p2p_section {
    padding-left: 15px;
    padding-right: 15px;
  }

  .content-title.content-title--top, .cards__container-description__title {
    font-size: 23px;
  }

  .content-quote {
    font-size: 14px;
  }

  .btn-lg.btn-success {
    width: 150px;
    padding: 15px 20px;
    font-size: 18px;
    bottom: 30px;
    left: 32%;
  }

  .btn-lg.btn-success.btn-3deye {
    font-size: 14px;
  }

  .page-section__title {
    font-size: 23px;
    line-height: 33px;
  }

  .page-section__title.page-section__title-sm.text-center.p2p, .page-section__title.page-section__title-sm.text-center.p2p.h2_title {
    font-size: 30px;
    line-height: 40px;
  }

  .page-section__title.page-section__title-sm.text-center.h2_title {
    font-size: 26px;
  }

  .news_page_image {
    width: 100%;
    margin-bottom: 20px;
  }

  .news_title {
    font-size: 22px;
  }

  .btn.btn-success.btn-lg {
    padding-left: 15px;
    padding-right: 15px;
    bottom: 40px;
  }

  .mainpageimages {
    margin-bottom: 15px;
    padding-right: 0;
  }

  .image-2 {
    width: auto;
    height: 200px;
  }

  .link-2 {
    font-size: 22px;
  }

  .div-block-6 {
    padding-left: 0;
  }

  .icons-block {
    margin-bottom: 30px;
  }

  .list-item {
    margin-bottom: 10px;
  }

  .icon-block {
    margin-bottom: 30px;
  }

  .camera-animation-block {
    height: 50%;
    top: -325px;
  }

  .camera-animation-text {
    height: 50%;
    padding-left: 15px;
    padding-right: 15px;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .banner {
    border-radius: 20px;
  }

  .camera {
    margin-bottom: 25px;
  }

  .cameras-tabs-menu {
    overflow: hidden;
  }

  .cameras-tab-link {
    float: left;
  }

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

  .faq-search {
    width: 96vw;
  }

  .faq-search-input {
    width: 70%;
  }

  .faq-search-button {
    width: 30%;
  }

  .search-results {
    margin-left: 0;
    margin-right: 0;
  }

  .button-white-outline.float-right.mt-5 {
    width: 100%;
  }

  .pr-7 {
    padding-right: 0;
  }

  .pl-8 {
    padding-left: 0;
  }

  .new-nav-link.navbar-free-trial {
    padding-left: 5px;
    padding-right: 5px;
  }

  .new-header {
    height: 420px;
    top: -70px;
  }

  .new-head-container {
    display: none;
  }

  .desktop {
    width: 241px;
    height: 200px;
    background-size: 240px;
    bottom: -135px;
  }

  .h1-new {
    font-size: 24px;
    line-height: 30px;
  }

  .h2-new {
    font-size: 16px;
    line-height: 22px;
  }

  .new-button-header {
    margin-left: 8px;
    margin-right: 8px;
    padding: 12px 15px;
    font-size: 14px;
  }

  .mobile-app {
    width: 30px;
    height: 90px;
    background-size: 30px 90px;
    bottom: -75px;
    left: 100px;
  }

  .tablet {
    width: 60px;
    height: 130px;
    background-size: 60px 130px;
    bottom: -100px;
    right: 155px;
  }

  .platforms-block {
    height: 210px;
    top: -44px;
  }

  .h2 {
    font-size: 28px;
    line-height: 34px;
  }

  .h2.white-text {
    line-height: 36px;
  }

  .h2.gradient-bg-h2 {
    font-size: 24px;
    line-height: 34px;
  }

  .news-img {
    height: 135px;
  }

  .news-title {
    font-size: 14px;
  }

  .button-new.button-demo {
    width: 100%;
  }

  .button-new.button-alpr {
    display: block;
  }

  .footer {
    flex-direction: column;
    display: flex;
  }

  .badge {
    height: 38px;
  }

  .subscribe-input {
    width: 75%;
  }

  .subscribe-button {
    width: 25%;
  }

  .align-right {
    padding-left: 0;
  }

  .align-left {
    padding-left: 0;
    padding-right: 0;
  }

  .slider-clients {
    height: 102px;
  }

  .mask {
    z-index: 999;
  }

  .client-logo.client-logo-new {
    height: 29px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .logo-3deye {
    width: 80%;
    float: left;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .px-15 {
    padding-right: 15px;
  }

  .pb-20 {
    flex-direction: column;
  }

  .new-menu-button {
    right: 0;
  }

  .btn-header {
    padding: 10px 20px;
    font-size: 14px;
  }

  .btn-header-icon {
    height: 20px;
  }

  .demo-error {
    line-height: 1.2em;
  }

  .partners-column {
    margin-top: 20px;
  }

  .partner-logo {
    height: 50px;
    margin-top: 15px;
  }

  .title-partners {
    line-height: 1.4em;
  }

  .title-partners.new-title-partners {
    font-size: 17px;
  }

  .tab-link-solutions {
    margin-left: 5px;
    margin-right: 5px;
    padding-left: 10px;
    padding-right: 10px;
    display: inline-block;
  }

  .py-60 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .tab-link-solutions-text {
    display: none;
  }

  .try-3deye {
    width: 300px;
  }

  .free-trial-container {
    margin-bottom: 0;
    padding-bottom: 30px;
  }

  .accordion-item {
    font-size: 14px;
    line-height: 23px;
  }

  .video-tutorial-list, .cameras-grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .streaming-h3 {
    font-size: 26px;
    line-height: 34px;
  }

  .header-center {
    padding-left: 15px;
    padding-right: 15px;
  }

  .video-bg-new {
    height: 450px;
    top: -70px;
  }

  .video-bg-new.video-bg-temp-camera {
    height: 440px;
    top: -70px;
  }

  .icons-grid {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .h1 {
    font-size: 22px;
    line-height: 30px;
  }

  .h1.h1-fr {
    font-size: 19px;
    line-height: 26px;
  }

  .h3-header {
    font-size: 15px;
    line-height: 21px;
  }

  .p-title.text-center.mb-50 {
    margin-top: 15px;
    margin-bottom: 30px;
  }

  .p.gradient-bg-p {
    margin-left: 15px;
    margin-right: 15px;
    font-size: 14px;
    line-height: 20px;
  }

  .h2-body {
    font-size: 22px;
    line-height: 30px;
  }

  .grid-benefits {
    grid-template-rows: auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .grid-price-block {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    padding-left: 30px;
    padding-right: 30px;
  }

  .grid-partners {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .grid-analytics {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .reviews {
    min-height: 320px;
  }

  .review-quote {
    font-size: 16px;
    line-height: 23px;
  }

  .grid-customers {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .link-top-navbar {
    padding-left: 6px;
    padding-right: 6px;
    font-size: 11px;
  }

  .link-top-navbar.free-trial-top-navbar.top-navbar-hide {
    display: none;
  }

  .dropdown-toggle-top-navbar {
    padding-left: 6px;
    padding-right: 20px;
    font-size: 11px;
  }

  .arrow-dropdown-top-navbar {
    font-size: 9px;
  }

  .bottom-navbar-links {
    padding-top: 70px;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  ._3deye-logo {
    height: 50px;
  }

  .bottom-navbar-link {
    padding-top: 20px;
  }

  .button-free-trial {
    margin-right: 20px;
  }

  ._3deye-logo-mobile {
    width: 33%;
    height: auto;
    margin-top: 0;
    margin-left: 0;
    position: absolute;
    top: 15px;
    bottom: auto;
    left: 18px;
    right: auto;
  }

  .price-p-block.mt-100, .price-p-block.mt-60, .price-p-block.mt-100-es {
    margin-top: 0;
  }

  .price-p-block.mt-40-es {
    margin-top: 15px;
  }

  .clear-both.mt-30 {
    flex-direction: row;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .grid-4-columns {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .grid-camera-pic.grid-camera-pic-main {
    width: 240px;
    height: 164px;
  }

  .grid-camera-pic.grid-camera-pic-left {
    width: 100%;
    float: none;
    margin-top: 15px;
    margin-left: 0;
    margin-right: 0;
  }

  .h3-body {
    font-size: 14px;
    line-height: 21px;
  }

  .demo-textarea {
    min-height: 150px;
  }

  .grid-5 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .new-header-bg {
    top: -70px;
  }

  .camera-image2 {
    height: 200px;
  }

  .grid-p2p {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .p2p-image {
    width: 100%;
  }

  .light-header {
    top: -70px;
  }

  .height-300 {
    height: 160px;
  }

  .slider-main {
    padding-bottom: 50px;
  }

  .slider-cameras-arrow {
    display: none;
  }

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

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

  .footer-bottom-grid {
    width: 100%;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .footer-sponsor-img, .footer-sponsor-img.cadsi-logo {
    height: 30px;
  }

  .grid-industries {
    grid-template-rows: auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .section-top-banner {
    height: 55px;
  }

  .top-banner-text {
    margin-top: 3px;
    line-height: 17px;
    display: block;
  }

  .top-banner-date {
    position: absolute;
    top: 10px;
    bottom: auto;
    left: auto;
    right: 8px;
  }

  .top-banner-container {
    height: 55px;
  }

  .grid-4, .grid-3 {
    grid-template-columns: 1fr;
  }

  .img-80 {
    width: 100%;
  }

  .pr-20, .pl-20 {
    padding-left: 0;
    padding-right: 0;
  }

  .transparent.mt-80 {
    margin-top: 30px;
  }

  .accordion-text {
    font-size: 13px;
    line-height: 19px;
  }

  .h3-column {
    font-size: 22px;
  }

  .grid-5 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .accordion-p {
    font-size: 13px;
    line-height: 19px;
  }

  .captcha {
    margin-left: -20px;
    transform: scale(.85);
  }

  .menu-dropdown-list.w--open {
    justify-content: center;
  }

  .nav-left {
    grid-column-gap: 18px;
    grid-template-columns: auto 1px;
  }

  .icon-dropdown-content {
    min-width: 70vw;
    margin-right: 5vw;
    padding: 0 0 12px;
    position: absolute;
    left: auto;
    right: auto;
  }

  .menu-dropdown.left {
    width: auto;
  }

  .nav-right {
    clear: none;
    flex: 1;
    justify-content: space-between;
    justify-items: center;
    padding-left: 18px;
    right: auto;
  }

  .outline-button.light.hero-button {
    display: none;
  }

  .submit-navigation-wrapper {
    width: 100%;
    min-width: auto;
  }

  .popup-feature {
    min-height: 250px;
  }

  .nav-circle {
    display: none;
  }

  .nav-circle.dropdown-circle {
    display: flex;
  }

  .tab-indicator {
    display: none;
  }

  .how-it-works-wrapper {
    padding: 24px;
  }

  .menu-button-2 {
    justify-content: center;
    right: 0;
  }

  .nav-link-2 {
    color: #000;
  }

  .looping-screen {
    min-height: 240px;
    min-width: 175px;
  }

  .looping-screen.large {
    height: 60vw;
    max-height: 400px;
    min-height: auto;
    height: 60vw;
    max-height: 400px;
    min-height: auto;
    background-size: cover;
  }

  .submit-cover {
    padding: 18px;
  }

  .nav-wrapper {
    width: 100%;
  }

  .nav-icon-wrapper {
    grid-template-columns: 1fr;
  }

  .testimonial-text {
    font-size: 26px;
  }

  .video-bottom {
    height: 160px;
  }

  .video-bottom.small {
    height: 100px;
  }

  .circle-link-text {
    grid-auto-flow: column;
    padding-right: 35px;
  }

  .circle-link-text.left {
    grid-column-gap: 18px;
    grid-auto-columns: auto;
    padding-left: 35px;
  }

  .slider-link-text {
    display: block;
  }

  .banner-content-2 {
    min-height: 600px;
    padding-top: 120px;
    padding-bottom: 320px;
  }

  .testimonial-content {
    grid-row-gap: 24px;
    padding-bottom: 48px;
  }

  .hero-intro-title {
    grid-row-gap: 24px;
  }

  .hero-section {
    min-height: 93vh;
  }

  .hero-section.small {
    min-height: auto;
    min-height: auto;
  }

  .xxl-heading {
    font-size: 32px;
  }

  .stacked-intro {
    padding: 20px 12px;
  }

  .page-intro {
    min-height: auto;
    grid-row-gap: 80px;
  }

  .hero-intro {
    grid-row-gap: 24px;
  }

  .hero-intro.hide {
    display: block;
  }

  .breadcrumbs {
    display: none;
  }

  .video-box {
    margin-bottom: 72px;
    padding-bottom: 148px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .xxl-heading-2 {
    font-size: 32px;
  }

  .section-box {
    padding-top: 48px;
    padding-bottom: 48px;
    padding-left: 36px;
  }

  .section-box.no-top-margin {
    padding: 42px 5vw 42px 30px;
  }

  .stacked-content {
    grid-row-gap: 36px;
  }

  .number {
    font-size: 42px;
  }

  .number-wrapper {
    grid-row-gap: 60px;
  }

  .number-circle-2 {
    width: 90vw;
    height: 90vw;
  }

  .card-slide {
    height: 100%;
  }

  .cards-mask {
    width: 100%;
    height: 100%;
    max-width: none;
  }

  .cards-mask.large.xl {
    width: 100%;
  }

  .page-intro-2 {
    min-height: auto;
    grid-row-gap: 80px;
  }

  .cards-slider {
    align-items: stretch;
    display: block;
  }

  .breadcrumbs-2 {
    display: none;
  }

  .filter-sidebar {
    grid-template-columns: 1fr;
  }

  .search-option {
    width: 100%;
  }

  .search-toggle {
    width: 100%;
    border-top: 1px solid #eef0f6;
    flex-direction: column;
    margin: 0;
    padding: 20px 0;
  }

  .search-input {
    min-height: 56px;
  }

  .search-field {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
    justify-content: start;
    padding: 0 18px;
  }

  .js-clock {
    grid-auto-flow: row;
  }

  .js-clock.light.hide-on-mobile, .breadcrumbs-3 {
    display: none;
  }

  .faq-sidebar {
    width: auto;
  }

  .faq-block-wrapper {
    width: 100%;
  }

  .faq-item-2 {
    padding: 18px;
  }

  .faq-block-2 {
    width: 100%;
  }

  .faq-title {
    padding: 18px;
  }

  .faq-grid {
    width: 100%;
  }

  .button-base {
    bottom: 148px;
    right: auto;
  }

  .breadcrumbs-4 {
    display: none;
  }

  .section-pricing {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .container-10 {
    flex-direction: column;
    display: flex;
  }

  .grid-sect {
    grid-column-gap: 16px;
    grid-row-gap: 26px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-items: start;
    display: grid;
  }

  .back-image {
    width: 115vw;
    height: 272vw;
  }

  .client-section-02 {
    flex-wrap: nowrap;
    align-items: stretch;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    display: block;
    position: static;
  }

  .content-section-inner-01 {
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: static;
  }

  .content-wrap-left {
    flex-wrap: nowrap;
    align-items: flex-start;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .section-title.clients {
    flex: 0 auto;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .heading-2.clients {
    flex-direction: column;
    justify-content: space-around;
    align-items: stretch;
    margin-left: auto;
    margin-right: auto;
    font-size: 31px;
    display: block;
    position: static;
  }

  .paragraph.clients {
    flex: 0 auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .clients-inner-02 {
    grid-template-columns: 1fr 1fr;
  }

  .client-logo-2, .client-logo-3, .client-logo-4 {
    width: 100%;
  }

  .btn-2 {
    text-align: center;
    display: block;
  }

  .hero3-firstbutton-wrap {
    margin-right: 0;
    display: block;
  }

  .ipad-screen {
    border-radius: 4px;
  }

  ._3d-tablet-wrap {
    perspective-origin: 50% 0;
  }

  .flex-vertical.marquee-fix {
    margin-top: 15px;
  }

  .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .spacer-30._15-xsvp {
    height: 15px;
  }

  .marquee-horizontal-large {
    height: 130px;
  }

  .icon-container-alt {
    width: 200px;
    height: 100px;
  }
}

#w-node-fdd3e331-a3de-74ad-4e32-972fbf53f96d-9a0da875 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: auto;
}

#w-node-fdd3e331-a3de-74ad-4e32-972fbf53f96e-9a0da875 {
  grid-area: 2 / 1 / 3 / 3;
  align-self: center;
  justify-self: center;
}

#w-node-fdd3e331-a3de-74ad-4e32-972fbf53f972-9a0da875 {
  justify-self: end;
}

#w-node-fdd3e331-a3de-74ad-4e32-972fbf53f976-9a0da875 {
  justify-self: start;
}

#w-node-fdd3e331-a3de-74ad-4e32-972fbf53f97a-9a0da875 {
  justify-self: center;
}

#w-node-fdd3e331-a3de-74ad-4e32-972fbf53f97e-9a0da875 {
  justify-self: start;
}

#w-node-fdd3e331-a3de-74ad-4e32-972fbf53f97f-9a0da875 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-fdd3e331-a3de-74ad-4e32-972fbf53f981-9a0da875 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-fdd3e331-a3de-74ad-4e32-972fbf53f983-9a0da875 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-fdd3e331-a3de-74ad-4e32-972fbf53f985-9a0da875 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-fdd3e331-a3de-74ad-4e32-972fbf53f987-9a0da875 {
  align-self: start;
  justify-self: end;
}

#w-node-fdd3e331-a3de-74ad-4e32-972fbf53f988-9a0da875, #w-node-fdd3e331-a3de-74ad-4e32-972fbf53f98c-9a0da875 {
  justify-self: start;
}

#w-node-fdd3e331-a3de-74ad-4e32-972fbf53f98f-9a0da875 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: end;
  justify-self: center;
}

#w-node-_3384b6a8-1fd6-2774-6659-04da9cae1efd-9a0da875 {
  justify-self: center;
}

#w-node-_3388f991-80cb-7455-4c9f-8cb6b2bd9ee2-9a0da875, #w-node-_0a2cb403-feec-2f4a-eaf8-b89ddf8d1b29-9a0da875, #w-node-cfe3090c-aec5-8abe-bfa3-654f05d0c00e-9a0da875 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0e232f3a-f7df-18ba-9ceb-a432b0bfa48c-9a0da875 {
  justify-self: start;
}

#w-node-_7b9a6590-9910-5822-b326-85ee83ade2cb-9a0da875 {
  align-self: auto;
}

#w-node-_17b6cf65-c1f2-9b30-b7f5-516ad3f81427-9a0da875 {
  justify-self: end;
}

#w-node-_17b6cf65-c1f2-9b30-b7f5-516ad3f8142c-9a0da875 {
  justify-self: start;
}

#w-node-e2cf01e9-8acb-04ed-f2dd-59152bd741a0-9a0da875 {
  justify-self: stretch;
}

#w-node-e2cf01e9-8acb-04ed-f2dd-59152bd741a4-9a0da875 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-e2cf01e9-8acb-04ed-f2dd-59152bd741ad-9a0da875 {
  justify-self: center;
}

#w-node-e2cf01e9-8acb-04ed-f2dd-59152bd741b1-9a0da875 {
  align-self: center;
  justify-self: start;
}

#w-node-e2cf01e9-8acb-04ed-f2dd-59152bd741bc-9a0da875 {
  justify-self: center;
}

#w-node-e2cf01e9-8acb-04ed-f2dd-59152bd741c0-9a0da875 {
  align-self: center;
  justify-self: start;
}

#w-node-e2cf01e9-8acb-04ed-f2dd-59152bd741cb-9a0da875 {
  justify-self: center;
}

#w-node-e2cf01e9-8acb-04ed-f2dd-59152bd741cf-9a0da875 {
  align-self: center;
  justify-self: start;
}

#w-node-e2cf01e9-8acb-04ed-f2dd-59152bd741d6-9a0da875 {
  grid-area: 1 / 1 / 4 / 2;
  align-self: center;
  justify-self: center;
}

#w-node-e2cf01e9-8acb-04ed-f2dd-59152bd741da-9a0da875 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-e2cf01e9-8acb-04ed-f2dd-59152bd741de-9a0da875 {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-e2cf01e9-8acb-04ed-f2dd-59152bd741e2-9a0da875 {
  grid-area: 2 / 1 / 3 / 3;
  justify-self: start;
}

#w-node-e2cf01e9-8acb-04ed-f2dd-59152bd741e4-9a0da875 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-e2cf01e9-8acb-04ed-f2dd-59152bd741e8-9a0da875 {
  grid-area: 1 / 2 / 4 / 3;
  align-self: center;
  justify-self: center;
}

#w-node-e2cf01e9-8acb-04ed-f2dd-59152bd741ec-9a0da875 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-e2cf01e9-8acb-04ed-f2dd-59152bd741f0-9a0da875 {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-e2cf01e9-8acb-04ed-f2dd-59152bd741f4-9a0da875 {
  grid-area: 2 / 1 / 3 / 3;
  justify-self: end;
}

#w-node-e2cf01e9-8acb-04ed-f2dd-59152bd741f7-9a0da875 {
  justify-self: end;
}

#w-node-e2cf01e9-8acb-04ed-f2dd-59152bd741f9-9a0da875 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-e2cf01e9-8acb-04ed-f2dd-59152bd741fb-9a0da875 {
  grid-area: 1 / 3 / 2 / 4;
  align-self: center;
}

#w-node-e2cf01e9-8acb-04ed-f2dd-59152bd74235-9a0da875 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: end;
}

#w-node-e2cf01e9-8acb-04ed-f2dd-59152bd74238-9a0da875 {
  align-self: end;
  justify-self: end;
}

#w-node-e2cf01e9-8acb-04ed-f2dd-59152bd7423d-9a0da875 {
  align-self: end;
  justify-self: start;
}

#w-node-ccaf64af-f624-81c7-7acc-1fecc0142306-61354852 {
  align-self: center;
}

#w-node-_067c7e1e-485b-1050-3aac-99a62e4a2eec-9ce2692e {
  justify-self: start;
}

#w-node-_6747d2ea-852a-d2de-f871-bc2bcca08274-cca08271 {
  justify-self: end;
}

#w-node-_6747d2ea-852a-d2de-f871-bc2bcca08279-cca08271 {
  justify-self: start;
}

#w-node-_6558d31c-3e26-3fc0-b915-916e8c1ed2e6-8c1ed2d2 {
  grid-row-start: span .989583;
  grid-row-end: span .989583;
  grid-column-start: span 2.03125;
  grid-column-end: span 2.03125;
}

#w-node-c4de72c0-4f8b-3334-f6bf-6857da5827c7-f1d275fc {
  justify-self: end;
}

#w-node-c4de72c0-4f8b-3334-f6bf-6857da5827cc-f1d275fc {
  justify-self: start;
}

#w-node-b9400412-2f1e-05c3-ed92-fd33ba35912d-ba35912c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-b9400412-2f1e-05c3-ed92-fd33ba35912e-ba35912c {
  align-self: auto;
  justify-self: auto;
}

#w-node-_7edca704-4fc6-d5cc-9731-8fbf97cbcfaa-97cbcfa8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_818d67e3-06b4-daf2-6712-a0220bf1bdff-0bf1bd9f, #w-node-_818d67e3-06b4-daf2-6712-a0220bf1be06-0bf1bd9f {
  align-self: center;
  justify-self: center;
}

#w-node-_818d67e3-06b4-daf2-6712-a0220bf1be1b-0bf1bd9f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_818d67e3-06b4-daf2-6712-a0220bf1be1c-0bf1bd9f {
  align-self: center;
}

#w-node-_818d67e3-06b4-daf2-6712-a0220bf1be1e-0bf1bd9f {
  align-self: center;
  justify-self: end;
}

#email-3.w-node-_818d67e3-06b4-daf2-6712-a0220bf1be1f-0bf1bd9f, #email-3.w-node-_818d67e3-06b4-daf2-6712-a0220bf1be20-0bf1bd9f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_818d67e3-06b4-daf2-6712-a0220bf1be22-0bf1bd9f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_818d67e3-06b4-daf2-6712-a0220bf1be23-0bf1bd9f {
  align-self: center;
}

#w-node-_818d67e3-06b4-daf2-6712-a0220bf1be25-0bf1bd9f {
  align-self: center;
  justify-self: end;
}

#email-4.w-node-_818d67e3-06b4-daf2-6712-a0220bf1be26-0bf1bd9f, #w-node-_818d67e3-06b4-daf2-6712-a0220bf1be28-0bf1bd9f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_818d67e3-06b4-daf2-6712-a0220bf1be29-0bf1bd9f {
  align-self: center;
}

#w-node-_818d67e3-06b4-daf2-6712-a0220bf1be2b-0bf1bd9f {
  align-self: center;
  justify-self: end;
}

#email-4.w-node-_818d67e3-06b4-daf2-6712-a0220bf1be2c-0bf1bd9f, #w-node-_818d67e3-06b4-daf2-6712-a0220bf1be39-0bf1bd9f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_818d67e3-06b4-daf2-6712-a0220bf1be3a-0bf1bd9f {
  align-self: center;
}

#w-node-_818d67e3-06b4-daf2-6712-a0220bf1be3c-0bf1bd9f {
  align-self: center;
  justify-self: end;
}

#Email-3.w-node-_818d67e3-06b4-daf2-6712-a0220bf1be3d-0bf1bd9f, #w-node-_818d67e3-06b4-daf2-6712-a0220bf1be3f-0bf1bd9f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_818d67e3-06b4-daf2-6712-a0220bf1be40-0bf1bd9f {
  align-self: center;
}

#w-node-_818d67e3-06b4-daf2-6712-a0220bf1be42-0bf1bd9f {
  align-self: center;
  justify-self: end;
}

#Password-2.w-node-_818d67e3-06b4-daf2-6712-a0220bf1be43-0bf1bd9f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_818d67e3-06b4-daf2-6712-a0220bf1be4f-0bf1bd9f {
  grid-area: 1 / 1 / 2 / 4;
  align-self: stretch;
}

#w-node-_818d67e3-06b4-daf2-6712-a0220bf1be50-0bf1bd9f {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_818d67e3-06b4-daf2-6712-a0220bf1be58-0bf1bd9f {
  align-self: center;
}

#w-node-_818d67e3-06b4-daf2-6712-a0220bf1be6d-0bf1bd9f {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
  justify-self: start;
}

#w-node-_818d67e3-06b4-daf2-6712-a0220bf1be6f-0bf1bd9f {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_818d67e3-06b4-daf2-6712-a0220bf1be77-0bf1bd9f {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-_818d67e3-06b4-daf2-6712-a0220bf1be79-0bf1bd9f {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_818d67e3-06b4-daf2-6712-a0220bf1be81-0bf1bd9f {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-_818d67e3-06b4-daf2-6712-a0220bf1be83-0bf1bd9f {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_818d67e3-06b4-daf2-6712-a0220bf1be8c-0bf1bd9f {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-_818d67e3-06b4-daf2-6712-a0220bf1be8e-0bf1bd9f {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_818d67e3-06b4-daf2-6712-a0220bf1be94-0bf1bd9f, #w-node-_818d67e3-06b4-daf2-6712-a0220bf1be95-0bf1bd9f {
  justify-self: start;
}

#w-node-_818d67e3-06b4-daf2-6712-a0220bf1be99-0bf1bd9f {
  align-self: start;
}

#w-node-_4449cde6-c3b4-63d0-1ad5-1876f699fe26-0bf1bd9f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_818d67e3-06b4-daf2-6712-a0220bf1be9c-0bf1bd9f {
  justify-self: start;
}

#w-node-_818d67e3-06b4-daf2-6712-a0220bf1be9d-0bf1bd9f {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_818d67e3-06b4-daf2-6712-a0220bf1be9f-0bf1bd9f {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_818d67e3-06b4-daf2-6712-a0220bf1bea1-0bf1bd9f {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-_818d67e3-06b4-daf2-6712-a0220bf1bea3-0bf1bd9f {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-a54e380f-bec8-ab42-d191-b11ad1caedc9-0bf1bd9f {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
  justify-self: start;
}

#w-node-a54e380f-bec8-ab42-d191-b11ad1caedcb-0bf1bd9f {
  grid-area: 2 / 1 / 3 / 2;
  align-self: stretch;
  justify-self: end;
}

#w-node-_818d67e3-06b4-daf2-6712-a0220bf1bee3-0bf1bd9f {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
  justify-self: start;
}

#w-node-_818d67e3-06b4-daf2-6712-a0220bf1bee5-0bf1bd9f {
  grid-area: 2 / 1 / 3 / 2;
  align-self: stretch;
  justify-self: end;
}

#w-node-_818d67e3-06b4-daf2-6712-a0220bf1befc-0bf1bd9f {
  align-self: start;
}

#w-node-_818d67e3-06b4-daf2-6712-a0220bf1beff-0bf1bd9f {
  justify-self: start;
}

#w-node-_818d67e3-06b4-daf2-6712-a0220bf1bf00-0bf1bd9f {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_818d67e3-06b4-daf2-6712-a0220bf1bf02-0bf1bd9f {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_818d67e3-06b4-daf2-6712-a0220bf1bf04-0bf1bd9f {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-_818d67e3-06b4-daf2-6712-a0220bf1bf06-0bf1bd9f {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_31b08b6d-e2cb-2bdd-886e-b491c783fa66-0bf1bd9f {
  align-self: center;
  justify-self: start;
}

#w-node-_31b08b6d-e2cb-2bdd-886e-b491c783fa67-0bf1bd9f {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
  justify-self: center;
}

#w-node-_31b08b6d-e2cb-2bdd-886e-b491c783fa69-0bf1bd9f {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_31b08b6d-e2cb-2bdd-886e-b491c783fa6b-0bf1bd9f {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-_31b08b6d-e2cb-2bdd-886e-b491c783fa6d-0bf1bd9f, #w-node-_15f267eb-4823-b65a-381d-72a3df413b64-9a0da9e9 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_15f267eb-4823-b65a-381d-72a3df413b75-9a0da9e9 {
  justify-self: end;
}

#w-node-_15f267eb-4823-b65a-381d-72a3df413b79-9a0da9e9 {
  justify-self: start;
}

#w-node-_15f267eb-4823-b65a-381d-72a3df413b7d-9a0da9e9, #w-node-_15f267eb-4823-b65a-381d-72a3df413b80-9a0da9e9 {
  justify-self: center;
}

#w-node-_15f267eb-4823-b65a-381d-72a3df413b86-9a0da9e9 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
  justify-self: start;
}

#w-node-_15f267eb-4823-b65a-381d-72a3df413b88-9a0da9e9 {
  grid-area: 2 / 1 / 3 / 2;
  align-self: stretch;
  justify-self: end;
}

#w-node-_15f267eb-4823-b65a-381d-72a3df413b8e-9a0da9e9 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: end;
}

#w-node-_15f267eb-4823-b65a-381d-72a3df413b91-9a0da9e9 {
  align-self: end;
  justify-self: start;
}

#w-node-_15f267eb-4823-b65a-381d-72a3df413b96-9a0da9e9 {
  justify-self: start;
}

#w-node-d98557b1-d2f6-fda6-8ed7-ca2975de1912-9a0da9e9 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-d98557b1-d2f6-fda6-8ed7-ca2975de1913-9a0da9e9 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-d98557b1-d2f6-fda6-8ed7-ca2975de1918-9a0da9e9 {
  align-self: center;
  justify-self: stretch;
}

#w-node-d98557b1-d2f6-fda6-8ed7-ca2975de191a-9a0da9e9 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-d98557b1-d2f6-fda6-8ed7-ca2975de191d-9a0da9e9 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-d98557b1-d2f6-fda6-8ed7-ca2975de1921-9a0da9e9 {
  justify-self: start;
}

#w-node-d98557b1-d2f6-fda6-8ed7-ca2975de1930-9a0da9e9 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-d98557b1-d2f6-fda6-8ed7-ca2975de1932-9a0da9e9, #w-node-d98557b1-d2f6-fda6-8ed7-ca2975de1942-9a0da9e9 {
  justify-self: start;
}

#w-node-d98557b1-d2f6-fda6-8ed7-ca2975de1951-9a0da9e9 {
  grid-area: 1 / 6 / 2 / 7;
}

#w-node-d98557b1-d2f6-fda6-8ed7-ca2975de1953-9a0da9e9 {
  justify-self: start;
}

#w-node-d98557b1-d2f6-fda6-8ed7-ca2975de1956-9a0da9e9 {
  align-self: end;
}

#w-node-d98557b1-d2f6-fda6-8ed7-ca2975de1963-9a0da9e9 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_2714691e-7437-c380-220b-76ee7baae129-9a0da9e9 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: stretch;
}

#w-node-_2714691e-7437-c380-220b-76ee7baae12a-9a0da9e9 {
  align-self: center;
  justify-self: start;
}

#w-node-_2714691e-7437-c380-220b-76ee7baae18e-9a0da9e9 {
  align-self: center;
  justify-self: center;
}

#w-node-_2714691e-7437-c380-220b-76ee7baae192-9a0da9e9 {
  align-self: center;
  justify-self: stretch;
}

#w-node-_2714691e-7437-c380-220b-76ee7baae194-9a0da9e9 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-_2714691e-7437-c380-220b-76ee7baae197-9a0da9e9 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_2714691e-7437-c380-220b-76ee7baae19b-9a0da9e9 {
  justify-self: start;
}

#w-node-_2714691e-7437-c380-220b-76ee7baae19c-9a0da9e9 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2714691e-7437-c380-220b-76ee7baae19e-9a0da9e9 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2714691e-7437-c380-220b-76ee7baae1a0-9a0da9e9 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-_2714691e-7437-c380-220b-76ee7baae1a2-9a0da9e9, #w-node-dac2d78f-1b6b-000b-5042-0d3d2f2a234f-9a0da9e9, #w-node-dac2d78f-1b6b-000b-5042-0d3d2f2a2350-9a0da9e9 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-dac2d78f-1b6b-000b-5042-0d3d2f2a2351-9a0da9e9 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-dac2d78f-1b6b-000b-5042-0d3d2f2a2352-9a0da9e9 {
  align-self: start;
}

#w-node-dac2d78f-1b6b-000b-5042-0d3d2f2a235b-9a0da9e9 {
  align-self: end;
  justify-self: start;
}

#w-node-dac2d78f-1b6b-000b-5042-0d3d2f2a2361-9a0da9e9 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
  justify-self: start;
}

#w-node-dac2d78f-1b6b-000b-5042-0d3d2f2a2363-9a0da9e9 {
  grid-area: 2 / 1 / 3 / 2;
  align-self: stretch;
  justify-self: end;
}

#w-node-dac2d78f-1b6b-000b-5042-0d3d2f2a236a-9a0da9e9 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
  justify-self: start;
}

#w-node-dac2d78f-1b6b-000b-5042-0d3d2f2a236c-9a0da9e9 {
  grid-area: 2 / 1 / 3 / 2;
  align-self: stretch;
  justify-self: end;
}

#w-node-dac2d78f-1b6b-000b-5042-0d3d2f2a2373-9a0da9e9 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
  justify-self: start;
}

#w-node-dac2d78f-1b6b-000b-5042-0d3d2f2a2375-9a0da9e9 {
  grid-area: 2 / 1 / 3 / 2;
  align-self: stretch;
  justify-self: end;
}

#w-node-dac2d78f-1b6b-000b-5042-0d3d2f2a237a-9a0da9e9, #w-node-dac2d78f-1b6b-000b-5042-0d3d2f2a239a-9a0da9e9 {
  align-self: start;
}

#w-node-_4362d44a-27f9-f4b7-2337-518e9a884732-9a0da9e9 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
  justify-self: center;
}

#w-node-_4362d44a-27f9-f4b7-2337-518e9a884733-9a0da9e9 {
  justify-self: center;
}

#w-node-_4362d44a-27f9-f4b7-2337-518e9a884734-9a0da9e9 {
  justify-self: end;
}

#w-node-_4362d44a-27f9-f4b7-2337-518e9a884738-9a0da9e9 {
  justify-self: start;
}

#w-node-_4362d44a-27f9-f4b7-2337-518e9a88473c-9a0da9e9 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_4362d44a-27f9-f4b7-2337-518e9a88473d-9a0da9e9 {
  justify-self: start;
}

#w-node-_4362d44a-27f9-f4b7-2337-518e9a88473e-9a0da9e9 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_4362d44a-27f9-f4b7-2337-518e9a884740-9a0da9e9 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_4362d44a-27f9-f4b7-2337-518e9a884742-9a0da9e9 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-_4362d44a-27f9-f4b7-2337-518e9a884744-9a0da9e9 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_4362d44a-27f9-f4b7-2337-518e9a884746-9a0da9e9 {
  align-self: center;
  justify-self: end;
}

#w-node-_4362d44a-27f9-f4b7-2337-518e9a884747-9a0da9e9, #w-node-_4362d44a-27f9-f4b7-2337-518e9a88474b-9a0da9e9 {
  justify-self: start;
}

#w-node-_4362d44a-27f9-f4b7-2337-518e9a88474e-9a0da9e9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
  justify-self: center;
}

#w-node-_4362d44a-27f9-f4b7-2337-518e9a88474f-9a0da9e9 {
  align-self: start;
}

#w-node-_4362d44a-27f9-f4b7-2337-518e9a884752-9a0da9e9 {
  justify-self: end;
}

#w-node-_4362d44a-27f9-f4b7-2337-518e9a884756-9a0da9e9 {
  justify-self: start;
}

#w-node-_4362d44a-27f9-f4b7-2337-518e9a88475a-9a0da9e9, #w-node-_4362d44a-27f9-f4b7-2337-518e9a88475e-9a0da9e9 {
  justify-self: center;
}

#w-node-_4362d44a-27f9-f4b7-2337-518e9a884768-9a0da9e9, #w-node-_4362d44a-27f9-f4b7-2337-518e9a88476d-9a0da9e9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: end;
  justify-self: center;
}

#scroll.w-node-_4362d44a-27f9-f4b7-2337-518e9a8847c9-9a0da9e9 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_4362d44a-27f9-f4b7-2337-518e9a8847ce-9a0da9e9 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_4362d44a-27f9-f4b7-2337-518e9a8847f4-9a0da9e9 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
  justify-self: start;
}

#w-node-_4362d44a-27f9-f4b7-2337-518e9a8847f6-9a0da9e9 {
  grid-area: 2 / 1 / 3 / 2;
  align-self: stretch;
  justify-self: end;
}

#w-node-_4362d44a-27f9-f4b7-2337-518e9a8847fd-9a0da9e9 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
  justify-self: start;
}

#w-node-_4362d44a-27f9-f4b7-2337-518e9a8847ff-9a0da9e9 {
  grid-area: 2 / 1 / 3 / 2;
  align-self: stretch;
  justify-self: end;
}

#scroll.w-node-a30ad2df-7fdf-6f55-a298-3c5f8dc73f2e-9a0da9e9 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-a30ad2df-7fdf-6f55-a298-3c5f8dc73f33-9a0da9e9 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-a30ad2df-7fdf-6f55-a298-3c5f8dc73f59-9a0da9e9 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
  justify-self: start;
}

#w-node-a30ad2df-7fdf-6f55-a298-3c5f8dc73f5b-9a0da9e9 {
  grid-area: 2 / 1 / 3 / 2;
  align-self: stretch;
  justify-self: end;
}

#w-node-a30ad2df-7fdf-6f55-a298-3c5f8dc73f62-9a0da9e9 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
  justify-self: start;
}

#w-node-a30ad2df-7fdf-6f55-a298-3c5f8dc73f64-9a0da9e9 {
  grid-area: 2 / 1 / 3 / 2;
  align-self: stretch;
  justify-self: end;
}

#scroll.w-node-_6a44a637-5426-ef45-6698-bef9e56e64ac-9a0da9e9, #w-node-_6a44a637-5426-ef45-6698-bef9e56e64ae-9a0da9e9 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6a44a637-5426-ef45-6698-bef9e56e64af-9a0da9e9 {
  align-self: start;
}

#w-node-_6a44a637-5426-ef45-6698-bef9e56e64b5-9a0da9e9, #w-node-_6a44a637-5426-ef45-6698-bef9e56e64cc-9a0da9e9 {
  justify-self: end;
}

#w-node-_6a44a637-5426-ef45-6698-bef9e56e64de-9a0da9e9 {
  align-self: stretch;
}

#w-node-_6a44a637-5426-ef45-6698-bef9e56e64e3-9a0da9e9 {
  justify-self: end;
}

#w-node-_6a44a637-5426-ef45-6698-bef9e56e64f5-9a0da9e9 {
  align-self: start;
}

#w-node-_6a44a637-5426-ef45-6698-bef9e56e64f7-9a0da9e9, #w-node-_6a44a637-5426-ef45-6698-bef9e56e64fb-9a0da9e9, #w-node-_6a44a637-5426-ef45-6698-bef9e56e64fe-9a0da9e9, #w-node-_6a44a637-5426-ef45-6698-bef9e56e6501-9a0da9e9 {
  align-self: center;
}

#w-node-_6a44a637-5426-ef45-6698-bef9e56e6503-9a0da9e9 {
  align-self: center;
  justify-self: end;
}

#w-node-_6a44a637-5426-ef45-6698-bef9e56e650a-9a0da9e9, #w-node-_6a44a637-5426-ef45-6698-bef9e56e650f-9a0da9e9, #w-node-_6a44a637-5426-ef45-6698-bef9e56e6514-9a0da9e9 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_6a44a637-5426-ef45-6698-bef9e56e651e-9a0da9e9 {
  justify-self: center;
}

#w-node-_6a44a637-5426-ef45-6698-bef9e56e652a-9a0da9e9 {
  align-self: center;
}

#w-node-_6a44a637-5426-ef45-6698-bef9e56e652b-9a0da9e9, #w-node-_6a44a637-5426-ef45-6698-bef9e56e652c-9a0da9e9 {
  align-self: center;
  justify-self: center;
}

#w-node-_6a44a637-5426-ef45-6698-bef9e56e6533-9a0da9e9 {
  grid-area: 1 / 3 / 2 / 4;
}

#Scroll.w-node-ff7b744f-2666-78b4-f60a-8bd21c3914ba-9a0da9e9 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ff7b744f-2666-78b4-f60a-8bd21c3914bc-9a0da9e9 {
  align-self: center;
}

#w-node-ff7b744f-2666-78b4-f60a-8bd21c3914bd-9a0da9e9 {
  align-self: center;
  justify-self: start;
}

#w-node-ff7b744f-2666-78b4-f60a-8bd21c3914c1-9a0da9e9 {
  align-self: center;
  justify-self: stretch;
}

#w-node-ff7b744f-2666-78b4-f60a-8bd21c3914c3-9a0da9e9 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-ff7b744f-2666-78b4-f60a-8bd21c3914c6-9a0da9e9 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-ff7b744f-2666-78b4-f60a-8bd21c3914ca-9a0da9e9 {
  justify-self: start;
}

#w-node-ff7b744f-2666-78b4-f60a-8bd21c3914cb-9a0da9e9 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ff7b744f-2666-78b4-f60a-8bd21c3914cd-9a0da9e9 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-ff7b744f-2666-78b4-f60a-8bd21c3914cf-9a0da9e9 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-ff7b744f-2666-78b4-f60a-8bd21c3914d1-9a0da9e9 {
  grid-area: 1 / 2 / 2 / 3;
}

#js-clock.w-node-ff7b744f-2666-78b4-f60a-8bd21c3914d6-9a0da9e9 {
  align-self: end;
  justify-self: center;
}

#w-node-ff7b744f-2666-78b4-f60a-8bd21c3914eb-9a0da9e9 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-efbf910a-a824-387c-7c24-d720f605cc06-9a0da9e9, #w-node-efbf910a-a824-387c-7c24-d720f605cc07-9a0da9e9 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-efbf910a-a824-387c-7c24-d720f605cc08-9a0da9e9 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-efbf910a-a824-387c-7c24-d720f605cc09-9a0da9e9 {
  align-self: start;
}

#w-node-efbf910a-a824-387c-7c24-d720f605cc12-9a0da9e9 {
  align-self: end;
  justify-self: start;
}

#w-node-efbf910a-a824-387c-7c24-d720f605cc18-9a0da9e9 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
  justify-self: start;
}

#w-node-efbf910a-a824-387c-7c24-d720f605cc1a-9a0da9e9 {
  grid-area: 2 / 1 / 3 / 2;
  align-self: stretch;
  justify-self: end;
}

#w-node-efbf910a-a824-387c-7c24-d720f605cc21-9a0da9e9 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
  justify-self: start;
}

#w-node-efbf910a-a824-387c-7c24-d720f605cc23-9a0da9e9 {
  grid-area: 2 / 1 / 3 / 2;
  align-self: stretch;
  justify-self: end;
}

#w-node-efbf910a-a824-387c-7c24-d720f605cc2a-9a0da9e9 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
  justify-self: start;
}

#w-node-efbf910a-a824-387c-7c24-d720f605cc2c-9a0da9e9 {
  grid-area: 2 / 1 / 3 / 2;
  align-self: stretch;
  justify-self: end;
}

#w-node-efbf910a-a824-387c-7c24-d720f605cc31-9a0da9e9, #w-node-efbf910a-a824-387c-7c24-d720f605cc51-9a0da9e9 {
  align-self: start;
}

#w-node-_785bba69-77db-1000-2286-974b608be8b7-9a0da9e9 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_785bba69-77db-1000-2286-974b608be8b8-9a0da9e9, #w-node-_785bba69-77db-1000-2286-974b608be8ba-9a0da9e9 {
  justify-self: center;
}

#w-node-_785bba69-77db-1000-2286-974b608be8bb-9a0da9e9 {
  align-self: center;
  justify-self: stretch;
}

#w-node-_785bba69-77db-1000-2286-974b608be8bd-9a0da9e9 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-_785bba69-77db-1000-2286-974b608be8bf-9a0da9e9 {
  align-self: center;
  justify-self: stretch;
}

#w-node-_785bba69-77db-1000-2286-974b608be8c2-9a0da9e9 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_785bba69-77db-1000-2286-974b608be8cf-9a0da9e9 {
  align-self: center;
  justify-self: stretch;
}

#w-node-_785bba69-77db-1000-2286-974b608be8d1-9a0da9e9 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-_785bba69-77db-1000-2286-974b608be8d4-9a0da9e9 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_785bba69-77db-1000-2286-974b608be8e1-9a0da9e9 {
  align-self: center;
  justify-self: stretch;
}

#w-node-_785bba69-77db-1000-2286-974b608be8e3-9a0da9e9 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-_785bba69-77db-1000-2286-974b608be8e6-9a0da9e9 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_785bba69-77db-1000-2286-974b608be8f3-9a0da9e9 {
  align-self: center;
  justify-self: stretch;
}

#w-node-_785bba69-77db-1000-2286-974b608be8f5-9a0da9e9 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-_785bba69-77db-1000-2286-974b608be8f8-9a0da9e9 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_785bba69-77db-1000-2286-974b608be8fc-9a0da9e9 {
  justify-self: center;
}

#w-node-_785bba69-77db-1000-2286-974b608be8fd-9a0da9e9 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_785bba69-77db-1000-2286-974b608be8ff-9a0da9e9 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_785bba69-77db-1000-2286-974b608be901-9a0da9e9 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-_785bba69-77db-1000-2286-974b608be903-9a0da9e9 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_9dc9dd9b-d14a-4194-f2e4-9334cd32faf8-9a0da9e9 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
  justify-self: center;
}

#w-node-_9dc9dd9b-d14a-4194-f2e4-9334cd32faf9-9a0da9e9 {
  justify-self: center;
}

#w-node-_9dc9dd9b-d14a-4194-f2e4-9334cd32fafa-9a0da9e9 {
  justify-self: end;
}

#w-node-_9dc9dd9b-d14a-4194-f2e4-9334cd32fafe-9a0da9e9 {
  justify-self: start;
}

#w-node-_9dc9dd9b-d14a-4194-f2e4-9334cd32fb02-9a0da9e9 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_9dc9dd9b-d14a-4194-f2e4-9334cd32fb03-9a0da9e9 {
  justify-self: start;
}

#w-node-_9dc9dd9b-d14a-4194-f2e4-9334cd32fb04-9a0da9e9 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_9dc9dd9b-d14a-4194-f2e4-9334cd32fb06-9a0da9e9 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_9dc9dd9b-d14a-4194-f2e4-9334cd32fb08-9a0da9e9 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-_9dc9dd9b-d14a-4194-f2e4-9334cd32fb0a-9a0da9e9 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_9dc9dd9b-d14a-4194-f2e4-9334cd32fb0c-9a0da9e9 {
  grid-area: 2 / 1 / 3 / 3;
  align-self: center;
  justify-self: center;
}

#w-node-_9dc9dd9b-d14a-4194-f2e4-9334cd32fb0f-9a0da9e9 {
  justify-self: end;
}

#w-node-_9dc9dd9b-d14a-4194-f2e4-9334cd32fb13-9a0da9e9 {
  justify-self: start;
}

#w-node-_9dc9dd9b-d14a-4194-f2e4-9334cd32fb15-9a0da9e9 {
  align-self: start;
}

#w-node-_9dc9dd9b-d14a-4194-f2e4-9334cd32fb18-9a0da9e9 {
  justify-self: center;
}

#w-node-_9dc9dd9b-d14a-4194-f2e4-9334cd32fb1c-9a0da9e9 {
  align-self: start;
  justify-self: end;
}

#w-node-_9dc9dd9b-d14a-4194-f2e4-9334cd32fb1d-9a0da9e9, #w-node-_9dc9dd9b-d14a-4194-f2e4-9334cd32fb21-9a0da9e9 {
  justify-self: start;
}

#w-node-_9dc9dd9b-d14a-4194-f2e4-9334cd32fb24-9a0da9e9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: end;
  justify-self: center;
}

#w-node-_05d95ba1-46e7-87db-d30b-e03ba6c52b92-9a0da9e9 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_05d95ba1-46e7-87db-d30b-e03ba6c52b93-9a0da9e9 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_05d95ba1-46e7-87db-d30b-e03ba6c52b95-9a0da9e9, #w-node-_05d95ba1-46e7-87db-d30b-e03ba6c52bf5-9a0da9e9 {
  align-self: start;
}

#w-node-_05d95ba1-46e7-87db-d30b-e03ba6c52bf8-9a0da9e9 {
  justify-self: start;
}

#w-node-_05d95ba1-46e7-87db-d30b-e03ba6c52bf9-9a0da9e9 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_05d95ba1-46e7-87db-d30b-e03ba6c52bfb-9a0da9e9 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_05d95ba1-46e7-87db-d30b-e03ba6c52bfd-9a0da9e9 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-_05d95ba1-46e7-87db-d30b-e03ba6c52bff-9a0da9e9 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_3b8e3faa-6294-6a8e-eb4c-357aee5e4ca2-9a0da9e9 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: center;
}

#w-node-_3b8e3faa-6294-6a8e-eb4c-357aee5e4ca5-9a0da9e9 {
  justify-self: start;
}

#w-node-_3b8e3faa-6294-6a8e-eb4c-357aee5e4ca6-9a0da9e9 {
  align-self: center;
  justify-self: stretch;
}

#w-node-_3b8e3faa-6294-6a8e-eb4c-357aee5e4ca8-9a0da9e9 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-_3b8e3faa-6294-6a8e-eb4c-357aee5e4cab-9a0da9e9 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_3b8e3faa-6294-6a8e-eb4c-357aee5e4cb6-9a0da9e9 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_3b8e3faa-6294-6a8e-eb4c-357aee5e4cbf-9a0da9e9 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_3b8e3faa-6294-6a8e-eb4c-357aee5e4cc8-9a0da9e9 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_3b8e3faa-6294-6a8e-eb4c-357aee5e4cd1-9a0da9e9 {
  grid-area: 2 / 4 / 3 / 5;
}

#w-node-_792a95a0-5a38-8169-0e4f-d47b0d4809a4-9a0da9e9, #w-node-_792a95a0-5a38-8169-0e4f-d47b0d4809a5-9a0da9e9 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_792a95a0-5a38-8169-0e4f-d47b0d4809a6-9a0da9e9 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_792a95a0-5a38-8169-0e4f-d47b0d4809a7-9a0da9e9 {
  align-self: start;
}

#w-node-_792a95a0-5a38-8169-0e4f-d47b0d4809b0-9a0da9e9 {
  align-self: end;
  justify-self: start;
}

#w-node-_792a95a0-5a38-8169-0e4f-d47b0d4809b6-9a0da9e9 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
  justify-self: start;
}

#w-node-_792a95a0-5a38-8169-0e4f-d47b0d4809b8-9a0da9e9 {
  grid-area: 2 / 1 / 3 / 2;
  align-self: stretch;
  justify-self: end;
}

#w-node-_792a95a0-5a38-8169-0e4f-d47b0d4809bf-9a0da9e9 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
  justify-self: start;
}

#w-node-_792a95a0-5a38-8169-0e4f-d47b0d4809c1-9a0da9e9 {
  grid-area: 2 / 1 / 3 / 2;
  align-self: stretch;
  justify-self: end;
}

#w-node-_792a95a0-5a38-8169-0e4f-d47b0d4809c8-9a0da9e9 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
  justify-self: start;
}

#w-node-_792a95a0-5a38-8169-0e4f-d47b0d4809ca-9a0da9e9 {
  grid-area: 2 / 1 / 3 / 2;
  align-self: stretch;
  justify-self: end;
}

#w-node-_792a95a0-5a38-8169-0e4f-d47b0d4809cf-9a0da9e9, #w-node-_792a95a0-5a38-8169-0e4f-d47b0d4809ef-9a0da9e9 {
  align-self: start;
}

#w-node-_58ee6999-2551-0a8e-095d-ef27ebb0ee10-9a0da9e9 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_58ee6999-2551-0a8e-095d-ef27ebb0ee11-9a0da9e9 {
  grid-area: 1 / 1 / 4 / 2;
}

#w-node-_58ee6999-2551-0a8e-095d-ef27ebb0ee6b-9a0da9e9 {
  grid-area: 2 / 1 / 3 / 2;
  align-self: start;
  justify-self: start;
}

#w-node-_58ee6999-2551-0a8e-095d-ef27ebb0ee72-9a0da9e9 {
  grid-area: 2 / 2 / 3 / 3;
  align-self: center;
  justify-self: stretch;
}

#w-node-_58ee6999-2551-0a8e-095d-ef27ebb0ee73-9a0da9e9 {
  align-self: center;
  justify-self: center;
}

#w-node-_58ee6999-2551-0a8e-095d-ef27ebb0ee74-9a0da9e9, #w-node-_58ee6999-2551-0a8e-095d-ef27ebb0ee75-9a0da9e9 {
  justify-self: center;
}

#w-node-_58ee6999-2551-0a8e-095d-ef27ebb0ee7a-9a0da9e9, #w-node-_58ee6999-2551-0a8e-095d-ef27ebb0ee7c-9a0da9e9 {
  align-self: center;
}

#email-3.w-node-_58ee6999-2551-0a8e-095d-ef27ebb0ee82-9a0da9e9, #email-3.w-node-_58ee6999-2551-0a8e-095d-ef27ebb0ee83-9a0da9e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#email-4.w-node-_58ee6999-2551-0a8e-095d-ef27ebb0ee85-9a0da9e9, #email-4.w-node-_58ee6999-2551-0a8e-095d-ef27ebb0ee87-9a0da9e9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_58ee6999-2551-0a8e-095d-ef27ebb0ee8f-9a0da9e9 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
  justify-self: stretch;
}

#w-node-_58ee6999-2551-0a8e-095d-ef27ebb0ee98-9a0da9e9 {
  grid-area: 3 / 1 / 4 / 2;
  align-self: end;
}

#w-node-_57fec0c2-4e8e-ed7e-202b-c5c75df24bdd-9a0da9e9 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
  justify-self: center;
}

#w-node-_57fec0c2-4e8e-ed7e-202b-c5c75df24bde-9a0da9e9 {
  justify-self: center;
}

#w-node-_57fec0c2-4e8e-ed7e-202b-c5c75df24bdf-9a0da9e9 {
  justify-self: end;
}

#w-node-_57fec0c2-4e8e-ed7e-202b-c5c75df24be3-9a0da9e9 {
  justify-self: start;
}

#w-node-_57fec0c2-4e8e-ed7e-202b-c5c75df24be7-9a0da9e9 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_57fec0c2-4e8e-ed7e-202b-c5c75df24be8-9a0da9e9 {
  grid-area: 2 / 1 / 3 / 3;
  align-self: center;
  justify-self: center;
}

#w-node-_57fec0c2-4e8e-ed7e-202b-c5c75df24beb-9a0da9e9 {
  justify-self: end;
}

#w-node-_57fec0c2-4e8e-ed7e-202b-c5c75df24bef-9a0da9e9 {
  justify-self: start;
}

#w-node-_57fec0c2-4e8e-ed7e-202b-c5c75df24bf1-9a0da9e9 {
  align-self: start;
}

#w-node-_57fec0c2-4e8e-ed7e-202b-c5c75df24bf6-9a0da9e9 {
  align-self: start;
  justify-self: start;
}

#w-node-_57fec0c2-4e8e-ed7e-202b-c5c75df24bf9-9a0da9e9 {
  align-self: start;
  justify-self: end;
}

#w-node-_57fec0c2-4e8e-ed7e-202b-c5c75df24bfa-9a0da9e9, #w-node-_57fec0c2-4e8e-ed7e-202b-c5c75df24bfe-9a0da9e9, #w-node-_57fec0c2-4e8e-ed7e-202b-c5c75df24c02-9a0da9e9 {
  justify-self: start;
}

#w-node-_57fec0c2-4e8e-ed7e-202b-c5c75df24c05-9a0da9e9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#js-clock.w-node-_57fec0c2-4e8e-ed7e-202b-c5c75df24c06-9a0da9e9 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: end;
  justify-self: center;
}

#w-node-_57fec0c2-4e8e-ed7e-202b-c5c75df24c1b-9a0da9e9 {
  justify-self: start;
}

#w-node-_57fec0c2-4e8e-ed7e-202b-c5c75df24c1c-9a0da9e9 {
  align-self: center;
}

#w-node-_57fec0c2-4e8e-ed7e-202b-c5c75df24c23-9a0da9e9 {
  align-self: end;
  justify-self: end;
}

#w-node-_13015e60-317b-701d-9431-2b63801ee865-9a0da9e9 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_13015e60-317b-701d-9431-2b63801ee866-9a0da9e9 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_13015e60-317b-701d-9431-2b63801ee86b-9a0da9e9 {
  align-self: center;
  justify-self: stretch;
}

#w-node-_13015e60-317b-701d-9431-2b63801ee86d-9a0da9e9 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-_13015e60-317b-701d-9431-2b63801ee870-9a0da9e9 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_13015e60-317b-701d-9431-2b63801ee874-9a0da9e9 {
  justify-self: start;
}

#w-node-_13015e60-317b-701d-9431-2b63801ee875-9a0da9e9 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_13015e60-317b-701d-9431-2b63801ee87b-9a0da9e9 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_13015e60-317b-701d-9431-2b63801ee87c-9a0da9e9 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_13015e60-317b-701d-9431-2b63801ee87d-9a0da9e9 {
  grid-area: 1 / 6 / 2 / 7;
}

#w-node-_13015e60-317b-701d-9431-2b63801ee87f-9a0da9e9 {
  justify-self: start;
}

#w-node-_13015e60-317b-701d-9431-2b63801ee880-9a0da9e9 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_13015e60-317b-701d-9431-2b63801ee888-9a0da9e9 {
  justify-self: start;
}

#w-node-_13015e60-317b-701d-9431-2b63801ee889-9a0da9e9 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_13015e60-317b-701d-9431-2b63801ee891-9a0da9e9 {
  justify-self: start;
}

#w-node-_13015e60-317b-701d-9431-2b63801ee892-9a0da9e9 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_13015e60-317b-701d-9431-2b63801ee898-9a0da9e9 {
  align-self: end;
}

#w-node-_6d0f1b53-2b08-2866-7208-5540610dbac0-610dbabc {
  justify-self: stretch;
}

#w-node-_6d0f1b53-2b08-2866-7208-5540610dbac4-610dbabc {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6d0f1b53-2b08-2866-7208-5540610dbacd-610dbabc {
  justify-self: center;
}

#w-node-_6d0f1b53-2b08-2866-7208-5540610dbad1-610dbabc {
  align-self: center;
  justify-self: start;
}

#w-node-_6d0f1b53-2b08-2866-7208-5540610dbadc-610dbabc {
  justify-self: center;
}

#w-node-_6d0f1b53-2b08-2866-7208-5540610dbae0-610dbabc {
  align-self: center;
  justify-self: start;
}

#w-node-_6d0f1b53-2b08-2866-7208-5540610dbaeb-610dbabc {
  justify-self: center;
}

#w-node-_6d0f1b53-2b08-2866-7208-5540610dbaef-610dbabc {
  align-self: center;
  justify-self: start;
}

#w-node-_6d0f1b53-2b08-2866-7208-5540610dbaf6-610dbabc {
  grid-area: 1 / 1 / 4 / 2;
  align-self: center;
  justify-self: center;
}

#w-node-_6d0f1b53-2b08-2866-7208-5540610dbafa-610dbabc {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_6d0f1b53-2b08-2866-7208-5540610dbafe-610dbabc {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-_6d0f1b53-2b08-2866-7208-5540610dbb02-610dbabc {
  grid-area: 2 / 1 / 3 / 3;
  justify-self: start;
}

#w-node-_6d0f1b53-2b08-2866-7208-5540610dbb04-610dbabc {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6d0f1b53-2b08-2866-7208-5540610dbb08-610dbabc {
  grid-area: 1 / 2 / 4 / 3;
  align-self: center;
  justify-self: center;
}

#w-node-_6d0f1b53-2b08-2866-7208-5540610dbb0c-610dbabc {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_6d0f1b53-2b08-2866-7208-5540610dbb10-610dbabc {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-_6d0f1b53-2b08-2866-7208-5540610dbb14-610dbabc {
  grid-area: 2 / 1 / 3 / 3;
  justify-self: end;
}

#w-node-_6d0f1b53-2b08-2866-7208-5540610dbb17-610dbabc {
  justify-self: end;
}

#w-node-_6d0f1b53-2b08-2866-7208-5540610dbb19-610dbabc {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-_6d0f1b53-2b08-2866-7208-5540610dbb1b-610dbabc {
  grid-area: 1 / 3 / 2 / 4;
  align-self: center;
}

#w-node-_6d0f1b53-2b08-2866-7208-5540610dbb55-610dbabc {
  grid-area: 1 / 2 / 2 / 3;
  align-self: end;
}

#w-node-_6d0f1b53-2b08-2866-7208-5540610dbb58-610dbabc {
  align-self: end;
  justify-self: end;
}

#w-node-_6d0f1b53-2b08-2866-7208-5540610dbb5d-610dbabc {
  align-self: end;
  justify-self: start;
}

#w-node-e52559f0-3ee5-5886-75eb-689dd2b2b908-9a0daa34 {
  justify-self: center;
}

#w-node-e52559f0-3ee5-5886-75eb-689dd2b2b90f-9a0daa34 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_235c1349-3faf-e379-ff9c-2a71bb72e26f-9a0daa3a {
  align-self: auto;
  justify-self: auto;
}

@media screen and (min-width: 1440px) {
  #w-node-_2714691e-7437-c380-220b-76ee7baae129-9a0da9e9 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_785bba69-77db-1000-2286-974b608be8d4-9a0da9e9, #w-node-_785bba69-77db-1000-2286-974b608be8e6-9a0da9e9, #w-node-_785bba69-77db-1000-2286-974b608be8f8-9a0da9e9 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_58ee6999-2551-0a8e-095d-ef27ebb0ee10-9a0da9e9 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_58ee6999-2551-0a8e-095d-ef27ebb0ee8f-9a0da9e9 {
    justify-self: stretch;
  }
}

@media screen and (min-width: 1280px) {
  #w-node-_05d95ba1-46e7-87db-d30b-e03ba6c52b93-9a0da9e9 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_05d95ba1-46e7-87db-d30b-e03ba6c52b95-9a0da9e9 {
    align-self: start;
  }

  #w-node-_58ee6999-2551-0a8e-095d-ef27ebb0ee8f-9a0da9e9 {
    grid-area: 1 / 1 / 2 / 2;
  }
}

@media screen and (max-width: 991px) {
  #w-node-e2cf01e9-8acb-04ed-f2dd-59152bd741f9-9a0da875, #w-node-e2cf01e9-8acb-04ed-f2dd-59152bd741fb-9a0da875 {
    align-self: end;
  }

  #w-node-_818d67e3-06b4-daf2-6712-a0220bf1be5b-0bf1bd9f {
    justify-self: stretch;
  }

  #w-node-d98557b1-d2f6-fda6-8ed7-ca2975de1930-9a0da9e9, #w-node-d98557b1-d2f6-fda6-8ed7-ca2975de1951-9a0da9e9, #w-node-d98557b1-d2f6-fda6-8ed7-ca2975de1963-9a0da9e9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_2714691e-7437-c380-220b-76ee7baae12a-9a0da9e9 {
    justify-self: start;
  }

  #w-node-dac2d78f-1b6b-000b-5042-0d3d2f2a2350-9a0da9e9 {
    grid-row: 2 / 3;
  }

  #w-node-dac2d78f-1b6b-000b-5042-0d3d2f2a2351-9a0da9e9 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-dac2d78f-1b6b-000b-5042-0d3d2f2a2352-9a0da9e9 {
    grid-area: span 1 / span 3 / span 1 / span 3;
    justify-self: start;
  }

  #scroll.w-node-_4362d44a-27f9-f4b7-2337-518e9a8847c9-9a0da9e9, #scroll.w-node-a30ad2df-7fdf-6f55-a298-3c5f8dc73f2e-9a0da9e9 {
    grid-column-end: 4;
  }

  #w-node-_6a44a637-5426-ef45-6698-bef9e56e64ae-9a0da9e9 {
    grid-column: 1 / 2;
  }

  #w-node-ff7b744f-2666-78b4-f60a-8bd21c3914d3-9a0da9e9 {
    order: -9999;
  }

  #w-node-efbf910a-a824-387c-7c24-d720f605cc07-9a0da9e9 {
    grid-row: 2 / 3;
  }

  #w-node-efbf910a-a824-387c-7c24-d720f605cc08-9a0da9e9 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-efbf910a-a824-387c-7c24-d720f605cc09-9a0da9e9 {
    grid-area: span 1 / span 3 / span 1 / span 3;
    justify-self: start;
  }

  #w-node-_05d95ba1-46e7-87db-d30b-e03ba6c52b95-9a0da9e9 {
    order: 9999;
  }

  #w-node-_3b8e3faa-6294-6a8e-eb4c-357aee5e4cb6-9a0da9e9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3b8e3faa-6294-6a8e-eb4c-357aee5e4cbf-9a0da9e9, #w-node-_3b8e3faa-6294-6a8e-eb4c-357aee5e4cc8-9a0da9e9 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_3b8e3faa-6294-6a8e-eb4c-357aee5e4cd1-9a0da9e9 {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-_792a95a0-5a38-8169-0e4f-d47b0d4809a5-9a0da9e9 {
    grid-row: 2 / 3;
  }

  #w-node-_792a95a0-5a38-8169-0e4f-d47b0d4809a6-9a0da9e9 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_792a95a0-5a38-8169-0e4f-d47b0d4809a7-9a0da9e9 {
    grid-area: span 1 / span 3 / span 1 / span 3;
    justify-self: start;
  }

  #w-node-_6d0f1b53-2b08-2866-7208-5540610dbb19-610dbabc, #w-node-_6d0f1b53-2b08-2866-7208-5540610dbb1b-610dbabc {
    align-self: end;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_31b08b6d-e2cb-2bdd-886e-b491c783fa66-0bf1bd9f {
    align-self: center;
    justify-self: start;
  }

  #w-node-dac2d78f-1b6b-000b-5042-0d3d2f2a2350-9a0da9e9, #w-node-dac2d78f-1b6b-000b-5042-0d3d2f2a2351-9a0da9e9 {
    grid-column: 1 / 2;
  }

  #w-node-dac2d78f-1b6b-000b-5042-0d3d2f2a2352-9a0da9e9 {
    grid-column: span 1 / span 1;
  }

  #w-node-_4362d44a-27f9-f4b7-2337-518e9a88474e-9a0da9e9 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_6a44a637-5426-ef45-6698-bef9e56e652a-9a0da9e9 {
    justify-self: start;
  }

  #w-node-_6a44a637-5426-ef45-6698-bef9e56e652b-9a0da9e9 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_6a44a637-5426-ef45-6698-bef9e56e652c-9a0da9e9 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-efbf910a-a824-387c-7c24-d720f605cc07-9a0da9e9, #w-node-efbf910a-a824-387c-7c24-d720f605cc08-9a0da9e9 {
    grid-column: 1 / 2;
  }

  #w-node-efbf910a-a824-387c-7c24-d720f605cc09-9a0da9e9 {
    grid-column: span 1 / span 1;
  }

  #w-node-_3b8e3faa-6294-6a8e-eb4c-357aee5e4cbf-9a0da9e9, #w-node-_3b8e3faa-6294-6a8e-eb4c-357aee5e4cc8-9a0da9e9, #w-node-_3b8e3faa-6294-6a8e-eb4c-357aee5e4cd1-9a0da9e9, #w-node-_792a95a0-5a38-8169-0e4f-d47b0d4809a5-9a0da9e9, #w-node-_792a95a0-5a38-8169-0e4f-d47b0d4809a6-9a0da9e9 {
    grid-column: 1 / 2;
  }

  #w-node-_792a95a0-5a38-8169-0e4f-d47b0d4809a7-9a0da9e9 {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-fdd3e331-a3de-74ad-4e32-972fbf53f97a-9a0da875 {
    justify-self: center;
  }

  #w-node-fdd3e331-a3de-74ad-4e32-972fbf53f98f-9a0da875 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_54b7f8b6-21a6-6087-dd94-b99f9a22f3f5-9a0da875 {
    justify-self: auto;
  }

  #w-node-e2cf01e9-8acb-04ed-f2dd-59152bd741e3-9a0da875 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-e2cf01e9-8acb-04ed-f2dd-59152bd741e4-9a0da875 {
    justify-self: end;
  }

  #w-node-e2cf01e9-8acb-04ed-f2dd-59152bd741f7-9a0da875 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_818d67e3-06b4-daf2-6712-a0220bf1bdff-0bf1bd9f {
    align-self: center;
    justify-self: center;
  }

  #email-3.w-node-_818d67e3-06b4-daf2-6712-a0220bf1be1f-0bf1bd9f, #email-3.w-node-_818d67e3-06b4-daf2-6712-a0220bf1be20-0bf1bd9f {
    grid-column: span 2 / span 2;
  }

  #w-node-_818d67e3-06b4-daf2-6712-a0220bf1be50-0bf1bd9f {
    grid-column-end: 3;
  }

  #w-node-_818d67e3-06b4-daf2-6712-a0220bf1bf12-0bf1bd9f {
    justify-self: auto;
  }

  #w-node-dac2d78f-1b6b-000b-5042-0d3d2f2a235b-9a0da9e9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-_4362d44a-27f9-f4b7-2337-518e9a884768-9a0da9e9 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_6a44a637-5426-ef45-6698-bef9e56e64fe-9a0da9e9 {
    justify-self: start;
  }

  #w-node-efbf910a-a824-387c-7c24-d720f605cc12-9a0da9e9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-_05d95ba1-46e7-87db-d30b-e03ba6c52b93-9a0da9e9 {
    grid-column-end: 3;
  }

  #w-node-_792a95a0-5a38-8169-0e4f-d47b0d4809b0-9a0da9e9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-_6d0f1b53-2b08-2866-7208-5540610dbb03-610dbabc {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_6d0f1b53-2b08-2866-7208-5540610dbb04-610dbabc {
    justify-self: end;
  }

  #w-node-_6d0f1b53-2b08-2866-7208-5540610dbb17-610dbabc {
    grid-area: 1 / 2 / 2 / 3;
  }
}



.navbar-2.w-nav, .navbar-2 {
	background: #fff !important;
	height: 85px !important;
}
.nav-left img {
	filter: none !important;
}
.nav-link-2 {
	color: #000 !important;
}
.nav-right .button-text {
	color: #000 !important;
}
.logo {
	height: auto !important;
	width: 125px !important;
}
[data-w-id="818d67e3-06b4-daf2-6712-a0220bf1bf13"] img {
    filter: invert(100%) !important;
}
.preloader, .loader-wrapper, [data-node-type="preloader"] {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
  }
  .circle-icon-holder .grid-pic, .pricing-new .grid-pic, .icon-block .icon-main {
  filter: brightness(0) saturate(100%) invert(38%) sepia(98%) saturate(1915%) hue-rotate(125deg) brightness(94%) contrast(101%);
}
.footer h3.h3-footer, .footer .newsletter-form-block {
	display: none !important;
}
.hero-section .xxl-heading span {
	-webkit-text-fill-color: #029646 !important;
}
.footer-logo {
	width: 150px;
	padding-bottom: 20px;
}