.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-commercecartwrapper {
  display: inline-block;
  position: relative;
}

.w-commerce-commercecartopenlink {
  background-color: #3898ec;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  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: -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;
}

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

.w-commerce-commercecartcontainerwrapper {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.8);
}

.w-commerce-commercecartcontainerwrapper--cartType-modal {
  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;
}

.w-commerce-commercecartcontainerwrapper--cartType-leftSidebar {
  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;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightSidebar {
  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: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.w-commerce-commercecartcontainerwrapper--cartType-leftDropdown {
  position: absolute;
  top: 100%;
  left: 0px;
  right: auto;
  bottom: auto;
  background-color: transparent;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
  position: absolute;
  left: auto;
  top: 100%;
  right: 0px;
  bottom: auto;
  background-color: transparent;
}

.w-commerce-commercecartcontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 480px;
  min-width: 320px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: auto;
  background-color: #fff;
  box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.25);
}

.w-commerce-commercecartheader {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 24px;
  padding-right: 24px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -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;
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #e6e6e6;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

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

.w-commerce-commercecartformwrapper {
  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;
  -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-commercecartform {
  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: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -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-commercecartlist {
  overflow: auto;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 24px;
  padding-right: 24px;
  -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%;
  -webkit-overflow-scrolling: touch;
}

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

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

.w-commerce-commercecartiteminfo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 16px;
  margin-left: 16px;
  -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;
  -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-commercecartproductname {
  font-weight: 700;
}

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

.w-commerce-commercecartquantity {
  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: 10px;
  padding-top: 8px;
  padding-right: 6px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 60px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

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

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

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

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

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

.w-commerce-commercecartfooter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 16px;
  padding-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #e6e6e6;
}

.w-commerce-commercecartlineitem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  -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;
  -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;
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

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

.w-commerce-commercecartcheckoutbutton {
  background-color: #3898ec;
  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: 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;
  text-align: center;
}

.w-commerce-commercecartemptystate {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -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-commercecarterrorstate {
  margin-top: 0px;
  margin-right: 24px;
  margin-bottom: 24px;
  margin-left: 24px;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  -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;
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  background-color: #ffdede;
}

.w-pagination-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

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

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

.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-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-commercecheckoutdiscounts {
  background-color: #fff;
  border-bottom-color: #e6e6e6;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-color: #e6e6e6;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: #e6e6e6;
  border-right-style: solid;
  border-right-width: 1px;
  border-top-color: #e6e6e6;
  border-top-style: solid;
  border-top-width: 1px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
}

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

.w-commerce-commercecheckoutdiscountsinput {
  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: auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -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%;
  min-width: 0px;
}

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

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

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

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

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

.w-commerce-commercecheckoutdiscountsbutton {
  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: -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-left: 8px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  height: 38px;
}

.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-commerceaddtocartform {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 15px;
  margin-left: 0px;
}

.w-commerce-commerceaddtocartquantityinput {
  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: 10px;
  padding-top: 8px;
  padding-right: 6px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 60px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

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

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

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

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

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

.w-commerce-commerceaddtocartbutton {
  background-color: #3898ec;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  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: -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;
}

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

.w-commerce-commercebuynowbutton {
  background-color: #3898ec;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  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: inline-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-top: 10px;
}

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

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

.w-commerce-commerceaddtocarterror {
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  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-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -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;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -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;
  clear: both;
}

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

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

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

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

@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-commercecartcontainerwrapper--cartType-modal {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .w-commerce-commercecartcontainerwrapper--cartType-leftDropdown {
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

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

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

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

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

body {
  font-family: 'Jakarta Display', sans-serif;
  color: #47505c;
  font-size: 18px;
  line-height: 32px;
  font-weight: 400;
}

h1 {
  margin-top: 0px;
  margin-bottom: 24px;
  color: #05152e;
  font-size: 50px;
  line-height: 70px;
  font-weight: 700;
}

h2 {
  margin-top: 20px;
  margin-bottom: 16px;
  color: #05152e;
  font-size: 32px;
  line-height: 48px;
  font-weight: 700;
}

h3 {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #05152e;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
}

h4 {
  margin-top: 0px;
  margin-bottom: 16px;
  color: #05152e;
  font-size: 22px;
  line-height: 25px;
  font-weight: 700;
}

h5 {
  margin-top: 0px;
  margin-bottom: 16px;
  color: #05152e;
  font-size: 18px;
  line-height: 25px;
  font-weight: 700;
}

h6 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #05152e;
  font-size: 16px;
  line-height: 25px;
  font-weight: 700;
}

p {
  margin-bottom: 18px;
}

a {
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  color: #153cf5;
  text-decoration: none;
}

a:hover {
  color: #0423b2;
}

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

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

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

label {
  display: block;
  margin-bottom: 16px;
  color: #05152e;
  font-weight: 700;
}

strong {
  color: #05152e;
  font-weight: 700;
}

blockquote {
  margin-top: 6px;
  margin-bottom: 6px;
  padding: 38px;
  border-left: 6px solid #153cf5;
  border-radius: 0px;
  background-color: #fff;
  font-size: 18px;
  line-height: 30px;
}

figure {
  margin-bottom: 10px;
}

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

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

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

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

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

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

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

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

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

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

.flex.space-between-center {
  -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-center {
  text-align: center;
}

.color-primary-1 {
  color: #153cf5;
}

.color-primary-1.underline {
  text-decoration: underline;
}

.color-white {
  color: #fff;
}

.bg-primary-1 {
  background-color: #153cf5;
}

.bg-secondary-1 {
  background-color: #0423b2;
}

.bg-neutral-700 {
  background-color: #05152e;
}

.bg-neutral-600 {
  background-color: #1d2b3f;
}

.bg-neutral-500 {
  background-color: #47505c;
}

.bg-neutral-400 {
  background-color: #858c95;
}

.bg-neutral-300 {
  background-color: #ced3d9;
}

.bg-neutral-200 {
  background-color: #e5e5ef;
}

.bg-neutral-100 {
  background-color: #f7f7fb;
}

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

.styleguide-sidebar {
  position: -webkit-sticky;
  position: sticky;
  top: 32px;
  z-index: 2;
  height: 100%;
  min-height: 96vh;
  margin-right: 16px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 14em;
  -ms-flex: 0 14em;
  flex: 0 14em;
}

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

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

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

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

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

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

.container-small._540px {
  max-width: 540px;
}

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

.container-small._600px {
  max-width: 600px;
}

.container-small.hero {
  position: relative;
  z-index: 1;
}

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

.container-extra-small.align-center {
  text-align: center;
}

.styleguide-content {
  max-width: 100%;
  margin-left: 18px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 24px;
  background-color: #fff;
  box-shadow: 0 8px 22px 0 rgba(35, 30, 97, 0.13);
}

.styleguide-seccion {
  padding-top: 86px;
  padding-bottom: 86px;
}

.styleguide-title {
  margin-top: 0px;
  color: #fff;
}

.styleguide-header {
  padding: 100px 68px;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  background-color: #153cf5;
}

.sidebar-navigation {
  margin-bottom: 0px;
  padding-left: 0px;
  list-style-type: none;
}

.styleguide-icon-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 56px;
  height: 56px;
  margin-right: 16px;
  -webkit-box-pack: center;
  -webkit-justify-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: 18px;
  background-color: #153cf5;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
}

.styelguide-sidebar-icon {
  width: 60%;
}

.styleguide-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 14px;
  -webkit-transition: background-color 350ms ease, color 400ms ease;
  transition: background-color 350ms ease, color 400ms ease;
  color: #47505c;
  text-decoration: none;
}

.styleguide-link:hover {
  background-color: #f2f1ff;
  color: #153cf5;
}

.styleguide-link.w--current {
  background-color: #f2f1ff;
  -webkit-transition: color 300ms ease, background-color 300ms ease;
  transition: color 300ms ease, background-color 300ms ease;
  color: #153cf5;
  font-weight: 700;
}

.styleguide-link-wrapper {
  margin-bottom: 8px;
}

.styleguide-sidebar-title {
  margin-bottom: 24px;
  padding-right: 20px;
  padding-bottom: 24px;
  padding-left: 20px;
  border-bottom: 1px solid #e5e5ef;
  color: #05152e;
  font-size: 22px;
  line-height: 24px;
}

.styleguide-sidebar-title.middle {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #e5e5ef;
}

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

.color-container {
  border-radius: 16px;
  background-color: #fff;
  box-shadow: 0 8px 16px 0 rgba(17, 10, 99, 0.04), 0 12px 22px 0 rgba(128, 118, 247, 0.04);
}

.color-block {
  min-height: 120px;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}

.color-block.bg-primary-1 {
  background-color: #153cf5;
}

.color-block.bg-secondary-1 {
  background-color: #0423b2;
}

.color-block.bg-neutral-700 {
  background-color: #05152e;
}

.color-block.bg-neutral-600 {
  background-color: #1d2b3f;
}

.color-block.bg-white.white {
  border-bottom: 1px solid #e5e5ef;
}

.color-block.bg-neutral-100 {
  background-color: #fafafc;
}

.color-block.bg-neutral-200 {
  background-color: #e3e5e9;
}

.color-block.bg-neutral-300 {
  background-color: #ced3d9;
}

.color-block.bg-neutral-400 {
  background-color: #858c95;
}

.color-block.bg-neutral-500 {
  color: #47505c;
}

.color-content {
  padding: 22px 16px 24px;
}

.color-title {
  color: #05152e;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
}

.color-hex {
  color: #858c95;
  line-height: 20px;
}

.styleguide-subtitle {
  margin-top: 0px;
}

.styleguide-subtitle.rich-text {
  margin-top: 88px;
}

.color-content-wrapper {
  padding-bottom: 56px;
}

.color-content-wrapper.last {
  padding-bottom: 0px;
}

.color-neutral-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.typography-container {
  padding-top: 54px;
  padding-bottom: 54px;
  border-bottom: 1px solid #e5e5ef;
}

.typography-container.last {
  padding-bottom: 0px;
  border-bottom-width: 0px;
}

.container-small-left {
  max-width: 620px;
  padding-right: 24px;
}

.typography-details {
  color: #153cf5;
  font-weight: 500;
}

.paragraph-large {
  margin-bottom: 24px;
  font-size: 24px;
  line-height: 36px;
}

.paragraph-large.banner {
  color: #fff;
}

.paragraph-large.about-us {
  max-width: 950px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  font-size: 32px;
  line-height: 48px;
  letter-spacing: -0.01em;
}

.styleguide-subheader {
  padding: 56px 68px;
  background-color: #f7f7fb;
}

.styleguide-content-wrapper {
  padding: 110px 68px;
}

.buttons-grid {
  grid-column-gap: 24px;
  grid-row-gap: 56px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.button-primary {
  padding: 18px 24px;
  border-radius: 4px;
  background-color: #153cf5;
  box-shadow: 0 2px 6px 0 rgba(5, 21, 46, 0.12), 0 14px 14px 0 rgba(21, 60, 245, 0.2);
  -webkit-transition: box-shadow 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease;
  transition: transform 300ms ease, box-shadow 300ms ease, background-color 300ms ease;
  transition: transform 300ms ease, box-shadow 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease;
  color: #fff;
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.08em;
  text-transform: uppercase;

}

.button-primary:hover {
  background-color: #0423b2;
  box-shadow: 0 3px 9px 0 rgba(5, 21, 46, 0.16), 0 14px 19px 0 rgba(21, 60, 245, 0.23);
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
  color: #fff;
}

.button-primary.large {
  padding: 22px 36px;
  font-size: 18px;
  line-height: 20px;
}

.button-primary.large.full-width {
  width: 100%;
}

.button-primary.full-width {
  display: block;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.button-primary.button-white {
  background-color: #fff;
  color: #153cf5;
}

.button-primary.button-header-primary {
  margin-left: 24px;
}

.button-primary.search {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  margin-top: 18px;
  margin-right: 24px;
  margin-bottom: 18px;
}

.button-primary.search.sidebar {
  display: none;
}

.button-primary.banner-form {
  position: absolute;
  left: auto;
  top: 20px;
  right: 24px;
  bottom: 20px;
}

.button-primary.discount {
  height: 100%;
  margin-left: 12px;
}

.button-secondary {
  padding: 18px 24px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 2px 6px 0 rgba(5, 21, 46, 0.1), 0 2px 6px 0 rgba(21, 60, 245, 0.02), 0 -2px 4px 0 rgba(21, 60, 245, 0.04);
  -webkit-transition: color 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease;
  transition: color 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease;
  transition: transform 300ms ease, color 300ms ease, background-color 300ms ease;
  transition: transform 300ms ease, color 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease;
  color: #153cf5;
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.button-secondary:hover {
  background-color: #153cf5;
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
  color: #fff;
}

.button-secondary.large {
  padding: 22px 36px;
  font-size: 18px;
  line-height: 20px;
}

.button-secondary.large.featured-full-width {
  display: block;
  font-weight: 700;
}

.button-secondary.large.featured-full-width:hover {
  background-color: #fff;
  color: #153cf5;
}

.styleguide-button-container {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 24px;
}

.card-v1 {
  padding: 56px 40px;
  border-style: solid;
  border-width: 1px;
  border-color: #e5e5ef;
  border-radius: 20px;
}

.card-title-v1 {
  margin-top: 24px;
  margin-bottom: 16px;
}

.card-v2 {
  padding-right: 40px;
  padding-bottom: 56px;
  padding-left: 40px;
  border-style: solid;
  border-width: 1px;
  border-color: #e5e5ef;
  border-radius: 20px;
}

.card-icon-v2 {
  margin-top: -44px;
}

.card-title-v2 {
  margin-top: 24px;
  margin-bottom: 16px;
}

.card-v3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 44px 24px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: #e5e5ef;
  border-radius: 20px;
}

.card-icon-v3 {
  margin-right: 24px;
}

.card-title-v3 {
  margin-top: 0px;
  margin-bottom: 8px;
  font-size: 22px;
  line-height: 24px;
}

.card-description-v3 {
  margin-bottom: 0px;
}

.header {
  padding-top: 31px;
  padding-bottom: 31px;
  background-color: #fff;
  box-shadow: 0 2px 30px 0 rgba(12, 53, 115, 0.1);
}

.header-logo {
  width: 114px;
  margin-right: 40px;
  -webkit-transition: -webkit-transform 350ms ease;
  transition: -webkit-transform 350ms ease;
  transition: transform 350ms ease;
  transition: transform 350ms ease, -webkit-transform 350ms ease;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.header-logo:hover {
  -webkit-transform: scale3d(0.94, 0.94, 1.01);
  transform: scale3d(0.94, 0.94, 1.01);
}

.header-navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  list-style-type: none;
}

.nav-item-wrapper {
  margin-right: 30px;
}

.nav-link {
  -webkit-transition: color 350ms ease;
  transition: color 350ms ease;
  color: #05152e;
  text-decoration: none;
}

.nav-link:hover {
  color: #153cf5;
}

.nav-link.w--current {
  color: #153cf5;
  font-weight: 500;
}

.nav-menu-container {
  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-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.display-1 {
  font-size: 80px;
  line-height: 94px;
}

.display-2 {
  font-size: 68px;
  line-height: 76px;
}

.display-3 {
  font-size: 32px;
  line-height: 36px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.footer {
  padding-top: 100px;
  padding-bottom: 0px;
  border-top: 1px solid #ced3d9;
  background-color: #fff;
}

.footer-grid {
  padding-bottom: 100px;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-column-gap: 100px;
  -ms-grid-columns: 0.8fr 1fr;
  grid-template-columns: 0.8fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.licenses-hero {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #153cf5;
}

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

.section.hero {
  position: relative;
  overflow: hidden;
  padding-top: 120px;
  padding-bottom: 120px;
}

.section.bg-neutral-100 {
  background-color: #f7f7fb;
}

.section.short {
  padding-top: 80px;
  padding-bottom: 114px;
}

.section.hero-v2 {
  overflow: hidden;
  background-image: url('../images/circle-background-home-2-jobs-template.svg'), url('../images/image-hero-v2-jobs-template.jpg');
  background-position: 0px 0px, 100% 50%;
  background-size: auto, 44%;
  background-repeat: no-repeat, no-repeat;
}

.section.price-tables {
  padding-top: 80px;
  padding-bottom: 114px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(43%, #fff), color-stop(0, #f7f7fb));
  background-image: linear-gradient(180deg, #fff 43%, #f7f7fb 0);
}

.section.price-tables.featured-jobs {
  padding-top: 80px;
  padding-bottom: 80px;
}

.section.contact-us {
  padding-top: 92px;
  padding-bottom: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(65%, #f7f7fb), color-stop(0, #fff));
  background-image: linear-gradient(180deg, #f7f7fb 65%, #fff 0);
}

.section.faqs {
  padding-top: 114px;
}

.section.post {
  padding-top: 114px;
  padding-bottom: 60px;
}

.section.company {
  padding-top: 61px;
  padding-bottom: 60px;
}

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

.section.licences {
  padding-top: 60px;
  padding-bottom: 80px;
}

.section.latest-articles {
  padding-top: 72px;
}

.section.checkout {
  padding-top: 80px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 140px 24px;
  -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;
}

.utility-page-content-password {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 580px;
  padding: 72px 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-style: solid;
  border-width: 1px;
  border-color: #e5e5ef;
  border-radius: 32px;
  background-color: #fff;
  box-shadow: 0 2px 8px 0 rgba(13, 10, 44, 0.06), 0 60px 80px 0 rgba(74, 58, 255, 0.02), 0 40px 50px 0 rgba(74, 58, 255, 0.05);
  text-align: center;
}

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

.input {
  min-height: 64px;
  margin-bottom: 0px;
  padding-right: 22px;
  padding-left: 22px;
  border-style: solid;
  border-width: 1px;
  border-color: #e5e5ef;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 4px 10px 0 rgba(21, 60, 245, 0.04), 0 2px 6px 0 rgba(5, 21, 46, 0.05);
  -webkit-transition: border-color 400ms ease, box-shadow 400ms ease;
  transition: border-color 400ms ease, box-shadow 400ms ease;
  font-size: 18px;
  line-height: 38px;
}

.input:hover {
  border-color: #153cf5;
  box-shadow: 0 4px 12px 0 rgba(21, 60, 245, 0.05), 0 2px 8px 0 rgba(5, 21, 46, 0.06);
}

.input:focus,
.input.-wfp-focus {
  border-color: #153cf5;
  color: #05152e;
}

.input::-webkit-input-placeholder {
  color: #47505c;
  font-size: 18px;
}

.input:-ms-input-placeholder {
  color: #47505c;
  font-size: 18px;
}

.input::-ms-input-placeholder {
  color: #47505c;
  font-size: 18px;
}

.input::placeholder {
  color: #47505c;
  font-size: 18px;
}

.input.password {
  margin-bottom: 32px;
  -webkit-transition: color 350ms ease, border-color 400ms ease, box-shadow 400ms ease;
  transition: color 350ms ease, border-color 400ms ease, box-shadow 400ms ease;
  color: #858c95;
}

.input.password:focus {
  color: #05152e;
}

.input.password::-webkit-input-placeholder {
  color: #858c95;
}

.input.password:-ms-input-placeholder {
  color: #858c95;
}

.input.password::-ms-input-placeholder {
  color: #858c95;
}

.input.password::placeholder {
  color: #858c95;
}

.input.product {
  min-width: 100px;
  margin-right: 24px;
}

.input.checkout {
  margin-bottom: 24px;
}

.input.discount {
  width: 100%;
  min-height: 60px;
}

._404-title {
  margin-bottom: 40px;
  color: #153cf5;
  font-size: 180px;
  line-height: 160px;
  font-weight: 700;
}

.dropdown-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-transition: color 350ms ease;
  transition: color 350ms ease;
}

.dropdown-toggle:hover {
  color: #153cf5;
}

._2-buttons-header {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.dropdown-menu-list {
  min-width: 270px;
  background-color: #fff;
}

.dropdown-menu-list.w--open {
  min-width: 270px;
  border-radius: 14px;
  background-color: #fff;
  box-shadow: 0 -2px 8px -2px rgba(21, 60, 245, 0.1), 0 18px 20px 0 rgba(5, 21, 46, 0.06), 0 30px 40px -17px rgba(21, 60, 245, 0.11);
}

.dropdown-menu-list._2-columns.w--open {
  min-width: 563px;
  padding: 37px 28px;
}

.dropdown-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 18px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: color 300ms ease, background-color 300ms ease;
  transition: color 300ms ease, background-color 300ms ease;
  color: #05152e;
  text-decoration: none;
}

.dropdown-link:hover {
  background-color: rgba(21, 60, 245, 0.02);
  color: #153cf5;
}

.dropdown-icon {
  width: 40px;
  margin-right: 16px;
}

.arrow-icon {
  position: relative;
  top: 1px;
  margin-left: 11px;
  font-family: 'Arrow Icon', sans-serif;
  color: #153cf5;
  font-size: 8px;
}

.paragraph-465px {
  max-width: 465px;
  margin-right: auto;
  margin-left: auto;
}

.search-input {
  min-height: 92px;
  padding-right: 194px;
  padding-left: 61px;
  border-style: solid;
  border-width: 1px;
  border-color: #f7f7fb;
  border-radius: 10px;
  background-image: url('../images/search-icon.svg');
  background-position: 20px 50%;
  background-size: auto;
  background-repeat: no-repeat;
  box-shadow: 0 20px 24px 0 rgba(21, 60, 245, 0.06), 0 5px 14px 0 rgba(5, 21, 46, 0.05);
  -webkit-transition: box-shadow 350ms ease, border-color 350ms ease;
  transition: box-shadow 350ms ease, border-color 350ms ease;
  color: #858c95;
  font-size: 20px;
  line-height: 38px;
}

.search-input:hover {
  border-color: #153cf5;
  box-shadow: 0 24px 33px 0 rgba(21, 60, 245, 0.1), 0 7px 18px 0 rgba(5, 21, 46, 0.07);
}

.search-input:focus {
  border-color: #153cf5;
  color: #05152e;
}

.search-input::-webkit-input-placeholder {
  color: #858c95;
}

.search-input:-ms-input-placeholder {
  color: #858c95;
}

.search-input::-ms-input-placeholder {
  color: #858c95;
}

.search-input::placeholder {
  color: #858c95;
}

.search-input.sidebar {
  min-height: 72px;
  padding-right: 24px;
}

.search-input.search {
  margin-bottom: 40px;
}

.search-container {
  position: relative;
}

.logos-hero-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 35px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.logo-client-hero {
  margin-right: 24px;
  margin-left: 24px;
}

.grid-jobs {
  margin-top: 32px;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-column-gap: 48px;
  -ms-grid-columns: 2.4fr 1fr;
  grid-template-columns: 2.4fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.sidebar-jobs {
  position: -webkit-sticky;
  position: sticky;
  top: 24px;
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 32px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.sidebar-title {
  margin-top: 0px;
  margin-bottom: 16px;
  font-size: 22px;
  font-weight: 500;
}

.card {
  border-radius: 22px;
  background-color: #fff;
}

.card.sidebar {
  padding: 40px 32px;
  box-shadow: 0 7px 8px 0 rgba(30, 54, 170, 0.08);
}

.card.sidebar.job-post {
  position: -webkit-sticky;
  position: sticky;
  top: 24px;
}

.card.free-job {
  position: -webkit-sticky;
  position: sticky;
  top: 24px;
  max-width: 330px;
  margin-top: 48px;
  padding: 40px 32px;
  box-shadow: 0 2px 8px 0 rgba(30, 54, 170, 0.08);
}

.card.your-resume {
  margin-top: 48px;
  padding: 48px 32px;
  box-shadow: 0 2px 8px 0 rgba(30, 54, 170, 0.08);
}

.sidebar-menu {
  margin-bottom: 0px;
  padding-left: 0px;
  list-style-type: none;
}

.sidebar-menu-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  color: #858c95;
  line-height: 20px;
  text-decoration: none;
}

.sidebar-menu-link:hover {
  color: #153cf5;
}

.sidebar-category-icon {
  margin-right: 18px;
}

.sidebar-menu-item {
  margin-bottom: 24px;
}

.sidebar-menu-item.last {
  margin-bottom: 0px;
}

.company-logo {
  border-radius: 16px;
  box-shadow: 0 2px 6px 0 rgba(5, 21, 46, 0.06), 0 4px 8px 0 rgba(21, 60, 245, 0.04);
}

.company-logo.sidebar {
  width: 56px;
  margin-right: 16px;
}

.company-logo.job-card {
  width: 104px;
  margin-right: 24px;
  border-radius: 26px;
  -webkit-transition: box-shadow 400ms ease, -webkit-transform 400ms ease;
  transition: box-shadow 400ms ease, -webkit-transform 400ms ease;
  transition: transform 400ms ease, box-shadow 400ms ease;
  transition: transform 400ms ease, box-shadow 400ms ease, -webkit-transform 400ms ease;
}

.company-logo.job-card:hover {
  box-shadow: 0 4px 10px 0 rgba(5, 21, 46, 0.1), 0 6px 12px 0 rgba(21, 60, 245, 0.06);
  -webkit-transform: translate(0px, -4px);
  -ms-transform: translate(0px, -4px);
  transform: translate(0px, -4px);
}

.company-logo.company-card {
  border-radius: 20px;
}

.company-logo.job-post {
  width: 102px;
  margin-right: 24px;
  border-radius: 30px;
}

.company-logo.job-card-small {
  width: 70px;
  -webkit-transition: box-shadow 350ms ease, -webkit-transform 350ms ease;
  transition: box-shadow 350ms ease, -webkit-transform 350ms ease;
  transition: box-shadow 350ms ease, transform 350ms ease;
  transition: box-shadow 350ms ease, transform 350ms ease, -webkit-transform 350ms ease;
}

.company-logo.job-card-small:hover {
  box-shadow: 0 8px 16px 0 rgba(21, 60, 245, 0.08), 0 3px 8px 0 rgba(5, 21, 46, 0.04), 0 -3px 8px 0 rgba(36, 52, 128, 0.06);
  -webkit-transform: translate(0px, -8px);
  -ms-transform: translate(0px, -8px);
  transform: translate(0px, -8px);
}

.company-link-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;
  text-decoration: none;
}

.company-name {
  margin-bottom: 6px;
  color: #05152e;
  line-height: 20px;
  font-weight: 500;
}

.compnay-industry {
  color: #858c95;
  font-size: 16px;
  line-height: 18px;
}

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

.job-post-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 42px 32px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 24px;
  background-color: #fff;
  box-shadow: 0 -2px 6px 0 rgba(5, 21, 46, 0.02), 0 6px 12px 0 rgba(21, 60, 245, 0.05), 0 2px 6px 0 rgba(5, 21, 46, 0.02);
}

.job-post-card.small {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-width: 0px;
  border-radius: 24px;
}

.job-post-card.search {
  -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;
}

.job-card-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.job-info-primary {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 22px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.job-info-secondary {
  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: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.job-card-company-name {
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  line-height: 22px;
  font-weight: 500;
  text-decoration: none;
}

.job-card-company-name:hover {
  color: #0423b2;
}

.job-card-company-name.small {
  display: block;
  margin-bottom: 8px;
  font-size: 20px;
}

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

.job-card-title {
  margin-top: 4px;
  margin-bottom: 14px;
  -webkit-transition: color 400ms ease, -webkit-transform 400ms ease;
  transition: color 400ms ease, -webkit-transform 400ms ease;
  transition: transform 400ms ease, color 400ms ease;
  transition: transform 400ms ease, color 400ms ease, -webkit-transform 400ms ease;
}

.job-card-title:hover {
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
  color: #153cf5;
}

.job-card-title.job-card-small {
  margin-top: 22px;
  margin-bottom: 12px;
}

.job-card-info-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.job-card-type-container {
  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;
}

.job-card-type-container.card {
  margin-top: 12px;
  margin-bottom: 12px;
}

.job-card-type-icon {
  margin-right: 12px;
}

.job-badge {
  padding: 8px 12px;
  border-radius: 4px;
  background-color: #f6f7fa;
  -webkit-transition: color 400ms ease, background-color 400ms ease;
  transition: color 400ms ease, background-color 400ms ease;
  color: #47505c;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.12em;
  text-decoration: none;
  text-transform: uppercase;
}

.job-badge:hover {
  background-color: #153cf5;
  color: #fff;
}

.job-badge.card {
  display: block;
  margin-right: 20px;
}

.job-card-date {
  color: #858c95;
  line-height: 20px;
  font-weight: 400;
  text-align: right;
}

.job-card-date.small {
  font-size: 16px;
  line-height: 18px;
  text-align: left;
}

.featured-badge {
  padding: 10px 14px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  border-radius: 4px;
  background-color: #ffc225;
  color: #fff;
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

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

.banner-container {
  padding-top: 112px;
  padding-bottom: 112px;
  background-color: #153cf5;
  background-image: url('../images/banner-bg.svg');
  background-position: 100% 100%;
  background-size: auto;
  background-repeat: no-repeat;
}

.banner-grid {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 110px;
  -ms-grid-columns: 40% 1fr;
  grid-template-columns: 40% 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.banner-title {
  margin-top: 0px;
  color: #fff;
  font-size: 52px;
  line-height: 64px;
}

.subscribe-input {
  min-height: 92px;
  padding-right: 25px;
  padding-left: 25px;
  border: 0px solid #000;
  border-radius: 10px;
  box-shadow: 0 20px 24px 0 rgba(21, 60, 245, 0.06), 0 8px 24px 0 rgba(5, 21, 46, 0.1);
  -webkit-transition: box-shadow 400ms ease;
  transition: box-shadow 400ms ease;
  font-size: 20px;
  line-height: 22px;
}

.subscribe-input:hover {
  box-shadow: 0 30px 34px 0 rgba(21, 60, 245, 0.15), 0 16px 30px 0 rgba(5, 21, 46, 0.28);
}

.subscribe-input:focus {
  box-shadow: 0 30px 34px 0 rgba(21, 60, 245, 0.15), 0 16px 34px 0 rgba(5, 21, 46, 0.28);
  color: #05152e;
}

.subscribe-input.white-input {
  box-shadow: 0 9px 24px 0 rgba(21, 60, 245, 0.05), 0 8px 17px 0 rgba(5, 21, 46, 0.07);
}

.subscribe-input.white-input:hover {
  box-shadow: 0 15px 24px 0 rgba(21, 60, 245, 0.1), 0 11px 18px 0 rgba(5, 21, 46, 0.12);
}

.subscribe-form-container {
  position: relative;
}

.banner-sub-form-text {
  color: #fff;
}

.companies-card {
  padding: 32px 24px 48px;
  border-radius: 24px;
  background-color: #fff;
  box-shadow: 0 6px 12px 0 rgba(21, 60, 245, 0.05), 0 2px 6px 0 rgba(5, 21, 46, 0.02), 0 -2px 6px 0 rgba(36, 52, 128, 0.03);
  -webkit-transition: box-shadow 400ms ease, -webkit-transform 400ms ease;
  transition: box-shadow 400ms ease, -webkit-transform 400ms ease;
  transition: box-shadow 400ms ease, transform 400ms ease;
  transition: box-shadow 400ms ease, transform 400ms ease, -webkit-transform 400ms ease;
}

.companies-card:hover {
  box-shadow: 0 8px 16px 0 rgba(21, 60, 245, 0.08), 0 3px 8px 0 rgba(5, 21, 46, 0.04), 0 -3px 8px 0 rgba(36, 52, 128, 0.06);
  -webkit-transform: translate(0px, -8px);
  -ms-transform: translate(0px, -8px);
  transform: translate(0px, -8px);
}

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

.company-card-title {
  margin-top: 24px;
  margin-bottom: 6px;
}

.company-card-link-wrapper {
  color: #47505c;
  text-decoration: none;
}

.company-card-link-wrapper:hover {
  color: #47505c;
}

.company-card-link {
  margin-top: 28px;
  color: #153cf5;
  line-height: 20px;
  font-weight: 500;
}

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

.testimonial-name {
  margin-top: 0px;
  margin-bottom: 2px;
  font-size: 18px;
  line-height: 24px;
}

.testimonial-role {
  color: #153cf5;
  font-size: 16px;
  line-height: 24px;
}

.testimonial-picture {
  margin-right: 15px;
  border-radius: 80px;
}

.testimonial-quote {
  margin-top: 21px;
  margin-bottom: 0px;
}

.blog-card {
  padding: 24px 24px 60px;
  border-radius: 24px;
  background-color: #fff;
  box-shadow: 0 6px 12px 0 rgba(21, 60, 245, 0.05), 0 2px 6px 0 rgba(5, 21, 46, 0.02), 0 -2px 6px 0 rgba(36, 52, 128, 0.06);
  -webkit-transition: box-shadow 400ms ease, -webkit-transform 400ms ease;
  transition: box-shadow 400ms ease, -webkit-transform 400ms ease;
  transition: box-shadow 400ms ease, transform 400ms ease;
  transition: box-shadow 400ms ease, transform 400ms ease, -webkit-transform 400ms ease;
  cursor: pointer;
}

.blog-card:hover {
  box-shadow: 0 8px 16px 0 rgba(21, 60, 245, 0.08), 0 4px 10px 0 rgba(5, 21, 46, 0.05), 0 -3px 10px 0 rgba(36, 52, 128, 0.07);
  -webkit-transform: translate(0px, -6px);
  -ms-transform: translate(0px, -6px);
  transform: translate(0px, -6px);
}

.grid-3-columns {
  display: -ms-grid;
  display: grid;
  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;
}

.grid-3-columns.press {
  margin-top: 72px;
}

.blog-card-featured-image {
  border-radius: 24px;
}

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

.blog-card-badge {
  position: relative;
  left: 24px;
  top: -18px;
  display: inline-block;
  padding: 10px 14px;
  border-radius: 4px;
  background-color: #153cf5;
  color: #fff;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.blog-card-title {
  margin-top: 6px;
  margin-bottom: 8px;
  font-size: 22px;
  line-height: 34px;
  font-weight: 500;
}

.blog-card-excerpt {
  color: #47505c;
}

.blog-card-tilt {
  width: 18px;
  height: 3px;
  margin-right: 10px;
  background-color: #153cf5;
}

.read-more-container {
  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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog-card-read-more {
  font-size: 20px;
  line-height: 22px;
  font-weight: 500;
}

.blog-card-read-more:hover {
  color: #153cf5;
}

.footer-title {
  margin-top: 0px;
  margin-bottom: 14px;
  color: #153cf5;
  font-size: 20px;
  line-height: 28px;
}

.footer-title.menu {
  margin-bottom: 32px;
}

.footer-grid-menu {
  grid-column-gap: 56px;
  grid-row-gap: 80px;
  -ms-grid-columns: 1.4fr 1fr;
  grid-template-columns: 1.4fr 1fr;
}

.footer-menu-container {
  margin-bottom: 0px;
  padding-left: 0px;
  list-style-type: none;
}

.footer-menu-container.right-menu {
  margin-right: 48px;
}

.footer-link {
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  color: #47505c;
  text-decoration: none;
}

.footer-link:hover {
  color: #153cf5;
}

.footer-link-wrapper {
  margin-bottom: 20px;
  line-height: 25px;
}

._2-menus-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.social-icon-foote {
  margin-right: 12px;
}

.social-media-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 12px;
  margin-left: 12px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: -webkit-transform 350ms ease;
  transition: -webkit-transform 350ms ease;
  transition: transform 350ms ease;
  transition: transform 350ms ease, -webkit-transform 350ms ease;
  color: #47505c;
  text-decoration: none;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.social-media-link:hover {
  -webkit-transform: scale3d(1.15, 1.15, 1.01);
  transform: scale3d(1.15, 1.15, 1.01);
}

.copyright-grid {
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-columns: 0.25fr 1fr;
  grid-template-columns: 0.25fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-top: 1px solid #ced3d9;
}

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

.success-white {
  padding-top: 24px;
  padding-bottom: 24px;
  border-style: solid;
  border-width: 1px;
  border-color: #e5e5ef;
  border-radius: 6px;
  background-color: #fff;
  color: #153cf5;
}

.error-white {
  margin-top: 20px;
  padding: 20px 18px;
  border-radius: 4px;
  background-color: #ffecec;
  color: #ff4545;
}

.success-dark {
  padding-top: 26px;
  padding-bottom: 26px;
  border-radius: 4px;
  background-color: #fff;
  color: #153cf5;
}

.error-dark {
  margin-top: 24px;
  padding: 14px 20px;
  border-radius: 4px;
  background-color: #ffe9e9;
  color: #ff4545;
}

.section-job-post {
  padding-top: 62px;
  padding-bottom: 120px;
  background-color: #f7f7fb;
}

.grid-job-post {
  margin-top: 40px;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-column-gap: 48px;
  -ms-grid-columns: 2.4fr 1fr;
  grid-template-columns: 2.4fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.back-to-jobs {
  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;
}

.back-to-jobs:hover {
  color: #153cf5;
}

.back-to-jobs-container {
  display: block;
}

.job-post-container {
  padding: 48px 48px 56px;
  border-radius: 24px;
  background-color: #fff;
  box-shadow: 4px 4px 12px 0 rgba(21, 60, 245, 0.05), 0 2px 6px 0 rgba(5, 21, 46, 0.02);
}

.grid-job-post-top {
  grid-column-gap: 24px;
  -ms-grid-columns: 1fr 0.35fr;
  grid-template-columns: 1fr 0.35fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.job-post-primary-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.job-post-title {
  margin-top: 2px;
  margin-bottom: 14px;
  font-size: 26px;
  line-height: 34px;
}

.job-post-company-name {
  line-height: 22px;
}

.job-post-category {
  display: inline-block;
  padding: 8px 12px;
  border-radius: 4px;
  background-color: #f6f7fa;
  -webkit-transition: background-color 400ms ease, color 400ms ease;
  transition: background-color 400ms ease, color 400ms ease;
  color: #47505c;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.job-post-category:hover {
  background-color: #153cf5;
  color: #fff;
}

.job-post-date {
  margin-bottom: 18px;
  color: #858c95;
  line-height: 20px;
  text-align: right;
}

.job-post-middle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 32px;
  padding-bottom: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #e5e5ef;
}

.job-post-info-container {
  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;
}

.job-post-info-icon {
  margin-right: 12px;
}

.job-post-info-divider {
  width: 1px;
  height: 28px;
  margin-right: 24px;
  margin-left: 24px;
  background-color: #ced3d9;
}

.job-post-info-text {
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.job-post-bottom {
  margin-top: 48px;
}

.job-post-subtitle {
  margin-top: 0px;
  font-size: 24px;
  line-height: 32px;
}

.rich-text p {
  max-width: 720px;
  margin-right: auto;
  margin-bottom: 24px;
  margin-left: auto;
}

.rich-text h3 {
  max-width: 720px;
  margin: 0px auto 22px;
}

.rich-text h5 {
  max-width: 720px;
  margin-right: auto;
  margin-bottom: 8px;
  margin-left: auto;
}

.rich-text h6 {
  max-width: 720px;
  margin-right: auto;
  margin-bottom: 8px;
  margin-left: auto;
}

.rich-text h4 {
  max-width: 720px;
  margin-right: auto;
  margin-bottom: 18px;
  margin-left: auto;
}

.rich-text img {
  max-width: 824%;
  margin-top: 22px;
  margin-bottom: 15px;
  border-radius: 28px;
}

.rich-text figcaption {
  margin-top: 0px;
  margin-bottom: 60px;
}

.rich-text ul {
  max-width: 720px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 40px;
}

.rich-text ol {
  max-width: 720px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 40px;
}

.rich-text blockquote {
  max-width: 720px;
  margin: 30px auto;
  border-left-width: 5px;
  border-left-color: #153cf5;
  border-radius: 4px;
  color: #05152e;
  font-size: 20px;
  line-height: 35px;
}

.rich-text h2 {
  max-width: 720px;
  margin: 0px auto 22px;
}

.job-card-info-top {
  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;
}

.job-card-image-link {
  margin-right: 16px;
}

.job-card-type-text {
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.grid-title-bottom {
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-form-container {
  grid-column-gap: 102px;
  -ms-grid-columns: 1fr 1.65fr;
  grid-template-columns: 1fr 1.65fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-form {
  padding-top: 40px;
  padding-bottom: 40px;
  grid-column-gap: 26px;
  grid-row-gap: 32px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

.grid-form.submit {
  padding-bottom: 0px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

.grid-form.submit.final {
  grid-row-gap: 20px;
}

.form-subtitle {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #153cf5;
  font-size: 24px;
  line-height: 32px;
}

.color-red {
  color: #ff6969;
}

.select {
  height: 64px;
  min-height: 64px;
  margin-bottom: 0px;
  border: 0px solid #000;
  background-color: transparent;
  color: #47505c;
  font-size: 18px;
  line-height: 20px;
}

.textarea {
  min-height: 170px;
  margin-bottom: 0px;
  padding: 16px 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #e5e5ef;
  border-radius: 4px;
  box-shadow: 0 4px 10px 0 rgba(21, 60, 245, 0.04), 0 2px 6px 0 rgba(5, 21, 46, 0.05);
  -webkit-transition: box-shadow 400ms ease, border-color 400ms ease;
  transition: box-shadow 400ms ease, border-color 400ms ease;
  font-size: 18px;
}

.textarea:hover {
  border-color: #153cf5;
  box-shadow: 0 4px 12px 0 rgba(21, 60, 245, 0.05), 0 2px 8px 0 rgba(5, 21, 46, 0.07);
}

.textarea:focus {
  border-color: #153cf5;
}

.textarea::-webkit-input-placeholder {
  color: #47505c;
  line-height: 28px;
}

.textarea:-ms-input-placeholder {
  color: #47505c;
  line-height: 28px;
}

.textarea::-ms-input-placeholder {
  color: #47505c;
  line-height: 28px;
}

.textarea::placeholder {
  color: #47505c;
  line-height: 28px;
}

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

.divider.form {
  margin-top: 26px;
  margin-bottom: 26px;
}

.divider.form.last {
  margin-top: 32px;
  margin-bottom: 24px;
}

.divider.price-table {
  margin-top: 28px;
  margin-bottom: 38px;
  background-color: #ced3d9;
}

.divider.price-table-featured {
  margin-top: 28px;
  margin-bottom: 38px;
  background-color: #647fff;
}

.divider.post {
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
}

.divider.company {
  width: 1px;
  height: 28px;
  margin-right: 18px;
  margin-left: 18px;
}

.divider.company-single {
  max-width: 752px;
  margin-right: auto;
  margin-left: auto;
}

.divider.testimonial {
  margin-top: 32px;
  margin-bottom: 34px;
}

.divider.space {
  margin-top: 40px;
  margin-bottom: 40px;
}

.heading-size-1 {
  font-size: 42px;
}

.heading-size-1.author-name {
  color: #153cf5;
  line-height: 70px;
  font-weight: 700;
  text-decoration: underline;
}

.heading-size-1.success-form {
  margin-bottom: 0px;
  font-weight: 500;
}

.form-sidebar-title {
  margin-bottom: 16px;
  color: #05152e;
  font-size: 22px;
  line-height: 24px;
  font-weight: 500;
}

.form-sidebar-link {
  display: block;
  margin-bottom: 8px;
  padding: 22px 24px;
  border-radius: 12px;
  -webkit-transition: background-color 400ms ease, color 400ms ease;
  transition: background-color 400ms ease, color 400ms ease;
  color: #858c95;
  line-height: 20px;
}

.form-sidebar-link:hover {
  background-color: #153cf5;
  color: #fff;
}

.form-sidebar-link.w--current {
  background-color: #153cf5;
  color: #fff;
  font-weight: 500;
}

.form-sidebar-link.last {
  margin-bottom: 0px;
}

.form-container {
  padding: 16px 48px 32px;
  border-style: solid;
  border-width: 1px;
  border-color: #e5e5ef;
  border-radius: 24px;
  background-color: #fff;
  box-shadow: 0 6px 12px 0 rgba(21, 60, 245, 0.05), 0 2px 6px 0 rgba(5, 21, 46, 0.02);
}

.checkbox {
  width: 24px;
  height: 24px;
  margin-top: 5px;
  border-color: #ced3d9;
  border-radius: 6px;
  -webkit-transition: border-color 400ms ease, background-color 400ms ease;
  transition: border-color 400ms ease, background-color 400ms ease;
}

.checkbox:hover {
  border-color: #153cf5;
}

.checkbox.w--redirected-checked {
  border-color: #153cf5;
  background-color: #153cf5;
  background-image: url('../images/check-arrow.svg');
  background-size: auto;
}

.check-label {
  margin-bottom: 0px;
  margin-left: 12px;
  line-height: 20px;
  font-weight: 700;
}

.check-paragraph {
  margin-top: 6px;
  margin-left: 16px;
  color: #47505c;
  font-weight: 400;
}

.select-container {
  min-height: 64px;
  padding-right: 10px;
  padding-left: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #e5e5ef;
  border-radius: 4px;
  box-shadow: 0 4px 10px 0 rgba(21, 60, 245, 0.04), 0 2px 6px 0 rgba(5, 21, 46, 0.05);
  -webkit-transition: border-color 400ms ease;
  transition: border-color 400ms ease;
}

.select-container:hover {
  border-color: #153cf5;
}

.spacer {
  height: 26px;
}

.spacer.faq {
  height: 20px;
}

.spacer.header-mobile {
  display: none;
}

.form-caption {
  margin-top: 8px;
  margin-bottom: 0px;
  color: #858c95;
  font-size: 16px;
  line-height: 27px;
}

.split-content.hero-v2 {
  max-width: 54%;
}

.achievements-grid {
  margin-top: 39px;
  grid-column-gap: 26px;
  -ms-grid-columns: 1fr 1fr 1.25fr 1fr;
  grid-template-columns: 1fr 1fr 1.25fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.achievements-grid.about-us {
  margin-top: 85px;
  justify-items: center;
  grid-column-gap: 5vw;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.achievement-wrapper.about-us {
  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;
}

.achievement-number {
  margin-bottom: 10px;
  color: #05152e;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.achievement-number.about-us {
  margin-bottom: 14px;
  font-size: 72px;
  line-height: 78px;
}

.achievement {
  font-size: 16px;
  line-height: 16px;
}

.achievement.about-us {
  font-size: 25px;
  line-height: 28px;
}

.slider-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-column-gap: 95px;
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.slider-grid.home-v2 {
  margin-top: 40px;
  grid-column-gap: 28px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

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

.vc-flex.mg-top-43px {
  margin-top: 43px;
}

.title-jobs {
  margin-bottom: 0px;
}

.title-jobs.category {
  color: #153cf5;
  text-decoration: underline;
}

.pagination-container {
  margin-top: 44px;
}

.companies-grid {
  display: -ms-grid;
  display: grid;
  margin-top: 55px;
  grid-auto-columns: 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.price-tables-grid {
  margin-top: 70px;
  grid-column-gap: 30px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.price-table-card {
  padding: 28px 32px 56px;
  border-style: solid;
  border-width: 1px;
  border-color: #e5e5ef;
  border-radius: 39px;
  background-color: #fff;
  box-shadow: 0 6px 12px 0 rgba(21, 60, 245, 0.05), 0 2px 6px 0 rgba(5, 21, 46, 0.02);
}

.price-table-card.featured {
  border-width: 0px;
  background-color: #153cf5;
  box-shadow: 0 16px 42px -1px rgba(21, 60, 245, 0.25), 0 12px 36px 0 rgba(5, 21, 46, 0.12);
}

.price-table-card.featured-jobs {
  padding-top: 56px;
}

.price {
  color: #153cf5;
  font-size: 100px;
  line-height: 110px;
  font-weight: 700;
}

.price.featured {
  color: #fff;
}

.price.featured-jobs {
  font-size: 34px;
  line-height: 40px;
}

.advantage-grid {
  margin-bottom: 28px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-flow: column;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  -ms-grid-rows: auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto;
}

.advantage {
  line-height: 20px;
}

.advantage.featured {
  color: #fff;
}

.help-text {
  margin-top: 21px;
  line-height: 20px;
}

.submit-with-us-grid {
  margin-bottom: 28px;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-auto-flow: column;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.submit-with-us-icon {
  margin-top: 5px;
}

.contact-us-wrapper {
  margin-top: 70px;
  padding: 59px 87px;
  background-color: #fff;
}

.contact-us-grid {
  grid-column-gap: 71px;
  -ms-grid-columns: 1.5fr 1fr;
  grid-template-columns: 1.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

.social-media-grid {
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
  justify-content: start;
  justify-items: start;
  grid-column-gap: 21px;
  grid-template-areas: ".";
  -ms-grid-columns: auto 21px auto 21px auto;
  grid-template-columns: auto auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.blog-title {
  max-width: 441px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
}

.blog-title.category {
  color: #153cf5;
  text-decoration: underline;
}

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

.blog-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 31px;
  grid-row-gap: 31px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.arrow-left {
  left: auto;
  top: auto;
  right: 109px;
  bottom: 32px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 44px;
  height: 44px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 1000px;
  background-color: #e7ebff;
  -webkit-transition: color 350ms ease, background-color 350ms ease, -webkit-transform 350ms ease;
  transition: color 350ms ease, background-color 350ms ease, -webkit-transform 350ms ease;
  transition: transform 350ms ease, color 350ms ease, background-color 350ms ease;
  transition: transform 350ms ease, color 350ms ease, background-color 350ms ease, -webkit-transform 350ms ease;
  color: #153cf5;
}

.arrow-left:hover {
  background-color: #2253ff;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  color: #fff;
}

.slider {
  height: 100%;
  max-width: 582px;
  border-radius: 24px;
  background-color: transparent;
  box-shadow: 0 2px 6px 0 rgba(5, 21, 46, 0.02), 0 6px 12px 0 rgba(21, 60, 245, 0.05);
}

.arrow-right {
  left: auto;
  top: auto;
  right: 50px;
  bottom: 32px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 44px;
  height: 44px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 1000px;
  background-color: #e7ebff;
  -webkit-transition: color 350ms ease, background-color 350ms ease, -webkit-transform 350ms ease;
  transition: color 350ms ease, background-color 350ms ease, -webkit-transform 350ms ease;
  transition: transform 350ms ease, color 350ms ease, background-color 350ms ease;
  transition: transform 350ms ease, color 350ms ease, background-color 350ms ease, -webkit-transform 350ms ease;
  color: #153cf5;
}

.arrow-right:hover {
  background-color: #2253ff;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  color: #fff;
}

.arrow-left-icon {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-transform: translate(-1px, 0px) rotate(91deg);
  -ms-transform: translate(-1px, 0px) rotate(91deg);
  transform: translate(-1px, 0px) rotate(91deg);
  font-family: 'Arrow Icon', sans-serif;
  font-size: 8px;
}

.slide-nav {
  display: none;
}

.mask {
  border-radius: 24px;
  background-color: #fff;
}

.testimonial-card.v2 {
  padding: 40px 24px;
  border-radius: 24px;
  background-color: #fff;
  box-shadow: 0 6px 12px 0 rgba(21, 60, 245, 0.05), 0 2px 6px 0 rgba(5, 21, 46, 0.02);
}

.faq-dropdown {
  margin-bottom: 24px;
  padding: 32px 48px;
  border-style: solid;
  border-width: 1px;
  border-color: #e5e5ef;
  border-radius: 18px;
  box-shadow: 0 6px 12px 0 rgba(21, 60, 245, 0.05), 0 1px 6px 0 rgba(5, 21, 46, 0.02);
  -webkit-transition: box-shadow 350ms ease, -webkit-transform 350ms ease;
  transition: box-shadow 350ms ease, -webkit-transform 350ms ease;
  transition: box-shadow 350ms ease, transform 350ms ease;
  transition: box-shadow 350ms ease, transform 350ms ease, -webkit-transform 350ms ease;
  cursor: pointer;
}

.faq-dropdown:hover {
  box-shadow: 0 8px 12px 0 rgba(21, 60, 245, 0.08), 0 1px 6px 0 rgba(5, 21, 46, 0.02);
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}

.faq-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.faq-answer {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
}

.faq-answer.w--open {
  margin-bottom: 40px;
  padding-right: 32px;
  padding-left: 32px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: transparent;
}

.mg-bottom-0px {
  margin-bottom: 0px;
  text-align: left;
}

.faq-icon {
  -webkit-transform: rotate(-91deg);
  -ms-transform: rotate(-91deg);
  transform: rotate(-91deg);
  font-family: 'Arrow Icon', sans-serif;
  color: #153cf5;
  font-size: 11px;
}

.title.faq {
  margin-right: 24px;
  color: #153cf5;
  font-size: 22px;
  line-height: 24px;
  font-weight: 500;
  text-align: left;
}

.great-companies-section-grid {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 81px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.team-grid {
  margin-top: 60px;
  -webkit-box-align: end;
  -webkit-align-items: end;
  -ms-flex-align: end;
  align-items: end;
  grid-column-gap: 32px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.great-companies-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  border-radius: 24px;
  background-color: #fff;
  box-shadow: 0 14px 34px 0 rgba(23, 25, 57, 0.06), 0 14px 24px 0 rgba(21, 60, 245, 0.04);
}

.logo-company-wrapper {
  padding: 59px 28px;
  -webkit-transition: opacity 350ms ease;
  transition: opacity 350ms ease;
}

.logo-company-wrapper:hover {
  opacity: 0.5;
}

.logo-company-wrapper._1 {
  border-right: 1px solid #e5e5ef;
  border-bottom: 1px solid #e5e5ef;
}

.logo-company-wrapper._2 {
  border-bottom: 1px solid #e5e5ef;
}

.logo-company-wrapper._3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #e5e5ef;
  border-left: 1px solid #e5e5ef;
}

.logo-company-wrapper._4 {
  border-right: 1px solid #e5e5ef;
}

.logo-company-wrapper._5 {
  border-left: 1px solid #e5e5ef;
}

.press-card {
  padding: 64px 32px;
  border-radius: 24px;
  background-color: #fff;
  box-shadow: 0 6px 12px 0 rgba(21, 60, 245, 0.05), 0 2px 6px 0 rgba(5, 21, 46, 0.02), 0 0 6px 0 rgba(36, 52, 128, 0.03);
  -webkit-transition: box-shadow 350ms ease, color 400ms ease, -webkit-transform 350ms ease;
  transition: box-shadow 350ms ease, color 400ms ease, -webkit-transform 350ms ease;
  transition: box-shadow 350ms ease, transform 350ms ease, color 400ms ease;
  transition: box-shadow 350ms ease, transform 350ms ease, color 400ms ease, -webkit-transform 350ms ease;
  color: #47505c;
}

.press-card:hover {
  box-shadow: 0 8px 16px 0 rgba(21, 60, 245, 0.08), 0 3px 8px 0 rgba(5, 21, 46, 0.04), 0 -3px 8px 0 rgba(36, 52, 128, 0.06);
  -webkit-transform: translate(0px, -8px);
  -ms-transform: translate(0px, -8px);
  transform: translate(0px, -8px);
  color: #47505c;
}

.press-card-title {
  margin-top: 0px;
  margin-bottom: 8px;
  font-size: 22px;
  line-height: 30px;
  font-weight: 500;
}

.press-card-link {
  -webkit-transition: color 350ms ease;
  transition: color 350ms ease;
  color: #153cf5;
  line-height: 20px;
  font-weight: 500;
}

.press-card-link:hover {
  color: #0423b2;
}

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

.excerpt-paragraph {
  max-width: 698px;
  margin-bottom: 56px;
}

.featured-image {
  margin-bottom: 50px;
  border-radius: 24px;
}

.post-details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 720px;
  margin-right: auto;
  margin-bottom: 38px;
  margin-left: auto;
}

.post-picture-author {
  width: 64px;
  border-radius: 1000px;
}

.post-author-details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #05152e;
}

.post-author-details:hover {
  color: #153cf5;
}

.post-author-name {
  margin-left: 18px;
  line-height: 20px;
  text-decoration: underline;
}

.post-date {
  margin-left: 18px;
  color: #05152e;
  line-height: 20px;
}

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

.post-date-details {
  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;
}

.back-to-companies-container {
  display: block;
}

.back-to-companies {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 45px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.back-to-companies:hover {
  color: #153cf5;
}

.arrow-back {
  margin-right: 12px;
}

.company-cover {
  border-radius: 50px;
  box-shadow: 0 2px 6px 0 rgba(23, 25, 57, 0.04), 0 10px 14px 0 rgba(21, 60, 245, 0.08);
}

.about-company-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 824px;
  margin-right: auto;
  margin-bottom: 24px;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.company-details-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1050px;
  margin: -38px auto 54px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.company-details-logo {
  width: 176px;
  margin-right: 34px;
  border-style: solid;
  border-width: 0.5px;
  border-color: #e5e5ef;
  border-radius: 44px;
  box-shadow: 0 2px 6px 0 rgba(5, 21, 46, 0.06), 0 4px 8px 0 rgba(21, 60, 245, 0.04);
}

.company-details-logo.no-cover {
  margin-right: 0px;
  margin-bottom: 34px;
}

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

.company-industry-text {
  color: #858c95;
  font-size: 20px;
  line-height: 22px;
}

.jobs-title-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
}

.company-name-wrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.faqs-wrapper {
  margin-top: 55px;
}

.arrow-right-icon {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-transform: translate(1px, 0px) rotate(-91deg);
  -ms-transform: translate(1px, 0px) rotate(-91deg);
  transform: translate(1px, 0px) rotate(-91deg);
  font-family: 'Arrow Icon', sans-serif;
  font-size: 8px;
}

.slider-content-wrapper {
  height: 100%;
  padding: 32px 50px;
}

.paragraph-testimonial-section {
  max-width: 100%;
}

.paragraph-hero-v2 {
  max-width: 465px;
}

.image-hero-v2 {
  display: none;
}

.author-title-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.picture-author {
  width: 130px;
  border-radius: 1000px;
}

.social-media-link-footer {
  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-transition: color 400ms ease;
  transition: color 400ms ease;
  color: #47505c;
  text-decoration: none;
}

.social-media-link-footer:hover {
  color: #153cf5;
}

.icon-password {
  width: 50px;
}

.icon-password-content {
  padding: 20px 30px;
  border-radius: 24px;
  background-color: #f7f7fb;
}

._404-paragraph {
  max-width: 620px;
  margin-bottom: 36px;
  font-size: 27px;
  line-height: 42px;
}

._404-subtitle {
  margin-bottom: 8px;
}

.testimonial-title {
  max-width: 444px;
}

.testimonial-title.v2 {
  max-width: 100%;
}

.job-post-date-container-mobile {
  display: none;
}

.companies-title {
  margin-bottom: 8px;
}

.company-title {
  margin-bottom: 18px;
  font-size: 40px;
  line-height: 1.1em;
}

.success-message {
  background-color: transparent;
}

.error-message {
  margin-top: 32px;
  padding: 30px 20px;
  border-radius: 7px;
  background-color: #fff5f5;
  color: #ff191d;
  text-align: center;
}

.error-text {
  color: #ff595c;
}

.sidebar-menu-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-row-gap: 26px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.bg-circle {
  position: absolute;
}

.bg-circle._1 {
  left: -192px;
  top: -60px;
  right: auto;
  bottom: auto;
  z-index: -1;
}

.bg-circle._2 {
  left: 281px;
  top: 63px;
  right: auto;
  bottom: auto;
}

.bg-circle._3 {
  left: -42px;
  top: 384px;
  right: auto;
  bottom: auto;
}

.bg-circle._4 {
  left: auto;
  top: -98px;
  right: -192px;
  bottom: auto;
  z-index: -1;
}

.bg-circle._5 {
  left: auto;
  top: 479px;
  right: -87px;
  bottom: auto;
}

.bg-circle._6 {
  left: auto;
  top: 718px;
  right: 345px;
  bottom: auto;
}

.success-form {
  padding: 32px;
  border-style: solid;
  border-width: 1px;
  border-color: #e5e5ef;
  border-radius: 8px;
  background-color: #fff;
  color: #05152e;
  font-size: 22px;
}

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

.company-name-and-social-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.about-heading {
  margin-right: 6px;
  color: #05152e;
  font-size: 24px;
  font-weight: 700;
}

.testimonial-logo.youtube {
  width: 139px;
}

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

.job-category-title {
  color: #05152e;
  font-size: 50px;
  line-height: 70px;
  font-weight: 700;
}

.dropdown-menu-2-columns {
  grid-column-gap: 48px;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.dropdown-menu-title {
  padding-bottom: 28px;
  color: #05152e;
  font-size: 20px;
  line-height: 22px;
  font-weight: 500;
}

.submenu-grid {
  grid-column-gap: 24px;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.submenu-link {
  margin-bottom: 20px;
  color: #47505c;
  line-height: 20px;
}

.submenu-link:hover {
  color: #153cf5;
}

.submenu-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.empty-state-container {
  padding: 48px 32px;
  border-radius: 16px;
  background-color: #f7f7fb;
}

.empty-state-container.white {
  background-color: #fff;
}

.empty-state-container.white.products {
  box-shadow: 4px 4px 20px 0 rgba(5, 21, 46, 0.09);
}

.jobs-empty-title {
  margin-bottom: 14px;
  color: #05152e;
  font-size: 24px;
  font-weight: 500;
}

.job-empty-form {
  margin-top: 32px;
}

.large-empty-state {
  max-width: 580px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

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

.social-media-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.social-media-container.author {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.about-us-image {
  border-radius: 24px;
}

.rich-text-company p {
  margin-bottom: 24px;
}

.rich-text-company h3 {
  margin-top: 0px;
  margin-bottom: 22px;
}

.rich-text-company h5 {
  margin-bottom: 8px;
}

.rich-text-company h6 {
  margin-bottom: 8px;
}

.rich-text-company h4 {
  margin-bottom: 18px;
}

.rich-text-company img {
  max-width: 824%;
  margin-top: 22px;
  margin-bottom: 15px;
  border-radius: 28px;
}

.rich-text-company figcaption {
  margin-top: 0px;
  margin-bottom: 60px;
}

.rich-text-company ul {
  padding-left: 40px;
}

.rich-text-company ol {
  padding-left: 40px;
}

.rich-text-company blockquote {
  margin-top: 30px;
  margin-bottom: 30px;
  border-left-width: 5px;
  border-left-color: #153cf5;
  border-radius: 4px;
  color: #05152e;
  font-size: 20px;
  line-height: 35px;
}

.rich-text-company h2 {
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 22px;
}

.company-details-wrapper-no-cover {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 752px;
  margin: 0px auto 54px;
  padding-bottom: 38px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-bottom: 1px solid #e5e5ef;
}

.container-small-580 {
  max-width: 470px;
  margin-right: auto;
  margin-left: auto;
}

.container-small-580.text-center {
  max-width: 560px;
  padding-right: 24px;
  padding-left: 24px;
}

.uppercase-small {
  margin-top: 18px;
  color: #fff;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.product-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.product-features-container {
  padding-left: 0px;
  list-style-type: none;
}

.feature-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 18px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.feature-item.last {
  margin-bottom: 0px;
}

.feature-check-icon {
  width: 27px;
  margin-right: 16px;
}

.cart-quantity {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  height: 24px;
  min-height: 24px;
  min-width: 24px;
  -webkit-box-pack: center;
  -webkit-justify-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: 100%;
  background-color: #153cf5;
  color: #fff;
  font-size: 12px;
  line-height: 12px;
}

.add-to-cart-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.cart-buttno {
  margin-left: 12px;
  padding-right: 0px;
  background-color: #fff;
}

.checkout-form {
  background-color: #fff;
}

.block-header {
  padding-top: 28px;
  padding-bottom: 28px;
  border-color: #e5e5ef;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.checkout-subtitle {
  margin-bottom: 0px;
  color: #153cf5;
}

.block-content {
  padding-top: 48px;
  padding-bottom: 48px;
  border-right-color: #e5e5ef;
  border-bottom-color: #e5e5ef;
  border-left-color: #e5e5ef;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.label {
  margin-bottom: 16px;
}

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

.checkout-product-title {
  color: #05152e;
}

.checkout-product-price {
  color: #05152e;
  font-weight: 500;
}

.total-price {
  color: #05152e;
  font-weight: 700;
}

.subtotal-price {
  color: #05152e;
}

.discount-container {
  margin-top: 36px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  border-width: 1px 0px 0px;
  border-top-color: #e5e5ef;
}

.discount-input-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.checkout-checkbox {
  margin-top: 10px;
}

.order-confirmation {
  background-color: #fff;
}

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

.cart-list {
  padding-top: 40px;
  padding-bottom: 40px;
}

.empty-state-cart {
  padding-right: 28px;
  padding-left: 28px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.cart-empty-text {
  margin-bottom: 32px;
  font-size: 24px;
}

.out-of-stock {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f7f7fb;
  color: #1d2b3f;
  text-align: center;
}

.footer-logo {
  -webkit-transition: -webkit-transform 350ms ease;
  transition: -webkit-transform 350ms ease;
  transition: transform 350ms ease;
  transition: transform 350ms ease, -webkit-transform 350ms ease;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.footer-logo:hover {
  -webkit-transform: scale3d(0.94, 0.94, 1.01);
  transform: scale3d(0.94, 0.94, 1.01);
}

.html-embed {
  margin-right: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

.nav-link-2 {
  margin-right: 10px;
  margin-left: 10px;
  padding-right: 5px;
  padding-left: 5px;
}

.nav-link-3 {
  margin-right: 10px;
  margin-left: 10px;
  padding-right: 5px;
  padding-left: 5px;
}

.nav-link-4 {
  margin-right: 20px;
  margin-left: 10px;
  padding-right: 5px;
  padding-left: 5px;
}

@media screen and (min-width: 1280px) {
  .dropdown-menu-list._2-columns.w--open {
    min-width: 610px;
    padding-right: 43px;
    padding-left: 43px;
  }

  .divider.price-table.products {
    margin-top: 32px;
  }

  .price.featured-jobs {
    font-size: 38px;
  }

  .dropdown-menu-2-columns {
    grid-column-gap: 56px;
  }
}

@media screen and (min-width: 1440px) {
  .container-default {
    max-width: 1300px;
  }

  .footer-grid {
    grid-column-gap: 110px;
    -ms-grid-columns: 0.8fr 1fr;
    grid-template-columns: 0.8fr 1fr;
  }

  .section.post {
    padding-bottom: 60px;
  }

  .rich-text p {
    max-width: 100%;
  }

  .rich-text h3 {
    max-width: 100%;
  }

  .rich-text h5 {
    max-width: 100%;
  }

  .rich-text h6 {
    max-width: 100%;
  }

  .rich-text h4 {
    max-width: 100%;
  }

  .rich-text ul {
    max-width: 100%;
  }

  .rich-text ol {
    max-width: 100%;
  }

  .rich-text h2 {
    max-width: 100%;
  }

  .grid-form-container {
    grid-column-gap: 60px;
    -ms-grid-columns: 1fr 1.6fr;
    grid-template-columns: 1fr 1.6fr;
  }

  .divider.post {
    max-width: 938px;
    padding-right: 24px;
    padding-left: 24px;
  }

  .rich-text-company p {
    max-width: 100%;
  }

  .rich-text-company h3 {
    max-width: 100%;
  }

  .rich-text-company h5 {
    max-width: 100%;
  }

  .rich-text-company h6 {
    max-width: 100%;
  }

  .rich-text-company h4 {
    max-width: 100%;
  }

  .rich-text-company ul {
    max-width: 100%;
  }

  .rich-text-company ol {
    max-width: 100%;
  }

  .rich-text-company h2 {
    max-width: 100%;
  }
}

@media screen and (max-width: 991px) {
  h4 {
    font-size: 20px;
  }

  .styleguide-sidebar {
    display: none;
  }

  .container-default.container-header {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .container-default.footer-container {
    max-width: 800px;
  }

  .container-medium.testmonials {
    max-width: 590px;
  }

  .styleguide-content {
    margin-left: 0px;
  }

  .styleguide-seccion {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .styleguide-header {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .typography-container {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .styleguide-subheader {
    padding-top: 34px;
    padding-bottom: 34px;
  }

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

  .buttons-grid {
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .button-primary.button-header-primary {
    width: 300px;
    margin-top: 24px;
    margin-left: 0px;
  }

  .button-secondary.button-header-secondary {
    width: 300px;
  }

  .header-logo {
    width: 124px;
    margin-right: 0px;
  }

  .header-navigation {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .nav-item-wrapper {
    width: 100%;
    margin-right: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: left;
  }

  .nav-link {
    display: block;
    padding-right: 24px;
    padding-left: 24px;
    font-size: 26px;
  }

  .menu-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 38px;
    height: 30px;
    padding: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    -webkit-transition: -webkit-transform 300ms ease;
    transition: -webkit-transform 300ms ease;
    transition: transform 300ms ease;
    transition: transform 300ms ease, -webkit-transform 300ms ease;
    color: #fff;
    font-size: 30px;
  }

  .menu-button:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

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

  .nav-menu-container {
    padding-top: 36px;
    padding-bottom: 88px;
    background-color: #fff;
    box-shadow: 0 4px 10px 0 rgba(74, 58, 255, 0.18);
  }

  .footer-grid {
    grid-row-gap: 48px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .section {
    padding-top: 68px;
    padding-bottom: 68px;
  }

  .section.hero {
    padding-top: 80px;
    padding-bottom: 80px;
    background-image: none;
  }

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

  .section.hero-v2 {
    background-image: url('../images/circle-background-home-2-jobs-template.svg');
    background-position: 0px 0px;
    background-size: 44%;
    background-repeat: no-repeat;
  }

  .section.price-tables {
    padding-top: 80px;
    padding-bottom: 80px;
  }

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

  .section.faqs {
    padding-top: 80px;
  }

  .section.post {
    padding-top: 80px;
  }

  .dropdown-toggle {
    padding: 0px 24px;
    font-size: 26px;
  }

  .dropdown-toggle.w--open {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  ._2-buttons-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
    padding: 50px 24px 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-top: 1px solid #e5e5ef;
  }

  .brand {
    padding-left: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .dropdown-menu-list.w--open {
    position: static;
    margin-top: 17px;
    box-shadow: none;
  }

  .dropdown-menu-list._2-columns.w--open {
    min-width: auto;
    margin-top: 35px;
    padding: 0px 48px;
  }

  .dropdown-link {
    padding-right: 48px;
    padding-left: 48px;
    font-size: 22px;
  }

  .dropdown-icon {
    margin-right: 20px;
  }

  .menu-lottie-icon {
    height: 100%;
  }

  .arrow-icon {
    top: 3px;
  }

  .grid-jobs {
    grid-row-gap: 48px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .sidebar-jobs {
    position: static;
  }

  .company-logo.job-post {
    width: 94px;
  }

  .banner-grid {
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

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

  .banner-text-container {
    max-width: 580px;
  }

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

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

  .grid-3-columns.press {
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
  }

  .blog-posts-container {
    max-width: 650px;
    margin-right: auto;
    margin-left: auto;
  }

  .copyright-grid {
    justify-items: center;
    grid-row-gap: 24px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

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

  .section-job-post {
    padding-bottom: 80px;
  }

  .grid-job-post {
    grid-row-gap: 24px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .job-post-middle {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .rich-text figcaption {
    margin-bottom: 50px;
  }

  .rich-text ul {
    margin-bottom: 30px;
  }

  .rich-text ol {
    margin-bottom: 30px;
  }

  .rich-text blockquote {
    padding: 30px;
  }

  .grid-form-container {
    grid-row-gap: 48px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .divider.company {
    height: 15px;
    background-color: transparent;
  }

  .divider.company.no-cover {
    height: 28px;
    background-color: #e5e5ef;
  }

  .heading-size-1.author-name {
    line-height: 70px;
  }

  .heading-size-1.success-form {
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
  }

  .spacer.header-mobile {
    display: block;
    height: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .form-text-container {
    max-width: 520px;
  }

  .split-content.hero-v2 {
    max-width: none;
    margin-bottom: 60px;
  }

  .achievements-grid {
    justify-items: center;
  }

  .achievements-grid.about-us {
    grid-column-gap: 84px;
    grid-row-gap: 84px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .slider-grid {
    max-width: 650px;
    margin-right: auto;
    margin-left: auto;
    -ms-grid-columns: auto 1fr;
    grid-template-columns: auto 1fr;
  }

  .slider-grid.home-v2 {
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    grid-column-gap: 28px;
    grid-row-gap: 32px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .title-jobs.category {
    font-size: 40px;
    line-height: 52px;
  }

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

  .price.featured-jobs {
    font-size: 38px;
  }

  .contact-us-grid {
    grid-row-gap: 71px;
    -ms-grid-columns: 1.5fr;
    grid-template-columns: 1.5fr;
  }

  .sidebar-form {
    max-width: 351px;
  }

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

  .arrow-left {
    right: 99px;
  }

  .slider {
    max-width: 100%;
  }

  .arrow-right {
    right: 30px;
  }

  .great-companies-section-grid {
    grid-row-gap: 81px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .company-cover {
    width: 100%;
    height: 270px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .company-details-wrapper {
    margin-top: -24px;
  }

  .company-details-logo {
    width: 170px;
  }

  .company-details-logo.no-cover {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .company-industry-wrapper {
    -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;
  }

  .company-industry-wrapper.no-cover {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

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

  .heading-hero-v2 {
    max-width: 619px;
  }

  .image-hero-v2 {
    display: block;
    border-radius: 24px;
  }

  .author-title-wrapper {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .company-title {
    font-size: 36px;
  }

  .error-text {
    color: #ff383b;
  }

  .bg-circle._1 {
    width: 40%;
  }

  .bg-circle._2 {
    left: 173px;
    width: 5%;
  }

  .bg-circle._3 {
    top: 287px;
    width: 18%;
  }

  .bg-circle._4 {
    width: 50%;
  }

  .bg-circle._5 {
    top: 271px;
    width: 24%;
  }

  .bg-circle._6 {
    right: 21%;
  }

  .job-category-title {
    font-size: 40px;
    line-height: 52px;
  }

  .dropdown-menu-title {
    font-size: 24px;
  }

  .submenu-grid {
    grid-column-gap: 42px;
  }

  .submenu-link {
    margin-bottom: 40px;
    font-size: 22px;
  }

  .social-media-container {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .rich-text-company figcaption {
    margin-bottom: 50px;
  }

  .rich-text-company ul {
    margin-bottom: 30px;
  }

  .rich-text-company ol {
    margin-bottom: 30px;
  }

  .rich-text-company blockquote {
    padding: 30px;
  }

  .product-grid {
    max-width: 500px;
    margin-right: auto;
    margin-left: auto;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .cart-buttno {
    margin-right: 16px;
    margin-left: 0px;
  }

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

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

@media screen and (max-width: 767px) {
  h1 {
    font-size: 34px;
    line-height: 44px;
  }

  h2 {
    font-size: 28px;
    line-height: 35px;
  }

  h3 {
    font-size: 20px;
    line-height: 28px;
  }

  h4 {
    font-size: 19px;
  }

  .flex.space-between-center.search {
    -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;
  }

  .flex.space-between-center.categories {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .container-default.footer-container {
    max-width: 700px;
  }

  .container-default.contact-us {
    padding-right: 0px;
    padding-left: 0px;
  }

  .styleguide-header {
    padding-right: 32px;
    padding-left: 32px;
  }

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

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

  .paragraph-large {
    font-size: 20px;
    line-height: 32px;
  }

  .paragraph-large.about-us {
    font-size: 23px;
    line-height: 35px;
  }

  .styleguide-subheader {
    padding-right: 32px;
    padding-left: 32px;
  }

  .styleguide-content-wrapper {
    padding-right: 32px;
    padding-left: 32px;
  }

  .button-primary.banner-form {
    top: 10px;
    right: 10px;
    bottom: 10px;
  }

  .button-primary.categories {
    margin-top: 18px;
    margin-bottom: 0px;
  }

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

  .menu-button {
    width: 30px;
    height: 28px;
  }

  .display-1 {
    font-size: 64px;
    line-height: 72px;
  }

  .display-2 {
    font-size: 52px;
    line-height: 58px;
  }

  .display-3 {
    font-size: 26px;
    line-height: 30px;
  }

  .footer {
    padding-top: 80px;
  }

  .footer-grid {
    padding-bottom: 80px;
    justify-items: stretch;
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .section {
    padding-top: 56px;
    padding-bottom: 72px;
  }

  .section.hero {
    padding-top: 72px;
    padding-bottom: 72px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), -webkit-gradient(linear, left top, left bottom, from(null), to(null)), -webkit-gradient(linear, left top, left bottom, from(null), to(null)), -webkit-gradient(linear, left top, left bottom, from(null), to(null)), -webkit-gradient(linear, left top, left bottom, from(null), to(null)), -webkit-gradient(linear, left top, left bottom, from(null), to(null));
    background-image: linear-gradient(180deg, null, null), linear-gradient(180deg, null, null), linear-gradient(180deg, null, null), linear-gradient(180deg, null, null), linear-gradient(180deg, null, null), linear-gradient(180deg, null, null);
  }

  .section.short {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .section.price-tables {
    padding-top: 60px;
  }

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

  .section.faqs {
    padding-top: 72px;
  }

  .section.post {
    padding-top: 60px;
  }

  .utility-page-content-password {
    padding-right: 32px;
    padding-left: 32px;
  }

  .brand {
    padding-left: 0px;
  }

  .brand.w--current {
    padding-left: 0px;
  }

  .dropdown-menu-list._2-columns.w--open {
    min-width: auto;
  }

  .logos-hero-container {
    margin-top: 22px;
    -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;
  }

  .logo-client-hero {
    margin: 10px 22px;
  }

  .company-logo.job-card {
    width: 95px;
    margin-right: 0px;
    margin-bottom: 24px;
  }

  .company-logo.job-post {
    width: 92px;
    border-radius: 28px;
  }

  .job-post-card {
    padding: 38px 24px;
    -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;
  }

  .job-card-info {
    width: 100%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .job-card-title {
    font-size: 24px;
    line-height: 30px;
  }

  .job-card-info-bottom {
    -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;
  }

  .job-card-info-bottom.job-card-small {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .job-card-type-container {
    margin-top: 18px;
  }

  .job-card-date {
    margin-top: 0px;
    text-align: left;
  }

  .featured-badge {
    margin-bottom: 18px;
  }

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

  .banner-container {
    padding-top: 78px;
    padding-bottom: 78px;
    background-size: 150%;
  }

  .banner-title {
    font-size: 42px;
    line-height: 58px;
  }

  .subscribe-input {
    min-height: 77px;
  }

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

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

  .footer-grid-menu {
    grid-row-gap: 30px;
  }

  .social-media-link {
    margin-right: 12px;
    margin-left: 12px;
  }

  .section-job-post {
    padding-bottom: 72px;
  }

  .grid-job-post {
    grid-row-gap: 24px;
  }

  .job-post-container {
    padding-top: 32px;
    padding-right: 24px;
    padding-left: 24px;
  }

  .grid-job-post-top {
    grid-row-gap: 24px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .job-post-title {
    font-size: 24px;
    line-height: 32px;
  }

  .job-post-date {
    margin-right: 10px;
    margin-bottom: 0px;
  }

  .job-post-date-container {
    display: none;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .job-post-middle {
    padding-bottom: 20px;
    border-bottom-width: 0px;
  }

  .job-post-info-container {
    margin-top: 12px;
    margin-right: 24px;
    margin-bottom: 12px;
  }

  .job-post-info-divider {
    display: none;
  }

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

  .rich-text h3 {
    margin-bottom: 18px;
  }

  .rich-text figcaption {
    margin-bottom: 40px;
  }

  .rich-text ul {
    margin-bottom: 20px;
    padding-left: 20px;
  }

  .rich-text ol {
    margin-bottom: 20px;
    padding-left: 20px;
  }

  .rich-text blockquote {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 20px;
    font-size: 18px;
    line-height: 32px;
  }

  .rich-text h2 {
    margin-bottom: 18px;
  }

  .grid-title-bottom {
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

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

  .divider.form.last {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .divider.company {
    height: 20px;
    background-color: #e5e5ef;
  }

  .divider.company-single {
    margin-right: 24px;
    margin-left: 24px;
  }

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

  .heading-size-1.author-name {
    line-height: 44px;
  }

  .heading-size-1.success-form {
    max-width: 450px;
  }

  .spacer.form {
    display: block;
  }

  .spacer.company-information-form {
    display: none;
  }

  .achievements-grid {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    grid-row-gap: 26px;
    -ms-grid-columns: auto auto;
    grid-template-columns: auto auto;
  }

  .achievements-grid.about-us {
    grid-column-gap: 60px;
    grid-row-gap: 37px;
  }

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

  .achievement-number.about-us {
    font-size: 52px;
  }

  .achievement.about-us {
    font-size: 22px;
    line-height: 26px;
  }

  .title-jobs.category {
    font-size: 34px;
    line-height: 44px;
  }

  .price-tables-grid {
    max-width: 460px;
    margin-right: auto;
    margin-left: auto;
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .price {
    font-size: 70px;
    line-height: 74px;
  }

  .contact-us-wrapper {
    margin-top: 48px;
    padding: 40px 24px;
  }

  .contact-us-grid {
    grid-row-gap: 48px;
  }

  .blog-title {
    max-width: 311px;
    margin-bottom: 24px;
  }

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

  .arrow-left {
    right: 89px;
  }

  .arrow-right {
    right: 20px;
  }

  .testimonial-card {
    max-width: 100%;
  }

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

  .title.faq {
    line-height: 30px;
  }

  .great-companies-section-grid {
    grid-row-gap: 60px;
  }

  .team-grid {
    grid-row-gap: 32px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .company-cover {
    height: 200px;
    border-radius: 24px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .company-details-wrapper {
    margin-top: -80px;
    padding-bottom: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #e5e5ef;
  }

  .company-details-logo {
    width: 130px;
    margin-right: 0px;
    margin-bottom: 17px;
    border-radius: 26px;
  }

  .company-details-logo.no-cover {
    margin-bottom: 17px;
  }

  .company-industry-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .company-industry-text {
    font-size: 18px;
  }

  .company-name-wrapper {
    margin-top: 0px;
    text-align: center;
  }

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

  ._404-paragraph {
    font-size: 20px;
    line-height: 32px;
  }

  .job-post-date-container-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 32px;
    -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;
    border-bottom: 1px solid #e5e5ef;
  }

  .company-title {
    margin-bottom: 24px;
    font-size: 30px;
    line-height: 45px;
  }

  .success-message {
    padding: 10px 0px 0px;
  }

  .error-message {
    margin-top: 40px;
  }

  .bg-circle._1 {
    width: 60%;
  }

  .bg-circle._2 {
    left: 16%;
    top: 40px;
  }

  .bg-circle._3 {
    top: 315px;
  }

  .bg-circle._4 {
    width: 70%;
  }

  .bg-circle._5 {
    top: 328px;
  }

  .bg-circle._6 {
    top: 90%;
    right: 13%;
  }

  .company-name-and-social-container {
    -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;
  }

  .title-container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .job-category-title {
    font-size: 34px;
    line-height: 44px;
  }

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

  .submenu-grid {
    grid-row-gap: 0px;
    -ms-grid-columns: auto;
    grid-template-columns: auto;
  }

  .empty-state-container {
    padding-right: 20px;
    padding-left: 20px;
  }

  .jobs-empty-title {
    font-size: 24px;
    line-height: 30px;
  }

  .job-empty-form {
    margin-bottom: 0px;
  }

  .large-empty-state {
    max-width: 100%;
    text-align: left;
  }

  .job-card-spacer {
    display: none;
  }

  .social-media-container {
    margin-bottom: 16px;
  }

  .rich-text-company p {
    margin-bottom: 20px;
  }

  .rich-text-company h3 {
    margin-bottom: 18px;
  }

  .rich-text-company figcaption {
    margin-bottom: 40px;
  }

  .rich-text-company ul {
    margin-bottom: 20px;
    padding-left: 20px;
  }

  .rich-text-company ol {
    margin-bottom: 20px;
    padding-left: 20px;
  }

  .rich-text-company blockquote {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 20px;
    font-size: 18px;
    line-height: 32px;
  }

  .rich-text-company h2 {
    margin-bottom: 18px;
  }

  .company-details-wrapper-no-cover {
    padding-bottom: 24px;
    -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;
  }

  .feature-check-icon {
    width: 25px;
  }
}

@media screen and (max-width: 479px) {
  blockquote {
    padding-right: 20px;
    padding-left: 20px;
  }

  .flex.space-between-center {
    -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;
  }

  .flex.mg-bottom-8px.add-to-cart {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

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

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

  .styleguide-seccion {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .styleguide-header {
    padding-right: 20px;
    padding-left: 20px;
  }

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

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

  .paragraph-large {
    font-size: 18px;
    line-height: 30px;
  }

  .paragraph-large.about-us {
    font-size: 20px;
    line-height: 32px;
  }

  .styleguide-subheader {
    padding-right: 20px;
    padding-left: 20px;
  }

  .styleguide-content-wrapper {
    padding: 60px 20px;
  }

  .button-primary.large {
    white-space: normal;
  }

  .button-primary.button-header-primary {
    width: 100%;
  }

  .button-primary.search {
    position: static;
    width: 100%;
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .button-primary.banner-form {
    position: static;
    width: 100%;
    margin-top: 8px;
    padding-top: 26px;
    padding-bottom: 26px;
    border-radius: 7px;
    background-color: #fff;
    box-shadow: 0 3px 12px 0 rgba(5, 21, 46, 0.4), 0 14px 14px 0 rgba(21, 60, 245, 0.28);
    color: #153cf5;
  }

  .button-primary.banner-form.white-bg {
    background-color: #153cf5;
    box-shadow: 0 3px 12px 0 rgba(5, 21, 46, 0.12), 0 14px 14px 0 rgba(21, 60, 245, 0.26);
    color: #fff;
  }

  .button-primary.job-post {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .button-secondary.button-header-secondary {
    width: 100%;
  }

  .card-v1 {
    padding-right: 24px;
    padding-left: 24px;
  }

  .card-v2 {
    padding-right: 24px;
    padding-left: 24px;
  }

  .card-v3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .card-icon-v3 {
    margin-right: 0px;
    margin-bottom: 24px;
  }

  .header-logo {
    width: auto;
  }

  .nav-item-wrapper {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .nav-link {
    padding-right: 16px;
    padding-left: 16px;
    font-size: 24px;
  }

  .menu-button {
    width: 28px;
    padding: 0px;
    font-size: 26px;
  }

  .menu-button.w--open {
    height: auto;
  }

  .footer-grid {
    justify-items: start;
  }

  .section.hero {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: linear-gradient(180deg, transparent, transparent), linear-gradient(180deg, transparent, transparent), linear-gradient(180deg, transparent, transparent), linear-gradient(180deg, transparent, transparent), linear-gradient(180deg, transparent, transparent), linear-gradient(180deg, transparent, transparent);
  }

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

  .utility-page-content-password {
    padding: 56px 20px;
  }

  .input.product {
    width: 30%;
    margin-right: 0px;
    margin-bottom: 18px;
  }

  ._404-title {
    font-size: 120px;
    line-height: 120px;
  }

  .dropdown-toggle {
    padding-right: 16px;
    padding-left: 16px;
    font-size: 24px;
  }

  ._2-buttons-header {
    -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;
  }

  .brand {
    padding-left: 0px;
  }

  .dropdown-menu-list._2-columns.w--open {
    padding-right: 24px;
    padding-left: 24px;
  }

  .dropdown-link {
    padding-right: 24px;
    padding-left: 24px;
    font-size: 20px;
    line-height: 22px;
  }

  .search-input {
    min-height: 70px;
    padding-right: 24px;
    padding-left: 58px;
  }

  .button-mg {
    margin-top: 14px;
  }

  .card.free-job {
    position: static;
    max-width: 100%;
    padding-right: 24px;
    padding-left: 24px;
  }

  .card.your-resume {
    position: static;
    max-width: 100%;
    padding-right: 24px;
    padding-left: 24px;
  }

  .company-logo.job-card {
    width: 85px;
  }

  .company-logo.job-post {
    width: 88px;
    margin-right: 0px;
    margin-bottom: 24px;
    border-radius: 24px;
  }

  .job-card-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .job-info-primary {
    margin-right: 0px;
  }

  .job-info-secondary {
    width: 100%;
    margin-top: 32px;
    padding-top: 32px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    border-top: 1px solid #e5e5ef;
  }

  .job-card-title {
    margin-bottom: 34px;
  }

  .job-card-title.job-card-small {
    margin-bottom: 24px;
  }

  .job-card-info-bottom {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .job-card-info-bottom.job-card-small {
    -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;
  }

  .job-card-type-container {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .job-card-type-container.card {
    margin-top: 16px;
    margin-bottom: 0px;
  }

  .job-badge {
    display: none;
  }

  .job-card-date {
    margin-top: 0px;
    font-size: 16px;
    line-height: 18px;
  }

  .featured-badge {
    margin-bottom: 0px;
    padding-right: 12px;
    padding-left: 12px;
    font-size: 14px;
    line-height: 16px;
  }

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

  .banner-grid {
    grid-row-gap: 24px;
  }

  .banner-title {
    font-size: 38px;
    line-height: 55px;
  }

  .subscribe-input {
    min-height: 72px;
    font-size: 18px;
  }

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

  .testimonial-top.v2 {
    -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;
  }

  .testimonial-picture.v2 {
    margin-right: 0px;
    margin-bottom: 16px;
  }

  .grid-3-columns.press {
    margin-top: 32px;
  }

  .blog-card-badge {
    font-size: 14px;
    line-height: 16px;
  }

  .blog-card-title {
    margin-top: 0px;
  }

  .footer-grid-menu {
    grid-row-gap: 56px;
    -ms-grid-columns: 1.4fr;
    grid-template-columns: 1.4fr;
  }

  .grid-job-post-top {
    grid-row-gap: 32px;
  }

  .job-post-primary-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .job-post-date {
    margin-bottom: 24px;
  }

  .job-post-date-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .job-post-middle {
    padding-bottom: 18px;
  }

  .textarea {
    min-height: 200px;
  }

  .divider.form {
    width: 100%;
  }

  .divider.company {
    height: 12px;
    background-color: transparent;
  }

  .divider.company.no-cover {
    height: 12px;
    background-color: transparent;
  }

  .divider.company-single {
    margin-right: 20px;
    margin-left: 20px;
  }

  .heading-size-1 {
    margin-bottom: 18px;
  }

  .heading-size-1.author-name {
    margin-top: -12px;
  }

  .form-sidebar-link {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .form-container {
    padding: 6px 24px;
  }

  .form-text-container {
    max-width: 100%;
  }

  .achievements-grid.about-us {
    margin-top: 32px;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .achievement-number {
    font-size: 30px;
    line-height: 30px;
  }

  .achievement-number.about-us {
    margin-bottom: 10px;
    font-size: 40px;
    line-height: 61px;
  }

  .title-jobs {
    margin-bottom: 24px;
  }

  .title-jobs.category {
    margin-bottom: 0px;
  }

  .pagination-container {
    display: none;
  }

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

  .price-table-card {
    padding: 33px 20px 49px;
  }

  .price.featured {
    font-size: 70px;
  }

  .price.featured-jobs {
    font-size: 32px;
    line-height: 35px;
  }

  .contact-us-wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }

  .blog-title {
    max-width: 260px;
  }

  .arrow-left {
    left: 0%;
    right: 65px;
    bottom: 32px;
  }

  .arrow-right {
    left: 65px;
    right: 0%;
    bottom: 32px;
  }

  .slide-nav {
    display: none;
  }

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

  .title.faq {
    margin-right: 16px;
    font-size: 18px;
    line-height: 26px;
  }

  .team-grid {
    margin-top: 32px;
  }

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

  .logo-company-wrapper {
    border-right: 1px solid #e5e5ef;
  }

  .logo-company-wrapper._2 {
    border-right-width: 0px;
  }

  .logo-company-wrapper._3 {
    border-right: 1px solid #e5e5ef;
    border-left-width: 0px;
  }

  .logo-company-wrapper._4 {
    border-bottom: 1px solid #e5e5ef;
    border-right-width: 0px;
  }

  .logo-company-wrapper._5 {
    border-right-width: 0px;
    border-left-width: 0px;
  }

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

  .post-picture-author {
    width: 50px;
  }

  .post-author-details {
    margin-right: 24px;
  }

  .post-author-name {
    margin-left: 8px;
    font-size: 16px;
  }

  .post-date {
    margin-left: 8px;
    font-size: 16px;
  }

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

  .company-cover {
    height: 160px;
    border-radius: 14px;
  }

  .company-details-wrapper {
    margin-top: -67px;
  }

  .company-details-logo {
    width: 120px;
    margin-bottom: 20px;
    border-radius: 24px;
  }

  .company-industry-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .company-industry-wrapper.no-cover {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .company-industry-text {
    font-size: 18px;
  }

  .jobs-title-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .slider-content-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 110px;
    -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;
  }

  .author-title-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  ._404-paragraph {
    font-size: 18px;
    line-height: 25px;
  }

  .job-post-date-container-mobile {
    padding-bottom: 40px;
    -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;
  }

  .company-title {
    margin-bottom: 18px;
    line-height: 44px;
  }

  .error-message {
    margin-top: 20px;
  }

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

  .image {
    width: 25px;
  }

  .bg-circle._2 {
    left: 17%;
  }

  .bg-circle._4 {
    width: 80%;
  }

  .bg-circle._5 {
    top: 240px;
  }

  .bg-circle._6 {
    top: 91%;
    width: 10%;
  }

  .about-heading {
    font-size: 20px;
    white-space: nowrap;
  }

  .testimonial-logo {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .jobs-empty-title {
    font-size: 22px;
    line-height: 28px;
  }

  .job-card-spacer {
    display: block;
    height: 0px;
  }

  .add-to-cart-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .order-item {
    margin-bottom: 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .product-image {
    margin-bottom: 8px;
  }

  .product-quantity {
    margin-right: 0px;
    margin-bottom: 12px;
    margin-left: 0px;
  }
}

#w-node-_3e3a9965-9b83-8450-afe8-2de3bf3d1f91-45a83eef {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_8d966a04-adf9-e2b8-0976-17279128ff49-c3a83f03 {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-c85b3c49-0913-efda-9e04-0bef2535e1fa-6fa83f05 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_91277394-a0fc-2e1f-1d38-6fcc5aec84ea-6fa83f05 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_63aff465-0bbe-ec24-5e41-a046d0ad8f48-6fa83f05 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_1310cdec-a7e2-a1ed-fd15-0bfc82b5b509-68a83f09 {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_26fe0a1e-561a-2107-9041-9306138886fb-3ca83f0f {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-a3d1ad77-e5aa-114b-bcd7-cde3db1bb746-3ca83f0f {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_11ff66e2-bb63-3205-39c9-a48a569518d9-3ca83f0f {
  -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-be964773-19a4-ef0b-d808-2a6792525e2c-3ca83f0f {
  -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-_19e3179a-ebf7-e568-5dcf-3c0e607846d8-3ca83f0f {
  -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-_4ef0b413-e918-4e38-caf9-14a7d812a0cf-3ca83f0f {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_4ef0b413-e918-4e38-caf9-14a7d812a0ed-3ca83f0f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_4ef0b413-e918-4e38-caf9-14a7d812a0f1-3ca83f0f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_4ef0b413-e918-4e38-caf9-14a7d812a0f6-3ca83f0f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_4ef0b413-e918-4e38-caf9-14a7d812a0fb-3ca83f0f {
  -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-_77244f4d-0b97-b78d-f847-65633e972a83-3ca83f0f {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_77244f4d-0b97-b78d-f847-65633e972a8d-3ca83f0f {
  -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-_2f3c1329-2baa-388a-a287-992dd8acbed2-3ca83f0f {
  -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-ab1d78c4-cf4d-d38a-1a64-ef9c5037279f-3ca83f0f {
  -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-ab1d78c4-cf4d-d38a-1a64-ef9c503727ab-3ca83f0f {
  -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-ab1d78c4-cf4d-d38a-1a64-ef9c503727ac-3ca83f0f {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_195fdd2a-798e-ca26-1c7e-8cbdb469e6e3-1ca83f11 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-f883a31a-5f18-7a34-43a1-6d578a17f715-09a83f13 {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-_736a4f51-80ee-b602-655b-93ac609e0d7c-09a83f13 {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-_2f9cb310-c807-7746-c7c3-56f0f0bd8dd5-09a83f13 {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-f4055a69-9b88-c1f3-7375-8bedfd5278bc-09a83f13 {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-bb2c87d9-0030-2b78-7e8f-85f48d248aaf-b0a83f14 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_69c2beef-57a9-3c80-7229-652cde9f92bf-b0a83f14 {
  -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-bb2c87d9-0030-2b78-7e8f-85f48d248adc-b0a83f14 {
  -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-_43b4039f-a726-0906-9975-1224e1ec53bb-b0a83f14 {
  -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-_98429642-b924-b7a2-a6a9-9b80902e7213-b0a83f14 {
  -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-bb2c87d9-0030-2b78-7e8f-85f48d248b22-b0a83f14 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_8a5012a6-e174-591d-5dc0-6312aefc16b7-56a83f2f {
  -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-_42b08780-189d-22e7-2b65-e6243612fe69-56a83f2f {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_9c79a3a9-71a8-9945-7d9d-b0da5164de3f-77a83efb {
    -ms-grid-column-align: end;
    justify-self: end;
  }

  #w-node-_9c79a3a9-71a8-9945-7d9d-b0da5164de47-77a83efb {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_9c79a3a9-71a8-9945-7d9d-b0da5164de4f-77a83efb {
    -ms-grid-column-align: end;
    justify-self: end;
  }

  #w-node-_9c79a3a9-71a8-9945-7d9d-b0da5164de57-77a83efb {
    -ms-grid-column-align: start;
    justify-self: start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_9d97a6aa-31d5-1276-53c2-e76c8908f876-6fa83f05 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-c85b3c49-0913-efda-9e04-0bef2535e1fa-6fa83f05 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-e4ad049e-8e4f-7fd7-7749-be3ae7ef6979-6fa83f05 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_63aff465-0bbe-ec24-5e41-a046d0ad8f48-6fa83f05 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-a3d1ad77-e5aa-114b-bcd7-cde3db1bb746-3ca83f0f {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_11ff66e2-bb63-3205-39c9-a48a569518d9-3ca83f0f {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-be964773-19a4-ef0b-d808-2a6792525e2c-3ca83f0f {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_19e3179a-ebf7-e568-5dcf-3c0e607846d8-3ca83f0f {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_4ef0b413-e918-4e38-caf9-14a7d812a0cf-3ca83f0f {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_4ef0b413-e918-4e38-caf9-14a7d812a0fb-3ca83f0f {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_77244f4d-0b97-b78d-f847-65633e972a83-3ca83f0f {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_77244f4d-0b97-b78d-f847-65633e972a8d-3ca83f0f {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_2f3c1329-2baa-388a-a287-992dd8acbed2-3ca83f0f {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-ab1d78c4-cf4d-d38a-1a64-ef9c5037279f-3ca83f0f {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-ab1d78c4-cf4d-d38a-1a64-ef9c503727ab-3ca83f0f {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-ab1d78c4-cf4d-d38a-1a64-ef9c503727ac-3ca83f0f {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_69c2beef-57a9-3c80-7229-652cde9f92bf-b0a83f14 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-bb2c87d9-0030-2b78-7e8f-85f48d248adc-b0a83f14 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_43b4039f-a726-0906-9975-1224e1ec53bb-b0a83f14 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_98429642-b924-b7a2-a6a9-9b80902e7213-b0a83f14 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-bb2c87d9-0030-2b78-7e8f-85f48d248b22-b0a83f14 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_8a5012a6-e174-591d-5dc0-6312aefc16b7-56a83f2f {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_42b08780-189d-22e7-2b65-e6243612fe69-56a83f2f {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_9c79a3a9-71a8-9945-7d9d-b0da5164de3f-77a83efb {
    -ms-grid-column-align: auto;
    justify-self: auto;
  }

  #w-node-_9c79a3a9-71a8-9945-7d9d-b0da5164de47-77a83efb {
    -ms-grid-column-align: auto;
    justify-self: auto;
  }

  #w-node-_9c79a3a9-71a8-9945-7d9d-b0da5164de4f-77a83efb {
    -ms-grid-column-align: auto;
    justify-self: auto;
  }

  #w-node-_9c79a3a9-71a8-9945-7d9d-b0da5164de57-77a83efb {
    -ms-grid-column-align: auto;
    justify-self: auto;
  }

  #w-node-_26fe0a1e-561a-2107-9041-9306138886fb-3ca83f0f {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-bb2c87d9-0030-2b78-7e8f-85f48d248aaf-b0a83f14 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

@font-face {
  font-family: 'Jakarta Display';
  src: url('../fonts/PlusJakartaDisplay-Medium.woff2') format('woff2'), url('../fonts/PlusJakartaDisplay-Medium.eot') format('embedded-opentype'), url('../fonts/PlusJakartaDisplay-Medium.woff') format('woff'), url('../fonts/PlusJakartaDisplay-Medium.ttf') format('truetype'), url('../fonts/PlusJakartaDisplay-Medium.svg') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Jakarta Display';
  src: url('../fonts/PlusJakartaDisplay-Regular.woff2') format('woff2'), url('../fonts/PlusJakartaDisplay-Regular.eot') format('embedded-opentype'), url('../fonts/PlusJakartaDisplay-Regular.woff') format('woff'), url('../fonts/PlusJakartaDisplay-Regular.ttf') format('truetype'), url('../fonts/PlusJakartaDisplay-Regular.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Jakarta Display';
  src: url('../fonts/PlusJakartaDisplay-Bold.woff2') format('woff2'), url('../fonts/PlusJakartaDisplay-Bold.eot') format('embedded-opentype'), url('../fonts/PlusJakartaDisplay-Bold.woff') format('woff'), url('../fonts/PlusJakartaDisplay-Bold.ttf') format('truetype'), url('../fonts/PlusJakartaDisplay-Bold.svg') format('svg');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Arrow Icon';
  src: url('../fonts/icon-fonts.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}