:root {
  --primary-brand-color: #61d1fa;
  --light-color: #e1e1e0;
  --dark-color: #11151d;
  --secondary-brand-color: #ba64f2;
  --mid-grey: #2b2f35;
  --light-grey: #86888b;
  --transparent: var(--primary-brand-color);
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.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-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.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-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.w-commerce-commercecheckoutformcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercelayoutcontainer {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.w-commerce-commercelayoutmain {
  flex: 0 800px;
  margin-right: 20px;
}

.w-commerce-commercecartapplepaybutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  height: 38px;
  min-height: 30px;
  margin-bottom: 8px;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercecartapplepayicon {
  width: 100%;
  height: 50%;
  min-height: 20px;
}

.w-commerce-commercecartquickcheckoutbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  height: 38px;
  margin-bottom: 8px;
  padding: 0 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercequickcheckoutgoogleicon, .w-commerce-commercequickcheckoutmicrosofticon {
  margin-right: 8px;
  display: block;
}

.w-commerce-commercecheckoutcustomerinfowrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutblockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-commerce-commercecheckoutblockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 20px;
}

.w-commerce-commercecheckoutlabel {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutemailinput {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutemailinput::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutemailinput:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingaddresswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutshippingfullname {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingfullname::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingfullname:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstreetaddress {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstreetaddress::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddress:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutrow {
  margin-left: -8px;
  margin-right: -8px;
  display: flex;
}

.w-commerce-commercecheckoutcolumn {
  flex: 1;
  padding-left: 8px;
  padding-right: 8px;
}

.w-commerce-commercecheckoutshippingcity {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingcity::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcity:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstateprovince {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstateprovince::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstateprovince:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingzippostalcode {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingzippostalcode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingzippostalcode:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingcountryselector {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingcountryselector::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcountryselector:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingmethodswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutshippingmethodslist {
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}

.w-commerce-commercecheckoutshippingmethoditem {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  flex-direction: row;
  align-items: baseline;
  margin-bottom: 0;
  padding: 16px;
  font-weight: 400;
  display: flex;
}

.w-commerce-commercecheckoutshippingmethoddescriptionblock {
  flex-direction: column;
  flex-grow: 1;
  margin-left: 12px;
  margin-right: 12px;
  display: flex;
}

.w-commerce-commerceboldtextblock {
  font-weight: 700;
}

.w-commerce-commercecheckoutshippingmethodsemptystate {
  text-align: center;
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 64px 16px;
}

.w-commerce-commercecheckoutpaymentinfowrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutcardnumber {
  -webkit-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardnumber::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardnumber:focus, .w-commerce-commercecheckoutcardnumber.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardexpirationdate {
  -webkit-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardexpirationdate::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardexpirationdate:focus, .w-commerce-commercecheckoutcardexpirationdate.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardsecuritycode {
  -webkit-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardsecuritycode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardsecuritycode:focus, .w-commerce-commercecheckoutcardsecuritycode.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingaddresstogglewrapper {
  flex-direction: row;
  display: flex;
}

.w-commerce-commercecheckoutbillingaddresstogglecheckbox {
  margin-top: 4px;
}

.w-commerce-commercecheckoutbillingaddresstogglelabel {
  margin-left: 8px;
  font-weight: 400;
}

.w-commerce-commercecheckoutbillingaddresswrapper {
  margin-top: 16px;
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutbillingfullname {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingfullname::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingfullname:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstreetaddress {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstreetaddress::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddress:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingcity {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingcity::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcity:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstateprovince {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstateprovince::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstateprovince:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingzippostalcode {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingzippostalcode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingzippostalcode:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingcountryselector {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingcountryselector::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcountryselector:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutorderitemswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryblockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-commerce-commercecheckoutorderitemslist {
  margin-bottom: -20px;
}

.w-commerce-commercecheckoutorderitem {
  margin-bottom: 20px;
  display: flex;
}

.w-commerce-commercecartitemimage {
  width: 60px;
  height: 0%;
}

.w-commerce-commercecheckoutorderitemdescriptionwrapper {
  flex-grow: 1;
  margin-left: 16px;
  margin-right: 16px;
}

.w-commerce-commercecheckoutorderitemquantitywrapper {
  white-space: pre-wrap;
  display: flex;
}

.w-commerce-commercecheckoutorderitemoptionlist {
  margin-bottom: 0;
  padding-left: 0;
  text-decoration: none;
  list-style-type: none;
}

.w-commerce-commercelayoutsidebar {
  flex: 0 0 320px;
  position: sticky;
  top: 20px;
}

.w-commerce-commercecheckoutordersummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummarylineitem, .w-commerce-commercecheckoutordersummaryextraitemslistitem {
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 8px;
  display: flex;
}

.w-commerce-commercecheckoutsummarytotal {
  font-weight: 700;
}

.w-commerce-commercecheckoutplaceorderbutton {
  color: #fff;
  cursor: pointer;
  -webkit-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-commercepaypalcheckoutformcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercecheckoutcustomerinfosummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryitem, .w-commerce-commercecheckoutsummarylabel {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutsummaryflexboxdiv {
  flex-direction: row;
  justify-content: flex-start;
  display: flex;
}

.w-commerce-commercecheckoutsummarytextspacingondiv {
  margin-right: .33em;
}

.w-commerce-commercecheckoutpaymentsummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercepaypalcheckouterrorstate {
  background-color: #ffdede;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 10px 16px;
}

.w-commerce-commerceorderconfirmationcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercecheckoutshippingsummarywrapper {
  margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }

  .w-commerce-commercelayoutcontainer {
    flex-direction: column;
    align-items: stretch;
  }

  .w-commerce-commercelayoutmain {
    flex-basis: auto;
    margin-right: 0;
  }

  .w-commerce-commercelayoutsidebar {
    flex-basis: auto;
  }
}

@media screen and (max-width: 479px) {
  .w-commerce-commercecheckoutemailinput, .w-commerce-commercecheckoutshippingfullname, .w-commerce-commercecheckoutshippingstreetaddress, .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutrow {
    flex-direction: column;
  }

  .w-commerce-commercecheckoutshippingcity, .w-commerce-commercecheckoutshippingstateprovince, .w-commerce-commercecheckoutshippingzippostalcode, .w-commerce-commercecheckoutshippingcountryselector, .w-commerce-commercecheckoutcardnumber, .w-commerce-commercecheckoutcardexpirationdate, .w-commerce-commercecheckoutcardsecuritycode, .w-commerce-commercecheckoutbillingfullname, .w-commerce-commercecheckoutbillingstreetaddress, .w-commerce-commercecheckoutbillingstreetaddressoptional, .w-commerce-commercecheckoutbillingcity, .w-commerce-commercecheckoutbillingstateprovince, .w-commerce-commercecheckoutbillingzippostalcode, .w-commerce-commercecheckoutbillingcountryselector {
    font-size: 16px;
  }
}

body {
  color: #333;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

h1 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 64px;
  font-weight: 600;
  line-height: 96px;
}

h2 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 39px;
  font-weight: 500;
  line-height: 58.5px;
}

h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
}

p {
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 400;
  line-height: 22.5px;
}

a {
  color: var(--primary-brand-color);
  text-decoration: underline;
}

.section-padding {
  padding-left: 20px;
  padding-right: 20px;
  font-size: 25.8px;
}

.container {
  flex: 1;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.style-guide-grid {
  grid-column-gap: 40px;
  grid-row-gap: 41px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  margin-top: 30px;
  margin-bottom: 30px;
  display: grid;
}

.style-guide-category {
  text-transform: uppercase;
  border-bottom: 1px solid #e6e6e6;
  margin-top: 20px;
  padding-bottom: 5px;
  font-weight: 700;
}

.style-guide-edit {
  text-transform: uppercase;
  border-bottom: 1px solid #e6e6e6;
  margin-top: 10px;
  margin-bottom: 10px;
}

.light-text {
  color: var(--light-color);
}

.style-guide-element {
  color: #fff;
  background-color: #3b83f7;
  margin-top: 3px;
  margin-bottom: 3px;
  padding: 3px 5px;
  font-size: 14px;
  font-weight: 300;
  display: inline-block;
}

.style-guide-class {
  color: #fff;
  background-color: #3b83f7;
  border-radius: 3px;
  padding: 3px 8px;
  font-size: 14px;
  font-weight: 300;
  display: inline-block;
}

.style-guide-class.tag-class {
  background-color: #cc55b8;
}

.style-guide-edit-wrap {
  opacity: .4;
}

.style-guide-edit-wrap:hover {
  opacity: 1;
}

.small-p {
  font-size: 15px;
  line-height: 22.5px;
}

.large-p {
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
}

.style-guide-color-wrap {
  background-color: var(--dark-color);
  justify-content: flex-start;
  align-items: center;
  height: 100px;
  margin-top: 30px;
  padding: 15px 30px;
  display: flex;
}

.style-guide-color-wrap.primary-color-background {
  background-color: var(--primary-brand-color);
}

.style-guide-color-wrap.secondary-color-background {
  background-color: var(--secondary-brand-color);
}

.style-guide-color-wrap.mid-grey-color-background {
  background-color: var(--mid-grey);
}

.style-guide-color-wrap.light-color-background, .style-guide-color-wrap.white-background {
  background-color: var(--light-color);
}

.style-guide-color-wrap.light-grey-color-background {
  background-color: var(--light-grey);
}

.button {
  background-color: var(--mid-grey);
  border-radius: 15.46px;
  margin-top: 0;
  font-size: 24px;
  line-height: 36px;
}

.button.ghost-button {
  border: 2px solid var(--primary-brand-color);
  color: var(--primary-brand-color);
  background-color: #0000;
}

.button.ghost-button.invese-ghost {
  border-color: var(--light-color);
  color: var(--light-color);
}

.button.inverse-button {
  background-color: var(--light-color);
  color: var(--dark-color);
}

.button.form-submit {
  margin-top: 15px;
}

.style-guide-grid-item-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: flex-start stretch;
  padding-top: 10px;
  display: grid;
}

.list {
  padding-left: 15px;
}

.list-item {
  margin-top: 10px;
  margin-bottom: 10px;
}

.form-field.form-select {
  background-color: var(--light-color);
}

.form-lable {
  margin-top: 20px;
}

.form-checkbox {
  width: 20px;
}

.style-guide-layout-demo {
  background-color: #d3d3d3;
  border: 1px solid #d3d3d3;
}

.style-guide-layout-demo.section-padding {
  margin-top: 30px;
}

.style-guide-white-div {
  background-color: #fff;
  width: 100%;
  height: 100%;
  padding: 20px;
}

.popup-background-wrap {
  z-index: 100;
  background-color: #000c;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.popup-card {
  background-color: var(--light-color);
  text-align: center;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 450px;
  padding: 30px;
  display: flex;
  position: relative;
}

.style-guide-wrap {
  padding-top: 20px;
}

.close-popup-button {
  color: var(--dark-color);
  padding: 15px;
  font-size: 20px;
  text-decoration: none;
  position: absolute;
  inset: -5px -5px auto auto;
}

.style-guide-popup-wrap {
  background-color: var(--dark-color);
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 30px;
  padding: 22px;
  display: flex;
}

.d1 {
  color: #e1e1e0;
  margin-right: 3px;
  padding-right: 0;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 22.5px;
}

.body {
  background-color: #11151d;
  margin-right: 3px;
}

.navbar-master {
  z-index: 5;
  -webkit-text-fill-color: inherit;
  background-image: linear-gradient(#2b2f35, #2b2f35);
  background-clip: border-box;
  border-radius: 0;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  position: fixed;
  right: auto;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1500px;
  margin-bottom: 0;
  padding: 20px 0;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-left: 30px;
  display: flex;
}

.nav-link {
  color: #e1e1e0;
  letter-spacing: .25px;
  white-space: nowrap;
  margin-left: 10px;
  margin-right: 10px;
  padding: 5px 0;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #61d1fa;
  font-weight: 400;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link.w--current {
  pointer-events: auto;
  color: #e1e1e0;
  -webkit-text-stroke-color: #e1e1e0;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  color: #e1e1e0;
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-list.shadow-three.mobile-shadow-hide.w--open {
  background-color: #e1e1e0;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
  font-weight: 500;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.text-block-2 {
  color: #e1e1e0;
}

.div-block {
  aspect-ratio: 16 / 9;
  background-image: url('../images/Features_Header_01.png');
  background-position: 0 0;
  background-size: cover;
}

.hero-heading-left {
  z-index: 1;
  -webkit-text-fill-color: inherit;
  background-color: #e1e1e0;
  background-clip: border-box;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
  box-shadow: 4px 4px 3px #11151d14;
}

.hero-wrapper {
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px {
  color: #2b2f35;
  text-shadow: 4px 4px 3px #11151d14;
  margin-bottom: 0;
}

.shadow-two {
  aspect-ratio: 560 / 392;
  object-fit: cover;
  background-image: url('../images/Hero-Luci-and-Ursula-on-the-Blackhawk.png');
  background-position: 50% 0;
  background-size: cover;
  border-radius: 15.46px;
  box-shadow: 4px 4px 3px #11151d14;
}

.div-block-intavt-2 {
  aspect-ratio: 1440 / 620;
  opacity: 1;
  background-image: url('../images/Kibah3.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.div-block-intavt-2:hover {
  opacity: 1;
}

.hero-heading-right-3 {
  z-index: 1;
  background-color: #e1e1e0;
  border-bottom: 1px solid #e4ebf3;
  margin-bottom: 0;
  padding: 80px 30px;
  position: relative;
}

.hero-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.shadow-two-3 {
  aspect-ratio: 560 / 392;
  -webkit-text-fill-color: inherit;
  object-fit: cover;
  background-clip: border-box;
  border-radius: 15.46px;
  box-shadow: 4px 4px 3px #11151d14;
}

.div-block-3 {
  aspect-ratio: 1440 / 620;
  background-image: url('../images/Features_Header_03.png');
  background-position: 50%;
  background-size: cover;
}

.hero-stack {
  z-index: 1;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #86888b;
  border: 15.46px #61d1fa;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 306px;
  margin-top: -1px;
  padding: 64px 24px;
  display: flex;
  position: relative;
}

.small-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 960px;
  display: flex;
}

.title-section {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  top: -11px;
}

.image-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.text-block-4 {
  color: #e1e1e0;
  text-align: center;
  text-shadow: 4px 4px 3px #11151d14;
  font-size: 39px;
  font-weight: 500;
  line-height: 58.5px;
}

.heading {
  color: #e1e1e0;
}

.heading.d1 {
  font-size: 64px;
  font-weight: 600;
  line-height: 96px;
}

.paragraph {
  color: #e1e1e0;
}

.body-3 {
  background-color: #11151d;
}

.heading-2 {
  color: #e1e1e0;
  -webkit-text-stroke-color: #e1e1e0;
}

.footer-divider {
  background-color: #e1e1e0;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.body-4 {
  background-color: #11151d;
}

.list-2 {
  color: #e1e1e0;
}

.body-5 {
  background-color: #11151d;
}

.list-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.event-wrapper {
  -webkit-backdrop-filter: brightness(200%) blur(20px);
  backdrop-filter: brightness(200%) blur(20px);
  background-color: #86888b00;
  border-radius: 15.46px;
  align-items: stretch;
  height: 530px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  box-shadow: 6px 8px 11px -2px #11151d;
}

.body-6 {
  background-color: #e1e1e0;
  background-image: url('../images/Website_Background_01_C_v01.jpg');
  background-position: 0 0;
  background-size: cover;
}

.top-wrapper {
  text-align: left;
  -webkit-text-stroke-color: #86888b;
  justify-content: center;
  width: 100%;
  height: 145px;
  margin-top: 15.46px;
  display: flex;
}

.date-and-day-wrapper {
  width: 35%;
  height: 145px;
}

.event-information-wrapper {
  flex: none;
  width: 65%;
  height: 145px;
}

.h1 {
  color: #e1e1e0;
  -webkit-text-stroke-color: #e1e1e0;
  align-self: center;
  margin-top: 15.46px;
  margin-bottom: 15.46px;
  font-size: 64px;
  font-weight: 600;
  line-height: 96px;
}

.h2 {
  align-self: center;
  font-size: 39px;
  font-weight: 500;
  line-height: 58.5px;
}

.event-name {
  color: #f8f770;
  text-align: right;
  align-self: flex-end;
  margin-top: 1px;
  font-size: 32px;
  font-weight: 600;
  line-height: 37px;
}

.flex-block-4 {
  width: 5%;
  height: 145px;
}

.event-date, .event-link {
  color: #e1e1e0;
  text-align: right;
  align-self: flex-end;
  font-size: 15px;
  font-weight: 500;
  line-height: 26px;
}

.event-time {
  color: #e1e1e0;
  align-self: flex-end;
  font-size: 15px;
  font-weight: 500;
  line-height: 26px;
}

.horizontal-divider-wrapper {
  height: 30px;
}

.image {
  aspect-ratio: 16 / 9;
  border-radius: 9.6px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.text-block-10, .text-block-11 {
  color: #e1e1e0;
  font-size: 64px;
  font-weight: 600;
  line-height: 64px;
}

.text-block-13 {
  color: #e1e1e0;
  text-align: left;
  text-shadow: 4px 4px 3px #11151d14;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 39px;
  font-weight: 500;
  line-height: 58.5px;
}

.text-block-14 {
  color: #e1e1e0;
  object-fit: fill;
  margin-top: 18px;
  margin-left: 6px;
  font-size: 15px;
  font-weight: 500;
  line-height: 26px;
}

.flex-block-6 {
  align-items: flex-start;
  width: 77.5%;
}

.button-3 {
  text-align: center;
  background-color: #ba64f2;
  border-radius: 9.6px;
  margin-top: 12px;
  padding-right: 15px;
  font-weight: 500;
}

.button-4 {
  text-align: left;
  background-color: #284c5d;
  background-image: url('../images/Color_128_GreenPlus.png');
  background-position: 94%;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  border-radius: 9.6px;
  align-self: center;
  width: 186px;
  margin-bottom: 12px;
  margin-left: 1253px;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.text-block-16 {
  color: #e1e1e0;
  text-align: center;
  text-shadow: 4px 4px 3px #11151d14;
  font-size: 15px;
  font-weight: 500;
  line-height: 22.5px;
}

.heading-3, .heading-4, .heading-5 {
  color: #2b2f35;
  text-shadow: 4px 4px 3px #11151d14;
  font-weight: 600;
}

.heading-6 {
  text-shadow: 4px 4px 3px #11151d14;
}

.heading-7 {
  color: #e1e1e0;
  text-shadow: 4px 4px 3px #11151d14;
}

.heading-8 {
  text-shadow: 4px 4px 3px #11151d14;
  font-size: 39px;
  line-height: 58.5px;
}

.heading-9 {
  color: #e1e1e0;
  text-shadow: 4px 4px 3px #11151d14;
}

.background-video {
  z-index: .5;
  aspect-ratio: auto;
  object-fit: cover;
  flex-flow: column;
  justify-content: center;
  align-self: baseline;
  align-items: center;
  height: 750px;
  margin: 75px 0 0;
  padding-top: 5px;
  display: flex;
  position: absolute;
  inset: -141px 0 0;
}

.flex-block-8 {
  background-image: linear-gradient(0deg, #ba64f2 1%, #c176e2d4 23%, #dab1ae4d 52%, #e3c59c61 75%, #f7f5728c 100%, #f8f7708f);
  height: 500px;
  margin-left: 0;
  margin-right: 0;
}

.div-block-10 {
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  height: 20%;
  padding-top: 300px;
  display: flex;
}

.text-block-17 {
  color: #e1e1e0;
  text-align: center;
  text-shadow: 2px 3px 8px #11151d99;
  align-self: center;
  font-size: 64px;
  font-weight: 600;
  line-height: 96px;
}

.button-6 {
  color: var(--light-color);
  text-align: left;
  text-shadow: 2px 1px 1px #0003;
  background-color: #458fab;
  border-radius: 9.6px;
  align-self: flex-end;
  margin-left: 0;
  padding-left: 15px;
  font-family: Poppins, sans-serif;
  font-weight: 500;
}

.button-6:hover {
  color: var(--dark-color);
  background-color: #61d1fa;
}

.hero-heading-right-copy {
  background-color: #e1e1e0;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.margin-bottom-24px-copy-copy {
  color: #e1e1e0;
  text-shadow: 4px 4px 3px #11151d14;
  margin-bottom: 24px;
}

.margin-bottom-24px-copy {
  color: #e1e1e0;
  margin-bottom: 24px;
}

.hero-heading-left-copy-copy {
  background-color: #86888b;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.list-item-2 {
  margin-left: 12px;
}

.margin-bottom-24px-copy {
  color: #2b2f35;
  text-shadow: 4px 4px 3px #11151d14;
  margin-bottom: 0;
}

.hero-heading-right-2-copy {
  background-color: #86888b;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.hero-heading-right-2-copy:hover {
  color: #2b2f35;
}

.paragraph-2 {
  color: #e1e1e0;
  text-shadow: 4px 4px 3px #11151d14;
}

.link {
  color: var(--light-color);
  text-align: left;
  -webkit-text-stroke-color: var(--light-color);
  text-shadow: 4px 4px 3px #11151d40;
  background-image: linear-gradient(#ba64f2, #ba64f2);
  border-radius: 9.6px;
  flex: 0 auto;
  order: 0;
  align-self: flex-end;
  margin: 3px;
  padding: 9.6px;
  font-size: 15px;
  font-weight: 500;
  line-height: 22.5px;
  text-decoration: none;
  position: static;
}

.flex-block-13 {
  justify-content: flex-end;
  height: 100%;
}

.flex-block-14 {
  align-self: flex-end;
}

.link-copy {
  color: var(--light-color);
  text-align: left;
  -webkit-text-stroke-color: var(--light-color);
  text-shadow: 4px 4px 3px #11151d40;
  background-image: linear-gradient(#ba64f2, #ba64f2);
  border-radius: 9.6px;
  flex: 0 auto;
  order: 0;
  align-self: flex-end;
  margin: 3px;
  padding: 9.6px;
  font-size: 15px;
  font-weight: 500;
  line-height: 22.5px;
  text-decoration: none;
  position: static;
}

.text-block-20 {
  color: #e1e1e0;
  text-align: center;
  text-shadow: 2px 2px 3px #11151d99;
  margin-left: 55px;
  margin-right: 55px;
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
}

.container-7 {
  background-color: #11151de6;
  border-radius: 15.46px;
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
}

.testimonial-column-dark {
  z-index: 0;
  background-image: linear-gradient(#ba64f2 9%, #ae73f3bd 26%, #8c9df600 48%, #61d1fa), linear-gradient(#11151d99, #11151d99), url('../images/ResoniteMarketing_A1PosterTemplate_01_v01_Website.png'), linear-gradient(#11151d, #11151d);
  background-position: 0 0, 0 0, 50%, 0 0;
  background-size: auto, auto, cover, auto;
  border: 0 dashed #61d1fa;
  border-radius: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 80px 30px;
  position: relative;
}

.centered-heading {
  color: #e1e1e0;
  text-align: left;
  margin-bottom: 65px;
  font-weight: 600;
}

.features-wrapper-two {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.features-left {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 40%;
  display: flex;
}

.features-paragraph {
  color: #e1e1e0;
  margin-bottom: 24px;
  font-weight: 400;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  color: #f8f770;
  margin-left: 2px;
  font-weight: 400;
  display: flex;
}

.features-right {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  margin-bottom: -16px;
  display: flex;
}

.features-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.features-image {
  object-fit: cover;
  width: 80px;
  height: 80px;
  margin-right: 16px;
}

.paragraph-3, .paragraph-4, .paragraph-5 {
  color: #e1e1e0;
  font-weight: 400;
}

.heading-11 {
  color: #f8f770;
}

.text-block-21 {
  color: #f8f770;
  -webkit-text-stroke-color: #f8f770;
  font-weight: 400;
}

.container-9 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  background-image: linear-gradient(#11151de6, #11151de6);
  border-radius: 15.46px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 1500px;
  max-width: none;
  margin: 30px auto;
  padding-top: 30px;
  padding-bottom: 30px;
  display: block;
}

.footer-wrapper-2 {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content-2 {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small-2 {
  color: #86888b;
  letter-spacing: 1px;
  -webkit-text-stroke-color: #2b2f35;
  text-transform: capitalize;
  margin-bottom: 12px;
  font-size: 15px;
  font-weight: 400;
  line-height: 22.5px;
}

.footer-link-2 {
  color: #e1e1e0;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 15px;
  font-weight: 400;
  line-height: 22.5px;
  text-decoration: none;
}

.footer-link-2:hover {
  color: #61d1fa;
}

.footer-social-block-2 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link-2 {
  margin-left: 12px;
}

.footer-divider-2 {
  background-color: #86888b;
  width: 100%;
  height: 1px;
  margin-top: 30px;
  margin-bottom: 15px;
}

.footer-copyright-center-2 {
  color: #e1e1e0;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-dark-3 {
  z-index: 2;
  background-color: #2b2f35;
  border-bottom: 1px solid #e4ebf3;
  margin-top: -1px;
  margin-left: 0;
  margin-right: 0;
  padding: 50px 30px 15px;
  position: relative;
}

.pricing-overview {
  z-index: 1;
  background-color: #11151d;
  background-image: linear-gradient(#61d1fa, #ff7676 89%, #59eb5c 100%, #11151d 100%, #11151d);
  border-bottom: 1px solid #e4ebf3;
  margin: -1px auto;
  padding: 80px 30px;
  position: relative;
}

.centered-heading-2 {
  color: #e1e1e0;
  text-align: center;
  text-shadow: 3px 3px 6px #11151d4d;
  margin-bottom: 16px;
  font-weight: 600;
}

.pricing-description {
  color: #e1e1e0;
  text-align: center;
  text-shadow: 1.5px 1.5px 3px #11151d80;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}

.pricing-grid {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  margin-top: 50px;
  margin-left: 15px;
  margin-right: 15px;
  display: grid;
}

.pricing-card-three {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.pricing-image {
  object-fit: cover;
  width: 80px;
  height: 80px;
  margin-bottom: 16px;
}

.pricing-card-text {
  color: #11151d;
  text-align: left;
  background-color: #f8f770;
  border-radius: 15.46px;
  width: auto;
  min-width: 90%;
  height: auto;
  min-height: 480px;
  margin-bottom: 20px;
  margin-left: 15px;
  margin-right: 15px;
  padding: 15.46px;
}

.arrow-embed-2 {
  color: #f8f770;
  margin-left: 2px;
  display: flex;
}

.arrow-embed-2:hover, .heading-12 {
  color: #f8f770;
}

.text-block-22 {
  color: #f8f770;
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
}

.text-block-22:hover {
  color: #ba64f2;
}

.heading-13 {
  color: #f8f770;
}

.heading-14 {
  color: #f8f770;
  -webkit-text-stroke-color: #ba64f2;
}

.text-block-23 {
  color: #f8f770;
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
}

.text-block-23:hover {
  color: #ba64f2;
}

.text-block-24 {
  color: #f8f770;
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
}

.text-block-24:hover {
  color: #ba64f2;
}

.body-7 {
  background-color: #11151d;
}

.flex-block-13-copy {
  background-image: url('../images/2023-12-09-01.56.20.jpg');
  background-position: 50% 0;
  background-size: cover;
  justify-content: flex-end;
  height: 100%;
  transition: opacity 60s;
}

.flex-block-13-copy:hover {
  opacity: 0;
}

.div-block-intavt-1-copy {
  aspect-ratio: 1440 / 620;
  background-image: url('../images/Features_Header_02.png');
  background-position: 50% 18%;
  background-size: cover;
}

.body-8 {
  background-color: #e1e1e0;
}

.flex-block-15 {
  z-index: 0;
  background-color: #e1e1e0;
  height: 500px;
  position: relative;
}

.flex-block-16 {
  z-index: 1;
  background-color: #61d1fa;
  height: 500px;
  position: sticky;
}

.flex-block-17 {
  background-color: #59eb5c;
  height: 500px;
  position: relative;
}

.image-3 {
  background-image: linear-gradient(#2b2f35, #2b2f35);
  border-radius: 15.46px;
  align-self: auto;
  margin-top: 65px;
  padding: 15.46px;
}

.div-block-11 {
  padding-bottom: 75px;
}

.link-copy-2 {
  color: var(--light-color);
  text-align: left;
  -webkit-text-stroke-color: var(--light-color);
  text-shadow: 4px 4px 3px #11151d40;
  background-image: linear-gradient(#ba64f2, #ba64f2);
  border-radius: 9.6px;
  flex: 0 auto;
  order: 0;
  align-self: flex-end;
  margin: 3px;
  padding: 9.6px;
  font-size: 15px;
  font-weight: 500;
  line-height: 22.5px;
  text-decoration: none;
  position: static;
}

.hero-heading-right-3-copy-2 {
  z-index: 1;
  background-color: #e1e1e0;
  border-bottom: 1px solid #e4ebf3;
  height: 433.102px;
  margin-bottom: 0;
  padding: 80px 30px;
  position: relative;
}

.body-9 {
  background-color: #11151d;
  background-image: linear-gradient(#11151d66, #11151d66), url('../images/11x17_ResoniteFeatured_Website_01_00000.jpg');
  background-position: 0 0, 50% 35%;
  background-size: auto, cover;
}

.container-10 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: fill;
  grid-template: "." minmax(auto, 1fr)
  / 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
}

.hero-wrapper-two {
  aspect-ratio: auto;
  -webkit-backdrop-filter: blur(11px);
  backdrop-filter: blur(11px);
  text-align: center;
  background-image: linear-gradient(#241e35bf, #241e35bf);
  border-radius: 15.46px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  height: 504px;
  margin-left: 25px;
  margin-right: 25px;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
}

.margin-bottom-24px-2 {
  color: #ba64f2;
  text-shadow: 4px 4px 3px #11151d3d;
  width: 75%;
  margin-bottom: 0;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: none;
  background-color: #458fab;
  border-radius: 9.6px;
  margin-top: 15.46px;
  margin-bottom: 15.46px;
  padding: 12px 25px;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  transition: all .2s;
  box-shadow: 4px 4px 3px #11151d14;
}

.button-primary:hover {
  color: #86888b;
  background-color: #61d1fa;
}

.button-primary:active {
  color: #2b2f35;
  background-color: #61d1fa;
}

.hero-image {
  width: 100%;
  margin-top: 50px;
}

.hero-image.shadow-two {
  aspect-ratio: 1;
  box-shadow: none;
  background-image: none;
  align-self: center;
  width: 50%;
  margin-top: 15.46px;
  margin-bottom: 15.46px;
}

.heading-15 {
  color: #ba64f2;
  text-shadow: 4px 4px 3px #11151d3d;
  padding-left: 9px;
  padding-right: 9px;
  font-size: 39px;
  font-style: normal;
  font-weight: 600;
  line-height: 58.5px;
}

.flex-block-18 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: center;
  display: grid;
}

.flex-block-19 {
  text-align: right;
  justify-content: center;
}

.flex-block-20 {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: center;
  align-self: center;
  justify-items: center;
  display: grid;
}

.image-4 {
  text-align: center;
  border-radius: 15.46px;
  align-self: center;
  margin: 15.46px;
  padding: 0;
  display: block;
  position: static;
}

.flex-block-21 {
  justify-content: center;
}

.flex-block-22 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #241e35bf;
  border-radius: 15.46px;
  justify-content: center;
  align-items: center;
}

.testimonial-slider-large {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-12 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-slider-two {
  background-color: #0000;
  height: auto;
}

.testimonial-slide {
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background-color: #241e35bf;
  border-radius: 15.46px;
  justify-content: space-between;
  align-items: center;
  max-width: 94.6415%;
  margin-left: 15.46px;
  margin-right: 15.46px;
  padding: 15.46px 15.46px 15.46px 64px;
  display: flex;
}

.testimonial-content {
  flex-direction: column;
  align-items: flex-start;
  max-width: 460px;
  margin-right: 40px;
  display: flex;
}

.testimonial-quote-icon {
  margin-bottom: 24px;
}

.testimonial-quote {
  color: #e1e1e0;
  margin-top: 32px;
  margin-bottom: 32px;
  font-size: 15px;
  font-weight: 400;
  line-height: 22.5px;
}

.testimonial-info-two {
  align-items: center;
  margin-bottom: 32px;
  display: flex;
}

.testimonial-image-2 {
  object-fit: cover;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  margin-right: 16px;
}

.testimonial-author-name {
  color: #e1e1e0;
  font-size: 39px;
  font-weight: 500;
  line-height: 45px;
}

.testimonial-image-two {
  vertical-align: baseline;
  object-fit: cover;
  border-radius: 15.46px;
  width: 300px;
  height: 400px;
  margin-top: 32px;
  margin-bottom: 32px;
  margin-right: 30px;
}

.testimonial-author-image-three {
  object-fit: cover;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin-right: 24px;
}

.testimonial-slider-arrow {
  display: none;
}

.testimonial-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.flex-block-23 {
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  height: 270px;
}

.flex-block-20-copy {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: center;
  align-self: center;
  justify-items: center;
  display: block;
}

.body-10 {
  background-color: #e1e1e0;
}

.body-11 {
  background-color: #11151d;
}

.testimonial-slider-large-2 {
  background-color: #86888b;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-13 {
  width: 100%;
  max-width: 1236px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-slider-two-2 {
  background-color: #0000;
  height: auto;
}

.testimonial-slide-2 {
  background-color: #2b2f35;
  border-radius: 15.46px;
  justify-content: space-between;
  align-items: center;
  padding: 12px 12px 12px 64px;
  display: flex;
}

.testimonial-content-2 {
  flex-direction: column;
  align-items: flex-start;
  max-width: 460px;
  margin-right: 40px;
  display: flex;
}

.testimonial-quote-icon-2 {
  margin-bottom: 24px;
}

.testimonial-quote-2 {
  color: #e1e1e0;
  margin-bottom: 32px;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}

.testimonial-info-two-2 {
  align-items: center;
  display: flex;
}

.testimonial-image {
  object-fit: cover;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  margin-right: 16px;
}

.testimonial-author-name-2 {
  color: #e1e1e0;
  font-size: 15px;
  font-weight: 400;
  line-height: 22.5px;
}

.testimonial-image-two-2 {
  object-fit: cover;
  border-radius: 15.46px;
  width: 350px;
  height: 400px;
}

.testimonial-author-image-three-2 {
  object-fit: cover;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin-right: 24px;
}

.testimonial-slider-arrow-2 {
  display: none;
}

.testimonial-slider-nav-2 {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.text-block-25 {
  color: #e1e1e0;
  font-size: 15px;
  line-height: 22.5px;
}

.hero-heading-center {
  background-color: #11151d;
  background-image: linear-gradient(#11151dcc 56%, #458fabcc 91%, #458fabcc), url('../images/img_03082x.d0b7a302.avif');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  border-bottom: 1px solid #e4ebf3;
  padding: 25px 30px 80px;
  position: relative;
}

.centered-heading-3 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading-3.margin-bottom-32px {
  margin-bottom: 32px;
}

.hero-wrapper-3 {
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px-3 {
  color: #e1e1e0;
  text-shadow: 4px 4px 3px #11151dcc;
  margin-bottom: 24px;
  padding-top: 15.46px;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.shadow-two-4 {
  aspect-ratio: 1000 / 1500;
  object-fit: cover;
  border-radius: 15.46px;
  width: 480px;
  max-width: none;
  height: 270px;
  box-shadow: 4px 4px 3px #11151dcc;
}

.text-block-17-copy {
  color: #e1e1e0;
  text-align: center;
  text-shadow: 4px 4px 3px #11151d14;
  justify-content: center;
  align-self: center;
  align-items: center;
  padding-top: 75px;
  font-size: 64px;
  font-weight: 600;
  line-height: 96px;
  display: block;
  position: relative;
}

.centered-heading-copy {
  color: #e1e1e0;
  text-align: left;
  text-shadow: 4px 4px 3px #11151dcc;
  margin-top: 45px;
  margin-bottom: 0;
  font-weight: 600;
}

.button-primary-copy {
  color: #fff;
  letter-spacing: 2px;
  text-transform: none;
  background-color: #492f64;
  border-radius: 9.6px;
  margin-top: 0;
  margin-bottom: 15.46px;
  padding: 12px 25px;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-copy:active {
  background-color: #241e35;
}

.fn-banner-image-three {
  object-fit: contain;
  width: 246px;
  height: 246px;
  position: absolute;
  inset: auto -55px -61px auto;
}

.fn-banner-image-two {
  object-fit: contain;
  width: 172px;
  height: 172px;
  position: absolute;
  inset: -67px 186px auto auto;
}

.fn-banner-image-one {
  object-fit: contain;
  width: 287px;
  height: 287px;
  position: absolute;
  inset: auto auto -62px -44px;
}

.fn-button-dark {
  color: #df0;
  background-color: #1d1f1e;
  border: 1px solid #000;
  border-radius: 8px;
  padding: 12px 24px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 1.6em;
  transition: color .25s, background-color .25s;
}

.fn-button-dark:hover {
  color: #0f1213;
  background-color: #df0;
  border-color: #0f1213;
}

.fn-button-dark.w--current {
  background-color: #1d1f1e;
}

.fn-button-dark.w--current:hover {
  background-color: #0000;
}

.fn-paragraph-dark {
  color: #1d1f1e;
  margin-bottom: 32px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 1.6em;
}

.fn-heading-2 {
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Open Sans, sans-serif;
  font-size: 52px;
  line-height: 1.2em;
}

.fn-cta-banner-column {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 532px;
  display: flex;
}

.fn-cta-banner {
  color: #1d1f1e;
  text-align: center;
  background-color: #df0;
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
}

.fn-container {
  width: 100%;
  max-width: 1310px;
  padding-left: 15px;
  padding-right: 15px;
}

.fn-section {
  color: #ecf0ef;
  background-color: #1d1f1e;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  font-family: Open Sans, sans-serif;
  display: flex;
}

.fn-section.overflow-none {
  overflow: hidden;
}

.section {
  background-color: #e69e50;
  background-image: linear-gradient(#e69e5099, #e69e5099), url('../images/Branching-Storylines.png');
  background-position: 0 0, 50%;
  background-size: auto, 140% 140%;
  margin-top: -1px;
  padding-top: 40.44px;
  padding-bottom: 65.44px;
  position: relative;
}

.youtube {
  object-fit: fill;
  border-radius: 15.46px;
  width: auto;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  inset: auto;
}

.flex-block-24 {
  flex-direction: column;
  padding: 65.44px 418.9px;
}

.youtube-2 {
  border-radius: 15.46px;
  margin-top: 25px;
}

.centered-heading-copy-copy {
  color: #2b2f35;
  text-align: left;
  text-shadow: 4px 4px 3px #11151d14;
  margin-bottom: 0;
  font-weight: 600;
}

.gallery-slider {
  background-color: #11151d;
  border-bottom: 1px solid #e4ebf3;
  padding: 25px 30px;
  position: relative;
}

.container-14 {
  width: 100%;
  max-width: 1236px;
  margin-left: auto;
  margin-right: auto;
}

.gallery-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.gallery-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  margin-right: 45px;
  display: flex;
}

.gallery-slide {
  background-color: #0000;
  height: auto;
}

.gallery-slide-wrapper {
  max-width: 47%;
  margin-right: 6%;
}

.gallery-slide-image {
  position: relative;
}

.gallery-image {
  border-radius: 15.46px;
  width: 100%;
}

.gallery-slide-text {
  color: #f5f7fa;
  margin-bottom: 0;
  line-height: 32px;
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
}

.gallery-slider-left {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  left: -50px;
}

.gallery-slider-left:focus-visible, .gallery-slider-left[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed {
  color: #11151d;
}

.gallery-slider-right {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  right: -50px;
}

.gallery-slider-right:focus-visible, .gallery-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slide-nav {
  display: none;
}

.flex-block-25 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.container-15 {
  max-width: 1236px;
}

.div-block-11-copy {
  padding-bottom: 47px;
}

.button-primary-copy-under-construction {
  color: #86888b;
  letter-spacing: 2px;
  text-transform: none;
  background-color: #2b2f3500;
  border: 3px solid #86888b;
  border-radius: 9.6px;
  margin-top: 15.46px;
  margin-bottom: 15.46px;
  padding: 12px 25px;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-copy-under-construction:hover {
  color: #86888b;
  background-color: #458fab00;
}

.button-primary-copy-under-construction:active {
  color: #86888b;
  background-color: #61d1fa00;
}

.button-primary-copy-under-construction-copy {
  color: #2b2f35;
  letter-spacing: 2px;
  text-transform: none;
  background-color: #2b2f3500;
  border: 3px solid #2b2f35;
  border-radius: 9.6px;
  margin-top: 15.46px;
  margin-bottom: 15.46px;
  padding: 12px 25px;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-copy-under-construction-copy:hover {
  color: #2b2f35;
  background-color: #458fab00;
}

.button-primary-copy-under-construction-copy:active {
  color: #2b2f35;
  background-color: #61d1fa00;
}

.image-5 {
  z-index: 1;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  top: 36px;
}

.div-block-12 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: linear-gradient(42deg, #492f64, #284c5d);
  background-position: 0 0;
  background-size: auto;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 393px;
  display: flex;
  position: relative;
}

.div-block-12:hover {
  background-image: url('../images/Screenshot-2023-12-20-134321.png'), linear-gradient(42deg, #492f64, #284c5d);
  background-position: 0 0, 0 0;
  background-size: contain, auto;
}

.fn-banner-image-three-2 {
  object-fit: contain;
  width: 246px;
  height: 246px;
  position: absolute;
  inset: auto -55px -61px auto;
}

.fn-banner-image-two-2 {
  object-fit: contain;
  width: 172px;
  height: 172px;
  position: absolute;
  inset: -67px 186px auto auto;
}

.fn-banner-image-one-2 {
  object-fit: contain;
  width: 287px;
  height: 287px;
  position: absolute;
  inset: auto auto -62px -44px;
}

.fn-button-dark-2 {
  color: #df0;
  background-color: #1d1f1e;
  border: 1px solid #000;
  border-radius: 8px;
  padding: 12px 24px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 1.6em;
  transition: color .25s, background-color .25s;
}

.fn-button-dark-2:hover {
  color: #0f1213;
  background-color: #df0;
  border-color: #0f1213;
}

.fn-button-dark-2.w--current {
  background-color: #1d1f1e;
}

.fn-button-dark-2.w--current:hover {
  background-color: #0000;
}

.fn-paragraph-dark-2 {
  color: #1d1f1e;
  margin-bottom: 32px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 1.6em;
}

.fn-heading-3 {
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Open Sans, sans-serif;
  font-size: 52px;
  line-height: 1.2em;
}

.fn-cta-banner-column-2 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 532px;
  display: flex;
}

.fn-cta-banner-2 {
  color: #1d1f1e;
  text-align: center;
  background-color: #df0;
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
}

.fn-container-2 {
  width: 100%;
  max-width: 1310px;
  padding-left: 15px;
  padding-right: 15px;
}

.fn-section-2 {
  color: #ecf0ef;
  background-color: #1d1f1e;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  font-family: Open Sans, sans-serif;
  display: flex;
}

.fn-section-2.overflow-none {
  overflow: hidden;
}

.image-6 {
  z-index: 6;
  opacity: 0;
  width: 10%;
  max-width: 50%;
  position: relative;
  top: -164px;
  left: 772px;
  transform: scale(.9)rotate(-26deg);
}

.image-6:hover {
  opacity: 1;
}

.flex-block-26 {
  position: relative;
  bottom: -198px;
}

.image-6-copy {
  z-index: 6;
  opacity: 0;
  width: 8%;
  max-width: 50%;
  position: relative;
  top: -70px;
  left: -742px;
  transform: scale(.7)rotate(-26deg);
}

.image-6-copy:hover {
  opacity: 1;
}

.section-2 {
  height: 636px;
}

.container-16 {
  aspect-ratio: auto;
  max-width: 1236px;
  height: 100%;
}

.container-17 {
  background-image: linear-gradient(#284c5d, #284c5d);
  width: 100%;
  max-width: none;
  height: 100%;
}

.body-12 {
  background-color: #11151d;
}

.grid {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  aspect-ratio: 8 / 6;
  grid-template: "." 16.6%
                 "." 16.6%
                 "." 16.6%
                 "." 16.6%
                 "." 16.6%
                 "." 16.6%
                 / 12.5% 12.5% 12.5% 12.5% 12.5% 12.5% 12.5% 12.5%;
  grid-auto-rows: 16.6%;
  grid-auto-columns: 12.5%;
  grid-auto-flow: row;
  justify-content: center;
  align-self: center;
  width: 100%;
  height: auto;
  padding: 30px;
}

.container-18 {
  aspect-ratio: 1;
  background-image: url('../images/pngtree-fire-explosion-blast-flame-png-transparent-png-image_946470.jpg');
  background-position: 0 0;
  background-size: cover;
  max-width: 90%;
  max-height: 90%;
  margin-left: 0;
  margin-right: 0;
  overflow: visible;
}

.flex-block-27 {
  background-image: url('../images/pobtartlizar.png');
  background-position: 0 0;
  background-size: cover;
}

.button-7 {
  text-align: center;
  font-size: 15px;
  line-height: 22.5px;
}

.button-8 {
  opacity: 1;
  color: var(--transparent);
  text-align: center;
  padding-top: 84px;
  font-size: 15px;
  font-weight: 500;
  line-height: 22.5px;
}

.button-8:hover {
  color: var(--light-color);
}

.text-block-26 {
  color: var(--light-color);
  text-align: center;
  flex-direction: column;
  justify-content: flex-end;
  align-self: center;
  align-items: center;
  font-size: 15px;
  line-height: 22.5px;
  text-decoration: none;
  display: flex;
}

.flex-block-28 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.link-block {
  aspect-ratio: auto;
  background-image: url('../images/Multi-Tool.png');
  background-position: 0 0;
  background-size: cover;
  border-radius: 15.46px;
  font-size: 15px;
  line-height: 22.5px;
  text-decoration: none;
}

.heading-16 {
  font-style: normal;
  text-decoration: none;
}

.paragraph-6 {
  color: var(--light-color);
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-top: 9.6px;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
}

.toolscontainer {
  aspect-ratio: auto;
  opacity: 0;
  background-image: linear-gradient(#11151dcc, #11151dcc);
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: none;
  transition: opacity .2s;
}

.toolscontainer:hover {
  opacity: 1;
}

.link-block-2 {
  aspect-ratio: auto;
  background-image: url('../images/Geometry-Line-Brush-Default-VR.png');
  background-position: 0 0;
  background-size: cover;
  border-radius: 15.46px;
  text-decoration: none;
}

.link-block-3 {
  background-image: url('../images/Geometry-Line-Brush-Default-Desktop.png');
  background-position: 0 0;
  background-size: cover;
  border-radius: 15.46px;
  text-decoration: none;
}

.link-block-4 {
  background-image: url('../images/Geometry-Line-Brush-Highlighter.png');
  background-position: 0 0;
  background-size: cover;
  border-radius: 15.46px;
  text-decoration: none;
}

.link-block-5 {
  background-image: url('../images/Controller-Diagnostic-Tool.png');
  background-position: 0 0;
  background-size: cover;
  border-radius: 15.46px;
  text-decoration: none;
}

.link-block-6 {
  background-image: url('../images/Meter-Tool.png');
  background-position: 0 0;
  background-size: cover;
  border-radius: 15.46px;
  text-decoration: none;
}

.link-block-7 {
  background-image: url('../images/Labeler-Tool.png');
  background-position: 0 0;
  background-size: cover;
  border-radius: 15.46px;
  text-decoration: none;
}

.link-block-8 {
  background-image: url('../images/Module-Snapping-Tool.png');
  background-position: 0 0;
  background-size: cover;
  border-radius: 15.46px;
  text-decoration: none;
}

.link-block-9 {
  background-image: url('../images/Grabbable-Setter-Tool.png');
  background-position: 0 0;
  background-size: cover;
  border-radius: 15.46px;
  text-decoration: none;
}

.link-block-10 {
  background-image: url('../images/Character-Collider-Setter-Tool.png');
  background-position: 0 0;
  background-size: cover;
  border-radius: 15.46px;
  text-decoration: none;
}

.link-block-11 {
  background-image: url('../images/Mesh-Visability-Toggle-Tool.png');
  background-position: 0 0;
  background-size: cover;
  border-radius: 15.46px;
  text-decoration: none;
}

.link-block-12 {
  background-image: url('../images/Interactive-Camera-Object-Exclude-Too.png');
  background-position: 0 0;
  background-size: cover;
  border-radius: 15.46px;
  text-decoration: none;
}

.link-block-13 {
  background-image: url('../images/Color-Tool.png');
  background-position: 0 0;
  background-size: cover;
  border-radius: 15.46px;
  text-decoration: none;
}

.link-block-14 {
  background-image: url('../images/Mesh-Tool.png');
  background-position: 0 0;
  background-size: cover;
  border-radius: 15.46px;
  text-decoration: none;
}

.link-block-15 {
  background-image: url('../images/Rig-Mesh-Transfer-Tool.png');
  background-position: 0 0;
  background-size: cover;
  border-radius: 15.46px;
  text-decoration: none;
}

.link-block-16 {
  background-image: url('../images/Object-Slicer-Tool.png');
  background-position: 0 0;
  background-size: cover;
  border-radius: 15.46px;
  text-decoration: none;
}

.link-block-17 {
  background-image: url('../images/Dev-Tool.png');
  background-position: 0 0;
  background-size: cover;
  border-radius: 15.46px;
  text-decoration: none;
}

.line-block-18 {
  background-image: url('../images/ProtoFlux-Tool.png');
  background-position: 0 0;
  background-size: cover;
  border-radius: 15.46px;
  text-decoration: none;
}

.line-block-19 {
  background-image: url('../images/Component-Clone-Tool.png');
  background-position: 0 0;
  background-size: cover;
  border-radius: 15.46px;
  text-decoration: none;
}

.link-block-20 {
  background-image: url('../images/Material-Tool.png');
  background-position: 0 0;
  background-size: cover;
  border-radius: 15.46px;
  text-decoration: none;
}

.link-block-21 {
  background-image: url('../images/Glue-Tool.png');
  background-position: 0 0;
  background-size: cover;
  border-radius: 15.46px;
  text-decoration: none;
}

.link-block-22 {
  background-image: url('../images/Light-Tool.png');
  background-position: 0 0;
  background-size: cover;
  border-radius: 15.46px;
  text-decoration: none;
}

.link-block-23 {
  background-image: url('../images/Shape-Tool-Desktop.png');
  background-position: 0 0;
  background-size: cover;
  border-radius: 15.46px;
  text-decoration: none;
}

.link-block-24 {
  background-image: url('../images/Microphone-Tool-Desktop.png');
  background-position: 0 0;
  background-size: cover;
  border-radius: 15.46px;
  text-decoration: none;
}

.link-block-25 {
  background-image: url('../images/Shape-Tool-VR.png');
  background-position: 0 0;
  background-size: cover;
  border-radius: 15.46px;
  text-decoration: none;
}

.link-block-26 {
  background-image: url('../images/Microphone-Tool-VR.png');
  background-position: 0 0;
  background-size: cover;
  border-radius: 15.46px;
  text-decoration: none;
}

.flex-block-29 {
  aspect-ratio: auto;
  object-fit: contain;
  background-color: #2b2f35;
  background-image: linear-gradient(66deg, #59eb5c, #61d1fa 15%, #ba64f2 41%, #ff7676 76%, #f8f770);
  border: 1px dashed #000;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
}

.heading-17 {
  color: #e1e1e0;
  text-align: right;
  font-size: 39px;
  line-height: 58.5px;
}

.div-block-13 {
  width: 100%;
  padding-left: 0;
}

.flexbox-30 {
  background-color: #2b2f35;
  background-image: linear-gradient(#11151dcc, #11151dcc), url('../images/_0027_ResoniteBranding_PosterArt_DevTip_02_v01b.jpg');
  background-position: 0 0, 100% 60%;
  background-size: auto, cover;
  border: 15.46px #61d1fa;
  border-radius: 15.46px;
  margin: 30px 325px;
  padding-top: 0;
  padding-left: 60px;
  padding-right: 60px;
}

.heading-18 {
  color: #e1e1e0;
  text-align: right;
  white-space: normal;
  overflow-wrap: normal;
}

.paragraph-7 {
  color: #e1e1e0;
  word-break: normal;
  height: 100%;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 22.5px;
}

.div-block-14 {
  z-index: 2;
  background-image: url('../images/Color_128_HandInteract.png');
  background-position: 0 0;
  background-size: cover;
  width: 121.35px;
  height: 121.35px;
  position: absolute;
  top: 1081.72px;
  bottom: 269.281px;
  left: 388.323px;
  transform: rotate(39deg);
}

.flex-block-30 {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
}

.hero-stack-copy {
  z-index: 1;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #284c5d;
  border: 15.46px dashed #61d1fa;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 450px;
  margin-top: -1px;
  padding: 64px 24px;
  display: flex;
  position: relative;
}

.image-7 {
  background-image: url('../images/Color_128_Tools.png');
  background-position: 0 0;
  background-size: auto;
}

.container-19 {
  background-image: url('../images/Color_128_Tools.png');
  background-position: 0 0;
  background-size: cover;
}

.image-8 {
  position: relative;
  top: 9px;
  transform: scale(.8);
}

.button-primary-copy {
  color: #fff;
  letter-spacing: 2px;
  text-transform: none;
  background-color: #458fab;
  border-radius: 9.6px;
  margin-top: 15.46px;
  margin-bottom: 15.46px;
  padding: 12px 25px;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  transition: all .2s;
  box-shadow: 4px 4px 3px #11151d14;
}

.button-primary-copy:hover {
  color: #86888b;
  background-color: #61d1fa;
}

.button-primary-copy:active {
  color: #2b2f35;
  background-color: #61d1fa;
}

.efi-pricing-button {
  background-color: #2b2f35;
  border-radius: 15.46px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 15px 40px;
  font-size: 15.46px;
  transition: all .7s;
  display: flex;
}

.efi-pricing-button:hover {
  transform: translate(0, -7px);
}

.efi-pricing-button-wrapper {
  position: relative;
}

.efi-option {
  color: #11151d;
  font-size: 15px;
  font-weight: 400;
  line-height: 22.5px;
}

.efi-points-grid {
  grid-column-gap: 5px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
  margin-bottom: 15px;
}

.efi-pricing-points {
  margin-bottom: 0;
}

.efi-h2 {
  color: #11151d;
  height: 116.989px;
  margin-bottom: 0;
  font-weight: 500;
}

.efi-price-block {
  margin-bottom: 0;
}

.efi-big-paragraph {
  height: 67.5px;
  margin-bottom: 9.55px;
  font-size: 15px;
  font-weight: 400;
}

.efi-h4 {
  margin-top: 9.55px;
  margin-bottom: 9.55px;
  font-size: 24.27px;
}

.efi-pricing-header {
  color: #11151d;
  border-bottom: 1px solid #5f5f5f;
  padding-bottom: 0;
}

.efi-pricing-container {
  grid-column-gap: 40px;
  grid-row-gap: 38px;
  border-bottom: 1px #000;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 20px;
  display: grid;
}

.efi-pr-01-pricing-cell {
  background-color: #e1e1e0;
  border: 0 solid #ccc;
  border-radius: 15.46px;
  flex-direction: column;
  justify-content: space-between;
  padding: 40px 20px;
  display: flex;
}

.efi-pr-01-pricing-cell.grey {
  background-color: #e1e1e0;
  border-style: none;
  padding-left: 15.46px;
  padding-right: 15.46px;
}

.efi-pr-01-pricing-grid {
  grid-column-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

.efi-tab-text {
  text-align: center;
  font-size: 24.27px;
  font-weight: 600;
}

.efi-tab-link {
  color: #fff;
  background-color: #0000;
  padding-left: 0;
  padding-right: 20px;
}

.efi-tab-link.w--current {
  filter: none;
  color: #c2c2c2;
  background-color: #0000;
  padding-left: 0;
  padding-right: 20px;
}

.efi-tab-link.black {
  color: #000;
  text-align: center;
  background-color: #ba64f2;
  border-radius: 9.55px;
  width: 450px;
  margin-bottom: 15.46px;
  margin-left: 5.9px;
  margin-right: 5.9px;
  padding: 15.46px 9.55px;
}

.efi-tab-link.black.w--current {
  color: #e1e1e0;
  background-color: #492f64;
  border-radius: 9.55px;
  width: 450px;
  margin-left: 5.9px;
  margin-right: 5.9px;
  padding-left: 9.55px;
  padding-right: 9.55px;
}

.efi-pr-01-tab-menu {
  text-align: center;
  margin-bottom: 35px;
}

.efi-pr-01-pricing-grid-wrapper {
  width: 100%;
}

.efi-paragraph {
  color: #11151d;
  font-size: 15px;
  font-weight: 400;
}

.efi-pr-01-grid {
  grid-column-gap: 75px;
  grid-template-rows: auto;
  margin-bottom: 15.46px;
}

.efi-pr-01-container {
  width: 100%;
  max-width: 86%;
  margin-left: auto;
  margin-right: auto;
}

.efi-pr-01 {
  background-color: #86888b00;
  width: 100%;
  min-height: 1100px;
  padding: 25px 5% 37px;
}

.tab-link-tab-3 {
  background-color: #c8c8c8;
}

.tab-link-tab-3.w--current {
  background-color: #3898ec;
  font-size: 15.46px;
  font-weight: 600;
}

.superscript, .superscript-2 {
  font-size: 24.27px;
}

.body-9-cloudhome {
  background-color: #11151d;
  background-image: linear-gradient(#11151d66, #11151d66), url('../images/11x17_ResoniteFeatured_Website_01_00000.jpg');
  background-position: 0 0, 50% 35%;
  background-size: auto, cover;
}

.efi-h2-copy {
  color: #e1e1e0;
  margin-bottom: 0;
  font-weight: 500;
  position: static;
}

.efi-paragraph-copy {
  color: #e1e1e0;
  font-size: 15px;
  font-weight: 400;
}

.efi-pricing-button-copy {
  background-color: #2b2f35;
  border-radius: 15.46px;
  justify-content: center;
  align-items: center;
  width: 172px;
  padding: 15px 40px;
  font-size: 15.46px;
  transition: all .7s;
  display: flex;
}

.efi-pricing-button-copy:hover {
  transform: translate(0, -7px);
}

.hero-heading-right {
  background-color: #11151d;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-20 {
  width: 100%;
  max-width: 1236px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-4 {
  justify-content: space-between;
  align-items: center;
  margin: 60px;
  display: flex;
}

.hero-split-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.shadow-two-5 {
  box-shadow: 0 4px 24px #96a3b514;
}

.margin-bottom-24px-4 {
  color: #e1e1e0;
  text-shadow: 4px 4px 3px #11151d14;
  margin-bottom: 10px;
  font-weight: 400;
}

.button-primary-3 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-3:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-3:active {
  background-color: #43464d;
}

.heading-8-copy {
  color: #e1e1e0;
  text-shadow: 4px 4px 3px #11151d14;
  margin-bottom: 24px;
  font-size: 39px;
  font-weight: 600;
  line-height: 58.5px;
}

.heading-8-copy-copy {
  color: #e1e1e0;
  text-shadow: 4px 4px 3px #11151d14;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 58.5px;
}

.heading-8-copy-copy-copy {
  color: #458fab;
  text-shadow: 4px 4px 3px #11151d14;
  font-size: 15px;
  font-style: italic;
  font-weight: 600;
  line-height: 22.5px;
}

.button-text {
  margin-bottom: 0;
}

.blur {
  z-index: 10;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-color: #f3f4f800;
  border-radius: 0;
  width: 100%;
  height: 100%;
  position: relative;
}

.button-9 {
  color: #e1e1e0;
  text-shadow: 2px 2px 3px #11151d99;
  background-color: #458fab;
  border-radius: 9.6px;
  width: 100%;
  height: 45px;
  margin-bottom: 15px;
  font-size: 15px;
  font-weight: 400;
  line-height: 22.5px;
  transition: background-color .2s;
}

.button-9:hover {
  color: #11151d;
  background-color: #61d1fa;
}

.button-9.outline {
  grid-column-gap: 10px;
  color: #e1e1e0;
  background-color: #0000;
  border: 1px solid #d8d9dd;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  text-decoration: none;
  transition: transform .2s, box-shadow .2s;
  display: flex;
}

.button-9.outline:hover {
  transform: translate(0, -4px);
  box-shadow: 0 4px 2px #1c1c1c33;
}

.form-flex {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
  display: flex;
}

.semi-bold {
  font-weight: 600;
}

.semi-bold.link {
  background-image: linear-gradient(#824aab, #824aab);
  font-weight: 400;
}

.semi-bold.link:hover {
  color: var(--dark-color);
  background-image: linear-gradient(#ba64f2, #ba64f2);
}

.link-2 {
  border-bottom: 1px solid #7f56da00;
  font-size: 15px;
  line-height: 22.5px;
}

.link-2:hover {
  border-bottom-color: #177fff;
}

.login-popup {
  z-index: 5;
  text-align: left;
  background-color: #2b2f35;
  border-radius: 24.9px;
  width: 75%;
  max-width: none;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  position: fixed;
  inset: 25% 0% 25% 0;
  box-shadow: 80px 200px 20px 20px #11151d99;
}

.form-block {
  margin-top: 40px;
  margin-bottom: 35px;
}

.field-wrapper {
  margin-bottom: 20px;
}

.field-wrapper.top {
  margin-top: 20px;
}

.field-input {
  color: #11151d;
  border: 1px solid #e1e1e0;
  border-radius: 9.6px;
  height: 45px;
  margin-bottom: 0;
  padding-left: 15px;
  font-size: 15px;
  line-height: 22.5px;
  transition: border-color .2s;
}

.field-input:hover, .field-input:focus {
  border-color: #177fff;
}

.checkbox {
  border-radius: 4px;
  width: 16px;
  height: 16px;
  margin-top: 2px;
  margin-right: 7px;
}

.checkbox.w--redirected-checked {
  background-color: #61d1fa;
  border-color: #61d1fa;
}

.left {
  background-color: #2b2f35;
  border-radius: 24.9px;
  flex-direction: column;
  justify-content: space-between;
  width: 50%;
  padding: 35px 40px;
  display: flex;
}

.chekbox-text {
  color: #e1e1e0;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 22.5px;
}

.bg-image {
  background-image: url('../images/Website_Background_01_B_v01.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 0;
  width: 100%;
  max-width: 100%;
  height: auto;
  position: relative;
}

.container-21 {
  background-color: #2b2f35;
  border-radius: 24.9px;
  min-height: 100%;
  display: flex;
}

.p-normal {
  color: #a2a6b1;
  margin-bottom: 0;
  padding-top: 24px;
  font-weight: 400;
}

.p-normal.align-center {
  text-align: center;
}

.checkbox-wrap {
  align-items: center;
  margin-bottom: 0;
}

.left-wrap {
  align-self: center;
  width: 100%;
  max-width: 360px;
}

.right {
  background-color: #f3f4f8;
  background-image: url('../images/Website_Background_01_B_v01.jpg');
  background-position: 100%;
  background-attachment: scroll;
  border-radius: 24.9px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  display: flex;
  position: relative;
}

.field-label {
  color: #e1e1e0;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 400;
  line-height: 22.5px;
}

.container-22 {
  max-width: none;
}

.heading-19 {
  color: #e1e1e0;
  font-size: 39px;
  line-height: 58.5px;
}

.paragraph-8 {
  color: #e1e1e0;
}

.testmodule {
  width: 100%;
  height: 0%;
  position: fixed;
}

.container-23 {
  z-index: 4;
  -webkit-backdrop-filter: blur(9px);
  backdrop-filter: blur(9px);
  background-color: #11151d00;
  background-image: linear-gradient(129deg, #f8f77099 20%, #59eb5c33 46%, #ff767633 55%, #ba64f233 66%, #61d1fa);
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: none;
  position: fixed;
  inset: 0%;
}

.nav-link-copy {
  color: #e1e1e0;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-copy:hover {
  color: #61d1fa;
  font-weight: 400;
}

.nav-link-copy:focus-visible, .nav-link-copy[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-copy.w--current {
  pointer-events: auto;
  color: #61d1fa;
  -webkit-text-stroke-color: #e1e1e0;
  font-size: 16px;
  font-weight: 500;
}

.success-message {
  background-color: #3f9e44;
  border-radius: 24.5px;
  font-size: 15px;
  line-height: 20.5px;
}

.text-block-27 {
  color: #e1e1e0;
  line-height: 22.5px;
}

.error-message {
  background-color: #ae5458;
  border-radius: 9.6px;
}

.text-block-28 {
  color: #e1e1e0;
  font-size: 15px;
  line-height: 22.5px;
}

.body-13 {
  background-color: #11151d;
  overflow: hidden;
}

.profile_field-wrapper {
  width: 65%;
  min-height: 30px;
}

.profile_field-wrapper.has-button {
  justify-content: space-between;
  align-items: center;
  max-width: none;
  display: flex;
}

._100 {
  width: 100%;
}

.profile_section {
  background-color: #11151d;
  border: .5px solid #e1e1e000;
  border-radius: 15.4px;
  width: 100%;
  margin-bottom: 2rem;
  padding: 1.8rem 15.46px;
  position: relative;
}

.nav_logo {
  height: 1.6875rem;
}

.input {
  color: #11151d;
  background-color: #fff;
  border: 1px solid #d3cccc;
  border-radius: 6px;
  height: 48px;
  margin-bottom: 0;
  padding-top: 10px;
  padding-left: 18px;
  font-size: 1rem;
  transition: border-color .2s, box-shadow .2s;
  box-shadow: 0 3px 6px -2px #1d01501a;
}

.input:hover {
  box-shadow: none;
  border-color: #5d52f7;
}

.input:focus {
  border: 1px solid #434de7;
}

.input::placeholder {
  color: #6e6e6e;
}

.input-preview {
  color: #e1e1e0;
  padding-left: 15.46px;
  font-size: 15px;
  font-weight: 400;
  line-height: 22.5px;
}

.modal_form {
  z-index: 2;
  background-color: #492f64;
  border: 1px solid #f2f3ff00;
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 500px;
  min-width: 500px;
  margin-bottom: 0;
  padding: 3rem;
  position: relative;
  box-shadow: 0 20px 30px -10px #1d01501a;
}

.dash_h1 {
  color: #e1e1e0;
  text-shadow: 6px 6px 9px #11151d99;
  margin: 9px 30px;
  font-family: Poppins, sans-serif;
  font-size: 64px;
  font-weight: 600;
  line-height: 96px;
}

.profile_flex {
  flex-wrap: wrap;
  max-width: 600px;
  display: flex;
}

.dash_contain {
  padding-left: 30px;
  padding-right: 30px;
}

.relative {
  position: relative;
}

.dash_modal {
  z-index: 9999;
  background-color: #0000;
  justify-content: center;
  align-items: flex-start;
  padding: 10vh 25px;
  display: flex;
  position: relative;
  inset: 0%;
  overflow: visible;
}

.dash_nav-wrap {
  z-index: 10;
  color: #000;
  background-color: #fff;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 200px;
  height: auto;
  padding: 3rem 1rem 1.5rem;
  display: flex;
  position: fixed;
  top: 60px;
  bottom: 0;
  left: 0;
}

.spacer-s {
  width: 100%;
  height: 1rem;
}

.profile_section-head {
  color: #e1e1e0;
  margin-bottom: 10px;
  margin-left: 15.46px;
  font-size: 39px;
  font-weight: 500;
  line-height: 58.5px;
}

.social-image {
  width: 24px;
}

.dash_nav-menu {
  margin-bottom: 50px;
}

.modal_close {
  z-index: 1;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.dash_content {
  background-color: #11151d;
  background-image: linear-gradient(259deg, #f8f770 10%, #59eb5c 27%, #ff7676 53%, #ba64f2 70%, #61d1fa);
  border-top-left-radius: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: 0;
  padding: 75px 60px 2rem;
  position: relative;
  overflow: visible;
}

.profile_column {
  width: 50%;
  min-height: 40px;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.outline-button {
  color: #4b4f56;
  border: 1px solid #d3cccc;
  border-radius: 50px;
  padding: .4rem 1.3rem;
  line-height: 25px;
  text-decoration: none;
}

.outline-button.edit {
  color: #11151d;
  background-image: linear-gradient(#ba64f2, #ba64f2);
  border-color: #d3cccc00;
  border-radius: 9.6px;
  margin-top: 15.46px;
  margin-right: 15.46px;
  padding-left: 15.46px;
  padding-right: 15.46px;
  transition: background-color .2s;
  position: absolute;
  inset: 1rem 1rem auto auto;
}

.outline-button.edit:hover {
  color: #0d0d0d;
  background-color: #2962ff;
  background-image: linear-gradient(#61d1fa, #61d1fa);
  border-color: #2962ff;
}

.outline-button.manage {
  margin-top: auto;
}

.text-size-small {
  font-size: .875rem;
}

.text-size-small.text-color-grey {
  color: #4b4f56;
}

.modal_close-icon {
  z-index: 10;
  color: #fff;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
  position: absolute;
  inset: 25px 25px auto auto;
}

.disconnect-link {
  text-align: right;
  padding: 13px;
  line-height: 1.3;
  text-decoration: underline;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.disconnect-link:hover {
  color: #000;
}

.flex-row-outer {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.flex-row-outer.social {
  flex-wrap: wrap;
  padding-top: 23px;
}

.dash_nav-link {
  color: #4b4f56;
  text-align: center;
  border-radius: 100px;
  justify-content: flex-start;
  align-items: center;
  min-width: 150px;
  padding: .6rem 1rem;
  font-size: 14px;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.dash_nav-link:hover {
  opacity: 1;
  background-color: #f6f6f7;
}

.dash_nav-link.w--current {
  opacity: 1;
  color: #fff;
  background-color: #5d52f7;
  border-radius: 10px;
  font-weight: 600;
}

.profile_h1 {
  color: #e1e1e0;
  margin-bottom: 15.46px;
  font-size: 15px;
  font-weight: 500;
  line-height: 22.5px;
}

.page-wrapper {
  max-width: 100vw;
  overflow: hidden;
}

.dash_profile-menu {
  background-color: #11151d;
  border: 1px solid #0000;
  border-radius: 15.4px;
  flex-direction: column;
  flex: none;
  align-items: flex-start;
  width: 250px;
  margin-top: 15.46px;
  margin-left: 15.46px;
  margin-right: 30.92px;
  padding: 15.46px;
  display: flex;
}

.input-label {
  color: #86888b;
  margin-bottom: 3px;
  padding-left: 15.46px;
  font-size: 15px;
  line-height: 22.5px;
}

.dash_nav-bar {
  z-index: 999;
  background-color: #fff;
  position: fixed;
  inset: 0% 0% auto;
}

.social-content {
  grid-column-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav-menu {
  margin-left: auto;
  padding-right: 20px;
}

.menu-header {
  color: #4b4f56;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 5px;
  padding-left: 1rem;
  font-size: 10px;
}

.nav_logo-link {
  padding-top: 5px;
}

.dash_header {
  color: #e1e1e0;
  justify-content: space-between;
  align-items: flex-start;
  height: auto;
  display: flex;
}

.dash_button {
  color: #fff;
  text-align: center;
  background-color: #458fab;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding: .65rem .975rem .5rem;
  font-size: .9rem;
  font-weight: 500;
  transition: background-color .2s, transform .2s;
}

.dash_button:hover {
  color: #11151d;
  background-color: #61d1fa;
  transform: translate(0, -4px);
}

.dash_button.is-modal {
  margin-top: 1rem;
}

.disconnect-image {
  width: 16px;
}

.dash_icon {
  justify-content: center;
  align-items: center;
  width: 24px;
  min-width: 24px;
  height: 24px;
  min-height: 24px;
  margin-left: -5px;
  margin-right: 6px;
  padding: 3px;
  display: flex;
  overflow: hidden;
}

.dash_icon.wallet {
  padding: 4px;
}

.dash_icon.profile {
  padding: 2px;
}

.dash_icon.edit {
  opacity: .7;
  margin-left: 6px;
  margin-right: -5px;
}

.embed-css {
  background-color: #ededed;
  align-items: center;
  height: 5rem;
  padding-left: 2rem;
  font-style: italic;
  display: flex;
}

.dash_profile-tabs {
  background-color: #2b2f35;
  border-radius: 15.4px;
  align-items: stretch;
  padding: 20px 30px;
  display: flex;
  overflow: hidden;
}

.input-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-bottom: .5rem;
  display: flex;
  position: relative;
}

.button-icon-2 {
  justify-content: center;
  align-items: center;
  width: 18px;
  min-width: 18px;
  height: 21px;
  min-height: 24px;
  margin-right: 6px;
  padding-top: 3px;
  padding-bottom: 3px;
  display: flex;
  overflow: hidden;
}

.navigation-container {
  justify-content: space-between;
  align-items: center;
  height: 80px;
  min-height: 60px;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: flex;
}

.profile_form-header {
  justify-content: space-between;
  align-items: center;
  padding-top: 1.5rem;
  padding-bottom: 20px;
  display: flex;
  position: sticky;
  top: 0;
}

.social-btn {
  color: #272b31;
  border: 1px solid #b7bbd1;
  border-radius: 6px;
  width: 100%;
  margin-bottom: 10px;
  padding: 12px 40px 12px 15px;
  text-decoration: none;
  transition: border-color .2s, box-shadow .2s;
  position: relative;
  box-shadow: 0 3px 6px -1px #1d01501a;
}

.social-btn:hover {
  box-shadow: none;
  border-color: #374252;
}

.social-btn:focus {
  border: 1px solid #000;
}

.social-btn::placeholder {
  color: #6e6e6e;
}

.dash_profile-nav-link {
  color: #e1e1e0;
  background-color: #0000;
  border-radius: 9.6px;
  margin-bottom: .3em;
  margin-right: .25rem;
  padding: .5em 1rem .4rem;
  line-height: 2;
  transition: color .2s, background-color .2s;
}

.dash_profile-nav-link:hover {
  color: #11151d;
  background-color: #61d1fa;
  font-weight: 500;
}

.dash_profile-nav-link.w--current {
  color: #11151d;
  background-color: #2962ff;
  background-image: linear-gradient(#458fab, #458fab);
  border-radius: 9.6px;
  font-weight: 600;
}

.dash_profile-nav-link.is-logout {
  z-index: 2;
  color: #e1e1e0;
  background-color: #ae5458;
  border-radius: 9.6px;
  margin-left: 30.92px;
  margin-right: 0;
  padding-left: 9.6px;
  padding-right: 9.6px;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 218px auto auto 1016px;
}

.social-text {
  color: #e1e1e0;
}

.profile_label {
  width: 35%;
  font-size: .9rem;
  font-weight: 700;
  line-height: 1;
}

.profile_label.is-modal {
  color: #e1e1e0;
  width: 100%;
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: 15px;
  font-weight: 400;
  line-height: 22.5px;
}

.div-block-15 {
  justify-content: center;
  align-items: center;
  margin-bottom: 311px;
  display: flex;
}

.text-block-29, .text-block-30 {
  font-size: 15px;
  line-height: 22.5px;
}

.text-block-30:hover {
  color: #11151d;
}

.text-block-31 {
  font-size: 15px;
  line-height: 22.5px;
}

.text-block-32 {
  font-weight: 500;
}

.text-block-33 {
  color: #e1e1e0;
  margin-left: 15.46px;
}

.fn-faq-link {
  color: #df0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.1em;
  text-decoration: none;
  transition: opacity .25s;
}

.fn-faq-link:hover {
  opacity: .7;
}

.form-label-no-margin {
  color: #939b9b;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3em;
}

.fn-column {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.fn-faq-arrow {
  color: #61d1fa;
  align-items: center;
  width: 12px;
  height: 12px;
  margin-top: 2px;
  display: flex;
}

.faq-link-text {
  color: #61d1fa;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 25px;
  text-decoration: none;
}

.fn-show-more {
  flex-direction: column;
  align-items: flex-start;
  height: 25px;
  font-size: 18px;
  display: flex;
  overflow: hidden;
}

.fn-faq-link-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #df0;
  cursor: pointer;
  align-items: center;
  margin-top: 16px;
  font-size: 24px;
  text-decoration: none;
  display: flex;
}

.fn-paragraph-no-margin {
  color: #cdd3d2;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 1.6em;
  overflow: hidden;
}

.fn-faq-line {
  background-color: #687373;
  width: 100%;
  height: 1px;
  margin-bottom: 16px;
}

.fn-heading-4 {
  color: #fff;
  margin-bottom: 16px;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.3em;
}

.fn-faq-dark-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: #11151d;
  border-radius: 16px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding: 24px;
  display: flex;
}

.fn-paragraph {
  color: #cdd3d2;
  margin-bottom: 32px;
  font-size: 16px;
  line-height: 1.6em;
}

.fn-heading-5 {
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Open Sans, sans-serif;
  font-size: 52px;
  line-height: 1.2em;
}

.fn-container-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-image: linear-gradient(#2b2f35bf, #2b2f35bf);
  border-radius: 15.46px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1310px;
  padding: 30px;
  display: grid;
}

.fn-section-3 {
  color: #ecf0ef;
  background-color: #1d1f1e;
  background-image: linear-gradient(#fff0, #11151d 96%), url('../images/ResoniteMarketing_A1PosterTemplate_01_v01_Website.png');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  flex-direction: column;
  align-items: center;
  width: 100%;
  min-height: 1400px;
  padding-top: 80px;
  padding-bottom: 80px;
  font-family: Open Sans, sans-serif;
  display: flex;
}

.heading-8-copy-copy-copy {
  color: #ff7676;
  text-shadow: 4px 4px 3px #11151d14;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-style: italic;
  font-weight: 500;
  line-height: 22.5px;
}

.fn-faq-arrow-2 {
  align-items: center;
  width: 12px;
  height: 8px;
  margin-top: 2px;
  display: flex;
}

.fn-show-more-2 {
  flex-direction: column;
  align-items: flex-start;
  height: 20px;
  font-size: 18px;
  display: flex;
  overflow: hidden;
}

.fn-faq-link-wrapper-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #df0;
  cursor: pointer;
  align-items: center;
  margin-top: 16px;
  text-decoration: underline;
  display: flex;
}

.fn-faq-dark-wrapper-2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: #0f1213;
  border-radius: 16px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding: 24px;
  display: flex;
}

.fn-heading-6 {
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Open Sans, sans-serif;
  font-size: 52px;
  line-height: 1.2em;
}

.fn-container-grid-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1310px;
  padding-left: 15px;
  padding-right: 15px;
  display: grid;
}

.fn-section-4 {
  color: #ecf0ef;
  background-color: #1d1f1e;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  font-family: Open Sans, sans-serif;
  display: flex;
}

.heading-20 {
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 22.5px;
}

.container-24 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-image: linear-gradient(#2b2f35bf, #2b2f35bf);
  border-radius: 15.46px;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 15.46px;
}

.heading-21 {
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 22.5px;
}

.button-6-copy {
  color: var(--light-color);
  text-align: left;
  text-shadow: 2px 1px 1px #0003;
  background-color: #458fab;
  border-radius: 9.6px;
  align-self: flex-start;
  margin-left: 0;
  padding-left: 15px;
  font-weight: 500;
}

.button-6-copy {
  color: var(--light-color);
  text-align: left;
  text-shadow: 2px 1px 1px #0003;
  background-color: #458fab;
  border-radius: 9.6px;
  align-self: flex-end;
  margin-left: 0;
  padding-left: 15px;
  font-family: Poppins, sans-serif;
  font-weight: 500;
}

.button-6-copy:hover {
  color: var(--dark-color);
  background-color: #61d1fa;
}

.section-3 {
  min-height: 600px;
}

.body-14 {
  background-image: linear-gradient(#11151dcc, #11151dcc), url('../images/ResoniteMarketing_A1PosterTemplate_01_v01_Website.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.testimonial-quote-copy {
  color: #e1e1e0;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 15px;
  font-weight: 400;
  line-height: 22.5px;
}

.div-block-16 {
  background-image: repeating-linear-gradient(275deg, #f8f770, #59eb5c 14%, #ff7676 35%, #ba64f2 63%, #61d1fa 88%, #f8f770);
  width: 100%;
  height: 3px;
}

.container-9-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  border-radius: 15.46px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: auto;
  max-width: none;
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.efi-pr-01-pricing-grid-copy {
  grid-column-gap: 20px;
  grid-column-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

.efi-pr-01-pricing-grid-copy-copy {
  grid-column-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.link-block-27 {
  text-align: center;
  vertical-align: baseline;
  text-decoration: none;
  display: block;
}

.footer-copyright-center-2-copy {
  color: #e1e1e0;
  text-align: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.hero-heading-left-2 {
  color: #11151d;
  background-color: #11151d;
  border-bottom: 1px solid #e4ebf3;
  height: 800px;
  padding: 90px 30px 80px;
  position: relative;
}

.container-25 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-5 {
  justify-content: space-between;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.hero-split-4 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px-5 {
  color: #e1e1e0;
  margin-bottom: 24px;
  font-weight: 500;
}

.button-primary-4 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-4:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-4:active {
  background-color: #43464d;
}

.heading-22 {
  color: #e1e1e0;
  line-height: 74px;
}

.body-15 {
  background-color: #2b2f35;
}

@media screen and (max-width: 991px) {
  .container-2 {
    max-width: 728px;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: #2b2f35;
    border-radius: 15.46px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .hero-wrapper-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .list-3 {
    grid-template-columns: 1fr 1fr;
  }

  .background-video {
    margin-top: 89px;
  }

  .div-block-10 {
    padding-top: 200px;
  }

  .text-block-17 {
    margin-left: 55px;
    margin-right: 55px;
    line-height: 72px;
  }

  .button-6 {
    text-shadow: 2px 2px 3px #11151d99;
  }

  .link, .link-copy {
    align-self: flex-end;
    padding: 3px;
    font-size: 9.3px;
    line-height: 14px;
  }

  .text-block-20 {
    margin-top: 0;
    padding-top: 15px;
  }

  .container-7 {
    max-width: 728px;
  }

  .features-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .features-left {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .features-right {
    max-width: 100%;
  }

  .container-9 {
    max-width: 728px;
  }

  .footer-content-2 {
    grid-column-gap: 60px;
  }

  .centered-heading-2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .pricing-grid {
    grid-column-gap: 30px;
  }

  .pricing-card-text {
    width: auto;
    height: 78.2321%;
  }

  .link-copy-2 {
    align-self: flex-end;
    padding: 3px;
    font-size: 9.3px;
    line-height: 14px;
  }

  .hero-heading-right-3-copy-2 {
    height: 588.762px;
  }

  .container-10 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    max-width: 728px;
    margin-right: 0;
    padding-left: 15.46px;
    padding-right: 15.46px;
    display: grid;
  }

  .hero-wrapper-two {
    height: 470px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-15 {
    margin-top: 9px;
    padding-left: 9px;
    padding-right: 9px;
  }

  .flex-block-18 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .flex-block-20 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-self: center;
    width: 100%;
    display: grid;
  }

  .container-12 {
    max-width: 728px;
  }

  .testimonial-slide {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-left: 32px;
    display: grid;
  }

  .testimonial-quote {
    overflow: visible;
  }

  .flex-block-20-copy {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-self: center;
    width: 100%;
    display: grid;
  }

  .container-13 {
    max-width: 728px;
  }

  .testimonial-slide-2 {
    padding-left: 32px;
  }

  .testimonial-quote-2 {
    overflow: visible;
  }

  .hero-wrapper-3 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-2 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .text-block-17-copy {
    margin-left: 55px;
    margin-right: 55px;
    line-height: 72px;
  }

  .fn-banner-image-three, .fn-banner-image-two, .fn-banner-image-one {
    display: none;
  }

  .fn-button-dark:hover {
    color: #df0;
    background-color: #1d1f1e;
  }

  .fn-heading-2 {
    margin-bottom: 12px;
    font-size: 40px;
  }

  .fn-cta-banner-column {
    width: 100%;
    max-width: none;
  }

  .fn-cta-banner {
    padding: 60px;
  }

  .fn-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .container-14 {
    max-width: 728px;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .container-15 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .fn-banner-image-three-2, .fn-banner-image-two-2, .fn-banner-image-one-2 {
    display: none;
  }

  .fn-button-dark-2:hover {
    color: #df0;
    background-color: #1d1f1e;
  }

  .fn-heading-3 {
    margin-bottom: 12px;
    font-size: 40px;
  }

  .fn-cta-banner-column-2 {
    width: 100%;
    max-width: none;
  }

  .fn-cta-banner-2 {
    padding: 60px;
  }

  .fn-section-2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .grid {
    grid-template-rows: 16.6% 16.6% 16.6% 16.6% 16.6% 16.6%;
    grid-template-columns: 12.5% 12.5% 12.5% 12.5% 12.5% 12.5% 12.5% 12.5%;
    width: 100%;
    height: 100%;
  }

  .paragraph-6 {
    padding-top: 9px;
    font-size: 9.3px;
    line-height: 14px;
  }

  .flex-block-29 {
    object-fit: contain;
  }

  .flexbox-30 {
    aspect-ratio: auto;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    width: 98%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .heading-18 {
    font-size: 39px;
    line-height: 58.5px;
  }

  .efi-pr-01-pricing-grid {
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

  .efi-tab-link.black, .efi-tab-link.black.w--current {
    margin-top: 9.55px;
    margin-bottom: 9.55px;
  }

  .efi-pr-01-tab-menu {
    text-align: center;
  }

  .efi-pr-01-grid {
    grid-template-columns: 1fr;
  }

  .efi-pr-01 {
    aspect-ratio: auto;
    -webkit-text-fill-color: inherit;
    object-fit: fill;
    background-clip: border-box;
  }

  .body-9-cloudhome {
    -webkit-text-fill-color: inherit;
    background-image: linear-gradient(#0003, #0003), url('../images/11x17_ResoniteFeatured_Website_01_00000.jpg');
    background-size: auto, cover;
    background-clip: border-box;
  }

  .efi-h2-copy {
    text-align: center;
    width: 100%;
    position: static;
    inset: 0%;
  }

  .container-20 {
    max-width: 728px;
  }

  .hero-wrapper-4 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-3 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .left {
    width: 100%;
  }

  .right {
    display: none;
  }

  .nav-link-copy {
    padding-left: 5px;
    padding-right: 5px;
  }

  .dash_h1 {
    font-size: 24px;
  }

  .dash_contain {
    max-width: 100%;
  }

  .fn-faq-link {
    transition: none;
  }

  .fn-faq-link:hover {
    opacity: 1;
  }

  .fn-heading-4 {
    font-size: 28px;
  }

  .fn-heading-5 {
    margin-bottom: 12px;
    font-size: 40px;
  }

  .fn-container-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 95%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .fn-section-3 {
    min-height: 1200px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .fn-heading-6 {
    margin-bottom: 12px;
    font-size: 40px;
  }

  .fn-container-grid-2 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .fn-section-4 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .container-24 {
    width: 95%;
  }

  .button-6-copy {
    text-shadow: 2px 2px 3px #11151d99;
    margin-bottom: 30px;
  }

  .image-9 {
    padding-left: 15.46px;
  }

  .button-6-copy {
    text-shadow: 2px 2px 3px #11151d99;
  }

  .section-3 {
    min-height: 700px;
  }

  .body-14 {
    background-image: linear-gradient(to bottom, null, null), url('../images/ResoniteMarketing_A1PosterTemplate_01_v01_Website.png');
    background-size: auto, auto;
  }

  .testimonial-quote-copy {
    overflow: visible;
  }

  .container-9-copy {
    max-width: 728px;
  }

  .efi-pr-01-pricing-grid-copy {
    grid-row-gap: 50px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

  .efi-pr-01-pricing-grid-copy-copy {
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

  .container-25 {
    max-width: 728px;
  }

  .hero-wrapper-5 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-4 {
    max-width: 100%;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .style-guide-color-wrap {
    height: auto;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand-2 {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .hero-heading-left, .hero-heading-right-3 {
    padding: 60px 15px;
  }

  .hero-stack {
    height: 330px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .list-3 {
    grid-template-columns: 1fr;
  }

  .text-block-13 {
    padding-top: 15px;
    font-size: 39.6px;
    line-height: 39.6px;
  }

  .text-block-16 {
    color: #e1e1e0;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    line-height: 22.5px;
  }

  .background-video {
    margin-top: 89px;
  }

  .text-block-17 {
    line-height: 70px;
  }

  .hero-heading-right-copy, .hero-heading-left-copy-copy, .hero-heading-right-2-copy {
    padding: 60px 15px;
  }

  .link, .link-copy {
    padding: 3px;
  }

  .text-block-20 {
    padding-left: 15.46px;
    padding-right: 15.45px;
  }

  .testimonial-column-dark {
    padding: 60px 15px;
  }

  .container-9 {
    width: auto;
  }

  .footer-wrapper-2 {
    flex-direction: column;
    align-items: center;
  }

  .footer-content-2 {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block-2 {
    align-items: center;
  }

  .footer-link-2:hover {
    color: #1a1b1fbf;
  }

  .footer-social-block-2 {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link-2 {
    margin-left: 20px;
  }

  .footer-divider-2 {
    margin-top: 60px;
  }

  .footer-dark-3 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .pricing-overview {
    padding: 60px 15px;
  }

  .pricing-description {
    padding-left: 15px;
    padding-right: 15px;
  }

  .pricing-card-text {
    height: 81.0664%;
  }

  .div-block-11 {
    padding-bottom: 88px;
  }

  .link-copy-2 {
    padding: 3px;
  }

  .hero-heading-right-3-copy-2 {
    height: 555.532px;
    padding: 60px 15px;
  }

  .hero-wrapper-two {
    height: 504px;
  }

  .div-block-11-copy {
    padding-bottom: 15px;
  }

  .testimonial-slider-large {
    padding: 60px 15px;
  }

  .testimonial-slide {
    flex-direction: column;
    grid-auto-flow: row;
    justify-items: center;
    padding: 23px;
  }

  .testimonial-content {
    max-width: none;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .testimonial-quote-icon {
    width: 50px;
    margin-bottom: 16px;
  }

  .testimonial-info-two {
    margin-bottom: 0;
  }

  .testimonial-image-two {
    width: 100%;
    height: auto;
    margin-right: 0;
  }

  .flex-block-23 {
    height: 320px;
  }

  .flex-block-20-copy {
    grid-template-rows: minmax(auto, 1fr);
  }

  .testimonial-slider-large-2 {
    padding: 60px 15px;
  }

  .testimonial-slide-2 {
    flex-direction: column;
    padding: 23px;
  }

  .testimonial-content-2 {
    max-width: none;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .testimonial-quote-icon-2 {
    width: 50px;
    margin-bottom: 16px;
  }

  .testimonial-image-two-2 {
    width: 100%;
    height: auto;
  }

  .hero-heading-center {
    padding: 60px 15px;
  }

  .text-block-17-copy {
    line-height: 80px;
  }

  .fn-button-dark {
    width: 100%;
  }

  .fn-heading-2 {
    font-size: 34px;
  }

  .fn-cta-banner {
    padding: 12px;
  }

  .fn-section {
    padding-top: 32px;
    padding-bottom: 32px;
    overflow: visible;
  }

  .gallery-slider {
    padding: 60px 15px;
  }

  .gallery-slide {
    margin-left: 10px;
    margin-right: 10px;
  }

  .gallery-slide-text {
    line-height: 30px;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .fn-button-dark-2 {
    width: 100%;
  }

  .fn-heading-3 {
    font-size: 34px;
  }

  .fn-cta-banner-2 {
    padding: 12px;
  }

  .fn-section-2 {
    padding-top: 32px;
    padding-bottom: 32px;
    overflow: visible;
  }

  .link-block, .link-block-2, .link-block-3, .link-block-4, .link-block-5, .link-block-6, .link-block-7, .link-block-8, .link-block-9, .link-block-10, .link-block-11, .link-block-12, .link-block-13, .link-block-14, .link-block-15, .link-block-16, .link-block-17, .line-block-18, .line-block-19, .link-block-20, .link-block-21, .link-block-22, .link-block-23, .link-block-24, .link-block-25, .link-block-26 {
    border-radius: 9.6px;
  }

  .flexbox-30 {
    margin-top: 40px;
    margin-bottom: 40px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .heading-18 {
    font-size: 24px;
    line-height: 30px;
  }

  .hero-stack-copy {
    height: auto;
  }

  .image-8 {
    transform: scale(.6);
  }

  .efi-pr-01-grid {
    grid-template-columns: 1fr;
  }

  .hero-heading-right {
    padding: 60px 15px;
  }

  .hero-split-3 {
    margin-bottom: 60px;
  }

  .nav-link-copy {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .profile_field-wrapper.has-button {
    grid-row-gap: 1rem;
    flex-direction: column;
  }

  .nav_logo {
    height: 1.5rem;
  }

  .modal_form {
    min-width: auto;
  }

  .dash_h1 {
    margin-top: .3rem;
    font-size: 1.4rem;
  }

  .dash_nav-wrap {
    width: 160px;
    padding-left: 0;
    padding-right: 0;
    display: none;
  }

  .dash_content {
    margin-left: 0;
    margin-right: 10px;
    padding-top: 14px;
    padding-left: 10px;
  }

  .nav_logo-link {
    padding-left: 0;
  }

  .dash_header {
    height: 70px;
  }

  .form-label-no-margin {
    font-size: 20px;
  }

  .fn-heading-4 {
    font-size: 24px;
  }

  .fn-paragraph {
    margin-bottom: 24px;
  }

  .fn-heading-5 {
    font-size: 34px;
  }

  .fn-container-grid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .fn-section-3 {
    min-height: 1100px;
    padding-top: 32px;
    padding-bottom: 32px;
    overflow: visible;
  }

  .fn-heading-6 {
    font-size: 34px;
  }

  .fn-container-grid-2 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .fn-section-4 {
    padding-top: 32px;
    padding-bottom: 32px;
    overflow: visible;
  }

  .section-3 {
    min-height: 500px;
  }

  .testimonial-quote-copy {
    margin-left: 15.46px;
    margin-right: 15.46px;
  }

  .hero-heading-left-2 {
    height: 700px;
    padding: 60px 15px;
  }
}

@media screen and (max-width: 479px) {
  .style-guide-grid {
    flex-direction: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .style-guide-grid-item-wrap {
    grid-template-columns: 1fr;
  }

  .container-2 {
    max-width: none;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .text-block-4 {
    font-size: 24px;
    line-height: 32px;
  }

  .event-wrapper {
    aspect-ratio: auto;
    object-fit: fill;
    flex-wrap: nowrap;
    height: auto;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .top-wrapper {
    height: 100px;
  }

  .date-and-day-wrapper {
    flex: 0 auto;
    height: 100px;
  }

  .event-information-wrapper {
    flex: 0 auto;
    height: 100px;
    margin-right: 9px;
  }

  .h1 {
    aspect-ratio: auto;
    object-fit: contain;
  }

  .event-name {
    padding-left: 1px;
    font-size: 19.8px;
    line-height: 24px;
  }

  .flex-block-4 {
    height: 100px;
  }

  .event-date {
    font-size: 9.3px;
    line-height: 16px;
  }

  .event-link {
    margin-right: 9px;
    font-size: 9.3px;
    line-height: 16px;
  }

  .event-time {
    font-size: 9.3px;
    line-height: 16px;
  }

  .horizontal-divider-wrapper {
    height: 10px;
  }

  .image {
    align-self: auto;
    margin-top: 4px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .text-block-10, .text-block-11 {
    align-self: center;
    font-size: 39.6px;
    line-height: 39.6px;
  }

  .text-block-13 {
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 10px;
    font-size: 39.6px;
    line-height: 39.6px;
  }

  .text-block-14 {
    font-size: 9.3px;
    line-height: 16px;
  }

  .button-3 {
    margin-right: 12px;
    font-size: 19.8px;
    line-height: 24px;
  }

  .heading-3, .heading-4, .heading-5 {
    font-size: 24px;
    line-height: 32px;
  }

  .heading-6, .heading-7, .heading-8, .heading-9 {
    font-size: 24px;
    line-height: 36px;
  }

  .background-video {
    background-image: none;
    height: 450px;
    margin-top: 90px;
  }

  .flex-block-8 {
    background-image: linear-gradient(#f8f77073, #bc6aedfa 48%, #ba64f2 76%);
    height: 450px;
  }

  .div-block-10 {
    align-self: center;
  }

  .text-block-17 {
    padding-bottom: 10px;
    font-size: 39px;
    line-height: 42px;
  }

  .button-6 {
    margin-top: 12px;
  }

  .link, .link-copy {
    text-align: right;
    padding: 3px;
    font-size: 5.8px;
    line-height: 8.7px;
  }

  .text-block-20 {
    line-height: 32px;
  }

  .container-7 {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .features-right {
    margin-bottom: -30px;
  }

  .features-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 30px;
  }

  .features-image {
    margin-bottom: 10px;
  }

  .container-9 {
    max-width: none;
  }

  .centered-heading-2 {
    margin-bottom: 24px;
  }

  .pricing-description {
    font-weight: 500;
  }

  .pricing-grid {
    grid-template-columns: 1fr;
  }

  .pricing-card-text {
    color: #2b2f35;
    height: 77%;
    font-weight: 500;
  }

  .div-block-11 {
    padding-bottom: 88px;
  }

  .link-copy-2 {
    text-align: right;
    padding: 3px;
    font-size: 5.8px;
    line-height: 8.7px;
  }

  .hero-heading-right-3-copy-2 {
    height: auto;
  }

  .container-10 {
    place-items: center;
    width: 85%;
    max-width: none;
    margin-left: 0;
    padding: 3px 0;
  }

  .hero-wrapper-two {
    height: 440px;
    margin-left: 3px;
    margin-right: 3px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-bottom-24px-2 {
    font-size: 9.3px;
    line-height: 13px;
  }

  .button-primary {
    margin-bottom: 7.46px;
    margin-left: 6px;
    margin-right: 6px;
  }

  .heading-15 {
    margin-top: 6px;
    font-size: 24px;
    line-height: 32px;
  }

  .flex-block-18 {
    flex-direction: column;
    display: flex;
  }

  .flex-block-20 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .container-12 {
    max-width: none;
  }

  .testimonial-slide {
    grid-template-columns: 1fr .5fr;
    place-content: center;
  }

  .testimonial-quote-icon {
    width: 30px;
  }

  .testimonial-quote {
    font-size: 14px;
    line-height: 18px;
  }

  .testimonial-image-2 {
    width: 75px;
    height: 75px;
  }

  .testimonial-author-image-three {
    margin-right: 16px;
  }

  .flex-block-20-copy {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .container-13 {
    max-width: none;
  }

  .testimonial-quote-icon-2 {
    width: 30px;
  }

  .testimonial-quote-2 {
    font-size: 22px;
    line-height: 30px;
  }

  .testimonial-author-image-three-2 {
    margin-right: 16px;
  }

  .centered-heading-3 {
    margin-bottom: 24px;
  }

  .text-block-17-copy {
    padding-bottom: 10px;
    font-size: 39px;
    line-height: 42px;
  }

  .centered-heading-copy {
    margin-bottom: 24px;
  }

  .centered-heading-copy-copy {
    margin-bottom: 24px;
  }

  .container-14 {
    max-width: none;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr;
  }

  .gallery-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .button-primary-copy-under-construction, .button-primary-copy-under-construction-copy {
    margin-bottom: 7.46px;
    margin-left: 6px;
    margin-right: 6px;
  }

  .grid {
    padding: 9px 0;
  }

  .link-block {
    border-radius: 5.87px;
  }

  .paragraph-6 {
    font-size: 5.8px;
    line-height: 8.7px;
  }

  .link-block-2, .link-block-3, .link-block-4, .link-block-5, .link-block-6, .link-block-7, .link-block-8, .link-block-9, .link-block-10, .link-block-11, .link-block-12, .link-block-13, .link-block-14, .link-block-15, .link-block-16, .link-block-17, .line-block-18, .line-block-19, .link-block-20, .link-block-21, .link-block-22, .link-block-23, .link-block-24, .link-block-25, .link-block-26 {
    border-radius: 5.87px;
  }

  .flexbox-30 {
    margin-top: 18.6px;
    margin-bottom: 18.6px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .heading-18 {
    font-size: 14px;
    line-height: 16px;
  }

  .image-8 {
    transform: scale(.4);
  }

  .button-primary-copy {
    margin-bottom: 7.46px;
    margin-left: 6px;
    margin-right: 6px;
  }

  .efi-pricing-button-wrapper {
    height: auto;
    display: block;
  }

  .efi-h2 {
    height: 99.9997%;
  }

  .efi-price-block {
    height: auto;
  }

  .efi-h4 {
    line-height: 32px;
  }

  .efi-pricing-header {
    margin-left: 9px;
    margin-right: 9px;
  }

  .efi-pr-01-pricing-cell {
    width: auto;
    padding: 40px 5px;
  }

  .efi-tab-text {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    line-height: 26px;
    display: flex;
  }

  .efi-tab-link.black {
    width: auto;
    height: auto;
    margin-top: 9.55px;
    margin-bottom: 9.55px;
  }

  .efi-tab-link.black.w--current {
    height: auto;
    margin-top: 9.55px;
    margin-bottom: 9.55px;
  }

  .efi-pr-01-container {
    text-align: left;
    margin-left: 0;
    margin-right: 0;
  }

  .efi-pricing-button-copy {
    width: 80%;
  }

  .container-20 {
    max-width: none;
  }

  .heading-8-copy, .heading-8-copy-copy, .heading-8-copy-copy-copy {
    font-size: 24px;
    line-height: 36px;
  }

  .left {
    padding: 20px;
  }

  .dash_h1 {
    font-size: 24px;
    line-height: 36px;
  }

  .dash_nav-wrap {
    border-radius: 0;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 25px;
    padding-top: 0;
    position: static;
  }

  .dash_button {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .fn-section-3 {
    min-height: 800px;
  }

  .heading-8-copy-copy-copy {
    font-size: 15px;
    line-height: 22.5px;
  }

  .button-6-copy {
    margin-top: 12px;
    font-size: 9.8px;
    line-height: 13px;
  }

  .testimonial-quote-copy {
    font-size: 14px;
    line-height: 18px;
  }

  .container-9-copy {
    max-width: none;
  }

  .hero-heading-left-2 {
    height: 600px;
  }

  .container-25 {
    max-width: none;
  }

  .heading-22 {
    font-size: 30px;
    line-height: 35px;
  }
}

#w-node-_94b3c992-6e84-9ddb-59fb-4a4d840429d2-efa77703, #w-node-_94b3c992-6e84-9ddb-59fb-4a4d840429dc-efa77703, #w-node-_94b3c992-6e84-9ddb-59fb-4a4d840429e6-efa77703, #w-node-_5993f6c7-141f-9a06-cb94-63b781692ea4-81692e9e, #w-node-_5993f6c7-141f-9a06-cb94-63b781692eab-81692e9e, #w-node-_5993f6c7-141f-9a06-cb94-63b781692eb4-81692e9e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-af6ac8e3-b1ce-cda6-23dc-a32b43a6a065-efa77704 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-cef64361-1f9b-8732-7793-1d4785eeed97-efa77704 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c4313243-b51c-03bb-11ad-c431ebe2a80b-efa77704 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d0d2d682-3502-a29f-1a22-871f47028af2-efa77704, #w-node-eb00ca3d-f0c1-8354-e9aa-1faf574614be-efa77704, #w-node-_85cb43b8-5298-9d0a-b169-853350d81ae0-efa77704, #w-node-_5ce572de-a6ee-b264-99b3-588be3f1debe-efa77704, #w-node-e573c9ae-1e4b-15b0-7098-638502628a9c-efa77704, #w-node-_0c02166c-4ee3-9762-cc8d-f567a47991b2-efa77704, #w-node-_31bfd8e3-b79a-c6a8-c644-de3e1d6aef06-efa77704, #w-node-_8101b2ee-d87b-6d50-ecc4-1cc6560df4db-efa77704, #w-node-aa9291ec-5ca1-3ae2-496b-ff742d602a68-efa77704, #w-node-_479385eb-f044-0d6d-9fb9-3510fe0092c5-efa77704, #w-node-_36d6a540-3dac-ba1b-4887-4e460e7ddc86-efa77704, #w-node-_58a77a61-8d2a-f298-bcf8-5b5d6bda4258-efa77704, #w-node-_84eebd00-708d-d564-7474-81a48d7f1aa8-efa77704, #w-node-c0ceb277-bbf2-2cf4-4072-7fa273a7e783-efa77704, #w-node-_293d8aee-201d-8e8e-7d11-7b9b1bf3932f-efa77704, #w-node-e02f6cf5-e81b-07a2-d153-c916403846e7-efa77704, #w-node-_90e05c14-0560-63b0-7156-ffcbe12cdec6-efa77704, #w-node-_90e05c14-0560-63b0-7156-ffcbe12cdec7-efa77704, #w-node-_40d4d6df-e38b-f778-5115-ea8f93d0542e-efa77704, #w-node-c9d7c3ab-d31b-4fe2-e290-666f73a76a6a-efa77704, #w-node-_1cb2eaff-c085-9ab3-df4a-1725ee4f484b-efa77704, #w-node-_1229091c-99d0-b728-5727-37785a9996e2-efa77704 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f637bbff-835b-0236-4124-4ac1eef82ac3-efa77704 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_826fbc41-7f9a-f875-b76e-3e9c3ff2002b-efa77704, #w-node-ed82fd76-b394-3b31-d285-0d24c40a28ca-efa77704, #w-node-_11717b33-079b-321a-8523-e173de28bfe2-efa77704 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e383549d-c8b3-87cd-ee42-73f99aa01117-efa77704 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_55db6e40-b97b-9254-09df-2929df1b67ad-efa77704, #w-node-_8a96fce1-c74f-35f2-c6f4-3587e7d0e79a-efa77704, #w-node-bfdc7d70-2863-8331-b4f9-ad395f381310-efa77704, #w-node-_8219438d-b20e-01aa-f124-d537d0821573-efa77704, #w-node-df52a5df-cf6e-cd43-ccd8-20633efad3fb-efa77704, #w-node-cd8a551e-24bb-f985-80c2-ed654c7036ec-efa77704, #w-node-c73ec5c5-9d1c-c71a-647d-93fd71def3a3-efa77704, #w-node-b28db8fa-48cc-0fc7-f454-c90e65fa4e38-efa77704 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_18765f94-c4e6-c755-ac1d-a3de06ce4dbc-efa77704 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_91cfe370-0245-0733-cc80-e0128461d2a5-efa77704, #w-node-_983a314a-baad-360b-c27c-560bd790abd0-efa77704, #w-node-dec986e8-2989-ac3d-9697-51959cdb817b-efa77704 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_539debc5-c3bf-e500-5373-a3259d80206f-efa77704 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-aecd07ed-cd8b-1716-e906-11a45aa52757-efa77704, #w-node-_432c5549-5a58-4527-4926-71dbf8e6a1d1-efa77704, #w-node-_165d79eb-b2a5-28c4-eb36-16dde57c961e-efa77704, #w-node-c962fc9a-3fcf-08e3-bdf2-4ecd4a9701dd-efa77704, #w-node-_448e0e5a-f5bb-b07f-46a7-e322d88554aa-efa77704, #w-node-_448e0e5a-f5bb-b07f-46a7-e322d88554ab-efa77704 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bca97c44-ed2a-c4d2-234a-6c62ee4dc6b5-efa77704 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_65cb131a-038a-ef25-ea34-fb9ed9c178b0-efa77704, #w-node-_50c4eecd-635c-c0cb-6b83-c35774246b79-efa77704, #w-node-c8916215-f428-4614-ff29-bbb3582a90eb-c40d89ac, #w-node-c8916215-f428-4614-ff29-bbb3582a90f2-c40d89ac, #w-node-c8916215-f428-4614-ff29-bbb3582a90fb-c40d89ac, #w-node-d127d85e-5c17-a023-ca5d-3b118a08a66f-dda57eb1, #w-node-d127d85e-5c17-a023-ca5d-3b118a08a676-dda57eb1, #w-node-d127d85e-5c17-a023-ca5d-3b118a08a67f-dda57eb1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d16ab675-d921-e7f3-287a-816686ae6992-7c7e4c69 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-ad3f57aa-92c6-7d16-2d9a-4eac4abc1b36-2c642647 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-ad3f57aa-92c6-7d16-2d9a-4eac4abc1b3b-2c642647 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ad3f57aa-92c6-7d16-2d9a-4eac4abc1b49-2c642647, #w-node-ad3f57aa-92c6-7d16-2d9a-4eac4abc1b4e-2c642647, #w-node-_3651c072-cc9d-0d4f-5506-dd9772ee5754-2c642647, #w-node-_003482cb-8fb4-c479-9e0a-dea6cfa5fa2f-2c642647, #w-node-_003482cb-8fb4-c479-9e0a-dea6cfa5fa36-2c642647, #w-node-_003482cb-8fb4-c479-9e0a-dea6cfa5fa3f-2c642647, #w-node-_6e8abe0a-2a06-c022-3e3e-a1581c0b2c9a-73a28f91 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b3edaa79-0301-120e-a6f6-0c4bd6d4be4e-73a28f91 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_544d73bd-f83f-ca55-d0c4-417b394a5957-73a28f91 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_20d4fe7d-9a27-bd9a-aeaf-e1445197fb80-73a28f91 {
  grid-area: 2 / 2 / 2 / 3;
}

#w-node-fc30bf8d-3889-429e-c0fb-9a4b8d601fe7-73a28f91 {
  grid-area: 2 / 3 / 2 / 4;
}

#w-node-_7e125fa0-d8a2-3936-0dd5-bcdf2ab931cf-73a28f91 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_8e57fdc7-8fd7-0f16-cc4e-14528c2193b2-73a28f91 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_3edcfbe2-ccbb-58ef-457d-19a4740a772a-73a28f91 {
  grid-area: 3 / 3 / 4 / 4;
}

#w-node-_2af1c681-693f-6e4d-f1b0-1322018a4c6a-73a28f91 {
  grid-area: 3 / 8 / 4 / 9;
}

#w-node-_24daadae-5e22-11d0-7dd4-18c35ee12fcf-73a28f91 {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-_7626d2b7-8bcc-2c6d-5ca1-ee66fc18bbfc-73a28f91 {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-baaf1061-e985-4280-7adf-a71a96a89924-73a28f91 {
  grid-area: 4 / 3 / 5 / 4;
}

#w-node-_4255d41a-3b7c-787c-9e90-b11e8a74639b-73a28f91 {
  grid-area: 4 / 4 / 5 / 5;
}

#w-node-_104fea92-42f9-c46c-ede1-c93f3a8768a8-73a28f91 {
  grid-area: 4 / 5 / 5 / 6;
}

#w-node-b1401e00-4e7a-d224-bbc4-9fe9216e9dba-73a28f91 {
  grid-area: 4 / 6 / 5 / 7;
}

#w-node-c3a28062-c42e-63f2-9aaa-6e123880c763-73a28f91 {
  grid-area: 4 / 7 / 5 / 8;
}

#w-node-bc91db24-8e1a-e3b6-18b9-3ac7759c586a-73a28f91 {
  grid-area: 4 / 8 / 5 / 9;
}

#w-node-ee0ad868-f458-f16c-5d61-6eb216533e19-73a28f91 {
  grid-area: 5 / 1 / 6 / 2;
}

#w-node-_1fd1095e-5646-7898-1e3b-cbf1b6dcc090-73a28f91 {
  grid-area: 5 / 2 / 6 / 3;
}

#w-node-_4e2a08a3-ffbe-6218-5f12-75c845967607-73a28f91 {
  grid-area: 5 / 3 / 6 / 4;
}

#w-node-e8999e07-a3d5-cb5a-a6d3-2150962c63f2-73a28f91 {
  grid-area: 5 / 4 / 6 / 5;
}

#w-node-b22caf01-f14b-cc5b-875d-6b522f691c6c-73a28f91 {
  grid-area: 5 / 5 / 6 / 6;
}

#w-node-_83b0e8cb-6477-4ed9-c865-7046c975d6ca-73a28f91 {
  grid-area: 5 / 6 / 6 / 7;
}

#w-node-a3f8e51b-a931-dde5-85b3-277e31080657-73a28f91 {
  grid-area: 5 / 7 / 6 / 8;
}

#w-node-_80d53fd1-25d3-b8cd-8f1e-b25dc41d53a4-73a28f91 {
  grid-area: 5 / 8 / 6 / 9;
}

#w-node-_6669bcf0-94fa-15e8-398d-91b9d1ea4a41-73a28f91 {
  grid-area: 6 / 7 / 7 / 8;
}

#w-node-ed04e923-173c-314f-f3c8-bc2806a22b4d-73a28f91 {
  grid-area: 6 / 8 / 7 / 9;
}

#w-node-bae84c2a-bb2a-8552-732b-33e4b91d0720-73a28f91 {
  grid-area: 1 / 4 / 3 / 9;
  align-self: auto;
}

#w-node-ff999d2c-1d34-dfbc-531f-04fb83420a75-73a28f91, #w-node-ff999d2c-1d34-dfbc-531f-04fb83420a7c-73a28f91, #w-node-ff999d2c-1d34-dfbc-531f-04fb83420a85-73a28f91, #w-node-_22ebd6c1-076f-4699-af43-48b438d2eca1-9c8db035, #w-node-_22ebd6c1-076f-4699-af43-48b438d2ecb3-9c8db035, #w-node-_22ebd6c1-076f-4699-af43-48b438d2ecba-9c8db035, #w-node-_5803b901-96cb-5b53-82d9-49698df88f4e-9c8db035, #w-node-_22ebd6c1-076f-4699-af43-48b438d2ecbf-9c8db035, #w-node-_22ebd6c1-076f-4699-af43-48b438d2ecc4-9c8db035, #w-node-_22ebd6c1-076f-4699-af43-48b438d2ecc9-9c8db035, #w-node-_22ebd6c1-076f-4699-af43-48b438d2ecce-9c8db035, #w-node-_22ebd6c1-076f-4699-af43-48b438d2ecdb-9c8db035, #w-node-_22ebd6c1-076f-4699-af43-48b438d2ece2-9c8db035, #w-node-_22ebd6c1-076f-4699-af43-48b438d2ece9-9c8db035, #w-node-_22ebd6c1-076f-4699-af43-48b438d2ecee-9c8db035, #w-node-_22ebd6c1-076f-4699-af43-48b438d2ecf3-9c8db035, #w-node-_22ebd6c1-076f-4699-af43-48b438d2ecf8-9c8db035, #w-node-_22ebd6c1-076f-4699-af43-48b438d2ecfd-9c8db035, #w-node-_22ebd6c1-076f-4699-af43-48b438d2ed07-9c8db035, #w-node-_4e97f182-cbba-f3c7-945d-e7307fda01c0-9c8db035, #w-node-_4e97f182-cbba-f3c7-945d-e7307fda01c9-9c8db035, #w-node-_4e97f182-cbba-f3c7-945d-e7307fda01d4-9c8db035, #w-node-_4e97f182-cbba-f3c7-945d-e7307fda01d9-9c8db035, #w-node-_4e97f182-cbba-f3c7-945d-e7307fda01de-9c8db035, #w-node-_4e97f182-cbba-f3c7-945d-e7307fda01e8-9c8db035, #w-node-_22ebd6c1-076f-4699-af43-48b438d2ed3b-9c8db035, #w-node-_22ebd6c1-076f-4699-af43-48b438d2ed42-9c8db035, #w-node-_22ebd6c1-076f-4699-af43-48b438d2ed47-9c8db035, #w-node-_22ebd6c1-076f-4699-af43-48b438d2ed4c-9c8db035, #w-node-_22ebd6c1-076f-4699-af43-48b438d2ed51-9c8db035, #w-node-_22ebd6c1-076f-4699-af43-48b438d2ed56-9c8db035, #w-node-_22ebd6c1-076f-4699-af43-48b438d2ed60-9c8db035, #w-node-_22ebd6c1-076f-4699-af43-48b438d2ed63-9c8db035, #w-node-_22ebd6c1-076f-4699-af43-48b438d2ed6a-9c8db035, #w-node-_22ebd6c1-076f-4699-af43-48b438d2ed71-9c8db035, #w-node-_22ebd6c1-076f-4699-af43-48b438d2ed76-9c8db035, #w-node-_22ebd6c1-076f-4699-af43-48b438d2ed7b-9c8db035, #w-node-_22ebd6c1-076f-4699-af43-48b438d2ed80-9c8db035, #w-node-_22ebd6c1-076f-4699-af43-48b438d2ed85-9c8db035, #w-node-_22ebd6c1-076f-4699-af43-48b438d2ed8f-9c8db035, #w-node-_70cfe2b5-00e7-bc90-4259-09c271b5c573-9c8db035, #w-node-_70cfe2b5-00e7-bc90-4259-09c271b5c57a-9c8db035, #w-node-_70cfe2b5-00e7-bc90-4259-09c271b5c584-9c8db035, #w-node-_70cfe2b5-00e7-bc90-4259-09c271b5c589-9c8db035, #w-node-_70cfe2b5-00e7-bc90-4259-09c271b5c58e-9c8db035, #w-node-_70cfe2b5-00e7-bc90-4259-09c271b5c593-9c8db035, #w-node-_70cfe2b5-00e7-bc90-4259-09c271b5c598-9c8db035, #w-node-_70cfe2b5-00e7-bc90-4259-09c271b5c5a2-9c8db035, #w-node-_1085983d-3063-fdfe-945c-f562cae38bac-9c8db035, #w-node-_1085983d-3063-fdfe-945c-f562cae38bb3-9c8db035, #w-node-_1085983d-3063-fdfe-945c-f562cae38bbb-9c8db035, #w-node-_1085983d-3063-fdfe-945c-f562cae38bc0-9c8db035, #w-node-_1085983d-3063-fdfe-945c-f562cae38bc5-9c8db035, #w-node-_1085983d-3063-fdfe-945c-f562cae38bca-9c8db035, #w-node-_1085983d-3063-fdfe-945c-f562cae38bcf-9c8db035, #w-node-_1085983d-3063-fdfe-945c-f562cae38bd4-9c8db035, #w-node-_94b3c992-6e84-9ddb-59fb-4a4d840429d2-bdebfb68, #w-node-_94b3c992-6e84-9ddb-59fb-4a4d840429dc-bdebfb68, #w-node-_94b3c992-6e84-9ddb-59fb-4a4d840429e6-bdebfb68, #w-node-_64ee8472-d36f-cdd2-0ed6-b51224e73e29-bdebfb68, #w-node-_64ee8472-d36f-cdd2-0ed6-b51224e73e20-bdebfb68, #w-node-_64ee8472-d36f-cdd2-0ed6-b51224e73e34-bdebfb68 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c97ba7f9-bd5c-2652-d991-8bf277ba70d0-373750a3, #w-node-c97ba7f9-bd5c-2652-d991-8bf277ba70d2-373750a3 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-c97ba7f9-bd5c-2652-d991-8bf277ba70d4-373750a3 {
  grid-area: span 1 / span 6 / span 1 / span 6;
  align-self: start;
}

#w-node-_94b3c992-6e84-9ddb-59fb-4a4d840429d2-7e8e2d3e, #w-node-_94b3c992-6e84-9ddb-59fb-4a4d840429dc-7e8e2d3e, #w-node-_94b3c992-6e84-9ddb-59fb-4a4d840429e6-7e8e2d3e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ad3f57aa-92c6-7d16-2d9a-4eac4abc1b36-1eba139a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-ad3f57aa-92c6-7d16-2d9a-4eac4abc1b3b-1eba139a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ad3f57aa-92c6-7d16-2d9a-4eac4abc1b49-1eba139a, #w-node-ad3f57aa-92c6-7d16-2d9a-4eac4abc1b4e-1eba139a, #w-node-_3651c072-cc9d-0d4f-5506-dd9772ee5754-1eba139a, #w-node-_003482cb-8fb4-c479-9e0a-dea6cfa5fa2f-1eba139a, #w-node-_003482cb-8fb4-c479-9e0a-dea6cfa5fa36-1eba139a, #w-node-_003482cb-8fb4-c479-9e0a-dea6cfa5fa3f-1eba139a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_766cd561-15ea-ae5f-e395-5cc50c8b70e6-fa530bc7, #w-node-_4e496d86-be31-43b8-ecb6-4ef8b9df5be2-fa530bc7, #w-node-_1a74592e-493c-2de0-c9e8-be4eb54acb83-fa530bc7, #w-node-_2e03cd88-a060-9251-954a-599db6a1bc5b-fa530bc7, #w-node-_138b2c9e-6760-4180-d3ec-817fc79eb5bc-fa530bc7, #w-node-b1529b9c-f496-3f89-b645-470609e1203a-fa530bc7, #w-node-d007db75-50f1-8059-e8ae-fadd85441f45-fa530bc7, #w-node-_4d1acbe6-a45a-e2c2-8ea3-707579b28376-fa530bc7, #w-node-_2e09f7f0-c625-af5a-478d-c0432486fe2b-fa530bc7 {
    justify-self: center;
  }

  #w-node-ad3f57aa-92c6-7d16-2d9a-4eac4abc1b36-2c642647 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-bae84c2a-bb2a-8552-732b-33e4b91d0720-73a28f91 {
    grid-column-start: 4;
  }

  #w-node-c97ba7f9-bd5c-2652-d991-8bf277ba70d0-373750a3 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-c97ba7f9-bd5c-2652-d991-8bf277ba70d4-373750a3 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-ad3f57aa-92c6-7d16-2d9a-4eac4abc1b36-1eba139a {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-c97ba7f9-bd5c-2652-d991-8bf277ba70d4-373750a3 {
    grid-area: span 1 / span 12 / span 1 / span 12;
    align-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-ad3f57aa-92c6-7d16-2d9a-4eac4abc1b36-2c642647, #w-node-ad3f57aa-92c6-7d16-2d9a-4eac4abc1b3b-2c642647, #w-node-ad3f57aa-92c6-7d16-2d9a-4eac4abc1b36-1eba139a, #w-node-ad3f57aa-92c6-7d16-2d9a-4eac4abc1b3b-1eba139a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

