:root {
  --1-main-colors--background: #f8fbfe;
  --font--paragraph: Inter, sans-serif;
  --1-main-colors--heading: var(--1-main-colors--black);
  --font--heading: "Space Grotesk", sans-serif;
  --1-main-colors--paragraph: var(--4-neutral--neutral-300);
  --font--icon: "Material Icons", sans-serif;
  --2-primary--primary-200: #8a90c6;
  --1-main-colors--secondary: #1f4336;
  --7-radius--button: 6px;
  --1-main-colors--primary: #4a8e4c;
  --1-main-colors--white: #fff;
  --1-main-colors--tertiary: #fc6363;
  --2-primary--primary-100: #b0b4d9;
  --1-main-colors--border: var(--4-neutral--neutral-50);
  --2-primary--primary-50: #e6e7f3;
  --4-neutral--neutral-300: #575a66;
  --2-primary--primary-300: #545dac;
  --7-radius--primary: 4px;
  --1-main-colors--transparent: #fff0;
  --6-box-shadow--shadow-50: #ffffff0d;
  --7-radius--secondary: 30px;
  --4-neutral--neutral-100: #b1b2b8;
  --4-neutral--neutral-200: #8c8d96;
  --3-secondary--secondary-200: #a7f1e9;
  --4-neutral--neutral-50: #e6e6e8;
  --3-secondary--secondary-50: #ecfcfa;
  --2-primary--primary-400: #333d9c;
  --3-secondary--secondary-400: #6cd0ff;
  --3-secondary--secondary-300: #7feae0;
  --3-secondary--secondary-700: #328bb5;
  --4-neutral--neutral-400: #363949;
  --1-main-colors--black: #000;
  --2-primary--primary-500: #000d83;
  --2-primary--primary-600: #000c77;
  --2-primary--primary-700: #00095d;
  --3-secondary--secondary-100: #c6edff;
  --3-secondary--secondary-500: #36c2ce;
  --3-secondary--secondary-600: #3accbd;
  --4-neutral--neutral-500: #04081b;
  --4-neutral--neutral-600: #040719;
  --4-neutral--neutral-700: #030613;
  --4-neutral--neutral-800: #02040f;
  --4-neutral--neutral-900: #02030b;
  --5-tetiary--tertiary-50: #ffefef;
  --5-tetiary--tertiary-100: #fecfcf;
  --5-tetiary--tertiary-200: #feb7b7;
  --5-tetiary--tertiary-300: #fd9696;
  --5-tetiary--tertiary-400: #fd8282;
  --5-tetiary--tertiary-500: #fc6363;
  --5-tetiary--tertiary-600: #e55a5a;
  --6-box-shadow--shadow-100: #0f52ff1a;
  --7-radius--gap: 0px;
  --font--social-icon: Icofont, sans-serif;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

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

.w-pagination-previous-icon {
  margin-right: 4px;
}

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

.w-pagination-next-icon {
  margin-left: 4px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutsummaryflexboxdiv {
  flex-direction: row;
  justify-content: flex-start;
  display: flex;
}

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

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

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

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

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

.w-users-userloginformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformheader {
  text-align: center;
}

.w-users-userformfooter {
  justify-content: space-between;
  margin-top: 12px;
  display: flex;
}

.w-users-userformbutton {
  text-align: center;
  width: 100%;
}

.w-users-userformerrorstate {
  margin-left: 20px;
  margin-right: 20px;
  position: absolute;
  top: 100%;
  left: 0%;
  right: 0%;
}

.w-users-usersignupformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformsuccessstate, .w-users-usersignupverificationmessage {
  display: none;
}

.w-users-userresetpasswordformwrapper, .w-users-userupdatepasswordformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformpagewrap {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  max-width: 340px;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

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

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

.w-users-useraccountformsavebutton {
  text-align: center;
  margin-right: 8px;
}

.w-users-useraccountformcancelbutton {
  text-align: center;
  color: #333;
  background-color: #d3d3d3;
}

@media screen and (max-width: 767px) {
  .w-commerce-commercelayoutmain {
    flex-basis: auto;
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .w-commerce-commercelayoutsidebar {
    flex-basis: auto;
  }
}

@media screen and (max-width: 479px) {
  .w-commerce-commerceaddtocartquantityinput, .w-commerce-commercecheckoutemailinput, .w-commerce-commercecheckoutshippingfullname, .w-commerce-commercecheckoutshippingstreetaddress, .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }
}

@media screen and (max-width: 479px) {
  .w-commerce-commercecheckoutrow {
    flex-direction: column;
  }
}

@media screen and (max-width: 479px) {
  .w-commerce-commercecheckoutshippingcity, .w-commerce-commercecheckoutshippingstateprovince, .w-commerce-commercecheckoutshippingzippostalcode, .w-commerce-commercecheckoutshippingcountryselector, .w-commerce-commercecheckoutcardnumber, .w-commerce-commercecheckoutcardexpirationdate, .w-commerce-commercecheckoutcardsecuritycode, .w-commerce-commercecheckoutbillingfullname, .w-commerce-commercecheckoutbillingstreetaddress, .w-commerce-commercecheckoutbillingstreetaddressoptional, .w-commerce-commercecheckoutbillingcity, .w-commerce-commercecheckoutbillingstateprovince, .w-commerce-commercecheckoutbillingzippostalcode, .w-commerce-commercecheckoutbillingcountryselector {
    font-size: 16px;
  }
}

body {
  background-color: var(--1-main-colors--background);
  font-family: var(--font--paragraph);
  color: var(--1-main-colors--heading);
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

h1 {
  max-width: 650px;
  font-family: var(--font--heading);
  color: var(--1-main-colors--heading);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 58px;
  font-weight: 700;
  line-height: 70px;
}

h2 {
  font-family: var(--font--heading);
  color: var(--1-main-colors--heading);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 46px;
  font-weight: 600;
  line-height: 56px;
}

h3 {
  font-family: var(--font--heading);
  color: var(--1-main-colors--heading);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 700;
  line-height: 54px;
}

h4 {
  font-family: var(--font--heading);
  color: var(--1-main-colors--heading);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 700;
  line-height: 42px;
}

h5 {
  font-family: var(--font--heading);
  color: var(--1-main-colors--heading);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

h6 {
  font-family: var(--font--heading);
  color: var(--1-main-colors--heading);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

p {
  font-family: var(--font--paragraph);
  color: var(--1-main-colors--paragraph);
  margin-bottom: 0;
  font-weight: 300;
}

a {
  color: var(--1-main-colors--heading);
  text-decoration: none;
}

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

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

label {
  color: var(--1-main-colors--heading);
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  display: block;
}

.button-text-wrapper {
  white-space: nowrap;
  height: 26px;
  overflow: hidden;
}

.icon {
  font-family: var(--font--icon);
  font-weight: 400;
}

.social-share-icon-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: row;
  display: flex;
}

._3-column-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  width: 100%;
  display: grid;
}

.social-share-icon {
  color: var(--2-primary--primary-200);
  background-color: #fff0;
  justify-content: center;
  align-items: center;
  font-family: Icofont, sans-serif;
  font-size: 20px;
  line-height: 20px;
  transition: color .5s ease-in-out, transform .4s;
  display: flex;
}

.social-share-icon:hover {
  color: var(--1-main-colors--secondary);
  transform: translate(0, -3px);
}

.social-share-icon.twitter {
  font-size: 18px;
  line-height: 18px;
}

.social-share-icon.twitter:hover {
  color: #1da1f2;
}

.social-share-icon.pinterest:hover {
  color: #e60023;
}

.nav-button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-radius: var(--7-radius--button);
  background-color: var(--1-main-colors--primary);
  color: var(--1-main-colors--white);
  justify-content: center;
  align-items: center;
  padding: 14px 24px;
  font-weight: 400;
  transition: color 1s ease-out, background-color .5s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: relative;
}

.nav-button:hover, .nav-button.reverse {
  background-color: var(--1-main-colors--secondary);
}

.nav-button.reverse:hover {
  background-color: var(--1-main-colors--tertiary);
}

.contents {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.contents._60 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  width: 60%;
  margin-top: -100px;
}

.title-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 650px;
  margin-bottom: 65px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.title-wrapper._10px {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.mask {
  z-index: 1;
  position: relative;
  overflow: hidden;
}

.mask.related-post {
  border-radius: 6px;
  width: 100%;
  max-width: 150px;
  height: 100px;
}

.mask.blog-list-thumbnail {
  border-radius: 10px;
  width: 100%;
}

.mask._10px-rounded {
  border-radius: 10px;
}

.heading {
  margin-top: 0;
  margin-bottom: 0;
}

.heading.white {
  color: var(--1-main-colors--white);
}

.slider-navigation {
  width: 100%;
  max-width: 135px;
  inset: 210px auto auto -190px;
}

.gathering-slider-navigation {
  width: 100%;
  max-width: 135px;
  inset: -100px 0% auto auto;
}

.secondary-button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px solid var(--1-main-colors--secondary);
  border-radius: var(--7-radius--button);
  background-color: var(--1-main-colors--secondary);
  font-family: var(--font--heading);
  color: #fff;
  justify-content: center;
  align-items: center;
  padding: 14px 30px;
  font-size: 18px;
  line-height: 28px;
  transition: color .4s ease-out, background-color .5s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: relative;
}

.secondary-button.monrope-font {
  font-family: var(--font--paragraph);
  font-size: 16px;
  line-height: 26px;
}

.blog-thumbnail {
  height: 280px;
  transition: transform .7s cubic-bezier(.19, 1, .22, 1);
}

.blog-thumbnail:hover {
  transform: scale(1.1);
}

.blog-body {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  width: 51%;
  padding: 30px 40px;
  display: flex;
}

.blog-card {
  background-color: var(--1-main-colors--white);
  border: 1px solid #f1f1f1;
  border-radius: 10px;
  flex-flow: row;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.blog-card-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 34px;
  transition: color .2s;
}

.blog-card-title:hover {
  color: var(--1-main-colors--secondary);
}

.blog-button {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: var(--1-main-colors--secondary);
  border-radius: 4px;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
  transition: color .35s;
  display: flex;
}

.blog-button:hover {
  color: var(--1-main-colors--primary);
}

.main-banner {
  background-color: #4a8e4c;
  background-image: none;
  background-size: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 108px;
  padding-bottom: 106px;
  display: flex;
  position: relative;
}

.breadcrumb-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.breadcrumb-block.left-align-block {
  justify-content: center;
  align-items: flex-start;
}

._48-px-white-heading {
  color: #fff;
  max-width: 600px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 500;
  line-height: 60px;
}

.text-merge {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-merge.center {
  justify-content: center;
  align-items: center;
}

.breadcrumb {
  font-family: var(--font--heading);
  color: var(--2-primary--primary-100);
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.heading-style-box {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #efefef;
  width: 100%;
  min-width: 700px;
  max-width: 700px;
  margin-bottom: 40px;
  padding: 50px;
  display: flex;
}

.button-style-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  display: flex;
}

.color-box-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.color-box {
  border: 1px solid var(--1-main-colors--primary);
  background-color: #428bca;
  border-radius: 4px;
  width: 140px;
  height: 140px;
}

.color-box.heading-color {
  background-color: var(--1-main-colors--heading);
}

.color-box.secondary-color {
  background-color: var(--1-main-colors--secondary);
}

.color-box.primary-color {
  background-color: var(--1-main-colors--primary);
}

.color-box.background-color {
  background-color: var(--1-main-colors--tertiary);
}

.color-box.paragraph-color {
  background-color: var(--1-main-colors--paragraph);
}

.color-box.extra-color {
  background-color: var(--1-main-colors--background);
}

.color-name {
  text-transform: uppercase;
  font-weight: 500;
  line-height: 24px;
}

.flex-horizontal {
  align-items: center;
  width: 100%;
  display: flex;
}

.style-guide-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.style-guide-title {
  border-bottom: 3px solid var(--1-main-colors--border);
  margin-bottom: 30px;
  padding-bottom: 10px;
  font-size: 36px;
  font-weight: 600;
  line-height: 46px;
}

.color-box-grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-wrap: wrap;
  margin-bottom: 70px;
  display: flex;
}

._18px-title {
  color: #000;
  font-size: 18px;
  line-height: 28px;
}

._6px-gap {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
}

._12px-gap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  width: 100%;
  max-width: 420px;
}

._60px-margin-section {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  margin-top: 60px;
  margin-bottom: 60px;
  position: relative;
}

.tags-container {
  grid-column-gap: 7px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  display: flex;
}

.blog-search-field {
  border: 1px solid var(--1-main-colors--border);
  color: #929294;
  background-color: #fff;
  border-radius: 10px;
  height: 60px;
  margin-bottom: 0;
  padding: 0 14px 0 19px;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.blog-search-field:focus {
  border-color: #b19470;
}

.blog-search-field::placeholder {
  font-weight: 400;
  line-height: 22px;
}

.search-button {
  color: #666;
  background-color: #3898ec00;
  padding: 0;
  font-family: Icofont, sans-serif;
  line-height: 16px;
  position: absolute;
  inset: 0% 14px 0% auto;
}

.sidebar-title {
  border-bottom: 3px solid var(--1-main-colors--border);
  font-family: var(--font--heading);
  padding-bottom: 2px;
  font-size: 24px;
  font-weight: 700;
  line-height: 38px;
}

.widget {
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  border: 1px solid var(--2-primary--primary-50);
  border-radius: 10px;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 30px;
  padding: 20px 30px 30px;
  display: flex;
}

.featured-properties-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.sidebar {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  width: 100%;
  min-width: 255px;
  max-width: 420px;
  display: flex;
  position: relative;
}

.category-container {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-direction: column;
  display: flex;
}

.search-block {
  flex-direction: row;
  width: 100%;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.featured-blogs {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: center;
  display: flex;
}

.featured-image {
  object-fit: cover;
  transition: transform .2s;
}

.featured-image:hover {
  transform: scale(1.1);
}

.post-title {
  font-family: var(--font--heading);
  color: var(--4-neutral--neutral-300);
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  transition: color .4s;
}

.post-title:hover {
  color: var(--1-main-colors--primary);
}

.property-category-block {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  font-family: var(--font--heading);
  color: var(--4-neutral--neutral-300);
  align-items: center;
  font-weight: 500;
  transition: color .5s, transform .45s;
  display: flex;
}

.property-category-block:hover {
  color: var(--1-main-colors--primary);
  transform: translate(10px);
}

.category {
  font-family: var(--font--heading);
  font-size: 20px;
  line-height: 30px;
}

.tag-button {
  border: 1px solid var(--1-main-colors--border);
  background-color: var(--1-main-colors--border);
  color: var(--4-neutral--neutral-300);
  border-radius: 2px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 22px;
  transition: background-color .35s ease-out, color .45s;
  display: block;
}

.tag-button:hover {
  background-color: var(--1-main-colors--primary);
  color: var(--1-main-colors--white);
  box-shadow: 0 4px 10px #5d38ff1a;
}

.main-block {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 830px;
  display: flex;
  position: relative;
}

.post-image {
  object-fit: cover;
  border-radius: 5px;
  width: 100%;
  max-width: 870px;
  max-height: 665px;
  margin-bottom: 46px;
}

.rich-text-block {
  margin-bottom: 20px;
}

.rich-text-block img {
  border-radius: 10px;
  max-height: 590px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.rich-text-block p {
  max-width: none;
  margin-bottom: 20px;
}

.rich-text-block ul {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: var(--1-main-colors--paragraph);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.tag-block {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.blog-heading {
  margin-top: 0;
  margin-bottom: 34px;
  font-size: 38px;
  line-height: 50px;
}

.link-text {
  color: var(--2-primary--primary-300);
  font-weight: 300;
}

.link-text:hover {
  color: var(--1-main-colors--secondary);
}

.utility-page-content {
  z-index: 1;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 700px;
  display: flex;
  position: relative;
}

._404-sub-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 54px;
}

.utility-page-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #ecf3fa;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.changelog-section {
  margin-top: 40px;
  margin-bottom: 400px;
  padding-left: 20px;
  padding-right: 20px;
}

.changelog-wrapper {
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.version-title {
  font-family: var(--font--heading);
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
}

.version-description {
  line-height: 28px;
}

.license-main-text {
  margin-bottom: 60px;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.license-block {
  grid-row-gap: 12px;
  flex-direction: column;
  margin-top: 40px;
  display: flex;
}

.license-wrapper {
  max-width: 555px;
}

.license-link-block {
  grid-row-gap: 6px;
  flex-direction: column;
  display: flex;
}

.license-title {
  font-family: var(--font--heading);
  color: var(--1-main-colors--heading);
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.empty-block {
  border-radius: var(--7-radius--primary);
  background-color: var(--1-main-colors--background);
  color: var(--1-main-colors--white);
  padding: 13px 25px;
}

.nav-list {
  text-decoration: none;
  overflow: hidden;
}

.nav-link {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: var(--1-main-colors--transparent);
  color: var(--1-main-colors--heading);
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  text-decoration: none;
  transition: color .3s ease-out;
  display: flex;
}

.nav-link:hover, .nav-link:focus {
  color: var(--1-main-colors--secondary);
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  outline: 2px solid #0050bd;
}

.nav-link.w--current {
  background-color: var(--1-main-colors--transparent);
  color: var(--1-main-colors--secondary);
}

.submenu-link {
  color: #010f1c;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-size: 15px;
  line-height: 24px;
  transition: transform .25s cubic-bezier(.25, .46, .45, .94), color .35s;
}

.submenu-link:hover {
  color: var(--1-main-colors--secondary);
  transform: translate(5px);
}

.submenu-link.w--current {
  color: var(--1-main-colors--secondary);
}

.container {
  background-color: var(--1-main-colors--transparent);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.container.static {
  position: static;
}

.container.large-container {
  max-width: 1500px;
}

.container.center-align {
  display: flex;
}

.container._1200px {
  max-width: 1200px;
}

.dropdown-options {
  z-index: 2;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #0000;
  border-radius: 4px;
  padding-top: 25px;
  display: none;
  position: absolute;
  top: 20px;
}

.dropdown-options.w--open {
  display: flex;
}

.navbar {
  z-index: 100;
  border-bottom: 1px solid var(--1-main-colors--primary);
  background-color: var(--1-main-colors--background);
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 0;
  position: sticky;
  top: 0;
}

.nav-icon-and-text-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.navbar-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu {
  grid-column-gap: 30px;
  grid-row-gap: 50px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.site-logo {
  object-fit: contain;
  width: 458%;
  max-width: 300px;
}

.menu-button {
  color: #fff;
  background-color: #fff0;
  padding: 0;
  font-family: Material Icons, sans-serif;
  font-size: 24px;
  line-height: 24px;
}

.menu-button:focus, .menu-button.w--open {
  background-color: #fff0;
}

.nav-link-dropdown {
  z-index: 1;
  cursor: pointer;
}

.cross-icon {
  display: none;
}

.nav-dropdown-contents-fastfood {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--1-main-colors--white);
  box-shadow: 0 10px 30px 0 var(--6-box-shadow--shadow-50);
  flex-flow: column;
  padding: 30px 60px 35px 40px;
  display: flex;
}

.icon-20px {
  font-family: Material Icons, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
}

.nav-list-for-dropdown {
  text-decoration: none;
}

.lock-image {
  max-width: 200px;
}

.section-60px {
  margin-top: 60px;
  margin-bottom: 60px;
  position: relative;
}

._2-column-block-top {
  grid-column-gap: 40px;
  grid-row-gap: 60px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-columns {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 2.25fr .25fr .75fr 1.75fr;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.footer-block {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-width: 100px;
  max-width: 400px;
  display: flex;
}

.footer-block.newsletter-footer-block {
  width: 100%;
  max-width: 310px;
}

.footer-block._1st-block {
  max-width: 350px;
}

.error-message {
  border-radius: var(--7-radius--secondary);
  color: var(--1-main-colors--white);
  text-align: center;
  background-color: #ff2828;
  padding: 20px;
  font-weight: 600;
}

.footer-link {
  color: var(--4-neutral--neutral-100);
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  transition: color .2s;
}

.footer-link:hover {
  color: #fff;
}

.newsletter-form {
  width: 100%;
  max-width: 360px;
  margin-bottom: 0;
}

.social-icon-transparent {
  border: 1px solid var(--4-neutral--neutral-100);
  color: var(--4-neutral--neutral-100);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  padding: 13px;
  font-family: Icofont, sans-serif;
  font-size: 24px;
  line-height: 24px;
  transition: color .5s ease-in-out, background-color .2s, transform .4s;
  display: flex;
}

.social-icon-transparent:hover {
  border-color: var(--1-main-colors--transparent);
  color: #fff;
  background-color: #4267b2;
  transform: translate(0, -3px);
}

.social-icon-transparent.pinterest:hover {
  color: #fff;
  background-color: #e60023;
}

.social-icon-transparent.twitter:hover {
  color: #fff;
  background-color: #1da1f2;
}

.social-icon-transparent.linkedin:hover {
  color: #fff;
  background-color: #0077b5;
}

.footer-copyright-text {
  color: var(--4-neutral--neutral-100);
  font-size: 18px;
  line-height: 28px;
}

.footer-copyright-text.with-hover {
  transition: color .3s;
}

.footer-copyright-text.with-hover:hover {
  color: #fff;
}

.footer-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-info-block {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.newsletter-form-block {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  position: relative;
}

.footer-wrapper {
  grid-column-gap: 40px;
  border-bottom: 1px solid var(--2-primary--primary-300);
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 80px;
  padding-bottom: 60px;
  display: flex;
}

.copyrights-divider.white {
  color: #8c8d96;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.footer-social-icon-contianer {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: #667085;
  align-items: center;
  font-size: 16px;
  display: flex;
}

.footer-copyright {
  grid-column-gap: 5px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-paragraph {
  font-family: var(--font--heading);
  color: var(--2-primary--primary-50);
  font-size: 20px;
  line-height: 30px;
}

.success-message {
  border-radius: var(--7-radius--secondary);
  background-color: var(--1-main-colors--primary);
  width: 100%;
  color: var(--1-main-colors--white);
  font-weight: 600;
}

.footer {
  background-color: var(--1-main-colors--heading);
}

.footer.with-margin {
  margin-top: 100px;
}

.absolute-border {
  max-width: 70px;
  max-height: 72px;
  position: absolute;
  inset: -16% -42% auto auto;
}

.image-wrapper {
  position: relative;
}

._2-column-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

._8px-gap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.nav-logo-menu-wrapper {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-24px {
  object-fit: contain;
  max-width: 24px;
  max-height: 24px;
}

.image-24px.margin-top-3px {
  margin-top: 3px;
}

.left-center-12px-gap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
}

._20px-title-neutral-100 {
  font-family: var(--font--heading);
  color: var(--4-neutral--neutral-100);
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

._11px-gap {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
}

.footer-title-24px-white {
  font-family: var(--font--heading);
  color: var(--1-main-colors--white);
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
}

._20px-title-white {
  font-family: var(--font--heading);
  color: var(--1-main-colors--white);
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.margin-top-14px {
  margin-top: 14px;
}

.newsletter-input {
  border-radius: var(--7-radius--secondary);
  height: 60px;
  color: var(--4-neutral--neutral-200);
  padding-left: 24px;
}

.newsletter-input::placeholder {
  color: var(--4-neutral--neutral-200);
}

.newsletter-submit-button {
  background-color: var(--1-main-colors--heading);
  width: 48px;
  height: 48px;
  color: var(--1-main-colors--white);
  border-radius: 100%;
  margin-left: 0;
  padding: 0;
  font-family: Icofont, sans-serif;
  font-size: 24px;
  transition: background-color .2s, transform .3s;
  display: block;
  position: absolute;
  inset: 6px 7px 6px auto;
}

.newsletter-submit-button:hover {
  background-color: var(--1-main-colors--secondary);
  transform: scale(1.1);
}

.hero-section {
  background-color: var(--1-main-colors--primary);
  padding-top: 24px;
  padding-bottom: 120px;
  overflow: hidden;
}

._2-column-block {
  grid-column-gap: 40px;
  grid-row-gap: 60px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

._2-column-block._100px-gap {
  grid-column-gap: 100px;
}

.logo-container {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.logo-image {
  max-width: 130px;
  max-height: 40px;
  transition: transform .5s cubic-bezier(.25, .46, .45, .94), filter .5s;
}

.logo-image:hover {
  filter: brightness(200%);
  transform: scale(1.1);
}

._20px-title-secondary {
  font-family: var(--font--heading);
  color: var(--1-main-colors--secondary);
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.margin-bottom-20px {
  margin-bottom: 20px;
}

._20px-title-primary {
  font-family: var(--font--heading);
  color: var(--1-main-colors--heading);
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.primary-200 {
  color: var(--2-primary--primary-200);
}

.find-job-form-wrapper {
  background-color: var(--1-main-colors--white);
  width: 100%;
  box-shadow: 0 10px 20px 0 var(--6-box-shadow--shadow-50);
  border-radius: 10px;
  margin-top: 55px;
  margin-bottom: 20px;
  padding: 20px 90px 20px 26px;
  position: relative;
}

.job-form-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.margin-left-25px {
  margin-left: 25px;
}

.image-wrapper-40 {
  width: 40%;
  position: relative;
}

.hero-contents {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 52%;
  margin-top: 100px;
  display: flex;
  position: relative;
}

.job-form-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.floating-card {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  white-space: pre;
  background-color: #ffffffe6;
  border-radius: 6px;
  justify-content: flex-start;
  align-items: center;
  padding: 13px 45px 13px 18px;
  display: flex;
  position: absolute;
  inset: 20% auto auto -60px;
  box-shadow: -9px 10px 50px #9087ff33;
}

.floating-card.bottom-left {
  padding-right: 40px;
  inset: auto auto 22% -17px;
}

.floating-card.bottom-right {
  padding-right: 25px;
  inset: auto -60px 12% auto;
}

.floating-card.top-right {
  padding-right: 25px;
  top: 36%;
  left: auto;
  right: -47px;
}

.floating-card.top-left {
  padding-top: 18px;
  padding-bottom: 18px;
}

.image-height-85px {
  object-fit: contain;
  max-height: 85px;
}

._16px-semibold-primary-200 {
  font-family: var(--font--paragraph);
  color: var(--2-primary--primary-200);
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.rating-wrapper-with-margin-both-sides {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 5px;
  display: flex;
}

.rating-icon {
  color: #ff914d;
  font-family: Icofont, sans-serif;
}

.image-50px {
  object-fit: contain;
  max-width: 50px;
}

.hero-bg {
  z-index: -1;
  background-color: var(--2-primary--primary-50);
  border-top-left-radius: 100px;
  width: 100%;
  max-width: 420px;
  height: 100%;
  max-height: 420px;
  position: absolute;
  bottom: 185px;
  left: -40px;
  right: auto;
}

.blur-div-470px-size {
  z-index: -1;
  background-color: var(--3-secondary--secondary-200);
  opacity: .5;
  filter: blur(250px);
  width: 100%;
  max-width: 470px;
  height: 100%;
  max-height: 470px;
  position: absolute;
  inset: 0 auto auto 0%;
}

.blur-div-470px-size.right-middle {
  inset: 40% -8% 0% auto;
}

.blur-div-470px-size.bottom-right {
  inset: auto 0% -8% auto;
}

.blur-div-470px-size.top-right {
  inset: 0% 0% auto auto;
}

.blur-div-470px-size.bottom-left {
  inset: auto auto -28% 0%;
}

.blur-div-470px-size.middle-top {
  top: -4%;
  left: 50%;
}

.blur-div-470px-size.middle {
  top: 40%;
  left: 40%;
}

.page-wrapper {
  overflow: hidden;
}

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

.testimonial-slider-3-col {
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
  overflow: hidden;
}

.testimonial-slider-3-col.static {
  position: static;
  overflow: hidden;
}

.slide-nav-bottom-right-white-bg {
  border-radius: 10px 0 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  bottom: -80px;
}

.job-category-card {
  border: 1px solid var(--2-primary--primary-50);
  background-color: var(--1-main-colors--white);
  width: 100%;
  height: 100%;
  box-shadow: 0 10px 50px 0 var(--6-box-shadow--shadow-50);
  text-align: center;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 30px 22px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.category-icon {
  background-color: var(--1-main-colors--secondary);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 48px;
  height: 48px;
  margin-bottom: 40px;
  display: flex;
}

.category-title {
  color: var(--1-main-colors--heading);
  margin-top: 0;
  margin-bottom: 14px;
  font-size: 20px;
  line-height: 28px;
}

._14px-400-neutral-200 {
  color: var(--4-neutral--neutral-200);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.mask-18 {
  width: 23%;
  overflow: visible;
}

.margin-right-30px {
  margin-right: 10%;
}

.testimonial-slider-nav-style-css {
  display: none;
}

.job-list-card {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--1-main-colors--white);
  border-radius: 10px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 40px 30px 30px;
  transition: transform .25s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.job-list-card:hover {
  transform: rotate(-1deg);
}

.company-image-with-neutral-50-bg {
  background-color: var(--4-neutral--neutral-50);
  object-fit: contain;
  border-radius: 50%;
  max-width: 60px;
  height: 60px;
  padding: 15px;
}

._60px-job-bg {
  background-color: var(--3-secondary--secondary-50);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
}

._18px-icon-neutral-200 {
  font-family: var(--font--icon);
  color: var(--4-neutral--neutral-200);
  font-size: 18px;
  line-height: 18px;
}

._14px-neutral-200 {
  color: var(--4-neutral--neutral-200);
  font-size: 14px;
  line-height: 24px;
}

.horizontal-left-center-8px-gap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.job-location-salary-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  white-space: pre;
  justify-content: flex-start;
  align-items: center;
}

.job-header-wrapper {
  z-index: 1;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}

.margin-bottom-12px {
  margin-bottom: 12px;
}

.text-button {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  border: 1px solid var(--4-neutral--neutral-200);
  background-color: var(--1-main-colors--transparent);
  color: var(--4-neutral--neutral-200);
  border-radius: 6px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 20px;
}

.margin-top-20px {
  margin-top: 20px;
}

._20px-gap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.apply-button {
  z-index: 1;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border: 1px solid var(--1-main-colors--primary);
  background-color: var(--1-main-colors--transparent);
  color: var(--1-main-colors--primary);
  border-radius: 6px;
  justify-content: flex-start;
  align-items: center;
  padding: 12px 16px;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  position: relative;
}

.apply-button.padding-x-20px {
  padding-left: 20px;
  padding-right: 20px;
}

.apply-button.padding-x-38px {
  padding-left: 38px;
  padding-right: 38px;
}

.image-wrapper-50 {
  width: 50%;
  position: relative;
}

._24px-title-secondary {
  font-family: var(--font--heading);
  color: var(--1-main-colors--secondary);
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
}

.margin-55px {
  margin-top: 55px;
  margin-bottom: 55px;
}

.absolute-banner-bg {
  z-index: -1;
  background-color: #fecfcf;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  max-height: 500px;
  position: absolute;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.rotate-image {
  z-index: 1;
  position: relative;
}

._200px-absolute-image {
  z-index: 3;
  max-width: 200px;
  position: absolute;
  inset: -53px auto auto 135px;
}

.floating-card-man {
  z-index: 3;
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  white-space: pre;
  background-color: #ffffffe6;
  border-radius: 6px;
  justify-content: flex-start;
  align-items: center;
  padding: 28px 25px 28px 30px;
  display: flex;
  position: absolute;
  inset: auto -40px 35px auto;
  box-shadow: -9px 10px 50px #9087ff33;
}

.floating-card-vertical {
  z-index: 3;
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  white-space: pre;
  background-color: #ffffffe6;
  border-radius: 105px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 32px 42px 40px;
  display: flex;
  position: absolute;
  inset: 28% auto auto -52px;
  box-shadow: 0 10px 20px #9087ff33;
}

.man-image-bg {
  z-index: -1;
  background-color: var(--3-secondary--secondary-50);
  border-radius: 20px;
  width: 100%;
  max-width: 440px;
  height: 100%;
  max-height: 600px;
  position: absolute;
  bottom: 0%;
  left: -15px;
  right: 0%;
}

.icon-18px {
  font-family: Material Icons Outlined, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
}

.primary-bg-section {
  background-image: url('/assets/img/Mask-group_1.png?h=3245289d507253c93c576868af07daf1'), linear-gradient(to bottom, var(--1-main-colors--primary), var(--1-main-colors--primary));
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  padding-top: 110px;
  padding-bottom: 140px;
}

.white-heading {
  color: var(--1-main-colors--white);
  margin-top: 0;
  margin-bottom: 0;
}

._50-block {
  width: 50%;
}

._4-column-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.how-it-works-card {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 1px solid var(--1-main-colors--transparent);
  background-color: var(--2-primary--primary-400);
  text-align: center;
  border-radius: 6px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 50px 29px 74px;
  transition: transform .35s cubic-bezier(.23, 1, .32, 1), border-color .4s;
  display: flex;
}

.how-it-works-card:hover {
  border-color: var(--1-main-colors--secondary);
  transform: rotate(2deg);
}

.svg-wrapper-job {
  background-color: var(--1-main-colors--secondary);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.primary-50 {
  color: var(--2-primary--primary-50);
}

.margin-top-30px {
  margin-top: 30px;
}

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

.client-tab-link {
  background-color: var(--1-main-colors--transparent);
  width: 100%;
  padding: 0 0 0 60px;
}

.client-tab-link.w--current {
  background-color: var(--1-main-colors--transparent);
}

.team-card {
  border: 2px solid var(--1-main-colors--transparent);
  border-radius: 20px;
  width: 100%;
  height: 100%;
  transition: border-color .3s;
  position: relative;
  overflow: hidden;
}

.team-card:hover {
  border-color: var(--1-main-colors--white);
}

.bottom-lineaer-overlay {
  background-image: linear-gradient(0deg, #000, #0000 70%);
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  height: 40%;
  padding-bottom: 20px;
  padding-left: 30px;
  padding-right: 40px;
  display: flex;
  position: absolute;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

._14px-primary-100 {
  color: var(--2-primary--primary-100);
  font-size: 14px;
  line-height: 24px;
}

.mask-23 {
  width: 23%;
  overflow: visible;
}

.blog-container {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  background-color: var(--1-main-colors--white);
  box-shadow: 0 10px 20px 0 var(--6-box-shadow--shadow-50);
  border-radius: 10px;
  padding-left: 40px;
  padding-right: 40px;
}

.margin-top-40px-bottom-50px {
  margin-top: 40px;
  margin-bottom: 50px;
}

.read-more-link {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: var(--4-neutral--neutral-200);
  justify-content: flex-start;
  align-items: center;
  transition: color .3s;
  display: flex;
}

.read-more-link:hover {
  color: var(--1-main-colors--secondary);
}

.featured-blog {
  padding-top: 40px;
  padding-bottom: 40px;
  padding-right: 50px;
}

.blog-list-card {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.blog-list-grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.blog-list-thumbnail {
  aspect-ratio: 3 / 2;
  min-width: 200px;
  max-width: 200px;
  height: 130px;
}

.blog-list-body {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 100%;
}

.featured-blog-list-thumbnail {
  aspect-ratio: 3 / 2;
}

.cta-banner {
  background-color: var(--1-main-colors--primary);
  background-image: url('/assets/img/Vector-4.png?h=3245289d507253c93c576868af07daf1');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 6px;
  flex-direction: row;
  padding-left: 84px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cta-grid {
  grid-template-rows: auto;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.cta-contents {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.primary-100 {
  color: var(--2-primary--primary-100);
}

.cta-heading {
  color: var(--2-primary--primary-50);
  margin-top: 6px;
  margin-bottom: 0;
  font-size: 58px;
  line-height: 74px;
}

.margin-top-70px {
  margin-top: 70px;
}

.footer-section {
  margin-top: 140px;
}

.footer-section.user-footer {
  margin-top: 0;
}

.list-for-button-icon {
  display: none;
}

._30px-title-white {
  color: var(--1-main-colors--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  line-height: 42px;
}

.job-widget {
  border: 1px solid var(--1-main-colors--border);
  background-color: #fff;
  border-radius: 6px;
  flex-flow: column;
  width: 100%;
  padding-bottom: 40px;
  display: flex;
  overflow: hidden;
}

.job-categories {
  background-color: #fff;
  flex-flow: column;
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.sidebar-form {
  width: 100%;
  max-width: 308px;
  margin-bottom: 0;
}

.full-width {
  width: 100%;
}

.sidebar-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  width: 100%;
  max-width: 308px;
  display: flex;
}

.show-filter-bar {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  display: none;
}

.job-category-link {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-bottom: 1px solid var(--1-main-colors--border);
  font-family: var(--font--heading);
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  transition: padding .2s, border-color .4s, color .35s;
  display: flex;
}

.job-category-link:hover {
  border-bottom-color: var(--1-main-colors--secondary);
  color: var(--1-main-colors--secondary);
  padding-left: 10px;
}

.job-category-link.w--current {
  color: var(--1-main-colors--secondary);
  padding-left: 10px;
}

.vertical-wrapper-40px-gap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.pagination-button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-radius: var(--7-radius--button);
  background-color: var(--1-main-colors--primary);
  font-family: var(--font--heading);
  color: #fff;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  padding: 12px 30px;
  font-size: 18px;
  line-height: 28px;
  transition: color 1s ease-out, background-color .5s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: relative;
}

.pagination-button:hover {
  background-color: var(--1-main-colors--secondary);
  border-radius: 9px;
}

.job-grid-card {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border: 1px solid var(--1-main-colors--border);
  background-color: var(--1-main-colors--white);
  text-align: center;
  border-radius: 10px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 40px 30px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.job-grid-card:hover {
  border-color: var(--1-main-colors--transparent);
  transform: translate(0);
}

.job-grid-header {
  z-index: 1;
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  position: relative;
}

.center-align-job-card {
  justify-content: center;
  align-items: center;
}

._10px-gap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

._24px-icon {
  font-family: var(--font--icon);
  font-size: 24px;
  line-height: 24px;
}

.company-card {
  background-color: var(--1-main-colors--white);
  width: 100%;
  box-shadow: 0 0 2px 0 var(--1-main-colors--border);
  text-align: center;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 50px 30px 30px;
  transition: box-shadow .2s;
  display: flex;
  position: relative;
}

.company-card:hover {
  box-shadow: 0 0 0 0 var(--1-main-colors--border);
  background-image: url('/assets/img/Exclude_1Exclude.png?h=3245289d507253c93c576868af07daf1');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 48px;
}

.company-thumbnail {
  object-fit: contain;
  max-width: 60px;
  height: 60px;
  margin-bottom: 18px;
}

.divider {
  background-color: var(--2-primary--primary-50);
  width: 100%;
  height: 1px;
}

.company-name {
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 28px;
}

.neutral-300 {
  color: var(--4-neutral--neutral-300);
}

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

.margin-top-25 {
  margin-top: 25px;
}

.company-icon {
  z-index: 4;
  width: 40px;
  height: 40px;
  font-family: var(--font--icon);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  line-height: 24px;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.rotate--45 {
  transform: rotate(-45deg);
}

.double-image-wrapper-15px-gap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 760px;
  display: flex;
  position: relative;
}

._370px-image {
  border-radius: 10px;
  width: 100%;
}

.margin-bottom-6px {
  margin-bottom: 6px;
}

.image-158px {
  max-width: 158px;
  max-height: 70px;
}

.image-floating-banner {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  max-width: 115px;
}

.image-floating-banner.multiimages-block {
  max-width: none;
  margin-left: 22px;
  padding-top: 22px;
}

.image-between-block {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--2-primary--primary-50);
  border-radius: 6px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 20px 24px;
  display: flex;
}

._49 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  width: 49%;
}

.image-wrapper-46 {
  width: 46%;
  position: relative;
}

.image-67px {
  max-width: 67px;
}

.about-floating-card {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: var(--1-main-colors--white);
  box-shadow: 0 10px 20px 0 var(--6-box-shadow--shadow-50);
  white-space: pre;
  border-radius: 6px;
  justify-content: flex-start;
  align-items: center;
  padding: 24px 20px;
  display: flex;
  position: absolute;
  inset: auto auto 110px -100px;
}

.contents-40 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 40%;
  display: flex;
}

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

.company-banner-card {
  background-color: #feb7b7;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 550px;
  padding: 40px;
  transition: background-color .3s;
  display: flex;
  position: relative;
}

.company-banner-card:hover {
  background-color: var(--3-secondary--secondary-300);
  background-image: url('/assets/img/Exclude_1Exclude.png?h=3245289d507253c93c576868af07daf1');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 48px;
}

.company-banner-card.blue-block {
  background-color: #84d7ff;
  max-width: 307px;
  min-height: 305px;
}

.company-banner-card.blue-block:hover, .company-banner-card.blue-block.pink-color {
  background-color: #deb4ff;
}

.company-banner-card.blue-block.pink-color:hover {
  background-color: var(--1-main-colors--tertiary);
}

.company-banner-card.landscape-company-banner {
  background-color: #ffdeab;
  min-height: 305px;
}

.company-banner-card.landscape-company-banner:hover {
  background-color: var(--2-primary--primary-50);
}

.company-banner-card.landscape-company-banner.color-blue {
  background-color: #9fa8fd;
}

.company-banner-card.landscape-company-banner.color-blue:hover {
  background-color: var(--3-secondary--secondary-700);
}

.company-banner-logo {
  max-width: 132px;
}

.vertical-center-align {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.vertical-center-align._40px-gap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.vertical-center-align._60px-gap {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
}

.horizontal-left-center-20px-gap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.featured-company-block {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  max-width: 420px;
}

.company-container {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.company-duo-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: stretch;
  width: 100%;
}

.company-2-column-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.primary-button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-radius: var(--7-radius--button);
  background-color: var(--1-main-colors--primary);
  color: var(--1-main-colors--white);
  justify-content: center;
  align-items: center;
  padding: 14px 30px;
  font-weight: 500;
  transition: color 1s ease-out, background-color .5s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: relative;
}

.primary-button:hover {
  background-color: var(--1-main-colors--secondary);
}

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

._30px-title {
  font-family: var(--font--heading);
  color: var(--1-main-colors--heading);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 600;
  line-height: 42px;
}

.job-details-block {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: var(--1-main-colors--white);
  text-align: center;
  border-width: 1px;
  border-radius: 6px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 50px 40px;
  box-shadow: 0 0 40px #0f52ff1a;
}

.margin-bottom-10px {
  margin-bottom: 10px;
}

.job-details-wrapper {
  width: 100%;
  margin-top: 5px;
  margin-bottom: 15px;
}

.job-meta-text {
  color: var(--1-main-colors--paragraph);
  font-weight: 500;
}

.job-between-block {
  border-bottom: 1px solid var(--1-main-colors--border);
  text-align: left;
  justify-content: space-between;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}

.social-icon-links-gray {
  color: var(--4-neutral--neutral-100);
  font-family: Icofont, sans-serif;
  font-size: 16px;
  line-height: 16px;
  text-decoration: none;
  transition: color .6s, transform .3s;
}

.social-icon-links-gray:hover {
  color: #4267b2;
  transform: translate(0, -2px);
}

.social-icon-links-gray.instagram:hover {
  color: #e1306c;
}

.social-icon-links-gray.twitter:hover {
  color: #1da1f2;
}

.social-icon-links-gray.linkedin:hover {
  color: #0077b5;
}

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

.company-rich-text img {
  border-radius: 10px;
  max-height: 590px;
  margin-top: 0;
  margin-bottom: 40px;
}

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

.full-width-block {
  width: 100%;
}

.pricing-floating-text {
  font-family: var(--font--heading);
  font-size: 20px;
  line-height: 30px;
  position: absolute;
  top: 6px;
  left: -95px;
  right: auto;
}

.pricing-floating-text.yearly {
  left: auto;
  right: -96px;
}

.switch-menu {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #e6e7f3;
  border-radius: 30px;
  width: 115px;
  padding: 7px 12px;
  display: flex;
}

.tabs-content {
  width: 100%;
  padding-top: 70px;
  overflow: visible;
}

.pricing-title {
  font-family: var(--font--heading);
  color: var(--4-neutral--neutral-300);
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.membership-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: flex-end;
  margin-top: 10px;
  margin-bottom: 30px;
}

.pricing-card-price {
  font-family: var(--font--heading);
  color: var(--1-main-colors--heading);
  font-size: 38px;
  font-weight: 600;
  line-height: 50px;
}

.tab-link-pink {
  border: 1px solid var(--1-main-colors--transparent);
  background-color: var(--1-main-colors--transparent);
  border-radius: 30px;
  width: 30px;
  height: 30px;
  padding: 0;
  transition: border-color .3s, background-color .5s;
}

.tab-link-pink:hover {
  border-color: var(--1-main-colors--primary);
}

.tab-link-pink.w--current {
  background-color: var(--1-main-colors--secondary);
}

.pricing-card {
  border-radius: var(--7-radius--primary);
  background-color: var(--1-main-colors--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 70px 30px 76px;
  transition: transform .4s cubic-bezier(.165, .84, .44, 1);
  display: flex;
  position: relative;
  box-shadow: 0 0 40px #0f52ff1a;
}

.pricing-card:hover {
  transform: translate(0, -10px);
}

.membership-discount-tag {
  background-color: var(--1-main-colors--tertiary);
  color: #f5f5f5;
  border-radius: 4px;
  padding: 10px;
  position: absolute;
  inset: 20px auto auto -6px;
}

.per-month-text {
  color: var(--4-neutral--neutral-100);
  transform: translate(0, -8px);
}

.blog-card-grid {
  border-radius: 10px;
  flex-direction: column;
  width: 100%;
  max-width: 500px;
  display: flex;
  overflow: hidden;
}

.blog-body-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 1px solid var(--1-main-colors--border);
  text-align: left;
  border-radius: 0 0 10px 10px;
  flex-direction: column;
  align-items: flex-start;
  padding: 40px;
  display: flex;
}

.category-text-mask {
  max-height: 78px;
  margin-bottom: 40px;
  overflow: hidden;
}

.blog-slider-arrow {
  border-radius: var(--7-radius--primary);
  background-color: var(--1-main-colors--primary);
  width: 36px;
  height: 36px;
  font-family: var(--font--icon);
  justify-content: center;
  align-items: center;
  font-size: 24px;
  line-height: 24px;
  transition: background-color .3s;
  display: flex;
  top: 120px;
  left: 2px;
}

.blog-slider-arrow:hover {
  background-color: var(--1-main-colors--secondary);
}

.blog-slider-arrow.right-arrow {
  left: auto;
  right: 2px;
}

._20px-icon {
  font-family: var(--font--icon);
  font-size: 20px;
  line-height: 20px;
}

.vertical-blog-list-40px {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.blog-thumbnail-list {
  height: 100%;
  transition: transform .7s cubic-bezier(.19, 1, .22, 1);
}

.blog-thumbnail-list:hover {
  transform: scale(1.1);
}

.blog-thumbnail-mask {
  z-index: 1;
  width: 49%;
  position: relative;
  overflow: hidden;
}

.white-section {
  background-color: var(--1-main-colors--white);
  padding-top: 100px;
  padding-bottom: 100px;
}

.blog-full-image {
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.portrait-blog-thumbnail {
  aspect-ratio: 2 / 3;
}

.blog-absolute-overlay {
  background-image: linear-gradient(#000, #0000 0%, #000000e6);
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 50%;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.blog-slider-heading-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  margin-bottom: 40px;
  display: flex;
}

.left-align-title-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 650px;
  margin-bottom: 45px;
  display: flex;
}

.faq-title-20px {
  font-family: var(--font--heading);
  color: var(--4-neutral--neutral-400);
  text-transform: none;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.input-field {
  border: 1px solid var(--2-primary--primary-300);
  min-height: 54px;
  color: var(--2-primary--primary-100);
  background-color: #0000;
  border-radius: 10px;
  margin-bottom: 0;
  padding: 16px;
}

.input-field::placeholder {
  color: var(--2-primary--primary-100);
}

.input-field.text-area {
  min-height: 120px;
}

.faq-form {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--1-main-colors--primary);
  border-radius: 10px;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  padding: 45px 55px 55px;
  display: flex;
}

.dropdown-contents {
  background-color: #fff0;
  width: 100%;
  display: block;
  position: static;
  overflow: hidden;
}

.dropdown-switch-20px-padding {
  text-transform: none;
  white-space: pre-wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 20px 30px 20px 24px;
  display: flex;
  position: relative;
}

.submit-button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--1-main-colors--primary);
  color: var(--1-main-colors--white);
  white-space: nowrap;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 13px 30px;
  transition: color .4s ease-out, background-color .5s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: relative;
}

.submit-button:hover {
  background-color: var(--1-main-colors--secondary);
  color: #f5f5f5;
}

.faq-white-dropdown {
  z-index: auto;
  border: 1px solid var(--1-main-colors--border);
  background-color: var(--1-main-colors--white);
  text-align: left;
  cursor: pointer;
  border-radius: 6px;
  flex-direction: column;
  width: 100%;
  display: flex;
  position: relative;
}

.faq-text {
  margin-bottom: 48px;
  margin-left: 24px;
  margin-right: 25px;
}

._20px-arrow-icon {
  color: #949597;
  font-family: Material Icons, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
}

._50-width-block {
  width: 50%;
}

._50-width-block.max-width-645px {
  max-width: 645px;
}

.faq-dropdown-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  width: 100%;
  max-width: 780px;
}

.cotnact-form {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border: 1px solid var(--4-neutral--neutral-50);
  background-color: var(--1-main-colors--white);
  border-radius: 6px;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  padding: 60px;
  display: flex;
}

.contact-icon-wrapper-40px {
  background-color: var(--1-main-colors--primary);
  width: 40px;
  height: 40px;
  color: var(--1-main-colors--secondary);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  padding: 8px;
  font-family: Material Icons, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  transition: color .4s cubic-bezier(.25, .46, .45, .94), background-color .2s;
  display: flex;
}

.contact-icon-wrapper-40px:hover {
  background-color: var(--1-main-colors--secondary);
  color: var(--1-main-colors--primary);
}

.contact-input-field {
  background-color: var(--2-primary--primary-50);
  color: #cfd3d7;
  border: 1px #000;
  border-radius: 4px;
  min-height: 56px;
  margin-bottom: 0;
  padding: 16px;
}

.contact-input-field.text-area {
  min-height: 190px;
  margin-bottom: 10px;
}

.contact-info-block-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-top: 38px;
}

.contact-contents {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 577px;
  display: flex;
}

._2px-gap {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
}

.vertical-left-top {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.vertical-left-top._10px-gap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.vertical-left-top._4px-gap {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
}

.input-label {
  font-family: var(--font--heading);
  text-transform: none;
  margin-bottom: 14px;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.field-inputs-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

._48px-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 56px;
}

.icon-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: flex-start;
}

._20px-title {
  font-family: var(--font--heading);
  color: var(--1-main-colors--heading);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

._38px-title {
  font-family: var(--font--heading);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 700;
  line-height: 46px;
}

.negative-section {
  margin-top: -110px;
}

.map-embed {
  margin-top: -80px;
  overflow: hidden;
}

.blog-masking-31 {
  max-width: 31%;
  overflow: visible;
}

._404-bg {
  z-index: 0;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
}

._404-text {
  font-size: 350px;
  line-height: 350px;
}

._404-image {
  width: 42%;
  position: absolute;
  inset: -20% auto auto -3%;
}

.form-fixed-wrapper {
  z-index: 100;
  background-image: linear-gradient(#00000080, #00000080);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.apply-form-wrapper {
  background-color: var(--1-main-colors--white);
  border-radius: 10px;
  width: 100%;
  max-width: 650px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 60px 60px;
  position: relative;
}

.apply-input-field {
  border: 1px solid var(--1-main-colors--border);
  min-height: 60px;
  color: var(--4-neutral--neutral-200);
  border-radius: 6px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
  padding-left: 20px;
}

.apply-input-field::placeholder {
  color: var(--4-neutral--neutral-200);
}

.apply-input-field.min-height-100 {
  min-height: 100px;
}

.vertical-left-stretch {
  flex-flow: column;
  display: flex;
}

.form-close-icon {
  font-family: var(--font--icon);
  color: var(--1-main-colors--tertiary);
  cursor: pointer;
  font-size: 20px;
  line-height: 20px;
  transition: color .2s;
  position: absolute;
  inset: 30px 35px auto auto;
}

.form-close-icon:hover {
  color: var(--1-main-colors--secondary);
}

.cta-image {
  max-width: 450px;
}

.jobs-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  width: 100%;
  display: grid;
}

.job-search-field {
  border: .5px solid var(--2-primary--primary-100);
  border-radius: var(--7-radius--primary);
  background-color: var(--2-primary--primary-50);
  min-height: 50px;
  color: var(--1-main-colors--heading);
  margin-top: 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
}

.job-search-field::placeholder {
  color: var(--1-main-colors--primary);
}

.job-search-absolute-button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-radius: var(--7-radius--button);
  background-color: var(--1-main-colors--primary);
  color: var(--1-main-colors--white);
  justify-content: center;
  align-items: center;
  padding: 12px 30px;
  font-weight: 700;
  transition: color 1s ease-out, background-color .5s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.job-search-absolute-button:hover {
  background-color: var(--1-main-colors--secondary);
}

.featured-tag {
  z-index: 1;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: var(--1-main-colors--tertiary);
  color: var(--1-main-colors--white);
  justify-content: flex-start;
  align-items: center;
  padding: 8px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.featured-tag.frid {
  inset: 0% auto auto 0%;
}

.image-18px {
  max-width: 18px;
}

.job-rich-text img {
  border-radius: 10px;
  max-height: 590px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.job-rich-text p {
  max-width: none;
  margin-bottom: 20px;
}

.job-rich-text h4 {
  margin-top: 30px;
  margin-bottom: 10px;
}

.job-rich-text ul {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: var(--1-main-colors--heading);
  flex-flow: column;
  font-weight: 300;
  display: flex;
}

.company-small-wrapper {
  width: 100%;
  max-width: 307px;
}

.pink-blur-block {
  z-index: -1;
  opacity: .5;
  filter: blur(50px);
  background-color: #fb82fd;
  width: 220px;
  height: 70px;
  position: absolute;
  inset: auto 0% -31% auto;
}

.pink-blur-block.top-right {
  top: 2%;
  right: 0%;
}

.job-post-form {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 0;
  display: flex;
}

.input-field-60px {
  border: 1px solid var(--1-main-colors--border);
  border-radius: var(--7-radius--button);
  background-color: var(--1-main-colors--white);
  min-height: 60px;
  color: var(--1-main-colors--heading);
  margin-bottom: 20px;
  transition: border-color .3s;
}

.input-field-60px:hover, .input-field-60px:focus {
  border-color: var(--1-main-colors--secondary);
}

.input-field-60px.text-area-field {
  min-height: 120px;
}

.job-form-label {
  font-family: var(--font--heading);
  color: var(--1-main-colors--heading);
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.form-part {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  border-bottom: 1px solid var(--4-neutral--neutral-100);
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 80px;
  padding-bottom: 60px;
  display: flex;
}

.form-part.no-border {
  border-bottom-style: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.form-title-block {
  width: 100%;
  max-width: 400px;
}

.form-input-blocks {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 870px;
  display: flex;
}

.form-input-blocks-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  width: 100%;
  display: flex;
}

.form-button-input-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.job-post-button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-radius: var(--7-radius--button);
  background-color: var(--1-main-colors--primary);
  color: var(--1-main-colors--white);
  justify-content: center;
  align-items: center;
  padding: 14px 30px;
  font-weight: 700;
  transition: color 1s ease-out, background-color .5s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: relative;
}

.job-post-button:hover {
  background-color: var(--1-main-colors--secondary);
  color: var(--1-main-colors--heading);
}

.company-block {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: relative;
}

.white-0-8 {
  color: #fffc;
}

.image-16px {
  max-width: 16px;
}

.login-link {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: flex-start;
  align-items: center;
  transition: color .3s;
  display: flex;
}

.login-link:hover {
  color: var(--1-main-colors--secondary);
}

.hide-from-tablet-horizontal {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

._14px-500 {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

._16px-500 {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}

._16px-500._0-8-opacity {
  opacity: .8;
}

._16px-500.white {
  color: var(--1-main-colors--white);
}

.logo-slider-wrapper {
  margin-top: 100px;
  overflow: hidden;
}

.hero-bg-bottom-right {
  z-index: -1;
  background-color: var(--2-primary--primary-50);
  border-top-right-radius: 100px;
  width: 100%;
  max-width: 420px;
  height: 100%;
  max-height: 420px;
  position: absolute;
  inset: auto 0% 85px auto;
}

.underline {
  text-decoration: underline;
}

.horizontal-left-center-4px-gap {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.job-info {
  border-left: 1px solid var(--2-primary--primary-50);
  justify-content: center;
  align-items: flex-start;
  margin-left: 24px;
  padding-left: 24px;
}

._16px-500-neutral-50 {
  opacity: .8;
  color: var(--4-neutral--neutral-50);
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}

.star-icofont {
  color: #ff9110;
  font-family: Icofont, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 17px;
}

.testiimonial-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.mask-31 {
  width: 31%;
  overflow: visible;
}

.testimonial-navigation {
  bottom: -89px;
}

.star-wrapper-margin-top-18px {
  grid-column-gap: 3px;
  flex-direction: row;
  margin-top: 18px;
  display: flex;
}

._14px-text {
  color: #7a7979;
  font-size: 14px;
  line-height: 22px;
}

.testimonial-card-med {
  grid-row-gap: 12px;
  border: 1px solid var(--4-neutral--neutral-100);
  background-color: var(--1-main-colors--white);
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  margin-top: 12px;
  padding: 44px 24px 50px 30px;
  line-height: 28px;
  display: flex;
  position: relative;
}

.testimonial-author-block {
  grid-column-gap: 12px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-left: 30px;
  display: flex;
}

.testimonial-author {
  border-radius: 50%;
  max-width: 40px;
  height: 40px;
}

.margin-top-2px {
  margin-top: 2px;
}

._20px-500 {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

._20px-title-neutral-300 {
  font-family: var(--font--heading);
  color: var(--4-neutral--neutral-300);
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

._84px-height-divider {
  background-color: var(--2-primary--primary-100);
  width: 1px;
  height: 84px;
}

.image-120px-absolute-left-30 {
  max-width: 120px;
  position: absolute;
  inset: -6% auto auto 30%;
}

.image-84px-absolute-left--1 {
  max-width: 84px;
  position: absolute;
  inset: 6% auto auto -1%;
}

.horizontal-left-center-15px-gap {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.banner-with-search {
  background-color: var(--1-main-colors--primary);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
}

.banner-search-wrapper {
  width: 100%;
  max-width: 600px;
  margin-top: 20px;
  margin-bottom: 0;
  position: relative;
}

.banner-search-input {
  border: 1px solid var(--2-primary--primary-300);
  background-color: var(--2-primary--primary-400);
  color: #fffc;
  border-radius: 6px;
  min-height: 70px;
  margin-bottom: 0;
  padding-left: 22px;
}

.banner-search-input::placeholder {
  color: #fffc;
}

.search-button-material {
  color: #fffc;
  background-color: #3898ec00;
  padding: 0;
  font-family: Material Icons Outlined, sans-serif;
  font-size: 24px;
  line-height: 24px;
  position: absolute;
  inset: 0% 14px 0% auto;
}

.widget-title {
  background-color: var(--1-main-colors--primary);
  color: var(--1-main-colors--white);
  margin-bottom: 10px;
  padding: 16px 15px 16px 30px;
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
}

.image-80px {
  max-width: 80px;
}

.apply-button-with-hover {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border: 1px solid var(--1-main-colors--primary);
  background-color: var(--1-main-colors--transparent);
  color: var(--1-main-colors--primary);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 20px;
  transition: border-color .2s, background-color .2s, color .2s;
  display: flex;
}

.apply-button-with-hover:hover {
  border-color: var(--1-main-colors--primary);
  background-color: var(--1-main-colors--primary);
  color: var(--1-main-colors--white);
}

.apply-button-with-hover.full-button {
  width: 100%;
  padding-top: 14px;
  padding-bottom: 14px;
}

.apply-button-with-hover.full-button.w--current {
  width: 100%;
}

.image-60px {
  max-width: 60px;
}

.margin-bottom-5px {
  margin-bottom: 5px;
}

.relative-block {
  position: relative;
}

.job-details-block-left-align {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: var(--1-main-colors--white);
  border-width: 1px;
  border-radius: 6px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 30px 40px 50px;
  box-shadow: 0 0 40px #0f52ff1a;
}

.job-info-block {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border-bottom: 1px solid var(--2-primary--primary-50);
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.job-info-block.last {
  border-bottom-style: none;
  margin-bottom: 5px;
}

.user-form-section {
  justify-content: flex-start;
  align-items: center;
  height: 100vh;
  padding-bottom: 0;
  display: flex;
}

._58px-text {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 58px;
  line-height: 70px;
}

.margin-top-20px-bottom-40px {
  margin-top: 20px;
  margin-bottom: 40px;
}

.margin-bottom-60px {
  margin-bottom: 60px;
}

.max-height-710px {
  max-height: 710px;
}

.max-height-710px.rounded-12px {
  border-radius: 12px;
}

.features {
  margin-bottom: 40px;
}

.features ul {
  flex-flow: column;
  padding-left: 0;
  display: flex;
}

.features li {
  border-bottom: 1px solid var(--2-primary--primary-50);
  padding-top: 11px;
  padding-bottom: 21px;
}

.log-in-image {
  max-width: 40%;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.transparent-navbar {
  z-index: 100;
  background-color: var(--1-main-colors--transparent);
  border-bottom: 1px solid #0000;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 0;
  position: sticky;
  top: 0;
}

.login-link-white {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: var(--1-main-colors--white);
  justify-content: flex-start;
  align-items: center;
  transition: color .3s;
  display: flex;
}

.login-link-white:hover {
  color: var(--1-main-colors--secondary);
}

.user-form {
  width: 100%;
  max-width: 480px;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.user-logo {
  max-width: 220px;
  margin-bottom: 33px;
}

.user-input {
  border: 1px solid var(--2-primary--primary-100);
  background-color: var(--1-main-colors--transparent);
  height: 60px;
  color: var(--4-neutral--neutral-200);
  border-radius: 6px;
  margin-bottom: 16px;
}

.user-input::placeholder {
  color: var(--4-neutral--neutral-200);
}

.user-input.email {
  background-image: url('/assets/img/mail-send-line_1mail-send-line.png?h=3245289d507253c93c576868af07daf1');
  background-position: 97%;
  background-repeat: no-repeat;
  background-size: 24px;
}

.user-input.password {
  background-image: url('/assets/img/eye-line_1eye-line.png?h=3245289d507253c93c576868af07daf1');
  background-position: 97%;
  background-repeat: no-repeat;
  background-size: 24px;
}

.user-button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--1-main-colors--primary);
  height: 70px;
  color: var(--1-main-colors--white);
  white-space: nowrap;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding: 18px 30px;
  transition: color .4s ease-out, background-color .5s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: relative;
}

.user-button:hover {
  background-color: var(--1-main-colors--secondary);
  color: #f5f5f5;
}

.margin-bottom-48px {
  margin-bottom: 48px;
}

.form-footer {
  justify-content: flex-end;
  margin-bottom: 29px;
}

.tertiary-link {
  color: var(--1-main-colors--tertiary);
}

.tertiary-link:hover {
  color: var(--1-main-colors--secondary);
}

.google-button {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border: 1px solid var(--2-primary--primary-100);
  background-color: var(--2-primary--primary-50);
  height: 70px;
  color: var(--1-main-colors--heading);
  white-space: nowrap;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  padding: 18px 30px;
  transition: color .4s ease-out, background-color .4s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: relative;
}

.google-button:hover {
  background-color: var(--1-main-colors--secondary);
  color: #f5f5f5;
}

.image-160px {
  max-width: 160px;
}

.section-80px {
  margin-top: 80px;
  margin-bottom: 80px;
}

.submit-button-full {
  text-align: center;
  background-color: #fb6d48;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 14px 25px;
  font-weight: 500;
  transition: background-color .35s;
  display: flex;
}

.submit-button-full:hover {
  background-color: #5356ff;
}

.block-contents {
  border-style: none;
}

.block {
  border-radius: var(--7-radius--primary);
  border: 1px #000;
  width: 100%;
  overflow: hidden;
  box-shadow: 0 2px 10px #0000001a;
}

.apple-pay {
  border-radius: 2px;
}

.sticky-right-bar {
  top: 100px;
}

.checkout-title {
  margin-top: 10px;
  font-size: 32px;
  line-height: 58px;
}

.checkout-wrapper {
  flex: 0 auto;
  width: 100%;
  margin-right: 0;
}

.hover-color-primary {
  background-color: var(--1-main-colors--primary);
  width: 100%;
  height: 0%;
  position: absolute;
  inset: auto 0% 0%;
}

.neutral-100 {
  color: var(--4-neutral--neutral-100);
}

._16px-700-uppercase-secondary {
  color: var(--1-main-colors--secondary);
  text-transform: uppercase;
  font-weight: 700;
}

.category-hover {
  background-color: #1f4336d4;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  inset: 0%;
}

.polygon-arrow {
  border-right: 1px solid var(--4-neutral--neutral-200);
  border-bottom: 1px solid var(--4-neutral--neutral-200);
  background-color: var(--1-main-colors--white);
  width: 30px;
  height: 30px;
  position: absolute;
  inset: auto auto -16px 33px;
  transform: rotate(45deg);
}

.password-page {
  justify-content: center;
  align-items: center;
  height: 60vh;
  margin-top: 120px;
  display: flex;
}

.password-form {
  border: 1px solid var(--1-main-colors--border);
  text-align: center;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px;
  display: flex;
}

.margin-top-40px-bottom-20px {
  margin-top: 40px;
  margin-bottom: 20px;
}

.secondary-link {
  color: var(--1-main-colors--secondary);
}

.remove-this-for-production {
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.customize-template-wrapper {
  z-index: 100000;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--4-neutral--neutral-300);
  border-radius: 6px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: 240px;
  height: 200px;
  padding: 10px 15px 28px;
  display: flex;
  position: fixed;
  inset: auto 1% 2% auto;
}

.close-icon {
  color: #f6f6f6;
  cursor: pointer;
  max-width: 16px;
  max-height: 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
}

.customization-texts-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.customization-texts {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.preview-buttons-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.let-s-talk-button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px solid var(--1-main-colors--primary);
  background-color: var(--1-main-colors--primary);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 50px;
  padding: 15px 30px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .5s;
  display: flex;
}

.let-s-talk-button:hover {
  color: #fff;
  background-color: #fff0;
}

.let-s-talk-text {
  color: #fff;
}

.body-2 {
  overflow: scroll;
}

.paragraph, .paragraph-2 {
  color: var(--1-main-colors--heading);
  font-weight: 700;
}

.link, .link-2 {
  color: var(--1-main-colors--secondary);
  font-style: italic;
  text-decoration: underline;
}

.code-embed {
  margin: 63px -41px -81px -29px;
}

.text-block {
  font-family: var(--font--heading);
}

.section-2 {
  margin-top: 126px;
}

.link-3 {
  color: var(--1-main-colors--background);
}

@media screen and (min-width: 1280px) {
  p {
    font-weight: 300;
  }
}

@media screen and (min-width: 1280px) {
  .sidebar {
    max-width: 420px;
  }
}

@media screen and (min-width: 1280px) {
  .success-message {
    border-radius: var(--7-radius--primary);
  }
}

@media screen and (min-width: 1280px) {
  .blur-div-470px-size.top-right {
    inset: 0% 0% auto auto;
  }
}

@media screen and (min-width: 1280px) {
  .job-category-card {
    padding-left: 42px;
    padding-right: 42px;
  }
}

@media screen and (min-width: 1280px) {
  .category-title {
    overflow-wrap: break-word;
  }
}

@media screen and (min-width: 1280px) {
  .job-location-salary-wrapper {
    flex-flow: row;
  }
}

@media screen and (min-width: 1280px) {
  .apply-button {
    transition: transform .5s;
  }
}

@media screen and (min-width: 1280px) {
  .apply-button:hover {
    transform: translate(0, -5px);
  }
}

@media screen and (min-width: 1280px) {
  .absolute-banner-bg {
    max-width: 540px;
    left: auto;
  }
}

@media screen and (min-width: 1280px) {
  .man-image-bg {
    left: -50px;
  }
}

@media screen and (min-width: 1280px) {
  .company-banner-card {
    background-color: #feb7b7;
  }
}

@media screen and (min-width: 1280px) {
  .company-banner-card:hover {
    background-color: var(--3-secondary--secondary-400);
  }
}

@media screen and (min-width: 1280px) {
  .primary-button {
    color: var(--1-main-colors--white);
  }
}

@media screen and (min-width: 1280px) {
  .contact-input-field, .contact-input-field::placeholder {
    color: var(--2-primary--primary-200);
  }
}

@media screen and (min-width: 1280px) {
  .blog-masking-31 {
    max-width: 31%;
  }
}

@media screen and (min-width: 1280px) {
  .form-fixed-wrapper {
    display: none;
  }
}

@media screen and (min-width: 1280px) {
  .cta-image {
    max-width: 600px;
  }
}

@media screen and (min-width: 1280px) {
  .jobs-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media screen and (min-width: 1280px) {
  .job-rich-text h4 {
    margin-top: 30px;
    margin-bottom: 40px;
  }
}

@media screen and (min-width: 1280px) {
  .job-rich-text li {
    background-image: url('/assets/img/Vector_2Vector.png?h=3245289d507253c93c576868af07daf1');
    background-position: 9px;
    background-repeat: no-repeat;
    background-size: 24px;
    padding-left: 50px;
  }
}

@media screen and (min-width: 1280px) {
  .job-rich-text ul {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 0;
    display: flex;
  }
}

@media screen and (min-width: 1280px) {
  .pink-blur-block.top-right {
    right: 11%;
  }
}

@media screen and (min-width: 1280px) {
  .company-block {
    max-width: none;
  }
}

@media screen and (min-width: 1280px) {
  .apply-button-with-hover {
    transition: transform .5s;
  }
}

@media screen and (min-width: 1280px) {
  .apply-button-with-hover:hover {
    transform: translate(0, -5px);
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 50px;
    line-height: 60px;
  }
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 36px;
    line-height: 50px;
  }
}

@media screen and (max-width: 991px) {
  h3 {
    font-size: 26px;
    line-height: 30px;
  }
}

@media screen and (max-width: 991px) {
  ._3-column-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 991px) {
  .contents {
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .contents._60 {
    width: 100%;
    margin-top: 0;
  }
}

@media screen and (max-width: 991px) {
  .gathering-slider-navigation {
    top: -70px;
  }
}

@media screen and (max-width: 991px) {
  .blog-card-title {
    font-size: 19px;
    line-height: 28px;
  }
}

@media screen and (max-width: 991px) {
  .main-banner {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 991px) {
  .heading-style-box {
    min-width: auto;
  }
}

@media screen and (max-width: 991px) {
  ._12px-gap {
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  ._60px-margin-section {
    z-index: 1;
  }
}

@media screen and (max-width: 991px) {
  .sidebar, .featured-blogs {
    max-width: none;
  }
}

@media screen and (max-width: 991px) {
  .featured-image {
    max-width: 200px;
  }
}

@media screen and (max-width: 991px) {
  .main-block {
    min-width: auto;
  }
}

@media screen and (max-width: 991px) {
  .post-image {
    max-width: 100%;
    max-height: 450px;
  }
}

@media screen and (max-width: 991px) {
  .nav-menu-wrapper {
    background-color: var(--1-main-colors--white);
    flex-flow: column;
    min-width: 420px;
  }
}

@media screen and (max-width: 991px) {
  .dropdown-options {
    padding-top: 30px;
    display: none;
    position: static;
  }
}

@media screen and (max-width: 991px) {
  .dropdown-options.w--open {
    z-index: 2;
    position: static;
  }
}

@media screen and (max-width: 991px) {
  .navbar {
    margin-top: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 991px) {
  .nav-menu {
    text-align: center;
    flex-flow: column;
    padding-top: 70px;
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 991px) {
  .menu-button {
    z-index: 10;
    color: var(--1-main-colors--primary);
    background-color: #fff0;
    flex-direction: row;
    padding: 0;
    font-family: Material Icons, sans-serif;
    font-size: 20px;
    line-height: 20px;
    display: block;
  }
}

@media screen and (max-width: 991px) {
  .menu-button.w--open {
    color: #fff;
    background-color: #0000;
  }
}

@media screen and (max-width: 991px) {
  .menu-button.white {
    color: var(--1-main-colors--white);
  }
}

@media screen and (max-width: 991px) {
  .hamburger-icon {
    background-color: #fff0;
    flex-direction: row;
  }
}

@media screen and (max-width: 991px) {
  .nav-link-dropdown {
    flex-flow: column;
    display: flex;
  }
}

@media screen and (max-width: 991px) {
  .cross-icon {
    z-index: 99999;
    color: red;
    flex-direction: row;
    font-style: normal;
  }
}

@media screen and (max-width: 991px) {
  .nav-dropdown-contents-fastfood {
    padding-left: 40px;
    padding-right: 66px;
  }
}

@media screen and (max-width: 991px) {
  ._2-column-block-top {
    flex-flow: column;
  }
}

@media screen and (max-width: 991px) {
  ._2-column-block-top.reverse {
    flex-flow: wrap-reverse;
  }
}

@media screen and (max-width: 991px) {
  .footer-columns {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
    display: flex;
  }
}

@media screen and (max-width: 991px) {
  .footer-block {
    width: 100%;
    max-width: 50%;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 991px) {
  .footer-block.newsletter-footer-block {
    border-top: 1px solid var(--1-main-colors--border);
    max-width: none;
  }
}

@media screen and (max-width: 991px) {
  .footer-block._1st-block {
    border-bottom: 1px solid var(--1-main-colors--border);
    max-width: none;
  }
}

@media screen and (max-width: 991px) {
  .footer-wrapper {
    border-bottom-color: #c3c3c3;
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-top: 60px;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 991px) {
  ._2-column-grid {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 991px) {
  ._2-column-block {
    flex-flow: column;
    align-items: flex-start;
  }
}

@media screen and (max-width: 991px) {
  .logo-container {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }
}

@media screen and (max-width: 991px) {
  .logo-image {
    max-width: 120px;
  }
}

@media screen and (max-width: 991px) {
  .image-wrapper-40, .hero-contents {
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .floating-card {
    left: -15px;
  }
}

@media screen and (max-width: 991px) {
  .floating-card.bottom-right {
    right: -13px;
  }
}

@media screen and (max-width: 991px) {
  .floating-card.top-right {
    right: -10px;
  }
}

@media screen and (max-width: 991px) {
  .section {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}

@media screen and (max-width: 991px) {
  .mask-18 {
    width: 48%;
  }
}

@media screen and (max-width: 991px) {
  .margin-right-30px {
    margin-right: 25px;
  }
}

@media screen and (max-width: 991px) {
  .image-wrapper-50 {
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .floating-card-man {
    right: -4px;
  }
}

@media screen and (max-width: 991px) {
  .floating-card-vertical {
    left: -10px;
  }
}

@media screen and (max-width: 991px) {
  ._50-block {
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  ._4-column-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 991px) {
  .mask-23 {
    width: 48%;
  }
}

@media screen and (max-width: 991px) {
  .blog-container {
    flex-flow: column;
  }
}

@media screen and (max-width: 991px) {
  .featured-blog {
    padding-right: 0;
  }
}

@media screen and (max-width: 991px) {
  .blog-list-grid {
    padding-top: 0;
  }
}

@media screen and (max-width: 991px) {
  .cta-banner {
    padding-top: 40px;
    padding-left: 60px;
  }
}

@media screen and (max-width: 991px) {
  .cta-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
    align-items: flex-end;
    width: 100%;
    display: flex;
  }
}

@media screen and (max-width: 991px) {
  .cta-contents {
    padding-bottom: 0;
    padding-right: 30px;
  }
}

@media screen and (max-width: 991px) {
  .list-for-button-icon {
    display: block;
  }
}

@media screen and (max-width: 991px) {
  .sidebar-form {
    max-width: none;
    display: flex;
  }
}

@media screen and (max-width: 991px) {
  .sidebar-wrapper {
    max-width: none;
  }
}

@media screen and (max-width: 991px) {
  .show-filter-bar {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    color: #0c2d57;
    cursor: pointer;
    margin-bottom: 40px;
    display: flex;
  }
}

@media screen and (max-width: 991px) {
  .double-image-wrapper-15px-gap {
    width: auto;
    margin-top: 100px;
  }
}

@media screen and (max-width: 991px) {
  .image-wrapper-46 {
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .about-floating-card {
    left: -15px;
  }
}

@media screen and (max-width: 991px) {
  .contents-40 {
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .company-banner-card {
    min-height: 450px;
  }
}

@media screen and (max-width: 991px) {
  .featured-company-block {
    max-width: none;
  }
}

@media screen and (max-width: 991px) {
  .company-container {
    flex-flow: column;
  }
}

@media screen and (max-width: 991px) {
  .primary-button {
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 991px) {
  .white-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 991px) {
  .faq-white-dropdown {
    align-items: stretch;
    min-width: auto;
  }
}

@media screen and (max-width: 991px) {
  ._50-width-block {
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  ._50-width-block.max-width-645px {
    max-width: none;
  }
}

@media screen and (max-width: 991px) {
  .contact-contents {
    width: 100%;
    max-width: none;
  }
}

@media screen and (max-width: 991px) {
  .negative-section {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 991px) {
  .map-embed {
    margin-top: 0;
  }
}

@media screen and (max-width: 991px) {
  .blog-masking-31 {
    max-width: 48%;
  }
}

@media screen and (max-width: 991px) {
  .jobs-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 991px) {
  .form-title-block {
    max-width: 250px;
  }
}

@media screen and (max-width: 991px) {
  .company-block {
    min-width: auto;
  }
}

@media screen and (max-width: 991px) {
  .hide-from-tablet-horizontal {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .mask-31 {
    width: 48%;
  }
}

@media screen and (max-width: 991px) {
  .banner-with-search {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 991px) {
  .transparent-navbar {
    margin-top: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 991px) {
  .user-form {
    max-width: 55%;
  }
}

@media screen and (max-width: 991px) {
  .sticky-right-bar {
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .full-width-from-tab {
    width: 100%;
    margin-right: 0;
  }
}

@media screen and (max-width: 991px) {
  .customize-template-wrapper {
    padding-bottom: 28px;
    bottom: 1%;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 42px;
  }
}

@media screen and (max-width: 767px) {
  h3 {
    font-size: 24px;
  }
}

@media screen and (max-width: 767px) {
  ._3-column-grid {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
    place-items: center;
  }
}

@media screen and (max-width: 767px) {
  .slider-navigation {
    top: -56px;
    left: auto;
    right: 0;
  }
}

@media screen and (max-width: 767px) {
  .blog-body {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .blog-card {
    flex-flow: column;
    max-width: none;
  }
}

@media screen and (max-width: 767px) {
  .blog-card-title {
    font-size: 24px;
    line-height: 30px;
  }
}

@media screen and (max-width: 767px) {
  .main-banner {
    padding-top: 70px;
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 767px) {
  ._48-px-white-heading {
    font-size: 30px;
    line-height: 40px;
  }
}

@media screen and (max-width: 767px) {
  .heading-style-box {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-direction: column;
    padding: 30px;
  }
}

@media screen and (max-width: 767px) {
  .color-box-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }
}

@media screen and (max-width: 767px) {
  .featured-blogs {
    max-width: 480px;
  }
}

@media screen and (max-width: 767px) {
  .post-image {
    max-height: 360px;
  }
}

@media screen and (max-width: 767px) {
  .tag-block {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 767px) {
  ._404-sub-heading {
    font-size: 30px;
    line-height: 40px;
  }
}

@media screen and (max-width: 767px) {
  .utility-page-wrap {
    justify-content: flex-start;
    padding-top: 35%;
  }
}

@media screen and (max-width: 767px) {
  .changelog-section {
    margin-top: 40px;
    margin-bottom: -40px;
  }
}

@media screen and (max-width: 767px) {
  .container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .nav-menu-wrapper {
    z-index: 1;
    min-width: 320px;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    z-index: 99999;
    max-width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .nav-menu {
    border-radius: 0;
  }
}

@media screen and (max-width: 767px) {
  .site-logo {
    max-width: 150px;
  }
}

@media screen and (max-width: 767px) {
  .menu-button.white {
    color: var(--1-main-colors--heading);
  }
}

@media screen and (max-width: 767px) {
  .site-logo-wrapper {
    padding-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .cross-icon {
    font-style: normal;
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .footer-block {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .footer-wrapper {
    grid-template-columns: 1fr;
    padding-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .footer-bottom {
    grid-row-gap: 10px;
    text-align: center;
    flex-flow: column;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .footer-copyright {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .footer-paragraph {
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  ._2-column-grid {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  .logo-container {
    grid-auto-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  .find-job-form-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 26px;
  }
}

@media screen and (max-width: 767px) {
  .job-form-wrapper {
    max-width: none;
  }
}

@media screen and (max-width: 767px) {
  .hero-contents {
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .job-form-block {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }
}

@media screen and (max-width: 767px) {
  .floating-card {
    top: 12%;
  }
}

@media screen and (max-width: 767px) {
  .floating-card.bottom-left {
    bottom: 25%;
    left: -10px;
  }
}

@media screen and (max-width: 767px) {
  .floating-card.bottom-right {
    bottom: 7%;
  }
}

@media screen and (max-width: 767px) {
  .section {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 767px) {
  .testimonial-slider-3-col {
    min-height: auto;
  }
}

@media screen and (max-width: 767px) {
  .mask-18 {
    width: 47%;
  }
}

@media screen and (max-width: 767px) {
  .job-list-card {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding: 35px 25px 25px;
  }
}

@media screen and (max-width: 767px) {
  .job-location-salary-wrapper {
    flex-flow: wrap;
  }
}

@media screen and (max-width: 767px) {
  .apply-button {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }
}

@media screen and (max-width: 767px) {
  .apply-button.padding-x-38px {
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media screen and (max-width: 767px) {
  .client-tab-link {
    padding-left: 30px;
  }
}

@media screen and (max-width: 767px) {
  .cta-heading {
    font-size: 48px;
    line-height: 66px;
  }
}

@media screen and (max-width: 767px) {
  .job-grid-card {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    padding: 35px 25px 25px;
  }
}

@media screen and (max-width: 767px) {
  .job-grid-header {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }
}

@media screen and (max-width: 767px) {
  .double-image-wrapper-15px-gap {
    margin-top: 60px;
  }
}

@media screen and (max-width: 767px) {
  .company-banner-card {
    min-height: 380px;
  }
}

@media screen and (max-width: 767px) {
  .tabs-content {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .blog-card-grid {
    max-width: none;
  }
}

@media screen and (max-width: 767px) {
  .blog-thumbnail-mask {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .white-section {
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 767px) {
  .blog-absolute-overlay {
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (max-width: 767px) {
  .blog-slider-heading-wrapper {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }
}

@media screen and (max-width: 767px) {
  ._48px-title {
    font-size: 40px;
  }
}

@media screen and (max-width: 767px) {
  ._38px-title {
    font-size: 32px;
  }
}

@media screen and (max-width: 767px) {
  .blog-masking-31 {
    max-width: 100%;
    overflow: hidden;
  }
}

@media screen and (max-width: 767px) {
  ._404-text {
    font-size: 250px;
    line-height: 250px;
  }
}

@media screen and (max-width: 767px) {
  ._404-image {
    width: 58%;
    top: -31%;
  }
}

@media screen and (max-width: 767px) {
  .jobs-grid {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }
}

@media screen and (max-width: 767px) {
  .job-search-absolute-button {
    inset: auto auto 0% 0%;
  }
}

@media screen and (max-width: 767px) {
  .form-part {
    flex-flow: column;
  }
}

@media screen and (max-width: 767px) {
  .job-info {
    margin-left: 10px;
    padding-left: 10px;
  }
}

@media screen and (max-width: 767px) {
  .star-icofont {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .mask-31 {
    width: 100%;
    overflow: hidden;
  }
}

@media screen and (max-width: 767px) {
  .banner-with-search {
    padding-top: 70px;
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 767px) {
  .apply-button-with-hover {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }
}

@media screen and (max-width: 767px) {
  ._58px-text {
    font-size: 40px;
    line-height: 55px;
  }
}

@media screen and (max-width: 767px) {
  .log-in-image {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .transparent-navbar {
    z-index: 99999;
    max-width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .user-form {
    max-width: none;
  }
}

@media screen and (max-width: 767px) {
  .remove-this-for-production {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .customize-template-wrapper {
    bottom: 1%;
  }
}

@media screen and (max-width: 767px) {
  .let-s-talk-button:hover {
    transform: none;
  }
}

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

@media screen and (max-width: 479px) {
  h2 {
    font-size: 30px;
    line-height: 40px;
  }
}

@media screen and (max-width: 479px) {
  h3 {
    font-size: 22px;
    line-height: 28px;
  }
}

@media screen and (max-width: 479px) {
  h4 {
    font-size: 20px;
    line-height: 28px;
  }
}

@media screen and (max-width: 479px) {
  ._3-column-grid {
    grid-template-columns: 1fr;
    margin-top: 20px;
  }
}

@media screen and (max-width: 479px) {
  .nav-button {
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 479px) {
  .mask.related-post {
    max-width: none;
    height: auto;
  }
}

@media screen and (max-width: 479px) {
  .slider-navigation, .gathering-slider-navigation {
    max-width: 110px;
  }
}

@media screen and (max-width: 479px) {
  .blog-thumbnail {
    height: 240px;
  }
}

@media screen and (max-width: 479px) {
  .blog-body {
    padding: 20px 25px;
  }
}

@media screen and (max-width: 479px) {
  .blog-card-title {
    font-size: 20px;
  }
}

@media screen and (max-width: 479px) {
  .main-banner {
    padding-top: 45px;
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 479px) {
  .heading-style-box {
    padding: 20px;
  }
}

@media screen and (max-width: 479px) {
  .color-box {
    width: 120px;
    height: 120px;
  }
}

@media screen and (max-width: 479px) {
  .widget {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 479px) {
  .featured-blogs {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}

@media screen and (max-width: 479px) {
  .featured-image {
    max-width: none;
  }
}

@media screen and (max-width: 479px) {
  .tag-button {
    font-size: 14px;
    line-height: 22px;
  }
}

@media screen and (max-width: 479px) {
  .post-image {
    width: 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .blog-heading {
    font-size: 28px;
    line-height: 40px;
  }
}

@media screen and (max-width: 479px) {
  ._404-sub-heading {
    font-size: 24px;
    line-height: 36px;
  }
}

@media screen and (max-width: 479px) {
  .utility-page-wrap {
    padding-top: 50%;
  }
}

@media screen and (max-width: 479px) {
  .changelog-section {
    margin-bottom: -20px;
  }
}

@media screen and (max-width: 479px) {
  .license-main-text {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 24px;
  }
}

@media screen and (max-width: 479px) {
  .license-title {
    font-size: 18px;
    line-height: 27px;
  }
}

@media screen and (max-width: 479px) {
  .nav-list {
    border-bottom-style: none;
  }
}

@media screen and (max-width: 479px) {
  .nav-link {
    font-size: 14px;
    line-height: 22px;
  }
}

@media screen and (max-width: 479px) {
  .nav-link.w--current {
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 479px) {
  .container {
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 479px) {
  .nav-menu-wrapper {
    z-index: 2;
    min-width: 260px;
  }
}

@media screen and (max-width: 479px) {
  .dropdown-options {
    right: -84.7031px;
  }
}

@media screen and (max-width: 479px) {
  .navbar {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 479px) {
  .nav-icon-and-text-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }
}

@media screen and (max-width: 479px) {
  .nav-menu {
    grid-row-gap: 30px;
    flex-direction: column;
    overflow: visible;
  }
}

@media screen and (max-width: 479px) {
  .site-logo {
    max-width: 200px;
  }
}

@media screen and (max-width: 479px) {
  .menu-button {
    margin-left: 10px;
  }
}

@media screen and (max-width: 479px) {
  .hamburger-icon {
    background-color: #fff0;
  }
}

@media screen and (max-width: 479px) {
  .nav-list-for-dropdown {
    border-bottom-style: none;
  }
}

@media screen and (max-width: 479px) {
  .footer-columns {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  .footer-block {
    border-bottom: 1px solid var(--1-main-colors--border);
    max-width: none;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 479px) {
  .footer-block.newsletter-footer-block {
    border-top-style: none;
    border-bottom-style: none;
  }
}

@media screen and (max-width: 479px) {
  .footer-link {
    font-size: 15px;
  }
}

@media screen and (max-width: 479px) {
  .footer-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}

@media screen and (max-width: 479px) {
  .copyrights-divider {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .footer-bottom {
    text-align: center;
  }
}

@media screen and (max-width: 479px) {
  .footer-copyright {
    flex-flow: column;
  }
}

@media screen and (max-width: 479px) {
  .footer-paragraph {
    font-size: 14px;
  }
}

@media screen and (max-width: 479px) {
  .absolute-border {
    top: -24%;
  }
}

@media screen and (max-width: 479px) {
  ._20px-title-neutral-100 {
    font-size: 15px;
  }
}

@media screen and (max-width: 479px) {
  .find-job-form-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 479px) {
  .job-form-wrapper {
    flex-flow: column;
  }
}

@media screen and (max-width: 479px) {
  .hero-contents {
    margin-top: 40px;
  }
}

@media screen and (max-width: 479px) {
  .floating-card {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .hero-bg {
    max-width: 300px;
    max-height: 300px;
    bottom: 74px;
  }
}

@media screen and (max-width: 479px) {
  .section {
    margin-top: 70px;
    margin-bottom: 70px;
  }
}

@media screen and (max-width: 479px) {
  .testimonial-slider-3-col {
    height: 100%;
    transform: none;
  }
}

@media screen and (max-width: 479px) {
  .slide-nav-bottom-right-white-bg {
    bottom: -60px;
  }
}

@media screen and (max-width: 479px) {
  .mask-18 {
    width: 100%;
    overflow: hidden;
  }
}

@media screen and (max-width: 479px) {
  .job-list-card {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }
}

@media screen and (max-width: 479px) {
  ._14px-neutral-200 {
    font-size: 12px;
  }
}

@media screen and (max-width: 479px) {
  .job-header-wrapper {
    flex-flow: column;
  }
}

@media screen and (max-width: 479px) {
  ._200px-absolute-image {
    max-width: 100px;
    top: -70px;
  }
}

@media screen and (max-width: 479px) {
  .floating-card-man {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
}

@media screen and (max-width: 479px) {
  .floating-card-vertical {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .primary-bg-section {
    padding-top: 90px;
    padding-bottom: 100px;
  }
}

@media screen and (max-width: 479px) {
  ._4-column-grid {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  .mask-23 {
    width: 100%;
    overflow: hidden;
  }
}

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

@media screen and (max-width: 479px) {
  .blog-list-card {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}

@media screen and (max-width: 479px) {
  .blog-list-thumbnail {
    max-width: none;
    height: auto;
  }
}

@media screen and (max-width: 479px) {
  .cta-banner {
    padding-top: 50px;
    padding-left: 20px;
  }
}

@media screen and (max-width: 479px) {
  .cta-contents {
    padding-right: 20px;
  }
}

@media screen and (max-width: 479px) {
  .cta-heading {
    font-size: 36px;
    line-height: 50px;
  }
}

@media screen and (max-width: 479px) {
  .margin-top-70px {
    margin-top: 50px;
  }
}

@media screen and (max-width: 479px) {
  .job-grid-header, .double-image-wrapper-15px-gap {
    flex-flow: column;
  }
}

@media screen and (max-width: 479px) {
  ._370px-image, ._49 {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .about-floating-card {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .company-banner-card {
    min-height: 305px;
  }
}

@media screen and (max-width: 479px) {
  .company-banner-logo {
    max-width: 110px;
  }
}

@media screen and (max-width: 479px) {
  .vertical-center-align._60px-gap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }
}

@media screen and (max-width: 479px) {
  .company-duo-block {
    flex-flow: column;
  }
}

@media screen and (max-width: 479px) {
  .primary-button {
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 479px) {
  ._30px-title {
    font-size: 24px;
    line-height: 36px;
  }
}

@media screen and (max-width: 479px) {
  .job-details-block {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 479px) {
  .job-meta-text {
    font-size: 14px;
  }
}

@media screen and (max-width: 479px) {
  .pricing-floating-text {
    font-size: 15px;
    line-height: 24px;
    left: -82px;
  }
}

@media screen and (max-width: 479px) {
  .pricing-floating-text.yearly {
    right: -65px;
  }
}

@media screen and (max-width: 479px) {
  .switch-menu {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }
}

@media screen and (max-width: 479px) {
  .pricing-card-price {
    font-size: 30px;
    line-height: 40px;
  }
}

@media screen and (max-width: 479px) {
  .tab-link-pink {
    width: 42px;
    height: 30px;
  }
}

@media screen and (max-width: 479px) {
  .pricing-card {
    padding: 70px 20px 60px;
    font-size: 16px;
    line-height: 26px;
  }
}

@media screen and (max-width: 479px) {
  .blog-body-grid {
    padding: 20px 25px;
  }
}

@media screen and (max-width: 479px) {
  .blog-thumbnail-list {
    height: 240px;
  }
}

@media screen and (max-width: 479px) {
  .white-section {
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 479px) {
  .faq-form {
    padding: 30px 20px 34px;
  }
}

@media screen and (max-width: 479px) {
  .dropdown-switch-20px-padding {
    justify-content: space-between;
    padding: 15px;
  }
}

@media screen and (max-width: 479px) {
  .faq-white-dropdown {
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
  }
}

@media screen and (max-width: 479px) {
  .cotnact-form {
    padding: 30px 20px 34px;
  }
}

@media screen and (max-width: 479px) {
  .contact-icon-wrapper-40px {
    width: 30px;
    height: 30px;
    font-size: 18px;
    line-height: 18px;
  }
}

@media screen and (max-width: 479px) {
  .field-inputs-wrapper {
    flex-direction: column;
  }
}

@media screen and (max-width: 479px) {
  ._48px-title {
    font-size: 32px;
    line-height: 44px;
  }
}

@media screen and (max-width: 479px) {
  ._20px-title {
    font-size: 18px;
    line-height: 28px;
  }
}

@media screen and (max-width: 479px) {
  ._38px-title {
    font-size: 28px;
    line-height: 40px;
  }
}

@media screen and (max-width: 479px) {
  .map-embed {
    max-height: 380px;
  }
}

@media screen and (max-width: 479px) {
  .blog-masking-31 {
    max-width: 100%;
    overflow: hidden;
  }
}

@media screen and (max-width: 479px) {
  ._404-text {
    font-size: 160px;
    line-height: 160px;
  }
}

@media screen and (max-width: 479px) {
  ._404-image {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .jobs-grid {
    grid-template-columns: 1fr;
    margin-top: 20px;
  }
}

@media screen and (max-width: 479px) {
  .job-search-absolute-button {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .form-part {
    margin-bottom: 50px;
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 479px) {
  .form-input-blocks-wrapper {
    flex-flow: column;
  }
}

@media screen and (max-width: 479px) {
  .hero-bg-bottom-right {
    max-width: 300px;
    max-height: 300px;
    bottom: -24px;
  }
}

@media screen and (max-width: 479px) {
  .job-info {
    border-top: 1px solid var(--2-primary--primary-50);
    border-left-style: none;
    margin-top: 20px;
    margin-left: 0;
    padding-top: 20px;
    padding-left: 0;
  }
}

@media screen and (max-width: 479px) {
  .testimonial-navigation {
    bottom: -60px;
  }
}

@media screen and (max-width: 479px) {
  ._14px-text {
    font-size: 12px;
  }
}

@media screen and (max-width: 479px) {
  .testimonial-card-med {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 479px) {
  .banner-with-search {
    padding-top: 45px;
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 479px) {
  .job-details-block-left-align {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 479px) {
  ._58px-text {
    font-size: 34px;
    line-height: 46px;
  }
}

@media screen and (max-width: 479px) {
  .margin-bottom-60px {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 479px) {
  .transparent-navbar {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 479px) {
  .user-input {
    height: 50px;
  }
}

@media screen and (max-width: 479px) {
  .user-button {
    height: 60px;
    padding-top: 13px;
    padding-bottom: 13px;
  }
}

@media screen and (max-width: 479px) {
  .google-button {
    height: 60px;
    padding-top: 14px;
    padding-bottom: 14px;
  }
}

@media screen and (max-width: 479px) {
  .section-80px {
    margin-top: 60px;
  }
}

@media screen and (max-width: 479px) {
  .customize-template-wrapper {
    padding-top: 10px;
    bottom: 1%;
    right: 2%;
  }
}

@media screen and (max-width: 479px) {
  .body {
    overflow: scroll;
  }
}

#w-node-cf193b05-ec70-4a6a-d114-e7b8b766b4b4-b75bd7b0, #w-node-f3d2bd98-c442-9223-dca0-662629658e79-b75bd7b0, #w-node-f3d2bd98-c442-9223-dca0-662629658e95-b75bd7b0, #w-node-f3d2bd98-c442-9223-dca0-662629658ea3-b75bd7b0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

