@font-face {
  font-family: Fa v4compatibility;
  src: url('../fonts/fa-v4compatibility.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa 400";
  src: url('../fonts/fa-regular-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa brands 400";
  src: url('../fonts/fa-brands-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa solid 900";
  src: url('../fonts/fa-solid-900.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: white;
  --dark-slate-ble: #155ba4;
  --powder-blue: #c7dddb;
  --dark-slate-grey-2: #00243c;
  --pâle: #7dc3e8;
  --mint-blue: #eeeff6;
  --white-smoke: whitesmoke;
  --black: black;
}

.w-commerce-commercecartwrapper {
  display: inline-block;
  position: relative;
}

.w-commerce-commercecartopenlink {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 0;
  align-items: center;
  padding: 9px 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercecartopenlinkcount {
  color: #3898ec;
  text-align: center;
  background-color: #fff;
  border-radius: 9px;
  min-width: 18px;
  height: 18px;
  margin-left: 8px;
  padding-left: 6px;
  padding-right: 6px;
  font-size: 11px;
  font-weight: 700;
  line-height: 18px;
  display: inline-block;
}

.w-commerce-commercecartcontainerwrapper {
  z-index: 1001;
  background-color: #000c;
  position: fixed;
  inset: 0;
}

.w-commerce-commercecartcontainerwrapper--cartType-modal {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-leftSidebar {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightSidebar {
  flex-direction: row;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-leftDropdown {
  background-color: #0000;
  position: absolute;
  inset: 100% auto auto 0;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
  background-color: #0000;
  position: absolute;
  inset: 100% 0 auto auto;
}

.w-commerce-commercecartcontainer {
  background-color: #fff;
  flex-direction: column;
  width: 100%;
  min-width: 320px;
  max-width: 480px;
  display: flex;
  overflow: auto;
  box-shadow: 0 5px 25px #00000040;
}

.w-commerce-commercecartheader {
  border-bottom: 1px solid #e6e6e6;
  flex: none;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
  display: flex;
  position: relative;
}

.w-commerce-commercecartheading {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.w-commerce-commercecartcloselink {
  width: 16px;
  height: 16px;
}

.w-commerce-commercecartformwrapper {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.w-commerce-commercecartform {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  display: flex;
}

.w-commerce-commercecartlist {
  -webkit-overflow-scrolling: touch;
  flex: 1;
  padding: 12px 24px;
  overflow: auto;
}

.w-commerce-commercecartitem {
  align-items: flex-start;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.w-commerce-commercecartitemimage {
  width: 60px;
  height: 0%;
}

.w-commerce-commercecartiteminfo {
  flex-direction: column;
  flex: 1;
  margin-left: 16px;
  margin-right: 16px;
  display: flex;
}

.w-commerce-commercecartproductname {
  font-weight: 700;
}

.w-commerce-commercecartoptionlist {
  margin-bottom: 0;
  padding-left: 0;
  text-decoration: none;
  list-style-type: none;
}

.w-commerce-commercecartquantity {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 60px;
  height: 38px;
  margin-bottom: 10px;
  padding: 8px 6px 8px 12px;
  line-height: 20px;
  display: block;
}

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

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

.w-commerce-commercecartfooter {
  border-top: 1px solid #e6e6e6;
  flex-direction: column;
  flex: none;
  padding: 16px 24px 24px;
  display: flex;
}

.w-commerce-commercecartlineitem {
  flex: none;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 16px;
  display: flex;
}

.w-commerce-commercecartordervalue {
  font-weight: 700;
}

.w-commerce-commercecartapplepaybutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  height: 38px;
  min-height: 30px;
  margin-bottom: 8px;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercecartapplepayicon {
  width: 100%;
  height: 50%;
  min-height: 20px;
}

.w-commerce-commercecartquickcheckoutbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  height: 38px;
  margin-bottom: 8px;
  padding: 0 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercequickcheckoutgoogleicon, .w-commerce-commercequickcheckoutmicrosofticon {
  margin-right: 8px;
  display: block;
}

.w-commerce-commercecartcheckoutbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  text-align: center;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  padding: 9px 15px;
  text-decoration: none;
  display: block;
}

.w-commerce-commercecartemptystate {
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.w-commerce-commercecarterrorstate {
  background-color: #ffdede;
  flex: none;
  margin: 0 24px 24px;
  padding: 10px;
}

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

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

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

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

.w-commerce-commercecheckoutblockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-commerce-commercecheckoutblockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 20px;
}

.w-commerce-commercecheckoutlabel {
  margin-bottom: 8px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutrow {
  margin-left: -8px;
  margin-right: -8px;
  display: flex;
}

.w-commerce-commercecheckoutcolumn {
  flex: 1;
  padding-left: 8px;
  padding-right: 8px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutshippingmethodslist {
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}

.w-commerce-commercecheckoutshippingmethoditem {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  flex-direction: row;
  align-items: baseline;
  margin-bottom: 0;
  padding: 16px;
  font-weight: 400;
  display: flex;
}

.w-commerce-commercecheckoutshippingmethoddescriptionblock {
  flex-direction: column;
  flex-grow: 1;
  margin-left: 12px;
  margin-right: 12px;
  display: flex;
}

.w-commerce-commerceboldtextblock {
  font-weight: 700;
}

.w-commerce-commercecheckoutshippingmethodsemptystate {
  text-align: center;
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 64px 16px;
}

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutbillingaddresstogglewrapper {
  flex-direction: row;
  display: flex;
}

.w-commerce-commercecheckoutbillingaddresstogglecheckbox {
  margin-top: 4px;
}

.w-commerce-commercecheckoutbillingaddresstogglelabel {
  margin-left: 8px;
  font-weight: 400;
}

.w-commerce-commercecheckoutbillingaddresswrapper {
  margin-top: 16px;
  margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutsummaryblockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

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

.w-commerce-commercecheckoutorderitem {
  margin-bottom: 20px;
  display: flex;
}

.w-commerce-commercecheckoutorderitemdescriptionwrapper {
  flex-grow: 1;
  margin-left: 16px;
  margin-right: 16px;
}

.w-commerce-commercecheckoutorderitemquantitywrapper {
  white-space: pre-wrap;
  display: flex;
}

.w-commerce-commercecheckoutorderitemoptionlist {
  margin-bottom: 0;
  padding-left: 0;
  text-decoration: none;
  list-style-type: none;
}

.w-commerce-commercelayoutsidebar {
  flex: 0 0 320px;
  position: sticky;
  top: 20px;
}

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

.w-commerce-commercecheckoutsummarylineitem, .w-commerce-commercecheckoutordersummaryextraitemslistitem {
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 8px;
  display: flex;
}

.w-commerce-commercecheckoutsummarytotal {
  font-weight: 700;
}

.w-commerce-commercecheckoutplaceorderbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  text-align: center;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 3px;
  align-items: center;
  margin-bottom: 20px;
  padding: 9px 15px;
  text-decoration: none;
  display: block;
}

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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

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

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

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

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

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

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

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

.w-commerce-commerceaddtocartoptionpillgroup {
  margin-bottom: 10px;
  display: flex;
}

.w-commerce-commerceaddtocartoptionpill {
  color: #000;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #000;
  margin-right: 10px;
  padding: 8px 15px;
}

.w-commerce-commerceaddtocartoptionpill.w--ecommerce-pill-selected {
  color: #fff;
  background-color: #000;
}

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

.w-commerce-commerceaddtocartquantityinput {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 60px;
  height: 38px;
  margin-bottom: 10px;
  padding: 8px 6px 8px 12px;
  line-height: 20px;
  display: block;
}

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

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

.w-commerce-commerceaddtocartbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 0;
  align-items: center;
  padding: 9px 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commerceaddtocartbutton.w--ecommerce-add-to-cart-disabled {
  color: #666;
  cursor: not-allowed;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  outline-style: none;
}

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

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

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

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

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

@media screen and (max-width: 767px) {
  .w-commerce-commercelayoutcontainer {
    flex-direction: column;
    align-items: stretch;
  }

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

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

@media screen and (max-width: 479px) {
  .w-commerce-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-commerceaddtocartquantityinput {
    font-size: 16px;
  }
}

body {
  background-color: var(--white);
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

a {
  text-decoration: none;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-top: 150px;
  padding-bottom: 150px;
  display: flex;
}

.utility-page-content {
  border: 2px solid var(--dark-slate-ble);
  text-align: center;
  background-color: #eef6f5;
  flex-direction: column;
  align-items: center;
  width: 680px;
  margin-bottom: 0;
  padding: 60px 44px;
  display: flex;
  overflow: hidden;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  width: 560px;
  display: flex;
}

.nav-menu {
  grid-column-gap: 20px;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.nav-menu.white-bg {
  grid-column-gap: 20px;
  flex-direction: row;
}

.sponsors-wrapper {
  max-width: 1200px;
}

.nav-link {
  color: var(--powder-blue);
  padding: 0;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 32px;
  text-decoration: none;
}

.nav-link.w--current {
  color: var(--powder-blue);
  text-decoration: none;
}

.nav-link.nav-green {
  color: var(--dark-slate-ble);
  font-size: 18px;
  font-weight: 600;
  line-height: 32px;
}

.sponsors-text {
  color: var(--dark-slate-ble);
  -webkit-text-stroke-color: var(--dark-slate-ble);
  font-family: Manrope, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 57px;
}

.sponsors-img-wrapper {
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  display: flex;
  overflow: hidden;
}

.nav-logo-menu-wrapper {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.nav-logo-wrapper {
  width: 190px;
}

.timer-cart-wrapper {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-right-bg-img {
  border-radius: 4px;
  width: 90%;
}

.hero-address-text {
  color: var(--dark-slate-ble);
  font-family: Manrope, sans-serif;
  font-size: 27px;
  font-weight: 800;
  line-height: 27px;
}

.sponsors-text-wrapper {
  overflow: hidden;
}

.dropdown-toggle {
  grid-column-gap: 5px;
  align-items: center;
  padding: 0;
  display: flex;
}

.hero-text {
  color: #c7dddb;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  line-height: 32px;
}

.hero-text.green {
  color: var(--dark-slate-ble);
}

.sponsors-grid {
  grid-column-gap: 40px;
  grid-row-gap: 60px;
  grid-template: ". . . ."
                 ". . . Area"
                 / 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
  overflow: hidden;
}

.hero-img-wrapper {
  align-items: flex-start;
  width: 780px;
  margin-bottom: -10px;
  margin-right: 0;
  position: relative;
}

.hero-section {
  background-image: url('../images/65f29d6153f7c30d8d4d8fc5_Hero1-Bg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 174px;
}

.secondary-button {
  color: var(--dark-slate-grey-2);
  background-color: #fff;
  border-radius: 80px;
  padding: 10px 32px;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 32px;
  text-decoration: none;
  transition: all .3s;
}

.secondary-button:hover {
  background-color: var(--pâle);
  color: var(--dark-slate-grey-2);
  -webkit-text-stroke-color: var(--dark-slate-grey-2);
}

.secondary-button.yellow-bg {
  background-color: var(--pâle);
  text-align: center;
  transition: all .3s;
}

.secondary-button.yellow-bg:hover {
  background-color: var(--white);
}

.secondary-button.green-bg {
  text-align: center;
  transition: all .3s;
}

.secondary-button.green-bg:hover {
  background-color: var(--dark-slate-ble);
  color: var(--pâle);
}

.hero-text-wrapper {
  margin-bottom: 40px;
  overflow: hidden;
}

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

.hero-right-img {
  border-radius: 10px;
  width: 90%;
  position: absolute;
  inset: 50px auto auto 8%;
}

.sponsors-section {
  background-color: var(--mint-blue);
  padding-top: 60px;
  padding-bottom: 40px;
}

.sponsors-section.sponsors-custom {
  padding-top: 27px;
}

.navbar {
  background-color: #0000;
  padding-top: 30px;
  padding-bottom: 30px;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar.two {
  background-image: url('../images/Hero1-Bg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.navbar.nav2 {
  background-color: var(--mint-blue);
}

.container {
  max-width: 2350px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.timer-text {
  color: #c7dddb;
  font-family: Manrope, sans-serif;
  font-size: 16px;
}

.timer-text.timer-text-green {
  color: var(--dark-slate-ble);
  font-family: Libre Baskerville, sans-serif;
  font-size: 26px;
  line-height: 32px;
}

.nav-link-icon {
  color: var(--powder-blue);
  padding-top: 3px;
  font-family: "Fa solid 900", sans-serif;
}

.nav-link-icon.nav-green {
  color: var(--dark-slate-ble);
  font-weight: 600;
}

.hero-date-text-main-wrapper {
  grid-column-gap: 5px;
  border: 2px #004638;
  flex-direction: row;
  width: 440px;
  position: absolute;
  inset: 10% 6% auto auto;
  overflow: hidden;
}

.hero-tittle {
  color: var(--pâle);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Libre Baskerville, sans-serif;
  font-size: 70px;
  font-weight: 400;
  line-height: 60px;
}

.hero-tittle.green {
  color: var(--dark-slate-ble);
}

.hero-address-main-wrapper {
  align-items: center;
  width: 440px;
  display: flex;
  position: absolute;
  inset: auto auto -4% 11%;
  overflow: hidden;
}

.primary-button {
  background-color: var(--pâle);
  color: var(--dark-slate-ble);
  border-radius: 80px;
  padding: 10px 32px;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 32px;
  transition: all .3s;
}

.primary-button.desktop {
  background-color: var(--pâle);
  transition: all .3s;
  display: block;
}

.primary-button.full {
  background-color: var(--pâle);
  color: var(--dark-slate-grey-2);
}

.timer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 325px;
  display: none;
}

.timer-wrapper.w530 {
  grid-column-gap: 37px;
  max-width: 550px;
}

.timer-wrapper.live {
  max-width: 525px;
  display: flex;
}

.hero-date-text {
  color: var(--dark-slate-ble);
  font-family: Manrope, sans-serif;
  font-size: 27px;
  font-weight: 800;
  line-height: 27px;
}

.hero-left-text-wrapper {
  flex-direction: column;
  justify-content: center;
  width: 550px;
  padding-bottom: 74px;
  display: flex;
}

.hero-left-text-wrapper.middle {
  justify-content: center;
  padding-bottom: 0;
}

.timer-number {
  color: var(--powder-blue);
  height: 100%;
  font-family: Libre Baskerville, sans-serif;
  font-size: 52px;
  font-weight: 400;
  line-height: 58px;
}

.timer-number.big-size-text {
  color: var(--dark-slate-ble);
  font-size: 84px;
  line-height: 94px;
}

.hero-tittle-wrapper {
  margin-bottom: 32px;
  overflow: hidden;
}

.hero-button-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-bottom: 80px;
  display: flex;
  overflow: hidden;
}

.hero-flex {
  grid-column-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.conference-section {
  padding-top: 150px;
  padding-bottom: 150px;
  display: none;
}

.conference-wrapper {
  border: 2px solid var(--dark-slate-ble);
  border-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.conference-text-img-grid-wrapper {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.conference-grid-2 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.conference-text-img-card-wrapper {
  padding-top: 50px;
  padding-bottom: 78px;
  padding-left: 50px;
}

.conference-text-img-card-wrapper._1 {
  border-right: 2px solid var(--dark-slate-ble);
  border-bottom: 2px solid var(--dark-slate-ble);
  padding-bottom: 78px;
  padding-left: 30px;
}

.conference-text-img-card-wrapper._3 {
  border-right: 2px solid var(--dark-slate-ble);
  padding-bottom: 78px;
}

.conference-text-img-card-wrapper._2 {
  border-bottom: 2px solid #000;
  padding-bottom: 78px;
  padding-left: 30px;
}

.conference-img-wrapper {
  border: 2px solid var(--dark-slate-ble);
  background-color: #eeeff6;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin-bottom: 70px;
  display: flex;
}

.conference-img {
  filter: hue-rotate(40deg);
}

.conference-text-wrapper {
  grid-column-gap: 16px;
  display: flex;
}

.conference-text-1 {
  color: var(--dark-slate-ble);
  font-family: Libre Baskerville, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 44px;
}

.conference-card-2-first {
  border: 1px solid var(--dark-slate-ble);
  background-color: var(--dark-slate-ble);
  padding: 75px 80px;
}

.conference-card-2-second {
  border-right: 2px solid var(--dark-slate-ble);
  border-left: 2px solid var(--dark-slate-ble);
  background-color: var(--pâle);
  border-top-style: none;
  padding: 50px 115px 50px 80px;
}

.conference-card-2-first-text {
  color: #eef6f5;
  width: 403px;
  font-size: 44px;
  line-height: 57px;
}

.conference-card-2-second-pg {
  color: var(--dark-slate-ble);
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
}

.conference-card-2-second-pg-wrapper {
  margin-bottom: 40px;
  overflow: hidden;
}

.conference-card-2-first-text-wrapper {
  overflow: hidden;
}

.conference-link-wrapper {
  grid-column-gap: 10px;
  background-color: var(--white);
  border-radius: 80px;
  justify-content: center;
  align-items: center;
  width: 185px;
  padding: 10px 32px;
  text-decoration: none;
  display: flex;
}

.conference-link-wrapper.yellow {
  background-color: var(--pâle);
}

.conference-link-text {
  color: var(--dark-slate-ble);
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 32px;
}

.conference-link-text.faq-link {
  color: var(--white-smoke);
  text-decoration: underline;
}

.conference-link-text-2 {
  color: var(--dark-slate-ble);
  font-family: "Fa solid 900", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}

.schedule-section {
  background-image: url('../images/65f29d6153f7c30d8d4d8fd8_S-BG.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 150px;
  padding-bottom: 150px;
}

.schedule-section.bg-remove {
  background-image: none;
}

.tab-link {
  background-color: #0000;
  border: 1px solid #eef6f5;
  width: 240px;
  padding: 18px 30px;
  text-decoration: none;
}

.tab-link.w--current {
  background-color: #0000;
  border: 1px solid #eef6f5;
  flex-direction: column;
  width: 240px;
  padding: 18px 70px 18px 30px;
  display: flex;
}

.tab-link.border-green {
  border-color: var(--dark-slate-ble);
  background-color: #f5f5f5;
}

.tab-link-text-1 {
  color: #eef6f5;
  margin-bottom: 8px;
  font-family: Manrope, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  text-decoration: none;
}

.tab-link-text-1.green {
  color: var(--dark-slate-ble);
}

.tabs-menu {
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.tabs-menu.central {
  justify-content: center;
}

.tab-link-text-2 {
  color: #eef6f5;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  line-height: 26px;
  text-decoration: none;
}

.tab-link-text-2.green {
  color: var(--dark-slate-ble);
}

.schedule-main-tittle {
  color: var(--pâle);
  font-size: 64px;
  line-height: 84px;
  display: inline-block;
}

.tabs {
  margin-top: -90px;
}

.tabs._0 {
  margin-top: 0;
}

.tab-pane-main-wrapper {
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.tab-pane-wrapper {
  color: #eef6f5;
  border: 1px solid #eef6f5;
  justify-content: space-between;
  align-items: center;
  padding-top: 44px;
  padding-bottom: 44px;
  padding-left: 50px;
  font-family: Manrope, sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 46px;
  display: flex;
}

.tab-pane-wrapper.yellow {
  border-color: var(--pâle);
  padding-right: 50px;
}

.tab-pane-wrapper.yellow.border-bg-remove {
  background-color: var(--dark-slate-ble);
  border-style: none;
  border-radius: 4px;
}

.tab-pane-wrapper.border-green {
  border-width: 1px;
  border-color: var(--dark-slate-ble);
  background-color: #eef6f5;
  border-radius: 4px;
}

.tab-pane-time-text {
  color: #eef6f5;
  font-family: Manrope, sans-serif;
  display: inline-block;
}

.tab-pane-time-text.yellow {
  color: var(--pâle);
}

.tab-pane-time-text.green {
  color: var(--dark-slate-ble);
}

.tab-pane-time-text-wrapper {
  grid-column-gap: 60px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.tab-pane-time-text-wrapper._62 {
  grid-column-gap: 62px;
  justify-content: space-between;
  align-items: center;
}

.tab-pane-time-text-wrapper._44 {
  grid-column-gap: 44px;
  justify-content: space-between;
  align-items: center;
}

.tab-pane-time-text-wrapper._52 {
  grid-column-gap: 52px;
}

.tab-pane-time-text-wrapper._46 {
  grid-column-gap: 46px;
}

.tab-pane-time-text-wrapper._38 {
  grid-column-gap: 38px;
}

.tab-pane-time-text-wrapper._48 {
  grid-column-gap: 48px;
}

.tab-pane-pg {
  width: 320px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.tab-pane-pg.yellow {
  color: var(--pâle);
}

.tab-pane-pg.green {
  color: var(--dark-slate-ble);
}

.tab-pane-card-wrapper {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  width: 275px;
  display: flex;
}

.tab-pane-card-img-wrapper {
  width: 70px;
  height: 70px;
}

.tab-pane-card-img {
  border-radius: 100%;
}

.tab-pane-card-text-1 {
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
}

.tab-pane-card-text-2 {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.speakers-section {
  padding-top: 150px;
  padding-bottom: 150px;
}

.speakers-card-1 {
  overflow: hidden;
}

.speakers-card-image {
  border: 2px solid var(--dark-slate-ble);
  border-radius: 10px;
  width: 100%;
}

.pricing-section {
  background-color: var(--mint-blue);
  padding-top: 150px;
  padding-bottom: 150px;
}

.pricing-text-wrapper {
  width: 540px;
  margin-bottom: 50px;
}

.pricing-tittle-wrapper {
  margin-bottom: 30px;
  overflow: hidden;
}

.pricing-tittle {
  color: var(--dark-slate-ble);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Libre Baskerville, sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 84px;
}

.pricing-pg-wrapper {
  width: 445px;
  overflow: hidden;
}

.pricing-pg {
  color: var(--dark-slate-ble);
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.collection-list {
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 0;
  list-style-type: none;
  display: grid;
}

.pricing-card-wrapper {
  background-color: var(--white);
  border-radius: 10px;
  padding: 50px 40px 60px;
}

.pricing-card-text {
  color: var(--dark-slate-ble);
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Manrope, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}

.pricing-card-text.total {
  text-align: center;
  font-size: 36px;
  font-style: italic;
  font-weight: 800;
  text-decoration: none;
}

.pricing-slide {
  background-color: #004638;
  width: 344px;
  height: 1px;
}

.pricing-card-tick-img-text-wrapper {
  grid-row-gap: 14px;
  flex-direction: column;
  margin-top: 0;
  margin-bottom: 10px;
  display: flex;
}

.pricintg-price {
  color: var(--dark-slate-ble);
  margin-top: 30px;
  padding-bottom: 20px;
  font-size: 80px;
  line-height: 80px;
}

.pricintg-price.total {
  text-align: center;
  font-style: italic;
  font-weight: 700;
}

.pricing-card-img-text-wrapper {
  grid-column-gap: 16px;
  align-items: center;
  display: flex;
}

.pricing-card-tick-details-text {
  color: var(--dark-slate-ble);
  text-transform: none;
  font-family: Manrope, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
}

.pricing-button {
  background-color: var(--pâle);
  color: var(--dark-slate-ble);
  text-align: center;
  border: 1px #000;
  border-radius: 80px;
  padding: 10px 0;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 32px;
  display: block;
}

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

.blog-text-wrapper {
  text-align: center;
  width: 505px;
  margin-left: auto;
  margin-right: auto;
}

.blog-tittle-wrapper {
  margin-bottom: 30px;
  overflow: hidden;
}

.blog-pg-wrapper {
  width: 480px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.blog-tittle {
  color: var(--dark-slate-ble);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Libre Baskerville, sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 84px;
}

.blog-pg {
  color: var(--dark-slate-ble);
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.blog-wrapper {
  margin-top: 54px;
}

.blog-card-1-collection-list, .blog-card-1-collection-list-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.blog-card-1-collection-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-card-1-collection-img-wrapper {
  overflow: hidden;
}

.blog-card-1-collection-text-wrapper {
  background-color: var(--dark-slate-ble);
  padding-top: 70px;
  padding-bottom: 70px;
  padding-left: 70px;
}

.blog-card-1-collection-text-wrapper.yellow-bg {
  background-color: var(--pâle);
}

.blog-card-1-text-wrapper {
  width: 355px;
}

.blog-card-1-date-wrapper {
  background-color: var(--white);
  border-radius: 40px;
  padding: 10px 24px;
  display: inline-block;
  overflow: hidden;
}

.blog-card-1-date-text {
  color: var(--dark-slate-ble);
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.blog-card-1-tittle-wrapper {
  margin-top: 30px;
  margin-bottom: 30px;
  overflow: hidden;
}

.blog-card-1-tittle {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 46px;
  overflow: hidden;
}

.blog-card-1-tittle.green-text {
  color: var(--dark-slate-ble);
}

.blog-card-1-button-wrapper {
  grid-column-gap: 10px;
  background-color: var(--pâle);
  border-radius: 80px;
  justify-content: center;
  align-items: center;
  width: 182px;
  padding: 10px 32px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.blog-card-1-link-text {
  color: var(--dark-slate-ble);
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 32px;
}

.blog-card-1-link-text.white-text {
  color: var(--white);
}

.blog-card-1-link-icon {
  color: var(--dark-slate-ble);
  font-family: "Fa solid 900", sans-serif;
  font-size: 14px;
  line-height: 14px;
}

.blog-card-1-link-icon.white-text {
  color: var(--white);
}

.blog-card-1-collection-img {
  width: 100%;
  height: 100%;
}

.blog-card-2-collection-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-card-2-collection-text-wrapper {
  background-color: #eef6f5;
  padding-top: 70px;
  padding-bottom: 70px;
  padding-left: 70px;
}

.blog-card-2-collection-img-wrapper {
  overflow: hidden;
}

.blog-card-2-collection-img {
  width: 100%;
  height: 100%;
}

.blog-card-2-text-wrapper {
  width: 340px;
}

.blog-card-2-tittle-wrapper {
  margin-top: 30px;
  margin-bottom: 30px;
  overflow: hidden;
}

.blog-card-2-tittle {
  color: var(--dark-slate-ble);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 46px;
}

.div-block {
  width: 340px;
}

.frequently-section {
  padding-bottom: 150px;
}

.frequently-section.up-150 {
  padding-top: 150px;
}

.frequently-wrapper {
  padding-top: 100px;
}

.frequently-tittle-wrapper {
  width: 560px;
  margin-bottom: 60px;
  overflow: hidden;
}

.frequently-tittle {
  color: var(--dark-slate-ble);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Libre Baskerville, sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 84px;
}

.faq-main-wrapper {
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.faq-wrapper {
  cursor: pointer;
  border: 1px solid #bcbfdc;
  border-radius: 10px;
  padding-top: 30px;
  padding-left: 40px;
  padding-right: 40px;
}

.faq-question {
  color: var(--dark-slate-ble);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 110%;
  display: inline-block;
}

.faq-question-answers-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.faq-answer {
  color: var(--dark-slate-ble);
  max-width: 670px;
  margin-bottom: 30px;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.faq-arrow {
  color: var(--dark-slate-ble);
  font-family: "Fa solid 900", sans-serif;
  font-size: 26px;
  line-height: 26px;
}

.register-section {
  padding-bottom: 0;
}

.register-wrapper {
  text-align: center;
  background-image: url('../images/65f29d6153f7c30d8d4d8ff9_Bg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  padding-top: 80px;
  padding-bottom: 80px;
}

.register-tittle {
  color: var(--pâle);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Libre Baskerville, sans-serif;
  font-size: 96px;
  font-weight: 400;
  line-height: 106px;
}

.register-pg {
  color: #fff9;
  width: 300px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.register-button-wrapper {
  grid-column-gap: 10px;
  justify-content: center;
  width: 585px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.footer {
  display: flex;
}

.footer-main-wrapper {
  grid-column-gap: 20px;
  display: flex;
}

.footer-text-wrapper {
  width: 346px;
}

.footer-logo-link {
  width: 283px;
  overflow: hidden;
}

.footer-pg-wrapper {
  margin-top: 30px;
  margin-bottom: 40px;
  overflow: hidden;
}

.footer-pg {
  color: #00463899;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.footer-logo-link-wrapper {
  grid-column-gap: 12px;
  width: 200px;
  display: flex;
  overflow: hidden;
}

.footer-social-logo-wrapper {
  border: 1px solid var(--dark-slate-ble);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  text-decoration: none;
  display: flex;
}

.footer-social-logo {
  font-family: "Fa brands 400", sans-serif;
  font-size: 11px;
}

.footer-social-logo-div-wrapper {
  background-color: var(--dark-slate-ble);
  color: var(--white);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  font-family: "Fa brands 400", sans-serif;
  display: flex;
}

.footer-card-wrapper {
  grid-column-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 2.5fr;
  grid-auto-columns: 1fr;
  display: grid;
  overflow: hidden;
}

.footer-card {
  font-size: 16px;
}

.footer-card-tittle {
  color: var(--dark-slate-ble);
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Manrope, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.footer-card-tittle._287 {
  width: 287px;
}

.footer-text-link-wrapper {
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
  overflow: hidden;
}

.footer-text-link {
  opacity: .6;
  color: var(--dark-slate-ble);
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
  text-decoration: none;
  transition: all .3s;
}

.footer-text-link:hover {
  color: #00463899;
}

.footer-card-pg {
  color: #00064699;
  width: 341px;
  margin-bottom: 50px;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.footer-text-field {
  background-color: var(--mint-blue);
  color: var(--dark-slate-ble);
  border: 1px #000;
  border-radius: 50px;
  height: 80px;
  margin-bottom: 0;
  padding: 24px 0 24px 20px;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
  display: none;
}

.footer-text-field::placeholder {
  background-color: var(--mint-blue);
  color: #00463899;
}

.footer-submit-button {
  background-color: var(--dark-slate-ble);
  color: var(--white);
  background-image: url('../images/Submit-Button-Img.svg');
  background-position: 110px;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px #000;
  border-radius: 80px;
  width: 150px;
  margin-top: 14px;
  margin-bottom: 14px;
  margin-right: 20px;
  padding: 10px 62px 10px 20px;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
  display: none;
  position: absolute;
  inset: 0% -3% 0% auto;
}

.footer-form {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

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

.footer-slider {
  text-align: center;
  border-top: 1px solid #00463880;
  width: 1320px;
  margin-top: 140px;
  padding-top: 32px;
  padding-bottom: 32px;
  overflow: hidden;
}

.footer-slider-text {
  color: #004638b3;
  letter-spacing: 2.87px;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 32px;
}

.copyright-link {
  color: var(--dark-slate-ble);
  text-decoration: none;
}

.pre-webflow {
  color: var(--pâle);
  text-decoration: none;
}

.navbar-button-wrapper {
  grid-column-gap: 10px;
  align-items: center;
  display: flex;
}

.cart-quantity {
  display: none;
}

.cart-button {
  border: 1px solid var(--dark-slate-ble);
  background-color: var(--white);
  border-radius: 80px;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  padding: 0;
  display: flex;
}

.faq-arrow-2 {
  color: var(--pâle);
  font-family: "Fa solid 900", sans-serif;
  font-size: 28px;
  line-height: 28px;
  display: none;
}

.hero-v2-section {
  background-color: #eef6f5;
  padding-top: 134px;
  position: relative;
}

.hero-v2-flex {
  grid-column-gap: 70px;
  display: flex;
}

.hero-v2-img-wrapper {
  width: 460px;
  margin-left: 120px;
  margin-right: 0;
  position: relative;
  overflow: hidden;
}

.hero-v2-date-wrapper {
  border: 2px solid var(--dark-slate-ble);
  background-color: var(--white);
  text-align: center;
  border-radius: 100%;
  width: 235px;
  height: 235px;
  padding: 40px 20px;
  position: absolute;
  inset: 22% 0% auto auto;
  overflow: hidden;
}

.hero-v2-date {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.hero-v2-date-img {
  margin-bottom: 12px;
}

.hero-v2-date-text {
  color: var(--dark-slate-ble);
  font-family: Manrope, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 140%;
}

.hero-v2-location-wrapper {
  border: 2px solid var(--dark-slate-ble);
  background-color: var(--white);
  text-align: center;
  border-radius: 100%;
  width: 235px;
  height: 235px;
  padding: 40px 20px;
  position: absolute;
  inset: auto 42% -11% auto;
  overflow: hidden;
}

.hero-v2-location {
  z-index: 1;
  position: relative;
  overflow: hidden;
}

.sponsor-v2-section {
  z-index: -1;
  background-image: url('../images/65f29d6153f7c30d8d4d9003_Sponsor-Bg-V2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.sponsor-bg-wrapper {
  grid-column-gap: 230px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.sponsor-left-wrapper {
  width: 525px;
}

.sponsor-left-tittle {
  color: var(--white);
  font-family: Libre Baskerville, sans-serif;
  font-size: 44px;
  line-height: 57px;
}

.sponsor-left-main-icon-wrapper {
  grid-row-gap: 60px;
  flex-direction: column;
  margin-top: 40px;
  display: flex;
}

.sponsor-left-icon-wrapper {
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 120px;
  display: flex;
  overflow: hidden;
}

.sponsor-left-v2-icon-wrapper {
  grid-column-gap: 40px;
  display: flex;
  overflow: hidden;
}

.sponsor-v2-right-wrapper {
  width: 560px;
}

.sponsor-right-tittle {
  color: var(--dark-slate-ble);
  font-family: Libre Baskerville, sans-serif;
  font-size: 44px;
  line-height: 57px;
}

.speakers-v2-section {
  padding-top: 150px;
  padding-bottom: 150px;
}

.speakers-v2-text-wrapper {
  width: 640px;
  margin-bottom: 60px;
}

.speakers-v2-tittle {
  color: var(--dark-slate-ble);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Libre Baskerville, sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 84px;
}

.speakers-v2-tittle-wrapper {
  margin-bottom: 30px;
  overflow: hidden;
}

.speakers-v2-pg-wrapper {
  width: 500px;
  overflow: hidden;
}

.speakers-v2-pg {
  color: var(--dark-slate-ble);
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  line-height: 32px;
}

.speakers-v2-main-grid {
  grid-column-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.speakers-v2-main-grid._24 {
  grid-column-gap: 24px;
}

.speaker-v2-card-wrapper {
  position: relative;
  overflow: hidden;
}

.speaker-v2-card-img-wrapper {
  border: 2px solid var(--dark-slate-ble);
  margin-bottom: 24px;
  overflow: hidden;
}

.speaker-v2-card-text-img-wrapper {
  border: 2px solid var(--dark-slate-ble);
  background-color: #eef6f5;
  justify-content: space-between;
  align-items: center;
  padding: 17px 30px;
  display: flex;
}

.speaker-v2-card-text-wrapper {
  overflow: hidden;
}

.speaker-v2-card-text1 {
  color: var(--dark-slate-ble);
  margin-bottom: 5px;
  font-family: Manrope, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
}

.speaker-v2-card-text2 {
  color: var(--dark-slate-ble);
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}

.speaker-v2-card-main-icon-wrapper {
  grid-column-gap: 15px;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.speaker-v2-card-icon-wrapper {
  background-color: var(--dark-slate-ble);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.speaker-v2-card-icon2-wrapper {
  background-color: var(--white);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.be-text {
  color: var(--pâle);
  font-family: "Fa brands 400", sans-serif;
  font-size: 20px;
}

.in-text {
  color: var(--dark-slate-ble);
  font-family: "Fa brands 400", sans-serif;
  font-size: 20px;
}

.speakers-v2-grid {
  grid-column-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 424px;
  overflow: hidden;
}

.conference-v2-section {
  background-color: #eef6f5;
  padding-top: 150px;
  padding-bottom: 110px;
}

.conference-v2-wrapper {
  grid-column-gap: 35px;
  display: flex;
}

.conference-v2-left-wrapper {
  width: 630px;
}

.conference-v2-tittle-wrapper {
  overflow: hidden;
}

.conference-v2-tittle {
  color: var(--dark-slate-ble);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Libre Baskerville, sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 84px;
}

.conference-v2-pg-button-wrapper {
  width: 365px;
  margin-top: 30px;
  overflow: hidden;
}

.conference-v2-pg {
  color: var(--dark-slate-ble);
  margin-bottom: 40px;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  line-height: 32px;
}

.conference-v2-right-wrapper {
  border: 1.5px solid var(--dark-slate-ble);
  background-color: var(--white);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 653px;
  display: grid;
}

.conference-v2-card-wrapper {
  grid-row-gap: 15px;
  border: 1.5px solid var(--dark-slate-ble);
  flex-direction: column;
  padding-top: 80px;
  padding-bottom: 110px;
  padding-left: 40px;
  display: flex;
  position: relative;
}

.conference-v2-card-text {
  color: var(--dark-slate-ble);
  font-family: Libre Baskerville, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 44px;
}

.conference-v2-card-img-wrapper {
  border: 1.5px solid var(--dark-slate-ble);
  background-color: #eef6f5;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
  position: absolute;
  inset: -13% 0% auto 13%;
}

.pricing-v2-section {
  padding-top: 150px;
}

.pricing-v2-section.down-150 {
  padding-bottom: 150px;
}

.pricing-v2-text-wrapper {
  text-align: center;
  width: 555px;
  margin-bottom: 53px;
  margin-left: auto;
  margin-right: auto;
}

.pricing-v2-tittle-wrapper {
  margin-bottom: 30px;
  overflow: hidden;
}

.pricing-v2-pg-wrapper {
  width: 440px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.pricing-v2-pg {
  color: var(--dark-slate-ble);
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.pricing-v2-tittle {
  color: var(--dark-slate-ble);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Libre Baskerville, sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 84px;
}

.pricing-v2-collection-list {
  grid-column-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.pricing-v2-card-wrapper {
  border: 1px solid var(--dark-slate-ble);
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 50px;
}

.pricing-v2-tag-wrapper {
  background-color: var(--dark-slate-ble);
  text-align: center;
  border-radius: 40px;
  width: 176px;
  margin-left: auto;
  margin-right: auto;
  padding: 16px 40px;
}

.pricing-v2-tag-text {
  color: var(--pâle);
  font-family: Manrope, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

.pricing-v2-card-border {
  border: 1px solid var(--dark-slate-ble);
  width: 344px;
  margin: 30px auto 40px;
}

.pricing-v2-card-icon-wrapper {
  justify-content: center;
  align-items: center;
  width: 118px;
  height: 138px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.pricing-v2-card-price-text {
  color: var(--dark-slate-ble);
  font-family: Libre Baskerville, sans-serif;
  font-size: 96px;
  line-height: 106px;
}

.pricing-v2-card-price-text-wrapper {
  width: 180px;
  margin-left: auto;
  margin-right: auto;
}

.pricing-v2-card-big-border {
  border: 1px solid var(--dark-slate-ble);
  margin-top: 40px;
  margin-bottom: 60px;
}

.pricing-v2-card-tick-text-main-wrapper {
  grid-row-gap: 24px;
  flex-direction: column;
  margin-bottom: 60px;
  margin-left: 40px;
  display: flex;
}

.pricing-v2-card-tick-text-wrapper {
  grid-column-gap: 16px;
  align-items: center;
  display: flex;
}

.pricing-v2-card-tick-text {
  color: var(--dark-slate-ble);
  text-transform: lowercase;
  font-family: Manrope, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}

.pricing-v2-button {
  background-color: var(--pâle);
  color: var(--dark-slate-ble);
  text-align: center;
  border-radius: 80px;
  width: 344px;
  margin-left: 40px;
  margin-right: 40px;
  padding: 10px 0;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 32px;
  display: block;
}

.register-v2-section {
  padding-bottom: 140px;
}

.register-v2-wrapper {
  grid-column-gap: 24px;
  display: flex;
}

.register-v2-left-wrapper {
  width: 648px;
}

.register-v2-left-card-1 {
  background-color: var(--pâle);
  border-radius: 10px;
  height: 320px;
  margin-bottom: 24px;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 40px;
}

.register-v2-left-card-1-tittle-wrapper {
  width: 335px;
  margin-bottom: 22px;
  overflow: hidden;
}

.register-v2-left-card-1-tittle {
  color: var(--dark-slate-ble);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Libre Baskerville, sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 84px;
}

.register-v2-left-card-2 {
  background-color: var(--dark-slate-ble);
  border-radius: 10px;
  height: 196px;
  padding-top: 30px;
  padding-bottom: 40px;
  padding-left: 40px;
}

.register-v2-left-card-2-tittle-wrapper {
  margin-bottom: 20px;
  overflow: hidden;
}

.register-v2-left-card-2-tittle {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Libre Baskerville, sans-serif;
  font-size: 44px;
  font-weight: 400;
  line-height: 57px;
}

.register-v2-right-wrapper {
  background-color: #eef6f5;
  border-radius: 10px;
  width: 648px;
  height: 540px;
  padding-top: 40px;
  padding-bottom: 50px;
  padding-left: 40px;
}

.register-v2-right-tittle-wrapper {
  width: 454px;
  overflow: hidden;
}

.register-v2-right-tittle {
  color: var(--dark-slate-ble);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Libre Baskerville, sans-serif;
  font-size: 96px;
  font-weight: 400;
  line-height: 106px;
}

.register-v2-right-pg-wrapper {
  width: 300px;
  margin-top: 30px;
  margin-bottom: 60px;
  overflow: hidden;
}

.register-v2-right-pg {
  color: #00463899;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.register-v2-from-block {
  margin-bottom: 0;
}

.register-v2-form {
  position: relative;
}

.register-v2-text-field {
  color: var(--dark-slate-ble);
  border: 1px #000;
  border-radius: 50px;
  width: 484px;
  height: 80px;
  margin-bottom: 0;
  padding: 14px 0 14px 37px;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.register-v2-text-field::placeholder {
  color: #00463899;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.register-v2-form-button {
  background-color: var(--dark-slate-ble);
  color: var(--white);
  background-image: url('../images/Submit-Button-Img.svg');
  background-position: 110px;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px #000;
  border-radius: 80px;
  width: 160px;
  margin-top: 14px;
  margin-bottom: 14px;
  margin-right: 20px;
  padding: 10px 62px 10px 32px;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
  position: absolute;
  inset: 0% 20% 0% auto;
}

.faq-answer-wrapper {
  margin-top: 30px;
  overflow: hidden;
}

.tab-pane-time-text-main-wrapper {
  grid-column-gap: 74px;
  align-items: center;
  width: 870px;
  display: flex;
}

.tab-pane-time-text-main-wrapper._146 {
  grid-column-gap: 140px;
  justify-content: space-between;
}

.tab-pane-time-text-main-wrapper._79 {
  grid-column-gap: 79px;
  justify-content: space-between;
}

.tab-pane-time-text-main-wrapper._137 {
  grid-column-gap: 137px;
  justify-content: space-between;
}

.tab-pane-time-text-main-wrapper._74 {
  justify-content: space-between;
}

.tab-pane-time-text-main-wrapper._67 {
  grid-column-gap: 67px;
  justify-content: space-between;
}

.tab-pane-time-text-main-wrapper._73 {
  grid-column-gap: 73px;
  justify-content: space-between;
}

.speakers-collection-list {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.speakers-collection-item {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1.5fr 1fr;
  grid-auto-columns: 1fr;
}

.speakers-main-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.speakers-tittle-wrapper {
  text-align: center;
  padding: 85px 81px 94px;
}

.speakers-tittle {
  color: var(--dark-slate-ble);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Libre Baskerville, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 79px;
}

.sp-ekers-card-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 540px;
}

.sp-ekers-card-1 {
  width: 358px;
}

.speakers-v2-collection-list {
  grid-row-gap: 100px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.speakers-v2-collection-list._60 {
  grid-row-gap: 60px;
}

.speakers-v2-card-2 {
  margin-top: 70px;
}

.speakers-v2-card-2.zero {
  margin-top: 0;
}

.speakers-v2-card-3 {
  margin-top: 140px;
}

.speakers-v2-card-3.zero {
  margin-top: 0;
}

.inner-section {
  background-image: url('../images/Hero1-Bg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 230px;
  padding-bottom: 115px;
}

.inner-section.down-150 {
  padding-top: 262px;
  padding-bottom: 150px;
}

.inner-wrapper {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.inner-tittle-wrapper {
  margin-bottom: 20px;
  overflow: hidden;
}

.inner-tittle {
  color: var(--pâle);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Libre Baskerville, sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 84px;
}

.inner-text-wrapper {
  grid-column-gap: 5px;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.inner-link-block1 {
  text-decoration: none;
}

.inner-text-1 {
  color: #eef6f566;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  line-height: 32px;
}

.inner-link-block2 {
  text-decoration: none;
}

.inner-text-2 {
  color: #eef6f5;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.speakers-p-section {
  padding-top: 150px;
  padding-bottom: 150px;
}

.register-p-section {
  padding-bottom: 140px;
}

.register-p-section.up-150 {
  padding-top: 150px;
}

.speaker-s-details-section {
  padding-top: 150px;
  padding-bottom: 150px;
}

.speaker-s-details-wrapper {
  display: flex;
}

.speaker-s-details-img-wrapper {
  border: 2.53px solid var(--dark-slate-ble);
  flex-direction: row;
  display: flex;
  position: relative;
  overflow: hidden;
}

.speaker-s-details-text-main-wrapper {
  border: 2.53px solid var(--dark-slate-ble);
  background-color: #eef6f5;
  padding: 128px 99px 129px 140px;
}

.speaker-s-details-text-wrapper {
  overflow: hidden;
}

.speakers-single-info-wrapper {
  background-color: var(--white);
  border-radius: 40px;
  padding: 10px 24px;
  display: inline-block;
  overflow: hidden;
}

.speakers-single-info-text {
  color: var(--dark-slate-ble);
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.speaker-s-details-tittle-wrapper {
  margin-top: 20px;
  margin-bottom: 14px;
  overflow: hidden;
}

.speaker-s-details-tittle {
  color: var(--dark-slate-ble);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Libre Baskerville, sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 84px;
}

.speaker-s-details-text {
  color: var(--dark-slate-ble);
  font-family: Manrope, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}

.speaker-s-details-text-pg-wrapper {
  width: 560px;
  margin-top: 40px;
  margin-bottom: 60px;
  overflow: hidden;
}

.speaker-s-details-pg {
  color: var(--dark-slate-ble);
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  line-height: 32px;
}

.speaker-s-details-link-wrapper {
  grid-column-gap: 24px;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.social-icon-block {
  border: 1.5px solid var(--dark-slate-ble);
  background-color: var(--white);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  text-decoration: none;
  display: flex;
}

.social-icon {
  color: var(--dark-slate-ble);
  font-family: "Fa brands 400", sans-serif;
  font-size: 27px;
  line-height: 27px;
}

.blog-details-section {
  padding-top: 150px;
}

.ticket-details-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.ticket-details-left-wrapper {
  width: 560px;
}

.ticket-details-icon-wrapper {
  overflow: hidden;
}

.ticket-details-tittle-wrapper {
  margin-top: 30px;
  margin-bottom: 30px;
  overflow: hidden;
}

.ticket-details-tittle {
  color: var(--pâle);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Libre Baskerville, sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 84px;
}

.ticket-details-pg-wrapper {
  margin-bottom: 50px;
  overflow: hidden;
}

.ticket-details-pg {
  color: #eef6f5;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  line-height: 32px;
}

.ticket-details-icon-text-main-wrapper {
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.ticket-details-icon-text-wrapper {
  grid-column-gap: 16px;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.ticket-details-text {
  color: #eef6f5;
  font-family: Manrope, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}

.blog-details-main-wrapper {
  margin-bottom: 60px;
}

.blog-details-text-icon-wrapper {
  width: 710px;
  margin-bottom: 60px;
}

.blog-details-date-wrapper {
  background-color: var(--dark-slate-ble);
  border-radius: 40px;
  padding: 10px 24px;
  display: inline-block;
  overflow: hidden;
}

.blog-details-date-text {
  color: var(--white);
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.blog-details-tittle-wrapper {
  margin-top: 30px;
  margin-bottom: 60px;
  overflow: hidden;
}

.blog-details-tittle {
  color: var(--dark-slate-ble);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Libre Baskerville, sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 84px;
}

.blog-details-member-icon-wrapper {
  grid-column-gap: 24px;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.blog-details-member-text-wrapper {
  overflow: hidden;
}

.blog-details-member-text1 {
  color: var(--dark-slate-ble);
  font-family: Manrope, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
}

.blog-details-member-text2 {
  color: var(--dark-slate-ble);
  margin-top: 10px;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}

.blog-details-big-img-wrapper {
  position: relative;
}

.blog-details-big-img {
  width: 1200px;
}

.blog-details-round-wrapper {
  border: 2px solid var(--dark-slate-ble);
  background-color: var(--white);
  border-radius: 50%;
  width: 180px;
  height: 180px;
  padding: 44px 30px;
  position: absolute;
  inset: -14% 3% auto auto;
  overflow: hidden;
}

.blog-details-round-1-wrapper {
  z-index: 1;
  text-align: center;
  position: relative;
}

.blog-details-round-text {
  color: var(--dark-slate-ble);
  margin-top: 12px;
  font-family: Manrope, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
}

.blog-details-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.blog-details-left-wrapper {
  width: 775px;
}

.blog-details-left-pg1 {
  color: var(--dark-slate-ble);
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.blog-details-left-pg2, .blog-details-left-pg3 {
  color: var(--dark-slate-ble);
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  line-height: 32px;
}

.blog-details-left-tittle1 {
  color: var(--dark-slate-ble);
  font-family: Manrope, sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 46px;
}

.blog-details-left-pg4 {
  color: var(--dark-slate-ble);
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  line-height: 32px;
}

.blog-details-left-pg5 {
  color: var(--dark-slate-ble);
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
}

.blog-details-left-img-wrapper {
  width: 757px;
  margin-bottom: 60px;
  position: relative;
}

.blog-details-left-tittle2 {
  color: var(--dark-slate-ble);
  font-family: Manrope, sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 46px;
}

.blog-details-left-pg6, .blog-details-left-pg7 {
  color: var(--dark-slate-ble);
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  line-height: 32px;
}

.style-guide-section {
  padding-top: 150px;
  padding-bottom: 150px;
}

.style-guide-tittle-wrapper {
  border-bottom: 1px solid var(--dark-slate-ble);
  margin-bottom: 60px;
  overflow: hidden;
}

.style-guide-tittle {
  color: var(--dark-slate-ble);
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 24px;
  font-family: Libre Baskerville, sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 84px;
}

.style-guide-color-main-wrapper {
  grid-column-gap: 24px;
  align-items: center;
  width: 984px;
  margin-bottom: 150px;
  display: flex;
  overflow: hidden;
}

.style-guide-color-wrapper {
  background-color: var(--dark-slate-ble);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 312px;
  height: 312px;
  display: flex;
}

.style-guide-color-wrapper.yellow-bg {
  background-color: var(--pâle);
}

.style-guide-color-wrapper.eef6f5-bg {
  background-color: #eef6f5;
}

.style-guide-color-text {
  color: var(--pâle);
  text-align: center;
  font-family: Manrope, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
}

.style-guide-color-text.green-text {
  color: var(--dark-slate-ble);
}

.heading-wrapper {
  grid-row-gap: 60px;
  flex-direction: column;
  margin-bottom: 150px;
  display: flex;
}

.h1-heading {
  color: var(--dark-slate-ble);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Libre Baskerville, sans-serif;
  font-size: 96px;
  font-weight: 400;
  line-height: 106px;
}

.h2-heading {
  color: var(--dark-slate-ble);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Libre Baskerville, sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 84px;
}

.h3-heading {
  color: var(--dark-slate-ble);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Libre Baskerville, sans-serif;
  font-size: 44px;
  font-weight: 400;
  line-height: 57px;
}

.h4-heading {
  color: var(--dark-slate-ble);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Libre Baskerville, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 44px;
}

.h5-heading {
  color: var(--dark-slate-ble);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 46px;
}

.h6-heading {
  color: var(--dark-slate-ble);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
}

.paragraph-main-wrapper._30 {
  margin-bottom: 30px;
  overflow: hidden;
}

.paragraph-main-wrapper._134 {
  margin-bottom: 134px;
}

.paragraph-wrapper {
  background-color: #eef6f5;
  margin-bottom: 16px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 40px;
  overflow: hidden;
}

.paragraph-1 {
  color: var(--dark-slate-ble);
  font-family: Manrope, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
}

.paragraph-2 {
  color: var(--dark-slate-ble);
  width: 810px;
  margin-bottom: 0;
  padding-left: 40px;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
}

.paragraph-2._16-26 {
  font-size: 16px;
  line-height: 26px;
}

.typeface-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 150px;
  display: grid;
  overflow: hidden;
}

.typeface-left-wrapper {
  background-color: #eef6f5;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 324px;
  display: flex;
}

.typeface-text {
  color: var(--dark-slate-ble);
  text-align: center;
  font-family: Libre Baskerville, sans-serif;
  font-size: 36px;
  line-height: 46px;
}

.typeface-text.manrope {
  font-family: Manrope, sans-serif;
}

.button-main-wrapper {
  grid-column-gap: 32px;
  align-items: center;
  display: flex;
}

._404-section {
  padding-top: 290px;
  padding-bottom: 150px;
}

._404-wrapper {
  text-align: center;
  width: 850px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

._404-img-wrapper {
  margin-bottom: 83px;
  overflow: hidden;
}

._404-text-wrapper {
  width: 364px;
  margin-left: auto;
  margin-right: auto;
}

._404-tittle {
  color: var(--dark-slate-ble);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Libre Baskerville, sans-serif;
  font-size: 44px;
  font-weight: 400;
  line-height: 57px;
}

._404-pg-wrapper {
  color: var(--dark-slate-ble);
  width: 343px;
  margin: 30px auto 40px;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  line-height: 32px;
}

.pp-img-wrapper {
  border: 2px solid var(--dark-slate-ble);
  background-color: var(--white);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.pp-tittle-wrapper {
  margin-top: 30px;
  margin-bottom: 30px;
}

.pp-tittle {
  color: var(--dark-slate-ble);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Libre Baskerville, sans-serif;
  font-size: 44px;
  font-weight: 400;
  line-height: 57px;
}

.pp-field-label {
  color: #00463899;
  width: 343px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
}

.pp-text-field {
  border: 1px #000;
  border-radius: 80px;
  height: 52px;
  margin-bottom: 24px;
  padding: 10px 0 10px 32px;
}

.pp-text-field::placeholder {
  color: var(--dark-slate-ble);
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 32px;
}

.pp-submit-button {
  background-color: var(--pâle);
  color: var(--dark-slate-ble);
  background-image: url('../images/PP-Submit-Icon.svg');
  background-position: 58%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 80px;
  height: 52px;
  padding: 10px 235px;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 32px;
}

.change-log-section {
  padding-top: 150px;
  padding-bottom: 150px;
}

.change-log-main-wrapper {
  grid-row-gap: 40px;
  flex-direction: column;
  display: flex;
}

.change-log-wrapper {
  border: 2px solid var(--dark-slate-ble);
  background-color: #eef6f5;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 60px;
  overflow: hidden;
}

.change-log-mini-text-wrapper {
  background-color: var(--dark-slate-ble);
  border-radius: 40px;
  padding: 10px 24px;
  display: inline-block;
  overflow: hidden;
}

.change-log-mini-text {
  color: var(--pâle);
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}

.change-log-tittle-wrapper {
  margin-top: 24px;
  margin-bottom: 30px;
  overflow: hidden;
}

.change-log-tittle {
  color: var(--dark-slate-ble);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Libre Baskerville, sans-serif;
  font-size: 44px;
  font-weight: 400;
  line-height: 57px;
}

.change-log-text-wrapper {
  overflow: hidden;
}

.change-log-text {
  color: var(--dark-slate-ble);
  font-family: Manrope, sans-serif;
  font-size: 18px;
  line-height: 32px;
}

.license-section {
  padding-top: 150px;
  padding-bottom: 150px;
}

.license-tittle-wrapper {
  border-bottom: 1px solid var(--dark-slate-ble);
  overflow: hidden;
}

.license-tittle {
  color: var(--dark-slate-ble);
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Libre Baskerville, sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 84px;
}

.license-text {
  color: var(--dark-slate-ble);
  font-family: Manrope, sans-serif;
  font-size: 18px;
  line-height: 32px;
}

.freepik, .unsplash {
  color: var(--dark-slate-ble);
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 32px;
}

.license-main-img-wrapper {
  grid-column-gap: 24px;
  margin-top: 60px;
  margin-bottom: 150px;
  display: flex;
}

.license-card-img-wrapper {
  grid-row-gap: 24px;
  flex-direction: column;
  width: 424px;
  display: flex;
  overflow: hidden;
}

.flaticon {
  color: var(--dark-slate-ble);
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 32px;
}

.license-main-icon-wrapper {
  grid-row-gap: 60px;
  border: 2px solid var(--dark-slate-ble);
  background-color: #eef6f5;
  flex-direction: column;
  margin-top: 60px;
  margin-bottom: 150px;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 60px;
  display: flex;
}

.license-icon-wrapper {
  grid-column-gap: 80px;
  flex-direction: row;
  display: flex;
  overflow: hidden;
}

.license-icon {
  width: 52px;
  height: 52px;
}

.license-main-tag-wrapper {
  border: 2px solid var(--dark-slate-ble);
  background-color: #eef6f5;
  margin-top: 60px;
  padding: 40px;
  overflow: hidden;
}

.license-tag-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.license-tag-text {
  color: var(--dark-slate-ble);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Libre Baskerville, sans-serif;
  font-size: 44px;
  font-weight: 400;
  line-height: 57px;
}

.license-tag-text.license {
  font-family: Manrope, sans-serif;
}

.ticket-cart-main-wrapper {
  background-color: #eef6f5;
  border-radius: 10px;
  width: 536px;
  padding: 60px;
}

.ticket-cart-wrapper {
  overflow: hidden;
}

.ticket-cart-tittle {
  color: var(--dark-slate-ble);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 44px;
  font-weight: 500;
  line-height: 57px;
}

.ticket-cart-pg {
  color: var(--dark-slate-ble);
  width: 276px;
  margin-bottom: 34px;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.ticket-cart-price-text {
  color: var(--dark-slate-ble);
  margin-top: 24px;
  margin-bottom: 30px;
  font-family: Libre Baskerville, sans-serif;
  font-size: 96px;
  line-height: 106px;
}

.ticket-cart-border {
  border: 1px solid var(--dark-slate-ble);
  width: 416px;
  margin-bottom: 60px;
}

.field-label {
  display: none;
}

.add-to-cart-button {
  background-color: var(--dark-slate-ble);
  border-style: none;
  border-color: #000;
  border-radius: 80px;
  width: 416px;
  height: 52px;
  margin-top: 20px;
  padding: 10px 0;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 32px;
  display: block;
}

.select-field-wrapper {
  border: 1px solid var(--dark-slate-ble);
  color: var(--dark-slate-ble);
  background-color: #0000;
  border-radius: 80px;
  width: 416px;
  height: 52px;
  padding-left: 32px;
  padding-right: 32px;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 32px;
}

.select-field {
  color: var(--dark-slate-ble);
  background-color: #0000;
  border: 0 #000;
  height: 52px;
  margin-bottom: 0;
  padding: 10px 0;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.blog-details-right-wrapper {
  background-color: var(--dark-slate-ble);
  text-align: center;
  width: 424px;
  padding: 60px 40px 40px;
  position: sticky;
  top: 120px;
}

.blog-details-right-tittle-wrapper {
  text-align: center;
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}

.blog-details-right-tittle {
  color: var(--pâle);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Libre Baskerville, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 46px;
}

.blog-details-right-text-wrapper {
  width: 300px;
  margin: 16px auto 60px;
}

.blog-details-right-text {
  color: #eef6f5;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}

.blog-details-right-form-block {
  margin-bottom: 0;
}

.blog-details-right-text-field {
  color: var(--dark-slate-ble);
  border-radius: 80px;
  width: 344px;
  height: 52px;
  margin-bottom: 24px;
  padding: 10px 0 10px 32px;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 32px;
}

.blog-details-right-text-field::placeholder {
  color: var(--dark-slate-ble);
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 32px;
}

.blog-details-right-submit-button {
  background-color: var(--pâle);
  color: var(--dark-slate-ble);
  background-image: url('../images/PP-Submit-Icon.svg');
  background-position: 67%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 80px;
  width: 344px;
  height: 52px;
  padding: 10px 117px;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 32px;
  display: block;
}

.speakers-card-1-wrapper {
  position: relative;
  overflow: hidden;
}

.speakers-card-1-hover-main-wrapper {
  background-image: linear-gradient(#00463800, #004638);
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.speakers-card-1-hover-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.speakers-card-1-hover-text1 {
  color: var(--pâle);
  font-family: Manrope, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
}

.speakers-card-1-hover-text2 {
  color: #eef6f5;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.speakers-card-1-hover-icon-wrapper {
  grid-column-gap: 14px;
  align-items: center;
  display: flex;
}

.speakers-card-1-hover-link-block-wrapper {
  border: 1.5px solid var(--dark-slate-ble);
  background-color: #eef6f5;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  text-decoration: none;
  display: flex;
}

.speakers-card-1-hover-icon {
  color: var(--dark-slate-ble);
  font-family: "Fa brands 400", sans-serif;
}

.schedule-main-tittle-wrapper, .sponsor-left-tittle-wrapper {
  overflow: hidden;
}

.sponsor-right-tittle-wrapper {
  margin-bottom: 40px;
  overflow: hidden;
}

.contact-us-section {
  padding-top: 150px;
  padding-bottom: 150px;
}

.contact-us-main-wrapper {
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.contact-us-main-form-wrapper {
  border: 2px solid var(--dark-slate-ble);
  background-color: #eef6f5;
  padding: 60px;
}

.contact-us-form-wrapper {
  margin-bottom: 0;
}

.contact-us-form-small-wrapper {
  width: 325px;
}

.contact-us-form-small-main-wrapper {
  grid-column-gap: 30px;
  align-items: center;
  margin-bottom: 36px;
  display: flex;
}

.contact-us-field-lebel {
  color: var(--dark-slate-ble);
  margin-bottom: 25px;
  font-family: Libre Baskerville, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 120%;
}

.contact-us-text-field {
  color: var(--dark-slate-ble);
  border: 1px #000;
  border-radius: 80px;
  height: 52px;
  margin-bottom: 0;
  padding: 15px 0 15px 20px;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 120%;
}

.contact-us-text-field::placeholder {
  color: var(--dark-slate-ble);
  font-family: Manrope, sans-serif;
  font-weight: 600;
}

.contact-us-form-medium-main-wrapper {
  margin-bottom: 36px;
}

.text-area-wrapper {
  margin-bottom: 25px;
}

.text-area {
  color: var(--dark-slate-ble);
  text-transform: capitalize;
  border: 1px #000;
  min-height: 200px;
  margin-bottom: 0;
  padding: 20px 0 0 20px;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 120%;
}

.text-area::placeholder {
  color: var(--dark-slate-ble);
  font-family: Manrope, sans-serif;
  font-weight: 600;
}

.cheak-box {
  width: 22px;
  height: 22px;
  margin-top: 0;
  padding-top: 4px;
  padding-bottom: 4px;
}

.cheak-box.w--redirected-checked {
  background-color: var(--dark-slate-grey-2);
  background-size: auto;
  width: 22px;
  height: 22px;
  margin-top: 0;
}

.checkbox-field {
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.checkbox-label {
  color: var(--dark-slate-ble);
  margin-bottom: 0;
  margin-left: 10px;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 120%;
}

.contact-us-submit-button {
  background-color: var(--pâle);
  color: var(--dark-slate-ble);
  background-image: url('../images/PP-Submit-Icon.svg');
  background-position: 56%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 0 #000;
  border-radius: 80px;
  width: 680px;
  height: 52px;
  padding: 10px 297px 10px 284px;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 32px;
  display: block;
}

.contact-us-text-main-wrapper {
  border: 2px solid var(--dark-slate-ble);
  background-color: #eef6f5;
  margin-top: 30px;
  padding: 35px 40px;
}

.contact-us-icon-wrapper {
  background-color: #00463866;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  display: flex;
}

.contact-us-text-icon-wrapper {
  grid-column-gap: 20px;
  align-items: center;
  display: flex;
}

.contact-us-text-wrapper {
  width: 256px;
}

.contact-us-text1 {
  color: var(--dark-slate-ble);
  text-transform: capitalize;
  font-family: Libre Baskerville, sans-serif;
  font-size: 28px;
  line-height: 120%;
}

.contact-us-text2 {
  color: var(--dark-slate-ble);
  margin-top: 7px;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  line-height: 160%;
}

.contact-us-text-icon-address-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.contact-us-address-text {
  color: var(--dark-slate-ble);
  text-align: right;
  text-transform: capitalize;
  font-family: Libre Baskerville, sans-serif;
  font-size: 22px;
  line-height: 120%;
}

.contact-us-address-text.small {
  text-transform: none;
}

.conference-card-2-second-pg-button-wrapper {
  width: 362px;
}

.register-tittle-wrapper {
  display: inline-block;
  overflow: hidden;
}

.register-pg-wrapper {
  margin-top: 30px;
  margin-bottom: 40px;
  overflow: hidden;
}

.secondary-button-wrapper {
  display: inline-block;
  overflow: hidden;
}

.register-v2-from-block-wrapper, .primary-button-wrapper {
  overflow: hidden;
}

.primary-button-wrapper.desktop {
  display: block;
}

.primary-button-wrapper.mobile {
  display: none;
}

.license-text-wrapper {
  width: 900px;
  margin-top: 30px;
  overflow: hidden;
}

.speaker-s-details-div {
  background-color: var(--mint-blue);
  display: none;
  position: absolute;
  inset: 0%;
}

.default-state {
  margin-bottom: 0;
}

.blog-details-left-pg1-wrapper {
  margin-bottom: 30px;
  overflow: hidden;
}

.blog-details-left-pg2-wrapper {
  margin-bottom: 40px;
  overflow: hidden;
}

.blog-details-left-pg3-wrapper {
  margin-bottom: 60px;
  overflow: hidden;
}

.blog-details-left-tittle1-wrapper, .blog-details-left-pg4-wrapper {
  margin-bottom: 30px;
  overflow: hidden;
}

.blog-details-left-pg5-wrapper {
  margin-bottom: 60px;
}

.blog-details-left-tittle2-wrapper, .blog-details-left-pg6-wrapper {
  margin-bottom: 30px;
  overflow: hidden;
}

.blog-details-left-pg7-wrapper {
  overflow: hidden;
}

.shape {
  background-color: var(--white-smoke);
  display: none;
  position: absolute;
  inset: 0%;
}

.blog-details-big-img-main-wrapper {
  position: relative;
  overflow: hidden;
}

.blog-shape {
  background-color: var(--powder-blue);
  border-radius: 50%;
  width: 0;
  height: 0;
  position: absolute;
  inset: 50% 50% auto auto;
  transform: translate(50%, -50%);
}

.blog-details-round-wrapper2 {
  position: relative;
}

.blog-card-1-link-main-wrapper {
  overflow: hidden;
}

.hero-date-text-wrapper {
  grid-column-gap: 6px;
  border: 2px solid var(--dark-slate-ble);
  background-color: var(--white);
  align-items: center;
  padding: 22px 37px;
  display: flex;
}

.hero-address-wrapper {
  grid-column-gap: 6px;
  border: 2px solid var(--dark-slate-ble);
  background-color: var(--white);
  padding: 22px 34px;
  display: flex;
}

.hero-v2-shape {
  background-color: #eef6f5;
  display: none;
  position: absolute;
  inset: 0%;
}

.sponsor-left-icon.caw {
  margin-top: -10px;
  margin-bottom: -10px;
}

.pricing-v2-card-icon-white {
  display: none;
}

.conference-link-text-icon {
  color: var(--dark-slate-ble);
  font-family: "Fa solid 900", sans-serif;
}

.speakers-card-shape {
  background-color: var(--white-smoke);
  display: none;
  position: absolute;
  inset: 0%;
}

.home-dropdown-list {
  background-color: var(--white);
  overflow: hidden;
}

.home-dropdown-list.w--open {
  border: 2px none var(--dark-slate-ble);
  background-color: var(--white);
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}

.home-dropdown-list.pages {
  border-radius: 10px;
  width: 720px;
  margin-top: 10px;
  inset: auto auto auto -490%;
  overflow: hidden;
}

.dropdown-list-wrapper {
  background-color: #0000;
}

.dropdown-list-wrapper.m65 {
  margin-top: 65px;
}

.dropdown-main-list-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 30px 40px;
}

.drpdown-grid {
  grid-column-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.dropdown-heading {
  color: var(--dark-slate-ble);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Libre Baskerville, sans-serif;
  font-size: 24px;
  line-height: 34px;
}

.dropdown-heading-wrapper {
  margin-bottom: 30px;
}

.dropdown-menu-text-link {
  color: #004638e6;
  margin-bottom: 15px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  text-decoration: none;
}

.dropdown-menu-text-link:hover {
  color: #004638b3;
}

.dropdown-menu-text-link.w--current {
  color: #004638e6;
}

.more-template-text {
  color: var(--dark-slate-ble);
  font-size: 18px;
}

.primary-button-navbar.mobile {
  display: none;
}

.home-dropdown-list-wrapper {
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 120px;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.timer-counter-wrap {
  align-items: center;
  height: 58px;
  display: flex;
  overflow: hidden;
}

.timer-counter-wrap.hight-94 {
  height: 94px;
}

.timer-single-counter-wrap {
  height: 100%;
}

.timer-single-counter-wrap._1 {
  flex-direction: column;
}

.dot-text {
  color: var(--powder-blue);
  font-family: Libre Baskerville, sans-serif;
  font-size: 52px;
  line-height: 52px;
}

.dot-text.big-dot {
  color: var(--dark-slate-ble);
  font-size: 84px;
  line-height: 84px;
}

.blog-card-2-button-wrapper {
  grid-column-gap: 10px;
  background-color: var(--pâle);
  border-radius: 80px;
  justify-content: center;
  align-items: center;
  width: 182px;
  padding: 10px 32px;
  display: flex;
  overflow: hidden;
}

.blog-card-2-button-text {
  color: var(--dark-slate-ble);
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 32px;
}

.blog-card-2-button-icon {
  color: var(--dark-slate-ble);
  font-family: "Fa solid 900", sans-serif;
  font-size: 14px;
  line-height: 14px;
}

.blog-card-3-button-wrapper {
  grid-column-gap: 10px;
  background-color: var(--dark-slate-ble);
  border-radius: 80px;
  justify-content: center;
  align-items: center;
  width: 182px;
  padding: 10px 32px;
  display: flex;
  overflow: hidden;
}

.blog-card-3-button-text {
  color: var(--white);
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 32px;
}

.blog-card-3-button-icon {
  color: var(--white);
  font-family: "Fa solid 900", sans-serif;
  font-size: 14px;
  line-height: 14px;
}

.preview-navbar {
  background-color: var(--dark-slate-ble);
  padding-top: 30px;
  padding-bottom: 20px;
  position: sticky;
  top: 0%;
  left: 0%;
  right: 0%;
}

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

.preview-navbar-menu-wrapper {
  grid-column-gap: 30px;
  align-items: center;
  display: flex;
}

.preview-navbar-button-wrapper.desktop {
  display: block;
}

.preview-nav-link {
  color: var(--powder-blue);
  padding: 0;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 32px;
  transition: all .3s;
}

.preview-nav-link:hover, .preview-nav-link.w--current {
  color: var(--pâle);
}

.preview-banner-section {
  background-color: var(--dark-slate-ble);
  padding-top: 80px;
  padding-bottom: 60px;
  overflow: hidden;
}

.preview-banner-text-wrapper {
  text-align: center;
}

.preview-banner-tittle-wrapper {
  width: 935px;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.preview-banner-pg-wrapper {
  overflow: hidden;
}

.preview-banner-pg {
  color: var(--powder-blue);
  font-family: Manrope, sans-serif;
  font-size: 18px;
  line-height: 32px;
}

.preview-banner-tittle {
  color: var(--pâle);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Libre Baskerville, sans-serif;
  font-size: 86px;
  font-weight: 400;
  line-height: 96px;
}

.preview-ticker-section {
  background-color: var(--pâle);
  padding-top: 30px;
  padding-bottom: 30px;
  overflow: hidden;
}

.preview-ticker-main-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  display: flex;
}

.preview-ticker-img-1-wrapper {
  flex: none;
  display: flex;
}

.preview-ticker-img {
  flex: none;
  margin-right: 30px;
}

.preview-ticker-img-1-main-wrapper {
  flex-direction: row;
  flex: none;
  justify-content: flex-end;
  display: flex;
}

.preview-ticker-img-2-main-wrapper {
  grid-column-gap: 30px;
  flex-direction: row;
  flex: none;
  display: flex;
}

.preview-modern-home-section {
  padding-top: 120px;
}

.preview-modern-home-img-wrapper {
  z-index: 1;
  grid-row-gap: 0px;
  flex-direction: column;
  align-items: center;
  height: 612px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.preview-modern-home-img {
  border-radius: 5px;
  width: 100%;
}

.single-preview-wrap {
  background-color: #f3f3f3;
  width: 100%;
  max-width: 648px;
  margin-left: auto;
  margin-right: auto;
  padding: 24px;
  position: relative;
  overflow: hidden;
}

.single-preview-tag {
  z-index: 1;
  background-color: var(--white);
  padding: 10px 40px;
  display: inline-block;
  position: absolute;
  inset: auto auto 80px 0%;
}

.single-preview-tag-title {
  color: var(--dark-slate-ble);
  font-family: Manrope, sans-serif;
  font-size: 18px;
  line-height: 32px;
}

.preview-modern-home-text-wrapper {
  margin-bottom: 60px;
}

.preview-modern-home-tittle-wrapper {
  text-align: center;
  width: 390px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.preview-modern-home-tittle {
  color: var(--dark-slate-ble);
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Libre Baskerville, sans-serif;
  font-size: 54px;
  font-weight: 400;
  line-height: 64px;
}

.preview-modern-home-pg-wrapper {
  width: 580px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.preview-modern-home-pg {
  color: var(--dark-slate-ble);
  text-align: center;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  line-height: 32px;
}

.preview-figma-section {
  padding-top: 120px;
}

.preview-figma-wrapper {
  grid-column-gap: 80px;
  background-color: var(--dark-slate-ble);
  padding-top: 85px;
  padding-bottom: 85px;
  padding-left: 80px;
  display: flex;
}

.preview-figma-left-wrapper {
  align-self: center;
  width: 580px;
}

.preview-figma-tag-image-wrapper {
  overflow: hidden;
}

.preview-figma-title-wrapper {
  width: 448px;
  margin-top: 20px;
  margin-bottom: 16px;
  overflow: hidden;
}

.preview-figma-title {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Libre Baskerville, sans-serif;
  font-size: 54px;
  font-weight: 400;
  line-height: 64px;
}

.preview-figma-paragraph-text-wrapper {
  margin-bottom: 30px;
  overflow: hidden;
}

.preview-figma-paragraph-text {
  color: var(--white);
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  line-height: 32px;
}

.preview-figma-button-wrapper {
  overflow: hidden;
}

.preview-figma-content-wrapper {
  width: 860px;
  overflow: hidden;
}

.preview-figma-image {
  width: 860px;
}

.browse-template-section {
  padding-top: 120px;
}

.browse-template-main-wrapper {
  background-image: url('../images/Hero1-Bg.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: space-between;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.browse-template-single-main-wrapper {
  background-color: var(--pâle);
  width: 472px;
  height: 738px;
  padding-left: 80px;
  padding-right: 80px;
  overflow: hidden;
}

.browse-template-single-img {
  width: 100%;
  height: 357px;
}

.browse-template-tickers {
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
  overflow: hidden;
}

.browse-template-tickers-single {
  grid-row-gap: 24px;
  flex-direction: column;
  flex: none;
  display: flex;
}

.browse-template-single-text-wrapper {
  text-align: center;
  width: 648px;
}

.browse-template-single-tittle-wrapper {
  overflow: hidden;
}

.browse-template-single-tittle {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Libre Baskerville, sans-serif;
  font-size: 54px;
  font-weight: 400;
  line-height: 64px;
}

.browse-template-single-pg-wrapper {
  margin-top: 24px;
  margin-bottom: 30px;
  overflow: hidden;
}

.browse-template-single-pg {
  color: var(--white);
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  line-height: 32px;
}

.browse-template-single-button-wrapper {
  overflow: hidden;
}

.preview-footer-section {
  background-image: url('../images/Preview-Footer-Bg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 120px;
}

.preview-footer-text-wrapper {
  text-align: center;
  width: 710px;
  margin-left: auto;
  margin-right: auto;
}

.preview-footer-logo-link-wrapper {
  overflow: hidden;
}

.preview-footer-tittle-wrapper {
  margin-top: 24px;
  margin-bottom: 24px;
  overflow: hidden;
}

.preview-footer-tittle {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Libre Baskerville, sans-serif;
  font-size: 54px;
  font-weight: 400;
  line-height: 64px;
}

.preview-footer-pg-wrapper {
  width: 625px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.preview-footer-pg {
  color: #fff9;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.preview-footer-button-wrapper {
  overflow: hidden;
}

.preview-footer-border-text-wrapper {
  border-top: 1px solid var(--white);
  text-align: center;
  margin-top: 120px;
  padding-top: 30px;
  padding-bottom: 30px;
  overflow: hidden;
}

.preview-footer-border-text {
  color: #f3ff47b3;
  letter-spacing: 3.87px;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 32px;
}

.zohaflow {
  color: var(--pâle);
}

.preview-modern-home-flex {
  grid-column-gap: 24px;
  grid-row-gap: 30px;
  align-items: center;
  display: flex;
}

.browse-template-tickers2 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-end;
  max-height: 740px;
  display: flex;
}

.preview-modern-home-grid-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.single-preview-main-flex-wrap {
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.single-preview-flex-wrap {
  grid-column-gap: 24px;
  display: flex;
}

.checkout-section {
  padding-top: 150px;
  padding-bottom: 120px;
}

.checkout-wrapper {
  background-color: #0000;
  padding: 0;
}

.checkout-submit-button {
  background-color: var(--dark-slate-ble);
  color: var(--pâle);
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 55px;
  font-size: 16px;
  line-height: 26px;
  display: flex;
}

.checkout-header {
  border-style: solid;
  border-color: #00463880;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 10px 20px;
}

.checkout-header-tittle {
  color: var(--dark-slate-ble);
  font-family: Libre Baskerville, sans-serif;
  font-size: 20px;
  line-height: 28px;
}

.checkout-header-text {
  color: #00463880;
  font-family: Manrope, sans-serif;
  font-size: 18px;
}

.block-content {
  border: 1px solid #00463880;
  border-top: 1px #00000080;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.checkout-input {
  color: var(--dark-slate-ble);
  background-color: #0000;
  border-color: #00463880;
  border-radius: 10px;
  height: 45px;
  margin-bottom: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Manrope, sans-serif;
}

.checkout-input-text {
  color: var(--dark-slate-ble);
  margin-bottom: 20px;
  font-family: Libre Baskerville, sans-serif;
  font-size: 14px;
}

.order-item-tittle {
  color: var(--dark-slate-ble);
  margin-bottom: 10px;
  font-family: Libre Baskerville, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.order-item-text {
  color: var(--dark-slate-ble);
  font-family: Manrope, sans-serif;
  font-size: 14px;
}

.order-item-text-wrapper {
  margin-bottom: 5px;
}

.order-item-text-price {
  color: var(--dark-slate-ble);
  font-family: Manrope, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

.order-item-text-total-price {
  color: var(--dark-slate-ble);
  font-family: Manrope, sans-serif;
  font-size: 18px;
}

.shipping-method-header {
  border-color: #00463880;
  border-radius: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.checkout-input-text-block {
  color: var(--dark-slate-ble);
  margin-bottom: 5px;
  font-family: Manrope, sans-serif;
}

.order-item-list-wrapper {
  margin-left: auto;
  margin-right: auto;
}

.plan-category {
  background-color: var(--dark-slate-ble);
  padding-top: 220px;
}

.plan-category-title-wrapper {
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.category-title-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.category-title {
  color: var(--dark-slate-ble);
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Libre Baskerville, sans-serif;
  font-size: 64px;
  line-height: 84px;
}

.category-title.m10-left {
  margin-left: 10px;
}

.category-content {
  max-width: 425px;
  margin-left: auto;
  margin-right: auto;
}

.plan-category-section {
  background-color: var(--mint-blue);
  padding-top: 20px;
  padding-bottom: 140px;
}

.page-load-cover-wrapper {
  z-index: 9999;
  background-color: var(--pâle);
}

.cart-container {
  background-color: #eef6f5;
  max-width: 612px;
}

.cart-header {
  border: 1px #000;
  border-bottom: 1px solid #00463899;
  padding: 40px;
}

.cart-header-tittle {
  color: var(--dark-slate-ble);
  font-family: Manrope, sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 46px;
}

.close-button {
  background-color: var(--white);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 46px;
  height: 46px;
  display: flex;
}

.cart-item {
  padding-top: 40px;
  padding-bottom: 0;
}

.cart-text {
  color: var(--dark-slate-ble);
  font-family: Manrope, sans-serif;
  font-size: 24px;
  line-height: 32px;
}

.cart-text-price {
  color: var(--dark-slate-ble);
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Libre Baskerville, sans-serif;
  font-size: 45px;
  line-height: 55px;
}

.cart-text-price-list-wrapper {
  position: relative;
}

.remove-button {
  position: absolute;
  inset: 0% 0% auto auto;
}

.option-text, .span {
  color: var(--dark-slate-ble);
  font-family: Manrope, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.option-text-bold {
  color: var(--dark-slate-ble);
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
}

.remove-button-text {
  color: var(--dark-slate-ble);
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 32px;
  text-decoration: underline;
}

.cart-footer {
  border: 1px solid #000;
  border-top-color: #00463899;
  padding: 30px 40px 40px;
}

.cart-line-item {
  margin-bottom: 30px;
}

.cart-line-item-text, .cart-line-item-text-price {
  color: var(--dark-slate-ble);
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.web-payments {
  display: none;
}

.checkout-button {
  background-color: var(--dark-slate-ble);
  color: var(--white);
  border-radius: 80px;
  justify-content: center;
  height: 52px;
  padding: 10px 0;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 32px;
  display: flex;
}

.page-load-cover-right {
  z-index: 2147483647;
  background-color: var(--dark-slate-ble);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0% 0% 0% auto;
}

.pricing-card-tick-text-wrapper {
  background-color: var(--dark-slate-ble);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 28px;
  min-width: 28px;
  height: 28px;
  min-height: 28px;
  display: flex;
}

.pricing-card-tick-text {
  color: var(--pâle);
  font-family: "Fa solid 900", sans-serif;
  font-size: 16px;
  line-height: 16px;
}

.license-button {
  grid-column-gap: 10px;
  background-color: var(--dark-slate-ble);
  border-radius: 80px;
  justify-content: center;
  align-items: center;
  width: 173px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.home-dropdown-list-div {
  border-radius: 10px;
  overflow: hidden;
}

.nav-menu-wrapper {
  grid-column-gap: 20px;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.image {
  aspect-ratio: auto;
  object-fit: fill;
  overflow: visible;
}

.div-block-3 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: center;
  align-items: stretch;
  margin-top: 100px;
  margin-bottom: 100px;
  display: flex;
}

.image-3 {
  max-width: 130px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.image-4 {
  max-width: 150px;
}

.list-item {
  list-style-type: none;
}

.button.button-footer-sans-form {
  border: 1px none var(--dark-slate-grey-2);
  background-color: var(--dark-slate-ble);
  border-radius: 80px;
  margin-top: -163px;
}

@media screen and (min-width: 1920px) {
  .sponsors-wrapper {
    max-width: 1200px;
  }

  .sponsors-text {
    color: var(--dark-slate-ble);
  }

  .hero-right-bg-img {
    width: auto;
  }

  .sponsors-grid {
    grid-column-gap: 40px;
    grid-row-gap: 60px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-left: 100px;
  }

  .hero-img-wrapper {
    width: 780px;
    margin-bottom: -160px;
    margin-right: -100px;
  }

  .hero-right-img {
    width: auto;
  }

  .sponsors-section {
    background-color: var(--mint-blue);
    margin-top: 0;
  }

  .sponsors-section.sponsors-custom {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 170px;
  }

  .hero-date-text-main-wrapper {
    width: 440px;
    right: 0%;
  }

  .hero-tittle {
    font-size: 80px;
    line-height: 106px;
  }

  .hero-tittle.green {
    font-size: 96px;
    line-height: 106px;
  }

  .hero-address-main-wrapper {
    bottom: -2%;
    left: 12%;
  }

  .timer-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: none;
  }

  .timer-wrapper.live {
    max-width: 625px;
    display: flex;
  }

  .hero-left-text-wrapper {
    width: 648px;
  }

  .hero-flex {
    grid-column-gap: 52px;
  }

  .conference-img-wrapper {
    background-color: var(--mint-blue);
  }

  .tab-link {
    background-color: #0000;
  }

  .tab-link.w--current {
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
  }

  .pricing-section {
    background-color: #eeeef6;
  }

  .collection-list {
    grid-column-gap: 24px;
  }

  .pricing-card-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }

  .blog-tittle {
    font-family: Libre Baskerville, sans-serif;
  }

  .frequently-section {
    padding-top: 140px;
  }

  .register-wrapper {
    background-image: url('../images/65f29d6153f7c30d8d4d8ff9_Bg.png');
  }

  .register-button-wrapper {
    width: 485px;
  }

  .footer-card-pg {
    color: #00064699;
  }

  .footer-text-field, .footer-submit-button {
    display: none;
  }

  .hero-v2-flex {
    grid-column-gap: 180px;
    grid-row-gap: 180px;
  }

  .hero-v2-img-wrapper {
    width: 570px;
    margin-left: 0;
    margin-right: -120px;
  }

  .hero-v2-date-wrapper {
    justify-content: center;
    align-items: center;
    width: 280px;
    height: 280px;
    padding: 70px 40px;
    inset: 22% 2% auto auto;
    overflow: hidden;
  }

  .hero-v2-date-img {
    margin-bottom: 12px;
  }

  .hero-v2-date-text {
    font-size: 28px;
    line-height: 140%;
  }

  .hero-v2-location-wrapper {
    width: 280px;
    height: 280px;
    padding: 65px 40px;
    inset: auto 43% -11% auto;
    overflow: hidden;
  }

  .sponsor-bg-wrapper {
    grid-column-gap: 265px;
  }

  .speakers-v2-main-grid {
    grid-column-gap: 48px;
  }

  .pricing-v2-collection-item {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .pricing-v2-collection-list {
    grid-auto-columns: 1fr;
  }

  .speakers-v2-collection-list {
    grid-row-gap: 140px;
  }

  .blog-details-section {
    padding-top: 150px;
  }

  .blog-details-big-img-wrapper {
    border: 2px solid var(--dark-slate-ble);
  }

  .blog-details-big-img {
    width: auto;
  }

  .blog-details-round-wrapper {
    top: -13%;
    right: -7%;
  }

  .sponsor-right-tittle-wrapper {
    margin-bottom: 40px;
  }

  .timer-counter-wrap.hight-94 {
    height: 94px;
  }

  .preview-ticker-main-wrapper {
    grid-row-gap: 30px;
    flex-direction: column;
  }

  .browse-template-main-wrapper {
    background-image: url('../images/Browse-Bg.png');
  }

  .image-2 {
    object-fit: fill;
    display: block;
    position: static;
    overflow: visible;
  }

  .div-block-2 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .button {
    border: 1px solid var(--dark-slate-ble);
    background-color: var(--dark-slate-ble);
    border-radius: 80px;
    margin-top: -339px;
    font-family: Manrope, sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 32px;
  }
}

@media screen and (max-width: 991px) {
  .utility-page-wrap {
    padding-top: 60px;
    padding-bottom: 80px;
  }

  .utility-page-content {
    padding: 40px;
  }

  .nav-menu {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    background-color: var(--dark-slate-ble);
    text-align: left;
    max-height: 90vh;
    padding: 0 20px 20px;
    overflow: auto;
  }

  .nav-menu.white-bg {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: var(--white);
    max-height: 90vh;
    padding-top: 20px;
    overflow: auto;
  }

  .sponsors-wrapper {
    max-width: 100%;
  }

  .nav-link {
    margin-left: 0;
    margin-right: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 30px;
  }

  .nav-link.nav-green {
    line-height: 28px;
  }

  .nav-link._5 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .sponsors-text {
    font-size: 42px;
    line-height: 45px;
  }

  .sponsors-img-wrapper {
    padding: 0;
    overflow: visible;
  }

  .timer-cart-wrapper {
    grid-row-gap: 16px;
    font-size: 25px;
  }

  .hero-right-bg-img {
    width: 90%;
  }

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

  .hero-text {
    font-size: 24px;
  }

  .sponsors-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    object-fit: contain;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-top: 30px;
  }

  .hero-img-wrapper {
    width: 100%;
    margin-bottom: 0;
    margin-right: 0;
  }

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

  .secondary-button {
    padding-left: 20px;
    padding-right: 20px;
  }

  .secondary-button.yellow-bg {
    padding: 8px 20px;
  }

  .secondary-button.green-bg {
    padding: 8px 20px;
    font-size: 16px;
    line-height: 26px;
  }

  .hero-text-wrapper {
    margin-bottom: 20px;
  }

  .hero-right-img {
    width: 90%;
  }

  .sponsors-section {
    padding-top: 40px;
  }

  .navbar {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .navbar.nav2 {
    background-color: var(--mint-blue);
  }

  .timer-text {
    font-size: 18px;
  }

  .timer-text.timer-text-green {
    font-size: 20px;
    line-height: 28px;
  }

  .nav-link-icon.nav-green {
    font-size: 16px;
    line-height: 26px;
  }

  .hero-date-text-main-wrapper {
    width: 60%;
    top: 9%;
    right: 6%;
  }

  .hero-tittle {
    margin-top: 40px;
    font-size: 64px;
    line-height: 60px;
  }

  .hero-tittle.green {
    font-size: 50px;
    line-height: 60px;
  }

  .hero-address-main-wrapper {
    width: 58.3757%;
    bottom: -3%;
  }

  .primary-button {
    padding: 8px 20px;
  }

  .primary-button.desktop {
    display: none;
  }

  .timer-wrapper {
    margin-left: auto;
    margin-right: auto;
  }

  .timer-wrapper.w530 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .hero-left-text-wrapper {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
  }

  .timer-number {
    font-size: 48px;
    line-height: 55px;
  }

  .timer-number.big-size-text {
    font-size: 50px;
    line-height: 60px;
  }

  .hero-tittle-wrapper {
    margin-bottom: 20px;
  }

  .hero-button-wrapper {
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-flex {
    grid-row-gap: 60px;
    flex-direction: column;
    align-items: flex-start;
  }

  .conference-section {
    padding-top: 60px;
    padding-bottom: 80px;
  }

  .conference-wrapper {
    border-style: none;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .conference-text-img-grid-wrapper {
    border: 2px solid var(--dark-slate-ble);
    width: 100%;
  }

  .conference-text-img-card-wrapper {
    padding-top: 30px;
    padding-bottom: 40px;
    padding-left: 40px;
  }

  .conference-text-img-card-wrapper._1, .conference-text-img-card-wrapper._3, .conference-text-img-card-wrapper._2 {
    padding-left: 40px;
  }

  .conference-img-wrapper {
    margin-bottom: 30px;
  }

  .conference-text-1 {
    font-size: 30px;
    line-height: 40px;
  }

  .conference-card-2-first {
    width: 100%;
    padding: 40px 0 40px 40px;
  }

  .conference-card-2-second {
    width: 100%;
    padding: 40px 60px 40px 40px;
  }

  .conference-card-2-first-text {
    font-size: 35px;
    line-height: 45px;
  }

  .conference-card-2-second-pg {
    line-height: 28px;
  }

  .conference-card-2-second-pg-wrapper {
    margin-bottom: 20px;
  }

  .conference-link-wrapper.yellow {
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .tab-link, .tab-link.w--current {
    padding: 15px 25px;
  }

  .tabs-menu {
    justify-content: center;
    width: 100%;
    margin-bottom: 50px;
  }

  .schedule-main-tittle {
    font-size: 50px;
    line-height: 60px;
  }

  .tabs {
    width: 100%;
    margin-top: 20px;
  }

  .tab-pane-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .tab-pane-wrapper.yellow {
    padding-right: 0;
  }

  .tab-pane-time-text {
    font-size: 20px;
    line-height: 35px;
  }

  .tab-pane-time-text-wrapper {
    grid-column-gap: 40px;
  }

  .tab-pane-time-text-wrapper._62 {
    grid-column-gap: 35px;
    flex: none;
  }

  .tab-pane-time-text-wrapper._44, .tab-pane-time-text-wrapper._52, .tab-pane-time-text-wrapper._46 {
    grid-column-gap: 25px;
    flex: none;
  }

  .tab-pane-time-text-wrapper._38 {
    grid-column-gap: 18px;
    flex: none;
  }

  .tab-pane-time-text-wrapper._48 {
    grid-column-gap: 25px;
    flex: none;
  }

  .tab-pane-pg.yellow {
    font-size: 15px;
    line-height: 25px;
  }

  .tab-pane-card-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 5px;
    flex-direction: column;
  }

  .tab-pane-card-text-1 {
    font-size: 22px;
    line-height: 28px;
  }

  .tab-pane-card-text-2 {
    text-align: center;
  }

  .speakers-section, .pricing-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .pricing-text-wrapper {
    text-align: center;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  .pricing-tittle-wrapper {
    margin-bottom: 20px;
  }

  .pricing-tittle {
    font-size: 50px;
    line-height: 60px;
  }

  .pricing-pg-wrapper {
    margin-left: auto;
    margin-right: auto;
  }

  .collection-list {
    grid-column-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .pricing-card-wrapper {
    padding: 30px 20px;
  }

  .pricing-card-text {
    font-size: 20px;
    line-height: 28px;
  }

  .pricing-slide {
    width: 280px;
  }

  .pricing-card-tick-img-text-wrapper {
    grid-row-gap: 15px;
    margin-top: 30px;
    margin-bottom: 50px;
  }

  .pricintg-price {
    margin-top: 20px;
    font-size: 60px;
    line-height: 70px;
  }

  .pricing-card-tick-details-text {
    font-size: 20px;
    line-height: 28px;
  }

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

  .blog-tittle-wrapper {
    margin-bottom: 20px;
  }

  .blog-pg-wrapper {
    width: 450px;
  }

  .blog-tittle {
    font-size: 40px;
    line-height: 50px;
  }

  .blog-card-1-collection-text-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 20px;
  }

  .blog-card-1-text-wrapper {
    width: 340px;
  }

  .blog-card-1-date-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .blog-card-1-tittle-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .blog-card-1-tittle {
    font-size: 25px;
    line-height: 35px;
  }

  .blog-card-1-button-wrapper {
    width: 170px;
    padding: 8px 20px;
  }

  .blog-card-2-collection-text-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 20px;
  }

  .blog-card-2-tittle-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .blog-card-2-tittle {
    font-size: 25px;
    line-height: 35px;
  }

  .frequently-section {
    padding-bottom: 60px;
  }

  .frequently-section.up-150 {
    padding-top: 80px;
  }

  .frequently-tittle-wrapper {
    text-align: center;
    width: 520px;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  .frequently-tittle {
    font-size: 40px;
    line-height: 50px;
  }

  .faq-main-wrapper {
    grid-row-gap: 20px;
  }

  .faq-wrapper {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .faq-answer {
    margin-bottom: 20px;
    font-size: 17px;
    line-height: 26px;
  }

  .register-section {
    padding-bottom: 80px;
  }

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

  .register-tittle {
    font-size: 60px;
    line-height: 70px;
  }

  .footer-main-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 60px;
    flex-direction: column;
    width: 740px;
  }

  .footer-logo-link {
    width: 200px;
  }

  .footer-pg-wrapper {
    margin-top: 25px;
    margin-bottom: 30px;
  }

  .footer-card-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    width: 740px;
  }

  .footer-card-tittle {
    font-size: 22px;
    line-height: 30px;
  }

  .footer-card-tittle._287 {
    width: auto;
  }

  .footer-text-link-wrapper {
    grid-row-gap: 16px;
  }

  .footer-card-pg {
    color: #00064699;
  }

  .footer-text-field {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    font-size: 16px;
    line-height: 26px;
  }

  .footer-submit-button {
    background-position: 122px;
    width: 160px;
    padding-right: 30px;
    right: -2%;
  }

  .footer-slider {
    width: auto;
    margin-top: 60px;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .footer-slider-text {
    letter-spacing: 0;
  }

  .faq-arrow-2 {
    font-size: 26px;
    line-height: 26px;
  }

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

  .hero-v2-date-wrapper {
    width: 200px;
    height: 200px;
    padding-top: 30px;
    padding-bottom: 30px;
    top: 50%;
    right: 5%;
  }

  .hero-v2-date-img {
    margin-bottom: 10px;
  }

  .hero-v2-date-text {
    font-size: 22px;
  }

  .hero-v2-location-wrapper {
    width: 200px;
    height: 200px;
    padding-top: 30px;
    padding-bottom: 30px;
    bottom: -10%;
    right: 38%;
  }

  .sponsor-bg-wrapper {
    grid-column-gap: 80px;
    flex-direction: row;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .sponsor-left-wrapper {
    width: 300px;
  }

  .sponsor-left-tittle {
    text-align: center;
    font-size: 35px;
    line-height: 45px;
  }

  .sponsor-left-main-icon-wrapper {
    grid-row-gap: 10px;
    margin-top: 20px;
  }

  .sponsor-left-icon-wrapper {
    height: 80px;
  }

  .sponsor-left-v2-icon-wrapper {
    grid-column-gap: 10px;
  }

  .sponsor-right-tittle {
    text-align: center;
    font-size: 35px;
    line-height: 45px;
  }

  .speakers-v2-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .speakers-v2-text-wrapper {
    text-align: center;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
  }

  .speakers-v2-tittle {
    font-size: 50px;
    line-height: 60px;
  }

  .speakers-v2-tittle-wrapper {
    margin-bottom: 20px;
  }

  .speakers-v2-pg-wrapper {
    margin-left: auto;
    margin-right: auto;
  }

  .speakers-v2-main-grid {
    grid-column-gap: 20px;
    flex-direction: row;
  }

  .speakers-v2-main-grid._24 {
    width: 100%;
  }

  .speaker-v2-card-img-wrapper {
    margin-bottom: 10px;
  }

  .speaker-v2-card-text-img-wrapper {
    padding: 10px;
  }

  .speaker-v2-card-text1 {
    font-size: 16px;
    line-height: 26px;
  }

  .speaker-v2-card-text2 {
    font-size: 12px;
    line-height: 20px;
  }

  .speaker-v2-card-main-icon-wrapper {
    grid-column-gap: 5px;
  }

  .speaker-v2-card-icon-wrapper, .speaker-v2-card-icon2-wrapper {
    width: 30px;
    height: 30px;
  }

  .be-text, .in-text {
    font-size: 16px;
    line-height: 16px;
  }

  .speakers-v2-grid {
    width: 100%;
  }

  .conference-v2-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .conference-v2-wrapper {
    grid-row-gap: 80px;
    flex-direction: column;
  }

  .conference-v2-left-wrapper {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .conference-v2-tittle {
    font-size: 40px;
    line-height: 50px;
  }

  .conference-v2-pg-button-wrapper {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .conference-v2-pg {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 24px;
  }

  .conference-v2-right-wrapper {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .conference-v2-card-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .conference-v2-card-text {
    font-size: 30px;
    line-height: 40px;
  }

  .conference-v2-card-img-wrapper {
    width: 70px;
    height: 70px;
    top: -18%;
  }

  .conference-v2-card-img {
    width: 55%;
  }

  .pricing-v2-section {
    padding-top: 60px;
  }

  .pricing-v2-section.down-150 {
    padding-bottom: 100px;
  }

  .pricing-v2-text-wrapper {
    margin-bottom: 40px;
  }

  .pricing-v2-tittle-wrapper {
    margin-bottom: 25px;
  }

  .pricing-v2-pg {
    font-size: 16px;
    line-height: 24px;
  }

  .pricing-v2-tittle {
    font-size: 40px;
    line-height: 50px;
  }

  .pricing-v2-collection-list {
    grid-row-gap: 24px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .pricing-v2-card-wrapper {
    padding-bottom: 30px;
  }

  .pricing-v2-tag-wrapper {
    width: 130px;
    padding: 10px;
  }

  .pricing-v2-tag-text {
    font-size: 16px;
    line-height: 24px;
  }

  .pricing-v2-card-border {
    width: 300px;
    margin-top: 15px;
    margin-bottom: 20px;
  }

  .pricing-v2-card-icon {
    width: 80%;
  }

  .pricing-v2-card-icon-wrapper {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
  }

  .pricing-v2-card-price-text {
    text-align: center;
    font-size: 50px;
    line-height: 60px;
  }

  .pricing-v2-card-big-border {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .pricing-v2-card-tick-text-main-wrapper {
    grid-row-gap: 10px;
    margin-bottom: 20px;
    margin-left: 80px;
  }

  .pricing-v2-card-tick-text-wrapper {
    grid-column-gap: 10px;
  }

  .pricing-v2-card-tick-text {
    font-size: 20px;
    line-height: 26px;
  }

  .pricing-v2-button {
    width: 89%;
    margin-left: 20px;
    margin-right: 20px;
    font-size: 16px;
    line-height: 26px;
  }

  .register-v2-section {
    padding-bottom: 60px;
  }

  .register-v2-wrapper {
    grid-row-gap: 24px;
    flex-direction: column;
    justify-content: center;
  }

  .register-v2-left-wrapper {
    width: 100%;
  }

  .register-v2-left-card-1 {
    height: 100%;
    margin-bottom: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
  }

  .register-v2-left-card-1-tittle-wrapper {
    width: 100%;
    margin-bottom: 20px;
  }

  .register-v2-left-card-1-tittle {
    font-size: 40px;
    line-height: 50px;
  }

  .register-v2-left-card-2 {
    height: 100%;
    padding-bottom: 30px;
    padding-left: 30px;
  }

  .register-v2-left-card-2-tittle {
    font-size: 40px;
    line-height: 50px;
  }

  .register-v2-right-wrapper {
    width: 100%;
    height: 100%;
    padding-bottom: 40px;
  }

  .register-v2-right-tittle-wrapper {
    width: 100%;
  }

  .register-v2-right-tittle {
    font-size: 50px;
    line-height: 60px;
  }

  .register-v2-right-pg-wrapper {
    margin-top: 25px;
    margin-bottom: 40px;
  }

  .register-v2-right-pg {
    font-size: 16px;
    line-height: 26px;
  }

  .register-v2-text-field {
    padding-left: 30px;
  }

  .register-v2-form-button {
    right: 30%;
  }

  .faq-answer-wrapper {
    margin-top: 20px;
  }

  .tab-pane-time-text-main-wrapper._146 {
    grid-column-gap: 50px;
    justify-content: flex-start;
  }

  .tab-pane-time-text-main-wrapper._79 {
    grid-column-gap: 21px;
    justify-content: flex-start;
  }

  .tab-pane-time-text-main-wrapper._137 {
    grid-column-gap: 60px;
    justify-content: flex-start;
  }

  .tab-pane-time-text-main-wrapper._74 {
    grid-column-gap: 25px;
  }

  .tab-pane-time-text-main-wrapper._67 {
    grid-column-gap: 15px;
    justify-content: flex-start;
  }

  .tab-pane-time-text-main-wrapper._73 {
    grid-column-gap: 25px;
  }

  .speakers-collection-list {
    grid-row-gap: 25px;
    grid-template-rows: auto;
  }

  .speakers-tittle-wrapper {
    padding: 55px 40px;
  }

  .speakers-tittle {
    font-size: 35px;
    line-height: 45px;
  }

  .sp-ekers-card-2 {
    width: auto;
  }

  .speakers-v2-collection-list {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .speakers-v2-collection-list._60 {
    grid-row-gap: 40px;
  }

  .speakers-v2-card-2 {
    margin-top: 40px;
  }

  .speakers-v2-card-3 {
    margin-top: 80px;
  }

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

  .inner-section.down-150 {
    padding-top: 140px;
    padding-bottom: 80px;
  }

  .inner-tittle {
    font-size: 50px;
    line-height: 60px;
  }

  .speakers-p-section {
    padding-top: 60px;
    padding-bottom: 80px;
  }

  .register-p-section {
    padding-bottom: 80px;
  }

  .register-p-section.up-150, .speaker-s-details-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .speaker-s-details-wrapper {
    flex-direction: row;
  }

  .speaker-s-details-text-main-wrapper {
    padding: 20px;
  }

  .speaker-s-details-tittle {
    font-size: 40px;
    line-height: 50px;
  }

  .speaker-s-details-text {
    font-size: 22px;
    line-height: 30px;
  }

  .speaker-s-details-text-pg-wrapper {
    width: 350px;
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .speaker-s-details-link-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

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

  .ticket-details-wrapper {
    grid-row-gap: 60px;
    flex-direction: column;
  }

  .ticket-details-tittle-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .ticket-details-tittle {
    font-size: 45px;
    line-height: 55px;
  }

  .ticket-details-pg-wrapper {
    margin-bottom: 30px;
  }

  .ticket-details-icon-text-main-wrapper {
    grid-row-gap: 20px;
  }

  .blog-details-main-wrapper {
    margin-bottom: 40px;
  }

  .blog-details-text-icon-wrapper {
    width: 100%;
    margin-bottom: 50px;
  }

  .blog-details-tittle-wrapper {
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .blog-details-tittle {
    font-size: 40px;
    line-height: 50px;
  }

  .blog-details-member-icon-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .blog-details-big-img {
    width: 650px;
  }

  .blog-details-round-wrapper {
    justify-content: center;
    align-items: center;
    width: 140px;
    height: 140px;
    padding: 20px 25px;
    display: flex;
    top: -23%;
    right: 2%;
  }

  .blog-details-round-text {
    margin-top: 10px;
    font-size: 17px;
  }

  .blog-details-wrapper {
    grid-row-gap: 50px;
    flex-direction: column-reverse;
  }

  .blog-details-left-wrapper {
    width: 100%;
  }

  .blog-details-left-pg1 {
    font-size: 18px;
    line-height: 26px;
  }

  .blog-details-left-pg2, .blog-details-left-pg3 {
    font-size: 16px;
    line-height: 26px;
  }

  .blog-details-left-tittle1 {
    font-size: 30px;
    line-height: 40px;
  }

  .blog-details-left-pg4, .blog-details-left-pg5 {
    font-size: 16px;
    line-height: 26px;
  }

  .blog-details-left-img-wrapper {
    width: 100%;
    margin-bottom: 30px;
  }

  .blog-details-left-tittle2 {
    font-size: 30px;
    line-height: 40px;
  }

  .blog-details-left-pg6, .blog-details-left-pg7 {
    font-size: 16px;
    line-height: 26px;
  }

  .style-guide-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .style-guide-tittle-wrapper {
    margin-bottom: 30px;
  }

  .style-guide-tittle {
    padding-bottom: 10px;
    font-size: 40px;
    line-height: 50px;
  }

  .style-guide-color-main-wrapper {
    width: 750px;
    margin-bottom: 40px;
  }

  .style-guide-color-wrapper {
    width: 230px;
    height: 230px;
  }

  .style-guide-color-text {
    font-size: 22px;
    line-height: 28px;
  }

  .heading-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin-bottom: 40px;
  }

  .h1-heading {
    font-size: 60px;
    line-height: 70px;
  }

  .h2-heading {
    font-size: 50px;
    line-height: 60px;
  }

  .h3-heading {
    font-size: 40px;
    line-height: 50px;
  }

  .h4-heading {
    font-size: 32px;
    line-height: 40px;
  }

  .h5-heading {
    font-size: 30px;
    line-height: 40px;
  }

  .h6-heading {
    font-size: 20px;
    line-height: 26px;
  }

  .paragraph-main-wrapper._30 {
    margin-bottom: 20px;
  }

  .paragraph-main-wrapper._134 {
    margin-bottom: 40px;
  }

  .paragraph-wrapper {
    margin-bottom: 15px;
    padding-left: 0;
  }

  .paragraph-1 {
    font-size: 22px;
    line-height: 28px;
  }

  .paragraph-2 {
    width: 750px;
    padding-left: 0;
    font-size: 16px;
    line-height: 26px;
  }

  .typeface-wrapper {
    margin-bottom: 40px;
  }

  .typeface-left-wrapper {
    height: 300px;
  }

  .typeface-text {
    font-size: 32px;
    line-height: 42px;
  }

  .button-main-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  ._404-section {
    padding-top: 140px;
    padding-bottom: 60px;
  }

  ._404-wrapper {
    width: 730px;
  }

  ._404-img-wrapper {
    margin-bottom: 40px;
  }

  ._404-img {
    width: 500px;
  }

  ._404-tittle {
    font-size: 35px;
    line-height: 45px;
  }

  ._404-pg-wrapper, .pp-tittle-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .pp-tittle {
    font-size: 40px;
    line-height: 50px;
  }

  .pp-field-label {
    margin-bottom: 40px;
  }

  .change-log-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .change-log-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 40px;
  }

  .change-log-tittle-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .change-log-tittle {
    font-size: 35px;
    line-height: 45px;
  }

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

  .license-tittle {
    margin-bottom: 20px;
    font-size: 40px;
    line-height: 50px;
  }

  .license-main-img-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 40px;
    margin-bottom: 60px;
  }

  .license-card-img-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .license-main-icon-wrapper {
    grid-row-gap: 50px;
    margin-top: 40px;
    margin-bottom: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
  }

  .license-icon-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .license-main-tag-wrapper {
    margin-top: 50px;
    padding: 40px;
  }

  .license-tag-text {
    font-size: 35px;
    line-height: 45px;
  }

  .ticket-cart-main-wrapper {
    width: 100%;
    padding: 40px;
  }

  .ticket-cart-tittle {
    font-size: 35px;
    line-height: 45px;
  }

  .ticket-cart-pg {
    margin-bottom: 30px;
  }

  .ticket-cart-price-text {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 70px;
    line-height: 80px;
  }

  .ticket-cart-border {
    width: 100%;
    margin-bottom: 30px;
  }

  .add-to-cart-button, .select-field-wrapper {
    width: 100%;
  }

  .blog-details-right-wrapper {
    width: 100%;
    padding-top: 40px;
    padding-left: 30px;
    padding-right: 30px;
    position: static;
  }

  .blog-details-right-tittle {
    font-size: 30px;
    line-height: 40px;
  }

  .blog-details-right-text-wrapper {
    margin-top: 15px;
    margin-bottom: 30px;
  }

  .blog-details-right-text-field {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
  }

  .blog-details-right-submit-button {
    margin-left: auto;
    margin-right: auto;
  }

  .speakers-card-1-hover-main-wrapper {
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .speakers-card-1-hover-text1 {
    font-size: 16px;
    line-height: 24px;
  }

  .speakers-card-1-hover-text2 {
    font-size: 12px;
    line-height: 20px;
  }

  .speakers-card-1-hover-icon-wrapper {
    grid-column-gap: 10px;
  }

  .speakers-card-1-hover-link-block-wrapper {
    width: 25px;
    height: 25px;
  }

  .sponsor-right-tittle-wrapper {
    margin-bottom: 30px;
  }

  .contact-us-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .contact-us-main-wrapper {
    width: 735px;
  }

  .contact-us-main-form-wrapper {
    padding: 40px;
  }

  .contact-us-field-lebel {
    margin-bottom: 20px;
  }

  .contact-us-form-medium-main-wrapper {
    margin-bottom: 30px;
  }

  .checkbox-field {
    margin-bottom: 25px;
  }

  .contact-us-submit-button {
    background-position: 55%;
    width: 650px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 270px;
  }

  .conference-card-2-second-pg-button-wrapper {
    width: 500px;
  }

  .register-pg-wrapper {
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .primary-button-wrapper.desktop {
    display: none;
  }

  .primary-button-wrapper.mobile {
    display: block;
  }

  .license-text-wrapper {
    width: 100%;
    margin-top: 25px;
  }

  .blog-details-left-pg1-wrapper {
    margin-bottom: 20px;
  }

  .blog-details-left-pg2-wrapper {
    margin-bottom: 25px;
  }

  .blog-details-left-pg3-wrapper {
    margin-bottom: 30px;
  }

  .blog-details-left-tittle1-wrapper, .blog-details-left-pg4-wrapper {
    margin-bottom: 20px;
  }

  .blog-details-left-pg5-wrapper {
    margin-bottom: 30px;
  }

  .blog-details-left-tittle2-wrapper, .blog-details-left-pg6-wrapper {
    margin-bottom: 20px;
  }

  .blog-details-big-img-main-wrapper {
    display: inline-block;
  }

  .hero-date-text-wrapper, .hero-address-wrapper {
    padding: 20px 30px;
  }

  .sponsor-left-icon {
    width: 60px;
  }

  .pricing-v2-card-icon-white {
    width: 80%;
  }

  .home-dropdown-list {
    position: static;
  }

  .home-dropdown-list.w--open {
    margin-top: 0;
    margin-bottom: 5px;
    display: inline-block;
    position: static;
    left: 0%;
  }

  .ticket-details-main-icon {
    width: 100px;
  }

  .dropdown-main-list-wrapper {
    display: inline-block;
  }

  .dropdown-heading-wrapper {
    margin-bottom: 20px;
  }

  .dropdown-menu-text-link {
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
  }

  .dropdown-menu-text-link.w--current {
    margin-bottom: 10px;
  }

  .menu-button {
    padding: 0;
  }

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

  .hamburger-menu-bar {
    width: 40px;
    height: 3px;
    margin-top: 12px;
    margin-bottom: 12px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .hamburger-menu-bar.top {
    background-color: var(--white);
  }

  .hamburger-menu-bar.top.green {
    background-color: var(--dark-slate-ble);
  }

  .hamburger-menu-bar.bottom {
    background-color: var(--pâle);
  }

  .hamburger-menu-bar.bottom.bottog-bg-green {
    background-color: var(--dark-slate-ble);
  }

  .primary-button-navbar.mobile {
    margin-top: 5px;
    display: block;
  }

  .home-dropdown-list-wrapper {
    background-color: var(--white);
    border-radius: 10px;
    padding: 20px 20px 10px;
  }

  .timer-counter-wrap {
    height: 50px;
  }

  .timer-counter-wrap.hight-94 {
    height: 60px;
  }

  .dot-text {
    font-size: 45px;
    line-height: 55px;
  }

  .dot-text.big-dot {
    font-size: 50px;
    line-height: 60px;
  }

  .preview-navbar {
    padding-top: 20px;
    padding-bottom: 15px;
  }

  .preview-navbar-menu-wrapper {
    background-color: var(--dark-slate-ble);
    height: 23vh;
    padding-top: 20px;
    padding-left: 20px;
  }

  .preview-navbar-button-wrapper.desktop {
    display: none;
  }

  .preview-nav-link {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .preview-banner-section {
    padding-top: 50px;
  }

  .preview-banner-tittle-wrapper {
    width: 100%;
    margin-bottom: 20px;
  }

  .preview-banner-tittle {
    font-size: 50px;
    line-height: 60px;
  }

  .preview-ticker-section {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .preview-ticker-main-wrapper {
    grid-row-gap: 25px;
  }

  .preview-ticker-img {
    margin-right: 20px;
  }

  .preview-ticker-img-2-main-wrapper {
    grid-column-gap: 25px;
  }

  .preview-modern-home-section {
    padding-top: 60px;
  }

  .preview-modern-home-img-wrapper {
    height: 325px;
  }

  .single-preview-wrap {
    max-width: 400px;
    padding: 20px;
  }

  .single-preview-tag {
    padding-left: 20px;
    padding-right: 20px;
    bottom: 55px;
  }

  .single-preview-tag-title {
    font-size: 16px;
    line-height: 26px;
  }

  .preview-modern-home-text-wrapper {
    margin-bottom: 40px;
  }

  .preview-modern-home-tittle {
    font-size: 40px;
    line-height: 50px;
  }

  .preview-modern-home-pg-wrapper {
    margin-top: 15px;
  }

  .preview-modern-home-pg {
    font-size: 16px;
  }

  .preview-figma-section {
    padding-top: 80px;
  }

  .preview-figma-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    flex-direction: column;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 20px;
  }

  .preview-figma-left-wrapper {
    text-align: center;
  }

  .preview-figma-title-wrapper {
    margin: 15px auto 10px;
  }

  .preview-figma-title {
    font-size: 40px;
    line-height: 50px;
  }

  .preview-figma-paragraph-text-wrapper {
    margin-bottom: 25px;
  }

  .preview-figma-content-wrapper {
    width: 95%;
  }

  .preview-figma-image {
    width: 100%;
  }

  .browse-template-section {
    padding-top: 80px;
  }

  .browse-template-single-main-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .browse-template-single-img {
    height: auto;
  }

  .browse-template-tickers, .browse-template-tickers-single {
    grid-row-gap: 20px;
  }

  .browse-template-single-text-wrapper {
    width: 100%;
  }

  .browse-template-single-tittle {
    font-size: 35px;
    line-height: 45px;
  }

  .browse-template-single-pg-wrapper {
    margin-top: 20px;
    margin-bottom: 25px;
  }

  .browse-template-single-pg {
    font-size: 16px;
    line-height: 26px;
  }

  .preview-footer-section {
    padding-top: 80px;
  }

  .preview-footer-tittle-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .preview-footer-tittle {
    font-size: 40px;
    line-height: 50px;
  }

  .preview-footer-pg-wrapper {
    margin-bottom: 20px;
  }

  .preview-footer-border-text-wrapper {
    margin-top: 60px;
  }

  .preview-footer-border-text {
    letter-spacing: 0;
  }

  .preview-modern-home-flex {
    grid-column-gap: 20px;
  }

  .preview-modern-home-grid-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 24px;
  }

  .single-preview-main-flex-wrap {
    grid-row-gap: 25px;
  }

  .single-preview-flex-wrap {
    grid-column-gap: 20px;
  }

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

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

  .checkout-header-tittle {
    font-size: 18px;
    line-height: 26px;
  }

  .checkout-header-text {
    font-size: 16px;
  }

  .block-content {
    padding: 15px;
  }

  .order-item-tittle {
    font-size: 16px;
    line-height: 22px;
  }

  .order-item-text {
    font-size: 12px;
    line-height: 18px;
  }

  .order-item-text-price {
    font-size: 14px;
    line-height: 18px;
  }

  .order-item-text-total-price {
    font-size: 16px;
  }

  .shipping-method-header {
    padding-left: 15px;
    padding-right: 15px;
  }

  .checkout-input-text-block {
    font-size: 12px;
    line-height: 18px;
  }

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

  .plan-category {
    padding-top: 100px;
    padding-bottom: 80px;
  }

  .plan-category-title-wrapper {
    margin-bottom: 50px;
  }

  .category-title {
    font-size: 50px;
    line-height: 60px;
  }

  .category-content {
    max-width: 320px;
  }

  .plan-category-section {
    padding-bottom: 100px;
  }

  .cart-container {
    max-width: 500px;
  }

  .cart-header {
    padding: 20px 30px;
  }

  .cart-header-tittle {
    font-size: 30px;
    line-height: 40px;
  }

  .cart-item {
    padding-top: 20px;
  }

  .cart-text {
    font-size: 22px;
    line-height: 30px;
  }

  .cart-text-price {
    font-size: 40px;
    line-height: 50px;
  }

  .cart-text-price-list-wrapper {
    margin-left: 6px;
    margin-right: 6px;
  }

  .cart-footer {
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .checkout-button {
    height: 50px;
  }

  .home-dropdown-list-div {
    display: inline-block;
  }

  .nav-menu-wrapper {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .utility-page-wrap {
    height: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .utility-page-content {
    width: 90%;
    padding: 30px 20px;
  }

  .utility-page-form {
    width: 100%;
  }

  .nav-menu {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding: 10px 15px 20px 20px;
  }

  .nav-menu.white-bg {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .nav-link {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 16px;
    line-height: 24px;
  }

  .nav-link.nav-green {
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 16px;
    line-height: 26px;
  }

  .sponsors-text {
    font-size: 30px;
    line-height: 40px;
  }

  .nav-logo-wrapper, .nav-logo-wrapper.w--current {
    width: 150px;
  }

  .timer-cart-wrapper {
    grid-row-gap: 12px;
  }

  .hero-right-bg-img {
    width: 92%;
  }

  .hero-address-text {
    font-size: 18px;
    line-height: 26px;
  }

  .dropdown-toggle {
    grid-column-gap: 5px;
  }

  .hero-text {
    font-size: 16px;
    line-height: 26px;
  }

  .sponsors-grid {
    margin-top: 25px;
  }

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

  .secondary-button {
    align-self: center;
    margin-left: auto;
    margin-right: auto;
    padding: 8px 16px;
    font-size: 16px;
    line-height: 26px;
  }

  .secondary-button.green-bg {
    padding-left: 20px;
    padding-right: 20px;
  }

  .secondary-button.green-bg.w--current {
    padding-top: 8px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-text-wrapper {
    margin-bottom: 20px;
  }

  .hero-right-img {
    width: 92%;
    top: 45px;
    left: 7%;
  }

  .sponsors-section {
    padding-top: 40px;
    padding-bottom: 30px;
  }

  .timer-text.timer-text-green {
    color: var(--white);
    font-size: 16px;
    line-height: 24px;
  }

  .hero-date-text-main-wrapper {
    width: 340px;
    top: 12%;
  }

  .hero-tittle, .hero-tittle.green {
    font-size: 40px;
    line-height: 50px;
  }

  .hero-address-main-wrapper {
    width: 340px;
  }

  .primary-button {
    align-self: center;
    margin-left: auto;
    margin-right: auto;
    padding: 8px 16px;
    font-size: 16px;
    line-height: 26px;
  }

  .timer-wrapper.w530 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .hero-date-text {
    font-size: 18px;
    line-height: 26px;
  }

  .hero-left-text-wrapper {
    width: 100%;
  }

  .hero-left-text-wrapper.middle {
    width: 400px;
  }

  .timer-number {
    font-size: 35px;
    line-height: 45px;
  }

  .timer-number.big-size-text {
    color: var(--white);
    font-size: 40px;
    line-height: 50px;
  }

  .hero-tittle-wrapper {
    margin-bottom: 15px;
  }

  .hero-button-wrapper {
    margin-bottom: 20px;
  }

  .hero-flex {
    grid-row-gap: 40px;
  }

  .conference-section {
    padding-bottom: 60px;
  }

  .conference-wrapper, .conference-grid-2 {
    width: 100%;
  }

  .conference-text-img-card-wrapper, .conference-text-img-card-wrapper._1, .conference-text-img-card-wrapper._3, .conference-text-img-card-wrapper._2 {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .conference-img-wrapper {
    width: 50px;
    height: 50px;
    margin-bottom: 20px;
  }

  .conference-img {
    width: 60%;
  }

  .conference-text-wrapper {
    grid-column-gap: 12px;
  }

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

  .conference-card-2-first {
    width: 100%;
    padding: 30px 0 30px 20px;
  }

  .conference-card-2-second {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .conference-card-2-first-text {
    font-size: 30px;
    line-height: 40px;
  }

  .conference-card-2-second-pg {
    font-size: 16px;
    line-height: 24px;
  }

  .conference-card-2-second-pg-wrapper {
    margin-bottom: 20px;
  }

  .conference-link-wrapper {
    grid-column-gap: 5px;
    width: 160px;
    padding: 8px 20px;
  }

  .conference-link-wrapper.yellow {
    width: 160px;
    padding: 8px 20px;
  }

  .conference-link-text {
    font-size: 16px;
    line-height: 26px;
  }

  .schedule-section {
    padding-top: 50px;
    padding-bottom: 60px;
  }

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

  .tab-link, .tab-link.w--current {
    width: auto;
    padding: 10px 20px;
  }

  .tab-link-text-1 {
    margin-bottom: 5px;
    font-size: 20px;
    line-height: 28px;
  }

  .tabs-menu {
    margin-bottom: 40px;
  }

  .tab-link-text-2 {
    font-size: 14px;
    line-height: 24px;
  }

  .schedule-main-tittle {
    font-size: 35px;
    line-height: 45px;
  }

  .tab-pane-wrapper {
    justify-content: center;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
  }

  .tab-pane-wrapper.yellow {
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .tab-pane-wrapper.yellow.border-bg-remove {
    padding-bottom: 20px;
  }

  .tab-pane-time-text {
    font-size: 18px;
    line-height: 28px;
  }

  .tab-pane-time-text-wrapper {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

  .tab-pane-time-text-wrapper._62, .tab-pane-time-text-wrapper._44 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    align-items: flex-start;
  }

  .tab-pane-time-text-wrapper._52 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .tab-pane-time-text-wrapper._46 {
    flex-direction: column;
    justify-content: center;
  }

  .tab-pane-time-text-wrapper._38 {
    flex-direction: column;
  }

  .tab-pane-time-text-wrapper._48 {
    flex-direction: column;
    justify-content: center;
  }

  .tab-pane-pg {
    text-align: left;
    width: auto;
    margin-top: 10px;
    font-size: 14px;
    line-height: 22px;
  }

  .tab-pane-pg.yellow {
    margin-top: 10px;
  }

  .tab-pane-card-wrapper {
    grid-column-gap: 10px;
    flex-direction: row;
    width: 95%;
  }

  .tab-pane-card-img-wrapper {
    width: 50px;
    height: 50px;
  }

  .tab-pane-card-img {
    width: 100%;
    height: 100%;
  }

  .tab-pane-card-text-wrapper {
    text-align: left;
  }

  .tab-pane-card-text-1 {
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 26px;
  }

  .tab-pane-card-text-2 {
    text-align: left;
    font-size: 14px;
    line-height: 22px;
  }

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

  .speakers-card-image {
    width: 100%;
  }

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

  .pricing-text-wrapper {
    text-align: center;
    width: 100%;
    margin-bottom: 30px;
  }

  .pricing-tittle-wrapper {
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
  }

  .pricing-tittle {
    font-size: 35px;
    line-height: 45px;
  }

  .pricing-pg-wrapper {
    margin-left: auto;
    margin-right: auto;
  }

  .pricing-pg {
    font-size: 14px;
    line-height: 22px;
  }

  .collection-list {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .pricing-card-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 10px;
  }

  .pricing-card-text {
    margin-bottom: 10px;
  }

  .pricing-slide {
    margin-right: auto;
  }

  .pricing-card-tick-img-text-wrapper {
    grid-row-gap: 15px;
    justify-content: center;
    align-items: flex-start;
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .pricintg-price {
    font-size: 50px;
    line-height: 60px;
  }

  .pricing-card-img-text-wrapper {
    grid-column-gap: 14px;
  }

  .pricing-button {
    font-size: 16px;
    line-height: 26px;
  }

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

  .blog-text-wrapper {
    width: 100%;
  }

  .blog-tittle-wrapper {
    margin-bottom: 10px;
  }

  .blog-tittle {
    font-size: 30px;
    line-height: 45px;
  }

  .blog-pg {
    line-height: 22px;
  }

  .blog-wrapper {
    margin-top: 40px;
  }

  .blog-card-1-collection-img-wrapper {
    width: 100%;
  }

  .blog-card-1-collection-text-wrapper {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
  }

  .blog-card-1-text-wrapper {
    width: 100%;
  }

  .blog-card-1-date-wrapper {
    padding: 8px 16px;
  }

  .blog-card-1-date-text {
    font-size: 14px;
    line-height: 18px;
  }

  .blog-card-1-tittle-wrapper {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .blog-card-1-tittle {
    font-size: 20px;
    line-height: 28px;
  }

  .blog-card-1-button-wrapper {
    grid-column-gap: 5px;
    width: 130px;
    padding: 8px 16px;
  }

  .blog-card-1-link-text {
    font-size: 14px;
    line-height: 22px;
  }

  .blog-card-2-collection-text-wrapper {
    width: 100%;
    padding: 20px 10px;
  }

  .blog-card-2-collection-img-wrapper {
    width: 100%;
  }

  .blog-card-2-text-wrapper {
    width: auto;
  }

  .blog-card-2-tittle-wrapper {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .blog-card-2-tittle {
    font-size: 20px;
    line-height: 28px;
  }

  .div-block {
    width: auto;
  }

  .frequently-section {
    padding-bottom: 60px;
  }

  .frequently-section.up-150 {
    padding-top: 60px;
  }

  .frequently-tittle-wrapper {
    width: auto;
    margin-bottom: 20px;
  }

  .frequently-tittle {
    font-size: 30px;
    line-height: 40px;
  }

  .faq-main-wrapper {
    grid-row-gap: 15px;
  }

  .faq-wrapper {
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .faq-question {
    font-size: 24px;
  }

  .faq-answer {
    max-width: 100%;
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 23px;
  }

  .faq-arrow {
    font-size: 18px;
    line-height: 18px;
  }

  .register-section {
    padding-bottom: 60px;
  }

  .register-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .register-tittle {
    font-size: 40px;
    line-height: 50px;
  }

  .register-pg {
    font-size: 16px;
    line-height: 26px;
  }

  .register-button-wrapper {
    justify-content: center;
    align-items: center;
    width: 395px;
  }

  .footer-main-wrapper {
    grid-row-gap: 50px;
    width: 100%;
  }

  .footer-logo-link {
    width: 170px;
  }

  .footer-pg-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .footer-pg {
    font-size: 16px;
    line-height: 26px;
  }

  .footer-logo-link-wrapper {
    grid-column-gap: 10px;
  }

  .footer-card-wrapper {
    grid-row-gap: 32px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    width: auto;
  }

  .footer-card-tittle {
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 26px;
  }

  .footer-card-tittle._287 {
    width: 100%;
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 26px;
  }

  .footer-text-link-wrapper {
    grid-row-gap: 12px;
  }

  .footer-text-link {
    font-size: 16px;
    line-height: 26px;
  }

  .footer-card-pg {
    width: 100%;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 24px;
  }

  .footer-text-field {
    height: 52px;
    line-height: 24px;
  }

  .footer-submit-button {
    background-image: url('../images/Submit-Button-Img.svg');
    background-position: 69%;
    background-size: auto;
    width: 100%;
    height: 52px;
    margin-top: 10px;
    margin-bottom: 0;
    margin-right: 0;
    padding-left: 10px;
    line-height: 28px;
    position: static;
  }

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

  .footer-slider {
    margin-top: 50px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .footer-slider-text {
    font-size: 16px;
    line-height: 26px;
  }

  .cart-button {
    width: 45px;
    height: 45px;
  }

  .card-img {
    width: 20px;
  }

  .faq-arrow-2 {
    font-size: 18px;
    line-height: 18px;
  }

  .hero-v2-section {
    padding-top: 100px;
  }

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

  .hero-v2-img-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .hero-v2-date-wrapper {
    width: 140px;
    height: 140px;
    padding: 20px 12px;
    top: 44%;
    right: 1%;
  }

  .hero-v2-date-img {
    width: 25px;
    margin-bottom: 10px;
  }

  .hero-v2-date-text {
    font-size: 16px;
    line-height: 24px;
  }

  .hero-v2-location-wrapper {
    width: 140px;
    height: 140px;
    padding: 20px 10px;
    bottom: -6%;
    right: 37%;
  }

  .hero-v2-location-img {
    width: 25px;
  }

  .sponsor-v2-section {
    background-color: var(--dark-slate-ble);
    background-image: none;
  }

  .sponsor-bg-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    padding-top: 60px;
  }

  .sponsor-left-tittle {
    color: var(--pâle);
    text-align: center;
    font-size: 22px;
    line-height: 30px;
  }

  .sponsor-left-main-icon-wrapper {
    grid-row-gap: 20px;
    margin-top: 15px;
  }

  .sponsor-left-icon-wrapper {
    width: 100%;
    height: 100%;
  }

  .sponsor-left-v2-icon-wrapper {
    align-items: center;
  }

  .sponsor-v2-right-wrapper {
    width: 50%;
  }

  .sponsor-right-tittle {
    color: var(--pâle);
    text-align: center;
    font-size: 22px;
    line-height: 30px;
  }

  .speakers-v2-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .speakers-v2-text-wrapper {
    width: 400px;
    margin-bottom: 40px;
  }

  .speakers-v2-tittle {
    font-size: 30px;
    line-height: 45px;
  }

  .speakers-v2-tittle-wrapper {
    margin-bottom: 10px;
  }

  .speakers-v2-pg-wrapper {
    width: 88%;
  }

  .speakers-v2-pg {
    font-size: 16px;
    line-height: 22px;
  }

  .speakers-v2-main-grid {
    grid-column-gap: 10px;
    width: 100%;
  }

  .speakers-v2-main-grid._24 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .speaker-v2-card-wrapper {
    width: auto;
  }

  .speaker-v2-card-img-wrapper {
    margin-bottom: 0;
  }

  .speaker-v2-card-text-img-wrapper {
    flex-direction: row;
    padding: 5px;
  }

  .speaker-v2-card-text-wrapper {
    text-align: left;
  }

  .speaker-v2-card-text1 {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
  }

  .speaker-v2-card-text2 {
    font-size: 11px;
    line-height: 15px;
  }

  .speaker-v2-card-main-icon-wrapper {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-direction: column;
  }

  .speaker-v2-card-icon-wrapper, .speaker-v2-card-icon2-wrapper {
    width: 25px;
    height: 25px;
  }

  .be-text, .in-text {
    font-size: 12px;
    line-height: 12px;
  }

  .speakers-v2-grid {
    width: auto;
  }

  .conference-v2-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .conference-v2-wrapper {
    grid-row-gap: 60px;
  }

  .conference-v2-left-wrapper {
    width: 100%;
  }

  .conference-v2-tittle {
    font-size: 30px;
    line-height: 40px;
  }

  .conference-v2-pg-button-wrapper {
    width: 350px;
    margin-top: 10px;
  }

  .conference-v2-pg {
    margin-bottom: 15px;
    line-height: 22px;
  }

  .conference-v2-right-wrapper {
    width: 100%;
  }

  .conference-v2-card-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 30px;
  }

  .conference-v2-card-text {
    font-size: 25px;
    line-height: 35px;
  }

  .conference-v2-card-img-wrapper {
    width: 60px;
    height: 60px;
    top: -19%;
    left: 11%;
  }

  .conference-v2-card-img {
    width: 50%;
  }

  .pricing-v2-section {
    padding-top: 60px;
  }

  .pricing-v2-section.down-150 {
    padding-bottom: 80px;
  }

  .pricing-v2-text-wrapper {
    width: 450px;
    margin-bottom: 40px;
  }

  .pricing-v2-tittle-wrapper {
    margin-bottom: 15px;
  }

  .pricing-v2-pg-wrapper {
    width: 400px;
  }

  .pricing-v2-pg {
    font-size: 16px;
    line-height: 22px;
  }

  .pricing-v2-tittle {
    font-size: 30px;
    line-height: 40px;
  }

  .pricing-v2-collection-wrapper {
    width: 100%;
  }

  .pricing-v2-collection-list {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .pricing-v2-card-wrapper {
    width: 100%;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .pricing-v2-card-border {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .pricing-v2-card-icon-wrapper {
    margin-bottom: 20px;
  }

  .pricing-v2-card-price-text {
    font-size: 40px;
    line-height: 50px;
  }

  .pricing-v2-card-price-text-wrapper {
    width: 100px;
  }

  .pricing-v2-card-big-border {
    margin-top: 15px;
    margin-bottom: 20px;
  }

  .pricing-v2-card-tick-text-main-wrapper {
    margin-bottom: 20px;
    margin-left: 140px;
  }

  .pricing-v2-card-tick-text {
    font-size: 18px;
    line-height: 24px;
  }

  .pricing-v2-button {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }

  .register-v2-section {
    padding-bottom: 80px;
  }

  .register-v2-left-wrapper {
    width: 100%;
  }

  .register-v2-left-card-1 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .register-v2-left-card-1-tittle-wrapper {
    margin-bottom: 15px;
  }

  .register-v2-left-card-1-tittle {
    font-size: 30px;
    line-height: 40px;
  }

  .register-v2-left-card-2-tittle-wrapper {
    margin-bottom: 15px;
  }

  .register-v2-left-card-2-tittle {
    font-size: 30px;
    line-height: 40px;
  }

  .register-v2-right-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
  }

  .register-v2-right-tittle {
    font-size: 35px;
    line-height: 45px;
  }

  .register-v2-right-pg-wrapper {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .register-v2-text-field {
    width: 80%;
    padding-left: 15px;
  }

  .register-v2-form-button {
    right: 17%;
  }

  .tab-pane-time-text-main-wrapper._146 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 95%;
  }

  .tab-pane-time-text-main-wrapper._79 {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 95%;
  }

  .tab-pane-time-text-main-wrapper._137 {
    grid-column-gap: 50px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 95%;
  }

  .tab-pane-time-text-main-wrapper._74, .tab-pane-time-text-main-wrapper._67, .tab-pane-time-text-main-wrapper._73 {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 95%;
  }

  .speakers-main-wrapper {
    grid-row-gap: 32px;
    flex-direction: column;
    align-items: center;
  }

  .speakers-tittle-wrapper {
    padding: 70px 60px;
  }

  .sp-ekers-card-2, .sp-ekers-card-1 {
    width: 100%;
  }

  .speakers-v2-collection-list {
    grid-row-gap: 20px;
  }

  .speakers-v2-collection-list._60 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .speakers-v2-card-2 {
    margin-top: 30px;
  }

  .speakers-v2-card-3 {
    margin-top: 60px;
  }

  .inner-section {
    padding-top: 80px;
    padding-bottom: 60px;
  }

  .inner-section.down-150 {
    padding-top: 100px;
    padding-bottom: 60px;
  }

  .inner-tittle {
    font-size: 40px;
    line-height: 50px;
  }

  .inner-text-1, .inner-text-2 {
    font-size: 16px;
    line-height: 26px;
  }

  .speakers-p-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .register-p-section {
    padding-bottom: 60px;
  }

  .register-p-section.up-150, .speaker-s-details-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .speaker-s-details-wrapper {
    flex-direction: column;
  }

  .speaker-s-details-text-main-wrapper {
    text-align: center;
  }

  .speakers-single-info-wrapper {
    padding: 8px 16px;
  }

  .speaker-s-details-tittle-wrapper {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .speaker-s-details-tittle {
    font-size: 30px;
    line-height: 40px;
  }

  .speaker-s-details-text {
    font-size: 20px;
    line-height: 28px;
  }

  .speaker-s-details-text-pg-wrapper {
    margin: 10px auto 20px;
  }

  .speaker-s-details-pg {
    font-size: 14px;
    line-height: 22px;
  }

  .speaker-s-details-link-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: center;
  }

  .social-icon-block {
    width: 40px;
    height: 40px;
  }

  .social-icon {
    font-size: 22px;
    line-height: 22px;
  }

  .blog-details-section {
    padding-top: 60px;
  }

  .ticket-details-wrapper {
    grid-row-gap: 40px;
  }

  .ticket-details-left-wrapper {
    width: 100%;
  }

  .ticket-details-tittle-wrapper {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .ticket-details-tittle {
    font-size: 40px;
    line-height: 50px;
  }

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

  .ticket-details-pg {
    font-size: 16px;
    line-height: 26px;
  }

  .ticket-details-icon-text-main-wrapper {
    grid-row-gap: 20px;
  }

  .ticket-details-icon-text-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .ticket-details-text {
    font-size: 22px;
    line-height: 28px;
  }

  .blog-details-main-wrapper {
    margin-bottom: 40px;
  }

  .blog-details-text-icon-wrapper {
    width: 100%;
    margin-bottom: 40px;
  }

  .blog-details-date-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .blog-details-date-text {
    font-size: 14px;
  }

  .blog-details-tittle-wrapper {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .blog-details-tittle {
    font-size: 30px;
    line-height: 40px;
  }

  .blog-details-member-icon-wrapper {
    grid-column-gap: 15px;
  }

  .blog-details-member-text1 {
    font-size: 20px;
    line-height: 28px;
  }

  .blog-details-member-text2 {
    font-size: 15px;
    line-height: 23px;
  }

  .blog-details-big-img {
    width: 85%;
  }

  .blog-details-round-wrapper {
    width: 120px;
    height: 120px;
    padding: 20px;
    top: -27%;
    right: 4%;
  }

  .blog-details-round-img {
    width: 42%;
  }

  .blog-details-round-text {
    font-size: 15px;
  }

  .blog-details-wrapper {
    grid-row-gap: 40px;
  }

  .blog-details-left-wrapper {
    width: 100%;
  }

  .blog-details-left-pg1 {
    font-size: 16px;
    line-height: 22px;
  }

  .blog-details-left-pg2, .blog-details-left-pg3 {
    font-size: 14px;
    line-height: 22px;
  }

  .blog-details-left-tittle1 {
    font-size: 20px;
    line-height: 30px;
  }

  .blog-details-left-pg4, .blog-details-left-pg5 {
    font-size: 14px;
    line-height: 22px;
  }

  .blog-details-left-img-wrapper {
    width: 80%;
    margin-bottom: 20px;
  }

  .blog-details-left-tittle2 {
    font-size: 20px;
    line-height: 30px;
  }

  .blog-details-left-pg6, .blog-details-left-pg7 {
    font-size: 14px;
    line-height: 22px;
  }

  .style-guide-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .style-guide-tittle-wrapper {
    margin-bottom: 20px;
  }

  .style-guide-tittle {
    padding-bottom: 10px;
    font-size: 35px;
    line-height: 45px;
  }

  .style-guide-color-main-wrapper {
    grid-column-gap: 20px;
    width: 100%;
    margin-bottom: 30px;
  }

  .style-guide-color-wrapper {
    width: 160px;
    height: 160px;
  }

  .style-guide-color-text {
    font-size: 20px;
    line-height: 26px;
  }

  .heading-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-bottom: 30px;
  }

  .h1-heading {
    font-size: 50px;
    line-height: 60px;
  }

  .h2-heading {
    font-size: 40px;
    line-height: 50px;
  }

  .h3-heading {
    font-size: 35px;
    line-height: 45px;
  }

  .h4-heading {
    font-size: 30px;
    line-height: 36px;
  }

  .h5-heading {
    font-size: 26px;
    line-height: 34px;
  }

  .h6-heading {
    font-size: 18px;
    line-height: 24px;
  }

  .paragraph-main-wrapper._30 {
    margin-bottom: 20px;
  }

  .paragraph-main-wrapper._134 {
    margin-bottom: 30px;
  }

  .paragraph-wrapper {
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .paragraph-1 {
    font-size: 17px;
    line-height: 25px;
  }

  .paragraph-2 {
    width: 100%;
    font-size: 15px;
    line-height: 22px;
  }

  .paragraph-2._16-26 {
    font-size: 15px;
    line-height: 22px;
  }

  .typeface-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    margin-bottom: 30px;
  }

  .typeface-left-wrapper {
    height: 250px;
  }

  .typeface-text {
    font-size: 25px;
    line-height: 35px;
  }

  .button-main-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: center;
  }

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

  ._404-wrapper {
    width: 100%;
  }

  ._404-img-wrapper {
    margin-bottom: 40px;
  }

  ._404-img {
    width: 400px;
  }

  ._404-tittle {
    font-size: 30px;
    line-height: 40px;
  }

  ._404-pg-wrapper {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .pp-img {
    width: 40%;
  }

  .pp-img-wrapper {
    width: 90px;
    height: 90px;
  }

  .pp-tittle-wrapper {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .pp-tittle {
    font-size: 30px;
    line-height: 40px;
  }

  .pp-field-label {
    width: 100%;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 24px;
  }

  .pp-text-field {
    margin-bottom: 20px;
    padding-left: 20px;
  }

  .pp-text-field::placeholder {
    font-size: 16px;
    line-height: 26px;
  }

  .pp-submit-button {
    background-position: 59%;
    padding-left: 150px;
    padding-right: 170px;
  }

  .change-log-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .change-log-main-wrapper {
    grid-row-gap: 30px;
  }

  .change-log-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .change-log-mini-text-wrapper {
    padding: 8px 20px;
  }

  .change-log-tittle-wrapper {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .change-log-tittle {
    font-size: 30px;
    line-height: 40px;
  }

  .change-log-text {
    font-size: 16px;
    line-height: 26px;
  }

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

  .license-tittle {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 40px;
  }

  .license-text {
    font-size: 17px;
    line-height: 26px;
  }

  .freepik, .unsplash {
    font-size: 16px;
    line-height: 26px;
  }

  .license-main-img-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .license-card-img-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .flaticon {
    font-size: 16px;
    line-height: 26px;
  }

  .license-main-icon-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .license-icon-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .license-icon {
    width: 45px;
    height: 45px;
  }

  .license-main-tag-wrapper {
    margin-top: 20px;
    padding: 20px;
  }

  .license-tag-text {
    font-size: 25px;
    line-height: 35px;
  }

  .ticket-cart-main-wrapper {
    width: 100%;
    padding: 20px;
  }

  .ticket-cart-tittle {
    font-size: 30px;
    line-height: 40px;
  }

  .ticket-cart-pg {
    margin-bottom: 25px;
    font-size: 14px;
    line-height: 22px;
  }

  .ticket-cart-price-text {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 50px;
    line-height: 60px;
  }

  .ticket-cart-border {
    margin-bottom: 20px;
  }

  .add-to-cart-button {
    width: 100%;
    margin-top: 15px;
    font-size: 16px;
    line-height: 26px;
  }

  .select-field-wrapper {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .select-field {
    font-size: 16px;
    line-height: 26px;
  }

  .blog-details-right-wrapper {
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
  }

  .blog-details-right-tittle-wrapper {
    width: 100%;
  }

  .blog-details-right-tittle {
    font-size: 25px;
    line-height: 35px;
  }

  .blog-details-right-text-wrapper {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 30px;
  }

  .blog-details-right-text {
    font-size: 14px;
    line-height: 22px;
  }

  .blog-details-right-text-field {
    width: 80%;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    font-size: 16px;
    line-height: 24px;
  }

  .blog-details-right-submit-button {
    background-position: 66%;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 100px;
    padding-right: 110px;
  }

  .speakers-card-1-hover-text1 {
    font-size: 22px;
    line-height: 32px;
  }

  .speakers-card-1-hover-text2 {
    font-size: 16px;
    line-height: 26px;
  }

  .sponsor-right-tittle-wrapper {
    margin-bottom: 20px;
  }

  .contact-us-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .contact-us-main-wrapper {
    width: 100%;
  }

  .contact-us-main-form-wrapper {
    padding: 30px 20px;
  }

  .contact-us-form-small-main-wrapper {
    grid-column-gap: 20px;
    margin-bottom: 25px;
  }

  .contact-us-field-lebel {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 110%;
  }

  .contact-us-text-field {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    font-size: 14px;
    line-height: 110%;
  }

  .contact-us-form-medium-main-wrapper, .text-area-wrapper {
    margin-bottom: 20px;
  }

  .text-area {
    min-height: 170px;
    padding-top: 15px;
    padding-left: 15px;
    font-size: 16px;
    line-height: 110%;
  }

  .checkbox-field {
    margin-bottom: 20px;
  }

  .checkbox-label {
    font-size: 16px;
  }

  .contact-us-submit-button {
    background-position: 58%;
    width: 100%;
    padding-left: 150px;
    padding-right: 170px;
  }

  .contact-us-text-main-wrapper {
    margin-top: 25px;
    padding: 20px;
  }

  .contact-us-icon-wrapper {
    width: 70px;
    height: 70px;
  }

  .contact-us-text-icon-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 15px;
    flex-direction: column;
  }

  .contact-us-text-wrapper {
    text-align: center;
  }

  .contact-us-text1 {
    font-size: 25px;
  }

  .contact-us-text2 {
    font-size: 16px;
  }

  .contact-us-text-icon-address-wrapper {
    grid-row-gap: 15px;
    flex-direction: column;
  }

  .contact-us-address-text {
    text-align: center;
    font-size: 20px;
  }

  .conference-card-2-second-pg-button-wrapper {
    width: 100%;
  }

  .register-pg-wrapper {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .license-text-wrapper {
    margin-top: 10px;
  }

  .blog-details-left-pg1-wrapper, .blog-details-left-pg2-wrapper {
    margin-bottom: 15px;
  }

  .blog-details-left-pg3-wrapper, .blog-details-left-tittle1-wrapper {
    margin-bottom: 20px;
  }

  .blog-details-left-pg4-wrapper {
    margin-bottom: 15px;
  }

  .blog-details-left-pg5-wrapper, .blog-details-left-tittle2-wrapper {
    margin-bottom: 20px;
  }

  .blog-details-left-pg6-wrapper {
    margin-bottom: 15px;
  }

  .blog-card-1-link-main-wrapper {
    display: inline-block;
  }

  .hero-date-text-wrapper {
    justify-content: center;
    padding: 10px 20px;
  }

  .hero-address-wrapper {
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
  }

  .sponsor-left-icon {
    width: 70px;
  }

  .home-dropdown-list.w--open {
    display: inline-block;
  }

  .home-dropdown-list.pages {
    width: auto;
  }

  .ticket-details-main-icon {
    width: 80px;
  }

  .text-block {
    line-height: 26px;
  }

  .dropdown-main-list-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .drpdown-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .dropdown-heading {
    font-size: 20px;
    line-height: 28px;
  }

  .dropdown-heading-wrapper {
    margin-bottom: 20px;
  }

  .hamburger-menu-bar.top, .hamburger-menu-bar.bottom {
    width: 35px;
  }

  .home-dropdown-list-wrapper {
    padding-top: 15px;
  }

  .timer-counter-wrap {
    height: 45px;
  }

  .timer-counter-wrap.hight-94 {
    height: 40px;
  }

  .dot-text {
    font-size: 35px;
    line-height: 45px;
  }

  .dot-text.big-dot {
    color: var(--white);
    font-size: 40px;
    line-height: 50px;
  }

  .blog-card-2-button-wrapper {
    grid-column-gap: 5px;
    width: 130px;
    padding: 8px 16px;
  }

  .blog-card-2-button-text {
    font-size: 14px;
    line-height: 22px;
  }

  .blog-card-3-button-wrapper {
    grid-column-gap: 5px;
    width: 130px;
    padding: 8px 16px;
  }

  .blog-card-3-button-text {
    font-size: 14px;
    line-height: 22px;
  }

  .primary-button-wrapper-style {
    text-align: center;
  }

  .preview-navbar {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .preview-navbar-logo-link-wrapper {
    width: 80%;
  }

  .preview-navbar-menu-wrapper {
    height: 22vh;
    padding-left: 15px;
  }

  .preview-banner-section {
    padding-top: 40px;
  }

  .preview-banner-tittle-wrapper {
    margin-bottom: 15px;
  }

  .preview-banner-pg {
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    line-height: 26px;
  }

  .preview-banner-tittle {
    font-size: 35px;
    line-height: 45px;
  }

  .preview-ticker-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .preview-ticker-main-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .preview-ticker-img {
    width: 250px;
    height: 150px;
  }

  .preview-modern-home-section {
    padding-top: 60px;
  }

  .preview-modern-home-img-wrapper {
    height: 400px;
  }

  .single-preview-wrap {
    max-width: 100%;
  }

  .preview-modern-home-text-wrapper {
    margin-bottom: 30px;
  }

  .preview-modern-home-tittle-wrapper {
    width: 100%;
  }

  .preview-modern-home-tittle {
    font-size: 30px;
    line-height: 40px;
  }

  .preview-modern-home-pg-wrapper {
    width: 100%;
    margin-top: 10px;
  }

  .preview-modern-home-pg {
    text-align: center;
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    line-height: 26px;
  }

  .preview-figma-section {
    padding-top: 60px;
  }

  .preview-figma-wrapper {
    grid-row-gap: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 15px;
  }

  .preview-figma-left-wrapper {
    width: 95%;
    margin-right: auto;
  }

  .preview-figma-title-wrapper {
    width: 95%;
    margin-top: 15px;
    margin-bottom: 12px;
  }

  .preview-figma-title {
    font-size: 30px;
    line-height: 40px;
  }

  .preview-figma-paragraph-text-wrapper {
    margin-bottom: 20px;
  }

  .preview-figma-paragraph-text {
    font-size: 16px;
    line-height: 26px;
  }

  .browse-template-section {
    padding-top: 60px;
  }

  .browse-template-single-main-wrapper {
    width: 250px;
    height: 400px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .browse-template-tickers-single {
    grid-row-gap: 10px;
  }

  .browse-template-single-tittle {
    font-size: 25px;
    line-height: 35px;
  }

  .browse-template-single-pg-wrapper {
    margin-top: 10px;
    margin-bottom: 15px;
  }

  .browse-template-single-pg {
    font-size: 14px;
    line-height: 20px;
  }

  .preview-footer-section {
    padding-top: 60px;
  }

  .preview-footer-text-wrapper {
    width: 100%;
  }

  .preview-footer-tittle-wrapper {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .preview-footer-tittle {
    font-size: 30px;
    line-height: 40px;
  }

  .preview-footer-pg-wrapper {
    width: 100%;
    margin-bottom: 20px;
  }

  .preview-footer-pg {
    font-size: 16px;
    line-height: 24px;
  }

  .preview-footer-border-text-wrapper {
    margin-top: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .preview-footer-border-text {
    font-size: 16px;
    line-height: 26px;
  }

  .preview-modern-home-flex {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-direction: column;
  }

  .preview-modern-home-grid-wrapper {
    grid-row-gap: 20px;
    grid-template-rows: auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .single-preview-main-flex-wrap {
    grid-row-gap: 20px;
  }

  .single-preview-flex-wrap {
    grid-column-gap: 16px;
    flex-direction: column;
  }

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

  .checkout-submit-button {
    height: 50px;
  }

  .checkout-header {
    padding-left: 10px;
    padding-right: 10px;
  }

  .checkout-header-tittle {
    margin-top: 8px;
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 24px;
  }

  .checkout-header-text {
    font-size: 14px;
  }

  .block-content {
    padding: 10px;
  }

  .checkout-input {
    height: 40px;
    margin-bottom: 10px;
    padding: 10px;
    font-size: 12px;
    line-height: 18px;
  }

  .checkout-input-text {
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 18px;
  }

  .order-item-tittle {
    font-size: 14px;
    line-height: 20px;
  }

  .order-item-text {
    font-size: 10px;
    line-height: 16px;
  }

  .order-item-text-price {
    font-size: 12px;
    line-height: 16px;
  }

  .order-item-text-total-price {
    font-size: 14px;
  }

  .shipping-method-header {
    padding-left: 10px;
    padding-right: 10px;
  }

  .checkout-input-text-block {
    font-size: 10px;
    line-height: 16px;
  }

  .order-summary-wrapper {
    position: static;
  }

  .plan-category {
    padding-top: 80px;
    padding-bottom: 60px;
  }

  .plan-category-title-wrapper {
    margin-bottom: 40px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .category-title {
    font-size: 40px;
    line-height: 50px;
  }

  .plan-category-section {
    padding-bottom: 80px;
  }

  .cart-container {
    max-width: 300px;
  }

  .cart-header {
    padding: 20px;
  }

  .cart-header-tittle {
    font-size: 25px;
    line-height: 35px;
  }

  .close-button {
    width: 40px;
    height: 40px;
  }

  .cart-item {
    padding-top: 20px;
  }

  .cart-text {
    font-size: 20px;
    line-height: 28px;
  }

  .cart-text-price {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 35px;
    line-height: 45px;
  }

  .option-text, .option-text-bold {
    font-size: 14px;
    line-height: 24px;
  }

  .remove-button-text {
    font-size: 16px;
    line-height: 26px;
  }

  .cart-footer {
    padding: 20px;
  }

  .cart-line-item {
    margin-bottom: 20px;
  }

  .cart-line-item-text, .cart-line-item-text-price {
    font-size: 14px;
    line-height: 22px;
  }

  .checkout-button {
    height: 40px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 16px;
    line-height: 26px;
  }

  .license-button {
    width: 25%;
  }

  .license-button.w--current {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .home-dropdown-list-div {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .utility-page-wrap {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .utility-page-content {
    width: 90%;
    padding: 20px;
  }

  .nav-menu {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .nav-menu.white-bg {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-link {
    margin-left: 0;
    margin-right: 0;
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 14px;
    line-height: 22px;
  }

  .nav-link.nav-green {
    font-size: 14px;
    line-height: 22px;
  }

  .sponsors-text {
    font-size: 25px;
    line-height: 30px;
  }

  .nav-logo-wrapper, .nav-logo-wrapper.w--current {
    width: 130px;
  }

  .timer-cart-wrapper {
    grid-row-gap: 5px;
  }

  .hero-address-img {
    width: 20px;
  }

  .hero-address-text {
    font-size: 10px;
    line-height: 15px;
  }

  .dropdown-toggle {
    padding-right: 10px;
  }

  .hero-text {
    font-size: 12px;
    line-height: 20px;
  }

  .hero-text.green {
    font-size: 13px;
    line-height: 21px;
  }

  .sponsors-grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    margin-top: 20px;
  }

  .hero-img-wrapper {
    width: 100%;
  }

  .hero-section {
    padding-top: 90px;
    padding-bottom: 60px;
  }

  .secondary-button {
    font-size: 14px;
    line-height: 20px;
  }

  .secondary-button.yellow-bg {
    text-align: center;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 14px;
    line-height: 20px;
  }

  .secondary-button.green-bg {
    padding: 6px 16px;
    font-size: 14px;
    line-height: 22px;
  }

  .secondary-button.green-bg.w--current {
    line-height: 20px;
  }

  .hero-text-wrapper {
    margin-bottom: 10px;
  }

  .hero-right-img {
    top: 25px;
  }

  .sponsors-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .timer-text {
    font-size: 14px;
    line-height: 18px;
  }

  .timer-text.timer-text-green {
    font-size: 12px;
    line-height: 20px;
  }

  .hero-date-text-main-wrapper {
    width: 175px;
    top: 12%;
  }

  .hero-tittle, .hero-tittle.green {
    font-size: 30px;
    line-height: 40px;
  }

  .hero-address-main-wrapper {
    width: 175px;
  }

  .primary-button {
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
  }

  .primary-button.full {
    width: 100%;
    padding-left: 32px;
    padding-right: 32px;
    display: block;
  }

  .timer-wrapper {
    grid-column-gap: 5px;
    max-width: 100%;
  }

  .timer-wrapper.w530 {
    grid-column-gap: 3px;
    justify-content: center;
  }

  .hero-date-text {
    font-size: 10px;
    line-height: 15px;
  }

  .hero-left-text-wrapper {
    text-align: center;
    width: 100%;
  }

  .hero-left-text-wrapper.middle {
    flex-direction: column;
    width: 100%;
  }

  .timer-number {
    font-size: 25px;
    line-height: 35px;
  }

  .timer-number.big-size-text {
    font-size: 30px;
    line-height: 40px;
  }

  .hero-tittle-wrapper {
    margin-bottom: 10px;
  }

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

  .hero-date-img {
    width: 20px;
  }

  .conference-section {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .conference-text-img-grid-wrapper {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .conference-text-img-card-wrapper {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 0;
  }

  .conference-text-img-card-wrapper._1 {
    border-right-style: none;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 0;
  }

  .conference-text-img-card-wrapper._3 {
    border-bottom: 2px solid var(--dark-slate-ble);
    border-right-style: none;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 0;
  }

  .conference-text-img-card-wrapper._2 {
    border-right: 2px none var(--dark-slate-ble);
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 0;
  }

  .conference-img-wrapper {
    width: 45px;
    height: 45px;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
  }

  .conference-img {
    width: 55%;
  }

  .conference-text-wrapper {
    grid-column-gap: 10px;
    justify-content: center;
    align-items: center;
  }

  .conference-text-1 {
    font-size: 18px;
    line-height: 28px;
  }

  .conference-card-2-first {
    padding: 25px 10px;
  }

  .conference-card-2-second {
    padding: 20px 10px;
  }

  .conference-card-2-first-text {
    text-align: left;
    width: 100%;
    font-size: 20px;
    line-height: 30px;
  }

  .conference-card-2-second-pg {
    text-align: left;
    font-size: 14px;
    line-height: 18px;
  }

  .conference-card-2-second-pg-wrapper {
    width: 270px;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
  }

  .conference-card-2-first-text-wrapper {
    width: 100%;
  }

  .conference-link-wrapper {
    width: 120px;
    margin-right: auto;
    padding: 8px 12px;
  }

  .conference-link-wrapper.yellow {
    width: 130px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .conference-link-text {
    font-size: 14px;
    line-height: 22px;
  }

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

  .tab-link {
    text-align: center;
    width: 100%;
  }

  .tab-link.w--current {
    border-style: solid;
    width: 100%;
  }

  .tab-link-text-1 {
    font-size: 18px;
    line-height: 26px;
  }

  .tabs-menu {
    border: 1px solid var(--white);
    flex-direction: column;
    margin-bottom: 20px;
  }

  .tabs-menu.central {
    border-color: var(--dark-slate-ble);
  }

  .tab-link-text-2 {
    font-size: 13px;
    line-height: 22px;
  }

  .schedule-main-tittle {
    font-size: 30px;
    line-height: 40px;
  }

  .tabs {
    margin-top: 20px;
  }

  .tab-pane-wrapper.yellow.border-bg-remove {
    padding-bottom: 10px;
  }

  .tab-pane-time-text {
    font-size: 16px;
    line-height: 24px;
  }

  .tab-pane-time-text-wrapper {
    grid-row-gap: 5px;
  }

  .tab-pane-time-text-wrapper._44 {
    grid-row-gap: 0px;
  }

  .tab-pane-time-text-wrapper._48 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .tab-pane-pg {
    font-size: 12px;
    line-height: 18px;
  }

  .tab-pane-pg.yellow {
    font-size: 14px;
    line-height: 20px;
  }

  .tab-pane-card-wrapper {
    grid-row-gap: 0px;
    width: 100%;
  }

  .tab-pane-card-text-1 {
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 20px;
  }

  .tab-pane-card-text-2 {
    font-size: 12px;
    line-height: 15px;
  }

  .speakers-section, .pricing-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .pricing-tittle {
    font-size: 25px;
    line-height: 35px;
  }

  .pricing-pg-wrapper {
    width: 100%;
    font-size: 12px;
    line-height: 18px;
  }

  .pricing-pg {
    line-height: 20px;
  }

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

  .pricing-card-wrapper {
    padding-left: 10px;
  }

  .pricing-card-text {
    font-size: 18px;
    line-height: 26px;
  }

  .pricing-card-text.total {
    text-align: left;
  }

  .pricing-slide {
    width: 220px;
  }

  .pricing-card-tick-img-text-wrapper {
    grid-row-gap: 10px;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .pricintg-price {
    margin-top: 10px;
    font-size: 35px;
    line-height: 45px;
  }

  .pricintg-price.total {
    text-align: left;
  }

  .pricing-card-img-text-wrapper {
    grid-column-gap: 10px;
  }

  .pricing-card-tick-details-text {
    font-size: 16px;
    line-height: 24px;
  }

  .pricing-button {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 14px;
    line-height: 22px;
  }

  .blog-text-wrapper, .blog-pg-wrapper {
    width: 100%;
  }

  .blog-tittle {
    font-size: 25px;
    line-height: 35px;
  }

  .blog-pg {
    font-size: 14px;
    line-height: 22px;
  }

  .blog-wrapper {
    margin-top: 25px;
  }

  .blog-card-1-collection-wrapper {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .blog-card-1-collection-img-wrapper {
    width: 100%;
  }

  .blog-card-1-collection-text-wrapper, .blog-card-1-collection-text-wrapper.yellow-bg {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .blog-card-1-date-wrapper {
    padding: 6px 12px;
  }

  .blog-card-1-date-text {
    font-size: 12px;
    line-height: 18px;
  }

  .blog-card-1-tittle-wrapper {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .blog-card-1-tittle {
    font-size: 20px;
    line-height: 28px;
  }

  .blog-card-1-button-wrapper {
    width: 115px;
    padding: 6px 12px;
  }

  .blog-card-1-link-icon {
    font-size: 12px;
    line-height: 12px;
  }

  .blog-card-2-collection-wrapper {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .blog-card-2-collection-text-wrapper {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .blog-card-2-tittle-wrapper {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .blog-card-2-tittle {
    font-size: 20px;
    line-height: 28px;
  }

  .frequently-section {
    padding-bottom: 60px;
  }

  .frequently-tittle-wrapper {
    margin-bottom: 20px;
  }

  .frequently-tittle {
    font-size: 25px;
    line-height: 35px;
  }

  .faq-main-wrapper {
    grid-row-gap: 10px;
  }

  .faq-wrapper {
    padding-left: 10px;
  }

  .faq-question {
    font-size: 20px;
  }

  .faq-answer {
    font-size: 14px;
    line-height: 20px;
  }

  .faq-arrow {
    font-size: 16px;
    line-height: 16px;
  }

  .register-section {
    padding-bottom: 60px;
  }

  .register-wrapper {
    padding: 20px 10px;
  }

  .register-tittle {
    font-size: 30px;
    line-height: 40px;
  }

  .register-pg {
    width: 100%;
    font-size: 14px;
    line-height: 20px;
  }

  .register-button-wrapper {
    grid-column-gap: 5px;
    grid-row-gap: 10px;
    flex-direction: column;
    width: 100%;
    padding-left: 5px;
  }

  .footer-main-wrapper {
    grid-row-gap: 20px;
    width: 290px;
  }

  .footer-text-wrapper {
    width: 100%;
  }

  .footer-logo-link {
    width: 150px;
  }

  .footer-logo-link.w--current {
    width: 120px;
  }

  .footer-pg-wrapper {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .footer-pg {
    color: #00044699;
    font-size: 14px;
    line-height: 22px;
  }

  .footer-logo-link-wrapper {
    grid-column-gap: 8px;
  }

  .footer-card-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
  }

  .footer-card {
    width: 100%;
  }

  .footer-card-tittle {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 26px;
  }

  .footer-card-tittle._287 {
    margin-bottom: 10px;
  }

  .footer-text-link-wrapper {
    grid-row-gap: 10px;
  }

  .footer-text-link {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-text-link:hover {
    color: #00084699;
  }

  .footer-text-link.w--current {
    line-height: 20px;
  }

  .footer-card-pg {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 22px;
  }

  .footer-text-field {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
  }

  .footer-submit-button {
    background-position: 67%;
    right: -3%;
  }

  .footer-slider {
    margin-top: 30px;
  }

  .footer-slider-text {
    font-size: 14px;
    line-height: 22px;
  }

  .cart-button {
    width: 40px;
    height: 40px;
  }

  .card-img {
    width: 18px;
  }

  .faq-arrow-2 {
    font-size: 16px;
    line-height: 16px;
  }

  .hero-v2-img-wrapper {
    width: 100%;
  }

  .hero-v2-date-wrapper {
    width: 100px;
    height: 100px;
    padding: 15px 10px;
    top: 55%;
  }

  .hero-v2-date-img {
    width: 20px;
  }

  .hero-v2-date-text {
    font-size: 11px;
    line-height: 16px;
  }

  .hero-v2-location-wrapper {
    width: 100px;
    height: 100px;
    padding: 15px 10px 10px;
    right: 35%;
  }

  .hero-v2-location-img {
    width: 20px;
  }

  .sponsor-left-tittle {
    text-align: center;
    line-height: 30px;
  }

  .sponsor-left-main-icon-wrapper {
    margin-top: 10px;
  }

  .sponsor-left-v2-icon-wrapper {
    grid-column-gap: 5px;
    align-items: center;
  }

  .sponsor-v2-right-wrapper {
    width: 60%;
  }

  .sponsor-right-tittle {
    text-align: center;
    line-height: 28px;
  }

  .speakers-v2-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .speakers-v2-text-wrapper {
    width: 100%;
    margin-bottom: 40px;
  }

  .speakers-v2-tittle {
    font-size: 25px;
    line-height: 35px;
  }

  .speakers-v2-tittle-wrapper {
    margin-bottom: 10px;
  }

  .speakers-v2-pg-wrapper {
    text-align: center;
    width: 300px;
  }

  .speakers-v2-pg {
    font-size: 14px;
    line-height: 20px;
  }

  .speakers-v2-main-grid {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .speakers-v2-main-grid._24 {
    grid-row-gap: 20px;
  }

  .speaker-v2-card-img-wrapper {
    margin-bottom: 10px;
  }

  .speaker-v2-card-text-wrapper {
    text-align: left;
  }

  .speaker-v2-card-main-icon-wrapper {
    flex-direction: row;
  }

  .conference-v2-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .conference-v2-left-wrapper {
    text-align: center;
    width: 290px;
  }

  .conference-v2-tittle {
    font-size: 20px;
    line-height: 30px;
  }

  .conference-v2-pg-button-wrapper {
    width: 290px;
    margin-top: 10px;
  }

  .conference-v2-pg {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 22px;
  }

  .conference-v2-right-wrapper {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .conference-v2-card-wrapper {
    grid-row-gap: 10px;
    padding-top: 40px;
    padding-bottom: 30px;
    padding-left: 20px;
  }

  .conference-v2-card-text {
    font-size: 18px;
    line-height: 26px;
  }

  .conference-v2-card-img-wrapper {
    width: 45px;
    height: 45px;
    top: -18%;
    left: 7%;
  }

  .conference-v2-card-img {
    width: 25px;
  }

  .pricing-v2-section {
    padding-top: 40px;
  }

  .pricing-v2-section.down-150 {
    padding-bottom: 60px;
  }

  .pricing-v2-text-wrapper {
    width: 100%;
    margin-bottom: 30px;
  }

  .pricing-v2-tittle-wrapper {
    margin-bottom: 10px;
  }

  .pricing-v2-pg-wrapper {
    width: 100%;
  }

  .pricing-v2-pg {
    font-size: 14px;
  }

  .pricing-v2-tittle {
    font-size: 25px;
    line-height: 35px;
  }

  .pricing-v2-card-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .pricing-v2-tag-wrapper {
    width: 120px;
    padding: 6px 12px;
  }

  .pricing-v2-tag-text {
    font-size: 14px;
    line-height: 22px;
  }

  .pricing-v2-card-border {
    width: 200px;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .pricing-v2-card-icon {
    width: 75%;
  }

  .pricing-v2-card-icon-wrapper {
    width: 70px;
    height: 70px;
    margin-bottom: 10px;
  }

  .pricing-v2-card-price-text {
    font-size: 35px;
    line-height: 45px;
  }

  .pricing-v2-card-price-text-wrapper {
    width: 40%;
  }

  .pricing-v2-card-big-border {
    margin-top: 10px;
    margin-bottom: 15px;
  }

  .pricing-v2-card-tick-text-main-wrapper {
    margin-bottom: 10px;
    margin-left: 80px;
  }

  .pricing-v2-card-tick-text {
    font-size: 16px;
    line-height: 22px;
  }

  .pricing-v2-button {
    width: 80%;
    font-size: 14px;
    line-height: 22px;
  }

  .register-v2-section {
    padding-bottom: 60px;
  }

  .register-v2-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .register-v2-left-wrapper {
    width: 100%;
  }

  .register-v2-left-card-1 {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .register-v2-left-card-1-tittle-wrapper {
    margin-bottom: 15px;
  }

  .register-v2-left-card-1-tittle {
    font-size: 25px;
    line-height: 35px;
  }

  .register-v2-left-card-2 {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .register-v2-left-card-2-tittle-wrapper {
    margin-bottom: 15px;
  }

  .register-v2-left-card-2-tittle {
    font-size: 25px;
    line-height: 35px;
  }

  .register-v2-right-wrapper {
    padding: 20px 10px 20px 20px;
  }

  .register-v2-right-tittle {
    font-size: 25px;
    line-height: 35px;
  }

  .register-v2-right-pg-wrapper {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .register-v2-right-pg {
    font-size: 14px;
    line-height: 22px;
  }

  .register-v2-from-block, .register-v2-form {
    width: 100%;
  }

  .register-v2-text-field {
    width: 100%;
    height: 52px;
    padding-top: 10px;
    padding-left: 15px;
    line-height: 28px;
  }

  .register-v2-text-field::placeholder {
    font-size: 14px;
    line-height: 22px;
  }

  .register-v2-form-button {
    background-position: 65%;
    width: 100%;
    height: 52px;
    margin-bottom: 0;
    margin-right: 0;
    padding: 10px 30px 10px 8px;
    line-height: 28px;
    position: static;
    right: 11%;
  }

  .faq-answer-wrapper {
    margin-top: 15px;
  }

  .tab-pane-time-text-main-wrapper._146 {
    width: 100%;
  }

  .tab-pane-time-text-main-wrapper._79 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    width: 100%;
  }

  .tab-pane-time-text-main-wrapper._137 {
    grid-column-gap: 0px;
    flex-direction: column;
    width: 100%;
  }

  .tab-pane-time-text-main-wrapper._74 {
    flex-direction: column;
    width: 100%;
  }

  .tab-pane-time-text-main-wrapper._67 {
    grid-column-gap: 5px;
    flex-direction: column;
    width: 100%;
  }

  .tab-pane-time-text-main-wrapper._73 {
    flex-direction: column;
    width: 100%;
  }

  .speakers-tittle-wrapper {
    padding: 40px;
  }

  .speakers-tittle {
    font-size: 25px;
    line-height: 35px;
  }

  .sp-ekers-card-2, .sp-ekers-card-1 {
    width: 300px;
  }

  .speakers-v2-card-3 {
    margin-top: 40px;
  }

  .inner-section.down-150 {
    padding-top: 80px;
  }

  .inner-tittle-wrapper {
    margin-bottom: 10px;
  }

  .inner-tittle {
    font-size: 30px;
    line-height: 40px;
  }

  .inner-text-1, .inner-text-2 {
    font-size: 14px;
    line-height: 22px;
  }

  .speakers-p-section, .register-p-section.up-150, .speaker-s-details-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .speaker-s-details-text-main-wrapper {
    padding: 10px;
  }

  .speakers-single-info-wrapper {
    padding: 8px 16px;
  }

  .speakers-single-info-text {
    font-size: 14px;
    line-height: 18px;
  }

  .speaker-s-details-tittle-wrapper {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .speaker-s-details-tittle {
    font-size: 25px;
    line-height: 35px;
  }

  .speaker-s-details-text {
    font-size: 18px;
    line-height: 26px;
  }

  .speaker-s-details-text-pg-wrapper {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .speaker-s-details-pg {
    font-size: 14px;
    line-height: 22px;
  }

  .speaker-s-details-link-wrapper {
    grid-column-gap: 10px;
  }

  .social-icon-block {
    width: 30px;
    height: 30px;
  }

  .social-icon {
    font-size: 16px;
    line-height: 16px;
  }

  .blog-details-section {
    padding-top: 40px;
  }

  .ticket-details-wrapper {
    align-items: center;
  }

  .ticket-details-left-wrapper {
    text-align: center;
    width: 280px;
  }

  .ticket-details-icon {
    width: 8%;
  }

  .ticket-details-tittle-wrapper {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .ticket-details-tittle {
    font-size: 25px;
    line-height: 35px;
  }

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

  .ticket-details-pg {
    font-size: 14px;
    line-height: 22px;
  }

  .ticket-details-icon-text-main-wrapper {
    grid-row-gap: 10px;
    margin-left: 60px;
  }

  .ticket-details-icon-text-wrapper {
    grid-column-gap: 10px;
  }

  .ticket-details-text {
    font-size: 18px;
    line-height: 26px;
  }

  .blog-details-main-wrapper {
    margin-bottom: 20px;
  }

  .blog-details-text-icon-wrapper {
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
  }

  .blog-details-date-wrapper {
    padding: 8px 16px;
  }

  .blog-details-date-text {
    font-size: 12px;
    line-height: 18px;
  }

  .blog-details-tittle-wrapper {
    margin-bottom: 15px;
  }

  .blog-details-tittle {
    font-size: 30px;
    line-height: 40px;
  }

  .blog-details-member-icon-wrapper {
    grid-column-gap: 10px;
  }

  .blog-details-member-icon {
    width: 20%;
  }

  .blog-details-member-text1 {
    font-size: 18px;
    line-height: 26px;
  }

  .blog-details-member-text2 {
    margin-top: 5px;
    font-size: 12px;
    line-height: 20px;
  }

  .blog-details-big-img {
    width: 90%;
  }

  .blog-details-round-wrapper {
    width: 90px;
    height: 90px;
    padding: 10px;
    top: -32%;
    right: -4%;
  }

  .blog-details-round-img {
    width: 40%;
  }

  .blog-details-round-text {
    margin-top: 5px;
    font-size: 10px;
    line-height: 18px;
  }

  .blog-details-wrapper {
    grid-row-gap: 20px;
  }

  .blog-details-left-pg1 {
    font-size: 15px;
    line-height: 21px;
  }

  .blog-details-left-pg2, .blog-details-left-pg3, .blog-details-left-pg4, .blog-details-left-pg5 {
    font-size: 13px;
    line-height: 19px;
  }

  .blog-details-left-img-wrapper {
    margin-bottom: 20px;
  }

  .blog-details-left-tittle2 {
    font-size: 22px;
    line-height: 30px;
  }

  .blog-details-left-pg6, .blog-details-left-pg7 {
    font-size: 13px;
    line-height: 19px;
  }

  .style-guide-tittle-wrapper {
    text-align: center;
    margin-bottom: 20px;
  }

  .style-guide-tittle {
    padding-bottom: 5px;
    font-size: 25px;
    line-height: 35px;
  }

  .style-guide-color-main-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    width: 100%;
    margin-bottom: 20px;
  }

  .style-guide-color-text {
    font-size: 18px;
    line-height: 26px;
  }

  .heading-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
  }

  .h1-heading {
    font-size: 40px;
    line-height: 50px;
  }

  .h2-heading {
    font-size: 35px;
    line-height: 45px;
  }

  .h3-heading {
    font-size: 30px;
    line-height: 40px;
  }

  .h4-heading {
    font-size: 25px;
    line-height: 30px;
  }

  .h5-heading {
    font-size: 22px;
    line-height: 30px;
  }

  .h6-heading {
    font-size: 16px;
    line-height: 22px;
  }

  .paragraph-main-wrapper._30 {
    margin-bottom: 10px;
  }

  .paragraph-main-wrapper._134 {
    margin-bottom: 20px;
  }

  .paragraph-wrapper {
    text-align: center;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .paragraph-2 {
    text-align: center;
    font-size: 14px;
    line-height: 20px;
  }

  .paragraph-2._16-26 {
    font-size: 14px;
    line-height: 22px;
  }

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

  .typeface-left-wrapper {
    height: 200px;
  }

  .typeface-text {
    font-size: 22px;
    line-height: 30px;
  }

  .button-main-wrapper {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  ._404-section {
    padding-top: 90px;
  }

  ._404-wrapper {
    width: 100%;
  }

  ._404-img-wrapper {
    margin-bottom: 15px;
  }

  ._404-img, ._404-text-wrapper {
    width: 100%;
  }

  ._404-tittle {
    font-size: 25px;
    line-height: 35px;
  }

  ._404-pg-wrapper {
    width: 100%;
    margin-bottom: 15px;
  }

  .pp-img-wrapper {
    width: 60px;
    height: 60px;
  }

  .pp-tittle {
    font-size: 23px;
    line-height: 32px;
  }

  .pp-field-label {
    font-size: 14px;
    line-height: 20px;
  }

  .pp-text-field {
    margin-bottom: 10px;
    padding-left: 15px;
  }

  .pp-text-field::placeholder {
    font-size: 14px;
    line-height: 22px;
  }

  .pp-submit-button {
    background-position: 63%;
    padding-left: 85px;
    padding-right: 120px;
    font-size: 16px;
    line-height: 24px;
  }

  .change-log-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .change-log-main-wrapper {
    grid-row-gap: 30px;
    text-align: center;
  }

  .change-log-wrapper {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
  }

  .change-log-mini-text-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }

  .change-log-mini-text {
    font-size: 12px;
    line-height: 18px;
  }

  .change-log-tittle {
    font-size: 20px;
    line-height: 28px;
  }

  .change-log-text {
    font-size: 14px;
    line-height: 22px;
  }

  .license-section {
    text-align: center;
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .license-tittle {
    margin-bottom: 5px;
    font-size: 25px;
    line-height: 35px;
  }

  .license-text {
    font-size: 16px;
    line-height: 22px;
  }

  .freepik, .unsplash {
    font-size: 15px;
    line-height: 25px;
  }

  .license-main-img-wrapper {
    flex-direction: column;
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .license-card-img-wrapper {
    width: 100%;
  }

  .license-main-icon-wrapper {
    grid-row-gap: 15px;
    margin-top: 20px;
    margin-bottom: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
  }

  .license-icon-wrapper {
    grid-column-gap: 20px;
    justify-content: center;
  }

  .license-icon {
    width: 30px;
    height: 30px;
  }

  .license-main-tag-wrapper {
    padding: 10px;
  }

  .license-tag-wrapper {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-direction: row;
  }

  .license-tag-text {
    text-align: left;
    font-size: 20px;
    line-height: 28px;
  }

  .ticket-cart-main-wrapper {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .ticket-cart-wrapper {
    text-align: center;
  }

  .ticket-cart-tittle {
    font-size: 25px;
    line-height: 35px;
  }

  .ticket-cart-pg {
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 22px;
  }

  .ticket-cart-price-text {
    margin-top: 15px;
    margin-bottom: 20px;
    font-size: 40px;
    line-height: 50px;
  }

  .ticket-cart-border {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .add-to-cart-button {
    margin-top: 10px;
    font-size: 14px;
    line-height: 22px;
  }

  .select-field-wrapper {
    width: 100%;
  }

  .select-field {
    font-size: 14px;
    line-height: 22px;
  }

  .blog-details-right-wrapper {
    padding: 10px;
  }

  .blog-details-right-tittle {
    font-size: 22px;
    line-height: 30px;
  }

  .blog-details-right-text-wrapper {
    margin-bottom: 20px;
  }

  .blog-details-right-text {
    font-size: 12px;
    line-height: 20px;
  }

  .blog-details-right-text-field {
    margin-bottom: 15px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .blog-details-right-text-field::placeholder {
    font-size: 14px;
    line-height: 22px;
  }

  .blog-details-right-submit-button {
    background-position: 68%;
    padding-left: 57px;
    padding-right: 110px;
    font-size: 16px;
  }

  .speakers-card-1-hover-main-wrapper {
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .speakers-card-1-hover-text1 {
    font-size: 18px;
    line-height: 26px;
  }

  .speakers-card-1-hover-text2 {
    font-size: 14px;
    line-height: 20px;
  }

  .sponsor-right-tittle-wrapper {
    margin-bottom: 10px;
  }

  .contact-us-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .contact-us-main-wrapper {
    width: 290px;
  }

  .contact-us-main-form-wrapper {
    padding: 10px;
  }

  .contact-us-form-small-wrapper {
    width: 100%;
  }

  .contact-us-form-small-main-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 15px;
    flex-direction: column;
    margin-bottom: 20px;
  }

  .contact-us-field-lebel {
    font-size: 16px;
  }

  .contact-us-text-field {
    height: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    font-size: 12px;
  }

  .text-area {
    min-height: 120px;
    padding-top: 10px;
    padding-left: 10px;
    font-size: 12px;
  }

  .cheak-box {
    width: 20px;
    height: 20px;
  }

  .checkbox-field {
    margin-bottom: 20px;
  }

  .checkbox-label {
    font-size: 14px;
  }

  .contact-us-submit-button {
    background-position: 64%;
    padding-left: 100px;
    padding-right: 115px;
    font-size: 16px;
    line-height: 26px;
  }

  .contact-us-text-main-wrapper {
    margin-top: 20px;
    padding: 10px;
  }

  .contact-us-icon-wrapper {
    width: 50px;
    height: 50px;
  }

  .contact-us-icon {
    width: 50%;
  }

  .contact-us-text-icon-wrapper {
    grid-row-gap: 10px;
  }

  .contact-us-text-wrapper {
    width: 100%;
  }

  .contact-us-text1 {
    font-size: 20px;
  }

  .contact-us-text2 {
    font-size: 14px;
  }

  .contact-us-text-icon-address-wrapper {
    grid-row-gap: 10px;
  }

  .contact-us-address-text {
    font-size: 18px;
  }

  .conference-card-2-second-pg-button-wrapper {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .register-pg-wrapper {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .blog-details-left-pg1-wrapper, .blog-details-left-pg2-wrapper {
    margin-bottom: 10px;
  }

  .blog-details-left-pg3-wrapper {
    margin-bottom: 20px;
  }

  .blog-details-left-pg4-wrapper {
    margin-bottom: 10px;
  }

  .blog-details-left-pg5-wrapper {
    margin-bottom: 20px;
  }

  .blog-details-left-pg6-wrapper {
    margin-bottom: 10px;
  }

  .hero-date-text-wrapper, .hero-address-wrapper {
    padding: 5px 10px;
  }

  .sponsor-left-icon {
    width: 80px;
  }

  .pricing-v2-card-icon-white {
    width: 75%;
  }

  .home-dropdown-list.w--open {
    width: 100%;
    margin-bottom: 0;
  }

  .home-dropdown-list.pages {
    padding-left: 10px;
  }

  .dropdown-list-wrapper.m65 {
    margin-top: 0;
  }

  .ticket-details-main-icon {
    width: 70px;
  }

  .text-block {
    font-size: 14px;
    line-height: 20px;
  }

  .dropdown-main-list-wrapper {
    padding: 20px 10px 20px 0;
  }

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

  .dropdown-menu-text-link {
    font-size: 14px;
    line-height: 22px;
  }

  .more-template-text {
    font-size: 16px;
    line-height: 26px;
  }

  .hamburger-menu-bar.top, .hamburger-menu-bar.bottom {
    width: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .home-dropdown-list-wrapper {
    padding: 10px 0 0;
  }

  .timer-counter-wrap {
    height: 32px;
  }

  .timer-counter-wrap.hight-94 {
    height: 35px;
  }

  .dot-text {
    font-size: 25px;
    line-height: 35px;
  }

  .dot-text.big-dot {
    font-size: 25px;
    line-height: 30px;
  }

  .blog-card-2-button-wrapper {
    width: 115px;
    padding: 6px 12px;
  }

  .blog-card-2-button-icon {
    font-size: 12px;
    line-height: 12px;
  }

  .blog-card-3-button-wrapper {
    width: 115px;
    padding: 6px 12px;
  }

  .blog-card-3-button-icon {
    font-size: 12px;
    line-height: 20px;
  }

  .preview-navbar-logo-link-wrapper {
    width: 60%;
  }

  .preview-navbar-logo-link-wrapper.w--current {
    width: 65%;
  }

  .preview-navbar-menu-wrapper {
    height: 19vh;
    padding-bottom: 20px;
    padding-left: 10px;
  }

  .preview-nav-link {
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 26px;
  }

  .preview-banner-section {
    padding-top: 40px;
  }

  .preview-banner-tittle-wrapper {
    margin-bottom: 10px;
  }

  .preview-banner-pg {
    font-size: 14px;
    line-height: 22px;
  }

  .preview-banner-tittle {
    font-size: 25px;
    line-height: 35px;
  }

  .preview-ticker-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .preview-ticker-main-wrapper {
    grid-row-gap: 16px;
  }

  .preview-ticker-img {
    width: 240px;
    height: 130px;
    margin-right: 10px;
  }

  .preview-modern-home-section.preview-utility-section {
    padding-top: 60px;
  }

  .preview-modern-home-img-wrapper {
    height: 280px;
  }

  .preview-modern-home-img {
    flex: none;
  }

  .single-preview-wrap {
    padding: 15px;
  }

  .single-preview-tag {
    padding: 8px 12px;
    bottom: 40px;
  }

  .single-preview-tag-title {
    font-size: 12px;
    line-height: 20px;
  }

  .preview-modern-home-text-wrapper {
    margin-bottom: 20px;
  }

  .preview-modern-home-tittle {
    font-size: 25px;
    line-height: 35px;
  }

  .preview-modern-home-pg-wrapper {
    margin-top: 10px;
  }

  .preview-modern-home-pg {
    font-size: 14px;
    line-height: 20px;
  }

  .preview-figma-section {
    padding-top: 40px;
  }

  .preview-figma-wrapper {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 10px;
  }

  .preview-figma-tag-image {
    width: 20%;
  }

  .preview-figma-title-wrapper {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .preview-figma-title {
    font-size: 20px;
    line-height: 30px;
  }

  .preview-figma-paragraph-text-wrapper {
    margin-bottom: 15px;
  }

  .preview-figma-paragraph-text {
    font-size: 14px;
    line-height: 22px;
  }

  .browse-template-single-main-wrapper, .browse-template-single-main-wrapper._2nd {
    display: none;
  }

  .browse-template-single-img {
    width: 50%;
    height: auto;
  }

  .browse-template-tickers {
    grid-row-gap: 10px;
  }

  .browse-template-tickers-single {
    grid-row-gap: 10px;
    flex-direction: row;
  }

  .browse-template-single-text-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .browse-template-single-tittle {
    font-size: 25px;
    line-height: 35px;
  }

  .browse-template-single-pg-wrapper {
    margin-top: 10px;
    margin-bottom: 15px;
  }

  .browse-template-single-pg {
    font-size: 14px;
    line-height: 20px;
  }

  .preview-footer-section {
    padding-top: 40px;
  }

  .preview-footer-logo-link-wrapper {
    width: 50%;
  }

  .preview-footer-tittle-wrapper {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .preview-footer-tittle {
    font-size: 20px;
    line-height: 28px;
  }

  .preview-footer-pg-wrapper {
    margin-bottom: 15px;
  }

  .preview-footer-pg {
    font-size: 14px;
    line-height: 20px;
  }

  .preview-footer-border-text-wrapper {
    margin-top: 20px;
  }

  .preview-footer-border-text {
    font-size: 14px;
    line-height: 22px;
  }

  .preview-modern-home-flex {
    grid-row-gap: 20px;
  }

  .preview-modern-home-grid-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .checkout-submit-button {
    height: 40px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 24px;
  }

  .checkout-header-tittle {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 22px;
  }

  .checkout-header-text {
    font-size: 12px;
    line-height: 18px;
  }

  .customer-info {
    margin-bottom: 10px;
  }

  .checkout-input {
    height: 35px;
    font-size: 10px;
    line-height: 16px;
  }

  .checkout-input-text {
    font-size: 10px;
    line-height: 16px;
  }

  .order-item-tittle {
    font-size: 12px;
    line-height: 18px;
  }

  .order-item-text-price {
    font-size: 10px;
  }

  .order-item-text-total-price {
    font-size: 12px;
    line-height: 18px;
  }

  .shipping-address {
    margin-bottom: 10px;
  }

  .checkbox {
    margin-top: 0;
  }

  .checkbox-label-2 {
    font-size: 12px;
    line-height: 18px;
  }

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

  .plan-category-title-wrapper {
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .category-title {
    font-size: 30px;
    line-height: 40px;
  }

  .plan-category-section {
    padding-bottom: 60px;
  }

  .cart-container {
    min-width: 240px;
    max-width: 240px;
  }

  .cart-header {
    padding: 10px;
  }

  .cart-header-tittle {
    font-size: 20px;
    line-height: 30px;
  }

  .close-button {
    width: 35px;
    height: 35px;
  }

  .cart-item {
    padding-top: 10px;
  }

  .cart-text {
    font-size: 18px;
    line-height: 26px;
  }

  .cart-text-price {
    margin-bottom: 10px;
    font-size: 25px;
    line-height: 35px;
  }

  .cart-text-price-list-wrapper {
    margin-left: 0;
    margin-right: 0;
  }

  .option-text, .option-text-bold {
    font-size: 12px;
    line-height: 20px;
  }

  .remove-button-text {
    font-size: 14px;
    line-height: 22px;
  }

  .cart-footer {
    padding: 10px;
  }

  .cart-line-item {
    margin-bottom: 10px;
  }

  .checkout-button {
    height: 35px;
    font-size: 12px;
    line-height: 20px;
  }

  .cart-list {
    padding: 10px;
  }

  .pricing-card-tick-text-wrapper {
    width: 20px;
    height: 20px;
  }

  .pricing-card-tick-text {
    font-size: 10px;
    line-height: 10px;
  }

  .license-button {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    width: 40%;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .nav-menu-wrapper {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

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

#w-node-_76dbbfaf-32a6-7a61-830d-5d962542c90c-8d4d8f8e, #w-node-eddfe074-6d85-3fb3-94d1-80a324773aa4-8d4d8f8e, #w-node-eb282092-3b14-91ba-15d9-1c51adebc4c6-8d4d8f8e, #w-node-_85892748-e8d5-b689-c533-b15e294604df-8d4d8f8e, #w-node-ba8edc2c-15f9-5890-ca17-1599c0c5001f-8d4d8f8e, #w-node-ba8edc2c-15f9-5890-ca17-1599c0c50020-8d4d8f8e, #w-node-_6b74c3a0-c20a-0e11-7934-b9b2b30e6c55-8d4d8f8e, #w-node-_6b74c3a0-c20a-0e11-7934-b9b2b30e6c56-8d4d8f8e, #w-node-_5c697b54-89cc-c0f3-2dae-237ce85ae62e-8d4d8f8e, #w-node-_5c697b54-89cc-c0f3-2dae-237ce85ae62f-8d4d8f8e, #w-node-_4b8ae6ba-b86f-58a7-38de-f0ed17a36038-8d4d8f8e, #w-node-_4b8ae6ba-b86f-58a7-38de-f0ed17a36039-8d4d8f8e, #w-node-b7b2539f-37d3-12fb-4d2d-e8ff5925bfdf-8d4d8f8e, #w-node-b7b2539f-37d3-12fb-4d2d-e8ff5925bfe0-8d4d8f8e, #w-node-e92bbb80-d80a-beb6-0c80-bb66bc87d110-8d4d8f8e, #w-node-e92bbb80-d80a-beb6-0c80-bb66bc87d111-8d4d8f8e, #w-node-_400ddf6b-275d-3ec7-d689-d539298050c9-8d4d8f8e, #w-node-_400ddf6b-275d-3ec7-d689-d539298050ca-8d4d8f8e, #w-node-c43e08dd-1a68-0e44-7290-8f06121392e0-8d4d8f8e, #w-node-c43e08dd-1a68-0e44-7290-8f06121392e1-8d4d8f8e, #w-node-_077f6d38-262a-2547-932a-9961aec436f4-8d4d8f8e, #w-node-_077f6d38-262a-2547-932a-9961aec436f5-8d4d8f8e, #w-node-e074bf52-469c-af2c-f926-c635deba1be0-8d4d8f8e, #w-node-e074bf52-469c-af2c-f926-c635deba1be1-8d4d8f8e, #w-node-b1a3678a-6c71-74ad-7dad-35c180dc115a-8d4d8f8e, #w-node-b1a3678a-6c71-74ad-7dad-35c180dc115b-8d4d8f8e, #w-node-ceb09570-a4bc-596d-db78-8eeda842dc57-8d4d8f8e, #w-node-ceb09570-a4bc-596d-db78-8eeda842dc58-8d4d8f8e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_900eaa03-d215-074d-e153-ceb676228c47-8d4d8f8e {
  grid-area: Area;
}

#w-node-_900eaa03-d215-074d-e153-ceb676228c48-8d4d8f8e, #w-node-_51f99f39-8352-9d70-3dfb-378338a2a135-38a2a11a, #w-node-_51f99f39-8352-9d70-3dfb-378338a2a143-38a2a11a, #w-node-_51f99f39-8352-9d70-3dfb-378338a2a151-38a2a11a, #w-node-_1071d802-5571-df68-70c0-6798891c7640-d8f4e935, #w-node-fdc219a3-5f32-5ac2-c245-bc3414f0ca5f-d8f4e935, #w-node-c891ac51-d018-99bc-8890-5d45bc3f191c-d8f4e935, #w-node-d58f7e4e-3a79-2c11-ab65-8cf848f2551c-d8f4e935, #w-node-d58f7e4e-3a79-2c11-ab65-8cf848f2551e-d8f4e935, #w-node-f2859090-8a06-dc8b-5ef2-59627190a924-04ce4f5f, #w-node-f2859090-8a06-dc8b-5ef2-59627190a926-04ce4f5f, #w-node-f2859090-8a06-dc8b-5ef2-59627190a933-04ce4f5f, #w-node-f2859090-8a06-dc8b-5ef2-59627190a93d-04ce4f5f, #w-node-f2859090-8a06-dc8b-5ef2-59627190a93f-04ce4f5f, #w-node-_3b9b469a-cf47-7bd3-4760-13308f1b4ace-8d4d8f95, #w-node-_3b9b469a-cf47-7bd3-4760-13308f1b4ae1-8d4d8f95, #w-node-_3b9b469a-cf47-7bd3-4760-13308f1b4af9-8d4d8f95, #w-node-ccf5c7da-1530-4719-6d18-31960a513c02-8d4d8f99, #w-node-ccf5c7da-1530-4719-6d18-31960a513c15-8d4d8f99, #w-node-ccf5c7da-1530-4719-6d18-31960a513c2d-8d4d8f99, #w-node-_18e02c87-d392-a465-5887-5e6401783ae4-8d4d8f9f, #w-node-_18e02c87-d392-a465-5887-5e6401783ae8-8d4d8f9f, #w-node-c112a651-2981-3b14-9f31-b273a2a4cdd7-8d4d8f9f, #w-node-f2914d28-9e1c-1793-72e5-022ec8326f61-8d4d8f9f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_18e02c87-d392-a465-5887-5e6401783aec-8d4d8f9f, #w-node-_18e02c87-d392-a465-5887-5e6401783aee-8d4d8f9f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_18e02c87-d392-a465-5887-5e6401783af2-8d4d8f9f, #w-node-_36a2d45b-956c-9bd1-2b43-dd42423fe04b-8d4d8f9f, #w-node-_18e02c87-d392-a465-5887-5e6401783af8-8d4d8f9f, #w-node-_18e02c87-d392-a465-5887-5e6401783b00-8d4d8f9f, #w-node-_18e02c87-d392-a465-5887-5e6401783b08-8d4d8f9f, #w-node-_18e02c87-d392-a465-5887-5e6401783b10-8d4d8f9f, #w-node-_18e02c87-d392-a465-5887-5e6401783b19-8d4d8f9f, #w-node-_18e02c87-d392-a465-5887-5e6401783b1d-8d4d8f9f, #w-node-_18e02c87-d392-a465-5887-5e6401783c94-8d4d8f9f, #w-node-_18e02c87-d392-a465-5887-5e6401783cac-8d4d8f9f, #w-node-_18e02c87-d392-a465-5887-5e6401783cdd-8d4d8f9f, #w-node-_18e02c87-d392-a465-5887-5e6401783d24-8d4d8f9f, #w-node-_18e02c87-d392-a465-5887-5e6401783d37-8d4d8f9f, #w-node-_18e02c87-d392-a465-5887-5e6401783d4f-8d4d8f9f, #w-node-f6a60ce6-f152-ea83-36f0-a2dad1080e5f-8d4d8fa0, #w-node-f6a60ce6-f152-ea83-36f0-a2dad1080e61-8d4d8fa0, #w-node-f6a60ce6-f152-ea83-36f0-a2dad1080e6e-8d4d8fa0, #w-node-f6a60ce6-f152-ea83-36f0-a2dad1080e78-8d4d8fa0, #w-node-f6a60ce6-f152-ea83-36f0-a2dad1080e7a-8d4d8fa0, #w-node-_9436f136-2231-117d-b47e-7694ddf814b8-8d4d8fa0, #w-node-e0502d9f-9b6e-8b1d-d103-ca8ffa9e2477-8d4d8fa0, #w-node-_1a0068d5-54c8-f899-fb54-02ca16e01324-8d4d8fa0, #w-node-_21dbdaaa-dd2d-47fa-b532-d4aca62f4642-8d4d8fa0, #w-node-_49801d73-a0b9-fcd5-d628-cb93886e169f-8d4d8fa0, #w-node-_49801d73-a0b9-fcd5-d628-cb93886e16a0-8d4d8fa0, #w-node-_56098850-06ab-6639-5ee8-2e23fffe3c35-8d4d8fa0, #w-node-_24803f26-ff77-aa6c-d42b-185a931cf254-8d4d8fa0, #w-node-c3e988ae-15e0-aea3-a8a2-b6f1412b2594-8d4d8fa0, #w-node-_3e1608d4-e240-8a50-e38a-09174891c90b-8d4d8fa0, #w-node-_567acaa7-9d27-a89b-c185-4aa1e6f5f655-8d4d8fa0, #w-node-_567acaa7-9d27-a89b-c185-4aa1e6f5f668-8d4d8fa0, #w-node-_567acaa7-9d27-a89b-c185-4aa1e6f5f680-8d4d8fa0, #w-node-aadf285d-1269-ee92-b7d1-dfe516cf101a-8d4d8fa4, #w-node-aadf285d-1269-ee92-b7d1-dfe516cf101d-8d4d8fa4, #w-node-aadf285d-1269-ee92-b7d1-dfe516cf101e-8d4d8fa4, #w-node-aadf285d-1269-ee92-b7d1-dfe516cf1034-8d4d8fa4, #w-node-aadf285d-1269-ee92-b7d1-dfe516cf1049-8d4d8fa4, #w-node-aadf285d-1269-ee92-b7d1-dfe516cf104a-8d4d8fa4, #w-node-cf056023-6ddb-6cba-abf8-53691b886b21-8d4d8fa5, #w-node-_5d081bdb-bc0f-1135-529b-d08c66ed9fe7-8d4d8fa5, #w-node-_18a894b2-97a1-3ba1-1ab3-9aca4b902486-8d4d8fa7, #w-node-_18a894b2-97a1-3ba1-1ab3-9aca4b90248d-8d4d8fa7, #w-node-_18a894b2-97a1-3ba1-1ab3-9aca4b902494-8d4d8fa7, #w-node-_18a894b2-97a1-3ba1-1ab3-9aca4b90249b-8d4d8fa7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1920px) {
  #w-node-_51f99f39-8352-9d70-3dfb-378338a2a151-38a2a11a, #w-node-_18e02c87-d392-a465-5887-5e6401783ae4-8d4d8f9f, #w-node-_18e02c87-d392-a465-5887-5e6401783ae8-8d4d8f9f, #w-node-c112a651-2981-3b14-9f31-b273a2a4cdd7-8d4d8f9f, #w-node-f2914d28-9e1c-1793-72e5-022ec8326f61-8d4d8f9f, #w-node-_18e02c87-d392-a465-5887-5e6401783af2-8d4d8f9f, #w-node-_36a2d45b-956c-9bd1-2b43-dd42423fe04b-8d4d8f9f, #w-node-_18e02c87-d392-a465-5887-5e6401783b19-8d4d8f9f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_18e02c87-d392-a465-5887-5e6401783b18-8d4d8f9f {
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_3b9b469a-cf47-7bd3-4760-13308f1b4aee-8d4d8f95, #w-node-ccf5c7da-1530-4719-6d18-31960a513c22-8d4d8f99, #w-node-_18e02c87-d392-a465-5887-5e6401783d44-8d4d8f9f, #w-node-_567acaa7-9d27-a89b-c185-4aa1e6f5f675-8d4d8fa0 {
    order: -9999;
  }
}


@font-face {
  font-family: 'Fa v4compatibility';
  src: url('../fonts/fa-v4compatibility.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}