@font-face {
  font-family: Icons Evently Template;
  src: url('../fonts/icons-evently-template.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Plus Jakarta Display;
  src: url('../fonts/PlusJakartaDisplay-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Plus Jakarta Display;
  src: url('../fonts/PlusJakartaDisplay-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Plus Jakarta Display;
  src: url('../fonts/PlusJakartaDisplay-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

:root {
  --primary--paragraphs: #5e5f79;
  --primary--titles: #1a2447;
  --firebrick: #bf0a30;
  --secondary-2: #1a4ccc;
  --secondary-1: #f4f7ff;
  --white: white;
  --midnight-blue: #002868;
  --neutral-300: #c0c1d1;
  --primary--acent: #316bff;
  --neutral-100: #fbfbfd;
  --white-smoke: #f1f1f1;
  --neutral-200: #e6e7f3;
}

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

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

.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-commercelayoutsidebar {
  flex: 0 0 320px;
  position: sticky;
  top: 20px;
}

.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-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-commercecheckoutdiscounts {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  flex-wrap: wrap;
  padding: 20px;
  display: flex;
}

.w-commerce-commercecheckoutdiscountslabel {
  flex-basis: 100%;
  margin-bottom: 8px;
}

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

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

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

.w-commerce-commercecheckoutdiscountsbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 3px;
  flex-grow: 0;
  flex-shrink: 0;
  align-items: center;
  height: 38px;
  margin-left: 8px;
  padding: 9px 15px;
  text-decoration: none;
  display: flex;
}

.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-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

.w-commerce-commerceaddtocartform {
  margin: 0 0 15px;
}

.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-commercebuynowbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 0;
  align-items: center;
  margin-top: 10px;
  padding: 9px 15px;
  text-decoration: none;
  display: inline-block;
}

.w-commerce-commercebuynowbutton.w--ecommerce-buy-now-disabled {
  color: #666;
  cursor: not-allowed;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  outline-style: none;
}

.w-commerce-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-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-commercecheckoutshippingsummarywrapper, .w-commerce-commercecheckoutpaymentsummarywrapper, .w-commerce-commercedownloadswrapper {
  margin-bottom: 20px;
}

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

.w-commerce-commercedownloadsitem {
  grid-column-gap: 16px;
  grid-template-columns: 1fr max-content;
  align-items: center;
  margin-bottom: 20px;
  display: grid;
}

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

@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-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, .w-commerce-commercecheckoutdiscountsinput, .w-commerce-commerceaddtocartquantityinput {
    font-size: 16px;
  }
}

body {
  color: var(--primary--paragraphs);
  font-family: Plus Jakarta Display, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.667em;
}

h1 {
  color: var(--primary--titles);
  margin-top: 0;
  margin-bottom: 18px;
  font-size: 64px;
  font-weight: 700;
  line-height: 1.297em;
}

h2 {
  color: var(--primary--titles);
  letter-spacing: .01em;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 35px;
  font-weight: 700;
  line-height: 1.333em;
}

h3 {
  color: var(--primary--titles);
  letter-spacing: .01em;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Exo, sans-serif;
  font-size: 27px;
  font-weight: 600;
  line-height: 1.259em;
}

h4 {
  color: var(--primary--titles);
  letter-spacing: .02em;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.364em;
}

h5 {
  color: var(--primary--titles);
  letter-spacing: .01em;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.333em;
}

h6 {
  color: var(--primary--titles);
  letter-spacing: .01em;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.375em;
}

p {
  color: #000003;
  margin-bottom: 18px;
  font-family: Exo, sans-serif;
  font-weight: 400;
}

a {
  color: var(--firebrick);
  text-decoration: none;
  transition: color .35s;
}

a:hover {
  color: var(--secondary-2);
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  color: #000003;
  font-family: Exo, sans-serif;
}

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

strong {
  color: #0d0a2c;
  font-weight: 700;
}

blockquote {
  background-color: var(--secondary-1);
  color: var(--firebrick);
  border-left: 0 solid #000;
  border-radius: 16px;
  margin-bottom: 10px;
  padding: 40px 66px;
  font-family: Exo, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.68em;
}

figcaption {
  text-align: center;
  margin-top: 19px;
}

.mg-top-24px {
  margin-top: 24px;
}

.mg-top-32px {
  margin-top: 32px;
}

.mg-bottom-32px {
  margin-bottom: 32px;
}

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

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

.container-default {
  text-align: left;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.button-primary {
  background-color: var(--firebrick);
  color: var(--white);
  text-align: center;
  letter-spacing: .02em;
  border-radius: 4px;
  padding: 24px 40px;
  font-family: Exo, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1em;
  transition: transform .35s, box-shadow .35s, background-color .35s;
  box-shadow: 0 6px 13px #090b2c1a;
}

.button-primary:hover {
  background-color: var(--midnight-blue);
  color: var(--white);
  transform: scale(.95);
  box-shadow: 1px 1px 6px #090b2c1a, 0 3px 6px #090b2c1a;
}

.button-primary.full-width {
  align-self: stretch;
  padding: 18px 28px;
  display: block;
}

.button-primary.small-header {
  white-space: nowrap;
  padding: 18px 28px;
  font-size: 16px;
  line-height: 1.125em;
}

.button-primary.newsletter {
  box-shadow: none;
  border-radius: 0 8px 8px 0;
  padding: 20px 16px;
  transition: box-shadow .35s, background-color .35s;
}

.button-primary.newsletter:hover {
  transform: none;
}

.button-primary.cart-checkout {
  align-self: stretch;
  padding: 18px 28px;
  display: block;
}

.button-primary.discount {
  margin-top: 13px;
  margin-right: 13px;
  padding: 22px 32px;
  position: absolute;
  inset: 0 0 0 auto;
}

.button-secondary {
  border: 1px solid var(--neutral-300);
  color: var(--primary--titles);
  text-align: center;
  letter-spacing: .02em;
  background-color: #0000;
  border-radius: 4px;
  padding: 24px 40px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1em;
  transition: transform .35s, border-color .35s, color .35s, background-color .35s;
}

.button-secondary:hover {
  border-color: var(--primary--acent);
  background-color: var(--primary--acent);
  color: var(--white);
  transform: scale(.95);
}

.button-secondary.small {
  padding: 14px 32px;
  font-size: 16px;
  line-height: 18px;
}

.button-secondary.white {
  color: var(--white);
  font-family: Exo, sans-serif;
  font-weight: 700;
}

.button-secondary.white:hover {
  background-color: var(--midnight-blue);
}

.button-secondary.full-width {
  align-self: stretch;
  padding: 18px 28px;
  display: block;
}

.button-secondary.full-width.buy-ticket {
  padding-top: 23px;
  padding-bottom: 23px;
}

.header {
  background-color: var(--white);
  padding-top: 32px;
  padding-bottom: 32px;
}

.header.transparent {
  background-color: #0000;
  background-image: linear-gradient(181deg, #002868, #002868e8 50%, var(--midnight-blue) 99%, white);
  opacity: .9;
  padding-top: 15px;
  padding-bottom: 15px;
  position: absolute;
  top: 0%;
  left: 0%;
  right: 0%;
}

.nav-link {
  color: var(--white-smoke);
  padding-right: 20px;
  font-family: Exo, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1em;
  transition: color .35s;
}

.nav-link:hover {
  color: var(--firebrick);
}

.nav-link.w--current {
  color: var(--firebrick);
  font-family: Exo, sans-serif;
  font-weight: 600;
}

.nav-link.transparent-header {
  color: var(--white);
}

.nav-link.transparent-header:hover {
  color: var(--primary--acent);
}

.footer {
  border-top: 1px solid var(--neutral-200);
  color: var(--white);
  background-color: #002868;
  flex-direction: column;
  justify-content: flex-end;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.footer-logo-container {
  max-width: 100%;
  transition: transform .35s;
}

.footer-logo-container:hover {
  transform: scale(.95);
}

.footer-logo {
  width: 100%;
}

.section-blog-single {
  padding-top: 160px;
  padding-bottom: 160px;
}

.section-blog-single.hero {
  background-image: linear-gradient(#00000080, #00000080), url('../images/banner-bg.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  height: 650px;
  padding-top: 190px;
  padding-bottom: 218px;
  display: none;
  position: relative;
}

.section-blog-single.why {
  background-color: var(--neutral-100);
  padding-top: 60px;
  padding-bottom: 60px;
  overflow: hidden;
}

.section-blog-single.about-marketers {
  padding-top: 60px;
  padding-bottom: 60px;
  overflow: hidden;
}

.section-blog-single.cta {
  background-color: var(--primary--titles);
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.section-blog-single.ticket {
  padding-top: 40px;
  padding-bottom: 94px;
}

.section-blog-single.why-assist {
  background-color: var(--neutral-100);
  padding-top: 59px;
  padding-bottom: 138px;
}

.section-blog-single.about-us-hero {
  background-color: var(--white);
  padding-top: 160px;
  padding-bottom: 0;
  overflow: hidden;
}

.section-blog-single.ticket-category {
  background-color: var(--neutral-100);
  padding-top: 158px;
  padding-bottom: 60px;
  overflow: hidden;
}

.section-blog-single.category-tickets {
  padding-top: 60px;
  padding-bottom: 120px;
}

.section-blog-single.rich-text {
  padding-top: 20px;
  padding-bottom: 60px;
}

.divider {
  background-color: var(--neutral-200);
  width: 100%;
  height: 1px;
}

.divider.about-marketers-card {
  background-color: var(--white);
  opacity: .4;
  max-width: 110px;
  height: 2px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.divider.about-marketers-card.white {
  background-color: var(--neutral-200);
  opacity: 1;
  max-width: none;
}

.divider.header-left {
  background-color: var(--primary--paragraphs);
  width: 1px;
  height: auto;
  margin-left: 48px;
  margin-right: 48px;
}

.divider.main-header-left {
  background-color: var(--neutral-300);
  opacity: .5;
  width: 1px;
  height: auto;
  margin-left: 48px;
  margin-right: 48px;
}

.divider.card-ticket {
  margin-top: 25px;
  margin-bottom: 28px;
}

.divider.buy-ticket {
  margin-top: 31px;
  margin-bottom: 40px;
}

.utility-page-wrap {
  background-color: var(--secondary-1);
  justify-content: center;
  align-items: center;
  padding: 160px 24px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.utility-page-wrap._404 {
  background-color: var(--primary--titles);
}

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

.input {
  border: 1px solid var(--neutral-200);
  color: var(--primary--paragraphs);
  border-radius: 4px;
  min-height: 66px;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
  transition: border-color .3s, color .3s;
}

.input:focus, .input.-wfp-focus {
  border-color: var(--primary--acent);
  color: var(--primary--titles);
  font-size: 18px;
}

.input::placeholder {
  color: var(--primary--paragraphs);
  font-size: 18px;
}

.input.newsletter {
  color: var(--primary--paragraphs);
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  min-height: 62px;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 16px;
  line-height: 1em;
  transition: border-color .3s, color .3s;
}

.input.newsletter:focus {
  border-color: var(--primary--acent);
  color: var(--primary--titles);
  font-size: 16px;
}

.input.newsletter::placeholder {
  color: var(--primary--paragraphs);
  font-size: 16px;
}

.input.password {
  min-height: 62px;
  margin-bottom: 20px;
}

.input.checkout {
  background-color: var(--white);
  min-height: 58px;
  margin-bottom: 40px;
}

.input.checkout.discount {
  width: 100%;
  min-height: 70px;
  margin-bottom: 0;
}

._404-title {
  color: var(--white);
  margin-bottom: -28px;
  font-size: 120px;
  font-weight: 700;
  line-height: 160px;
}

.icon-medium {
  background-color: var(--secondary-1);
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  width: 88px;
  height: 88px;
  display: flex;
}

.header-split-left {
  text-align: left;
  justify-content: space-between;
  width: 100%;
  max-width: 100%;
  display: flex;
}

.container-header {
  text-align: left;
  justify-content: space-between;
  max-width: 1242px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.brand {
  align-items: center;
  min-height: 100%;
  padding-left: 0;
  transition: transform .35s;
  display: flex;
}

.brand.w--current:hover {
  transform: none;
}

.header-split-right {
  align-items: center;
  display: flex;
}

.cart-button {
  background-color: #0000;
  padding: 0;
}

.cart-quantity {
  background-color: var(--primary--acent);
  color: var(--white);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  min-width: 20px;
  height: 20px;
  padding-bottom: 2px;
  display: flex;
  box-shadow: 0 2px 10px #316bff30;
}

.cart {
  margin-right: 30px;
}

.nav-menu-header {
  flex-direction: row;
  flex: 0 auto;
  order: 1;
  justify-content: flex-end;
  align-self: center;
  display: flex;
}

.drop-link {
  color: var(--primary--titles);
  border-radius: 5px;
  align-items: center;
  max-height: 38px;
  padding: 10px;
  line-height: 1em;
  text-decoration: none;
  transition: background-color .35s;
  display: flex;
}

.drop-link:hover {
  background-color: var(--secondary-1);
}

.drop-link.w--current {
  font-weight: 700;
}

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

.drop-div {
  background-color: #fff;
  padding: 40px 20px 40px 38px;
}

.drop-div.last {
  background-color: var(--neutral-100);
  padding-left: 20px;
  padding-right: 38px;
}

.dropdown-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 2.25fr 1fr;
  width: 820px;
}

.drop-link-last {
  color: var(--primary--titles);
  border-radius: 5px;
  align-items: center;
  padding: 10px;
  line-height: 1em;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.drop-link-last:hover {
  background-color: var(--secondary-1);
}

.dropdown-list {
  background-color: #0000;
  border-radius: 8px;
  margin-left: -188px;
  overflow: hidden;
  box-shadow: 0 10px 20px #0000001a;
}

.drop-title {
  color: var(--primary--titles);
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 20px;
  margin-left: 10px;
  font-weight: 800;
}

.dropdown-header {
  z-index: 0;
}

.icon-dropdown {
  font-family: Icons Evently Template, sans-serif;
  font-size: 8px;
}

.special-image {
  max-width: 100%;
}

.cart-icon {
  transition: transform .35s;
}

.cart-icon:hover {
  transform: scale(.95);
}

.menu-button-mobile {
  background-color: var(--primary--acent);
  color: var(--white);
  text-align: center;
  border-radius: 4px;
  padding: 26px 42px;
  font-weight: 700;
  line-height: 20px;
}

.shadow {
  display: none;
}

.hero-content {
  text-align: center;
  flex: 0 auto;
}

.subtitle {
  color: var(--white);
  letter-spacing: .16em;
  text-transform: uppercase;
  margin-bottom: 17px;
  font-family: Exo, sans-serif;
  font-size: 34px;
  font-weight: 600;
  line-height: 1.037em;
}

.subtitle.cta {
  letter-spacing: .2em;
  margin-bottom: 8px;
  font-size: 20px;
  line-height: 1.273em;
}

.subtitle.card-ticket {
  color: var(--primary--paragraphs);
  letter-spacing: .02em;
  text-transform: none;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.636em;
  transition: color .35s;
}

.subtitle.card-ticket:hover {
  color: var(--primary--acent);
}

.hero-wrapper {
  text-align: left;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.text-color-accent {
  color: var(--firebrick);
  font-size: 50px;
}

._2-buttons {
  display: flex;
}

.spacer._2-buttons {
  width: 30px;
}

.spacer.links-footer {
  width: 35px;
}

.spacer.footer-social-media {
  width: 14px;
}

.spacer.card-ticket-buttons {
  min-height: 18px;
}

.split-content.about-marketers-left {
  max-width: 640px;
}

.split-content.cta-left {
  z-index: 1;
  max-width: 510px;
  position: relative;
}

.split-content.ticket-left {
  max-width: 49%;
}

.paragraph.about-marketers {
  max-width: 598px;
  margin-bottom: 40px;
}

.paragraph.why {
  z-index: 1;
  margin-bottom: 26px;
  position: relative;
}

.paragraph.ticket {
  max-width: 543px;
  margin-bottom: 39px;
}

.paragraph.why-assist {
  margin-bottom: 0;
}

.container-small-502px {
  max-width: 502px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.container-small-640px {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.why-grid {
  z-index: 1;
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 50px;
  margin-bottom: 48px;
  position: relative;
}

.card {
  background-color: var(--white);
  border-radius: 28px;
  padding: 50px 32px;
  box-shadow: 0 8px 30px #32358214;
}

.card.why {
  min-height: 230px;
  padding-top: 40px;
  padding-bottom: 30px;
  position: relative;
  overflow: hidden;
}

.card.tickets {
  border: 2px solid var(--neutral-200);
  padding-top: 33px;
  padding-bottom: 33px;
  transition: box-shadow .35s, transform .35s;
}

.card.tickets:hover {
  transform: scale(.97);
  box-shadow: 0 1px 5px #32358214;
}

.card.buy-ticket {
  border: 1px solid var(--neutral-200);
  border-radius: 24px;
  align-self: flex-start;
  width: 43%;
}

.card.why-assist {
  border: 1px solid var(--neutral-200);
  border-radius: 16px;
  padding: 0;
  display: flex;
  overflow: hidden;
}

.card.password {
  border: 1px solid var(--neutral-200);
  text-align: center;
  min-width: auto;
  max-width: 580px;
  padding-top: 59px;
  padding-bottom: 59px;
}

.title.why-card {
  text-align: center;
  max-width: 325px;
  font-size: 28px;
  line-height: 1.286em;
}

.title.hero {
  color: var(--white);
  letter-spacing: .02em;
  text-shadow: 0 4px 12px #02021533;
  max-width: 839px;
  margin-bottom: 39px;
  font-family: Exo, sans-serif;
  font-size: 82px;
  font-weight: 700;
}

.title.mg-bottom-0px {
  margin-bottom: 0;
  font-size: 30px;
  line-height: 50px;
}

.title.cta {
  color: var(--white);
  margin-bottom: 41px;
}

.title.ticket-content {
  color: var(--primary--titles);
  letter-spacing: .01em;
  margin-bottom: 36px;
  font-size: 27px;
  font-weight: 500;
  line-height: 1.259em;
}

.title.ticket {
  font-size: 48px;
}

.title.buy-ticket {
  font-size: 36px;
  line-height: 1.389em;
}

.title.card-why-assist {
  letter-spacing: .01em;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.091em;
}

.title.why-assist {
  margin-bottom: 24px;
}

.title.about-us {
  z-index: 1;
  color: var(--midnight-blue);
  text-align: center;
  padding-left: 0;
  padding-right: 0;
  font-family: Exo, sans-serif;
  font-size: 42px;
  position: relative;
}

.vc-flex {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.about-marketers-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.about-marketers-date-wrapper {
  color: var(--firebrick);
  flex-direction: column;
  align-items: flex-start;
  width: 517px;
  height: 517px;
  display: flex;
  position: relative;
}

.about-marketers-date-card {
  background-color: var(--midnight-blue);
  text-align: center;
  border-radius: 28px;
  flex-direction: column;
  align-items: center;
  min-width: 254px;
  padding: 40px 30px 42px;
  display: flex;
  position: absolute;
  top: 19px;
  left: 46px;
  box-shadow: 0 4px 24px #1a1c4742;
}

.about-marketers-date-card.white {
  border: 1px solid var(--neutral-200);
  background-color: var(--white);
  display: block;
  inset: auto 14px 12px auto;
  box-shadow: 0 6px 25px #03081814, 0 15px 74px #316bff1a;
}

.about-marketers-day {
  color: var(--white);
  letter-spacing: -.02em;
  margin-bottom: 13px;
  font-size: 82px;
  font-weight: 500;
  line-height: 1em;
}

.about-marketers-day._2 {
  color: var(--primary--titles);
}

.about-marketers-month {
  color: var(--white);
  letter-spacing: .12em;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 500;
  line-height: 1em;
}

.about-marketers-month._2 {
  color: var(--primary--paragraphs);
}

.about-marketers-date-text {
  color: var(--white);
  text-align: left;
  max-width: 195px;
}

.about-marketers-date-text._2 {
  color: var(--primary--titles);
  text-align: center;
  max-width: 260px;
}

.cta-wrapper {
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-top: 142px;
  padding-bottom: 137px;
  display: flex;
  position: relative;
}

.container-title-single {
  max-width: 578px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.container-title-single.text-center {
  max-width: 1218px;
}

.bg {
  position: absolute;
}

.bg.about-marketers-01 {
  z-index: -1;
  top: 237px;
  right: 216px;
}

.bg.about-marketers-02 {
  z-index: -1;
  top: 10px;
  right: 46px;
}

.bg.why-us-01 {
  bottom: 488px;
  left: -113px;
}

.bg.why-us-02 {
  top: 379px;
  right: -126px;
}

.bg.cta-1 {
  top: -72px;
  left: -190px;
}

.bg.cta-2 {
  top: 194px;
  left: -208px;
}

.bg.cta-3 {
  top: 142px;
  left: 78px;
}

.bg.cta-4 {
  bottom: 73.5px;
  right: 115px;
}

.bg.cta-5 {
  bottom: 175.5px;
  right: -164px;
}

.bg.cta-6 {
  bottom: -.5px;
  right: -144px;
}

.bg.about-marketers-03 {
  z-index: -1;
  top: -16px;
  left: -228px;
}

.bg.about-us-01 {
  top: 0;
  left: -509px;
}

.bg.about-us-02 {
  top: -53px;
  left: -52px;
}

.bg.about-us-03 {
  bottom: -221px;
  right: -89px;
}

.bg.about-us-04 {
  top: 10px;
  right: -477px;
}

.bg.card-why {
  bottom: -115px;
  right: -147px;
}

.bg.discover-01 {
  bottom: -30px;
  left: -17px;
}

.bg.discover-02 {
  bottom: 164px;
  left: 33px;
}

.bg.discover-03 {
  bottom: 59px;
  left: 145px;
}

.bg.connect-02 {
  bottom: 147px;
  left: 8px;
}

.bg.connect-03 {
  bottom: 131px;
  left: 151px;
}

.bg.grow-02 {
  bottom: 173px;
  left: 157px;
}

.bg._404-01 {
  inset: -7% auto auto -6%;
}

.bg._404-02 {
  inset: auto -3% -13% auto;
}

.bg._404-03 {
  inset: auto 3% 18% auto;
}

.bg._404-04 {
  inset: auto 85% 42% auto;
}

.bg._404-05 {
  inset: auto 70% 76% auto;
}

.bg._404-06 {
  inset: auto 26% 4% auto;
}

.why-us-wrapper {
  position: relative;
}

.saperator-z {
  background-color: var(--primary--acent);
  text-align: left;
  width: 40px;
  height: 4px;
  margin-bottom: 17px;
}

.footer-links-block {
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
  display: flex;
}

.footer-link {
  color: var(--primary--paragraphs);
  white-space: nowrap;
  border-radius: 5px;
  align-items: center;
  width: 100%;
  padding: 10px;
  text-decoration: none;
  transition: background-color .35s;
  display: flex;
}

.footer-link:hover {
  background-color: var(--secondary-1);
  color: var(--firebrick);
}

.footer-link.w--current {
  color: var(--firebrick);
  font-weight: 500;
}

.list-footer {
  margin-bottom: 0;
  padding-left: 0;
}

.links-block {
  margin-bottom: 40px;
  margin-right: 20px;
}

.links-block.newsletter {
  max-width: 378px;
}

.footer-list-item {
  align-items: center;
  display: flex;
}

.dropdown-icon-footer {
  display: none;
}

.footer-content-links {
  display: flex;
}

.footer-title {
  color: var(--midnight-blue);
  letter-spacing: .06em;
  text-transform: uppercase;
  margin-bottom: 27px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.111em;
}

.badge {
  background-color: var(--secondary-1);
  color: var(--primary--acent);
  letter-spacing: .07em;
  text-transform: uppercase;
  border-radius: 6px;
  margin-left: 14px;
  padding: 8px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1em;
  display: inline-block;
}

.footer-form-newsletter {
  margin-top: 22px;
  margin-bottom: 27px;
  display: flex;
}

.footer-bottom {
  text-align: center;
  border: 1px solid #033586;
  padding-top: 20px;
  padding-bottom: 20px;
  line-height: 24px;
}

.footer-social-media-wrapper {
  display: flex;
}

.footer-social-media-link-wrapper {
  border: 1px solid var(--neutral-300);
  color: var(--primary--paragraphs);
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  font-family: Icons Evently Template, sans-serif;
  line-height: 1em;
  text-decoration: none;
  transition: background-color .35s, color .35s, border-color .35s;
  display: flex;
}

.footer-social-media-link-wrapper:hover {
  border-color: var(--primary--acent);
  background-color: var(--primary--acent);
  color: var(--white);
}

.mouse-print {
  color: var(--secondary-1);
  align-self: center;
  font-family: Exo, sans-serif;
  font-weight: 400;
}

.mouse-print-link {
  text-decoration: none;
}

.success-message {
  border: 1px solid var(--neutral-300);
  background-color: var(--white);
  border-radius: 8px;
  margin-top: 22px;
  margin-bottom: 27px;
}

.error-message {
  color: #ff0808;
  background-color: #fff4f4;
  border-radius: 8px;
  margin-top: 24px;
  padding: 20px;
}

.error-message.cart {
  text-align: center;
  height: 48px;
  margin-right: 24px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.empty-state {
  border: 1px solid var(--neutral-200);
  background-color: var(--white);
  color: var(--primary--paragraphs);
  text-align: center;
  border-radius: 28px;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 32px;
  box-shadow: 0 3px 23px #316bff14;
}

.empty-state.cart {
  border-width: 0;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.container-inner-contain {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.container-medium-850px {
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.tickets-grid {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.card-ticket-icon-wrapper {
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  width: 88px;
  height: 88px;
  margin-bottom: 25px;
  display: flex;
  overflow: hidden;
}

.card-ticket-icon {
  position: relative;
  bottom: -4px;
}

.card-ticket-price {
  color: var(--primary--titles);
  font-size: 42px;
  font-weight: 700;
  line-height: 1.048em;
}

.card-ticket-grid {
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  margin-top: 24px;
  margin-bottom: 20px;
}

.ticket-content-wrapper {
  align-items: center;
  font-size: 16px;
  display: flex;
}

.ticket-content-wrapper.page {
  font-size: 18px;
}

.including-icon {
  width: 20px;
  margin-right: 12px;
}

.including-icon.page {
  width: 24px;
}

.select-field {
  display: none;
}

.card-event-add-to-cart {
  flex-direction: column;
  display: flex;
}

.ticket-wrapper {
  justify-content: space-between;
  display: flex;
}

.ticket-icon-wrapper {
  background-color: var(--secondary-1);
  border-radius: 26px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 88px;
  height: 88px;
  margin-bottom: 23px;
  display: flex;
  overflow: hidden;
}

.ticket-icon-wrapper.cart {
  margin-bottom: 0;
  transition: transform .35s, color .35s;
}

.ticket-icon-wrapper.cart:hover {
  transform: scale(.85);
}

.ticket-icon {
  position: relative;
  bottom: -3px;
}

.ticket-content-grid {
  grid-column-gap: 2vw;
  grid-row-gap: 21px;
  grid-template-rows: auto auto auto;
  grid-template-columns: auto auto;
  grid-auto-flow: column;
  margin-bottom: 45px;
}

.coupon-code-wrapper {
  background-color: var(--secondary-1);
  border-radius: 10px;
  align-items: center;
  padding: 13px 20px;
  display: inline-block;
}

.coupon-code-text {
  color: var(--primary--titles);
  white-space: nowrap;
  font-weight: 700;
  line-height: 1.111em;
}

.coupon-code {
  background-color: var(--primary--acent);
  color: var(--white);
  letter-spacing: .04em;
  text-transform: uppercase;
  border-radius: 6px;
  margin-left: 6px;
  margin-right: 6px;
  padding: 12px 18px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1em;
  display: inline-block;
}

.buy-ticket-label {
  color: var(--primary--titles);
  margin-bottom: 20px;
  font-weight: 500;
  line-height: 1.222em;
}

.select {
  color: var(--primary--paragraphs);
  background-color: #0000;
  border: 0 solid #000;
  border-radius: 8px;
  min-height: 66px;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
  transition: border-color .3s, color .3s;
}

.select:focus {
  border-color: var(--primary--acent);
  color: var(--primary--titles);
}

.select-wrapper {
  border: 1px solid var(--neutral-200);
  background-color: var(--white);
  border-radius: 4px;
  padding-right: 10px;
}

.buy-ticket-subtotal {
  color: var(--primary--titles);
  margin-top: 31px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.063em;
}

.buy-ticket-cart-wrapper {
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 17px;
  display: flex;
}

.quantity {
  border-color: var(--neutral-300);
  background-color: var(--white);
  color: var(--primary--paragraphs);
  border-radius: 4px;
  width: 87px;
  height: 64px;
  margin-bottom: 0;
  margin-right: 21px;
  padding: 17px;
  transition: border-color .3s, color .3s;
}

.quantity:focus {
  border-color: var(--primary--acent);
  color: var(--primary--titles);
}

.quantity::placeholder {
  color: var(--primary--paragraphs);
}

.add-to-cart {
  background-color: var(--primary--acent);
  color: var(--white);
  border-radius: 4px;
  width: 100%;
  font-weight: 500;
  line-height: 1em;
  transition: transform .35s, background-color .35s;
  display: block;
}

.add-to-cart:hover {
  background-color: var(--secondary-2);
  color: var(--white);
  transform: scale(.95);
}

.why-assist-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 40px;
}

.why-assist-content {
  align-items: center;
  width: 100%;
  padding: 24px 20px 24px 24px;
  display: flex;
}

.why-asssist-image-wrapper {
  background-color: var(--primary--acent);
  justify-content: center;
  align-self: stretch;
  align-items: center;
  min-width: 102px;
  min-height: 100%;
  display: flex;
}

.why-assist-icon {
  width: 80px;
}

.ticket-options-top-wrapper {
  margin-bottom: 44px;
}

.field-label {
  color: var(--primary--titles);
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 1.1em;
}

.container-small-550px {
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.faq-dropdown {
  border: 1px solid var(--neutral-200);
  background-color: var(--white);
  text-align: left;
  cursor: pointer;
  border-radius: 16px;
  margin-bottom: 18px;
  margin-right: 1px;
  padding: 31px 32px 36px;
}

.mg-bottom-0px {
  margin-bottom: 0;
}

.about-us-hero-wrapper {
  position: relative;
}

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

.card-ticket-title-link {
  text-decoration: none;
}

.out-of-stock-state {
  border: 1px solid var(--neutral-300);
  background-color: var(--white);
  text-align: center;
  border-radius: 8px;
  padding: 20px;
}

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

.category-title-wrapper {
  justify-content: center;
  display: flex;
}

.category-title-accent {
  color: var(--primary--acent);
}

.ticket-link {
  color: var(--primary--paragraphs);
  text-decoration: none;
}

.ticket-link:hover {
  color: var(--primary--paragraphs);
}

.cart-wrapper {
  background-color: #1a2447ad;
}

.cart-container {
  border-radius: 20px;
  min-height: 35%;
}

.apple-pay {
  border-radius: 4px;
  height: 54px;
}

.product-ticket-wrapper {
  margin-left: 0;
}

.cart-header {
  border-bottom-color: var(--neutral-200);
  align-items: flex-start;
}

.cart-footer {
  border-top-color: var(--neutral-200);
  padding-top: 33px;
  padding-bottom: 33px;
}

.product-ticket-title-link {
  color: var(--primary--acent);
  font-size: 20px;
  text-decoration: none;
  transition: color .35s;
}

.product-ticket-title-link:hover {
  color: var(--primary--titles);
}

.cart-item {
  border-bottom: 1px solid var(--neutral-200);
  padding: 24px;
}

.cart-quantity-card {
  border-color: var(--neutral-200);
  background-color: var(--white);
  border-radius: 4px;
  margin-bottom: 0;
  transition: color .35s, border-color .35s;
}

.cart-quantity-card:focus {
  border-color: var(--primary--acent);
  color: var(--primary--titles);
}

.cart-list {
  padding: 0;
}

.remove-text {
  color: var(--primary--paragraphs);
  font-size: 16px;
  transition: color .35s;
  display: inline;
}

.remove-text:hover {
  color: var(--primary--acent);
}

.cart-price {
  color: var(--primary--titles);
  font-weight: 500;
}

.subtotal {
  color: var(--primary--titles);
  font-size: 20px;
}

.remove-button {
  margin-top: 15px;
  text-decoration: none;
}

._404-subtitle {
  color: var(--primary--acent);
  font-size: 53px;
}

._404-paragraph {
  color: var(--secondary-1);
  max-width: 280px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.556em;
}

._404-block {
  z-index: 1;
  position: relative;
}

.checkout-form, .order-confirmation {
  background-color: var(--secondary-1);
  padding-top: 60px;
  padding-bottom: 120px;
}

.hero-overlay {
  z-index: -1;
  text-align: center;
  background-color: #06092073;
  width: 100%;
  max-width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.ticket-icon-cart {
  width: 70px;
  height: auto;
}

.block-header {
  border-color: var(--neutral-200);
  border-top-left-radius: 28px;
  border-top-right-radius: 28px;
  padding: 26px 32px;
}

.block-content {
  border-right-color: var(--neutral-200);
  border-bottom-color: var(--neutral-200);
  border-left-color: var(--neutral-200);
  border-bottom-right-radius: 28px;
  border-bottom-left-radius: 28px;
  padding: 40px 32px;
}

.checkout-sidebar {
  flex: 0 410px;
  margin-top: -273px;
}

.bold {
  color: var(--primary--titles);
  font-weight: 700;
}

.order-item {
  margin-bottom: 42px;
}

.discount-container {
  border-width: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.input-discount-container {
  width: 100%;
  position: relative;
}

.medium {
  color: var(--primary--titles);
  font-weight: 500;
}

.order-item-content {
  margin-left: 0;
  margin-right: 32px;
}

.cheackout-header {
  background-color: var(--primary--titles);
  padding-top: 180px;
  padding-bottom: 60px;
}

.container-640px {
  max-width: 640px;
}

.download-item {
  grid-column-gap: 32px;
  grid-row-gap: 20px;
  grid-template-columns: 1fr;
}

.link {
  text-decoration: none;
}

.link.footerlink {
  color: var(--neutral-200);
}

.link.footerlink:hover {
  color: var(--firebrick);
}

.columns {
  margin-bottom: 30px;
}

.image {
  height: 225px;
}

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

.rich-text-block {
  text-align: left;
  padding-top: 20px;
}

.small-text {
  font-size: 30px;
  line-height: 20px;
}

.rich-text-block-2 {
  color: var(--midnight-blue);
  margin-top: 20px;
}

.rich-text-block-3 {
  font-style: italic;
}

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

.heading-2, .heading-3 {
  color: var(--white);
  text-align: center;
  font-family: Exo, sans-serif;
}

.heading-4 {
  color: var(--white);
  text-align: center;
  font-size: 34px;
}

.heading-5 {
  color: var(--white);
  font-family: Exo, sans-serif;
  font-weight: 700;
}

.columns-2 {
  padding-bottom: 20px;
}

.heading-6 {
  color: var(--midnight-blue);
  text-align: center;
}

.text-span, .text-span-2 {
  text-align: center;
}

.rich-text-block-4 {
  color: var(--neutral-300);
  text-align: center;
}

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

.success-message-2 {
  background-color: #0000;
}

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

.section-19 {
  margin-bottom: 80px;
  padding-top: 80px;
}

.heading-28 {
  color: #2e3758;
  width: auto;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.6em;
}

.heading-29 {
  color: #2e3758;
  text-align: center;
  max-width: none;
  margin-top: 100px;
  font-size: 42px;
  line-height: 140%;
}

.text-field {
  color: #2e3758;
  border-radius: 4px;
  width: 282px;
  height: 100%;
  margin-bottom: 0;
  margin-right: 20px;
  font-size: 12px;
}

.text-field.blog {
  width: 314px;
  height: 44px;
}

.text-field.mailing {
  width: auto;
  height: 44px;
  margin-bottom: 15px;
  margin-right: 0;
}

.form-block-2 {
  color: #2e997d;
  margin-top: 50px;
}

.error-message-2 {
  background-color: #0000;
}

.text-block-43 {
  color: #eb5757;
  text-align: center;
}

.form-3 {
  justify-content: center;
  display: flex;
}

.submit-button {
  white-space: nowrap;
  background-color: #3ac09d;
  border-radius: 4px;
  padding: 12px 30px;
  font-size: 12px;
  font-weight: 700;
}

.submit-button:hover {
  background-color: #2e997d;
}

.submit-button.mailing {
  background-color: var(--firebrick);
}

.submit-button.mailing:hover {
  background-color: #bf0a30e8;
}

.link-4 {
  color: #1d95dc;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  font-family: Exo, sans-serif;
  font-weight: 500;
  line-height: 180%;
  text-decoration: none;
  display: flex;
}

.link-4:hover {
  color: #1574ac;
}

.collection-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  overflow: hidden;
}

.div-block-150 {
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0;
  display: flex;
}

.div-block-152 {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  flex-direction: column;
  padding: 37px 36px;
  display: flex;
}

.heading-9 {
  color: #2e3758;
  margin-bottom: 18px;
  font-size: 22px;
  line-height: 140%;
}

.heading-9.blog {
  margin-top: 0;
}

.collection-item {
  background-color: #0000;
  border-radius: 10px;
  width: 350px;
  margin: 20px;
  padding-left: 0;
  padding-right: 0;
  box-shadow: 0 0 10px #0000000f;
}

.paragraph-7 {
  color: #000c;
  object-fit: fill;
  flex: 1;
  max-width: none;
  height: auto;
  max-height: 250px;
  margin-bottom: 18px;
  font-family: Exo, sans-serif;
  font-weight: 500;
  line-height: 180%;
  overflow: hidden;
}

.empty-state-2 {
  color: #b8bec8;
  text-align: center;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  min-height: 600px;
  padding-top: 180px;
  padding-bottom: 180px;
  font-weight: 500;
  display: flex;
}

.div-block-151 {
  object-fit: scale-down;
  object-position: 50% 50%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 100%;
  height: 230px;
}

.section-20 {
  padding-bottom: 50px;
}

.heading-30 {
  text-align: center;
  font-size: 27px;
}

.heading-31 {
  color: #2e3758;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 24px;
  font-size: 42px;
  font-weight: 700;
  line-height: 140%;
}

.heading-31.blog {
  text-align: left;
}

.empty-state-3 {
  text-align: center;
  background-color: #0000;
}

.text-block-41 {
  color: #2e3758;
  margin-top: 20px;
}

.success-message-3 {
  background-color: #fff;
  border: 1px solid #2e997d;
  border-radius: 4px;
}

.heading-27 {
  color: #2e3758;
}

.link-16 {
  color: #1d95dc;
  text-decoration: none;
}

.div-block-171 {
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 5px;
  display: flex;
}

.paragraph-8 {
  color: #2e3758cc;
  object-fit: fill;
  flex: 1;
  max-width: none;
  height: auto;
  max-height: 250px;
  margin-bottom: 18px;
  line-height: 180%;
  overflow: hidden;
}

.paragraph-8.article-bottom {
  align-self: center;
  margin-bottom: 0;
  padding-top: 5px;
}

.paragraph-8.truncate {
  white-space: normal;
}

.div-block-168 {
  width: 66.6%;
  padding-left: 28px;
  padding-right: 28px;
}

.div-block-165 {
  text-transform: uppercase;
  margin-bottom: 30px;
  display: flex;
}

.section-14 {
  width: 100%;
  max-width: 1296px;
  margin-top: 180px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 28px;
  padding-right: 28px;
  display: flex;
}

.blog-content {
  color: #2e3758;
  margin-bottom: 0;
  text-decoration: none;
}

.newsleter-heading {
  color: #2e3758;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 140%;
}

.text-block-40 {
  color: #9e1414;
}

.div-block-170 {
  background-color: #eff2f7;
  border-radius: 4px;
  flex-direction: column;
  max-width: 310px;
  margin-top: 40px;
  margin-bottom: 30px;
  padding: 20px 25px;
  display: flex;
  overflow: hidden;
}

.text-block-36 {
  color: #b8bec8;
  margin-right: 30px;
}

.form-2 {
  flex-direction: column;
  margin-top: 10px;
  display: flex;
}

.div-block-172 {
  background-color: #eff2f7;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 4px;
  flex: none;
  width: 70px;
  height: 70px;
  overflow: hidden;
}

.recommended-blog {
  color: #2e3758;
  align-self: center;
  margin-left: 10px;
  text-decoration: none;
}

.error-message-3 {
  border-radius: 4px;
  margin-top: 15px;
  padding: 15px 20px;
}

.heading-26 {
  color: var(--firebrick);
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  display: inline;
}

.collection-list-wrapper {
  max-width: 310px;
}

.div-block-169 {
  align-self: flex-start;
  width: 33.3%;
  padding-left: 24px;
  padding-right: 24px;
  position: sticky;
  top: 100px;
}

.text-block-39 {
  color: #2e997d;
}

.div-block-177 {
  background-image: url('../images/sg-logo.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 60px 60px;
  width: 80px;
  height: 80px;
  margin-right: 20px;
}

.div-block-176 {
  background-color: #eff2f7;
  border-radius: 4px;
  padding: 20px;
  display: flex;
}

.div-block-166 {
  object-fit: fill;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 4px;
  width: 100%;
  height: 400px;
  margin-bottom: 32px;
  overflow: hidden;
}

.div-block-173 {
  flex-direction: column;
  margin-top: 60px;
  display: flex;
}

.link-17 {
  color: #1d95dc;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  font-weight: 700;
  line-height: 180%;
  text-decoration: none;
  display: flex;
}

.link-17:hover {
  color: #1574ac;
}

.link-17.blog {
  color: var(--firebrick);
  padding-left: 0;
  font-family: Exo, sans-serif;
  font-weight: 500;
  position: absolute;
  bottom: 20px;
}

.button-2 {
  text-align: center;
  background-color: #3ac09d;
  border-radius: 4px;
  margin: 40px 0;
  padding: 12px 30px;
  font-size: 12px;
  font-weight: 700;
  box-shadow: 0 0 10px #0000000f;
}

.button-2:hover {
  background-color: #2e997d;
}

.button-2.blog {
  border-width: 0;
  display: inline-block;
}

.button-2.blog.item {
  background-color: var(--firebrick);
  margin-bottom: 0;
}

.button-2.blog.item:hover {
  color: var(--secondary-1);
}

.collection-list-2 {
  display: flex;
}

.collection-item-2 {
  border-radius: 10px;
  width: 350px;
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 0;
  padding-right: 0;
  box-shadow: 0 0 10px #0000000f;
}

.div-block-175 {
  flex: 0 auto;
  align-self: center;
}

.div-block-174 {
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 37px 36px;
  display: flex;
}

.section-17 {
  width: 100%;
  max-width: 1296px;
  margin: 30px auto;
  padding-left: 28px;
  padding-right: 28px;
}

.button-blue {
  color: var(--white);
  text-align: center;
  letter-spacing: .02em;
  background-color: #002868;
  border-radius: 4px;
  padding: 15px 40px;
  font-family: Exo, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1em;
  transition: transform .35s, box-shadow .35s, background-color .35s;
  box-shadow: 0 6px 13px #090b2c1a;
}

.button-blue:hover {
  background-color: var(--midnight-blue);
  color: var(--white);
  transform: scale(.95);
  box-shadow: 1px 1px 6px #090b2c1a, 0 3px 6px #090b2c1a;
}

.button-blue.full-width {
  align-self: stretch;
  padding: 18px 28px;
  display: block;
}

.button-blue.small-header {
  white-space: nowrap;
  padding: 18px 28px;
  font-size: 16px;
  line-height: 1.125em;
}

.button-blue.newsletter {
  box-shadow: none;
  border-radius: 0 8px 8px 0;
  padding: 20px 16px;
  transition: box-shadow .35s, background-color .35s;
}

.button-blue.newsletter:hover {
  transform: none;
}

.button-blue.cart-checkout {
  align-self: stretch;
  padding: 18px 28px;
  display: block;
}

.button-blue.discount {
  margin-top: 13px;
  margin-right: 13px;
  padding: 22px 32px;
  position: absolute;
  inset: 0 0 0 auto;
}

.div-block-179 {
  padding-top: 40px;
}

.heading-2-big-pb {
  text-align: center;
  margin-bottom: 60px;
}

.link-18 {
  color: var(--midnight-blue);
  padding-left: 30px;
}

.cards-section {
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
}

.centered-container {
  text-align: center;
  flex: 1;
}

.cards-grid-container {
  grid-column-gap: 31px;
  grid-row-gap: 40px;
  text-align: left;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.cards-image-mask {
  border-radius: 0%;
  width: 300px;
  height: 150px;
  padding-top: 0%;
  position: relative;
  overflow: hidden;
}

.cards-image {
  object-fit: cover;
  object-position: 50% 50%;
  width: 300px;
  max-width: none;
  height: 150px;
  position: absolute;
  inset: 0%;
}

.paragraph-9 {
  color: var(--firebrick);
  margin-bottom: 30px;
  font-family: Exo, sans-serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 600;
}

.heading-32 {
  color: #1a2447;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 20px;
}

.heading-33, .heading-34 {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 20px;
}

.paragraph-10 {
  font-size: 15px;
}

.paragraph-11 {
  text-align: center;
  font-size: 14px;
}

.button-3 {
  text-align: center;
  display: inline-block;
}

.div-block-180 {
  display: block;
}

.container {
  border: 1px solid #033586;
  justify-content: center;
  margin-top: 40px;
  display: flex;
}

.link-19 {
  align-self: center;
  margin-left: 40px;
}

.button-4 {
  border: 1px none var(--secondary-1);
  background-color: var(--firebrick);
  border-radius: 9px;
}

.button-4:hover {
  color: var(--firebrick);
  background-color: #0000;
}

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

.paragraph-12 {
  font-size: 14px;
}

.paragraph-13 {
  text-align: center;
  font-size: 14px;
}

.section-21 {
  background-color: var(--firebrick);
  height: 30px;
}

.div-block-181 {
  height: 30px;
}

.text-block-44 {
  color: var(--neutral-300);
  text-align: right;
  margin-right: 20px;
  font-size: 12px;
}

.link-20 {
  color: var(--white-smoke);
}

.link-21 {
  color: var(--white);
}

.link-21:hover {
  color: var(--neutral-300);
}

.columns-3 {
  margin-top: 40px;
}

.heading-blue-medium {
  color: #1a2447;
  text-align: center;
  font-size: 39px;
}

.heading-2-small {
  color: #bf0a30;
  margin-top: 0;
  padding-top: 20px;
  font-size: 26px;
}

.image-2 {
  text-align: center;
  position: static;
}

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

.div-block-183 {
  text-align: center;
  background-color: #fff;
  border-radius: 11px;
  box-shadow: 1px 1px 3px #ddd;
}

.heading-36 {
  text-align: center;
  margin-top: 80px;
  margin-bottom: 40px;
}

.heading-37 {
  color: #274980;
  font-size: 45px;
}

.heading-38 {
  color: #2c4d82;
  text-align: center;
  margin-top: 40px;
  font-size: 30px;
}

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

.column-4 {
  background-color: #002868;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.columns-4 {
  background-color: #002868;
  flex-direction: row;
  align-items: flex-end;
  display: flex;
}

.div-block-184 {
  border-style: solid solid dashed;
  border-width: 1px 1px .1px;
  border-color: var(--neutral-300);
  width: 150px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.column-5 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.columns-5 {
  margin-bottom: 0;
}

.footer-text {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.columns-6 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 0;
  display: block;
}

.column-6 {
  text-align: center;
  margin-top: 0;
}

.footer-heading {
  border-bottom: 1px solid var(--white);
  color: var(--white);
  text-align: left;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Exo, sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
}

.link2 {
  color: var(--white);
  text-align: left;
  margin-bottom: 3px;
  margin-right: 20px;
  font-family: Exo, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 19px;
  display: inline-block;
}

.link2:hover {
  color: var(--neutral-300);
}

.column-7 {
  color: var(--white-smoke);
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

.section-22 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/long-beach-comber.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 100%;
  max-height: 100%;
  padding-top: 220px;
  padding-bottom: 220px;
}

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

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

.heading-39 {
  color: #2e3758;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Plus Jakarta Display, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 34px;
}

.div-block-185 {
  padding: 15px;
}

.text-block-45 {
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Exo, sans-serif;
  font-size: 17px;
}

.div-block-186 {
  border-radius: 10px;
  box-shadow: 0 0 8px #b9b9b9;
}

.image-3 {
  border-radius: 10px 10px 0 0;
}

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

.container-5 {
  max-width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
}

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

.columns-7 {
  max-width: 100%;
}

.text-block-46 {
  font-size: 16px;
}

.text-block-4756 {
  letter-spacing: 1px;
  font-family: Exo, sans-serif;
  font-size: 13px;
  font-weight: 300;
}

.columns-8 {
  margin-top: 20px;
}

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

.grid-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  padding: 60px;
}

.section-23 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.form-block-3 {
  padding-top: 40px;
}

.image-4 {
  margin-bottom: 20px;
}

.image-5 {
  width: 100%;
  max-height: 500px;
  margin-bottom: 0;
}

.rich-text-block-5, .rich-text-block-6, .rich-text-block-7, .rich-text-block-8, .rich-text-block-9, .rich-text-block-10, .rich-text-block-11, .rich-text-block-12 {
  margin-top: 20px;
}

.html-embed {
  margin-bottom: 40px;
}

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

.list-item {
  color: #000003;
}

.section-24 {
  padding-bottom: 100px;
}

.image-6 {
  width: 100%;
  height: 270px;
}

.heading-40 {
  font-size: 19px;
  font-weight: 500;
  line-height: 29px;
}

.link-block {
  border: 1px solid #e4e8ff;
  border-radius: 3px;
  padding: 10px;
}

@media screen and (min-width: 1440px) {
  .header-split-left {
    justify-content: space-between;
    align-items: center;
    width: 101%;
    max-width: 100%;
  }

  .special-image {
    flex: 0 auto;
  }

  .checkout-label {
    margin-top: -6px;
  }
}

@media screen and (max-width: 991px) {
  .container-default.checkout {
    flex-direction: column;
  }

  .header {
    border-bottom: 1px solid var(--neutral-100);
  }

  .header.transparent {
    border-bottom-width: 0;
  }

  .nav-link {
    border-bottom: 1px solid var(--neutral-100);
    color: var(--primary--titles);
    display: block;
  }

  .nav-link.transparent-header {
    color: var(--primary--titles);
  }

  .footer {
    padding-top: 80px;
  }

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

  .section-blog-single {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .section-blog-single.about-marketers {
    padding-top: 120px;
  }

  .section-blog-single.why-assist {
    padding-bottom: 120px;
  }

  .divider.about-marketers-card {
    max-width: none;
  }

  .divider.header-left, .divider.main-header-left {
    display: none;
  }

  .nav-menu-header {
    background-color: var(--white);
    min-width: 80%;
    padding-top: 94px;
  }

  .drop-div.first {
    padding-top: 0;
    padding-bottom: 10px;
    padding-left: 20px;
  }

  .drop-div.last {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    padding-top: 0;
    padding-bottom: 10px;
    display: flex;
  }

  .dropdown-grid {
    grid-template-columns: auto;
    width: 100%;
  }

  .dropdown-list.w--open {
    box-shadow: none;
    margin-left: 0;
    position: static;
  }

  .special-image {
    max-width: 75%;
  }

  .menu-button-mobile {
    z-index: 999;
    border-radius: 100px;
    justify-content: center;
    align-items: center;
    margin-left: 20px;
    padding: 18px 15px;
    transition: transform .35s;
    display: flex;
  }

  .menu-button-mobile:hover {
    transform: scale(.95);
  }

  .menu-button-mobile.w--open {
    background-color: var(--primary--acent);
  }

  .shadow {
    z-index: 1;
    background-color: #1a2447ad;
    position: fixed;
    inset: 0%;
  }

  .split-content.about-marketers-left {
    margin-bottom: 40px;
  }

  .split-content.ticket-left {
    max-width: 580px;
    margin-bottom: 60px;
  }

  .paragraph.newsletter {
    max-width: 360px;
  }

  .why-grid {
    grid-template-columns: 1fr;
    max-width: 530px;
    margin-left: auto;
    margin-right: auto;
  }

  .card.buy-ticket {
    width: 100%;
  }

  .title.hero {
    font-size: 70px;
  }

  .about-marketers-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .about-marketers-date-wrapper {
    flex-direction: row;
    justify-content: center;
    width: 100%;
    height: auto;
  }

  .about-marketers-date-card {
    width: 100%;
    position: static;
  }

  .about-marketers-date-card.white {
    margin-top: 216px;
    margin-left: -110px;
  }

  .cta-wrapper {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .bg.about-marketers-01 {
    right: 395px;
  }

  .bg.about-marketers-02 {
    top: 21px;
    right: 147px;
  }

  .bg.why-us-01 {
    left: -26px;
  }

  .bg.why-us-02 {
    right: -31px;
  }

  .bg.cta-1 {
    max-width: 20%;
    top: -20px;
    left: -66px;
  }

  .bg.cta-2 {
    max-width: 20%;
    top: 327px;
    left: 12px;
  }

  .bg.cta-3 {
    max-width: 15%;
    top: 2px;
    left: 156px;
  }

  .bg.cta-4 {
    max-width: 10%;
    bottom: 380.5px;
    right: 52px;
  }

  .bg.cta-5 {
    max-width: 15%;
    bottom: 141.5px;
    right: -34px;
  }

  .bg.cta-6 {
    max-width: 15%;
    right: -27px;
  }

  .bg.about-marketers-03 {
    top: -104px;
    left: auto;
    right: -212px;
  }

  .bg.about-us-01 {
    top: 153px;
    left: -274px;
  }

  .bg.about-us-04 {
    top: -80px;
    right: -293px;
  }

  .bg._404-01, .bg._404-02 {
    max-width: 30%;
  }

  .bg._404-03 {
    bottom: 20%;
  }

  .bg._404-05 {
    right: 2%;
  }

  .bg._404-06 {
    right: 68%;
  }

  .footer-links-block {
    flex-direction: column;
  }

  .footer-link {
    white-space: normal;
  }

  .links-block {
    border-bottom: 1px solid #ececf4;
    width: 100%;
  }

  .links-block.newsletter {
    border-bottom-width: 0;
    max-width: none;
    margin-top: 40px;
  }

  .dropdown-icon-footer {
    font-family: Icons Evently Template, sans-serif;
    font-size: .6em;
    font-weight: 400;
    line-height: 1em;
    display: block;
  }

  .footer-title {
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
    display: flex;
    position: relative;
  }

  .footer-title.newsletter {
    margin-bottom: 27px;
  }

  .footer-mobile-title {
    cursor: pointer;
    padding-top: 28px;
    padding-bottom: 22px;
  }

  .footer-mobile-content {
    text-align: left;
    margin-top: -10px;
    margin-bottom: 15px;
    overflow: hidden;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: center;
  }

  .card-event-add-to-cart {
    margin-bottom: 0;
  }

  .ticket-wrapper {
    flex-direction: column;
  }

  .coupon-code-text {
    white-space: normal;
  }

  .why-assist-grid {
    grid-template-columns: 1fr 1fr;
  }

  .cart-default-state {
    justify-content: center;
    margin-bottom: 0;
    display: flex;
  }

  .ticket-options-top-wrapper {
    width: 50%;
    margin-bottom: 0;
    margin-right: 40px;
  }

  .ticket-options-bottom-wrapper {
    width: 50%;
  }

  .dropdown-text {
    justify-content: space-between;
  }

  .cart-wrapper {
    z-index: 9999999;
  }

  .checkout-form {
    padding-left: 0;
    padding-right: 0;
  }

  .menu-button-icon {
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    width: 26px;
    max-width: 26px;
    height: 20px;
    max-height: 20px;
    display: flex;
  }

  .menu-line-top {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: var(--white);
    border-radius: 999px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    min-height: 2px;
    max-height: 2px;
    padding: 0;
  }

  .menu-line-middle, .menu-line-bottom {
    background-color: var(--white);
    border-radius: 999px;
    min-height: 2px;
    max-height: 2px;
    padding: 0;
  }

  .order-confirmation {
    padding-left: 0;
    padding-right: 0;
  }

  .checkout-sidebar {
    width: 100%;
    margin-top: 0;
  }

  .checkout-container {
    width: 100%;
    margin-right: 0;
  }

  .heading-28 {
    margin-left: 10%;
    margin-right: 10%;
  }

  .heading-29 {
    font-size: 30px;
  }

  .div-block-168 {
    width: auto;
  }

  .section-14 {
    flex-direction: column;
  }

  .div-block-170, .collection-list-wrapper {
    max-width: 400px;
  }

  .div-block-169 {
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-166 {
    background-image: none;
  }

  .link-17.blog {
    padding-left: 25px;
  }

  .collection-item-2 {
    margin-left: 8px;
    margin-right: 8px;
  }

  .div-block-174 {
    padding-top: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .cards-grid-container {
    grid-column-gap: 20px;
  }
}

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

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 24px;
  }

  h4 {
    font-size: 20px;
  }

  .button-primary.small-header {
    display: none;
  }

  .header {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .header.transparent {
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .footer {
    padding-top: 40px;
  }

  .section-blog-single {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-blog-single.hero {
    padding-top: 120px;
    padding-bottom: 190px;
  }

  .section-blog-single.why, .section-blog-single.about-marketers {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-blog-single.why-assist {
    padding-bottom: 100px;
  }

  .section-blog-single.about-us-hero, .section-blog-single.ticket-category {
    padding-top: 133px;
    padding-bottom: 40px;
  }

  .section-blog-single.category-tickets {
    padding-top: 40px;
    padding-bottom: 100px;
  }

  .divider.card-ticket {
    margin-bottom: 30px;
  }

  .divider.buy-ticket {
    margin-bottom: 31px;
  }

  .utility-page-wrap {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .utility-page-wrap._404 {
    padding-top: 112px;
    padding-bottom: 112px;
  }

  .input.checkout.last {
    margin-bottom: 0;
  }

  ._404-title {
    margin-bottom: -39px;
    font-size: 144px;
  }

  .cart {
    margin-right: 20px;
  }

  .nav-menu-header {
    min-width: 90%;
    padding-top: 74px;
  }

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

  .drop-title {
    margin-bottom: 10px;
  }

  .special-image {
    max-width: 70%;
  }

  .menu-button-mobile {
    margin-left: 0;
    padding: 15px 12px;
  }

  .subtitle.cta {
    font-size: 18px;
  }

  .hero-wrapper {
    flex-direction: column;
  }

  .split-content.ticket-left {
    margin-bottom: 40px;
  }

  .why-grid {
    grid-row-gap: 40px;
  }

  .card.buy-ticket {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .title.ticket-content {
    font-size: 24px;
  }

  .title.buy-ticket {
    font-size: 32px;
  }

  .title.card-why-assist {
    font-size: 20px;
  }

  .about-marketers-date-card.white {
    margin-top: 242px;
  }

  .about-marketers-day {
    font-size: 66px;
  }

  .about-marketers-month {
    font-size: 19px;
  }

  .about-marketers-date-text {
    max-width: none;
  }

  .cta-wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .bg.about-marketers-01 {
    max-width: 30%;
    top: 259px;
    right: 301px;
  }

  .bg.about-marketers-02 {
    max-width: 50%;
    top: 83px;
    right: 30px;
  }

  .bg.why-us-01 {
    left: -113px;
  }

  .bg.why-us-02 {
    right: -124px;
  }

  .bg.cta-1 {
    top: -23px;
    left: -45px;
  }

  .bg.cta-2 {
    top: 302px;
    left: -8px;
  }

  .bg.cta-3 {
    left: 115px;
  }

  .bg.cta-4 {
    bottom: 308.5px;
    right: 27px;
  }

  .bg.cta-5 {
    bottom: 112.5px;
    right: 2px;
  }

  .bg.cta-6 {
    bottom: 1.5px;
    right: -24px;
  }

  .bg.about-marketers-03 {
    max-width: 60%;
    top: -67px;
    right: -120px;
  }

  .bg.about-us-01 {
    max-width: 40%;
    left: -135px;
  }

  .bg.about-us-02 {
    max-width: 40%;
    top: -86px;
    left: 43px;
  }

  .bg.about-us-03 {
    max-width: 40%;
    bottom: -200px;
    right: -6px;
  }

  .bg.about-us-04 {
    max-width: 40%;
    top: -111px;
    right: -116px;
  }

  .bg._404-01 {
    max-width: 107px;
    top: 6%;
  }

  .bg._404-02 {
    max-width: 116px;
    bottom: -6%;
  }

  .bg._404-03 {
    max-width: 20%;
    bottom: 12%;
    right: -2%;
  }

  .bg._404-04 {
    max-width: 18%;
    bottom: 59%;
  }

  .bg._404-05 {
    max-width: 18%;
    bottom: 7%;
    right: 79%;
  }

  .bg._404-06 {
    max-width: 14%;
    bottom: 77%;
    right: 0%;
  }

  .footer-links-block {
    margin-bottom: 60px;
  }

  .links-block {
    margin-bottom: 0;
  }

  .footer-content-links {
    flex-direction: column;
  }

  .mouse-print {
    text-align: center;
    font-size: 16px;
  }

  .about-marketers-top {
    flex-direction: column;
  }

  .tickets-grid {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
    max-width: 530px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  .card-ticket-price {
    font-size: 37px;
  }

  .ticket-content-grid {
    grid-template-columns: auto;
    grid-auto-flow: row;
  }

  .coupon-code-text {
    line-height: 1.667em;
  }

  .buy-ticket-subtotal {
    font-size: 28px;
  }

  .why-assist-grid {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
    max-width: 530px;
    margin-left: auto;
    margin-right: auto;
  }

  .why-asssist-image-wrapper {
    min-width: 110px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .cart-default-state {
    flex-direction: column;
  }

  .ticket-options-top-wrapper {
    width: 100%;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .ticket-options-bottom-wrapper {
    width: 100%;
  }

  .faq-dropdown {
    padding: 30px 20px;
  }

  .drop-grid {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .cart-container {
    width: 90%;
  }

  ._404-subtitle {
    font-size: 42px;
  }

  .order-items {
    max-height: 100%;
  }

  .row-checkout {
    flex-direction: column;
  }

  .cheackout-header {
    padding-top: 120px;
  }

  .div-block-168 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-176 {
    flex-direction: column;
  }

  .div-block-166 {
    height: auto;
  }

  .collection-list-2 {
    flex-direction: column;
  }

  .collection-item-2 {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .button-blue.small-header {
    display: none;
  }

  .cards-section {
    padding: 40px 20px;
  }

  .cards-grid-container {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    align-self: stretch;
    max-width: none;
  }
}

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

  h2 {
    font-size: 29px;
  }

  h3 {
    font-size: 21px;
  }

  h4 {
    font-size: 18px;
  }

  h5 {
    font-size: 16px;
  }

  .container-default {
    padding-left: 16px;
    padding-right: 16px;
  }

  .button-primary {
    display: block;
  }

  .button-primary.discount {
    justify-content: center;
    width: 100%;
    height: auto;
    margin: 12px 0;
    display: flex;
    position: static;
  }

  .button-secondary {
    display: block;
  }

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

  .header.transparent {
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

  .section-blog-single {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section-blog-single.hero {
    padding-bottom: 150px;
  }

  .section-blog-single.why, .section-blog-single.about-marketers {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section-blog-single.ticket, .section-blog-single.why-assist {
    padding-bottom: 80px;
  }

  .section-blog-single.about-us-hero {
    padding-top: 120px;
    padding-bottom: 20px;
  }

  .section-blog-single.ticket-category {
    padding-top: 120px;
  }

  .section-blog-single.category-tickets {
    padding-bottom: 80px;
  }

  .divider.card-ticket, .divider.buy-ticket {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .utility-page-wrap {
    padding: 120px 20px;
  }

  ._404-title {
    margin-bottom: -28px;
    font-size: 115px;
    line-height: 120px;
  }

  .container-header {
    padding-left: 16px;
    padding-right: 16px;
  }

  .brand {
    align-items: center;
    margin-right: 0;
    display: flex;
  }

  .cart-quantity {
    position: absolute;
    bottom: -7.5px;
    right: -10px;
  }

  .nav-menu-header {
    min-width: 100%;
    padding-top: 66px;
  }

  .drop-div.first, .drop-div.last {
    padding-left: 10px;
    padding-right: 10px;
  }

  .special-image {
    max-width: 70%;
  }

  .hero-content {
    align-self: stretch;
  }

  .subtitle.cta {
    font-size: 14px;
  }

  ._2-buttons {
    flex-direction: column;
  }

  .spacer._2-buttons {
    height: 30px;
  }

  .paragraph.ticket {
    margin-bottom: 32px;
  }

  .container-small-502px, .container-small-640px {
    padding-left: 16px;
    padding-right: 16px;
  }

  .why-grid {
    grid-row-gap: 32px;
  }

  .card, .card.why {
    padding: 40px 20px;
  }

  .card.tickets {
    padding: 32px 20px;
  }

  .card.buy-ticket {
    padding-left: 20px;
    padding-right: 20px;
  }

  .title.hero {
    font-size: 50px;
  }

  .title.ticket-content {
    margin-bottom: 20px;
    font-size: 20px;
  }

  .title.buy-ticket {
    font-size: 28px;
  }

  .title.card-why-assist {
    font-size: 18px;
  }

  .vc-flex {
    align-items: stretch;
  }

  .about-marketers-date-card {
    min-width: auto;
  }

  .about-marketers-date-card.white {
    margin-top: 247px;
  }

  .about-marketers-day {
    font-size: 52px;
  }

  .about-marketers-day._2 {
    margin-bottom: 10px;
  }

  .about-marketers-month {
    font-size: 18px;
  }

  .cta-wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .container-title-single {
    padding-left: 16px;
    padding-right: 16px;
  }

  .bg.about-marketers-01 {
    max-width: 60%;
    top: 352px;
    right: 178px;
  }

  .bg.about-marketers-02 {
    max-width: 60%;
    top: 183px;
    right: -48px;
  }

  .bg.why-us-01 {
    bottom: 711px;
    left: -100px;
  }

  .bg.why-us-02 {
    top: 613px;
  }

  .bg.cta-1 {
    top: -7px;
    left: -26px;
  }

  .bg.cta-2 {
    top: auto;
    bottom: 22px;
    left: 20px;
  }

  .bg.cta-3 {
    top: 84px;
    left: -1px;
  }

  .bg.cta-4 {
    bottom: 320.5px;
    right: 9px;
  }

  .bg.cta-5 {
    bottom: 155.5px;
  }

  .bg.cta-6 {
    bottom: -18.5px;
  }

  .bg.about-marketers-03 {
    max-width: 80%;
    top: -29px;
  }

  .bg.about-us-01 {
    top: 119px;
    left: -30px;
  }

  .bg.about-us-02 {
    top: -72px;
    left: -3px;
  }

  .bg.about-us-03 {
    bottom: -125px;
    right: -1px;
  }

  .bg.about-us-04 {
    top: -103px;
    right: -36px;
  }

  .bg.discover-01 {
    max-width: 30%;
    bottom: -7px;
    left: 6px;
  }

  .bg.discover-02 {
    max-width: 30%;
    bottom: 148px;
  }

  .bg.discover-03, .bg.connect-02, .bg.connect-03, .bg.grow-02 {
    max-width: 30%;
  }

  .bg._404-01 {
    max-width: 23%;
    top: 5%;
  }

  .bg._404-02 {
    max-width: 28%;
  }

  .bg._404-03 {
    max-width: 20%;
  }

  .bg._404-04 {
    bottom: 65%;
  }

  .bg._404-05 {
    bottom: 3%;
    right: 77%;
  }

  .bg._404-06 {
    bottom: 70%;
    right: 5%;
  }

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

  .links-block.newsletter {
    margin-top: 24px;
  }

  .footer-title.newsletter {
    line-height: 1.4em;
  }

  .footer-mobile-title {
    padding-top: 0;
  }

  .mouse-print {
    font-size: 14px;
  }

  .error-message.cart {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
  }

  .container-inner-contain, .container-medium-850px {
    padding-left: 16px;
    padding-right: 16px;
  }

  .card-ticket-price {
    font-size: 33px;
  }

  .ticket-icon-wrapper {
    margin-bottom: 20px;
  }

  .ticket-icon-wrapper.cart {
    margin-bottom: 24px;
    margin-right: 0;
  }

  .ticket-content-grid {
    margin-bottom: 32px;
  }

  .buy-ticket-subtotal {
    font-size: 25px;
  }

  .buy-ticket-cart-wrapper {
    flex-direction: column;
  }

  .quantity {
    width: 100%;
    margin-bottom: 21px;
    margin-right: 0;
  }

  .add-to-cart {
    height: 64px;
  }

  .why-assist-grid {
    grid-row-gap: 20px;
    margin-top: 32px;
  }

  .ticket-options-top-wrapper {
    margin-bottom: 32px;
  }

  .field-label {
    font-size: 18px;
  }

  .container-small-550px {
    padding-left: 24px;
    padding-right: 24px;
  }

  .faq-dropdown {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .category-title-wrapper {
    flex-wrap: wrap;
  }

  .category-title-accent {
    margin-bottom: 0;
  }

  .cart-container {
    border-radius: 0;
    width: 100%;
  }

  .cart-item {
    flex-direction: column;
  }

  .remove-button {
    margin-bottom: 15px;
  }

  ._404-subtitle {
    font-size: 34px;
  }

  ._404-block {
    max-width: 95%;
  }

  .checkout-form, .order-confirmation {
    padding-top: 120px;
    padding-left: 0;
    padding-right: 0;
  }

  .block-header {
    flex-wrap: wrap;
    padding-left: 20px;
  }

  .block-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .order-item {
    flex-direction: column;
    margin-bottom: 37px;
  }

  .heading-29 {
    margin-top: 60px;
    font-size: 24px;
  }

  .text-field {
    width: 260px;
    height: 120%;
    margin-right: 0;
  }

  .submit-button {
    width: 260px;
    margin-top: 30px;
  }

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

  .paragraph-7 {
    font-size: 12px;
  }

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

  .paragraph-8 {
    font-size: 12px;
  }

  .div-block-168 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-165 {
    flex-direction: column;
  }

  .div-block-170, .collection-list-wrapper {
    max-width: none;
  }

  .div-block-169 {
    padding-left: 0;
    padding-right: 0;
  }

  .collection-item-2 {
    width: auto;
  }

  .div-block-174 {
    padding: 20px;
  }

  .button-blue {
    display: block;
  }

  .button-blue.discount {
    justify-content: center;
    width: 100%;
    height: auto;
    margin: 12px 0;
    display: flex;
    position: static;
  }

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

  .cards-grid-container {
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 991px) {
  #w-node-fcccce6e-d2ca-d0ad-9689-88aed0a46d35-ed8dffe9 {
    justify-self: start;
  }
}


@font-face {
  font-family: 'Icons Evently Template';
  src: url('../fonts/icons-evently-template.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Plus Jakarta Display';
  src: url('../fonts/PlusJakartaDisplay-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Plus Jakarta Display';
  src: url('../fonts/PlusJakartaDisplay-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Plus Jakarta Display';
  src: url('../fonts/PlusJakartaDisplay-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}