:root {
  --light-tone: #f8f6f2;
  --dark-tone: #1c3645;
  --border-dark: #1f271b33;
  --border-white: #fff3;
  --teal: #17a6a4;
  --white: white;
  --yellow: #17a6a4;
  --black: #000;
  --light-tone-text: #f8f6f2d9;
  --mid-tone: #eae3d7;
  --desktop--pad-small-50: 50px;
  --light-tone-faded: #f8f6f226;
  --desktop--pad-xsmall-25: 25px;
  --white-faded: #fff9;
  --dark-tone-faded: #1f271b99;
  --white-extra-faded: #ffffff1a;
  --dark-text-color: #0a0a0a;
  --desktop--fillet-20: 20px;
  --chrome-yellow: #c68529;
  --title-font: "geist", "geist", "geist", "geist";
  --body-font: "geist", "geist", "geist";
  --100: 100px;
  --desktop--pad-large-100: 100px;
}

.w-commerce-commercecartwrapper {
  display: inline-block;
  position: relative;
}

.w-commerce-commercecartopenlink {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 0;
  align-items: center;
  padding: 9px 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercecartopenlinkcount {
  color: #3898ec;
  text-align: center;
  background-color: #fff;
  border-radius: 9px;
  min-width: 18px;
  height: 18px;
  margin-left: 8px;
  padding-left: 6px;
  padding-right: 6px;
  font-size: 11px;
  font-weight: 700;
  line-height: 18px;
  display: inline-block;
}

.w-commerce-commercecartcontainerwrapper {
  z-index: 1001;
  background-color: #000c;
  position: fixed;
  inset: 0;
}

.w-commerce-commercecartcontainerwrapper--cartType-modal {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-leftSidebar {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightSidebar {
  flex-direction: row;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-leftDropdown {
  background-color: #0000;
  position: absolute;
  inset: 100% auto auto 0;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
  background-color: #0000;
  position: absolute;
  inset: 100% 0 auto auto;
}

.w-commerce-commercecartcontainer {
  background-color: #fff;
  flex-direction: column;
  width: 100%;
  min-width: 320px;
  max-width: 480px;
  display: flex;
  overflow: auto;
  box-shadow: 0 5px 25px #00000040;
}

.w-commerce-commercecartheader {
  border-bottom: 1px solid #e6e6e6;
  flex: none;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
  display: flex;
  position: relative;
}

.w-commerce-commercecartheading {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.w-commerce-commercecartcloselink {
  width: 16px;
  height: 16px;
}

.w-commerce-commercecartformwrapper {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.w-commerce-commercecartform {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  display: flex;
}

.w-commerce-commercecartlist {
  -webkit-overflow-scrolling: touch;
  flex: 1;
  padding: 12px 24px;
  overflow: auto;
}

.w-commerce-commercecartitem {
  align-items: flex-start;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.w-commerce-commercecartitemimage {
  width: 60px;
  height: 0%;
}

.w-commerce-commercecartiteminfo {
  flex-direction: column;
  flex: 1;
  margin-left: 16px;
  margin-right: 16px;
  display: flex;
}

.w-commerce-commercecartproductname {
  font-weight: 700;
}

.w-commerce-commercecartoptionlist {
  margin-bottom: 0;
  padding-left: 0;
  text-decoration: none;
  list-style-type: none;
}

.w-commerce-commercecartquantity {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 60px;
  height: 38px;
  margin-bottom: 10px;
  padding: 8px 6px 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecartquantity::placeholder {
  color: #999;
}

.w-commerce-commercecartquantity:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecartfooter {
  border-top: 1px solid #e6e6e6;
  flex-direction: column;
  flex: none;
  padding: 16px 24px 24px;
  display: flex;
}

.w-commerce-commercecartlineitem {
  flex: none;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 16px;
  display: flex;
}

.w-commerce-commercecartordervalue {
  font-weight: 700;
}

.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-commercecartcheckoutbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  text-align: center;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  padding: 9px 15px;
  text-decoration: none;
  display: block;
}

.w-commerce-commercecartemptystate {
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.w-commerce-commercecarterrorstate {
  background-color: #ffdede;
  flex: none;
  margin: 0 24px 24px;
  padding: 10px;
}

.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-form-formrecaptcha {
  margin-bottom: 8px;
}

.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-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-users-userformpagewrap {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  max-width: 340px;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.w-users-userloginformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformbutton {
  text-align: center;
  width: 100%;
}

.w-users-userformerrorstate {
  margin-left: 20px;
  margin-right: 20px;
  position: absolute;
  top: 100%;
  left: 0%;
  right: 0%;
}

.w-users-userformfooter {
  justify-content: space-between;
  margin-top: 12px;
  display: flex;
}

.w-users-usersignupformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformsuccessstate {
  display: none;
}

.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-users-usersignupverificationmessage {
  display: none;
}

.w-users-userformheader {
  text-align: center;
}

.w-users-userresetpasswordformwrapper, .w-users-userupdatepasswordformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-useraccountwrapper {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-users-blockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  margin-bottom: 20px;
  padding: 20px;
}

.w-users-useraccountformsavebutton {
  text-align: center;
  margin-right: 8px;
}

.w-users-useraccountformcancelbutton {
  text-align: center;
  color: #333;
  background-color: #d3d3d3;
}

.w-users-useraccountsubscriptionlist {
  -webkit-overflow-scrolling: touch;
  flex: 1;
  overflow: auto;
}

.w-users-useraccountsubscriptionlistitem {
  align-items: flex-start;
  display: flex;
}

.w-users-useraccountsubscriptionlistiteminfo {
  flex-direction: column;
  flex: 1;
  margin-left: 16px;
  margin-right: 16px;
  display: flex;
}

.w-users-gridrow {
  grid-column-gap: 8px;
  grid-template-columns: auto auto;
  justify-content: flex-start;
  display: grid;
}

.w-users-flexcolumn {
  flex-direction: column;
  display: flex;
}

.w-users-useraccountsubscriptioncancelbutton {
  color: #3898ec;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #0000;
  padding: 0;
}

.w-commerce-commerceaddtocartform {
  margin: 0 0 15px;
}

.w-commerce-commerceaddtocartoptionpillgroup {
  margin-bottom: 10px;
  display: flex;
}

.w-commerce-commerceaddtocartoptionpill {
  color: #000;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #000;
  margin-right: 10px;
  padding: 8px 15px;
}

.w-commerce-commerceaddtocartoptionpill.w--ecommerce-pill-selected {
  color: #fff;
  background-color: #000;
}

.w-commerce-commerceaddtocartoptionpill.w--ecommerce-pill-disabled {
  color: #666;
  cursor: not-allowed;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  outline-style: none;
}

.w-commerce-commerceaddtocartquantityinput {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 60px;
  height: 38px;
  margin-bottom: 10px;
  padding: 8px 6px 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commerceaddtocartquantityinput::placeholder {
  color: #999;
}

.w-commerce-commerceaddtocartquantityinput:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commerceaddtocartbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 0;
  align-items: center;
  padding: 9px 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commerceaddtocartbutton.w--ecommerce-add-to-cart-disabled {
  color: #666;
  cursor: not-allowed;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  outline-style: none;
}

.w-commerce-commercebuynowbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 0;
  align-items: center;
  margin-top: 10px;
  padding: 9px 15px;
  text-decoration: none;
  display: inline-block;
}

.w-commerce-commercebuynowbutton.w--ecommerce-buy-now-disabled {
  color: #666;
  cursor: not-allowed;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  outline-style: none;
}

.w-commerce-commerceaddtocartoutofstock {
  background-color: #ddd;
  margin-top: 10px;
  padding: 10px;
}

.w-commerce-commerceaddtocarterror {
  background-color: #ffdede;
  margin-top: 10px;
  padding: 10px;
}

.w-commerce-commercecheckoutformcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercelayoutmain {
  flex: 0 800px;
  margin-right: 20px;
}

.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-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;
}

.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%;
}

@media screen and (max-width: 767px) {
  .w-commerce-commercelayoutmain {
    flex-basis: auto;
    margin-right: 0;
  }

  .w-commerce-commercelayoutsidebar {
    flex-basis: auto;
  }
}

@media screen and (max-width: 479px) {
  .w-commerce-commercecartcontainerwrapper--cartType-modal {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
  }

  .w-commerce-commercecartcontainerwrapper--cartType-leftDropdown, .w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    display: flex;
    position: fixed;
    inset: 0;
  }

  .w-commerce-commercecartquantity, .w-commerce-commerceaddtocartquantityinput, .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 {
  background-color: var(--light-tone);
  color: var(--dark-tone);
  font-family: Acumin Pro;
  font-feature-settings: 'liga' 1, 'calt' 1; /* fix for Chrome */
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
}

h1 {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 400;
  line-height: 1.15em;
}

h2 {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 51px;
  font-weight: 400;
  line-height: 1.2em;
}

h3 {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.2em;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 25px;
  font-weight: 400;
  line-height: 1.4em;
}

h5, h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.5em;
}

p {
  margin-bottom: 10px;
}

a {
  color: var(--dark-tone);
  font-variation-settings: "wght" 475;
  font-weight: 600;
  text-decoration: none;
}

ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.5em;
}

ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}

label {
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4em;
  display: block;
}

strong {
  font-weight: bold;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

figcaption {
  text-align: center;
  margin-top: 5px;
  font-size: 13px;
}

.section {
  border-bottom: 1px solid var(--border-dark);
  padding-top: 24px;
  padding-bottom: 96px;
}

.section.title {
  border-bottom-color: var(--border-dark);
  padding-top: 98px;
  padding-bottom: 49px;
}

.section.title.bg-dark-tone {
  border-bottom-color: var(--border-white);
}

.section.title.increased-top-padding {
  padding-top: 192px;
}

.section.title.bg-teal {
  border-left: 0px solid var(--border-white);
  border-bottom-color: var(--border-white);
  background-color: var(--teal);
  color: var(--white);
}

.section.title.bg-yellow, .section.title.bg-chrome-yellow {
  background-color: var(--yellow);
}

.section.title.mentors {
  padding-bottom: 98px;
}

.section.no-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.section.no-padding.border-top.bg-blue {
  border-bottom-color: var(--border-white);
  background-color: var(--dark-tone);
  color: var(--white);
}

.section.no-padding.bg-yellow {
  background-color: var(--yellow);
}

.section.no-padding.bg-black {
  background-color: #1c3645;
  color: var(--white);
}

.section.bg-dark-tone {
  background-color: var(--dark-tone);
  color: var(--light-tone);
}

.section.bg-dark-tone.border-top-white {
  border-top: 1px solid var(--border-white);
}

.section.bg-dark-tone.icon-features, .section.bg-dark-tone.large-quote-section, .section.bg-dark-tone.metrics-section {
  padding-top: 48px;
}

.section.small-title {
  padding-top: 24px;
  padding-bottom: 24px;
}

.section.reduced-top-padding {
  padding-top: 48px;
  padding-bottom: 192px;
}

.section.hero-4 {
  background-color: var(--dark-tone);
  color: var(--light-tone);
  flex-flow: column;
  justify-content: space-between;
  height: 800px;
  padding-top: 48px;
  padding-bottom: 0;
  display: flex;
}

.section.process-step {
  border-bottom-style: solid;
  border-bottom-color: var(--border-dark);
  padding-top: 24px;
}

.section.no-top-padding {
  padding-top: 0;
}

.section.no-top-padding.increased-bottom-padding {
  padding-bottom: 192px;
}

.section.comparison-table-section {
  border-top: 1px solid var(--border-white);
  background-color: var(--dark-tone);
  color: var(--light-tone-text);
  padding-top: 0;
}

.section.team-intro-title {
  border-top: 1px solid var(--border-white);
  border-bottom-style: solid;
  border-bottom-color: var(--border-white);
  background-color: var(--dark-tone);
  color: var(--light-tone);
  padding-top: 24px;
  padding-bottom: 24px;
}

.section.team-section {
  background-color: var(--dark-tone);
}

.section.careers-title {
  height: 900px;
  padding-top: 0;
  padding-bottom: 0;
}

.section.blog-listing-section {
  flex-flow: column;
  padding-top: 24px;
  padding-bottom: 192px;
  display: flex;
}

.section.categories-list {
  padding-top: 24px;
  padding-bottom: 72px;
}

.section.categories-list.no-bottom-border {
  border-bottom-style: none;
}

.section.blog-3-listing-section {
  padding-top: 24px;
  padding-bottom: 192px;
}

.section.blog-2-listing-section {
  padding-top: 0;
  padding-bottom: 192px;
}

.section.blog-title-section {
  padding-top: 192px;
  padding-bottom: 48px;
}

.section.article-section {
  padding-bottom: 192px;
}

.section.no-border {
  border-bottom-style: none;
}

.section.my-account-section {
  padding-top: 72px;
  padding-bottom: 192px;
}

.section.hero-5 {
  flex-flow: column;
  justify-content: space-between;
  height: 800px;
  padding-top: 48px;
  padding-bottom: 0;
  display: flex;
}

.section.product-pages-section {
  padding-top: 72px;
  padding-bottom: 144px;
}

.section.checkout-page {
  padding-top: 72px;
}

.section.pricing-section {
  background-color: var(--mid-tone);
  padding-top: 48px;
  padding-bottom: 72px;
}

.section.product-article-section {
  padding-top: 72px;
  padding-bottom: 192px;
}

.section.utility-section, .section.career-section, .section.search-section {
  padding-top: 72px;
}

.section.video {
  padding-top: 74px;
  padding-bottom: 74px;
}

.section.video.bg-blue {
  background-color: var(--dark-tone);
  color: var(--white);
}

.section.content {
  padding-top: 49px;
  padding-bottom: 49px;
}

.section.content.bg-dark-tone {
  border-bottom-color: var(--border-white);
}

.section.content.increased-top-padding {
  padding-top: 192px;
}

.section.bg-chrome-yellow {
  background-color: var(--yellow);
}

.section.bg-chrome-yellow.large-quote-section {
  padding-top: 96px;
}

.section.bg-video {
  color: var(--light-tone);
  background-color: #26247b66;
  padding-top: 98px;
  padding-bottom: 98px;
  position: relative;
  overflow: hidden;
}

.section.bg-video.bg-dark-tone {
  border-bottom-color: var(--border-white);
}

.section.bg-video.increased-top-padding {
  padding-top: 192px;
}

.section.bg-video.bg-teal {
  border-left: 0px solid var(--border-white);
  border-bottom-color: var(--border-white);
  background-color: var(--teal);
  color: var(--white);
}

.section.bg-video.bg-yellow, .section.bg-video.bg-chrome-yellow {
  background-color: var(--yellow);
}

.section.home--cta {
  color: var(--light-tone);
  background-color: #26247b66;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.section.home--cta.bg-dark-tone {
  border-bottom-color: var(--border-white);
}

.section.home--cta.increased-top-padding {
  padding-top: 192px;
}

.section.home--cta.bg-teal {
  border-left: 0px solid var(--border-white);
  border-bottom-color: var(--border-white);
  background-color: var(--teal);
  color: var(--white);
}

.section.home--cta.bg-yellow, .section.home--cta.bg-chrome-yellow {
  background-color: var(--yellow);
}

.section.team-section-new {
  background-color: var(--dark-tone);
  padding-top: 0;
  padding-bottom: 0;
}

.section.bg-teal.padding-top-bottom {
  padding-top: 49px;
  padding-bottom: 49px;
}

.container---main {
  width: 100%;
  max-width: 1512px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: block;
  position: relative;
}

.container---main.process-hero-container {
  flex: 1;
  display: flex;
}

.container---main.careers-title-container {
  height: 100%;
}

.container---main.flex {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.container---main.flex.relative--20 {
  z-index: 20;
}

.container---main.flex.relative--20.padding-top-bottom {
  padding-top: 98px;
  padding-bottom: 98px;
}

.style-guide {
  grid-row-gap: 112px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.template-utility-section {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  grid-template-rows: auto;
  grid-template-columns: .33fr 1fr;
}

.style-guide-colors {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  display: flex;
}

.style-guide-section-contents {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  place-items: start;
}

.style-guide-section-contents.form {
  justify-items: stretch;
}

.small-text {
  font-size: 14px;
  line-height: 1.4em;
}

.small-text.muted {
  opacity: .7;
}

.small-text.quote-author-position {
  opacity: .6;
}

.small-text.quote-author-position.dark-tone {
  color: var(--dark-tone);
}

.small-text.category-tag-text {
  margin-right: -12px;
  position: relative;
}

.small-text.category-tag-text.no-right-margin {
  margin-right: 0;
}

.button {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--dark-tone);
  color: #fff;
  text-align: center;
  border-radius: 6px;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  height: 48px;
  padding: 12px 42px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  transition: opacity .2s;
  display: flex;
}

.button:hover {
  opacity: .85;
}

.button.small {
  height: 42px;
  padding: 7px 21px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4em;
}

.button.inside-right-navbar.white {
  background-color: var(--light-tone-faded);
}

.button.inside-nav-menu {
  display: none;
}

.button.light-button {
  background-color: var(--light-tone-faded);
}

.button.bg-light-tone {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: var(--light-tone);
  color: var(--dark-tone);
}

.button.video-play-button {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: var(--light-tone);
  color: var(--dark-tone);
  position: absolute;
  bottom: 24px;
  left: 24px;
}

.button.align-center {
  align-self: center;
}

.button.bg-white {
  border: 1px none var(--dark-tone);
  background-color: var(--white);
  color: var(--dark-tone);
}

.button.bg-white.auto {
  margin-top: auto;
  margin-bottom: auto;
}

.button.hide {
  display: none;
}

.button.cancel-subscription-button {
  border: 1px solid var(--dark-tone);
  background-color: var(--white);
  color: var(--dark-tone);
  height: 42px;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 14px;
  line-height: 1.4em;
}

.form-block {
  flex-flow: column;
  margin-bottom: 0;
}

.form-input {
  border: 1px solid var(--border-dark);
  background-color: var(--light-tone);
  border-radius: 4px;
  height: 42px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 1.4em;
  transition: border-color .2s;
}

.form-input:focus, .form-input.-wfp-focus {
  border-color: var(--dark-tone);
}

.form-input::placeholder {
  color: #1f271bb3;
  font-size: 14px;
  line-height: 1.4em;
}

.form-input.text-area {
  min-height: 180px;
}

.form-input.white {
  background-color: var(--white);
}

.form-input.checkout-input {
  margin-bottom: 12px;
}

.form-input.drop-down {
  width: 100%;
}

.form-grid {
  grid-column-gap: 16px;
  grid-row-gap: 21px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.form-grid.account-form {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.selectable-field {
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.selectable-field.align-top {
  justify-content: flex-start;
  align-items: flex-start;
}

.selectable-label {
  margin-bottom: 0;
  margin-left: 12px;
  font-size: 12px;
  line-height: 1.5em;
}

.footer {
  background-color: var(--dark-tone);
  color: var(--light-tone);
}

.back-to-top-button {
  z-index: 10;
  background-color: var(--light-tone);
  width: 56px;
  height: 56px;
  position: fixed;
  bottom: 14px;
  right: 14px;
}

.announcement-bar {
  color: #fff;
  background-color: #1e2530;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.announcement-cross {
  cursor: pointer;
  width: 28px;
  height: 28px;
  display: block;
}

.announcement-contents {
  align-items: center;
  display: flex;
}

.trigger-search-modal {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  transition: opacity .2s;
  display: flex;
}

.trigger-search-modal:hover {
  opacity: .6;
}

.trigger-search-modal.white {
  color: var(--white);
}

.search-modal {
  z-index: 9999;
  justify-content: center;
  align-items: flex-start;
  display: none;
  position: fixed;
  inset: 0%;
}

.search-modal-screen {
  background-color: #00000080;
  position: absolute;
  inset: 0%;
}

.utility-page-wrap {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding: 24px;
  display: flex;
}

.utility-page-content {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  text-align: center;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 302px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.utility-page-form.text-grid {
  justify-content: flex-start;
  align-items: center;
}

.search-modal-container {
  background-color: var(--light-tone);
  border-radius: 12px;
  width: 100%;
  max-width: 732px;
  margin-top: 24px;
  padding: 24px;
  position: relative;
  box-shadow: 0 2px 24px #0003;
}

.select-wrapper {
  border: 1px solid var(--border-dark);
  border-radius: 4px;
  height: 42px;
  padding: 0;
  overflow: hidden;
}

.select-field {
  color: var(--dark-tone);
  background-color: #0000;
  background-image: url('../images/icon-select-arrow.svg');
  background-position: 90%;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  border: 1px #000;
  justify-content: flex-start;
  align-items: center;
  width: 110%;
  height: 38px;
  margin-bottom: 0;
  padding: 0 0 0 16px;
  line-height: 1.5em;
  display: flex;
}

.display-heading {
  font-variation-settings: "wght" 375;
  letter-spacing: -.05em;
  font-size: 105px;
  font-weight: 400;
  line-height: 1;
}

.checkbox {
  border-color: var(--dark-tone);
  background-color: var(--light-tone);
  cursor: pointer;
  border-radius: 2px;
  flex: none;
  width: 20px;
  height: 20px;
  margin-top: 0;
  margin-left: 0;
}

.checkbox.w--redirected-checked {
  border-color: var(--dark-tone);
  background-color: var(--dark-tone);
  background-size: 12px 12px;
}

.radio {
  border-color: var(--dark-tone);
  background-color: var(--light-tone);
  cursor: pointer;
  width: 20px;
  height: 20px;
  margin-top: 0;
  margin-left: 0;
}

.radio.w--redirected-checked {
  border-width: 6px;
  border-color: var(--dark-tone);
}

.style-guide-row-heading {
  margin-bottom: 0;
}

.announcement-text {
  flex: 1;
  padding-top: 14px;
  padding-bottom: 14px;
}

.form-success {
  padding: var(--desktop--pad-small-50);
  background-color: var(--mid-tone);
  border-radius: 12px;
}

.form-error {
  border-radius: 12px;
  align-self: stretch;
  margin-top: 24px;
  margin-left: 0;
  margin-right: 0;
  padding: 24px;
}

.menu-button {
  padding: 0;
}

.menu-button-wrapper {
  justify-content: center;
  width: 36px;
  height: 48px;
  display: flex;
  position: relative;
}

.menu-button-horziontal {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.menu-button-cross {
  opacity: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.menu-button-cross-line {
  background-color: #262626;
  width: 75%;
  height: 2px;
  position: absolute;
}

.menu-button-horizontal-line {
  background-color: #262626;
  width: 100%;
  height: 2px;
}

.navbar-wrapper {
  border-bottom: 1px solid var(--border-dark);
  position: relative;
}

.navbar-wrapper.white {
  border-bottom-color: var(--border-white);
}

.navbar {
  background-color: #0000;
  position: static;
}

.navbar-row {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  justify-content: space-between;
  align-items: stretch;
  height: 108px;
  display: flex;
}

.changelog {
  grid-template-rows: auto;
  grid-template-columns: .33fr 1fr;
  align-items: center;
}

.photography-license-link {
  background-color: #000;
  justify-content: center;
  align-items: center;
  display: flex;
}

.license-image {
  opacity: .5;
}

.license-text {
  z-index: 2;
  color: #fff;
  position: absolute;
}

.typography-license-grid {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  grid-template-rows: auto;
}

.typography-demo {
  font-size: 96px;
  line-height: 1em;
}

.typography-demo.b {
  font-family: Hedvig Letters Serif, Times New Roman, sans-serif;
}

.iconography-grid {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: start;
}

.nav-link {
  color: var(--dark-tone);
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  position: static;
}

.nav-link.inside-right-navbar.white {
  color: var(--white);
}

.dropdown-toggle {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: var(--dark-tone);
  align-items: center;
  padding: 0;
  font-weight: 400;
  display: flex;
}

.dropdown-toggle.white {
  color: var(--white);
}

.dropdown-toggle-icon {
  margin-right: 0;
  position: static;
}

.nav-menu {
  position: static;
}

.nav-links {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
}

.mobile-logo {
  display: none;
}

.style-guide-description {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  display: flex;
}

.navbar-right-contents {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-self: center;
  align-items: center;
  display: flex;
}

.nav-menu-close {
  z-index: 99999;
  opacity: 0;
  pointer-events: none;
  cursor: pointer;
  display: none;
  position: fixed;
  top: 24px;
  right: 24px;
}

.style-guide-colour-group {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
}

.style-guide-colour {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  flex: 1;
  display: flex;
}

.style-guide-swatch {
  border-radius: 800px;
  height: 100px;
}

.style-guide-swatch.bg-light-tone {
  border: 1px solid var(--border-dark);
  background-color: var(--light-tone);
}

.style-guide-swatch.bg-mid-tone {
  background-color: var(--mid-tone);
}

.style-guide-swatch.bg-dark-tone {
  background-color: var(--dark-tone);
}

.heading-one {
  letter-spacing: -.02em;
  font-size: 64px;
  font-weight: 400;
  line-height: 1.15em;
}

.heading-one.text-center {
  font-size: 96px;
}

.heading-two {
  letter-spacing: -.02em;
  font-size: 51px;
  font-weight: 400;
  line-height: 1.2em;
}

.heading-two.title-text {
  max-width: 967px;
  padding-bottom: 30px;
}

.heading-two.title-text.padding-bottom-text {
  margin-bottom: 32px;
}

.heading-two.title-text._850 {
  max-width: 850px;
}

.heading-two.title-text.extended {
  max-width: none;
}

.heading-two.text-align-center {
  text-align: center;
}

.heading-three {
  letter-spacing: -.02em;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.2em;
}

.heading-three.wide-article-preview-title {
  width: 100%;
  max-width: 708px;
}

.heading-three.align-bottom {
  align-self: flex-end;
}

.heading-three.margin-botton-small {
  margin-bottom: 24px;
}

.heading-three.max-500 {
  max-width: 500px;
}

.heading-three.pop-up {
  margin-bottom: 24px;
}

.heading-four {
  font-size: 25px;
  font-weight: 400;
  line-height: 1.4em;
}

.heading-four.hero-cover-cta-text {
  max-width: 533px;
}

.heading-four.serif {
  font-family: Hedvig Letters Serif, Times New Roman, sans-serif;
}

.heading-four.process-heading {
  flex: 1;
}

.heading-four.process-step-number {
  width: 135px;
}

.underlined-link {
  flex-direction: column;
  display: flex;
  position: relative;
}

.arrow-right-link, .arrow-down-link {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  align-items: center;
  display: flex;
}

.nav-logo-wrapper {
  border-right: 1px solid var(--border-dark);
  justify-content: flex-start;
  align-items: center;
  width: 25%;
  display: flex;
}

.nav-logo-wrapper.white {
  border-right-color: var(--border-white);
}

.footer-columns {
  flex-flow: row;
  flex: 1;
  display: flex;
}

.footer-left-column {
  border-right: 1px solid var(--border-white);
  border-left: 1px solid var(--border-white);
  width: 25%;
  padding: 100px 24px;
}

.footer-left-column.bottom-column {
  padding-top: 36px;
  padding-bottom: 49px;
}

.footer-right-column {
  flex: 1;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 48px;
}

.footer-right-column.bottom-column {
  padding-top: 36px;
  padding-bottom: 49px;
}

.footer-details {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-contact-methods {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  align-self: stretch;
  display: flex;
}

.contact-method {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-link {
  opacity: .6;
  color: var(--light-tone);
  font-weight: 400;
  transition: opacity .2s;
}

.footer-link:hover {
  opacity: 1;
}

.footer-menus {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: row;
  display: flex;
}

.footer-menus.flex-bottom {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: none;
}

.footer-menu {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-links {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-bottom-wrapper {
  border-top: 1px solid var(--border-white);
}

.footer-social-row {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.social-links {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-flow: row;
  display: flex;
}

.social-link {
  border: 1px solid var(--light-tone);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.social-link-icon {
  width: 14px;
}

.footer-small-links {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-bottom-rows {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  flex-flow: column;
  display: flex;
}

.fine-print {
  font-size: 12px;
  line-height: 1.5em;
}

.fine-print.narrow-fine-print {
  width: 100%;
  max-width: 366px;
}

.fine-print.muted {
  opacity: .5;
}

.fine-print.half-muted {
  opacity: .7;
}

.footer-underlined-link {
  opacity: 1;
  color: var(--light-tone);
  text-decoration: underline;
  transition: opacity .2s;
}

.footer-underlined-link:hover {
  opacity: .5;
}

.footer-logo-image {
  width: 212px;
}

.dropdown-wide-wrapper.w--open {
  background-color: #0000;
  left: 0;
}

.dropdown-wide {
  border-top: 1px solid var(--border-dark);
  border-bottom: 1px solid var(--border-dark);
  background-color: var(--light-tone);
  padding-top: 48px;
  padding-bottom: 48px;
  position: relative;
  top: 42px;
}

.dropdown-grid {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.dropdown-box-link {
  background-color: var(--mid-tone);
  border-radius: 12px;
  flex-flow: column;
  justify-content: space-between;
  height: 250px;
  padding: 18px;
  display: flex;
}

.arrow-circle {
  background-color: var(--light-tone);
  border-radius: 50%;
  justify-content: center;
  align-self: flex-end;
  align-items: center;
  width: 36px;
  height: 36px;
  display: flex;
}

.dropdown-arrow-wrapper {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
  overflow: hidden;
}

.nav-menu-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: row;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav-cart-button {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: var(--dark-tone);
  background-color: #0000;
  padding: 0;
  transition: opacity .2s;
}

.nav-cart-button:hover {
  opacity: .6;
}

.nav-cart-button.white {
  color: var(--white);
}

.cart-quantity-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.cart-quantity {
  color: var(--dark-tone);
  -webkit-text-stroke-color: transparent;
  background-color: #0000;
  min-width: auto;
  height: auto;
  margin-left: 0;
  padding: 0;
  font-size: 16px;
  line-height: 1.5em;
}

.cart-quantity.white {
  color: var(--white);
}

.search-form {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  margin-bottom: 0;
  display: flex;
}

.dropdown-list-wrapper.w--open {
  background-color: #0000;
  width: 100%;
  min-width: auto;
  max-width: 488px;
}

.dropdown-list {
  border: 1px solid var(--border-dark);
  background-color: var(--light-tone);
  padding: 24px;
  position: relative;
  top: 42px;
}

.dropdown-links {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.dropdown-link {
  background-color: var(--mid-tone);
  border-radius: 9px;
  justify-content: space-between;
  align-items: center;
  padding: 72px 18px 12px;
  display: flex;
}

.dropdown-link-icon-wrapper {
  justify-content: flex-end;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
  overflow: hidden;
}

.hero-cover-image {
  opacity: .5;
  mix-blend-mode: overlay;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.hero-cover-section {
  background-color: var(--dark-tone);
  color: var(--light-tone);
  flex-flow: column;
  justify-content: space-between;
  min-height: 1000px;
  display: flex;
  position: relative;
}

.sub-section {
  border-top: 1px solid var(--border-white);
  position: relative;
}

.hero-cover-top-row {
  flex: 1;
  padding-top: 24px;
}

.halves {
  flex-flow: row;
  justify-content: space-between;
  display: flex;
}

.half-box {
  flex-flow: column;
  flex: 1;
  padding-top: 48px;
  padding-bottom: 144px;
  display: flex;
  position: relative;
}

.half-box.left {
  padding-top: 49px;
  padding-bottom: 49px;
  padding-right: 49px;
}

.half-box.left.small {
  padding-top: 49px;
}

.half-box.left.right-border {
  border-right: 1px solid var(--border-white);
}

.half-box.left.flex {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  justify-content: flex-start;
  align-items: flex-start;
}

.half-box.right {
  border-left: 1px solid var(--border-dark);
  padding-top: 49px;
  padding-bottom: 49px;
  padding-left: 49px;
}

.half-box.right.small {
  padding-top: 49px;
}

.half-box.right.small.gap-49 {
  grid-column-gap: 49px;
  grid-row-gap: 49px;
}

.half-box.right.borde-light {
  border-left-color: var(--border-white);
}

.half-box.btm {
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 80px;
}

.half-box.btm.left-line {
  border-bottom: 1px none var(--border-dark);
  border-left: 1px solid var(--border-dark);
  padding-left: 48px;
}

.hero-cover-cta {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.cover-hero-halves {
  flex-flow: row;
  justify-content: space-between;
  display: flex;
}

.cover-hero-half-box {
  flex-flow: column;
  flex: 1;
  padding-top: 36px;
  padding-bottom: 48px;
  display: flex;
}

.cover-hero-half-box.left {
  padding-right: 48px;
}

.cover-hero-half-box.right {
  border-left: 1px solid var(--border-white);
  padding-left: 48px;
}

.text-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-grid.extra-large-gap {
  grid-column-gap: 192px;
  grid-row-gap: 192px;
}

.text-grid.large-gap {
  grid-column-gap: 96px;
  grid-row-gap: 96px;
}

.text-grid.medium-gap {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
}

.text-grid.space-between {
  grid-column-gap: 96px;
  grid-row-gap: 96px;
  flex: 1;
  justify-content: space-between;
}

.text-grid.increased-gap {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
}

.text-grid.request-demo-form-text-grid {
  grid-column-gap: 192px;
  grid-row-gap: 192px;
}

.text-grid.contact-form-text-grid {
  grid-column-gap: 96px;
  grid-row-gap: 96px;
}

.text-grid.access-denied-text-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: center;
}

.text-grid.ht-100 {
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
}

.text-grid.small-gap {
  height: 100%;
}

.text-grid.ceo-meassage-grid {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  margin-top: auto;
}

.list-quote {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  display: flex;
}

.list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  display: flex;
}

.list.stretch {
  align-self: stretch;
}

.list-item {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-top: 1px solid var(--border-dark);
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding-top: 18px;
  padding-bottom: 18px;
  display: flex;
}

.list-item.bg-dark-tone {
  border-top-color: var(--border-white);
}

.list-item.no-top-border {
  border-top-style: none;
}

.quote-box {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  background-color: var(--mid-tone);
  border-radius: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.quote-box-text {
  grid-column-gap: 96px;
  grid-row-gap: 96px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.quote-box-author {
  font-size: 18px;
}

.avatar {
  border-radius: 10rem;
  width: 125px;
  max-width: none;
}

.avatar.large-avatar {
  width: 192px;
}

.bordered-icon {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border: 1px solid var(--border-dark);
  border-radius: 6px;
  flex-flow: row;
  flex: none;
  width: 46px;
  height: 46px;
  padding: 8px;
  display: flex;
}

.bordered-icon.bg-dark-tone {
  border-color: var(--border-white);
}

.rounded-image {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.rounded-image.square-image {
  aspect-ratio: 1;
  object-fit: cover;
}

.rounded-image.wide-video-wrapper-image {
  object-fit: cover;
  height: auto;
}

.rounded-image.ht-583 {
  height: 583px;
}

.sticky-content {
  position: sticky;
  top: 48px;
}

.sticky-content._1 {
  position: relative;
}

.metric-section {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.bullet-title {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.bullet-title.top-align {
  justify-content: flex-start;
  align-items: flex-start;
}

.bullet-circle {
  background-color: var(--light-tone);
  border-radius: 6px;
  width: 6px;
  height: 6px;
}

.bullet-circle.bg-dark-tone {
  background-color: var(--dark-tone);
}

.bold-text {
  font-weight: 500;
}

.bold-text.text-light-tone {
  color: var(--light-tone);
}

.container---m {
  width: 100%;
  max-width: 732px;
}

.container---m.align-center {
  margin-left: auto;
  margin-right: auto;
}

.container---m.flex {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.container---l {
  width: 100%;
  max-width: 976px;
}

.container---l.align-center {
  margin-left: auto;
  margin-right: auto;
}

.metrics {
  align-self: stretch;
}

.metric {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border-bottom: 1px solid var(--border-white);
  flex-flow: column;
  padding-top: 96px;
  padding-bottom: 24px;
  display: flex;
}

.metric.bg-mid-tone, .metric.bg-mid-tone.rounded-metric {
  border-radius: 12px;
  padding-left: 24px;
  padding-right: 24px;
}

.metric.bg-mid-tone.small {
  padding-top: 24px;
}

.metric.bg-white {
  background-color: var(--white);
}

.icon-box-list {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  padding-bottom: 12px;
  display: grid;
}

.icon-box-list.flex {
  display: flex;
}

.icon-box-list.grid {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.icon-box {
  grid-column-gap: 96px;
  grid-row-gap: 96px;
  border-radius: 12px;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 18px 18px 72px;
  display: flex;
}

.icon-box.bg-mid-tone {
  background-color: var(--mid-tone);
}

.icon-box-title {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-bottom: 1px solid var(--border-dark);
  align-self: stretch;
  padding-bottom: 24px;
  display: flex;
}

.quote-section {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.large-quote {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex-flow: column;
  display: flex;
}

.quote-author {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.quote-author-position {
  color: var(--dark-tone);
  font-size: 16px;
}

.border-bottom {
  border-bottom: 1px solid var(--border-dark);
}

.post-grid {
  grid-column-gap: 48px;
  grid-row-gap: 96px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: grid;
}

.article-preview {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.article-preview.large {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: row;
}

.article-preview-meta {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  justify-content: space-between;
  align-self: stretch;
  display: flex;
}

.article-meta-item {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.article-meta-item.job-listing-meta {
  flex: 1;
}

.empty-state {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  background-color: #fff0;
  border-radius: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 0;
  display: grid;
}

.empty-state.wide-grid-empty-state {
  justify-content: center;
  align-items: center;
  display: flex;
}

.empty-state.empty-tags {
  background-color: var(--mid-tone);
  border-radius: 24px;
  padding: 4px 12px;
  display: flex;
}

.empty-state.blog-2-empty-state {
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  padding: 48px;
  display: flex;
}

.ghost-post {
  background-color: var(--mid-tone);
  text-align: center;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  height: 200px;
  display: flex;
}

.ghost-post.full-width {
  width: 100%;
  padding: 96px;
}

.article-preview-text {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-flow: column;
  display: flex;
}

.page-title-left {
  grid-column-gap: 144px;
  grid-row-gap: 144px;
  border-right: 1px solid var(--border-dark);
  flex-flow: column;
  justify-content: space-between;
  align-self: stretch;
  width: 50%;
  padding-top: 48px;
  padding-bottom: 48px;
  padding-right: 48px;
  display: flex;
}

.page-title-left.grow {
  flex: 1;
}

.page-title-left.grow.align-bottom {
  justify-content: flex-end;
  align-items: center;
}

.page-title-left.gap-100 {
  grid-column-gap: 52px;
  grid-row-gap: 52px;
}

.page-title {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.page-title.job-single {
  height: 508px;
}

.page-title-cta {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  width: 100%;
  max-width: 488px;
  display: flex;
}

.page-title-cta.space-between {
  justify-content: space-between;
}

.page-title-cta.extended {
  max-width: 600px;
}

.page-title-right {
  flex: 1;
  height: auto;
  padding-top: 48px;
  padding-bottom: 48px;
  padding-left: 48px;
}

.page-title-right.align-bottom {
  align-self: flex-end;
}

.video-wrapper {
  height: auto;
  position: relative;
}

.video-wrapper.ht-100 {
  height: 100%;
}

.video-wrapper.is-tab {
  height: 542px;
}

.grid-section {
  flex-flow: row;
  display: flex;
}

.tabs {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  display: flex;
}

.tab {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  color: var(--dark-tone);
  background-color: #fff0;
  border-radius: 4px;
  flex-flow: column;
  justify-content: space-between;
  max-height: 60px;
  padding: 18px;
  font-weight: 400;
  display: flex;
  overflow: hidden;
}

.tab.w--current {
  background-color: var(--mid-tone);
  flex-flow: row;
  font-weight: 400;
}

.tab-content {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
}

.tab-content-text {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.tabs-menu {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  border-right: 1px solid var(--border-dark);
  flex-flow: column;
  width: 100%;
  max-width: 510px;
  padding-top: 48px;
  padding-bottom: 144px;
  padding-right: 48px;
  display: flex;
}

.tabs-content {
  flex: 1;
  padding-top: 48px;
  padding-bottom: 48px;
  padding-left: 48px;
}

.tab-content-image {
  object-fit: cover;
  border-radius: 12px;
  flex: none;
  width: 100%;
}

.image-text-grid {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 418px 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.tab-icon {
  max-height: 24px;
}

.faq-section {
  grid-column-gap: 39px;
  grid-row-gap: 39px;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.faq-section.bottom-aligned {
  justify-content: space-between;
  align-items: flex-end;
}

.faq-sidebar {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.sidebar-cta {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex-flow: column;
  display: flex;
}

.narrow-text {
  width: 100%;
  max-width: 366px;
  font-size: 1.25rem;
}

.accordion-item {
  border-bottom: 1px solid var(--border-dark);
  flex-flow: column;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.accordion-item.border-bottom-dark {
  border-bottom-color: var(--border-dark);
}

.accordion-item.light-border {
  border-bottom-color: var(--border-white);
}

.accordion-title {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0 0 24px;
  display: flex;
}

.accordion-content-wrapper {
  background-color: #0000;
  position: static;
}

.text-light-tone {
  color: var(--light-tone);
}

.accordion-toggle-circle {
  background-color: var(--light-tone-faded);
  border-radius: 36px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  display: flex;
}

.body-text-light-tone {
  color: var(--light-tone-text);
}

.accordion-content {
  overflow: hidden;
}

.accordion-text-wrapper {
  width: 100%;
  max-width: 732px;
  padding-bottom: 24px;
}

.accordion-group {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 0;
  display: flex;
}

.accordion-title-text {
  color: var(--dark-tone);
  white-space: pre-wrap;
  font-weight: 500;
}

.accordion-title-text.text-dark-tone {
  color: var(--dark-tone);
}

.accordion-title-text.text-size-medium {
  color: var(--white);
}

.bg-mid-tone {
  background-color: var(--mid-tone);
}

.metrics-cards {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  align-self: stretch;
  display: flex;
}

.metrics-cards-wrapper {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.thirds-grid {
  flex-flow: row;
  display: flex;
}

.benefit-box {
  z-index: 10;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border-left: 1px solid var(--border-white);
  background-color: #26247b99;
  flex-flow: column;
  flex: 1;
  padding: 64px 36px 49px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.benefit-box.benefit {
  grid-column-gap: 144px;
  grid-row-gap: 144px;
  flex-flow: column;
}

.benefit-box.benefit.border-left-white {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border-left: 1px solid var(--border-white);
}

.benefit-box.border-left-white {
  border-left: 1px solid #000;
}

.benefit-box.screenshots-benefit-box {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
}

.benefit-box.img-1 {
  background-image: linear-gradient(#26247bcc, #26247bcc), url('../images/home-page-banner-video-1-1-1.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto 100%;
}

.benefit-box.img-2 {
  background-image: linear-gradient(#26247bcc, #26247bcc), url('../images/man-studying-1_1.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto 100%;
}

.benefit-box.right-borde {
  border-right: 1px solid var(--border-white);
}

.benefit-box.teal-bg {
  background-color: var(--teal);
}

.border-top-white {
  border-top: 1px solid var(--border-white);
}

.bg-dark-tone {
  background-color: var(--dark-tone);
  color: var(--light-tone);
}

.boxed-article-list {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.boxed-wide-blog-article {
  background-color: var(--mid-tone);
  border-radius: 12px;
  flex-flow: row;
  justify-content: space-between;
  padding: 24px 24px 144px;
  display: flex;
}

.boxed-article-content {
  grid-column-gap: 192px;
  grid-row-gap: 192px;
  flex-flow: column;
  display: flex;
}

.boxed-article-image-wrapper {
  width: 100%;
  max-width: 456px;
}

.wide-boxed-article-preview-meta-copy {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-self: stretch;
  display: grid;
}

.hero-4-lower {
  border-top: 1px solid var(--border-white);
  padding-top: 48px;
  padding-bottom: 48px;
}

.hero-4-image-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row;
  width: auto;
  height: 200px;
  display: flex;
}

.hero-4-lower-content {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  display: flex;
}

.small-icon-box {
  grid-column-gap: 144px;
  grid-row-gap: 144px;
  border-radius: 12px;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 18px;
  display: flex;
}

.small-icon-box.bg-mid-tone {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  background-color: var(--mid-tone);
  justify-content: flex-start;
  align-items: flex-start;
  min-height: 316px;
  padding: 32px 64px 32px 32px;
}

.small-icon-box.bg-dark-tone--2 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  background-color: var(--dark-tone);
  color: var(--white);
  justify-content: space-between;
  align-items: flex-start;
  min-height: 316px;
  padding: 32px;
}

.process-step-wrapper {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.process-heading-wrapper {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  display: flex;
}

.list-bullet-circle {
  background-color: var(--light-tone);
  border-radius: 12px;
  width: 7px;
  height: 7px;
}

.article-preview-left {
  width: 100%;
  max-width: 582px;
  padding-top: 48px;
  padding-bottom: 96px;
}

.article-preview-right {
  border-left: 1px solid var(--border-dark);
  flex-flow: column;
  justify-content: space-between;
  align-self: stretch;
  padding-top: 48px;
  padding-bottom: 96px;
  padding-left: 24px;
  display: flex;
}

.wide-article-preview-meta {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.wide-article-meta-item {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 150px;
  display: flex;
}

.collection-item {
  border-bottom: 1px solid var(--border-dark);
}

.bullet-title-text {
  flex: none;
  font-weight: 500;
}

.bullet-title-text.max-width-300 {
  max-width: 300px;
}

.pricing-single-box {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  background-color: var(--mid-tone);
  border-radius: 12px;
  flex-flow: column;
  justify-content: space-between;
  align-self: stretch;
  min-height: 684px;
  padding: 24px;
  display: flex;
}

.container---s {
  width: 100%;
  max-width: 488px;
}

.pricing-single-title, .pricing-single-bottom {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.price-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.comparison-section {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
}

.comparison-table-wrapper {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.comparison-table-groups {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  flex-flow: column;
  display: flex;
}

.comparison-table-group {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--dark-tone);
  flex-flow: column;
  display: flex;
}

.comparison-table-group.sticky-table-header {
  padding-top: 72px;
  position: sticky;
  top: 0;
}

.table-row {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-bottom: 1px solid var(--border-white);
  display: flex;
}

.table-row.triple-item-header {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-bottom-style: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 18px;
  padding-right: 18px;
  display: grid;
}

.table-row.triple-item {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
  display: grid;
}

.table-row.two-items-header {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-bottom-style: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 18px;
  padding-right: 18px;
  display: grid;
}

.table-row.three-columns-item {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
  display: grid;
}

.table-row.single-plan-header {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-bottom-style: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 18px;
  padding-right: 18px;
  display: grid;
}

.table-row.single-plan-item {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
  display: grid;
}

.horizontal-line {
  background-color: var(--border-white);
  height: 1px;
}

.horizontal-line.border---dark {
  background-color: var(--border-dark);
}

.comparison-table-header {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.comparison-table-header.single-plan-header {
  text-align: center;
}

.comparison-table-group-title {
  border-bottom: 1px solid var(--border-white);
  padding-top: 18px;
  padding-bottom: 18px;
}

.pricing-check-icon.hide {
  opacity: 0;
}

.pricing-box {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  background-color: var(--mid-tone);
  border-radius: 12px;
  flex-flow: column;
  flex: 1;
  align-self: stretch;
  min-height: 100%;
  padding: 18px 18px 72px;
  display: flex;
}

.pricing-box-title {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  border-bottom: 1px solid var(--border-dark);
  flex-flow: column;
  padding-bottom: 24px;
  display: flex;
}

.pricing-box-title.no-border {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-bottom-style: none;
  padding-bottom: 0;
}

.checklist {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-flow: column;
  display: flex;
}

.checklist.boxed {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  background-color: var(--mid-tone);
  border-radius: 12px;
  width: 100%;
  padding: 24px;
}

.checklist ul {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-flow: column;
  display: flex;
}

.checklist.checklist-article {
  margin-top: -18px;
  margin-bottom: -18px;
}

.checklist-item {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-flow: row;
  display: flex;
}

.text-dark-tone {
  color: var(--dark-tone);
}

.price-checklist {
  width: 100%;
}

.price-button {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.process-cover-image {
  opacity: .5;
  mix-blend-mode: overlay;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.process-cover-section {
  background-color: var(--dark-tone);
  color: var(--light-tone);
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  min-height: 1000px;
  display: flex;
  position: relative;
}

.process-hero-left {
  flex: 1;
  padding-top: 24px;
  padding-bottom: 48px;
  padding-right: 48px;
}

.process-hero-right {
  border-left: 1px solid var(--border-white);
  flex: 1;
  padding-top: 24px;
  padding-bottom: 48px;
  padding-left: 48px;
  display: flex;
}

.process-hero-columns {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.circle-title-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.process-circle-wrapper {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.circle-title-line-top {
  background-color: var(--border-dark);
  width: 1px;
  min-height: 24px;
}

.circle-title-circle {
  border: 1px solid var(--dark-tone);
  border-radius: 25px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  display: flex;
}

.circle-title-line-lower {
  background-color: var(--border-dark);
  width: 1px;
  min-height: 24px;
}

.circle-title-icon {
  width: 24px;
}

.badge {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: var(--dark-tone);
  color: var(--light-tone);
  border-radius: 36px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  height: 36px;
  padding-left: 18px;
  padding-right: 18px;
  display: flex;
}

.process-text-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.demo-form-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.demo-form-grid.medium-gap {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
}

.form-wrapper {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.input-pair {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row;
  display: flex;
}

.input-group {
  flex: 1;
}

.page-title-vertical {
  grid-column-gap: 144px;
  grid-row-gap: 144px;
  flex-flow: column;
  padding-top: 24px;
  padding-bottom: 48px;
  display: flex;
}

.team-grid {
  grid-column-gap: 48px;
  grid-row-gap: 96px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.team-member {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: row;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.team-member-details-wrapper {
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.team-member-name-position {
  color: var(--light-tone);
}

.text-white---faded {
  color: var(--white-faded);
}

.careers-title {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.careers-title.halves {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  height: 100%;
  display: grid;
}

.careers-title-right {
  flex: 1;
  padding-top: 48px;
  padding-bottom: 48px;
  padding-left: 48px;
  display: flex;
}

.careers-title-left {
  border-right: 1px solid var(--border-dark);
  flex-flow: column;
  justify-content: space-between;
  align-self: stretch;
  padding-top: 24px;
  padding-bottom: 48px;
  padding-right: 48px;
  display: flex;
}

.careers-title-cta {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 488px;
  display: flex;
}

.careers-list-section {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: row;
  display: flex;
}

.careers-list-section-aside {
  grid-column-gap: 96px;
  grid-row-gap: 96px;
  flex-flow: column;
  justify-content: space-between;
  width: 440px;
  display: flex;
}

.careers-list-wrapper {
  width: 100%;
}

.job-list {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.collection-list-wrapper {
  justify-content: space-between;
}

.job {
  grid-column-gap: 144px;
  grid-row-gap: 144px;
  background-color: var(--mid-tone);
  border-radius: 12px;
  flex-flow: column;
  padding: 18px;
  display: flex;
}

.job-meta-wrapper {
  flex-flow: row;
  justify-content: space-between;
  display: flex;
}

.job-meta-wrapper.align-left {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: flex-start;
  align-items: center;
}

.job-city-country-wrapper {
  flex-flow: row;
  display: flex;
}

.job-title-link-wrapper {
  flex-flow: row;
  justify-content: space-between;
  display: flex;
}

.job-link-arrow {
  background-color: var(--light-tone);
  border-radius: 36px;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  display: flex;
}

.career-body {
  grid-column-gap: 96px;
  grid-row-gap: 96px;
  flex-flow: column;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.article {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  margin-top: -30px;
  margin-bottom: -30px;
  display: flex;
}

.article p {
  margin-bottom: 0;
}

.article blockquote {
  border-left-style: none;
  margin-top: 0;
  margin-bottom: 0;
  padding: 24px 0;
  font-family: Hedvig Letters Serif, Times New Roman, sans-serif;
  font-size: 25px;
  line-height: 1.4em;
}

.article h4 {
  margin-top: 24px;
}

.article ul {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-flow: column;
  display: flex;
}

.article ol {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-flow: column;
  margin-bottom: 0;
  padding-left: 1.5em;
  display: flex;
}

.article strong {
  font-variation-settings: "wght" 475;
}

.application-form-wrapper {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  flex-flow: column;
  display: flex;
}

.application-form-spacer {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.blog-posts-listing {
  grid-column-gap: 96px;
  grid-row-gap: 96px;
  flex-flow: column;
  display: flex;
}

.blog-posts-listing.author-articles-listing {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
}

.category-bar {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.categories-listing-text {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  width: 330px;
}

.categories-list {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  display: flex;
}

.blog-tag {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  border: 1px solid var(--dark-tone);
  border-radius: 25px;
  justify-content: flex-start;
  align-items: center;
  padding: 3px 12px 3px 9px;
  display: flex;
}

.blog-tag.w--current {
  background-color: var(--dark-tone);
  color: var(--light-tone);
  flex-flow: row-reverse wrap-reverse;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.blog-category-tags-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.blog-tag-always-dark {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  border: 1px solid var(--dark-tone);
  background-color: var(--dark-tone);
  color: var(--light-tone);
  border-radius: 25px;
  justify-content: flex-start;
  align-items: center;
  padding: 3px 12px 3px 9px;
  display: flex;
}

.blog-tag-always-dark.w--current {
  background-color: var(--dark-tone);
  color: var(--light-tone);
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.text-center {
  text-align: center;
}

.blog-title {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex-flow: column;
  width: 1060px;
  display: flex;
}

.article-meta-image {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  flex-flow: column;
  display: flex;
}

.article-meta {
  flex-flow: row;
  justify-content: space-between;
  display: flex;
}

.article-image {
  object-fit: cover;
  border-radius: 12px;
  width: 100%;
  height: 680px;
}

.article-meta-left {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.article-meta-right {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.article-meta-avatar {
  width: 48px;
}

.article-meta-author {
  font-size: 14px;
  line-height: 1.4em;
}

.blog-meta-date-wrapper, .blog-meta-read-time-wrapper {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.blog-meta-read-time {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.contact-form-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.contact-form-grid.medium-gap {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  align-self: stretch;
}

.contact-methods-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.contact-grid {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  display: flex;
}

.contact-methods {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.contact-methods-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.body-text---faded {
  color: var(--dark-tone-faded);
}

.article-wrapper {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  flex-flow: column;
  display: flex;
}

.author-avatar {
  width: 144px;
}

.author-title {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  display: flex;
}

.author-avatar-name {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  display: flex;
}

.author-name-position {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  align-self: flex-end;
  display: flex;
}

.articles-by-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  display: flex;
}

.meta-date-read-time {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  display: flex;
}

.account-footer {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.account-form-block {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  background-color: var(--white);
  border-radius: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 24px;
  display: flex;
}

.account-page-wrapper {
  background-color: var(--mid-tone);
  justify-content: space-between;
  width: 100%;
  max-width: none;
  height: 100vh;
  padding: 24px;
}

.account-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  max-width: 456px;
  display: flex;
}

.account-form-underlined-link {
  font-weight: 400;
  text-decoration: underline;
}

.account-form, .reset-password-form {
  align-self: stretch;
}

.form-footer {
  margin-top: 0;
}

.account-success-paragraph {
  margin-bottom: 24px;
}

.my-account-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.my-account-outer {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  background-color: #0000;
  flex-flow: column;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  max-width: 708px;
  min-height: auto;
  padding: 0;
  display: flex;
}

.my-account-inner {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  background-color: var(--white);
  border: 1px #000;
  border-radius: 12px;
  flex-flow: column;
  width: 100%;
  margin-bottom: 0;
  padding: 48px 24px;
  display: flex;
}

.my-account-form-group {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.my-account-form-grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  display: flex;
}

.subscription-details {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
}

.subscription-action {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
}

.subscription-row {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
}

.subscriptions-list {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  display: flex;
}

.homepage-heading {
  width: 100%;
  max-width: 918px;
}

.hero-5-lower-section-content {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  justify-content: space-between;
  padding-top: 48px;
  padding-bottom: 48px;
  display: flex;
}

.screenshots-carousel {
  background-color: var(--mid-tone);
  border-radius: 12px;
  padding: 24px 0;
}

.screenshots-carousel-overflow-wrapper {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 859px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.screenshots-carousel-image-group {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  padding-right: 24px;
  display: flex;
}

.screenshot-carousel-image {
  object-fit: cover;
  object-position: 50% 0%;
  border-radius: 6px;
  flex: none;
  width: 323px;
  height: 200px;
}

.feature-box {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--white-extra-faded);
  border-radius: 12px;
  flex-flow: column;
  height: 440px;
  padding: 36px 48px 0;
  display: flex;
  overflow: hidden;
}

.feature-box.single-screenshot {
  justify-content: center;
  align-items: center;
  padding-bottom: 36px;
}

.demo-grid {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.demo-box {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  background-color: var(--mid-tone);
  border-radius: 12px;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 36px 18px 18px;
  display: flex;
}

.demo-box-screenshot {
  border-radius: 6px;
  width: 324px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.search-input-row {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 54px;
  display: flex;
}

.empty-search-results {
  background-color: var(--mid-tone);
  border-radius: 13px;
  padding: 24px;
}

.search-result-item {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  padding: 36px 24px 0;
  display: flex;
}

.search-result-paragraph {
  margin-top: 18px;
  margin-bottom: 36px;
}

.search-result-grid {
  background-color: var(--mid-tone);
  flex-flow: column;
  padding-top: 0;
  padding-bottom: 24px;
  display: flex;
}

.search-results-wrapper {
  border-radius: 12px;
  overflow: hidden;
}

.checkout-section {
  margin-bottom: 48px;
}

.block-header {
  border-style: none;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  padding: 24px;
}

.block-content {
  border: 1px #000;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  padding: 0 24px 24px;
}

.checkout-form {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #0000;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  min-height: auto;
  padding: 0;
  display: flex;
  position: relative;
}

.checkout-left {
  flex: 1;
  margin-right: 0;
}

.order-confirmation-group {
  flex-flow: column;
  margin-right: 0;
  display: flex;
  position: static;
}

.order-confirmation {
  background-color: #0000;
  flex-flow: column;
  min-height: auto;
  padding: 0;
  display: flex;
}

.pricing-header {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: end stretch;
  display: grid;
}

.pricing-header-left {
  grid-column-gap: 96px;
  grid-row-gap: 96px;
  flex-flow: column;
  display: flex;
}

.pricing-title {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.pricing-action {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.hide {
  display: none;
}

.pricing-default-state {
  margin-bottom: 0;
}

.page-layout-image {
  flex: 1;
  width: 100%;
  display: block;
}

.pricing-grid {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.cart-title {
  font-weight: 600;
}

.cart-remove {
  font-size: 12px;
}

.cart-description {
  margin-left: 0;
}

.cart-cross {
  width: auto;
  height: auto;
}

.cart-header {
  border-bottom-style: none;
  padding-top: 18px;
  padding-bottom: 18px;
}

.cart-quantity-input {
  border-bottom-color: var(--border-dark);
  background-color: var(--light-tone-text);
  text-align: center;
  border-radius: 6px;
  margin-bottom: 0;
  font-size: 16px;
}

.cart-container {
  border-radius: 12px;
}

.cart-price {
  font-weight: 600;
}

.utility-title {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.typgraphy-demo-wrapper {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  display: flex;
}

.figma-screenshot {
  display: block;
}

.fourtgrid {
  flex-flow: row;
  display: flex;
}

.body {
  background-color: var(--light-tone);
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.body-text-large {
  color: var(--dark-text-color);
  font-size: 25px;
  line-height: 1.4;
}

.body-text-large.text-color-white {
  color: var(--white);
}

.body-text-large.text-align-center {
  text-align: center;
}

.body-text-large.text-dark-tone {
  color: var(--dark-tone);
}

.body-text-large.text-dark-tone.bold-text {
  font-weight: 700;
}

.body-text-large.text-dark-tone.align-center {
  text-align: center;
}

.bold-dark-blue-text {
  color: var(--dark-tone);
  font-weight: 700;
}

.bg-teal {
  background-color: var(--teal);
  color: var(--white);
  padding-top: 0;
  padding-bottom: 0;
}

.project-content_video-embed {
  object-fit: cover;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.video-wrapper {
  aspect-ratio: 2.8;
  border-radius: 20px;
  width: 100%;
  overflow: hidden;
}

._60--block {
  padding-top: var(--desktop--pad-small-50);
  padding-right: var(--desktop--pad-small-50);
  padding-bottom: var(--desktop--pad-small-50);
  width: 58%;
}

.center-aligned-content-block {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.center-aligned-content-block.max-width-920 {
  width: 920px;
  margin-left: auto;
  margin-right: auto;
}

.side-line-wrapper {
  padding-top: 64px;
  padding-bottom: var(--desktop--pad-small-50);
  border-style: none solid;
  border-width: 1px;
  border-color: var(--border-dark);
}

.side-line-wrapper.border-white {
  border-right-color: var(--border-white);
  border-left-color: var(--border-white);
}

.body-text-small {
  font-size: 14px;
  line-height: 1.5;
}

.logo {
  width: 270px;
}

.logo-title-left {
  padding-top: 25px;
  padding-right: var(--desktop--pad-small-50);
  grid-column-gap: 144px;
  grid-row-gap: 144px;
  border-right: 1px solid var(--border-dark);
  flex-flow: column;
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-start;
  width: 23%;
  padding-bottom: 25px;
  display: flex;
}

.logo-title-left.grow {
  flex: 1;
}

.logo-title-left.grow.align-bottom {
  justify-content: flex-end;
  align-items: center;
}

.nav-right {
  padding-top: var(--desktop--pad-xsmall-25);
  padding-bottom: var(--desktop--pad-xsmall-25);
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  height: auto;
  padding-left: 48px;
  display: flex;
}

.nav-right.align-bottom {
  align-self: flex-end;
}

.nav-right.hide-mobile {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
}

.page-title-copy {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.page-title-copy.job-single {
  height: 508px;
}

.nav-bar-wrapper {
  justify-content: space-between;
  align-items: stretch;
  height: 108px;
  display: flex;
}

.nav-bar-wrapper.job-single {
  height: 508px;
}

.banner-video-wrapper {
  border-radius: var(--desktop--fillet-20);
  height: 100%;
  position: relative;
  overflow: hidden;
}
.banner-video-wrapper3 {
  border-radius: var(--desktop--fillet-20);
  height: 100%;
  position: relative;
  overflow: hidden;
}

.dropdown-toggle-2 {
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.padding-global {
  padding-left: 5%;
  padding-right: 5%;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.padding-section-large {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.margin-bottom, .margin-bottom.margin-large, .margin-bottom.margin-xsmall, .margin-bottom.margin-small, .margin-bottom.margin-xxsmall {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.text-style-tagline {
  justify-content: center;
  align-items: center;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.heading-style-h2 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.text-size-medium {
  font-size: 1.125rem;
}

.contact12_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.contact12_form-block {
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 0;
}

.contact12_form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form_field-2col {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form_field-wrapper {
  position: relative;
}

.form_field-label {
  margin-bottom: .5rem;
  font-weight: 400;
}

.form_input {
  border: 1px solid var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  border-radius: 0;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form_input:focus {
  border-color: #000;
}

.form_input::placeholder {
  color: #0009;
}

.form_input.is-select-input {
  background-image: url('../images/chevron-down.svg');
  background-position: 99%;
  background-repeat: no-repeat;
  background-size: auto;
}

.form_input.is-text-area {
  height: auto;
  min-height: 11.25rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  overflow: auto;
}

.padding-vertical, .padding-vertical.padding-xsmall {
  padding-left: 0;
  padding-right: 0;
}

.form_radio-2col {
  grid-column-gap: 1.5rem;
  grid-row-gap: .875rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form_radio {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.125rem;
  display: flex;
}

.form_radio-icon {
  border: 1px solid var(--\<unknown\|relume-variable-color-neutral-1\>);
  cursor: pointer;
  border-radius: 100px;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.125rem;
  margin-right: .5rem;
}

.form_radio-icon.w--redirected-checked {
  background-color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  background-image: none;
  border-width: 6px;
  border-color: #000;
}

.form_radio-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
  margin-top: 0;
}

.form_radio-label {
  margin-bottom: 0;
}

.form_checkbox {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.25rem;
  display: flex;
}

.form_checkbox-icon {
  border: 1px solid var(--\<unknown\|relume-variable-color-neutral-1\>);
  cursor: pointer;
  border-radius: 0;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: .5rem;
  transition: all .2s;
}

.form_checkbox-icon.w--redirected-checked {
  box-shadow: none;
  background-color: #000;
  background-size: 16px 16px;
  border-width: 1px;
  border-color: #000;
}

.form_checkbox-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
}

.form_checkbox-label {
  margin-bottom: 0;
}

.text-style-link {
  color: var(--\<unknown\|relume-variable-link-color-1\>);
  text-decoration: underline;
}

.button-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--black);
  color: #fff;
  text-align: center;
  border-radius: 6px;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  height: 48px;
  padding: 12px 42px;
  font-size: 14px;
  font-weight: 400;
  transition: opacity .2s;
  display: flex;
}

.button-2:hover {
  opacity: .85;
}

.button-2.is-link {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button-2.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.form_message-success-wrapper {
  margin-top: 1rem;
  padding: 0;
}

.form_message-success {
  background-color: var(--\<unknown\|relume-variable-background-color-6\>);
  color: var(--\<unknown\|relume-variable-text-color-4\>);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2.5rem;
  display: flex;
}

.success-text {
  font-weight: 600;
}

.form_message-error-wrapper {
  margin-top: 1rem;
  padding: 0;
}

.form_message-error {
  background-color: var(--\<unknown\|relume-variable-background-color-8\>);
  color: var(--\<unknown\|relume-variable-text-color-5\>);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.error-text {
  color: #e23939;
}

.contact12_contact-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.icon-embed-small {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.heading-style-h6 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-top.margin-small {
  margin: 1rem 0 0;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.icon-embed-xxsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.text-block {
  line-height: 1.5;
}

.nav_logo-wrapper {
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
}

.contact-form-field {
  color: #292929;
  text-align: left;
  border: 1px solid #dfe4ea;
  border-radius: .375rem;
  min-height: 3.125rem;
  margin-bottom: 0;
  padding-left: 1.25rem;
}

.contact-form-field::placeholder {
  color: #646464;
  font-size: 1rem;
}

.contact-form-field.is-select {
  background-color: #fff;
  padding-right: 1.25rem;
}

.form-rte {
  font-size: 13px;
  line-height: 1.4em;
}

.tooltip1_component {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.tooltip1_tooltip-wrapper {
  background-color: var(--mid-tone);
  width: 18rem;
  padding-bottom: .75rem;
  position: absolute;
  bottom: 100%;
}

.tooltip1_card-wrapper {
  z-index: 2;
  background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  padding: .75rem;
}

.text-size-small {
  font-size: .875rem;
}

.rl-styleguide_label {
  color: #1e51f7;
  white-space: nowrap;
  cursor: context-menu;
  background-color: #dee3f4;
  padding: .25rem .5rem;
  font-size: .75rem;
  display: inline-block;
}

.tooltip1_pointer {
  z-index: 2;
  background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: .75rem;
  height: .75rem;
  margin-bottom: .375rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: rotate(45deg);
}

.icon-embed-xsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}

.tooltip1_responsive {
  display: none;
}

.flex-left {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.nav-link-text {
  color: var(--dark-tone);
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-weight: 400;
  position: static;
}

.nav-link-text.inside-right-navbar.white {
  color: var(--white);
}

.image-text-flex--vertical {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 418px;
  grid-auto-columns: 1fr;
  display: flex;
}

.text-cta-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: auto;
  padding-top: 8px;
  display: flex;
}

.about-page-title-vertical {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  padding-top: 96px;
  padding-bottom: 96px;
  display: flex;
}

.founder-details-wrapper-copy {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.description-cta_wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.logo-white-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border-bottom: 1px solid var(--border-white);
  background-color: var(--white);
  border-radius: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 220px;
  margin-top: auto;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.logo-white-wrapper.bg-mid-tone, .logo-white-wrapper.bg-mid-tone.rounded-metric {
  border-radius: 12px;
  padding-left: 24px;
  padding-right: 24px;
}

.logo-white-wrapper.bg-white {
  background-color: var(--white);
}

.small-slider {
  background-color: #ddd0;
  height: auto;
  max-height: 24px;
}

.small--text-slide, .mask {
  height: auto;
}

.mentorship-slider {
  z-index: 10;
  pointer-events: none;
  background-color: #ddd0;
  border-radius: 12px;
  height: auto;
  margin-top: 0;
}

.mentorslip-slide {
  height: auto;
  padding: 96px 200px 144px 96px;
}

.tabs-menu-wide {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  border-right: 1px solid var(--border-dark);
  flex-flow: column;
  width: 100%;
  max-width: 480px;
  padding-top: 48px;
  padding-bottom: 144px;
  padding-right: 48px;
  display: flex;
}

.testimonial-slider {
  pointer-events: none;
  background-color: #ddd0;
  height: auto;
  padding-bottom: 0;
  transition: all .2s;
}

.right-arrow {
  pointer-events: auto;
  width: 40px;
  height: 40px;
  inset: auto 0% 0% auto;
}

.right-arrow.mentor {
  pointer-events: auto;
  inset: auto auto 80px 160px;
}

.left-arrow {
  pointer-events: auto;
  width: 40px;
  height: 40px;
  inset: auto 50px 0% auto;
}

.left-arrow.mentorship {
  pointer-events: auto;
  inset: auto auto 80px 100px;
}

.slide-arrowm-icon {
  width: 100%;
  transform: rotate(90deg);
}

.slide-arrowm-icon.left {
  transform: rotate(-90deg);
}

.img-100 {
  width: 100%;
}

.img-100.rotate-180 {
  transform: rotate(180deg);
}

.team-member-info {
  color: var(--white);
}

.link-block {
  margin-right: auto;
}

.arrow-right {
  width: 32px;
  margin-top: 6px;
  transform: rotate(90deg);
}

.nav_logo {
  width: 265px;
}

.footer-sub-menu {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-main-link {
  color: var(--light-tone);
}

.text-quote-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
}

.wide-image {
  object-fit: cover;
  border-radius: 12px;
  width: 100%;
  height: auto;
  max-height: 324px;
}

.text-image-wrapper {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  padding-left: 48px;
  padding-right: 48px;
  display: flex;
}

.info-desc-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.tick-mark._30 {
  width: 36px;
}

.spacer-medium {
  height: 32px;
}

.cta-content-align-center {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 68.75rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-color-grey {
  color: #0000;
}

.slider-bg-vide-wrapper {
  border-radius: 12px;
  margin-top: 32px;
  position: relative;
  overflow: hidden;
}

.absolute-bg_video-1 {
  z-index: 5;
  position: absolute;
  inset: 0%;
}

.benefit-inner-warpper {
  z-index: 10;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
  position: relative;
}

.outer-benefit-box {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border-left: 1px solid var(--border-white);
  flex-flow: column;
  flex: 1;
  padding: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.outer-benefit-box.benefit {
  grid-column-gap: 144px;
  grid-row-gap: 144px;
  flex-flow: column;
}

.outer-benefit-box.benefit.border-left-white {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border-left: 1px solid var(--border-white);
}

.outer-benefit-box.border-left-white {
  border-left: 1px solid #000;
}

.outer-benefit-box.screenshots-benefit-box {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
}

.outer-benefit-box.img-1 {
  background-image: linear-gradient(#26247bcc, #26247bcc), url('../images/home-page-banner-video-1-1-1.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto 100%;
}

.outer-benefit-box.img-2 {
  background-image: linear-gradient(#26247bcc, #26247bcc), url('../images/man-studying-1_1.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto 100%;
}

.rounded-video {
  object-fit: cover;
  border-radius: 12px;
  width: 100%;
  height: 100%;
}

.rounded-video.square-image {
  aspect-ratio: 1;
  object-fit: cover;
}

.rounded-video.wide-video-wrapper-image {
  object-fit: cover;
  height: auto;
}

.bg-embed-video {
  width: 100%;
  height: 100%;
}

.absolute_wrapper {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
}

.relative-wrapper-100 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.blue-overlay {
  z-index: 2;
  background-color: #26247b99;
  position: absolute;
  inset: 0%;
}

.container--main--padding {
  z-index: 20;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  max-width: 1512px;
  margin-left: auto;
  margin-right: auto;
  padding: 98px 24px;
  display: flex;
  position: relative;
}

.heading_text_wrapper {
  height: auto;
  min-height: 480px;
}

.heading_text_wrapper.extended {
  height: 700px;
}

.blue-arrow-right, .white-arrow-right {
  width: 24px;
  height: 24px;
}

.medium-slider {
  background-color: #ddd0;
  height: auto;
  max-height: 96px;
}

.medium-slider.max-wd-50 {
  width: 100%;
  max-width: 620px;
}

.large-slider {
  pointer-events: none;
  background-color: #ddd0;
  height: 100%;
}

.team-grid-new {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-right: 1px solid var(--white-extra-faded);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.team-member-v2 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  border-left: 1px solid var(--white-extra-faded);
  flex-flow: row;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 48px 24px 96px 36px;
  display: flex;
}

.team-member-v2.tab-top-border {
  border-bottom: 1px solid var(--white-extra-faded);
}

.team-member-v2.third {
  border-top: 1px solid var(--white-extra-faded);
  border-right: 1px solid var(--white-extra-faded);
  border-bottom: 1px none var(--white-extra-faded);
}

.heading_text_wrapper-wide {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: auto;
  padding-top: 48px;
  padding-bottom: 96px;
  padding-right: 96px;
  display: flex;
}

.heading_text_wrapper-wide.extended {
  height: 700px;
}

.heading-two--link {
  color: var(--white);
  text-align: center;
  letter-spacing: -.02em;
  font-size: 51px;
  font-weight: 400;
  line-height: 1.2em;
}

.heading-two--link:hover {
  text-decoration: underline;
}

.heading-two--link.title-text {
  max-width: 967px;
}

.heading-two--link.text-align-center {
  text-align: center;
}

.link_slider {
  text-align: center;
  padding-left: 96px;
  padding-right: 96px;
}

.faq-subtitle-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 400px;
  padding-right: 80px;
  display: flex;
}

.learning-process-container {
  border-bottom: 1px solid var(--border-dark);
  padding-top: 40px;
  padding-bottom: 60px;
}

.spacer-24 {
  height: 24px;
}

.bullet-title-learning {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: .125rem;
  display: flex;
}

.bullet-title-learning.top-align {
  justify-content: flex-start;
  align-items: flex-start;
}

.tick-mark {
  width: 20px;
  margin-top: 4px;
}

.arrow-in-circle {
  width: 36px;
  transform: rotate(90deg);
}

.info-box {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  background-color: var(--mid-tone);
  border-radius: 12px;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 334px;
  padding: 32px 64px 32px 32px;
  display: flex;
}

.info-box.small {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  cursor: pointer;
  min-height: 220px;
}

.info-box.dark-tone {
  background-color: var(--dark-tone);
  color: var(--white);
  padding-right: 32px;
}

.text-reveal-wrapper {
  overflow: hidden;
}

.info-box-mega-flex-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.right-arrow-flex-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.right-arrow-flex-wrapper.hide {
  display: none;
}

.slider-big-arrow._180 {
  transform: rotate(180deg);
}

.left-arrow-flex-wrapper-copy {
  justify-content: center;
  align-items: center;
  display: flex;
}

.left-arrow-flex-wrapper-copy.hide {
  display: none;
}

.button_wrapper {
  justify-content: flex-start;
  align-items: center;
  margin-top: 24px;
  margin-right: auto;
  display: flex;
}

.tab-extended {
  grid-column-gap: 55px;
  grid-row-gap: 55px;
  color: var(--dark-tone);
  background-color: #fff0;
  border-radius: 4px;
  flex-flow: column;
  justify-content: space-between;
  max-height: 60px;
  padding: 18px 40px 18px 18px;
  display: flex;
  overflow: hidden;
}

.tab-extended.w--current {
  background-color: var(--mid-tone);
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  max-height: 100px;
  padding-right: 18px;
}

.list-2 {
  color: var(--dark-tone);
}

.tab-link-v3 {
  border: 1px solid var(--dark-tone);
  color: var(--dark-tone);
  background-color: #ddd0;
  border-radius: 22px;
  padding-left: 24px;
  padding-right: 24px;
}

.tab-link-v3.w--current {
  background-color: var(--dark-tone);
  color: var(--white);
}

.tab-menu-v3 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: wrap;
  margin-bottom: 32px;
  display: flex;
}

.research-tab {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--dark-tone);
  color: var(--white);
  border-radius: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  display: grid;
  overflow: hidden;
}

.tab-content_wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  min-height: 400px;
  padding: 32px 64px 32px 32px;
  display: flex;
}

.tab-img {
  object-fit: cover;
  border-radius: 0;
  flex: none;
  width: 100%;
  height: 100%;
}

.tab-img_wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.page-wrapper {
  font-family: Acumin Pro;
  font-feature-settings: 'liga' 1, 'calt' 1; /* fix for Chrome */
}

.hero-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.image-university-logo {
  flex: none;
  height: 100%;
}

.flex-wrap {
  grid-column-gap: 1.75rem;
  grid-row-gap: 1.75rem;
  flex-flow: wrap;
  display: flex;
}

.flex-wrap.margin-top-3rem {
  margin-top: 3rem;
}

.flex-wrap.left-wrap-pad {
  justify-content: flex-start;
  align-items: center;
}

.image-wrapper {
  width: 100%;
  height: 100%;
}

.tab-video-thumbnail {
  object-fit: cover;
  border-radius: 12px;
  width: 100%;
  height: 100%;
}

.tab-video-wrapper {
  width: 100%;
}

.video-box {
  width: 100%;
  position: relative;
}

.footer-image {
  flex: none;
  width: 100%;
}

.tick-mark-icon {
  flex: none;
  width: 36px;
}

.idbp-video {
  object-fit: cover;
  border-radius: 12px;
  flex: none;
  width: 100%;
}

.why-start-video {
  aspect-ratio: 16 / 9;
  object-fit: fill;
  border-radius: 12px;
  flex: none;
  width: 100%;
  height: auto;
}

.about-banner-vivdeo {
  width: 100%;
  height: 100%;
}

.logo-slider {
  background-color: #0000;
  flex: none;
  align-self: center;
  width: 100%;
  height: 11rem;
  padding-bottom: 2rem;
}

.logo-slide {
  height: auto;
  padding-bottom: 54px;
}

.rotate-180 {
  transform: rotate(180deg);
}

.karthik-sir-s-mentorship-during-high-school-profoundly-shaped-my-passion-for-research-and-critical-thinking-his-teaching-extended-beyond-textbooks-integrating-real-world-applications-and-contemporary-scientific-studies-under-his-guidance-i-explored-advanced-topics-like-the-target-of-rapamycin-tor-pathway-and-conducted-research-on-caffeine-s-effect-on-yeast-growth-emphasizing-rigorous-methodologies-and-independent-thinking-his-support-also-enabled-me-to-contribute-to-dr-reddy-s-labs-through-my-zebrafish-breeding-optimization-research-his-mentorship-instilled-a-lifelong-curiosity-and-commitment-to-meaningful-scientific-inquiry-laying-a-strong-foundation-for-my-academic-and-research-pursuits {
  font-size: 22px;
  line-height: 1.5em;
}

.testimonial-text {
  font-size: 22px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.4em;
}

.text-block-2 {
  font-size: 18px;
}

.footer-link--400 {
  opacity: .6;
  color: var(--light-tone);
  font-variation-settings: "wght" 350;
  font-weight: 400;
  transition: opacity .2s;
}

.footer-link--400:hover {
  opacity: 1;
}

.left-arrow--v2 {
  pointer-events: auto;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  inset: auto auto 0% 0;
}

.left-arrow--v2.mentorship {
  pointer-events: auto;
  inset: auto auto 80px 100px;
}

.right-arrow---v2 {
  pointer-events: auto;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  inset: auto auto 0% 40px;
}

.right-arrow---v2.mentor {
  pointer-events: auto;
  inset: auto auto 80px 160px;
}

.body-text-medium {
  font-size: 18px;
  line-height: 1.4em;
}

.body-text-large--blue {
  color: var(--dark-tone);
  font-size: 25px;
  line-height: 1.4;
}

.body-text-large--blue.text-color-white {
  color: var(--white);
}

.body-text-large--blue.text-align-center {
  text-align: center;
}

.body-text-large--blue.text-dark-tone {
  color: var(--dark-tone);
}

.slider {
  height: auto;
}

.accordion-item-grey {
  border-bottom: 1px solid var(--border-dark);
  flex-flow: column;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.accordion-item-grey.border-bottom-dark {
  border-bottom-color: var(--border-dark);
}

.accordion-item-grey.light-border {
  border-bottom-color: var(--border-white);
}

.accordion-title-vertical {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0 0 24px;
  display: flex;
}

.tab-grey {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--mid-tone);
  cursor: pointer;
  border-radius: 12px;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 220px;
  padding: 32px 64px 24px 32px;
  display: flex;
}

.tab-grey.w--current {
  background-color: var(--dark-tone);
  color: var(--white);
  transition: all .3s cubic-bezier(.755, .05, .855, .06);
}

.tab-menu {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.tab_content_wrapper {
  color: var(--dark-tone);
}

.tab-description_wrapper {
  padding-top: 8px;
  overflow: hidden;
}

.yt-video {
  border-radius: 12px;
  overflow: hidden;
}

.text-wrapper_trigger {
  z-index: 10;
  background-color: var(--chrome-yellow);
  border-radius: 8px;
  margin-bottom: 0;
  margin-left: 0;
  padding: 16px 20px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.banner_text_wrapper {
  background-color: var(--chrome-yellow);
  color: var(--white);
  border-radius: 6px;
  padding: 0;
  position: absolute;
  inset: auto 0 0;
  overflow: hidden;
}

.heading-five {
  font-size: 22px;
}

.banner_inner-text_wrapper {
  background-color: var(--chrome-yellow);
  color: var(--white);
  border-radius: 6px;
  height: 100%;
  padding: 140px 32px 80px 48px;
  font-size: 24px;
  line-height: 1.25;
  position: static;
  inset: auto 24px 24px;
  overflow: hidden;
}

.banner_tags {
  background-color: var(--chrome-yellow);
  color: var(--light-tone);
  text-transform: uppercase;
  border-radius: 34px 34px 34px 0;
  margin-right: auto;
  padding: 14px 40px 14px 30px;
  font-weight: 600;
}

.banner-tag-slider-wrapper {
  flex-flow: column;
  display: flex;
}

.features-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.features-card {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: var(--white);
  color: var(--dark-tone);
  text-align: center;
  border-radius: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 2.5rem;
  display: flex;
}

.feature-icon {
  width: 100%;
  max-width: 80px;
  max-height: 80px;
}

.new_wrapper {
  background-color: var(--chrome-yellow);
  color: var(--white);
  border-radius: 7px 7px 7px 0;
  justify-content: center;
  align-items: flex-end;
  height: 13px;
  padding: 2px 4px;
  font-size: 8px;
  line-height: 1em;
  display: flex;
}

.nav-link-new-text {
  color: var(--dark-tone);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: -13px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-weight: 700;
  display: flex;
  position: static;
}

.nav-link-new-text.inside-right-navbar.white {
  color: var(--white);
}

.heading_slider_wrapper {
  height: 480px;
}

.heading_slider_wrapper.extended {
  height: 700px;
}

.img-wrapper {
  padding-bottom: 40px;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 51px;
    line-height: 1.2em;
  }
 .banner-video-wrapper2{
    width: 120%;
  }
  .banner-video-wrapper3{
    width: 103%;
  }
  
  h2 {
    font-size: 40px;
    line-height: 1.2em;
  }

  h3 {
    letter-spacing: 0;
    font-size: 25px;
    line-height: 1.4em;
  }

  h4 {
    font-size: 21px;
  }

  .section {
    padding-top: 48px;
    padding-bottom: 120px;
  }

  .section.title {
    padding-bottom: 48px;
  }

  .section.title.search-results-title {
    padding-top: 120px;
  }

  .section.hero-4 {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    height: auto;
  }

  .section.process-step {
    padding-bottom: 72px;
  }

  .section.no-top-padding.increased-bottom-padding {
    padding-bottom: 120px;
  }

  .section.careers-title {
    height: auto;
  }

  .section.blog-listing-section {
    padding-bottom: 72px;
  }

  .section.categories-list {
    padding-bottom: 54px;
  }

  .section.blog-3-listing-section, .section.blog-2-listing-section {
    padding-bottom: 72px;
  }

  .section.blog-title-section {
    padding-top: 120px;
  }

  .section.article-section {
    padding-bottom: 72px;
  }

  .section.no-border {
    padding-bottom: 54px;
  }

  .section.hero-5 {
    grid-column-gap: 72px;
    grid-row-gap: 72px;
    height: auto;
  }

  .section.career-section, .section.search-section {
    padding-top: 48px;
  }

  .section.content {
    padding-bottom: 48px;
  }

  .section.content.search-results-title {
    padding-top: 120px;
  }

  .section.bg-video {
    padding-bottom: 48px;
  }

  .section.bg-video.search-results-title {
    padding-top: 120px;
  }

  .section.home--cta {
    padding-bottom: 0;
  }

  .section.home--cta.search-results-title {
    padding-top: 120px;
  }

  .container---main {
    max-width: 95%;
  }

  .container---main.inside-dropdown {
    padding-left: 0;
    padding-right: 0;
  }

  .template-utility-section {
    grid-row-gap: 56px;
    grid-template-columns: 1fr;
  }

  .button {
    height: 48px;
    padding: 12px 42px;
  }

  .button.inside-nav-menu {
    margin-top: 12px;
    font-size: 16px;
    display: block;
  }

  .button.inside-nav-menu.white {
    background-color: var(--light-tone-faded);
  }

  .trigger-search-modal {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    font-variation-settings: "wght" 400;
    justify-content: flex-start;
    align-items: center;
    font-weight: 400;
  }

  .display-heading {
    font-size: 70px;
    line-height: 1;
  }

  .menu-button {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0;
    display: block;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .menu-button-cross-line.line-1.white, .menu-button-cross-line.line-2.white, .menu-button-horizontal-line.line-1.white, .menu-button-horizontal-line.line-2.white, .menu-button-horizontal-line.line-3.white {
    background-color: var(--white);
  }

  .navbar-row {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    height: 96px;
    display: flex;
  }

  .nav-link.inside-right-navbar {
    display: none;
  }

  .dropdown-toggle {
    border-bottom: 1px solid var(--border-dark);
    justify-content: space-between;
    padding-bottom: 24px;
  }

  .dropdown-toggle.white {
    border-bottom-color: var(--border-white);
  }

  .nav-menu {
    z-index: 999;
    background-color: var(--light-tone);
    width: 100vw;
    position: fixed;
    inset: 0;
    overflow: scroll;
  }

  .nav-menu.dark {
    background-color: var(--dark-tone);
  }

  .nav-links {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    padding: 24px;
    font-size: 25px;
  }

  .mobile-logo {
    align-self: flex-start;
    margin-bottom: 48px;
    display: block;
  }

  .mobile-logo.w--current {
    align-self: flex-start;
    margin-bottom: 36px;
  }

  .nav-menu-close {
    pointer-events: auto;
  }

  .heading-one {
    font-size: 51px;
    line-height: 1.2em;
  }

  .heading-one.text-center {
    font-size: 64px;
  }

  .heading-two {
    font-size: 40px;
    line-height: 1.2em;
  }

  .heading-three {
    letter-spacing: 0;
    font-size: 25px;
    line-height: 1.4em;
  }

  .heading-three.two-plans-pricing-title, .heading-three.two-plans-pricing-amount {
    font-size: 40px;
  }

  .heading-three.title-heading {
    font-size: 40px;
    line-height: 1.2em;
  }

  .heading-four {
    font-size: 21px;
  }

  .heading-four.dropdown-link-heading {
    font-size: 18px;
    line-height: 1.4em;
  }

  .heading-four.process-step-number {
    width: auto;
  }

  .heading-four.account-page-title {
    font-size: 25px;
  }

  .footer-columns {
    flex-flow: column;
  }

  .footer-left-column {
    border-right-style: none;
    width: 100%;
    padding-top: 72px;
    padding-bottom: 72px;
    padding-right: 0;
  }

  .footer-left-column.bottom-column {
    padding-bottom: 36px;
  }

  .footer-right-column {
    border-left: 1px solid var(--border-white);
    padding-top: 0;
    padding-bottom: 72px;
    padding-left: 24px;
  }

  .footer-contact-methods {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .footer-logo-image {
    max-width: none;
  }

  .dropdown-wide-wrapper.w--open {
    position: static;
  }

  .dropdown-wide {
    border-top-style: none;
    border-bottom-style: none;
    padding-top: 24px;
    padding-bottom: 24px;
    position: static;
  }

  .dropdown-box-link {
    grid-column-gap: 72px;
    grid-row-gap: 72px;
    border-radius: 9px;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    height: auto;
    padding: 72px 12px 12px;
  }

  .arrow-circle {
    flex: none;
  }

  .nav-menu-wrapper {
    justify-content: flex-end;
    align-items: center;
  }

  .dropdown-list-wrapper.w--open {
    max-width: 100%;
    position: static;
  }

  .dropdown-list {
    border-style: none;
    padding-left: 0;
    padding-right: 0;
    position: static;
  }

  .dropdown-link {
    font-size: 18px;
  }

  .mobile-logo-image {
    max-width: 12rem;
  }

  .hero-cover-section {
    min-height: 95vh;
  }

  .halves {
    padding-top: var(--desktop--pad-small-50);
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    padding-bottom: 75px;
  }

  .half-box.left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .half-box.left.right-border {
    border-right-style: none;
  }

  .half-box.right {
    border-left-style: none;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .half-box.right.small.gap-49 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding-top: 0;
  }

  .half-box.btm.left-line {
    border-left-style: none;
    padding-left: 0;
  }

  .text-grid {
    grid-column-gap: 72px;
    grid-row-gap: 72px;
  }

  .text-grid.extra-large-gap {
    grid-column-gap: 120px;
    grid-row-gap: 120px;
  }

  .text-grid.large-gap, .text-grid.space-between {
    grid-column-gap: 72px;
    grid-row-gap: 72px;
  }

  .text-grid.increased-gap {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .text-grid.request-demo-form-text-grid, .text-grid.contact-form-text-grid {
    grid-column-gap: 72px;
    grid-row-gap: 72px;
  }

  .text-grid.small-gap {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .text-grid.ceo-meassage-grid {
    grid-column-gap: 72px;
    grid-row-gap: 72px;
  }

  .avatar.large-avatar {
    width: 168px;
  }

  .bordered-icon {
    flex: none;
  }

  .rounded-image.hero-4-image {
    width: auto;
    height: 200px;
  }

  .rounded-image.wide-video-wrapper-image {
    height: 320px;
  }

  .rounded-image.ht-583 {
    height: 500px;
  }

  .metric-section {
    flex-flow: column;
  }

  .bullet-title, .bullet-circle {
    flex: none;
  }

  .bold-text.text-light-tone {
    flex: 0 auto;
  }

  .metric {
    padding-top: 72px;
  }

  .icon-box-list {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 24px;
  }

  .icon-box-list.flex {
    flex-flow: row;
  }

  .icon-box-list.grid {
    flex-flow: row;
    grid-template-columns: 1fr 1fr;
  }

  .icon-box-list._4-2-col-grid {
    flex-flow: row;
  }

  .icon-box {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    padding-bottom: 54px;
  }

  .quote-section {
    flex-flow: column;
  }

  .post-grid {
    grid-row-gap: 48px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .article-preview {
    flex-flow: row;
  }

  .article-preview.large {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .empty-state {
    grid-template-columns: 1fr;
  }

  .article-preview-text {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: flex-start;
    align-self: stretch;
    align-items: center;
    display: flex;
  }

  .article-preview-image-wrapper {
    width: 100%;
    max-width: 320px;
  }

  .page-title-left {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    border-right-style: none;
    flex-flow: column;
    width: 100%;
    padding-top: 48px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .page-title-left.grow.align-bottom {
    border-right-style: none;
    align-self: flex-start;
  }

  .page-title {
    flex-flow: column;
  }

  .page-title.job-single {
    height: 360px;
  }

  .page-title-cta {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .page-title-right {
    padding-left: 0;
  }

  .page-title-right.align-bottom {
    align-self: flex-start;
  }

  .video-wrapper.ht-100 {
    min-height: 420px;
  }

  .tabs {
    flex-flow: column;
  }

  .tabs-menu {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    border-right-style: none;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    max-width: none;
    padding-bottom: 0;
    padding-right: 0;
    display: grid;
  }

  .tabs-content {
    padding-left: 0;
  }

  .tab-content-image {
    object-fit: cover;
    height: 480px;
  }

  .image-text-grid {
    flex-flow: column;
    display: flex;
  }

  .tab-icon {
    transform: rotate(90deg);
  }

  .faq-section {
    grid-column-gap: 39px;
    grid-row-gap: 39px;
    flex-flow: column-reverse;
    grid-template: "."
                   "."
                   / 1fr;
    grid-auto-columns: 1fr;
  }

  .faq-section.bottom-aligned {
    justify-content: space-between;
    align-items: flex-start;
  }

  .sidebar-cta {
    order: 1;
  }

  .metrics-cards-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .thirds-grid {
    flex-flow: column;
  }

  .benefit-box {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    border-right: 1px solid var(--border-white);
    border-bottom: 1px solid var(--border-white);
    flex-flow: column;
    padding-top: 36px;
    padding-bottom: 50px;
  }

  .benefit-box.benefit {
    grid-column-gap: 72px;
    grid-row-gap: 72px;
    padding-bottom: 96px;
  }

  .benefit-box.benefit.border-left-white {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    padding-bottom: 50px;
  }

  .boxed-wide-blog-article {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    padding-bottom: 96px;
  }

  .boxed-article-content {
    grid-column-gap: 72px;
    grid-row-gap: 72px;
  }

  .wide-boxed-article-preview-meta-copy {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    grid-template-columns: 1fr auto;
    display: flex;
  }

  .hero-4-image-wrapper {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    height: auto;
    display: flex;
  }

  .hero-4-lower-content {
    grid-column-gap: 72px;
    grid-row-gap: 72px;
    flex-flow: column;
  }

  .small-icon-box {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    padding-bottom: 18px;
  }

  .process-step-wrapper {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    flex-flow: column;
  }

  .list-bullet-circle {
    flex: none;
  }

  .article-preview-left, .article-preview-right {
    padding-top: 24px;
    padding-bottom: 48px;
  }

  .wide-article-meta-item {
    max-width: 120px;
  }

  .bullet-title-text {
    flex: 0 auto;
  }

  .pricing-single-box {
    min-height: auto;
  }

  .comparison-table-group.sticky-table-header {
    padding-top: 48px;
  }

  .pricing-box {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    padding-bottom: 36px;
  }

  .pricing-box-title, .pricing-box-title.no-border {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .process-cover-section {
    min-height: 95vh;
  }

  .process-text-grid, .demo-form-grid {
    grid-column-gap: 72px;
    grid-row-gap: 72px;
  }

  .page-title-vertical {
    grid-column-gap: 96px;
    grid-row-gap: 96px;
  }

  .team-member {
    flex-flow: column;
  }

  .team-member-details-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .team-member-name-position {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .careers-title {
    flex-flow: column;
  }

  .careers-title.halves {
    grid-column-gap: 52px;
    grid-row-gap: 52px;
    padding-bottom: 60px;
    display: flex;
  }

  .careers-title-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .careers-title-left {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    border-right-style: none;
    flex-flow: column;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .careers-title-cta {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .careers-list-section-aside {
    justify-content: space-between;
    align-items: center;
  }

  .job-title-link-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .job-link-arrow {
    flex: none;
  }

  .article {
    margin-top: -30px;
  }

  .article ul, .article ol {
    margin-bottom: 24px;
  }

  .blog-posts-listing.author-articles-listing {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .blog-tag.w--current, .blog-tag-always-dark.w--current {
    flex: none;
  }

  .blog-title {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    width: 100%;
  }

  .article-meta-image {
    grid-column-gap: 54px;
    grid-row-gap: 54px;
  }

  .article-image {
    height: 330px;
  }

  .contact-form-grid {
    grid-column-gap: 72px;
    grid-row-gap: 72px;
    align-self: stretch;
  }

  .author-avatar-name {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .author-name-position {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .my-account-outer {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .hero-5-lower-section-content {
    flex-flow: wrap-reverse;
    padding-top: 0;
  }

  .screenshots-carousel, .screenshots-carousel-overflow-wrapper {
    width: 100%;
  }

  .demo-grid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .demo-box-screenshot {
    object-fit: cover;
    object-position: 50% 0%;
    height: 280px;
  }

  .search-input-row {
    padding-bottom: 54px;
  }

  .search-result-paragraph {
    margin-top: 18px;
    margin-bottom: 24px;
  }

  .search-result-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    display: flex;
  }

  .checkout-form {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    align-items: stretch;
  }

  .order-confirmation-group {
    flex: none;
  }

  .pricing-header {
    grid-column-gap: 72px;
    grid-row-gap: 72px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
  }

  .pricing-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    grid-template-columns: 1fr;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .search-icon {
    width: auto;
    height: 21px;
  }

  .fourtgrid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .body-text-large {
    font-size: 20px;
  }

  .project-content_video-embed {
    aspect-ratio: 3 / 2;
  }

  ._60--block {
    padding-top: var(--desktop--pad-xsmall-25);
    padding-right: var(--desktop--pad-xsmall-25);
    padding-bottom: var(--desktop--pad-xsmall-25);
    width: 100%;
  }

  .center-aligned-content-block.max-width-920 {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .logo {
    width: 360px;
  }

  .logo-title-left {
    padding-top: var(--desktop--pad-xsmall-25);
    padding-right: var(--desktop--pad-xsmall-25);
    padding-bottom: var(--desktop--pad-xsmall-25);
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    flex-flow: column;
    width: 40%;
  }

  .logo-title-left.grow.align-bottom {
    border-right-style: none;
    align-self: flex-start;
  }

  .nav-right {
    padding-left: 0;
  }

  .nav-right.align-bottom {
    align-self: flex-start;
  }

  .nav-right.hide-mobile {
    display: none;
  }

  .page-title-copy {
    flex-flow: column;
  }

  .page-title-copy.job-single {
    height: 360px;
  }

  .nav-bar-wrapper {
    flex-flow: row;
  }

  .nav-bar-wrapper.job-single {
    height: 360px;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-style-h2 {
    font-size: 2.75rem;
  }

  .contact12_content {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .button-2 {
    padding: 8px 30px;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .flex-left {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .nav-link-text {
    text-align: left;
    padding-bottom: 2rem;
  }

  .nav-link-text.inside-right-navbar {
    display: none;
  }

  .image-text-flex--vertical {
    flex-flow: column;
    display: flex;
  }

  .about-page-title-vertical {
    grid-column-gap: 96px;
    grid-row-gap: 96px;
  }

  .founder-details-wrapper-copy {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .logo-white-wrapper {
    padding-top: 72px;
  }

  .small-slider {
    max-height: none;
  }

  .mentorslip-slide {
    padding: 72px 72px 144px;
  }

  .tabs-menu-wide {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    border-right-style: none;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    max-width: none;
    padding-bottom: 0;
    padding-right: 0;
    display: grid;
  }

  .wide-image {
    object-fit: cover;
    height: 480px;
  }

  .text-image-wrapper {
    padding-left: 24px;
    padding-right: 14px;
  }

  .outer-benefit-box {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    border-bottom: 1px solid var(--border-white);
    flex-flow: column;
    padding-top: 0;
    padding-bottom: 0;
  }

  .outer-benefit-box.benefit {
    grid-column-gap: 72px;
    grid-row-gap: 72px;
    padding-bottom: 96px;
  }

  .outer-benefit-box.benefit.border-left-white {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    padding-bottom: 50px;
  }

  .rounded-video.hero-4-image {
    width: auto;
    height: 200px;
  }

  .rounded-video.wide-video-wrapper-image {
    height: 320px;
  }

  .container--main--padding {
    max-width: 732px;
  }

  .heading_text_wrapper {
    height: 220px;
    min-height: auto;
  }

  .heading_text_wrapper.extended {
    flex: none;
    height: auto;
  }

  .large-slider {
    width: 88vw;
    height: auto;
    padding-bottom: 60px;
  }

  .team-grid-new {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .team-member-v2 {
    flex-flow: column;
    padding-bottom: 48px;
  }

  .team-member-v2.tab-top-border {
    border-top: 1px solid var(--white-extra-faded);
  }

  .heading_text_wrapper-wide {
    height: auto;
  }

  .heading-two--link {
    font-size: 40px;
    line-height: 1.2em;
  }

  .link_slider {
    padding-left: 48px;
    padding-right: 48px;
  }

  .learning-process-container {
    padding-top: 48px;
    padding-bottom: 72px;
  }

  .bullet-title-learning {
    flex: none;
  }

  .info-box {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    padding: 24px 32px 18px 24px;
  }

  .right-arrow-flex-wrapper {
    inset: auto 0% 0% auto;
  }

  .left-arrow-flex-wrapper-copy {
    inset: auto 80px 0% auto;
  }

  .tab-extended {
    max-height: 80px;
  }

  .tab-menu-v3 {
    flex-flow: wrap;
  }

  .hero-image {
    font-size: 14px;
  }

  .tab-video-thumbnail, .idbp-video, .why-start-video {
    object-fit: cover;
    height: 480px;
  }

  .testimonial-text, .body-text-large--blue {
    font-size: 20px;
  }

  .tab-grey {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    padding: 24px 32px 18px 24px;
  }

  .banner_text_wrapper {
    font-size: 14px;
  }

  .banner_inner-text_wrapper {
    padding: 80px 24px 60px 64px;
    font-size: 16px;
  }

  .features-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr 1fr;
  }

  .nav-link-new-text {
    text-align: left;
    margin-top: 0;
    padding-bottom: 2rem;
  }

  .nav-link-new-text.inside-right-navbar {
    display: none;
  }

  .heading_slider_wrapper {
    height: 220px;
  }

  .heading_slider_wrapper.extended {
    flex: none;
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 40px;
    line-height: 1.2em;
  }

  h4 {
    font-size: 18px;
  }

  h6 {
    font-size: 16px;
    line-height: 24px;
  }

  .section {
    padding-top: 24px;
    padding-bottom: 54px;
  }

  .section.title {
    padding-top: 96px;
    padding-bottom: 36px;
  }

  .section.title.search-results-title {
    padding-top: 72px;
    padding-bottom: 24px;
  }

  .section.title.mentors {
    padding-bottom: 96px;
  }

  .section.bg-dark-tone.icon-features {
    padding-top: 36px;
  }

  .section.hero-4 {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
  }

  .section.team-section {
    padding-bottom: 72px;
  }

  .section.categories-list {
    padding-bottom: 24px;
  }

  .section.blog-title-section {
    padding-top: 96px;
    padding-bottom: 36px;
  }

  .section.hero-5 {
    height: auto;
  }

  .section.product-pages-section {
    padding-top: 24px;
    padding-bottom: 72px;
  }

  .section.content {
    padding-top: 96px;
    padding-bottom: 36px;
  }

  .section.content.search-results-title {
    padding-top: 72px;
    padding-bottom: 24px;
  }

  .section.bg-video {
    padding-top: 96px;
    padding-bottom: 36px;
  }

  .section.bg-video.search-results-title {
    padding-top: 72px;
    padding-bottom: 24px;
  }

  .section.home--cta {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section.home--cta.search-results-title {
    padding-top: 72px;
    padding-bottom: 24px;
  }

  .section.team-section-new {
    padding-bottom: 0;
  }

  .container---main.flex.relative--20.padding-top-bottom {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .button.inside-right-navbar {
    display: none;
  }

  .button.cancel-subscription-button {
    border: 1px solid var(--dark-tone);
    background-color: var(--white);
    color: var(--dark-tone);
    align-self: flex-end;
    height: 42px;
  }

  .search-modal-container {
    margin-left: 18px;
    margin-right: 18px;
    padding: 18px;
  }

  .display-heading {
    font-size: 64px;
    line-height: 1;
  }

  .nav-links {
    font-size: 18px;
  }

  .heading-one {
    font-size: 40px;
    line-height: 1.2em;
  }

  .heading-two.title-text {
    font-size: 25px;
    line-height: 1.3em;
  }

  .heading-three.title-heading {
    font-size: 32px;
  }

  .heading-four {
    font-size: 18px;
  }

  .nav-logo-wrapper {
    border-right-style: none;
    width: auto;
  }

  .footer-left-column {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .footer-contact-methods {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .contact-method {
    margin-right: auto;
  }

  .footer-menus {
    flex-flow: column;
  }

  .footer-social-row {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .footer-bottom-rows {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .dropdown-grid {
    grid-column-gap: 9px;
    grid-row-gap: 9px;
    grid-template-columns: 1fr;
  }

  .arrow-circle {
    width: 32px;
    height: 32px;
  }

  .dropdown-link {
    padding-left: 12px;
    padding-right: 12px;
    font-size: 16px;
  }

  .mobile-logo-image {
    max-width: 12rem;
  }

  .hero-cover-section {
    min-height: auto;
  }

  .sub-section {
    border-top-style: none;
  }

  .halves {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    padding-bottom: 72px;
  }

  .half-box.left {
    padding-right: 0;
  }

  .half-box.right {
    border-left-style: none;
    padding-left: 0;
  }

  .cover-hero-halves {
    flex-flow: column;
  }

  .cover-hero-half-box.left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .cover-hero-half-box.right {
    border-left-style: none;
    padding-left: 0;
  }

  .text-grid {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .text-grid.extra-large-gap {
    grid-column-gap: 96px;
    grid-row-gap: 96px;
  }

  .text-grid.large-gap, .text-grid.medium-gap, .text-grid.space-between, .text-grid.request-demo-form-text-grid {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .text-grid.contact-form-text-grid, .text-grid.ceo-meassage-grid {
    grid-column-gap: 54px;
    grid-row-gap: 54px;
  }

  .rounded-image.hero-4-image {
    flex: 0 auto;
  }

  .rounded-image.hero-4-image.right {
    object-fit: cover;
    flex: none;
    width: 100%;
  }

  .rounded-image.hero-4-image.left {
    object-fit: cover;
    flex: 0 auto;
    width: 100%;
  }

  .rounded-image.wide-video-wrapper-image {
    height: 270px;
  }

  .rounded-image.ht-583 {
    height: auto;
  }

  .metric-section {
    flex-flow: column;
  }

  .metric {
    padding-top: 48px;
  }

  .icon-box-list {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .icon-box-list.flex, .icon-box-list.grid, .icon-box-list._4-2-col-grid {
    flex-flow: column;
  }

  .icon-box {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    padding-bottom: 36px;
  }

  .quote-section {
    grid-column-gap: 42px;
    grid-row-gap: 42px;
    flex-flow: column;
  }

  .post-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .article-preview.large {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
  }

  .article-preview-meta {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    flex-flow: row;
    align-self: stretch;
    display: flex;
  }

  .article-meta-item {
    justify-content: flex-start;
    align-items: center;
  }

  .article-preview-text {
    justify-content: space-between;
  }

  .article-preview-image-wrapper {
    max-width: 180px;
  }

  .page-title-left.grow.align-bottom {
    border-right-style: none;
    flex: none;
    padding-top: 36px;
  }

  .page-title.job-single {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    height: auto;
    padding-bottom: 36px;
  }

  .page-title-cta {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .page-title-right.align-bottom {
    flex: none;
    align-self: flex-start;
    padding-top: 0;
    padding-bottom: 0;
  }

  .video-wrapper.ht-100 {
    min-height: 480px;
  }

  .tab {
    max-height: none;
  }

  .tab.w--current {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    max-height: none;
    display: flex;
  }

  .tab-icon {
    width: 18px;
    display: none;
  }

  .sidebar-cta {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .accordion-title {
    justify-content: space-between;
    align-items: flex-start;
  }

  .benefit-box {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    padding-bottom: 72px;
  }

  .benefit-box.benefit {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    padding-bottom: 72px;
  }

  .benefit-box.benefit.border-left-white {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .benefit-box.screenshots-benefit-box {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
  }

  .boxed-wide-blog-article {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    flex-flow: column;
    padding-bottom: 24px;
  }

  .boxed-article-content {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
  }

  .boxed-article-image-wrapper {
    max-width: none;
  }

  .wide-boxed-article-preview-meta-copy {
    flex-flow: row;
    align-self: stretch;
    display: flex;
  }

  .hero-4-lower {
    padding-top: 36px;
  }

  .hero-4-image-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .hero-4-lower-content {
    grid-column-gap: 54px;
    grid-row-gap: 54px;
  }

  .small-icon-box {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    padding-bottom: 36px;
  }

  .small-icon-box.bg-mid-tone {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    min-height: 200px;
    padding-bottom: 18px;
  }

  .small-icon-box.bg-dark-tone--2 {
    min-height: 200px;
    padding-bottom: 18px;
  }

  .article-preview-left {
    max-width: none;
    padding-bottom: 0;
  }

  .article-preview-right {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    border-left-style: none;
    padding-top: 0;
    padding-left: 0;
  }

  .wide-article-preview-meta {
    flex-flow: row;
    justify-content: space-between;
    align-self: stretch;
    display: flex;
  }

  .wide-article-meta-item {
    justify-content: flex-start;
    align-items: center;
    width: auto;
  }

  .comparison-table-groups {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .comparison-table-group {
    align-self: stretch;
  }

  .comparison-table-group.sticky-table-header {
    padding-top: 24px;
  }

  .table-row.triple-item-header {
    grid-template-columns: 1fr 1fr 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .table-row.triple-item {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .table-row.two-items-header {
    grid-template-columns: 1fr 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .table-row.three-columns-item {
    grid-template-columns: 1fr 1fr;
  }

  .table-row.single-plan-header {
    grid-template-columns: 1fr 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .table-row.single-plan-item {
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: .5fr;
  }

  .comparison-table-header, .comparison-table-header.two-items-header, .comparison-table-header.single-plan-header {
    text-align: center;
  }

  .comparison-table-group-title {
    text-align: center;
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .pricing-box {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    padding-bottom: 48px;
  }

  .pricing-box-title {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .single-plan-row-text {
    text-align: left;
  }

  .process-cover-section {
    min-height: auto;
  }

  .process-hero-right {
    border-left-style: none;
    padding-left: 0;
  }

  .process-hero-columns {
    flex-flow: column;
  }

  .process-text-grid, .demo-form-grid {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .page-title-vertical {
    grid-column-gap: 72px;
    grid-row-gap: 72px;
    padding-bottom: 24px;
  }

  .careers-list-section {
    flex-flow: column;
  }

  .careers-list-section-aside {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    flex-flow: column;
    order: 1;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .job-title {
    align-self: flex-start;
  }

  .article {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    margin-top: -24px;
    margin-bottom: -24px;
  }

  .article blockquote {
    font-size: 22px;
  }

  .article ul, .article ol {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .blog-posts-listing {
    grid-column-gap: 72px;
    grid-row-gap: 72px;
  }

  .category-bar {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .categories-listing-text {
    width: auto;
  }

  .article-meta-image {
    grid-column-gap: 54px;
    grid-row-gap: 54px;
  }

  .article-meta {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    flex-flow: column-reverse;
    justify-content: space-between;
    align-items: flex-start;
  }

  .article-image {
    height: 330px;
  }

  .contact-form-grid {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .author-avatar {
    align-self: flex-start;
    width: 110px;
  }

  .meta-date-read-time {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    display: flex;
  }

  .subscription-details {
    justify-content: space-between;
    align-self: stretch;
  }

  .subscription-action {
    flex-flow: column;
    justify-content: center;
    align-items: flex-end;
  }

  .subscription-row {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .feature-box {
    height: 350px;
  }

  .demo-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    display: flex;
  }

  .demo-box-screenshot {
    object-fit: cover;
    object-position: 50% 0%;
    height: 200px;
  }

  .search-input-row {
    padding-bottom: 36px;
  }

  .search-result-item {
    padding-top: 24px;
  }

  .search-result-paragraph {
    margin-top: 6px;
    margin-bottom: 18px;
  }

  .search-result-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-top: 0;
  }

  .checkout-form {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .column-space-between {
    flex-flow: column;
    justify-content: space-between;
    display: flex;
  }

  .pricing-header, .pricing-header-left {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .pricing-grid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .logo-title-left.grow.align-bottom {
    border-right-style: none;
    flex: none;
    padding-top: 36px;
  }

  .nav-right {
    padding-left: 25px;
  }

  .nav-right.align-bottom {
    flex: none;
    align-self: flex-start;
    padding-top: 0;
    padding-bottom: 0;
  }

  .page-title-copy.job-single {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    height: auto;
    padding-bottom: 36px;
  }

  .nav-bar-wrapper {
    height: 72px;
  }

  .nav-bar-wrapper.job-single {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    height: auto;
    padding-bottom: 36px;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-style-h2 {
    font-size: 2.25rem;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .contact12_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .form_field-2col.is-mobile-1col {
    grid-template-columns: 1fr;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-style-h6 {
    font-size: 1.125rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .flex-left {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
  }

  .nav-link-text {
    padding-bottom: .5rem;
  }

  .about-page-title-vertical {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding-bottom: 24px;
  }

  .logo-white-wrapper {
    padding-top: 48px;
  }

  .mentorslip-slide {
    padding: 36px 36px 144px;
  }

  .nav_logo {
    width: 180px;
  }

  .text-image-wrapper {
    padding-left: 14px;
  }

  .tick-mark._30 {
    width: 30px;
  }

  .outer-benefit-box {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    padding-bottom: 0;
  }

  .outer-benefit-box.benefit {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    padding-bottom: 72px;
  }

  .outer-benefit-box.benefit.border-left-white {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .outer-benefit-box.screenshots-benefit-box {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
  }

  .rounded-video.hero-4-image {
    flex: 0 auto;
  }

  .rounded-video.hero-4-image.right {
    object-fit: cover;
    flex: none;
    width: 100%;
  }

  .rounded-video.hero-4-image.left {
    object-fit: cover;
    flex: 0 auto;
    width: 100%;
  }

  .rounded-video.wide-video-wrapper-image {
    height: 270px;
  }

  .container--main--padding {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .large-slider {
    padding-bottom: 40px;
  }

  .heading_text_wrapper-wide {
    padding-bottom: 54px;
    padding-right: 52px;
  }

  .heading-two--link.title-text {
    font-size: 25px;
    line-height: 1.3em;
  }

  .link_slider {
    padding-left: 24px;
    padding-right: 24px;
  }

  .learning-process-container {
    padding-top: 24px;
    padding-bottom: 54px;
  }

  .info-box {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    min-height: 200px;
    padding-bottom: 18px;
  }

  .tab-extended {
    max-height: none;
  }

  .tab-extended.w--current {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    max-height: none;
    display: flex;
  }

  .research-tab {
    grid-template-columns: 1fr;
  }

  .tab-content_wrapper {
    min-height: 200px;
  }

  .tab-img {
    position: static;
  }

  .image-university-logo {
    width: 6rem;
    height: 6rem;
  }

  .tick-mark-icon {
    width: 30px;
  }

  .why-start-video {
    height: auto;
  }

  .logo-slider {
    height: 9rem;
  }

  .accordion-title-vertical {
    justify-content: space-between;
    align-items: flex-start;
  }

  .tab-grey {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    min-height: 200px;
    padding-bottom: 18px;
  }

  .tab-menu {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .banner_inner-text_wrapper {
    padding-bottom: 80px;
    padding-left: 24px;
  }

  .banner_tags {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 14px;
  }

  .features-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .features-card {
    padding: 1.5rem;
  }

  .feature-icon {
    max-width: 60px;
    max-height: 60px;
  }

  .nav-link-new-text {
    padding-bottom: .5rem;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: 14px;
  }

  h1 {
    font-size: 32px;
  }

  h4 {
    font-size: 24px;
    line-height: 32px;
  }

  h5 {
    font-size: 18px;
    line-height: 28px;
  }

  .section.title {
    padding-top: 50px;
    padding-bottom: 24px;
  }

  .section.title.bg-teal {
    padding-top: 50px;
  }

  .section.title.mentors {
    padding-bottom: 50px;
  }

  .section.reduced-top-padding {
    padding-top: 36px;
    padding-bottom: 72px;
  }

  .section.process-step {
    padding-bottom: 60px;
  }

  .section.hero-5 {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .section.pricing-section {
    padding-top: 24px;
  }

  .section.product-article-section {
    padding-bottom: 96px;
  }

  .section.video {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .section.video.bg-blue {
    padding-top: var(--desktop--pad-small-50);
    padding-bottom: var(--desktop--pad-small-50);
  }

  .section.content {
    padding-top: var(--desktop--pad-small-50);
    padding-bottom: 24px;
  }

  .section.bg-video {
    padding-top: 50px;
    padding-bottom: 24px;
  }

  .section.bg-video.bg-teal {
    padding-top: 50px;
  }

  .section.home--cta {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section.home--cta.bg-teal {
    padding-top: 50px;
  }

  .section.team-section-new {
    padding-bottom: 0;
  }

  .container---main {
    padding-left: 18px;
    padding-right: 18px;
  }

  .container---main.flex.relative--20.padding-top-bottom {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .template-utility-section {
    grid-row-gap: 35px;
  }

  .style-guide-colors {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
  }

  .style-guide-section-contents {
    grid-row-gap: 21px;
  }

  .small-text {
    align-self: auto;
    font-size: 12px;
    line-height: 1.4em;
  }

  .button {
    height: auto;
    padding-left: 42px;
    padding-right: 42px;
  }

  .button.inside-right-navbar {
    display: none;
  }

  .button.inside-nav-menu {
    margin-top: 0;
  }

  .button.video-play-button {
    align-self: auto;
    bottom: 12px;
    left: 12px;
  }

  .button.cancel-subscription-button {
    align-self: auto;
  }

  .button.nav-bar {
    font-size: 12px;
  }

  .display-heading {
    font-size: 36px;
  }

  .navbar-row {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    height: 72px;
  }

  .changelog {
    grid-template-columns: 1fr;
  }

  .typography-license-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .typography-demo {
    font-size: 72px;
  }

  .nav-link.inside-right-navbar {
    display: none;
  }

  .dropdown-toggle {
    padding-bottom: 12px;
  }

  .nav-links {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .mobile-logo {
    margin-bottom: 36px;
  }

  .style-guide-colour-group {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
  }

  .style-guide-colour {
    grid-column-gap: 9px;
    grid-row-gap: 9px;
  }

  .heading-one.text-center {
    font-size: 42px;
  }

  .heading-two, .heading-two.price-text {
    font-size: 32px;
  }

  .heading-three.wide-article-preview-title {
    font-size: 18px;
  }

  .heading-three.title-heading {
    font-size: 25px;
    line-height: 1.3em;
  }

  .heading-three.pop-up {
    font-size: 20px;
  }

  .heading-four.dropdown-link-heading {
    font-size: 16px;
  }

  .footer-left-column {
    border-left-style: none;
    padding-left: 0;
  }

  .footer-left-column.bottom-column {
    padding-bottom: 0;
  }

  .footer-right-column {
    border-left-style: none;
    padding-bottom: 48px;
    padding-left: 0;
  }

  .footer-right-column.bottom-column {
    padding-bottom: 72px;
  }

  .footer-details {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
  }

  .footer-menu {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .footer-bottom-wrapper {
    border-top-style: none;
  }

  .footer-small-links {
    flex-flow: wrap;
  }

  .fine-print {
    font-size: 11px;
  }

  .nav-logo-image {
    max-height: 42px;
  }

  .footer-logo-image {
    width: auto;
    max-height: 60px;
  }

  .dropdown-wide {
    padding-top: 12px;
    padding-bottom: 0;
  }

  .dropdown-box-link {
    padding-top: 12px;
  }

  .search-form {
    flex-flow: column;
  }

  .dropdown-links {
    grid-template-columns: 1fr;
  }

  .dropdown-link {
    padding-top: 60px;
  }

  .mobile-logo-image {
    max-width: 12rem;
  }

  .halves {
    padding-top: var(--desktop--pad-small-50);
    padding-bottom: var(--desktop--pad-small-50);
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .halves.partner {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .half-box.right {
    padding-bottom: 0;
  }

  .half-box.btm.left-line {
    padding-bottom: 48px;
  }

  .text-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .text-grid.extra-large-gap {
    grid-column-gap: 72px;
    grid-row-gap: 72px;
  }

  .text-grid.medium-gap, .text-grid.space-between {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .quote-box {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    border-radius: 9px;
  }

  .quote-box-text {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
  }

  .avatar {
    width: 90px;
  }

  .rounded-image {
    border-radius: 9px;
  }

  .rounded-image.hero-4-image.right {
    display: none;
  }

  .metric {
    padding-top: 24px;
  }

  .metric.bg-mid-tone {
    border-radius: 9px;
    padding: 36px 18px 18px;
  }

  .icon-box-list, .icon-box-list.grid {
    grid-template-columns: 1fr;
  }

  .post-grid {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
  }

  .article-preview {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
  }

  .article-preview-text {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .article-preview-image-wrapper {
    max-width: none;
  }

  .page-title-left.gap-100 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .page-title-right {
    padding-top: var(--desktop--pad-small-50);
    padding-bottom: var(--desktop--pad-xsmall-25);
  }

  .video-wrapper {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .video-wrapper.ht-100 {
    justify-content: flex-start;
    align-items: flex-end;
    min-height: 408px;
  }

  .video-wrapper.ht-100.hide {
    display: none;
  }

  .tab {
    width: 100%;
  }

  .tabs-menu {
    flex-flow: column;
    display: flex;
  }

  .tab-content-image {
    height: 320px;
  }

  .faq-section {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .accordion-title {
    padding-bottom: 18px;
  }

  .benefit-box {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    border-right: 1px solid var(--border-white);
    border-bottom-width: 1px;
    padding: 25px 18px 50px;
  }

  .benefit-box.benefit {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding-bottom: 72px;
  }

  .benefit-box.benefit.border-left-white {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    padding-bottom: 60px;
  }

  .benefit-box.screenshots-benefit-box {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .boxed-article-list {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .boxed-wide-blog-article {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    border-radius: 9px;
  }

  .hero-4-image-wrapper {
    grid-template-columns: 1fr;
  }

  .small-icon-box.bg-mid-tone {
    min-height: 180px;
    padding-top: 18px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .small-icon-box.bg-dark-tone--2 {
    padding-top: 18px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .process-step-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .process-heading-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .pricing-single-box {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    padding: 18px;
  }

  .table-row.triple-item-header {
    grid-template-columns: 1fr 1fr 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .table-row.triple-item {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .table-row.two-items-header {
    grid-template-columns: 1fr 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .table-row.three-columns-item {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .table-row.single-plan-header {
    grid-template-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .table-row.single-plan-item {
    grid-template-columns: 1fr;
  }

  .pricing-box {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding-bottom: 36px;
  }

  .pricing-box-title {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .checklist {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .checklist-item {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .checklist-item-icon {
    position: relative;
    top: 4px;
  }

  .two-plans-row-text {
    text-align: center;
  }

  .single-plan-row-text {
    color: var(--light-tone-text);
    text-align: center;
  }

  .process-hero-columns {
    display: flex;
  }

  .demo-form-grid.medium-gap {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .input-pair {
    flex-flow: column;
  }

  .page-title-vertical {
    grid-column-gap: 54px;
    grid-row-gap: 54px;
  }

  .team-grid {
    grid-row-gap: 48px;
    text-align: center;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .team-member, .careers-list-section-aside {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .job {
    border-radius: 9px;
  }

  .career-body {
    grid-column-gap: 96px;
    grid-row-gap: 96px;
  }

  .article {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    margin-top: -24px;
    margin-bottom: -24px;
  }

  .article blockquote {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 20px;
  }

  .article h4 {
    font-size: 18px;
    line-height: 1.4em;
  }

  .article ul, .article ol {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    margin-bottom: 12px;
  }

  .application-form-wrapper {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .blog-posts-listing {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .article-meta-image {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .contact-form-grid.medium-gap {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .author-avatar {
    flex: none;
  }

  .author-avatar-name {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .author-name-position {
    align-self: flex-start;
  }

  .articles-by-wrapper {
    flex-flow: column;
  }

  .meta-date-read-time {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .my-account-inner {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .subscription-details {
    margin-left: 0;
    margin-right: 0;
  }

  .subscription-action {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-flow: column;
    justify-content: space-between;
    align-self: stretch;
    align-items: flex-start;
  }

  .subscription-row {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
  }

  .feature-box {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    height: 200px;
    padding-top: 12px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .feature-box.single-screenshot {
    padding-bottom: 12px;
  }

  .demo-box {
    border-radius: 9px;
    padding-top: 18px;
  }

  .demo-box-screenshot {
    border-radius: 4px;
    height: 200px;
  }

  .demo-box-screenshot.account-page-screenshot {
    height: auto;
  }

  .search-input-row {
    padding-bottom: 24px;
  }

  .search-result-item {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .block-header {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
  }

  .row, .row-2 {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .cart-container {
    border-radius: 0;
  }

  .fourtgrid {
    grid-template-columns: 1fr;
  }

  .body-text-large {
    font-size: 18px;
  }

  .video-wrapper {
    aspect-ratio: 2;
  }

  ._60--block {
    padding-bottom: 25px;
    padding-right: 0;
  }

  .center-aligned-content-block.max-width-920 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .side-line-wrapper {
    padding-top: 25px;
  }

  .side-line-wrapper.border-white {
    padding-bottom: var(--desktop--pad-xsmall-25);
  }

  .logo {
    width: 150px;
  }

  .logo-title-left {
    border-right-style: none;
    width: 100%;
  }

  .nav-right {
    padding-top: 18px;
    padding-bottom: 18px;
    padding-left: 20px;
  }

  .banner-video-wrapper {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .contact12_content {
    grid-template-columns: 1fr;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .button-2 {
    height: auto;
    padding-left: 16px;
    padding-right: 16px;
  }

  .contact12_contact-list {
    grid-template-columns: 1fr;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .contact-form-field {
    min-height: 2.5rem;
  }

  .nav-link-text {
    text-align: left;
    padding-bottom: .25rem;
  }

  .nav-link-text.inside-right-navbar {
    display: none;
  }

  .about-page-title-vertical {
    grid-column-gap: 54px;
    grid-row-gap: 54px;
  }

  .logo-white-wrapper {
    padding-top: 24px;
  }

  .logo-white-wrapper.bg-mid-tone {
    border-radius: 9px;
    padding: 36px 18px 18px;
  }

  .mentorslip-slide {
    padding: 32px 18px 80px;
  }

  .tabs-menu-wide {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
  }

  .right-arrow.mentor {
    bottom: 20px;
    left: 80px;
  }

  .left-arrow.mentorship {
    bottom: 20px;
    left: 18px;
  }

  .nav_logo {
    width: 160px;
  }

  .footer-sub-menu {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .wide-image {
    height: 320px;
  }

  .text-image-wrapper {
    padding-left: 18px;
    padding-right: 18px;
  }

  .outer-benefit-box {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    border-right: 1px solid var(--border-white);
    border-bottom-width: 1px;
    padding: 0;
  }

  .outer-benefit-box.benefit {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding-bottom: 72px;
  }

  .outer-benefit-box.benefit.border-left-white {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    padding-bottom: 60px;
  }

  .outer-benefit-box.screenshots-benefit-box {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .rounded-video {
    border-radius: 9px;
  }

  .rounded-video.hero-4-image.right {
    display: none;
  }

  .container--main--padding {
    flex-flow: column;
    padding: 36px 18px;
  }

  .heading_text_wrapper {
    height: 150px;
  }

  .team-grid-new {
    grid-row-gap: 0px;
    text-align: center;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .team-member-v2 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    text-align: left;
    padding-left: 18px;
    padding-right: 18px;
  }

  .heading_text_wrapper-wide {
    padding-bottom: 48px;
    padding-right: 16px;
  }

  .heading-two--link {
    font-size: 24px;
  }

  .heading-two--link.price-text {
    font-size: 32px;
  }

  .link_slider {
    padding-left: 12px;
    padding-right: 12px;
  }

  .info-box {
    min-height: 180px;
    padding-top: 18px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .tab-extended {
    width: 100%;
    padding-right: 18px;
  }

  .tab-link-v3 {
    text-align: center;
  }

  .tab-menu-v3 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    text-align: center;
    flex-flow: column;
    margin-bottom: 24px;
  }

  .tab-content_wrapper {
    padding: 24px;
  }

  .hero-image {
    min-height: 16rem;
  }

  .image-university-logo {
    width: 3.75rem;
    height: 3.75rem;
  }

  .flex-wrap {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    justify-content: center;
    align-items: center;
  }

  .flex-wrap.left-wrap-pad {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    padding-bottom: 48px;
  }

  .tab-video-thumbnail {
    height: 320px;
  }

  .tick-mark-icon {
    width: 30px;
  }

  .idbp-video, .why-start-video {
    height: 320px;
  }

  .logo-slider {
    height: 7rem;
    padding-bottom: 0;
  }

  .logo-slide {
    padding-bottom: 0;
  }

  .testimonial-text {
    font-size: 16px;
  }

  .left-arrow--v2.mentorship {
    bottom: 20px;
    left: 18px;
  }

  .right-arrow---v2.mentor {
    bottom: 20px;
    left: 80px;
  }

  .body-text-large--blue {
    font-size: 18px;
  }

  .accordion-title-vertical {
    padding-bottom: 18px;
  }

  .tab-grey {
    min-height: 180px;
    padding-top: 18px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .text-wrapper_trigger {
    margin-bottom: 0;
    margin-left: 0;
    padding: 12px;
  }

  .banner_text_wrapper {
    bottom: 0;
    left: 0;
    right: 0;
  }

  .heading-five {
    font-size: 20px;
    line-height: 1em;
  }

  .banner_inner-text_wrapper {
    padding: 40px 12px 48px;
    font-size: 12px;
    line-height: 1.4em;
  }

  .banner_inner-text_-button {
    width: 70%;
  }

  .banner_tags {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 12px;
  }

  .features-grid {
    grid-template-columns: 1fr;
  }

  .features-card {
    padding: 32px 24px;
  }

  .nav-link-new-text {
    text-align: left;
    padding-bottom: .25rem;
  }

  .nav-link-new-text.inside-right-navbar {
    display: none;
  }

  .heading_slider_wrapper {
    height: auto;
  }

  .img-wrapper {
    padding-bottom: 32px;
  }
}

#w-node-_3ef15c3b-e9dc-8ea7-bf37-1aa0e3778463-f308b1a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ab9d1965-ca2a-a068-f11a-ed4b235304d5-2353048c, #w-node-_7532547b-1c13-831e-d098-cfeeca6cdb76-f308b1b9 {
  justify-self: start;
}

#w-node-_740b534d-622f-87d0-f7ca-957a327711d1-f308b1bd, #w-node-_8710fd84-ccfe-090c-3ce9-1d5dc594b23f-f308b1bd, #w-node-_99e2d332-2940-bcfa-1e3c-70538e7b4c80-f308b1bd, #w-node-_305f1c19-c1a8-ca90-3236-7902541f11a1-f308b1bd, #w-node-fb1111aa-7662-88e6-a9cd-bf71d2ee04bf-f308b1bd, #w-node-d6f90149-bf96-7508-a61f-9dd3c815fa75-f308b1bd, #w-node-_8e331fb9-9e2d-d036-cfdd-45948b6e2f6e-f308b1bd, #w-node-_9fdce11c-a0a8-acd0-f8a3-2e773b915177-f308b1bd, #w-node-ca4d1dbf-b186-da04-b94b-bfa2bd8fc69a-f308b1bd, #w-node-_7b4ce37e-bfcd-e9c6-8fc9-f27399b51e5f-f308b1bd, #w-node-be294a83-8850-73ca-fb2c-88111ae1da0d-f308b1bd, #w-node-b46f463d-04e6-772d-5149-6fbb6bbcdc90-f308b1bd, #w-node-ce5f28b2-3bac-8bee-504e-ee931e690d4b-f308b1bd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fcac2809-99f0-bb62-0417-a2bf88107000-f308b1be {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: center;
}

#w-node-fcac2809-99f0-bb62-0417-a2bf88107001-f308b1be {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-fcac2809-99f0-bb62-0417-a2bf88107010-f308b1be, #w-node-fcac2809-99f0-bb62-0417-a2bf88107015-f308b1be, #w-node-fcac2809-99f0-bb62-0417-a2bf8810701e-f308b1be, #w-node-fcac2809-99f0-bb62-0417-a2bf88107025-f308b1be, #w-node-fcac2809-99f0-bb62-0417-a2bf88107031-f308b1be, #w-node-fcac2809-99f0-bb62-0417-a2bf88107038-f308b1be, #w-node-fcac2809-99f0-bb62-0417-a2bf8810703f-f308b1be, #w-node-fcac2809-99f0-bb62-0417-a2bf88107046-f308b1be, #w-node-fcac2809-99f0-bb62-0417-a2bf88107052-f308b1be, #w-node-fcac2809-99f0-bb62-0417-a2bf88107059-f308b1be, #w-node-fcac2809-99f0-bb62-0417-a2bf88107060-f308b1be, #w-node-fcac2809-99f0-bb62-0417-a2bf88107067-f308b1be {
  justify-self: center;
}

#w-node-_2a094e0e-5da3-85a1-25b4-d6f71be1de0d-f308b1bf {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: start;
}

#w-node-_2a094e0e-5da3-85a1-25b4-d6f71be1de0e-f308b1bf {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2a094e0e-5da3-85a1-25b4-d6f71be1de12-f308b1bf {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: start;
}

#w-node-_2a094e0e-5da3-85a1-25b4-d6f71be1de13-f308b1bf {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2a094e0e-5da3-85a1-25b4-d6f71be1de25-f308b1bf, #w-node-_2a094e0e-5da3-85a1-25b4-d6f71be1de27-f308b1bf, #w-node-_2a094e0e-5da3-85a1-25b4-d6f71be1de2e-f308b1bf, #w-node-_2a094e0e-5da3-85a1-25b4-d6f71be1de30-f308b1bf, #w-node-_2a094e0e-5da3-85a1-25b4-d6f71be1de37-f308b1bf, #w-node-_2a094e0e-5da3-85a1-25b4-d6f71be1de39-f308b1bf, #w-node-_2a094e0e-5da3-85a1-25b4-d6f71be1de40-f308b1bf, #w-node-_2a094e0e-5da3-85a1-25b4-d6f71be1de42-f308b1bf, #w-node-_2a094e0e-5da3-85a1-25b4-d6f71be1de4e-f308b1bf, #w-node-_2a094e0e-5da3-85a1-25b4-d6f71be1de50-f308b1bf, #w-node-_2a094e0e-5da3-85a1-25b4-d6f71be1de57-f308b1bf, #w-node-_2a094e0e-5da3-85a1-25b4-d6f71be1de59-f308b1bf, #w-node-_2a094e0e-5da3-85a1-25b4-d6f71be1de60-f308b1bf, #w-node-_2a094e0e-5da3-85a1-25b4-d6f71be1de62-f308b1bf, #w-node-_2a094e0e-5da3-85a1-25b4-d6f71be1de69-f308b1bf, #w-node-_2a094e0e-5da3-85a1-25b4-d6f71be1de6b-f308b1bf, #w-node-_2a094e0e-5da3-85a1-25b4-d6f71be1de77-f308b1bf, #w-node-_2a094e0e-5da3-85a1-25b4-d6f71be1de79-f308b1bf, #w-node-_2a094e0e-5da3-85a1-25b4-d6f71be1de80-f308b1bf, #w-node-_2a094e0e-5da3-85a1-25b4-d6f71be1de82-f308b1bf, #w-node-_2a094e0e-5da3-85a1-25b4-d6f71be1de89-f308b1bf, #w-node-_2a094e0e-5da3-85a1-25b4-d6f71be1de8b-f308b1bf, #w-node-_2a094e0e-5da3-85a1-25b4-d6f71be1de92-f308b1bf, #w-node-_2a094e0e-5da3-85a1-25b4-d6f71be1de94-f308b1bf {
  justify-self: start;
}

#w-node-cf51321a-eb4e-2ce3-c712-b83c53f32113-f308b1c0 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: start;
}

#w-node-cf51321a-eb4e-2ce3-c712-b83c53f32114-f308b1c0 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_8ce615e8-846f-86d7-49a5-5a2001a3b1e2-f308b1c0 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: start;
}

#w-node-_8ce615e8-846f-86d7-49a5-5a2001a3b1e3-f308b1c0 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_77e3d9d2-b1f7-0e2f-87f2-bf9ffa33b565-f308b1c0 {
  grid-area: 1 / 4 / 2 / 5;
  justify-self: start;
}

#w-node-_77e3d9d2-b1f7-0e2f-87f2-bf9ffa33b566-f308b1c0 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-cf51321a-eb4e-2ce3-c712-b83c53f32121-f308b1c0, #w-node-d262d2d7-4622-5d09-64c5-371167e380bb-f308b1c0, #w-node-e766f144-b1d9-2ae1-2294-434f57fd0c24-f308b1c0, #w-node-_4f040146-6ea8-2b76-b2c5-ea97e767a572-f308b1c0, #w-node-_4f040146-6ea8-2b76-b2c5-ea97e767a574-f308b1c0, #w-node-_4f040146-6ea8-2b76-b2c5-ea97e767a576-f308b1c0, #w-node-cbbf4eb9-de3e-e941-9531-f6d7089f896f-f308b1c0, #w-node-cbbf4eb9-de3e-e941-9531-f6d7089f8971-f308b1c0, #w-node-cbbf4eb9-de3e-e941-9531-f6d7089f8973-f308b1c0, #w-node-_0102a741-0e16-c2bd-2cd0-8a3d8cdaba8d-f308b1c0, #w-node-_16dba443-c2bd-9ff4-0f40-fce544db3c8f-f308b1c0, #w-node-_0102a741-0e16-c2bd-2cd0-8a3d8cdaba8f-f308b1c0, #w-node-_40f4f06b-7afc-3e93-a4aa-235c7849f727-f308b1c0, #w-node-_40f4f06b-7afc-3e93-a4aa-235c7849f729-f308b1c0, #w-node-_40f4f06b-7afc-3e93-a4aa-235c7849f72b-f308b1c0, #w-node-_40f4f06b-7afc-3e93-a4aa-235c7849f734-f308b1c0, #w-node-_05252ca2-2e44-5ea9-4a61-4648ba891030-f308b1c0, #w-node-_840d44fd-e76e-1217-acf5-77647cffaf0e-f308b1c0, #w-node-_4f2198b2-55aa-d330-964f-ebf2e1c871d3-f308b1c0, #w-node-_4f2198b2-55aa-d330-964f-ebf2e1c871d5-f308b1c0, #w-node-_4f2198b2-55aa-d330-964f-ebf2e1c871d7-f308b1c0, #w-node-_40f4f06b-7afc-3e93-a4aa-235c7849f742-f308b1c0, #w-node-_40f4f06b-7afc-3e93-a4aa-235c7849f744-f308b1c0, #w-node-_40f4f06b-7afc-3e93-a4aa-235c7849f746-f308b1c0, #w-node-_698599b1-b36a-7c5b-fa1b-66150cbea47c-f308b1c0, #w-node-_698599b1-b36a-7c5b-fa1b-66150cbea47e-f308b1c0, #w-node-_698599b1-b36a-7c5b-fa1b-66150cbea480-f308b1c0, #w-node-a3284f04-6d68-a42a-e31a-bdaa605389d3-f308b1c0, #w-node-a3284f04-6d68-a42a-e31a-bdaa605389d5-f308b1c0, #w-node-a3284f04-6d68-a42a-e31a-bdaa605389d7-f308b1c0, #w-node-_6e94cbe4-13e3-567e-cc56-728b0dfb8b44-f308b1c0, #w-node-_6e94cbe4-13e3-567e-cc56-728b0dfb8b46-f308b1c0, #w-node-_6e94cbe4-13e3-567e-cc56-728b0dfb8b48-f308b1c0, #w-node-_698599b1-b36a-7c5b-fa1b-66150cbea497-f308b1c0, #w-node-_698599b1-b36a-7c5b-fa1b-66150cbea49b-f308b1c0, #w-node-_7ba5103d-2696-86a5-8b7f-80afb37b6e32-f308b1c0, #w-node-_64688abf-f13e-8aef-3f97-06b4127e6c35-f308b1da {
  justify-self: start;
}

#w-node-_8393b02a-2c9e-7b1e-ce96-8f7a7f98a2ca-f308b1dc, #w-node-_39ede998-3bcd-1ed3-1116-b2463409d66f-f308b1dc, #w-node-_475f4c93-699e-d5d0-5c1c-6f2000eebfdd-f308b1dc, #w-node-_26ae19c3-abc5-9f93-550a-ea2a942f8d95-f308b1dc, #w-node-_95d16958-fdaa-cfcc-8753-b49fb796443e-f308b1dc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-beb45f57-ee6b-1472-4564-b43975a06909-f308b1dc {
  justify-self: stretch;
}

#w-node-_8d0fc77b-0962-64b6-bf29-752792cd13c3-f308b1fc {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: start;
}

#w-node-_8d0fc77b-0962-64b6-bf29-752792cd13c4-f308b1fc {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_8d0fc77b-0962-64b6-bf29-752792cd13c8-f308b1fc {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: start;
}

#w-node-_8d0fc77b-0962-64b6-bf29-752792cd13c9-f308b1fc {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_8d0fc77b-0962-64b6-bf29-752792cd13cd-f308b1fc {
  grid-area: 1 / 4 / 2 / 5;
  justify-self: start;
}

#w-node-_8d0fc77b-0962-64b6-bf29-752792cd13ce-f308b1fc {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_8d0fc77b-0962-64b6-bf29-752792cd13db-f308b1fc, #w-node-_8d0fc77b-0962-64b6-bf29-752792cd13dd-f308b1fc, #w-node-_8d0fc77b-0962-64b6-bf29-752792cd13df-f308b1fc, #w-node-_8d0fc77b-0962-64b6-bf29-752792cd13e4-f308b1fc, #w-node-_8d0fc77b-0962-64b6-bf29-752792cd13e6-f308b1fc, #w-node-_8d0fc77b-0962-64b6-bf29-752792cd13e8-f308b1fc, #w-node-_8d0fc77b-0962-64b6-bf29-752792cd13ed-f308b1fc, #w-node-_8d0fc77b-0962-64b6-bf29-752792cd13ef-f308b1fc, #w-node-_8d0fc77b-0962-64b6-bf29-752792cd13f1-f308b1fc, #w-node-_8d0fc77b-0962-64b6-bf29-752792cd13f6-f308b1fc, #w-node-_8d0fc77b-0962-64b6-bf29-752792cd13f8-f308b1fc, #w-node-_8d0fc77b-0962-64b6-bf29-752792cd13fa-f308b1fc, #w-node-_8d0fc77b-0962-64b6-bf29-752792cd1404-f308b1fc, #w-node-_8d0fc77b-0962-64b6-bf29-752792cd1406-f308b1fc, #w-node-_8d0fc77b-0962-64b6-bf29-752792cd1408-f308b1fc, #w-node-_8d0fc77b-0962-64b6-bf29-752792cd140d-f308b1fc, #w-node-_8d0fc77b-0962-64b6-bf29-752792cd140f-f308b1fc, #w-node-_8d0fc77b-0962-64b6-bf29-752792cd1411-f308b1fc, #w-node-_8d0fc77b-0962-64b6-bf29-752792cd1416-f308b1fc, #w-node-_8d0fc77b-0962-64b6-bf29-752792cd1418-f308b1fc, #w-node-_8d0fc77b-0962-64b6-bf29-752792cd141a-f308b1fc, #w-node-_8d0fc77b-0962-64b6-bf29-752792cd141f-f308b1fc, #w-node-_8d0fc77b-0962-64b6-bf29-752792cd1421-f308b1fc, #w-node-_8d0fc77b-0962-64b6-bf29-752792cd1423-f308b1fc, #w-node-_8d0fc77b-0962-64b6-bf29-752792cd142d-f308b1fc, #w-node-_8d0fc77b-0962-64b6-bf29-752792cd142f-f308b1fc, #w-node-_8d0fc77b-0962-64b6-bf29-752792cd1431-f308b1fc, #w-node-_8d0fc77b-0962-64b6-bf29-752792cd1436-f308b1fc, #w-node-_8d0fc77b-0962-64b6-bf29-752792cd1438-f308b1fc, #w-node-_8d0fc77b-0962-64b6-bf29-752792cd143a-f308b1fc, #w-node-_8d0fc77b-0962-64b6-bf29-752792cd143f-f308b1fc, #w-node-_8d0fc77b-0962-64b6-bf29-752792cd1441-f308b1fc, #w-node-_8d0fc77b-0962-64b6-bf29-752792cd1443-f308b1fc, #w-node-_8d0fc77b-0962-64b6-bf29-752792cd1448-f308b1fc, #w-node-_8d0fc77b-0962-64b6-bf29-752792cd144a-f308b1fc, #w-node-_8d0fc77b-0962-64b6-bf29-752792cd144c-f308b1fc {
  justify-self: start;
}

#w-node-_04481dd6-bf4b-e7c0-2586-cdae7eb243cc-f308b201 {
  align-self: stretch;
}

#w-node-_792a6331-dd48-1230-7a96-53f58e442a98-d51fb021, #w-node-_008906be-7ac0-12ed-6290-9a59fa9bb438-86f564c1 {
  justify-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-d32256b3-97f7-2676-8762-99317418d91c-7418d910, #w-node-d32256b3-97f7-2676-8762-99317418d921-7418d910 {
    align-self: end;
  }

  #w-node-c5e37cb3-aacd-2632-26e8-9e797be9119d-f308b1d8, #w-node-_73d612b0-2df3-e56a-69f5-4ede1dd21e39-f308b1d9, #w-node-_3e0edbf1-0821-a6e8-2a11-e29a9dfdeba8-f308b202, #w-node-b0bd15ca-e45d-9f0d-8c93-6ff002282fa7-f308b217 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-fcac2809-99f0-bb62-0417-a2bf88107000-f308b1be {
    grid-column: 2 / 3;
    justify-self: center;
  }

  #w-node-fcac2809-99f0-bb62-0417-a2bf8810700c-f308b1be {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
  }

  #w-node-fcac2809-99f0-bb62-0417-a2bf88107010-f308b1be {
    grid-area: 1 / 2 / 2 / 3;
    justify-self: center;
  }

  #w-node-fcac2809-99f0-bb62-0417-a2bf88107013-f308b1be {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
  }

  #w-node-fcac2809-99f0-bb62-0417-a2bf88107015-f308b1be {
    justify-self: center;
  }

  #w-node-fcac2809-99f0-bb62-0417-a2bf8810701a-f308b1be {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
  }

  #w-node-fcac2809-99f0-bb62-0417-a2bf8810701e-f308b1be {
    justify-self: center;
  }

  #w-node-fcac2809-99f0-bb62-0417-a2bf88107021-f308b1be {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
  }

  #w-node-fcac2809-99f0-bb62-0417-a2bf88107025-f308b1be {
    grid-area: 1 / 2 / 2 / 3;
    justify-self: center;
  }

  #w-node-fcac2809-99f0-bb62-0417-a2bf8810702d-f308b1be {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
  }

  #w-node-fcac2809-99f0-bb62-0417-a2bf88107031-f308b1be {
    justify-self: center;
  }

  #w-node-fcac2809-99f0-bb62-0417-a2bf88107034-f308b1be {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
  }

  #w-node-fcac2809-99f0-bb62-0417-a2bf88107038-f308b1be {
    grid-area: 1 / 2 / 2 / 3;
    justify-self: center;
  }

  #w-node-fcac2809-99f0-bb62-0417-a2bf8810703b-f308b1be {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
  }

  #w-node-fcac2809-99f0-bb62-0417-a2bf8810703f-f308b1be {
    grid-area: 1 / 2 / 2 / 3;
    justify-self: center;
  }

  #w-node-fcac2809-99f0-bb62-0417-a2bf88107042-f308b1be {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
  }

  #w-node-fcac2809-99f0-bb62-0417-a2bf88107046-f308b1be {
    justify-self: center;
  }

  #w-node-fcac2809-99f0-bb62-0417-a2bf8810704e-f308b1be {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
  }

  #w-node-fcac2809-99f0-bb62-0417-a2bf88107052-f308b1be {
    justify-self: center;
  }

  #w-node-fcac2809-99f0-bb62-0417-a2bf88107055-f308b1be {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
  }

  #w-node-fcac2809-99f0-bb62-0417-a2bf88107059-f308b1be {
    grid-area: 1 / 2 / 2 / 3;
    justify-self: center;
  }

  #w-node-fcac2809-99f0-bb62-0417-a2bf8810705c-f308b1be {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
  }

  #w-node-fcac2809-99f0-bb62-0417-a2bf88107060-f308b1be {
    grid-area: 1 / 2 / 2 / 3;
    justify-self: center;
  }

  #w-node-fcac2809-99f0-bb62-0417-a2bf88107063-f308b1be {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
  }

  #w-node-fcac2809-99f0-bb62-0417-a2bf88107067-f308b1be {
    grid-area: 1 / 2 / 2 / 3;
    justify-self: center;
  }

  #w-node-_2a094e0e-5da3-85a1-25b4-d6f71be1de0d-f308b1bf {
    grid-column: 1 / 2;
    justify-self: center;
  }

  #w-node-_2a094e0e-5da3-85a1-25b4-d6f71be1de12-f308b1bf {
    grid-column: 2 / 3;
    justify-self: center;
  }

  #w-node-_2a094e0e-5da3-85a1-25b4-d6f71be1de23-f308b1bf {
    grid-area: 1 / 1 / 2 / 3;
    justify-self: center;
  }

  #w-node-_2a094e0e-5da3-85a1-25b4-d6f71be1de25-f308b1bf {
    justify-self: center;
  }

  #w-node-_2a094e0e-5da3-85a1-25b4-d6f71be1de27-f308b1bf {
    grid-area: 2 / 2 / 3 / 3;
    justify-self: center;
  }

  #w-node-_2a094e0e-5da3-85a1-25b4-d6f71be1de2c-f308b1bf {
    grid-area: 1 / 1 / 2 / 3;
    justify-self: center;
  }

  #w-node-_2a094e0e-5da3-85a1-25b4-d6f71be1de2e-f308b1bf, #w-node-_2a094e0e-5da3-85a1-25b4-d6f71be1de30-f308b1bf {
    justify-self: center;
  }

  #w-node-_2a094e0e-5da3-85a1-25b4-d6f71be1de35-f308b1bf {
    grid-area: 1 / 1 / 2 / 3;
    justify-self: center;
  }

  #w-node-_2a094e0e-5da3-85a1-25b4-d6f71be1de37-f308b1bf, #w-node-_2a094e0e-5da3-85a1-25b4-d6f71be1de39-f308b1bf {
    justify-self: center;
  }

  #w-node-_2a094e0e-5da3-85a1-25b4-d6f71be1de3e-f308b1bf {
    grid-area: 1 / 1 / 2 / 3;
    justify-self: center;
  }

  #w-node-_2a094e0e-5da3-85a1-25b4-d6f71be1de40-f308b1bf {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: center;
  }

  #w-node-_2a094e0e-5da3-85a1-25b4-d6f71be1de42-f308b1bf {
    grid-area: 2 / 2 / 3 / 3;
    justify-self: center;
  }

  #w-node-_2a094e0e-5da3-85a1-25b4-d6f71be1de4c-f308b1bf {
    grid-area: 1 / 1 / 2 / 3;
    justify-self: center;
  }

  #w-node-_2a094e0e-5da3-85a1-25b4-d6f71be1de4e-f308b1bf, #w-node-_2a094e0e-5da3-85a1-25b4-d6f71be1de50-f308b1bf {
    justify-self: center;
  }

  #w-node-_2a094e0e-5da3-85a1-25b4-d6f71be1de55-f308b1bf {
    grid-area: 1 / 1 / 2 / 3;
    justify-self: center;
  }

  #w-node-_2a094e0e-5da3-85a1-25b4-d6f71be1de57-f308b1bf {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: center;
  }

  #w-node-_2a094e0e-5da3-85a1-25b4-d6f71be1de59-f308b1bf {
    grid-area: 2 / 2 / 3 / 3;
    justify-self: center;
  }

  #w-node-_2a094e0e-5da3-85a1-25b4-d6f71be1de5e-f308b1bf {
    grid-area: 1 / 1 / 2 / 3;
    justify-self: center;
  }

  #w-node-_2a094e0e-5da3-85a1-25b4-d6f71be1de60-f308b1bf {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: center;
  }

  #w-node-_2a094e0e-5da3-85a1-25b4-d6f71be1de62-f308b1bf {
    grid-area: 2 / 2 / 3 / 3;
    justify-self: center;
  }

  #w-node-_2a094e0e-5da3-85a1-25b4-d6f71be1de67-f308b1bf {
    grid-area: 1 / 1 / 2 / 3;
    justify-self: center;
  }

  #w-node-_2a094e0e-5da3-85a1-25b4-d6f71be1de69-f308b1bf, #w-node-_2a094e0e-5da3-85a1-25b4-d6f71be1de6b-f308b1bf {
    justify-self: center;
  }

  #w-node-_2a094e0e-5da3-85a1-25b4-d6f71be1de75-f308b1bf {
    grid-area: 1 / 1 / 2 / 3;
    justify-self: center;
  }

  #w-node-_2a094e0e-5da3-85a1-25b4-d6f71be1de77-f308b1bf, #w-node-_2a094e0e-5da3-85a1-25b4-d6f71be1de79-f308b1bf {
    justify-self: center;
  }

  #w-node-_2a094e0e-5da3-85a1-25b4-d6f71be1de7e-f308b1bf {
    grid-area: 1 / 1 / 2 / 3;
    justify-self: center;
  }

  #w-node-_2a094e0e-5da3-85a1-25b4-d6f71be1de80-f308b1bf {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: center;
  }

  #w-node-_2a094e0e-5da3-85a1-25b4-d6f71be1de82-f308b1bf {
    grid-area: 2 / 2 / 3 / 3;
    justify-self: center;
  }

  #w-node-_2a094e0e-5da3-85a1-25b4-d6f71be1de87-f308b1bf {
    grid-area: 1 / 1 / 2 / 3;
    justify-self: center;
  }

  #w-node-_2a094e0e-5da3-85a1-25b4-d6f71be1de89-f308b1bf {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: center;
  }

  #w-node-_2a094e0e-5da3-85a1-25b4-d6f71be1de8b-f308b1bf {
    grid-area: 2 / 2 / 3 / 3;
    justify-self: center;
  }

  #w-node-_2a094e0e-5da3-85a1-25b4-d6f71be1de90-f308b1bf {
    grid-area: 1 / 1 / 2 / 3;
    justify-self: center;
  }

  #w-node-_2a094e0e-5da3-85a1-25b4-d6f71be1de92-f308b1bf {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: center;
  }

  #w-node-_2a094e0e-5da3-85a1-25b4-d6f71be1de94-f308b1bf {
    grid-area: 2 / 2 / 3 / 3;
    justify-self: center;
  }

  #w-node-cf51321a-eb4e-2ce3-c712-b83c53f32113-f308b1c0 {
    grid-column: 1 / 2;
    justify-self: center;
  }

  #w-node-_8ce615e8-846f-86d7-49a5-5a2001a3b1e2-f308b1c0 {
    grid-column: 2 / 3;
    justify-self: center;
  }

  #w-node-_77e3d9d2-b1f7-0e2f-87f2-bf9ffa33b565-f308b1c0 {
    grid-column: 3 / 4;
    grid-row-start: 1;
    justify-self: center;
  }

  #w-node-cf51321a-eb4e-2ce3-c712-b83c53f3211f-f308b1c0 {
    grid-area: 1 / 1 / 2 / 4;
    justify-self: center;
  }

  #w-node-cf51321a-eb4e-2ce3-c712-b83c53f32121-f308b1c0, #w-node-d262d2d7-4622-5d09-64c5-371167e380bb-f308b1c0, #w-node-e766f144-b1d9-2ae1-2294-434f57fd0c24-f308b1c0 {
    justify-self: center;
  }

  #w-node-_4f040146-6ea8-2b76-b2c5-ea97e767a570-f308b1c0 {
    grid-area: 1 / 1 / 2 / 4;
    justify-self: center;
  }

  #w-node-_4f040146-6ea8-2b76-b2c5-ea97e767a572-f308b1c0, #w-node-_4f040146-6ea8-2b76-b2c5-ea97e767a574-f308b1c0, #w-node-_4f040146-6ea8-2b76-b2c5-ea97e767a576-f308b1c0 {
    justify-self: center;
  }

  #w-node-cbbf4eb9-de3e-e941-9531-f6d7089f896d-f308b1c0 {
    grid-area: 1 / 1 / 2 / 4;
    justify-self: center;
  }

  #w-node-cbbf4eb9-de3e-e941-9531-f6d7089f896f-f308b1c0, #w-node-cbbf4eb9-de3e-e941-9531-f6d7089f8971-f308b1c0, #w-node-cbbf4eb9-de3e-e941-9531-f6d7089f8973-f308b1c0 {
    justify-self: center;
  }

  #w-node-_0102a741-0e16-c2bd-2cd0-8a3d8cdaba89-f308b1c0 {
    grid-area: 1 / 1 / 2 / 4;
    justify-self: center;
  }

  #w-node-_0102a741-0e16-c2bd-2cd0-8a3d8cdaba8d-f308b1c0 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: center;
  }

  #w-node-_16dba443-c2bd-9ff4-0f40-fce544db3c8f-f308b1c0 {
    grid-area: 2 / 2 / 3 / 3;
    justify-self: center;
  }

  #w-node-_0102a741-0e16-c2bd-2cd0-8a3d8cdaba8f-f308b1c0 {
    grid-area: 2 / 3 / 3 / 4;
    justify-self: center;
  }

  #w-node-_40f4f06b-7afc-3e93-a4aa-235c7849f725-f308b1c0 {
    grid-area: 1 / 1 / 2 / 4;
    justify-self: center;
  }

  #w-node-_40f4f06b-7afc-3e93-a4aa-235c7849f727-f308b1c0, #w-node-_40f4f06b-7afc-3e93-a4aa-235c7849f729-f308b1c0, #w-node-_40f4f06b-7afc-3e93-a4aa-235c7849f72b-f308b1c0 {
    justify-self: center;
  }

  #w-node-_40f4f06b-7afc-3e93-a4aa-235c7849f72e-f308b1c0 {
    grid-area: 1 / 1 / 2 / 4;
    justify-self: center;
  }

  #w-node-_40f4f06b-7afc-3e93-a4aa-235c7849f734-f308b1c0 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: center;
  }

  #w-node-_05252ca2-2e44-5ea9-4a61-4648ba891030-f308b1c0 {
    grid-area: 2 / 2 / 3 / 3;
    justify-self: center;
  }

  #w-node-_840d44fd-e76e-1217-acf5-77647cffaf0e-f308b1c0 {
    grid-area: 2 / 3 / 3 / 4;
    justify-self: center;
  }

  #w-node-_4f2198b2-55aa-d330-964f-ebf2e1c871d1-f308b1c0 {
    grid-area: 1 / 1 / 2 / 4;
    justify-self: center;
  }

  #w-node-_4f2198b2-55aa-d330-964f-ebf2e1c871d3-f308b1c0 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: center;
  }

  #w-node-_4f2198b2-55aa-d330-964f-ebf2e1c871d5-f308b1c0 {
    grid-area: 2 / 2 / 3 / 3;
    justify-self: center;
  }

  #w-node-_4f2198b2-55aa-d330-964f-ebf2e1c871d7-f308b1c0 {
    grid-area: 2 / 3 / 3 / 4;
    justify-self: center;
  }

  #w-node-_40f4f06b-7afc-3e93-a4aa-235c7849f740-f308b1c0 {
    grid-area: 1 / 1 / 2 / 4;
    justify-self: center;
  }

  #w-node-_40f4f06b-7afc-3e93-a4aa-235c7849f742-f308b1c0, #w-node-_40f4f06b-7afc-3e93-a4aa-235c7849f744-f308b1c0, #w-node-_40f4f06b-7afc-3e93-a4aa-235c7849f746-f308b1c0 {
    justify-self: center;
  }

  #w-node-_698599b1-b36a-7c5b-fa1b-66150cbea47a-f308b1c0 {
    grid-area: 1 / 1 / 2 / 4;
    justify-self: center;
  }

  #w-node-_698599b1-b36a-7c5b-fa1b-66150cbea47c-f308b1c0, #w-node-_698599b1-b36a-7c5b-fa1b-66150cbea47e-f308b1c0, #w-node-_698599b1-b36a-7c5b-fa1b-66150cbea480-f308b1c0 {
    justify-self: center;
  }

  #w-node-a3284f04-6d68-a42a-e31a-bdaa605389d1-f308b1c0 {
    grid-area: 1 / 1 / 2 / 4;
    justify-self: center;
  }

  #w-node-a3284f04-6d68-a42a-e31a-bdaa605389d3-f308b1c0 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: center;
  }

  #w-node-a3284f04-6d68-a42a-e31a-bdaa605389d5-f308b1c0 {
    grid-area: 2 / 2 / 3 / 3;
    justify-self: center;
  }

  #w-node-a3284f04-6d68-a42a-e31a-bdaa605389d7-f308b1c0 {
    grid-area: 2 / 3 / 3 / 4;
    justify-self: center;
  }

  #w-node-_6e94cbe4-13e3-567e-cc56-728b0dfb8b42-f308b1c0 {
    grid-area: 1 / 1 / 2 / 4;
    justify-self: center;
  }

  #w-node-_6e94cbe4-13e3-567e-cc56-728b0dfb8b44-f308b1c0 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: center;
  }

  #w-node-_6e94cbe4-13e3-567e-cc56-728b0dfb8b46-f308b1c0 {
    grid-area: 2 / 2 / 3 / 3;
    justify-self: center;
  }

  #w-node-_6e94cbe4-13e3-567e-cc56-728b0dfb8b48-f308b1c0 {
    grid-area: 2 / 3 / 3 / 4;
    justify-self: center;
  }

  #w-node-_698599b1-b36a-7c5b-fa1b-66150cbea495-f308b1c0 {
    grid-area: 1 / 1 / 2 / 4;
    justify-self: center;
  }

  #w-node-_698599b1-b36a-7c5b-fa1b-66150cbea497-f308b1c0 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: center;
  }

  #w-node-_698599b1-b36a-7c5b-fa1b-66150cbea49b-f308b1c0 {
    grid-area: 2 / 2 / 3 / 3;
    justify-self: center;
  }

  #w-node-_7ba5103d-2696-86a5-8b7f-80afb37b6e32-f308b1c0 {
    grid-area: 2 / 3 / 3 / 4;
    justify-self: center;
  }

  #w-node-a188c47b-15ac-a843-fabf-07eb52affb04-f308b1d8, #w-node-a188c47b-15ac-a843-fabf-07eb52affb07-f308b1d8, #w-node-a188c47b-15ac-a843-fabf-07eb52affb0a-f308b1d8, #w-node-c0ef1927-0fb0-1b3b-7cbf-83c80399c79f-f308b1d8 {
    align-self: center;
  }

  #w-node-_8d0fc77b-0962-64b6-bf29-752792cd13c3-f308b1fc {
    grid-column: 1 / 2;
    justify-self: center;
  }

  #w-node-_8d0fc77b-0962-64b6-bf29-752792cd13c8-f308b1fc {
    grid-column: 2 / 3;
    justify-self: center;
  }

  #w-node-_8d0fc77b-0962-64b6-bf29-752792cd13cd-f308b1fc {
    grid-column: 3 / 4;
    grid-row-start: 1;
    justify-self: center;
  }

  #w-node-_8d0fc77b-0962-64b6-bf29-752792cd13d9-f308b1fc {
    grid-area: 1 / 1 / 2 / 4;
    justify-self: center;
  }

  #w-node-_8d0fc77b-0962-64b6-bf29-752792cd13db-f308b1fc, #w-node-_8d0fc77b-0962-64b6-bf29-752792cd13dd-f308b1fc, #w-node-_8d0fc77b-0962-64b6-bf29-752792cd13df-f308b1fc {
    justify-self: center;
  }

  #w-node-_8d0fc77b-0962-64b6-bf29-752792cd13e2-f308b1fc {
    grid-area: 1 / 1 / 2 / 4;
    justify-self: center;
  }

  #w-node-_8d0fc77b-0962-64b6-bf29-752792cd13e4-f308b1fc, #w-node-_8d0fc77b-0962-64b6-bf29-752792cd13e6-f308b1fc, #w-node-_8d0fc77b-0962-64b6-bf29-752792cd13e8-f308b1fc {
    justify-self: center;
  }

  #w-node-_8d0fc77b-0962-64b6-bf29-752792cd13eb-f308b1fc {
    grid-area: 1 / 1 / 2 / 4;
    justify-self: center;
  }

  #w-node-_8d0fc77b-0962-64b6-bf29-752792cd13ed-f308b1fc, #w-node-_8d0fc77b-0962-64b6-bf29-752792cd13ef-f308b1fc, #w-node-_8d0fc77b-0962-64b6-bf29-752792cd13f1-f308b1fc {
    justify-self: center;
  }

  #w-node-_8d0fc77b-0962-64b6-bf29-752792cd13f4-f308b1fc {
    grid-area: 1 / 1 / 2 / 4;
    justify-self: center;
  }

  #w-node-_8d0fc77b-0962-64b6-bf29-752792cd13f6-f308b1fc {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: center;
  }

  #w-node-_8d0fc77b-0962-64b6-bf29-752792cd13f8-f308b1fc {
    grid-area: 2 / 2 / 3 / 3;
    justify-self: center;
  }

  #w-node-_8d0fc77b-0962-64b6-bf29-752792cd13fa-f308b1fc {
    grid-area: 2 / 3 / 3 / 4;
    justify-self: center;
  }

  #w-node-_8d0fc77b-0962-64b6-bf29-752792cd1402-f308b1fc {
    grid-area: 1 / 1 / 2 / 4;
    justify-self: center;
  }

  #w-node-_8d0fc77b-0962-64b6-bf29-752792cd1404-f308b1fc, #w-node-_8d0fc77b-0962-64b6-bf29-752792cd1406-f308b1fc, #w-node-_8d0fc77b-0962-64b6-bf29-752792cd1408-f308b1fc {
    justify-self: center;
  }

  #w-node-_8d0fc77b-0962-64b6-bf29-752792cd140b-f308b1fc {
    grid-area: 1 / 1 / 2 / 4;
    justify-self: center;
  }

  #w-node-_8d0fc77b-0962-64b6-bf29-752792cd140d-f308b1fc {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: center;
  }

  #w-node-_8d0fc77b-0962-64b6-bf29-752792cd140f-f308b1fc {
    grid-area: 2 / 2 / 3 / 3;
    justify-self: center;
  }

  #w-node-_8d0fc77b-0962-64b6-bf29-752792cd1411-f308b1fc {
    grid-area: 2 / 3 / 3 / 4;
    justify-self: center;
  }

  #w-node-_8d0fc77b-0962-64b6-bf29-752792cd1414-f308b1fc {
    grid-area: 1 / 1 / 2 / 4;
    justify-self: center;
  }

  #w-node-_8d0fc77b-0962-64b6-bf29-752792cd1416-f308b1fc {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: center;
  }

  #w-node-_8d0fc77b-0962-64b6-bf29-752792cd1418-f308b1fc {
    grid-area: 2 / 2 / 3 / 3;
    justify-self: center;
  }

  #w-node-_8d0fc77b-0962-64b6-bf29-752792cd141a-f308b1fc {
    grid-area: 2 / 3 / 3 / 4;
    justify-self: center;
  }

  #w-node-_8d0fc77b-0962-64b6-bf29-752792cd141d-f308b1fc {
    grid-area: 1 / 1 / 2 / 4;
    justify-self: center;
  }

  #w-node-_8d0fc77b-0962-64b6-bf29-752792cd141f-f308b1fc, #w-node-_8d0fc77b-0962-64b6-bf29-752792cd1421-f308b1fc, #w-node-_8d0fc77b-0962-64b6-bf29-752792cd1423-f308b1fc {
    justify-self: center;
  }

  #w-node-_8d0fc77b-0962-64b6-bf29-752792cd142b-f308b1fc {
    grid-area: 1 / 1 / 2 / 4;
    justify-self: center;
  }

  #w-node-_8d0fc77b-0962-64b6-bf29-752792cd142d-f308b1fc, #w-node-_8d0fc77b-0962-64b6-bf29-752792cd142f-f308b1fc, #w-node-_8d0fc77b-0962-64b6-bf29-752792cd1431-f308b1fc {
    justify-self: center;
  }

  #w-node-_8d0fc77b-0962-64b6-bf29-752792cd1434-f308b1fc {
    grid-area: 1 / 1 / 2 / 4;
    justify-self: center;
  }

  #w-node-_8d0fc77b-0962-64b6-bf29-752792cd1436-f308b1fc {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: center;
  }

  #w-node-_8d0fc77b-0962-64b6-bf29-752792cd1438-f308b1fc {
    grid-area: 2 / 2 / 3 / 3;
    justify-self: center;
  }

  #w-node-_8d0fc77b-0962-64b6-bf29-752792cd143a-f308b1fc {
    grid-area: 2 / 3 / 3 / 4;
    justify-self: center;
  }

  #w-node-_8d0fc77b-0962-64b6-bf29-752792cd143d-f308b1fc {
    grid-area: 1 / 1 / 2 / 4;
    justify-self: center;
  }

  #w-node-_8d0fc77b-0962-64b6-bf29-752792cd143f-f308b1fc {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: center;
  }

  #w-node-_8d0fc77b-0962-64b6-bf29-752792cd1441-f308b1fc {
    grid-area: 2 / 2 / 3 / 3;
    justify-self: center;
  }

  #w-node-_8d0fc77b-0962-64b6-bf29-752792cd1443-f308b1fc {
    grid-area: 2 / 3 / 3 / 4;
    justify-self: center;
  }

  #w-node-_8d0fc77b-0962-64b6-bf29-752792cd1446-f308b1fc {
    grid-area: 1 / 1 / 2 / 4;
    justify-self: center;
  }

  #w-node-_8d0fc77b-0962-64b6-bf29-752792cd1448-f308b1fc {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: center;
  }

  #w-node-_8d0fc77b-0962-64b6-bf29-752792cd144a-f308b1fc {
    grid-area: 2 / 2 / 3 / 3;
    justify-self: center;
  }

  #w-node-_8d0fc77b-0962-64b6-bf29-752792cd144c-f308b1fc {
    grid-area: 2 / 3 / 3 / 4;
    justify-self: center;
  }

  #w-node-_60421e7c-738c-6f73-3f71-bcf1eb9591f3-fd7efe86, #w-node-_60421e7c-738c-6f73-3f71-bcf1eb9591f7-fd7efe86, #w-node-_60421e7c-738c-6f73-3f71-bcf1eb9591fb-fd7efe86, #w-node-_60421e7c-738c-6f73-3f71-bcf1eb9591ff-fd7efe86, #w-node-_60421e7c-738c-6f73-3f71-bcf1eb959391-fd7efe86, #w-node-_60421e7c-738c-6f73-3f71-bcf1eb959395-fd7efe86, #w-node-_60421e7c-738c-6f73-3f71-bcf1eb959399-fd7efe86, #w-node-_60421e7c-738c-6f73-3f71-bcf1eb95939d-fd7efe86, #w-node-a188c47b-15ac-a843-fabf-07eb52affb04-99ccde0e, #w-node-a188c47b-15ac-a843-fabf-07eb52affb07-99ccde0e, #w-node-a188c47b-15ac-a843-fabf-07eb52affb0a-99ccde0e, #w-node-c0ef1927-0fb0-1b3b-7cbf-83c80399c79f-99ccde0e, #w-node-_3b98eeb8-9d27-439a-18c0-58605385041d-6cbc6d53, #w-node-_3b98eeb8-9d27-439a-18c0-586053850421-6cbc6d53, #w-node-_3b98eeb8-9d27-439a-18c0-586053850425-6cbc6d53, #w-node-_3b98eeb8-9d27-439a-18c0-586053850429-6cbc6d53, #w-node-_7eb86e9b-6353-c046-515f-82ccd71062f3-019c5404, #w-node-_7eb86e9b-6353-c046-515f-82ccd71062f7-019c5404, #w-node-_7eb86e9b-6353-c046-515f-82ccd71062fb-019c5404, #w-node-_7eb86e9b-6353-c046-515f-82ccd71062ff-019c5404, #w-node-a665a1e9-cf0c-cb0a-a60f-c82e264e492d-ac5d6908, #w-node-a665a1e9-cf0c-cb0a-a60f-c82e264e4931-ac5d6908, #w-node-a665a1e9-cf0c-cb0a-a60f-c82e264e4935-ac5d6908, #w-node-a665a1e9-cf0c-cb0a-a60f-c82e264e4939-ac5d6908, #w-node-_3b98eeb8-9d27-439a-18c0-58605385041d-959b2d2e, #w-node-_3b98eeb8-9d27-439a-18c0-586053850421-959b2d2e, #w-node-_3b98eeb8-9d27-439a-18c0-586053850425-959b2d2e, #w-node-_3b98eeb8-9d27-439a-18c0-586053850429-959b2d2e, #w-node-a188c47b-15ac-a843-fabf-07eb52affb04-4e7ebbff, #w-node-a188c47b-15ac-a843-fabf-07eb52affb07-4e7ebbff, #w-node-a188c47b-15ac-a843-fabf-07eb52affb0a-4e7ebbff, #w-node-c0ef1927-0fb0-1b3b-7cbf-83c80399c79f-4e7ebbff {
    align-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-c2cc8f43-2a37-fd3c-2e7d-73f5c7806fad-824c25a7, #w-node-_05591abd-3e5d-55a9-2422-c508491e2740-491e26ed {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-fcac2809-99f0-bb62-0417-a2bf88107000-f308b1be {
    grid-column: 1 / 2;
    justify-self: center;
  }

  #w-node-fcac2809-99f0-bb62-0417-a2bf8810700c-f308b1be {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-fcac2809-99f0-bb62-0417-a2bf88107010-f308b1be {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: center;
  }

  #w-node-fcac2809-99f0-bb62-0417-a2bf88107013-f308b1be {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-fcac2809-99f0-bb62-0417-a2bf8810701a-f308b1be {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: center;
  }

  #w-node-fcac2809-99f0-bb62-0417-a2bf88107021-f308b1be {
    justify-self: center;
  }

  #w-node-fcac2809-99f0-bb62-0417-a2bf88107025-f308b1be {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-fcac2809-99f0-bb62-0417-a2bf8810702d-f308b1be, #w-node-fcac2809-99f0-bb62-0417-a2bf88107034-f308b1be {
    justify-self: center;
  }

  #w-node-fcac2809-99f0-bb62-0417-a2bf88107038-f308b1be {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-fcac2809-99f0-bb62-0417-a2bf8810703b-f308b1be {
    justify-self: center;
  }

  #w-node-fcac2809-99f0-bb62-0417-a2bf8810703f-f308b1be {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-fcac2809-99f0-bb62-0417-a2bf88107042-f308b1be, #w-node-fcac2809-99f0-bb62-0417-a2bf8810704e-f308b1be, #w-node-fcac2809-99f0-bb62-0417-a2bf88107052-f308b1be, #w-node-fcac2809-99f0-bb62-0417-a2bf88107055-f308b1be {
    justify-self: center;
  }

  #w-node-fcac2809-99f0-bb62-0417-a2bf88107059-f308b1be {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-fcac2809-99f0-bb62-0417-a2bf8810705c-f308b1be {
    justify-self: center;
  }

  #w-node-fcac2809-99f0-bb62-0417-a2bf88107060-f308b1be {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-fcac2809-99f0-bb62-0417-a2bf88107063-f308b1be {
    justify-self: center;
  }

  #w-node-fcac2809-99f0-bb62-0417-a2bf88107067-f308b1be {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_2a094e0e-5da3-85a1-25b4-d6f71be1de0d-f308b1bf {
    grid-column: 1 / 2;
  }

  #w-node-_2a094e0e-5da3-85a1-25b4-d6f71be1de12-f308b1bf {
    grid-column: 2 / 3;
  }

  #w-node-_2a094e0e-5da3-85a1-25b4-d6f71be1de23-f308b1bf {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #w-node-_2a094e0e-5da3-85a1-25b4-d6f71be1de25-f308b1bf {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: center;
  }

  #w-node-_2a094e0e-5da3-85a1-25b4-d6f71be1de27-f308b1bf {
    grid-area: 2 / 2 / 3 / 3;
    justify-self: center;
  }

  #w-node-_2a094e0e-5da3-85a1-25b4-d6f71be1de2c-f308b1bf {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #w-node-_2a094e0e-5da3-85a1-25b4-d6f71be1de30-f308b1bf {
    grid-area: 2 / 2 / 3 / 3;
    justify-self: center;
  }

  #w-node-_2a094e0e-5da3-85a1-25b4-d6f71be1de35-f308b1bf {
    grid-area: 1 / 1 / 2 / 3;
    justify-self: center;
  }

  #w-node-_2a094e0e-5da3-85a1-25b4-d6f71be1de40-f308b1bf {
    grid-column: 1 / 2;
  }

  #w-node-_2a094e0e-5da3-85a1-25b4-d6f71be1de42-f308b1bf {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-cf51321a-eb4e-2ce3-c712-b83c53f32113-f308b1c0 {
    grid-column: 1 / 2;
  }

  #w-node-_8ce615e8-846f-86d7-49a5-5a2001a3b1e2-f308b1c0 {
    grid-column: 2 / 3;
  }

  #w-node-_77e3d9d2-b1f7-0e2f-87f2-bf9ffa33b565-f308b1c0 {
    grid-column: 3 / 4;
  }

  #w-node-cf51321a-eb4e-2ce3-c712-b83c53f3211f-f308b1c0 {
    grid-area: span 1 / span 3 / span 1 / span 3;
    justify-self: center;
  }

  #w-node-cf51321a-eb4e-2ce3-c712-b83c53f32121-f308b1c0 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: center;
  }

  #w-node-d262d2d7-4622-5d09-64c5-371167e380bb-f308b1c0 {
    grid-area: 2 / 2 / 3 / 3;
    justify-self: center;
  }

  #w-node-e766f144-b1d9-2ae1-2294-434f57fd0c24-f308b1c0 {
    grid-area: 2 / 3 / 3 / 4;
    justify-self: center;
  }

  #w-node-_4f040146-6ea8-2b76-b2c5-ea97e767a570-f308b1c0 {
    grid-area: span 1 / span 3 / span 1 / span 3;
    justify-self: center;
  }

  #w-node-_4f040146-6ea8-2b76-b2c5-ea97e767a574-f308b1c0 {
    grid-area: 2 / 2 / 3 / 3;
    justify-self: center;
  }

  #w-node-_4f040146-6ea8-2b76-b2c5-ea97e767a576-f308b1c0 {
    justify-self: center;
  }

  #w-node-cbbf4eb9-de3e-e941-9531-f6d7089f896d-f308b1c0 {
    grid-area: 1 / 1 / 2 / 4;
    justify-self: center;
  }

  #w-node-cbbf4eb9-de3e-e941-9531-f6d7089f8973-f308b1c0 {
    justify-self: center;
  }

  #w-node-_0102a741-0e16-c2bd-2cd0-8a3d8cdaba8d-f308b1c0 {
    grid-column: 1 / 2;
  }

  #w-node-_16dba443-c2bd-9ff4-0f40-fce544db3c8f-f308b1c0 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_91fe5c61-7a5d-a85c-149b-cc9aa607eb0f-a607eacd {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_8d0fc77b-0962-64b6-bf29-752792cd13c3-f308b1fc {
    grid-column: 1 / 2;
  }

  #w-node-_8d0fc77b-0962-64b6-bf29-752792cd13c8-f308b1fc {
    grid-column: 2 / 3;
  }

  #w-node-_8d0fc77b-0962-64b6-bf29-752792cd13cd-f308b1fc {
    grid-column: 3 / 4;
  }

  #w-node-_8d0fc77b-0962-64b6-bf29-752792cd13d9-f308b1fc {
    grid-area: span 1 / span 3 / span 1 / span 3;
    justify-self: center;
  }

  #w-node-_8d0fc77b-0962-64b6-bf29-752792cd13db-f308b1fc {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: center;
  }

  #w-node-_8d0fc77b-0962-64b6-bf29-752792cd13dd-f308b1fc {
    grid-area: 2 / 2 / 3 / 3;
    justify-self: center;
  }

  #w-node-_8d0fc77b-0962-64b6-bf29-752792cd13df-f308b1fc {
    grid-area: 2 / 3 / 3 / 4;
    justify-self: center;
  }

  #w-node-_8d0fc77b-0962-64b6-bf29-752792cd13e2-f308b1fc {
    grid-area: span 1 / span 3 / span 1 / span 3;
    justify-self: center;
  }

  #w-node-_8d0fc77b-0962-64b6-bf29-752792cd13e6-f308b1fc {
    grid-area: 2 / 2 / 3 / 3;
    justify-self: center;
  }

  #w-node-_8d0fc77b-0962-64b6-bf29-752792cd13e8-f308b1fc {
    justify-self: center;
  }

  #w-node-_8d0fc77b-0962-64b6-bf29-752792cd13eb-f308b1fc {
    grid-area: 1 / 1 / 2 / 4;
    justify-self: center;
  }

  #w-node-_8d0fc77b-0962-64b6-bf29-752792cd13f1-f308b1fc {
    justify-self: center;
  }

  #w-node-_8d0fc77b-0962-64b6-bf29-752792cd13f6-f308b1fc {
    grid-column: 1 / 2;
  }

  #w-node-_8d0fc77b-0962-64b6-bf29-752792cd13f8-f308b1fc {
    grid-area: 2 / 2 / 3 / 3;
  }
}


@font-face {
  font-family: 'Acumin Pro';
  src: url('../fonts/Acumin-RPro.otf') format('truetype');
  font-weight: 300 900;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'Acumin Pro';
  src: url('../fonts/Acumin-RPro.otf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: block;
}

