.w-basic-heading--styledAs-h1 {
  font-size: 38px;
  line-height: 44px;
  margin-top: 20px;
}

.w-basic-heading--styledAs-h2 {
  font-size: 32px;
  line-height: 36px;
  margin-top: 20px;
}

.w-basic-heading--styledAs-h3 {
  font-size: 24px;
  line-height: 30px;
  margin-top: 20px;
}

.w-basic-heading--styledAs-h4 {
  font-size: 18px;
  line-height: 24px;
  margin-top: 10px;
}

.w-basic-heading--styledAs-h5 {
  font-size: 14px;
  line-height: 20px;
  margin-top: 10px;
}

.w-basic-heading--styledAs-h6 {
  font-size: 12px;
  line-height: 18px;
  margin-top: 10px;
}

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

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

.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-commerceboldtextblock {
  font-weight: 700;
}

.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-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-commercecheckoutorderitemswrapper {
  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-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-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-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-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-commercecheckouterrorstate {
  margin-top: 16px;
  margin-bottom: 16px;
  padding-top: 10px;
  padding-right: 16px;
  padding-bottom: 10px;
  padding-left: 16px;
  background-color: #ffdede;
}

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

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

.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-commerceorderconfirmationcontainer {
  width: 100%;
  min-height: 100vh;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #f5f5f5;
}

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

@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-commercecheckoutemailinput {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutshippingfullname {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutshippingstreetaddress {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutrow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .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 {
  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;
  font-family: Montserrat, sans-serif;
  color: #1a1b1f;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  line-height: 62px;
  font-weight: 400;
}

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

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

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 38px;
  font-weight: 400;
}

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

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

p {
  margin-bottom: 10px;
}

a {
  display: block;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #1a1b1f;
  text-decoration: underline;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

label {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

blockquote {
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  border-left: 5px solid #e2e2e2;
  font-size: 20px;
  line-height: 34px;
}

figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

figcaption {
  margin-top: 5px;
  opacity: 0.6;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
}

.heading-jumbo-small {
  margin-top: 10px;
  margin-bottom: 15px;
  font-family: 'PT Serif', serif;
  font-size: 36px;
  line-height: 50px;
  font-weight: 400;
  text-transform: none;
}

.styleguide-block {
  display: block;
  margin-top: 80px;
  margin-bottom: 80px;
  -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: left;
}

.heading-jumbo-tiny {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'PT Serif', serif;
  font-size: 18px;
  line-height: 32px;
  font-weight: 500;
  text-transform: uppercase;
}

.rich-text {
  width: 70%;
  margin-right: auto;
  margin-bottom: 100px;
  margin-left: auto;
}

.rich-text p {
  margin-top: 15px;
  margin-bottom: 25px;
  opacity: 0.6;
}

.container {
  display: block;
  width: 100%;
  max-width: 1125px;
  margin: 40px auto 0px;
  padding-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.styleguide-content-wrap {
  text-align: center;
}

.paragraph-small {
  font-size: 14px;
  line-height: 26px;
}

.styleguide-header-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 460px;
  padding: 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;
  background-color: #1a1b1f;
  color: #fff;
  text-align: center;
}

.styleguide-button-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}

.heading-jumbo {
  margin-top: 10px;
  margin-bottom: 40px;
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  font-size: 64px;
  line-height: 64px;
  font-weight: 400;
  text-align: left;
  letter-spacing: -2px;
  text-transform: none;
}

.paragraph-tiny {
  font-size: 12px;
  line-height: 20px;
}

.paragraph-tiny.cc-paragraph-tiny-light {
  opacity: 0.7;
}

.label {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.label.cc-styleguide-label {
  margin-bottom: 25px;
}

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

.label.cc-about-light {
  opacity: 0.6;
}

.paragraph-light {
  border-right: 0px solid #000;
  border-left: 0px solid #000;
  opacity: 0.6;
}

.paragraph-light.cc-position-name {
  margin-bottom: 5px;
  background-color: transparent;
  opacity: 1;
  font-family: Montserrat, sans-serif;
  text-align: left;
}

.section {
  margin-right: 40px;
  margin-left: 40px;
}

.section.cc-contact {
  padding-right: 80px;
  padding-left: 80px;
  background-color: #f4f4f4;
}

.button {
  padding: 12px 25px;
  border-radius: 0px;
  background-color: #1a1b1f;
  -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

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

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

.button.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button {
  padding: 16px 35px;
  background-color: #fff;
  color: #202020;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button:hover {
  background-color: hsla(0, 0%, 100%, 0.8);
}

.button.cc-white-button:active {
  background-color: hsla(0, 0%, 100%, 0.9);
}

.paragraph-bigger {
  display: block;
  margin-bottom: 10px;
  border-bottom: 1px solid #000;
  opacity: 1;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  text-align: left;
}

.paragraph-bigger.cc-bigger-light {
  opacity: 0.6;
}

.divider {
  height: 1px;
  background-color: #eee;
}

.logo-link {
  z-index: 1;
}

.logo-link:hover {
  opacity: 0.8;
}

.logo-link:active {
  opacity: 0.7;
}

.navigation-item {
  padding-top: 9px;
  padding-bottom: 9px;
  opacity: 0.6;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.navigation-item:hover {
  opacity: 0.9;
}

.navigation-item:active {
  opacity: 0.8;
}

.navigation-item.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-weight: 600;
}

.navigation-item.w--current:hover {
  opacity: 0.8;
  color: #32343a;
}

.navigation-item.w--current:active {
  opacity: 0.7;
  color: #32343a;
}

.navigation-items {
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.logo-image {
  display: block;
}

.navigation-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.intro-wrap {
  margin-top: 100px;
  margin-bottom: 140px;
}

.name-text {
  font-size: 20px;
  line-height: 34px;
  font-weight: 400;
}

.position-name-text {
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 34px;
  font-weight: 500;
  text-transform: none;
}

.work-description {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 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;
}

.work-experience-grid {
  margin-bottom: 140px;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-areas: ". . . .";
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.works-grid {
  margin-bottom: 80px;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-areas: ". . ."
    ". . .";
  -ms-grid-columns: 1.5fr 30px 1fr 30px 1.5fr;
  grid-template-columns: 1.5fr 1fr 1.5fr;
  -ms-grid-rows: auto 30px auto;
  grid-template-rows: auto auto;
}

.carrer-headline-wrap {
  width: 70%;
  margin-bottom: 50px;
}

.work-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 460px;
  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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #f4f4f4;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  text-align: center;
  text-decoration: none;
}

.work-image:hover {
  opacity: 0.8;
}

.work-image:active {
  opacity: 0.7;
}

.work-image.cc-work-1 {
  background-image: url('../images/portfolio-1---wide.svg');
  background-size: cover;
}

.work-image.cc-work-2 {
  background-image: url('../images/portfolio-2---wide.svg');
  background-size: cover;
}

.work-image.cc-work-4 {
  background-image: url('../images/portfolio-3---wide.svg');
  background-size: cover;
}

.work-image.cc-work-3 {
  background-image: url('../images/portfolio-4---wide.svg');
  background-size: cover;
}

.project-name-link {
  margin-bottom: 5px;
  font-size: 20px;
  line-height: 34px;
  font-weight: 400;
  text-decoration: none;
}

.project-name-link:hover {
  opacity: 0.8;
}

.project-name-link:active {
  opacity: 0.7;
}

.text-field {
  margin-bottom: 18px;
  padding: 21px 20px;
  border: 1px solid #e4e4e4;
  border-radius: 0px;
  -webkit-transition: border-color 400ms ease;
  transition: border-color 400ms ease;
  font-size: 14px;
  line-height: 26px;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active {
  border-color: #43464d;
}

.text-field:focus {
  border-color: #43464d;
}

.text-field::-webkit-input-placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field:-ms-input-placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field::-ms-input-placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field::placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field.cc-textarea {
  height: 200px;
  padding-top: 12px;
}

.status-message {
  padding: 9px 30px;
  background-color: #202020;
  color: #fff;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
}

.status-message.cc-success-message {
  background-color: #12b878;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.contact {
  padding-top: 80px;
  padding-bottom: 90px;
}

.contact-headline {
  width: 70%;
  margin-bottom: 40px;
}

.contact-form-grid {
  grid-column-gap: 30px;
  grid-row-gap: 10px;
}

.contact-form-wrap {
  width: 70%;
}

.footer-wrap {
  display: -ms-grid;
  display: grid;
  margin-top: 60px;
  padding: 140px 30px 40px;
  -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;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  -ms-grid-columns: 33% 33%;
  grid-template-columns: 33% 33%;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: #000;
}

.webflow-link {
  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;
  opacity: 0.5;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
  text-decoration: none;
  text-transform: uppercase;
}

.webflow-link:hover {
  opacity: 1;
}

.webflow-link:active {
  opacity: 0.8;
}

.webflow-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

.footer-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 15px;
  -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;
  color: #fff;
}

.footer-item {
  margin-right: 0px;
  margin-left: 20px;
  opacity: 1;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.footer-item:hover {
  opacity: 0.9;
}

.footer-item:active {
  opacity: 0.8;
}

.about-intro-grid {
  margin-top: 100px;
  margin-bottom: 140px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template-areas: ". .";
  -ms-grid-columns: 1fr 80px 2fr;
  grid-template-columns: 1fr 2fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.hi-there-heading {
  margin-top: 10px;
  margin-bottom: 20px;
}

.service-name-text {
  margin-bottom: 10px;
  opacity: 0.6;
  font-size: 30px;
  line-height: 46px;
}

.skillset-wrap {
  padding-right: 60px;
}

.reference-link {
  opacity: 0.6;
  font-size: 14px;
  line-height: 26px;
  text-decoration: none;
}

.reference-link:hover {
  opacity: 1;
}

.reference-link:active {
  opacity: 0.9;
}

.featured-item-wrap {
  margin-bottom: 25px;
}

.services-items-grid {
  padding-top: 10px;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-areas: ". .";
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.skills-grid {
  margin-bottom: 140px;
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template-areas: ". .";
  -ms-grid-columns: 1fr 80px 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.personal-features-grid {
  margin-bottom: 110px;
  grid-column-gap: 80px;
  grid-row-gap: 20px;
  grid-template-areas: ". ."
    ". .";
  -ms-grid-rows: auto 20px auto;
  grid-template-rows: auto auto;
}

.speaking-text {
  display: inline-block;
  margin-right: 8px;
}

.speaking-text.cc-past-speaking {
  opacity: 0.6;
}

.speaking-detail {
  display: inline-block;
  opacity: 0.6;
}

.upcoming-wrap {
  margin-bottom: 40px;
}

.social-media-heading {
  margin-bottom: 60px;
}

.social-media-grid {
  margin-bottom: 30px;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -ms-grid-rows: auto 30px auto;
  grid-template-areas: ". . . ."
    ". . . .";
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.project-overview-grid {
  margin-top: 220px;
  margin-bottom: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
  justify-content: start;
  justify-items: start;
  grid-auto-columns: 0px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-areas: ". . . ."
    ". . . .";
  -ms-grid-columns: auto;
  grid-template-columns: auto;
  -ms-grid-rows: 100px;
  grid-template-rows: 100px;
}

.detail-header-image {
  width: 100%;
}

.project-description-grid {
  margin-top: 120px;
  margin-bottom: 120px;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-areas: ". .";
  -ms-grid-columns: 1fr 30px 2.5fr;
  grid-template-columns: 1fr 2.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.detail-image {
  width: 100%;
  margin-bottom: 30px;
}

.email-section {
  width: 70%;
  margin: 140px auto 200px;
  text-align: center;
}

.email-link {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 64px;
  line-height: 88px;
  font-weight: 400;
  text-decoration: none;
  text-transform: none;
}

.email-link:hover {
  opacity: 0.8;
}

.email-link:active {
  opacity: 0.7;
}

.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: 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;
  color: #fff;
  text-align: center;
}

._404-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 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;
  background-color: #1a1b1f;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.protected-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 90px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

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

.protected-heading {
  margin-bottom: 30px;
}

.column-2 {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  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: 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: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.navlink {
  padding-top: 23px;
  padding-bottom: 24px;
  font-family: Montserrat, sans-serif;
  color: #000;
}

.navlink:hover {
  background-color: #000;
  color: #fff;
}

.row {
  position: fixed;
  left: 20px;
  top: 0px;
  bottom: 0px;
  display: block;
  width: 280px;
  height: 67px;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
}

.image-11 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 67px;
  height: 67px;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 0px;
}

.image-11:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ddd), to(#ddd));
  background-image: linear-gradient(180deg, #ddd, #ddd);
}

.column {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  overflow: visible;
  height: 67px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
}

.rich-text-block {
  margin-top: 0px;
  margin-left: 6px;
  padding-top: 3px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 13px;
  line-height: 0px;
}

.container-2 {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 100vw;
  margin-right: 292px;
  margin-left: 0px;
  padding-left: 10px;
}

.navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 120px;
  margin-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;
  align-self: auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: 60px;
  grid-template-rows: 60px;
  background-color: hsla(0, 0%, 100%, 0);
}

.navbar:hover {
  background-color: #8d02ff;
}

.brand-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.image-12 {
  position: fixed;
  left: auto;
  top: 0%;
  right: auto;
  bottom: auto;
  display: block;
  margin-right: 0px;
  text-align: left;
}

.heading {
  font-family: 'PT Serif', serif;
}

.heading-2 {
  font-family: 'PT Serif', serif;
}

.heading-1 {
  font-family: 'PT Serif', serif;
}

.heading-4 {
  font-family: 'PT Serif', serif;
}

.heading-5 {
  font-family: 'PT Serif', serif;
}

.heading-6 {
  font-family: 'PT Serif', serif;
  font-size: 20px;
}

.modal-wrapper {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  overflow: scroll;
  height: 100%;
  padding-top: 80px;
  background-color: #bababa;
  text-align: center;
}

.apropos {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: inline-block;
  width: 450px;
  padding: 0px 20px 20px;
  text-align: left;
}

.heading-7 {
  margin-left: -6px;
  font-family: Merriweather, serif;
  font-weight: 100;
  text-align: left;
}

.paragraph {
  font-family: Merriweather, serif;
  font-size: 22px;
  line-height: 28px;
  font-weight: 300;
  text-align: left;
}

.close {
  position: static;
  left: 0px;
  top: 0px;
  bottom: 0px;
  margin-top: 20px;
  margin-left: 0px;
  padding-top: 0px;
  text-align: left;
}

.close:hover {
  padding-top: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.11)), to(rgba(0, 0, 0, 0.11)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.11), rgba(0, 0, 0, 0.11));
}

.modal-wrapper2 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 6666;
  overflow: scroll;
  height: 100%;
  padding-top: 80px;
  background-color: #bababa;
  text-align: center;
}

.div-block-2 {
  overflow: auto;
  width: 450px;
  max-width: 100%;
  margin: auto;
}

.container-4 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  margin-top: 80px;
  padding-top: 0px;
  padding-left: 25px;
}

.text-block {
  font-family: Merriweather, serif;
  color: #fff;
  font-size: 45px;
  line-height: 48px;
  font-weight: 300;
  text-align: left;
  letter-spacing: 0px;
}

.section-2 {
  height: auto;
  max-height: 1000px;
  margin-right: 30px;
  margin-left: 30px;
}

.container-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  max-height: none;
  max-width: 100vw;
  padding-right: 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;
  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 {
  grid-auto-flow: column;
  -ms-grid-columns: 4.75fr;
  grid-template-columns: 4.75fr;
}

.grid-h {
  margin-top: 60px;
  margin-bottom: 135px;
  padding-right: 0px;
  grid-auto-flow: column;
  grid-row-gap: 0px;
  grid-template-areas: "."
    "Area";
  -ms-grid-columns: 100%;
  grid-template-columns: 100%;
  -ms-grid-rows: auto 0px auto;
  grid-template-rows: auto auto;
}

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

.thumbnail {
  height: 200px;
  border: 3px solid #000;
  -o-object-fit: cover;
  object-fit: cover;
}

.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-bottom: 220px;
}

.column-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
}

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

.column-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
}

.grid-3 {
  width: auto;
  margin-top: 20px;
  grid-auto-columns: auto;
  grid-column-gap: 4px;
  grid-row-gap: 0px;
  grid-template-areas: "Area Area Area"
    "Area-2 Area-3 Area-4";
  -ms-grid-columns: 33% 4px 33% 4px 33%;
  grid-template-columns: 33% 33% 33%;
  -ms-grid-rows: auto 0px auto;
  grid-template-rows: auto auto;
}

.text-block-3 {
  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;
  color: rgba(26, 27, 31, 0.5);
  font-size: 12px;
  line-height: 14px;
  text-align: right;
}

.text-block-4 {
  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;
  color: rgba(26, 27, 31, 0.5);
  font-size: 12px;
  line-height: 14px;
}

.text-block-5 {
  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;
  color: rgba(26, 27, 31, 0.5);
  font-size: 12px;
  line-height: 14px;
  text-align: center;
}

.div-block-3 {
  height: 40px;
  border-style: dotted dotted none;
  border-width: 0px;
  border-color: #000;
}

.image-15 {
  margin-left: 17px;
}

.grid-4 {
  position: static;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: -ms-grid;
  display: grid;
  width: 100vw;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 10px;
  padding-left: 10px;
  justify-items: center;
  -webkit-box-align: end;
  -webkit-align-items: end;
  -ms-flex-align: end;
  align-items: end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: auto auto auto;
  grid-template-columns: auto auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-top: 1px dotted #000;
  border-bottom: 1px dotted #000;
}

.text-block-6 {
  margin-top: 9px;
  line-height: 24px;
  text-align: center;
}

.text-block-7 {
  margin-top: 3px;
  font-size: 40px;
  line-height: 24px;
  text-align: right;
}

.text-block-8 {
  margin-top: 3px;
  font-size: 40px;
  line-height: 24px;
  text-align: left;
}

.dropdown-toggle {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px 0px 67px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.dropdown-toggle.w--open {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.dropdown-list {
  position: relative;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  overflow: scroll;
  width: auto;
  max-height: none;
  text-align: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.dropdown-list.w--open {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: auto;
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  min-height: 0px;
  min-width: auto;
  margin-top: 67px;
  margin-right: 0px;
  padding-top: 0px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #ff6200;
  text-align: left;
  -webkit-column-count: auto;
  column-count: auto;
  -webkit-column-gap: 6vw;
  column-gap: 6vw;
  -o-object-fit: fill;
  object-fit: fill;
}

.dropdown {
  position: absolute;
  left: auto;
  overflow: hidden;
  height: 100vh;
  margin-top: 67px;
  margin-right: 0px;
  margin-left: 0px;
}

.dropdown-link {
  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: 'PT Serif', serif;
  font-size: 40px;
  line-height: 32px;
}

.dropdown-link:hover {
  background-color: #f7f7f7;
  color: #000;
  font-size: 32px;
}

.dropdown-link-2 {
  display: block;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-bottom: 1px dotted #000;
  -webkit-transition-property: none;
  transition-property: none;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 16px;
  line-height: 40px;
  font-weight: 700;
  text-align: left;
  -o-object-fit: fill;
  object-fit: fill;
}

.scroll {
  height: 75vh;
}

.text-block-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  white-space: normal;
}

.body {
  display: block;
}

.section-h {
  display: block;
  margin-top: 220px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.container-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100vw;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.grid-home {
  margin-top: 80px;
  margin-bottom: 376px;
  padding-right: 67px;
  grid-auto-flow: column;
  grid-row-gap: 0px;
  grid-template-areas: "."
    "Area";
  -ms-grid-columns: 100%;
  grid-template-columns: 100%;
  -ms-grid-rows: auto 0px auto;
  grid-template-rows: auto auto;
}

.image-16 {
  border: 2px solid #000;
}

.image-17 {
  border: 2px solid #000;
}

.image-18 {
  border: 2px solid #000;
}

.link {
  padding-right: 8px;
  text-decoration: none;
}

.link:hover {
  color: rgba(50, 52, 58, 0.33);
}

.link-2 {
  padding-left: 8px;
  text-decoration: none;
}

.link-2:hover {
  color: rgba(50, 52, 58, 0.33);
}

.column-6 {
  position: fixed;
  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;
}

.columns-2 {
  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-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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-4 {
  position: absolute;
  left: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 77px;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.body-2 {
  background-color: #fff;
  color: #000;
}

.body-3 {
  background-color: #f0f0f0;
}

.menu_subtitle {
  padding-top: 0px;
  padding-right: 20px;
  padding-left: 20px;
  font-family: 'Space Grotesk', sans-serif;
}

.space {
  padding-top: 20px;
  padding-right: 20px;
  padding-left: 20px;
  font-family: 'Space Grotesk', sans-serif;
}

.div-block-5 {
  display: inline;
  width: 100%;
  float: none;
  clear: left;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  -webkit-column-count: 2;
  column-count: 2;
}

.grid-5 {
  position: static;
  padding: 100px;
  float: none;
  clear: left;
  justify-items: stretch;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
}

.grid_th {
  display: -ms-grid;
  display: grid;
  width: 200px;
  height: auto;
  justify-items: start;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 200px;
  grid-template-columns: 200px;
  -ms-grid-rows: 0.25fr 72px;
  grid-template-rows: 0.25fr 72px;
  -o-object-fit: fill;
  object-fit: fill;
}

.container-7 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.image-19 {
  border: 16px solid #fff;
  border-radius: 0px;
}

.text-block-10 {
  font-family: 'Varela Round', sans-serif;
  line-height: 24px;
  text-align: left;
}

.grid-6 {
  position: relative;
  display: -ms-grid;
  display: grid;
  width: auto;
  max-width: none;
  margin-top: 20px;
  margin-bottom: 60px;
  justify-items: start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 34px;
  grid-row-gap: 16px;
  -ms-grid-columns: 200px 200px 200px 200px 200px;
  grid-template-columns: 200px 200px 200px 200px 200px;
  -ms-grid-rows: 30px 300px;
  grid-template-rows: 30px 300px;
}

.grid-7 {
  width: auto;
  margin-top: 20px;
  justify-items: center;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-columns: 1200px;
  grid-template-columns: 1200px;
  -ms-grid-rows: 200px auto;
  grid-template-rows: 200px auto;
}

.position-name-text-copy {
  margin-bottom: 0px;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  text-transform: none;
}

.project-overview-grid-copy {
  margin-top: 0px;
  margin-bottom: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
  justify-content: start;
  justify-items: start;
  grid-auto-columns: 0px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-areas: ". . . ."
    ". . . .";
  -ms-grid-columns: auto;
  grid-template-columns: auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.subtitle {
  margin-right: 40px;
  margin-bottom: 0px;
  margin-left: 0px;
  line-height: 16px;
}

.subtitle.cc-contact {
  padding-right: 80px;
  padding-left: 80px;
  background-color: #f4f4f4;
}

.subblok {
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
  justify-content: start;
  justify-items: start;
  grid-auto-columns: 0px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-areas: ". . . ."
    ". . . .";
  -ms-grid-columns: auto;
  grid-template-columns: auto;
  -ms-grid-rows: 86px;
  grid-template-rows: 86px;
}

.heading-jumbo-copy {
  margin-top: 10px;
  margin-bottom: 40px;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 50px;
  line-height: 60px;
  font-weight: 500;
  text-align: left;
  letter-spacing: -2px;
  text-transform: none;
}

.linkmenu {
  display: block;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-bottom: 1px dotted #000;
  -webkit-transition-property: none;
  transition-property: none;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 16px;
  line-height: 40px;
  font-weight: 700;
  text-align: left;
  -o-object-fit: fill;
  object-fit: fill;
}

.grid_links {
  display: -ms-grid;
  display: grid;
  width: 200px;
  height: auto;
  justify-items: start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 25px;
  grid-template-columns: repeat(auto-fit, 200px);
  -ms-grid-rows: 20px 50px;
  grid-template-rows: 20px 50px;
  -o-object-fit: fill;
  object-fit: fill;
}

.position-name {
  margin-bottom: 0px;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
  text-transform: none;
  -o-object-fit: fill;
  object-fit: fill;
}

.link_menu {
  font-family: 'Varela Round', sans-serif;
  line-height: 24px;
  text-align: left;
}

.link-3 {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  border: 1px none #000;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 16px;
  line-height: 50px;
  font-weight: 500;
  text-decoration: none;
}

.link-3:hover {
  background-color: #fff;
  font-size: 24px;
  -o-object-fit: fill;
  object-fit: fill;
}

.div-block-6 {
  width: 500px;
  height: 60px;
  border-bottom: 1px solid #000;
}

.grid-8 {
  max-width: 1200px;
  justify-items: stretch;
  grid-column-gap: 35px;
  grid-row-gap: 45px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.thumbnails {
  width: 310px;
  -o-object-fit: fill;
  object-fit: fill;
}

.thumbnails:hover {
  opacity: 1;
}

.title {
  margin-top: 20px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #000;
  line-height: 22px;
  text-align: center;
}

.thumb {
  width: 310px;
  height: 310px;
  -o-object-fit: cover;
  object-fit: cover;
}

.thumb:hover {
  opacity: 0.66;
}

.contenu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 40px;
  margin-left: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.heading-8 {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #000;
  text-align: center;
  text-decoration: none;
}

.section-4 {
  margin-top: 60px;
  margin-bottom: 10px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

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

.heading-9 {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 29px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
}

.titre {
  margin: 60px 40px 40px;
}

.section-6 {
  margin-right: 40px;
  margin-left: 40px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.bold-text-2 {
  font-size: 52px;
  text-decoration: none;
}

.container-8 {
  display: block;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.img_container {
  margin-top: 60px;
  margin-bottom: 140px;
  -o-object-fit: fill;
  object-fit: fill;
}

.img {
  width: auto;
  height: auto;
  -o-object-fit: fill;
  object-fit: fill;
}

.title-copy {
  margin-top: 0px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #000;
  line-height: 22px;
  text-align: center;
}

.title-2 {
  margin-top: 60px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #000;
  line-height: 22px;
  text-align: center;
}

.subtitle-2 {
  margin-top: 0px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
}

.menu {
  margin: 60px 40px 40px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.subheadline {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

.grid-9 {
  width: 1000px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.subheadline-link {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  text-decoration: underline;
}

.heading-link {
  display: block;
  margin-top: 20px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  line-height: 28px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
}

.heading-link:hover {
  color: #000;
  font-weight: 700;
  text-decoration: none;
}

.heading-link:active {
  font-weight: 400;
  text-decoration: line-through;
}

.heading-link:focus {
  font-weight: 700;
  text-decoration: none;
}

.grid-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1000px;
  margin-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: center;
}

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

.section-7 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.heading-link-copy {
  display: block;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 400;
  text-align: center;
  text-decoration: underline;
}

.gridw {
  width: 1000px;
  max-width: 1200px;
  justify-items: stretch;
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.years {
  margin-top: 40px;
  margin-bottom: 20px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #000;
  line-height: 22px;
  text-align: center;
}

.works {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 40px;
  margin-left: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.wtitle {
  margin: 60px 40px 40px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.grid-series {
  display: inline;
  width: 1000px;
  margin-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: center;
}

.works-section {
  margin: 60px 40px 40px;
}

.subline {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #000;
  line-height: 22px;
  text-align: center;
}

.heading-link-passive {
  display: block;
  margin-top: 20px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.heading-link-passive:hover {
  text-decoration: none;
}

.heading-link-passive:active {
  font-weight: 700;
  text-decoration: none;
}

.heading-link-passive:focus {
  font-weight: 700;
  text-decoration: none;
}

.grid-11 {
  width: 360px;
  grid-column-gap: 0px;
  -ms-grid-columns: 0.4fr 1fr;
  grid-template-columns: 0.4fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.heading-10 {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.link-4 {
  text-decoration: none;
}

.text-block-11 {
  width: 1000px;
  max-width: 1000px;
  margin: 60px 0px 40px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  line-height: 24px;
  text-align: center;
}

.link-block {
  text-decoration: none;
}

.div-block-8 {
  width: 800px;
  max-width: 800px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.section-8 {
  width: 1000px;
  max-width: 1000px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -o-object-fit: contain;
  object-fit: contain;
}

.grid-12 {
  width: 1000px;
  max-width: 1200px;
  justify-items: center;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.heading-11 {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.heading-12 {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

@media screen and (max-width: 991px) {
  .styleguide-block {
    text-align: center;
  }

  .heading-jumbo {
    font-size: 56px;
    line-height: 70px;
  }

  .section.cc-contact {
    padding-right: 0px;
    padding-left: 0px;
  }

  .button {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .logo-link.w--current {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .menu-icon {
    display: block;
  }

  .navigation-item {
    padding: 15px 30px;
    -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    text-align: center;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .navigation-items {
    background-color: #fff;
  }

  .navigation {
    padding: 25px 30px;
  }

  .menu-button {
    padding: 0px;
  }

  .menu-button.w--open {
    background-color: transparent;
  }

  .navigation-wrap {
    margin-right: 0px;
  }

  .work-experience-grid {
    grid-template-areas: ". ."
      ". .";
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .works-grid {
    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;
  }

  .carrer-headline-wrap {
    width: auto;
  }

  .work-image {
    margin-bottom: 30px;
  }

  .contact {
    width: auto;
    padding: 30px 50px 40px;
  }

  .contact-headline {
    width: 100%;
  }

  .contact-form-wrap {
    width: 100%;
  }

  .about-intro-grid {
    grid-row-gap: 50px;
    grid-template-areas: "."
      ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 50px auto;
    grid-template-rows: auto auto;
    text-align: center;
  }

  .about-head-text-wrap {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }

  .service-name-text {
    font-size: 24px;
    line-height: 42px;
  }

  .skillset-wrap {
    padding-right: 0px;
  }

  .services-items-grid {
    padding-top: 0px;
    grid-row-gap: 0px;
    grid-template-areas: "."
      ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 0px auto;
    grid-template-rows: auto auto;
  }

  .skills-grid {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    grid-row-gap: 50px;
    grid-template-areas: "."
      ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 50px auto;
    grid-template-rows: auto auto;
    text-align: center;
  }

  .personal-features-grid {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    grid-template-areas: "."
      "."
      "."
      ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
    text-align: center;
  }

  .social-media-heading {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .social-media-grid {
    grid-template-areas: ". ."
      ". ."
      ". ."
      ". .";
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .project-overview-grid {
    width: 70%;
    margin-right: auto;
    margin-left: auto;
    grid-row-gap: 50px;
    grid-template-areas: "."
      "."
      ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 50px auto 50px auto;
    grid-template-rows: auto auto auto;
    text-align: center;
  }

  .project-description-grid {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    grid-row-gap: 50px;
    grid-template-areas: "."
      ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 50px auto;
    grid-template-rows: auto auto;
    text-align: center;
  }

  .email-section {
    margin-bottom: 160px;
  }

  .email-link {
    font-size: 36px;
    line-height: 54px;
  }

  .image-12 {
    display: block;
  }

  .project-overview-grid-copy {
    width: 70%;
    margin-right: auto;
    margin-left: auto;
    grid-row-gap: 50px;
    grid-template-areas: "."
      "."
      ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 50px auto 50px auto;
    grid-template-rows: auto auto auto;
    text-align: center;
  }

  .subtitle.cc-contact {
    padding-right: 0px;
    padding-left: 0px;
  }

  .subblok {
    width: 70%;
    margin-right: auto;
    margin-left: auto;
    grid-row-gap: 50px;
    grid-template-areas: "."
      "."
      ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 50px auto 50px auto;
    grid-template-rows: auto auto auto;
    text-align: center;
  }

  .heading-jumbo-copy {
    font-size: 56px;
    line-height: 70px;
  }

  .grid-8 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .grid-10 {
    width: 750px;
  }

  .gridw {
    width: 750px;
    max-width: 750px;
    grid-auto-flow: row;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .text-block-11 {
    width: 730px;
    max-width: 730px;
    margin-right: 0px;
    margin-left: 0px;
  }

  .div-block-8 {
    width: 730px;
  }

  .section-8 {
    width: 730px;
    max-width: 730px;
  }

  .grid-12 {
    width: 730px;
  }
}

@media screen and (max-width: 767px) {
  .heading-jumbo-small {
    font-size: 30px;
    line-height: 52px;
  }

  .rich-text {
    width: 90%;
    max-width: 470px;
    text-align: left;
  }

  .container {
    text-align: center;
  }

  .heading-jumbo {
    font-size: 50px;
    line-height: 64px;
  }

  .section {
    margin-right: 15px;
    margin-left: 15px;
  }

  .section.cc-contact {
    padding: 15px;
  }

  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }

  .logo-link {
    padding-left: 0px;
  }

  .navigation {
    padding: 20px 30px;
  }

  .work-experience-grid {
    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;
  }

  .work-position-wrap {
    margin-bottom: 40px;
  }

  .project-name-link {
    font-size: 16px;
    line-height: 28px;
  }

  .text-field.cc-textarea {
    text-align: left;
  }

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

  .contact-form-grid {
    grid-column-gap: 30px;
    grid-template-areas: "."
      "."
      ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

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

  .contact-form-wrap {
    text-align: left;
  }

  .footer-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .webflow-link {
    margin-bottom: 15px;
  }

  .footer-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-item {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0px;
  }

  .about-head-text-wrap {
    width: 70%;
    max-width: 470px;
  }

  .skills-grid {
    width: 70%;
    max-width: 470px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .personal-features-grid {
    width: 70%;
    max-width: 470px;
  }

  .social-media-heading {
    width: 70%;
    max-width: 470px;
  }

  .social-media-grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .project-overview-grid {
    width: 80%;
    max-width: 470px;
    margin-top: 90px;
    margin-bottom: 95px;
  }

  .project-description-grid {
    width: 70%;
    max-width: 470px;
    margin-top: 90px;
    margin-bottom: 85px;
  }

  .detail-image {
    margin-bottom: 15px;
  }

  .email-section {
    width: 80%;
    max-width: 470px;
    margin-top: 120px;
    margin-bottom: 120px;
  }

  .email-link {
    font-size: 36px;
    line-height: 54px;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .container-5 {
    height: auto;
  }

  .project-overview-grid-copy {
    width: 80%;
    max-width: 470px;
    margin-top: 90px;
    margin-bottom: 95px;
  }

  .subtitle {
    margin-right: 15px;
    margin-left: 15px;
  }

  .subtitle.cc-contact {
    padding: 15px;
  }

  .subblok {
    width: 80%;
    max-width: 470px;
    margin-top: 90px;
    margin-bottom: 95px;
  }

  .heading-jumbo-copy {
    font-size: 50px;
    line-height: 64px;
  }

  .grid-8 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .bold-text-2 {
    font-size: 48px;
  }

  .gridw {
    width: 400px;
    max-width: 400px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

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

@media screen and (max-width: 479px) {
  .rich-text {
    width: 100%;
    max-width: none;
  }

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

  .heading-jumbo {
    font-size: 36px;
    line-height: 48px;
    text-align: left;
  }

  .paragraph-light {
    text-align: left;
  }

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

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

  .menu-button {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .menu-button.w--open {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .position-name-text {
    text-align: left;
  }

  .contact {
    padding-right: 15px;
    padding-left: 15px;
  }

  .contact-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .contact-form-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    margin-top: auto;
    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;
  }

  .about-head-text-wrap {
    width: 100%;
    max-width: none;
  }

  .skills-grid {
    width: 100%;
    max-width: none;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .personal-features-grid {
    width: 100%;
    max-width: none;
  }

  .social-media-heading {
    width: 100%;
    max-width: none;
  }

  .project-overview-grid {
    width: 100%;
    max-width: none;
    margin-right: 10px;
  }

  .project-description-grid {
    width: 100%;
    max-width: none;
  }

  .email-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 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;
  }

  .email-link {
    font-size: 30px;
    line-height: 46px;
  }

  .row {
    width: 50%;
  }

  .column {
    position: relative;
  }

  .container-2 {
    padding-left: 0px;
  }

  .brand-2 {
    -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;
  }

  .heading-6 {
    font-size: 14px;
    line-height: 24px;
  }

  .apropos {
    overflow: auto;
    max-width: 100%;
  }

  .modal-wrapper2 {
    overflow: scroll;
  }

  .container-4 {
    padding-left: 25px;
  }

  .text-block {
    position: static;
    margin-top: 0px;
  }

  .container-5 {
    height: auto;
    max-height: none;
  }

  .grid-h {
    margin-top: 60px;
    margin-bottom: 40px;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .image-13 {
    width: auto;
  }

  .thumbnail {
    width: 100%;
    height: 100%;
  }

  .columns {
    padding-bottom: 60px;
  }

  .column-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .grid-3 {
    -ms-grid-columns: auto auto auto;
    grid-template-columns: auto auto auto;
  }

  .text-block-3 {
    font-size: 12px;
    line-height: 16px;
  }

  .text-block-4 {
    font-size: 12px;
    line-height: 16px;
  }

  .text-block-5 {
    font-size: 12px;
    line-height: 16px;
  }

  .image-15 {
    margin-left: 24px;
  }

  .text-block-6 {
    font-size: 12px;
  }

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

  .dropdown-list.w--open {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: block;
    overflow: scroll;
    width: 100%;
    text-align: left;
    -webkit-column-count: 1;
    column-count: 1;
  }

  .dropdown {
    overflow: scroll;
  }

  .dropdown-link {
    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;
    text-align: left;
  }

  .text-block-9 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .body {
    -o-object-fit: fill;
    object-fit: fill;
  }

  .grid-home {
    margin-top: 60px;
    margin-bottom: 40px;
    padding-right: 10px;
    padding-left: 10px;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .column-6 {
    padding-right: 40px;
    padding-left: 40px;
    -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;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .body-2 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .position-name-text-copy {
    text-align: left;
  }

  .project-overview-grid-copy {
    width: 100%;
    max-width: none;
    margin-right: 10px;
  }

  .subtitle {
    margin-right: 0px;
    margin-left: 0px;
  }

  .subblok {
    width: 100%;
    max-width: none;
    margin-right: 10px;
  }

  .heading-jumbo-copy {
    font-size: 36px;
    line-height: 48px;
    text-align: left;
  }

  .position-name {
    text-align: left;
  }

  .grid-8 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    grid-auto-flow: row;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .thumb {
    width: 300px;
    height: 300px;
  }

  .contenu {
    margin-right: 10px;
    margin-left: 10px;
  }

  .heading-8 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 22px;
  }

  .section-4 {
    margin-right: 20px;
    margin-left: 20px;
  }

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

  .bold-text-2 {
    font-size: 29px;
  }

  .grid-10 {
    width: 324px;
  }

  .gridw {
    width: 300px;
    max-width: 300px;
    justify-items: center;
    grid-auto-flow: row;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-11 {
    width: 320px;
    grid-auto-flow: row;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .text-block-11 {
    width: 300px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .div-block-8 {
    width: 300px;
  }

  .section-8 {
    width: 300px;
    max-width: 300px;
  }

  .grid-12 {
    width: 300px;
  }
}

#w-node-cb11cef0-502e-fe88-574d-14ff16089a07-b430813a {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-cb11cef0-502e-fe88-574d-14ff16089a0c-b430813a {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_65e11d99-267b-3cad-2dfe-4d069be2aaf5-b430813a {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-f70e9d7d-3b7d-d54a-d709-9315c3ec7bc0-b430813a {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_65e11d99-267b-3cad-2dfe-4d069be2aaf9-b430813a {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_4f47dce3-6304-ae3c-db4e-704a2e0f9b9d-b430813a {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_65e11d99-267b-3cad-2dfe-4d069be2aafd-b430813a {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-ad309958-01a2-2ea3-5f49-e6e262845be5-b430813a {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-e089cbc1-c823-f894-4123-653fe39ce480-b430813a {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_6377b69d-7002-b267-aca9-7a62204731bf-b430813a {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_14a9d9e7-2956-560c-a417-c27936d47d57-b430813a {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_14a9d9e7-2956-560c-a417-c27936d47d5b-b430813a {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_14a9d9e7-2956-560c-a417-c27936d47d5f-b430813a {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_981c2061-f858-cc6e-ffd1-e3f348d0dc0a-b430813a {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_981c2061-f858-cc6e-ffd1-e3f348d0dc0e-b430813a {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_981c2061-f858-cc6e-ffd1-e3f348d0dc12-b430813a {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_3ef823f0-b26f-43be-37b0-4acaa6e7b575-b430813a {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_3ef823f0-b26f-43be-37b0-4acaa6e7b579-b430813a {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_3ef823f0-b26f-43be-37b0-4acaa6e7b57d-b430813a {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-c14ee1a2-abc8-6611-acc6-f560b81e4a59-b430813a {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-c14ee1a2-abc8-6611-acc6-f560b81e4a77-b430813a {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-c14ee1a2-abc8-6611-acc6-f560b81e4a83-b430813a {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-c14ee1a2-abc8-6611-acc6-f560b81e4a8f-b430813a {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-a84e5202-bb9e-9c19-523d-9cf93c898250-1d954aa0 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-f8c027cc-65fc-0cc1-5a61-71e0167b76c5-1d954aa0 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_1e5a0abf-bb3e-1aee-e80b-855bf6a20bfd-1d954aa0 {
  -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;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_9bfd1ac1-0b69-454c-06a8-53c71d954aa6-1d954aa0 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-a61ba179-0b5a-455f-f49b-9b1d6bbf6835-f3585831 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-a61ba179-0b5a-455f-f49b-9b1d6bbf683a-f3585831 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_86dbdc82-3196-85f6-747d-e4575431b9ec-f3585831 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_86dbdc82-3196-85f6-747d-e4575431b9f0-f3585831 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_5dd2cd87-9398-5f0b-deeb-e5f61c3946b0-f3585831 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_5dd2cd87-9398-5f0b-deeb-e5f61c3946d1-f3585831 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_5dd2cd87-9398-5f0b-deeb-e5f61c3946dd-f3585831 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_5dd2cd87-9398-5f0b-deeb-e5f61c3946e9-f3585831 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_3f172e0c-bce3-adde-a0fe-4eeb8fb0426e-c09ce561 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_3f172e0c-bce3-adde-a0fe-4eeb8fb04273-c09ce561 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_56c0c41b-66ae-700a-fe31-b6a8ce8e2cf1-c09ce561 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_56c0c41b-66ae-700a-fe31-b6a8ce8e2cf6-c09ce561 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_1923b9f7-0eb4-ffcb-92a8-03df5cb1faf4-c09ce561 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_1923b9f7-0eb4-ffcb-92a8-03df5cb1faf6-c09ce561 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-d4bade97-11a0-e16b-58dc-95b09b2435cc-c09ce561 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-d4bade97-11a0-e16b-58dc-95b09b2435ed-c09ce561 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-d4bade97-11a0-e16b-58dc-95b09b2435f9-c09ce561 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-d4bade97-11a0-e16b-58dc-95b09b243605-c09ce561 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_6afd5aef-0294-fc87-1035-b650055a3095-009b1885 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_6afd5aef-0294-fc87-1035-b650055a309a-009b1885 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_17d5d2c4-0850-ab68-c2f5-9d9aabe34974-009b1885 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_17d5d2c4-0850-ab68-c2f5-9d9aabe34976-009b1885 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-b13aee4f-0e46-d8da-6bc4-450647e47eda-009b1885 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-b13aee4f-0e46-d8da-6bc4-450647e47efb-009b1885 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-b13aee4f-0e46-d8da-6bc4-450647e47f07-009b1885 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-b13aee4f-0e46-d8da-6bc4-450647e47f13-009b1885 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-de709c7c-0d48-2f10-4b0b-0d199b42fe29-0d4f2baf {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-de709c7c-0d48-2f10-4b0b-0d199b42fe2e-0d4f2baf {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_17d5d2c4-0850-ab68-c2f5-9d9aabe34974-0d4f2baf {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_17d5d2c4-0850-ab68-c2f5-9d9aabe34976-0d4f2baf {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_18389bab-5593-4871-a7ba-ac763e970ee1-0d4f2baf {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_18389bab-5593-4871-a7ba-ac763e970f02-0d4f2baf {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_18389bab-5593-4871-a7ba-ac763e970f0e-0d4f2baf {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_18389bab-5593-4871-a7ba-ac763e970f1a-0d4f2baf {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_52b13921-4d5d-7b4f-11fa-301627c459c5-4ae2efdc {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_52b13921-4d5d-7b4f-11fa-301627c459ca-4ae2efdc {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_17d5d2c4-0850-ab68-c2f5-9d9aabe34974-4ae2efdc {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_17d5d2c4-0850-ab68-c2f5-9d9aabe34976-4ae2efdc {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_4ef21d9e-d91c-5829-4581-9f7c72843290-4ae2efdc {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_4ef21d9e-d91c-5829-4581-9f7c728432b1-4ae2efdc {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_4ef21d9e-d91c-5829-4581-9f7c728432bd-4ae2efdc {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_4ef21d9e-d91c-5829-4581-9f7c728432c9-4ae2efdc {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_40f8ac38-9bc4-1a42-ff20-08e7ff2a2afd-3ebfef5f {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_40f8ac38-9bc4-1a42-ff20-08e7ff2a2b02-3ebfef5f {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_17d5d2c4-0850-ab68-c2f5-9d9aabe34974-3ebfef5f {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_17d5d2c4-0850-ab68-c2f5-9d9aabe34976-3ebfef5f {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_454bc904-6a68-5fd7-86c7-d54a0dd792c9-3ebfef5f {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_454bc904-6a68-5fd7-86c7-d54a0dd792ea-3ebfef5f {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_454bc904-6a68-5fd7-86c7-d54a0dd792f6-3ebfef5f {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_454bc904-6a68-5fd7-86c7-d54a0dd79302-3ebfef5f {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-fb694bde-c34a-49bf-806f-69c6863e7cb0-3c76b76c {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-fb694bde-c34a-49bf-806f-69c6863e7cb5-3c76b76c {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_17d5d2c4-0850-ab68-c2f5-9d9aabe34974-3c76b76c {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_17d5d2c4-0850-ab68-c2f5-9d9aabe34976-3c76b76c {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-e9965f40-8da4-8002-6760-291d9fbed85b-3c76b76c {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-e9965f40-8da4-8002-6760-291d9fbed87c-3c76b76c {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-e9965f40-8da4-8002-6760-291d9fbed888-3c76b76c {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-e9965f40-8da4-8002-6760-291d9fbed894-3c76b76c {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-a9b16ccc-5bd0-0efa-d696-451af54e0aaa-16b2d364 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-a9b16ccc-5bd0-0efa-d696-451af54e0aaf-16b2d364 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_17d5d2c4-0850-ab68-c2f5-9d9aabe34974-16b2d364 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_17d5d2c4-0850-ab68-c2f5-9d9aabe34976-16b2d364 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_56c48bb9-cb83-879b-cb8f-2494f0f8fe8b-16b2d364 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_56c48bb9-cb83-879b-cb8f-2494f0f8feac-16b2d364 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_56c48bb9-cb83-879b-cb8f-2494f0f8feb8-16b2d364 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_56c48bb9-cb83-879b-cb8f-2494f0f8fec4-16b2d364 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_27cedcaa-e746-d684-016c-a78bf3d18ca0-46fd6b95 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_27cedcaa-e746-d684-016c-a78bf3d18ca5-46fd6b95 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_17d5d2c4-0850-ab68-c2f5-9d9aabe34974-46fd6b95 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_17d5d2c4-0850-ab68-c2f5-9d9aabe34976-46fd6b95 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-c55591fe-8951-6eea-8a21-203e2c2b0dcc-46fd6b95 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-c55591fe-8951-6eea-8a21-203e2c2b0ded-46fd6b95 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-c55591fe-8951-6eea-8a21-203e2c2b0df9-46fd6b95 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-c55591fe-8951-6eea-8a21-203e2c2b0e05-46fd6b95 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-cd19ba2d-437a-4156-f9e6-b7b18eb8d305-3cd3e46d {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-cd19ba2d-437a-4156-f9e6-b7b18eb8d30a-3cd3e46d {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_17d5d2c4-0850-ab68-c2f5-9d9aabe34974-3cd3e46d {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_17d5d2c4-0850-ab68-c2f5-9d9aabe34976-3cd3e46d {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_2870f829-e085-c080-ab22-421b471f3a1f-3cd3e46d {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_2870f829-e085-c080-ab22-421b471f3a40-3cd3e46d {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_2870f829-e085-c080-ab22-421b471f3a4c-3cd3e46d {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_2870f829-e085-c080-ab22-421b471f3a58-3cd3e46d {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-bd60c449-964b-6af9-b751-b5ae361aec1c-06e52dc1 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-bd60c449-964b-6af9-b751-b5ae361aec21-06e52dc1 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_17d5d2c4-0850-ab68-c2f5-9d9aabe34974-06e52dc1 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_17d5d2c4-0850-ab68-c2f5-9d9aabe34976-06e52dc1 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-df4882cd-21f8-649a-b368-92234b26a5ee-06e52dc1 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-df4882cd-21f8-649a-b368-92234b26a60f-06e52dc1 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-df4882cd-21f8-649a-b368-92234b26a61b-06e52dc1 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-df4882cd-21f8-649a-b368-92234b26a627-06e52dc1 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-a9940981-b76b-bdbd-9237-87b59684054e-cc64f8bb {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-a9940981-b76b-bdbd-9237-87b596840553-cc64f8bb {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_17d5d2c4-0850-ab68-c2f5-9d9aabe34974-cc64f8bb {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_17d5d2c4-0850-ab68-c2f5-9d9aabe34976-cc64f8bb {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_1771569d-87b0-f830-745c-09b87f0bc9ab-cc64f8bb {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_1771569d-87b0-f830-745c-09b87f0bc9cc-cc64f8bb {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_1771569d-87b0-f830-745c-09b87f0bc9d8-cc64f8bb {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_1771569d-87b0-f830-745c-09b87f0bc9e4-cc64f8bb {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_7eba3300-1fa7-0827-fef2-d19e04cdf06b-94397bd7 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_7eba3300-1fa7-0827-fef2-d19e04cdf070-94397bd7 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_17d5d2c4-0850-ab68-c2f5-9d9aabe34974-94397bd7 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_17d5d2c4-0850-ab68-c2f5-9d9aabe34976-94397bd7 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_980aa72e-bf72-bafc-b94b-049ed1444b3b-94397bd7 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_980aa72e-bf72-bafc-b94b-049ed1444b5c-94397bd7 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_980aa72e-bf72-bafc-b94b-049ed1444b68-94397bd7 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_980aa72e-bf72-bafc-b94b-049ed1444b74-94397bd7 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_8c97f415-e240-2eac-6d41-8329369a37ac-817cdbd1 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_8c97f415-e240-2eac-6d41-8329369a37b1-817cdbd1 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_17d5d2c4-0850-ab68-c2f5-9d9aabe34976-817cdbd1 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-b7cda204-9e5f-bc69-6cce-2b5c864e80ac-817cdbd1 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-b7cda204-9e5f-bc69-6cce-2b5c864e80cd-817cdbd1 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-b7cda204-9e5f-bc69-6cce-2b5c864e80d9-817cdbd1 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-b7cda204-9e5f-bc69-6cce-2b5c864e80e5-817cdbd1 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_773235c4-b9c3-a43e-a387-26a50ae0c3cb-fe3095ab {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_773235c4-b9c3-a43e-a387-26a50ae0c3d0-fe3095ab {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_17d5d2c4-0850-ab68-c2f5-9d9aabe34976-fe3095ab {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_6094d7a7-e347-6362-92f3-9fc205a6c069-fe3095ab {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_6094d7a7-e347-6362-92f3-9fc205a6c08a-fe3095ab {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_6094d7a7-e347-6362-92f3-9fc205a6c096-fe3095ab {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_6094d7a7-e347-6362-92f3-9fc205a6c0a2-fe3095ab {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-c513710e-dae0-11b8-6530-b44010628027-8a75ccd4 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-c513710e-dae0-11b8-6530-b4401062802c-8a75ccd4 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_17d5d2c4-0850-ab68-c2f5-9d9aabe34976-8a75ccd4 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-e2d836a8-e1ca-d642-47dc-dcc73cb2061b-8a75ccd4 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-e2d836a8-e1ca-d642-47dc-dcc73cb2063c-8a75ccd4 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-e2d836a8-e1ca-d642-47dc-dcc73cb20648-8a75ccd4 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-e2d836a8-e1ca-d642-47dc-dcc73cb20654-8a75ccd4 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_49e2841c-bfec-2811-451b-83be3ca12ef1-d1848bf3 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_49e2841c-bfec-2811-451b-83be3ca12ef6-d1848bf3 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_17d5d2c4-0850-ab68-c2f5-9d9aabe34976-d1848bf3 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_0f4af758-73ad-9436-2a42-7c5e85ac24fe-d1848bf3 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_0f4af758-73ad-9436-2a42-7c5e85ac251f-d1848bf3 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_0f4af758-73ad-9436-2a42-7c5e85ac252b-d1848bf3 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_0f4af758-73ad-9436-2a42-7c5e85ac2537-d1848bf3 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_1c470b1f-d72c-5496-7362-c6884748394e-bf287f61 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_898b7990-650e-d4cd-d268-019ab17d9cfb-bf287f61 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_898b7990-650e-d4cd-d268-019ab17d9d1c-bf287f61 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_898b7990-650e-d4cd-d268-019ab17d9d28-bf287f61 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_898b7990-650e-d4cd-d268-019ab17d9d34-bf287f61 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-d764df08-5b54-1a52-f39d-1c0f84fed6a8-916ba78b {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-d764df08-5b54-1a52-f39d-1c0f84fed6ad-916ba78b {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_17d5d2c4-0850-ab68-c2f5-9d9aabe34976-916ba78b {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_9e7758e5-c950-bb20-54ea-517c0b11dfad-916ba78b {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_9e7758e5-c950-bb20-54ea-517c0b11dfce-916ba78b {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_9e7758e5-c950-bb20-54ea-517c0b11dfda-916ba78b {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_9e7758e5-c950-bb20-54ea-517c0b11dfe6-916ba78b {
  -ms-grid-column-align: center;
  justify-self: center;
}

@media screen and (max-width: 767px) {
  #w-node-c14ee1a2-abc8-6611-acc6-f560b81e4a6b-b430813a {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_5dd2cd87-9398-5f0b-deeb-e5f61c3946c5-f3585831 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-d4bade97-11a0-e16b-58dc-95b09b2435e1-c09ce561 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-b13aee4f-0e46-d8da-6bc4-450647e47eef-009b1885 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_18389bab-5593-4871-a7ba-ac763e970ef6-0d4f2baf {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_4ef21d9e-d91c-5829-4581-9f7c728432a5-4ae2efdc {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_454bc904-6a68-5fd7-86c7-d54a0dd792de-3ebfef5f {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-e9965f40-8da4-8002-6760-291d9fbed870-3c76b76c {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_56c48bb9-cb83-879b-cb8f-2494f0f8fea0-16b2d364 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-c55591fe-8951-6eea-8a21-203e2c2b0de1-46fd6b95 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_2870f829-e085-c080-ab22-421b471f3a34-3cd3e46d {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-df4882cd-21f8-649a-b368-92234b26a603-06e52dc1 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_1771569d-87b0-f830-745c-09b87f0bc9c0-cc64f8bb {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_980aa72e-bf72-bafc-b94b-049ed1444b50-94397bd7 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-b7cda204-9e5f-bc69-6cce-2b5c864e80c1-817cdbd1 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_6094d7a7-e347-6362-92f3-9fc205a6c07e-fe3095ab {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-e2d836a8-e1ca-d642-47dc-dcc73cb20630-8a75ccd4 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_0f4af758-73ad-9436-2a42-7c5e85ac2513-d1848bf3 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_898b7990-650e-d4cd-d268-019ab17d9d10-bf287f61 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_9e7758e5-c950-bb20-54ea-517c0b11dfc2-916ba78b {
    -ms-grid-column-align: center;
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_1e5a0abf-bb3e-1aee-e80b-855bf6a20bfd-1d954aa0 {
    -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;
    -ms-grid-row-align: center;
    align-self: center;
  }
}

