.w-commerce-commerceorderconfirmationcontainer {
  width: 100%;
  min-height: 100vh;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #f5f5f5;
}


@media screen and (min-width: 990px) {
           .nav-dropdown {
                width: 220px;
                height: 300px;
                flex-direction: column;
                justify-content: space-evenly;
                background: rgb(255, 255, 255);
                box-shadow: 0 5px 15px 3px rgba(0, 0, 0, 0.2);
                border-radius: 10px;
                position: absolute;
                margin: 28.5px 10px 10px 0;
                font-family: 'Nexa';
                font-weight: 900;
                display: flex;
                visibility: hidden;
                opacity: 0;
                transform: translateY(-3em);
                z-index: -1;
                transition: all 0.5s ease-in-out;
            }

            .nav-dropdown a:not(.fourth-link) {
                border-bottom: 0.5px solid gray;
                height: 100%;
                display: flex;
                align-items: center;
                padding: 5px;
            }

            .fourth-link {
                height: 100%;
                display: flex;
                align-items: center;
                padding: 5px;

            }

            .nav-dropdown a:hover {
                background: rgba(113, 101, 228, 1);
                color: white;

            }

            .e1 {
                width: 100%;
                border-top-left-radius: 10px;
                border-top-right-radius: 10px;
            }

            .e4 {
                border-bottom-left-radius: 10px;
                border-bottom-right-radius: 10px;
            }

        }
.w-commerce-commercelayoutcontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.w-commerce-commercelayoutmain {
  -webkit-flex-basis: 800px;
  -ms-flex-preferred-size: 800px;
  flex-basis: 800px;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  margin-right: 20px;
}

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

.w-commerce-commercecheckoutsummaryblockheader {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 20px;
  padding-left: 20px;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #e6e6e6;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #e6e6e6;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #e6e6e6;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #e6e6e6;
  background-color: #fff;
}

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

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

.w-commerce-commercecheckoutcolumn {
  padding-right: 8px;
  padding-left: 8px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-flex-basis: 0%;
  -ms-flex-preferred-size: 0%;
  flex-basis: 0%;
}

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

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

.w-commerce-commercecheckoutsummaryflexboxdiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.w-commerce-commercecheckoutsummarytextspacingondiv {
  margin-right: 0.33em;
}

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

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

.w-commerce-commercecheckoutorderitem {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

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

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

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

.w-commerce-commercecheckoutorderitemquantitywrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  white-space: pre-wrap;
}

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

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

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

.w-commerce-commercelayoutsidebar {
  -webkit-flex-basis: 320px;
  -ms-flex-preferred-size: 320px;
  flex-basis: 320px;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
}

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

.w-commerce-commercecheckoutsummarylineitem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 8px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.w-commerce-commercecheckoutordersummaryextraitemslistitem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 8px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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

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

<<<<<<< HEAD
.city-layout-flex{
  width: 100%;
}


a {
  color: #333;
  text-decoration: none;
}

.container {
  max-width: 1100px;
  margin: auto;
  overflow: auto;
  padding: 0 2rem;
}

.main-header {
  height: 55vh;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.main-header h1 {
  font-size: 4rem;
  margin-bottom: 2rem;
  line-height: 1.2;
}

.main-header h1 span {
  color: #b50d10;
}

.main-header p {
  font-size: 2rem;
}

.card-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 2rem;
  background: #f76e8c;
}

.card-2{
  background: rgb(91, 231, 250);
}

.card-hk{
  background: rgb(103, 154, 250);
}

.card-sf{
  background: rgb(245, 223, 25);
}

.card-5{
  background: rgb(107, 234, 243);
}

.card-6{
  background: rgb(219, 128, 199);
}

.card-toronto{
  background: rgb(250, 223, 73);
}

.card-7{
  background: rgb(134, 111, 238);
}

.card-container h3 {
  margin-bottom: 2rem;
  font-family: Nexa;
}

.card-image{
  width: 50vw;
  display: flex;
  justify-content: center;
  align-items: center;
}

.card-image img{
  width: 100%;
  height: 300px;
}

.card-container > div {
  padding: 2rem;
}

.card-container:nth-child(even) img {
  order: 2;
}

.card-2 .card-image, .card-sf .card-image, .card-6 .card-image{
  order: 2;
}

@media(max-width:700px) {
  .card-container {
    display: block;
  }

  .card-image{
    width: 100vw;
  }
}

.btn {
  display: inline-block;
  background: linear-gradient(to right, rgb(115, 125, 255),rgb(182, 118, 255));
  color: #fff;
  font-weight: 900;
  padding: 0.8rem 1.8rem;
  margin-top: 2rem;
  cursor: pointer;
  border-radius: 30px;
  font-family: Nexa;
  transition: all 0.3s ease-in-out;
  border: 2px rgb(115, 125, 255) solid;
}

.btn:hover {
  opacity: 0.8;
  background: white;
  color: black;
  border: 2px rgb(115, 125, 255) solid;
  transition: all 0.3s ease-in-out;
}

=======
>>>>>>> parent of 5634ddb (updated cities feature)
.w-commerce-commercepaypalcheckoutformcontainer {
  width: 100%;
  min-height: 100vh;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #f5f5f5;
}

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

.w-commerce-commercecheckoutblockheader {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 20px;
  padding-left: 20px;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #e6e6e6;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #e6e6e6;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #e6e6e6;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #e6e6e6;
  background-color: #fff;
}

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

.w-commerce-commercecheckoutshippingmethoditem {
  padding-top: 16px;
  padding-bottom: 16px;
  padding-right: 16px;
  padding-left: 16px;
  font-weight: 400;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  border-bottom-color: #e6e6e6;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  margin-bottom: 0px;
  background-color: #fff;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.w-commerce-commercecheckoutshippingmethoddescriptionblock {
  margin-left: 12px;
  margin-right: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutcardnumber:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardnumber.-wfp-focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

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

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

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

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

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

.w-commerce-commercecheckoutcardexpirationdate:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardexpirationdate.-wfp-focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

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

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

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

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

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

.w-commerce-commercecheckoutcardsecuritycode:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardsecuritycode.-wfp-focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingaddresstogglewrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 767px) {
  .w-commerce-commercelayoutcontainer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .w-commerce-commercelayoutmain {
    margin-right: 0px;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .w-commerce-commercelayoutsidebar {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}

@media screen and (max-width: 479px) {
  .w-commerce-commercecheckoutrow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .w-commerce-commercecheckoutemailinput {
    font-size: 16px;
  }
  .w-commerce-commercecheckoutshippingfullname {
    font-size: 16px;
  }
  .w-commerce-commercecheckoutshippingstreetaddress {
    font-size: 16px;
  }
  .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }
  .w-commerce-commercecheckoutshippingcity {
    font-size: 16px;
  }
  .w-commerce-commercecheckoutshippingstateprovince {
    font-size: 16px;
  }
  .w-commerce-commercecheckoutshippingzippostalcode {
    font-size: 16px;
  }
  .w-commerce-commercecheckoutshippingcountryselector {
    font-size: 16px;
  }
  .w-commerce-commercecheckoutcardnumber {
    font-size: 16px;
  }
  .w-commerce-commercecheckoutcardexpirationdate {
    font-size: 16px;
  }
  .w-commerce-commercecheckoutcardsecuritycode {
    font-size: 16px;
  }
  .w-commerce-commercecheckoutbillingfullname {
    font-size: 16px;
  }
  .w-commerce-commercecheckoutbillingstreetaddress {
    font-size: 16px;
  }
  .w-commerce-commercecheckoutbillingstreetaddressoptional {
    font-size: 16px;
  }
  .w-commerce-commercecheckoutbillingcity {
    font-size: 16px;
  }
  .w-commerce-commercecheckoutbillingstateprovince {
    font-size: 16px;
  }
  .w-commerce-commercecheckoutbillingzippostalcode {
    font-size: 16px;
  }
  .w-commerce-commercecheckoutbillingcountryselector {
    font-size: 16px;
  }
}

body {
  font-family: Karla;
  color: #1d1f2e;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
}

h1 {
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 36px;
  line-height: 50px;
  font-weight: 400;
}

h2 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-family: Nexa, 'Palatino Linotype', sans-serif;
  font-size: 28px;
  line-height: 40px;
  font-weight: 700;
}

h3 {
  margin-top: 10px;
  margin-bottom: 15px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  font-size: 24px;
  line-height: 36px;
  font-weight: 400;
}

h4 {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 22px;
  line-height: 32px;
  font-weight: 400;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
}

p {
  margin-bottom: 15px;
  font-family: Gotham, 'Palatino Linotype', sans-serif;
  color: rgba(29, 31, 46, 0.7);
  font-weight: 300;
}

a {
  display: inline-block;
  border-bottom: 1px none rgba(162, 95, 75, 0.3);
  -webkit-transition: color 400ms ease, border 400ms ease;
  transition: color 400ms ease, border 400ms ease;
  color: #8f83f7;
  text-decoration: none;
}

a:hover {
  border-bottom-color: rgba(162, 95, 75, 0.8);
  color: #c86afc;
}

a.w--current {
  width: 33%;
}

ul {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 18px;
  list-style-type: none;
}

img {
  display: inline-block;
  width: auto;
  max-width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
}

label {
  display: block;
  margin-bottom: 12px;
  color: rgba(29, 31, 46, 0.6);
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

strong {
  font-weight: bold;
}

blockquote {
  display: block;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 35px;
  border-top: 1px none #ececed;
  border-bottom: 2px solid rgba(162, 95, 75, 0.2);
  border-left: 2px solid rgba(162, 95, 75, 0.2);
  background-color: transparent;
  color: #8f83f7;
  font-size: 20px;
  line-height: 32px;
  text-align: center;
}

figcaption {
  display: block;
  margin-bottom: 30px;
  color: rgba(29, 31, 46, 0.5);
  font-size: 14px;
  line-height: 18px;
  text-align: center;
}

.cart-button {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 4px 0px;
  background-color: transparent;
  opacity: 0.6;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #1d1f2e;
  line-height: 100%;
}

.cart-button:hover {
  opacity: 1;
  color: #1d1f2e;
}

.item-count {
  height: auto;
  background-color: #1d1f2e;
  color: #fff;
}

.cart-wrapper {
  background-color: rgba(29, 31, 46, 0.15);
}

.cart-container {
  min-width: 440px;
  background-color: #1d1f2e;
  box-shadow: 0 2px 6px 0 rgba(29, 31, 46, 0.1);
  color: #fff;
}

.cart-heading {
  color: hsla(0, 0%, 100%, 0.7);
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.cart-header {
  padding: 30px 40px;
  border-bottom-color: rgba(210, 210, 213, 0.1);
}

.cart-icon {
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 2px;
}

.close-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.7;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.close-button:hover {
  opacity: 1;
}

.cart-close-icon {
  margin-top: 2px;
  margin-bottom: 4px;
}

.cart-list {
  padding: 30px 40px 0px;
  color: #fff;
}

.white-button {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 50;
  display: inline-block;
  padding: 18px 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom-style: none;
  border-radius: 50px;
  background-color: #fff;
  box-shadow: 0 2px 6px 0 rgba(29, 31, 46, 0.1);
  -webkit-transition: background-color 400ms ease, opacity 400ms ease, box-shadow 400ms ease;
  transition: background-color 400ms ease, opacity 400ms ease, box-shadow 400ms ease;
  font-family: Nexa, 'Palatino Linotype', sans-serif;
  color: #1d1f2e;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.white-button:hover {
  background-color: #fafafa;
  box-shadow: 0 3px 8px 0 rgba(29, 31, 46, 0.15);
  opacity: 0.96;
  color: #161724;
}

.white-button.cc-product-button {
  width: 100%;
  height: 99%;
  background-color: transparent;
  color: #fff;
}

.white-button.cc-product-button:hover {
  opacity: 0.96;
}

.cart-item-image {
  width: 80px;
  height: 80px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px;
}

.cart-item {
  margin-bottom: 30px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.cart-item-info {
  padding: 0px 25px;
}

.cart-product-name {
  margin-top: 0px;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
}

.cart-item-remove-link {
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  color: hsla(0, 0%, 100%, 0.3);
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.cart-item-remove-link:hover {
  color: hsla(0, 0%, 100%, 0.6);
}

.cart-product-price {
  margin-bottom: 5px;
  color: #fff;
  line-height: 28px;
}

.cart-footer {
  padding: 30px 40px 40px;
  border-top-style: solid;
  border-top-color: rgba(210, 210, 213, 0.1);
}

.cart-line-item {
  margin-bottom: 20px;
  color: #fff;
}

.cart-total {
  font-size: 20px;
  line-height: 32px;
}

.cart-order-value {
  font-size: 20px;
  line-height: 32px;
  font-weight: 400;
}

.text-field-dark {
  width: auto;
  height: 54px;
  margin-bottom: 0px;
  padding: 18px 24px;
  border-color: #2f303e;
  border-radius: 0px;
  background-color: transparent;
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.text-field-dark.cc-subscribe-input {
  width: 350px;
  margin-right: 10px;
  border: 1px solid #fff;
  -webkit-transition: border 400ms ease;
  transition: border 400ms ease;
  text-align: left;
}

.text-field-dark.cc-subscribe-input:hover {
  border-color: hsla(0, 0%, 100%, 0.5);
}

.text-field-dark.cc-subscribe-input:active {
  border-color: hsla(0, 0%, 100%, 0.6);
}

.text-field-dark.cc-subscribe-input:focus {
  border-color: hsla(0, 0%, 100%, 0.5);
}

.text-field-dark.cc-quantity {
  width: 60px;
  height: 42px;
  margin-top: 19px;
  -webkit-transition: border 400ms ease;
  transition: border 400ms ease;
}

.text-field-dark.cc-quantity:hover {
  border-color: hsla(0, 0%, 100%, 0.5);
}

.text-field-dark.cc-quantity:active {
  border-color: hsla(0, 0%, 100%, 0.6);
}

.text-field-dark.cc-quantity:focus {
  border-color: hsla(0, 0%, 100%, 0.5);
}

.remove-button {
  text-decoration: none;
}

.uppercase-text {
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.label {
  position: static;
  display: block;
  padding-top: 20px;
  padding-bottom: 20px;
  opacity: 0.6;
  font-family: Nexa, 'Palatino Linotype', sans-serif;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.label.cc-subheadline {
  margin-right: 15px;
  margin-bottom: 0%;
  margin-left: 15px;
  font-family: Gotham, 'Palatino Linotype', sans-serif;
  color: #1d1f2e;
  line-height: 12px;
  font-weight: 500;
}

.label.cc-event-date {
  color: #8f83f7;
}

.label.cc-footer-section-headline {
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Nexa, 'Palatino Linotype', sans-serif;
  color: #1d1f2e;
}

.label.cc-contact-form-label {
  margin-top: 20px;
  margin-bottom: 10px;
}

.label.cc-category-link {
  margin-right: 5px;
  margin-left: 5px;
  padding: 10px 16px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(143, 131, 247, 0.41);
  opacity: 1;
  -webkit-transition: color 400ms ease, border 400ms ease, opacity 400ms ease;
  transition: color 400ms ease, border 400ms ease, opacity 400ms ease;
  color: #868dfc;
}

.label.cc-category-link:hover {
  border-style: solid;
  border-width: 1px;
  border-color: #868dfc;
  opacity: 1;
  color: #8f83f7;
}

.label.cc-category-link.w--current {
  margin-left: 5px;
  border-color: rgba(143, 131, 247, 0.41);
  opacity: 1;
  color: #868dfc;
}

.label.cc-category-link {
  margin-right: 5px;
  margin-left: 5px;
  padding: 10px 16px;
  border: 1px solid #ececed;
  opacity: 1;
  -webkit-transition: color 400ms ease, border 400ms ease, opacity 400ms ease;
  transition: color 400ms ease, border 400ms ease, opacity 400ms ease;
  color: rgba(162, 95, 75, 0.6);
}

.label.cc-category-link:hover {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(162, 95, 75, 0.3);
  opacity: 1;
  color: #a25f4b;
}

.label.cc-category-link.w--current {
  margin-left: 5px;
  border-color: rgba(162, 95, 75, 0.4);
  opacity: 1;
  color: #a25f4b;
}

.slide_para {
  width: 100%;
  height: auto;
  margin-left: 0px;
  font-family: Gotham, 'Palatino Linotype', sans-serif;
  color: rgba(29, 31, 46, 0.7);
  line-height: 30px;
  font-weight: 300;
  text-align: left;
}

.slide_para.cc-empty-cart {
  margin-bottom: 30px;
  color: hsla(0, 0%, 100%, 0.7);
  line-height: 16px;
}

.small-paragraph {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  font-size: 14px;
  line-height: 22px;
}

.small-paragraph.cc-copyright-footer {
  margin-top: 40px;
  margin-bottom: 10px;
  padding-top: 0px;
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
  color: rgba(29, 31, 46, 0.28);
  line-height: 14px;
}

.small-paragraph.cc-copyright-footer:hover {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
  color: rgba(143, 131, 247, 0.53);
}

.menu-item {
  position: relative;
  margin-top: 4px;
  margin-bottom: 4px;
  font-family: Nexa, 'Palatino Linotype', sans-serif;
  color: #1d1f2e;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.menu-item-wrap {
  position: relative;
  display: block;
  overflow: hidden;
  margin-right: 30px;
  padding-top: 4px;
  padding-bottom: 4px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.6;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
  text-decoration: none;
  cursor: pointer;
}

.menu-item-wrap:hover {
  opacity: 1;
}

.menu-item-wrap.w--current {
  display: block;
  width: auto;
  opacity: 1;
  color: #8f83f7;
}

.menu-item-deco-line {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 100%;
  height: 2px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0px solid #000;
  background-color: rgba(134, 141, 252, 0.3);
  opacity: 0;
}

.text-field {
  display: block;
  height: 54px;
  margin-bottom: 20px;
  padding: 18px 24px;
  border: 1px solid #e5e5e7;
  border-radius: 0px;
  -webkit-transition: border 400ms ease, color 400ms ease;
  transition: border 400ms ease, color 400ms ease;
  font-family: Gotham, 'Palatino Linotype', sans-serif;
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
}

.text-field:hover {
  border-color: rgba(29, 31, 46, 0.5);
}

.text-field:active {
  border-color: #1d1f2e;
}

.text-field:focus {
  border-color: #1d1f2e;
}

.text-field::-webkit-input-placeholder {
  color: rgba(29, 31, 46, 0.3);
}

.text-field:-ms-input-placeholder {
  color: rgba(29, 31, 46, 0.3);
}

.text-field::-ms-input-placeholder {
  color: rgba(29, 31, 46, 0.3);
}

.text-field::placeholder {
  color: rgba(29, 31, 46, 0.3);
}

.text-field.cc-textarea {
  height: 100px;
}

.about-timeline {
  position: relative;
  z-index: auto;
  display: none;
  overflow: hidden;
  width: 100%;
  height: auto;
  margin-top: 0px;
  margin-right: 0%;
  margin-bottom: 0px;
  padding: 0px 40px;
  background-color: #fff;
  color: #1d1f2e;
}

.about-timeline.cc-subscribe-form {
  display: block;
  padding-right: 30px;
  padding-left: 30px;
  background-color: #8f83f7;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#8f83f7), to(#868dfc));
  background-image: linear-gradient(180deg, #8f83f7, #868dfc);
  color: #fff;
}

.about-timeline.cc-deco-block-wrap {
  z-index: auto;
  display: block;
  margin-top: -114px;
  margin-bottom: -165px;
  padding: 200px 30px 250px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-image: url('../images/bg2.2.png');
  background-position: 0% 50%;
  background-size: cover;
}

.wrap {
  position: static;
  display: block;
  width: auto;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-color: transparent;
  color: #dc5980;
}

.wrap.cc-menu {
  position: fixed;
  z-index: 900;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  -ms-grid-columns: 4fr 1fr;
  grid-template-columns: 4fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-bottom: 0px solid transparent;
  background-color: #fff;
}

.wrap.cc-subscribe-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.menu {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1000;
  overflow: visible;
  margin-bottom: 0px;
  padding-bottom: 0px;
  border: 0px solid #000;
  background-color: #fff;
  box-shadow: none;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  line-height: 10px;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 25px;
  padding-bottom: 25px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
}

.brand {
  border-bottom-style: none;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.brand:hover {
  opacity: 0.8;
}

.page-headline-wrap {
  display: block;
  width: 70%;
  margin: 100px auto;
  text-align: center;
}

.page-headline-wrap.cc-overlayed-headline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-start;
  -ms-flex-align: end;
  align-items: flex-end;
}

.big-paragraph {
  width: 50%;
  color: rgba(29, 31, 46, 0.35);
  font-size: 25px;
  line-height: 25px;
  text-align: right;
}

.big-paragraph.cc-cover-paragraph {
  margin-bottom: 30px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  opacity: 0.9;
  font-family: Gotham, 'Palatino Linotype', sans-serif;
  color: #fff;
  font-weight: 300;
  text-align: center;
}

.what-is {
  display: block;
  width: 75%;
  margin-right: auto;
  margin-bottom: 25px;
  margin-left: 60px;
  text-align: center;
}

.subheadline-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.subheadline-wrap.cc-separate-subheadline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  margin-bottom: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Gotham, 'Palatino Linotype', sans-serif;
  line-height: 12px;
}

.subheadline-deco-line {
  display: inline-block;
  width: 30px;
  height: 1px;
  margin-top: 0px;
  background-color: #ececed;
}

.timeline-item-no {
  position: absolute;
  left: 0px;
  top: -28px;
  right: 0px;
  z-index: 0;
  display: none;
  padding-bottom: 0px;
  color: rgba(29, 31, 46, 0.05);
  font-size: 40px;
  line-height: 56px;
}

.timeline-event-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  margin-right: auto;
  margin-bottom: 50px;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.timeline-event-name {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Gotham, 'Palatino Linotype', sans-serif;
  color: #8f83f7;
  font-size: 18px;
  line-height: 30px;
}

.timeline-bottom-deco-line {
  display: block;
  width: 200px;
  height: 1px;
  margin-top: 30px;
  background-color: #ececed;
}

.subscribe-headline {
  margin-top: 15px;
  margin-bottom: 25px;
  font-size: 36px;
  line-height: 50px;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-block {
  display: block;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
}

.footer {
  width: 940px;
  margin-top: 200px;
  margin-bottom: 100px;
  justify-items: start;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 4fr 2fr 2fr 4fr;
  grid-template-columns: 4fr 2fr 2fr 4fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.footer-link {
  margin-bottom: 10px;
  font-family: Gotham, 'Palatino Linotype', sans-serif;
  color: rgba(29, 31, 46, 0.7);
  font-size: 14px;
  line-height: 22px;
  font-weight: 300;
}

.footer-link:hover {
  color: #868dfc;
}

.footer-link.w--current {
  width: auto;
  font-family: Gotham, 'Palatino Linotype', sans-serif;
  line-height: 14px;
  font-weight: 300;
}

.footer-grid-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  align-self: end;
}

.footer-email-link {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  font-family: Gotham, 'Palatino Linotype', sans-serif;
  color: #1d1f2e;
  font-size: 15px;
  line-height: 36px;
}

.footer-email-link:hover {
  color: #8f83f7;
}

.subscribe-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1440px;
  min-width: 880px;
  margin-right: auto;
  margin-left: auto;
  padding: 80px 100px 85px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: transparent;
  color: #fff;
  text-align: center;
}

.empty-cart-headline {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 32px;
}

.empty-cart-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 40px;
  margin-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  text-align: center;
}

.empty-cart-icon {
  display: block;
  margin: 0px auto;
}

.error-state {
  margin: -30px 40px 40px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #a25f4b;
  text-align: center;
}

.error-message {
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #a25f4b;
  color: #fff;
}

.success-message {
  padding: 0px;
  background-color: transparent;
}

.newsletter-success-text {
  display: inline-block;
  line-height: 24px;
  text-align: left;
}

.newsletter-success-icon {
  margin-top: 0px;
  margin-right: 20px;
  margin-bottom: 0px;
}

.success-message-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.logo-image {
  width: 50px;
  height: 60px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 20px;
}

.parallax-section {
  position: static;
  display: block;
  height: 340px;
  margin-bottom: 100px;
  background-image: url('../images/im6.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.parallax-section.cc-about-parallax {
  display: none;
  height: auto;
  margin: 0px -40px;
  padding: 100px 75px 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#868dfc), color-stop(100%, #c86afc), to(#7466aa)), url('../images/im.jpeg');
  background-image: linear-gradient(180deg, #868dfc, #c86afc 100%, #7466aa), url('../images/im.jpeg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.footer-subheadline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.magazine-headline {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Nexa, 'Palatino Linotype', sans-serif;
  color: #1d1f2e;
  font-size: 40px;
  line-height: 60px;
  font-weight: 700;
}

.magazine-text-wrap {
  margin-bottom: 20px;
}

.magazine-small-image-1 {
  width: 130px;
  height: 130px;
  margin-bottom: 20px;
  background-image: url('../images/im2.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.magazine-small-image-2 {
  width: 125px;
  height: 130px;
  margin-top: -25px;
  background-image: url('../images/im3.jpg');
  background-position: 0px 0px;
  background-size: 125px;
}

.magazine-images-wrap {
  display: block;
  margin-left: 2%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 530px;
  margin-right: 0%;
  margin-left: 0%;
  padding-left: 1%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: transparent;
}

.header-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-top: 9%;
  margin-right: 0px;
  margin-bottom: 0px;
  padding: 0px 0px 60px 35px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: transparent;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
}

.header-content {
  position: relative;
  left: 0px;
  z-index: 500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-top: 8%;
  margin-right: 0px;
  margin-left: 0px;
  clear: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 0px solid #000;
  background-color: transparent;
  font-family: Inconsolata, monospace;
  color: #fff;
}

.header-text {
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  text-align: center;
}

.header-headline {
  position: static;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Nexa, 'Palatino Linotype', sans-serif;
  color: #1d1f2e;
  font-size: 48px;
  line-height: 60px;
  font-weight: 700;
  text-align: left;
}

.header-headline-wrap {
  margin-bottom: 25px;
}

.magazine-image {
  width: 280px;
  height: 280px;
  margin-right: -10px;
  background-image: url('../images/im1.png');
  background-position: 0px 0px;
  background-size: cover;
}

.magazine-section {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 20px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.magazine-small-images {
  margin-left: 16px;
}

.contact-form-wrap {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 750px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding: 60px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(210, 210, 213, 0.5);
  border-radius: 19px;
  background-color: #fff;
}

.contact-form-headline {
  margin-bottom: 25px;
  font-size: 18px;
  line-height: 30px;
}

.form-wrap {
  width: 65%;
  margin-right: 60px;
  padding-right: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-right: 1px solid rgba(210, 210, 213, 0.3);
}

.contact-form-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.message-form {
  margin-bottom: 0px;
}

.magazine-content-wrap {
  margin-left: -10%;
  padding-left: 0px;
}

.subscribe-form-deco-line {
  display: inline-block;
  width: 30px;
  height: 1px;
  background-color: rgba(210, 210, 213, 0.1);
}

.deco-block {
  position: relative;
  left: 0px;
  top: 54px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  height: auto;
  max-width: 1440px;
  min-width: 940px;
  margin-right: 50px;
  margin-left: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.wrap-overlayed {
  position: relative;
  top: auto;
  z-index: 1;
  display: block;
  width: 940px;
  margin-right: auto;
  margin-bottom: 156px;
  margin-left: auto;
  padding-top: 0px;
}

.dark-button {
  position: static;
  left: auto;
  z-index: 50;
  display: inline-block;
  margin-top: 20px;
  margin-right: 10px;
  padding: 18px 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 30px;
  background-color: #1d1f2e;
  box-shadow: none;
  -webkit-transition: background-color 400ms ease, opacity 400ms ease, box-shadow 400ms ease;
  transition: background-color 400ms ease, opacity 400ms ease, box-shadow 400ms ease;
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.dark-button:hover {
  background-color: #2f3247;
  box-shadow: 0 3px 8px 0 rgba(29, 31, 46, 0.15);
  opacity: 0.96;
  color: #fff;
}

.dark-button.expand {
  display: block;
}

.contact-form-link {
  border-bottom-color: rgba(134, 141, 252, 0.69);
  color: #1d1f2e;
  font-size: 18px;
  line-height: 30px;
}

.contact-form-link:hover {
  color: #8f83f7;
}

.contact-form-success-message {
  border: 1px solid #ececed;
  background-color: #fafafa;
}

.contact-form-success-icon {
  margin-top: 0px;
  margin-bottom: 10px;
}

.category-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.category-deco-line {
  display: inline-block;
  width: 30px;
  height: 1px;
  margin-right: 20px;
  background-color: #ececed;
}

.category-deco-line-right {
  display: inline-block;
  width: 30px;
  height: 1px;
  margin-left: 20px;
  background-color: #ececed;
}

.breadcrumb-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0%;
  margin-bottom: 0px;
  padding-top: 25px;
  padding-bottom: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px none #ececed;
  border-bottom: 1px none #ececed;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  padding-top: 20vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/bg5.2.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/bg5.2.png');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 400px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-align: center;
}

.utility-page-form {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

.password-field {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 1px solid #ececed;
  border-radius: 20px;
  background-color: transparent;
  font-family: Gotham, 'Palatino Linotype', sans-serif;
  text-align: center;
}

.search-container {
  margin-top: 50px;
}

.search {
  margin-bottom: 50px;
}

.paypal {
  margin-bottom: 8px;
}

.image {
  position: static;
  left: 22%;
  top: -29%;
  right: 5%;
  bottom: 5%;
  z-index: 100;
  display: none;
  width: 150px;
  margin: 5% -6% 60px;
  float: right;
  font-size: 20%;
  text-align: right;
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading {
  margin-bottom: 10px;
  font-family: Nexa, 'Palatino Linotype', sans-serif;
  color: #1d1f2e;
  font-size: 250%;
  line-height: 150%;
  font-weight: 700;
}

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

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

.text-block-3 {
  margin-right: 25px;
  margin-left: 25px;
  font-family: Nexa, 'Palatino Linotype', sans-serif;
  color: #1d1f2e;
  font-size: 20px;
  font-weight: 700;
  text-align: left;
}

.paragraph-4 {
  margin-top: 10px;
  margin-right: 10px;
  margin-left: 10px;
  padding-right: 15px;
  padding-left: 15px;
  font-family: Gotham, 'Palatino Linotype', sans-serif;
  color: #1d1f2e;
  font-size: 15px;
  line-height: 18px;
  font-weight: 300;
  text-align: left;
}

.text-block-4 {
  margin-right: 25px;
  margin-left: 25px;
  font-family: Nexa, 'Palatino Linotype', sans-serif;
  color: #1d1f2e;
  font-size: 20px;
  font-weight: 700;
  text-align: left;
}

.paragraph-5 {
  margin-top: 10px;
  margin-right: 10px;
  margin-left: 10px;
  padding-right: 15px;
  padding-left: 15px;
  font-family: Gotham, 'Palatino Linotype', sans-serif;
  color: #1d1f2e;
  font-size: 15px;
  line-height: 18px;
  font-weight: 300;
  text-align: left;
}

.paragraph-6 {
  margin: 10px 10px 0px;
  padding-right: 15px;
  padding-left: 15px;
  font-family: Gotham, 'Palatino Linotype', sans-serif;
  color: #1d1f2e;
  font-size: 15px;
  line-height: 18px;
  font-weight: 300;
  text-align: left;
}

.text-block-5 {
  margin-right: 25px;
  margin-left: 25px;
  font-family: Nexa, 'Palatino Linotype', sans-serif;
  color: #1d1f2e;
  font-size: 20px;
  font-weight: 700;
  text-align: left;
}

.image-9 {
  display: block;
  width: 75px;
  height: 45px;
  margin: 45px auto 20px;
  background-color: transparent;
  opacity: 1;
}

.image-10 {
  position: relative;
  display: block;
  width: auto;
  height: 75px;
  margin: 25px auto 10px;
  float: none;
  clear: none;
  opacity: 1;
}

.image-11 {
  display: block;
  width: auto;
  height: 75px;
  margin: 25px auto 10px;
  opacity: 1;
}

.button {
  border: 0px solid #000;
  background-color: #fff;
  color: #000;
}

.logo-line {
  width: 62%;
  height: 2px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, right top, from(#868dfc), to(#c86afc));
  background-image: linear-gradient(90deg, #868dfc, #c86afc);
  color: transparent;
}

.footer-v1-column {
  width: 25%;
  padding: 8px 60px 64px 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-size: 14px;
  line-height: 24px;
}

.footer-v1-logo-column {
  width: 25%;
  padding-right: 64px;
  padding-bottom: 64px;
  padding-left: 15px;
}

.logo {
  margin: 2px auto 2px 0px;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  background-color: transparent;
  font-family: Nexa, 'Palatino Linotype', sans-serif;
  color: #868dfc;
  font-size: 15px;
  line-height: 24px;
  font-weight: 700;
}

.footer-logo {
  display: block;
  width: auto;
  margin-top: 10px;
  margin-bottom: -16px;
  padding: 24px 15px 24px 0px;
}

.wrapper {
  display: block;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
}

.footer-v1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 28px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  text-align: left;
}

.heading-6 {
  background-color: transparent;
  font-family: Nexa, 'Palatino Linotype', sans-serif;
  color: #fff;
  text-align: center;
}

.team-member-color-photo {
  position: relative;
  z-index: 5;
  height: 360px;
  border-radius: 8px;
  background-color: #ccd0d9;
  box-shadow: 0 5px 18px 0 rgba(46, 50, 60, 0.27);
  -webkit-transform: translate(40px, -40px);
  -ms-transform: translate(40px, -40px);
  transform: translate(40px, -40px);
}

.div-block-16 {
  position: static;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: -200px auto 0px;
  padding-top: 200px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #edeffe;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
}

.div-block-20 {
  width: auto;
  height: 346px;
  margin-top: 0px;
  padding-top: 2px;
  padding-bottom: 0px;
  border-right: 1px solid #ececed;
  border-bottom: 1px solid #ececed;
  border-radius: 15px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
  background-position: 0px 0px;
  box-shadow: 1px 1px 3px 0 rgba(29, 31, 46, 0.25);
}

.div-block-21 {
  width: auto;
  height: 346px;
  padding-top: 2px;
  border-radius: 15px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
  background-position: 0px 0px;
  box-shadow: 1px 1px 3px 0 rgba(29, 31, 46, 0.25);
}

.column {
  padding-right: 5px;
  padding-left: 5px;
}

.column-2 {
  padding-right: 5px;
  padding-left: 5px;
}

.column-3 {
  padding-right: 5px;
  padding-left: 5px;
}

.div-block-22 {
  width: auto;
  height: 346px;
  padding-top: 2px;
  border-radius: 15px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
  background-position: 0px 0px;
  box-shadow: 1px 1px 3px 0 rgba(29, 31, 46, 0.35);
}

.image-54 {
  position: absolute;
  width: 75px;
  margin-top: 105px;
  margin-left: 38px;
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}

.image-55 {
  position: absolute;
  width: 50px;
  margin-top: -105px;
  margin-left: 0px;
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}

.image-56 {
  position: absolute;
  width: 50px;
  margin-top: 6px;
  margin-left: 365px;
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}

.div-block-23 {
  width: 200px;
  height: 200px;
  margin-top: 32px;
  margin-left: 320px;
  background-image: url('../images/blackrim2.png');
  background-position: 0px 0px;
  background-size: cover;
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
  color: #7466aa;
}

.div-block-27 {
  width: 200px;
  height: 200px;
  margin-top: -35px;
  margin-left: 176px;
  background-image: url('../images/blackrim2.png');
  background-position: 0px 0px;
  background-size: cover;
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}

.image-57 {
  position: absolute;
  width: 100px;
  height: 100px;
  margin-top: -450px;
  margin-left: 245px;
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}

.image-58 {
  position: absolute;
  display: none;
  width: 345px;
  height: 345px;
  margin-top: 0px;
  margin-left: 0px;
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}

.image-59 {
  position: absolute;
  width: 110px;
  height: 110px;
  margin-top: 38px;
  margin-left: 92px;
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}

.link-block-3 {
  position: relative;
  left: -187px;
  top: -70px;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 125px;
  height: 144px;
  margin-top: 0px;
  margin-left: 700px;
  padding-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/purple3-noborder.png');
  background-position: 0px 0px;
  background-size: cover;
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}

.link-block-3:hover {
  -webkit-filter: saturate(135%);
  filter: saturate(135%);
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}

.heading-8 {
  display: block;
  margin: 0px 20px 0px 25px;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  transform: rotate(-30deg);
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  color: #fafafa;
  font-size: 15px;
  line-height: 15px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.section-3 {
  margin-right: 0%;
  margin-bottom: 0px;
  margin-left: -8%;
  padding-bottom: 0px;
}

.text-block-9 {
  position: relative;
  top: auto;
  display: block;
  width: 150px;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  transform: rotate(-30deg);
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  color: #fafafa;
  font-size: 20px;
  font-style: normal;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.text-block-10 {
  position: relative;
  left: auto;
  top: auto;
  z-index: 20;
  width: 200px;
  margin-top: 0px;
  margin-left: 0px;
  color: #1d1f2e;
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.div-block-28 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  margin-top: 89px;
  margin-left: 67px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-61 {
  position: absolute;
  display: block;
  width: 700px;
  height: auto;
  margin-top: 122px;
  margin-right: auto;
  margin-left: auto;
}

.slider-2 {
  width: 635px;
  height: 370px;
  margin-top: 78px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 0px;
}

.slide {
  border-radius: 0px;
  background-image: url('../images/im7.JPG');
  background-position: 0px 0px;
  background-size: cover;
}

.section-4 {
  display: block;
  height: auto;
  margin-right: auto;
  margin-bottom: 0%;
  margin-left: auto;
  padding-bottom: 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(94%, #fff), color-stop(100%, rgba(203, 206, 254, 0.7)), to(rgba(134, 141, 252, 0.3)));
  background-image: linear-gradient(180deg, #fff 94%, rgba(203, 206, 254, 0.7) 100%, rgba(134, 141, 252, 0.3));
}

.heading-9 {
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
}

.div-block-30 {
  width: 100px;
  height: 100px;
  margin-top: -137px;
  margin-left: 625px;
  background-image: url('../images/purple3rim.png');
  background-position: 0px 0px;
  background-size: cover;
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}

.columns {
  display: block;
  width: 900px;
  margin-top: -200px;
  padding-top: 108px;
  padding-bottom: 140px;
}

.image-65 {
  width: 100px;
  height: auto;
  margin-top: 0px;
  margin-left: 0px;
}

.right-arrow-2 {
  margin-top: 0px;
  background-color: transparent;
}

.link-block-4 {
  width: 100px;
  height: 122px;
  margin-top: 100px;
  margin-left: 500px;
}

.columns-2 {
  display: none;
}

.section-6 {
  display: block;
  margin-top: -200px;
  padding-top: 300px;
  padding-bottom: 220px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: none;
  background-position: 0px 0px;
}

.paragraph-9 {
  width: 750px;
  margin: 0px auto 40px;
  padding-right: 50px;
  padding-left: 50px;
  font-family: Gotham, 'Palatino Linotype', sans-serif;
  line-height: 24px;
  font-weight: 300;
  text-align: center;
}

.heading-16 {
  margin-top: 60px;
  font-family: Nexa, 'Palatino Linotype', sans-serif;
  font-weight: 700;
  text-align: center;
}

.link-block-6 {
  position: absolute;
  left: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 113px;
  margin-top: 190px;
  margin-left: 150.5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/blue_light.png');
  background-position: 0px 0px;
  background-size: cover;
}

.link-block-7 {
  position: absolute;
  left: auto;
  width: 100px;
  height: 113px;
  margin-top: 100px;
  margin-left: 306px;
  background-image: url('../images/purple_dark.png');
  background-position: 0px 0px;
  background-size: cover;
}

.link-block-8 {
  position: absolute;
  left: auto;
  width: 100px;
  height: 113px;
  margin-top: 280px;
  margin-left: 306px;
  background-image: url('../images/pink_dark.png');
  background-position: 0px 0px;
  background-size: cover;
}

.link-block-9 {
  position: absolute;
  left: auto;
  top: auto;
  bottom: auto;
  width: 100px;
  height: 113px;
  margin-top: 280px;
  margin-left: 409px;
  background-image: url('../images/yellow_light.png');
  background-position: 0px 0px;
  background-size: cover;
}

.link-block-10 {
  position: absolute;
  left: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 114px;
  margin-top: 190px;
  margin-left: 357.5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/pink_light.png');
  background-position: 0px 0px;
  background-size: cover;
}

.link-block-11 {
  position: absolute;
  left: auto;
  width: 100px;
  height: 113px;
  margin-top: 190px;
  margin-left: 460.5px;
  background-image: url('../images/turqoise_light.png');
  background-position: 0px 0px;
  background-size: cover;
}

.div-block-50 {
  position: absolute;
  left: auto;
  width: 100px;
  height: 113px;
  margin-top: 100px;
  margin-left: 409px;
  background-image: url('../images/yellow_light.png');
  background-position: 0px 0px;
  background-size: cover;
}

.div-block-51 {
  position: absolute;
  left: auto;
  width: 100px;
  height: 113px;
  margin-top: 100px;
  margin-left: 203px;
  background-image: url('../images/purple.png');
  background-position: 0px 0px;
  background-size: cover;
}

.div-block-52 {
  display: block;
  width: 800px;
  height: 500px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-53 {
  position: absolute;
  left: auto;
  width: 100px;
  height: 113px;
  margin-top: 190px;
  margin-left: 563.6px;
  background-image: url('../images/pink_light.png');
  background-position: 0px 0px;
  background-size: cover;
}

.div-block-54 {
  position: absolute;
  left: auto;
  width: 100px;
  height: 113px;
  margin-top: 100px;
  margin-left: 512px;
  background-image: url('../images/purple.png');
  background-position: 0px 0px;
  background-size: cover;
}

.div-block-55 {
  position: absolute;
  left: auto;
  width: 100px;
  height: 115px;
  margin-top: 370px;
  margin-left: 563.5px;
  background-image: url('../images/blue_dark.png');
  background-position: 0px 0px;
  background-size: cover;
}

.div-block-56 {
  position: absolute;
  left: auto;
  width: 100px;
  height: 113px;
  margin-top: 280px;
  margin-left: 615px;
  background-image: url('../images/purple_dark.png');
  background-position: 0px 0px;
  background-size: cover;
}

.div-block-57 {
  position: absolute;
  left: auto;
  width: 100px;
  height: 113px;
  margin-top: 370px;
  margin-left: 460.5px;
  background-image: url('../images/turqoise_light.png');
  background-position: 0px 0px;
  background-size: cover;
}

.div-block-58 {
  position: absolute;
  left: auto;
  width: 100px;
  height: 113px;
  margin-top: 10px;
  margin-left: 150.5px;
  background-image: url('../images/turqoise_light.png');
  background-position: 0px 0px;
  background-size: cover;
}

.div-block-59 {
  position: absolute;
  left: auto;
  width: 100px;
  height: 113px;
  margin-top: 100px;
  margin-left: -3px;
  background-image: url('../images/purple_blue.png');
  background-position: 0px 0px;
  background-size: contain;
}

.div-block-60 {
  position: absolute;
  left: auto;
  width: 100px;
  height: 113px;
  margin-top: 370px;
  margin-left: 666.5px;
  background-image: url('../images/magenta_1.png');
  background-position: 0px 0px;
  background-size: cover;
}

.div-block-61 {
  position: absolute;
  left: auto;
  width: 100px;
  height: 113px;
  margin-top: 280px;
  margin-left: 512px;
  background-image: url('../images/purple.png');
  background-position: 0px 0px;
  background-size: cover;
}

.div-block-62 {
  position: absolute;
  left: auto;
  width: 100px;
  height: 113px;
  margin-top: 280px;
  margin-left: 203px;
  background-image: url('../images/purple_blue.png');
  background-position: 0px 0px;
  background-size: cover;
}

.div-block-63 {
  position: absolute;
  left: auto;
  width: 100px;
  height: 113px;
  margin-top: 190px;
  margin-left: 253.5px;
  background-image: url('../images/turqoise_light.png');
  background-position: 0px 0px;
  background-size: cover;
}

.div-block-64 {
  position: absolute;
  left: auto;
  width: 100px;
  height: 113px;
  margin-top: 10px;
  margin-left: 47.5px;
  background-image: url('../images/pink_dark.png');
  background-position: 0px 0px;
  background-size: cover;
}

.div-block-65 {
  position: absolute;
  left: auto;
  width: 100px;
  height: 113px;
  margin-top: 190px;
  margin-left: 47.5px;
  background-image: url('../images/magenta_1.png');
  background-position: 0px 0px;
  background-size: cover;
}

.div-block-66 {
  position: absolute;
  left: auto;
  width: 100px;
  height: 113px;
  margin-top: 100px;
  margin-left: 100px;
  background-image: url('../images/yellow_light.png');
  background-position: 0px 0px;
  background-size: cover;
}

.link-block-12 {
  position: absolute;
  right: 63px;
  display: block;
  width: 150px;
  height: 173px;
  margin-top: -29px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  background-image: url('../images/purple2-noborder.png');
  background-position: 0px 0px;
  background-size: cover;
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}

.link-block-12:hover {
  -webkit-filter: saturate(112%);
  filter: saturate(112%);
  -webkit-transform: translate(0px, -10px) rotate(30deg);
  -ms-transform: translate(0px, -10px) rotate(30deg);
  transform: translate(0px, -10px) rotate(30deg);
}

.text-block-14 {
  width: 100px;
  -webkit-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  transform: rotate(-30deg);
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  color: #fff;
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.div-block-69 {
  padding-top: 100px;
  padding-bottom: 60px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(44%, transparent), to(rgba(143, 131, 247, 0.66))), url('../images/bg5.3.png');
  background-image: linear-gradient(180deg, transparent 44%, rgba(143, 131, 247, 0.66)), url('../images/bg5.3.png');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
}

.heading-19 {
  font-family: Nexa, 'Palatino Linotype', sans-serif;
  color: #1d1f2e;
  font-size: 75px;
  line-height: 75px;
  font-weight: 700;
  text-align: right;
}

.heading-20 {
  font-family: Nexa, 'Palatino Linotype', sans-serif;
  text-align: center;
}

.about-team {
  display: block;
  margin-top: 0%;
  padding-top: 60px;
  background-color: transparent;
}

.columns-4 {
  display: block;
  padding-bottom: 100px;
  background-image: none;
  background-position: 0px 0px;
}

.section-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-left: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: right;
}

.heading-22 {
  width: auto;
  margin-left: 0px;
  font-family: Nexa, 'Palatino Linotype', sans-serif;
  color: #1d1f2e;
  font-size: 250%;
  font-weight: 700;
  text-align: right;
}

.image-92 {
  display: block;
  width: 250px;
  margin-left: 200px;
}

.image-93 {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: -1;
  display: block;
  width: 230px;
  margin-right: -19px;
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}

.paragraph-14 {
  width: 85%;
  margin-right: 0px;
  margin-bottom: 100px;
  margin-left: 0px;
  font-family: Gotham, 'Palatino Linotype', sans-serif;
  line-height: 30px;
  font-weight: 300;
  text-align: right;
}

.hackathon {
  margin-top: 0px;
}

.div-block-73 {
  width: auto;
  height: 346px;
  margin-top: 0px;
  margin-left: 0px;
  padding-top: 2px;
  border-radius: 15px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
  background-position: 0px 0px;
  box-shadow: 1px 1px 3px 0 rgba(29, 31, 46, 0.25);
}

.image-95 {
  display: block;
  width: 75px;
  height: 75px;
  margin: 25px auto 10px;
  background-color: transparent;
}

.text-block-17 {
  margin-right: 25px;
  margin-left: 25px;
  font-family: Nexa, 'Palatino Linotype', sans-serif;
  color: #1d1f2e;
  font-size: 20px;
  font-weight: 700;
  text-align: left;
}

.paragraph-15 {
  margin-top: 10px;
  margin-right: 10px;
  margin-left: 10px;
  padding-right: 15px;
  padding-left: 15px;
  font-family: Gotham, 'Palatino Linotype', sans-serif;
  color: #1d1f2e;
  font-size: 15px;
  line-height: 18px;
  font-weight: 300;
  text-align: left;
}

.upcoming {
  display: none;
  height: auto;
  margin: 0px 0px 0px 0%;
  padding: 122px 5% 45px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(81%, rgba(14, 14, 15, 0.06)), to(#edeffe)), -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.2)), to(hsla(0, 0%, 100%, 0.2))), url('../images/bg5.3.png');
  background-image: linear-gradient(180deg, transparent, rgba(14, 14, 15, 0.06) 81%, #edeffe), linear-gradient(180deg, hsla(0, 0%, 100%, 0.2), hsla(0, 0%, 100%, 0.2)), url('../images/bg5.3.png');
  background-position: 0px 0px, 0px 0px, 50% 90%;
  background-size: auto, auto, cover;
}

.heading-23 {
  width: auto;
  font-family: Gotham, 'Palatino Linotype', sans-serif;
  color: rgba(134, 141, 252, 0.47);
  font-size: 25px;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
}

.link-block-17 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 200px;
  margin-top: -117px;
  margin-left: 462px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/purple2.png');
  background-position: 0px 0px;
  background-size: cover;
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}

.link-block-17:hover {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}

.link-block-18 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 200px;
  margin-top: -118px;
  margin-left: 319px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/magenta.png');
  background-position: 0px 0px;
  background-size: cover;
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}

.link-block-19 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 200px;
  margin-top: -283px;
  margin-left: 177px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/purple3.png');
  background-position: 0px 0px;
  background-size: cover;
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}

.link-block-19:hover {
  -webkit-filter: saturate(135%);
  filter: saturate(135%);
}

.div-block-75 {
  margin-bottom: 152px;
}

.div-block-76 {
  display: block;
  margin-top: 50px;
  padding-right: 40px;
  padding-bottom: 20px;
  padding-left: 40px;
}

.about {
  margin-top: 0px;
  margin-bottom: 99px;
  padding-top: 83px;
  padding-right: 1%;
  padding-left: 1%;
  background-color: #fff;
  color: transparent;
}

.left-arrow-2 {
  display: none;
}

.right-arrow-3 {
  display: none;
}

.slide-nav-2 {
  display: none;
}

.left-arrow-3 {
  display: none;
}

.right-arrow-4 {
  display: none;
}

.slide-nav-3 {
  display: none;
}

.left-arrow-4 {
  display: none;
}

.right-arrow-5 {
  display: none;
}

.slide-nav-4 {
  display: none;
}

.left-arrow-5 {
  display: none;
  margin-right: auto;
  margin-left: auto;
}

.right-arrow-6 {
  display: none;
}

.slide-nav-5 {
  display: none;
}

.slider-3 {
  width: 250px;
  height: 250px;
  background-color: transparent;
}

.slide-4 {
  width: 250px;
}

.slider-4 {
  width: 250px;
  height: 250px;
  background-color: transparent;
}

.slider-5 {
  width: 250px;
  height: 250px;
  background-color: transparent;
}

.slider-6 {
  width: 250px;
  height: 250px;
  background-color: transparent;
}

.link-block-20 {
  width: 250px;
  height: 250px;
  border-radius: 125px;
  background-image: url('../images/microsoft.png');
  background-position: 0px 0px;
  background-size: cover;
}

.link-block-21 {
  width: 250px;
  height: 250px;
  border-radius: 125px;
  background-image: url('../images/pne.png');
  background-position: 0px 0px;
  background-size: cover;
}

.link-block-22 {
  width: 250px;
  height: 250px;
  border-radius: 125px;
  background-image: url('../images/ubcblockchain.png');
  background-position: 0px 0px;
  background-size: cover;
}

.link-block-23 {
  width: 250px;
  height: 250px;
  border-radius: 125px;
  background-image: url('../images/fingerfood.png');
  background-position: 0px 0px;
  background-size: cover;
}

.link-block-24 {
  width: 250px;
  height: 250px;
  border-radius: 125px;
  background-image: url('../images/mulgrave.png');
  background-position: 0px 0px;
  background-size: cover;
}

.link-block-25 {
  width: 250px;
  height: 250px;
  border-radius: 125px;
  background-image: url('../images/geekedu.png');
  background-position: 0px 0px;
  background-size: cover;
}

.link-block-26 {
  width: 250px;
  height: 250px;
  border-radius: 125px;
  background-image: url('../images/acetivity.png');
  background-position: 0px 0px;
  background-size: cover;
}

.column-20 {
  padding-right: 0px;
  padding-left: 0px;
}

.column-21 {
  padding-right: 0px;
  padding-left: 0px;
}

.column-22 {
  padding-right: 0px;
  padding-left: 0px;
}

.column-23 {
  padding-right: 0px;
  padding-left: 0px;
}

.columns-5 {
  width: 1000px;
  margin-right: auto;
  margin-bottom: 100px;
  margin-left: auto;
}

.icon {
  display: none;
}

.icon-2 {
  display: none;
}

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

.link-3:hover {
  color: #7466aa;
}

.div-block-79 {
  display: none;
  margin-bottom: 0px;
  margin-left: 100px;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #fafafa;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
}

.search-button-2 {
  background-color: #8f83f7;
}

.text-block-19 {
  width: 300px;
  margin-bottom: 15px;
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  font-size: 28px;
  line-height: 35px;
}

.search-input-2 {
  width: 300px;
}

.link-4 {
  color: #ececed;
}

.link-4:hover {
  border-style: solid;
  border-width: 0px 0px 1px;
  border-color: #fff;
  color: #fff;
}

.link-4:active {
  color: rgba(29, 31, 46, 0.63);
}

.link-5 {
  border-bottom-color: transparent;
  color: #ececed;
}

.link-5:hover {
  border-style: solid;
  border-width: 0px 0px 1px;
  border-color: #fff;
  color: #fff;
}

.link-5:active {
  color: rgba(29, 31, 46, 0.63);
}

.link-block-27 {
  width: 50px;
  height: 50px;
  margin-right: 5px;
  margin-left: 0px;
  background-image: url('../images/insta.png');
  background-position: 0px 0px;
  background-size: cover;
}

.link-block-28 {
  width: 50px;
  height: 50px;
  margin-right: 0px;
  margin-left: 5px;
  background-image: url('../images/fb.png');
  background-position: 0px 0px;
  background-size: cover;
}

.div-block-80 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.about-header {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 800px;
  margin-top: -86px;
  margin-bottom: 0px;
  margin-left: -95px;
  padding-top: 0px;
  padding-right: 50px;
  padding-left: 145px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/bg4.2.png');
  background-size: cover;
}

.div-block-84 {
  width: 100%;
  margin-right: 0px;
  padding-top: 0px;
}

.column-24 {
  padding-right: 5px;
  padding-left: 5px;
  border-radius: 15px;
}

.div-block-85 {
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: none;
  background-size: auto;
}

.paragraph-16 {
  position: static;
  width: 350px;
  font-family: Gotham, 'Palatino Linotype', sans-serif;
  font-size: 15px;
  font-weight: 300;
  text-align: left;
}

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

.div-block-87 {
  position: static;
  width: auto;
  margin-top: -200px;
  margin-bottom: 0px;
  padding-top: 350px;
  padding-bottom: 83px;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.5)), to(hsla(0, 0%, 100%, 0.5))), url('../images/bg1.1.2.png');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.5), hsla(0, 0%, 100%, 0.5)), url('../images/bg1.1.2.png');
  background-position: 0px 0px, 0% 0%;
  background-size: auto, cover;
}

.div-block-88 {
  position: relative;
  z-index: 2;
  width: 95%;
  height: auto;
  margin-top: 63px;
  margin-right: 0px;
  margin-left: 25px;
  padding: 50px 35px 35px;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.6);
}

.div-block-88.copy {
  width: 95%;
  border-radius: 3px;
  box-shadow: none;
}

.div-block-89 {
  display: inline-block;
  width: 380px;
  height: auto;
  margin-left: -41px;
  padding: 50px;
  border-radius: 15px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.5);
}

.join {
  margin-top: 0%;
  padding: 100px 30px 83px;
  border-top: 0px solid #000;
  background-color: #edeffe;
  background-image: none;
  background-size: auto;
}

.column-25 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 700px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.grid-13 {
  justify-items: end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-template-areas: "Area" "Area-2" "Area-3";
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.div-block-90 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 275px;
  height: 150px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.5);
}

.div-block-90:hover {
  box-shadow: 6px 6px 3px 0 rgba(0, 0, 0, 0.1), 1px 1px 3px 0 rgba(0, 0, 0, 0.5);
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.div-block-91 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 275px;
  height: 150px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.5);
}

.div-block-91:hover {
  box-shadow: 6px 6px 3px 0 rgba(0, 0, 0, 0.1), 1px 1px 3px 0 rgba(0, 0, 0, 0.5);
}

.div-block-92 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 275px;
  height: 150px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.5);
}

.div-block-92:hover {
  box-shadow: 6px 6px 3px 0 rgba(0, 0, 0, 0.1), 1px 1px 3px 0 rgba(0, 0, 0, 0.5);
}

.heading-26 {
  margin-left: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: Nexa, 'Palatino Linotype', sans-serif;
  color: #1d1f2e;
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
  text-align: left;
}

.image-106 {
  width: auto;
  height: 50%;
  margin-right: 15px;
  margin-left: 10px;
}

.image-107 {
  width: 30%;
  height: auto;
  margin-right: 15px;
  margin-left: 10px;
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 0px;
}

.heading-27 {
  font-family: Nexa, 'Palatino Linotype', sans-serif;
  color: #1d1f2e;
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
}

.image-108 {
  width: 75px;
  height: auto;
  margin-right: 15px;
  margin-left: 15px;
}

.heading-28 {
  font-family: Nexa, 'Palatino Linotype', sans-serif;
  color: #1d1f2e;
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
}

.container-4 {
  position: relative;
  z-index: 5;
}

.heading-29 {
  margin-right: 0%;
  margin-left: 0%;
  background-color: transparent;
  font-family: Nexa, 'Palatino Linotype', sans-serif;
  line-height: 35px;
  font-weight: 700;
  text-align: left;
}

.heading-29._1 {
  margin-bottom: 0px;
  text-align: center;
}

.text-block-20 {
  font-family: Nexa, 'Palatino Linotype', sans-serif;
  color: rgba(29, 31, 46, 0.8);
  font-weight: 700;
}

.heading-30 {
  font-family: Nexa, 'Palatino Linotype', sans-serif;
  line-height: 35px;
  font-weight: 700;
  text-align: left;
}

.text-block-21 {
  font-family: Nexa, 'Palatino Linotype', sans-serif;
  color: rgba(29, 31, 46, 0.8);
  font-weight: 700;
}

.paragraph-17 {
  font-family: Gotham, 'Palatino Linotype', sans-serif;
  color: rgba(29, 31, 46, 0.5);
  font-weight: 500;
}

.text-block-22 {
  width: auto;
  height: auto;
  margin-top: 25px;
  padding-bottom: 25px;
  font-family: Nexa, 'Palatino Linotype', sans-serif;
  color: rgba(29, 31, 46, 0.5);
  font-weight: 700;
}

.image-109 {
  width: 75px;
  height: 75px;
  margin: 10px 20px 10px 10px;
  border-radius: 8px;
}

.text-block-23 {
  padding-right: 3px;
  font-family: Nexa, 'Palatino Linotype', sans-serif;
  color: rgba(29, 31, 46, 0.5);
}

.text-block-24 {
  font-family: Nexa, 'Palatino Linotype', sans-serif;
  color: rgba(29, 31, 46, 0.5);
  font-weight: 700;
  text-transform: uppercase;
}

.div-block-93 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 262px;
  height: 125px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 14px;
  background-color: rgba(143, 131, 247, 0.1);
}

.div-block-93:hover {
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.2);
}

.image-110 {
  width: 75px;
  height: 75px;
  margin: 10px 0px;
  color: #868dfc;
}

.text-block-25 {
  font-family: Nexa, 'Palatino Linotype', sans-serif;
  color: rgba(29, 31, 46, 0.5);
  font-weight: 700;
}

.div-block-94 {
  margin-right: 20px;
  margin-left: 10px;
}

.link-block-30 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  margin-bottom: 15px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.link-block-31 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  margin-bottom: 15px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.link-block-32 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  margin-bottom: 15px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.div-block-96 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  margin-top: 26px;
  margin-left: 0px;
  padding-top: 135px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sponsors-blob {
  display: block;
  width: 550px;
  height: 750px;
  margin-bottom: -162px;
  margin-left: -70px;
  background-image: url('../images/blob1.6.1.png');
  background-position: 0px 0px;
  background-size: cover;
}

.heading-31 {
  font-family: Nexa, 'Palatino Linotype', sans-serif;
  color: #fafafa;
}

.sponsors {
  display: block;
}

.text-block-26 {
  width: 300px;
  margin-top: 40px;
  font-family: Gotham, 'Palatino Linotype', sans-serif;
  color: #fff;
  font-size: 35px;
  line-height: 30px;
  font-weight: 500;
  text-align: center;
}

.button_header1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 175px;
  height: 60px;
  margin-top: 0px;
  margin-left: 0px;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 30px;
  background-color: #8f83f7;
  background-image: -webkit-gradient(linear, left top, right top, from(#8f83f7), to(#c86afc));
  background-image: linear-gradient(90deg, #8f83f7, #c86afc);
}

.button_header1_text {
  display: block;
  font-family: Nexa, 'Palatino Linotype', sans-serif;
  color: #fff;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.button_header2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 175px;
  height: 60px;
  margin-right: 10px;
  margin-left: 10px;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 0px;
  border-color: #8f83f7;
  border-radius: 30px;
  background-image: -webkit-gradient(linear, left top, right top, from(#8f83f7), to(#c86afc));
  background-image: linear-gradient(90deg, #8f83f7, #c86afc);
  -webkit-transition: none 0ms ease;
  transition: none 0ms ease;
}

.button_header2:hover {
  border-bottom-color: #8f83f7;
  color: #8f83f7;
}

.button_header2_text {
  font-family: Nexa, 'Palatino Linotype', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

.button_header2_text:hover {
  color: #8f83f7;
}

.button_header2_div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 170px;
  height: 55px;
  margin-top: 0px;
  margin-left: 0px;
  padding: 10px 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 5px solid transparent;
  border-radius: 29px;
  background-color: #fff;
}

.button_header1_div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 170px;
  height: 55px;
  margin-top: 0px;
  margin-left: 0px;
  padding: 10px 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0px solid #fff;
  border-radius: 29px;
  background-color: transparent;
}

.div-block-100 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.right-arrow-7 {
  display: none;
  height: 50px;
}

.icon-3 {
  display: block;
  width: 50px;
  height: 50px;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.25);
  border-radius: 25px;
  background-color: #fff;
  background-image: none;
  color: rgba(0, 0, 0, 0.2);
  font-size: 30px;
  line-height: 50px;
}

.slide-5 {
  border-radius: 0px;
  background-color: transparent;
}

.slide-nav-6 {
  display: none;
  width: 250px;
  height: auto;
  background-color: transparent;
  color: #1d1f2e;
}

.mask-2 {
  border-radius: 0px;
}

.slider-8 {
  width: 85%;
  height: auto;
  padding: 0px 25px;
  border-radius: 0px;
  background-color: transparent;
}

.upcoming_events-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  height: 45px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: #868dfc;
}

.icon-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.2);
  border-radius: 25px;
  background-color: #fff;
  color: rgba(0, 0, 0, 0.2);
  font-size: 30px;
  line-height: 50px;
}

.slide_div {
  width: 85%;
  height: auto;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding: 25px 30px 50px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.25);
  border-radius: 9px;
  background-color: #fff;
}

.slide_div.van {
  display: none;
}

.left-arrow-6 {
  display: none;
  height: 50px;
}

.text-block-29 {
  font-family: Gotham, 'Palatino Linotype', sans-serif;
  color: #fff;
  line-height: 16px;
  text-transform: uppercase;
}

.link-block-37 {
  position: relative;
  left: 750px;
  top: 156px;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  height: 150px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 75px;
  background-image: url('../images/circle6.1.png');
  background-position: 0px 0px;
  background-size: cover;
  opacity: 0.85;
}

.link-block-38 {
  position: relative;
  left: 54px;
  top: -3px;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 200px;
  margin-bottom: -225px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 150px;
  background-image: url('../images/circle4.1.png');
  background-position: 0px 0px;
  background-size: cover;
  opacity: 0.95;
}

.link-block-39 {
  position: relative;
  left: auto;
  z-index: 5;
  display: block;
  width: 200px;
  height: 200px;
  margin-top: -41px;
  margin-bottom: 32px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-image: url('../images/circle6.1.png');
  background-position: 0px 0px;
  background-size: cover;
  box-shadow: 1px 1px 3px 0 #000;
  opacity: 1;
}

.heading-33 {
  font-family: Nexa, 'Palatino Linotype', sans-serif;
  color: #fff;
  font-size: 35px;
  line-height: 35px;
  text-align: center;
}

.image-112 {
  width: auto;
  opacity: 1;
}

.link-block-40 {
  position: relative;
  left: 200px;
  top: -162px;
  bottom: auto;
  z-index: 4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 275px;
  height: 275px;
  margin-top: 0px;
  margin-bottom: -250px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 137.5px;
  background-image: url('../images/circle6.34.png');
  background-position: 0px 0px;
  background-size: cover;
  opacity: 1;
}

.image-113 {
  width: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.sponsors-circles {
  display: block;
  width: 1000px;
  height: auto;
  margin-top: 102px;
  margin-bottom: 0px;
  padding-right: 50px;
  padding-left: 50px;
}

.computer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 600px;
  height: 600px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/computer1.1.png');
  background-position: 0px 0px;
  background-size: cover;
}

.image-114 {
  width: 580px;
  height: 343px;
  margin-top: 9px;
  margin-right: 0px;
  margin-left: 0px;
  border-radius: 23px;
}

.div-block-103 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 262px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.link-block-42 {
  position: relative;
  left: 83px;
  top: -98px;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 125px;
  height: 125px;
  margin-bottom: -125px;
  padding-right: 8px;
  padding-left: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 63px;
  background-image: url('../images/circle4.4.png');
  background-position: 0px 0px;
  background-size: 125px;
  opacity: 0.72;
}

.link-block-43 {
  position: relative;
  left: 500px;
  top: -127px;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 200px;
  margin-bottom: -175px;
  margin-left: 48px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/circle1.4.png');
  background-position: 0px 0px;
  background-size: cover;
  opacity: 1;
}

.link-block-44 {
  position: relative;
  left: 345px;
  top: -3px;
  z-index: 4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  height: 300px;
  margin-bottom: -235px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 118px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.1)), to(hsla(0, 0%, 100%, 0.1))), url('../images/circle4.1.png');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.1), hsla(0, 0%, 100%, 0.1)), url('../images/circle4.1.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  opacity: 1;
}

.image-115 {
  width: auto;
  padding-right: 30px;
  padding-left: 30px;
}

.image-116 {
  width: auto;
  padding-right: 35px;
  padding-left: 35px;
}

.sponsor {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 1500px;
  margin-top: 0px;
  margin-bottom: -700px;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(193, 187, 247, 0.1)), color-stop(20%, #fff));
  background-image: linear-gradient(180deg, rgba(193, 187, 247, 0.1), #fff 20%);
}

.div-block-105 {
  position: absolute;
  top: auto;
  width: 150px;
  height: 150px;
  margin-top: 350px;
  margin-right: 0px;
  margin-left: 67px;
  background-image: url('../images/circle6.1.png');
  background-position: 0px 0px;
  background-size: cover;
  opacity: 0.19;
}

.div-block-106 {
  position: absolute;
  bottom: auto;
  width: 76px;
  height: 76px;
  margin-top: 800px;
  margin-left: 200px;
  background-image: url('../images/circle1.4.png');
  background-position: 0px 0px;
  background-size: cover;
}

.div-block-107 {
  position: relative;
  top: -240px;
  width: 40px;
  height: 40px;
  margin-top: 0px;
  margin-left: 450px;
  background-image: url('../images/circle4.1.png');
  background-position: 0px 0px;
  background-size: cover;
}

.category-deco-line-copy {
  display: inline-block;
  width: 30px;
  height: 2px;
  margin-right: 20px;
  background-color: rgba(134, 141, 252, 0.47);
}

.category-deco-line-right-copy {
  display: inline-block;
  width: 30px;
  height: 2px;
  margin-left: 20px;
  background-color: rgba(134, 141, 252, 0.47);
}

.div-block-108 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-109 {
  position: absolute;
  top: auto;
  width: 50px;
  height: 50px;
  margin-top: 86px;
  margin-left: 124px;
  background-image: url('../images/circle1.1.png');
  background-position: 0px 0px;
  background-size: cover;
  opacity: 0.66;
}

.div-block-110 {
  position: absolute;
  width: 25px;
  height: 25px;
  margin-top: -250px;
  margin-left: 89px;
  background-image: url('../images/circle3.4.png');
  background-position: 0px 0px;
  background-size: cover;
}

.div-block-111 {
  position: absolute;
  right: 143px;
  width: 50px;
  height: 50px;
  margin-top: -200px;
  background-image: url('../images/circle3.4.png');
  background-position: 0px 0px;
  background-size: cover;
}

.div-block-112 {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 200px;
  margin-top: -63px;
  margin-left: 600px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/circle6.34.png');
  background-position: 0px 0px;
  background-size: cover;
  opacity: 0.32;
}

.sponsor2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-top: 0px;
  padding-top: 200px;
  padding-bottom: 50px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #fff;
  background-image: url('../images/bg3.2.png');
  background-position: 0% 0%;
  background-size: cover;
}

.sponsors-heading {
  margin-top: 57px;
}

.sponsors-headingg {
  margin-top: 57px;
  font-family: Nexa, 'Palatino Linotype', sans-serif;
  font-weight: 700;
  text-align: center;
}

.paragraph-19 {
  width: 450px;
  text-align: center;
}

.heading-34 {
  font-family: Nexa, 'Palatino Linotype', sans-serif;
  color: #fff;
  font-weight: 700;
}

.paragraph-20 {
  font-family: Gotham, 'Palatino Linotype', sans-serif;
  color: #fff;
  font-weight: 300;
}

.div-block-115 {
  width: 50%;
  margin-top: 67px;
  margin-bottom: 10px;
  margin-left: 50px;
  padding-top: 0px;
}

.menu-item-wrap-copy {
  position: relative;
  display: none;
  overflow: hidden;
  margin-right: 30px;
  padding: 6px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-image: -webkit-gradient(linear, left top, right top, from(#c86afc), color-stop(100%, #868dfc), to(#fff));
  background-image: linear-gradient(90deg, #c86afc, #868dfc 100%, #fff);
  opacity: 0.6;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
  text-decoration: none;
  cursor: pointer;
}

.menu-item-wrap-copy:hover {
  opacity: 1;
}

.menu-item-wrap-copy.w--current {
  opacity: 1;
  color: #8f83f7;
}

.image-120 {
  position: absolute;
  top: 95px;
  right: 73px;
  height: 600px;
}

.la-header {
  display: none;
  padding: 15% 100px 20%;
  background-color: rgba(29, 31, 46, 0.92);
  background-image: none;
  background-size: auto;
}

.la-about {
  position: relative;
  z-index: 5;
  display: block;
  margin-top: 0px;
  padding: 50px 100px 75px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.van-event {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-top: 60px;
  padding-bottom: 150px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(134, 141, 252, 0.5)), to(rgba(143, 131, 247, 0.75)));
  background-image: linear-gradient(180deg, rgba(134, 141, 252, 0.5), rgba(143, 131, 247, 0.75));
  background-position: 0px 0px;
}

.van-schedule {
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 10%;
  padding-right: 100px;
  padding-left: 100px;
}

.van-sponsors {
  display: none;
  padding-right: 100px;
  padding-bottom: 60px;
  padding-left: 100px;
}

.van-gallery {
  margin-left: 0px;
  padding: 100px 60px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(29, 31, 46, 0.5))), -webkit-gradient(linear, left top, left bottom, from(#fff), to(#8f83f7));
  background-image: linear-gradient(180deg, transparent, rgba(29, 31, 46, 0.5)), linear-gradient(180deg, #fff, #8f83f7);
}

.van-contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0%;
  margin-bottom: 0%;
  padding: 0% 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(143, 131, 247, 0.5);
  background-image: url('../images/bg4.8.png');
  background-position: 0px 0px;
  background-size: cover;
}

.van-registration {
  display: none;
  padding: 100px 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.grid-15 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 1;
  margin-top: 60px;
  padding-bottom: 0px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-areas: "Area Area-2" "Area-3 Area-4";
  background-color: transparent;
  opacity: 1;
}

.image-121 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.image-122 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.image-123 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.image-124 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.div-block-118 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  border: 0px solid transparent;
  background-color: #fff;
}

.div-block-119 {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 700px;
  margin: 139px auto auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-119.la {
  margin-top: 296px;
}

.heading-35 {
  margin-right: -200px;
  margin-left: -200px;
  padding-right: 0px;
  padding-left: 0px;
  font-family: Nexa, 'Palatino Linotype', sans-serif;
  color: #fff;
  font-size: 75px;
  font-weight: 700;
}

.paragraph-21 {
  font-family: Nexa, 'Palatino Linotype', sans-serif;
  color: #ececed;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.button_header1_div-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 173px;
  height: 56px;
  margin-top: 1px;
  margin-right: 20px;
  margin-left: 20px;
  padding: 10px 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 4px solid #fff;
  border-radius: 29px;
  background-color: transparent;
}

.button_header1_div-copy:hover {
  border-bottom-color: #fafafa;
  color: #fff;
}

.typed-words {
  display: block;
  margin-bottom: 10px;
  font-family: Nexa, 'Palatino Linotype', sans-serif;
  color: #1d1f2e;
  font-size: 15px;
  line-height: 18px;
  font-weight: 700;
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.heading-36 {
  font-family: Nexa, 'Palatino Linotype', sans-serif;
  font-weight: 700;
  text-align: left;
}

.la-about_paragraph {
  position: relative;
  z-index: 30;
  width: 100%;
  font-family: Gotham, 'Palatino Linotype', sans-serif;
  font-size: 20px;
  font-weight: 300;
  text-align: center;
}

.image-125 {
  display: none;
  width: 400px;
  margin-top: 0px;
  margin-bottom: 75px;
}

.heading-37 {
  font-family: Nexa, 'Palatino Linotype', sans-serif;
  color: #fff;
  text-align: center;
}

.div-block-120 {
  display: block;
  width: auto;
  padding: 60px 60px 45px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: none;
  background-size: auto;
}

.van-card {
  width: 250px;
  height: 300px;
  margin-right: 10px;
  margin-left: 10px;
  padding: 30px 25px 20px;
  border-style: solid;
  border-width: 0px;
  border-color: rgba(29, 31, 46, 0.5);
  border-radius: 11px;
  background-color: #fff;
  box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.5);
}

.div-block-121 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.van-card-heading {
  margin-bottom: 0px;
  font-family: Nexa, 'Palatino Linotype', sans-serif;
  color: #1d1f2e;
  font-size: 30px;
  line-height: 35px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.paragraph-24 {
  font-family: Gotham, 'Palatino Linotype', sans-serif;
  font-weight: 300;
  text-align: center;
}

.paragraph-25 {
  font-family: Gotham, 'Palatino Linotype', sans-serif;
  font-weight: 300;
  text-align: center;
}

.paragraph-26 {
  font-family: Gotham, 'Palatino Linotype', sans-serif;
  font-weight: 300;
}

.schedule-list-item {
  display: block;
  width: 800px;
  height: 35px;
  padding: 2px 5px 2px 55px;
  font-size: 20px;
  line-height: 35px;
  list-style-type: none;
}

.div-block-122 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.list {
  width: 350px;
  padding-left: 0px;
}

.list-2 {
  display: block;
  width: 500px;
  padding-left: 0px;
}

.schedule-list-item2 {
  display: block;
  width: 800px;
  height: 35px;
  margin-left: -350px;
  padding: 2px 25px 2px 5px;
  border-bottom: 1px solid #8f83f7;
  font-size: 20px;
  line-height: 35px;
  text-align: right;
  list-style-type: none;
}

.schedule-list-item2:hover {
  background-color: rgba(134, 141, 252, 0.16);
}

.heading-38 {
  font-family: Nexa, 'Palatino Linotype', sans-serif;
  font-weight: 700;
  text-align: center;
}

.heading-39 {
  font-family: Nexa, 'Palatino Linotype', sans-serif;
  font-weight: 700;
  text-align: right;
}

.paragraph-27 {
  width: 75%;
  font-family: Gotham, 'Palatino Linotype', sans-serif;
  font-weight: 300;
  text-align: right;
}

.div-block-123 {
  display: block;
  margin-top: 0px;
  margin-bottom: 10%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.image-126 {
  display: none;
  width: 100px;
  height: 150px;
  margin-left: 127px;
}

.div-block-124 {
  width: auto;
  margin-bottom: 50px;
}

.div-block-124._1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.div-block-125 {
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-126 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.div-block-126._1 {
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.link-6 {
  border-style: solid;
  border-width: 0px 0px 1px;
  border-color: #000 #000 #8f83f7;
}

.link-6:hover {
  border-bottom-color: #c86afc;
  color: #c86afc;
}

.heading-40 {
  display: none;
  width: 500px;
  font-family: Nexa, 'Palatino Linotype', sans-serif;
  font-weight: 700;
  text-align: center;
}

.div-block-127 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 60px;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.van-register {
  position: relative;
  display: none;
  width: 245px;
  height: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 40px;
  background-image: -webkit-gradient(linear, left top, right top, from(#8f83f7), to(#c86afc));
  background-image: linear-gradient(90deg, #8f83f7, #c86afc);
}

.van-register-text {
  font-family: Nexa, 'Palatino Linotype', sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
  text-align: center;
}

.div-block-128 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: 0%;
  margin-left: 0%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-41 {
  margin-top: 40px;
  font-family: Nexa, 'Palatino Linotype', sans-serif;
  font-weight: 700;
}

.paragraph-28 {
  width: 50%;
  font-size: 18px;
  text-align: center;
}

.link-block-48 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 40px;
  background-image: -webkit-gradient(linear, left top, right top, from(#8f83f7), to(#c86afc));
  background-image: linear-gradient(90deg, #8f83f7, #c86afc);
}

.div-block-129 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 192px;
  height: 73px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 40px;
  background-color: #fff;
}

.text-block-33 {
  font-family: Nexa, 'Palatino Linotype', sans-serif;
  color: #8f83f7;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.div-block-130 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-42 {
  font-family: Nexa, 'Palatino Linotype', sans-serif;
  font-weight: 700;
}

.heading-42.num {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 63px;
  color: #8f83f7;
  font-size: 50px;
  line-height: 50px;
  text-align: center;
}

.link-block-50 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 175px;
  height: 175px;
  margin-right: 10px;
  margin-left: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-127 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 2px;
  padding-left: 2px;
}

.link-block-51 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 175px;
  height: 175px;
  margin-right: 10px;
  margin-left: 10px;
  padding-right: 2px;
  padding-left: 2px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-block-52 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 175px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-128 {
  width: 120%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 2px;
  padding-left: 2px;
}

.heading-43 {
  margin-top: 20px;
  font-family: Gotham, 'Palatino Linotype', sans-serif;
  font-size: 25px;
  line-height: 30px;
  font-weight: 300;
  text-align: center;
}

.link-block-53 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 175px;
  height: 175px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-block-54 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 200px;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.image-129 {
  width: 210px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.div-block-131 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 2px solid #ececed;
}

.image-130 {
  height: 200px;
}

.heading-44 {
  width: 500px;
  font-family: Nexa, 'Palatino Linotype', sans-serif;
  font-weight: 700;
  text-align: left;
}

.div-block-132 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.van-button1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 235px;
  height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 5px;
  border-color: #8f83f7;
  border-radius: 10px;
  background-color: #fff;
}

.van-button1:hover {
  border-bottom-color: #8f83f7;
}

.van-button2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 235px;
  height: 50px;
  margin-left: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 5px solid transparent;
  border-radius: 10px;
  background-color: #8f83f7;
  font-family: Nexa, 'Palatino Linotype', sans-serif;
  color: #fff;
  font-size: 20px;
  text-transform: none;
}

.van-button2:hover {
  border-bottom-color: transparent;
  color: #fff;
}

.text-block-35 {
  font-family: Nexa, 'Palatino Linotype', sans-serif;
  color: #8f83f7;
  font-size: 20px;
}

.div-block-134 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-36 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-36:hover {
  color: #fff;
}

.div-block-135 {
  width: 900px;
  height: 1700px;
  margin-right: auto;
  margin-left: auto;
}

.gallery-card1 {
  position: relative;
  top: 500px;
  z-index: 3;
  width: 500px;
  height: 300px;
  margin: 10px;
  border-radius: 0px;
  background-color: rgba(236, 236, 237, 0.43);
  background-image: url('../images/im9.JPG');
  background-position: 0px 0px;
  background-size: cover;
  box-shadow: 6px 6px 3px 0 rgba(0, 0, 0, 0.5);
}

.gallery-card2 {
  position: relative;
  left: 200px;
  top: -200px;
  right: auto;
  z-index: 2;
  width: 350px;
  height: 215px;
  margin: 10px;
  border-radius: 0px;
  background-color: rgba(236, 236, 237, 0.43);
  background-image: url('../images/Hackathon-RAW-70.jpg');
  background-position: 0px 0px;
  background-size: cover;
  box-shadow: 6px 6px 3px 0 rgba(0, 0, 0, 0.5);
}

.gallery-card3 {
  position: relative;
  left: 600px;
  top: -200px;
  right: auto;
  z-index: 3;
  width: 300px;
  height: 200px;
  margin: 10px;
  border-radius: 0px;
  background-color: rgba(236, 236, 237, 0.43);
  background-image: url('../images/IMG_8983.jpg');
  background-position: 0px 0px;
  background-size: cover;
  box-shadow: 6px 6px 3px 0 rgba(0, 0, 0, 0.5);
}

.gallery-card4 {
  position: relative;
  left: 450px;
  top: -133px;
  z-index: 3;
  width: 400px;
  height: 235px;
  margin: 10px;
  border-radius: 0px;
  background-color: rgba(236, 236, 237, 0.43);
  background-image: url('../images/Hackathon-RAW-131.jpg');
  background-position: 0px 0px;
  background-size: cover;
  box-shadow: 6px 6px 3px 0 rgba(0, 0, 0, 0.5);
}

.gallery-card5 {
  position: relative;
  left: -146px;
  top: -200px;
  z-index: 2;
  width: 250px;
  height: 150px;
  margin: 10px;
  border-radius: 0px;
  background-color: rgba(236, 236, 237, 0.43);
  background-image: url('../images/Hackathon-HP-3-copy.jpg');
  background-position: 0px 0px;
  background-size: cover;
  box-shadow: 6px 6px 3px 0 rgba(0, 0, 0, 0.5);
}

.gallery-card6 {
  position: relative;
  left: 450px;
  top: 300px;
  z-index: 2;
  width: 300px;
  height: 200px;
  margin: -300px 10px;
  border-radius: 0px;
  background-color: rgba(236, 236, 237, 0.43);
  background-image: url('../images/Hackathon-HP-23.jpg');
  background-position: 0px 0px;
  background-size: cover;
  box-shadow: 6px 6px 3px 0 rgba(0, 0, 0, 0.5);
}

.gallery-card7 {
  position: relative;
  left: 550px;
  top: 143px;
  z-index: 3;
  width: 350px;
  height: 200px;
  margin: 10px;
  border-radius: 0px;
  background-color: rgba(236, 236, 237, 0.43);
  background-image: url('../images/Hackathon-HP-27.jpg');
  background-position: 0px 0px;
  background-size: cover;
  box-shadow: 6px 6px 3px 0 rgba(0, 0, 0, 0.5);
}

.gallery-card8 {
  position: relative;
  left: -95px;
  top: 32px;
  z-index: 3;
  width: 350px;
  height: 200px;
  margin: 10px;
  border-radius: 0px;
  background-color: rgba(236, 236, 237, 0.43);
  background-image: url('../images/im5.jpg');
  background-position: 0px 0px;
  background-size: cover;
  box-shadow: 6px 6px 3px 0 rgba(0, 0, 0, 0.5);
}

.gallery-card9 {
  position: relative;
  left: 24%;
  top: -800px;
  z-index: 1;
  width: 700px;
  height: 400px;
  margin: -200px 10px 10px;
  border-radius: 0px;
  background-color: rgba(143, 131, 247, 0.27);
  box-shadow: 6px 6px 3px 0 rgba(0, 0, 0, 0.5);
}

.gallery-card10 {
  position: relative;
  left: 178px;
  top: -95px;
  z-index: 4;
  width: 500px;
  height: 300px;
  margin: 10px;
  border-radius: 0px;
  background-color: rgba(236, 236, 237, 0.43);
  background-image: url('../images/im7.JPG');
  background-position: 0px 0px;
  background-size: cover;
  box-shadow: 6px 6px 3px 0 rgba(0, 0, 0, 0.5);
}

.div-block-136 {
  position: absolute;
  top: auto;
  width: 450px;
  height: 240px;
  margin-top: -800px;
  background-color: rgba(200, 106, 252, 0.42);
  box-shadow: 6px 6px 3px 0 rgba(0, 0, 0, 0.5);
}

.div-block-137 {
  position: absolute;
  width: 120px;
  height: 80px;
  margin-top: -1600px;
  margin-left: -73px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(143, 131, 247, 0.54)), to(rgba(143, 131, 247, 0.54)));
  background-image: linear-gradient(180deg, rgba(143, 131, 247, 0.54), rgba(143, 131, 247, 0.54));
  box-shadow: 6px 6px 3px 0 rgba(0, 0, 0, 0.5);
}

.div-block-138 {
  position: absolute;
  width: 300px;
  height: 170px;
  margin-top: -1400px;
  margin-left: 19px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(116, 102, 170, 0.61)), to(rgba(116, 102, 170, 0.61)));
  background-image: linear-gradient(180deg, rgba(116, 102, 170, 0.61), rgba(116, 102, 170, 0.61));
  box-shadow: 6px 6px 3px 0 rgba(0, 0, 0, 0.5);
}

.heading-45 {
  font-family: Nexa, 'Palatino Linotype', sans-serif;
  color: rgba(29, 31, 46, 0.69);
  font-size: 50px;
  line-height: 65px;
}

.div-block-139 {
  position: absolute;
  top: auto;
  width: 650px;
  height: 400px;
  margin-top: -500px;
  margin-left: 250px;
  background-color: rgba(200, 106, 252, 0.4);
  box-shadow: 6px 6px 3px 0 rgba(0, 0, 0, 0.5);
}

.div-block-140 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  height: 300px;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.1))), -webkit-gradient(linear, left top, right top, from(#c86afc), to(#8f83f7));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), linear-gradient(90deg, #c86afc, #8f83f7);
  box-shadow: 6px 6px 3px 0 rgba(0, 0, 0, 0.5);
}

.heading-46 {
  font-family: Gotham, 'Palatino Linotype', sans-serif;
  color: #fff;
  font-size: 50px;
}

.image-133 {
  height: 25px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.image-133:active {
  border: 0px solid #000;
  border-radius: 0px;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.div-block-141 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  height: 400px;
  margin-top: 0px;
  margin-bottom: 0%;
  padding-top: 0px;
  padding-bottom: 86px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph-29 {
  width: 75%;
  color: rgba(29, 31, 46, 0.72);
  text-align: center;
}

.link-block-55 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  height: 55px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  border-radius: 35px;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, right top, from(#868dfc), to(#c86afc));
  background-image: linear-gradient(90deg, #868dfc, #c86afc);
  color: #fff;
}

.link-block-56 {
  margin-top: 25px;
  margin-bottom: -10px;
}

.text-block-37 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  font-family: Nexa, 'Palatino Linotype', sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  text-align: center;
}

.text-block-37:hover {
  color: #000;
}

.div-block-142 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 135px;
  height: 45px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0px solid #000;
  border-radius: 30px;
  background-color: transparent;
  background-image: none;
}

.menu-item-copy {
  position: relative;
  margin-top: 2px;
  margin-bottom: 2px;
  font-family: Nexa, 'Palatino Linotype', sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.van-register-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 240px;
  height: 75px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 37.5px;
  background-image: none;
}

.div-block-143 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-144 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 171px;
  height: 54px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 27px;
}

.link-block-57 {
  display: none;
  width: 173px;
  height: 56px;
  margin-right: 20px;
  margin-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 29px;
  background-color: #000;
  background-image: -webkit-gradient(linear, left top, right top, from(#c86afc), to(#868dfc));
  background-image: linear-gradient(90deg, #c86afc, #868dfc);
}

.div-block-145 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 169px;
  height: 52px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 5px solid transparent;
  border-radius: 29px;
  background-color: transparent;
}

.text-block-38 {
  font-family: Nexa, 'Palatino Linotype', sans-serif;
  color: #fff;
  line-height: 20px;
  font-style: normal;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.image-134 {
  width: 200px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  opacity: 0.74;
}

.div-block-146 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-135 {
  position: absolute;
  width: 10px;
  height: 10px;
  margin-top: -6px;
  margin-left: -83px;
}

.image-136 {
  position: absolute;
  width: 8px;
  height: 8px;
  margin-top: 35px;
  margin-left: -63px;
}

.image-137 {
  position: absolute;
  width: 20px;
  height: 20px;
  margin-top: -44px;
  margin-left: -137px;
}

.image-138 {
  position: absolute;
  width: 50px;
  height: 50px;
  margin-left: -108px;
  border-radius: 25px;
  background-color: hsla(0, 0%, 100%, 0.49);
  opacity: 0.79;
}

.image-139 {
  position: absolute;
  width: 30px;
  height: 30px;
  margin-top: -92px;
  margin-left: 111px;
}

.image-140 {
  position: absolute;
  width: 20px;
  height: 20px;
  margin-top: -63px;
  margin-left: 137px;
}

.image-141 {
  position: absolute;
  width: 10px;
  height: 10px;
  margin-top: 79px;
  margin-left: 98px;
}

.image-142 {
  position: absolute;
  width: 8px;
  height: 8px;
  margin-top: -89px;
  margin-left: 79px;
}

.image-143 {
  position: absolute;
  width: 17px;
  height: 17px;
  margin-top: 98px;
  margin-left: -83px;
}

.div-block-147 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 2px solid #ececed;
  border-bottom: 0px solid #ececed;
}

.div-block-148 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 95%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-149 {
  display: none;
  margin-top: 100px;
  margin-bottom: -105px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button_header1_text-copy {
  font-family: Nexa, 'Palatino Linotype', sans-serif;
  color: #fff;
  text-transform: uppercase;
}

.button_header2-copyy {
  width: 200px;
  height: 58px;
  margin-right: 10px;
  margin-left: 10px;
  padding: 0px;
  border-style: solid;
  border-width: 0px;
  border-color: #8f83f7;
  border-radius: 30px;
  background-image: -webkit-gradient(linear, left top, right top, from(#8f83f7), to(#c86afc));
  background-image: linear-gradient(90deg, #8f83f7, #c86afc);
  -webkit-transition: none 0ms ease;
  transition: none 0ms ease;
}

.button_header2-copyy:hover {
  border-bottom-color: #8f83f7;
  color: #8f83f7;
}

.button_header2_div-copyy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 198px;
  height: 56px;
  margin-top: 1px;
  margin-left: 1px;
  padding: 10px 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 5px solid transparent;
  border-radius: 29px;
  background-color: #fff;
}

.button_header2_text-copyy {
  font-family: Nexa, 'Palatino Linotype', sans-serif;
  line-height: 20px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}

.button_header2_text-copyy:hover {
  color: #8f83f7;
}

.div-block-150 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 76px;
  margin-bottom: 20px;
}

.footer-logo-copy {
  display: block;
  width: 40%;
  margin-top: 60px;
  margin-bottom: 0px;
  padding: 0px 15px 0px 0px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.div-block-151 {
  width: 790px;
  height: 325px;
  padding: 30px 25px;
  border-radius: 11px;
  background-color: #fff;
  box-shadow: 6px 6px 3px 0 rgba(0, 0, 0, 0.2);
}

.paragraph-31 {
  font-family: Gotham, 'Palatino Linotype', sans-serif;
  font-weight: 300;
  text-align: center;
}

.image-144 {
  width: 50px;
  height: 50px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.image-145 {
  width: 50px;
  height: 50px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.image-146 {
  width: 75px;
  height: 75px;
  margin-top: 29px;
  margin-bottom: 0px;
}

.div-block-152 {
  margin-left: auto;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}

.link-block-61 {
  margin-right: 5px;
  margin-left: 5px;
}

.link-block-62 {
  margin-right: 5px;
  margin-left: 5px;
}

.link-block-63 {
  margin-right: 5px;
  margin-left: 5px;
}

.logo-copy {
  margin: 2px auto 2px 0px;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  background-color: transparent;
  font-family: Nexa, 'Palatino Linotype', sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 24px;
  font-weight: 700;
}

.logo-line-copy {
  width: 62%;
  height: 2px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, right top, from(#fff), to(#c86afc));
  background-image: linear-gradient(90deg, #fff, #c86afc);
  color: #a90005;
}

.small-paragraph-copy {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  font-size: 14px;
  line-height: 22px;
}

.small-paragraph-copy.cc-copyright-footer-copy {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-top: 0px;
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
  color: #fff;
  line-height: 14px;
}

.small-paragraph-copy.cc-copyright-footer-copy:hover {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
  color: #ececed;
}

.hover {
  color: #8f83f7;
}

.hover:hover {
  color: #8f83f7;
}

.text-lol:hover {
  color: #c86afc;
}

.div-block-154 {
  position: relative;
  top: -114px;
  width: 0px;
  height: 0px;
  margin-top: -100px;
  margin-bottom: 100px;
}

.button_header1_text-copy {
  display: none;
  font-family: Nexa, 'Palatino Linotype', sans-serif;
  color: #fff;
  text-transform: uppercase;
}

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

.button_header1_text-copy {
  display: block;
  font-family: Nexa, 'Palatino Linotype', sans-serif;
  color: #fff;
  text-transform: uppercase;
}

.button_header1_text-copyy {
  display: block;
  font-family: Nexa, 'Palatino Linotype', sans-serif;
  color: #fff;
  text-transform: uppercase;
}

.home-unused {
  display: block;
  padding-top: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: transparent;
}

.div-block-155 {
  display: block;
  width: 100%;
  height: 200px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-image: url('../images/nyan.gif');
  background-size: 50px;
}

.link-block-64 {
  position: relative;
  top: -10px;
  right: -162px;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/circle5.4.png');
  background-position: 0px 0px;
  background-size: cover;
}

.container-9 {
  display: none;
}

.div-block-156 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.what-is2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  margin: 80px auto 25px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.image-147 {
  position: relative;
  left: auto;
  width: 45%;
  margin-top: 0%;
  margin-left: 0px;
}

.div-block-157 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.grid-19 {
  display: none;
}

.join-tablet {
  display: block;
}

.wrap-copy {
  position: static;
  display: block;
  width: auto;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-color: transparent;
  color: #dc5980;
}

.div-block-159 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.heading-15-copy {
  font-family: Nexa, 'Palatino Linotype', sans-serif;
  color: #fff;
  font-size: 75px;
  line-height: 75px;
  font-weight: 700;
  text-align: left;
}

.page-headline-wrap-copy {
  display: block;
  width: 70%;
  margin: 100px auto;
  text-align: center;
}

.page-headline-wrap-copy.cc-overlayed-headline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.wrap-copy {
  position: static;
  display: block;
  width: auto;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-color: transparent;
  color: #dc5980;
}

.deco-block-copy {
  position: relative;
  left: 0px;
  top: 54px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  height: auto;
  max-width: 1440px;
  min-width: 940px;
  margin-right: 50px;
  margin-left: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: transparent;
}

.about-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  padding-bottom: 44px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  background-image: none;
  background-size: auto;
}

.about-sponsors {
  display: block;
  margin-bottom: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: none;
}

.section-11 {
  display: block;
  width: 100%;
}

.under-construction {
  display: none;
  width: 100%;
  height: 500px;
  margin-top: 111px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(38%, transparent), to(rgba(134, 141, 252, 0.38))), url('../images/bg5.3.png');
  background-image: linear-gradient(180deg, transparent 38%, rgba(134, 141, 252, 0.38)), url('../images/bg5.3.png');
  background-position: 0px 0px, 100% 0%;
  background-size: auto, cover;
}

.body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-48 {
  font-family: Nexa, 'Palatino Linotype', sans-serif;
  font-size: 60px;
  line-height: 100px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.paragraph-34 {
  width: 75%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.link-block-66 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  height: 100px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  background-image: -webkit-gradient(linear, left top, right top, from(#8f83f7), to(#c86afc));
  background-image: linear-gradient(90deg, #8f83f7, #c86afc);
}

.text-block-40 {
  height: auto;
  font-family: Nexa, 'Palatino Linotype', sans-serif;
  color: #fff;
  font-size: 25px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.div-block-160 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 294px;
  height: 94px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  border-radius: 47px;
  background-color: transparent;
}

.heading-49 {
  font-family: Nexa, 'Palatino Linotype', sans-serif;
}

.wrap-copy {
  position: static;
  display: block;
  width: auto;
  margin-top: 86px;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-color: transparent;
  color: #dc5980;
}

.heading-50 {
  color: #1d1f2e;
}

.text-block-41 {
  color: #c86afc;
}

.slide_para-copy {
  width: 100%;
  margin-left: 0px;
  font-family: Gotham, 'Palatino Linotype', sans-serif;
  color: rgba(29, 31, 46, 0.7);
  line-height: 30px;
  font-weight: 300;
  text-align: left;
}

.slide_para-copy {
  width: 100%;
  height: 100px;
  margin-left: 0px;
  font-family: Gotham, 'Palatino Linotype', sans-serif;
  color: rgba(29, 31, 46, 0.7);
  line-height: 30px;
  font-weight: 300;
  text-align: left;
}

.div-block-161 {
  width: 105%;
}

.wrap-copy-copy {
  position: static;
  display: block;
  width: auto;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-color: transparent;
  color: #dc5980;
}

.slide_para-copy-copy {
  width: 100%;
  margin-left: 0px;
  font-family: Gotham, 'Palatino Linotype', sans-serif;
  color: rgba(29, 31, 46, 0.7);
  line-height: 30px;
  font-weight: 300;
  text-align: left;
}

.hackhub_header_laptop {
  width: 600px;
  height: 536px;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 60px;
  padding-right: 50px;
  padding-left: 50px;
  background-image: url('/static/images/WEB-general-computer7.png');
  background-position: 0px 0px;
  background-size: cover;
}

.hackhub_whatis {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 100px 120px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  background-image: url('/static/images/bg4.2.2.png');
  background-position: 0px 0px;
  background-size: cover;
}

.hackhub_signup {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 100px 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hackhub_joinevents {
  padding-right: 100px;
  padding-left: 100px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(143, 131, 247, 0.5))), -webkit-gradient(linear, left top, left bottom, color-stop(67%, transparent), to(#fff)), url('/static/images/bg6.0.png');
  background-image: linear-gradient(180deg, transparent, rgba(143, 131, 247, 0.5)), linear-gradient(180deg, transparent 67%, #fff), url('/static/images/bg6.0.png');
  background-position: 0px 0px, 0px 0px, 0px 0px;
  background-size: auto, auto, cover;
}

.heading-51 {
  font-family: Nexa, 'Palatino Linotype', sans-serif;
}

.paragraph-35 {
  width: 500px;
  font-family: Gotham, 'Palatino Linotype', sans-serif;
  font-weight: 300;
}

.hackhub_header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding: 150px 50px 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: url('/static/images/bg5.3.png'), -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), to(rgba(143, 131, 247, 0.29)));
  background-image: url('/static/images/bg5.3.png'), linear-gradient(180deg, transparent 60%, rgba(143, 131, 247, 0.29));
  background-position: 0% 100%, 0px 0px;
  background-size: cover, auto;
}

.div-block-163 {
  width: 124px;
  height: 150px;
  margin: 0px 10px 0px 100px;
  background-image: url('/static/images/WEB-general-mouse1.png');
  background-position: 0px 0px;
  background-size: cover;
}

.paragraph-36 {
  margin-bottom: 48px;
  font-family: Gotham, 'Palatino Linotype', sans-serif;
  font-weight: 100;
}

.link-block-67 {
  width: 124px;
  height: 150px;
}

.div-block-164 {
  width: 60%;
}

.heading-52 {
  font-family: Nexa, 'Palatino Linotype', sans-serif;
  color: #fff;
  text-align: center;
}

.paragraph-37 {
  color: #ececed;
  text-align: center;
}

.link-block-68 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 175px;
  height: 55px;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #000;
  border-radius: 28px;
}

.link-block-68:hover {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom-color: #000;
}

.hackhub {
  font-family: Nexa, 'Palatino Linotype', sans-serif;
  color: #1d1f2e;
  letter-spacing: 2px;
}

.image-148 {
  width: 60%;
  margin-top: 0px;
  margin-bottom: 0px;
}

.div-block-165 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 75px;
  margin-bottom: 75px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.paragraph-38 {
  padding-right: 0px;
  padding-left: 50px;
  color: #fafafa;
}

.hackhub_url {
  color: rgba(29, 31, 46, 0.56);
}

.hackhub_url:hover {
  color: #1d1f2e;
}

.image-149 {
  width: 60%;
}

.paragraph-38-right {
  padding-right: 50px;
  padding-left: 0px;
  color: #fafafa;
}

.image-150 {
  width: 60%;
  margin-top: 0px;
  margin-bottom: 0px;
}

.image-151 {
  width: 60%;
  margin-top: 0px;
  margin-bottom: 0px;
}

.div-block-167 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph-40 {
  padding-right: 0px;
  padding-left: 50px;
  color: #1d1f2e;
}

.paragraph-40-right {
  padding-right: 50px;
  padding-left: 0px;
  color: #1d1f2e;
}

.heading-53 {
  font-family: Nexa, 'Palatino Linotype', sans-serif;
}

.vie-all-events-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 45px;
  margin-left: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: #868dfc;
}

.div-block-169 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-54 {
  font-family: Nexa, 'Palatino Linotype', sans-serif;
  text-align: center;
}

.grid-20 {
  margin-top: 121px;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 100px;
  grid-row-gap: 20px;
  grid-template-areas: "Area Area-2" "Area-3 Area-4" "Area-5 Area-6";
  -ms-grid-columns: 1fr 100px 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto 20px auto 20px auto 20px auto 20px auto;
  grid-template-rows: auto auto auto auto auto;
}

.image-152 {
  width: auto;
}

.paragraph-41 {
  text-align: left;
}

.paragraph-42 {
  display: none;
  font-family: Nexa, 'Palatino Linotype', sans-serif;
  font-weight: 700;
  text-align: center;
}

.div-block-165-copy {
  display: none;
  margin-top: 75px;
  margin-bottom: 75px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.div-block-165-copy {
  display: none;
  margin-top: 75px;
  margin-bottom: 75px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.div-block-167-copy {
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.grid-20-copy {
  display: none;
  margin-top: 121px;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 100px;
  grid-row-gap: 20px;
  grid-template-areas: "Area Area-2" "Area-3 Area-4" "Area-5 Area-6";
  -ms-grid-columns: 1fr 100px 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto 20px auto 20px auto 20px auto 20px auto;
  grid-template-rows: auto auto auto auto auto;
}

.link-block-68-copy {
  display: none;
  width: 175px;
  height: 55px;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #000;
  border-radius: 28px;
}

.link-block-68-copy:hover {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom-color: #000;
}

.div-block-165-copyy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 75px;
  margin-bottom: 75px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.div-block-165-copy-copy {
  display: none;
  margin-top: 75px;
  margin-bottom: 75px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.van-faq {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 113px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.van-faq._2020 {
  display: none;
}

.div-block-170 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-55 {
  font-family: Nexa, 'Palatino Linotype', sans-serif;
  font-weight: 700;
}

.grid-21 {
  margin-right: 20px;
  margin-bottom: 40px;
  margin-left: 20px;
  grid-column-gap: 16px;
  grid-template-areas: "Area Area-2 Area-3" "Area-4 Area-5 Area-6" "Area-7 Area-8 Area-9" ". Area-10 .";
  -ms-grid-columns: 1fr 16px 1fr 16px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
}

.faq_question {
  font-family: Nexa, 'Palatino Linotype', sans-serif;
  color: #868dfc;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  text-align: center;
}

.faq_answer {
  font-family: Gotham, 'Palatino Linotype', sans-serif;
  font-weight: 300;
  text-align: center;
}

.van-contact-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0%;
  margin-bottom: 0%;
  padding: 0% 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #8f83f7;
  background-image: url('/static/images/bg4.8.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(29, 31, 46, 0.5)), to(rgba(29, 31, 46, 0.5)));
  background-image: url('/static/images/bg4.8.png'), linear-gradient(180deg, rgba(29, 31, 46, 0.5), rgba(29, 31, 46, 0.5));
  background-position: 0px 0px, 0px 0px;
  background-size: cover, auto;
}

.heading-45-copy {
  font-family: Nexa, 'Palatino Linotype', sans-serif;
  color: #fafafa;
  font-size: 50px;
  line-height: 65px;
  font-weight: 700;
}

.paragraph-29-copy {
  width: 75%;
  color: #ececed;
  text-align: center;
}

.nav-link-2 {
  display: block;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: Gotham, 'Palatino Linotype', sans-serif;
  color: #1d1f2e;
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.nav-link-2:hover {
  color: #8f83f7;
}

.nav-link-2.w--current {
  width: auto;
  color: #7466aa;
}

.van-header {
  padding: 15% 100px 17%;
  background-color: rgba(29, 31, 46, 0.92);
  background-image: none;
  background-size: auto;
}

.van-about {
  position: relative;
  z-index: 5;
  display: block;
  margin-top: -16px;
  padding: 150px 100px 75px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
}

.div-block-172 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 45px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.body-3 {
  background-color: #fff;
}

.div-block-176 {
  display: block;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background-image: url('/static/images/map-cutout.png');
  background-position: 0px 0px;
  background-size: cover;
  box-shadow: inset 0 0 40px 0 rgba(0, 0, 0, 0.5);
}

.pulse {
  position: static;
  left: auto;
  top: 162px;
  right: 210px;
  display: block;
  width: 200px;
  height: 200px;
  margin: 0% 3% 0% 43%;
  padding-top: 0%;
  background-color: #8f83f7;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
}

.body-4 {
  background-color: #fff;
}

.grid-22 {
  margin-top: -200px;
  padding-top: 200px;
  padding-right: 50px;
  padding-left: 50px;
  grid-template-areas: "Area Area-2" "Area-3 Area-4";
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.heading-58 {
  display: block;
  font-family: Nexa, 'Palatino Linotype', sans-serif;
}

.paragraph-49 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  font-family: Gotham, 'Palatino Linotype', sans-serif;
  color: #1d1f2e;
  font-weight: 300;
}

.about_paragraph {
  font-family: Gotham, 'Palatino Linotype', sans-serif;
  color: #ececed;
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.heading-59 {
  font-family: Nexa, 'Palatino Linotype', sans-serif;
  color: #8f83f7;
  font-size: 150px;
  line-height: 150px;
  font-weight: 700;
}

.div-block-177 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
  padding: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-style: solid;
  border-width: 0px;
  border-color: rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  background-color: #fafafa;
}

.heading-60 {
  font-family: Nexa, 'Palatino Linotype', sans-serif;
  color: #1d1f2e;
  font-weight: 700;
  text-align: left;
}

.heading-60._1 {
  height: 150px;
  color: #1d1f2e;
  text-align: center;
}

.heading-60._2 {
  height: 150px;
  color: #d5d0fc;
}

.div-block-178 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-bottom: 48px;
  margin-left: 60px;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.heading-61 {
  font-family: Nexa, 'Palatino Linotype', sans-serif;
  color: #1d1f2e;
  font-size: 60px;
  line-height: 75px;
  font-weight: 700;
}

.timeline-second-deco-line-copy {
  display: block;
  width: 1px;
  height: 60px;
  background-color: #ececed;
}

.under-construction-gallery {
  display: none;
  width: 100%;
  height: 500px;
  margin-top: 111px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(38%, transparent), to(rgba(134, 141, 252, 0.38))), url('../images/bg5.3.png');
  background-image: linear-gradient(180deg, transparent 38%, rgba(134, 141, 252, 0.38)), url('/static/images/bg5.3.png');
  background-position: 0px 0px, 100% 0%;
  background-size: auto, cover;
}

.under-construction-gallery._1 {
  display: block;
}

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

.link-block-69 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 225px;
  height: 75px;
  margin-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 38px;
  background-color: #ececed;
  background-image: -webkit-gradient(linear, left top, right top, from(#868dfc), to(#c86afc));
  background-image: linear-gradient(90deg, #868dfc, #c86afc);
}

.div-block-185 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 218px;
  height: 68px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 34px;
  background-color: transparent;
}

.text-block-44 {
  font-family: Nexa, 'Palatino Linotype', sans-serif;
  color: #ececed;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

.paragraph-52 {
  font-family: Gotham, 'Palatino Linotype', sans-serif;
  color: #1d1f2e;
  line-height: 20px;
  font-weight: 300;
}

.div-block-186 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-block-70 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 225px;
  height: 75px;
  margin-left: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 38px;
  background-color: #ececed;
  background-image: none;
}

.div-block-187 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 218px;
  height: 68px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 34px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, right top, from(#c86afc), to(#868dfc));
  background-image: linear-gradient(90deg, #c86afc, #868dfc);
  opacity: 0;
}

.text-block-45 {
  position: absolute;
  opacity: 1;
  font-family: Nexa, 'Palatino Linotype', sans-serif;
  color: #1d1f2e;
  font-size: 19px;
  font-weight: 700;
  text-transform: uppercase;
}

.link-block-71 {
  position: fixed;
  left: auto;
  top: 3%;
  right: 0%;
  bottom: auto;
  z-index: 10;
  display: none;
  width: 250px;
  height: 400px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: transparent;
  background-image: url('/static/images/banner1.1.png');
  background-position: 0px 0px;
  background-size: cover;
}

.paragraph-53 {
  position: fixed;
  width: 110px;
  margin-top: 29px;
  margin-bottom: 0px;
  margin-left: 67px;
  font-family: Gotham, 'Palatino Linotype', sans-serif;
  color: #fff;
}

.la-contact {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 900px;
  margin-top: 100px;
  margin-bottom: 0px;
  padding: 0px 100px 150px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('/static/images/bottombgv4_00000.png'), -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(62%, #9e7ad8));
  background-image: url('/static/images/bottombgv4_00000.png'), linear-gradient(180deg, #fff, #9e7ad8 62%);
  background-position: 50% 100%, 0px 0px;
  background-size: cover, auto;
}

.link-block-72 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 225px;
  height: 85px;
  margin-top: 1px;
  margin-right: 30px;
  margin-left: 30px;
  padding: 10px 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 47px;
  background-image: -webkit-gradient(linear, left top, right top, from(#8f83f7), to(#c86afc));
  background-image: linear-gradient(90deg, #8f83f7, #c86afc);
  text-align: center;
}

.div-block-189 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 246px;
  height: 96px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-46 {
  font-family: Nexa, 'Palatino Linotype', sans-serif;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

.la-mission_header {
  font-family: Nexa, 'Palatino Linotype', sans-serif;
  font-weight: 700;
  text-align: right;
}

.la-mission_paragraph {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-family: Gotham, 'Palatino Linotype', sans-serif;
  font-size: 18px;
  font-weight: 300;
  text-align: right;
}

.div-block-190 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.column-32 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph-39 {
  width: 75%;
  font-family: Gotham, 'Palatino Linotype', sans-serif;
  font-size: 18px;
  font-weight: 300;
  text-align: left;
}

.paragraph-39._1 {
  text-align: right;
}

.brand-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.brand-2.w--current {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.nav-menu-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.navbar {
  position: fixed;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: #fff;
}

.grid-25 {
  position: relative;
  z-index: 30;
  overflow: visible;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-flow: row;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.div-block-191 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 350px;
  height: 350px;
  margin: 10px;
  padding: 40px 15px 15px 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-style: none;
  border-width: 2px;
  border-color: #e9e66b;
  border-radius: 0px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.2)), to(hsla(0, 0%, 100%, 0.2))), url('../images/postit_yellow_fold.png');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.2), hsla(0, 0%, 100%, 0.2)), url('../images/postit_yellow_fold.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.la-sponsors {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding: 75px 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.div-block-193 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.paragraph-54 {
  width: 50%;
  margin-top: 25px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
  font-family: Gotham, 'Palatino Linotype', sans-serif;
  color: #8f83f7;
  font-weight: 300;
}

.la-link_block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 262px;
  height: 125px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 14px;
  background-color: rgba(236, 236, 237, 0.5);
  box-shadow: none;
}

.la-link_block:hover {
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.2);
}

.la-link_block._1 {
  background-color: #fff;
}

.la-contact-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Nexa, 'Palatino Linotype', sans-serif;
  font-size: 54px;
  font-weight: 700;
  text-align: right;
}

.div-block-194 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -63px;
  margin-bottom: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph-56 {
  font-family: Gotham, 'Palatino Linotype', sans-serif;
  font-size: 22px;
  text-align: center;
}

.div-block-195 {
  display: none;
  width: 40%;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.image-159 {
  position: absolute;
  display: block;
  width: 100px;
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 16px;
  clear: none;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.div-block-199 {
  display: none;
  width: 820px;
  height: 164px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.link-block-77 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: 80%;
  margin: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 120px;
  background-color: #ffd049;
  color: #8f83f7;
}

.link-block-78 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: 80%;
  margin: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 120px;
  background-color: #868dfc;
  color: #868dfc;
}

.link-block-79 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: 80%;
  margin: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 120px;
  background-color: #dc5980;
  color: #c86afc;
}

.facebook-image {
  position: absolute;
  display: block;
  width: 70px;
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 32px;
  clear: none;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.instagram-image {
  position: absolute;
  display: block;
  width: 70px;
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 32px;
  clear: none;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.text-block-47 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 80px;
  margin-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: Nexa, 'Palatino Linotype', sans-serif;
  color: #fff;
  font-size: 50px;
  font-weight: 700;
  text-transform: uppercase;
}

.facebook-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 35px;
  margin-left: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: Nexa, 'Palatino Linotype', sans-serif;
  color: #fff;
  font-size: 45px;
  font-weight: 700;
  text-transform: uppercase;
}

.instagram-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: Nexa, 'Palatino Linotype', sans-serif;
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;
}

.image-160 {
  position: static;
  z-index: 2;
  display: block;
  width: 16%;
  margin-top: 0%;
  margin-left: 0%;
}

.under-construction-getinvolved {
  display: block;
  width: 100%;
  height: 500px;
  margin-top: 140px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(38%, transparent), to(rgba(134, 141, 252, 0.38))), url('../images/bg5.3.png');
  background-image: linear-gradient(180deg, transparent 38%, rgba(134, 141, 252, 0.38)), url('../images/bg5.3.png');
  background-position: 0px 0px, 100% 0%;
  background-size: auto, cover;
}

.under-construction-getinvolved.van {
  height: 800px;
  margin-top: 0px;
  padding-top: 195px;
}

.heading-68 {
  font-family: Nexa, 'Palatino Linotype', sans-serif;
  color: #8f83f7;
  font-size: 75px;
  line-height: 100px;
  font-weight: 700;
  text-shadow: 3px 3px 0 #ececed;
}

.paragraph-57 {
  width: auto;
  margin-bottom: 0px;
  font-family: Gotham, 'Palatino Linotype', sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
  text-align: center;
}

.div-block-203 {
  display: block;
  width: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.section-15 {
  padding: 200px 100px 150px;
  background-image: url('../images/bg7.4.png');
  background-position: 100% 100%;
  background-size: cover;
}

.apply-to-host {
  display: none;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-204 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 325px;
  height: 100px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 20px 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: transparent;
  box-shadow: none;
}

.heading-69 {
  font-family: Nexa, 'Palatino Linotype', sans-serif;
  color: #8f83f7;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
}

.div-block-205 {
  display: none;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-206 {
  display: block;
  width: 45%;
  margin-right: 100px;
  margin-left: 50px;
  padding: 50px;
  border-radius: 0px;
  background-color: #ececed;
  box-shadow: 4px 4px 3px 0 rgba(0, 0, 0, 0.3);
}

.heading-70 {
  font-family: Nexa, 'Palatino Linotype', sans-serif;
}

.div-block-207 {
  display: none;
  width: 35%;
}

.div-block-208 {
  position: relative;
  top: 48px;
  width: 200px;
  height: 228px;
  background-image: url('../images/blue_dark.png');
  background-position: 0px 0px;
  background-size: cover;
}

.div-block-209 {
  position: relative;
  left: 83px;
  width: 300px;
  height: 341px;
  background-image: url('../images/magenta_1.png');
  background-position: 0px 0px;
  background-size: cover;
}

.div-block-210 {
  position: relative;
  top: -51px;
  width: 175px;
  height: 200px;
  background-image: url('../images/turqoise_light.png');
  background-position: 0px 0px;
  background-size: cover;
}

.div-block-211 {
  position: relative;
  left: 121px;
  top: -86px;
  width: 235px;
  height: 268px;
  background-image: url('../images/yellow_dark.png');
  background-position: 0px 0px;
  background-size: cover;
}

.apply-to-join {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -111px;
  padding: 0px 0px 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-212 {
  width: 45%;
  margin-right: 100px;
  margin-left: 50px;
  padding: 50px;
  background-color: #ececed;
  box-shadow: 4px 4px 3px 0 rgba(0, 0, 0, 0.2);
}

.paragraph-58 {
  font-family: Gotham, 'Palatino Linotype', sans-serif;
  font-weight: 300;
}

.div-block-213 {
  position: relative;
  width: 200px;
  height: 229px;
  background-image: url('../images/pink_light.png');
  background-position: 0px 0px;
  background-size: cover;
}

.div-block-214 {
  position: relative;
  top: -10px;
  width: 275px;
  height: 312px;
  background-image: url('../images/blue_dark.png');
  background-position: 0px 0px;
  background-size: cover;
}

.div-block-215 {
  position: relative;
  left: 105px;
  top: -19px;
  width: 215px;
  height: 245px;
  background-image: url('../images/turquoise_dark.png');
  background-position: 0px 0px;
  background-size: cover;
}

.div-block-216 {
  position: relative;
  top: -35px;
  width: 265px;
  height: 300px;
  background-image: url('../images/yellow_light.png');
  background-position: 0px 0px;
  background-size: cover;
}

.div-block-213-copy {
  position: relative;
  left: 117px;
  top: -19px;
  width: 150px;
  height: 171px;
  background-image: url('../images/purple.png');
  background-position: 0px 0px;
  background-size: cover;
}

.div-block-217 {
  display: none;
  width: 35%;
}

.div-block-218 {
  display: block;
  background-image: none;
  background-size: auto;
}

.grid-26 {
  position: relative;
  left: 3%;
  display: -ms-grid;
  display: grid;
  width: 1000px;
  height: 500px;
  margin: 0% auto 10%;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-areas: ". Area Area-2 . . . . ." "Area-3 Area-4 Area-6 Area-5 Area-7 Area-8 . ." ". Area-9 Area-10 Area-11 Area-12 Area-13 Area-14 ." ". . Area-15 Area-16 Area-17 Area-18 Area-19 ." ". . . . Area-20 Area-21 Area-22 Area-23";
  -ms-grid-columns: 1fr 0px 1fr 0px 1fr 0px 1fr 0px 1fr 0px 1fr 0px 1fr 0px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto 0px auto 0px auto 0px auto 0px auto;
  grid-template-rows: auto auto auto auto auto;
}

.link-block-80 {
  position: relative;
  right: -20px;
  width: 100px;
  height: 115px;
  margin-top: -180px;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.link-block-80.line-2 {
  margin-top: -45px;
  margin-right: -70px;
}

.link-block-80.line-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -90px;
}

.link-block-80.link-block-82.line-4 {
  margin-left: -249px;
}

.link-block-80.line-4 {
  left: auto;
  right: auto;
  margin-top: -135px;
  margin-right: 13px;
  margin-left: -213px;
}

.link-block-80.line-5 {
  margin-left: -76px;
}

.link-block-80.link-block-83.line-3 {
  right: 0px;
}

.image-161 {
  position: absolute;
  margin-top: 0px;
  margin-bottom: 0px;
}

.div-block-221 {
  width: 0px;
  height: 115px;
}

.link-block-82 {
  position: relative;
  right: auto;
  width: 100px;
  height: 115px;
  margin-right: 0px;
  margin-left: 0px;
}

.link-block-82.line-2 {
  margin-top: -45px;
  margin-right: -70px;
}

.link-block-83 {
  position: relative;
  right: -40px;
  width: 100px;
  height: 115px;
  margin-right: 0px;
  margin-left: 0px;
}

.link-block-83.line-2 {
  margin-top: -45px;
  margin-right: -70px;
}

.link-block-83.line-4 {
  left: -29px;
  margin-top: -135px;
  margin-right: -70px;
  margin-left: -200px;
}

.link-block-84 {
  position: relative;
  right: -60px;
  width: 100px;
  height: 115px;
  margin-right: 0px;
  margin-left: 0px;
}

.link-block-84.line-2 {
  left: auto;
  margin-top: -45px;
  margin-right: -70px;
}

.link-block-84.line-4 {
  left: -29px;
  margin-top: -135px;
  margin-right: -110px;
  margin-left: -200px;
}

.link-block-85 {
  position: relative;
  right: 20px;
  width: 100px;
  height: 115px;
  margin-right: 0px;
  margin-left: 0px;
}

.link-block-85.line-2 {
  margin-top: -45px;
  margin-right: -70px;
}

.link-block-85.line-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -90px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-block-85.line-4 {
  margin-top: -135px;
  margin-right: 10px;
  margin-left: -253px;
}

.link-block-86 {
  position: relative;
  right: 40px;
  width: 100px;
  height: 115px;
  margin-right: 0px;
  margin-left: 0px;
}

.link-block-86.line-2 {
  margin-top: -45px;
  margin-right: -70px;
}

.link-block-86.line-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -90px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-block-87 {
  position: relative;
  right: 60px;
  width: 100px;
  height: 115px;
  margin-right: 0px;
  margin-left: 0px;
}

.link-block-87.line-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -90px;
}

.link-block-88 {
  position: relative;
  right: 80px;
  width: 100px;
  height: 115px;
  margin-right: 0px;
  margin-left: 0px;
}

.link-block-88.line-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -90px;
}

.link-block-80-copy {
  position: relative;
  right: -20px;
  display: block;
  width: 100px;
  height: 115px;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-222 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-223 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -86px;
  padding-top: 100px;
  padding-bottom: 140px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(86%, transparent), to(#fff)), -webkit-gradient(linear, left top, right top, from(rgba(143, 131, 247, 0)), color-stop(0%, rgba(216, 212, 252, 0.65)), color-stop(78%, #fff)), -webkit-gradient(linear, left top, left bottom, from(#f283ae), color-stop(34%, #f7d53d), color-stop(65%, #52bfc9), color-stop(84%, #fff));
  background-image: linear-gradient(180deg, transparent 86%, #fff), linear-gradient(90deg, rgba(143, 131, 247, 0), rgba(216, 212, 252, 0.65) 0%, #fff 78%), linear-gradient(180deg, #f283ae, #f7d53d 34%, #52bfc9 65%, #fff 84%);
}

.div-block-224 {
  margin-right: 100px;
  margin-left: 8%;
  padding-top: 35px;
}

.div-block-225 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 207px;
  height: 235px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/ecents-countries-cutout.png');
  background-position: 0px 0px;
  background-size: cover;
}

.div-block-226 {
  position: relative;
  right: -79px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 235px;
  padding-bottom: 30px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/events-hackathons2.png');
  background-position: 0px 0px;
  background-size: cover;
}

.div-block-227 {
  display: none;
  width: 200px;
  height: 230px;
  padding-right: 0px;
  padding-bottom: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/events-participants2.png');
  background-position: 0px 0px;
  background-size: cover;
}

.div-block-228 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-229 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-230 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-162 {
  position: relative;
  z-index: 30;
  width: 50%;
  margin-bottom: 0px;
}

.div-block-231 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-232 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 350px;
  height: 350px;
  margin: 10px 0px;
  padding: 40px 15px 15px 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-style: none;
  border-width: 2px;
  border-color: #e9e66b;
  border-radius: 0px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.2)), to(hsla(0, 0%, 100%, 0.2))), url('../images/postit_blue_fold.png');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.2), hsla(0, 0%, 100%, 0.2)), url('../images/postit_blue_fold.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.div-block-233 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 350px;
  height: 350px;
  margin: 10px 0px;
  padding: 40px 15px 15px 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-style: none;
  border-width: 2px;
  border-color: #e9e66b;
  border-radius: 0px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.2)), to(hsla(0, 0%, 100%, 0.2))), url('../images/postit_purple_nofold.png');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.2), hsla(0, 0%, 100%, 0.2)), url('../images/postit_purple_nofold.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.div-block-234 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 350px;
  height: 350px;
  margin: 10px 0px;
  padding: 40px 15px 15px 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-style: none;
  border-width: 2px;
  border-color: #e9e66b;
  border-radius: 0px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.2)), to(hsla(0, 0%, 100%, 0.2))), url('../images/postit_blue_nofold.png');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.2), hsla(0, 0%, 100%, 0.2)), url('../images/postit_blue_nofold.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.div-block-235 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 350px;
  height: 350px;
  margin: 10px 0px;
  padding: 40px 15px 15px 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-style: none;
  border-width: 2px;
  border-color: #e9e66b;
  border-radius: 0px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.2)), to(hsla(0, 0%, 100%, 0.2))), url('../images/postit_purple_fold.png');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.2), hsla(0, 0%, 100%, 0.2)), url('../images/postit_purple_fold.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.div-block-236 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 350px;
  height: 350px;
  margin: 10px 0px;
  padding: 40px 15px 15px 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-style: none;
  border-width: 2px;
  border-color: #e9e66b;
  border-radius: 0px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.2)), to(hsla(0, 0%, 100%, 0.2))), url('../images/postit_yellow_nofold.png');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.2), hsla(0, 0%, 100%, 0.2)), url('../images/postit_yellow_nofold.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.div-block-237 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 350px;
  height: 350px;
  margin: 10px 0px;
  padding: 40px 15px 15px 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-style: none;
  border-width: 2px;
  border-color: #e9e66b;
  border-radius: 0px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.2)), to(hsla(0, 0%, 100%, 0.2))), url('../images/postit_yellow_fold.png');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.2), hsla(0, 0%, 100%, 0.2)), url('../images/postit_yellow_fold.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.b_xdhacksmini {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 225px;
  height: 85px;
  margin-top: 1px;
  margin-right: 30px;
  margin-left: 30px;
  padding: 10px 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 47px;
  background-image: -webkit-gradient(linear, left top, right top, from(#8f83f7), to(#c86afc));
  background-image: linear-gradient(90deg, #8f83f7, #c86afc);
  text-align: center;
}

.la-about_paragraph-copy {
  width: 100%;
  font-family: Gotham, 'Palatino Linotype', sans-serif;
  font-size: 18px;
  font-weight: 300;
  text-align: left;
}

.div-block-238 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-77 {
  display: block;
  width: 75px;
  margin-top: 125px;
  margin-right: -13px;
  margin-left: 10px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Nexa, 'Palatino Linotype', sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 25px;
  font-weight: 700;
  text-align: center;
}

.heading-77.counter {
  width: auto;
  margin: 0px;
  color: #fff;
  font-size: 65px;
  line-height: 50px;
}

.link-block-89 {
  margin-right: 10px;
  padding-top: 2px;
  padding-bottom: 2px;
  border: 0px solid transparent;
  border-radius: 100px;
  background-color: #fff;
  box-shadow: 4px 4px 5px 0 rgba(0, 0, 0, 0.3);
}

.link-block-89:hover {
  border-color: transparent;
  color: transparent;
}

.link-block-90 {
  padding-top: 2px;
  padding-bottom: 2px;
  border: 1px solid transparent;
  border-radius: 100px;
  background-color: #fff;
  box-shadow: 4px 4px 5px 0 rgba(0, 0, 0, 0.3);
}

.events-card {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
}

.events-card._3 {
  display: none;
}

.past-events {
  width: 100%;
  height: auto;
  margin: 20px 0px;
  padding-right: 0px;
  font-family: Nexa, 'Palatino Linotype', sans-serif;
  color: #fff;
  font-size: 25px;
  line-height: 30px;
  font-weight: 700;
}

.past-events-date {
  margin-bottom: 0px;
  font-family: Gotham, 'Palatino Linotype', sans-serif;
  color: #fff;
  font-weight: 500;
}

.past-events-popups {
  display: none;
}

.past-event-popupcard {
  position: fixed;
  left: 0%;
  top: 6%;
  right: 0%;
  bottom: auto;
  z-index: 5000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  height: 90%;
  margin-right: auto;
  margin-left: auto;
  padding: 60px 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ececed;
}

.past-event-popupcard._1 {
  display: none;
  margin-top: 1000px;
  border-radius: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#c86afc), to(#868dfc));
  background-image: linear-gradient(180deg, #c86afc, #868dfc);
  opacity: 1;
}

.heading-78 {
  margin-bottom: 0px;
  font-family: Nexa, 'Palatino Linotype', sans-serif;
  color: #fff;
  font-size: 75px;
  line-height: 75px;
  text-align: center;
}

.paragraph-59 {
  font-family: Gotham, 'Palatino Linotype', sans-serif;
  color: #ececed;
  text-align: center;
}

.grid-27 {
  display: none;
  width: 900px;
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  grid-auto-flow: row dense;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-rows: auto 20px auto;
  grid-template-areas: "Area Area-2 Area-3" "Area-4 Area-5 Area-6";
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.image-166 {
  display: none;
  width: auto;
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
}

.paragraph-60 {
  position: static;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 135px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  border-radius: 20px;
  opacity: 0;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  color: #ececed;
  font-size: 70%;
  line-height: 18px;
}

.paragraph-60:hover {
  background-color: rgba(29, 31, 46, 0.35);
  opacity: 1;
}

.div-block-240 {
  display: inline-block;
  width: auto;
  margin-right: 0px;
  margin-left: 0px;
}

.paragraph-61 {
  width: 75%;
  color: #ececed;
  line-height: 24px;
  text-align: center;
}

.div-block-241 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  margin-top: 10px;
  margin-left: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.div-block-242 {
  position: static;
  left: 35%;
  top: 8%;
  right: auto;
  bottom: auto;
  width: 4px;
  height: 45px;
  margin-left: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 20px;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.div-block-243 {
  width: 4px;
  height: 45px;
  margin-top: 0px;
  margin-left: -3px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 20px;
  background-color: #fff;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.columns-13 {
  display: block;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-244 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.div-block-245 {
  width: 100%;
  margin-top: -250px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

.upcoming-events-linkblock {
  display: none;
  width: 100%;
  margin: 20px;
  font-family: Nexa, 'Palatino Linotype', sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 30px;
}

.upcoming-events-linkblock.van {
  display: none;
  width: 20%;
}

.upcoming-events-linkblock.la {
  display: none;
  width: 20%;
}

.div-block-247 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 175px;
  margin-right: 10px;
  margin-left: 10px;
  padding: 5px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  background-color: #8f83f7;
  box-shadow: 6px 6px 3px 0 rgba(0, 0, 0, 0.3);
}

.div-block-248 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-249 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 175px;
  margin-right: 10px;
  margin-left: 10px;
  padding: 5px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  background-color: #c86afc;
  box-shadow: 6px 6px 3px 0 rgba(0, 0, 0, 0.3);
}

.div-block-250 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 175px;
  margin-right: 10px;
  margin-left: 10px;
  padding: 5px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  background-color: #868dfc;
  box-shadow: 6px 6px 3px 0 rgba(0, 0, 0, 0.3);
}

.div-block-251 {
  position: absolute;
  left: auto;
  top: 25px;
  right: 25px;
  bottom: auto;
  display: none;
  width: 50px;
  height: 50px;
  margin-right: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
}

.div-block-252 {
  width: 5px;
  height: 20px;
  border-radius: 20px;
  background-color: #fff;
}

.div-block-252.left {
  position: absolute;
  height: 30px;
  margin-top: 0px;
}

.div-block-252.right {
  position: absolute;
  height: 30px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.div-block-253 {
  display: none;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-254 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 200px;
  margin-right: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/purple_blue.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: repeat-y;
}

.heading-79 {
  position: static;
  width: 80%;
  height: auto;
  padding-right: 10px;
  padding-left: 10px;
  font-family: Gotham, 'Palatino Linotype', sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  text-align: center;
}

.div-block-255 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 200px;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/purple.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: repeat-y;
}

.div-block-256 {
  width: 40%;
}

.div-block-257 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  margin-right: 10%;
  margin-left: 10%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.paragraph-62 {
  width: auto;
  font-family: Gotham, 'Palatino Linotype', sans-serif;
  font-weight: 300;
}

.heading-80 {
  margin-bottom: 0px;
  font-family: Nexa, 'Palatino Linotype', sans-serif;
  color: #1d1f2e;
}

.div-block-258 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10%;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.div-block-259 {
  width: 30%;
}

.div-block-260 {
  display: none;
  margin-top: 0%;
  padding-top: 10%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-261 {
  width: 45%;
  margin-right: 10%;
  margin-left: 5%;
}

.link-block-91 {
  margin-right: 20px;
}

.link-block-92 {
  margin-left: 20px;
}

.div-block-262 {
  display: none;
  width: 90%;
  height: 400px;
  margin-top: 5%;
  margin-bottom: 0%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 30px;
  background-color: rgba(134, 141, 252, 0.45);
}

.heading-81 {
  font-family: Nexa, 'Palatino Linotype', sans-serif;
  color: #fff;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.paragraph-63 {
  width: 75%;
  font-family: Gotham, 'Palatino Linotype', sans-serif;
  color: #fff;
  font-weight: 300;
  text-align: center;
}

.columns-14 {
  display: none;
}

.column-35 {
  display: none;
}

.column-36 {
  display: none;
}

.column-37 {
  display: none;
}

.heading-82 {
  padding-right: 20px;
  padding-left: 20px;
  font-family: Nexa, 'Palatino Linotype', sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 20px;
  font-weight: 700;
  text-align: left;
}

.paragraph-64 {
  padding-right: 5px;
  padding-left: 20px;
  color: #ececed;
  font-size: 14px;
  line-height: 15px;
}

.image-167 {
  position: static;
  width: 25px;
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  border: 1px solid transparent;
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.link-block-93 {
  position: static;
  margin-top: -25px;
  margin-left: 143px;
}

.van-workshops {
  margin-top: 0%;
  margin-bottom: 0%;
}

.div-block-264 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-264._3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.image-168 {
  position: static;
  left: -10px;
  top: -22px;
  width: 50%;
  margin: 0px auto;
  padding-top: 20%;
  padding-bottom: 10%;
}

.div-block-265 {
  width: 40%;
  margin-top: 0px;
  margin-right: 5%;
  margin-left: 5%;
  padding-top: 0px;
}

.heading-83 {
  margin-bottom: 0px;
  font-family: Nexa, 'Palatino Linotype', sans-serif;
  color: #55b3fd;
  font-weight: 700;
}

.heading-83._2 {
  color: #52bfc9;
}

.heading-83._0 {
  color: #ffd049;
  font-weight: 700;
}

.heading-83._4 {
  color: #dc5980;
}

.paragraph-65 {
  font-family: Gotham, 'Palatino Linotype', sans-serif;
  color: rgba(85, 179, 253, 0.66);
}

.paragraph-65._2 {
  color: rgba(82, 191, 201, 0.7);
}

.paragraph-65._0 {
  color: rgba(255, 208, 73, 0.75);
}

.paragraph-65._4 {
  color: rgba(220, 89, 128, 0.72);
}

.paragraph-66 {
  font-family: Gotham, 'Palatino Linotype', sans-serif;
  font-weight: 300;
}

.div-block-266 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  margin-right: 0%;
  margin-left: 0%;
  padding: 2% 13px 2% 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #55b3fd;
}

.div-block-266._2 {
  background-color: #52bfc9;
}

.div-block-266._4 {
  padding-top: 5%;
  padding-bottom: 5%;
  background-color: #dc5980;
}

.paragraph-69 {
  margin-top: 0px;
  padding-right: 10%;
  padding-left: 10%;
  font-family: Gotham, 'Palatino Linotype', sans-serif;
  color: #ececed;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
}

.paragraph-69._1 {
  padding-right: 0%;
  padding-left: 0%;
  font-weight: 500;
}

.link-7 {
  color: #fff;
}

.link-7:hover {
  color: #1d1f2e;
}

.paragraph-70 {
  width: auto;
  margin-top: 20px;
  margin-right: 10%;
  margin-left: 10%;
  font-family: Nexa, 'Palatino Linotype', sans-serif;
  color: #fafafa;
  font-weight: 700;
  text-align: left;
}

.div-block-269 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75%;
  margin-right: auto;
  margin-left: auto;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.div-block-270 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75%;
  margin-right: auto;
  margin-left: auto;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.div-block-271 {
  border-bottom: 2px solid #ececed;
}

.div-block-272 {
  position: fixed;
  left: 0%;
  top: 5%;
  right: 0%;
  bottom: auto;
  z-index: 5000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  height: 200px;
  margin-top: 1000px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 4px 4px 3px 0 rgba(0, 0, 0, 0.3);
  opacity: 1;
}

.div-block-273 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  height: 100%;
  padding: 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  border-radius: 20px 0px 0px 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#52bfc9), to(#7cf3fc));
  background-image: linear-gradient(180deg, #52bfc9, #7cf3fc);
}

.div-block-274 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  border-radius: 20px;
  background-color: #fff;
}

.heading-86 {
  margin-bottom: 0px;
  font-family: Nexa, 'Palatino Linotype', sans-serif;
  color: #fff;
  font-size: 50px;
  line-height: 50px;
}

.paragraph-71 {
  font-family: Gotham, 'Palatino Linotype', sans-serif;
  color: #fafafa;
  font-style: italic;
}

.div-block-275 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2%;
}

.div-block-276 {
  width: 30%;
  padding-right: 0%;
  padding-left: 0%;
}

.heading-87 {
  margin-bottom: 0px;
  font-family: Nexa, 'Palatino Linotype', sans-serif;
  color: #ececed;
  font-size: 25px;
  line-height: 30px;
  text-transform: uppercase;
}

.image-170 {
  margin-top: 15px;
  margin-bottom: 0px;
}

.paragraph-72 {
  width: auto;
  margin-top: 15px;
  margin-bottom: 0px;
  margin-left: 0%;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  color: #fafafa;
  font-size: 75%;
  line-height: 20px;
  text-align: left;
}

.link-8 {
  color: #fafafa;
}

.link-8:hover {
  color: #1d1f2e;
}

.link-9 {
  color: #ececed;
}

.link-9:hover {
  color: #1d1f2e;
}

.paragraph-73 {
  display: none;
  margin-bottom: 0px;
  color: #ececed;
  font-size: 16px;
  line-height: 15px;
}

.div-block-277 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  height: auto;
  margin-left: 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.paragraph-73-copy {
  margin-bottom: 0px;
  color: #ececed;
  font-size: 14px;
  line-height: 15px;
}

.grid-28 {
  display: -ms-grid;
  display: grid;
  margin: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-items: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-areas: "Area Area-2" "Area-3 Area-4" "Area-5 Area-6";
  -ms-grid-rows: auto 30px auto 30px auto;
  grid-template-rows: auto auto auto;
  opacity: 1;
}

.section-16 {
  padding-top: 5%;
  padding-bottom: 5%;
}

.div-block-280 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 100%;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: transparent;
  background-image: url('../images/im5.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.div-block-280._1 {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url('../images/Hackathon-HP-23.jpg');
}

.div-block-280._3 {
  background-image: url('../images/Hackathon-HP-27.jpg');
}

.div-block-280._4 {
  background-image: url('../images/im3_1.jpg');
}

.div-block-280._5 {
  background-image: url('../images/IMG_8983.jpg');
}

.div-block-280._6 {
  background-image: url('../images/IMG_0277_lowres.jpg');
}

.div-block-279 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-image: url('../images/5ebb8b13d7350a3618211210_IMG_0161.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.div-block-281 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-image: url('../images/im7_1.jpg');
  background-position: 75% 50%;
  background-size: cover;
}

.bronze-sponsors {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 2px solid #ececed;
}

.link-block-94 {
  width: 200px;
  height: 150px;
  margin-right: 20px;
  margin-left: 20px;
  background-image: url('../images/Bugsee-Logo.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slider-9 {
  display: none;
}

.heading-87-copy {
  margin-bottom: 0px;
  font-family: Nexa, 'Palatino Linotype', sans-serif;
  color: #ececed;
  font-size: 25px;
  line-height: 30px;
  text-transform: uppercase;
}

.paragraph-73-copy {
  margin-bottom: 0px;
  color: #ececed;
  font-size: 16px;
  line-height: 15px;
}

.paragraph-73-copy-copy {
  margin-bottom: 0px;
  color: #ececed;
  font-size: 14px;
  line-height: 15px;
}

.paragraph-72-copy {
  width: auto;
  margin-top: 15px;
  margin-bottom: 0px;
  margin-left: 0%;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  color: #fafafa;
  font-size: 75%;
  line-height: 20px;
  text-align: left;
}

.paragraph-73-copy-copy {
  margin-bottom: 0px;
  color: #ececed;
  font-size: 16px;
  line-height: 15px;
}

.image-170-copy {
  margin-top: 15px;
  margin-bottom: 0px;
}

.div-block-276-copy {
  width: 30%;
  padding-right: 0%;
  padding-left: 0%;
}

.div-block-74 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.div-block74-5 {
  display: none;
  margin-top: 2%;
}

.paragraph-73-copy {
  margin-bottom: 0px;
  color: #ececed;
  font-size: 16px;
  line-height: 15px;
}

.paragraph-73-copy-copy {
  margin-bottom: 0px;
  color: #ececed;
  font-size: 16px;
  line-height: 15px;
}

.paragraph-73-copy-copy-copy {
  margin-bottom: 0px;
  color: #ececed;
  font-size: 16px;
  line-height: 15px;
}

.paragraph-73-copy {
  margin-bottom: 0px;
  color: #ececed;
  font-size: 16px;
  line-height: 15px;
}

.columns-15 {
  display: none;
}

.paragraph-73-copy-copy {
  margin-bottom: 0px;
  color: #ececed;
  font-size: 16px;
  line-height: 15px;
}

.paragraph-73-copy-copy-copy {
  margin-bottom: 0px;
  color: #ececed;
  font-size: 16px;
  line-height: 15px;
}

.paragraph-82 {
  margin-bottom: 0px;
  color: #ececed;
  font-size: 16px;
  line-height: 15px;
}

.div-block-244-copy {
  display: none;
  width: auto;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.van-link_block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 262px;
  height: 125px;
  margin-top: 20px;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 14px;
  background-color: rgba(236, 236, 237, 0.5);
  box-shadow: none;
}

.van-link_block:hover {
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.2);
}

.van-link_block._1 {
  margin-top: 10px;
  border-radius: 8px;
  background-color: #fff;
}

.image-171 {
  width: 325px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

.div-block-70 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.column-38 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.columns-16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-172 {
  position: relative;
  z-index: 20;
  width: 325px;
}

.columns-17 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-39 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-88 {
  font-family: Nexa, 'Palatino Linotype', sans-serif;
  line-height: 32px;
}

.paragraph-73-4 {
  line-height: 26px;
}

.slider-10 {
  display: none;
}

.timeline-getinvolved {
  display: block;
  margin-top: -200px;
  padding-top: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.timeline-event {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 200px;
  margin: -20px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: #c1bbf6;
}

.timeline-event.empty {
  width: 200px;
  height: 200px;
  opacity: 0;
}

.timeline-event._1 {
  background-color: rgba(242, 131, 174, 0.51);
}

.timeline-event._2 {
  background-color: rgba(85, 179, 253, 0.47);
}

.timeline-event._3 {
  background-color: rgba(65, 209, 220, 0.55);
}

.timeline-event._4 {
  background-color: rgba(247, 213, 61, 0.62);
}

.link-block-95 {
  width: 300px;
  height: 150px;
  margin-right: 20px;
  margin-left: 20px;
  background-image: url('../images/challengerocket-com-logo-vector.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.sponsor-us-la {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sponsor-us-heading {
  width: 500px;
  font-family: Nexa, 'Palatino Linotype', sans-serif;
  font-weight: 700;
  text-align: left;
}

.sponsor-us-div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.b_sponsor-contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 235px;
  height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 5px;
  border-color: #8f83f7;
  border-radius: 10px;
  background-color: #fff;
}

.b_sponsor-contact:hover {
  border-bottom-color: #8f83f7;
}

.b_package-la {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 235px;
  height: 50px;
  margin-left: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 5px solid transparent;
  border-radius: 10px;
  background-color: #8f83f7;
  font-family: Nexa, 'Palatino Linotype', sans-serif;
  color: #fff;
  font-size: 20px;
  text-transform: none;
}

.b_package-la:hover {
  border-bottom-color: transparent;
  color: #fff;
}

.text-block-48 {
  font-family: Nexa, 'Palatino Linotype', sans-serif;
  color: #8f83f7;
  font-size: 20px;
  font-weight: 700;
}

.text-block-49 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
}

.text-block-49:hover {
  color: #fff;
}

.heading-94 {
  margin-top: 20px;
  font-family: Gotham, 'Palatino Linotype', sans-serif;
  font-size: 25px;
  line-height: 30px;
  font-weight: 300;
  text-align: center;
}

.div-block-284 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 2px none #ececed;
}

.link-block-96 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 200px;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.b_la-next-event {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 173px;
  height: 56px;
  margin-right: 20px;
  margin-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 29px;
  background-color: #000;
  background-image: -webkit-gradient(linear, left top, right top, from(#c86afc), to(#868dfc));
  background-image: linear-gradient(90deg, #c86afc, #868dfc);
}

.div-block-285 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 169px;
  height: 52px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 5px solid transparent;
  border-radius: 29px;
  background-color: transparent;
}

.italic-text {
  font-size: 14px;
  line-height: 15px;
}

.xdhacks-mini-logo {
  height: 200px;
}

.div-block-288 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 800px;
  padding-top: 50px;
  padding-right: 2%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-right: 3px solid rgba(134, 141, 252, 0.5);
}

.div-block-289 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 800px;
  padding-top: 50px;
  padding-left: 2%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-left: 3px solid rgba(134, 141, 252, 0.5);
}

.div-block-290 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-block-290.mobile {
  display: none;
}

.div-block-291 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75%;
  margin: 20px auto 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-95 {
  margin-bottom: -3px;
  font-family: Nexa, 'Palatino Linotype', sans-serif;
  color: rgba(134, 141, 252, 0.5);
  letter-spacing: 5px;
  text-transform: uppercase;
}

.paragraph-740 {
  font-family: Gotham, 'Palatino Linotype', sans-serif;
  font-weight: 300;
  text-align: center;
}

.div-block-292 {
  width: 50%;
  margin-right: 0px;
  margin-left: 100px;
}

.section-17 {
  margin-top: 100px;
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: url('../images/bg1.1.1.png');
  background-position: 0% 0%;
  background-size: cover;
}

.heading-96 {
  font-family: Nexa, 'Palatino Linotype', sans-serif;
  color: rgba(29, 31, 46, 0.77);
  font-weight: 700;
}

.paragraph-741 {
  font-family: Gotham, 'Palatino Linotype', sans-serif;
  color: #1d1f2e;
  font-weight: 300;
}

.heading-97 {
  font-family: Nexa, 'Palatino Linotype', sans-serif;
  color: #fff;
  font-weight: 700;
  letter-spacing: 5px;
  text-transform: none;
}

.paragraph-742 {
  width: 85%;
  height: 32px;
  margin-bottom: 0px;
  color: #fff;
  line-height: 16px;
  text-align: center;
}

.div-block-293 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph-743 {
  display: block;
  width: 50%;
  opacity: 1;
  color: black;
}

.div-block-294 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph-744 {
  display: block;
  width: 50%;
  opacity: 1;
  text-align: right;
}

.section-18 {
  height: 200px;
}

.counter {
  margin-top: 0px;
  margin-bottom: 19px;
  color: #5b3acc;
  font-size: 60px;
}

.counter-support-text {
  margin-top: 0px;
  color: rgba(48, 48, 48, 0.2);
  font-size: 22px;
  font-weight: 400;
  text-transform: uppercase;
}

.div-block-295 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-296 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 2% 0%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #ffd049;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.08)), to(rgba(0, 0, 0, 0.08)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.08));
}

.div-block-297 {
  width: 40%;
  margin-right: 5%;
  margin-left: 5%;
}

.link-block-97 {
  display: none;
  width: 175px;
  height: 75px;
  margin: 20px 0px 20px 0%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  background-color: transparent;
}

.div-block-298 {
  display: none;
  width: 165px;
  height: 65px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 35px;
  background-color: #fff;
}

.text-block-50 {
  font-family: Nexa, 'Palatino Linotype', sans-serif;
  color: #ffd049;
  font-size: 25px;
  line-height: 25px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.text-block-50:hover {
  color: #ffd049;
}

.social-media-smartphone {
  display: none;
  width: 820px;
  height: 164px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.email-smartphone {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.facebook-smartphone {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.instagram-smartphone {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.brand-3 {
  display: block;
  width: 62px;
  height: 70px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 30px;
  background-image: url('../images/XdHacks-Logo.png');
  background-position: 50% 50%;
  background-size: contain;
}

.brand-3.w--current {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90px;
  margin-left: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-repeat: no-repeat;
}

.navbar-2 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
}

.nav-menu-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 25px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.nav-link-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  margin-left: 20px;
  font-family: Gotham, 'Palatino Linotype', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
}

.nav-link-3:hover {
  color: #8f83f7;
}

.nav-link-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-family: Gotham, 'Palatino Linotype', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
}

.nav-link-4:hover {
  color: #8f83f7;
}

.nav-link-4.w--current {
  width: auto;
  margin-right: 10px;
  margin-left: 10px;
  color: #1d1f2e;
  font-size: 14px;
}

.nav-link-4.w--current:hover {
  color: #8f83f7;
}

.nav-link-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  margin-left: 20px;
  font-family: Gotham, 'Palatino Linotype', sans-serif;
  color: #1d1f2e;
  font-size: 14px;
  text-transform: uppercase;
}

.nav-link-5:hover {
  color: #8f83f7;
}

.nav-link-5.w--current {
  width: auto;
  color: #1d1f2e;
}

.div-block-299 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 500px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.la-team {
  padding-top: 15px;
  padding-right: 100px;
  padding-left: 100px;
  border-bottom: 3px none #ececed;
}

.la-bio {
  font-family: Gotham, 'Palatino Linotype', sans-serif;
  font-size: 18px;
}

.columns-18 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.la-name {
  display: block;
  margin-bottom: 5px;
  font-family: Gotham, 'Palatino Linotype', sans-serif;
  font-size: 50px;
}

.la-position {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Gotham, 'Palatino Linotype', sans-serif;
  font-size: 28px;
  font-style: italic;
  font-weight: 500;
}

.image-175 {
  width: 80%;
  height: 80%;
  margin-right: 0px;
  margin-left: -65px;
}

.column-41 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-300 {
  display: none;
  width: 500px;
  height: 500px;
  margin-top: 0%;
  margin-right: 10%;
  margin-left: 0%;
  background-image: url('../images/globe.gif');
  background-position: 0px 0px;
  background-size: cover;
}

.column-42 {
  padding-right: 25px;
  padding-left: 0px;
}

.column-43 {
  padding-right: 0px;
  padding-left: 25px;
}

.column-44 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.image-176 {
  width: 80%;
  height: 80%;
  margin-right: 0px;
  margin-left: 35px;
}

.columns-19 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-175-copy {
  width: 70%;
  height: 70%;
  margin-right: 0px;
  margin-left: -65px;
}

.team-intro-pc-tablet {
  border-bottom: 3px solid #ececed;
}

.team-intro-phone-horiz {
  display: none;
}

.team-intro-phone-vert {
  display: none;
}

.la-contact-team {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 113px 100px 75px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-302 {
  position: absolute;
  top: 124px;
  right: 0px;
  display: none;
  width: 100%;
  height: 1000px;
  margin-top: -5%;
  margin-right: 0px;
  margin-left: auto;
  padding-top: 15%;
  padding-bottom: 30%;
  padding-left: 0%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: url('../images/header2.3.png');
  background-position: 100% 0%;
  background-size: cover;
}

.div-block-303 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.la-navbar-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 25px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.link-block-98 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 135px;
  height: 40px;
  margin-left: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-image: linear-gradient(147deg, #8f83f7, #c86afc);
}

.text-block-51 {
  font-family: Gotham, 'Palatino Linotype', sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}

.text-block-38-copy {
  font-family: Nexa, 'Palatino Linotype', sans-serif;
  color: #fff;
  line-height: 20px;
  font-style: normal;
  text-align: center;
  text-transform: uppercase;
}

.nav-link-6 {
  border: 1px none #000;
  -webkit-transition: color 400ms ease, border 400ms ease;
  transition: color 400ms ease, border 400ms ease;
}

.image-177 {
  margin-bottom: 0px;
  margin-left: -103px;
}

.heading-100 {
  display: none;
  margin-top: -250px;
  margin-bottom: 179px;
  margin-left: -5px;
  font-family: Nexa, 'Palatino Linotype', sans-serif;
  font-size: 85px;
  font-weight: 700;
}

.la-partnerships-div {
  border-top: 2px none #ececed;
  border-bottom: 2px solid #ececed;
}

.link-block-99 {
  width: 200px;
  height: 150px;
  margin-right: 20px;
  margin-left: 20px;
  background-image: url('../images/launchtechllc-side.png');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
}

.link-block-100 {
  width: 150px;
  height: 150px;
  margin-right: 20px;
  margin-left: 20px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  background-image: url('../images/Bay-Area-Hacks-2.png');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
}

.empty {
  width: 0px;
  height: 0px;
}

.div-block-304 {
  padding-top: 20px;
  padding-bottom: 100px;
  background-color: transparent;
}

.div-block-305 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-305._1 {
  width: 75%;
  padding: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.div-block-305._1._2 {
  width: 50%;
  padding: 0px 5px 0px 0px;
}

.div-block-306 {
  width: 25%;
  height: 60px;
  background-color: #8f83f7;
}

.div-block-306._1 {
  width: 2px;
  height: 75px;
  margin-right: 20px;
  margin-left: 20px;
}

.div-block-306._1.pink {
  height: 60px;
  background-color: #ffd049;
}

.div-block-306._1.blue {
  height: 60px;
  background-color: #55b3fd;
}

.div-block-306._1.yellow {
  height: 60px;
  background-color: #dc5980;
}

.div-block-306._1.turq {
  width: 2px;
  height: 60px;
  background-color: #52bfc9;
}

.image-182 {
  width: 75%;
}

.image-182._1 {
  width: 20%;
}

.image-182._1._2 {
  width: auto;
}

.heading-101 {
  margin-bottom: 5px;
  font-family: Nexa, 'Palatino Linotype', sans-serif;
  color: #8f83f7;
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
}

.heading-101.pink {
  margin-bottom: 5px;
  color: #ffd049;
}

.heading-101.blue {
  margin-bottom: 5px;
  color: #55b3fd;
}

.heading-101.yellow {
  margin-bottom: 5px;
  color: #dc5980;
}

.heading-101.turq {
  margin-bottom: 5px;
  color: #52bfc9;
}

.heading-102 {
  margin-top: 0px;
  font-family: Gotham, 'Palatino Linotype', sans-serif;
  color: rgba(29, 31, 46, 0.51);
  font-size: 12px;
  line-height: 12px;
  font-weight: 500;
  text-transform: uppercase;
}

.div-block-307 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-308 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-309 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  height: auto;
  margin-right: 0px;
  margin-left: 0px;
  padding: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 40px;
  background-color: #8f83f7;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.88)), to(hsla(0, 0%, 100%, 0.88)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.88), hsla(0, 0%, 100%, 0.88));
  opacity: 0;
}

.bio-amin {
  display: none;
  font-family: Gotham, 'Palatino Linotype', sans-serif;
  font-weight: 300;
  text-align: center;
}

.bio-peter {
  display: none;
  font-family: Gotham, 'Palatino Linotype', sans-serif;
  font-weight: 300;
  text-align: center;
}

.bio-lucy {
  display: none;
  font-family: Gotham, 'Palatino Linotype', sans-serif;
  font-weight: 300;
  text-align: center;
}

.bio-jenny {
  display: none;
  font-family: Gotham, 'Palatino Linotype', sans-serif;
  font-weight: 300;
  text-align: center;
}

.amin {
  width: 25%;
}

.peter {
  width: 25%;
}

.lucy {
  width: 25%;
}

.jenny {
  width: 25%;
  padding-left: 0px;
}

.kaden-bio {
  font-family: Gotham, 'Palatino Linotype', sans-serif;
  font-weight: 300;
}

.div-block-310 {
  display: block;
  margin-top: -75px;
}

.html-embed-3 {
  width: 75%;
  margin-left: auto;
}

.under-construction-pastevents {
  display: block;
  width: 100%;
  height: 500px;
  margin-top: 140px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(38%, transparent), to(rgba(134, 141, 252, 0.38))), url('../images/bg5.3.png');
  background-image: linear-gradient(180deg, transparent 38%, rgba(134, 141, 252, 0.38)), url('../images/bg5.3.png');
  background-position: 0px 0px, 100% 0%;
  background-size: auto, cover;
}

.div-block-311 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75%;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-312 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 2px solid #ececed;
}

.image-184 {
  position: absolute;
  width: auto;
  margin-top: 50px;
  padding-right: 10px;
  padding-left: 10px;
}

.image-184._1 {
  margin-top: 30px;
}

.image-184._2 {
  margin-top: 47px;
}

.image-184._3 {
  width: 100%;
  margin-top: 45px;
}

.image-184._4 {
  margin-top: 45px;
  padding-right: 0px;
  padding-left: 0px;
}

.image-184._5 {
  margin-top: 45px;
  padding-right: 5px;
  padding-left: 5px;
}

.image-184._6 {
  margin-top: 50px;
}

.image-184._7 {
  margin-top: 0px;
}

.image-184._8 {
  margin-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

.image-184._9 {
  margin-top: 25px;
}

.image-184._10 {
  margin-top: 15px;
}

.image-184._12 {
  margin-top: 25px;
  padding-right: 15px;
  padding-left: 15px;
}

.image-184._13 {
  margin-top: 30px;
  padding-right: 0px;
  padding-left: 0px;
}

.image-184._14 {
  margin-top: 40px;
  padding-right: 15px;
  padding-left: 15px;
}

.image-184._15 {
  margin-top: 50px;
}

.image-184._16 {
  margin-top: 40px;
  padding-right: 3px;
  padding-left: 3px;
}

.image-184._17 {
  margin-top: 25px;
  padding-right: 15px;
  padding-left: 15px;
}

.body-6 {
  background-color: #fafafa;
}

.link-block-107 {
  width: 200px;
  height: 150px;
  margin-right: 20px;
  margin-left: 20px;
  background-image: url('../images/creative-tim-transparent-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-286 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 350px;
  height: 350px;
  margin: 10px 0px;
  padding: 40px 15px 15px 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-style: none;
  border-width: 2px;
  border-color: #e9e66b;
  border-radius: 0px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.2)), to(hsla(0, 0%, 100%, 0.2))), url('../images/postit_blue_fold.png');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.2), hsla(0, 0%, 100%, 0.2)), url('../images/postit_blue_fold.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.div-block-287 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 350px;
  height: 350px;
  margin: 10px 0px;
  padding: 40px 15px 15px 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-style: none;
  border-width: 2px;
  border-color: #e9e66b;
  border-radius: 0px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.2)), to(hsla(0, 0%, 100%, 0.2))), url('../images/postit_yellow_nofold.png');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.2), hsla(0, 0%, 100%, 0.2)), url('../images/postit_yellow_nofold.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.image-186 {
  display: none;
}

.la-heading {
  margin-right: -200px;
  margin-left: -200px;
  padding-right: 0px;
  padding-left: 0px;
  font-family: Nexa, 'Palatino Linotype', sans-serif;
  color: #fff;
  font-size: 75px;
  font-weight: 700;
}

.la-heading-phone {
  display: none;
  margin-right: -200px;
  margin-left: -200px;
  padding-right: 0px;
  padding-left: 0px;
  font-family: Nexa, 'Palatino Linotype', sans-serif;
  color: #fff;
  font-size: 75px;
  font-weight: 700;
}

.la-grid {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 1;
  margin-top: 60px;
  padding-bottom: 0px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-areas: "Area Area-2" "Area-3 Area-4";
  background-color: transparent;
  opacity: 0.78;
}

.navbar-3 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.div-block-313 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.link-block-98-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  height: 40px;
  margin-right: 30px;
  margin-left: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 20px;
  background-image: linear-gradient(147deg, #8f83f7, #c86afc);
}

.scrolling-objects {
  display: none;
  margin-top: 98px;
  margin-bottom: -80px;
  margin-left: 91px;
}

.image-187 {
  position: relative;
  z-index: 5;
  width: 150px;
  height: auto;
  margin-top: -38px;
  margin-bottom: -10px;
  margin-left: -104px;
}

.image-188 {
  position: relative;
  z-index: 6;
  width: 150px;
  margin-top: -38px;
  margin-bottom: -10px;
  margin-left: 8px;
}

.image-189 {
  position: relative;
  z-index: 8;
  width: 100px;
  margin-bottom: -219px;
  margin-left: -205px;
}

.image-190 {
  position: relative;
  z-index: 11;
  width: 150px;
  margin-top: 3px;
  margin-bottom: -245px;
  margin-left: -280px;
}

.image-191 {
  position: relative;
  z-index: 9;
  width: 150px;
  margin-top: 117px;
  margin-bottom: -410px;
  margin-left: -74px;
}

.image-192 {
  position: relative;
  z-index: 10;
  width: 50px;
  margin-bottom: -397px;
  margin-left: -175px;
}

.newsletter-object {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #c1bbf6;
  background-image: linear-gradient(208deg, #868dfc 34%, #c86afc);
}

.div-block-314 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 500px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(29, 31, 46, 0.31);
}

.div-block-315 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 500px;
  padding-right: 8%;
  padding-left: 8%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.heading-103 {
  font-family: Nexa, 'Palatino Linotype', sans-serif;
  color: #fff;
  line-height: 40px;
  font-weight: 700;
}

.bold-text {
  font-weight: 300;
}

.paragraph-747 {
  font-family: Gotham, 'Palatino Linotype', sans-serif;
  color: #ececed;
  line-height: 20px;
  font-weight: 300;
}

.form-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-family: Gotham, 'Palatino Linotype', sans-serif;
  color: #fff;
  font-weight: 300;
}

.submit-button-4 {
  width: 50px;
  height: 50px;
  background-color: transparent;
}

.submit-button-4:hover {
  -webkit-transform: translate(5px, 0px);
  -ms-transform: translate(5px, 0px);
  transform: translate(5px, 0px);
}

.submit-button-4:active {
  border: 0px solid #000;
  -webkit-transform: translate(14px, 0px);
  -ms-transform: translate(14px, 0px);
  transform: translate(14px, 0px);
}

.text-field-4 {
  height: 50px;
  padding-right: 65px;
  border-style: none none solid;
  border-width: 1px 1px 3px;
  border-color: #000 #000 #ececed;
  border-radius: 0px;
  background-color: transparent;
  font-family: Gotham, 'Palatino Linotype', sans-serif;
  color: #fff;
  font-weight: 300;
}

.text-field-4:focus {
  border-bottom-color: #fafafa;
}

.text-field-4::-webkit-input-placeholder {
  color: #ececed;
}

.text-field-4:-ms-input-placeholder {
  color: #ececed;
}

.text-field-4::-ms-input-placeholder {
  color: #ececed;
}

.text-field-4::placeholder {
  color: #ececed;
}

.text-field-4.blog {
  padding-right: 12px;
  border-bottom-color: #fff;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}

.text-field-4.blog:hover {
  border-bottom-color: #8f83f7;
  color: #8f83f7;
}

.text-field-4.blog:focus {
  background-color: transparent;
  color: #7466aa;
}

.text-field-4.blog::-webkit-input-placeholder {
  color: #fff;
}

.text-field-4.blog:-ms-input-placeholder {
  color: #fff;
}

.text-field-4.blog::-ms-input-placeholder {
  color: #fff;
}

.text-field-4.blog::placeholder {
  color: #fff;
}

.image-193 {
  width: 50%;
}

.success-message-2 {
  padding-right: 0px;
  padding-left: 0px;
  background-color: transparent;
  font-family: Gotham, 'Palatino Linotype', sans-serif;
  color: #ececed;
}

.error-message-2 {
  background-color: transparent;
}

.text-block-52 {
  font-family: Gotham, 'Palatino Linotype', sans-serif;
  color: #1d1f2e;
}

.div-block-316 {
  padding-top: 5%;
  padding-bottom: 5%;
  border-radius: 20px;
  background-color: rgba(134, 141, 252, 0.22);
}

.div-block-317 {
  width: 30%;
  height: 250px;
  margin: 0% 5%;
  padding: 2%;
  border-radius: 20px;
  background-color: #fff;
}

.heading-104 {
  font-family: Nexa, 'Palatino Linotype', sans-serif;
  color: #868dfc;
  font-size: 25px;
  font-weight: 700;
  text-align: center;
}

.div-block-318 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-105 {
  font-family: Nexa, 'Palatino Linotype', sans-serif;
  font-weight: 700;
}

.link-block-108 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 14px;
  background-color: rgba(134, 141, 252, 0.22);
  font-family: Nexa, 'Palatino Linotype', sans-serif;
  font-weight: 700;
}

.paragraph-748 {
  margin-bottom: 0px;
  color: #868dfc;
  font-size: 20px;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.image-194 {
  width: 200px;
  height: 240px;
}

.image-194._1 {
  width: 100px;
  height: 120px;
  margin-left: -60px;
}

.image-194._2 {
  margin-left: -48px;
}

.section-20 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: none;
}

.div-block-319 {
  display: none;
  width: 75%;
  height: 200px;
}

.heading-106 {
  font-family: Nexa, 'Palatino Linotype', sans-serif;
  color: #1d1f2e;
  font-weight: 700;
}

.la-event {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 50px 100px 75px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.la-sponsor-header {
  background-color: transparent;
  font-family: Nexa, 'Palatino Linotype', sans-serif;
  font-size: 52px;
  font-weight: 700;
  text-align: right;
}

.heading-107 {
  font-family: Nexa, 'Palatino Linotype', sans-serif;
  font-size: 52px;
  font-weight: 700;
  text-align: center;
}

.row1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.link-block-109 {
  width: 350px;
  height: 150px;
  margin-right: 20px;
  margin-left: 20px;
  background-image: url('../images/1P-wordmark-68px-tall.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-6 {
  border-style: solid;
  border-width: 1px;
  border-color: #b4b4c0;
  border-radius: 50px;
  background-color: #fafafa;
  box-shadow: -4px 4px 3px 0 rgba(29, 31, 46, 0.2);
}

.slider-11 {
  z-index: 30;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1200px;
  height: auto;
  background-color: transparent;
}

.div-block-320 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 100%;
  margin-right: 75px;
  margin-left: 75px;
  padding-top: 25px;
  padding-bottom: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.event-card {
  position: relative;
  z-index: 1;
  width: 220px;
  height: auto;
  max-width: none;
  margin-top: 30px;
  margin-bottom: 0px;
}

.div-block-321 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.mask-4 {
  padding: 10px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.heading-108 {
  margin-top: 10px;
  margin-bottom: 0px;
  font-family: Gotham, 'Palatino Linotype', sans-serif;
  font-weight: 500;
  text-transform: capitalize;
}

.heading-109 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Gotham, 'Palatino Linotype', sans-serif;
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
  text-transform: uppercase;
}

.link-block-110 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 250px;
  height: 60px;
  margin-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  border-style: solid;
  border-width: 5px;
  border-color: #8f83f7;
  border-radius: 15px;
  background-color: #8f83f7;
}

.heading-110 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  font-family: Gotham, 'Palatino Linotype', sans-serif;
  color: #fff;
  font-size: 32px;
  line-height: 32px;
  text-align: center;
}

.div-block-322 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.heading-111 {
  position: absolute;
  z-index: 2;
  margin-top: -257px;
  font-family: Gotham, 'Palatino Linotype', sans-serif;
  font-size: 16px;
  line-height: 15px;
  font-weight: 300;
  text-transform: uppercase;
}

.la-event-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-top: 90px;
  padding: 50px 100px 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(37%, #fff), color-stop(65%, rgba(205, 208, 254, 0.79)), to(rgba(134, 141, 252, 0.5)));
  background-image: linear-gradient(180deg, #fff, #fff 37%, rgba(205, 208, 254, 0.79) 65%, rgba(134, 141, 252, 0.5));
}

.contact-inline-link {
  border: 1px solid transparent;
  color: #1d1f2e;
}

.contact-inline-link:hover {
  border-style: solid;
  border-width: 0px;
  color: #8f83f7;
  text-decoration: none;
}

.la-counter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 1000px;
  min-height: 225px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-style: solid;
  border-width: 4px;
  border-color: #8f83f7;
  border-radius: 15px;
  background-color: #c1bbf6;
  box-shadow: 6px 4px 3px 0 rgba(29, 31, 46, 0.2);
}

.la-event-when {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: transparent;
}

.counter-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 110px;
  margin-right: 20px;
  margin-left: 20px;
  padding: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.counter-text {
  margin-top: 0px;
  font-family: Gotham, 'Palatino Linotype', sans-serif;
  color: hsla(0, 0%, 100%, 0.52);
  font-size: 18px;
  line-height: 36px;
  text-align: center;
  text-transform: uppercase;
}

.counter-number {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: Gotham, 'Palatino Linotype', sans-serif;
  color: #fff;
  font-size: 72px;
  line-height: 100%;
  font-weight: 500;
  text-align: center;
}

.timer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-112 {
  margin-bottom: 0px;
  font-family: Nexa, 'Palatino Linotype', sans-serif;
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.heading-113 {
  margin-top: 0px;
  font-family: Nexa, 'Palatino Linotype', sans-serif;
  color: #1d1f2e;
  font-size: 64px;
  font-weight: 700;
  text-transform: uppercase;
}

.heading-114 {
  margin-bottom: 0px;
  font-family: Gotham, 'Palatino Linotype', sans-serif;
  color: #8f83f7;
  font-size: 20px;
  font-weight: 300;
}

.la-event-page-navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: transparent;
}

.la-event-description {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  font-family: Gotham, 'Palatino Linotype', sans-serif;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
}

.nav-menu-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 25px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.la-nav-buttons-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.la-event-nav-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  font-family: Gotham, 'Palatino Linotype', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
}

.la-event-nav-button:hover {
  color: #8f83f7;
}

.la-event-nav-button.w--current {
  width: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #1d1f2e;
}

.la-event-nav-button.w--current:hover {
  color: #868dfc;
}

.div-block-323 {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.border-layer {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  padding-bottom: 3px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-bottom: 1px none #2e2b2b;
  background-image: -webkit-gradient(linear, left top, right top, from(#8f83f7), to(#fff));
  background-image: linear-gradient(90deg, #8f83f7, #fff);
}

.div-block-324 {
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.image-195 {
  position: relative;
  top: auto;
  right: auto;
  z-index: 3;
  display: inline-block;
  width: 815px;
  margin: 0px;
}

.div-block-325 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: -50px;
  margin-bottom: -340px;
  margin-left: 102px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}

.register-button-event-page {
  display: none;
  width: 150px;
  height: 40px;
  margin-right: 0px;
  margin-left: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 20px;
  background-image: linear-gradient(147deg, #8f83f7, #c86afc);
}

.la-event-faq {
  position: -webkit-sticky;
  position: sticky;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: none;
  height: 3100px;
  margin-top: -915px;
  padding: 75px 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 3px solid transparent;
  background-color: #fff;
}

.addeventatc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.addeventatc.add-to-calendar {
  display: none;
}

.div-block-326 {
  display: block;
  margin-top: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.text-block-53 {
  display: none;
  margin-right: 10px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: Gotham, 'Palatino Linotype', sans-serif;
  font-weight: 300;
  text-align: right;
}

.la-event-details {
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #8f83f7), to(#fff));
  background-image: linear-gradient(0deg, #8f83f7 50%, #fff);
}

.la-main-faq {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 50px 120px 75px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-115 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: Nexa, 'Palatino Linotype', sans-serif;
  font-size: 52px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.silver-sponsors {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-bottom: 2px solid #ececed;
}

.unranked-sponsors {
  display: none;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-bottom: 2px solid #ececed;
}

.gold-sponsors {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-bottom: 2px solid #ececed;
}

.heading-116 {
  font-family: Gotham, 'Palatino Linotype', sans-serif;
  font-size: 26px;
  font-weight: 300;
  text-align: center;
}

.div-block-327 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.link-block-111 {
  width: 250px;
  height: 150px;
  margin-right: 20px;
  margin-left: 20px;
  background-image: url('../images/Magoosh.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.accordion-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: solid none none;
  border-width: 2px;
  border-color: #ececed #7466aa #7466aa;
  background-color: transparent;
}

.accordion-wrapper.van {
  width: 75%;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  color: #1d1f2e;
}

.accordion-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 10px 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-bottom: 2px solid #ececed;
}

.accordion-item:hover {
  background-color: #ececed;
}

.accordion-item._1 {
  padding-left: 0px;
}

.accordion-item-trigger {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.accordion-item-trigger._1 {
  padding-left: 20px;
}

.heading-118 {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 45px;
  background-color: transparent;
  font-family: Gotham, 'Palatino Linotype', sans-serif;
  cursor: pointer;
}

.accordion-item-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
}

.paragraph-750 {
  display: block;
  width: 100%;
  margin-left: 45px;
  padding-top: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Gotham, 'Palatino Linotype', sans-serif;
  font-weight: 300;
}

.arrow-black {
  position: absolute;
  width: 30px;
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 10px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.faq-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.arrow-purple {
  position: absolute;
  width: 30px;
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 10px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.expand-all {
  position: absolute;
  margin-right: 0px;
  color: #8f83f7;
  font-size: 20px;
  text-transform: uppercase;
  cursor: default;
}

.expand-all:hover {
  border-bottom: 2px solid #7466aa;
  color: #7466aa;
}

.div-block-328 {
  display: none;
  width: 100%;
  height: 30px;
  max-width: 90%;
  margin-bottom: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.collapse-all {
  color: #8f83f7;
  font-size: 20px;
  text-transform: uppercase;
  cursor: default;
}

.collapse-all:hover {
  border-bottom: 2px solid #7466aa;
  color: #7466aa;
}

.expand-collapse-interaction-trigger {
  cursor: pointer;
}

.div-block-329 {
  display: none;
}

.div-block-330 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/im.jpeg');
  background-position: 0px 0px;
  background-size: cover;
}

.div-block-330.covid {
  height: 700px;
  padding-top: 200px;
  background-image: url('../images/XdHacks_Mini_2020-6.png');
  background-position: 50% 0%;
}

.div-block-330._2019 {
  background-image: none;
}

.div-block-331 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 9% 15% 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.heading-119 {
  font-family: Nexa, 'Palatino Linotype', sans-serif;
  color: #fff;
  font-size: 75px;
  font-weight: 700;
}

.paragraph-751 {
  margin-right: 2px;
  margin-left: 2px;
  font-family: Gotham, 'Palatino Linotype', sans-serif;
  color: #ececed;
}

.div-block-332 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-120 {
  font-family: Nexa, 'Palatino Linotype', sans-serif;
  font-weight: 700;
}

.paragraph-752 {
  font-family: Gotham, 'Palatino Linotype', sans-serif;
  font-weight: 300;
}

.div-block-333 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#c1bbf6), to(#868dfc));
  background-image: linear-gradient(180deg, #c1bbf6, #868dfc);
}

.div-block-151-5 {
  width: 790px;
  height: 325px;
  margin-top: 20px;
  margin-bottom: 100px;
  padding: 30px 25px;
  border-radius: 11px;
  background-color: #fff;
  box-shadow: 6px 6px 3px 0 rgba(0, 0, 0, 0.2);
}

.past-events-heading {
  margin-bottom: 0px;
  font-family: Nexa, 'Palatino Linotype', sans-serif;
  color: #1d1f2e;
  font-size: 30px;
  line-height: 35px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.rich-text-block {
  font-family: Gotham, 'Palatino Linotype', sans-serif;
}

.div-block-334 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.div-block-334._1 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.div-block-334._2019e {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.rich-text-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-right: 0px;
  margin-left: 0px;
  padding: 20px 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
}

.rich-text-block-2._5 {
  width: 100%;
}

.rich-text-block-2._2019e {
  width: 100%;
}

.rich-text-block-3 {
  width: 50%;
  margin-right: 0px;
  margin-left: 0px;
  padding: 20px 50px;
  background-color: #f7d53d;
  color: #1d1f2e;
}

.rich-text-block-3._1 {
  background-color: #3cc7fa;
  color: #fff;
}

.rich-text-block-3._2 {
  background-color: #52bfc9;
}

.rich-text-block-3._3 {
  background-color: #dc5980;
}

.rich-text-block-3._3._2019e {
  width: 100%;
}

.div-block-335 {
  background-color: #fff;
}

.div-block-336 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 100px;
}

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

.heading-121 {
  margin-top: 0px;
  font-family: Nexa, 'Palatino Linotype', sans-serif;
  color: #8f83f7;
  font-weight: 700;
  text-align: center;
}

.div-block-337 {
  width: 10%;
  height: 1px;
  margin: 50px auto 5px;
  background-color: #8f83f7;
}

.div-block-338 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-top: 50px;
  padding-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-339 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-top: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#8f83f7), to(#c1bbf6));
  background-image: linear-gradient(180deg, #8f83f7, #c1bbf6);
}

.div-block-340 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75%;
  margin-top: 45px;
  margin-bottom: 45px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.heading-122 {
  font-family: Nexa, 'Palatino Linotype', sans-serif;
  font-weight: 700;
}

.heading-122.num {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 63px;
  color: #8f83f7;
  font-size: 50px;
  line-height: 50px;
  text-align: center;
}

.paragraph-753 {
  font-family: Gotham, 'Palatino Linotype', sans-serif;
  font-weight: 500;
}

.paragraph-754 {
  font-family: Nexa, 'Palatino Linotype', sans-serif;
  font-weight: 300;
}

.div-block-341 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75px;
  height: 75px;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  border-radius: 50px;
  background-color: rgba(193, 187, 247, 0.43);
}

.link-block-112 {
  margin-top: -32px;
  padding: 10px 15px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 25px;
  background-color: #868dfc;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#8f83f7), to(#c1bbf6));
  background-image: linear-gradient(180deg, #8f83f7, #c1bbf6);
  font-family: Nexa, 'Palatino Linotype', sans-serif;
  color: #fafafa;
  font-weight: 700;
}

.link-block-112:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(116, 102, 170, 0.54)), to(#8f83f7));
  background-image: linear-gradient(180deg, rgba(116, 102, 170, 0.54), #8f83f7);
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
  color: #fafafa;
}

.link-block-112._3 {
  margin-top: 0px;
}

.rich-text-block-4 {
  font-family: Gotham, 'Palatino Linotype', sans-serif;
  color: #1d1f2e;
  font-weight: 300;
}

.paragraph-755 {
  margin-bottom: 0px;
  font-family: Nexa, 'Palatino Linotype', sans-serif;
  color: #fff;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.link-block-113 {
  padding: 10px 15px;
  border: 1px solid #fff;
  border-radius: 20px;
  color: #fff;
}

.link-block-113:hover {
  color: #868dfc;
}

.navbar-4 {
  position: fixed;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.container-11 {
  display: block;
  width: auto;
  margin-right: 0px;
  margin-left: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.nav-link-7 {
  font-family: Nexa, 'Palatino Linotype', sans-serif;
  font-weight: 700;
}

.nav-link-7:hover {
  color: #8f83f7;
}

.nav-link-7.w--current {
  width: auto;
  color: #8f83f7;
}

.grid-30 {
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
}

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

.image-196 {
  width: 300px;
}

.grid-31 {
  grid-template-areas: "Area Area Area-2 Area-3" "Area-5 Area-4 Area-4 Area-4" ". Area-4 Area-4 Area-4" "Area-6 Area-4 Area-4 Area-4" ". Area-4 Area-4 Area-4";
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto;
}

.div-block-342 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #c1bbf6;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#c1bbf6), to(#c86afc));
  background-image: linear-gradient(180deg, #c1bbf6, #c86afc);
}

.image-197 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.slide-nav-7 {
  display: none;
}

.right-arrow-9 {
  display: none;
}

.left-arrow-8 {
  display: none;
}

.div-block-343 {
  width: 50%;
}

.div-block-344 {
  position: -webkit-sticky;
  position: sticky;
  top: 200px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  margin-top: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: transparent;
}

.image-198 {
  margin-top: 5px;
  margin-bottom: 5px;
  border-radius: 13px;
}

.column-45 {
  padding-top: 55px;
  padding-right: 5px;
  padding-left: 5px;
}

.column-46 {
  padding-right: 5px;
  padding-left: 5px;
}

.columns-20 {
  padding: 10px 20px;
  background-color: rgba(193, 187, 247, 0.21);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(42%, #fff), to(#c1bbf6));
  background-image: linear-gradient(180deg, #fff 42%, #c1bbf6);
}

.heading-123 {
  position: -webkit-sticky;
  position: sticky;
  top: 200px;
  font-family: Nexa, 'Palatino Linotype', sans-serif;
  color: #fff;
  font-size: 75px;
  line-height: 65px;
  font-weight: 700;
  text-align: center;
}

.div-block-345 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10% 15%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-124 {
  font-family: Nexa, 'Palatino Linotype', sans-serif;
  font-weight: 700;
}

.paragraph-756 {
  width: 55%;
  font-family: Gotham, 'Palatino Linotype', sans-serif;
  font-weight: 300;
  text-align: center;
}

.paragraph-757 {
  margin-bottom: 0px;
  font-family: Nexa, 'Palatino Linotype', sans-serif;
  color: #fff;
  font-size: 25px;
  font-weight: 700;
}

.link-block-114 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  margin-right: 10px;
  margin-left: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  background-color: #c1bbf6;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.37)), to(hsla(0, 0%, 100%, 0.37))), -webkit-gradient(linear, left top, right top, from(#868dfc), to(#c86afc));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.37), hsla(0, 0%, 100%, 0.37)), linear-gradient(90deg, #868dfc, #c86afc);
  font-family: Nexa, 'Palatino Linotype', sans-serif;
  color: #fff;
  font-weight: 300;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.link-block-114:hover {
  background-image: -webkit-gradient(linear, left top, right top, from(#868dfc), to(#c86afc));
  background-image: linear-gradient(90deg, #868dfc, #c86afc);
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

.div-block-346 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-block-347 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  margin-right: 1%;
  margin-left: 1%;
  padding: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: rgba(193, 187, 247, 0.23);
}

.heading-125 {
  font-family: Nexa, 'Palatino Linotype', sans-serif;
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
}

.paragraph-758 {
  font-family: Gotham, 'Palatino Linotype', sans-serif;
  font-size: 14px;
  line-height: 15px;
  font-weight: 300;
  text-align: center;
}

.image-199 {
  width: 75%;
}

.div-block-348 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-349 {
  padding-top: 50px;
}

.heading-126 {
  font-family: Nexa, 'Palatino Linotype', sans-serif;
  font-weight: 700;
  text-align: center;
}

.heading-127 {
  position: -webkit-sticky;
  position: sticky;
  top: 200px;
  font-family: Nexa, 'Palatino Linotype', sans-serif;
  color: #fff;
  font-size: 75px;
  font-weight: 700;
  text-align: center;
}

.rich-text-block-5 {
  font-family: Gotham, 'Palatino Linotype', sans-serif;
  color: #1d1f2e;
  font-weight: 300;
}

.div-block-351 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 100px;
}

.div-block-352 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-top: 50px;
  padding-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-353 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-top: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#8f83f7), to(#c1bbf6));
  background-image: linear-gradient(180deg, #8f83f7, #c1bbf6);
}

.van-event-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-top: 60px;
  padding-bottom: 150px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(134, 141, 252, 0.5)), to(rgba(143, 131, 247, 0.75)));
  background-image: linear-gradient(180deg, rgba(134, 141, 252, 0.5), rgba(143, 131, 247, 0.75));
  background-position: 0px 0px;
}

.la-event-detail {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 150px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #c1c4fe;
  background-image: none;
  background-position: 0px 0px;
  box-shadow: 0 11px 6px 0 rgba(29, 31, 46, 0.2);
}

.la-card {
  position: relative;
  z-index: 2;
  width: 250px;
  height: 300px;
  margin-right: 10px;
  margin-left: 10px;
  padding: 30px 25px 20px;
  border-style: solid;
  border-width: 0px;
  border-color: rgba(29, 31, 46, 0.5);
  border-radius: 11px;
  background-color: #fff;
  box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.5);
}

.details-cards-wrap {
  display: none;
  width: auto;
  padding: 20px 60px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: none;
  background-size: auto;
}

.la-event-details-title {
  font-family: Nexa, 'Palatino Linotype', sans-serif;
  color: #fff;
  text-align: center;
}

.row-1-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.la-card-heading {
  margin-bottom: 0px;
  font-family: Nexa, 'Palatino Linotype', sans-serif;
  color: #1d1f2e;
  font-size: 30px;
  line-height: 35px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.who-content {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Gotham, 'Palatino Linotype', sans-serif;
  font-weight: 300;
  text-align: center;
}

.where-content {
  margin-top: 20px;
  font-family: Gotham, 'Palatino Linotype', sans-serif;
  font-weight: 300;
  text-align: center;
}

.when-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Gotham, 'Palatino Linotype', sans-serif;
  font-weight: 300;
}

.what-card {
  position: relative;
  z-index: 1;
  width: 790px;
  height: 325px;
  margin-top: 45px;
  padding: 30px 25px;
  border-radius: 11px;
  background-color: #fff;
  box-shadow: 6px 6px 3px 0 rgba(0, 0, 0, 0.2);
}

.workshops-sub {
  margin-bottom: 0px;
  font-family: Gotham, 'Palatino Linotype', sans-serif;
  font-weight: 300;
  text-align: center;
}

.workshop-cards-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.workshop-1-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 175px;
  margin-right: 10px;
  margin-left: 10px;
  padding: 5px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 8px;
  background-color: #8f83f7;
  box-shadow: 6px 6px 3px 0 rgba(0, 0, 0, 0.3);
}

.workshop-card-heading {
  margin-bottom: 10px;
  padding-right: 20px;
  padding-left: 20px;
  font-family: Nexa, 'Palatino Linotype', sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 20px;
  font-weight: 700;
  text-align: left;
}

.workshop-card-content {
  margin-bottom: 25px;
  padding-right: 5px;
  padding-left: 20px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  color: #ececed;
  font-size: 14px;
  line-height: 15px;
}

.workshop-card-arrow {
  position: static;
  margin-top: -25px;
  margin-left: 143px;
}

.workshop-card-arrow.workshop-2-button {
  background-color: transparent;
}

.workshop-2-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 175px;
  margin-right: 10px;
  margin-left: 10px;
  padding: 5px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  background-color: #c86afc;
  box-shadow: 6px 6px 3px 0 rgba(0, 0, 0, 0.3);
}

.workshop-3-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 175px;
  margin-right: 10px;
  margin-left: 10px;
  padding: 5px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  background-color: #868dfc;
  box-shadow: 6px 6px 3px 0 rgba(0, 0, 0, 0.3);
}

.learn-more-wrap {
  margin-top: 25px;
}

.la-event-header {
  margin-top: 0px;
  padding-bottom: 100px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#c1c4fe), color-stop(50%, transparent)), url('../images/xdhacksbg_00359.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(193, 187, 247, 0.36)), to(rgba(193, 187, 247, 0.36)));
  background-image: linear-gradient(0deg, #c1c4fe, transparent 50%), url('../images/xdhacksbg_00359.png'), linear-gradient(180deg, rgba(193, 187, 247, 0.36), rgba(193, 187, 247, 0.36));
  background-position: 0px 0px, 50% 100%, 0px 0px;
  background-size: auto, cover, auto;
  background-repeat: repeat, no-repeat, repeat;
}

.heading-128 {
  margin-top: 25px;
  margin-bottom: 0px;
  font-family: Nexa, 'Palatino Linotype', sans-serif;
  color: #fff;
  font-size: 42px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.div-block-354 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.la-counter-wrapper {
  display: none;
  margin-top: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.la-event-corner-graphic {
  position: relative;
  z-index: 3;
  display: none;
  width: 750px;
  margin-top: -50px;
  margin-right: -105px;
  margin-left: 0px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.div-block-355 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.la-event-subtitle-heading {
  margin-bottom: 10px;
  font-family: Gotham, 'Palatino Linotype', sans-serif;
  color: #8f83f7;
  font-size: 22px;
  line-height: 24px;
  font-weight: 300;
}

.la-event-title-heading {
  margin-top: 5px;
  font-family: Nexa, 'Palatino Linotype', sans-serif;
  font-size: 72px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.div-block-356 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
}

.la-event-heading-wrapper {
  margin-top: 150px;
}

.counter-wrap-seconds {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 110px;
  margin-right: 20px;
  margin-left: 20px;
  padding: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.div-block-357 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-358 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70%;
  padding-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.html-embed-4 {
  margin-top: -5px;
}

.heading-1255 {
  margin-top: 25px;
  margin-bottom: 0px;
  font-family: Gotham, 'Palatino Linotype', sans-serif;
  color: #fff;
  font-size: 42px;
  font-weight: 500;
  text-align: center;
}

.link-block-116 {
  width: 75px;
  height: 75px;
  background-image: url('../images/arrow-cutout.png');
  background-position: 50% 50%;
  background-size: 75px;
  background-repeat: no-repeat;
}

.div-block-359 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.workshops-slider {
  display: none;
  width: 100%;
  max-width: 75%;
  margin-top: 25px;
  background-color: transparent;
}

.workshop-1-slide {
  border-radius: 15px;
  background-color: #8f83f7;
  box-shadow: 6px 6px 3px 0 rgba(0, 0, 0, 0.3);
}

.workshop-1-slide-style-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 25px 50px;
  border-radius: 0px;
  background-color: transparent;
}

.mask-5 {
  width: 100%;
  padding: 10px;
  background-color: transparent;
}

.link-block-117 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  height: 150px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.div-block-360 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.heading-1256 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-361 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  padding-right: 150px;
  padding-left: 150px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.link-block-118 {
  background-color: #52bfc9;
  color: #52bfc9;
}

.workshop-2-button {
  background-color: #52bfc9;
}

.tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.tab-pane-workshop-1 {
  background-color: rgba(143, 131, 247, 0.5);
}

.tab-pane-workshop-2 {
  background-color: rgba(200, 106, 252, 0.5);
}

.tab-pane-workshop-3 {
  background-color: rgba(134, 141, 252, 0.5);
}

.workshop-contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  min-height: 350px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.div-block-363 {
  background-color: transparent;
}

.div-block-364 {
  background-color: transparent;
}

.tab-pane-workshop-1-2 {
  width: 100%;
  height: 100%;
  min-height: 0px;
  padding: 20px 20px 10px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-bottom-left-radius: 11px;
  border-bottom-right-radius: 11px;
  background-color: #fff;
}

.tab-pane-workshop-2-2 {
  width: 100%;
  height: 100%;
  min-height: 254px;
  border-bottom-left-radius: 11px;
  border-bottom-right-radius: 11px;
  background-color: #fff;
}

.tab-pane-workshop-3-2 {
  width: 100%;
  height: 100%;
  min-height: 254px;
  border-bottom-left-radius: 11px;
  border-bottom-right-radius: 11px;
  background-color: #fff;
}

.heading-1257 {
  margin-top: 0px;
}

.tabs {
  background-color: #fff;
}

.workshop-tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 900px;
  height: 100%;
  max-width: none;
  min-height: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 11px;
  background-color: #fff;
  box-shadow: 6px 6px 3px 0 rgba(0, 0, 0, 0.3);
}

.tabs-menu-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.workshops-tabs-links {
  width: 265px;
  border-radius: 0px;
  background-color: transparent;
}

.workshops-tabs-links:hover {
  color: #8f83f7;
}

.workshops-tabs-links:focus {
  width: 265px;
  background-color: transparent;
  color: #8f83f7;
}

.workshops-tabs-links.w--current {
  width: 265px;
  border-style: none none solid;
  border-width: 1px 1px 3px;
  border-color: #000 #000 #8f83f7;
  background-color: transparent;
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
}

.workshops-tabs-links.workshop-2-link {
  width: 250px;
  margin-right: 30px;
  margin-left: 30px;
}

.tabs-menu-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 5px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.text-block-54 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.text-block-55 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.workshop-tabs-menu-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Gotham, 'Palatino Linotype', sans-serif;
  color: rgba(29, 31, 46, 0.75);
  font-size: 18px;
  text-transform: none;
}

.workshop-tabs-menu-text:hover {
  border-bottom: 2px none #8f83f7;
  color: #8f83f7;
}

.workshop-tabs-menu-text:focus {
  border-bottom: 3px none #8f83f7;
  color: #8f83f7;
}

.tabs-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-365 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.heading-1258 {
  margin-bottom: 0px;
  font-family: Nexa, 'Palatino Linotype', sans-serif;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}

.text-block-56 {
  margin-bottom: 10px;
  font-family: Gotham, 'Palatino Linotype', sans-serif;
  font-weight: 300;
  text-decoration: none;
  text-transform: uppercase;
}

.workshop-description {
  position: static;
  display: block;
  overflow: auto;
  height: auto;
  margin-right: 0px;
  margin-bottom: 15px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-style: italic;
}

.workshop-author-description {
  position: static;
  z-index: 1;
  display: block;
  overflow: auto;
  height: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-style: italic;
}

.author-s-bio-toggle {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-family: Gotham, 'Palatino Linotype', sans-serif;
  font-weight: 300;
  text-align: center;
  text-decoration: underline;
  text-transform: uppercase;
  cursor: pointer;
}

.author-s-bio-toggle:hover {
  color: #55b3fd;
}

.workshop-desc-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-family: Gotham, 'Palatino Linotype', sans-serif;
  font-weight: 300;
  text-align: center;
  text-decoration: underline;
  text-transform: uppercase;
  cursor: pointer;
}

.workshop-desc-toggle:hover {
  color: #55b3fd;
}

.div-block-366 {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -25px;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.div-block-367 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  min-height: 200px;
}

.row2 {
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.link-block-119 {
  width: 350px;
  height: 150px;
  margin-right: 20px;
  margin-left: 20px;
  background-image: url('../images/Sketch.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.image-200 {
  max-width: none;
  min-width: 225px;
}

.new-la-header {
  padding-top: 90px;
}

.slider-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 800px;
  min-height: 750px;
}

.heading-1259 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  margin-left: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  font-family: Nexa, 'Palatino Linotype', sans-serif;
  color: rgba(143, 131, 247, 0.75);
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0px;
  text-transform: none;
}

.image-201 {
  position: relative;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  overflow: hidden;
  width: 1920px;
  height: auto;
  max-height: none;
  max-width: none;
  min-height: 0%;
  min-width: 0%;
  margin-top: -150px;
  margin-bottom: 0px;
}

.div-block-368 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.slide-7 {
  z-index: 1;
}

.slide-8 {
  z-index: 2;
  width: 100%;
  background-color: #8a5a9c;
  background-image: url('../images/Life-Hacks-Website.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.link-10 {
  margin-left: 5px;
}

.event-banner {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  overflow: hidden;
  width: 1920px;
  height: auto;
  max-height: none;
  max-width: none;
  min-height: 0%;
  min-width: 0%;
  margin: -122px 0% 0px 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -o-object-fit: fill;
  object-fit: fill;
}

.div-block-369 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}

.div-block-370 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/Life-Hacks-Website.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.social-media-banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/Social-Media.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-9 {
  background-image: url('../images/Skyline.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.mask-6 {
  width: 100%;
}

.slide-10 {
  background-image: url('../images/Skyline.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-11 {
  background-image: url('../images/Social-Media.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.heading-1260 {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  width: auto;
  margin-top: 124px;
  margin-left: 20%;
  padding-top: 0px;
  padding-left: 0px;
  float: left;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-family: Nexa, 'Palatino Linotype', sans-serif;
  color: #1d1f2e;
  font-size: 56px;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
}

.text-span {
  color: #7466aa;
  font-size: 64px;
}

.monitor {
  position: relative;
  z-index: 1;
  width: 460px;
  margin-top: -26px;
  margin-left: -32px;
}

.iphone {
  position: relative;
  z-index: 2;
  width: 107px;
  margin-top: 166px;
  margin-left: -93px;
}

.div-block-371 {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Nexa, 'Palatino Linotype', sans-serif;
  font-weight: 700;
}

.heading-1261 {
  position: relative;
  z-index: 3;
  margin-top: 72px;
  margin-bottom: 0px;
  margin-left: 0px;
  float: left;
  font-family: Nexa, 'Palatino Linotype', sans-serif;
  font-size: 45px;
  font-weight: 700;
  text-align: center;
}

.div-block-372 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-373 {
  margin-top: 54px;
  margin-left: -305px;
}

.image-202 {
  position: relative;
  z-index: 1;
  width: 575px;
}

.link-block-129 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 175px;
  height: 175px;
  margin-top: 0px;
  margin-left: -600px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/purple_blue.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.facebook-button-banner {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -539px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.image-203 {
  width: 90px;
  height: 90px;
}

.instagram-button-banner {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.instagram-banner-link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 175px;
  height: 175px;
  margin-top: 0px;
  margin-right: -10px;
  margin-left: -600px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/pink_dark.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.instagram-logo {
  width: 90px;
  height: 90px;
}

.link-block-130 {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  height: 100px;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/button-2.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.heading-1262 {
  margin-bottom: 10px;
  font-family: Gotham, 'Palatino Linotype', sans-serif;
  color: #fff;
  font-size: 28px;
  text-align: center;
  text-transform: uppercase;
}

.div-block-374 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  margin-top: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-375 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  height: 100px;
  margin-right: 50px;
  margin-left: 50px;
}

.div-block-376 {
  position: absolute;
  width: 300px;
  height: 100px;
  background-image: url('../images/button-back.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-377 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  height: 100px;
  margin-right: 50px;
  margin-left: 50px;
}

.button-back {
  position: absolute;
  width: 300px;
  height: 100px;
  background-image: url('../images/button-back.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.text-block-57 {
  display: block;
  margin-top: 525px;
  font-family: Gotham, 'Palatino Linotype', sans-serif;
  font-size: 24px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 3px;
}

.div-block-378 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.la-event-schedule {
  position: static;
  left: 0%;
  top: 0px;
  right: 0%;
  bottom: 0px;
  z-index: 1;
  display: none;
  overflow: visible;
  height: auto;
  min-height: 0px;
  margin-top: 0px;
  padding: 60px 10%;
  background-color: transparent;
}

.heading-1263 {
  position: relative;
  z-index: 40;
  font-family: Nexa, 'Palatino Linotype', sans-serif;
  font-size: 72px;
  font-weight: 700;
  text-align: center;
}

.text-block-58 {
  position: relative;
  z-index: 40;
  padding-bottom: 0px;
  font-family: Gotham, 'Palatino Linotype', sans-serif;
  font-size: 28px;
  font-weight: 300;
  text-align: center;
}

.div-block-379 {
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-204 {
  width: 150px;
  height: 150px;
  margin-right: 20px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.image-205 {
  width: 150px;
  height: 150px;
  margin-left: 20px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.paragraph-760 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-top: 5%;
  margin-bottom: 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  color: #d5d0fc;
  text-align: left;
}

.link-11 {
  display: inline-block;
}

.link-12 {
  margin-right: 3px;
}

.link-block-131 {
  width: 150px;
  height: 150px;
  margin-right: 20px;
  margin-left: 20px;
  background-image: url('../images/jetbrains.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-381 {
  display: none;
  margin-top: 50px;
  margin-right: 10px;
  margin-left: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.heading-1264 {
  font-family: Nexa, 'Palatino Linotype', sans-serif;
  font-size: 50px;
  line-height: 50px;
  font-weight: 700;
  text-transform: none;
}

.div-block-382 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-383 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-384 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  height: auto;
  margin-right: 50px;
  margin-left: 50px;
  padding: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #c86afc;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.55)), to(hsla(0, 0%, 100%, 0.55)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.55), hsla(0, 0%, 100%, 0.55));
}

.image-206 {
  width: 75%;
}

.link-block-132 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  padding: 20px 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 13px;
  background-color: #8f83f7;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#8f83f7), to(#c1bbf6));
  background-image: linear-gradient(180deg, #8f83f7, #c1bbf6);
  font-family: Nexa, 'Palatino Linotype', sans-serif;
  color: #8f83f7;
  line-height: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

.link-block-132:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#c86afc), to(#c1bbf6));
  background-image: linear-gradient(180deg, #c86afc, #c1bbf6);
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

.paragraph-761 {
  margin-bottom: 0px;
  font-family: Nexa, 'Palatino Linotype', sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
}

.link-block-133 {
  width: 200px;
  height: 150px;
  margin-right: 20px;
  margin-left: 20px;
  background-image: url('../images/HyperX-just-logo.png');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.div-block-385 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.heading-1265 {
  margin-top: 30px;
  margin-bottom: 0px;
  font-family: Nexa, 'Palatino Linotype', sans-serif;
  font-size: 42px;
  line-height: 40px;
  font-weight: 700;
  text-align: center;
}

.event-schedule-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding-right: 0%;
  padding-left: 0%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.schedule-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-top: 2px solid #ececed;
  border-bottom: 2px none #ececed;
}

.schedule-row:hover {
  background-color: rgba(193, 187, 247, 0.3);
}

.schedule-row.last-row {
  border-bottom-style: solid;
}

.la-event-register {
  position: relative;
  z-index: 8;
  display: none;
  min-height: 1000px;
  margin-top: 0px;
  margin-bottom: 20px;
  padding: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #c9ccf6;
  box-shadow: 0 -9px 6px 0 rgba(29, 31, 46, 0.2), 0 9px 6px 0 rgba(29, 31, 46, 0.2);
}

.van-register-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 245px;
  height: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 40px;
  background-image: -webkit-gradient(linear, left top, right top, from(#8f83f7), to(#c86afc));
  background-image: linear-gradient(90deg, #8f83f7, #c86afc);
}

.van-register-div-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 240px;
  height: 75px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 37.5px;
  background-image: none;
}

.van-register-text-2 {
  font-family: Nexa, 'Palatino Linotype', sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
  text-align: center;
}

.heading-1266 {
  display: block;
  width: auto;
  margin-bottom: 20px;
  font-family: Nexa, 'Palatino Linotype', sans-serif;
  font-size: 52px;
  font-weight: 700;
  text-align: center;
}

.paragraph-763 {
  display: none;
  text-align: center;
}

.div-block-386 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 192px;
  height: 73px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 40px;
  background-color: #fff;
}

.text-lol-2:hover {
  color: #c86afc;
}

.link-block-134 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 80px;
  margin-top: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 40px;
  background-image: -webkit-gradient(linear, left top, right top, from(#8f83f7), to(#c86afc));
  background-image: linear-gradient(90deg, #8f83f7, #c86afc);
}

.text-block-59 {
  font-family: Nexa, 'Palatino Linotype', sans-serif;
  color: #8f83f7;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.la-register-button {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 245px;
  height: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 40px;
  background-image: -webkit-gradient(linear, left top, right top, from(#8f83f7), to(#c86afc));
  background-image: linear-gradient(90deg, #8f83f7, #c86afc);
}

.columns-21 {
  height: 100%;
  max-height: 50px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.schedule-time {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  height: 100%;
  padding-left: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: Gotham, 'Palatino Linotype', sans-serif;
  font-size: 21px;
  line-height: 22px;
  font-weight: 500;
}

.schedule-description {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75%;
  height: 100%;
  padding-right: 20px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: Gotham, 'Palatino Linotype', sans-serif;
  font-size: 21px;
  line-height: 22px;
  font-weight: 500;
}

.schedule-row-trigger {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  cursor: pointer;
}

.schedule-row-details {
  overflow: hidden;
  text-align: justify;
}

.schedule-row-content {
  display: none;
  overflow: hidden;
  width: 100%;
}

.paragraph-750-copy {
  display: block;
  width: 100%;
  margin-left: 45px;
  padding-top: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Gotham, 'Palatino Linotype', sans-serif;
  font-weight: 300;
}

.schedule-row-detail {
  display: block;
  width: 100%;
  margin-left: 0px;
  padding-top: 10px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Gotham, 'Palatino Linotype', sans-serif;
  font-weight: 300;
  text-align: justify;
}

.div-block-387 {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1292px;
}

.div-block-388 {
  position: absolute;
  margin-top: 880px;
}

.headstart-stem {
  width: 150px;
  height: 150px;
  margin-right: 20px;
  margin-left: 20px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  background-image: url('../images/headstart-stem.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.paragraph-764 {
  width: auto;
  margin-right: 0px;
  margin-left: 0px;
  color: #ececed;
}

.uniglobe {
  width: 150px;
  height: 150px;
  margin-right: 20px;
  margin-left: 20px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  background-image: url('../images/uniglobe.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.text-block-60 {
  position: static;
  margin-top: 5px;
  margin-bottom: 10px;
  font-family: Gotham, 'Palatino Linotype', sans-serif;
  font-size: 18px;
  line-height: 20px;
  font-weight: 300;
  text-align: center;
}

.g-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 76px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.g-header-bg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  height: auto;
  margin: 50px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0px solid #000;
  background-color: transparent;
  background-image: none;
  background-size: auto;
}

.g-image {
  display: block;
  width: 80%;
  margin-top: 0px;
  margin-bottom: 0px;
  border-radius: 500px;
}

.g-header-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75%;
  height: 400px;
  margin: -475px 5% 0%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.g-heading {
  margin-bottom: 0px;
  font-family: Nexa, 'Palatino Linotype', sans-serif;
  color: #707070;
  line-height: 40px;
  font-weight: 700;
}

.g-heading-2 {
  margin-top: 0px;
  margin-bottom: 15px;
  font-family: Nexa, 'Palatino Linotype', sans-serif;
  color: #1d1f2e;
  font-size: 50px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.g-subtitle {
  margin-bottom: 10px;
  color: #7466aa;
  font-weight: 500;
}

.g-para {
  width: 75%;
  line-height: 20px;
}

.g-img-padding {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35%;
  height: 600px;
  margin-top: 0%;
  margin-right: 2%;
  margin-left: -18%;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0px solid #000;
}

.g-map-bg {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 900px;
  height: 525px;
  margin: 25px auto -500px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/world_map1.`.png');
  background-position: 50% 50%;
  background-size: cover;
  opacity: 0.2;
}

.g-map {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  padding-top: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-1269 {
  margin-bottom: 0px;
  font-family: Nexa, 'Palatino Linotype', sans-serif;
  color: rgba(29, 31, 46, 0.8);
  font-size: 15px;
  line-height: 15px;
  font-weight: 700;
}

.paragraph-767 {
  font-family: Nexa, 'Palatino Linotype', sans-serif;
  color: rgba(29, 31, 46, 0.58);
  font-size: 12px;
  line-height: 12px;
  font-weight: 700;
}

.g-unit-info {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 178px;
  margin-top: -146px;
  margin-left: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/Asset-6.png');
  background-position: 0px 0px;
  background-size: cover;
}

.g-unit-info.yellow {
  margin-top: -200px;
  margin-left: -48px;
  -webkit-transform: rotate(-6deg);
  -ms-transform: rotate(-6deg);
  transform: rotate(-6deg);
}

.g-unit-info.bluw {
  margin-top: -200px;
}

.g-unit-info.giant1 {
  left: 57px;
  top: -200px;
  -webkit-transform: rotate(-6deg);
  -ms-transform: rotate(-6deg);
  transform: rotate(-6deg);
}

.g-unit-info.giant2 {
  left: -22px;
  top: 13px;
  -webkit-transform: rotate(14deg);
  -ms-transform: rotate(14deg);
  transform: rotate(14deg);
}

.g-unit-info.school {
  left: 184px;
  top: -83px;
  -webkit-transform: rotate(-17deg);
  -ms-transform: rotate(-17deg);
  transform: rotate(-17deg);
}

.image-208 {
  width: 85px;
  height: 85px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.image-208.school {
  margin-right: -70px;
}

.div-block-394 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.g-unit {
  position: relative;
  display: inline-block;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.g-unit.pink {
  left: -2%;
  top: -35px;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}

.g-unit.yellow {
  position: relative;
  left: 10%;
  top: -200px;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}

.g-unit.blue {
  left: 3%;
  top: -63px;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.g-unit-hexa {
  width: 200px;
  height: 178px;
  background-image: url('../images/blue_verylight.png');
  background-position: 0px 0px;
  background-size: cover;
  -webkit-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  transform: rotate(20deg);
}

.g-unit-hexa.pink {
  background-image: url('../images/pink_verylight.png');
}

.g-unit-hexa.yellow {
  position: relative;
  background-image: url('../images/yellow_verylight.png');
}

.g-container {
  margin-right: auto;
  margin-left: auto;
  padding-top: 62px;
  padding-bottom: 100px;
}

.g-giant-unit {
  display: inline-block;
  margin-left: 44px;
  -webkit-transform: rotate(6deg);
  -ms-transform: rotate(6deg);
  transform: rotate(6deg);
}

.g-giant-hexa {
  width: 340px;
  height: 300px;
  background-image: url('../images/turquoise_verylight.png');
  background-position: 0px 0px;
  background-size: cover;
}

.div-block-395 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: -70px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.g-school-photo {
  width: 75px;
  height: 75px;
  margin-right: -60px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.3);
  border-radius: 80px;
  background-color: #fff;
}

.g-photo {
  width: 75px;
  height: 75px;
  margin-right: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.3);
  border-radius: 80px;
  background-color: #fff;
}

.div-block-396 {
  width: 100%;
  margin-top: 300px;
  margin-bottom: -300px;
}

.image-209 {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
}

.image-210 {
  width: 100%;
  height: 600px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.div-block-397 {
  display: block;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.la-title-div {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 700px;
  margin: 139px auto auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.la-title-div.la {
  margin-top: 296px;
}

.g-blog {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -61px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.g-posts {
  width: 65%;
  margin-right: 0px;
  padding-top: 100px;
  padding-right: 50px;
  padding-left: 50px;
}

.g-sidebar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35%;
  padding-top: 100px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.g-blog-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.heading-1270 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Nexa, 'Palatino Linotype', sans-serif;
  color: #8f83f7;
  font-size: 50px;
  font-weight: 700;
}

.paragraph-768 {
  margin-bottom: 0px;
  color: #7466aa;
  font-size: 25px;
  line-height: 30px;
  font-weight: 500;
}

.image-211 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.div-block-398 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: -155px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.g-post {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 20px;
  border-radius: 19px;
  background-color: rgba(193, 187, 247, 0.29);
}

.div-block-399 {
  width: 50%;
  padding: 50px 20px 50px 0px;
  font-family: Nexa, 'Palatino Linotype', sans-serif;
}

.paragraph-769 {
  margin-bottom: 5px;
  font-family: Nexa, 'Palatino Linotype', sans-serif;
  color: rgba(29, 31, 46, 0.43);
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
}

.image-212 {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
}

.heading-1271 {
  margin-bottom: 0px;
  line-height: 40px;
  font-weight: 700;
}

.paragraph-770 {
  font-size: 14px;
  line-height: 24px;
}

.div-block-400 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 45px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}

.paragraph-771 {
  margin-bottom: 0px;
  color: #7466aa;
  font-weight: 500;
}

.image-213 {
  width: 150px;
}

.image-214 {
  width: 68%;
  margin-right: 35px;
  padding-right: 30px;
}

.g-stay-connected {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 280px;
  height: 316px;
  margin-right: 127px;
  margin-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/purple_lightrim.png');
  background-position: 0px 0px;
  background-size: cover;
}

.image-215 {
  width: 40%;
  margin-right: 127px;
  margin-left: 0px;
}

.div-block-402 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-403 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-1272 {
  font-family: Nexa, 'Palatino Linotype', sans-serif;
  color: #c1bbf6;
  font-size: 25px;
  line-height: 30px;
  font-weight: 700;
  text-transform: uppercase;
}

.image-216 {
  width: 50px;
  height: 50px;
  margin: 0px 5px;
  opacity: 0.24;
}

.g-newsletter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 350px;
  height: 311px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/purple_verylight.png');
  background-position: 0px 0px;
  background-size: cover;
  -webkit-filter: saturate(200%);
  filter: saturate(200%);
}

.heading-1273 {
  margin-bottom: 0px;
  font-family: Nexa, 'Palatino Linotype', sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 36px;
  font-weight: 700;
  text-transform: capitalize;
}

.paragraph-772 {
  color: #fff;
}

.g-graphics {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-217 {
  position: relative;
  top: -200px;
  right: auto;
  width: 100px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.image-217.line {
  position: relative;
  top: -111px;
  right: 57px;
  width: auto;
  height: 150px;
}

.image-217._1 {
  top: 35px;
  right: -3px;
}

.image-217._2 {
  left: -280px;
  top: 193px;
  width: 75px;
}

.image-217._3 {
  left: -350px;
  top: -300px;
  width: 50px;
}

.uniglobe-copy {
  width: 200px;
  height: 200px;
  margin-right: 20px;
  margin-left: 20px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  background-image: url('../images/uniglobe.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.stem-to-go {
  width: 150px;
  height: 150px;
  margin-right: 20px;
  margin-left: 20px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  background-image: url('../images/Stem-to-go.PNG');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.zoom {
  width: 200px;
  height: 150px;
  margin-right: 20px;
  margin-left: 20px;
  background-image: url('../images/zoom-logo-with-icon.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.schedule {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.days {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.day-1-indicator {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.day-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-218 {
  width: 170px;
  height: auto;
  max-width: none;
  margin: 0px 40px;
}

.image-219 {
  width: 170px;
  height: auto;
  margin-right: 40px;
  margin-left: 40px;
}

.text-block-61 {
  position: absolute;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: Gotham, 'Palatino Linotype', sans-serif;
  color: #fff;
  font-size: 32px;
  line-height: 40px;
  font-weight: 500;
  text-align: center;
}

.schedule-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.days-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.day-1-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.day-2-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.twitter-button-banner {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.twitter-hexagon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 175px;
  height: 175px;
  margin-top: 0px;
  margin-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/blue_dark.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.social-media-wrapper-phone {
  display: none;
}

.div-block-404 {
  width: 50px;
  height: 3px;
  background-color: #c1bbf6;
}

.heading-1274 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Nexa, 'Palatino Linotype', sans-serif;
  font-weight: 700;
}

.paragraph-773 {
  margin-bottom: 0px;
}

.g-map-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -61px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.testing-header {
  padding: 100px 50px;
}

.lucys-misc {
  padding: 100px 50px;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(60, 199, 250, 0.2)), to(rgba(60, 199, 250, 0.2)));
  background-image: linear-gradient(180deg, rgba(60, 199, 250, 0.2), rgba(60, 199, 250, 0.2));
}

.heading-1275 {
  padding-left: 0px;
  font-family: Nexa, 'Palatino Linotype', sans-serif;
  font-size: 20px;
}

.heading-1276 {
  font-family: Nexa, 'Palatino Linotype', sans-serif;
}

.heading-1277 {
  font-family: Nexa, 'Palatino Linotype', sans-serif;
  font-weight: 700;
}

.heading-1278 {
  font-family: Nexa, 'Palatino Linotype', sans-serif;
  font-size: 20px;
  text-align: center;
}

.heading-1279 {
  font-family: Nexa, 'Palatino Linotype', sans-serif;
  font-size: 50px;
  line-height: 75px;
  text-align: center;
}

.about-team-v2 {
  display: block;
  margin-top: 0%;
  padding-top: 60px;
  background-color: transparent;
}

.div-block-308-v2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-307-v2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-307-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-405 {
  width: 100%;
}

.div-block-406 {
  width: 1%;
}

.div-block-304-v2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.div-block-304-v2.mobile {
  display: none;
}

.div-block-305-v2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  padding: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-305-v2._1 {
  width: 75%;
  padding-top: 50px;
  padding-bottom: 50px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-305-v2._1._2 {
  width: 50%;
  margin-right: 0px;
  padding: 0px;
}

.div-block-305-v2._1._12345 {
  width: 100%;
  height: 300px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.team-member-container {
  display: block;
  width: 100px;
  line-height: 12px;
}

.team-member-container.amin {
  display: block;
  width: 100%;
}

.team-member-container.peter {
  width: 100%;
}

.team-member-container.lucy {
  width: 100%;
}

.team-member-container.jenny {
  width: 100%;
}

.div-block-407 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75%;
  height: 250px;
  padding-right: 35px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph-774 {
  display: none;
  width: 95%;
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 21px;
  text-align: justify;
}

.paragraph-774.kaden {
  display: none;
  width: 60%;
}

.paragraph-774.peter {
  display: none;
}

.paragraph-774.lucy {
  display: none;
}

.paragraph-774.jenny {
  display: none;
  width: 95%;
}

.la-footer {
  position: absolute;
  display: block;
  width: 40%;
  margin-top: 921px;
  margin-bottom: 0px;
  margin-left: -70px;
  padding: 0px 15px 0px 0px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.div-block-408 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.footer-facebook {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 125px;
  height: 125px;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/purple_blue.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-409 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -13px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-410 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 1px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-411 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer-image {
  width: 60px;
  height: 60px;
  max-width: none;
}

.footer-email {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 125px;
  height: 125px;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/yellow_dark.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.footer-image-email {
  width: 80px;
  height: auto;
  max-width: none;
}

.footer-instagram {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 125px;
  height: 125px;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/pink_light.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.footer-twitter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 125px;
  height: 125px;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/blue_dark.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.footer-image-twitter {
  width: 70px;
  height: auto;
  max-width: none;
}

.footer-discord {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 125px;
  height: 125px;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/purple_dark.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.footer-image-discord {
  width: 70px;
  height: auto;
  max-width: none;
}

.discord-banner-link-block-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 175px;
  height: 175px;
  margin-top: 0px;
  margin-left: -600px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/purple_dark.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.first-row {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -539px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.second-row {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -33px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.third-row {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -33px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.discord-hexagon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 175px;
  height: 175px;
  margin-top: 0px;
  margin-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/blue_dark.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.flarehacks {
  width: 150px;
  height: 150px;
  margin-right: 20px;
  margin-left: 20px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  background-image: url('../images/FlareHacks_Logo.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.footerr {
  position: relative;
  z-index: auto;
  display: block;
  overflow: hidden;
  width: 100%;
  height: auto;
  margin-top: 0px;
  margin-right: 0%;
  margin-bottom: 0px;
  padding: 0px 40px;
  background-color: #fff;
  color: #1d1f2e;
}

.footerr.cc-subscribe-form {
  display: none;
  padding-right: 30px;
  padding-left: 30px;
  background-color: #8f83f7;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#8f83f7), to(#868dfc));
  background-image: linear-gradient(180deg, #8f83f7, #868dfc);
  color: #fff;
}

.footerr.cc-deco-block-wrap {
  z-index: auto;
  display: block;
  margin-top: -114px;
  margin-bottom: -165px;
  padding: 200px 30px 250px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-image: url('../images/bg2.2.png');
  background-position: 0% 50%;
  background-size: cover;
}

.why-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 5px;
  padding: 0px 0px 0px 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(193, 187, 247, 0.14);
}

.why-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.why-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 300px;
}

.why-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(143, 131, 247, 0.05)), color-stop(20%, rgba(242, 131, 174, 0.05)), color-stop(34%, rgba(134, 141, 252, 0.05)), to(#fff));
  background-image: linear-gradient(180deg, rgba(143, 131, 247, 0.05), rgba(242, 131, 174, 0.05) 20%, rgba(134, 141, 252, 0.05) 34%, #fff);
}

.heading-1280 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Nexa, 'Palatino Linotype', sans-serif;
  font-size: 350%;
  line-height: 75px;
  font-weight: 700;
}

.div-block-412 {
  margin-top: 90px;
}

.why-header-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  height: 100%;
  padding-right: 0px;
  padding-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.why-header-right {
  width: 60%;
  height: 100%;
  padding: 0px 0px 0px 100px;
}

.paragraph-775 {
  font-size: 150%;
  line-height: 36px;
}

.why-button {
  border-radius: 9px;
  background-color: #868dfc;
}

.paragraph-776 {
  margin-bottom: 0px;
  padding: 5px 10px;
  font-family: Gotham, 'Palatino Linotype', sans-serif;
  color: #fff;
  font-weight: 500;
}

.image-220 {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
}

.div-block-413 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 20px 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: Nexa, 'Palatino Linotype', sans-serif;
  font-weight: 700;
}

.div-block-414 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 50px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.grid-32 {
  width: 530px;
  height: 530px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  grid-auto-flow: row dense;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-areas: "Area Area-2" "Area-3 Area-4";
}

.heading-1281 {
  margin-bottom: 0px;
  font-weight: 700;
}

.image-221 {
  width: 50%;
  margin-top: 15px;
  margin-bottom: 15px;
}

.div-block-415 {
  width: 15%;
  height: 3px;
  background-color: #868dfc;
}

.paragraph-777 {
  margin-bottom: 0px;
  color: #868dfc;
  text-transform: uppercase;
}

.paragraph-778 {
  margin-top: 10px;
}

.div-block-416 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #55b3fd;
}

.div-block-417 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f7d53d;
}

.div-block-418 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f283ae;
}

.div-block-419 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #41d1dc;
}

.heading-1282 {
  margin-top: 50px;
  margin-bottom: 0px;
  line-height: 35px;
}

.heading-1282.counter {
  color: #fff;
}

.heading-1283 {
  margin-top: 5px;
  margin-bottom: 50px;
  color: #fff;
  line-height: 35px;
}

.heading-1284 {
  font-family: Nexa, 'Palatino Linotype', sans-serif;
  color: #868dfc;
  font-weight: 700;
}

.div-block-420 {
  width: 30%;
  margin-right: 1.5%;
  margin-left: 1.5%;
  padding: 30px 20px 20px;
  border-radius: 17px;
  background-color: #fff;
  box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.32);
}

.heading-1285 {
  font-family: Nexa, 'Palatino Linotype', sans-serif;
  font-size: 25px;
  line-height: 25px;
  font-weight: 700;
}

.div-block-421 {
  width: 15%;
  height: 3px;
  background-color: #f283ae;
  color: #55b3fd;
}

.div-block-421._2 {
  background-color: #52bfc9;
  color: #dc5980;
}

.div-block-421._3 {
  background-color: #f7d53d;
}

.div-block-421._4 {
  background-color: #55b3fd;
}

.div-block-421._6 {
  color: #dc5980;
}

.div-block-421._5 {
  background-color: #c86afc;
}

.paragraph-779 {
  font-size: 14px;
  line-height: 24px;
}

.div-block-422 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.text-block-62 {
  font-family: Gotham, 'Palatino Linotype', sans-serif;
  color: #f283ae;
  font-size: 12px;
  line-height: 15px;
  font-weight: 500;
}

.text-block-62._2 {
  color: #52bfc9;
}

.text-block-62._3 {
  color: #f7d53d;
}

.text-block-62._4 {
  color: #55b3fd;
}

.text-block-62._6 {
  color: #dc5980;
}

.text-block-62._5 {
  color: #c86afc;
}

.why-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(rgba(193, 187, 247, 0.1)));
  background-image: linear-gradient(180deg, #fff, rgba(193, 187, 247, 0.1));
}

.div-block-423 {
  width: 50%;
}

.div-block-424 {
  width: 50%;
  padding-right: 50px;
  padding-left: 50px;
}

.link-block-135 {
  width: 22%;
  height: 100%;
  margin-right: 1.5%;
  margin-left: 1.5%;
  border-radius: 9px;
}

.image-222 {
  position: static;
  margin-top: 0px;
  margin-bottom: 0%;
  border-radius: 9px;
}

.text-block-63 {
  position: relative;
  top: -63px;
  margin-top: 0%;
  color: #fff;
  text-align: center;
}

.paragraph-780 {
  margin-top: 5px;
  font-size: 14px;
  line-height: 20px;
}

.heading-1286 {
  margin-bottom: 0px;
  font-family: Nexa, 'Palatino Linotype', sans-serif;
  font-weight: 700;
}

.div-block-425 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 250px;
  height: 250px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 7px;
  background-color: rgba(236, 236, 237, 0.47);
}

.text-block-64 {
  font-family: Nexa, 'Palatino Linotype', sans-serif;
  color: rgba(29, 31, 46, 0.63);
  font-weight: 700;
  text-align: center;
}

.paragraph-781 {
  margin-bottom: 0px;
}

.why-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 5% 20%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(37%, rgba(60, 199, 250, 0.05)), to(rgba(143, 131, 247, 0.05)));
  background-image: linear-gradient(180deg, #fff, rgba(60, 199, 250, 0.05) 37%, rgba(143, 131, 247, 0.05));
}

.paragraph-782 {
  margin-top: 15px;
  text-align: center;
}

.heading-1287 {
  margin-bottom: 0px;
  font-family: Nexa, 'Palatino Linotype', sans-serif;
  color: rgba(29, 31, 46, 0.71);
  font-weight: 700;
}

.why-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
  padding-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(134, 141, 252, 0.49)), to(rgba(134, 141, 252, 0.49))), url('../images/Screen-Shot-2020-04-25-at-10.09.28-AM.png');
  background-image: linear-gradient(180deg, rgba(134, 141, 252, 0.49), rgba(134, 141, 252, 0.49)), url('../images/Screen-Shot-2020-04-25-at-10.09.28-AM.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.heading-1288 {
  font-family: Nexa, 'Palatino Linotype', sans-serif;
  color: #fff;
  font-size: 45px;
  line-height: 60px;
  font-weight: 700;
  text-align: center;
}

.paragraph-783 {
  width: 50%;
  font-family: Gotham, 'Palatino Linotype', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  text-align: center;
}

.k1-packaging {
  width: 250px;
  height: 150px;
  margin-right: 20px;
  margin-left: 20px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  background-image: url('../images/K1_Logo_v2-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.text-span-2 {
  text-decoration: none;
}

.workshop-photo {
  width: 100%;
  max-width: none;
  min-width: 0px;
}

.author-photo {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  max-width: none;
  min-width: 0px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.div-block-426 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: 325px;
  min-width: 225px;
  margin-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.div-block-427 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.echoar-signup {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 250px;
  height: 60px;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  border-style: solid;
  border-width: 5px;
  border-color: #8f83f7;
  border-radius: 15px;
  background-color: #8f83f7;
}

.echoar-signup.w--current {
  width: 100%;
}

.echoar-signup-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  font-family: Gotham, 'Palatino Linotype', sans-serif;
  color: #fff;
  font-size: 32px;
  line-height: 32px;
  text-align: center;
}

.navbar-5 {
  display: block;
  width: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: transparent;
}

.container-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.paragraph-784 {
  margin-bottom: 0px;
  padding: 10px;
  border-radius: 18px;
  background-color: rgba(193, 187, 247, 0.14);
  font-size: 14px;
  line-height: 20px;
  text-align: left;
}

.menu-button-4 {
  padding: 0px;
  background-color: #8f83f7;
}

.nav-menu-5 {
  position: static;
  right: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  margin-top: 0px;
  margin-right: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.about-team-v3 {
  display: block;
  margin-top: 0%;
  padding-top: 60px;
  background-color: transparent;
}

.menu-button-4-copy {
  width: 25%;
  padding: 0px;
  background-color: transparent;
}

.menu-button-4-copy.w--open {
  background-color: transparent;
}

.div-block-428 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.echoar {
  width: 250px;
  height: 150px;
  margin-right: 20px;
  margin-left: 20px;
  background-image: url('../images/echoAR---Logo-2020---Dark.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.fleo {
  width: 200px;
  height: 150px;
  margin-right: 20px;
  margin-left: 20px;
  background-image: url('../images/fleo.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.text-span-3 {
  text-transform: lowercase;
}

.div-block-429 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.author-2-photo {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  max-width: none;
  min-width: 0px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.event-sponsor {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-top: 40px;
  padding-right: 100px;
  padding-left: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.la-event-sponsor-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  margin-top: 0px;
  margin-bottom: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Nexa, 'Palatino Linotype', sans-serif;
  font-size: 54px;
  font-weight: 700;
  text-align: right;
  text-transform: uppercase;
}

.la-event-sponsor-subheader {
  width: 500px;
  margin-bottom: 5px;
  font-family: Gotham, 'Palatino Linotype', sans-serif;
  font-size: 26px;
  line-height: 30px;
  font-style: italic;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
}

.text-block-65 {
  margin-bottom: 20px;
  font-family: Gotham, 'Palatino Linotype', sans-serif;
  font-size: 20px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 2px;
}

.link-block-136 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 250px;
  height: 150px;
  margin-right: 20px;
  margin-left: 20px;
  background-image: url('../images/echoAR---Logo-2020---Dark.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-430 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.link-block-136-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 250px;
  height: 150px;
  margin-right: 20px;
  margin-left: 20px;
  background-image: url('../images/echoAR---Logo-2020---Dark.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.echoar-sponsor {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 250px;
  height: 150px;
  margin-right: 20px;
  margin-left: 20px;
  background-image: url('../images/echoAR---Logo-2020---Dark.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.fleo-sponsor {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 250px;
  height: 150px;
  margin-right: 20px;
  margin-left: 20px;
  background-image: url('../images/fleo.png');
  background-position: 50% 35%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hackathon-international-sponsor {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 250px;
  height: 150px;
  margin-right: 20px;
  margin-left: 20px;
  background-image: url('../images/Hackathons-International-Logo.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.yeti {
  width: 150px;
  height: 150px;
  margin-right: 20px;
  margin-left: 20px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  background-image: url('../images/yeti_logo.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-431 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 90px;
  background-color: #fff;
}

.div-block-432 {
  display: block;
  width: 60%;
}

.about-team-v2 {
  display: block;
}

.about-team-v2.copy {
  display: block;
  width: 100%;
}

.xyz {
  width: 200px;
  height: 150px;
  margin-right: 20px;
  margin-left: 20px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  background-image: url('../images/XYZ-logo-tagline.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.image-223 {
  opacity: 0.35;
}

.hk-link_block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 262px;
  height: 125px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 14px;
  background-color: rgba(236, 236, 237, 0.5);
  box-shadow: none;
}

.hk-link_block:hover {
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.2);
}

.hk-link_block._1 {
  background-color: #fff;
}

.sf-link_block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 262px;
  height: 125px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 14px;
  background-color: rgba(236, 236, 237, 0.5);
  box-shadow: none;
}

.sf-link_block:hover {
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.2);
}

.sf-link_block._1 {
  background-color: #fff;
}

.heading-1289 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 300px;
  padding-bottom: 300px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-433 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 150px;
  padding-bottom: 150px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(116, 102, 170, 0.3)), to(rgba(116, 102, 170, 0.3))), url('../images/rob-sarmiento-5xa0SI9JmmY-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(116, 102, 170, 0.3), rgba(116, 102, 170, 0.3)), url('../images/rob-sarmiento-5xa0SI9JmmY-unsplash.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.div-block-433.hk {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(116, 102, 170, 0.3)), to(rgba(116, 102, 170, 0.3))), url('../images/bady-abbas-c4XoMGxfsVU-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(116, 102, 170, 0.3), rgba(116, 102, 170, 0.3)), url('../images/bady-abbas-c4XoMGxfsVU-unsplash.jpg');
}

.div-block-433.in {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(116, 102, 170, 0.3)), to(rgba(116, 102, 170, 0.3))), url('../images/jakartaa.jpg');
  background-image: linear-gradient(180deg, rgba(116, 102, 170, 0.3), rgba(116, 102, 170, 0.3)), url('../images/jakartaa.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.div-block-433.dub {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(116, 102, 170, 0.25)), to(rgba(116, 102, 170, 0.25))), url('../images/dubaii.jpg');
  background-image: linear-gradient(180deg, rgba(116, 102, 170, 0.25), rgba(116, 102, 170, 0.25)), url('../images/dubaii.jpg');
}

.div-block-433.to {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(116, 102, 170, 0.25)), to(rgba(116, 102, 170, 0.25))), url('../images/torontoo.jpg');
  background-image: linear-gradient(180deg, rgba(116, 102, 170, 0.25), rgba(116, 102, 170, 0.25)), url('../images/torontoo.jpg');
}

.image-224 {
  width: auto;
}

.heading-1290 {
  font-family: Nexa, 'Palatino Linotype', sans-serif;
  font-weight: 700;
}

.image-225 {
  width: auto;
}

.image-226 {
  width: auto;
}

.daniel-s-misc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 100px;
}

.text-block-66 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Gotham, 'Palatino Linotype', sans-serif;
  color: #8f83f7;
  font-size: 30px;
}

.text-block-67 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Gotham, 'Palatino Linotype', sans-serif;
  color: #c86afc;
  font-size: 30px;
}

.text-block-66-copy {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Gotham, 'Palatino Linotype', sans-serif;
  font-size: 30px;
}

.text-block-68 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Gotham, 'Palatino Linotype', sans-serif;
  color: #dc5980;
  font-size: 30px;
}

.text-block-66-copy {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Gotham, 'Palatino Linotype', sans-serif;
  font-size: 30px;
}

.text-block-69 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Gotham, 'Palatino Linotype', sans-serif;
  color: #f283ae;
  font-size: 30px;
}

.div-block-434 {
  margin-right: 60px;
  margin-left: 60px;
}

.text-block-70 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Gotham, 'Palatino Linotype', sans-serif;
  color: #8f83f7;
  font-size: 30px;
}

.text-block-71 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Gotham, 'Palatino Linotype', sans-serif;
  color: #868dfc;
  font-size: 30px;
}

.text-block-72 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Gotham, 'Palatino Linotype', sans-serif;
  color: #52bfc9;
  font-size: 30px;
}

.text-block-73 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Gotham, 'Palatino Linotype', sans-serif;
  color: #ffd049;
  font-size: 30px;
}

.text-block-66-copy {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Gotham, 'Palatino Linotype', sans-serif;
  color: #3cc7fa;
  font-size: 30px;
}

.text-block-67-copy {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Gotham, 'Palatino Linotype', sans-serif;
  color: #7466aa;
  font-size: 30px;
}

.text-block-68-copy {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Gotham, 'Palatino Linotype', sans-serif;
  color: #55b3fd;
  font-size: 30px;
}

.text-block-69-copy {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Gotham, 'Palatino Linotype', sans-serif;
  color: #52bfc9;
  font-size: 30px;
}

.text-block-69-copy {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Gotham, 'Palatino Linotype', sans-serif;
  color: #f283ae;
  font-size: 30px;
}

.text-block-69-copy {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Gotham, 'Palatino Linotype', sans-serif;
  color: #f283ae;
  font-size: 30px;
}

.text-block-69-copy {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Gotham, 'Palatino Linotype', sans-serif;
  color: #f283ae;
  font-size: 30px;
}

.text-block-69-copy {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Gotham, 'Palatino Linotype', sans-serif;
  color: #f283ae;
  font-size: 30px;
}

.text-block-74 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Gotham, 'Palatino Linotype', sans-serif;
  color: #f7d53d;
  font-size: 30px;
}

.text-block-75 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Gotham, 'Palatino Linotype', sans-serif;
  color: #41d1dc;
  font-size: 30px;
}

.text-block-76 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Gotham, 'Palatino Linotype', sans-serif;
  color: #7c5ca4;
  font-size: 30px;
}

.text-block-77 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Gotham, 'Palatino Linotype', sans-serif;
  color: #c1bbf6;
  font-size: 30px;
}

.text-block-78 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Gotham, 'Palatino Linotype', sans-serif;
  color: #1d1f2e;
  font-size: 30px;
}

.text-block-79 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Gotham, 'Palatino Linotype', sans-serif;
  color: #ececed;
  font-size: 30px;
}

.heading-1291 {
  font-family: Nexa, 'Palatino Linotype', sans-serif;
  font-weight: 700;
}

.coming-soon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 400px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-align: center;
}

.div-block-435 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 150px;
  padding-bottom: 150px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/jakartaa.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.jkt-link_block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 262px;
  height: 125px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 14px;
  background-color: rgba(236, 236, 237, 0.5);
  box-shadow: none;
}

.jkt-link_block:hover {
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.2);
}

.jkt-link_block._1 {
  background-color: #fff;
}

.dubai-link_block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 262px;
  height: 125px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 14px;
  background-color: rgba(236, 236, 237, 0.5);
  box-shadow: none;
}

.dubai-link_block:hover {
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.2);
}

.dubai-link_block._1 {
  background-color: #fff;
}

.toronto-link_block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 262px;
  height: 125px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 14px;
  background-color: rgba(236, 236, 237, 0.5);
  box-shadow: none;
}

.toronto-link_block:hover {
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.2);
}

.toronto-link_block._1 {
  background-color: #fff;
}

.div-block-436 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 150px;
  padding-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(143, 131, 247, 0.15)), to(rgba(143, 131, 247, 0.15))), url('../images/bg5.3.png');
  background-image: linear-gradient(180deg, rgba(143, 131, 247, 0.15), rgba(143, 131, 247, 0.15)), url('../images/bg5.3.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.heading-1292 {
  font-family: Nexa, 'Palatino Linotype', sans-serif;
  font-weight: 700;
}

.heading-1293 {
  width: 50%;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Gotham, 'Palatino Linotype', sans-serif;
  font-size: 20px;
  line-height: 20px;
  font-weight: 300;
  text-align: center;
}

.text-block-80 {
  width: 50%;
  font-family: Gotham, 'Palatino Linotype', sans-serif;
  font-size: 20px;
  line-height: 20px;
  font-weight: 300;
  text-align: center;
}

.text-block-80:hover {
  color: #7466aa;
  font-weight: 500;
}

.three-cards {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  margin-right: 15%;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.card {
  position: relative;
  left: 200px;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 275px;
  height: 125px;
  margin: 10px;
  padding: 0px 0%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 16px;
  background-color: #fff;
  box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.3);
}

.card._1 {
  left: 102px;
  top: -60px;
  z-index: 2;
  padding: 0px 0%;
}

.card._2 {
  left: 102px;
  top: 60px;
}

.div-block-437 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 100px 0px;
}

.heading-1294 {
  margin-left: 5%;
  font-family: Nexa, 'Palatino Linotype', sans-serif;
  color: #1d1f2e;
  font-size: 25px;
  line-height: 25px;
  font-weight: 700;
  text-align: left;
}

.div-block-438 {
  width: 75px;
  height: 75px;
  margin-top: -86px;
  padding: 10px;
  border-radius: 15px;
  background-color: #fff;
}

.image-228 {
  width: 30%;
  height: auto;
}

.div-block-439 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-left: 10%;
  padding: 2%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-229 {
  position: absolute;
  z-index: 0;
  width: auto;
  height: 75%;
  margin-left: -200px;
}

.div-block-440 {
  height: auto;
  padding-top: 30px;
  padding-bottom: 30px;
}

.link-block-137 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 5%;
}

.div-block-441 {
  background-color: #edeffe;
}

.div-block-442 {
  display: none;
  padding: 5% 0% 10%;
}

.div-block-442.gallery {
  display: block;
  margin-top: 10%;
  background-color: #edeffe;
}

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

.div-block-443 {
  width: 15%;
  height: 1px;
  margin-right: auto;
  margin-left: auto;
  background-color: rgba(29, 31, 46, 0.82);
}

.grid-33 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-areas: "Area . ." ". Area-3 Area-3";
  -ms-grid-columns: 1fr 0px 1fr 0px 1fr 0px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto 0px auto 0px auto 0px auto;
  grid-template-rows: auto auto auto auto;
  background-color: #fff;
}

.div-block-444 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  background-image: none;
}

.div-block-444._2 {
  width: 50%;
  height: 100%;
}

.heading-1295 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Nexa, 'Palatino Linotype', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
  text-align: center;
}

.div-block-445 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-right: 8%;
  padding-left: 8%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #dc5980;
}

.div-block-445._1 {
  background-color: #41d1dc;
}

.div-block-445._2 {
  background-color: #f7d53d;
}

.div-block-445._2._1 {
  background-color: #41d1dc;
  color: #41d1dc;
}

.div-block-445._3 {
  background-color: #3cc7fa;
}

.div-block-445._3._1 {
  background-color: #f283ae;
}

.div-block-445._4 {
  background-color: #f283ae;
}

.div-block-445._4._1 {
  background-color: #55b3fd;
}

.div-block-445._5 {
  background-color: #52bfc9;
}

.div-block-445._5._1 {
  background-color: #ffd049;
}

.div-block-445._6 {
  background-color: #8f83f7;
}

.div-block-446 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-block-138 {
  margin: 20px 15px 2px;
  padding: 10px 15px;
  border: 2px solid #000;
  border-radius: 50px;
}

.link-block-138:hover {
  border-bottom-color: #000;
  color: #8f83f7;
}

.paragraph-786 {
  margin-bottom: 0px;
  color: #1d1f2e;
  font-weight: 500;
}

.grid-34 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-areas: ".";
  -ms-grid-columns: 1fr 0px 1fr 0px 1fr 0px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto 0px auto 0px auto 0px auto;
  grid-template-rows: auto auto auto auto;
  background-color: #fff;
}

.grid-34._2 {
  width: 50%;
  height: auto;
}

.grid-35 {
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-template-areas: ". . . . Area Area" ". . . . Area Area" ". . . . Area Area" ". . . . Area Area" ". . . . Area Area" ". . . . Area Area" ". . . . Area Area";
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto auto;
}

.image-230 {
  margin-bottom: 0px;
}

.grid-36 {
  margin-top: 15px;
  margin-bottom: 15px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-template-areas: ".";
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
  opacity: 1;
}

.grid-36._1 {
  -webkit-filter: contrast(57%);
  filter: contrast(57%);
}

.div-block-447 {
  width: 150px;
  height: 150px;
  margin-right: 15px;
  margin-left: 15px;
  border-style: solid;
  border-width: 0px;
  border-color: #c1bbf6;
  border-radius: 100px;
  background-color: rgba(193, 187, 247, 0.2);
  box-shadow: 3px 6px 16px -3px rgba(134, 141, 252, 0.72);
}

.div-block-447._1 {
  width: 250px;
  height: 250px;
  border-radius: 200px;
}

.div-block-447._1._2 {
  margin-top: 41px;
  margin-right: -67px;
  margin-left: 152px;
}

.div-block-447._1._33 {
  margin-top: -89px;
  margin-left: 200px;
}

.div-block-447._3 {
  width: 200px;
  height: 200px;
}

.div-block-447._3._1 {
  margin-top: 50px;
}

.div-block-447._3._33 {
  margin-top: 44px;
}

.div-block-447._3._55 {
  margin-top: 161px;
}

.div-block-447._3._20 {
  margin-right: -89px;
  margin-left: 79px;
}

.div-block-447._3._66 {
  margin-top: 60px;
}

.div-block-447._3._77 {
  margin-top: -70px;
  margin-left: 200px;
}

.div-block-447._4 {
  width: 100px;
  height: 100px;
}

.div-block-447._4._1 {
  margin-top: 76px;
  margin-left: 67px;
}

.div-block-447._4._2 {
  margin-top: -19px;
  margin-right: -29px;
  margin-left: 73px;
}

.div-block-447._4._3 {
  margin-top: 31px;
  margin-left: 44px;
}

.div-block-447._4._33 {
  margin-top: -121px;
  margin-right: 174px;
  margin-left: -200px;
}

.div-block-447._4._5 {
  margin-left: 44px;
}

.div-block-447._4._55 {
  margin-top: -153px;
}

.div-block-447._4._66 {
  margin-right: -121px;
  margin-left: 200px;
}

.div-block-447._4._77 {
  margin-top: 47px;
  margin-left: 82px;
}

.div-block-447._5 {
  width: 175px;
  height: 175px;
}

.div-block-447._5._1 {
  margin-top: -13px;
  margin-left: 38px;
}

.div-block-447._5._3 {
  margin-top: -35px;
  margin-left: 200px;
}

.div-block-447._5._66 {
  margin-top: 155px;
}

.div-block-447._5._77 {
  margin-left: 200px;
}

.div-block-447._2._55 {
  margin-top: 200px;
}

.div-block-447._2._77 {
  margin-top: 165px;
}

.div-block-447._6 {
  margin-top: 92px;
}

.div-block-447._7 {
  margin-top: 98px;
  margin-left: 35px;
}

.div-block-448 {
  display: none;
  width: 60%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.div-block-449 {
  width: 40%;
}

.div-block-450 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.image-231 {
  height: auto;
}

.image-231._1 {
  width: 60%;
  padding-top: 0px;
  padding-bottom: 0px;
}

.div-block-451 {
  display: none;
}

.link-13 {
  margin-top: 10px;
  font-family: Nexa, 'Palatino Linotype', sans-serif;
  color: rgba(29, 31, 46, 0.5);
  font-size: 24px;
  font-weight: 700;
}

.link-13:hover {
  color: #c86afc;
}

.link-13:active {
  color: #8f83f7;
}

.div-block-452 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 0px solid #8f83f7;
  background-color: #fff;
}

.grid-34-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-areas: ".";
  -ms-grid-columns: 1fr 0px 1fr 0px 1fr 0px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto 0px auto 0px auto 0px auto;
  grid-template-rows: auto auto auto auto;
  background-color: #fff;
}

.grid-34-copy._2 {
  width: 50%;
  height: auto;
}

.grid-37 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-areas: ".";
  -ms-grid-columns: 1fr 0px 1fr 0px 1fr 0px 1fr 0px 1fr 0px 1fr 0px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto 0px auto;
  grid-template-rows: auto auto;
  background-color: #fff;
}

.grid-37._2 {
  width: 50%;
  height: auto;
}

.heading-1296 {
  display: block;
  margin-bottom: 10px;
  font-family: Nexa, 'Palatino Linotype', sans-serif;
  color: #fff;
  font-size: 60px;
  font-weight: 700;
  text-align: center;
}

.div-block-453 {
  padding-top: 20px;
  padding-bottom: 20px;
  border-style: solid;
  border-width: 4px;
  border-color: #8f83f7;
  border-radius: 15px;
  background-color: #c1bbf6;
}

.text-block-81 {
  font-family: Gotham, 'Palatino Linotype', sans-serif;
  color: #fff;
  font-size: 28px;
  text-align: center;
}

.grid-38 {
  margin-top: 15px;
  margin-bottom: 15px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-template-areas: ".";
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
  background-color: #8f83f7;
}

.grid-38._1 {
  background-color: rgba(143, 131, 247, 0.32);
}

.stemenrichmentyouth {
  width: 150px;
  height: 150px;
  margin-right: 20px;
  margin-left: 20px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  background-image: url('../images/stemenrichmentyouth.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.lifehacks-winners {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  height: auto;
  margin-top: 0px;
  padding-top: 140px;
  background-color: transparent;
  white-space: normal;
}

.heading-1297 {
  margin-right: 60px;
  margin-left: 60px;
  font-family: Nexa, 'Palatino Linotype', sans-serif;
  font-size: 58px;
  font-weight: 700;
  text-align: center;
}

.div-block-454 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-232 {
  width: 150px;
  height: auto;
}

.div-block-455 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-bottom: 100px;
  padding-right: 80px;
  padding-left: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.div-block-456 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  margin-top: 10px;
  margin-bottom: 15px;
}

.text-block-83 {
  position: static;
  border-radius: 0px;
  background-color: transparent;
  font-family: Nexa, 'Palatino Linotype', sans-serif;
  font-size: 24px;
  text-align: center;
}

.heading-1298 {
  position: relative;
  z-index: 2;
  height: 100%;
  margin-top: 0px;
  margin-right: 20px;
  margin-bottom: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: Nexa, 'Palatino Linotype', sans-serif;
  font-size: 58px;
  line-height: 84px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.text-block-84 {
  position: relative;
  z-index: 2;
  height: auto;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  font-family: Nexa, 'Palatino Linotype', sans-serif;
  font-size: 32px;
  line-height: 20px;
  font-weight: 700;
}

.text-block-85 {
  position: relative;
  z-index: 2;
  font-family: Gotham, 'Palatino Linotype', sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.div-block-457 {
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 10px;
  background-color: #ffd049;
}

.youtube {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 200px;
  margin-top: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.div-block-458 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-459 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph-787 {
  width: auto;
  margin-top: 5px;
  margin-bottom: 20px;
  margin-left: 0px;
}

.div-block-460 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-top: 20px;
  margin-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.text-block-86 {
  margin-left: 0px;
  font-family: Gotham, 'Palatino Linotype', sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.link-block-140 {
  width: 50px;
  height: 50px;
  background-image: url('../images/github-logo.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-461 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.git {
  width: 50px;
  height: 50px;
  background-image: url('../images/github-logo_1.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.drive {
  width: 50px;
  height: 50px;
  margin-left: 15px;
  background-image: url('../images/google-drive-logo.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  color: #868dfc;
}

.div-block-462 {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 700px;
  height: 70px;
  margin-top: 35px;
  margin-left: 20px;
  background-color: #c1bbf6;
}

.second-place {
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 10px;
  background-color: #c4cace;
}

.second-place-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.git-second {
  width: 50px;
  height: 50px;
  background-image: url('../images/github-logo_1.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.drive-copy {
  width: 50px;
  height: 50px;
  margin-left: 15px;
  background-image: url('../images/google-drive-logo.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  color: #868dfc;
}

.second-discord {
  width: 50px;
  height: 50px;
  margin-left: 15px;
  background-image: url('../images/Discord_icon.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  color: #868dfc;
}

.text-block-87 {
  position: relative;
  z-index: 2;
  font-family: Gotham, 'Palatino Linotype', sans-serif;
  font-size: 28px;
  font-weight: 500;
}

.third-place {
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 10px;
  background-color: #cd7f32;
}

.git-third {
  width: 50px;
  height: 50px;
  background-image: url('../images/github-logo_1.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  color: #7466aa;
}

.third-slides {
  width: 50px;
  height: 50px;
  margin-left: 15px;
  background-image: url('../images/google-slides-logo-edited.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  color: #868dfc;
}

.theme-award {
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 10px;
  background-color: #f283ae;
}

.sound-mood-head {
  position: relative;
  z-index: 2;
  height: 100%;
  margin-top: 0px;
  margin-right: 20px;
  margin-bottom: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: Nexa, 'Palatino Linotype', sans-serif;
  font-size: 58px;
  line-height: 84px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.sound-mood-team {
  position: relative;
  z-index: 2;
  width: 200px;
  height: auto;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  font-family: Nexa, 'Palatino Linotype', sans-serif;
  font-size: 32px;
  line-height: 20px;
  font-weight: 700;
}

.div-block-463 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-bottom: 100px;
  padding-right: 80px;
  padding-left: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.slider-13 {
  width: 100%;
}

.heading-1299 {
  position: relative;
  z-index: 2;
  height: 100%;
  margin-top: 0px;
  margin-right: 20px;
  margin-bottom: 15px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: Nexa, 'Palatino Linotype', sans-serif;
  font-size: 58px;
  line-height: 84px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.text-block-88 {
  margin-top: 15px;
  font-family: Gotham, 'Palatino Linotype', sans-serif;
  font-size: 20px;
  text-align: center;
}

.div-block-464 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.heading-1300 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Nexa, 'Palatino Linotype', sans-serif;
  font-weight: 700;
  text-transform: none;
}

.text-block-89 {
  font-family: Gotham, 'Palatino Linotype', sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.div-block-465 {
  width: 33%;
  margin-right: 20px;
  margin-left: 20px;
}

.link-block-141 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 100%;
  background-image: url('../images/Infodemic-by-GG.png');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.youtube-2 {
  height: auto;
}

.div-block-466 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 73%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.div-block-456-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  margin-top: 10px;
  margin-bottom: 15px;
}

.section-21 {
  padding-right: 60px;
  padding-left: 60px;
}

.life-hacks-organizers {
  padding-right: 60px;
  padding-bottom: 60px;
  padding-left: 60px;
}

.exec-team-header {
  position: relative;
  z-index: 2;
  height: 100%;
  margin-top: 0px;
  margin-right: 20px;
  margin-bottom: 15px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: Nexa, 'Palatino Linotype', sans-serif;
  font-size: 46px;
  line-height: 84px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.grid-39 {
  grid-template-areas: ".";
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.div-block-467 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: rgba(193, 187, 247, 0.32);
}

.image-233 {
  width: auto;
  height: 200px;
}

.heading-1301 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 64px;
  margin-bottom: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Gotham, 'Palatino Linotype', sans-serif;
  font-size: 32px;
  line-height: 32px;
  text-align: center;
}

.text-block-90 {
  font-family: Gotham, 'Palatino Linotype', sans-serif;
  font-weight: 300;
}

.link-block-142 {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 65px;
  height: 65px;
  margin-top: 138px;
  margin-left: 102px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/pink_light.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.image-234 {
  width: 35px;
  height: 35px;
}

.old-derek-pic {
  width: 210px;
}

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

.sponsors-grid {
  margin-top: 25px;
  margin-bottom: 25px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-template-areas: ".";
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
  opacity: 0.55;
}

.sponsors-grid._1 {
  -webkit-filter: contrast(57%);
  filter: contrast(57%);
}

.div-block-468 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: auto;
  padding: 5% 3% 5% 13%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1d1f2e;
}

.image-235 {
  position: relative;
  z-index: 2;
  width: 50%;
}

.image-236 {
  width: 75%;
  margin-top: -55%;
  margin-left: -20%;
  opacity: 0.18;
}

.div-block-469 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-470 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-right: 0%;
  padding: 5% 13% 5% 3%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  background-color: rgba(143, 131, 247, 0.38);
}

.image-237 {
  position: absolute;
  top: auto;
  z-index: 1;
  width: 20%;
  margin-top: -22%;
  margin-left: -5%;
  opacity: 0.36;
}

.image-238 {
  position: absolute;
  width: 15%;
  margin-top: 193px;
  opacity: 0.62;
}

.image-239 {
  position: absolute;
  width: 25%;
  margin-top: 19%;
  margin-left: 87%;
  opacity: 0.33;
}

.div-block-471 {
  width: 20%;
}

.div-block-472 {
  width: 75%;
  padding-right: 20px;
  padding-left: 20px;
}

.div-block-473 {
  width: 50%;
}

.div-block-474 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 75px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.div-block-475 {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-top: 0px;
  padding-top: 12%;
  padding-bottom: 12%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-62 {
  font-family: Nexa, 'Palatino Linotype', sans-serif;
  color: #1d1f2e;
  font-weight: 700;
  text-align: center;
}

.heading-62._1 {
  height: 150px;
  color: #1d1f2e;
  text-align: center;
}

.heading-62._2 {
  height: 150px;
  color: #d5d0fc;
}

.link-block-143 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 430px;
  padding: 5px 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 9px;
  background-color: #8f83f7;
  color: #fff;
}

.link-block-143:hover {
  box-shadow: 3px 3px 13px 0 rgba(0, 0, 0, 0.33);
}

.div-block-476 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph-790 {
  font-size: 24px;
  font-weight: 500;
  text-align: center;
}

html.w-mod-js *[data-ix="fade-up-1"] {
  opacity: 0;
  -webkit-transform: translate(0px, 60px);
  -ms-transform: translate(0px, 60px);
  transform: translate(0px, 60px);
}

@media screen and (max-width: 991px) {
  .cart-button {
    margin-right: 30px;
  }
  .item-count {
    margin-left: 0px;
  }
  .cart-heading {
    font-weight: 700;
  }
  .cart-icon {
    margin-right: 4px;
  }
  .cart-item-remove-link {
    -webkit-transition: color 400ms ease;
    transition: color 400ms ease;
  }
  .cart-item-remove-link:hover {
    color: hsla(0, 0%, 100%, 0.8);
  }
  .label {
    margin-bottom: 20px;
  }
  .label.cc-footer-section-headline {
    margin-bottom: 20px;
  }
  .slide_para {
    width: 100%;
    height: 200px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: left;
  }
  .small-paragraph {
    margin-bottom: 5px;
  }
  .small-paragraph.cc-copyright-footer {
    display: block;
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
    -webkit-align-self: end;
    -ms-flex-item-align: end;
    -ms-grid-row-align: end;
    align-self: end;
  }
  .menu-item {
    color: #fff;
  }
  .menu-item-wrap {
    display: block;
    margin-right: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .menu-item-deco-line {
    display: none;
  }
  .text-field {
    font-family: Nexa, 'Palatino Linotype', sans-serif;
  }
  .about-timeline {
    display: none;
    margin-top: 0%;
    margin-bottom: 0px;
    padding-top: 10px;
  }
  .about-timeline.cc-subscribe-form {
    padding-right: 0px;
    padding-left: 0px;
  }
  .about-timeline.cc-deco-block-wrap {
    margin-top: 0px;
    margin-bottom: -100px;
    padding: 48px 0px 159px;
    background-image: url('../images/bg2.2.png');
    background-position: 0px 0px;
    background-size: cover;
  }
  .wrap {
    width: 100%;
    margin-top: 0px;
    margin-left: auto;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .wrap.cc-menu {
    width: 100%;
    padding: 10px 30px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .wrap.cc-subscribe-form {
    display: block;
    width: auto;
    margin-right: auto;
    margin-left: auto;
  }
  .menu {
    z-index: 1000;
  }
  .nav-menu {
    z-index: 2;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #d4d6fe;
    box-shadow: 0 1px 3px 0 rgba(29, 31, 46, 0.05);
  }
  .menu-button {
    padding: 0px;
    opacity: 0.6;
    -webkit-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
  }
  .menu-button:hover {
    opacity: 1;
  }
  .menu-button:active {
    opacity: 0.8;
  }
  .menu-button.w--open {
    display: block;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
  }
  .brand {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .page-headline-wrap.cc-overlayed-headline {
    width: 80%;
  }
  .menu-icon {
    display: inline-block;
    margin-top: -4px;
    margin-bottom: 0px;
  }
  .big-paragraph {
    width: 100%;
    font-family: Gotham, 'Palatino Linotype', sans-serif;
    color: rgba(29, 31, 46, 0.4);
    font-size: 20px;
    line-height: 25px;
    font-weight: 300;
    text-align: right;
  }
  .what-is {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .subheadline-wrap.cc-separate-subheadline {
    width: 700px;
  }
  .footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    text-align: center;
  }
  .footer-grid-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    align-self: start;
  }
  .subscribe-wrap {
    display: block;
    max-width: none;
    min-width: auto;
    padding-right: 50px;
    padding-left: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .error-message {
    width: auto;
  }
  .logo-image.cc-footer-logo {
    margin-bottom: 10px;
  }
  .magazine-headline {
    height: 75px;
    line-height: 35px;
  }
  .magazine-images-wrap {
    margin-bottom: 50px;
    margin-left: 0px;
  }
  .header-image {
    width: 40%;
    min-height: auto;
    min-width: auto;
    margin: 0% 0px 100px;
    padding-left: 18%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    margin-top: 7%;
    margin-right: 0%;
    margin-bottom: -82px;
    padding-right: 0%;
    padding-bottom: 0px;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .header-content {
    position: relative;
    left: -117px;
    width: auto;
    height: auto;
    margin-top: 100%;
    margin-left: 89px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .header-text {
    position: relative;
    z-index: 2;
    display: block;
    width: auto;
    margin: auto 0px auto 5%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .header-headline-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: -33%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .magazine-image {
    background-position: 50% 50%;
  }
  .magazine-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-bottom: 100px;
    margin-left: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    text-align: center;
  }
  .contact-form-wrap {
    width: auto;
    margin-right: 75px;
    margin-left: 75px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 20px;
  }
  .contact-form-headline {
    margin-bottom: 40px;
    font-family: Gotham, 'Palatino Linotype', sans-serif;
  }
  .form-wrap {
    width: auto;
    margin-right: 0px;
    margin-bottom: 60px;
    padding-right: 0px;
    padding-bottom: 60px;
    border-bottom: 1px solid rgba(210, 210, 213, 0.3);
    border-right-style: none;
    text-align: center;
  }
  .contact-details-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: -40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .magazine-content-wrap {
    padding-left: 0px;
  }
  .deco-block {
    width: 75%;
    max-width: none;
    min-width: auto;
    padding-right: 30px;
    padding-left: 30px;
  }
  .wrap-overlayed {
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
  }
  .dark-button {
    z-index: 1;
  }
  .category-wrap {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .category-deco-line {
    display: none;
  }
  .category-deco-line-right {
    display: none;
  }
  .breadcrumb-wrapper {
    margin-top: 0%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    text-align: center;
  }
  .image {
    position: absolute;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    width: 150px;
    margin-top: -29px;
    margin-right: 2%;
    margin-left: -21%;
  }
  .section {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .text-block-3 {
    font-size: 18px;
    line-height: 25px;
  }
  .paragraph-4 {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 15px;
    line-height: 20px;
  }
  .text-block-4 {
    font-size: 18px;
    line-height: 25px;
  }
  .paragraph-5 {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 12px;
    line-height: 15px;
  }
  .paragraph-6 {
    margin-bottom: 0px;
    padding-right: 8px;
    padding-left: 8px;
    font-size: 12px;
    line-height: 15px;
  }
  .text-block-5 {
    font-size: 18px;
    line-height: 25px;
  }
  .image-9 {
    width: 50px;
  }
  .image-10 {
    width: 50px;
  }
  .image-11 {
    width: 50px;
  }
  .footer-v1-column {
    padding-right: 8px;
    padding-bottom: 48px;
    padding-left: 8px;
  }
  .footer-v1-logo-column {
    padding-right: 32px;
    padding-bottom: 48px;
    padding-left: 8px;
  }
  .logo {
    margin-bottom: 9px;
  }
  .footer-v1 {
    padding-top: 12px;
  }
  .team-member-color-photo {
    height: 280px;
    -webkit-transform: translate(40px, 0px);
    -ms-transform: translate(40px, 0px);
    transform: translate(40px, 0px);
  }
  .div-block-20 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block-21 {
    height: auto;
    background-color: #fff;
    background-image: none;
    background-size: auto;
  }
  .column {
    height: 100%;
  }
  .column-2 {
    display: block;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .column-3 {
    height: 100%;
  }
  .div-block-22 {
    height: auto;
    background-color: #fff;
    background-image: none;
    background-size: auto;
  }
  .div-block-23 {
    width: 150px;
    height: 150px;
    margin-top: 0px;
    margin-left: 200px;
  }
  .div-block-27 {
    width: 150px;
    height: 150px;
    margin-top: -22px;
    margin-left: 90px;
  }
  .image-58 {
    width: 200px;
    height: 200px;
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
  }
  .link-block-3 {
    left: 300px;
    right: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 135px;
    height: 156px;
    margin-top: 0px;
    margin-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .heading-8 {
    width: 100px;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    font-size: 18px;
    line-height: 20px;
  }
  .section-3 {
    margin-right: 0px;
    margin-left: 0px;
  }
  .text-block-9 {
    top: auto;
    padding-left: 0px;
    font-size: 15px;
  }
  .text-block-10 {
    left: 48px;
    top: 83px;
    width: 150px;
    font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
    font-size: 20px;
    line-height: 19px;
  }
  .div-block-28 {
    width: 125px;
    height: 215px;
  }
  .div-block-31 {
    height: 240px;
  }
  .columns {
    display: none;
    width: 750px;
    height: 290px;
    margin-right: -73px;
    margin-left: -73px;
  }
  .div-block-32 {
    height: auto;
  }
  .div-block-33 {
    height: 240px;
  }
  .paragraph-9 {
    width: auto;
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }
  .link-block-12 {
    right: auto;
  }
  .div-block-69 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(41%, transparent), to(rgba(143, 131, 247, 0.55))), url('../images/bg5.3.png');
    background-image: linear-gradient(180deg, transparent 41%, rgba(143, 131, 247, 0.55)), url('../images/bg5.3.png');
    background-position: 0px 0px, 100% 0%;
    background-size: auto, cover;
  }
  .heading-19 {
    font-family: Nexa, 'Palatino Linotype', sans-serif;
    color: #1d1f2e;
    font-size: 50px;
    text-align: right;
  }
  .columns-4 {
    margin-top: 0px;
    padding-top: 43px;
  }
  .section-9 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .heading-22 {
    text-align: center;
  }
  .paragraph-14 {
    width: 85%;
    text-align: center;
  }
  .div-block-73 {
    height: auto;
  }
  .image-95 {
    width: 50px;
    height: 50px;
  }
  .paragraph-15 {
    font-size: 12px;
    line-height: 15px;
  }
  .about {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .paragraph-16 {
    width: 80%;
    text-align: left;
  }
  .div-block-87 {
    width: 100%;
  }
  .div-block-88 {
    width: 400px;
    margin-right: 45px;
  }
  .div-block-88.copy {
    margin-right: 5%;
    margin-left: 5%;
  }
  .div-block-89 {
    width: 700px;
    margin-top: 50px;
    margin-bottom: 50px;
    margin-left: 0px;
    padding: 25px 5%;
  }
  .join {
    display: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .heading-29._1 {
    font-size: 30px;
    line-height: 30px;
  }
  .div-block-93 {
    margin-top: 20px;
    margin-left: 70px;
  }
  .div-block-100 {
    width: auto;
    margin-left: 5%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .link-block-37 {
    left: 500px;
    top: -63px;
  }
  .link-block-38 {
    left: -54px;
  }
  .link-block-40 {
    left: 98px;
    top: -143px;
  }
  .sponsors-circles {
    width: 700px;
  }
  .div-block-103 {
    width: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .link-block-42 {
    left: -19px;
    top: -130px;
  }
  .link-block-43 {
    left: 300px;
  }
  .link-block-44 {
    left: 300px;
  }
  .div-block-105 {
    margin-top: 200px;
  }
  .div-block-106 {
    margin-top: 600px;
    margin-left: 325px;
  }
  .div-block-107 {
    top: -300px;
    margin-left: 500px;
  }
  .category-deco-line-copy {
    display: none;
  }
  .category-deco-line-right-copy {
    display: none;
  }
  .div-block-109 {
    margin-left: 76px;
  }
  .div-block-110 {
    margin-top: -350px;
  }
  .div-block-111 {
    right: 35px;
  }
  .div-block-112 {
    width: 175px;
    height: 175px;
    margin-top: -127px;
    margin-left: 490px;
  }
  .sponsors-heading {
    margin-top: 0px;
  }
  .div-block-115 {
    width: 140%;
    margin-top: 105px;
  }
  .menu-item-wrap-copy {
    display: block;
    margin-right: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .image-120 {
    right: 9px;
    height: 500px;
    margin-top: 98px;
    margin-left: 0px;
  }
  .la-header {
    padding-right: 20px;
    padding-left: 20px;
  }
  .la-about {
    margin-top: -5px;
    padding-top: 100px;
    padding-right: 75px;
    padding-left: 75px;
  }
  .van-event {
    padding-left: 0px;
  }
  .van-schedule {
    margin-right: 60px;
    margin-left: 60px;
  }
  .div-block-119 {
    margin-top: 200px;
  }
  .la-about_paragraph {
    width: 95%;
  }
  .div-block-120 {
    width: 680px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .van-card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 220px;
    height: 250px;
    margin-right: 10px;
    padding: 15px 17px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
  }
  .div-block-121 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .van-card-heading {
    font-size: 25px;
    line-height: 30px;
  }
  .paragraph-24 {
    font-size: 15px;
    line-height: 20px;
  }
  .paragraph-25 {
    font-size: 15px;
    line-height: 20px;
  }
  .paragraph-26 {
    font-size: 15px;
    line-height: 20px;
  }
  .schedule-list-item {
    width: 500px;
    padding-left: 40px;
  }
  .div-block-122 {
    margin-left: -146px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .list {
    width: 200px;
    margin-left: 0px;
  }
  .list-2 {
    width: 200px;
  }
  .schedule-list-item2 {
    width: 600px;
    margin-left: -200px;
  }
  .paragraph-27 {
    width: 90%;
  }
  .div-block-124 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 75%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .div-block-124._1 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block-126 {
    padding-right: 0%;
    padding-left: 0%;
  }
  .div-block-126._1 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .link-block-54 {
    width: 200px;
    margin-right: 10px;
    margin-left: 10px;
  }
  .div-block-135 {
    width: 700px;
  }
  .gallery-card1 {
    width: 400px;
    height: 250px;
  }
  .gallery-card2 {
    width: 300px;
    height: 200px;
  }
  .gallery-card3 {
    left: 55%;
  }
  .gallery-card4 {
    left: 40%;
    width: 300px;
    height: 200px;
  }
  .gallery-card5 {
    left: -7%;
  }
  .gallery-card6 {
    left: 54%;
  }
  .gallery-card7 {
    left: 50%;
    width: 275px;
    height: 175px;
  }
  .gallery-card8 {
    left: -5%;
  }
  .gallery-card9 {
    left: 10%;
    top: -29%;
    width: 500px;
    height: 350px;
  }
  .gallery-card10 {
    width: 375px;
    height: 280px;
  }
  .div-block-136 {
    width: 400px;
    height: 250px;
  }
  .div-block-137 {
    margin-left: 0px;
  }
  .div-block-139 {
    width: 550px;
    height: 350px;
    margin-left: 15%;
  }
  .div-block-140 {
    width: 350px;
    height: 250px;
  }
  .div-block-148 {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .div-block-151 {
    width: 660px;
    height: 325px;
    margin-right: 10px;
    margin-left: 10px;
  }
  .paragraph-31 {
    font-size: 15px;
    line-height: 20px;
  }
  .logo-copy {
    margin-bottom: 9px;
  }
  .small-paragraph-copy {
    margin-bottom: 5px;
  }
  .small-paragraph-copy.cc-copyright-footer-copy {
    display: block;
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
    -webkit-align-self: end;
    -ms-flex-item-align: end;
    -ms-grid-row-align: end;
    align-self: end;
  }
  .link-block-64 {
    top: -41px;
    right: -105px;
  }
  .what-is2 {
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .image-147 {
    width: 80%;
  }
  .div-block-157 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .grid-19 {
    display: -ms-grid;
    display: grid;
    padding-right: 50px;
    padding-bottom: 75px;
    padding-left: 50px;
    grid-auto-columns: 1fr;
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-areas: "Area Area-2" "Area-3 Area-4";
    -ms-grid-columns: 1fr 50px 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto 50px auto;
    grid-template-rows: auto auto;
  }
  .join-tablet {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 60px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #edeffe;
  }
  .div-block-158 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .wrap-copy {
    width: 100%;
    margin-top: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .field-label-5 {
    font-family: Nexa, 'Palatino Linotype', sans-serif;
  }
  .field-label-6 {
    font-family: Nexa, 'Palatino Linotype', sans-serif;
  }
  .field-label-7 {
    font-family: Nexa, 'Palatino Linotype', sans-serif;
  }
  .heading-15-copy {
    font-size: 65px;
    line-height: 60px;
  }
  .page-headline-wrap-copy.cc-overlayed-headline {
    width: 80%;
  }
  .wrap-copy {
    width: 100%;
    margin-top: 0px;
    margin-left: auto;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .deco-block-copy {
    width: 75%;
    max-width: none;
    min-width: auto;
    margin-right: auto;
    margin-left: 10px;
    padding-right: 30px;
    padding-left: 30px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .heading-48 {
    font-size: 50px;
  }
  .wrap-copy {
    width: 100%;
    margin-top: 0px;
    margin-left: auto;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .slide_para-copy {
    width: 85%;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: center;
  }
  .slide_para-copy {
    width: 100%;
    height: 200px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: left;
  }
  .wrap-copy-copy {
    width: 100%;
    margin-top: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .slide_para-copy-copy {
    width: 85%;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: center;
  }
  .hackhub_header_laptop {
    width: 400px;
    height: 358px;
    padding-top: 20px;
    padding-left: 30px;
  }
  .hackhub_whatis {
    padding-right: 50px;
    padding-left: 50px;
  }
  .hackhub_signup {
    padding-right: 50px;
    padding-left: 50px;
  }
  .hackhub_joinevents {
    padding-right: 50px;
    padding-left: 50px;
  }
  .heading-51 {
    margin-bottom: 0px;
    font-size: 30px;
  }
  .paragraph-35 {
    width: 350px;
    font-size: 12px;
    line-height: 15px;
  }
  .div-block-163 {
    width: 75px;
    height: 91px;
  }
  .paragraph-36 {
    margin-bottom: 13px;
  }
  .link-block-67 {
    width: 75px;
    height: 91px;
  }
  .div-block-164 {
    width: 100%;
  }
  .image-148 {
    width: 50%;
  }
  .div-block-165 {
    margin-top: 25px;
    margin-bottom: 25px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .image-149 {
    width: 50%;
  }
  .image-150 {
    width: 50%;
  }
  .image-151 {
    width: 50%;
  }
  .grid-20 {
    grid-column-gap: 20px;
  }
  .paragraph-42 {
    display: block;
    font-family: Nexa, 'Palatino Linotype', sans-serif;
    color: #1d1f2e;
    text-align: center;
  }
  .div-block-165-copy {
    margin-top: 25px;
    margin-bottom: 25px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .div-block-165-copy {
    margin-top: 25px;
    margin-bottom: 25px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .grid-20-copy {
    grid-column-gap: 20px;
  }
  .div-block-165-copyy {
    margin-top: 25px;
    margin-bottom: 25px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .div-block-165-copy-copy {
    margin-top: 25px;
    margin-bottom: 25px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .grid-21 {
    grid-template-areas: "Area Area-2" "Area-4 Area-5" "Area-7 Area-8" ". Area-10";
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto;
  }
  .nav-link-2 {
    color: #fff;
  }
  .van-header {
    padding-right: 20px;
    padding-left: 20px;
  }
  .van-about {
    margin-top: -48px;
    padding-top: 100px;
    padding-right: 40px;
    padding-left: 40px;
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
  }
  .pulse {
    top: 24%;
    right: 19%;
    width: 150px;
    height: 150px;
    margin-top: -4%;
    margin-right: -4%;
    margin-left: 60%;
  }
  .about_paragraph {
    font-size: 20px;
    line-height: 20px;
  }
  .div-block-177 {
    width: 75%;
  }
  .div-block-186 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .link-block-70 {
    margin-top: 20px;
    margin-left: 0px;
  }
  .la-contact {
    background-size: cover, auto;
  }
  .la-mission_paragraph {
    width: 95%;
  }
  .paragraph-39 {
    width: 95%;
  }
  .paragraph-39._1 {
    text-align: center;
  }
  .grid-25 {
    display: -ms-grid;
    display: grid;
    overflow: visible;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    grid-auto-flow: row dense;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
  .div-block-191 {
    width: 350px;
    height: 350px;
  }
  .la-sponsors {
    padding-right: 20px;
    padding-left: 20px;
  }
  .div-block-194 {
    margin-bottom: 0px;
  }
  .paragraph-56 {
    font-size: 18px;
  }
  .image-159 {
    margin-left: 13px;
  }
  .div-block-199 {
    width: 700px;
    height: 140px;
  }
  .link-block-77 {
    width: 90%;
    height: 90%;
  }
  .link-block-78 {
    width: 90%;
    height: 90%;
  }
  .link-block-79 {
    width: 90%;
    height: 90%;
  }
  .facebook-image {
    margin-left: 28px;
  }
  .instagram-image {
    margin-left: 28px;
  }
  .text-block-47 {
    font-size: 45px;
  }
  .facebook-text {
    font-size: 40px;
  }
  .instagram-text {
    font-size: 35px;
  }
  .heading-68 {
    font-size: 60px;
    line-height: 75px;
  }
  .section-15 {
    padding-right: 75px;
    padding-left: 75px;
  }
  .grid-26 {
    display: -ms-grid;
    display: grid;
    width: 700px;
    margin-right: auto;
    margin-left: auto;
    grid-auto-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto;
  }
  .link-block-80.line-2 {
    width: 75px;
    height: 86px;
    margin-top: -92px;
    margin-right: -63px;
  }
  .link-block-80.line-3 {
    width: 75px;
    height: 86px;
    margin-top: -181px;
  }
  .link-block-80.link-block-82.line-4 {
    margin-top: -271px;
    margin-left: -233px;
  }
  .link-block-80.link-block-82.line-2 {
    margin-right: -60px;
    margin-left: 0px;
  }
  .link-block-80.line-4 {
    right: auto;
    width: 75px;
    height: 86px;
    margin-top: -271px;
    margin-right: 0px;
    margin-left: -212px;
  }
  .link-block-80.line-5 {
    width: 75px;
    height: 86px;
    margin-top: -360px;
    margin-left: -60px;
  }
  .link-block-80.line-5.link-block-82 {
    margin-left: -76px;
  }
  .link-block-80.line-5.link-block-86 {
    margin-right: 0px;
    margin-left: -73px;
  }
  .link-block-80.link-block-85.line-5 {
    margin-right: 0px;
    margin-left: -92px;
  }
  .link-block-80.link-block-85.line-2 {
    margin-right: 0px;
    margin-left: 42px;
  }
  .link-block-80.link-block-84.line-2 {
    width: 75px;
    height: 86px;
    margin-top: -92px;
    margin-right: 6px;
  }
  .link-block-80.link-block-83.line-2 {
    margin-right: -38px;
  }
  .link-block-80.link-block-83.line-3 {
    margin-left: 23px;
  }
  .link-block-80.link-block-86.line-2 {
    margin-right: 0px;
    margin-left: 25px;
  }
  .link-block-82 {
    width: 75px;
    height: 86px;
    margin-left: 25px;
  }
  .link-block-83.line-4 {
    left: -1px;
    width: 75px;
    height: 86px;
    margin-top: -270px;
    margin-right: 0px;
    margin-left: -152px;
  }
  .link-block-84.line-4 {
    left: 0px;
    width: 75px;
    height: 86px;
    margin-top: -271px;
    margin-right: 0px;
    margin-left: -95px;
  }
  .link-block-85.line-3 {
    width: 75px;
    height: 86px;
    margin-top: -181px;
    margin-left: 24px;
  }
  .link-block-85.line-4 {
    left: -146px;
    right: auto;
    width: 75px;
    height: 86px;
    margin-top: -271px;
    margin-right: 0px;
    margin-left: 31px;
  }
  .link-block-86.line-3 {
    width: 75px;
    height: 86px;
    margin-top: -181px;
    margin-left: 6px;
  }
  .link-block-87.line-3 {
    width: 75px;
    height: 86px;
    margin-top: -181px;
    margin-left: -13px;
  }
  .link-block-88.line-3 {
    width: 75px;
    height: 86px;
    margin-top: -181px;
    margin-left: 6px;
  }
  .link-block-80-copy {
    width: 75px;
    height: 86px;
  }
  .div-block-222 {
    width: 100%;
  }
  .div-block-223 {
    margin-top: -51px;
  }
  .div-block-225 {
    width: 155px;
    height: 175px;
  }
  .div-block-226 {
    width: 155px;
    height: 175px;
    padding-left: 0px;
  }
  .div-block-227 {
    width: 155px;
    height: 175px;
    padding-right: 0px;
  }
  .image-162 {
    width: 75%;
  }
  .div-block-232 {
    width: 350px;
    height: 350px;
  }
  .la-about_paragraph-copy {
    width: 95%;
  }
  .heading-77 {
    margin-top: 108px;
    margin-right: -3px;
    margin-left: 10px;
    font-size: 25px;
    line-height: 35px;
  }
  .past-events-date {
    height: auto;
  }
  .grid-27 {
    width: auto;
  }
  .paragraph-60 {
    height: 100%;
    padding-right: 20%;
    padding-left: 20%;
  }
  .columns-13 {
    display: none;
  }
  .upcoming-events-linkblock.van {
    width: 20%;
  }
  .upcoming-events-linkblock.la {
    width: 20%;
  }
  .div-block-247 {
    width: 200px;
    height: 200px;
    margin-top: 10px;
    margin-bottom: 10px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .div-block-248 {
    width: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block-249 {
    width: 200px;
    height: 200px;
    margin-top: 10px;
    margin-bottom: 10px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .div-block-250 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 200px;
    height: 200px;
    margin-top: 10px;
    margin-bottom: 10px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .div-block-256 {
    display: none;
  }
  .div-block-257 {
    width: 100%;
  }
  .heading-82 {
    font-size: 18px;
    line-height: 17px;
  }
  .paragraph-64 {
    padding-right: 15px;
  }
  .image-167 {
    margin-left: 0px;
  }
  .div-block-264 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .div-block-264._2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-265 {
    width: 100%;
    margin-right: 0%;
    margin-left: 0%;
    padding: 10% 5% 10% 10%;
  }
  .div-block-266 {
    width: 100%;
  }
  .div-block-266._2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-269 {
    width: 100%;
  }
  .div-block-270 {
    width: 100%;
  }
  .div-block-272 {
    margin-top: 1000px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .div-block-273 {
    width: 60%;
    height: 100%;
    padding: 5% 60px 2%;
    border-radius: 20px 0px 0px 20px;
  }
  .div-block-274 {
    height: auto;
    padding: 2%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    box-shadow: none;
  }
  .div-block-275 {
    display: block;
    margin-bottom: 2%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block-276 {
    width: 80%;
    padding-bottom: 2%;
  }
  .heading-87 {
    margin-top: 0px;
  }
  .image-170 {
    width: 75%;
  }
  .paragraph-73 {
    display: none;
  }
  .div-block-277 {
    width: auto;
    margin-left: 0%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .grid-28 {
    display: none;
  }
  .div-block-281 {
    background-size: cover;
  }
  .link-block-94 {
    width: 150px;
    height: 150px;
  }
  .slider-9 {
    display: block;
    width: 100%;
    height: 200px;
    margin-top: 0%;
    margin-right: 0%;
    margin-left: 0%;
    background-color: transparent;
  }
  .heading-87-copy {
    color: #52bfc9;
  }
  .paragraph-72-copy {
    width: auto;
    color: #52bfc9;
    line-height: 15px;
  }
  .paragraph-73-copy-copy {
    color: #52bfc9;
  }
  .image-170-copy {
    display: inline-block;
    width: 80%;
    margin-left: 0px;
  }
  .div-block-276-copy {
    width: auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }
  .left-arrow-7 {
    width: 15%;
  }
  .right-arrow-8 {
    width: 15%;
  }
  .mask-3 {
    border-radius: 0px;
  }
  .div-block-74 {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block74-5 {
    display: block;
    margin-bottom: 2%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block-75-5 {
    height: auto;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .columns-15 {
    display: block;
    margin-right: 0%;
    margin-left: 0%;
  }
  .div-block-83 {
    display: block;
  }
  .div-block-81 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .slider-10 {
    display: block;
  }
  .div-block-81-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .timeline-event._1 {
    width: 175px;
    height: 175px;
    margin-right: 10px;
    margin-left: 10px;
  }
  .timeline-event._2 {
    width: 175px;
    height: 175px;
    margin-right: 10px;
    margin-left: 10px;
  }
  .timeline-event._3 {
    width: 175px;
    height: 175px;
    margin-right: 10px;
    margin-left: 10px;
  }
  .timeline-event._4 {
    width: 175px;
    height: 175px;
    margin-right: 10px;
    margin-left: 10px;
  }
  .link-block-95 {
    width: 225px;
    height: 150px;
    background-size: contain;
    background-repeat: repeat-x;
  }
  .div-block-284 {
    margin-top: 15px;
    margin-bottom: 15px;
    padding-bottom: 0px;
    border-bottom-style: none;
  }
  .link-block-96 {
    width: 200px;
    margin-right: 10px;
    margin-left: 10px;
  }
  .div-block-288 {
    padding-left: 1%;
  }
  .div-block-289 {
    padding-right: 1%;
  }
  .counter-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block-295 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .div-block-296 {
    width: 100%;
  }
  .div-block-297 {
    width: 100%;
    padding: 5% 10%;
  }
  .social-media-smartphone {
    display: none;
    width: 700px;
    height: 140px;
  }
  .navbar-2 {
    background-color: #fff;
  }
  .nav-menu-3 {
    margin-right: 0px;
  }
  .nav-link-3 {
    color: #fff;
  }
  .nav-link-4.w--current {
    color: #fff;
  }
  .nav-link-5 {
    color: #fff;
  }
  .div-block-299 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #c1bbf6;
  }
  .la-team {
    padding-top: 60px;
    padding-right: 50px;
    padding-left: 50px;
  }
  .la-bio {
    font-size: 14px;
    line-height: 24px;
  }
  .la-name {
    font-size: 44px;
    line-height: 44px;
  }
  .la-position {
    font-size: 20px;
    line-height: 35px;
  }
  .image-175 {
    width: 90%;
    height: 90%;
  }
  .div-block-300 {
    width: 300px;
    height: 300px;
    margin-right: 0%;
    margin-left: -5%;
  }
  .image-176 {
    width: 90%;
    height: 90%;
  }
  .image-175-copy {
    width: 80%;
    height: 80%;
    margin-left: -42px;
  }
  .team-intro-phone-horiz {
    display: none;
  }
  .menu-button-2 {
    background-color: transparent;
    background-image: none;
  }
  .menu-button-2:active {
    background-color: #fff;
  }
  .div-block-301 {
    margin-right: 30px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .team-intro-phone-vert {
    display: none;
  }
  .div-block-302 {
    position: absolute;
    top: 76px;
    width: 100%;
    height: 500px;
    margin-top: 0%;
    margin-bottom: 0%;
    margin-left: 0px;
    padding-bottom: 30%;
    padding-left: 0%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .link-block-98 {
    display: none;
  }
  .image-177 {
    margin-left: -50px;
  }
  .la-partnerships-div {
    border-bottom: 2px solid #ececed;
  }
  .link-block-99 {
    width: 150px;
    height: 150px;
  }
  .link-block-100 {
    width: 150px;
    height: 150px;
  }
  .image-182._1 {
    width: 25%;
  }
  .amin {
    padding: 0px;
  }
  .div-block-310 {
    width: 50%;
    margin-top: 0px;
  }
  .html-embed-3 {
    width: 100%;
  }
  .div-block-311 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .image-184 {
    margin-top: 38px;
  }
  .image-184._2 {
    margin-top: 40px;
  }
  .image-184._3 {
    margin-top: 38px;
  }
  .image-184._4 {
    margin-top: 35px;
  }
  .image-184._5 {
    margin-top: 33px;
  }
  .image-184._6 {
    margin-top: 40px;
  }
  .image-184._13 {
    margin-top: 28px;
  }
  .image-184._15 {
    margin-top: 42px;
  }
  .image-184._16 {
    margin-top: 30px;
  }
  .link-block-107 {
    width: 150px;
    height: 150px;
  }
  .image-186 {
    display: none;
  }
  .la-heading-phone {
    display: none;
  }
  .navbar-3 {
    background-color: #fff;
  }
  .div-block-313 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #c1bbf6;
  }
  .link-block-98-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 10px;
    margin-bottom: 20px;
  }
  .la-head-div {
    margin-right: 30px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .scrolling-objects {
    display: none;
  }
  .newsletter-object {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .form-6 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .div-block-316 {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .div-block-317 {
    width: 40%;
    height: 250px;
  }
  .heading-105 {
    font-size: 25px;
  }
  .image-194 {
    width: 200px;
  }
  .la-event {
    padding-right: 50px;
    padding-left: 50px;
  }
  .link-block-109 {
    width: 262px;
    height: 150px;
  }
  .slider-11 {
    width: auto;
  }
  .div-block-320 {
    margin-right: 25px;
    margin-left: 25px;
  }
  .event-card {
    width: 200px;
    height: auto;
  }
  .div-block-321 {
    margin-right: 20px;
    margin-left: 20px;
  }
  .heading-108 {
    font-size: 34px;
    line-height: 40px;
    text-align: center;
  }
  .heading-109 {
    text-align: center;
  }
  .heading-111 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: -114px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .la-event-when {
    position: relative;
    z-index: 1;
  }
  .counter-wrap {
    margin-right: 10px;
    margin-left: 10px;
  }
  .counter-text {
    font-size: 16px;
  }
  .counter-number {
    font-size: 64px;
  }
  .la-event-page-navbar {
    background-color: transparent;
  }
  .la-event-description {
    font-size: 16px;
  }
  .nav-menu-4 {
    margin-right: 0px;
  }
  .la-nav-buttons-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #c1bbf6;
  }
  .la-event-nav-button {
    color: #fff;
  }
  .div-block-325 {
    margin-bottom: -285px;
  }
  .register-button-event-page {
    display: none;
    margin-right: 10px;
    margin-bottom: 20px;
  }
  .la-event-faq {
    position: static;
    height: auto;
    margin-top: 0px;
    padding-top: 0px;
  }
  .heading-116 {
    margin-bottom: 15px;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 2px;
    text-transform: none;
  }
  .accordion-wrapper {
    max-width: 100%;
  }
  .accordion-item {
    padding-right: 15px;
  }
  .accordion-item-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .paragraph-750 {
    width: 100%;
  }
  .div-block-331 {
    margin-top: 101px;
  }
  .div-block-151-5 {
    width: 660px;
    height: 325px;
    margin-right: 10px;
    margin-left: 10px;
  }
  .past-events-heading {
    font-size: 25px;
    line-height: 30px;
  }
  .heading-125 {
    text-align: center;
  }
  .paragraph-758 {
    text-align: center;
  }
  .van-event-copy {
    padding-left: 0px;
  }
  .la-event-detail {
    padding-left: 0px;
  }
  .la-card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 220px;
    height: 250px;
    margin-right: 10px;
    padding: 15px 17px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
  }
  .details-cards-wrap {
    width: 680px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .row-1-wrap {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .la-card-heading {
    font-size: 25px;
    line-height: 30px;
  }
  .who-content {
    font-size: 15px;
    line-height: 20px;
  }
  .where-content {
    font-size: 15px;
    line-height: 20px;
  }
  .when-content {
    font-size: 15px;
    line-height: 20px;
  }
  .what-card {
    width: 660px;
    height: auto;
    margin-right: 10px;
    margin-left: 10px;
    padding-bottom: 0px;
  }
  .workshops-sub {
    font-size: 15px;
    line-height: 20px;
  }
  .workshop-cards-wrap {
    width: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .workshop-1-card {
    width: 200px;
    height: 200px;
    max-height: 200px;
    margin-top: 10px;
    margin-bottom: 10px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .workshop-card-heading {
    font-size: 24px;
    line-height: 20px;
  }
  .workshop-card-content {
    margin-bottom: 10px;
    padding-right: 15px;
  }
  .workshop-2-card {
    width: 200px;
    height: 200px;
    margin-top: 10px;
    margin-bottom: 10px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .workshop-3-card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 200px;
    height: 200px;
    margin-top: 10px;
    margin-bottom: 10px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .la-event-header {
    padding-right: 40px;
    padding-bottom: 133px;
    padding-left: 40px;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#c1c4fe), color-stop(54%, transparent)), url('../images/xdhacksbg_00359.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(193, 187, 246, 0.36)), to(rgba(193, 187, 246, 0.36)));
    background-image: linear-gradient(0deg, #c1c4fe, transparent 54%), url('../images/xdhacksbg_00359.png'), linear-gradient(180deg, rgba(193, 187, 246, 0.36), rgba(193, 187, 246, 0.36));
    background-position: 0px 0px, 50% 100%, 0px 0px;
    background-size: auto, cover, auto;
    background-repeat: repeat, no-repeat, repeat;
  }
  .heading-128 {
    font-size: 36px;
  }
  .la-event-corner-graphic {
    margin-right: -75px;
  }
  .la-event-heading-wrapper {
    margin-top: 100px;
  }
  .counter-wrap-seconds {
    margin-right: 10px;
    margin-left: 10px;
  }
  .div-block-361 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .workshop-tabs {
    width: auto;
    max-width: 90%;
    min-height: 500px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .workshop-description {
    margin-bottom: 0px;
  }
  .workshop-author-description {
    margin-bottom: 0px;
  }
  .workshop-desc-toggle {
    position: static;
  }
  .div-block-366 {
    height: 30px;
    margin-top: -8px;
  }
  .link-block-119 {
    width: 250px;
    height: 100px;
  }
  .image-200 {
    min-width: 150px;
  }
  .slider-12 {
    max-height: none;
    min-height: 600px;
  }
  .image-201 {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    width: 1200px;
    margin-top: 0px;
  }
  .link-block-120 {
    width: 173%;
  }
  .link-block-121 {
    width: 173px;
  }
  .paragraph-759 {
    line-height: 26px;
    text-align: center;
  }
  .event-banner {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    width: 1200px;
    margin-top: 0px;
    margin-left: -27%;
  }
  .heading-1260 {
    margin-top: 86px;
    margin-left: 10%;
  }
  .heading-1261 {
    font-size: 36px;
  }
  .image-202 {
    width: 450px;
    margin-top: 2px;
  }
  .link-block-129 {
    width: 140px;
    height: 140px;
    margin-left: -400px;
  }
  .facebook-button-banner {
    margin-top: -422px;
  }
  .image-203 {
    width: 70px;
    height: 70px;
  }
  .instagram-button-banner {
    margin-top: -25px;
  }
  .instagram-banner-link-block {
    width: 140px;
    height: 140px;
    margin-right: -5px;
    margin-left: -402px;
  }
  .instagram-logo {
    width: 70px;
    height: 70px;
  }
  .link-block-130 {
    width: 260px;
    height: 90px;
  }
  .heading-1262 {
    margin-bottom: 10px;
    font-size: 26px;
  }
  .div-block-374 {
    margin-top: 9px;
  }
  .div-block-375 {
    width: 260px;
    height: 90px;
    margin-right: 30px;
    margin-left: 30px;
  }
  .div-block-376 {
    width: 260px;
    height: 90px;
  }
  .div-block-377 {
    width: 260px;
    height: 90px;
    margin-right: 30px;
    margin-left: 30px;
  }
  .button-back {
    width: 260px;
    height: 90px;
  }
  .text-block-57 {
    margin-top: 405px;
    font-size: 22px;
  }
  .div-block-378 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .la-event-schedule {
    position: static;
    display: none;
    min-height: 0px;
    margin-top: 0px;
    padding-right: 20px;
    padding-bottom: 60px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .heading-1263 {
    position: static;
    display: block;
    font-size: 64px;
  }
  .text-block-58 {
    display: block;
    font-size: 24px;
  }
  .div-block-379 {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .image-204 {
    margin-right: 0px;
  }
  .image-205 {
    margin-left: 0px;
  }
  .div-block-380 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    clear: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .link-block-131 {
    width: 100px;
    height: 100px;
  }
  .div-block-382 {
    height: auto;
  }
  .div-block-383 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block-384 {
    width: 50%;
    margin-right: 0px;
    margin-left: 0px;
  }
  .paragraph-762 {
    text-align: center;
  }
  .heading-1265 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .event-schedule-wrapper {
    width: 100%;
    padding-right: 0%;
    padding-left: 0%;
  }
  .la-event-register {
    padding-right: 60px;
    padding-bottom: 60px;
    padding-left: 60px;
  }
  .schedule-row-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .paragraph-750-copy {
    width: 100%;
  }
  .schedule-row-detail {
    display: none;
    width: 100%;
  }
  .div-block-387 {
    margin-top: 1172px;
  }
  .div-block-388 {
    margin-top: 574px;
  }
  .headstart-stem {
    width: 150px;
    height: 150px;
  }
  .uniglobe {
    width: 150px;
    height: 150px;
  }
  .text-block-60 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .la-title-div {
    margin-top: 200px;
  }
  .la-title-div.la {
    margin-top: 218px;
  }
  .uniglobe-copy {
    width: 150px;
    height: 150px;
  }
  .stem-to-go {
    width: 150px;
    height: 150px;
  }
  .zoom {
    width: 150px;
    height: 150px;
    background-image: url('../images/zoom-logo-with-icon.jpg');
  }
  .image-218 {
    width: 175px;
    margin-right: 20px;
    margin-left: 20px;
  }
  .image-219 {
    width: 175px;
    margin-right: 20px;
    margin-left: 20px;
  }
  .text-block-61 {
    font-size: 32px;
    line-height: 36px;
  }
  .twitter-button-banner {
    margin-top: -25px;
  }
  .twitter-hexagon {
    width: 140px;
    height: 140px;
    margin-left: 0px;
  }
  .div-block-308-v2 {
    height: 325px;
  }
  .div-block-307-v2 {
    width: 85%;
    margin-right: auto;
    margin-left: auto;
    padding-left: 10%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .div-block-307-copy {
    width: 85%;
    margin-right: auto;
    margin-left: auto;
    padding-left: 10%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .div-block-305-v2._1._2 {
    width: 90%;
    height: 200px;
    padding-top: 0px;
  }
  .div-block-305-v2._1._12345 {
    width: 90%;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    padding: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .team-member-container.jenny {
    display: block;
  }
  .div-block-407 {
    width: 400px;
    height: auto;
    padding-right: 0px;
  }
  .paragraph-774 {
    height: auto;
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 20px;
  }
  .paragraph-774.kaden {
    display: none;
    width: auto;
    height: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .paragraph-774.jenny {
    display: none;
  }
  .la-footer {
    margin-top: 942px;
  }
  .div-block-408 {
    width: 100%;
    margin-bottom: 76px;
  }
  .footer-facebook {
    width: 120px;
    height: 120px;
    margin-left: 0px;
  }
  .footer-image {
    width: 60px;
    height: 60px;
  }
  .footer-email {
    width: 120px;
    height: 120px;
    margin-left: 0px;
  }
  .footer-image-email {
    width: 80px;
    height: auto;
  }
  .footer-instagram {
    width: 120px;
    height: 120px;
    margin-left: 0px;
  }
  .footer-twitter {
    width: 120px;
    height: 120px;
    margin-left: 0px;
  }
  .footer-image-twitter {
    width: 70px;
    height: 70px;
  }
  .footer-discord {
    width: 120px;
    height: 120px;
    margin-left: 0px;
  }
  .footer-image-discord {
    width: 70px;
    height: 70px;
  }
  .discord-banner-link-block-copy {
    width: 140px;
    height: 140px;
    margin-left: -400px;
  }
  .first-row {
    margin-top: -422px;
  }
  .second-row {
    margin-top: -27px;
  }
  .third-row {
    margin-top: -27px;
  }
  .discord-hexagon {
    width: 140px;
    height: 140px;
    margin-left: 0px;
  }
  .flarehacks {
    width: 150px;
    height: 150px;
  }
  .footerr {
    display: block;
    margin-top: 0%;
    margin-bottom: 0px;
    padding-top: 10px;
  }
  .footerr.cc-subscribe-form {
    padding-right: 0px;
    padding-left: 0px;
  }
  .footerr.cc-deco-block-wrap {
    margin-top: 0px;
    margin-bottom: -100px;
    padding: 48px 0px 159px;
    background-image: url('../images/bg2.2.png');
    background-position: 0px 0px;
    background-size: cover;
  }
  .why-2 {
    height: 200px;
  }
  .heading-1280 {
    font-size: 50px;
  }
  .paragraph-775 {
    font-size: 20px;
    line-height: 27px;
  }
  .image-220 {
    height: 400px;
  }
  .div-block-413 {
    padding-top: 50px;
    padding-right: 30px;
    padding-left: 30px;
  }
  .grid-32 {
    width: 380px;
    height: 380px;
  }
  .paragraph-777 {
    font-size: 15px;
    line-height: 15px;
  }
  .paragraph-778 {
    font-size: 14px;
    line-height: 24px;
  }
  .paragraph-779 {
    font-size: 12px;
    line-height: 20px;
  }
  .div-block-422 {
    width: 100%;
  }
  .div-block-425 {
    width: 175px;
    height: 175px;
  }
  .why-5 {
    padding-right: 10%;
    padding-left: 10%;
  }
  .k1-packaging {
    width: 150px;
    height: 150px;
  }
  .workshop-photo {
    min-width: 150px;
  }
  .author-photo {
    min-width: 150px;
  }
  .fleo {
    width: 250px;
    height: 100px;
  }
  .author-2-photo {
    min-width: 150px;
  }
  .echoar-sponsor {
    width: 200px;
    height: 125px;
  }
  .fleo-sponsor {
    width: 200px;
    height: 125px;
  }
  .hackathon-international-sponsor {
    width: 200px;
    height: 125px;
  }
  .yeti {
    width: 150px;
    height: 150px;
  }
  .div-block-432 {
    display: block;
  }
  .xyz {
    width: 175px;
    height: 150px;
  }
  .image-223 {
    display: block;
  }
  .three-cards {
    margin-left: -10%;
  }
  .paragraph-785 {
    font-size: 14px;
    line-height: 14px;
  }
  .div-block-444._2 {
    width: 40%;
  }
  .heading-1295 {
    font-size: 20px;
    line-height: 20px;
  }
  .grid-34._2 {
    width: 60%;
  }
  .grid-36 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }
  .grid-38 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }
  .stemenrichmentyouth {
    width: 150px;
    height: 150px;
  }
  .lifehacks-winners {
    position: static;
    height: auto;
    margin-top: 0px;
  }
  .div-block-455 {
    padding-right: 60px;
    padding-left: 60px;
  }
  .heading-1298 {
    font-size: 58px;
  }
  .text-block-84 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    font-size: 28px;
  }
  .div-block-458 {
    width: 100%;
  }
  .div-block-459 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-460 {
    width: 100%;
    margin-left: 0px;
  }
  .div-block-462 {
    width: 600px;
    margin-top: 37px;
    margin-left: 16px;
  }
  .sound-mood-head {
    font-size: 48px;
  }
  .sound-mood-team {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 200px;
    font-size: 28px;
  }
  .div-block-463 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .heading-1299 {
    font-size: 38px;
  }
  .text-block-88 {
    margin-top: 20px;
  }
  .heading-1300 {
    font-size: 30px;
  }
  .div-block-466 {
    height: 63%;
  }
  .exec-team-header {
    font-size: 42px;
  }
  .grid-39 {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .link-block-142 {
    margin-left: 94px;
  }
  .sponsors-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cart-button {
    margin-right: 15px;
  }
  .text-field-dark.cc-subscribe-input {
    width: auto;
    margin-right: 0px;
    margin-bottom: 10px;
    text-align: center;
  }
  .label {
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .label.cc-footer-section-headline {
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 10px;
    line-height: 15px;
  }
  .label.cc-category-link {
    margin-bottom: 10px;
  }
  .label.cc-category-link.w--current {
    margin-bottom: 10px;
  }
  .label.cc-category-link {
    margin-bottom: 10px;
  }
  .label.cc-category-link.w--current {
    margin-bottom: 10px;
  }
  .slide_para {
    width: auto;
    height: auto;
    font-size: 15px;
    line-height: 20px;
    text-align: left;
  }
  .small-paragraph {
    font-size: 12px;
    line-height: 15px;
  }
  .menu-item {
    color: #fff;
  }
  .text-field {
    width: auto;
    margin-right: 0px;
    margin-bottom: 10px;
    border-radius: 8px;
    text-align: center;
  }
  .text-field::-webkit-input-placeholder {
    text-align: center;
  }
  .text-field:-ms-input-placeholder {
    text-align: center;
  }
  .text-field::-ms-input-placeholder {
    text-align: center;
  }
  .text-field::placeholder {
    text-align: center;
  }
  .text-field.cc-textarea {
    margin-bottom: 20px;
  }
  .about-timeline {
    display: block;
    width: 100%;
    margin-top: 0%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
  }
  .about-timeline.cc-deco-block-wrap {
    margin-bottom: 0px;
    padding-bottom: 168px;
  }
  .wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80%;
    margin-left: 0px;
    padding-top: 5%;
    padding-right: 0%;
    padding-left: 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .wrap.cc-menu {
    padding: 10px 25px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .nav-menu {
    background-color: #d4d6fe;
  }
  .page-headline-wrap {
    width: 90%;
  }
  .page-headline-wrap.cc-overlayed-headline {
    width: auto;
    max-width: none;
    padding-left: 0px;
  }
  .big-paragraph {
    font-size: 15px;
    line-height: 20px;
  }
  .what-is {
    width: 90%;
    margin-bottom: auto;
  }
  .subheadline-wrap.cc-separate-subheadline {
    width: 400px;
  }
  .timeline-event-wrap {
    width: 100%;
  }
  .form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .footer-grid-column {
    font-size: 12px;
  }
  .footer-email-link {
    font-size: 10px;
  }
  .subscribe-wrap {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 40px;
    padding-left: 40px;
  }
  .error-message {
    font-size: 14px;
    line-height: 22px;
  }
  .parallax-section {
    margin-bottom: 0px;
  }
  .parallax-section.cc-about-parallax {
    margin-right: 0px;
    margin-left: 0px;
  }
  .magazine-headline {
    height: 100px;
  }
  .magazine-small-image-1 {
    width: 80px;
    height: 80px;
    margin-right: 10px;
    margin-bottom: 0px;
  }
  .magazine-small-image-2 {
    width: 80px;
    height: 80px;
    margin-top: 0px;
    margin-left: 10px;
    background-size: cover;
  }
  .magazine-images-wrap {
    width: auto;
    margin-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header-image {
    width: auto;
    min-width: auto;
    margin-top: 0%;
    margin-bottom: 57px;
    padding-right: 8%;
    padding-left: 10%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .header-section {
    margin-top: 11%;
    margin-bottom: -20%;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header-content {
    left: auto;
    width: 100%;
    height: 60%;
    margin-top: 0%;
    margin-right: auto;
    margin-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .header-text {
    margin-left: 0%;
  }
  .header-headline-wrap {
    margin-top: 5%;
  }
  .magazine-image {
    width: 200px;
    height: 200px;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
  }
  .magazine-section {
    margin-top: 60px;
  }
  .magazine-small-images {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .contact-form-wrap {
    width: 400px;
    margin-right: auto;
    margin-left: auto;
    padding: 40px;
  }
  .contact-details-wrap {
    margin-bottom: -30px;
  }
  .magazine-content-wrap {
    padding-left: 0px;
  }
  .deco-block {
    top: 29px;
    margin-right: 25px;
    padding-right: 4%;
    padding-left: 4%;
  }
  .wrap-overlayed {
    padding-right: 4%;
    padding-left: 4%;
  }
  .contact-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .category-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .breadcrumb-wrapper {
    display: none;
    margin-top: 0px;
  }
  .utility-page-form {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .image {
    width: 100px;
    margin-top: -2%;
    margin-right: 0%;
    margin-left: -30%;
  }
  .heading {
    text-align: center;
  }
  .image-9 {
    width: auto;
    height: 75px;
    margin-top: 25px;
    margin-bottom: 10px;
  }
  .image-10 {
    width: auto;
    height: 75px;
  }
  .image-11 {
    width: auto;
    margin-top: 0px;
  }
  .footer-v1-column {
    width: 20%;
    padding-right: 4px;
    padding-left: 4px;
  }
  .footer-v1-logo-column {
    width: 30%;
    padding-right: 10px;
  }
  .logo {
    line-height: 20px;
  }
  .heading-6 {
    font-size: 30px;
  }
  .team-member-color-photo {
    height: 240px;
  }
  .div-block-16 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-20 {
    height: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .div-block-21 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .column-2 {
    height: 400px;
  }
  .div-block-22 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .image-54 {
    margin-top: 137px;
    margin-left: -63px;
  }
  .image-55 {
    width: 30px;
    margin-top: -3px;
    margin-left: -54px;
  }
  .image-56 {
    width: 25px;
    margin-top: 275px;
    margin-left: -76px;
  }
  .image-57 {
    width: 75px;
    height: 75px;
    margin-left: 300px;
  }
  .image-59 {
    margin-top: 0px;
  }
  .link-block-3 {
    left: 300px;
    width: 125px;
    height: 145px;
    margin-left: 0px;
  }
  .heading-8 {
    margin-top: 0px;
  }
  .section-3 {
    width: 550px;
    margin-right: auto;
    margin-left: auto;
  }
  .text-block-10 {
    left: auto;
    top: auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }
  .div-block-28 {
    width: 200px;
    height: 200px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 200px;
  }
  .image-61 {
    width: 400px;
  }
  .slider-2 {
    width: 365px;
    height: 212px;
    margin-top: 65px;
    border-radius: 0px;
    background-color: transparent;
  }
  .slide {
    border-radius: 0px;
  }
  .div-block-30 {
    width: 75px;
    height: 75px;
    margin-top: -98px;
    margin-left: 450px;
  }
  .div-block-31 {
    height: 100%;
  }
  .columns {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }
  .div-block-33 {
    height: auto;
  }
  .div-block-34 {
    width: 500px;
    height: 500px;
    background-image: url('../images/purple3-noborder.png');
    background-position: 0px 0px;
    background-size: cover;
  }
  .div-block-35 {
    width: 500px;
    height: 500px;
    background-image: url('../images/magenta-noborder.png');
    background-position: 0px 0px;
    background-size: cover;
  }
  .div-block-36 {
    width: 500px;
    height: 500px;
    background-image: url('../images/purple2-noborder.png');
    background-position: 0px 0px;
    background-size: cover;
  }
  .link-block-4 {
    margin-left: 200px;
  }
  .columns-2 {
    display: block;
  }
  .section-6 {
    display: block;
  }
  .paragraph-9 {
    width: 90%;
    font-size: 15px;
    line-height: 20px;
  }
  .link-block-12 {
    position: absolute;
    right: 63px;
    width: 150px;
    height: 175px;
  }
  .text-block-14 {
    width: 100px;
    font-size: 20px;
    line-height: 20px;
  }
  .columns-4 {
    padding-top: 0px;
  }
  .slide-2 {
    border-radius: 0px;
  }
  .mask {
    border-radius: 0px;
  }
  .div-block-73 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .image-95 {
    width: auto;
    height: 75px;
  }
  .about-header {
    height: auto;
    margin-top: 0px;
    margin-bottom: -70px;
    margin-left: 0px;
    padding-right: 0px;
    padding-bottom: 190px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .paragraph-16 {
    width: 100%;
  }
  .div-block-88 {
    margin-right: 0px;
    margin-left: 0px;
  }
  .div-block-89 {
    width: 375px;
    padding: 30px 10%;
  }
  .grid-13 {
    width: 400px;
    margin-top: 25px;
    margin-left: 0px;
    grid-template-areas: "Area" "Area-2" "Area-3";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .div-block-90 {
    width: 100%;
    height: 150px;
  }
  .heading-26 {
    font-size: 45px;
    line-height: 40px;
  }
  .image-106 {
    width: 25%;
    height: auto;
  }
  .image-107 {
    width: 25%;
  }
  .heading-27 {
    font-size: 45px;
    line-height: 40px;
  }
  .image-108 {
    width: 25%;
  }
  .heading-28 {
    font-size: 45px;
    line-height: 40px;
  }
  .container-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 30px;
    padding-left: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .heading-29._1 {
    font-size: 27px;
  }
  .div-block-93 {
    margin-top: 0px;
    margin-left: 0px;
  }
  .link-block-30 {
    width: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .link-block-31 {
    margin-top: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .link-block-32 {
    margin-top: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .button_header1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 150px;
    height: 45px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .button_header1_text {
    display: block;
    font-size: 14px;
  }
  .button_header2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 150px;
    height: 45px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .button_header2_text {
    font-size: 13px;
    line-height: 14px;
  }
  .button_header2_div {
    width: 145px;
    height: 40px;
    margin-left: 0px;
  }
  .button_header1_div {
    width: 145px;
    height: 40px;
  }
  .slider-8 {
    width: 100%;
  }
  .slide_div {
    width: 75%;
  }
  .link-block-37 {
    left: 325px;
    top: 102px;
    width: 95px;
    height: 95px;
  }
  .link-block-38 {
    left: -13px;
    width: 150px;
    height: 150px;
    margin-top: 0px;
    margin-bottom: -215px;
  }
  .link-block-40 {
    left: 63px;
    top: -41px;
    width: 125px;
    height: 125px;
    margin-bottom: 0px;
  }
  .sponsors-circles {
    width: 480px;
    margin-bottom: 0px;
  }
  .div-block-103 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .link-block-42 {
    left: -16px;
    top: -105px;
    width: 50px;
    height: 50px;
    background-size: cover;
  }
  .link-block-43 {
    left: 250px;
    top: -149px;
    width: 150px;
    height: 150px;
    margin-left: 22px;
  }
  .link-block-44 {
    left: 143px;
    top: -16px;
    width: 200px;
    height: 200px;
    margin-bottom: 0px;
  }
  .sponsor {
    height: auto;
    margin-bottom: -149px;
  }
  .div-block-105 {
    width: 85px;
    height: 85px;
    margin-top: 250px;
  }
  .div-block-106 {
    margin-top: 550px;
    margin-left: 100px;
  }
  .div-block-107 {
    width: 30px;
    height: 30px;
    margin-left: -10px;
  }
  .div-block-108 {
    width: 480px;
  }
  .div-block-109 {
    width: 25px;
    height: 25px;
    margin-top: 0px;
  }
  .div-block-111 {
    width: 25px;
    height: 25px;
    margin-top: -70px;
  }
  .div-block-112 {
    width: 100px;
    height: 100px;
    margin-top: -137px;
    margin-left: 325px;
  }
  .sponsor2 {
    height: 500px;
  }
  .heading-34 {
    font-size: 30px;
  }
  .paragraph-20 {
    font-size: 15px;
    line-height: 24px;
  }
  .div-block-115 {
    width: 100%;
    margin-top: 100px;
    margin-bottom: 20px;
  }
  .image-120 {
    position: static;
    margin-top: 0px;
    margin-bottom: 32px;
  }
  .la-about {
    margin-top: 0px;
    padding-top: 60px;
  }
  .van-schedule {
    margin-right: 0px;
    margin-left: 0px;
  }
  .van-gallery {
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
  }
  .van-registration {
    padding-top: 50px;
    padding-bottom: 60px;
  }
  .grid-15 {
    margin-right: -20%;
    margin-left: -20%;
  }
  .div-block-119 {
    width: auto;
    margin-top: 76px;
    margin-bottom: 20px;
  }
  .heading-35 {
    margin-bottom: 5px;
    font-size: 45px;
  }
  .paragraph-21 {
    margin-bottom: 5px;
  }
  .button_header1_div-copy {
    margin-bottom: 15px;
  }
  .button_header1_div-copy.w--current {
    width: 150px;
    height: 46px;
    margin-bottom: 0px;
  }
  .heading-36 {
    font-size: 34px;
    text-align: center;
  }
  .la-about_paragraph {
    width: 100%;
    text-align: center;
  }
  .div-block-120 {
    width: auto;
  }
  .van-card {
    width: 400px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-right: 30px;
    padding-left: 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block-121 {
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .van-card-heading {
    font-size: 45px;
    line-height: 55px;
  }
  .paragraph-24 {
    font-size: 15px;
    line-height: 30px;
  }
  .paragraph-25 {
    line-height: 30px;
  }
  .paragraph-26 {
    line-height: 25px;
    text-align: center;
  }
  .schedule-list-item {
    width: 400px;
  }
  .div-block-122 {
    margin-left: 0px;
  }
  .schedule-list-item2 {
    width: 400px;
  }
  .paragraph-27 {
    width: 100%;
    text-align: center;
  }
  .div-block-123 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block-124 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .heading-40 {
    width: 300px;
  }
  .van-register {
    margin-bottom: 50px;
  }
  .heading-41 {
    text-align: center;
  }
  .paragraph-28 {
    width: 100%;
  }
  .heading-44 {
    width: 300px;
    text-align: center;
  }
  .van-button1 {
    margin-bottom: 10px;
  }
  .van-button2 {
    margin-left: 0px;
  }
  .div-block-134 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-135 {
    width: 100%;
  }
  .gallery-card1 {
    top: 40%;
  }
  .gallery-card2 {
    left: 13%;
    width: 300px;
    height: 200px;
  }
  .gallery-card3 {
    left: 41%;
    width: 200px;
    height: 150px;
  }
  .gallery-card4 {
    left: 20%;
    top: -20%;
  }
  .gallery-card5 {
    top: -5%;
  }
  .gallery-card6 {
    left: 37%;
    top: -5%;
    width: 245px;
    height: 175px;
    margin-top: 0px;
  }
  .gallery-card7 {
    left: 24%;
    top: 20%;
  }
  .gallery-card8 {
    top: 20%;
    width: 200px;
    height: 135px;
  }
  .gallery-card9 {
    left: 8%;
    top: -33%;
    width: 375px;
    height: 300px;
  }
  .gallery-card10 {
    left: 30%;
    top: 15%;
    width: 250px;
    height: 175px;
  }
  .div-block-136 {
    top: auto;
    margin-top: -71%;
  }
  .div-block-137 {
    margin-top: -300%;
  }
  .heading-45 {
    color: rgba(29, 31, 46, 0.75);
    text-align: center;
  }
  .div-block-139 {
    width: 300px;
    height: 175px;
    margin-top: -10%;
  }
  .div-block-141 {
    width: auto;
  }
  .paragraph-29 {
    width: 100%;
    color: rgba(29, 31, 46, 0.75);
  }
  .menu-item-copy {
    color: #fff;
  }
  .div-block-143 {
    margin-top: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .div-block-148 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-151 {
    width: 400px;
    height: 750px;
  }
  .logo-copy {
    margin-bottom: 5px;
    line-height: 20px;
  }
  .small-paragraph-copy {
    font-size: 12px;
    line-height: 15px;
  }
  .small-paragraph-copy.cc-copyright-footer-copy {
    margin-top: 10px;
    margin-bottom: 0px;
  }
  .button_header1_text-copy {
    display: none;
  }
  .paragraph-32 {
    text-align: center;
  }
  .paragraph-33 {
    text-align: center;
  }
  .button_header1_text-copy {
    display: block;
  }
  .button_header1_text-copyy {
    display: none;
  }
  .link-block-64 {
    top: -133px;
    right: -86px;
    width: 160px;
    height: 160px;
  }
  .what-is2 {
    width: 90%;
    margin-bottom: auto;
  }
  .grid-19 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }
  .div-block-158 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .wrap-copy {
    display: block;
    width: 100%;
    margin-left: auto;
    padding-top: 5%;
    padding-right: 0%;
    padding-left: 0%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .container-10 {
    display: none;
  }
  .div-block-159 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .heading-15-copy {
    font-size: 32px;
    line-height: 40px;
  }
  .page-headline-wrap-copy {
    width: 90%;
  }
  .page-headline-wrap-copy.cc-overlayed-headline {
    width: auto;
    max-width: none;
    margin-top: -16px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .wrap-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80%;
    margin-left: 0px;
    padding-top: 5%;
    padding-right: 0%;
    padding-left: 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .deco-block-copy {
    position: static;
    top: 29px;
    margin-top: -114px;
    margin-right: 25px;
    padding-right: 4%;
    padding-left: 4%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .about-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .heading-48 {
    font-size: 50px;
    line-height: 65px;
  }
  .wrap-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80%;
    margin-left: 0px;
    padding-top: 5%;
    padding-right: 0%;
    padding-left: 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .slide_para-copy {
    font-size: 16px;
    line-height: 20px;
    text-align: left;
  }
  .slide_para-copy {
    width: auto;
    height: auto;
    font-size: 15px;
    line-height: 20px;
    text-align: left;
  }
  .wrap-copy-copy {
    display: block;
    width: 100%;
    margin-left: auto;
    padding-top: 5%;
    padding-right: 0%;
    padding-left: 0%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .slide_para-copy-copy {
    font-size: 16px;
    line-height: 30px;
    text-align: center;
  }
  .hackhub_header_laptop {
    width: 350px;
    height: 312px;
  }
  .hackhub_joinevents {
    background-position: 0px 0px, 0px 0px, 100% 0%;
  }
  .heading-51 {
    font-size: 20px;
    line-height: 25px;
  }
  .paragraph-35 {
    width: 300px;
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 20px;
  }
  .div-block-163 {
    width: 41px;
    height: 50px;
    margin-left: -41px;
  }
  .paragraph-36 {
    font-size: 12px;
    line-height: 15px;
  }
  .link-block-67 {
    width: 41px;
    height: 50px;
  }
  .link-block-68 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 125px;
    height: 30px;
  }
  .hackhub {
    font-size: 12px;
    line-height: 15px;
  }
  .image-148 {
    width: 100%;
  }
  .div-block-165 {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .paragraph-38 {
    padding-left: 0px;
    text-align: center;
  }
  .image-149 {
    width: 100%;
  }
  .paragraph-38-right {
    padding-right: 0px;
    text-align: center;
  }
  .image-150 {
    width: 100%;
    padding-right: 0px;
  }
  .image-151 {
    width: 100%;
  }
  .div-block-167 {
    display: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .paragraph-40 {
    padding-left: 0px;
    text-align: center;
  }
  .paragraph-40-right {
    text-align: center;
  }
  .vie-all-events-button {
    margin-top: 20px;
    margin-left: 0px;
  }
  .div-block-169 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .grid-20 {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .paragraph-41 {
    text-align: center;
  }
  .div-block-165-copy {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block-165-copy {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block-167-copy {
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .grid-20-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .paragraph-43 {
    text-align: center;
  }
  .paragraph-44 {
    text-align: center;
  }
  .paragraph-45 {
    text-align: center;
  }
  .paragraph-46 {
    text-align: center;
  }
  .link-block-68-copy {
    display: none;
    width: 125px;
    height: 30px;
  }
  .div-block-165-copyy {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block-165-copy-copy {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .heading-45-copy {
    color: #ececed;
    text-align: center;
  }
  .paragraph-29-copy {
    width: 100%;
    color: #ececed;
  }
  .nav-link-2 {
    color: #fff;
  }
  .van-about {
    margin-top: -105px;
    padding-top: 60px;
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
  }
  .div-block-172 {
    margin-right: 15px;
    margin-left: 15px;
  }
  .pulse {
    top: 108px;
    right: 137px;
    width: 150px;
    height: 150px;
    margin-top: 15%;
    margin-right: 0%;
    margin-left: 2%;
  }
  .paragraph-49 {
    text-align: center;
  }
  .heading-60._1 {
    height: auto;
  }
  .heading-60._2 {
    height: auto;
    text-align: center;
  }
  .div-block-178 {
    width: 75%;
  }
  .la-contact {
    padding-top: 25px;
    padding-right: 25px;
    padding-left: 25px;
  }
  .link-block-72 {
    width: 200px;
    height: 80px;
    margin-right: 15px;
    margin-left: 15px;
  }
  .text-block-46 {
    font-size: 24px;
  }
  .la-mission_header {
    font-size: 34px;
    text-align: center;
  }
  .la-mission_paragraph {
    width: 100%;
    font-size: 16px;
    text-align: center;
  }
  .paragraph-39 {
    width: 100%;
    text-align: center;
  }
  .brand-2.w--current {
    width: auto;
    height: auto;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 30px;
    background-image: url('../images/XdHacks-Logo.png');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: repeat-y;
    background-attachment: scroll;
  }
  .navbar {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: none;
    width: auto;
    height: auto;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .grid-25 {
    display: -ms-grid;
    display: grid;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
  .div-block-191 {
    width: 250px;
    height: 250px;
    margin-right: 0px;
    padding-top: 25px;
    padding-left: 20px;
  }
  .la-sponsors {
    padding-right: 10px;
    padding-left: 10px;
  }
  .la-contact-header {
    text-align: center;
  }
  .div-block-194 {
    margin-bottom: 25px;
  }
  .paragraph-56 {
    margin-bottom: 0px;
    font-size: 18px;
  }
  .image-159 {
    width: 85px;
    margin-left: 11px;
  }
  .div-block-199 {
    display: none;
  }
  .link-block-77 {
    width: 80%;
    height: 80%;
  }
  .link-block-78 {
    width: 80%;
    height: 80%;
  }
  .link-block-79 {
    width: 80%;
    height: 80%;
  }
  .facebook-image {
    width: 60px;
    margin-left: 24px;
  }
  .instagram-image {
    width: 60px;
    margin-left: 23px;
  }
  .text-block-47 {
    display: none;
  }
  .facebook-text {
    display: none;
  }
  .instagram-text {
    display: none;
  }
  .grid-26 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 300px;
    height: 600px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }
  .link-block-80.line-2 {
    right: auto;
    margin-top: -32px;
    margin-right: 0px;
    margin-left: 1px;
  }
  .link-block-80.line-3 {
    left: -171px;
    top: 72px;
    right: auto;
    margin-top: -19px;
    margin-left: 44px;
  }
  .link-block-80.link-block-82.line-4 {
    left: 46px;
    margin-top: 0px;
    margin-left: 0px;
  }
  .link-block-80.link-block-82.line-2 {
    margin-right: 0px;
    margin-left: 4px;
  }
  .link-block-80.line-4 {
    left: 42px;
    top: -49px;
    margin-top: 0px;
    margin-left: 0px;
  }
  .link-block-80.line-5 {
    left: 117px;
    top: 1px;
    right: auto;
    margin-top: 0px;
    margin-left: 0px;
  }
  .link-block-80.line-5.link-block-82 {
    left: 2px;
    top: -67px;
    margin-left: 0px;
  }
  .link-block-80.line-5.link-block-86 {
    left: -29px;
    margin-left: 0px;
  }
  .link-block-80.link-block-85.line-5 {
    left: 6px;
    top: -67px;
    margin-left: 0px;
  }
  .link-block-80.link-block-85.line-2 {
    margin-top: -17px;
    margin-left: 114px;
  }
  .link-block-80.link-block-84.line-2 {
    left: -115px;
    top: 344px;
    right: auto;
    margin-top: 0px;
    margin-left: 4px;
  }
  .link-block-80.link-block-83.line-2 {
    right: auto;
    margin-top: -32px;
    margin-right: 3px;
    margin-left: -4px;
  }
  .link-block-80.link-block-83.line-3 {
    left: 35px;
    top: -115px;
    margin-top: -76px;
    margin-left: 1px;
  }
  .link-block-80.link-block-86.line-2 {
    left: -92px;
    top: 54px;
    margin-top: -121px;
    margin-left: 89px;
  }
  .div-block-221 {
    display: none;
  }
  .div-block-221._1 {
    display: block;
  }
  .link-block-82 {
    margin-top: 0px;
    margin-left: 4px;
  }
  .link-block-83.line-4 {
    left: 39px;
    top: -42px;
    right: auto;
    margin-top: -16px;
    margin-left: 0px;
  }
  .link-block-84.line-4 {
    left: -2px;
    top: -171px;
    right: auto;
    margin-top: 0px;
    margin-left: 0px;
  }
  .link-block-85.line-3 {
    right: 0px;
    margin-top: -170px;
    margin-left: 0px;
  }
  .link-block-85.line-4 {
    left: 10px;
    top: 19px;
    margin-top: 0px;
    margin-left: 0px;
  }
  .link-block-86.line-3 {
    left: -41px;
    top: -16px;
    right: auto;
    margin-top: 0px;
  }
  .link-block-87.line-3 {
    top: -102px;
    right: -194px;
    margin-top: 0px;
    margin-left: 0px;
  }
  .link-block-88.line-3 {
    left: 75px;
    top: -32px;
    right: auto;
    margin-top: 0px;
  }
  .link-block-80-copy {
    right: auto;
    margin-left: 35px;
  }
  .div-block-222 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-223 {
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-224 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .div-block-225 {
    margin-left: 44px;
  }
  .div-block-226 {
    right: auto;
    margin-top: 149px;
    margin-left: -67px;
  }
  .div-block-227 {
    margin-right: 44px;
    margin-left: -35px;
  }
  .div-block-232 {
    width: 250px;
    height: 250px;
    margin-right: 0px;
    padding-top: 25px;
    padding-left: 20px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.2)), to(hsla(0, 0%, 100%, 0.2))), url('../images/postit_blue_nofold.png');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.2), hsla(0, 0%, 100%, 0.2)), url('../images/postit_blue_nofold.png');
  }
  .div-block-233 {
    width: 250px;
    height: 250px;
    margin-right: 0px;
    padding-top: 25px;
    padding-left: 20px;
  }
  .div-block-234 {
    width: 250px;
    height: 250px;
    margin-right: 0px;
    padding-top: 25px;
    padding-left: 20px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.2)), to(hsla(0, 0%, 100%, 0.2))), url('../images/postit_yellow_nofold.png');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.2), hsla(0, 0%, 100%, 0.2)), url('../images/postit_yellow_nofold.png');
  }
  .div-block-235 {
    width: 250px;
    height: 250px;
    margin-right: 0px;
    padding-top: 25px;
    padding-left: 20px;
  }
  .div-block-236 {
    width: 250px;
    height: 250px;
    margin-right: 0px;
    padding-top: 25px;
    padding-left: 20px;
  }
  .div-block-237 {
    width: 250px;
    height: 250px;
    margin-right: 0px;
    padding-top: 25px;
    padding-left: 20px;
  }
  .b_xdhacksmini {
    width: 200px;
    height: 80px;
    margin-right: 15px;
    margin-left: 15px;
  }
  .la-about_paragraph-copy {
    width: 100%;
    font-size: 16px;
    text-align: center;
  }
  .paragraph-60 {
    width: 100%;
    margin-right: 0%;
    margin-left: 0%;
    padding-right: 20%;
    padding-left: 20%;
  }
  .div-block-244 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .upcoming-events-linkblock {
    margin-right: 5px;
    margin-left: 5px;
  }
  .upcoming-events-linkblock.van {
    width: 40%;
  }
  .upcoming-events-linkblock.la {
    width: 40%;
  }
  .div-block-247 {
    width: 300px;
  }
  .div-block-248 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-249 {
    width: 300px;
  }
  .div-block-250 {
    width: 300px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .link-block-93 {
    margin-left: 250px;
  }
  .div-block-269 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block-270 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block-272 {
    margin-top: 1000px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-273 {
    width: 100%;
    padding-top: 8%;
    padding-right: 8%;
    padding-left: 8%;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  .div-block-274 {
    width: 100%;
    height: auto;
    padding-top: 5%;
    padding-bottom: 5%;
  }
  .heading-86 {
    font-size: 45px;
    line-height: 45px;
  }
  .paragraph-71 {
    margin-bottom: -10px;
  }
  .div-block-275 {
    width: auto;
    margin-right: 2%;
  }
  .div-block-276 {
    width: 75%;
    margin-right: auto;
    margin-left: auto;
  }
  .heading-87 {
    width: auto;
    font-size: 15px;
  }
  .image-170 {
    width: auto;
  }
  .paragraph-72 {
    display: none;
  }
  .paragraph-73 {
    display: block;
    width: 175px;
  }
  .paragraph-73-copy {
    width: 175px;
    font-size: 10px;
    line-height: 15px;
  }
  .bronze-sponsors {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .link-block-94 {
    width: 125px;
    height: 125px;
  }
  .slider-9 {
    width: 80%;
  }
  .left-arrow-7 {
    width: 15%;
  }
  .right-arrow-8 {
    left: auto;
    width: 15%;
    margin-left: 0%;
  }
  .div-block-74 {
    display: block;
    width: auto;
    margin-left: 2%;
  }
  .div-block74-5 {
    display: none;
  }
  .div-block-75-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .paragraph-73-copy {
    width: auto;
  }
  .columns-15 {
    display: none;
  }
  .div-block-83 {
    display: none;
  }
  .paragraph-73-copy-copy {
    width: auto;
  }
  .paragraph-73-copy-copy-copy {
    width: auto;
  }
  .paragraph-82 {
    width: auto;
  }
  .div-block-244-copy {
    display: none;
  }
  .div-block-77 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block-78 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .column-38 {
    display: none;
  }
  .image-172 {
    display: block;
    overflow: visible;
  }
  .column-39 {
    display: none;
  }
  .div-block-81 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .heading-88 {
    margin-bottom: 5px;
    font-size: 20px;
    line-height: 26px;
  }
  .paragraph-73-4 {
    font-size: 14px;
    line-height: 22px;
  }
  .slider-10 {
    background-color: transparent;
  }
  .timeline-event.empty {
    display: none;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .link-block-95 {
    width: 175px;
    height: 125px;
    margin-right: 10px;
    margin-left: 10px;
  }
  .sponsor-us-heading {
    width: 300px;
    text-align: center;
  }
  .sponsor-us-div-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .b_sponsor-contact {
    margin-bottom: 10px;
  }
  .b_package-la {
    margin-left: 0px;
  }
  .b_la-next-event {
    width: 150px;
    height: 46px;
  }
  .div-block-285 {
    width: 150px;
    height: 46px;
  }
  .xdhacks-mini-logo {
    height: 150px;
  }
  .div-block-288 {
    width: 75%;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-right-width: 0px;
  }
  .div-block-289 {
    width: 75%;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
    border-left-width: 0px;
  }
  .div-block-290 {
    display: none;
  }
  .div-block-290.mobile {
    display: block;
  }
  .div-block-293 {
    margin-top: 35px;
    margin-bottom: 35px;
  }
  .paragraph-743 {
    opacity: 1;
  }
  .div-block-294 {
    height: auto;
    margin-top: 35px;
    margin-bottom: 35px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .paragraph-744 {
    margin-bottom: 0px;
    opacity: 1;
    text-align: left;
  }
  .social-media-smartphone {
    display: none;
    width: 650px;
    height: 130px;
  }
  .navbar-2 {
    background-color: #fff;
  }
  .nav-menu-3 {
    margin-right: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .la-team {
    padding-top: 60px;
  }
  .la-bio {
    font-size: 14px;
    line-height: 22px;
    text-align: center;
  }
  .la-name {
    margin-left: -40px;
    font-size: 40px;
  }
  .la-position {
    margin-left: -40px;
    font-size: 18px;
  }
  .image-175 {
    width: 80%;
    height: 80%;
  }
  .image-176 {
    width: 80%;
    height: 80%;
    margin-left: -65px;
  }
  .image-175-copy {
    width: 65%;
    height: 65%;
  }
  .team-intro-pc-tablet {
    display: none;
  }
  .team-intro-phone-horiz {
    display: block;
  }
  .la-team-phone-div {
    border-bottom: 2px solid #ececed;
  }
  .menu-button-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 15px;
    padding-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    background-image: none;
  }
  .menu-button-2:active {
    background-color: #fff;
  }
  .icon-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block-301 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .team-intro-phone-vert {
    display: none;
  }
  .la-contact-team {
    padding-top: 100px;
    padding-right: 25px;
    padding-left: 25px;
  }
  .div-block-302 {
    position: static;
    width: 100%;
    height: 600px;
    margin-bottom: -30%;
    padding-top: 0%;
    padding-bottom: 0%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .link-block-98 {
    display: none;
  }
  .menu-button-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .link-block-99 {
    width: 125px;
    height: 125px;
    margin-right: 10px;
    margin-left: 10px;
  }
  .link-block-100 {
    width: 125px;
    height: 125px;
    margin-right: 10px;
    margin-left: 10px;
  }
  .image-182._1 {
    width: 30%;
  }
  .amin {
    width: 25%;
  }
  .div-block-310 {
    width: 75%;
    margin-left: auto;
  }
  .link-block-107 {
    width: 125px;
    height: 125px;
    background-size: contain;
    background-repeat: repeat-x;
  }
  .div-block-286 {
    width: 250px;
    height: 250px;
    margin-right: 0px;
    padding-top: 25px;
    padding-left: 20px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.2)), to(hsla(0, 0%, 100%, 0.2))), url('../images/postit_blue_nofold.png');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.2), hsla(0, 0%, 100%, 0.2)), url('../images/postit_blue_nofold.png');
  }
  .div-block-287 {
    width: 250px;
    height: 250px;
    margin-right: 0px;
    padding-top: 20px;
    padding-left: 20px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.2)), to(hsla(0, 0%, 100%, 0.2))), url('../images/postit_purple_fold.png');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.2), hsla(0, 0%, 100%, 0.2)), url('../images/postit_purple_fold.png');
  }
  .image-186 {
    display: none;
  }
  .la-heading {
    margin-bottom: 5px;
    font-size: 45px;
  }
  .la-heading-phone {
    display: none;
    margin-bottom: 5px;
    font-size: 45px;
  }
  .la-grid {
    margin-right: -20%;
    margin-left: -20%;
  }
  .navbar-3 {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background-color: #fff;
  }
  .div-block-313 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #c1bbf6;
  }
  .link-block-98-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 10px;
  }
  .la-head-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .newsletter-object {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-314 {
    width: 100%;
    height: 300px;
  }
  .div-block-315 {
    width: 100%;
  }
  .image-193 {
    width: 25%;
  }
  .div-block-316 {
    width: 75%;
  }
  .div-block-317 {
    width: 90%;
    height: auto;
    margin-top: 2%;
    margin-bottom: 2%;
    padding: 5%;
  }
  .div-block-318 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .image-194 {
    display: none;
  }
  .la-event {
    padding-right: 25px;
    padding-left: 25px;
  }
  .la-sponsor-header {
    font-size: 34px;
    text-align: center;
  }
  .link-block-109 {
    width: 200px;
    height: 125px;
  }
  .div-block-320 {
    margin-right: 20px;
    margin-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .event-card {
    height: auto;
  }
  .div-block-321 {
    margin-right: 0px;
    margin-left: 0px;
  }
  .heading-108 {
    font-size: 24px;
    line-height: 28px;
  }
  .heading-109 {
    font-size: 16px;
  }
  .link-block-110 {
    width: 200px;
    height: 50px;
  }
  .heading-110 {
    font-size: 28px;
  }
  .la-counter {
    min-height: 150px;
  }
  .counter-wrap {
    min-width: 50px;
  }
  .counter-number {
    font-size: 48px;
  }
  .la-event-page-navbar {
    background-color: transparent;
  }
  .la-event-description {
    font-size: 16px;
    line-height: 24px;
  }
  .nav-menu-4 {
    margin-right: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .border-layer {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .register-button-event-page {
    display: none;
    margin-right: 10px;
  }
  .la-event-faq {
    position: static;
    height: auto;
    margin-top: 0px;
    padding-top: 0px;
    padding-right: 50px;
    padding-left: 50px;
  }
  .la-main-faq {
    padding-right: 50px;
    padding-left: 50px;
  }
  .link-block-111 {
    width: 200px;
    height: 50px;
  }
  .accordion-wrapper.van {
    width: 100%;
  }
  .accordion-item {
    padding-right: 15px;
  }
  .heading-118 {
    font-size: 22px;
    line-height: 24px;
  }
  .paragraph-750 {
    font-size: 14px;
    line-height: 24px;
  }
  .div-block-331 {
    margin-top: 73px;
    background-color: #fff;
  }
  .heading-119 {
    font-size: 50px;
    text-align: center;
  }
  .paragraph-751 {
    font-size: 14px;
    text-align: center;
  }
  .div-block-151-5 {
    width: 400px;
    height: 750px;
  }
  .past-events-heading {
    font-size: 45px;
    line-height: 55px;
  }
  .div-block-334 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .rich-text-block-2 {
    width: 100%;
  }
  .rich-text-block-3 {
    width: 100%;
  }
  .heading-123 {
    font-size: 50px;
  }
  .paragraph-756 {
    width: 100%;
  }
  .link-block-114 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .div-block-346 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-347 {
    width: 90%;
    height: 400px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .div-block-347._1 {
    width: 45%;
  }
  .heading-125 {
    font-size: 15px;
    line-height: 15px;
    text-align: center;
  }
  .paragraph-758 {
    text-align: center;
  }
  .div-block-348 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block-348._1 {
    margin-top: -20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .div-block-350 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .heading-127 {
    font-size: 50px;
  }
  .la-card {
    width: 400px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-right: 30px;
    padding-left: 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .details-cards-wrap {
    width: auto;
  }
  .row-1-wrap {
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .la-card-heading {
    font-size: 45px;
    line-height: 55px;
  }
  .who-content {
    font-size: 15px;
    line-height: 30px;
  }
  .where-content {
    line-height: 30px;
  }
  .when-content {
    line-height: 25px;
    text-align: center;
  }
  .what-card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 400px;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .workshop-cards-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .workshop-1-card {
    width: 300px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .workshop-card-heading {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 30px;
  }
  .workshop-card-content {
    margin-bottom: 20px;
    font-size: 16px;
  }
  .workshop-card-arrow {
    margin-left: 250px;
  }
  .workshop-2-card {
    width: 300px;
  }
  .workshop-3-card {
    width: 300px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .la-event-header {
    position: relative;
    z-index: 8;
    padding-top: 100px;
    padding-right: 25px;
    padding-left: 25px;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#c1c4fe), color-stop(65%, transparent)), url('../images/xdhacksbg_00359.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(193, 187, 246, 0.36)), to(rgba(193, 187, 246, 0.36)));
    background-image: linear-gradient(0deg, #c1c4fe, transparent 65%), url('../images/xdhacksbg_00359.png'), linear-gradient(180deg, rgba(193, 187, 246, 0.36), rgba(193, 187, 246, 0.36));
    background-position: 0px 0px, 50% 100%, 0px 0px;
    background-size: auto, cover, auto;
    background-repeat: repeat, no-repeat, repeat;
  }
  .heading-128 {
    margin-top: 15px;
    font-size: 28px;
  }
  .la-counter-wrapper {
    margin-top: 10px;
  }
  .la-event-corner-graphic {
    display: none;
    width: 550px;
    margin-right: -55px;
  }
  .la-event-heading-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 33px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .counter-wrap-seconds {
    min-width: 50px;
  }
  .workshop-contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .tab-pane-workshop-1-2 {
    padding-top: 10px;
  }
  .workshop-tabs {
    min-height: 625px;
  }
  .workshops-tabs-links.workshop-2-link {
    margin-right: 20px;
    margin-left: 20px;
  }
  .workshop-tabs-menu-text {
    font-size: 14px;
  }
  .div-block-365 {
    margin-bottom: 37px;
    margin-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .heading-1258 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    text-align: center;
  }
  .workshop-description {
    margin-bottom: 0px;
  }
  .workshop-author-description {
    margin-bottom: 0px;
  }
  .workshop-desc-toggle {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .link-block-119 {
    width: 175px;
    height: 75px;
  }
  .slider-12 {
    max-height: 300px;
    min-height: 250px;
  }
  .heading-1259 {
    margin-left: 60px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .image-201 {
    margin-top: -5px;
  }
  .div-block-368 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .paragraph-759 {
    font-size: 14px;
    line-height: 24px;
  }
  .event-banner {
    margin-top: -5px;
  }
  .heading-1260 {
    margin-top: 28px;
    margin-left: 16%;
    font-size: 32px;
    line-height: 32px;
  }
  .text-span {
    font-size: 40px;
  }
  .div-block-371 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: -274px;
  }
  .heading-1261 {
    margin-top: 60px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    background-color: rgba(236, 236, 237, 0.4);
    font-size: 32px;
    line-height: 36px;
  }
  .div-block-372 {
    height: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .image-202 {
    width: 300px;
  }
  .link-block-129 {
    width: 90px;
    height: 90px;
    margin-right: 5px;
    margin-left: 5px;
  }
  .facebook-button-banner {
    display: none;
    margin-top: -160px;
  }
  .image-203 {
    width: 50px;
    height: 50px;
  }
  .instagram-button-banner {
    display: none;
    margin-top: -90px;
    line-height: 20px;
  }
  .instagram-banner-link-block {
    width: 90px;
    height: 90px;
    margin-right: 5px;
    margin-left: 5px;
  }
  .instagram-logo {
    width: 50px;
    height: 50px;
  }
  .link-block-130 {
    width: 200px;
    height: 60px;
  }
  .heading-1262 {
    font-size: 20px;
  }
  .div-block-374 {
    margin-top: 200px;
  }
  .div-block-375 {
    width: 200px;
    height: 60px;
    margin-right: 15px;
    margin-left: 15px;
  }
  .div-block-376 {
    width: 200px;
    height: 60px;
  }
  .div-block-377 {
    width: 200px;
    height: 60px;
    margin-right: 15px;
    margin-left: 15px;
  }
  .button-back {
    width: 200px;
    height: 60px;
  }
  .text-block-57 {
    display: none;
    margin-top: 200px;
    font-size: 18px;
    line-height: 20px;
  }
  .la-event-schedule {
    position: static;
    min-height: 0px;
    margin-top: 0px;
    padding-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .heading-1263 {
    font-size: 56px;
    line-height: 56px;
  }
  .div-block-379 {
    display: none;
  }
  .image-204 {
    margin-right: 0px;
  }
  .image-205 {
    margin-left: 0px;
  }
  .paragraph-760 {
    text-align: center;
  }
  .link-block-131 {
    width: 125px;
    height: 125px;
  }
  .div-block-381 {
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block-383 {
    width: 100%;
  }
  .div-block-384 {
    width: 50%;
  }
  .heading-1265 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .event-schedule-wrapper {
    width: 100%;
    padding-right: 0%;
    padding-left: 0%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .schedule-row {
    height: auto;
    min-height: 30px;
  }
  .la-event-register {
    padding-right: 40px;
    padding-left: 40px;
  }
  .van-register-2 {
    margin-bottom: 50px;
  }
  .heading-1266 {
    width: 300px;
  }
  .paragraph-763 {
    text-align: center;
  }
  .la-register-button {
    margin-bottom: 50px;
  }
  .schedule-time {
    width: 30%;
    font-size: 19px;
  }
  .schedule-description {
    width: 70%;
    font-size: 19px;
    text-align: right;
  }
  .schedule-row-content {
    display: none;
  }
  .paragraph-750-copy {
    font-size: 14px;
    line-height: 24px;
  }
  .schedule-row-detail {
    font-size: 14px;
    line-height: 24px;
  }
  .div-block-387 {
    margin-top: 1185px;
  }
  .div-block-388 {
    margin-top: 1099px;
  }
  .headstart-stem {
    width: 125px;
    height: 125px;
    margin-right: 10px;
    margin-left: 10px;
  }
  .uniglobe {
    width: 125px;
    height: 125px;
    margin-right: 10px;
    margin-left: 10px;
  }
  .la-title-div {
    width: auto;
    margin-top: 76px;
    margin-bottom: 20px;
  }
  .la-title-div.la {
    margin-top: 64px;
  }
  .uniglobe-copy {
    width: 125px;
    height: 125px;
  }
  .stem-to-go {
    width: 125px;
    height: 125px;
    margin-right: 10px;
    margin-left: 10px;
  }
  .zoom {
    width: 125px;
    height: 125px;
  }
  .image-218 {
    width: 125px;
  }
  .image-219 {
    width: 125px;
  }
  .text-block-61 {
    font-size: 20px;
    line-height: 24px;
  }
  .twitter-button-banner {
    display: none;
    margin-top: -90px;
  }
  .twitter-hexagon {
    width: 90px;
    height: 90px;
    margin-right: 5px;
    margin-left: 5px;
  }
  .social-media-wrapper-phone {
    position: relative;
    z-index: 10;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: -169px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .div-block-308-v2 {
    width: 100%;
  }
  .div-block-307-v2 {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-307-copy {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-305-v2._1 {
    width: 100%;
    height: auto;
    margin-right: auto;
    margin-left: auto;
  }
  .div-block-305-v2._1._2 {
    width: 95%;
    height: 200px;
    margin-right: 0px;
    margin-left: 0%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .div-block-305-v2._1._12345 {
    height: 300px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .div-block-407 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .paragraph-774 {
    display: none;
    height: 100%;
    margin-bottom: 0px;
    font-size: 12px;
    line-height: 16px;
  }
  .paragraph-774.amin {
    width: auto;
    margin-bottom: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .paragraph-774.lucy {
    display: none;
    height: 100%;
  }
  .la-footer {
    margin-top: 909px;
    margin-left: -9px;
  }
  .div-block-408 {
    margin-bottom: 0px;
  }
  .footer-facebook {
    width: 90px;
    height: 90px;
    margin-right: 0px;
    margin-left: 0px;
  }
  .div-block-409 {
    margin-top: -6px;
  }
  .footer-image {
    width: 50px;
    height: 50px;
  }
  .footer-email {
    width: 90px;
    height: 90px;
    margin-right: 0px;
    margin-left: 0px;
  }
  .footer-image-email {
    width: 50px;
    height: 50px;
  }
  .footer-instagram {
    width: 90px;
    height: 90px;
    margin-right: 0px;
    margin-left: 0px;
  }
  .footer-twitter {
    width: 90px;
    height: 90px;
    margin-right: 0px;
    margin-left: 0px;
  }
  .footer-image-twitter {
    width: 50px;
    height: 50px;
  }
  .footer-discord {
    width: 90px;
    height: 90px;
    margin-right: 0px;
    margin-left: 0px;
  }
  .footer-image-discord {
    width: 50px;
    height: 50px;
  }
  .discord-banner-link-block-copy {
    width: 90px;
    height: 90px;
    margin-right: 20px;
    margin-left: 20px;
  }
  .first-row {
    display: none;
    margin-top: -160px;
  }
  .second-row {
    display: none;
    margin-top: -90px;
    line-height: 20px;
  }
  .third-row {
    display: none;
    margin-top: -90px;
  }
  .discord-hexagon {
    width: 90px;
    height: 90px;
    margin-right: 5px;
    margin-left: 5px;
    background-image: url('../images/purple_dark.png');
  }
  .flarehacks {
    width: 125px;
    height: 125px;
    margin-right: 10px;
    margin-left: 10px;
  }
  .footerr {
    display: block;
    width: 100%;
    margin-top: 0%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
  }
  .footerr.cc-deco-block-wrap {
    margin-bottom: 0px;
    padding-bottom: 168px;
  }
  .why-1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .why-2 {
    height: 150px;
  }
  .heading-1280 {
    font-size: 45px;
  }
  .why-header-left {
    width: 50%;
    padding-right: 10px;
    padding-left: 25px;
  }
  .why-header-right {
    width: 50%;
    padding-left: 0px;
  }
  .div-block-413 {
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block-414 {
    width: 100%;
  }
  .paragraph-778 {
    text-align: center;
  }
  .heading-1282.counter {
    font-size: 30px;
  }
  .heading-1283 {
    margin-top: 0px;
    font-size: 20px;
    line-height: 20px;
  }
  .div-block-420 {
    width: 90%;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .div-block-422 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .why-4 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-423 {
    width: 90%;
  }
  .div-block-424 {
    width: 100%;
    margin-top: 5%;
  }
  .paragraph-783 {
    width: 75%;
  }
  .k1-packaging {
    width: 125px;
    height: 125px;
  }
  .div-block-426 {
    width: 325px;
    height: 325px;
    max-height: 325px;
    min-height: 0px;
    min-width: 0px;
  }
  .div-block-427 {
    margin-left: 0px;
  }
  .echoar-signup {
    width: 200px;
    height: 50px;
  }
  .echoar-signup-text {
    font-size: 28px;
  }
  .echoar {
    width: 200px;
    height: 50px;
  }
  .fleo {
    width: 175px;
    height: 75px;
  }
  .event-sponsor {
    margin-bottom: -75px;
  }
  .la-event-sponsor-header {
    font-size: 44px;
    text-align: center;
  }
  .la-event-sponsor-subheader {
    font-size: 22px;
  }
  .text-block-65 {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 20px;
  }
  .echoar-sponsor {
    width: 150px;
    margin-right: 10px;
    margin-left: 10px;
  }
  .fleo-sponsor {
    width: 150px;
    margin-right: 10px;
    margin-left: 10px;
    background-position: 50% 50%;
  }
  .hackathon-international-sponsor {
    width: 150px;
    margin-right: 10px;
    margin-left: 10px;
  }
  .yeti {
    width: 125px;
    height: 125px;
    margin-right: 10px;
    margin-left: 10px;
  }
  .div-block-431 {
    background-color: #fff;
  }
  .xyz {
    width: 125px;
    height: 125px;
  }
  .three-cards {
    margin-top: 75px;
  }
  .div-block-437 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .div-block-439 {
    margin-left: 0%;
  }
  .paragraph-785 {
    margin-bottom: 5px;
  }
  .div-block-444._2 {
    width: auto;
    padding-top: 35px;
    padding-bottom: 20px;
  }
  .heading-1295 {
    font-size: 24px;
    line-height: 25px;
  }
  .link-block-138 {
    margin-top: 5px;
  }
  .grid-34._2 {
    width: 100%;
  }
  .grid-36 {
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto auto;
  }
  .div-block-452 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .heading-1296 {
    font-size: 46px;
  }
  .text-block-81 {
    font-size: 24px;
  }
  .grid-38 {
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto auto;
  }
  .stemenrichmentyouth {
    width: 125px;
    height: 125px;
    margin-right: 10px;
    margin-left: 10px;
  }
  .div-block-455 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .text-block-83 {
    font-size: 20px;
  }
  .heading-1298 {
    font-size: 42px;
  }
  .text-block-84 {
    font-size: 20px;
  }
  .text-block-85 {
    font-size: 18px;
  }
  .div-block-460 {
    margin-left: 0px;
  }
  .div-block-461 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .git {
    margin-right: 20px;
  }
  .drive {
    margin-left: 20px;
  }
  .second-place-links {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .git-second {
    margin-right: 20px;
  }
  .second-discord {
    margin-left: 20px;
  }
  .git-third {
    margin-right: 20px;
  }
  .third-slides {
    margin-left: 20px;
  }
  .sound-mood-head {
    font-size: 32px;
    line-height: 84px;
  }
  .sound-mood-team {
    width: 125px;
    font-size: 20px;
  }
  .heading-1299 {
    font-size: 36px;
    line-height: 50px;
  }
  .heading-1300 {
    font-size: 24px;
    line-height: 20px;
  }
  .div-block-465 {
    margin-right: 10px;
    margin-left: 10px;
  }
  .life-hacks-organizers {
    padding-right: 40px;
    padding-left: 40px;
  }
  .exec-team-header {
    font-size: 36px;
    line-height: 50px;
  }
  .image-233 {
    height: 125px;
  }
  .heading-1301 {
    height: 36px;
    font-size: 24px;
  }
  .text-block-90 {
    font-size: 14px;
  }
  .link-block-142 {
    width: 45px;
    height: 45px;
    margin-top: 88px;
    margin-left: 68px;
  }
  .image-234 {
    width: 25px;
    height: 25px;
  }
  .sponsors-grid {
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto auto;
  }
  .div-block-468 {
    width: 100%;
    padding-right: 10%;
    padding-left: 10%;
  }
  .div-block-470 {
    width: 100%;
    padding-top: 10%;
    padding-right: 10%;
    padding-left: 10%;
  }
  .div-block-475 {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .cart-container {
    min-width: 320px;
  }
  .cart-product-name {
    margin-bottom: 4px;
    font-size: 16px;
    line-height: 24px;
  }
  .cart-product-price {
    font-size: 14px;
  }
  .label {
    text-align: center;
  }
  .label.cc-subheadline {
    display: block;
    width: auto;
    margin-right: 5px;
    margin-bottom: 0%;
    margin-left: 5px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 10px;
    line-height: 10px;
  }
  .label.cc-footer-section-headline {
    text-align: center;
  }
  .slide_para {
    display: none;
    width: 100%;
    line-height: 24px;
    text-align: center;
  }
  .text-field {
    padding-right: 10px;
    padding-left: 10px;
  }
  .about-timeline {
    width: auto;
    margin: 0% 0px 0px;
    padding-top: 11px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .about-timeline.cc-deco-block-wrap {
    margin-bottom: 0px;
    padding-bottom: 65px;
  }
  .wrap {
    width: 90%;
    margin-top: 0px;
    padding-top: 0%;
    padding-right: 0%;
    padding-left: 0%;
  }
  .wrap.cc-menu {
    padding: 5px 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .menu-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 30px;
    height: 20px;
    margin-top: auto;
    margin-bottom: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .brand.w--current {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .page-headline-wrap.cc-overlayed-headline {
    margin-top: 0px;
    margin-bottom: 67px;
    padding-top: 0px;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .menu-icon {
    margin-top: 0px;
  }
  .big-paragraph {
    font-size: 18px;
    line-height: 24px;
    text-align: center;
  }
  .subheadline-wrap.cc-separate-subheadline {
    width: 300px;
    margin-right: 0px;
    margin-left: 0px;
  }
  .subheadline-deco-line {
    display: none;
  }
  .subscribe-wrap {
    padding-right: 20px;
    padding-left: 20px;
  }
  .error-state {
    font-size: 14px;
    line-height: 22px;
  }
  .logo-image {
    width: 45px;
    height: 50px;
    margin-left: 0px;
  }
  .parallax-section.cc-about-parallax {
    margin-right: -10px;
    margin-left: -10px;
  }
  .magazine-headline {
    margin-bottom: 0px;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
  }
  .magazine-text-wrap {
    margin-bottom: 45px;
  }
  .magazine-small-image-1 {
    width: 100px;
    height: 100px;
    margin-right: 5px;
  }
  .magazine-small-image-2 {
    width: 100px;
    height: 100px;
    margin-left: 5px;
  }
  .header-image {
    margin-top: 50px;
    margin-bottom: 25px;
    margin-left: 0px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header-section {
    margin-top: 25%;
    margin-bottom: 6%;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .header-content {
    left: auto;
    margin-left: 0px;
  }
  .header-text {
    margin-top: -54px;
    margin-left: 0%;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }
  .header-headline {
    font-size: 35px;
    line-height: 35px;
  }
  .header-headline-wrap {
    margin-top: 63px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .magazine-image {
    width: 200px;
    height: 200px;
    margin-bottom: 10px;
  }
  .magazine-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .contact-form-wrap {
    width: 80%;
    margin-top: -197px;
    padding: 40px 30px;
  }
  .contact-details-wrap {
    margin-bottom: 0px;
  }
  .deco-block {
    margin-right: auto;
    padding: 38px 0% 70px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .wrap-overlayed {
    padding-right: 4%;
    padding-left: 4%;
  }
  .wrap-overlayed.checkout {
    padding-right: 0%;
    padding-left: 0%;
  }
  .dark-button {
    display: inline-block;
    width: 100%;
    margin-top: 0px;
    margin-right: 0px;
    padding: 10px 12px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .image {
    position: relative;
    left: 6%;
    bottom: -6%;
    margin-top: 11%;
  }
  .section {
    margin-bottom: 0px;
  }
  .heading {
    font-size: 40px;
    line-height: 45px;
  }
  .image-9 {
    width: 35%;
    height: auto;
  }
  .image-10 {
    width: 35%;
    height: auto;
  }
  .image-11 {
    width: 45%;
    height: auto;
  }
  .footer-v1-column {
    display: none;
    width: 100%;
    margin-top: -24px;
    padding-top: 0px;
    padding-bottom: 32px;
  }
  .footer-v1-logo-column {
    width: 100%;
    padding-bottom: 32px;
  }
  .footer-v1 {
    padding-top: 0px;
  }
  .heading-6 {
    margin-right: 20px;
    margin-left: 20px;
    font-family: Nexa, 'Palatino Linotype', sans-serif;
  }
  .team-member-color-photo {
    height: 320px;
  }
  .div-block-16 {
    margin-top: -67px;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-bottom: 50px;
  }
  .div-block-20 {
    height: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 5px;
  }
  .div-block-21 {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 5px;
  }
  .div-block-22 {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 5px;
  }
  .image-54 {
    width: 25px;
    margin-top: 200px;
    margin-left: 3px;
  }
  .image-55 {
    width: 50px;
    margin-top: 6px;
    margin-left: -95px;
  }
  .image-56 {
    margin-top: 140px;
    margin-left: -67px;
  }
  .div-block-23 {
    width: 100px;
    height: 100px;
    margin-top: 0px;
    margin-left: 73px;
  }
  .div-block-27 {
    width: 100px;
    height: 100px;
    margin-top: -13px;
    margin-left: 0px;
  }
  .image-57 {
    margin-top: -470px;
    margin-left: 230px;
  }
  .image-58 {
    margin-left: 0px;
  }
  .image-59 {
    width: 50px;
    height: 50px;
    margin-left: 0px;
  }
  .link-block-3 {
    left: 133px;
    top: 19px;
    width: 75px;
    height: 87px;
    margin-top: -10px;
    margin-bottom: 63px;
    margin-left: 38px;
  }
  .heading-8 {
    width: 60px;
    font-size: 12px;
    line-height: 12px;
  }
  .section-3 {
    width: 250px;
    margin-left: auto;
  }
  .text-block-9 {
    font-size: 12px;
  }
  .div-block-28 {
    padding-right: 0px;
  }
  .div-block-30 {
    width: 50px;
    height: 50px;
    margin-top: -200px;
    margin-left: 200px;
  }
  .div-block-33 {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .paragraph-9 {
    width: 80%;
    font-size: 16px;
    line-height: 24px;
  }
  .heading-16 {
    font-size: 30px;
    line-height: 35px;
  }
  .link-block-12 {
    right: 29px;
    height: 175px;
  }
  .heading-19 {
    font-size: 50px;
    line-height: 50px;
  }
  .column-16 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .heading-22 {
    font-size: 40px;
    line-height: 45px;
  }
  .paragraph-14 {
    width: 100%;
    font-size: 15px;
    line-height: 24px;
  }
  .hackathon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    margin-top: -200px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
  }
  .div-block-73 {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 5px;
  }
  .image-95 {
    width: 35%;
    height: auto;
  }
  .upcoming {
    padding-right: 0%;
    padding-left: 0%;
  }
  .about-header {
    margin-top: -133px;
    margin-bottom: -108px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .div-block-85 {
    background-image: none;
    background-size: auto;
  }
  .paragraph-16 {
    width: 100%;
  }
  .div-block-87 {
    width: 100%;
    margin-top: 200px;
    margin-left: 0px;
    padding-top: 52px;
    background-image: none;
    background-position: 0px 0px;
  }
  .div-block-88 {
    width: 85%;
    margin-right: 0px;
    margin-left: 0px;
  }
  .div-block-89 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 85%;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .grid-13 {
    width: 85%;
    margin-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    grid-template-areas: "Area" "Area-2" "Area-3";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .div-block-90 {
    width: auto;
    height: auto;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .heading-26 {
    font-size: 30px;
    line-height: 35px;
    text-align: left;
  }
  .heading-27 {
    font-size: 30px;
    line-height: 35px;
    text-align: left;
  }
  .heading-28 {
    font-size: 30px;
    line-height: 35px;
    text-align: left;
  }
  .container-4 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .heading-30 {
    padding-right: 15px;
    padding-left: 15px;
    font-size: 35px;
    text-align: center;
  }
  .text-block-21 {
    width: 220px;
    margin-left: 15px;
  }
  .text-block-22 {
    font-size: 14px;
  }
  .text-block-24 {
    font-size: 14px;
  }
  .div-block-93 {
    width: 240px;
  }
  .link-block-30 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .link-block-31 {
    margin-top: 0px;
  }
  .link-block-32 {
    margin-top: 0px;
  }
  .button_header1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 204px;
    height: 60px;
    margin-top: 10px;
    margin-bottom: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .button_header1_text {
    font-size: 15px;
  }
  .button_header2 {
    width: 204px;
    height: 60px;
    margin: 10px 0px;
  }
  .button_header2_div {
    width: 198px;
    height: 56px;
    margin-top: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .button_header1_div {
    width: 198px;
    height: 56px;
  }
  .div-block-100 {
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .slide-5 {
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
  .mask-2 {
    width: 100%;
    height: auto;
    margin-right: auto;
    margin-left: auto;
  }
  .slider-8 {
    display: block;
    padding-right: 10px;
    padding-left: 10px;
  }
  .upcoming_events-button {
    width: 75%;
    margin-right: 0px;
    margin-left: 0px;
  }
  .upcoming_events-button.la {
    width: 75%;
  }
  .slide_div {
    width: 100%;
    height: 350px;
  }
  .text-block-29 {
    text-align: center;
  }
  .link-block-37 {
    left: 200px;
    top: 130px;
  }
  .link-block-38 {
    left: 57px;
    top: 114px;
    width: 100px;
    height: 100px;
    margin-bottom: -165px;
  }
  .link-block-40 {
    left: -3px;
    top: -79px;
  }
  .image-113 {
    padding-right: 5px;
    padding-left: 5px;
  }
  .sponsors-circles {
    width: 300px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .div-block-103 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .link-block-42 {
    left: -41px;
    top: -146px;
    width: 25px;
    height: 25px;
    margin-bottom: -100px;
  }
  .link-block-43 {
    left: 117px;
    top: -168px;
    width: 126px;
    height: 125px;
    margin-left: 32px;
  }
  .link-block-44 {
    left: 76px;
    width: 175px;
    height: 175px;
  }
  .sponsor {
    margin-bottom: 0px;
    padding-top: 0px;
  }
  .div-block-105 {
    margin-top: 325px;
    margin-left: 111px;
  }
  .div-block-106 {
    width: 76px;
    margin-top: 525px;
    margin-left: 67px;
  }
  .div-block-107 {
    top: -275px;
    margin-left: 117px;
  }
  .div-block-108 {
    width: 280px;
  }
  .div-block-109 {
    margin-left: 0px;
  }
  .div-block-111 {
    width: 26px;
  }
  .div-block-112 {
    margin-top: -105px;
    margin-left: 108px;
  }
  .sponsor2 {
    height: 1000px;
    padding-top: 300px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    background-position: 0% 0%;
  }
  .paragraph-19 {
    width: 280px;
  }
  .heading-34 {
    line-height: 35px;
  }
  .div-block-115 {
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
  }
  .image-120 {
    position: static;
    height: 300px;
    margin-top: 0px;
    margin-bottom: -41px;
  }
  .la-header {
    padding-top: 5%;
    padding-bottom: 32%;
  }
  .la-about {
    overflow: hidden;
    margin-top: 0%;
    padding-right: 10px;
    padding-left: 10px;
  }
  .van-schedule {
    padding-right: 0px;
    padding-left: 0px;
  }
  .van-sponsors {
    padding-right: 40px;
    padding-left: 40px;
  }
  .van-gallery {
    padding-right: 8px;
    padding-left: 8px;
  }
  .van-contact {
    padding-right: 0px;
    padding-left: 0px;
  }
  .grid-15 {
    display: -ms-grid;
    display: grid;
    overflow: visible;
    margin-right: -29%;
    margin-left: -37%;
    grid-auto-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .div-block-119 {
    margin-top: 20px;
    margin-bottom: 44px;
  }
  .heading-35 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 40px;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: center;
  }
  .paragraph-21 {
    font-size: 10px;
    line-height: 12px;
  }
  .button_header1_div-copy {
    width: 160px;
    height: 40px;
    margin-bottom: 15px;
  }
  .button_header1_div-copy.w--current {
    width: 160px;
    height: 50px;
    margin-bottom: 5px;
  }
  .heading-36 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .la-about_paragraph {
    font-size: 16px;
  }
  .div-block-120 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .van-card {
    width: 300px;
    height: 275px;
    border-radius: 20px;
  }
  .schedule-list-item {
    width: 300px;
    padding-top: 3px;
    font-size: 15px;
    line-height: 30px;
  }
  .list {
    width: 100px;
  }
  .schedule-list-item2 {
    width: 300px;
    margin-left: -100px;
    font-size: 15px;
    line-height: 30px;
  }
  .div-block-124 {
    margin-bottom: 15px;
  }
  .div-block-126 {
    padding-right: 0%;
    padding-left: 0%;
  }
  .van-register-text {
    font-size: 35px;
  }
  .gallery-card1 {
    top: 30%;
    width: 300px;
    height: 200px;
  }
  .gallery-card2 {
    top: -100px;
    width: 225px;
    height: 150px;
  }
  .gallery-card3 {
    left: 30%;
    top: 25%;
  }
  .gallery-card4 {
    width: 235px;
    height: 185px;
  }
  .gallery-card5 {
    left: -5%;
  }
  .gallery-card6 {
    left: 8%;
    width: 235px;
    height: 164px;
  }
  .gallery-card7 {
    left: 30%;
    width: 200px;
    height: 135px;
  }
  .gallery-card9 {
    width: 275px;
    height: 200px;
  }
  .gallery-card10 {
    left: 13%;
  }
  .div-block-136 {
    width: 285px;
    height: 200px;
  }
  .div-block-138 {
    width: 200px;
    height: 135px;
  }
  .heading-45 {
    font-size: 45px;
    text-align: center;
  }
  .div-block-139 {
    width: 200px;
    height: 135px;
    margin-top: 15%;
    margin-left: 32%;
  }
  .div-block-140 {
    width: 200px;
    height: 135px;
    margin-right: 5px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .heading-46 {
    margin-bottom: 0px;
    font-size: 35px;
  }
  .image-133 {
    height: 25px;
    margin-top: -35px;
  }
  .div-block-141 {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .paragraph-29 {
    width: 80%;
  }
  .div-block-143 {
    margin-top: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .link-block-57 {
    width: 160px;
    height: 40px;
  }
  .div-block-145 {
    width: auto;
    height: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .text-block-38 {
    display: block;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .div-block-149 {
    margin-top: 0px;
    margin-bottom: -168px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .button_header2-copyy {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .div-block-150 {
    margin-bottom: 0px;
    margin-left: 0px;
    padding-right: 5px;
    padding-left: 5px;
  }
  .div-block-151 {
    width: 300px;
    height: 750px;
    padding-bottom: 30px;
    border-radius: 20px;
  }
  .logo-copy {
    display: none;
    margin-top: 15px;
    margin-bottom: 3px;
    font-size: 12px;
  }
  .logo-line-copy {
    display: none;
  }
  .small-paragraph-copy.cc-copyright-footer-copy {
    margin-top: 3px;
    margin-bottom: 5px;
    font-size: 10px;
    text-align: center;
  }
  .button_header1_text-copy {
    font-size: 15px;
  }
  .button_header1_text-copyy {
    font-size: 15px;
  }
  .link-block-64 {
    top: -140px;
    right: 3px;
    width: 136px;
    height: 135px;
  }
  .grid-19 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0px;
    padding-right: 20px;
    padding-bottom: 0px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block-158 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .wrap-copy {
    width: 100%;
    margin-top: 0px;
    padding: 0% 0% 0px;
  }
  .container-10 {
    display: none;
  }
  .div-block-159 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .heading-15-copy {
    margin-top: 0px;
  }
  .page-headline-wrap-copy.cc-overlayed-headline {
    margin-top: 0px;
    margin-bottom: 67px;
    padding-top: 0px;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .wrap-copy {
    width: 90%;
    margin-top: 0px;
    padding-top: 0%;
    padding-right: 0%;
    padding-left: 0%;
  }
  .deco-block-copy {
    position: static;
    width: auto;
    margin-right: 0px;
    margin-left: 0px;
    padding: 0px 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .about-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .heading-48 {
    font-size: 30px;
    line-height: 35px;
  }
  .link-block-66 {
    width: 200px;
    height: 80px;
  }
  .text-block-40 {
    font-size: 20px;
    letter-spacing: 1px;
  }
  .div-block-160 {
    width: 194px;
    height: 74px;
    border-radius: 37px;
  }
  .wrap-copy {
    width: 90%;
    margin-top: 0px;
    padding-top: 0%;
    padding-right: 0%;
    padding-left: 0%;
  }
  .slide_para-copy {
    width: 100%;
    line-height: 24px;
    text-align: center;
  }
  .slide_para-copy {
    display: none;
    width: 100%;
    line-height: 24px;
    text-align: center;
  }
  .wrap-copy-copy {
    width: 100%;
    margin-top: 0px;
    padding: 0% 0% 0px;
  }
  .div-block-162 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .slide_para-copy-copy {
    width: 100%;
    line-height: 24px;
    text-align: center;
  }
  .hackhub_header_laptop {
    width: 300px;
    height: 267px;
    padding-right: 30px;
  }
  .hackhub_whatis {
    padding-top: 50px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .hackhub_signup {
    padding-right: 20px;
    padding-left: 20px;
  }
  .hackhub_joinevents {
    padding-right: 20px;
    padding-left: 20px;
  }
  .heading-51 {
    margin-top: 5px;
  }
  .paragraph-35 {
    width: 250px;
  }
  .hackhub_header {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block-163 {
    display: none;
  }
  .paragraph-36 {
    display: none;
  }
  .link-block-67 {
    display: none;
  }
  .link-block-68 {
    display: none;
  }
  .hackhub {
    font-size: 15px;
  }
  .div-block-165 {
    display: block;
  }
  .paragraph-40-right {
    padding-right: 0px;
  }
  .heading-53 {
    text-align: center;
  }
  .vie-all-events-button {
    width: 75%;
    margin-top: 5px;
    margin-right: auto;
    margin-left: auto;
  }
  .div-block-169 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .grid-20-copy {
    margin-top: 60px;
  }
  .link-block-68-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 150px;
    height: 50px;
    margin-top: 25px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .div-block-165-copyy {
    display: none;
  }
  .div-block-165-copy-copy {
    display: none;
  }
  .div-block-170 {
    width: auto;
  }
  .grid-21 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-template-areas: "Area" "Area-4" "Area-7";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto;
  }
  .van-contact-copy {
    padding-right: 0px;
    padding-left: 0px;
  }
  .heading-45-copy {
    font-size: 45px;
    text-align: center;
  }
  .paragraph-29-copy {
    width: 80%;
  }
  .nav-link-2 {
    color: #fff;
  }
  .van-about {
    margin-top: -18%;
    padding-right: 20px;
    padding-left: 20px;
  }
  .div-block-172 {
    margin-top: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .body-3 {
    overflow: visible;
  }
  .pulse {
    top: 63px;
    right: 89px;
    width: 100px;
    height: 100px;
    margin-top: 20%;
    margin-right: 0%;
  }
  .grid-22 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .heading-58 {
    display: none;
  }
  .paragraph-49 {
    text-align: center;
  }
  .div-block-177 {
    width: 90%;
    padding: 20px 15px;
  }
  .heading-60 {
    font-size: 30px;
    line-height: 30px;
  }
  .heading-60._1 {
    height: auto;
  }
  .heading-60._2 {
    height: auto;
    text-align: center;
  }
  .div-block-178 {
    margin-right: auto;
    margin-left: auto;
  }
  .div-block-180 {
    display: block;
  }
  .la-contact {
    height: 600px;
    padding-top: 50px;
    padding-right: 25px;
    padding-left: 25px;
    background-position: 50% 100%, 0px 0px;
    background-size: 640px, auto;
    background-repeat: repeat-x, repeat;
  }
  .link-block-72 {
    width: 175px;
    height: 60px;
    margin-bottom: 20px;
  }
  .text-block-46 {
    font-size: 20px;
    line-height: 24px;
  }
  .la-mission_header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .la-mission_paragraph {
    font-size: 14px;
    line-height: 24px;
  }
  .column-32 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .brand-2.w--current {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .navbar {
    overflow: visible;
    height: 100px;
  }
  .grid-25 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block-191 {
    width: 250px;
    height: 250px;
    margin-right: 0px;
    padding-top: 20px;
    padding-left: 15px;
  }
  .la-sponsors {
    padding: 25px;
  }
  .la-link_block {
    width: 240px;
    padding-left: 0px;
  }
  .la-contact-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block-194 {
    margin-top: 75px;
    margin-bottom: 25px;
  }
  .paragraph-56 {
    font-size: 16px;
    line-height: 24px;
  }
  .image-159 {
    width: 65px;
    margin-left: 6px;
  }
  .div-block-199 {
    width: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .link-block-77 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    margin: 0px;
    border-radius: 50%;
  }
  .link-block-78 {
    width: 100%;
    height: 100%;
    margin: 0px;
    border-radius: 50%;
  }
  .link-block-79 {
    width: 100%;
    height: 100%;
    margin: 0px;
    border-radius: 50%;
  }
  .facebook-image {
    display: block;
    width: 45px;
    margin-left: 16px;
  }
  .instagram-image {
    width: 45px;
    margin-left: 15px;
  }
  .text-block-47 {
    display: none;
  }
  .facebook-text {
    display: none;
  }
  .instagram-text {
    display: none;
  }
  .heading-68 {
    font-size: 50px;
    line-height: 65px;
    text-align: left;
  }
  .paragraph-57 {
    width: 100%;
    text-align: left;
  }
  .div-block-203 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .section-15 {
    padding: 200px 50px;
    background-image: url('/static/images/bg7.0.png'), url('/static/images/bg4.2.2.png');
    background-position: 55% 0%, 100% 0%;
    background-size: 800px, cover;
  }
  .grid-26 {
    width: 300px;
  }
  .link-block-85.line-4 {
    left: -190px;
    top: 86px;
  }
  .div-block-224 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-226 {
    margin-top: -19px;
    margin-bottom: 29px;
    margin-left: -22px;
  }
  .div-block-227 {
    margin-top: -32px;
    margin-right: 0px;
    margin-left: 44px;
  }
  .div-block-228 {
    display: block;
    width: 75px;
    height: 75px;
    margin-right: 10px;
    margin-left: 10px;
  }
  .div-block-229 {
    width: 75px;
    height: 75px;
    margin-right: 10px;
    margin-left: 10px;
  }
  .div-block-230 {
    width: 75px;
    height: 75px;
    margin-right: 10px;
    margin-left: 10px;
  }
  .image-162 {
    width: 100%;
  }
  .div-block-232 {
    width: 250px;
    height: 250px;
    margin-right: 0px;
    padding-top: 20px;
    padding-left: 15px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.2)), to(hsla(0, 0%, 100%, 0.2))), url('../images/postit_blue_nofold.png');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.2), hsla(0, 0%, 100%, 0.2)), url('../images/postit_blue_nofold.png');
  }
  .div-block-233 {
    width: 250px;
    height: 250px;
    margin-right: 0px;
    padding-top: 20px;
    padding-left: 15px;
  }
  .div-block-234 {
    width: 250px;
    height: 250px;
    margin-right: 0px;
    padding-top: 20px;
    padding-left: 15px;
  }
  .div-block-235 {
    width: 250px;
    height: 250px;
    margin-right: 0px;
    padding-top: 20px;
    padding-left: 15px;
  }
  .div-block-236 {
    width: 250px;
    height: 250px;
    margin-right: 0px;
    padding-top: 20px;
    padding-left: 15px;
  }
  .div-block-237 {
    width: 250px;
    height: 250px;
    margin-right: 0px;
    padding-top: 20px;
    padding-left: 15px;
  }
  .b_xdhacksmini {
    width: 175px;
    height: 60px;
    margin-bottom: 20px;
  }
  .la-about_paragraph-copy {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 14px;
    line-height: 24px;
  }
  .events-card {
    display: block;
  }
  .past-events-date {
    height: auto;
  }
  .div-block-244 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .upcoming-events-linkblock {
    width: 80%;
  }
  .upcoming-events-linkblock.van {
    width: 80%;
  }
  .upcoming-events-linkblock.la {
    width: 80%;
  }
  .div-block-247 {
    width: 200px;
  }
  .div-block-249 {
    width: 200px;
  }
  .div-block-250 {
    width: 200px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .link-block-93 {
    margin-left: 156px;
  }
  .div-block-272 {
    margin-top: 1000px;
  }
  .div-block-273 {
    padding-top: 15%;
    padding-right: 15%;
    padding-left: 15%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .heading-86 {
    font-size: 35px;
    line-height: 35px;
  }
  .heading-87 {
    font-size: 10px;
    line-height: 15px;
  }
  .paragraph-73 {
    width: auto;
  }
  .paragraph-73-copy {
    font-size: 8px;
  }
  .bronze-sponsors {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .link-block-94 {
    width: 150px;
    height: 150px;
  }
  .columns-15 {
    display: none;
  }
  .paragraph-82 {
    display: block;
    margin-bottom: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 10px;
    line-height: 15px;
  }
  .div-block-244-copy {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .van-link_block {
    width: 240px;
    padding-left: 0px;
  }
  .image-171 {
    overflow: visible;
  }
  .columns-16 {
    overflow: visible;
  }
  .div-block-81 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .column-40 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .heading-88 {
    font-size: 18px;
    line-height: 24px;
  }
  .paragraph-73-4 {
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 18px;
  }
  .slider-10 {
    background-color: transparent;
  }
  .timeline-event._1 {
    margin-top: 0px;
    margin-bottom: 5px;
  }
  .timeline-event._2 {
    margin-top: 0px;
    margin-bottom: 5px;
  }
  .timeline-event._3 {
    margin-top: 0px;
    margin-bottom: 5px;
  }
  .timeline-event._4 {
    margin-top: 0px;
    margin-bottom: 5px;
  }
  .link-block-95 {
    width: 225px;
    height: 150px;
  }
  .sponsor-us-heading {
    font-size: 34px;
    line-height: 46px;
  }
  .div-block-284 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .b_la-next-event {
    width: 160px;
    height: 40px;
  }
  .div-block-285 {
    width: auto;
    height: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .xdhacks-mini-logo {
    height: 150px;
  }
  .div-block-288 {
    width: 90%;
  }
  .div-block-293 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .paragraph-743 {
    width: 75%;
    margin-bottom: 0px;
    text-align: center;
  }
  .div-block-294 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .paragraph-744 {
    width: 75%;
    text-align: center;
  }
  .social-media-smartphone {
    width: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .email-smartphone {
    display: block;
    width: 75px;
    height: 75px;
    margin-right: 10px;
    margin-left: 10px;
  }
  .facebook-smartphone {
    width: 75px;
    height: 75px;
    margin-right: 10px;
    margin-left: 10px;
  }
  .instagram-smartphone {
    width: 75px;
    height: 75px;
    margin-right: 10px;
    margin-left: 10px;
  }
  .brand-3 {
    width: 55.8px;
    height: auto;
  }
  .brand-3.w--current {
    width: 70px;
    height: 50px;
  }
  .div-block-299 {
    min-width: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .la-team {
    padding-right: 25px;
    padding-left: 25px;
  }
  .la-name {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0px;
    text-align: center;
  }
  .la-position {
    margin-left: 0px;
  }
  .image-175 {
    margin-bottom: 10px;
    margin-left: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .image-176 {
    margin-left: 0px;
  }
  .image-175-copy {
    margin-bottom: 5px;
    margin-left: 0px;
  }
  .team-intro-phone-horiz {
    display: none;
  }
  .la-team-phone-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .menu-button-2 {
    padding-top: 30px;
    padding-bottom: 30px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    background-color: transparent;
  }
  .menu-button-2:hover {
    background-color: #fff;
  }
  .menu-button-2:active {
    background-color: #fff;
  }
  .team-intro-phone-vert {
    display: block;
  }
  .la-contact-team {
    padding-top: 0px;
    padding-right: 25px;
    padding-left: 25px;
  }
  .div-block-302 {
    width: 120%;
    height: 400px;
    margin-bottom: -54%;
    margin-left: -20%;
    padding-top: 31%;
    padding-bottom: 25%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .link-block-98 {
    display: none;
  }
  .text-block-38-copy {
    display: none;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .menu-button-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .icon-6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .image-177 {
    width: 125%;
    max-width: 200%;
    margin-top: 20px;
    margin-left: -25px;
  }
  .link-block-99 {
    width: 150px;
    height: 150px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .link-block-100 {
    width: 150px;
    height: 150px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .image-182._1 {
    width: 40%;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .heading-101 {
    font-size: 15px;
    line-height: 15px;
  }
  .heading-101.pink {
    font-size: 15px;
    line-height: 15px;
  }
  .heading-101.blue {
    font-size: 15px;
    line-height: 15px;
  }
  .heading-101.yellow {
    font-size: 15px;
    line-height: 15px;
  }
  .heading-101.turq {
    font-size: 15px;
    line-height: 15px;
  }
  .heading-102 {
    font-size: 8px;
    line-height: 8px;
  }
  .amin {
    width: 40%;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .peter {
    width: 40%;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .lucy {
    width: 40%;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .jenny {
    width: 40%;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .link-block-107 {
    width: 200px;
    height: 200px;
  }
  .div-block-286 {
    width: 250px;
    height: 250px;
    margin-right: 0px;
    padding-top: 20px;
    padding-left: 15px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.2)), to(hsla(0, 0%, 100%, 0.2))), url('../images/postit_blue_nofold.png');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.2), hsla(0, 0%, 100%, 0.2)), url('../images/postit_blue_nofold.png');
  }
  .div-block-287 {
    width: 250px;
    height: 250px;
    margin-right: 0px;
    padding-top: 20px;
    padding-left: 15px;
  }
  .image-186 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: block;
    overflow: hidden;
    width: 550px;
    height: auto;
    max-width: 300%;
    margin-top: 90px;
    margin-left: -66px;
    -o-object-fit: fill;
    object-fit: fill;
  }
  .la-heading {
    display: none;
    width: 100%;
    margin-top: 40px;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: center;
  }
  .la-heading-phone {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 40px;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: center;
  }
  .la-grid {
    display: none;
    overflow: visible;
    margin-right: -29%;
    margin-left: -37%;
    grid-auto-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .div-block-313 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #c1bbf6;
  }
  .link-block-98-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 10px;
    margin-bottom: 20px;
  }
  .image-193 {
    width: 50%;
  }
  .div-block-316 {
    width: 95%;
  }
  .la-event {
    padding-right: 15px;
    padding-left: 15px;
  }
  .la-sponsor-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .row1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .link-block-109 {
    width: 225px;
  }
  .div-block-320 {
    margin-right: 10px;
    margin-left: 10px;
  }
  .event-card {
    width: 160px;
    height: auto;
  }
  .div-block-321 {
    margin-right: 10px;
    margin-left: 10px;
  }
  .heading-109 {
    line-height: 24px;
  }
  .counter-number {
    font-size: 36px;
  }
  .la-event-description {
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 20px;
  }
  .register-button-event-page {
    display: none;
    margin-right: 10px;
    margin-bottom: 20px;
  }
  .la-event-faq {
    z-index: 7;
    margin-top: 0px;
    padding-right: 25px;
    padding-bottom: 50px;
    padding-left: 25px;
  }
  .la-main-faq {
    padding-right: 25px;
    padding-left: 25px;
  }
  .heading-115 {
    font-size: 34px;
  }
  .div-block-327 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .link-block-111 {
    width: 225px;
    height: 75px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .accordion-item {
    padding-right: 15px;
  }
  .heading-118 {
    font-size: 18px;
    line-height: 24px;
  }
  .paragraph-750 {
    font-size: 14px;
    line-height: 22px;
  }
  .div-block-331 {
    padding-right: 5%;
    padding-left: 5%;
  }
  .heading-119 {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 25px;
    text-align: center;
  }
  .paragraph-751 {
    font-size: 13px;
    line-height: 14px;
  }
  .heading-120 {
    text-align: center;
  }
  .paragraph-752 {
    text-align: center;
  }
  .div-block-151-5 {
    width: 300px;
    height: 750px;
    padding-bottom: 30px;
    border-radius: 20px;
  }
  .div-block-334 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-334._1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .rich-text-block-2 {
    width: 100%;
  }
  .rich-text-block-3 {
    width: 100%;
  }
  .rich-text-block-3._1 {
    width: 100%;
  }
  .rich-text-block-3._2 {
    width: 100%;
  }
  .rich-text-block-3._3 {
    width: 100%;
  }
  .div-block-336 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-338 {
    width: 100%;
  }
  .div-block-339 {
    width: 100%;
  }
  .link-block-113 {
    margin-top: 0px;
    margin-bottom: -92px;
  }
  .link-block-113:hover {
    border-color: #1d1f2e;
  }
  .paragraph-756 {
    width: 90%;
  }
  .div-block-347 {
    width: 100%;
    height: 275px;
  }
  .div-block-348 {
    width: auto;
    height: auto;
  }
  .div-block-351 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-352 {
    width: 100%;
  }
  .div-block-353 {
    width: 100%;
  }
  .la-event-detail {
    z-index: 10;
  }
  .la-card {
    width: 300px;
    height: 275px;
    border-radius: 20px;
  }
  .details-cards-wrap {
    padding-right: 0px;
    padding-left: 0px;
  }
  .what-card {
    width: 300px;
    height: auto;
    padding-bottom: 30px;
    border-radius: 20px;
  }
  .workshop-1-card {
    width: 200px;
  }
  .workshop-card-heading {
    font-size: 24px;
    line-height: 22px;
  }
  .workshop-card-arrow {
    margin-left: 156px;
  }
  .workshop-2-card {
    width: 200px;
  }
  .workshop-3-card {
    width: 200px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .la-event-header {
    padding-top: 140px;
    padding-right: 20px;
    padding-left: 20px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(36%, transparent), to(#c1c4fe)), url('../images/xdhacksbg_00359.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(193, 187, 246, 0.36)), to(rgba(193, 187, 246, 0.36)));
    background-image: linear-gradient(180deg, transparent 36%, #c1c4fe), url('../images/xdhacksbg_00359.png'), linear-gradient(180deg, rgba(193, 187, 246, 0.36), rgba(193, 187, 246, 0.36));
    background-position: 0px 0px, 50% 100%, 0px 0px;
    background-size: auto, cover, auto;
    background-repeat: repeat, no-repeat, repeat;
  }
  .heading-128 {
    font-size: 24px;
    line-height: 36px;
  }
  .la-counter-wrapper {
    margin-top: 10px;
  }
  .la-event-corner-graphic {
    display: none;
    margin-right: -22px;
  }
  .la-event-subtitle-heading {
    margin-bottom: 0px;
    font-size: 18px;
  }
  .la-event-title-heading {
    font-size: 50px;
    line-height: 42px;
    text-align: left;
  }
  .la-event-heading-wrapper {
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }
  .counter-wrap-seconds {
    display: none;
  }
  .workshop-contents {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .tab-pane-workshop-1-2 {
    min-height: 435px;
  }
  .tabs-menu-3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .div-block-365 {
    margin-left: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .heading-1258 {
    font-size: 26px;
  }
  .text-block-56 {
    line-height: 24px;
    text-align: center;
  }
  .workshop-description {
    position: relative;
    z-index: 1;
    margin-right: 0px;
  }
  .workshop-author-description {
    position: relative;
    z-index: 2;
    display: block;
  }
  .author-s-bio-toggle {
    position: static;
  }
  .workshop-desc-toggle {
    position: static;
  }
  .div-block-366 {
    margin-top: -20px;
  }
  .row2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .link-block-119 {
    width: 225px;
    height: 100px;
  }
  .slider-12 {
    position: static;
    min-height: 350px;
  }
  .heading-1259 {
    margin-left: 10px;
    font-size: 18px;
  }
  .slide-7 {
    z-index: 1;
  }
  .slide-8 {
    z-index: 2;
    background-color: #8f83f7;
    color: #8f83f7;
  }
  .left-arrow-9 {
    width: 50px;
    height: 300px;
    margin-top: 115px;
  }
  .right-arrow-10 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50px;
    height: 300px;
    margin-top: 115px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .link-block-122 {
    width: 235px;
  }
  .link-block-123 {
    width: 235px;
  }
  .link-block-124 {
    width: 235%;
  }
  .link-block-125 {
    width: 235px;
  }
  .link-block-126 {
    width: 235px;
  }
  .link-block-127 {
    width: 235%;
  }
  .link-block-128 {
    width: 235px;
  }
  .heading-1260 {
    margin-top: 47px;
    margin-left: 4%;
    font-size: 24px;
    line-height: 26px;
  }
  .text-span {
    font-size: 28px;
  }
  .heading-1261 {
    margin-top: 102px;
    padding-right: 45px;
    padding-left: 45px;
    font-size: 24px;
    line-height: 28px;
  }
  .image-202 {
    width: 250px;
  }
  .link-block-129 {
    width: 75px;
    height: 75px;
    margin-right: 5px;
    margin-left: 5px;
  }
  .facebook-button-banner {
    margin-top: -130px;
  }
  .image-203 {
    width: 40px;
    height: 40px;
  }
  .instagram-button-banner {
    margin-top: -75px;
  }
  .instagram-banner-link-block {
    width: 75px;
    height: 75px;
    margin-right: 5px;
    margin-left: 5px;
  }
  .instagram-logo {
    width: 40px;
    height: 40px;
  }
  .link-block-130 {
    width: 165px;
    height: 55px;
  }
  .heading-1262 {
    font-size: 16px;
  }
  .div-block-374 {
    margin-top: 234px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block-375 {
    width: 165px;
    height: 50px;
    margin-bottom: 10px;
  }
  .div-block-376 {
    width: 165px;
    height: 55px;
  }
  .div-block-377 {
    width: 165px;
    height: 55px;
  }
  .button-back {
    width: 165px;
    height: 55px;
  }
  .sponsor-contact-button {
    width: 235px;
  }
  .la-event-schedule {
    z-index: 5;
    padding-top: 80px;
  }
  .heading-1263 {
    position: static;
    overflow: visible;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 48px;
    line-height: 56px;
    text-transform: uppercase;
  }
  .text-block-58 {
    font-size: 20px;
  }
  .image-204 {
    width: 100px;
    height: 100px;
    margin-right: 0px;
  }
  .image-205 {
    width: 100px;
    height: 100px;
    margin-left: 0px;
  }
  .div-block-380 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .paragraph-760 {
    text-align: center;
  }
  .link-block-131 {
    width: 125px;
    height: 125px;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .div-block-381 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .heading-1264 {
    text-align: center;
  }
  .div-block-384 {
    width: 75%;
  }
  .link-block-133 {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .heading-1265 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .event-schedule-wrapper {
    margin-top: 10px;
  }
  .schedule-row {
    height: auto;
    min-height: 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .la-event-register {
    margin-bottom: 53px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .van-register-text-2 {
    font-size: 35px;
  }
  .schedule-time {
    width: 30%;
    padding-left: 5px;
    font-size: 16px;
  }
  .schedule-description {
    width: 70%;
    padding-right: 5px;
    font-size: 16px;
    text-align: right;
  }
  .schedule-row-trigger {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .paragraph-750-copy {
    font-size: 14px;
    line-height: 22px;
  }
  .schedule-row-detail {
    font-size: 14px;
    line-height: 22px;
  }
  .div-block-387 {
    margin-top: 1341px;
  }
  .div-block-388 {
    margin-top: 1168px;
  }
  .headstart-stem {
    width: 150px;
    height: 150px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .uniglobe {
    width: 150px;
    height: 150px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .text-block-60 {
    margin-right: -5px;
    margin-left: -5px;
    font-family: Gotham, 'Palatino Linotype', sans-serif;
    font-size: 15px;
    line-height: 20px;
    font-weight: 300;
  }
  .la-title-div {
    margin-top: 20px;
    margin-bottom: 44px;
  }
  .la-title-div.la {
    margin-top: 29px;
  }
  .uniglobe-copy {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .stem-to-go {
    width: 150px;
    height: 150px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .zoom {
    width: 150px;
    height: 150px;
  }
  .image-218 {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .day-1-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .day-2-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .twitter-button-banner {
    margin-top: -75px;
  }
  .twitter-hexagon {
    width: 75px;
    height: 75px;
    margin-right: 5px;
    margin-left: 5px;
  }
  .social-media-wrapper-phone {
    margin-top: -120px;
  }
  .div-block-308-v2 {
    height: auto;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .div-block-405 {
    display: block;
  }
  .div-block-405._1 {
    display: none;
  }
  .div-block-304-v2 {
    display: none;
  }
  .div-block-304-v2.mobile {
    display: block;
  }
  .div-block-305-v2._1._2 {
    height: auto;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .la-footer {
    width: auto;
    margin-top: 664px;
    margin-left: 0px;
    padding-right: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .footer-facebook {
    width: 80px;
    height: 80px;
    margin-right: 2px;
    margin-left: 2px;
  }
  .div-block-409 {
    margin-top: 0px;
  }
  .footer-image {
    width: 40px;
    height: 40px;
  }
  .footer-email {
    width: 80px;
    height: 80px;
    margin-right: 2px;
    margin-left: 2px;
  }
  .footer-image-email {
    width: 50px;
    height: 50px;
  }
  .footer-instagram {
    width: 80px;
    height: 80px;
    margin-right: 2px;
    margin-left: 2px;
  }
  .footer-twitter {
    width: 80px;
    height: 80px;
    margin-right: 2px;
    margin-left: 2px;
  }
  .footer-image-twitter {
    width: 40px;
    height: 40px;
  }
  .footer-discord {
    width: 80px;
    height: 80px;
    margin-right: 2px;
    margin-left: 2px;
  }
  .footer-image-discord {
    width: 40px;
    height: 40px;
  }
  .discord-banner-link-block-copy {
    width: 75px;
    height: 75px;
    margin-right: 10px;
    margin-left: 10px;
  }
  .first-row {
    margin-top: -130px;
  }
  .second-row {
    margin-top: -75px;
  }
  .third-row {
    margin-top: -75px;
  }
  .discord-hexagon {
    width: 75px;
    height: 75px;
    margin-right: 5px;
    margin-left: 5px;
  }
  .flarehacks {
    width: 150px;
    height: 150px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .footerr {
    width: auto;
    margin: 0% 0px 0px;
    padding-top: 11px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .footerr.cc-deco-block-wrap {
    margin-bottom: 0px;
    padding-bottom: 65px;
  }
  .why-2 {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .why-3 {
    padding-right: 35px;
    padding-left: 35px;
  }
  .why-header-left {
    position: relative;
    width: 100%;
    margin-right: -50%;
  }
  .why-header-right {
    width: 100%;
    margin-left: -50%;
  }
  .image-220 {
    height: 300px;
    opacity: 0.37;
  }
  .grid-32 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .div-block-416 {
    width: 100%;
  }
  .div-block-417 {
    width: 100%;
  }
  .div-block-418 {
    width: 100%;
  }
  .div-block-419 {
    width: 100%;
  }
  .heading-1282.counter {
    font-size: 50px;
  }
  .heading-1283 {
    font-size: 30px;
    line-height: 45px;
  }
  .div-block-422 {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .div-block-424 {
    padding-right: 7%;
    padding-left: 7%;
  }
  .div-block-425 {
    width: 200px;
    height: 200px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .k1-packaging {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .author-photo {
    width: 50%;
    margin-top: 5px;
    margin-bottom: 5px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .div-block-426 {
    width: auto;
    height: auto;
    min-height: 225px;
    min-width: 225px;
  }
  .div-block-427 {
    margin-left: 0px;
  }
  .div-block-428 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .echoar {
    width: 225px;
    height: 75px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .fleo {
    width: 225px;
    height: 100px;
  }
  .author-2-photo {
    width: 50%;
    margin-top: 5px;
    margin-bottom: 5px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .event-sponsor {
    padding-right: 10px;
    padding-left: 10px;
  }
  .la-event-sponsor-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block-430 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .echoar-sponsor {
    width: 200px;
    height: 100px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .fleo-sponsor {
    width: 200px;
    height: 100px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .hackathon-international-sponsor {
    width: 200px;
    height: 100px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .yeti {
    width: 150px;
    height: 150px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .xyz {
    width: 175px;
    height: 150px;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .hk-link_block {
    width: 240px;
    padding-left: 0px;
  }
  .sf-link_block {
    width: 240px;
    padding-left: 0px;
  }
  .jkt-link_block {
    width: 240px;
    padding-left: 0px;
  }
  .dubai-link_block {
    width: 240px;
    padding-left: 0px;
  }
  .toronto-link_block {
    width: 240px;
    padding-left: 0px;
  }
  .three-cards {
    margin-top: 0px;
    margin-right: 0%;
    margin-left: 0%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .card {
    position: static;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .div-block-437 {
    padding-bottom: 10px;
  }
  .image-229 {
    display: none;
  }
  .grid-33 {
    display: -ms-grid;
    display: grid;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    grid-auto-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-areas: "Area ." "Area-3 Area-3";
    -ms-grid-columns: 1fr 0px 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto 0px auto 0px auto 0px auto 0px auto 0px auto;
    grid-template-rows: auto auto auto auto auto auto;
  }
  .heading-1295 {
    font-size: 14px;
    line-height: 14px;
  }
  .div-block-446 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .grid-34 {
    display: -ms-grid;
    display: grid;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    grid-auto-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-areas: ". ." ". ." "Area-3 Area-3" "Area-3 Area-3";
    -ms-grid-columns: 1fr 0px 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto 0px auto 0px auto 0px auto 0px auto 0px auto;
    grid-template-rows: auto auto auto auto auto auto;
  }
  .grid-34._2 {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }
  .grid-36 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .image-231 {
    width: 75%;
  }
  .link-block-139 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .grid-34-copy {
    display: -ms-grid;
    display: grid;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    grid-auto-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-areas: ". ." ". ." "Area-3 Area-3" "Area-3 Area-3";
    -ms-grid-columns: 1fr 0px 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto 0px auto 0px auto 0px auto 0px auto 0px auto;
    grid-template-rows: auto auto auto auto auto auto;
  }
  .grid-37 {
    display: -ms-grid;
    display: grid;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    grid-auto-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-areas: ". ." ". ." "Area-3 Area-3" "Area-3 Area-3";
    -ms-grid-columns: 1fr 0px 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto 0px auto 0px auto 0px auto 0px auto 0px auto;
    grid-template-rows: auto auto auto auto auto auto;
  }
  .heading-1296 {
    display: block;
    font-size: 36px;
  }
  .text-block-82 {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    font-family: Nexa, 'Palatino Linotype', sans-serif;
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    text-align: center;
  }
  .grid-38 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .stemenrichmentyouth {
    width: 150px;
    height: 150px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .image-232 {
    display: none;
  }
  .text-block-83 {
    font-size: 16px;
    line-height: 20px;
  }
  .paragraph-787 {
    overflow: scroll;
    height: 400px;
  }
  .div-block-462 {
    width: 325px;
  }
  .text-block-87 {
    font-size: 20px;
  }
  .sound-mood-head {
    margin-top: 34px;
    font-size: 28px;
    line-height: 24px;
  }
  .sound-mood-team {
    width: 200px;
    font-size: 18px;
  }
  .div-block-463 {
    padding-right: 30px;
    padding-left: 30px;
  }
  .heading-1299 {
    margin-left: 20px;
    font-size: 28px;
    line-height: 30px;
  }
  .text-block-88 {
    margin-top: 0px;
    font-size: 18px;
    line-height: 24px;
  }
  .div-block-464 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block-465 {
    width: 100%;
    margin-bottom: 40px;
  }
  .link-block-141 {
    border-style: solid;
    border-width: 2px;
    border-color: #8f83f7;
  }
  .div-block-466 {
    height: 133px;
  }
  .div-block-456-copy {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .life-hacks-organizers {
    padding-right: 20px;
    padding-left: 20px;
  }
  .exec-team-header {
    margin-left: 20px;
    font-size: 28px;
    line-height: 30px;
  }
  .grid-39 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .image-233 {
    height: 110px;
  }
  .heading-1301 {
    height: 40px;
    font-size: 20px;
    line-height: 20px;
  }
  .text-block-90 {
    font-size: 14px;
  }
  .link-block-142 {
    width: 40px;
    height: 40px;
    margin-top: 71px;
    margin-left: 39px;
  }
  .image-234 {
    width: 20px;
    height: 20px;
  }
  .sponsors-grid {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .div-block-468 {
    width: 100%;
    padding: 8% 10%;
  }
  .div-block-470 {
    width: 100%;
    padding-top: 8%;
    padding-right: 10%;
    padding-left: 10%;
  }
  .div-block-475 {
    display: none;
  }
  .heading-62 {
    font-size: 30px;
    line-height: 30px;
  }
}

#w-node-c269a2f6ad2b-a2f6ad2b {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-69acc0b170dd-cc1fe3f2 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-4428813a52f2-261fe3db {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-8965e64874aa-261fe3db {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-8965e64874b8-261fe3db {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-406da424a2dc-a81fe3f0 {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-5ded1d1412db-ff1fe3f4 {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-19b0bad20939-ff1fe3f4 {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-15683a8a8f44-ff1fe3f4 {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-bb6b5a817917-ff1fe3f4 {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-e4e06bd4a92e-ff1fe3f4 {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-841d505295be-960a11e2 {
  -ms-grid-column-align: auto;
  justify-self: auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-841d505295c3-960a11e2 {
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-57f7967ecbae-960a11e2 {
  -ms-grid-column-align: auto;
  justify-self: auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-57f7967ecbb3-960a11e2 {
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-010596e7325b-960a11e2 {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-1d149d726898-b8d2b8a8 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

@media screen and (max-width: 767px) {
  #w-node-57f7967ecbae-960a11e2 {
    -ms-grid-column-align: start;
    justify-self: start;
  }
  #w-node-57f7967ecbb3-960a11e2 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    grid-area: Area-2;
    -ms-grid-column-align: start;
    justify-self: start;
  }
  .grid-15>#w-node-57f7967ecbb3-960a11e2 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .grid-20>#w-node-57f7967ecbb3-960a11e2 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .grid-20-copy>#w-node-57f7967ecbb3-960a11e2 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .grid-21>#w-node-57f7967ecbb3-960a11e2 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .grid-22>#w-node-57f7967ecbb3-960a11e2 {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .grid-26>#w-node-57f7967ecbb3-960a11e2 {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
  .grid-27>#w-node-57f7967ecbb3-960a11e2 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .grid-28>#w-node-57f7967ecbb3-960a11e2 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .la-grid>#w-node-57f7967ecbb3-960a11e2 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .grid-31>#w-node-57f7967ecbb3-960a11e2 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .grid-32>#w-node-57f7967ecbb3-960a11e2 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  #w-node-57f7967ecbb8-960a11e2 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    grid-area: Area-3;
    -ms-grid-column-align: start;
    justify-self: start;
  }
  .grid-15>#w-node-57f7967ecbb8-960a11e2 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .grid-20>#w-node-57f7967ecbb8-960a11e2 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .grid-20-copy>#w-node-57f7967ecbb8-960a11e2 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .grid-21>#w-node-57f7967ecbb8-960a11e2 {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
  .grid-22>#w-node-57f7967ecbb8-960a11e2 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .grid-26>#w-node-57f7967ecbb8-960a11e2 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .grid-27>#w-node-57f7967ecbb8-960a11e2 {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
  .grid-28>#w-node-57f7967ecbb8-960a11e2 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .la-grid>#w-node-57f7967ecbb8-960a11e2 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .grid-31>#w-node-57f7967ecbb8-960a11e2 {
    -ms-grid-row: 1;
    -ms-grid-column: 4;
  }
  .grid-32>#w-node-57f7967ecbb8-960a11e2 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .grid-33>#w-node-57f7967ecbb8-960a11e2 {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
    -ms-grid-column-span: 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-406da424a2ee-a81fe3f0 {
    -ms-grid-column-align: center;
    justify-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  #w-node-5ded1d1412ed-ff1fe3f4 {
    -ms-grid-column-align: center;
    justify-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  #w-node-19b0bad2094b-ff1fe3f4 {
    -ms-grid-column-align: center;
    justify-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  #w-node-15683a8a8f56-ff1fe3f4 {
    -ms-grid-column-align: center;
    justify-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  #w-node-bb6b5a817929-ff1fe3f4 {
    -ms-grid-column-align: center;
    justify-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  #w-node-e4e06bd4a940-ff1fe3f4 {
    -ms-grid-column-align: center;
    justify-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  #w-node-57f7967ecbae-960a11e2 {
    -ms-grid-column-align: center;
    justify-self: center;
  }
  #w-node-57f7967ecbb3-960a11e2 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    grid-area: Area-2;
  }
  .grid-15>#w-node-57f7967ecbb3-960a11e2 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .grid-20>#w-node-57f7967ecbb3-960a11e2 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .grid-20-copy>#w-node-57f7967ecbb3-960a11e2 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .grid-21>#w-node-57f7967ecbb3-960a11e2 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .grid-22>#w-node-57f7967ecbb3-960a11e2 {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .grid-26>#w-node-57f7967ecbb3-960a11e2 {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
  .grid-27>#w-node-57f7967ecbb3-960a11e2 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .grid-28>#w-node-57f7967ecbb3-960a11e2 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .la-grid>#w-node-57f7967ecbb3-960a11e2 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .grid-31>#w-node-57f7967ecbb3-960a11e2 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .grid-32>#w-node-57f7967ecbb3-960a11e2 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  #w-node-57f7967ecbb8-960a11e2 {
    -ms-grid-column-align: center;
    justify-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  #w-node-a91fcf97dd94-960a11e2 {
    -ms-grid-column-align: center;
    justify-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
}

@media screen and (max-width: 991px) {
  .grid-19>#w-node-57f7967ecbb3-960a11e2 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .grid-21>#w-node-57f7967ecbb3-960a11e2 {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .grid-19>#w-node-57f7967ecbb8-960a11e2 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .grid-19>#w-node-57f7967ecbb3-960a11e2 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .grid-21>#w-node-57f7967ecbb3-960a11e2 {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-57f7967ecbb3-960a11e2 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  #w-node-57f7967ecbb8-960a11e2 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  #w-node-57f7967ecbb3-960a11e2 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-57f7967ecbb3-960a11e2 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  #w-node-57f7967ecbb8-960a11e2 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .grid-33>#w-node-57f7967ecbb8-960a11e2 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .grid-34>#w-node-57f7967ecbb8-960a11e2 {
    -ms-grid-row: 5;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .grid-34-copy>#w-node-57f7967ecbb8-960a11e2 {
    -ms-grid-row: 5;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .grid-37>#w-node-57f7967ecbb8-960a11e2 {
    -ms-grid-row: 5;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  #w-node-57f7967ecbb3-960a11e2 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
}

@font-face {
  font-family: 'Nexa';
  src: url('../fonts/Nexa-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Nexa';
  src: url('../fonts/Nexa-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}

/* Coming soon text */

/* City Cards */

/* Event scroller */

