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

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

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

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  outline-style: solid;
  outline-width: 2px;
  outline-offset: 2px;
  outline-color: #3b79c3;
}

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

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

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

  .w-commerce-commercelayoutmain {
    margin-right: 0px;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .w-commerce-commercelayoutsidebar {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}

@media screen and (max-width: 479px) {
  .w-commerce-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 {
  font-family: Generalsans, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 500;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #000;
  font-size: 44px;
  line-height: 44px;
  font-weight: 700;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #000;
  font-size: 30px;
  line-height: 36px;
  font-weight: 600;
}

h3 {
  max-width: 700px;
  margin: 20px auto 10px;
  color: #000;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}

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

p {
  font-family: Generalsans, sans-serif;
  color: #1c1c1c;
  font-size: 20px;
}

li {
  padding-top: 3px;
  padding-bottom: 3px;
}

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

label {
  display: block;
  margin-bottom: 5px;
  color: #000;
  font-size: 16px;
  font-weight: 700;
}

blockquote {
  margin-top: 20px;
  margin-bottom: 35px;
  padding: 0px 20px;
  border-left: 5px solid #e2e2e2;
  color: #6b6b6b;
  font-size: 18px;
  line-height: 1.5;
}

.section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.section.bg-blue-gray {
  background-color: transparent;
}

.section.overflow {
  overflow: hidden;
}

.section.overflow.space {
  height: 100vh;
}

.section.overflow.space-dark {
  height: 100vh;
  background-color: #0f0f0f;
}

.section.bg-dark {
  background-color: #111;
}

.section.bg-dark {
  overflow: hidden;
}

.container {
  position: relative;
  width: 100%;
  max-width: 1320px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.container.header-page {
  max-width: 1180px;
}

.container.larger {
  max-width: 1680px;
}

.inner-padding-large {
  padding-top: 160px;
  padding-bottom: 160px;
}

.inner-padding-medium {
  padding-top: 120px;
  padding-bottom: 120px;
}

.inner-padding-small {
  padding-top: 45px;
  padding-bottom: 45px;
}

.inner-padding-xsmall {
  padding-top: 25px;
  padding-bottom: 25px;
}

.padding-bottom-medium {
  padding-bottom: 110px;
}

.padding-bottom-small {
  padding-bottom: 6vh;
}

.margin-bottom-medium {
  margin-bottom: 90px;
}

.margin-bottom-small {
  margin-bottom: 45px;
}

.margin-bottom-xsmall {
  margin-bottom: 3vh;
}

.center-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.center-wrapper.hero.overflow {
  overflow: hidden;
}

.center-wrapper.detail {
  padding-bottom: 35px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.center-wrapper.inner-padding-medium {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.content-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.content-wrapper.right {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.content-wrapper.rotate-15 {
  -webkit-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  transform: rotate(15deg);
}

.content-wrapper.rotate--10 {
  -webkit-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  transform: rotate(-10deg);
}

.content-wrapper.form {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.content-wrapper.detail {
  padding-bottom: 35px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.content-wrapper.detail.right {
  text-align: right;
}

.content-wrapper.list {
  display: none;
}

.content-wrapper.header {
  padding-top: 22vh;
}

.content-wrapper.job {
  overflow: hidden;
  height: 90vh;
  padding-bottom: 35px;
}

.content-wrapper.bg-mid-blue {
  background-color: #adc7ce;
}

.content-wrapper.full {
  height: 100%;
}

.content-wrapper.footer-right {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-align: right;
}

.overflow-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.main-grid {
  position: relative;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 130px;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.main-grid.full-page {
  z-index: 5;
}

.main-grid.center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.main-grid.margin-bottom-medium {
  z-index: 99;
  grid-column-gap: 24px;
}

.main-grid.padding-bottom-medium {
  grid-row-gap: 24px;
}

.main-grid.padding-bottom-medium.lab {
  padding-bottom: 241px;
}

.main-grid.overflow {
  overflow: hidden;
}

.main-grid.full-list {
  z-index: 5;
  min-height: 100%;
}

.main-grid.full-height {
  overflow: hidden;
  height: 100vh;
}

.main-grid.nav {
  z-index: 5;
  height: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.main-grid.hero-area {
  padding-top: 200px;
  padding-bottom: 150px;
}

.main-grid.hero-area.full {
  min-height: 100vh;
  padding-bottom: 0px;
}

.main-grid.padding {
  padding-right: 30px;
  padding-left: 30px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.main-grid.list {
  padding-top: 35px;
  padding-bottom: 35px;
  border-top: 1px solid #cfcfcf;
}

.main-grid.row {
  grid-auto-flow: column;
}

.main-grid.contain {
  padding-right: 30px;
  padding-left: 30px;
}

.main-grid.contain.inner-padding-medium {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 0.25fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 0.5fr;
  grid-template-columns: 0.25fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 0.5fr;
}

.main-grid.no-gap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.main-grid.footer {
  -ms-grid-columns: 2fr 2fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 2fr 2fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.main-grid.projetos {
  padding-bottom: 260px;
}

.simple-grid {
  position: relative;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.simple-grid.stretch {
  height: 100%;
}

.simple-grid.stretch.no-gap {
  -webkit-align-content: start;
  -ms-flex-line-pack: start;
  align-content: start;
  grid-auto-flow: column;
  grid-column-gap: 0px;
}

.main-paragraph.text-medium {
  position: relative;
  z-index: 4;
  font-size: 26px;
  font-weight: 500;
}

.main-paragraph.text-medium.opacity {
  opacity: 0.5;
}

.main-paragraph.split {
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 60px;
  column-gap: 60px;
}

.text-medium {
  font-size: 2em;
  line-height: 1.35;
}

.heading-large {
  position: relative;
  z-index: 2;
  font-family: Thunder, sans-serif;
  color: #000;
  font-size: 15vh;
  line-height: 0.85;
  font-weight: 700;
  text-transform: uppercase;
}

.heading-large.repeat {
  font-family: Generalsans, sans-serif;
  font-size: 85px;
  font-weight: 500;
}

.heading-large.list {
  font-family: Generalsans, sans-serif;
  font-size: 85px;
  font-weight: 500;
}

.heading-large.large {
  padding-top: 3.5vh;
  font-size: 25vh;
}

.heading-large.large.title {
  padding-top: 5vh;
  line-height: 0.55;
}

.heading-large.jobs {
  font-family: Generalsans, sans-serif;
  font-size: 16em;
  font-weight: 500;
  white-space: nowrap;
}

.heading-large.jobs.left {
  left: -40vw;
}

.heading-large.jobs.right {
  right: -25vw;
}

.heading-large.list-jobs {
  padding-top: 35px;
  font-size: 160px;
}

.heading-large.list-jobs.text-black {
  padding-top: 0px;
  font-family: Generalsans, sans-serif;
  font-size: 70px;
  font-weight: 500;
}

.heading-large.list-jobs._3d-list {
  padding-top: 0px;
  font-family: Generalsans, sans-serif;
  color: #fff;
  font-size: 70px;
  font-weight: 500;
}

.heading-large.list-jobs.text-white-flip {
  padding-top: 0px;
  font-family: Generalsans, sans-serif;
  color: #fff;
  font-size: 70px;
  font-weight: 500;
}

.heading-large.page {
  padding-top: 3.5vh;
  -webkit-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  font-size: 25vh;
  line-height: 0.65;
}

.heading-large.footer {
  max-width: none;
  color: #fff;
  font-size: 8em;
}

.heading-large.regular {
  display: block;
  padding-top: 9px;
  padding-bottom: 9px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: Generalsans, sans-serif;
  font-size: 12vh;
}

.heading-large.kern {
  padding-top: 11px;
  line-height: 1;
}

.heading-medium {
  position: relative;
  z-index: 2;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Thunder, sans-serif;
  color: #000;
  font-size: 7.5vh;
  line-height: 0.95;
  text-transform: uppercase;
}

.heading-medium.regular-type {
  font-family: Generalsans, sans-serif;
  font-weight: 500;
}

.heading-medium.footer {
  font-family: Generalsans, sans-serif;
  color: #fff;
  font-size: 32px;
  font-weight: 500;
  text-transform: uppercase;
  white-space: nowrap;
}

.heading-regular {
  position: relative;
  z-index: 2;
  margin-top: 0px;
  font-family: Generalsans, sans-serif;
  color: #000;
  font-size: 4vh;
  line-height: 1.1;
  font-weight: 500;
}

.heading-small {
  font-family: Generalsans, sans-serif;
  color: #000;
  font-size: 20px;
  line-height: 1.2;
}

.heading-small.regular-type {
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.heading-small.uppercase {
  text-transform: uppercase;
}

.heading-small.text-light-white {
  margin-bottom: 4px;
  color: #fff;
  font-weight: 500;
}

.cover-image {
  width: 100%;
  height: 100%;
  margin-top: 57px;
  padding-top: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.cover-image.on {
  position: relative;
  z-index: 2;
}

.cover-image.off {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 1;
}

.cover-image.z-image {
  position: relative;
  z-index: 5;
}

.button {
  padding: 20px 30px;
  border-radius: 100px;
  background-color: #000;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
}

.heading-xlarge {
  position: relative;
  z-index: 2;
  display: block;
  margin-top: 0px;
  font-family: Thunder, sans-serif;
  color: #000;
  font-size: 28vh;
  line-height: 0.8;
  font-weight: 700;
  text-transform: uppercase;
}

.heading-xlarge.no-wrap {
  padding-top: 2vh;
  letter-spacing: -0.01em;
  white-space: nowrap;
}

.heading-xlarge.no-wrap.text-white {
  line-height: 0.95;
}

.heading-xlarge.hero {
  padding-top: 10vh;
  font-size: 40vh;
  line-height: 1;
  white-space: nowrap;
}

.heading-xlarge.med {
  font-size: 30em;
  line-height: 0.72;
  white-space: nowrap;
}

.heading-xlarge.regular {
  font-family: Generalsans, sans-serif;
  font-size: 10em;
  font-weight: 500;
}

.heading-xlarge.ff {
  color: #7856b6;
}

.full-page {
  min-height: 100vh;
}

.full-page.center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 12px;
}

.sticky-wrapper {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  -webkit-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
}

.sticky-wrapper.sidebar {
  height: auto;
}

.sticky-wrapper.background {
  z-index: 12;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  min-height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sticky-wrapper.home-page {
  top: 120px;
}

.navbar-wrapper {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 90;
  width: 100%;
  height: auto;
}

.navbar {
  height: 12em;
  background-color: transparent;
}

.nav-grid {
  height: 100%;
  padding-right: 45px;
  padding-left: 45px;
  -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-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-column-gap: 8px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.brand {
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 15vh;
  height: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.brand.center {
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.nav-menu {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 11;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  padding-top: 12vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: transparent;
}

.main-button {
  padding: 25px 35px;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(0, 0, 0, 0.3);
  border-radius: 100px;
  background-color: transparent;
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
  font-family: Generalsans, sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.main-button:hover {
  border-color: #000;
  box-shadow: 8px 8px 0 0 #000;
}

.main-button.circle {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 18em;
  height: 18em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: none;
  border-radius: 200px;
  background-color: #df6a58;
  color: #fff;
  white-space: normal;
}

.main-button.circle:hover {
  box-shadow: none;
}

.menu-button {
  z-index: 12;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: auto;
  padding: 9px 1.25em 9px 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Thunder, sans-serif;
  color: #000;
  font-size: 23px;
  text-align: center;
  text-transform: uppercase;
}

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

.bg-yellow {
  background-color: #ffca0e;
}

.bg-light-salmon {
  background-color: #fe9d73;
}

.text-white {
  color: #fff;
}

.bg-light-coral {
  background-color: #ee3f54;
  background-image: none;
  background-size: auto;
}

.bg-yellow-green {
  background-color: #85eca9;
}

.bg-light-blue {
  background-color: #99cbd7;
}

.image-logo {
  height: 16px;
}

.text-menu {
  position: relative;
  font-family: Generalsans, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.text-menu.close {
  display: none;
}

.text-menu.on {
  line-height: 1;
  letter-spacing: 0.02em;
}

.text-menu.on.text-white {
  font-weight: 500;
}

.shape-button {
  width: 100%;
}

.shape-button.medium {
  width: 4vw;
  margin-right: 20px;
  margin-left: 20px;
  border: 2px solid #000;
  border-radius: 100px;
}

.shape-button.head {
  width: 45px;
}

.inner-ticker-wrapper {
  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-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

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

.ticker.outline-white {
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
}

.ticker.outline-white.inner-padding-xsmall {
  border-top-color: #474747;
  border-bottom-color: #474747;
}

.ticker.outline-white {
  border-top: 2px solid #313131;
  border-bottom: 2px none #000;
}

.grid {
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-flow: column;
  grid-auto-columns: auto;
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid.top-nav {
  display: none;
}

.image-link.social-icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  padding: 8px 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-page-wrapper {
  position: relative;
  overflow: hidden;
  padding-top: 100px;
  padding-bottom: 100px;
}

.regular-link {
  font-size: 18px;
  line-height: 1.5;
  text-decoration: none;
}

.bg-blue-gray {
  background-color: #e0f5fa;
}

.figure-wrapper {
  position: relative;
}

.figure-wrapper.page {
  position: relative;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 180px;
  height: 180px;
  margin-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.figure-wrapper.center {
  position: relative;
  bottom: 0px;
  width: 150px;
  height: 150px;
}

.collection-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-auto-columns: auto;
  -ms-grid-columns: auto auto 1fr 1fr;
  grid-template-columns: auto auto 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.link-inline-list {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.divider-bullet {
  position: relative;
  z-index: 6;
  width: 10px;
  height: 10px;
  margin-right: 1vw;
  margin-left: 1vw;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 20px;
  background-color: #000;
}

.divider-bullet.slash {
  width: 3px;
  height: 4.8em;
  margin-right: 2em;
  margin-left: 2em;
  border-radius: 20px;
  background-color: hsla(0, 0%, 100%, 0.3);
  -webkit-transform: rotate(18deg);
  -ms-transform: rotate(18deg);
  transform: rotate(18deg);
}

.divider-bullet.slash.gray {
  background-color: rgba(0, 0, 0, 0.3);
}

.container-wrapper {
  width: 100%;
  max-width: 1380px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
}

.container-wrapper.inner-page {
  padding-top: 15vh;
}

.container-wrapper.header-page {
  padding-top: 160px;
}

.container-wrapper.header-page.home {
  padding-top: 15vh;
  padding-bottom: 15vh;
}

.container-wrapper.home-divider {
  margin-bottom: 60px;
  padding-bottom: 60px;
}

.image-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.image-wrapper.outline {
  z-index: 6;
  width: 100%;
  height: 100%;
  margin-bottom: 20px;
  box-shadow: none;
}

.image-wrapper.outline.mid-size {
  max-height: 18vh;
  max-width: 12vw;
}

.image-wrapper.outline.first {
  height: 40vh;
  margin-bottom: 0px;
}

.image-wrapper.outline.down {
  max-height: 18vw;
  max-width: 18vw;
}

.image-wrapper.outline.med {
  max-height: 35vh;
  margin-bottom: 0px;
}

.image-wrapper._001 {
  height: 35em;
}

.image-wrapper._001.med {
  height: 45em;
}

.image-wrapper._003 {
  height: 45em;
}

.image-wrapper.product {
  height: 48em;
}

.text-large {
  color: #000;
  font-size: 36px;
  line-height: 1.35;
  font-weight: 500;
}

.padding-top-large {
  padding-top: 180px;
}

.padding-top-medium {
  padding-top: 12vh;
}

.combo-img-wrapper {
  position: relative;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 5px solid #000;
  border-radius: 20px;
  box-shadow: none;
  text-align: left;
}

.combo-img-wrapper.hero {
  z-index: 6;
  max-height: 25vw;
  max-width: 30vw;
}

.combo-img-wrapper.hero.medium {
  max-height: none;
  max-width: 55vw;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.combo-img-wrapper.mid-size {
  max-height: 45vh;
}

.combo-img-wrapper.hero-split {
  z-index: 6;
  overflow: visible;
  max-height: 25vw;
  max-width: 30vw;
}

.collection-item {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.card-wrapper {
  position: relative;
  z-index: 4;
  overflow: hidden;
  width: 78vw;
  height: 75vh;
  background-color: #1d1d1d;
  text-decoration: none;
}

.card-wrapper.full {
  width: 100%;
  height: 100vh;
  background-color: #fff;
}

.bg-black {
  background-color: #1c1c1c;
}

.card-grid-wrapper {
  position: relative;
  width: 100%;
  padding: 32px 35px 55px;
  border-style: solid;
  border-width: 4px;
  border-color: transparent;
  border-radius: 22px;
  text-decoration: none;
}

.card-grid-wrapper:hover {
  border: 4px solid #000;
  background-color: #d9aae4;
}

.span-image-first {
  position: relative;
  bottom: 0vh;
  display: inline-block;
  width: 14rem;
  height: 7rem;
  margin-right: 30px;
  margin-bottom: -0.1em;
  margin-left: 30px;
  border-radius: 100px;
  background-image: url('../images/serious-looking-male-handsomel.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.span-image-first.second {
  background-image: url('../images/pexels-alena-shekhovtcova-6995845-2.jpg');
}

.scribble {
  background-image: url('../images/scribble-line-01.svg');
  background-position: 50% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.bg-wheat {
  background-color: #f8e7c2;
}

.image-frame-gallery {
  overflow: hidden;
  height: 42vh;
}

.image-frame-gallery.rotate {
  position: relative;
  z-index: 2;
  width: 45vw;
  height: 75vh;
  -webkit-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  transform: rotate(-5deg);
}

.image-frame-gallery.back {
  position: absolute;
  left: auto;
  top: 15%;
  right: 0%;
  bottom: auto;
  width: 35vw;
  height: 60vh;
  -webkit-transform: rotate(37deg);
  -ms-transform: rotate(37deg);
  transform: rotate(37deg);
}

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

.heading-xlarge-wrapper.overflow {
  overflow: hidden;
}

.bg-red {
  background-color: #e92500;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
}

.span-image-two {
  position: relative;
  bottom: -0.4rem;
  display: inline-block;
  width: 14rem;
  height: 7rem;
  margin-right: 20px;
  margin-left: 20px;
  border-radius: 100px;
  background-image: url('../images/KOI-002.png');
  background-position: 50% 50%;
  background-size: cover;
}

.link-block-heading {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 75px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-decoration: none;
}

.hover-image-wrapper {
  position: relative;
  width: 300px;
  height: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #5c5c5c;
}

.section-background {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.section-background.full-hero {
  position: absolute;
  display: none;
  overflow: hidden;
  padding: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.section-background.full-hero.no-pd {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px;
}

.section-background.fixed {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-background.fixed.bg-dark-blue {
  background-color: #ced4d4;
}

.frame-image-one {
  overflow: hidden;
  min-height: auto;
}

.frame-image-two {
  overflow: hidden;
  min-height: auto;
}

.frame-image-three {
  overflow: hidden;
  max-width: 20vw;
  min-height: auto;
}

.hero-rotate-image {
  position: relative;
  z-index: 5;
  overflow: visible;
  width: 30vw;
  height: 30vw;
  margin-right: auto;
  margin-left: auto;
  -webkit-perspective-origin: 0% 0%;
  perspective-origin: 0% 0%;
  -webkit-transform: rotate(8deg);
  -ms-transform: rotate(8deg);
  transform: rotate(8deg);
  -webkit-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
}

.sd1 {
  position: absolute;
  z-index: 6;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
}

.sd2 {
  position: absolute;
  z-index: 7;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transform-origin: 100% 0%;
  -ms-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
}

.sd3 {
  position: absolute;
  z-index: 8;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

.sd4 {
  position: absolute;
  z-index: 9;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transform-origin: 0% 100%;
  -ms-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
}

.sd5 {
  position: absolute;
  z-index: 10;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transform-origin: 0% 100%;
  -ms-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
}

.sd6 {
  position: absolute;
  z-index: 10;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
}

.collection-list-section {
  position: relative;
}

.flex-ticker {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: 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;
  text-align: left;
}

.flex-ticker.list {
  padding-top: 12px;
  padding-bottom: 12px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  box-shadow: inset 0 -2px 0 0 #000;
}

.flex-ticker.list.gray {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  box-shadow: inset 0 -2px 0 0 #555;
}

.image-detail {
  height: 25px;
}

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

.image-detail.medium {
  height: 60px;
  margin-bottom: 25px;
}

.hero-image-container {
  position: relative;
  z-index: 6;
  overflow: visible;
  max-width: 34vw;
  -webkit-perspective-origin: 50% 100%;
  perspective-origin: 50% 100%;
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}

.track {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 550vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.track.hero-three {
  height: auto;
}

.frame-image {
  overflow: hidden;
  width: 60vw;
  height: 75vh;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  -webkit-transform: rotate(-9deg);
  -ms-transform: rotate(-9deg);
  transform: rotate(-9deg);
}

.frame-image.sec-three {
  width: 45vw;
  height: 67vh;
  margin-right: 0px;
  -webkit-transform: rotate(9deg);
  -ms-transform: rotate(9deg);
  transform: rotate(9deg);
}

.frame-image.sec-four {
  width: auto;
  height: 55vh;
  margin-right: 0px;
  -webkit-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}

.detail-hero-grid {
  position: relative;
  z-index: 12;
  display: -ms-grid;
  display: grid;
  padding: 0px 35px 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-areas: ".";
  -ms-grid-columns: 1fr 16px 1fr 16px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.center-image-wrapper {
  position: relative;
  z-index: 5;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.center-image-wrapper-mid {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 2;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.center-image-wrapper-back {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 1;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.z-index {
  position: relative;
  z-index: 10;
}

.z-index.bg-gray {
  background-color: #e2dcd7;
}

.wrapper-footer {
  position: relative;
  z-index: 10;
}

.combo-img-wrapper {
  border-style: none;
  border-radius: 0px;
}

.specials-track {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: center;
}

.image-wrapper-col {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.specials-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #181818;
}

.link-content-section {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 10;
  display: -ms-grid;
  display: grid;
  overflow: hidden;
  width: 100%;
  height: auto;
  padding-right: 35px;
  padding-left: 35px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  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: auto auto auto;
  grid-template-rows: auto auto auto;
  text-decoration: none;
}

.small-number {
  position: relative;
  z-index: 12;
  margin-right: 45px;
  padding-top: 3px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: Generalsans, sans-serif;
  color: #000;
  font-size: 20px;
  font-weight: 400;
}

.link-content-heading {
  position: relative;
  z-index: 10;
  display: block;
  overflow: hidden;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  text-decoration: none;
}

.heading-page-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 40vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  text-align: center;
}

.heading-page-wrapper.works {
  height: 80vh;
  min-height: auto;
  border-style: none;
  background-image: url('../images/fifteengoals-01.jpg');
}

.divider {
  width: 100%;
  height: 5vh;
  background-image: url('../images/divider.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.opacity {
  color: rgba(51, 51, 51, 0.75);
}

.link-cards {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: none;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0);
  border-radius: 4px;
  background-color: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #000;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
}

.link-cards:hover {
  border-style: solid;
  border-width: 1px;
  border-color: #494949;
  background-color: #fff;
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

.link-cards.guide {
  height: 12em;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 0px;
  background-color: transparent;
  -webkit-transition-property: none;
  transition-property: none;
}

.link-cards.guide:hover {
  border-style: none;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.screenshot-wrapper {
  overflow: hidden;
  width: 100%;
  height: auto;
  padding-top: 28px;
  padding-bottom: 28px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-width: 1px 1px 3px;
  border-color: #000;
}

.screenshot-wrapper.square {
  height: 10vw;
  padding-top: 0px;
  padding-bottom: 0px;
  border-style: none;
  border-width: 1px;
}

.screenshot-wrapper.image {
  padding: 65px;
  border-style: none;
  border-width: 1px;
  background-color: #c9dadf;
}

.screenshot-wrapper.on {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.alt-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 15px 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 13px;
}

.main-heading-wrapper {
  position: relative;
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: none;
  border-width: 1px;
  border-color: #ff1212;
}

.inner-section {
  overflow: hidden;
}

.footer-wrapper {
  width: 100%;
  background-color: #fff;
}

.buttons-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-field {
  height: 60px;
  margin-bottom: 20px;
  padding-bottom: 15px;
  padding-left: 0px;
  border-style: none none solid;
  border-width: 2px 2px 1px;
  border-color: #000;
  border-radius: 0px;
  background-color: #fff;
  font-size: 18px;
}

.text-field.dark {
  border-bottom-color: #585858;
  background-color: #111;
}

.text-field.dark::-webkit-input-placeholder {
  color: #5c5c5c;
}

.text-field.dark:-ms-input-placeholder {
  color: #5c5c5c;
}

.text-field.dark::-ms-input-placeholder {
  color: #5c5c5c;
}

.text-field.dark::placeholder {
  color: #5c5c5c;
}

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

.form-block {
  width: 100%;
}

.field-label {
  margin-bottom: 0px;
  color: #000;
  font-size: 18px;
  font-weight: 500;
  text-align: left;
}

.field-label.text-white {
  color: #fff;
}

.field-label.form {
  margin-bottom: 5px;
  color: #949494;
  font-size: 13px;
}

.auto-grid {
  grid-auto-flow: column;
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.auto-grid.shortgap {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
}

.header-page {
  padding-top: 12vh;
}

.text-blue {
  color: #1c1fca;
}

.text-gray {
  color: #313131;
}

.link-content-wrapper {
  display: inline;
  width: 100%;
  color: #000;
  text-decoration: none;
}

.link-content-wrapper.styleguide {
  display: block;
  margin-bottom: 35px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.heading-xsmall {
  font-size: 13px;
  line-height: 1.2;
  font-weight: 500;
  text-transform: uppercase;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-content.password {
  width: 450px;
  padding-right: 25px;
  padding-left: 25px;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.bg-white {
  background-color: #fff;
}

.box-center-wrapper {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.box-checkout {
  overflow: hidden;
  border-radius: 0px;
}

.bg-slate-blue {
  background-color: #8c4dff;
}

.figure-wrapper-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 2vh;
  height: 22vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.paragraph-wrapper {
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.small-link {
  color: #fff;
  text-decoration: none;
}

.small-link.footer {
  margin-bottom: 4px;
  color: #858585;
}

.small-link.footer.text-black {
  color: #333;
}

.image-social {
  height: 100%;
}

.success {
  background-color: #b6d81f;
  font-size: 16px;
}

.error {
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: #fe9d73;
  font-size: 16px;
  text-align: center;
}

.textarea {
  min-height: 120px;
  margin-bottom: 45px;
  padding-left: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff #fff #000;
  font-size: 18px;
}

.textarea.dark {
  border-color: #111 #111 #585858;
  background-color: #111;
}

.textarea.dark::-webkit-input-placeholder {
  color: #5c5c5c;
}

.textarea.dark:-ms-input-placeholder {
  color: #5c5c5c;
}

.textarea.dark::-ms-input-placeholder {
  color: #5c5c5c;
}

.textarea.dark::placeholder {
  color: #5c5c5c;
}

.color-swatch {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 150px;
  padding-right: 38px;
  padding-left: 38px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 15px;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

.color-swatch.bg-black {
  background-color: #000;
  color: #fff;
}

.color-swatch.bg-wheat {
  border-style: solid;
  border-width: 1px;
  border-color: #b3b3b3;
}

.nav-link-wrapper {
  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;
  text-align: right;
}

.list-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-bottom: 35px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.bg-dark {
  background-color: #111;
}

.bg-mid-gray {
  background-color: #f1ece8;
}

.medium-paragraph {
  font-family: Generalsans, sans-serif;
  font-size: 26px;
  font-weight: 500;
}

.medium-paragraph.margin-bottom-small.medium {
  margin-top: 29px;
}

.medium-paragraph.no-margin {
  margin-bottom: 0px;
}

.medium-paragraph.no-margin.categorysmall {
  font-size: 18px;
  font-weight: 400;
}

.medium-paragraph.no-margin.cadeado {
  width: auto;
  padding-right: 35px;
  background-image: url('../images/cadeado.png');
  background-position: 100% 50%;
  background-size: 32px;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.paragraph-medium {
  font-family: Generalsans, sans-serif;
  font-size: 36px;
  line-height: 1.25;
  font-weight: 600;
  text-transform: uppercase;
}

.paragraph-medium.regular {
  line-height: 1.2;
  font-weight: 500;
  text-transform: none;
}

.paragraph-medium.text-white {
  line-height: 1.25;
  font-weight: 500;
}

.bg-menu {
  position: absolute;
  left: auto;
  right: 0%;
  bottom: auto;
  z-index: 10;
  width: 1.2em;
  height: 1.2em;
  margin-right: auto;
  margin-left: auto;
  border-radius: 120000px;
  background-color: #000;
}

.bg-menu.bg-white {
  background-color: #fff;
}

.small {
  font-family: Generalsans, sans-serif;
  color: #020202;
  font-size: 12px;
  text-transform: uppercase;
}

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

.small-bullet {
  width: 6px;
  height: 6px;
  margin-right: 8px;
  margin-left: 8px;
  border-radius: 100px;
  background-color: #000;
}

.small-bullet.bg-gray {
  background-color: #6e6e6e;
}

.work-image-wrapper {
  overflow: hidden;
  width: 100%;
  height: 100%;
  max-height: 1200px;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  -o-object-fit: fill;
  object-fit: fill;
}

.rich-text-works {
  margin-top: 37px;
}

.rich-text-works p {
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
  font-size: 20px;
  line-height: 1.44;
}

.rich-text-works h2 {
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
}

.rich-text-works h4 {
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
}

.rich-text-works img {
  width: 100%;
  max-width: 2000px;
  margin: 60px auto;
}

.full-image-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  min-height: 100vh;
}

.full-div-link {
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.next-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 5em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.image-arrow {
  height: 10vh;
}

.image-arrow.left {
  height: 20px;
  margin-right: 25px;
}

.image-arrow.right {
  height: 20px;
  margin-top: 4px;
  margin-left: 25px;
}

.next-link {
  overflow: hidden;
  height: 5em;
  text-decoration: none;
}

.text-nav {
  padding-top: 0em;
  font-family: Generalsans, sans-serif;
  font-size: 6.8em;
  line-height: 1;
  letter-spacing: -0.04em;
  text-transform: uppercase;
}

.link-block-nav {
  overflow: hidden;
  height: 7.4em;
  color: #fff;
  text-decoration: none;
}

.paragraph-large {
  color: #000;
  font-size: 60px;
  line-height: 0.93;
  font-weight: 500;
  letter-spacing: -0.025em;
  text-transform: uppercase;
}

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

.paragraph-large.regular {
  font-size: 50px;
  line-height: 1.2;
  letter-spacing: 0em;
  text-transform: none;
}

.paragraph-large.text-white {
  color: #fff;
}

.paragraph-large.text-white.heading {
  margin-top: 0px;
}

.paragraph-large.lower {
  font-size: 70px;
  line-height: 1;
  letter-spacing: 0em;
  text-transform: none;
}

.paragraph-large.heading {
  margin-top: 0px;
  margin-bottom: 10px;
}

.detail-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #000;
  font-size: 22px;
  font-weight: 500;
  text-transform: uppercase;
}

.detail-text.small {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-size: 23px;
}

.detail-text.small.titulo-experimentos {
  font-size: 40px;
  text-transform: none;
}

.detail-text.regular {
  font-size: 26px;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
}

.detail-text.regular.text-white {
  color: #fff;
}

.detail-text.xsmall {
  font-size: 11px;
}

.detail-text.text-white {
  color: #fff;
}

.span-spacing {
  padding-right: 45px;
  padding-left: 45px;
}

.span-spacing.large {
  padding-right: 84px;
  padding-left: 84px;
}

.inner-cell-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 13em;
  -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;
}

.divider-wrapper {
  overflow: hidden;
  width: 100%;
  height: 2px;
  margin-top: 90px;
  margin-bottom: 90px;
}

.divider-wrapper.bottom {
  margin-top: 0px;
  margin-bottom: 80px;
}

.divider-wrapper.footer {
  margin-top: 0px;
  margin-bottom: 0px;
}

.divider-fill {
  width: 100%;
  height: 3px;
  background-color: #000;
}

.divider-fill.bg-white {
  background-color: #fff;
}

.divider-fill.bg-mid-gray {
  background-color: #858585;
}

.wrapper-list {
  display: -ms-grid;
  display: grid;
  width: 100%;
  padding-bottom: 15px;
  -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: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 0.5fr;
  grid-template-columns: 1fr 0.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-bottom: 1px solid #000;
}

.wrapper-list.white {
  border-bottom-color: hsla(0, 0%, 100%, 0.2);
}

.wrapper-list.margin-bottom-xsmall {
  width: 100%;
}

.wrapper-list.list {
  padding-top: 10px;
  padding-bottom: 5px;
  border-bottom-style: none;
}

.wrapper-list.padding-top {
  padding-top: 15px;
}

.wrapper-list.padding-top.grid-link {
  overflow: visible;
}

.spot-project {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 200;
  display: none;
  width: 200px;
  height: 200px;
  padding-right: 26px;
  padding-left: 26px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 200px;
  background-color: #000;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

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

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

.span-circle {
  position: relative;
  display: inline-block;
  width: 0.9em;
  height: 0.9em;
  margin-right: 0.15em;
  margin-bottom: -0.1em;
  margin-left: 0.15em;
  border-radius: 200px;
  background-color: #838383;
}

.span-circle.image-one {
  width: 2.2em;
  height: 0.88em;
  margin-bottom: -0.05em;
  background-image: url('../images/am-14.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.span-circle.image-two {
  width: 2.2em;
  height: 0.88em;
  margin-bottom: -0.1em;
  background-image: url('../images/Frame-98.png');
  background-position: 50% 50%;
  background-size: cover;
}

.span-serif {
  display: inline-block;
  padding-right: 44px;
  font-family: Newyork, sans-serif;
  font-weight: 500;
}

._3d-wrapper {
  position: relative;
  z-index: 12;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 200px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-perspective: 2000px;
  perspective: 2000px;
  -webkit-transform: perspective(2000px);
  transform: perspective(2000px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.cube-front {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  -webkit-perspective-origin: 50% 0%;
  perspective-origin: 50% 0%;
  -webkit-transform: translate3d(0px, 0px, 2px);
  transform: translate3d(0px, 0px, 2px);
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  text-transform: uppercase;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.cube-front.dark {
  background-color: #111;
  color: #fff;
}

.cube-back {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
  -webkit-transform: translate(0px, 200px) rotateX(-90deg) rotateY(0deg) rotateZ(0deg);
  transform: translate(0px, 200px) rotateX(-90deg) rotateY(0deg) rotateZ(0deg);
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  color: #fff;
  font-size: 120px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.cube-back.white {
  background-color: #fff;
  color: #000;
}

.text-black {
  color: #000;
}

.alt-name {
  position: fixed;
  top: -8vw;
  bottom: auto;
  z-index: 30;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 10vw;
  height: 10vw;
  padding: 14px 21px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 400px;
  background-color: #000;
  color: #fff;
  cursor: none;
}

.grid-3-col {
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.ticker-large-type {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
}

.cube-heading-wrapper {
  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;
}

.xsmall-span {
  margin-left: 10px;
  font-family: Generalsans, sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 500;
}

.xsmall-span.text-black {
  color: #000;
}

.line-divider-cube {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 2px;
  background-color: #000;
}

.line-divider-cube.bg-white {
  background-color: hsla(0, 0%, 100%, 0.2);
}

.inner-info {
  padding-top: 5px;
  padding-left: 15px;
}

.square {
  overflow: hidden;
  width: 100%;
  height: 65vh;
}

.list-link-wrapper {
  position: relative;
  z-index: 5;
  display: -ms-grid;
  display: grid;
  width: 100%;
  padding-top: 14px;
  padding-bottom: 14px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 2fr 1fr 1fr;
  grid-template-columns: 2fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-bottom: 1px solid #000;
  color: #000;
  text-decoration: none;
}

.list-link-wrapper.white {
  border-bottom-color: hsla(0, 0%, 100%, 0.2);
}

.fixed-image-wrapper {
  position: fixed;
  left: 0%;
  top: 0%;
  right: -33%;
  bottom: auto;
  display: none;
  overflow: hidden;
  width: 20em;
  height: 20em;
  margin-right: auto;
  margin-left: auto;
  background-color: #a29f9f;
}

.grid-mosaic {
  position: relative;
  z-index: 5;
  display: -ms-grid;
  display: grid;
  width: 220vw;
  height: 110vw;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.unlink {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  max-height: 70vh;
  max-width: 40vw;
  background-color: #e4dbdb;
}

.alt-jobs {
  position: absolute;
  left: 0%;
  top: -6em;
  right: 0%;
  bottom: auto;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 15vw;
  height: 15vw;
  margin-right: auto;
  margin-left: auto;
  padding-right: 23px;
  padding-left: 23px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 400px;
  background-color: #000;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

.cards-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cards-wrapper._002 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 25vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-card {
  position: relative;
  width: 100%;
  height: 100%;
  max-height: 68vh;
  max-width: 38vw;
}

.background-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.swap-heading {
  overflow: hidden;
  height: 5em;
}

.mobile-card {
  display: none;
}

.bio-picture {
  height: 100vh;
}

.grid-link {
  width: 100%;
  text-decoration: none;
}

.paragraph-xlarge {
  overflow: hidden;
  color: #000;
  font-size: 8.2em;
  line-height: 1;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  white-space: pre-line;
}

.paragraph-xlarge.no-wrap {
  white-space: nowrap;
}

.paragraph-xlarge.text-white {
  color: #fff;
  letter-spacing: 0em;
}

.paragraph-xlarge.regular {
  font-size: 7em;
  font-weight: 500;
  text-transform: none;
}

.large-serif {
  font-family: Newyork, sans-serif;
  color: #000;
  font-size: 32vh;
  line-height: 0.8;
  font-weight: 400;
  text-transform: uppercase;
}

.large-serif.small {
  font-size: 9em;
  font-weight: 400;
}

.large-serif.text-white {
  color: #fff;
}

.large-serif.mrosalogo {
  width: 40%;
  float: left;
  font-family: Newyork, sans-serif;
  font-size: 55px;
}

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

.gray-bullet {
  width: 6px;
  height: 6px;
  border-radius: 20px;
  background-color: #858585;
}

.p-wrapper {
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-perspective: 2000px;
  perspective: 2000px;
}

.text-reed {
  color: #df6a58;
}

.text-light-gray {
  color: #787878;
}

.box {
  width: 100%;
  padding-right: 30px;
  padding-left: 30px;
  text-decoration: none;
}

.date-wrapper {
  padding-top: 35px;
  padding-bottom: 35px;
}

.article-wrapper {
  width: 100%;
  max-width: 1340px;
  margin-right: auto;
  margin-left: auto;
}

.inner-cell-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.inner-cell-wrapper.right {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.arrow-small {
  width: 25px;
  margin-right: 0px;
  margin-left: auto;
}

.bg-dark-blue {
  background-color: #f0e0b3;
}

.checkout-form {
  padding-top: 0px;
  padding-bottom: 0px;
}

.text-off-white {
  color: #858585;
}

.logo-footer {
  height: 32px;
  margin-top: 5px;
  margin-bottom: 60px;
}

.xxlarge {
  color: #000;
  font-size: 24vw;
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
  white-space: nowrap;
}

.xxlarge.text-red {
  color: #6de3ff;
}

.xxlarge.text-red.serif {
  font-family: Newyork, sans-serif;
  color: #ff5a6e;
  font-size: 20em;
  line-height: 0.8;
  font-weight: 400;
}

.xxlarge.hero {
  font-size: 22em;
  line-height: 0.76;
  font-weight: 700;
  text-align: center;
}

.xxlarge.serif {
  font-family: Newyork, sans-serif;
  font-size: 16em;
  line-height: 0.8;
  font-weight: 400;
}

.xxlarge.purple {
  overflow: hidden;
  padding-top: 5vw;
  font-family: Thunder, sans-serif;
  color: #7856b6;
  font-size: 42vw;
  line-height: 0.7;
  font-weight: 700;
}

.bg-blue {
  background-color: #aeefff;
}

.text-magenta {
  color: #ff5a6e;
}

.link-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-top: 46px;
  padding-bottom: 11px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, 0.1);
  color: #000;
  font-size: 20px;
  text-decoration: none;
}

.link-wrapper.white {
  box-shadow: inset 0 -3px 0 0 hsla(0, 0%, 100%, 0.1);
  color: #c4c4c4;
}

.cta-arrow {
  width: 20px;
  margin-left: 15px;
}

.hover-underline {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 2px;
  background-color: #000;
}

.hover-underline.bg-white {
  background-color: #fff;
}

.assets-ticker {
  height: 55px;
  margin-right: 4em;
  margin-left: 4em;
}

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

.list-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.light {
  font-weight: 400;
}

.inner-hover {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 100%;
  border-radius: 300px;
  background-color: #1c1fca;
}

.button-text {
  position: relative;
  z-index: 7;
}

.blog-thumb {
  overflow: hidden;
  width: 300px;
  height: 230px;
}

.gallery-row {
  width: 150vw;
}

.dash {
  width: 32px;
  height: 2px;
  margin-right: 10px;
  margin-left: 10px;
  background-color: #000;
}

.dash.bg-gray {
  background-color: #787878;
}

.overlap-top {
  position: relative;
  top: -60px;
  z-index: 10;
}

.cta-wrapper {
  padding-right: 40px;
  padding-left: 40px;
}

.spacer {
  height: 65vh;
}

.inner-hero-grid {
  width: 85%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.inner-hero-grid.full {
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}

.default-state {
  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;
}

.quantity {
  width: 90px;
  height: 58px;
  margin-right: 10px;
  margin-bottom: 0px;
  border-color: #000;
  font-size: 22px;
}

.page-divider {
  width: 100%;
  height: 2px;
  margin-top: 90px;
  margin-bottom: 90px;
  background-color: #000;
}

.add-to-cart-button {
  padding: 20px 30px;
  border-radius: 4px;
  background-color: #000;
  font-weight: 600;
  text-transform: uppercase;
}

.rich-text-blog h4 {
  color: #000;
  font-weight: 600;
}

.rich-text-blog h3 {
  max-width: none;
  font-weight: 600;
}

.rich-text-blog p {
  margin-bottom: 45px;
}

.bg-pink {
  background-color: #ffd2bf;
}

.heading-bullet {
  width: 15px;
  height: 15px;
  margin-right: 15px;
  margin-bottom: 7px;
  border-radius: 200px;
  background-color: #000;
}

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

.thumbnail-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 45em;
  background-color: #fff;
}

.thumbnail-wrapper.small {
  height: 35em;
}

.heading-scroll-jobs {
  color: #fff;
  font-size: 8.8em;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}

.heading-scroll-jobs.left {
  position: relative;
  left: -25vw;
}

.heading-scroll-jobs.right {
  position: relative;
  right: -18vw;
}

.collection-list-wrapper {
  width: 100%;
}

.img-shop-wrapper {
  overflow: hidden;
  height: 32em;
}

.img-shop-wrapper.margin-bottom-xsmall {
  width: 100%;
}

.link-block-card {
  width: 100%;
  text-decoration: none;
}

.text-light-red {
  color: #df6a58;
}

.collection-list-wrapper-2 {
  width: 100%;
}

.heading-large-regular {
  position: relative;
  z-index: 2;
  font-family: Generalsans, sans-serif;
  color: #fff;
  font-size: 5em;
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
}

.heading-large-regular.text-black {
  color: #000;
}

.collection-item-list {
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.small-arrow {
  height: 14px;
  margin-left: 15px;
}

.purple {
  color: #7856b6;
}

.xlarge {
  color: #000;
  font-size: 22em;
  line-height: 0.85;
  font-weight: 600;
  text-transform: uppercase;
}

.bottom-cta {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 20;
  display: block;
  width: 40vw;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  padding-top: 26px;
  padding-bottom: 26px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
}

.link-block {
  padding: 21px 35px;
  border-radius: 100px;
  background-color: #1c1fca;
  box-shadow: 0 5px 2px 0 rgba(0, 0, 0, 0.1);
  color: #fff;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.link-block:hover {
  background-color: #2c2feb;
}

.link-block.more {
  padding-top: 19px;
  padding-bottom: 19px;
  border-style: solid;
  border-width: 1px;
  border-color: #d6d6d6;
  background-color: #fff;
  color: #000;
}

.link-block.more:hover {
  background-color: #eeeef0;
}

.lap-img {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 100%;
  -webkit-transform-origin: 0% 100%;
  -ms-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
}

.lap-img._02 {
  -webkit-transform-origin: 0% 100%;
  -ms-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
}

.main-grid-2 {
  position: relative;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 0px;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.main-grid-2.hero-area {
  padding-top: 200px;
  padding-bottom: 150px;
}

.main-grid-2.main-grid-3 {
  padding-bottom: 0px;
}

.container-2 {
  position: relative;
  display: block;
  overflow: hidden;
}

.image-2 {
  display: block;
  width: 100%;
}

.jobs-hover {
  position: absolute;
  left: auto;
  top: 6%;
  right: 0%;
  bottom: 0%;
  width: 50%;
  border-radius: 0px;
}

.hover1 {
  display: none;
  opacity: 1;
}

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

.body {
  background-color: #f0ece8;
}

.topo {
  max-width: 80%;
  margin-top: 80px;
}

.mrosa {
  font-family: Newyork, sans-serif;
}

.voltar {
  margin-top: 6px;
  float: right;
  font-family: Generalsans, sans-serif;
  color: #1c1c1c;
  font-size: 40px;
  font-weight: 300;
  text-decoration: underline;
}

.voltar:hover {
  text-decoration: none;
}

.job {
  max-width: 80%;
  margin-top: 154px;
}

.titulojob {
  width: 70%;
  height: auto;
  font-size: 100px;
  line-height: 120px;
  font-weight: 400;
}

.descricao-job {
  width: 70%;
  margin-top: 0px;
  float: none;
  clear: none;
  font-size: 28px;
  line-height: 1.35;
}

.dados-job {
  width: auto;
  margin-top: 109px;
  margin-right: 60px;
  float: left;
  font-size: 20px;
}

.conteudo-job {
  width: 100%;
  margin-top: 180px;
}

.img-full {
  position: relative;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  width: 100%;
  height: 100%;
}

.sobre-job {
  width: 80%;
}

.sobre-job-direita {
  width: 80%;
  margin-top: 201px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0%;
  padding-bottom: 60px;
  float: none;
  text-align: right;
}

.sobre-job-direita.txt-post-centro {
  margin-top: 40px;
  padding-bottom: 80px;
}

.sobre-job-direita.ifoodcard {
  padding-bottom: 0px;
}

.heading-2 {
  position: relative;
  width: 100%;
  margin-top: 0px;
  float: left;
  outline-color: #000;
  outline-offset: 0px;
  outline-style: none;
  outline-width: 3px;
  font-size: 26px;
  font-weight: 600;
  text-align: left;
  text-transform: uppercase;
}

.heading-2.coluna-4 {
  text-align: left;
}

.descricao-job-interno {
  display: block;
  width: 60%;
  margin-top: 0px;
  float: right;
  font-size: 20px;
  line-height: 1.353;
  text-align: right;
}

.descricao-job-interno.post-descricao-interno {
  display: block;
  width: 100%;
  padding-right: 25%;
  padding-left: 25%;
  float: left;
  text-align: center;
}

.descricao-job-interno.beneficios {
  width: 30%;
}

.descricao-job-interno.coluna-2 {
  width: 100%;
  margin-top: 76px;
  padding-right: 0px;
  text-align: left;
}

.sobre-div {
  width: 20%;
  padding-left: 40px;
  float: left;
  background-image: url('../images/Captura-de-tela-2022-09-14-143328.png');
  background-position: 0px 5px;
  background-size: auto;
  background-repeat: no-repeat;
}

.sobre-div.coluna-1 {
  width: 100%;
}

.videojob-central {
  overflow: visible;
  width: 80%;
  height: 650px;
  margin-right: auto;
  margin-bottom: 100px;
  margin-left: auto;
  border-radius: 0px;
  -o-object-fit: none;
  object-fit: none;
}

.videojob-central.colunas-5 {
  margin-bottom: 0px;
}

.img-central {
  position: relative;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: block;
  width: 80%;
  max-width: 80%;
  margin-right: auto;
  margin-bottom: 100px;
  margin-left: auto;
}

.rodape {
  max-width: 80%;
  margin-top: 306px;
  margin-bottom: 100px;
  padding-bottom: 200px;
}

.tit-jobrodape {
  margin-right: auto;
  margin-left: auto;
  font-size: 80px;
  font-weight: 400;
  text-align: center;
}

.ver-proximo {
  display: block;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  color: #1c1c1c;
  font-size: 30px;
  text-align: center;
  text-decoration: none;
}

.ver-proximo:hover {
  text-decoration: underline;
}

.vamos-conversar {
  width: 50%;
  margin-top: 290px;
  float: left;
  font-size: 100px;
  line-height: 120px;
  font-weight: 500;
}

.vamos-conversar.vamoshome {
  width: 100%;
  margin-bottom: 0px;
}

.vamos-conversar.vamoshome.home2 {
  width: 100%;
  margin-top: 16px;
  margin-bottom: 41px;
  font-size: 30px;
}

.dados {
  width: 50%;
  margin-top: 549px;
  float: right;
  font-size: 22px;
  line-height: 39px;
  font-weight: 500;
  text-align: right;
}

.dados.dadoshome {
  margin-top: 0px;
}

.youtube {
  width: 100%;
}

.youtube.videojob-central {
  width: 80%;
  height: 720px;
}

.bold-text {
  font-size: 20px;
}

.link-wrapper-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-top: 11px;
  padding-bottom: 11px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, 0.1);
  color: #000;
  font-size: 20px;
  text-decoration: none;
}

.paragraph-xlarge-2 {
  overflow: hidden;
  color: #000;
  font-size: 8.8em;
  line-height: 1;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  white-space: pre-line;
}

.content-wrapper-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.content-wrapper-2.padding-bottom-medium {
  padding-bottom: 0px;
}

.content-wrapper-2.header {
  padding-top: 22vh;
}

.large-serif-2 {
  font-family: Newyork, sans-serif;
  color: #000;
  font-size: 40vh;
  line-height: 0.8;
  font-weight: 400;
  text-transform: uppercase;
}

.large-serif-2.small {
  font-size: 9em;
  font-weight: 400;
}

.inner-hover-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 100%;
  border-radius: 300px;
  background-color: #1c1fca;
}

.main-grid-3 {
  position: relative;
  width: 100%;
  margin-top: auto;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: minmax(auto, 1fr);
  grid-template-rows: minmax(auto, 1fr);
}

.cover-image-2 {
  width: 100%;
  height: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -o-object-fit: scale-down;
  object-fit: scale-down;
  -o-object-position: 40% 50%;
  object-position: 40% 50%;
}

.grid-2 {
  width: 80%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-2.sobre-job-direita {
  display: block;
  overflow: visible;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
  justify-content: start;
  justify-items: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: start;
  -ms-flex-line-pack: start;
  align-content: start;
}

.grid-3 {
  display: -ms-grid;
  display: grid;
  width: 80%;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-align-content: start;
  -ms-flex-line-pack: start;
  align-content: start;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.grid-3.sobre-job-direita.colunas-3 {
  padding-bottom: 0px;
}

.videojob-central-coluna {
  overflow: visible;
  width: 80%;
  height: 650px;
  margin-right: auto;
  margin-bottom: 100px;
  margin-left: auto;
  border-radius: 0px;
  -o-object-fit: scale-down;
  object-fit: scale-down;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.videojob-central-coluna.colunas-5 {
  width: 100%;
  height: 530px;
  margin-bottom: 0px;
}

.img-central-coluna {
  position: relative;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
}

.videojob-central-html5 {
  overflow: visible;
  width: 80%;
  height: auto;
  margin-right: auto;
  margin-bottom: 100px;
  margin-left: auto;
  border-radius: 0px;
  -o-object-fit: cover;
  object-fit: cover;
}

.videojob-central-html5.colunas-5 {
  margin-bottom: 0px;
}

.videojob-central-coluna-html {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 80%;
  height: 650px;
  margin-right: auto;
  margin-bottom: 100px;
  margin-left: auto;
  border-radius: 0px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.videojob-central-coluna-html.colunas-5 {
  width: 100%;
  height: 530px;
  margin-bottom: 0px;
}

@media screen and (max-width: 991px) {
  .section.overflow.space {
    height: auto;
  }

  .section.overflow.space-dark {
    height: auto;
  }

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

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

  .inner-padding-large {
    padding-top: 12vh;
    padding-bottom: 12vh;
  }

  .inner-padding-medium {
    padding-top: 8vh;
    padding-bottom: 8vh;
  }

  .inner-padding-small {
    padding-top: 4vh;
    padding-bottom: 4vh;
  }

  .inner-padding-xsmall {
    padding-top: 2vh;
    padding-bottom: 2vh;
  }

  .padding-bottom-medium {
    padding-bottom: 8vh;
  }

  .padding-bottom-small {
    padding-bottom: 4vh;
  }

  .margin-bottom-medium {
    margin-bottom: 8vh;
  }

  .margin-bottom-small {
    margin-bottom: 4vh;
  }

  .margin-bottom-xsmall {
    margin-bottom: 2vh;
  }

  .center-wrapper.full-page {
    z-index: 20;
  }

  .center-wrapper.center.box {
    padding-right: 30px;
    padding-left: 30px;
  }

  .content-wrapper.detail {
    padding-left: 25px;
  }

  .content-wrapper.detail.right {
    padding-right: 25px;
    padding-left: 0px;
  }

  .content-wrapper.list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 50vh;
    margin-bottom: 5vh;
    padding: 30px;
    border-bottom: 2px solid #000;
  }

  .content-wrapper.box {
    padding-right: 30px;
    padding-left: 30px;
  }

  .content-wrapper.bg-mid-blue {
    z-index: 10;
  }

  .content-wrapper.footer-right {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }

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

  .main-grid.full-list {
    -webkit-align-content: start;
    -ms-flex-line-pack: start;
    align-content: start;
  }

  .main-grid.hero-mobile {
    padding-top: 10em;
    padding-bottom: 10em;
  }

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

  .simple-grid.stretch.no-gap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .main-paragraph.split {
    -webkit-column-count: 1;
    column-count: 1;
  }

  .heading-large {
    font-size: 90px;
  }

  .heading-large.repeat {
    display: none;
  }

  .heading-large.large {
    font-size: 120px;
  }

  .heading-large.large.title {
    white-space: nowrap;
  }

  .heading-large.jobs {
    font-size: 10em;
  }

  .heading-large.list-jobs {
    font-size: 120px;
  }

  .heading-large.page {
    font-size: 120px;
  }

  .heading-xlarge {
    font-size: 120px;
  }

  .heading-xlarge.no-wrap {
    letter-spacing: 0em;
  }

  .heading-xlarge.hero {
    font-size: 300px;
  }

  .heading-xlarge.med {
    font-size: 20em;
  }

  .heading-xlarge.regular {
    font-size: 12vh;
  }

  .sticky-wrapper.home-page {
    position: relative;
    top: 0px;
  }

  .sticky-wrapper.specials {
    position: relative;
  }

  .nav-grid {
    padding-right: 30px;
    padding-left: 30px;
  }

  .brand {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .grid.top-nav {
    display: none;
  }

  .header-page-wrapper {
    padding-top: 10vh;
  }

  .collection-list {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }

  .link-inline-list {
    width: 100%;
    padding-bottom: 70px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .divider-bullet {
    display: none;
  }

  .container-wrapper {
    padding-right: 30px;
    padding-left: 30px;
  }

  .container-wrapper.header-page {
    padding-top: 180px;
  }

  .image-wrapper.outline {
    margin-right: auto;
    margin-left: auto;
  }

  .text-large {
    font-size: 36px;
  }

  .padding-top-large {
    padding-top: 12vh;
  }

  .padding-top-medium {
    padding-top: 8vh;
  }

  .combo-img-wrapper.hero {
    max-width: 80vw;
  }

  .combo-img-wrapper.hero-split {
    max-width: 80vw;
  }

  .collection-item {
    position: relative;
  }

  .card-wrapper {
    width: 90vw;
  }

  .card-grid-wrapper:hover {
    background-color: transparent;
  }

  .span-image-first {
    width: 120px;
    height: 100px;
  }

  .image-frame-gallery.rotate {
    width: 90vw;
    height: 45vh;
  }

  .image-frame-gallery.back {
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    display: none;
    width: 100%;
    height: 100%;
  }

  .span-image-two {
    width: 120px;
    height: 100px;
  }

  .link-block-heading {
    height: 78px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .hover-image-wrapper {
    position: relative;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    width: 30vw;
    height: 100%;
  }

  .section-background.full-hero {
    position: relative;
    display: none;
    border-style: none;
  }

  .section-background.full-hero.no-pd {
    display: none;
  }

  .hero-rotate-image {
    width: 30vw;
    height: 30vw;
  }

  .flex-ticker.list {
    padding-left: 30px;
    box-shadow: none;
  }

  .flex-ticker.list.gray {
    box-shadow: none;
  }

  .hero-image-container {
    max-width: 60vw;
  }

  .track.hero-three {
    height: auto;
  }

  .center-image-wrapper {
    height: 35em;
  }

  .link-content-heading {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 0px;
    -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;
    text-align: center;
  }

  .link-cards:hover {
    border-style: none;
    background-color: transparent;
    box-shadow: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .screenshot-wrapper {
    height: auto;
  }

  .screenshot-wrapper.square {
    height: 245px;
  }

  .screenshot-wrapper.image {
    padding: 20px;
  }

  .main-heading-wrapper {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .box-center-wrapper {
    padding-right: 30px;
    padding-left: 30px;
  }

  .figure-wrapper-heading {
    height: 11vh;
  }

  .paragraph-wrapper {
    padding-right: 30px;
    padding-left: 30px;
  }

  .collection-list-wrapper-hero {
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
  }

  .small-link.text-black {
    display: block;
    width: auto;
    margin-right: auto;
    margin-left: auto;
  }

  .paragraph-medium.regular {
    font-size: 38px;
  }

  .work-image-wrapper {
    max-width: none;
  }

  .rich-text-works p {
    max-width: none;
  }

  .rich-text-works h2 {
    max-width: none;
  }

  .rich-text-works h4 {
    max-width: none;
  }

  .next-wrapper {
    height: auto;
  }

  .image-arrow {
    height: 60px;
  }

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

  .next-link {
    height: auto;
  }

  .span-spacing.large {
    padding-right: 10%;
    padding-left: 10%;
  }

  .spot-project {
    display: none;
  }

  ._3d-wrapper {
    height: auto;
    padding-left: 30px;
  }

  .cube-front {
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 0px;
  }

  .cube-back {
    display: none;
  }

  .alt-name {
    left: 0%;
    top: auto;
    right: auto;
    bottom: 0%;
    display: none;
  }

  .grid-mosaic {
    width: auto;
    height: auto;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .alt-jobs {
    position: static;
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
    width: auto;
    height: auto;
    padding-top: 11px;
    padding-bottom: 11px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    border-radius: 0px;
    background-color: transparent;
    color: #000;
    white-space: nowrap;
  }

  .cards-wrapper._002 {
    padding-bottom: 5vh;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .cards-wrapper._001 {
    padding-bottom: 5vh;
  }

  .link-card {
    display: block;
    height: auto;
    max-height: none;
    max-width: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-decoration: none;
  }

  .background-wrapper {
    position: relative;
    text-align: center;
  }

  .swap-heading {
    height: auto;
  }

  .mobile-card {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 350px;
    margin-bottom: 25px;
  }

  .paragraph-xlarge {
    font-size: 120px;
  }

  .large-serif {
    font-size: 200px;
  }

  .large-serif.small {
    font-size: 3em;
  }

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

  .inner-cell-wrapper {
    padding-right: 30px;
    padding-bottom: 20px;
    padding-left: 30px;
  }

  .xxlarge.text-red.serif {
    font-size: 16em;
  }

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

  .inner-hover {
    display: none;
  }

  .blog-thumb {
    width: auto;
    height: auto;
  }

  .collection-list-wrapper {
    width: 100%;
  }

  .heading-large-regular {
    font-size: 90px;
  }

  .heading-large-regular.off {
    display: none;
  }

  .collection-item-list {
    width: 100%;
  }

  .xlarge {
    font-size: 10em;
  }

  .bottom-cta {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }

  .collection-item-2 {
    width: 100%;
  }

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

  .titulojob {
    width: 100%;
    font-size: 59px;
    line-height: 70px;
  }

  .dados-job {
    margin-right: 37px;
  }

  .vamos-conversar {
    width: 50%;
    font-size: 70px;
    line-height: 80px;
  }

  .paragraph-xlarge-2 {
    font-size: 120px;
  }

  .large-serif-2 {
    font-size: 200px;
  }

  .large-serif-2.small {
    font-size: 3em;
  }

  .inner-hover-2 {
    display: none;
  }

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

@media screen and (max-width: 767px) {
  .center-wrapper {
    margin-top: 43px;
  }

  .content-wrapper {
    display: block;
  }

  .main-grid.footer.inner-padding-small {
    display: block;
  }

  .main-paragraph.text-medium {
    position: relative;
    z-index: 1;
  }

  .text-medium {
    font-size: 24px;
  }

  .heading-large {
    font-size: 50px;
  }

  .heading-large.list {
    white-space: nowrap;
  }

  .heading-large.large.title {
    padding-top: 25px;
  }

  .heading-large.jobs {
    font-size: 9em;
  }

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

  .heading-regular.next-project {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.5;
  }

  .heading-xlarge {
    font-size: 70px;
  }

  .span-image-first {
    height: 60px;
    border-width: 3px;
  }

  .span-image-two {
    height: 60px;
  }

  .link-block-heading {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .detail-hero-grid {
    grid-template-areas: "Area-3 Area Area-2";
    -ms-grid-columns: 1fr 6.25fr 1fr;
    grid-template-columns: 1fr 6.25fr 1fr;
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
  }

  .small-number {
    padding-top: 2px;
  }

  .link-cards {
    font-size: 14px;
  }

  .small-link.text-black {
    position: relative;
    display: block;
    margin-top: 26px;
    text-align: center;
  }

  .image-arrow {
    height: 40px;
  }

  .text-nav {
    font-size: 6em;
    font-weight: 700;
  }

  .link-block-nav {
    height: 6em;
  }

  .paragraph-large.regular {
    font-size: 38px;
  }

  .paragraph-large.lower {
    font-size: 45px;
  }

  .detail-text.small.destaque {
    display: block;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .paragraph-xlarge {
    font-size: 80px;
  }

  .paragraph-xlarge.regular {
    font-size: 50px;
  }

  .large-serif {
    font-size: 80px;
  }

  .large-serif.mrosalogo {
    margin-top: 5px;
  }

  .date-wrapper {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .xxlarge.serif {
    font-size: 8em;
  }

  .gallery-row {
    width: 300vw;
  }

  .heading-large-regular {
    font-size: 50px;
  }

  .voltar {
    font-size: 30px;
  }

  .job {
    max-width: 90%;
  }

  .titulojob {
    font-size: 340%;
  }

  .dados-job {
    margin-right: 10px;
    font-size: 20px;
  }

  .sobre-job-direita {
    width: 90%;
    text-align: left;
  }

  .descricao-job-interno {
    position: relative;
    width: 100%;
    float: none;
    clear: both;
    text-align: left;
  }

  .videojob-central {
    width: 90%;
    height: auto;
    min-height: 340px;
  }

  .img-central {
    width: 100%;
    max-width: 90%;
  }

  .tit-jobrodape {
    font-size: 60px;
  }

  .vamos-conversar {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    float: none;
    clear: none;
    font-size: 50px;
    line-height: 50px;
    text-align: center;
  }

  .dados {
    margin-top: 62px;
    margin-right: auto;
    margin-left: auto;
    float: none;
    clear: both;
    text-align: center;
  }

  .text-span {
    text-decoration: none;
  }

  .youtube.videojob-central {
    width: 95%;
    height: auto;
  }

  .paragraph-xlarge-2 {
    font-size: 80px;
  }

  .large-serif-2 {
    font-size: 80px;
  }

  .videojob-central-coluna {
    width: 90%;
    height: auto;
    min-height: 340px;
  }

  .img-central-coluna {
    width: 100%;
    max-width: 90%;
  }

  .videojob-central-html5 {
    width: 90%;
    height: auto;
    min-height: 340px;
  }

  .videojob-central-coluna-html {
    width: 90%;
    height: auto;
    min-height: 340px;
  }
}

@media screen and (max-width: 479px) {
  .container.container-inspiration {
    padding-right: 0px;
    padding-left: 0px;
  }

  .center-wrapper.full-page {
    height: 100%;
    min-height: auto;
  }

  .center-wrapper.full-page._100vh {
    min-height: 100vh;
  }

  .center-wrapper.detail {
    padding-bottom: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .content-wrapper.right {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .content-wrapper.detail.right {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .content-wrapper.bg-mid-blue {
    z-index: 10;
  }

  .main-grid {
    padding-bottom: 60px;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .main-grid.full-page {
    -webkit-align-content: start;
    -ms-flex-line-pack: start;
    align-content: start;
  }

  .main-grid.margin-bottom-medium {
    margin-bottom: 0vh;
  }

  .main-grid.overflow.hero {
    -webkit-align-content: start;
    -ms-flex-line-pack: start;
    align-content: start;
  }

  .main-grid.full-list {
    -webkit-align-content: start;
    -ms-flex-line-pack: start;
    align-content: start;
  }

  .main-grid.hero-mobile {
    padding-bottom: 0em;
  }

  .simple-grid.stretch.no-gap {
    height: auto;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .main-paragraph.text-medium {
    position: relative;
    z-index: 4;
    font-size: 18px;
  }

  .main-paragraph.text-large {
    font-size: 36px;
  }

  .heading-large.list {
    font-size: 26px;
  }

  .heading-large.large {
    font-size: 75px;
  }

  .heading-large.large.title {
    padding-top: 16px;
  }

  .heading-large.jobs {
    font-size: 38px;
  }

  .heading-large.list-jobs {
    padding-top: 0px;
    font-size: 60px;
    line-height: 1;
    text-align: left;
  }

  .heading-large.list-jobs.text-black {
    font-size: 35px;
  }

  .heading-large.list-jobs._3d-list {
    font-size: 40px;
    line-height: 2;
  }

  .heading-large.list-jobs.text-white-flip {
    font-size: 35px;
  }

  .heading-large.page {
    font-size: 60px;
    line-height: 0.8;
  }

  .heading-large.footer {
    font-size: 50px;
  }

  .heading-medium {
    font-size: 34px;
  }

  .heading-regular {
    font-size: 26px;
  }

  .heading-xlarge.hero {
    font-size: 150px;
  }

  .heading-xlarge.med {
    font-size: 10em;
  }

  .heading-xlarge.regular {
    font-size: 7vh;
  }

  .navbar {
    height: 8em;
  }

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

  .brand {
    padding-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .main-button {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 16px;
    white-space: nowrap;
  }

  .main-button.circle {
    width: 12em;
    height: 12em;
    margin-right: 0px;
    margin-left: 0px;
    font-size: 0.75rem;
  }

  .image-logo {
    height: 14px;
  }

  .shape-button.medium {
    width: auto;
    height: 50px;
  }

  .inner-ticker-wrapper {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .grid.social {
    width: 100%;
  }

  .container-wrapper.header-page {
    padding-top: 120px;
  }

  .image-wrapper._001 {
    height: 15em;
  }

  .image-wrapper._001.med {
    height: 20em;
  }

  .image-wrapper._003 {
    height: 20em;
  }

  .image-wrapper.product {
    height: 25em;
  }

  .text-large {
    font-size: 26px;
  }

  .combo-img-wrapper.hero {
    max-height: 30vh;
    max-width: 70vw;
    opacity: 1;
  }

  .combo-img-wrapper.hero-split {
    max-height: 30vh;
    max-width: 70vw;
    opacity: 1;
  }

  .collection-item {
    height: auto;
  }

  .card-wrapper {
    height: 60vh;
  }

  .card-wrapper.full {
    height: auto;
  }

  .card-grid-wrapper {
    padding: 0px;
  }

  .card-grid-wrapper:hover {
    background-color: transparent;
  }

  .image-frame-gallery {
    width: 75vw;
    height: auto;
  }

  .image-frame-gallery.rotate {
    height: 30vh;
  }

  .span-image-two {
    border-width: 3px;
  }

  .link-block-heading {
    height: auto;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .hover-image-wrapper {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .hero-rotate-image {
    width: 60vw;
    height: 60vw;
  }

  .flex-ticker.first {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .flex-ticker.second {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .hero-image-container {
    width: 75vw;
    max-width: none;
    padding-top: 120px;
  }

  .track {
    height: auto;
  }

  .frame-image {
    width: 80vw;
    height: 35vh;
  }

  .frame-image.sec-three {
    width: 60vw;
    height: 25vh;
  }

  .frame-image.sec-four {
    width: 70vw;
    height: 30vh;
    max-width: none;
  }

  .detail-hero-grid {
    -webkit-box-pack: start;
    -webkit-justify-content: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
    grid-auto-flow: row;
    grid-column-gap: 27px;
    grid-template-areas: "Area-6 Area-5 Area-4 Area-2 Area-3 Area-12 Area-11 Area-10 Area-9 Area-8 Area-7 Area";
    -ms-grid-columns: 0.5fr 27px 0.5fr 27px 4fr 27px 0.5fr 27px 0.5fr;
    grid-template-columns: 0.5fr 0.5fr 4fr 0.5fr 0.5fr;
  }

  .center-image-wrapper {
    height: 25em;
  }

  .center-image-wrapper-mid {
    display: none;
  }

  .center-image-wrapper-back {
    display: none;
  }

  .specials-wrapper {
    max-height: 30vh;
  }

  .link-content-section.inner-padding-large {
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  .small-number {
    margin-right: 20px;
    padding-top: 0px;
    font-size: 12px;
  }

  .link-content-heading {
    height: auto;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-left: 0px;
  }

  .link-cards {
    font-size: 13px;
    line-height: 1;
  }

  .screenshot-wrapper.square {
    height: 150px;
  }

  .screenshot-wrapper.image {
    padding: 10px;
  }

  .alt-wrapper {
    padding: 15px 10px;
    font-size: 12px;
  }

  .figure-wrapper-heading {
    width: auto;
    height: 8vh;
    padding-right: 20px;
    padding-left: 20px;
  }

  .medium-paragraph {
    font-size: 18px;
  }

  .medium-paragraph.no-margin {
    font-size: 14px;
  }

  .medium-paragraph.no-margin.categorysmall {
    font-size: 14px;
  }

  .medium-paragraph.no-margin.cadeado {
    height: auto;
    padding-right: 71px;
    background-size: 25px;
  }

  .paragraph-medium.regular {
    font-size: 28px;
  }

  .small {
    font-size: 15px;
  }

  .image-arrow {
    height: 35px;
  }

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

  .paragraph-large {
    font-size: 38px;
  }

  .paragraph-large.center {
    font-size: 29px;
    line-height: 1.1;
  }

  .paragraph-large.regular {
    font-size: 26px;
  }

  .paragraph-large.ticker {
    font-size: 18px;
  }

  .detail-text {
    font-size: 14px;
  }

  .detail-text.small {
    width: 300px;
    font-size: 18px;
    text-align: left;
  }

  .detail-text.small.destaque {
    position: relative;
    margin-right: auto;
    margin-left: -84px;
    text-align: center;
  }

  .detail-text.xsmall {
    font-size: 10px;
  }

  .span-spacing {
    padding-right: 20px;
    padding-left: 20px;
  }

  .span-spacing.large {
    padding-right: 10%;
    padding-left: 10%;
  }

  .inner-cell-text {
    padding-bottom: 15px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .divider-wrapper {
    margin-top: 45px;
    margin-bottom: 45px;
  }

  .flex-cap {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .span-serif {
    padding-right: 5px;
    padding-left: 5px;
  }

  ._3d-wrapper {
    height: auto;
    padding-right: 0px;
    padding-left: 0px;
  }

  .grid-3-col {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .square {
    height: 40vh;
  }

  .paragraph-xlarge {
    font-size: 40px;
  }

  .large-serif.small {
    font-size: 2.2em;
    line-height: 100%;
  }

  .logo-footer {
    width: 25vw;
    height: auto;
    margin-bottom: 10px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .xxlarge.text-red.serif {
    font-size: 4.5em;
  }

  .xxlarge.hero {
    font-size: 4em;
  }

  .link-wrapper {
    font-size: 18px;
  }

  .assets-ticker {
    height: 25px;
    margin-right: 20px;
    margin-left: 20px;
  }

  .inner-hover {
    display: none;
  }

  .gallery-row {
    width: 300vw;
  }

  .spacer {
    display: none;
  }

  .right-text-wrapper {
    text-align: left;
  }

  .thumbnail-wrapper {
    height: 35em;
  }

  .thumbnail-wrapper.small {
    height: 35em;
  }

  .heading-scroll-jobs {
    font-size: 38px;
  }

  .img-shop-wrapper {
    height: 25em;
  }

  .heading-large-regular {
    margin-bottom: 35px;
    font-size: 32px;
  }

  .xlarge {
    font-size: 4em;
  }

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

  .link-block {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 12px;
  }

  .main-grid-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .main-grid-2.main-grid-3 {
    padding-bottom: 53px;
  }

  .topo {
    max-width: 90%;
  }

  .voltar {
    font-size: 20px;
  }

  .descricao-job {
    width: 90%;
    font-size: 18px;
  }

  .dados-job {
    margin-top: 24px;
    font-size: 14px;
  }

  .sobre-job-direita {
    margin-top: 80px;
    padding-bottom: 24px;
  }

  .heading-2 {
    width: 100%;
    max-width: 700px;
    font-size: 20px;
  }

  .descricao-job-interno {
    font-size: 18px;
  }

  .descricao-job-interno.post-descricao-interno {
    padding-right: 5%;
    padding-left: 5%;
  }

  .sobre-div {
    width: 60%;
  }

  .videojob-central {
    width: auto;
    min-height: 280px;
    margin-bottom: 24px;
  }

  .img-central {
    margin-bottom: 24px;
  }

  .rodape {
    margin-top: 80px;
  }

  .tit-jobrodape {
    margin-bottom: 10px;
    font-size: 43px;
  }

  .ver-proximo {
    margin-top: 8px;
    font-size: 20px;
  }

  .vamos-conversar {
    margin-top: 198px;
    margin-bottom: 65px;
  }

  .vamos-conversar.vamoshome {
    margin-top: 57px;
    font-size: 24px;
    line-height: 31px;
  }

  .vamos-conversar.vamoshome.home2 {
    font-size: 11px;
    line-height: 20px;
  }

  .dados {
    width: 90%;
    margin-bottom: -200px;
  }

  .youtube.videojob-central {
    width: 95%;
    height: auto;
  }

  .bold-text {
    font-size: 14px;
  }

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

  .link-wrapper-2 {
    font-size: 18px;
  }

  .paragraph-xlarge-2 {
    font-size: 40px;
  }

  .paragraph-xlarge-2.inspiration {
    font-size: 25px;
  }

  .content-wrapper-2.inner-padding-medium.inspiration {
    padding-top: 4vh;
    padding-bottom: 4vh;
  }

  .large-serif-2.small {
    font-size: 2.2em;
    line-height: 100%;
  }

  .inner-hover-2 {
    display: none;
  }

  .main-grid-3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .grid-3.sobre-job-direita.colunas-3 {
    display: block;
  }

  .videojob-central-coluna {
    width: auto;
    min-height: 280px;
    margin-bottom: 24px;
  }

  .videojob-central-coluna.colunas-5 {
    margin-top: 33px;
    padding-top: 0px;
  }

  .img-central-coluna {
    max-width: 100%;
    margin-bottom: 24px;
  }

  .videojob-central-html5 {
    width: auto;
    min-height: auto;
    margin-bottom: 24px;
  }

  .videojob-central-coluna-html {
    width: auto;
    min-height: 280px;
    margin-bottom: 24px;
  }

  .videojob-central-coluna-html.colunas-5 {
    margin-top: 33px;
    padding-top: 0px;
  }
}

#w-node-a1c9b462-1e0c-ee39-d2a1-8f67ef30ef6e-b134411f {
  -ms-grid-column-span: 12;
  grid-column-end: 13;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_32633175-3c44-7cdf-7415-494b64951b59-b134411f {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 12;
  grid-column-end: 13;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-db42b60b-08d0-4440-75e0-9e3f255f3f4a-b134411f {
  -ms-grid-column-span: 10;
  grid-column-end: 12;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
  -ms-grid-row: 3;
  grid-row-start: 3;
}

#w-node-db42b60b-08d0-4440-75e0-9e3f255f3f4c-b134411f {
  -ms-grid-column: 6;
  grid-column-start: 6;
  -ms-grid-column-span: 2;
  grid-column-end: 8;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-a1c9b462-1e0c-ee39-d2a1-8f67ef30ef75-b134411f {
  -ms-grid-column-span: 4;
  grid-column-end: 6;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-a1c9b462-1e0c-ee39-d2a1-8f67ef30ef77-b134411f {
  -ms-grid-column-span: 5;
  grid-column-end: 12;
  -ms-grid-column: 7;
  grid-column-start: 7;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-a1c9b462-1e0c-ee39-d2a1-8f67ef30ef79-b134411f {
  -ms-grid-column-span: 3;
  grid-column-end: 12;
  -ms-grid-column: 9;
  grid-column-start: 9;
  -ms-grid-row-span: 2;
  grid-row-end: 8;
  -ms-grid-row: 6;
  grid-row-start: 6;
}

#w-node-a1c9b462-1e0c-ee39-d2a1-8f67ef30ef7b-b134411f {
  -ms-grid-column-span: 5;
  grid-column-end: 7;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 2;
  grid-row-end: 7;
  -ms-grid-row: 5;
  grid-row-start: 5;
}

#w-node-_0b5fd0bb-4f0b-682b-2f23-04d670d98076-b134411f {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 8;
  grid-column-end: 11;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
}

#w-node-_0b5fd0bb-4f0b-682b-2f23-04d670d9807a-b134411f {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_0b5fd0bb-4f0b-682b-2f23-04d670d9807f-b134411f {
  -ms-grid-column: 7;
  grid-column-start: 7;
  -ms-grid-column-span: 6;
  grid-column-end: 13;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_1e2b29b1-e62d-ea56-75e6-89f638e2d4da-b134411f {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_4446d424-0ae3-cfcc-cda3-d9b3adaf781e-b134411f {
  -ms-grid-column: 7;
  grid-column-start: 7;
  -ms-grid-column-span: 6;
  grid-column-end: 13;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_4446d424-0ae3-cfcc-cda3-d9b3adaf7820-b134411f {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-a43e7475-0be8-05c6-3287-782b6a8035a0-b134411f {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-f972d50e-a7ab-a684-5346-722b873cd3d6-b134411f {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-f972d50e-a7ab-a684-5346-722b873cd3d8-b134411f {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-cd49b8ad-6c76-c65a-b921-a93d3a677139-b134411f {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-cd49b8ad-6c76-c65a-b921-a93d3a67713b-b134411f {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_4446d424-0ae3-cfcc-cda3-d9b3adaf782a-b134411f {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_4446d424-0ae3-cfcc-cda3-d9b3adaf782c-b134411f {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_4446d424-0ae3-cfcc-cda3-d9b3adaf782f-b134411f {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_4446d424-0ae3-cfcc-cda3-d9b3adaf7831-b134411f {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-c57eb152-c5ab-2afe-19d1-e0c3b0707feb-b134411f {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-c57eb152-c5ab-2afe-19d1-e0c3b0707fed-b134411f {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-d79d9783-e1d6-8384-079d-795aac3cd2a0-b134411f {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-d79d9783-e1d6-8384-079d-795aac3cd2a2-b134411f {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_3bbadeef-5e65-586f-2281-97c771b8f0e8-b134411f {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_3bbadeef-5e65-586f-2281-97c771b8f0ea-b134411f {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_2129eaf8-87f4-fdaa-2971-a02158b96fb8-b134411f {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_2129eaf8-87f4-fdaa-2971-a02158b96fba-b134411f {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-b599b00f-d353-5a15-676d-94589ee5e4bd-b134411f {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-b599b00f-d353-5a15-676d-94589ee5e4bf-b134411f {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-f4a5d5ba-a81d-ba38-5392-895152a692bc-b134411f {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-f4a5d5ba-a81d-ba38-5392-895152a692be-b134411f {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-f93a158d-a4fd-44b1-05b2-c19afe12f2be-b134411f {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-f93a158d-a4fd-44b1-05b2-c19afe12f2c0-b134411f {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_617576bf-b1e6-1d69-4d16-85dc150f2b5b-b134411f {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_617576bf-b1e6-1d69-4d16-85dc150f2b5d-b134411f {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-e57e5cc8-dd2d-1acd-56b1-12fca1840616-b134411f {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-e57e5cc8-dd2d-1acd-56b1-12fca1840618-b134411f {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-e8721b5b-76fd-7c91-5033-758b65d43c4b-b134411f {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-e8721b5b-76fd-7c91-5033-758b65d43c4d-b134411f {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_91f00c6f-0014-c58c-d0ce-baefee8e1918-b134411f {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_91f00c6f-0014-c58c-d0ce-baefee8e191a-b134411f {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-b3001378-2bed-70ce-c2ef-4e9eadf893b1-b134411f {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-b3001378-2bed-70ce-c2ef-4e9eadf893b3-b134411f {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_6a4eb38c-fb60-cdcf-409e-2c59d4ef5409-b134411f {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_6a4eb38c-fb60-cdcf-409e-2c59d4ef540b-b134411f {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-bed830e8-2e7f-78dc-4ef7-4fca7d1b1599-b134411f {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-bed830e8-2e7f-78dc-4ef7-4fca7d1b159b-b134411f {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-cba7b466-992c-68c4-8331-583726bd86a8-b134411f {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-cba7b466-992c-68c4-8331-583726bd86ac-b134411f {
  -ms-grid-column: 7;
  grid-column-start: 7;
  -ms-grid-column-span: 6;
  grid-column-end: 13;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-cba7b466-992c-68c4-8331-583726bd86ae-b134411f {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_3b71ed7e-c864-caf1-01f4-481e4b886c19-b134411f {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-cba7b466-992c-68c4-8331-583726bd86b3-b134411f {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-f62cee3e-eba6-459d-9741-df736bbbb7e7-b134411f {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_26f3d9b0-4f99-aca4-8713-5441b0983828-b134411f {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_26f3d9b0-4f99-aca4-8713-5441b098382a-b134411f {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-bf048db8-d001-bfd9-b285-f499a5b90f12-b134411f {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-bf048db8-d001-bfd9-b285-f499a5b90f14-b134411f {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_3d944993-d02d-b465-eefb-277a1abc42a7-b134411f {
  -ms-grid-column: 7;
  grid-column-start: 7;
  -ms-grid-column-span: 6;
  grid-column-end: 13;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_3d944993-d02d-b465-eefb-277a1abc42b3-b134411f {
  -ms-grid-column: 7;
  grid-column-start: 7;
  -ms-grid-column-span: 6;
  grid-column-end: 13;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-ad874673-c0e9-285c-6ad7-80233ea1c37e-b134411f {
  -ms-grid-column: 7;
  grid-column-start: 7;
  -ms-grid-column-span: 6;
  grid-column-end: 13;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_6e26b05f-268b-5643-e4bd-172e07689ae2-5b871ce8 {
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 3;
  grid-column-end: 4;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-a843ed23-a6a6-7818-f0f6-40a6a99b1960-5b871ce8 {
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-column-span: 4;
  grid-column-end: 8;
}

#w-node-a843ed23-a6a6-7818-f0f6-40a6a99b1968-5b871ce8 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_48a4147a-0fcd-571c-bf67-c1f29b1dbd77-5b871ce8 {
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-column: 10;
  grid-column-start: 10;
  -ms-grid-column-span: 3;
  grid-column-end: 13;
  -ms-grid-row-align: center;
  align-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-a1c9b462-1e0c-ee39-d2a1-8f67ef30ef6e-b134411f {
    -ms-grid-column-span: 3;
    grid-column-end: 3;
  }

  #w-node-_32633175-3c44-7cdf-7415-494b64951b59-b134411f {
    -ms-grid-column-span: 3;
    grid-column-end: 3;
  }

  #w-node-db42b60b-08d0-4440-75e0-9e3f255f3f4a-b134411f {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
  }

  #w-node-db42b60b-08d0-4440-75e0-9e3f255f3f4c-b134411f {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_0b5fd0bb-4f0b-682b-2f23-04d670d98076-b134411f {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
  }

  #w-node-_0b5fd0bb-4f0b-682b-2f23-04d670d9807f-b134411f {
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
  }

  #w-node-_4446d424-0ae3-cfcc-cda3-d9b3adaf781e-b134411f {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-cba7b466-992c-68c4-8331-583726bd86ac-b134411f {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-_3d944993-d02d-b465-eefb-277a1abc42a7-b134411f {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
  }

  #w-node-_3d944993-d02d-b465-eefb-277a1abc42b3-b134411f {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
  }

  #w-node-ad874673-c0e9-285c-6ad7-80233ea1c37e-b134411f {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
  }

  #w-node-_6e26b05f-268b-5643-e4bd-172e07689ae2-5b871ce8 {
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
  }

  #w-node-a843ed23-a6a6-7818-f0f6-40a6a99b1960-5b871ce8 {
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
  }

  #w-node-_48a4147a-0fcd-571c-bf67-c1f29b1dbd77-5b871ce8 {
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-db42b60b-08d0-4440-75e0-9e3f255f3f4a-b134411f {
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-db42b60b-08d0-4440-75e0-9e3f255f3f4c-b134411f {
    -ms-grid-row-align: center;
    align-self: center;
    grid-area: Area;
  }
}

@media screen and (max-width: 767px) {
  #w-node-db42b60b-08d0-4440-75e0-9e3f255f3f4c-b134411f {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-db42b60b-08d0-4440-75e0-9e3f255f3f4c-b134411f {
    -ms-grid-row: 1;
    -ms-grid-column: 23;
  }
}

@media screen and (max-width: 479px) {
  #w-node-a1c9b462-1e0c-ee39-d2a1-8f67ef30ef6e-b134411f {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 2;
    grid-column-end: 4;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-_32633175-3c44-7cdf-7415-494b64951b59-b134411f {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-db42b60b-08d0-4440-75e0-9e3f255f3f4a-b134411f {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  #w-node-db42b60b-08d0-4440-75e0-9e3f255f3f4c-b134411f {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 3;
    grid-column-end: 5;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row-align: end;
    align-self: end;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-a1c9b462-1e0c-ee39-d2a1-8f67ef30ef75-b134411f {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
  }

  #w-node-a1c9b462-1e0c-ee39-d2a1-8f67ef30ef77-b134411f {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
  }

  #w-node-a1c9b462-1e0c-ee39-d2a1-8f67ef30ef79-b134411f {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-column: 1;
    grid-column-start: 1;
  }

  #w-node-a1c9b462-1e0c-ee39-d2a1-8f67ef30ef7b-b134411f {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
  }

  #w-node-a843ed23-a6a6-7818-f0f6-40a6a99b1960-5b871ce8 {
    -ms-grid-row-span: 1;
    grid-row-end: 6;
    -ms-grid-row: 5;
    grid-row-start: 5;
  }

  #w-node-_48a4147a-0fcd-571c-bf67-c1f29b1dbd77-5b871ce8 {
    -ms-grid-column-span: 3;
    grid-column-end: 3;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
  }
}

@font-face {
  font-family: 'Tanker';
  src: url('../fonts/Tanker-Regular.woff') format('woff'), url('../fonts/Tanker-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Thunder';
  src: url('../fonts/Thunder-BoldLC.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Zodiak';
  src: url('../fonts/Zodiak-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Newyork';
  src: url('../fonts/NewYork.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Extralight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-ExtralightItalic.otf') format('opentype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-SemiboldItalic.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}