:root {
  --grey: #e0e3e7;
  --black: #242424;
  --blue: #0c8fcf;
  --white: white;
  --orange: #ffb300;
}

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

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

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

.w-commerce-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-commerceaddtocartoutofstock {
  background-color: #ddd;
  margin-top: 10px;
  padding: 10px;
}

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

.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-commerce-commercecheckoutformcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

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

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

.w-commerce-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-commerceorderconfirmationcontainer {
  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-commercepaypalcheckoutformcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

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

.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-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-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

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

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

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

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

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

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

@media screen and (max-width: 479px) {
  .w-commerce-commerceaddtocartquantityinput {
    font-size: 16px;
  }

  .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-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(--grey);
  color: var(--black);
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 1.4em;
}

h1 {
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 45px;
  font-weight: 700;
  line-height: 1.25em;
}

h2 {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 38px;
  line-height: 1.2em;
}

h3 {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.4em;
}

h4 {
  margin-top: 0;
  margin-bottom: 16px;
  font-weight: 600;
  line-height: 1.4em;
}

h5 {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5em;
}

h6 {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5em;
}

p {
  opacity: .85;
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
}

a {
  color: var(--blue);
  text-decoration: none;
  transition: opacity .2s, color .2s;
}

ul {
  margin-top: 0;
  margin-bottom: 12px;
  padding-left: 20px;
}

li {
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 1.4em;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  margin-bottom: 8px;
  font-weight: 700;
  display: block;
}

blockquote {
  border-left: 2px solid var(--white);
  margin-bottom: 16px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 1.4em;
}

.wrapper {
  width: 100%;
  min-height: 88vh;
}

.section {
  z-index: 0;
  opacity: 1;
  outline-offset: 0px;
  color: var(--black);
  outline: 3px #242424;
  padding: 0 40px 40px;
  position: relative;
}

.section.s {
  padding-top: 36px;
  padding-bottom: 25px;
}

.section.s.white {
  color: var(--blue);
}

.section.no-top-padding {
  color: var(--black);
  text-align: center;
  padding-top: 0;
  padding-bottom: 20px;
}

.section.header {
  opacity: .76;
  padding-top: 60px;
  padding-bottom: 0;
}

.section.white {
  background-color: var(--grey);
  color: var(--black);
  border: 1px solid #11afff59;
  border-top-width: 0;
  padding-top: 60px;
}

.section.hero {
  background-image: url('../images/PyConWeb_Everest_1.jpg');
  background-position: 50%;
  background-size: cover;
}

.button {
  color: var(--white);
  text-align: center;
  letter-spacing: .4px;
  background-color: #000;
  border-radius: 40px;
  flex: none;
  margin-bottom: 8px;
  padding: 8px 32px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  transition: opacity .2s, border-color .2s, color .2s, background-color .2s;
}

.button:hover {
  opacity: .8;
  color: var(--white);
}

.button:active {
  opacity: .6;
}

.button.outline {
  box-shadow: inset 0 0 0 1px var(--black);
  color: #000;
  background-color: #0000;
}

.button.outline:hover {
  background-color: var(--black);
  color: var(--white);
  box-shadow: inset 0 0 0 2px #000;
}

.button.disabled {
  box-shadow: none;
  opacity: .15;
}

.button.disabled:hover {
  color: #fff;
}

.button.minimal {
  box-shadow: none;
  color: var(--black);
  background-color: #0000;
  margin-left: 8px;
  margin-right: 8px;
  padding-left: 16px;
  padding-right: 16px;
}

.button.minimal:hover {
  color: var(--blue);
}

.button.white {
  background-color: var(--white);
  color: var(--black);
  font-weight: 500;
}

.button.blue {
  background-color: var(--blue);
}

.spacer {
  background-color: var(--orange);
  height: 48px;
}

.spacer._64 {
  background-color: #0000;
  width: 64px;
  height: 64px;
}

.spacer._32 {
  background-color: #0000;
  border-radius: 6px;
  width: 32px;
  height: 32px;
}

.spacer._24 {
  text-transform: uppercase;
  background-color: #0000;
  width: 24px;
  height: 24px;
}

.spacer._48 {
  background-color: #0000;
  border-radius: 6px;
  width: 48px;
}

.spacer._128 {
  background-color: #0000;
  width: 128px;
  height: 128px;
}

.spacer._80 {
  background-color: #0000;
  width: 80px;
  height: 80px;
}

.spacer._96 {
  background-color: #5eb2f400;
  width: 96px;
  height: 96px;
}

.spacer._32 {
  background-color: #0000;
  height: 32px;
}

.spacer._16 {
  background-color: #0000;
  width: 16px;
  height: 16px;
}

.text-box {
  max-width: 650px;
}

.text-box._550px {
  max-width: 550px;
}

.text-box._400px {
  max-width: 400px;
}

.text-box.sticky {
  position: sticky;
  top: 40px;
}

.text-box.right-align {
  text-align: right;
}

._12-columns {
  text-align: center;
  border: 0 solid #000;
  border-bottom-color: #11afff59;
  flex-flow: row;
  place-content: stretch center;
  align-items: center;
  margin-left: -16px;
  margin-right: -16px;
  padding-top: 40px;
  padding-bottom: 20px;
  font-family: Inconsolata, monospace;
  font-size: 18px;
  display: flex;
}

._12-columns.flex-horizontal {
  flex-wrap: nowrap;
  justify-content: flex-start;
  display: flex;
}

._12-columns.align-top {
  align-items: flex-start;
}

._12-columns.align-stretch {
  align-items: stretch;
  padding-top: 40px;
}

._12-columns.align-left {
  justify-content: flex-start;
  margin-bottom: 100px;
}

._12-columns.center-align {
  align-items: center;
}

.container {
  background-color: #e0e3e796;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 1200px;
  min-height: 50px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

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

.container.hero {
  background-color: #e0e3e700;
}

.color-block {
  background-color: var(--black);
  border-radius: 5px;
  width: 100%;
  height: 60px;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
}

.color-block.blue {
  background-color: var(--blue);
}

.color-block.light-grey {
  border: 1px solid var(--white);
  background-color: var(--grey);
}

.color-block.orange {
  background-color: var(--orange);
}

.color-block.white {
  background-color: var(--white);
}

.white {
  color: #fff;
  font-weight: 300;
}

.column-styleguide {
  background-color: var(--white);
  border-radius: 6px;
  width: 100%;
  height: 40px;
  margin-bottom: 20px;
}

.column {
  flex-direction: column;
  flex: 0 auto;
  align-items: stretch;
  min-height: 32px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  position: relative;
}

.column.desk-10 {
  width: 83.33%;
}

.column.desk-12 {
  width: 100%;
}

.column.desk-11 {
  width: 91.66%;
}

.column.desk-6 {
  justify-content: center;
  align-items: stretch;
  width: 60%;
  font-family: Lato, sans-serif;
  font-size: 18px;
}

.column.desk-5 {
  width: 41.66%;
}

.column.desk-1 {
  flex: 0 auto;
  width: 8.33%;
}

.column.desk-4 {
  width: 33.33%;
  top: 0;
}

.column.desk-9 {
  width: 75%;
}

.column.desk-3 {
  width: 25%;
}

.column.desk-3.tab-3.mob-6 {
  text-align: left;
  margin-top: 20px;
  margin-bottom: -20px;
}

.column.desk-2 {
  width: 16.66%;
}

.column.desk-7 {
  width: 58.3333%;
}

.column.desk-7.tab-8.mob-12 {
  background-color: #e0e3e7cf;
  margin-top: 20px;
  margin-left: 20px;
}

.column.desk-7.tab-7.mob-12 {
  background-color: #e1e3e7a6;
}

.column.desk-8 {
  width: 66.6667%;
  margin-right: 0;
}

.ds-block {
  margin-bottom: 32px;
}

.horizontal-line {
  background-color: var(--black);
  opacity: .2;
  width: 100%;
  height: 1px;
  margin-bottom: 36px;
}

.horizontal-line.design-system {
  position: relative;
  bottom: -80px;
}

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

.rich-text img {
  border-radius: 5px;
}

.nav-content {
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  margin-left: 24px;
  display: flex;
  position: relative;
}

.nav-cta-button-container {
  align-items: center;
  display: flex;
}

.menu-button.w--open {
  color: #096ad033;
  background-color: #fff;
}

.nav-bar {
  z-index: 200;
  background-color: var(--grey);
  outline-offset: 0px;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  outline: 2px #242424;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.logo-div {
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  display: block;
}

.nav-logo {
  opacity: 1;
  transition: opacity .2s;
}

.nav-logo:hover {
  opacity: .75;
}

.footer-logo {
  margin-bottom: 10px;
}

.footer-link {
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Inconsolata, monospace;
  font-weight: 700;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  opacity: .75;
}

.footer-link.w--current {
  opacity: 1;
  font-weight: 500;
}

.footer-links-container {
  flex-direction: column;
  margin-bottom: 24px;
  font-family: Lato, sans-serif;
  display: flex;
}

.footer {
  z-index: 0;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px #000;
  border-bottom-style: solid;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  padding: 0;
  display: block;
  position: relative;
}

.icon {
  color: #fff;
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  font-size: 24px;
}

.logos-div {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px none var(--black);
  border-bottom: 1px solid var(--black);
  background-color: #e1e3e7bf;
  border-radius: 2px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1230px;
  margin: 30px auto;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  position: static;
  top: 0;
  left: 0;
  right: 0;
  overflow: visible;
}

.banner-section {
  background-color: var(--grey);
  padding-left: 40px;
  padding-right: 40px;
  font-family: Lato, sans-serif;
}

.banner-container {
  letter-spacing: .8px;
  text-transform: uppercase;
  border: 1px #000;
  border-radius: 0;
  flex: 1;
  justify-content: space-between;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 13px;
  display: flex;
}

.banner-text {
  flex: 1;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  display: block;
}

.banner-text.w--current {
  color: #fff;
}

.nav-dropdown {
  border-radius: 5px;
  margin-left: 0;
  margin-right: 0;
  padding: 5px 24px 5px 10px;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  transition: color .2s, transform .2s;
  position: relative;
}

.nav-dropdown:hover {
  opacity: 1;
  color: #0064c9;
  transform: translate(0, -2px);
}

.nav-dropdown.w--current {
  color: #096ad0;
  font-weight: 700;
  transition-property: none;
}

.logo-container {
  justify-content: center;
  width: 20%;
}

.partner-logo {
  opacity: 1;
  pointer-events: auto;
  background-color: #0000;
  width: 100%;
  margin-left: 0;
  padding-left: 0;
  padding-right: 12px;
  display: block;
}

.partner-logo.text-link-list {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  max-width: 100%;
  padding-left: 0;
  padding-right: 40px;
  display: block;
}

.paragraph {
  text-align: left;
  letter-spacing: -.4px;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Inconsolata, monospace;
  font-size: 20px;
  line-height: 2em;
}

.paragraph.s {
  opacity: .6;
  font-size: 14px;
  line-height: 1.4em;
}

.paragraph.s.no-margin {
  text-align: right;
}

.paragraph.l {
  font-size: 18px;
  line-height: 1.4em;
}

.paragraph.l.no-margin {
  text-align: center;
  font-style: italic;
  font-weight: 400;
  text-decoration-style: solid;
}

.paragraph.xl {
  text-align: left;
  background-color: #e0e3e7e8;
  font-family: Inconsolata, monospace;
  font-size: 20px;
  display: block;
}

.paragraph.bold {
  font-weight: 700;
}

.no-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.nav-menu {
  text-align: right;
  flex: 1;
  padding-right: 12px;
  font-family: Inconsolata, monospace;
}

.regular {
  font-family: Exo, sans-serif;
  font-weight: 400;
}

.ds-menu-brand {
  margin-bottom: 50px;
  margin-left: 30px;
}

.ds-menu {
  width: 100%;
}

.ds-menu-link {
  border-left: 4px solid #0000;
  width: 100%;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 27px;
}

.ds-menu-link:hover {
  color: #000;
}

.ds-menu-link.w--current {
  color: #000;
  background-color: #cdd6da;
  padding-right: 0;
  font-weight: 500;
}

.ds-nav {
  border-right: 1px solid var(--black);
  background-color: var(--grey);
  width: 240px;
  padding-top: 40px;
  position: fixed;
  inset: 0% auto 0% 0%;
  overflow: auto;
}

.form-radio-button {
  margin-bottom: 16px;
  padding-left: 24px;
}

.radio-button {
  border-color: var(--black);
  width: 20px;
  height: 20px;
  margin-top: 0;
  margin-left: -24px;
  margin-right: 10px;
}

.radio-button.w--redirected-checked {
  background-color: var(--white);
  border-width: 6px;
  border-color: #000;
}

.form-error {
  border: 1px solid var(--black);
  color: var(--black);
  background-color: #0000;
  border-radius: 6px;
  padding: 16px;
}

.form {
  margin-bottom: 8px;
}

.form-checkbox {
  margin-bottom: 16px;
  padding-left: 24px;
}

.check-box {
  border-color: var(--black);
  width: 20px;
  height: 20px;
  margin-top: 0;
  margin-left: -24px;
  margin-right: 8px;
}

.check-box.w--redirected-checked {
  background-color: #000;
  background-position: 50%;
  background-size: 16px;
  border-color: #000;
}

.ds-content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  margin-left: 240px;
  display: flex;
  position: relative;
}

.form-success {
  border: 1px solid var(--black);
  background-color: var(--blue);
  color: var(--black);
  text-align: left;
  border-radius: 6px;
  padding: 32px;
}

.ds-section {
  z-index: 0;
  text-align: left;
  padding: 60px 80px 48px 60px;
  position: relative;
}

.ds-section.top {
  background-color: var(--white);
  color: var(--black);
}

.ds-title {
  margin-bottom: 8px;
}

.ds-section-header {
  margin-bottom: 50px;
}

.text-input {
  border-style: none none solid;
  border-width: 1px;
  border-color: var(--orange) var(--orange) var(--black);
  background-color: #0000;
  border-radius: 0;
  margin-bottom: 16px;
  padding: 24px 4px;
  font-size: 15px;
  line-height: 1.4px;
}

.text-input:focus, .text-input.-wfp-focus {
  border-color: #000;
}

.text-input::placeholder {
  color: #2424244d;
}

.text-input.form {
  min-height: 120px;
}

.card {
  background-color: var(--white);
  text-align: left;
  border-radius: 8px;
  flex-direction: column;
  width: 100%;
  margin-bottom: 16px;
  padding: 22px 24px 8px;
  transition: transform .2s, opacity .2s, color .2s;
}

.card.ticket {
  height: auto;
  padding: 26px 24px 8px;
}

.card.ticket.info {
  margin-bottom: 0;
  padding-bottom: 0;
}

.card.ticket.cta {
  opacity: .85;
  color: var(--black);
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 28px;
  font-size: 18px;
  font-weight: 600;
}

.card.ticket.cta:hover {
  opacity: .7;
  transform: translate(0, 5px);
}

.card.ticket.cta:active {
  opacity: .5;
  transform: translate(0, 10px);
}

.card.schedule {
  color: var(--black);
}

.card.schedule:hover {
  opacity: .9;
  transform: translate(0, -3px);
}

.card.outline {
  background-color: #0000;
  box-shadow: inset 0 0 0 1px #000;
}

.text-area {
  border-style: none none solid;
  border-width: 1px;
  border-color: var(--orange) var(--orange) var(--black);
  background-color: #0000;
  min-height: 120px;
  margin-bottom: 16px;
  padding: 12px 4px;
  font-size: 15px;
}

.text-area:focus {
  border-bottom-color: var(--black);
}

.text-area::placeholder {
  color: #2424244d;
}

.question {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.answer {
  display: block;
  overflow: hidden;
}

.question-container {
  border-bottom: 1px solid var(--black);
  text-align: left;
  cursor: pointer;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 24px;
  padding-top: 10px;
  padding-bottom: 15px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.question-container:hover {
  color: #000;
}

.dropdown-icon {
  width: 20px;
  margin-top: 8px;
  margin-right: 8px;
}

.ds-description {
  max-width: 400px;
}

.questions {
  width: 100%;
  margin-bottom: 48px;
}

.nav-container {
  outline-offset: 0px;
  border: 1px #000;
  outline: 3px #242424;
  flex-direction: row;
  order: -1;
  justify-content: space-between;
  align-self: auto;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: 75px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
  position: static;
  top: 0;
  left: 0;
  right: 0;
}

.error-2 {
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.nav-link {
  opacity: 1;
  color: var(--black);
  cursor: pointer;
  padding: 5px 11px;
  font-family: Inconsolata, monospace;
  font-weight: 500;
  line-height: 1.3em;
  transition: opacity .2s, transform .2s, color .2s;
}

.nav-link:hover {
  opacity: .6;
}

.nav-link.w--current {
  color: #303030;
}

.nav-link.cta {
  background-color: var(--blue);
  color: var(--white);
  letter-spacing: .2px;
  border-radius: 30px;
  padding: 8px 20px;
}

.nav-link.cta:hover {
  opacity: .8;
}

.nav-link.cta:active {
  opacity: .6;
  color: var(--white);
}

.form-dropdown {
  border-style: none none solid;
  border-width: 1px;
  border-color: #ddd #ddd var(--black);
  background-color: #0000;
  border-radius: 0;
  width: 100%;
  height: 48px;
  margin-bottom: 16px;
  padding: 8px 16px;
  font-size: 15px;
  position: relative;
}

.form-dropdown:hover, .form-dropdown:focus {
  color: #37474e;
}

.form-dropdown::placeholder {
  color: #999;
  font-size: 15px;
}

.field-block {
  z-index: 1;
  border: 1px solid #0000;
  flex-direction: column;
  flex: 1;
  align-items: stretch;
  min-width: 50px;
  min-height: 20px;
  margin-bottom: 8px;
  display: flex;
}

.image-cover {
  text-align: center;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: static;
}

.image-cover.black-white {
  filter: grayscale();
  width: 100%;
}

.error {
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.footer-header {
  font-family: Inconsolata, monospace;
  font-size: 18px;
  font-weight: 700;
}

.footer-container {
  border-top: 1px solid var(--black);
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: block;
}

.ds-colour-block {
  width: 12.5%;
  padding-right: 16px;
  display: inline-block;
}

.ds-colour-grid {
  flex-wrap: wrap;
  margin-top: 24px;
  display: flex;
}

.ds-module {
  background-color: var(--white);
  border-radius: 5px;
  flex-direction: column;
  min-width: 100px;
  min-height: 100px;
  margin-bottom: 24px;
  display: flex;
  position: relative;
}

.grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

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

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

.grid.desk-2 {
  grid-template-columns: 1fr 1fr;
}

.heading {
  letter-spacing: -.5px;
  font-size: 19px;
  font-weight: 600;
}

.heading.l {
  font-size: 45px;
  line-height: 1.25em;
}

.heading.m {
  font-family: Exo, sans-serif;
  font-size: 38px;
  line-height: 1.25em;
}

.heading.m.s {
  background-color: #e0e3e7;
  padding: 20px;
}

.heading.s {
  color: var(--blue);
  margin-bottom: 16px;
  font-size: 24px;
  line-height: 1.3em;
}

.heading.s.no-margin {
  margin-bottom: 0;
}

.heading.xs {
  margin-bottom: 12px;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.4em;
}

.heading.xs.no-margin {
  margin-bottom: 0;
}

.heading._2xs {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5em;
}

.heading.xl {
  text-align: center;
  margin-bottom: 0;
  padding-top: 40px;
  font-family: Exo, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.25em;
}

.heading._2xl {
  font-size: 68px;
  font-weight: 700;
  line-height: 1.25em;
}

.error2 {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: block;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
}

.licenses-grid {
  grid-column-gap: 96px;
  grid-row-gap: 24px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 88vh;
  min-height: 500px;
  max-height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

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

.utility-page-form {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 400px;
  display: flex;
}

.visible-spacer {
  background-color: var(--white);
  border-radius: 5px;
  margin-bottom: 24px;
  display: inline-block;
}

.link.grey {
  color: #36332f;
}

.field-split {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.field-spacer {
  width: 24px;
  height: 10px;
}

.circle-div {
  background-color: var(--white);
  color: var(--black);
  text-align: center;
  border-radius: 400px;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 140px;
  padding-bottom: 4px;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.1em;
  display: none;
  position: absolute;
  top: 100px;
  bottom: auto;
  left: 780px;
  transform: rotate(16deg);
}

.text-label {
  opacity: .7;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  display: block;
}

.profile-picture {
  border-radius: 400px;
  width: 100%;
  margin-bottom: 26px;
  overflow: hidden;
}

.profile-picture.no-margin {
  margin-bottom: 0;
}

.circle-object {
  background-color: var(--blue);
  border-radius: 200px;
  width: 64px;
  height: 64px;
  position: absolute;
}

.circle-object.tickets {
  top: 24px;
  left: 194px;
  transform: rotate(-46deg);
}

.circle-object.contact {
  z-index: -2;
  background-color: var(--orange);
  top: -42px;
  left: 60px;
  transform: rotate(-46deg);
}

.circle-object.speakers {
  background-color: var(--white);
  top: -34px;
  left: 211px;
  transform: rotate(14deg);
}

.circle-object.schedule {
  top: 39px;
  left: 249px;
}

.circle-object.question {
  top: 53px;
  left: 323px;
}

.divider {
  background-color: var(--black);
  height: 1px;
}

.divider.dashed {
  background-color: #0000;
  border: 1px #000;
  border-top: 1.5px dashed #000;
  position: relative;
}

.divider.dashed.blue {
  z-index: 5;
  border-top-color: var(--blue);
  background-color: #0000;
  top: .5px;
}

.divider.dashed.grey {
  border-top-color: var(--grey);
}

.divider.blue {
  background-color: var(--blue);
}

.image-banner {
  border-radius: 8px;
  height: 450px;
  overflow: hidden;
}

.ticket-logo {
  margin-bottom: 8px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1em;
  display: block;
}

.collection-wrapper {
  width: 100%;
}

.dot {
  background-color: var(--black);
  border-radius: 40px;
  width: 0;
  height: 5px;
  margin-left: 4px;
  margin-right: 8px;
  display: block;
}

.dot-text {
  align-items: center;
  margin-bottom: 4px;
  display: flex;
}

.grey-background {
  background-color: var(--grey);
  padding: 0;
}

.schedule-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 8fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-block-link {
  align-items: center;
  width: auto;
  margin-bottom: 8px;
  transition: opacity .2s, color .2s;
  display: flex;
}

.text-block-link:hover {
  opacity: .6;
  color: var(--black);
}

.link-arrow {
  margin-top: 1px;
  margin-left: 6px;
}

.speaker-item {
  border-bottom: 1px solid var(--black);
  margin-bottom: 32px;
}

.text-link-list {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.block-header {
  background-color: #0000;
  border-style: none;
  border-radius: 6px;
  padding-bottom: 0;
  padding-left: 4px;
  padding-right: 4px;
}

.block-content {
  border: 1px #000;
  border-radius: 6px;
  margin-bottom: 24px;
  padding: 24px 24px 20px;
}

.faq-link {
  margin-bottom: 16px;
  font-size: 22px;
  font-weight: 600;
  display: block;
}

.checkout-container {
  width: 100%;
  max-width: 1200px;
  margin-left: 0;
  margin-right: 0;
}

.ticket-info li {
  margin-bottom: 8px;
}

.hero-heading {
  opacity: 1;
  color: var(--black);
  letter-spacing: -3px;
  background-color: #e0e3e7db;
  margin-bottom: 0;
  padding: 20px;
  font-family: Inconsolata, monospace;
  font-size: 68px;
  font-weight: 400;
}

.hero-heading.title {
  color: var(--black);
  font-weight: 700;
}

.circle {
  background-color: var(--blue);
  color: #0000;
  border-radius: 200px;
  margin-left: -30px;
  margin-right: -30px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 62px;
  display: inline;
  position: relative;
}

.circle.blue-1 {
  background-color: var(--blue);
  color: var(--black);
  top: -47px;
  left: 200px;
}

.circle.orange-1 {
  background-color: var(--orange);
  color: var(--black);
  font-size: 62px;
  line-height: 1.2em;
  display: inline;
  top: -51px;
  left: 0;
}

.circle.white-3 {
  background-color: var(--white);
  color: var(--black);
  top: -47px;
  left: 205px;
}

.circle.blue-2 {
  color: var(--black);
  top: 0;
  left: 53px;
}

.circle.white-1 {
  background-color: var(--white);
  color: var(--black);
  top: 23px;
  left: -380px;
}

.circle.white-2 {
  background-color: var(--white);
  color: var(--black);
  top: 49px;
  left: 172px;
}

.circle.orange-2 {
  background-color: var(--orange);
  color: var(--black);
  top: 147px;
  left: 12px;
}

.cart-button {
  border: 1px solid var(--blue);
  color: var(--black);
  text-align: center;
  letter-spacing: .4px;
  background-color: #0000;
  border-radius: 40px;
  flex: none;
  margin-left: 8px;
  padding: 6px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  transition: opacity .2s, border-color .1s, background-color .1s;
}

.cart-button:hover {
  background-color: var(--white);
  color: var(--black);
  border-color: #0000;
}

.cart-button:active {
  opacity: .6;
}

.cart-quantity {
  border-style: none;
  border-radius: 6px;
}

.cart-quantity.hidden {
  display: none;
}

.cart-text {
  opacity: 1;
  color: var(--blue);
}

.cart-icon {
  margin-right: 4px;
}

.cart-header {
  border-bottom-color: var(--black);
  background-color: #0000;
  margin-left: 24px;
  margin-right: 24px;
  padding-left: 0;
  padding-right: 0;
}

.cart-content {
  border-radius: 6px;
}

.cart-container {
  background-color: var(--grey);
}

.cart-wrapper {
  background-color: #0009;
}

.cart-footer {
  border-top-color: var(--black);
  margin-left: 24px;
  margin-right: 24px;
  padding-bottom: 28px;
  padding-left: 0;
  padding-right: 0;
}

.remove-button {
  opacity: .5;
  margin-top: 4px;
  font-size: 14px;
}

.cart-item-div {
  margin-left: 0;
}

.subtotal-text {
  margin-top: 8px;
  margin-bottom: 32px;
  font-size: 22px;
}

.expand-button {
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  display: flex;
  overflow: hidden;
}

.hidden-empty-state {
  display: none;
}

.event-speaker {
  grid-column-gap: 16px;
  grid-row-gap: 32px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: .6fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 16px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.cart-list {
  margin-left: 24px;
  margin-right: 24px;
  padding: 24px 0;
}

.banner-link {
  font-weight: 500;
}

.youtube {
  height: auto;
}

.text-span {
  color: var(--blue);
  font-family: Exo, sans-serif;
}

.paragraph-2 {
  margin-top: 20px;
  font-family: Inconsolata, monospace;
  font-size: 18px;
  text-decoration: none;
}

.image {
  margin-top: 40px;
}

.text-span-2 {
  color: var(--blue);
  font-family: Inconsolata, monospace;
  font-weight: 600;
}

.columns {
  -webkit-text-fill-color: inherit;
  background-color: #e1e3e700;
  background-clip: border-box;
  border-radius: 0;
  margin-bottom: 0;
  padding: 40px;
  text-decoration: none;
}

.heading-2 {
  color: var(--blue);
  text-align: center;
  padding-top: 20px;
  font-family: Exo, sans-serif;
}

.heading-3 {
  text-align: center;
  margin-bottom: 0;
  padding-top: 20px;
  padding-left: 10px;
  font-family: Inconsolata, monospace;
  font-size: 26px;
  font-weight: 500;
}

.section-2 {
  background-color: #e1e3e7d6;
  font-family: Lato, sans-serif;
}

.paragraph-3 {
  text-decoration: none;
}

.testimonial-column-light {
  background-color: #e1e3e7e0;
  border-bottom: 1px #e4ebf3;
  padding: 20px 30px 80px;
  font-family: Lato, sans-serif;
  position: relative;
}

.container-3 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading {
  color: var(--black);
  text-align: center;
  margin-bottom: 16px;
  font-family: Exo, sans-serif;
}

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

.testimonial-card-two {
  -webkit-text-fill-color: inherit;
  background-color: #13aefe17;
  background-clip: border-box;
  border: 1px solid #e4ebf3;
  flex-direction: column;
  padding: 32px 16px 16px;
  font-family: Inconsolata, monospace;
  display: flex;
}

.testimonial-text-two {
  margin-bottom: 20px;
}

.testimonial-info-three {
  text-align: center;
  background-color: #f5f7fa;
  align-items: center;
  padding: 16px 10px;
  display: flex;
}

.testimonial-image {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-main-heading {
  margin-bottom: 2px;
  font-size: 14px;
  font-weight: 600;
}

.image-2 {
  padding-right: 20px;
}

.image-3 {
  cursor: auto;
  padding-right: 20px;
}

.image-4, .image-5, .image-6, .image-7 {
  padding-right: 20px;
}

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

.image-8 {
  margin-right: 20px;
}

.image-8.text-block-link {
  padding-left: 10px;
}

.image-8.text-block-link.partner-logo {
  margin-left: 0;
  padding-left: 0;
}

.link-2 {
  padding-top: 10px;
  font-family: Inconsolata, monospace;
  font-weight: 700;
}

.field-label, .field-label-2 {
  font-family: Inconsolata, monospace;
}

.bold-text {
  font-family: Inter, sans-serif;
}

.pricing-comparison {
  mix-blend-mode: normal;
  border-bottom: 1px #e4ebf3;
  padding: 80px 30px 40px;
  position: relative;
}

.container-4 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.pricing-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.pricing-card {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 32px 24px;
  font-family: Inconsolata, monospace;
  display: flex;
  position: relative;
  box-shadow: 0 4px 130px #96a3b51f;
}

.pricing-card.featured-pricing {
  z-index: 2;
  box-shadow: 0 4px 130px #96a3b54d;
}

.pricing-image {
  box-sizing: border-box;
  object-fit: none;
  width: 80px;
  height: 80px;
  margin-bottom: 16px;
}

.pricing-title {
  margin-top: 10px;
  margin-bottom: 8px;
  font-size: 40px;
  font-weight: 500;
  line-height: 48px;
}

.pricing-subtitle {
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 20px;
}

.pricing-price {
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.paragraph-regular {
  font-size: 14px;
  line-height: 20px;
}

.paragraph-regular.margin-bottom-20 {
  text-align: center;
  margin-bottom: 20px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.button-primary.outline-button {
  color: #1a1b1f;
  background-color: #0000;
  box-shadow: inset 0 0 0 1px #1a1b1f;
}

.button-primary.outline-button:hover {
  color: #fff;
  background-color: #1a1b1f;
}

.pricing-divider {
  background-color: #76879d1a;
  align-self: stretch;
  height: 1px;
  margin: 10px -24px 16px;
}

.pricing-feature-list {
  align-self: stretch;
  font-family: Lato, sans-serif;
}

.pricing-feature {
  background-image: url('../images/');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  align-self: stretch;
  margin-top: 16px;
  padding-left: 32px;
  font-size: 14px;
  line-height: 24px;
}

.pricing-tag {
  color: #3a4554;
  text-align: center;
  background-color: #009dff4f;
  border-radius: 24px;
  padding: 7px 16px;
  font-family: Lato, sans-serif;
  position: absolute;
  top: -19px;
  box-shadow: 0 3px 10px #96a3b533;
}

.hero-heading-center {
  background-color: #e0e3e7;
  border-bottom: 1px solid #e4ebf3;
  padding: 40px 30px;
  position: relative;
}

.centered-heading-2 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading-2.margin-bottom-32px {
  margin-bottom: 32px;
  font-family: Exo, sans-serif;
}

.hero-wrapper {
  justify-content: space-between;
  align-items: center;
  font-family: Inconsolata, monospace;
  font-size: 20px;
  display: flex;
}

.hero-split {
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px {
  text-align: center;
  margin-bottom: 24px;
  padding-top: 20px;
  font-family: Inconsolata, monospace;
}

.shadow-two {
  box-sizing: border-box;
  opacity: 1;
  outline-offset: 0px;
  text-align: left;
  mix-blend-mode: normal;
  object-fit: fill;
  background-color: #e0e3e7;
  outline: 3px #242424;
  max-width: 69%;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.heading-6 {
  text-align: center;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
}

.text-block {
  text-align: center;
  margin-top: 40px;
  font-family: Inconsolata, monospace;
}

.heading-7 {
  text-align: center;
  margin-bottom: 60px;
  font-family: Lato, sans-serif;
}

.container-5 {
  max-width: 1024px;
}

.heading-8 {
  margin-bottom: 4rem;
  font-family: Exo, sans-serif;
}

.paragraph-4 {
  margin-left: 0;
  font-family: Inconsolata, monospace;
  font-size: 18px;
}

.hero-subscribe-left {
  background-color: #f5f7fa00;
  border-bottom: 1px solid #e4ebf3;
  padding: 20px 30px 80px;
  position: relative;
}

.container-6 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-2 {
  flex-flow: row-reverse;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split-2 {
  background-color: #ffffff61;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  padding: 20px;
  display: flex;
}

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

.hero-form {
  margin-bottom: 12px;
}

.hero-form-container {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.hero-form-input {
  color: #1a1b1f;
  border: 1px solid #d1d6db;
  width: 240px;
  height: auto;
  margin-bottom: 0;
  margin-right: 9px;
  padding: 5px 16px;
  font-size: 14px;
  line-height: 20px;
  transition: all .2s;
}

.hero-form-input:hover, .hero-form-input:focus {
  border-color: #76879d;
}

.hero-form-input::placeholder {
  color: #1a1b1fcc;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.shadow-two-2 {
  clear: left;
  aspect-ratio: auto;
  opacity: .91;
  color: var(--grey);
  vertical-align: top;
  mix-blend-mode: normal;
  background-color: #e0e3e700;
  flex: 0 auto;
  max-width: 90%;
  position: relative;
  overflow: clip;
}

.bold-text-2 {
  color: var(--blue);
}

.image-9 {
  max-width: 49%;
}

.heading-9 {
  font-family: Exo, sans-serif;
}

.text-block-2 {
  font-family: Inconsolata, monospace;
}

.heading-10 {
  font-family: Exo, sans-serif;
}

.paragraph-5 {
  font-family: Inconsolata, monospace;
}

.image-10 {
  text-align: left;
  max-width: 19%;
  margin-top: 2em;
  margin-left: -41px;
  padding-left: 0;
}

.bold-text-3, .bold-text-4, .bold-text-5 {
  font-family: Exo, sans-serif;
}

.list-item, .list-item-2, .list-item-3 {
  font-size: 18px;
}

.image-11 {
  padding-top: 10px;
  padding-bottom: 0;
}

.text-span-3 {
  color: var(--blue);
}

.text-field, .form-2 {
  pointer-events: none;
}

.form-block {
  pointer-events: none;
  cursor: default;
}

.text-block-3 {
  background-color: #e0e4e700;
  font-family: Inconsolata, monospace;
}

.team-circles {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-7 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading-3 {
  text-align: center;
  margin-bottom: 16px;
  font-family: Exo, sans-serif;
}

.centered-subheading {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
  font-family: Inconsolata, monospace;
}

.team-grid {
  grid-column-gap: 64px;
  grid-row-gap: 56px;
  grid-template-rows: repeat(auto-fit, 500px) 0 200px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: "."
                       "Area"
                       ".";
  grid-auto-columns: 1fr;
  margin-top: 20px;
  display: grid;
}

.team-card {
  text-align: center;
  flex-direction: column;
  align-items: center;
  font-family: Inconsolata, monospace;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

.team-member-image {
  object-fit: cover;
  border-radius: 50%;
  width: 100%;
  height: 58%;
  margin-bottom: 24px;
  padding-top: 10px;
}

.team-member-name {
  margin-bottom: 6px;
  font-family: Inconsolata, monospace;
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
}

.team-member-position {
  margin-bottom: 24px;
}

.italic-text {
  font-family: Inconsolata, monospace;
  font-style: normal;
}

.bold-text-6 {
  font-weight: 400;
}

.team-circles-2 {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px 20px;
  position: relative;
}

.container-8 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  font-family: Inconsolata, monospace;
}

.centered-heading-4 {
  text-align: center;
  margin-bottom: 16px;
  font-family: Exo, sans-serif;
}

.centered-subheading-2 {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
  font-family: Inconsolata, monospace;
  font-size: 20px;
}

.team-grid-2 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template: "."
                 "."
                 "Area"
                 / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.team-card-2 {
  text-align: center;
  mix-blend-mode: darken;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

.team-member-image-2 {
  box-sizing: border-box;
  aspect-ratio: auto;
  mix-blend-mode: luminosity;
  object-fit: cover;
  border: 3px solid #11afff59;
  border-radius: 50%;
  width: 275px;
  height: 260px;
  margin-bottom: 24px;
  overflow: clip;
}

.team-member-name-2 {
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.team-member-position-2 {
  margin-bottom: 24px;
  font-size: 16px;
  font-weight: 700;
}

.paragraph-6 {
  font-family: Inconsolata, monospace;
}

.features-list {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px 40px;
  position: relative;
}

.container-9 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.features-wrapper-two {
  justify-content: space-between;
  align-items: flex-start;
  font-size: 19px;
  display: flex;
}

.features-left {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 40%;
  display: flex;
}

.features-paragraph {
  margin-bottom: 24px;
  font-family: Inconsolata, monospace;
  font-size: 18px;
}

.text-link-arrow-2 {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed-2 {
  margin-left: 2px;
  display: flex;
}

.features-right {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  margin-bottom: -16px;
  display: flex;
}

.features-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.features-image {
  object-fit: cover;
  width: 140px;
  height: 80px;
  margin-right: 16px;
}

.link-3, .link-4, .link-5, .link-6, .link-7, .link-8 {
  font-weight: 700;
}

.hero-heading-left {
  background-color: #e0e4e7;
  background-image: url('../images/logo_inverted.svg');
  background-position: 50% 100%;
  background-size: cover;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px 40px;
  font-family: Inconsolata, monospace;
  position: relative;
}

.container-10 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-3 {
  background-color: #e0e4e7b0;
  justify-content: space-between;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.hero-split-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px-3 {
  margin-bottom: 24px;
}

.button-primary-3 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #45b6fb;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-3:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-3:active {
  background-color: #43464d;
}

.shadow-two-3 {
  box-shadow: 0 4px 24px #96a3b514;
}

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

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

.heading-13 {
  font-family: Exo, sans-serif;
}

.heading-14 {
  font-family: Inconsolata, monospace;
  font-size: 28px;
}

.paragraph-7 {
  font-family: Inconsolata, monospace;
  font-size: 18px;
}

.bold-text-7 {
  font-family: Inconsolata, monospace;
}

.paragraph-8, .paragraph-9 {
  font-family: Inconsolata, monospace;
  font-size: 18px;
}

.bold-text-8 {
  color: var(--blue);
}

.bold-text-9 {
  color: var(--orange);
}

.heading-15 {
  font-size: 22px;
}

.heading-16 {
  font-size: 24px;
}

.heading-17 {
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Inconsolata, monospace;
  font-size: 18px;
  font-weight: 400;
}

.logos-title-large {
  border-bottom: 1px solid #000;
  padding: 20px 30px 40px;
  position: relative;
}

.container-11 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.clients-title {
  text-align: center;
  font-family: Exo, sans-serif;
  font-size: 32px;
  line-height: 32px;
}

.clients-wrapper {
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.clients-image {
  max-width: 14em;
  margin-left: 20px;
  padding-left: 0;
}

.link-block {
  min-width: 13em;
}

.hero-heading-center-2 {
  background-color: #f5f7fab5;
  border-bottom: 1px solid #e4ebf3;
  margin-top: 40px;
  padding: 40px 30px;
  position: relative;
}

.container-12 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading-5 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading-5.margin-bottom-32px {
  color: var(--blue);
  margin-bottom: 10px;
  font-family: Exo, sans-serif;
  font-size: 42px;
}

.hero-wrapper-4 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 60%;
  display: flex;
}

.margin-bottom-24px-4 {
  -webkit-text-stroke-width: 0px;
  margin-top: 24px;
  margin-bottom: 24px;
  font-family: Inconsolata, monospace;
  font-size: 18px;
}

.button-primary-4 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-4:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-4:active {
  background-color: #43464d;
}

.shadow-two-4 {
  text-align: left;
  max-width: 90%;
  text-decoration: none;
  box-shadow: 0 4px 24px #96a3b514;
}

.text-block-4 {
  text-align: center;
  padding-bottom: 20px;
  font-family: Inconsolata, monospace;
  font-size: 22px;
}

.text-block-5 {
  padding-bottom: 20px;
  font-family: Inconsolata, monospace;
  font-size: 18px;
}

.heading-18, .heading-19 {
  font-size: 38px;
}

.link-9, .link-10 {
  font-size: 18px;
}

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

.rich-text-block-2 {
  font-size: 24px;
  line-height: 1.4em;
}

.image-12 {
  min-width: 50%;
  min-height: auto;
}

.team-circles-3 {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-13 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading-6 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading-3 {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-grid-3 {
  grid-column-gap: 64px;
  grid-row-gap: 56px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.team-card-3 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

.team-member-image-1 {
  object-fit: cover;
  border-radius: 50%;
  width: 5.8em;
  height: auto;
  margin-bottom: 24px;
}

.team-member-name-3 {
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.team-member-position-3 {
  margin-bottom: 24px;
}

.link-11 {
  padding-left: 40px;
}

.italic-text-2 {
  font-style: normal;
}

.link-12 {
  font-weight: 700;
}

.team-circles-4 {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-14 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading-7 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading-4 {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-grid-4 {
  grid-column-gap: 64px;
  grid-row-gap: 56px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.team-card-4 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

.team-member-image-3 {
  object-fit: cover;
  border: 3px solid #11afff59;
  border-radius: 50%;
  width: 270px;
  height: 270px;
  margin-bottom: 24px;
}

.team-member-name-4 {
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.team-member-position-4 {
  margin-bottom: 24px;
}

.collection-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 40px;
  display: block;
  position: relative;
}

.collection-list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.hero-heading-right {
  background-color: #f5f7fa00;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-15 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-5 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split-5 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.shadow-two-5 {
  border: 3px solid #11afff59;
  box-shadow: 0 4px 24px #96a3b514;
}

.margin-bottom-24px-5 {
  margin-bottom: 24px;
}

.button-primary-5 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-5:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-5:active {
  background-color: #43464d;
}

.heading-20 {
  font-size: 23px;
}

.link-block-2 {
  cursor: pointer;
}

.logos-without-title {
  background-color: #fffc;
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 20px;
  position: relative;
}

.container-16 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.clients-wrapper-three {
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  margin-bottom: -10px;
  display: flex;
}

.clients-image-three {
  min-width: 170px;
  max-width: 12em;
  margin-bottom: 10px;
  margin-left: 15px;
  margin-right: 15px;
}

.bold-text-10 {
  text-align: left;
  font-weight: 400;
}

.text-block-6 {
  font-family: Inconsolata, monospace;
}

@media screen and (min-width: 1280px) {
  .section.hero {
    background-image: url('../images/PyConWeb_Everest_1.jpg');
    background-position: 50%;
    background-size: cover;
  }

  ._12-columns {
    padding-top: 0;
  }

  .container.hero {
    background-color: #e0e3e700;
  }

  .column.desk-7.tab-7.mob-12 {
    background-color: #e1e3e799;
  }

  .nav-bar {
    background-color: var(--grey);
  }

  .footer-links-container {
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .logos-div {
    border-top-width: 0;
  }

  .partner-logo {
    background-color: #0000;
  }

  .partner-logo.text-link-list {
    cursor: pointer;
  }

  .paragraph.s.no-margin {
    text-align: left;
  }

  .nav-link.tickets {
    color: var(--blue);
  }

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

  .hero-heading {
    font-size: 80px;
  }

  .container-2 {
    width: 44%;
    display: block;
  }

  .pricing-comparison {
    padding-top: 40px;
  }

  .pricing-divider {
    margin-top: 16px;
  }

  .hero-heading-center {
    padding-bottom: 20px;
  }

  .hero-subscribe-left {
    border-bottom-width: 0;
  }

  .hero-wrapper-2 {
    flex-flow: row-reverse;
  }

  .hero-split-2 {
    mix-blend-mode: normal;
    background-color: #ffffff36;
    padding: 20px;
  }
}

@media screen and (min-width: 1440px) {
  .team-member-image, .team-member-image-2, .team-member-image-1, .team-member-image-3 {
    width: 270px;
    height: 270px;
    max-height: none;
  }
}

@media screen and (max-width: 991px) {
  .button {
    position: relative;
  }

  ._12-columns {
    flex-flow: wrap;
  }

  .column {
    width: 50%;
  }

  .column.desk-6.tab-8 {
    width: 66.6667%;
  }

  .column.desk-5.tab-6 {
    width: 50%;
  }

  .column.desk-1.tab-0, .column.desk-4.tab-0 {
    display: none;
  }

  .column.desk-9.tab-12 {
    width: 100%;
  }

  .column.desk-3.tab-4 {
    width: 33.3333%;
  }

  .column.desk-3.tab-0 {
    display: none;
  }

  .column.desk-7.tab-8 {
    width: 66.6667%;
  }

  .column.desk-8.tab-12 {
    width: 100%;
  }

  .ds-block {
    margin-bottom: 40px;
  }

  .menu-icon {
    color: #096ad0;
  }

  .nav-content {
    margin-left: 16px;
  }

  .menu-button {
    color: #2e323c;
  }

  .menu-button.w--open {
    color: #096ad0;
    background-color: #0000;
  }

  .logo-div {
    flex: 0 auto;
  }

  .nav-logo {
    flex: 1;
  }

  .footer-links-container {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

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

  .nav-dropdown {
    text-align: center;
    flex: 1;
    padding-left: 9px;
    padding-right: 9px;
    font-size: 14px;
    display: block;
  }

  .logo-container {
    justify-content: center;
    width: 33%;
    margin-top: 10px;
    margin-bottom: 10px;
    display: flex;
  }

  .ds-menu-brand {
    margin-bottom: 20px;
  }

  .ds-menu {
    z-index: 500;
    border-top: 1px solid var(--black);
    border-bottom: 1px solid var(--black);
    background-color: var(--blue);
    padding-top: 17px;
    padding-bottom: 17px;
    display: block;
    position: absolute;
    inset: 80px auto auto 0%;
  }

  .ds-nav {
    z-index: 10;
    border-right-style: none;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-top: 20px;
    display: flex;
    position: sticky;
    bottom: auto;
    left: auto;
    overflow: visible;
  }

  .ds-content {
    margin-left: 0;
    position: static;
  }

  .nav-link {
    padding-left: 9px;
    padding-right: 9px;
    font-size: 15px;
  }

  .grid {
    margin-left: 0;
  }

  .grid.desk-4.tab-3 {
    grid-template-columns: 1fr 1fr 1fr;
    display: grid;
  }

  .grid.desk-3.tab-2 {
    grid-template-columns: 1fr 1fr;
  }

  .heading.xl {
    padding-top: 20px;
  }

  .error2 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .licenses-grid {
    grid-column-gap: 40px;
    margin-left: 0;
  }

  .ds-body {
    flex-direction: column;
    display: flex;
  }

  .ds-menu-button {
    margin-left: auto;
    margin-right: 12px;
    top: -10px;
  }

  .ds-menu-button.w--open {
    background-color: #0000;
    border: 1px solid #000;
    border-radius: 40px;
  }

  .hero-heading {
    letter-spacing: -2px;
    font-size: 58px;
  }

  .circle {
    opacity: 0;
    background-image: none;
    width: 10px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    line-height: 0;
    display: inline-block;
  }

  .circle.blue-1 {
    background-image: none;
    top: -24px;
    left: -108px;
  }

  .circle.orange-1 {
    background-size: 60px;
    top: -25px;
  }

  .circle.white-3 {
    background-size: 60px;
    top: -23px;
  }

  .circle.blue-2 {
    background-size: 80px;
    top: 45px;
  }

  .circle.white-1 {
    background-size: 68px;
    top: 35px;
    left: -268px;
  }

  .circle.white-2 {
    background-position: 0 -8px;
    background-size: 70px;
    top: 51px;
    left: 134px;
  }

  .circle.orange-2 {
    background-position: 0 -5px;
    background-size: 70px;
    top: 114px;
  }

  .cart-button {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 15px;
    position: relative;
  }

  .cart-text {
    display: none;
  }

  .cart-icon {
    margin-right: 0;
  }

  .event-speaker {
    margin-left: 0;
  }

  .container-3 {
    max-width: 728px;
  }

  .testimonial-grid-two {
    grid-column-gap: 30px;
  }

  .testimonial-info-three {
    flex-direction: column;
  }

  .container-4 {
    max-width: 728px;
  }

  .pricing-wrapper {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .pricing-card {
    width: 350px;
  }

  .hero-heading-center {
    padding-top: 40px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .container-6 {
    max-width: 728px;
  }

  .hero-wrapper-2 {
    flex-flow: row-reverse;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-2 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .container-7 {
    max-width: 728px;
  }

  .team-grid {
    grid-column-gap: 40px;
  }

  .team-member-image {
    width: 190px;
    height: 190px;
  }

  .container-8 {
    max-width: 728px;
  }

  .team-grid-2 {
    grid-column-gap: 40px;
  }

  .team-member-image-2 {
    width: 190px;
    height: 190px;
  }

  .container-9 {
    max-width: 728px;
  }

  .features-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .features-left {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .features-right {
    max-width: 100%;
  }

  .container-10 {
    max-width: 728px;
  }

  .hero-wrapper-3 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-3 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .container-11 {
    max-width: 728px;
  }

  .clients-title {
    margin-bottom: 32px;
  }

  .container-12 {
    max-width: 728px;
  }

  .hero-wrapper-4 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-4 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .container-13 {
    max-width: 728px;
  }

  .team-grid-3 {
    grid-column-gap: 40px;
  }

  .team-member-image-1 {
    width: 190px;
    height: 190px;
  }

  .container-14 {
    max-width: 728px;
  }

  .team-grid-4 {
    grid-column-gap: 40px;
  }

  .team-member-image-3 {
    width: 190px;
    height: 190px;
  }

  .container-15 {
    max-width: 728px;
  }

  .hero-wrapper-5 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-5 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .container-16 {
    max-width: 728px;
  }

  .clients-image-three {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 36px;
  }

  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 22px;
  }

  p {
    font-size: 15px;
  }

  .section {
    padding: 50px 25px;
  }

  .section.header {
    padding-top: 48px;
  }

  .section.hero {
    background-image: url('../images/PyConWeb_Everest_1.jpg');
    background-position: 0 0;
    background-size: cover;
  }

  .button {
    width: 100%;
  }

  .button.minimal {
    margin-left: 0;
    margin-right: 0;
  }

  .spacer {
    height: 32px;
  }

  .spacer._64 {
    width: 32px;
    height: 32px;
  }

  .spacer._32 {
    width: 24px;
    height: 24px;
  }

  .spacer._80 {
    width: 64px;
    height: 64px;
  }

  .spacer._96 {
    width: 72px;
    height: 72px;
  }

  ._12-columns {
    flex-wrap: wrap;
  }

  ._12-columns.flex-horizontal {
    flex-flow: wrap;
    margin-bottom: 0;
  }

  ._12-columns.mob-center {
    text-align: center;
  }

  .column.desk-6, .column.desk-6.tab-8.mob-12 {
    width: 100%;
  }

  .column.desk-6.tab-6.mob-0 {
    display: none;
  }

  .column.desk-5, .column.desk-5.tab-6.mob-12 {
    width: 100%;
  }

  .column.desk-1.tab-1.mob-0 {
    display: none;
  }

  .column.desk-4.tab-4.mob-12 {
    width: 100%;
  }

  .column.desk-4.tab-4.mob-0 {
    display: none;
  }

  .column.desk-3.tab-4.mob-12 {
    width: 100%;
  }

  .column.desk-3.tab-4.mob-6, .column.desk-3.tab-3.mob-6 {
    width: 50%;
  }

  .column.desk-7.tab-8.mob-12, .column.desk-7.tab-7.mob-12, .column.desk-8.tab-8.mob-12 {
    width: 100%;
  }

  .nav-content {
    background-color: var(--blue);
    height: 100vh;
    margin-left: 0;
    padding-top: 10px;
    padding-bottom: 100px;
    position: absolute;
    overflow: auto;
  }

  .nav-cta-button-container {
    flex-direction: column;
    align-items: stretch;
  }

  .menu-button {
    justify-content: center;
    align-items: center;
    margin-left: 4px;
    margin-right: -12px;
    padding: 12px;
  }

  .nav-bar {
    padding-left: 25px;
    padding-right: 25px;
    position: sticky;
    top: 0;
  }

  .logo-div {
    margin-right: auto;
  }

  .footer-logo {
    padding-left: 0;
  }

  .footer-links-container {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 48px;
    display: flex;
  }

  .footer {
    padding-left: 25px;
    padding-right: 25px;
  }

  .banner-section {
    display: none;
  }

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

  .nav-dropdown {
    padding-top: 13px;
    padding-bottom: 13px;
    font-size: 16px;
  }

  .nav-dropdown:hover {
    transform: none;
  }

  .logo-container {
    width: 50%;
  }

  .partner-logo {
    flex: 0 auto;
  }

  .paragraph {
    font-size: 15px;
  }

  .nav-menu {
    text-align: center;
    padding-right: 0;
  }

  .ds-menu-brand.w--current {
    margin-top: 14px;
  }

  .ds-content {
    margin-left: 0;
  }

  .ds-section {
    padding-left: 30px;
    padding-right: 30px;
  }

  .question-container {
    margin-bottom: 16px;
  }

  .dropdown-icon {
    width: 16px;
  }

  .nav-container {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .nav-link {
    border-bottom: 1px solid var(--black);
    margin-bottom: 12px;
    margin-left: 25px;
    margin-right: 25px;
    padding: 12px 0 22px;
    font-size: 24px;
    font-weight: 600;
  }

  .nav-link:hover {
    transform: none;
  }

  .nav-link.cta {
    color: var(--black);
    background-color: #0000;
    border-radius: 0;
    padding: 12px 0 22px;
  }

  .field-block {
    min-height: auto;
  }

  .footer-container {
    flex-direction: column;
  }

  .ds-colour-block {
    width: 25%;
  }

  .grid {
    grid-template-columns: 1fr 1fr;
    margin-left: 0;
  }

  .grid.desk-4.tab-3.mob-2 {
    grid-template-columns: 1fr 1fr;
  }

  .grid.desk-3.tab-2.mob-1 {
    grid-template-columns: 1fr;
  }

  .heading.l {
    font-size: 38px;
  }

  .heading.m {
    margin-bottom: 24px;
    font-size: 28px;
  }

  .heading.xs {
    font-size: 18px;
  }

  .heading.xl, .heading._2xl {
    font-size: 36px;
  }

  .licenses-grid {
    grid-template-columns: 1fr;
    margin-left: 0;
  }

  .circle-object {
    max-width: 12%;
  }

  .circle-object.tickets, .circle-object.contact, .circle-object.speakers, .circle-object.schedule, .circle-object.question {
    display: none;
  }

  .image-banner {
    height: 250px;
  }

  .hero-heading {
    letter-spacing: -1px;
    font-size: 40px;
  }

  .circle {
    opacity: 0;
    color: var(--black);
    background-image: none;
    width: 8px;
  }

  .cart-button {
    margin-top: 2px;
  }

  .cart-text {
    display: none;
  }

  .cart-icon {
    margin-right: 0;
  }

  .event-speaker {
    grid-template-columns: 120px 1fr;
    margin-left: 0;
  }

  .testimonial-column-light {
    padding: 60px 15px;
  }

  .testimonial-grid-two {
    grid-template-columns: 1fr;
  }

  .testimonial-info-three {
    flex-direction: row;
  }

  .pricing-comparison {
    padding: 60px 15px;
  }

  .pricing-wrapper {
    justify-items: stretch;
  }

  .pricing-card {
    width: auto;
  }

  .pricing-title {
    font-size: 34px;
    line-height: 42px;
  }

  .hero-heading-center, .hero-subscribe-left {
    padding: 60px 15px;
  }

  .hero-wrapper-2 {
    padding-top: 20px;
    padding-left: 20px;
  }

  .bold-text-2 {
    color: var(--black);
  }

  .team-circles {
    padding: 60px 15px;
  }

  .team-grid {
    grid-template-columns: 1fr 1fr;
  }

  .team-circles-2 {
    padding: 60px 15px;
  }

  .team-grid-2 {
    grid-template-columns: 1fr 1fr;
  }

  .features-list, .hero-heading-left, .logos-title-large {
    padding: 60px 15px;
  }

  .clients-wrapper {
    flex-wrap: wrap;
    justify-content: space-around;
    margin-bottom: -20px;
  }

  .clients-image {
    margin-bottom: 30px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .hero-heading-center-2, .team-circles-3 {
    padding: 60px 15px;
  }

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

  .team-circles-4 {
    padding: 60px 15px;
  }

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

  .hero-heading-right, .logos-without-title {
    padding: 60px 15px;
  }

  .clients-wrapper-three {
    margin-bottom: -30px;
  }

  .clients-image-three {
    margin-bottom: 30px;
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: 14px;
  }

  ._12-columns.flex-horizontal {
    flex-direction: row;
  }

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

  .column {
    margin-bottom: 0;
  }

  .column.desk-6 {
    align-items: flex-start;
    width: 100%;
  }

  .column.desk-5, .column.desk-3 {
    width: 100%;
  }

  .banner-section {
    margin-left: 0;
    margin-right: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .banner-text {
    flex: 0 auto;
    width: 100%;
  }

  .logo-container {
    margin-top: 0;
    margin-bottom: 0;
  }

  .ds-section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .text-input, .text-area {
    width: 100%;
  }

  .answer {
    padding-left: 0;
  }

  .dropdown-icon {
    margin-left: 16px;
  }

  .error2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .field-split {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .field-spacer {
    display: none;
  }

  .schedule-grid {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .book-now-button {
    width: 100%;
  }

  .hero-heading {
    font-size: 32px;
  }

  .container-3 {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .container-4 {
    max-width: none;
  }

  .centered-heading-2 {
    margin-bottom: 24px;
  }

  .container-6 {
    max-width: none;
  }

  .hero-form {
    align-self: stretch;
    margin-bottom: 15px;
  }

  .hero-form-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-form-input {
    width: 100%;
    height: 48px;
    margin-bottom: 10px;
  }

  .container-7 {
    max-width: none;
  }

  .centered-heading-3 {
    margin-bottom: 24px;
  }

  .team-grid {
    grid-template-columns: 1fr;
  }

  .container-8 {
    max-width: none;
  }

  .centered-heading-4 {
    margin-bottom: 24px;
  }

  .team-grid-2 {
    grid-template-columns: 1fr;
  }

  .container-9 {
    max-width: none;
  }

  .features-right {
    margin-bottom: -30px;
  }

  .features-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 30px;
  }

  .features-image {
    margin-bottom: 10px;
  }

  .container-10, .container-11 {
    max-width: none;
  }

  .clients-image {
    margin-left: 10px;
    margin-right: 10px;
  }

  .container-12 {
    max-width: none;
  }

  .centered-heading-5 {
    margin-bottom: 24px;
  }

  .container-13 {
    max-width: none;
  }

  .centered-heading-6 {
    margin-bottom: 24px;
  }

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

  .container-14 {
    max-width: none;
  }

  .centered-heading-7 {
    margin-bottom: 24px;
  }

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

  .container-15, .container-16 {
    max-width: none;
  }

  .clients-wrapper-three {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    margin-bottom: 0;
    display: grid;
  }

  .clients-image-three {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }
}

#w-node-be1ec8a6-29e1-bfc2-3005-0aaf7889e6d3-93a16958, #w-node-be1ec8a6-29e1-bfc2-3005-0aaf7889e6dd-93a16958, #w-node-be1ec8a6-29e1-bfc2-3005-0aaf7889e6e7-93a16958, #w-node-_12a3b2df-37ce-2380-9963-2da04f4d0bee-93a16958, #w-node-_5ef06fe3-7c74-6ba4-7988-290c9bde57e3-93a16975, #w-node-c7d57aff-ba2a-8fe1-d6b2-f6beb639f1cd-93a16975, #w-node-ae0d3a0c-52e5-56a5-2474-063d229529c7-f2c7bfca, #w-node-ae0d3a0c-52e5-56a5-2474-063d229529e7-f2c7bfca, #w-node-ae0d3a0c-52e5-56a5-2474-063d22952a0f-f2c7bfca, #w-node-c7e3db71-563a-5053-eed6-a1b56f5646ba-eb36e6b2, #w-node-c7e3db71-563a-5053-eed6-a1b56f5646c5-eb36e6b2, #w-node-c7e3db71-563a-5053-eed6-a1b56f5646cf-eb36e6b2, #w-node-c7e3db71-563a-5053-eed6-a1b56f5646d9-eb36e6b2, #w-node-c7e3db71-563a-5053-eed6-a1b56f5646e3-eb36e6b2, #w-node-c7e3db71-563a-5053-eed6-a1b56f5646ed-eb36e6b2, #w-node-be1ec8a6-29e1-bfc2-3005-0aaf7889e6d3-eb36e6b2, #w-node-be1ec8a6-29e1-bfc2-3005-0aaf7889e6dd-eb36e6b2, #w-node-be1ec8a6-29e1-bfc2-3005-0aaf7889e6e7-eb36e6b2, #w-node-_12a3b2df-37ce-2380-9963-2da04f4d0bee-eb36e6b2, #w-node-c7e3db71-563a-5053-eed6-a1b56f5646ba-14005568, #w-node-c7e3db71-563a-5053-eed6-a1b56f5646c5-14005568, #w-node-c7e3db71-563a-5053-eed6-a1b56f5646cf-14005568, #w-node-c7e3db71-563a-5053-eed6-a1b56f5646d9-14005568, #w-node-c7e3db71-563a-5053-eed6-a1b56f5646e3-14005568, #w-node-c7e3db71-563a-5053-eed6-a1b56f5646ed-14005568, #w-node-cf741a14-0686-fdf6-a46f-d02c5d036202-14005568, #w-node-_717d2b27-3f9a-f638-7c1d-c4cd3b88f6a2-14005568, #w-node-_6d8b47b2-c6d7-7b7f-2cc4-468ac52fd3d6-14005568, #w-node-be1ec8a6-29e1-bfc2-3005-0aaf7889e6d3-14005568, #w-node-be1ec8a6-29e1-bfc2-3005-0aaf7889e6dd-14005568, #w-node-be1ec8a6-29e1-bfc2-3005-0aaf7889e6e7-14005568, #w-node-_12a3b2df-37ce-2380-9963-2da04f4d0bee-14005568 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1440px) {
  #w-node-c7e3db71-563a-5053-eed6-a1b56f5646c5-eb36e6b2, #w-node-c7e3db71-563a-5053-eed6-a1b56f5646cf-eb36e6b2, #w-node-c7e3db71-563a-5053-eed6-a1b56f5646c5-14005568, #w-node-c7e3db71-563a-5053-eed6-a1b56f5646cf-14005568 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


