@font-face {
  font-family: Avenir;
  src: url('../fonts/Avenir-LightOblique-08.ttf') format("truetype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Avenir;
  src: url('../fonts/Avenir-BlackOblique-04.ttf') format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Avenir;
  src: url('../fonts/Avenir-MediumOblique-10.ttf') format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Avenir;
  src: url('../fonts/Avenir-Roman-12.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Avenir;
  src: url('../fonts/Avenir-Book-01.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Avenir;
  src: url('../fonts/Avenir-Light-07.ttf') format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Avenir;
  src: url('../fonts/Avenir-HeavyOblique-06.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Avenir;
  src: url('../fonts/Avenir-Heavy-05.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Avenir;
  src: url('../fonts/Avenir-Medium-09.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Avenir;
  src: url('../fonts/Avenir-Black-03.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Avenir;
  src: url('../fonts/Avenir-Oblique-11.ttf') format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Avenir;
  src: url('../fonts/Avenir-BookOblique-02.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

:root {
  --body: #333;
  --title: black;
  --desktop-space: 150px;
  --tablet-space: 100px;
  --landscape-mobile-space: 80px;
  --portrait-mobile-spacing: 60px;
  --bg: whitesmoke;
  --white: white;
  --black: black;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-commerce-commercecartwrapper {
  display: inline-block;
  position: relative;
}

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

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

.w-commerce-commercecartcontainerwrapper {
  z-index: 1001;
  background-color: #000c;
  position: fixed;
  inset: 0;
}

.w-commerce-commercecartcontainerwrapper--cartType-modal {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-leftSidebar {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightSidebar {
  flex-direction: row;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-leftDropdown {
  background-color: #0000;
  position: absolute;
  inset: 100% auto auto 0;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
  background-color: #0000;
  position: absolute;
  inset: 100% 0 auto auto;
}

.w-commerce-commercecartcontainer {
  background-color: #fff;
  flex-direction: column;
  width: 100%;
  min-width: 320px;
  max-width: 480px;
  display: flex;
  overflow: auto;
  box-shadow: 0 5px 25px #00000040;
}

.w-commerce-commercecartheader {
  border-bottom: 1px solid #e6e6e6;
  flex: none;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
  display: flex;
  position: relative;
}

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

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

.w-commerce-commercecartformwrapper {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.w-commerce-commercecartform {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  display: flex;
}

.w-commerce-commercecartlist {
  -webkit-overflow-scrolling: touch;
  flex: 1;
  padding: 12px 24px;
  overflow: auto;
}

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

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

.w-commerce-commercecartiteminfo {
  flex-direction: column;
  flex: 1;
  margin-left: 16px;
  margin-right: 16px;
  display: flex;
}

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

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

.w-commerce-commercecartquantity {
  -webkit-appearance: none;
  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-commercecartquantity::placeholder {
  color: #999;
}

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

.w-commerce-commercecartfooter {
  border-top: 1px solid #e6e6e6;
  flex-direction: column;
  flex: none;
  padding: 16px 24px 24px;
  display: flex;
}

.w-commerce-commercecartlineitem {
  flex: none;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 16px;
  display: flex;
}

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

.w-commerce-commercecartapplepaybutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  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;
  -webkit-appearance: none;
  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-commercecartcheckoutbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  text-align: center;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  padding: 9px 15px;
  text-decoration: none;
  display: block;
}

.w-commerce-commercecartemptystate {
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.w-commerce-commercecarterrorstate {
  background-color: #ffdede;
  flex: none;
  margin: 0 24px 24px;
  padding: 10px;
}

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

.w-pagination-previous, .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-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 {
  -webkit-appearance: none;
  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;
  -webkit-appearance: none;
  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-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-commercelayoutcontainer {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

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

.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 {
  -webkit-appearance: none;
  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 {
  -webkit-appearance: none;
  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 {
  -webkit-appearance: none;
  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 {
  -webkit-appearance: none;
  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 {
  -webkit-appearance: none;
  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 {
  -webkit-appearance: none;
  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 {
  -webkit-appearance: none;
  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 {
  -webkit-appearance: none;
  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 {
  -webkit-appearance: none;
  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 {
  -webkit-appearance: none;
  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 {
  -webkit-appearance: none;
  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 {
  -webkit-appearance: none;
  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 {
  -webkit-appearance: none;
  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 {
  -webkit-appearance: none;
  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 {
  -webkit-appearance: none;
  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 {
  -webkit-appearance: none;
  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 {
  -webkit-appearance: none;
  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 {
  -webkit-appearance: none;
  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-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;
  -webkit-appearance: none;
  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;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }

  .w-commerce-commercelayoutcontainer {
    flex-direction: column;
    align-items: stretch;
  }

  .w-commerce-commercelayoutmain {
    flex-basis: auto;
    margin-right: 0;
  }

  .w-commerce-commercelayoutsidebar {
    flex-basis: auto;
  }
}

@media screen and (max-width: 479px) {
  .w-commerce-commercecartcontainerwrapper--cartType-modal {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
  }

  .w-commerce-commercecartcontainerwrapper--cartType-leftDropdown, .w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    display: flex;
    position: fixed;
    inset: 0;
  }

  .w-commerce-commercecartquantity, .w-commerce-commerceaddtocartquantityinput, .w-commerce-commercecheckoutemailinput, .w-commerce-commercecheckoutshippingfullname, .w-commerce-commercecheckoutshippingstreetaddress, .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutrow {
    flex-direction: column;
  }

  .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 {
  color: var(--body);
  background-color: #fbfbfb;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
}

h1 {
  color: var(--title);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 48px;
  font-weight: 400;
  line-height: 140%;
}

h2 {
  color: var(--title);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 400;
  line-height: 130%;
}

h3 {
  color: var(--title);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 400;
  line-height: 150%;
}

h4 {
  color: var(--title);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 400;
  line-height: 150%;
}

h5 {
  color: var(--title);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
}

h6 {
  color: var(--title);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

a {
  color: var(--body);
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

ul, ol {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 30px;
}

li {
  margin-bottom: 15px;
}

blockquote {
  text-align: center;
  background-image: url('../images/quote-bg.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-left: 0 solid #000;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 40px;
  font-size: 18px;
  line-height: 170%;
}

.container {
  width: 100%;
  max-width: 1336px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.navbar {
  background-color: #0000;
  border-bottom: 1px solid #0000001a;
  padding-top: 14px;
  padding-bottom: 14px;
}

.navbar.home {
  border-bottom-width: 0;
}

.nav-wrap {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav-menu.home {
  background-color: #fff;
  border-radius: 50px;
  padding: 4px;
}

.nav-link {
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 14px;
  font-weight: 500;
  line-height: 120%;
  text-decoration: none;
  display: flex;
}

.nav-btn {
  color: #fff;
  background-color: #000;
  border: 1px solid #000;
  border-radius: 30px;
  margin-left: 25px;
  padding: 14px 22px;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
  transition: color .3s, background-color .3s;
}

.nav-btn:hover {
  color: #000;
  background-color: #0000;
  border: 1px solid #000;
}

.nav-btn.mobile {
  display: none;
}

.humburg-menu {
  margin-left: 10px;
}

.humburg-menu.w--open {
  background-color: #0000;
  padding-left: 0;
}

.top-line {
  background-color: #000;
  width: 24px;
  height: 1px;
  margin-bottom: 6px;
}

.middle-line {
  background-color: #000;
  width: 24px;
  height: 1px;
}

.bottom-line {
  background-color: #000;
  width: 24px;
  height: 1px;
  margin-top: 6px;
}

.page-data {
  margin-bottom: var(--desktop-space);
}

.page-title {
  padding-top: 60px;
  padding-bottom: 60px;
}

.sg-fonts {
  margin-bottom: var(--desktop-space);
}

.font-inner {
  grid-column-gap: 150px;
  display: flex;
}

.font-block {
  grid-column-gap: 30px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  font-size: 18px;
}

.text-heading {
  font-size: 100px;
  font-weight: 500;
  line-height: 120%;
}

.body-font {
  font-size: 100px;
  font-weight: 300;
  line-height: 120%;
}

.sg-titles {
  margin-bottom: var(--desktop-space);
}

.title-top {
  grid-column-gap: 180px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 100px 100px;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.font-title {
  color: #000;
  text-align: right;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 150%;
}

.body-small {
  text-align: right;
  font-size: 14px;
  line-height: 150%;
}

.table-left {
  flex-direction: column;
  display: flex;
}

.table-row {
  grid-column-gap: 180px;
  grid-row-gap: 16px;
  border-bottom: 1px solid #0003;
  grid-template-rows: auto;
  grid-template-columns: 1fr 100px 100px;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-top: 25px;
  padding-bottom: 25px;
  display: grid;
}

.body-large {
  font-size: 18px;
}

.table-text {
  text-align: right;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.font-info {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 150%;
}

.sg-section {
  margin-bottom: var(--desktop-space);
}

.color-wrap {
  grid-column-gap: 20px;
  margin-top: 30px;
  display: flex;
}

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

.color-main {
  background-color: var(--title);
  border-radius: 4px;
  width: 120px;
  height: 120px;
}

.color-main.body {
  background-color: #333;
}

.color-main.bg {
  background-color: var(--bg);
  border: 1px solid #0000001a;
}

.button-wrap {
  grid-column-gap: 20px;
  margin-top: 40px;
  display: flex;
}

.button-wrap.center {
  justify-content: center;
  align-items: center;
}

.button-wrap.right {
  justify-content: flex-end;
  align-items: center;
}

.primary-btn {
  grid-column-gap: 10px;
  color: #fff;
  background-color: #000;
  border: 1px solid #000;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  padding: 14px 22px;
  font-size: 12px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
  transition: color .3s, background-color .3s;
  display: flex;
}

.primary-btn:hover {
  color: #000;
  background-color: #0000;
}

.arrow {
  position: static;
  transition: filter .3s;
}

.arrow.invert {
  /* La flèche ic-arrow.svg est déjà blanche, pas besoin d'inverser */
  filter: none;
}

/* Correction des flèches au hover */
.primary-btn:hover .arrow.invert {
  /* Au hover (fond transparent), inverser la flèche blanche en noir */
  filter: invert();
}

.secondary-btn:not(.contact-btn-secondary):hover .arrow {
  /* Au hover (fond noir), inverser la flèche noire en blanc */
  filter: invert();
}

.secondary-btn {
  grid-column-gap: 10px;
  color: #000;
  background-color: #0000;
  border: 1px solid #000;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 14px 22px;
  font-size: 12px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
  transition: color .3s, background-color .3s;
  display: flex;
}

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

.rich-text {
  width: 100%;
  max-width: 900px;
  margin-top: 30px;
}

.footer {
  background-color: #191919;
  padding-top: 80px;
}

.footer-data {
  grid-column-gap: 80px;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 72px;
  display: flex;
}

.menu-title {
  color: #fff;
  margin-bottom: 15px;
}

.footer-link {
  color: #999;
  line-height: 150%;
  text-decoration: none;
  transition: color .3s;
}

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

.footer-menu {
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.footer-menu.two-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-row-gap: 8px;
  grid-column-gap: 24px;
}

.footer-btm {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding-top: 24px;
  margin-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-copyright {
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  margin: 0;
  text-align: center;
}

.footer-text {
  color: #fff;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  line-height: 150%;
  display: flex;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translate(0, -50%);
}

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

.footer-text-link:hover {
  text-decoration: underline;
}

.footer-logo {
  opacity: .15;
  color: var(--body);
  width: 100%;
  display: block;
}

.single-text {
  margin-bottom: 0;
}

.policy-block {
  padding-top: 50px;
}

.policy-block.first {
  padding-top: 0;
}

.checklist {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 0;
  list-style: none;
}

.checklist-item {
  background-image: url('../images/ic-check.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: 15px;
  padding-left: 30px;
}

.license-field {
  color: #000;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
}

.license-wrap {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.info-content {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 14px;
}

.info-block {
  grid-row-gap: 50px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
}

.licensing-title {
  margin-bottom: 0;
  font-size: 20px;
}

.info-inner {
  padding-bottom: 30px;
}

.disclaimer {
  grid-row-gap: 10px;
  flex-direction: column;
  margin-bottom: 60px;
}

.changelog-wrap {
  margin-bottom: 350px;
}

.version-info {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 90px 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.version-block {
  border: 1px solid #333;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  display: flex;
}

.version-name {
  color: #333;
  margin-bottom: 0;
  font-size: 26px;
  line-height: 150%;
}

.heading-block {
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.version-title, .changelog-text {
  margin-bottom: 0;
}

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

.utility-page-content {
  text-align: center;
  background-color: #fff;
  border-radius: 4px;
  flex-direction: column;
  width: 100%;
  max-width: 500px;
  margin-bottom: 0;
  padding: 55px 60px;
  display: flex;
  overflow: hidden;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.pass-body {
  background-color: var(--bg);
}

.pass-txt {
  font-size: 14px;
  font-weight: 500;
}

.pass-field {
  margin-top: 50px;
  margin-bottom: 25px;
}

.pass-input {
  color: var(--body);
  border: 0 solid #000;
  border-bottom-width: 1px;
  margin-bottom: 0;
  padding: 0 0 16px;
}

.pass-input:focus {
  border-bottom: 1px solid #000;
}

.pass-input::placeholder {
  color: var(--body);
  font-size: 12px;
  line-height: 150%;
}

.field-label {
  text-align: left;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}

.error-message {
  text-align: center;
  padding: 20px;
}

.error-data {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 600px;
  display: flex;
}

.error-text {
  margin-top: 50px;
  font-size: 14px;
  font-weight: 500;
}

.cs-wrap {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.cs-inside {
  text-align: center;
  width: 100%;
  max-width: 480px;
}

.cs-title {
  margin-bottom: 15px;
  font-size: 64px;
  font-weight: 500;
  line-height: 120%;
}

.cs-text {
  margin-bottom: 50px;
}

.cs-text-title {
  margin-bottom: 4px;
}

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

.plain-link:hover {
  text-decoration: underline;
}

.main-title {
  margin-bottom: 0;
}

.sub-text {
  margin-bottom: 0;
  padding-top: 6px;
  font-size: 14px;
  line-height: 150%;
}

.title-wrap {
  width: 100%;
  max-width: 50%;
}

.title-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.title-wrapper.center {
  justify-content: center;
  align-items: center;
}

.contact {
  margin-bottom: var(--desktop-space);
}

.contact-wrap {
  grid-column-gap: 60px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.section-img {
  background-color: var(--bg);
  object-fit: cover;
  border-radius: 4px;
  width: 100%;
  max-width: 50%;
  position: relative;
  overflow: hidden;
}

.section-image {
  width: 100%;
}

.contact-form {
  width: 100%;
  max-width: 50%;
  margin-bottom: 0;
}

.input {
  color: var(--body);
  background-color: #0000;
  background-image: url('../images/ic-name.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  border: 0 solid #000;
  border-bottom-width: 1px;
  border-radius: 0;
  height: auto;
  margin-bottom: 0;
  padding: 0 0 12px 28px;
}

.input:focus {
  border-bottom-color: #000;
}

.input::placeholder {
  color: var(--body);
  font-size: 14px;
  line-height: 150%;
}

.input.email {
  background-image: url('../images/ic-mail.svg');
}

.input.phone {
  background-image: url('../images/ic-phone.svg');
}

.textarea {
  color: var(--body);
  background-color: #0000;
  background-image: url('../images/ic-message.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  border: 0 solid #000;
  border-bottom-width: 1px;
  border-radius: 0;
  height: auto;
  min-height: 120px;
  margin-bottom: 0;
  padding: 0 0 12px 28px;
}

.textarea:focus {
  border-bottom-color: #000;
}

.textarea::placeholder {
  color: var(--body);
  font-size: 14px;
  line-height: 150%;
}

.field-wrap {
  grid-column-gap: 36px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 40px;
  display: grid;
}

.submit-btn {
  grid-column-gap: 10px;
  color: #000;
  background-color: #0000;
  background-image: url('../images/ic-black-arrow.svg');
  background-position: 100px;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px solid #000;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  padding: 14px 44px 14px 22px;
  font-size: 12px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
  transition: color .3s, background-color .3s;
  display: flex;
}

.submit-btn:hover {
  color: #fff;
  background-color: #000;
  background-image: url('../images/ic-arrow.svg');
}

.success-message {
  background-color: var(--bg);
}

.contact-info {
  margin-bottom: var(--desktop-space);
}

.contact-data {
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 50%;
  display: flex;
}

.contact-info-wrap {
  grid-column-gap: 60px;
  display: flex;
}

.contact-text-info {
  grid-column-gap: 30px;
  border-bottom: 1px solid #0003;
  padding-bottom: 22px;
  display: flex;
}

.contact-link-title {
  margin-bottom: 2px;
}

.contact-link {
  font-size: 14px;
  line-height: 150%;
  text-decoration: none;
  display: flex;
}

.contact-link:hover {
  text-decoration: underline;
}

.contact-location {
  border-bottom: 1px solid #0003;
  margin-top: 22px;
  padding-bottom: 22px;
}

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

.city-name {
  color: #000;
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 150%;
}

.address {
  width: 100%;
  max-width: 220px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 150%;
}

.contact-social {
  grid-column-gap: 1px;
  background-color: #0000001a;
  border: 1px solid #00000005;
  border-radius: 4px;
  justify-content: space-between;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.social-block {
  grid-column-gap: 8px;
  background-color: #fbfbfb;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 28px;
  padding-bottom: 28px;
  font-size: 14px;
  line-height: 150%;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.social-block:hover {
  background-color: var(--bg);
}

.social-icon {
  border: 1px solid #0000001a;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  min-width: 20px;
  max-width: 20px;
  min-height: 20px;
  max-height: 20px;
  display: flex;
}

.faq-section {
  margin-bottom: var(--desktop-space);
}

.faq {
  z-index: 1;
  background-color: #fff;
  width: 100%;
  padding: 20px;
  font-size: 24px;
}

.ans {
  background-color: #0000;
  display: block;
  position: relative;
  overflow: hidden;
}

.ans.w--open {
  position: relative;
}

.que-icon {
  border: 1px solid #000;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  min-width: 23px;
  min-height: 23px;
  display: flex;
}

.que {
  grid-column-gap: 24px;
  white-space: normal;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0;
  display: flex;
  position: static;
}

.ans-box {
  padding-top: 10px;
}

.vertical-line {
  background-color: #000;
  width: 1px;
  height: 13px;
  position: absolute;
}

.faq-data {
  grid-row-gap: 10px;
  flex-flow: column;
  width: 100%;
  max-width: 50%;
  display: flex;
}

.que-title {
  color: #000;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
}

.ans-text {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
}

.horizontal-line {
  background-color: #000;
  width: 13px;
  height: 1px;
}

.faq-wrap {
  grid-column-gap: 120px;
  display: flex;
}

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

/* Classe utilitaire pour centrer les titres de section */
.section-title.centered {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.sub-title {
  color: #000;
  text-transform: uppercase;
  border: 1px solid #000;
  border-radius: 4px;
  margin-bottom: 6px;
  padding: 6px 12px;
  font-size: 12px;
  line-height: 100%;
  display: inline-flex;
}

.faq-info {
  grid-row-gap: 60px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.faq-info-title {
  color: #000;
  margin-bottom: 4px;
  font-size: 14px;
  line-height: 150%;
}

.cta {
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
}

.cta-wrap {
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cta-title-wrap {
  grid-row-gap: 2px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cta-title {
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 500;
  line-height: 130%;
}

.cta-title-text {
  color: #000;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #f4aa8a, #97d1fe);
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 500;
  line-height: 130%;
}

.reviews {
  margin-bottom: var(--desktop-space);
}

.empty-state {
  background-color: var(--bg);
  text-align: center;
}

.review-list {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.review-item {
  display: flex;
}

.review-block {
  grid-row-gap: 40px;
  background-color: #fff;
  border: 1px solid #0000001a;
  border-radius: 4px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 40px;
  transition: border-color .3s;
  display: flex;
}

.review-block:hover {
  border-color: #00000080;
}

.review-quote {
  color: #000;
  padding-bottom: 30px;
  font-size: 22px;
  font-weight: 500;
  line-height: 150%;
}

.review-data {
  grid-column-gap: 14px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.review-text {
  margin-bottom: 0;
}

.review-img {
  background-color: var(--bg);
  border-radius: 50%;
  min-width: 56px;
  max-width: 56px;
  min-height: 56px;
  max-height: 56px;
  overflow: hidden;
}

.review-image {
  object-fit: cover;
  width: 100%;
  min-height: 56px;
  max-height: 56px;
}

.pagination {
  justify-content: flex-end;
  align-items: center;
  margin-top: 40px;
}

.faq-img {
  background-color: var(--bg);
  border-radius: 4px;
  width: 100%;
  max-width: 40%;
  overflow: hidden;
}

.faq-wrapper {
  grid-column-gap: 40px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.faq-right {
  grid-row-gap: 10px;
  flex-flow: column;
  width: 100%;
  max-width: 60%;
  display: flex;
}

.title {
  margin-bottom: 0;
}

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

.post-item {
  display: flex;
}

.post-link {
  border-radius: 4px;
  width: 100%;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.post-data {
  grid-row-gap: 8px;
  background-color: #fff;
  border: 1px solid #0000000a;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  flex-flow: column;
  padding: 30px;
  display: flex;
}

.post-title {
  margin-bottom: 0;
  font-weight: 400;
}

.post-info {
  grid-column-gap: 5px;
  display: flex;
}

.post-tag {
  border: 1px solid #0000001a;
  border-radius: 50px;
  padding: 6px 16px;
  font-size: 14px;
  line-height: 100%;
}

.post-img {
  background-color: var(--bg);
  overflow: hidden;
}

.read-article {
  grid-column-gap: 10px;
  background-color: #fff;
  border-radius: 30px;
  justify-content: flex-start;
  align-items: center;
  padding: 14px 22px;
  font-size: 12px;
  font-weight: 500;
  line-height: 100%;
  display: flex;
  position: absolute;
  bottom: 22px;
  right: 22px;
}

.post-image {
  object-fit: cover;
  width: 100%;
  min-height: 420px;
  max-height: 420px;
}

.blog-title {
  width: 100%;
  max-width: 70%;
  margin-bottom: 20px;
}

.post-main-img {
  background-color: var(--bg);
  margin-bottom: 60px;
}

.post-main-image {
  object-fit: cover;
  width: 100%;
  min-height: 600px;
  max-height: 600px;
}

.post-main {
  margin-bottom: var(--desktop-space);
}

.post-details {
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.career {
  margin-bottom: var(--desktop-space);
}

.career-img {
  background-color: var(--bg);
  margin-bottom: 30px;
}

.career-image {
  width: 100%;
}

.career-info {
  grid-row-gap: 58px;
  flex-flow: column;
  width: 100%;
  max-width: 52%;
  display: flex;
}

.career-data {
  width: 100%;
  max-width: 48%;
}

.career-wrap {
  grid-column-gap: 130px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.career-facts {
  grid-column-gap: 60px;
  border-top: 1px solid #0000001a;
  justify-content: space-between;
  align-items: center;
  padding-top: 30px;
  display: flex;
}

.career-title {
  margin-bottom: 0;
}

.cf-text {
  color: #000;
  margin-bottom: 15px;
  font-size: 52px;
  font-weight: 500;
  line-height: 100%;
}

.journey {
  margin-bottom: var(--desktop-space);
}

.journey-images {
  grid-column-gap: 10px;
  width: 100%;
  max-width: 62%;
  display: flex;
}

.journey-wrap {
  grid-column-gap: 60px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.journey-data {
  width: 100%;
  max-width: 38%;
}

.journey-big-img {
  background-color: var(--bg);
  border-radius: 4px;
  width: 100%;
  max-width: 64%;
  position: relative;
  overflow: hidden;
}

.journey-small-img {
  background-color: var(--bg);
  border-radius: 4px;
  width: 100%;
  max-width: 36%;
  position: relative;
  overflow: hidden;
}

.journey-image {
  object-fit: cover;
  width: 100%;
  min-height: 396px;
  max-height: 396px;
}

.journey-title {
  margin-bottom: 14px;
}

.career-growth {
  margin-bottom: var(--desktop-space);
}

.section-wrap {
  grid-column-gap: 60px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.section-data {
  width: 100%;
  max-width: 50%;
}

.growth-data {
  padding-top: 20px;
}

.growth-tag-wrap {
  grid-column-gap: 5px;
  margin-bottom: 20px;
  display: flex;
}

.growth-tag {
  border: 1px solid #0000001a;
  border-radius: 50px;
  padding: 6px 16px;
  font-size: 14px;
  line-height: 150%;
  transition: background-color .3s;
}

.growth-tag:hover {
  background-color: var(--bg);
}

.jobs {
  margin-bottom: var(--desktop-space);
}

.job-list {
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.job-link {
  border-bottom: 1px solid #0000001a;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-bottom: 24px;
  text-decoration: none;
  transition: border-color .3s;
  display: flex;
}

.job-link:hover {
  border-bottom-color: #000;
}

.job-title-wrap {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.job-title {
  margin-bottom: 0;
}

.divider {
  background-color: #0000001a;
  width: 1px;
  height: 30px;
}

.job-right {
  grid-column-gap: 40px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 30%;
  display: flex;
}

.job-data {
  grid-column-gap: 20px;
  display: flex;
}

.dot {
  background-color: #0003;
  border-radius: 50%;
  width: 5px;
  height: 5px;
}

.job-info-block {
  grid-column-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 150%;
  display: flex;
}

.link-btn {
  grid-column-gap: 10px;
  color: #000;
  justify-content: flex-start;
  align-items: center;
  font-size: 12px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
  display: flex;
}

.benefits {
  margin-bottom: var(--desktop-space);
}

.benefit-wrap {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.benefit-block {
  grid-row-gap: 25px;
  border: 1px solid #0000001a;
  border-radius: 4px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 40px;
  transition: border-color .3s;
  display: flex;
}

.benefit-block:hover {
  border-color: #00000080;
}

.benefit-icon {
  min-width: 55px;
  max-width: 55%;
  min-height: 55px;
  max-height: 55px;
}

.cta-wrapper {
  grid-column-gap: 60px;
  background-color: #f4edee;
  border-radius: 4px;
  justify-content: flex-start;
  align-items: center;
  padding: 16px 16px 16px 50px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.title-cta {
  margin-bottom: 14px;
  font-size: 40px;
}

.cta-data {
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 45%;
  display: flex;
  position: relative;
}

.cta-images {
  grid-row-gap: 16px;
  flex-flow: column;
  width: 100%;
  max-width: 50%;
  display: flex;
  position: relative;
}

.cta-img-wrap {
  grid-column-gap: 16px;
  display: flex;
}

.cta-big-img {
  background-color: var(--bg);
  border-radius: 4px;
  width: 100%;
  max-width: 60%;
  overflow: hidden;
}

.cta-small-img {
  background-color: var(--bg);
  border-radius: 4px;
  width: 100%;
  max-width: 40%;
  overflow: hidden;
}

.cta-image {
  object-fit: cover;
  width: 100%;
  min-height: 214px;
  max-height: 214px;
}

.job-data-wrap {
  grid-column-gap: 60px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.job-detail {
  width: 100%;
  max-width: 75%;
}

.job-overview {
  margin-bottom: 50px;
}

.sidebar {
  width: 100%;
  max-width: 25%;
}

.sidebar-block {
  border-bottom: 1px solid #0000001a;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 18px;
  display: flex;
}

.job-info-title {
  margin-bottom: 0;
}

.job-block-wrap {
  grid-row-gap: 18px;
  flex-flow: column;
  margin-bottom: 40px;
  display: flex;
}

.pricing {
  margin-bottom: var(--desktop-space);
  background-color: #f4edee;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  overflow: hidden;
}

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

.price-item {
  display: flex;
}

.price-block {
  grid-row-gap: 40px;
  border: 1px solid #0000001a;
  border-radius: 4px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  padding: 40px;
  display: flex;
}

.price-block.standard {
  background-color: #fff;
}

.price-title {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 170%;
}

.price-info {
  border-bottom: 1px solid #0000001a;
  margin-top: 24px;
  padding-bottom: 30px;
}

.price {
  margin-bottom: 8px;
  font-size: 28px;
  font-weight: 400;
  line-height: 150%;
}

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

.price-features ul {
  grid-row-gap: 12px;
  flex-flow: column;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 20px;
  display: flex;
}

.price-features li, .price-text {
  margin-bottom: 0;
}

.services {
  margin-bottom: var(--desktop-space);
}

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

.service-item {
  display: flex;
}

.service-link {
  grid-row-gap: 105px;
  background-color: var(--white);
  border: 1px solid #0000000d;
  border-radius: 4px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 32px;
  text-decoration: none;
  transition: border-color .3s;
  display: flex;
}

.service-link:hover {
  border-color: #00000080;
}

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

.service-info {
  margin-bottom: 0;
}

.service-icon {
  min-width: 72px;
  max-width: 72px;
  min-height: 72px;
  max-height: 72px;
}

.review {
  background-color: #f4edee;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  overflow: hidden;
}

.review-wrap {
  grid-row-gap: 40px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.review-head {
  color: #000;
  font-size: 30px;
  font-weight: 600;
  line-height: 150%;
}

.text-review {
  width: 100%;
  max-width: 85%;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 170%;
}

.testimonial-img {
  background-color: var(--bg);
  border-radius: 50%;
  min-width: 64px;
  max-width: 64px;
  min-height: 64px;
  max-height: 64px;
  overflow: hidden;
}

.client-profile {
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.service-img {
  background-color: var(--bg);
  margin-bottom: 60px;
}

.service-image {
  object-fit: cover;
  width: 100%;
  min-height: 600px;
  max-height: 600px;
}

.service-details {
  width: 100%;
  max-width: 900px;
}

.pricing-plan {
  margin-bottom: var(--desktop-space);
}

.plan-block {
  border-top: 1px solid #0000001a;
  border-left: 1px solid #0000001a;
  border-right: 1px solid #0000001a;
  padding: 22px 40px;
}

.plan-table {
  border-bottom: 1px solid #0000001a;
  border-radius: 4px;
  flex-direction: column;
  display: flex;
  overflow: hidden;
}

.plan-title-wrap {
  grid-column-gap: 20px;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 55%;
  display: grid;
}

.new-tag {
  grid-column-gap: 30px;
  align-items: center;
  display: flex;
}

.plan-title {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 170%;
}

.plan-type {
  width: 100%;
  max-width: 200px;
}

.table-head {
  background-color: var(--bg);
  border-top: 1px solid #0000001a;
  border-left: 1px solid #0000001a;
  border-right: 1px solid #0000001a;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  padding: 16px 40px;
}

.table-head-wrap {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.price-data {
  grid-column-gap: 60px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.price-details {
  width: 100%;
  max-width: 75%;
}

.cart-data {
  width: 100%;
  max-width: 25%;
}

.d-none {
  display: none;
}

.cart-price {
  margin-bottom: 40px;
  font-size: 40px;
  line-height: 150%;
}

.price-cart {
  flex-flow: column;
  margin-bottom: 0;
  display: flex;
}

.works {
  margin-bottom: var(--desktop-space);
}

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

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

.work-img {
  background-color: var(--bg);
  border-radius: 4px;
  overflow: hidden;
}

.work-image {
  object-fit: cover;
  width: 100%;
  min-height: 320px;
  max-height: 320px;
}

.work-data {
  justify-content: space-between;
  align-items: center;
  margin-top: 12px;
  display: flex;
}

.work-name {
  color: #000;
}

.work-text {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 150%;
  display: flex;
}

.work-main {
  margin-bottom: var(--desktop-space);
}

.work-main-img {
  background-color: var(--bg);
  margin-bottom: 60px;
}

.work-main-image {
  object-fit: cover;
  width: 100%;
  min-height: 650px;
  max-height: 650px;
}

.work-wrap {
  grid-column-gap: 60px;
  display: flex;
}

.work-detail {
  white-space: normal;
  word-break: normal;
  width: 100%;
  max-width: 75%;
}

.work-overview {
  margin-bottom: 28px;
}

.about {
  margin-bottom: var(--desktop-space);
}

.about-wrap {
  grid-column-gap: 14px;
  display: flex;
}

.about-right {
  grid-column-gap: 14px;
  width: 100%;
  max-width: 58%;
  display: flex;
}

.about-left {
  grid-column-gap: 14px;
  width: 100%;
  max-width: 42%;
  display: flex;
}

.about-img {
  background-color: var(--bg);
  border-radius: 4px;
  width: 100%;
  min-width: 316px;
  max-width: 316px;
  overflow: hidden;
}

.about-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.about-left-data {
  grid-row-gap: 14px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.about-small-img {
  background-color: var(--bg);
  border-radius: 4px;
  width: 100%;
  height: 100%;
  max-height: 202px;
  overflow: hidden;
}

.about-block {
  background-color: #fff;
  border-radius: 4px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
}

.about-text {
  margin-bottom: 4px;
  font-size: 38px;
  line-height: 100%;
}

.about-info {
  font-weight: 500;
  line-height: 150%;
}

.about-right-data {
  grid-row-gap: 14px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.about-top-data {
  grid-column-gap: 14px;
  height: 100%;
  max-height: 202px;
  display: flex;
}

.about-btm-img {
  background-color: var(--bg);
  border-radius: 4px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.facts {
  margin-bottom: var(--desktop-space);
  background-color: var(--bg);
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  overflow: hidden;
}

.fact-wrap {
  grid-column-gap: 60px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.fact-right {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 50%;
  display: grid;
}

.fact-block {
  grid-row-gap: 118px;
  background-color: #fff;
  border-radius: 4px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 30px;
  display: flex;
}

.fact-text {
  color: #000;
  font-size: 32px;
  line-height: 100%;
}

.fact-data {
  grid-column-gap: 10px;
  color: #000;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  display: flex;
}

.fact-icon {
  min-width: 40px;
  max-width: 40px;
  min-height: 40px;
  max-height: 40px;
}

.team {
  margin-bottom: var(--desktop-space);
}

.team-wrap {
  grid-column-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.team-img {
  background-color: var(--bg);
  border-radius: 4px;
  overflow: hidden;
}

.team-data {
  margin-top: 10px;
}

.member-name {
  color: #000;
  font-size: 18px;
}

.team-image {
  object-fit: cover;
  width: 100%;
  min-height: 356px;
  max-height: 356px;
}

.on-scroll {
  background-color: var(--bg);
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.hero {
  margin-bottom: var(--desktop-space);
  mix-blend-mode: normal;
  background-color: #f4edee;
  height: 100%;
  min-height: 100vh;
  position: relative;
  overflow: hidden;
}

.hero-wrap {
  z-index: 1;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  position: relative;
}

.nav-data {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.cart-button {
  grid-column-gap: 4px;
  color: var(--body);
  background-color: #0000;
  padding: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 120%;
}

.cart-quantity {
  color: var(--body);
  min-width: auto;
  height: auto;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
}

.cart-item {
  grid-column-gap: 2px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.cart {
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 15px;
  padding-right: 15px;
}

.menu-link {
  padding: 14px 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 120%;
  text-decoration: none;
}

.contact-btn {
  color: #fff;
  background-color: #000;
  border-radius: 28px;
  margin-left: 20px;
  padding: 14px 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 120%;
  text-decoration: none;
  transition: background-color .3s;
}

.contact-btn:hover {
  background-color: #191919;
}

.home-nav {
  position: fixed;
  bottom: 30px;
  left: 50%;
  transform: translate(-50%);
}

.hero-title {
  letter-spacing: -1px;
  margin-bottom: 40px;
  font-size: 70px;
  font-weight: 500;
  line-height: 115%;
}

.hero-left {
  width: 100%;
  max-width: 60%;
}

.hero-img {
  border-radius: 4px;
  width: 100%;
  max-width: 65%;
  overflow: hidden;
}

.hero-image {
  object-fit: cover;
  width: 100%;
  min-height: 240px;
  max-height: 300px;
}

.hero-right {
  grid-row-gap: 170px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  max-width: 38%;
  display: flex;
  position: relative;
}

.hero-data {
  grid-row-gap: 50px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hf-text {
  color: #000;
  margin-bottom: 8px;
  font-size: 38px;
  font-weight: 500;
  line-height: 150%;
}

.hero-fact {
  z-index: 1;
  text-align: center;
  text-transform: uppercase;
  margin-top: 50px;
  font-size: 14px;
  line-height: 150%;
  position: relative;
}

.hero-right-img {
  z-index: 1;
  background-color: var(--bg);
  border-top-left-radius: 12px;
  border-bottom-right-radius: 12px;
  width: 100%;
  max-width: 120px;
  position: relative;
  overflow: hidden;
}

.hero-right-image {
  width: 100%;
  min-height: 120px;
  max-height: 120px;
}

.hero-pattern {
  position: absolute;
  top: 0;
}

.hero-text {
  text-align: right;
  margin-bottom: 40px;
  font-size: 18px;
}

.hero-info {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.about-us {
  margin-bottom: var(--desktop-space);
}

.about-wrapper {
  grid-column-gap: 40px;
  display: flex;
}

.about-data {
  grid-row-gap: 40px;
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  max-width: 35%;
  display: flex;
}

.about-images {
  grid-column-gap: 15px;
  width: 100%;
  max-width: 60%;
  display: flex;
}

.circle-1 {
  filter: blur(215px);
  background-color: #f1bda7;
  border-radius: 50%;
  width: 740px;
  height: 740px;
  position: absolute;
  bottom: -32%;
  right: -16%;
}

.circle-2 {
  filter: blur(215px);
  background-color: #c8e7ff;
  border-radius: 50%;
  width: 700px;
  height: 540px;
  position: absolute;
  bottom: -24%;
  left: 20%;
}

.circle-3 {
  filter: blur(215px);
  background-color: #f9bd87;
  border-radius: 50%;
  width: 642px;
  height: 642px;
  position: absolute;
  top: -10%;
  left: 28%;
}

.circle-4 {
  filter: blur(215px);
  background-color: #c8e7ff;
  border-radius: 50%;
  width: 632px;
  height: 632px;
  position: absolute;
  top: -22%;
  right: -12%;
}

.hero-btn {
  grid-column-gap: 10px;
  color: #000;
  justify-content: flex-start;
  align-items: center;
  font-size: 12px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
  display: flex;
}

.price-wrap {
  position: relative;
}

.about-title {
  margin-bottom: 18px;
}

.about-left-img {
  grid-row-gap: 15px;
  flex-flow: column;
  width: 100%;
  max-width: 46%;
  display: flex;
}

.about-right-img {
  grid-row-gap: 15px;
  border-radius: 4px;
  flex-flow: column;
  width: 100%;
  max-width: 54%;
  display: flex;
  overflow: hidden;
}

.about-media {
  object-fit: cover;
  border-radius: 4px;
  width: 100%;
  min-height: 230px;
  max-height: 230px;
}

.about-device {
  object-fit: cover;
  width: 100%;
  min-height: 334px;
  max-height: 334px;
}

.about-thumb {
  background-color: var(--bg);
  border-radius: 4px;
  overflow: hidden;
}

.about-left-image {
  object-fit: cover;
  width: 100%;
  min-height: 352px;
  max-height: 352px;
}

.about-logo {
  object-fit: cover;
  border-radius: 4px;
  width: 100%;
  min-height: 212px;
  max-height: 212px;
}

.trusted-clients {
  margin-top: 100px;
  margin-bottom: var(--desktop-space);
  overflow: hidden;
}

.logo-slider {
  background-color: #0000;
  width: 100%;
  max-width: 310px;
  height: auto;
}

.logo-slide {
  width: 100%;
  max-width: 310px;
  margin-right: 18px;
  padding: 0;
}

.logo-wrap {
  border-radius: 4px;
  overflow: hidden;
}

.logo {
  width: 100%;
  min-height: 130px;
  max-height: 130px;
}

.pertner-data {
  margin-top: 10px;
}

.company-name {
  margin-bottom: 0;
}

.slide-mask {
  overflow: visible;
}

.right-arrow {
  border: 1px solid #0000001a;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  min-width: 30px;
  max-width: 30px;
  min-height: 30px;
  max-height: 30px;
  transition: background-color .3s;
  display: block;
  inset: -28% auto auto 260px;
}

.right-arrow:hover {
  background-color: #e0e0e0;
}

.left-arrow {
  border: 1px solid #0000001a;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  min-width: 30px;
  max-width: 30px;
  min-height: 30px;
  max-height: 30px;
  transition: background-color .3s;
  display: block;
  top: -28%;
  bottom: auto;
  left: 220px;
}

.left-arrow:hover {
  background-color: #e0e0e0;
}

.checkout-form {
  background-color: #0000;
  padding: 0;
}

.default-input:focus, .default-input.-wfp-focus {
  border-color: #ddd;
}

.cart-title {
  margin-bottom: 0;
}

.order-confirmation {
  background-color: #0000;
  padding: 0;
}

.detail-exp {
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
}

.nav {
  z-index: 999;
  background-color: #333a44d9;
  width: 100%;
  height: 66px;
  display: block;
  position: fixed;
  box-shadow: 0 1px 3px #0009;
}

.navbar-2 {
  z-index: 999;
  min-width: auto;
  max-width: 1280px;
  height: 66px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  position: sticky;
  top: 0;
}

.nav-menu-2 {
  justify-content: space-between;
  align-items: center;
  height: 66px;
  margin-left: auto;
  margin-right: auto;
  padding: 8px 0%;
  display: flex;
}

.link-block {
  justify-content: space-between;
  align-items: center;
  width: auto;
  height: 50px;
  display: flex;
}

.link-block.w--current {
  width: 300px;
}

.image {
  max-width: none;
}

.div-block-5 {
  flex: 0 auto;
  justify-content: flex-end;
  min-width: 300px;
  margin-left: 0;
  display: flex;
}

.contact-2 {
  text-align: center;
  background-color: #da6f4e;
  border-radius: 20px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: 0;
  padding: 11px 20px;
  font-weight: 500;
  display: block;
  position: sticky;
}

.heading-2 {
  z-index: 999;
  color: #fff;
  text-align: center;
  object-fit: fill;
  max-width: 1000px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  font-size: 50px;
  font-weight: 500;
  display: block;
  position: relative;
  inset: 0% 0% auto;
}

.clock-label {
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-right: -5px;
}

.section {
  background-image: linear-gradient(to top, #333a44, #0000 54%, #000c 101%), url('../images/BigHeader.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, repeat-y;
  background-size: auto, cover;
  width: 100%;
  height: 1500px;
  display: block;
  position: absolute;
  inset: 0%;
}

.box {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px;
  font-size: 12px;
  line-height: 20px;
  display: flex;
}

.image-4 {
  z-index: 999;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.clock-number {
  font-size: 80px;
  line-height: 70px;
}

.image-4-copy {
  z-index: 999;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: relative;
}

.titre {
  z-index: 999;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  min-width: auto;
  max-width: 1200px;
  margin-top: 300px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  inset: auto;
}

.js-clock {
  z-index: 999;
  color: #fff;
  background-image: linear-gradient(#00000080, #00000080);
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 40px;
  padding: 10px 20px;
  display: none;
  position: relative;
}

.heading-3 {
  color: #fff;
  text-align: center;
}

.btncall {
  width: 200px;
  max-width: 200px;
  margin-right: auto;
  display: none;
  position: relative;
  top: 0;
}

.heading-6 {
  color: #000000ad;
  margin-top: 30px;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
}

.paragraph {
  clear: none;
  color: #000;
  margin-top: 40px;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
  position: relative;
}

.blockphoto {
  background-color: #e7e7e7;
  width: 95%;
  min-width: 990px;
  max-width: 1400px;
  height: 600px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.heading-5 {
  float: none;
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  line-height: 40px;
  display: block;
  position: relative;
  top: 0;
}

.txtright {
  justify-content: flex-start;
  width: auto;
  margin-left: 20px;
  padding-right: 40px;
  position: absolute;
  top: 60px;
  left: 600px;
}

.image-6 {
  float: left;
  position: relative;
  top: 0;
}

.img {
  float: left;
  clear: left;
  border-bottom: 10px solid #da6f4e;
  align-items: center;
  width: 600px;
  display: block;
  position: relative;
  top: 60px;
  left: -32px;
}

.section-2 {
  padding-top: 800px;
  position: relative;
  top: 0;
}

.image-7 {
  max-width: none;
}

.contact-3 {
  text-align: center;
  background-color: #da6f4e;
  border-radius: 20px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: 0;
  padding: 11px 20px;
  font-family: Avenir, sans-serif;
  font-weight: 500;
  display: block;
  position: sticky;
}

.heading-7 {
  z-index: 999;
  color: #fff;
  text-align: center;
  object-fit: fill;
  max-width: 1000px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  font-family: Avenir, sans-serif;
  font-size: 50px;
  font-weight: 500;
  display: block;
  position: relative;
  inset: 0% 0% auto;
}

.image-8 {
  z-index: 999;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  font-family: Avenir, sans-serif;
  display: block;
  position: relative;
}

.heading-8 {
  color: #fff;
  text-align: center;
  font-family: Avenir, sans-serif;
}

.heading-9 {
  color: #000000ad;
  margin-top: 30px;
  margin-bottom: 0;
  font-family: Avenir, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.paragraph-2 {
  clear: none;
  color: #000;
  margin-top: 40px;
  font-family: Avenir, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
  position: relative;
}

.heading-10 {
  float: none;
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Avenir, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
  display: block;
  position: relative;
  top: 0;
}

.image-9 {
  float: left;
  position: relative;
  top: 0;
}

.section-3 {
  padding-top: 800px;
  position: relative;
  top: 0;
}

.appsbtn {
  clear: none;
  justify-content: space-between;
  align-items: center;
  width: 320px;
  display: flex;
  position: relative;
}

.link-block-2 {
  flex: 1;
  justify-content: space-between;
  display: flex;
}

.section-4 {
  position: relative;
}

.txtleft {
  max-width: 700px;
  margin-top: 0;
  margin-left: 60px;
  position: relative;
  top: 20px;
}

.image-7-copy {
  z-index: 995;
  margin-left: 0;
  display: none;
  position: relative;
  right: -44px;
}

.text-block-2 {
  float: left;
  clear: none;
  opacity: 0;
  color: #da704e;
  text-align: center;
  width: 320px;
  margin-top: 10px;
  position: relative;
}

.paragraph-copy {
  clear: none;
  color: #fff;
  text-align: left;
  justify-content: center;
  margin-top: 40px;
  padding-left: 0;
  font-family: Avenir, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
  display: block;
  position: relative;
}

.blockphone {
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  width: 95%;
  min-width: 990px;
  max-width: 1400px;
  height: 550px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.heading-11 {
  color: #fff;
  margin-top: 0;
  font-family: Avenir, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 45px;
}

.heading-6-copy {
  color: #ffffff91;
  text-align: left;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Avenir, sans-serif;
  font-size: 20px;
  font-weight: 500;
  display: block;
}

.image-10 {
  z-index: 995;
  margin-left: 0;
  position: relative;
  right: -44px;
}

.blockfull {
  background-color: #0000;
  background-image: linear-gradient(#0000, #000), url('../images/MusicAll.jpg');
  background-position: 0 0, 50% 80%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  min-width: 990px;
  max-width: none;
  height: 700px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 60px;
  display: flex;
  position: relative;
}

.heading-12 {
  float: none;
  color: #fff;
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  margin: 0 auto;
  padding-top: 0;
  font-family: Avenir, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 45px;
  display: flex;
  position: relative;
  top: 0;
}

.heading-6-copy-copy {
  color: #ffffffb0;
  text-align: left;
  justify-content: center;
  margin-top: 0;
  font-family: Avenir, sans-serif;
  font-size: 25px;
  font-weight: 500;
  display: flex;
}

.paragraph-copy-copy {
  clear: none;
  color: #fff;
  text-align: center;
  justify-content: center;
  margin-top: 40px;
  padding-left: 60px;
  font-family: Avenir, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
  display: flex;
  position: relative;
}

.btncall-center {
  width: 200px;
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 0;
}

.section-5-bis {
  z-index: 300;
  position: relative;
  top: 35px;
}

.blockmoon {
  z-index: 300;
  background-color: #0000;
  background-image: url('../images/MoonBox-FACE.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 90%;
  background-attachment: scroll;
  justify-content: space-between;
  align-items: center;
  width: 95%;
  min-width: 990px;
  max-width: 1400px;
  height: 650px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  overflow: visible;
}

.heading-big {
  z-index: 100;
  color: #fff;
  text-align: center;
  letter-spacing: -1vw;
  width: 100%;
  margin-top: -600px;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Avenir, sans-serif;
  font-size: 230px;
  font-weight: 700;
  line-height: 400px;
  position: absolute;
}

.headline-6-col {
  width: 460px;
  margin-bottom: 50px;
}

.form1-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 10px;
  display: flex;
}

.heading-sstitre {
  color: #313b47;
  text-align: left;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Avenir, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
  display: flex;
}

.headline-8-col {
  width: 620px;
  margin-bottom: 50px;
}

.text-block {
  color: #e7e7e7;
  text-align: center;
  margin-top: 40px;
  font-family: Avenir, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 55px;
}

.text-block.moon {
  margin-top: 40px;
  font-family: Avenir, sans-serif;
}

.image-12 {
  border-bottom: 10px solid #da704e;
}

.wrap-copy {
  width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.wrap-copy.w80-50 {
  color: #fff;
  width: 80%;
  min-width: 1200px;
  max-width: 1400px;
  padding-top: 40px;
  padding-bottom: 50px;
  padding-left: 50px;
}

.wrap-copy.w80-50-copy {
  color: #fff;
  justify-content: space-between;
  align-items: center;
  width: 95%;
  min-width: 990px;
  max-width: 1400px;
  margin-right: auto;
  padding: 40px 0 50px;
  display: flex;
}

.form1-error {
  background-color: #f85359;
  border-radius: 4px;
  padding: 15px;
}

.section-full-b {
  z-index: 400;
  object-fit: cover;
  background-image: linear-gradient(#313c47, #00000038 20%), url('../images/BigHeader.jpg');
  background-position: 0 0, 50% 90%;
  background-size: auto, cover;
  padding-top: 0;
  position: relative;
}

.form1 {
  align-items: flex-start;
  display: flex;
}

.lightbox-link {
  border-bottom: 10px #da704e;
}

.text-16 {
  font-size: 16px;
  line-height: 26px;
  display: inline-block;
}

.text-16.text-16-60 {
  opacity: .6;
  font-family: Avenir, sans-serif;
}

.form1-form-wrapper {
  margin-top: -30px;
}

.image-9-copy {
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.cards {
  z-index: 700;
  grid-column-gap: 2vw;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  min-width: auto;
  max-width: 1050px;
  height: 375px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: grid;
  position: relative;
  top: -300px;
}

.heading-7-copy {
  float: none;
  color: #000000ad;
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  margin: 0 auto;
  padding-top: 60px;
  font-family: Avenir, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 45px;
  display: flex;
  position: relative;
  top: 0;
}

.image-11 {
  border-bottom: 10px solid #da704e;
}

.blockpresent {
  z-index: 400;
  background-color: #e7e7e7;
  justify-content: space-between;
  align-items: center;
  width: 95%;
  min-width: 990px;
  max-width: 1400px;
  height: 500px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.div-block-10 {
  background-color: #2b394d;
  border-radius: 0;
  padding-left: 5%;
  padding-right: 5%;
  box-shadow: 0 2px 10px -2px #000;
}

.feature5-item-wrap {
  padding-right: 30px;
}

._4-col {
  width: auto;
  margin-right: 20px;
  display: inline-block;
}

._4-col._4-col-last {
  margin-right: 0;
  display: inline-block;
}

.heading-6-copy-copy-2 {
  color: #ffffff91;
  text-align: left;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Avenir, sans-serif;
  font-size: 20px;
  font-weight: 500;
  display: block;
}

.form1-success {
  color: #fff;
  background-color: #d88c73;
  border-radius: 4px;
  margin-top: 10px;
}

._7-col {
  width: 540px;
  margin-right: 20px;
  display: inline-block;
}

._7-col._7-col-last {
  margin-right: 0;
  display: inline-block;
}

.block {
  z-index: 400;
  height: 600px;
  position: relative;
}

.btn-big {
  float: none;
  color: #fff;
  text-align: center;
  background-color: #da6f4e;
  border-radius: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 16px 35px;
  font-family: Avenir, sans-serif;
  font-size: 16px;
  line-height: 26px;
  transition: color .2s, box-shadow .2s, background-color .2s, transform .4s;
  display: inline-block;
}

.btn-big:hover {
  color: #fff;
  background-color: #cf4517;
  border-color: #0c6eb8;
  transform: translate(0, -2px);
  box-shadow: 0 1px 3px #0000001a;
}

.btn-big:active {
  transform: translate(0, -1px);
  box-shadow: 0 1px 1px #0000001a;
}

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

.form1-form-wrap {
  margin-bottom: 0;
}

.end {
  width: 100%;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.imgcarrou {
  float: left;
  clear: left;
  border-bottom: 10px solid #da6f4e;
  align-items: center;
  width: 600px;
  display: block;
  position: relative;
  top: 0;
  left: 0;
}

.text-block2 {
  opacity: .73;
  color: #e7e7e7;
  text-align: center;
  column-count: auto;
  font-family: Avenir, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.text-block2.moon {
  font-family: Avenir, sans-serif;
}

.feature5-row-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  margin-top: 20px;
  display: grid;
}

.image-13 {
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.heading-13 {
  font-family: Avenir, sans-serif;
  font-weight: 700;
}

.heading-14 {
  color: var(--white);
  margin-top: 0;
  font-family: Avenir, sans-serif;
  font-weight: 500;
}

.destination__images {
  width: 80%;
  margin-top: 20px;
}

.text-block-copy {
  color: #e7e7e7;
  text-align: center;
  margin-top: 40px;
  font-family: Avenir, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 55px;
}

.div-block-11 {
  z-index: 400;
  background-color: #0000;
  position: relative;
}

.wrap {
  width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.wrap.w80-50 {
  color: #fff;
  width: 95%;
  min-width: 990px;
  max-width: 1400px;
  padding-top: 40px;
  padding-bottom: 50px;
  padding-left: 60px;
}

.wrap.w50 {
  background-color: #e7e7e7;
  width: 95%;
  min-width: 990px;
  max-width: 1400px;
  margin-top: 40px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.form1-input {
  background-color: #fff;
  border: 1px solid #1112120f;
  border-radius: 4px;
  height: 58px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 16px 20px;
  font-size: 16px;
  line-height: 26px;
  transition: border .4s;
}

.form1-input:hover {
  border-color: #1991eb80;
}

.form1-input:focus {
  border-color: #1991eb;
}

.form1-input.form1-input-dark {
  color: #a1a1a1;
  background-color: #313b47;
  border-color: #ffffff0f;
  border-radius: 20px;
  font-family: Avenir, sans-serif;
}

.form1-input.form1-input-dark:hover {
  border-color: #ffffff80;
}

.form1-input.form1-input-dark:focus {
  border-color: #fff;
}

.text-14 {
  line-height: 24px;
}

.text-14.text-14-60 {
  opacity: .84;
  color: #fff;
  font-family: Avenir, sans-serif;
}

.text-20 {
  opacity: 1;
  font-family: Avenir, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.columns {
  align-items: center;
  display: flex;
}

.column-5 {
  font-family: Avenir, sans-serif;
}

.footer-link-2 {
  color: #48575f;
  border-bottom-style: none;
  margin-left: 15px;
  margin-right: 15px;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  display: inline-block;
}

.footer-link-2:hover {
  color: #242c2e;
}

.footer-link-2.w--current {
  color: #e01a66;
  font-weight: 400;
}

.copyright-text-2 {
  color: #78868f;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Avenir, sans-serif;
  font-size: 13px;
  font-weight: 400;
}

.template-tag {
  display: none;
}

.footer-2 {
  z-index: 50;
  background-color: #e7e7e7;
  padding: 25px 5%;
  position: relative;
}

.footer-div-2 {
  text-align: center;
  padding: 8px 0;
}

.footer-div-2.right {
  float: right;
}

.body-2 {
  background-color: #313b47;
}

.list-item {
  margin-bottom: 2px;
}

.list-item-2 {
  overflow: visible;
}

.list-item-3 {
  margin-bottom: 2px;
}

.worksview {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

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

.page-title-copy {
  background-image: url('../images/fond-works.jpg');
  background-position: 0 0;
  background-size: auto;
  padding-top: 60px;
  padding-bottom: 60px;
}

.heading-15 {
  text-align: right;
  font-size: 30px;
  font-weight: 600;
}

.heading-16 {
  font-weight: 300;
}

.code-embed {
  display: none;
}

/* ========================================
   VERBS SECTION - 4 Leviers d'action
   ======================================== */
.verbs {
  background-color: var(--white);
  padding-top: 100px;
  padding-bottom: 100px;
}

.verbs .section-title {
  margin-bottom: 48px;
}

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

.verb-item {
  text-align: center;
  padding: 32px 24px;
}

.verb-title {
  color: var(--black);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 16px;
}

.verb-divider {
  width: 40px;
  height: 2px;
  background-color: var(--black);
  margin: 0 auto 24px;
}

.verb-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.verb-list li {
  color: var(--body);
  font-size: 14px;
  line-height: 200%;
}

/* ========================================
   AI DELIVERY SECTION
   ======================================== */
.ai-delivery {
  margin-bottom: var(--desktop-space);
  background-color: #1a1a1a;
  padding-top: 80px;
  padding-bottom: 80px;
}

.ai-delivery .section-title {
  margin-bottom: 40px;
}

.ai-delivery .sub-title {
  color: var(--white);
  border-color: var(--white);
}

.ai-delivery .title {
  color: var(--white);
}

.ai-delivery .primary-btn {
  background-color: var(--white);
  color: var(--black);
}

.ai-delivery .primary-btn .arrow {
  filter: invert(1);
}

.ai-delivery .primary-btn:hover {
  background-color: #f0f0f0;
}

.ai-cards-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  margin-bottom: 60px;
}

.ai-card {
  background-color: #ffffff0d;
  border: 1px solid #ffffff1a;
  border-radius: 4px;
  padding: 32px 24px;
  text-align: center;
  transition: background-color .3s, border-color .3s;
}

.ai-card:hover {
  background-color: #ffffff1a;
  border-color: #ffffff33;
}

.ai-card-title {
  color: var(--white);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 12px;
}

.ai-card-desc {
  color: #f4aa8a;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 12px;
}

.ai-card-detail {
  color: #ffffffb3;
  font-size: 14px;
  line-height: 160%;
  margin-bottom: 0;
}

.pipeline-section {
  margin-top: 48px;
  padding: 32px;
  background-color: var(--white);
  border-radius: 8px;
  margin-bottom: 40px;
}

.pipeline-title {
  color: var(--body);
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.pipeline-steps {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

.pipeline-step {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  background-color: var(--bg);
  border-radius: 20px;
}

.step-number {
  width: 24px;
  height: 24px;
  background-color: var(--black);
  color: var(--white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
}

.step-name {
  color: var(--black);
  font-size: 13px;
  font-weight: 500;
}

.pipeline-arrow {
  color: #00000033;
  font-size: 18px;
}

.ai-note {
  color: #ffffff80;
  text-align: center;
  font-size: 14px;
  margin-bottom: 40px;
}

.button-wrap.center {
  justify-content: center;
}

/* ========================================
   RESOURCES SECTION
   ======================================== */
.resources {
  padding-top: var(--desktop-space);
  margin-bottom: var(--desktop-space);
}

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

  h2 {
    font-size: 34px;
  }

  h3 {
    font-size: 26px;
  }

  .container {
    max-width: 100%;
  }

  .nav-menu {
    background-color: #fbfbfb;
    border-bottom: 1px solid #0000001a;
    padding: 20px;
  }

  .nav-menu.home {
    border-radius: 0;
    padding: 20px;
  }

  .nav-link {
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding: 12px 0;
  }

  .nav-btn {
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    margin-left: 0;
    display: flex;
  }

  .nav-btn.desktop {
    display: none;
  }

  .nav-btn.mobile {
    display: flex;
  }

  .humburg-menu {
    grid-row-gap: 4px;
    margin-left: 0;
    padding: 0;
  }

  .top-line, .middle-line, .bottom-line {
    width: 26px;
  }

  .page-data {
    margin-bottom: var(--tablet-space);
  }

  .page-title {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .sg-fonts {
    margin-bottom: var(--tablet-space);
  }

  .font-inner {
    grid-column-gap: 80px;
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .sg-titles {
    margin-bottom: var(--tablet-space);
  }

  .title-top, .table-row {
    grid-column-gap: 20px;
  }

  .sg-section {
    margin-bottom: var(--tablet-space);
  }

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

  .footer {
    padding-top: 60px;
  }

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

  .info-block {
    flex-flow: column wrap;
  }

  .info-inner {
    padding-bottom: 40px;
  }

  .disclaimer {
    margin-bottom: 40px;
  }

  .utility-page-content {
    padding: 40px;
  }

  .title-wrap {
    max-width: 70%;
  }

  .contact {
    margin-bottom: var(--tablet-space);
  }

  .contact-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .section-img, .contact-form {
    max-width: 100%;
  }

  .contact-info {
    margin-bottom: var(--tablet-space);
  }

  .contact-data {
    grid-row-gap: 30px;
    max-width: 100%;
  }

  .contact-info-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .contact-info-wrap.reverse {
    flex-flow: column-reverse wrap;
  }

  .contact-location {
    border-bottom-width: 0;
    padding-bottom: 0;
  }

  .location-info {
    grid-column-gap: 40px;
    grid-row-gap: 0px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

  .faq-section {
    margin-bottom: var(--tablet-space);
  }

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

  .ans-box {
    padding-top: 10px;
  }

  .faq-data {
    max-width: 100%;
  }

  .que-title {
    font-size: 16px;
  }

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

  .faq-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .faq-info {
    grid-row-gap: 20px;
  }

  .cta {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .cta-title, .cta-title-text {
    font-size: 44px;
  }

  .reviews {
    margin-bottom: var(--tablet-space);
  }

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

  .review-block {
    padding: 30px;
  }

  .review-quote {
    padding-bottom: 20px;
  }

  .faq-img {
    max-width: 100%;
  }

  .faq-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .faq-right {
    max-width: 100%;
  }

  .post-list {
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .post-link {
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    display: flex;
  }

  .post-data {
    height: 100%;
  }

  .post-img {
    min-height: 350px;
    max-height: 350px;
  }

  .read-article {
    display: none;
  }

  .post-image {
    min-height: 350px;
    max-height: 350px;
  }

  .blog-title {
    max-width: 100%;
    font-size: 38px;
  }

  .post-main-img {
    margin-bottom: 50px;
  }

  .post-main-image {
    min-height: 400px;
    max-height: 400px;
  }

  .post-main, .career {
    margin-bottom: var(--tablet-space);
  }

  .career-info {
    grid-row-gap: 30px;
    max-width: 100%;
  }

  .career-data {
    max-width: 100%;
  }

  .career-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .journey {
    margin-bottom: var(--tablet-space);
  }

  .journey-images {
    max-width: 100%;
  }

  .journey-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .journey-data {
    max-width: 100%;
  }

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

  .career-growth {
    margin-bottom: var(--tablet-space);
  }

  .section-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .section-wrap.reverse {
    grid-column-gap: 0px;
    flex-flow: column-reverse wrap;
  }

  .section-data {
    max-width: 100%;
  }

  .growth-data {
    padding-top: 10px;
  }

  .jobs {
    margin-bottom: var(--tablet-space);
  }

  .job-list {
    grid-row-gap: 20px;
  }

  .job-link {
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding-bottom: 20px;
  }

  .job-right {
    max-width: 100%;
  }

  .benefits {
    margin-bottom: var(--tablet-space);
  }

  .benefit-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .benefit-block {
    padding: 30px;
  }

  .benefit-icon {
    min-width: 50px;
    max-width: 50%;
    min-height: 50px;
    max-height: 50px;
  }

  .cta-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding: 40px;
  }

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

  .cta-data {
    grid-row-gap: 25px;
    max-width: 100%;
  }

  .cta-images {
    max-width: 100%;
  }

  .job-data-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    flex-flow: column-reverse wrap;
  }

  .job-detail {
    max-width: 100%;
  }

  .sidebar {
    max-width: 50%;
  }

  .pricing {
    margin-bottom: var(--tablet-space);
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .price-list {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .price-block {
    padding: 30px;
  }

  .price-info {
    padding-bottom: 25px;
  }

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

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

  .services {
    margin-bottom: var(--tablet-space);
  }

  .service-list {
    grid-row-gap: 24px;
    grid-template-columns: 1fr 1fr;
  }

  .service-link {
    grid-row-gap: 80px;
  }

  .service-icon {
    min-width: 65px;
    max-width: 65px;
    min-height: 65px;
    max-height: 65px;
  }

  .review {
    margin-bottom: var(--tablet-space);
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .text-review {
    max-width: 100%;
    font-size: 20px;
  }

  .service-img {
    margin-bottom: 50px;
  }

  .service-image {
    min-height: 400px;
    max-height: 400px;
  }

  .service-details {
    max-width: 100%;
  }

  .pricing-plan {
    margin-bottom: var(--tablet-space);
  }

  .plan-block {
    padding-left: 40px;
    padding-right: 40px;
  }

  .plan-title-wrap {
    max-width: 60%;
  }

  .table-head {
    padding-left: 40px;
    padding-right: 40px;
  }

  .price-data {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    flex-flow: column-reverse wrap;
    justify-content: flex-end;
    align-items: flex-start;
  }

  .price-details {
    max-width: 100%;
  }

  .cart-data {
    max-width: 40%;
  }

  .works {
    margin-bottom: var(--tablet-space);
  }

  .work-img {
    justify-content: center;
    align-items: center;
  }

  .work-image {
    min-height: 175px;
    max-height: 200px;
  }

  .work-main {
    margin-bottom: var(--tablet-space);
  }

  .work-main-img {
    margin-bottom: 50px;
  }

  .work-main-image {
    min-height: 350px;
    max-height: 350px;
  }

  .work-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    flex-flow: column-reverse wrap;
  }

  .work-detail {
    max-width: 100%;
  }

  .about {
    margin-bottom: var(--tablet-space);
  }

  .about-wrap {
    grid-row-gap: 14px;
    flex-flow: column;
  }

  .about-right {
    flex-flow: row-reverse;
    max-width: 100%;
  }

  .about-left {
    max-width: 100%;
  }

  .facts {
    margin-bottom: var(--tablet-space);
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .fact-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .fact-right {
    max-width: 100%;
  }

  .team {
    margin-bottom: var(--tablet-space);
  }

  .team-wrap {
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .team-image {
    min-height: 260px;
    max-height: 260px;
  }

  .hero {
    margin-bottom: var(--tablet-space);
    min-height: auto;
  }

  .hero-wrap {
    grid-column-gap: 40px;
    padding-bottom: 40px;
  }

  .menu-link {
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .contact-btn {
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    margin-left: 0;
    display: flex;
  }

  .home-nav {
    position: static;
    bottom: auto;
    left: auto;
    transform: none;
  }

  .hero-title {
    font-size: 44px;
  }

  .hero-left {
    max-width: 55%;
  }

  .hero-img {
    max-width: 90%;
  }

  .hero-image {
    min-height: 200px;
    max-height: 200px;
  }

  .hero-right {
    grid-row-gap: 80px;
    max-width: 45%;
  }

  .hero-data {
    grid-row-gap: 30px;
  }

  .hf-text {
    font-size: 34px;
  }

  .hero-pattern {
    max-width: 45%;
  }

  .hero-text {
    margin-bottom: 30px;
    font-size: 14px;
  }

  .about-us {
    margin-bottom: var(--tablet-space);
  }

  .about-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .about-data, .about-images {
    max-width: 100%;
  }

  .circle-1 {
    filter: blur(160px);
    width: 540px;
    height: 540px;
  }

  .circle-2 {
    filter: blur(160px);
    width: 400px;
    height: 400px;
  }

  .circle-3 {
    filter: blur(160px);
    width: 442px;
    height: 442px;
  }

  .circle-4 {
    filter: blur(160px);
    width: 432px;
    height: 432px;
  }

  .about-media {
    min-height: 220px;
    max-height: 220px;
  }

  .about-device {
    min-height: 332px;
    max-height: 332px;
  }

  .about-left-image {
    min-height: 340px;
    max-height: 340px;
  }

  .trusted-clients {
    margin-bottom: var(--tablet-space);
  }

  .logo-slider, .logo-slide {
    max-width: 260px;
  }

  .logo {
    min-height: 110px;
    max-height: 110px;
  }

  .right-arrow {
    inset: -30% auto auto 210px;
  }

  .left-arrow {
    top: -30%;
    left: 170px;
  }

  .heading-6 {
    clear: left;
    text-align: center;
  }

  .paragraph {
    text-align: center;
    font-size: 18px;
  }

  .blockphoto {
    width: 90%;
    min-width: auto;
    height: 820px;
  }

  .heading-5 {
    text-align: center;
    font-size: 30px;
    line-height: 35px;
  }

  .txtright {
    position: relative;
    left: auto;
  }

  .img {
    margin-bottom: 40px;
  }

  .heading-9 {
    clear: left;
    text-align: center;
  }

  .paragraph-2 {
    text-align: center;
    font-size: 18px;
  }

  .heading-10 {
    text-align: center;
    font-size: 30px;
    line-height: 35px;
  }

  .txtleft {
    margin-left: 0;
  }

  .image-7-copy {
    display: block;
  }

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

  .blockphone {
    min-width: auto;
  }

  .heading-11 {
    font-size: 30px;
    line-height: 35px;
  }

  .heading-6-copy {
    text-align: left;
  }

  .image-10 {
    display: none;
  }

  .blockfull {
    background-image: linear-gradient(#0000, #00000091 35%, #000000bd 67%, #000), url('../images/MusicAll.jpg');
    background-position: 0 0, 50% 80%;
    background-size: auto, cover;
    min-width: auto;
    height: 450px;
  }

  .paragraph-copy-copy {
    padding-right: 60px;
    font-size: 18px;
  }

  .section-5-bis {
    top: 0;
  }

  .blockmoon {
    width: 90%;
    min-width: auto;
    height: 350px;
    margin-top: 25px;
  }

  .heading-big {
    margin-top: -350px;
    font-size: 120px;
  }

  .headline-6-col {
    text-align: center;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .heading-sstitre {
    text-align: center;
    font-size: 30px;
    line-height: 35px;
  }

  .headline-8-col {
    text-align: center;
    width: auto;
  }

  .text-block {
    margin-top: 20px;
    font-size: 20px;
  }

  .wrap-copy {
    width: 645px;
  }

  .wrap-copy.w80-50 {
    width: 90%;
    min-width: auto;
    padding-top: 140px;
    padding-left: 0;
  }

  .wrap-copy.w80-50-copy {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 90%;
    min-width: auto;
    padding-top: 20px;
    display: grid;
  }

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

  .text-16.text-16-60 {
    width: auto;
    margin-left: 40px;
    margin-right: 40px;
    font-size: 16px;
  }

  .form1-form-wrapper {
    width: 80%;
  }

  .image-9-copy {
    width: 80px;
    margin-top: 40px;
  }

  .cards {
    width: auto;
    height: 325px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .blockpresent {
    width: 90%;
    min-width: auto;
  }

  .feature5-item-wrap {
    text-align: center;
    padding-right: 0;
  }

  ._4-col {
    width: 100%;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
  }

  ._4-col._4-col-last {
    margin-bottom: 0;
    margin-right: auto;
  }

  .heading-6-copy-copy-2 {
    text-align: center;
  }

  ._7-col {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .block {
    height: 400px;
  }

  .margined-image {
    max-width: 85%;
  }

  .end {
    width: 645px;
  }

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

  .feature5-row-wrap {
    flex-direction: column;
  }

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

  .heading-13 {
    font-size: 25px;
  }

  .destination__images {
    width: 100%;
  }

  .text-block-copy {
    margin-top: 20px;
    font-size: 20px;
  }

  .wrap {
    width: 645px;
  }

  .wrap.w80-50 {
    width: 95%;
    min-width: auto;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .wrap.w50 {
    width: 95%;
    min-width: auto;
  }

  .text-14.text-14-60 {
    font-size: 13px;
    line-height: 20px;
  }

  .text-20 {
    font-size: 18px;
    line-height: 20px;
  }

  .columns {
    display: block;
  }

  .column-5 {
    text-align: center;
    flex: none;
    justify-content: center;
    display: flex;
  }

  .footer-link-2 {
    margin-top: 5px;
    margin-bottom: 5px;
    display: inline-block;
  }

  .copyright-text-2 {
    text-align: center;
    margin-bottom: 7px;
  }

  .column-4, .footer-div-2.right {
    text-align: center;
  }

  .page-title-copy {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  /* Verbs Section - Tablet */
  .verbs-grid {
    grid-template-columns: 1fr 1fr;
  }

  /* AI Delivery Section - Tablet */
  .ai-cards-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .pipeline-steps {
    gap: 6px;
  }

  .pipeline-step {
    padding: 6px 12px;
  }

  .pipeline-arrow {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 30px;
  }

  h3 {
    font-size: 24px;
  }

  h4 {
    font-size: 20px;
  }

  ul, ol {
    margin-top: 15px;
    margin-bottom: 15px;
    padding-left: 25px;
  }

  li {
    margin-bottom: 10px;
  }

  blockquote {
    padding: 20px;
    font-size: 16px;
  }

  .navbar {
    max-width: 100%;
  }

  .brand {
    padding-left: 0;
  }

  .humburg-menu {
    position: relative;
  }

  .humburg-menu.w--open {
    z-index: 10;
  }

  .page-data {
    margin-bottom: var(--landscape-mobile-space);
  }

  .page-title {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .sg-fonts {
    margin-bottom: var(--landscape-mobile-space);
  }

  .font-inner {
    flex-wrap: wrap;
  }

  .font-block {
    font-size: 16px;
  }

  .text-heading, .body-font {
    font-size: 60px;
  }

  .sg-titles {
    margin-bottom: var(--landscape-mobile-space);
  }

  .font-title {
    font-size: 16px;
  }

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

  .sg-section {
    margin-bottom: var(--landscape-mobile-space);
  }

  .color-main {
    width: 80px;
    height: 80px;
  }

  .arrow, .arrow.invert {
    filter: none;
  }

  .footer-data {
    grid-column-gap: 40px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 40px;
    display: grid;
  }

  .policy-block {
    padding-top: 40px;
  }

  .license-field {
    font-size: 16px;
  }

  .info-block {
    grid-row-gap: 50px;
  }

  .info-inner {
    padding-bottom: 40px;
  }

  .version-info {
    grid-column-gap: 15px;
    grid-template-columns: 60px 1fr;
  }

  .version-block {
    width: 60px;
    height: 60px;
  }

  .version-name {
    font-size: 14px;
  }

  .utility-page-content {
    max-width: 90%;
    padding: 30px;
  }

  .pass-txt {
    font-size: 14px;
    line-height: 150%;
  }

  .error-data {
    max-width: 90%;
  }

  .cs-title {
    font-size: 56px;
  }

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

  .title-wrap {
    max-width: 100%;
  }

  .title-icon {
    display: none;
  }

  .contact, .contact-info {
    margin-bottom: var(--landscape-mobile-space);
  }

  .social-block {
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .faq-section {
    margin-bottom: var(--landscape-mobile-space);
  }

  .faq {
    padding: 15px;
  }

  .que {
    grid-column-gap: 40px;
  }

  .que-title {
    font-size: 16px;
    line-height: 150%;
  }

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

  .cta {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .cta-wrap {
    grid-row-gap: 30px;
  }

  .cta-title, .cta-title-text {
    font-size: 38px;
  }

  .reviews {
    margin-bottom: var(--landscape-mobile-space);
  }

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

  .post-list {
    grid-column-gap: 15px;
    grid-row-gap: 30px;
  }

  .post-data {
    padding: 16px;
  }

  .post-title {
    font-size: 16px;
  }

  .post-tag {
    font-size: 10px;
  }

  .post-img, .post-image {
    min-height: 260px;
    max-height: 260px;
  }

  .blog-title {
    max-width: 100%;
    margin-bottom: 15px;
    font-size: 32px;
  }

  .post-main-img {
    margin-bottom: 40px;
  }

  .post-main-image {
    min-height: 300px;
    max-height: 300px;
  }

  .post-main, .career {
    margin-bottom: var(--landscape-mobile-space);
  }

  .career-facts {
    grid-column-gap: 40px;
    font-size: 14px;
    line-height: 150%;
  }

  .cf-text {
    font-size: 44px;
  }

  .journey {
    margin-bottom: var(--landscape-mobile-space);
  }

  .journey-wrap {
    grid-row-gap: 30px;
  }

  .journey-image {
    min-height: 285px;
    max-height: 285px;
  }

  .career-growth {
    margin-bottom: var(--landscape-mobile-space);
  }

  .section-wrap {
    grid-row-gap: 30px;
  }

  .growth-data {
    padding-top: 0;
  }

  .growth-tag {
    font-size: 12px;
  }

  .jobs {
    margin-bottom: var(--landscape-mobile-space);
  }

  .divider {
    height: 25px;
  }

  .benefits {
    margin-bottom: var(--landscape-mobile-space);
  }

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

  .benefit-block {
    grid-row-gap: 20px;
    padding: 20px;
    font-size: 14px;
    line-height: 150%;
  }

  .benefit-icon {
    aspect-ratio: auto;
    min-width: 45px;
    max-width: 45%;
    min-height: 45px;
    max-height: 45px;
  }

  .benefit-title {
    font-size: 18px;
  }

  .cta-wrapper {
    padding: 30px;
  }

  .cta-images {
    grid-row-gap: 10px;
  }

  .cta-img-wrap {
    grid-column-gap: 10px;
  }

  .cta-image {
    min-height: 180px;
    max-height: 180px;
  }

  .sidebar {
    max-width: 100%;
  }

  .pricing {
    margin-bottom: var(--landscape-mobile-space);
  }

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

  .price-info {
    padding-bottom: 25px;
  }

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

  .services {
    margin-bottom: var(--landscape-mobile-space);
  }

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

  .service-link {
    grid-row-gap: 60px;
  }

  .review {
    margin-bottom: var(--landscape-mobile-space);
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .review-wrap {
    grid-row-gap: 30px;
  }

  .text-review {
    font-size: 18px;
  }

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

  .service-image {
    min-height: 300px;
    max-height: 300px;
  }

  .pricing-plan {
    margin-bottom: var(--landscape-mobile-space);
  }

  .plan-block {
    padding: 20px;
  }

  .table-head {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cart-data {
    max-width: 50%;
  }

  .cart-price {
    margin-bottom: 30px;
    font-size: 34px;
  }

  .works {
    margin-bottom: var(--landscape-mobile-space);
  }

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

  .work-image {
    min-height: 120px;
    max-height: 200px;
  }

  .work-main {
    margin-bottom: var(--landscape-mobile-space);
  }

  .work-main-img {
    margin-bottom: 40px;
  }

  .work-main-image {
    min-height: 260px;
    max-height: 260px;
  }

  .work-overview {
    margin-bottom: 22px;
  }

  .about {
    margin-bottom: var(--landscape-mobile-space);
  }

  .about-img {
    min-width: 260px;
    max-width: 260px;
  }

  .about-small-img {
    display: none;
  }

  .facts {
    margin-bottom: var(--landscape-mobile-space);
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .fact-wrap {
    grid-row-gap: 30px;
  }

  .fact-block {
    grid-row-gap: 60px;
    padding: 20px;
  }

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

  .fact-data {
    font-size: 14px;
    font-weight: 400;
  }

  .team {
    margin-bottom: var(--landscape-mobile-space);
  }

  .team-wrap {
    grid-template-columns: 1fr 1fr;
  }

  .member-name {
    font-size: 16px;
    line-height: 150%;
  }

  .team-image {
    min-height: 290px;
    max-height: 290px;
  }

  .hero {
    margin-bottom: var(--landscape-mobile-space);
  }

  .hero-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    flex-flow: column;
    padding-top: 40px;
  }

  .hero-left, .hero-img {
    max-width: 100%;
  }

  .hero-image {
    min-height: 300px;
    max-height: 300px;
  }

  .hero-right {
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 100%;
  }

  .hero-data {
    display: none;
  }

  .hero-text {
    text-align: left;
  }

  .hero-info {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .about-us {
    margin-bottom: var(--landscape-mobile-space);
  }

  .circle-1 {
    filter: blur(100px);
    width: 240px;
    height: 240px;
    bottom: -20%;
    right: -10%;
  }

  .circle-2 {
    filter: blur(100px);
    width: 200px;
    height: 200px;
    bottom: -10%;
    left: 25%;
  }

  .circle-3 {
    filter: blur(100px);
    width: 242px;
    height: 242px;
    top: 0%;
  }

  .circle-4 {
    filter: blur(100px);
    width: 232px;
    height: 232px;
    top: -10%;
    right: -20%;
  }

  .hero-btn {
    color: #fff;
    background-color: #000;
    border: 1px solid #000;
    border-radius: 28px;
    padding: 14px 22px;
    transition: color .3s, background-color .3s;
  }

  .hero-btn:hover {
    color: #000;
    background-color: #0000;
  }

  .about-media {
    min-height: 150px;
    max-height: 150px;
  }

  .about-device, .about-left-image {
    min-height: 230px;
    max-height: 230px;
  }

  .about-logo {
    min-height: 150px;
    max-height: 150px;
  }

  .trusted-clients {
    margin-bottom: var(--landscape-mobile-space);
  }

  .logo-slider, .logo-slide {
    max-width: 220px;
  }

  .logo {
    min-height: 94px;
    max-height: 94px;
  }

  .right-arrow {
    inset: -34% auto auto 176px;
  }

  .left-arrow {
    top: -34%;
    left: 140px;
  }

  .div-block-5 {
    min-width: 200px;
  }

  .heading-2 {
    font-size: 35px;
  }

  .clock-label {
    color: #b1b1b185;
    font-weight: 700;
  }

  .box {
    width: auto;
    height: auto;
    margin-left: 4px;
    margin-right: 4px;
    padding-left: 2px;
    padding-right: 2px;
  }

  .clock-number {
    font-size: 8vw;
    line-height: 40px;
  }

  .titre {
    width: 90%;
  }

  .heading-3 {
    font-size: 18px;
  }

  .blockphoto {
    height: 920px;
  }

  .txtright {
    padding-right: 30px;
  }

  .img {
    width: 100%;
  }

  .heading-7 {
    font-size: 35px;
  }

  .heading-8 {
    font-size: 18px;
  }

  .image-7-copy {
    right: -10px;
  }

  .blockphone {
    width: 90%;
  }

  .heading-6-copy {
    text-align: left;
  }

  .heading-6-copy-copy {
    text-align: center;
    width: 80%;
  }

  .blockmoon {
    height: 250px;
  }

  .heading-big {
    font-size: 100px;
  }

  .form1-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .heading-sstitre {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 28px;
  }

  .wrap-copy {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .wrap-copy.w80-50 {
    width: 100%;
  }

  .wrap-copy.w80-50-copy {
    grid-template-columns: 1fr 1fr;
    width: 75%;
    padding-top: 100px;
  }

  .text-16.text-16-60 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .form1-form-wrapper {
    width: 90%;
  }

  .heading-7-copy {
    padding-top: 40px;
  }

  .heading-6-copy-copy-2 {
    text-align: center;
    width: 100%;
  }

  .margined-image {
    margin-top: 15px;
  }

  .end {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .feature5-row-wrap {
    grid-template-columns: 1fr 1fr;
  }

  .destination__images {
    width: 100%;
  }

  .wrap {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .wrap.w80-50 {
    padding-right: 0;
  }

  .wrap.w50 {
    width: 98%;
    max-width: none;
    padding: 20px 0 10px;
  }

  .footer-div-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .page-title-copy {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  /* Verbs Section - Mobile Landscape */
  .verbs {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .verbs-grid {
    grid-template-columns: 1fr 1fr;
    grid-gap: 16px;
  }

  /* AI Delivery Section - Mobile Landscape */
  .ai-delivery {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .ai-cards-grid {
    grid-template-columns: 1fr;
    grid-gap: 16px;
  }

  .pipeline-section {
    padding: 20px;
  }

  .pipeline-steps {
    gap: 8px;
  }

  .pipeline-step {
    padding: 6px 10px;
  }

  .step-number {
    width: 20px;
    height: 20px;
    font-size: 11px;
  }

  .step-name {
    font-size: 12px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
  }

  h2 {
    font-size: 26px;
  }

  h3 {
    font-size: 22px;
  }

  .page-data, .sg-fonts {
    margin-bottom: var(--portrait-mobile-spacing);
  }

  .font-inner {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    flex-direction: column;
  }

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

  .text-heading, .body-font {
    font-size: 70px;
  }

  .sg-titles {
    margin-bottom: var(--portrait-mobile-spacing);
  }

  .title-top {
    display: none;
  }

  .table-row {
    grid-column-gap: 0px;
    grid-row-gap: 5px;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 15px;
    padding-bottom: 15px;
    display: flex;
  }

  .sg-section {
    margin-bottom: var(--portrait-mobile-spacing);
  }

  .color-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    flex-wrap: wrap;
  }

  .color-box {
    grid-row-gap: 5px;
  }

  .button-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 15px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .button-wrap.right {
    justify-content: center;
    align-items: flex-end;
  }

  .primary-btn, .secondary-btn {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer {
    padding-top: 50px;
  }

  .footer-data {
    grid-template-columns: 1fr;
    grid-column-gap: 0;
    grid-row-gap: 24px;
  }

  .footer-text {
    grid-row-gap: 5px;
    text-align: center;
    flex-flow: column;
  }

  .license-field {
    margin-bottom: 0;
  }

  .info-block {
    flex-wrap: nowrap;
    overflow: hidden;
  }

  .disclaimer {
    font-size: 14px;
  }

  .version-info {
    align-items: start;
  }

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

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

  .cs-title {
    margin-bottom: 10px;
    font-size: 42px;
  }

  .contact {
    margin-bottom: var(--portrait-mobile-spacing);
  }

  .contact-wrap {
    grid-row-gap: 30px;
  }

  .field-wrap {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    margin-bottom: 20px;
  }

  .contact-info {
    margin-bottom: var(--portrait-mobile-spacing);
  }

  .contact-info-wrap {
    grid-row-gap: 30px;
  }

  .location-info {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

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

  .social-block {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .faq-section {
    margin-bottom: var(--portrait-mobile-spacing);
  }

  .faq {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .que {
    grid-column-gap: 30px;
  }

  .que-title {
    font-size: 16px;
  }

  .ans-text {
    font-size: 14px;
    line-height: 150%;
  }

  .faq-wrap {
    grid-row-gap: 30px;
  }

  .faq-info {
    grid-row-gap: 10px;
  }

  .cta-title, .cta-title-text {
    font-size: 30px;
  }

  .reviews {
    margin-bottom: var(--portrait-mobile-spacing);
  }

  .review-block {
    grid-row-gap: 30px;
    padding: 20px;
  }

  .review-quote {
    padding-bottom: 15px;
  }

  .faq-wrapper {
    grid-row-gap: 30px;
  }

  .post-list {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .post-img, .post-image {
    min-height: 300px;
    max-height: 300px;
  }

  .blog-title {
    font-size: 26px;
  }

  .post-main-img {
    margin-bottom: 30px;
  }

  .post-main-image {
    min-height: 240px;
    max-height: 240px;
  }

  .post-main, .career {
    margin-bottom: var(--portrait-mobile-spacing);
  }

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

  .cf-text {
    margin-bottom: 10px;
    font-size: 40px;
  }

  .journey {
    margin-bottom: var(--portrait-mobile-spacing);
  }

  .journey-image {
    min-height: 185px;
    max-height: 185px;
  }

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

  .career-growth {
    margin-bottom: var(--portrait-mobile-spacing);
  }

  .growth-tag-wrap {
    grid-row-gap: 5px;
    flex-flow: wrap;
  }

  .jobs {
    margin-bottom: var(--portrait-mobile-spacing);
  }

  .job-title-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 6px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .job-title {
    font-size: 16px;
  }

  .divider {
    display: none;
  }

  .job-right {
    grid-row-gap: 10px;
    flex-flow: wrap;
  }

  .benefits {
    margin-bottom: var(--portrait-mobile-spacing);
  }

  .benefit-wrap {
    grid-column-gap: 0px;
    grid-template-columns: 1fr;
  }

  .cta-wrapper {
    grid-row-gap: 30px;
    padding: 20px;
  }

  .title-cta {
    margin-bottom: 10px;
    font-size: 26px;
  }

  .cta-data {
    grid-row-gap: 20px;
  }

  .cta-image {
    min-height: 115px;
    max-height: 115px;
  }

  .pricing {
    margin-bottom: var(--portrait-mobile-spacing);
  }

  .price-block {
    padding: 25px;
  }

  .price-info {
    margin-top: 18px;
  }

  .price-features li {
    font-size: 14px;
    line-height: 140%;
  }

  .services {
    margin-bottom: var(--portrait-mobile-spacing);
  }

  .service-link {
    grid-row-gap: 40px;
    padding: 25px;
  }

  .review {
    margin-bottom: var(--portrait-mobile-spacing);
  }

  .review-wrap {
    grid-row-gap: 25px;
  }

  .text-review {
    font-size: 16px;
  }

  .service-img {
    margin-bottom: 30px;
  }

  .service-image {
    min-height: 240px;
    max-height: 240px;
  }

  .pricing-plan {
    margin-bottom: var(--portrait-mobile-spacing);
  }

  .plan-block {
    padding: 15px;
    font-size: 14px;
    line-height: 150%;
  }

  .plan-title-wrap {
    grid-column-gap: 10px;
    max-width: 60%;
  }

  .plan-title {
    font-size: 14px;
    line-height: 150%;
  }

  .check-icon {
    width: 20px;
    height: 20px;
  }

  .table-head {
    padding: 20px 15px;
  }

  .table-head-wrap {
    grid-column-gap: 30px;
  }

  .cart-data {
    text-align: center;
    max-width: 100%;
  }

  .cart-price {
    margin-bottom: 20px;
    font-size: 28px;
  }

  .works {
    margin-bottom: var(--portrait-mobile-spacing);
  }

  .work-list {
    grid-column-gap: 0px;
    grid-template-columns: 1fr;
  }

  .work-image {
    min-height: 260px;
    max-height: 300px;
  }

  .work-main {
    margin-bottom: var(--portrait-mobile-spacing);
  }

  .work-main-img {
    margin-bottom: 30px;
  }

  .work-main-image {
    min-height: 170px;
    max-height: 170px;
  }

  .work-overview {
    margin-bottom: 18px;
  }

  .about {
    margin-bottom: var(--portrait-mobile-spacing);
  }

  .about-img {
    display: none;
  }

  .about-block {
    grid-row-gap: 40px;
    padding: 15px;
  }

  .about-block.growth {
    max-width: 100%;
  }

  .about-text {
    font-size: 30px;
  }

  .about-info {
    font-size: 14px;
  }

  .about-right-data {
    grid-column-gap: 14px;
    grid-row-gap: 0px;
    flex-flow: row-reverse;
  }

  .about-btm-img {
    max-width: 50%;
  }

  .facts {
    margin-bottom: var(--portrait-mobile-spacing);
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .fact-right {
    grid-column-gap: 0px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
  }

  .fact-block {
    grid-row-gap: 40px;
  }

  .fact-icon {
    min-width: 35px;
    max-width: 35px;
    min-height: 35px;
    max-height: 35px;
  }

  .team {
    margin-bottom: var(--portrait-mobile-spacing);
  }

  .team-wrap {
    grid-column-gap: 15px;
  }

  .team-image {
    min-height: 180px;
    max-height: 180px;
  }

  .hero {
    margin-bottom: var(--portrait-mobile-spacing);
  }

  .hero-wrap {
    grid-row-gap: 15px;
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .hero-title {
    margin-bottom: 30px;
    font-size: 28px;
    line-height: 120%;
  }

  .hero-image {
    min-height: 220px;
    max-height: 220px;
  }

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

  .hero-info {
    justify-content: flex-start;
    align-items: center;
  }

  .about-us {
    margin-bottom: var(--portrait-mobile-spacing);
  }

  .about-data {
    grid-row-gap: 30px;
  }

  .about-images {
    grid-column-gap: 10px;
  }

  .circle-1, .circle-2, .circle-3, .circle-4 {
    filter: blur(80px);
  }

  .hero-btn {
    padding-left: 20px;
    padding-right: 20px;
  }

  .about-left-img, .about-right-img {
    grid-row-gap: 10px;
  }

  .about-media {
    min-height: 90px;
    max-height: 90px;
  }

  .about-device, .about-left-image {
    min-height: 140px;
    max-height: 140px;
  }

  .about-logo {
    min-height: 90px;
    max-height: 90px;
  }

  .trusted-clients {
    margin-bottom: var(--portrait-mobile-spacing);
  }

  .pertner-data {
    margin-top: 6px;
  }

  .right-arrow {
    inset: -34% auto auto 176px;
  }

  .left-arrow {
    left: 140px;
  }

  .nav {
    z-index: 997;
  }

  .navbar-2 {
    z-index: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .nav-menu-2 {
    display: block;
  }

  .link-block {
    display: none;
  }

  .image {
    display: block;
  }

  .div-block-5 {
    min-width: auto;
    display: block;
  }

  .contact-2 {
    text-align: center;
    flex: 0 auto;
    align-self: auto;
    display: block;
  }

  .heading-2 {
    width: auto;
    max-width: 300px;
  }

  .box.box-1 {
    width: 50px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .image-4 {
    display: none;
  }

  .clock-number {
    font-size: 10vw;
    font-weight: 600;
    line-height: 30px;
  }

  .image-4-copy {
    display: block;
  }

  .titre {
    margin-top: 180px;
  }

  .js-clock {
    width: 100%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .heading-3 {
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 15px;
  }

  .blockphoto {
    height: 700px;
  }

  .heading-5 {
    font-size: 25px;
    line-height: 25px;
  }

  .txtright {
    margin-left: 10px;
    padding-right: 10px;
  }

  .section-2 {
    padding-top: 600px;
  }

  .image-7 {
    display: block;
  }

  .contact-3 {
    text-align: center;
    flex: 0 auto;
    align-self: auto;
    display: block;
  }

  .heading-7 {
    width: auto;
    max-width: 300px;
  }

  .image-8 {
    display: none;
  }

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

  .heading-10 {
    font-size: 25px;
    line-height: 25px;
  }

  .section-3 {
    padding-top: 600px;
  }

  .appsbtn {
    flex-direction: column;
    width: 100%;
    height: auto;
  }

  .section-4 {
    height: 660px;
  }

  .txtleft {
    width: 100%;
  }

  .image-7-copy {
    display: none;
  }

  .text-block-2 {
    opacity: 0;
    width: 100%;
  }

  .heading-6-copy {
    margin-top: 100px;
  }

  .blockfull {
    height: 450px;
  }

  .heading-6-copy-copy {
    display: none;
  }

  .paragraph-copy-copy {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 15px;
  }

  .blockmoon {
    height: 150px;
  }

  .heading-big {
    margin-top: -280px;
    font-size: 55px;
  }

  .heading-sstitre {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 20px;
    line-height: 22px;
  }

  .text-block {
    margin-top: 15px;
  }

  .image-12 {
    width: 100%;
    display: none;
  }

  .wrap-copy.w80-50 {
    padding-top: 300px;
    padding-right: 0;
  }

  .wrap-copy.w80-50-copy {
    grid-template-columns: 1fr;
    padding-top: 60px;
    padding-bottom: 20px;
  }

  .form1 {
    flex-direction: column;
    align-items: stretch;
  }

  .text-16.text-16-60 {
    font-size: 14px;
    line-height: 18px;
  }

  .image-9-copy {
    display: none;
  }

  .cards {
    grid-template-columns: 1fr;
    top: -350px;
  }

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

  .div-block-10 {
    padding-bottom: 30px;
  }

  .btn-big {
    text-align: center;
    padding: 14px 25px;
    display: block;
  }

  .margined-image {
    margin-top: 10px;
  }

  .feature5-row-wrap {
    grid-auto-flow: row;
  }

  .image-13 {
    display: none;
  }

  .heading-13 {
    font-size: 20px;
    line-height: 22px;
  }

  .destination__images {
    margin-bottom: 25px;
  }

  .text-block-copy {
    margin-top: 15px;
  }

  .form1-input {
    height: 54px;
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .text-14.text-14-60 {
    font-size: 10.5px;
    line-height: 13px;
  }

  .text-20 {
    font-size: 15px;
    line-height: 15px;
  }

  .footer-link-2 {
    margin-left: 0;
  }

  .footer-div-2 {
    padding-left: 0;
    padding-right: 0;
  }

  /* Verbs Section - Mobile Portrait */
  .verbs {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .verbs-grid {
    grid-template-columns: 1fr;
    grid-gap: 0;
  }

  .verb-item {
    padding: 24px 16px;
    border-bottom: 1px solid #0000001a;
  }

  .verb-item:last-child {
    border-bottom: none;
  }

  /* AI Delivery Section - Mobile Portrait */
  .ai-delivery {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .ai-cards-grid {
    margin-bottom: 40px;
  }

  .ai-card {
    padding: 24px 20px;
  }

  .pipeline-section {
    padding: 20px;
    margin-bottom: 30px;
  }

  .ai-note {
    margin-bottom: 30px;
    font-size: 13px;
  }
}

#w-node-f12e761a-09b5-d381-f59a-476d7d4f0d6f-46defe2d, #w-node-f12e761a-09b5-d381-f59a-476d7d4f0d74-46defe2d, #w-node-_485f3229-5e56-f705-3d68-362e114c3313-46defe2d, #w-node-_485f3229-5e56-f705-3d68-362e114c3315-46defe2d, #w-node-_485f3229-5e56-f705-3d68-362e114c3318-46defe2d, #w-node-_7a2d5058-c271-5b30-dc0a-84f63001b899-46defe2d, #w-node-_7a2d5058-c271-5b30-dc0a-84f63001b89e-46defe2d, #w-node-_7a2d5058-c271-5b30-dc0a-84f63001b8a1-46defe2d, #w-node-_7a2d5058-c271-5b30-dc0a-84f63001b8a5-46defe2d, #w-node-_7a2d5058-c271-5b30-dc0a-84f63001b8aa-46defe2d, #w-node-_7a2d5058-c271-5b30-dc0a-84f63001b8ad-46defe2d, #w-node-_7a2d5058-c271-5b30-dc0a-84f63001b8b1-46defe2d, #w-node-_7a2d5058-c271-5b30-dc0a-84f63001b8b6-46defe2d, #w-node-_7a2d5058-c271-5b30-dc0a-84f63001b8b9-46defe2d, #w-node-_7a2d5058-c271-5b30-dc0a-84f63001b8bd-46defe2d, #w-node-_7a2d5058-c271-5b30-dc0a-84f63001b8c2-46defe2d, #w-node-_7a2d5058-c271-5b30-dc0a-84f63001b8c5-46defe2d, #w-node-_7a2d5058-c271-5b30-dc0a-84f63001b8c9-46defe2d, #w-node-_7a2d5058-c271-5b30-dc0a-84f63001b8ce-46defe2d, #w-node-_7a2d5058-c271-5b30-dc0a-84f63001b8d1-46defe2d, #w-node-_7a2d5058-c271-5b30-dc0a-84f63001b8d5-46defe2d, #w-node-_7a2d5058-c271-5b30-dc0a-84f63001b8da-46defe2d, #w-node-_7a2d5058-c271-5b30-dc0a-84f63001b8dd-46defe2d, #w-node-_7a2d5058-c271-5b30-dc0a-84f63001b8e1-46defe2d, #w-node-_7a2d5058-c271-5b30-dc0a-84f63001b8e6-46defe2d, #w-node-_7a2d5058-c271-5b30-dc0a-84f63001b8e9-46defe2d, #w-node-_7a2d5058-c271-5b30-dc0a-84f63001b8ed-46defe2d, #w-node-_7a2d5058-c271-5b30-dc0a-84f63001b8f2-46defe2d, #w-node-_7a2d5058-c271-5b30-dc0a-84f63001b8f5-46defe2d, #w-node-_7a2d5058-c271-5b30-dc0a-84f63001b8f9-46defe2d, #w-node-_7a2d5058-c271-5b30-dc0a-84f63001b8fe-46defe2d, #w-node-_7a2d5058-c271-5b30-dc0a-84f63001b901-46defe2d, #w-node-_52e17fb7-603c-9595-4def-a251563255b2-46defe32, #w-node-_52e17fb7-603c-9595-4def-a251563255bb-46defe32, #w-node-_79a55a37-0102-f197-512a-8d6ef84e3511-46defe33, #w-node-_79a55a37-0102-f197-512a-8d6ef84e3514-46defe33, #w-node-_79a55a37-0102-f197-512a-8d6ef84e3515-46defe33, #w-node-_79a55a37-0102-f197-512a-8d6ef84e3517-46defe33 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#name.w-node-b0c2354f-eb75-46cb-ee17-98e0f5a5494e-46defe37, #message.w-node-cfa63773-58b7-eb86-91db-a8e1230e9efe-46defe37 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_98f18fca-5902-055c-698e-d3d779b0d794-46defe3d, #w-node-c5b74087-6a32-4372-efb1-189401ca30e4-46defe3d, #w-node-_990eb00b-6167-ac5c-93a0-1ef8047437a8-46defe3d, #w-node-fcaaed98-f8ac-7dc8-3bbc-954a13b58c2b-46defe3d, #w-node-f4a1ee05-5c2b-7619-1445-e7eb79a5b958-46defe3d, #w-node-_9348cd36-dc6f-03cc-f7c8-9dd60c304704-46defe3d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_2b1840d8-94d9-8ab6-1c08-865c5ee2310c-e31b4db3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #name.w-node-b0c2354f-eb75-46cb-ee17-98e0f5a5494e-46defe37, #message.w-node-cfa63773-58b7-eb86-91db-a8e1230e9efe-46defe37 {
    grid-column: span 1 / span 1;
  }
}

/* ========================================
   HESPERANS CUSTOM STYLES
   ======================================== */

/* Section title max-width on desktop */
@media (min-width: 992px) {
  .section-title {
    max-width: 80%;
  }
}

/* Menu hover animations */
.menu-link, .nav-link {
  position: relative;
  transition: color 0.3s ease, transform 0.3s ease;
}

.menu-link:not(.home-icon)::after, .nav-link:not(.home-icon)::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: currentColor;
  transition: width 0.3s ease;
}

.menu-link:not(.home-icon):hover::after, .nav-link:not(.home-icon):hover::after {
  width: 100%;
}

.menu-link:not(.home-icon):hover, .nav-link:not(.home-icon):hover {
  transform: translateY(-2px);
}

/* Animation spécifique pour l'icône maison */
.home-icon {
  display: inline-flex;
  align-items: center;
  transition: transform 0.3s ease;
}

.home-icon:hover {
  transform: scale(1.15);
}

.home-icon svg {
  transition: stroke-width 0.3s ease;
}

.home-icon:hover svg {
  stroke-width: 2.5;
}

/* Contact button hover */
.contact-btn {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.contact-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

@font-face {
  font-family: 'Avenir';
  src: url('../fonts/Avenir-LightOblique-08.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir';
  src: url('../fonts/Avenir-BlackOblique-04.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir';
  src: url('../fonts/Avenir-MediumOblique-10.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir';
  src: url('../fonts/Avenir-Roman-12.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir';
  src: url('../fonts/Avenir-Book-01.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir';
  src: url('../fonts/Avenir-Light-07.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir';
  src: url('../fonts/Avenir-HeavyOblique-06.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir';
  src: url('../fonts/Avenir-Heavy-05.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir';
  src: url('../fonts/Avenir-Medium-09.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir';
  src: url('../fonts/Avenir-Black-03.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir';
  src: url('../fonts/Avenir-Oblique-11.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir';
  src: url('../fonts/Avenir-BookOblique-02.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
/* =====================================================
   CUSTOM HOVER ANIMATIONS - CSS Pure (replaces Webflow IX)
   ===================================================== */

/* Image zoom on hover */
.work-img {
  overflow: hidden;
}

.work-image {
  transition: transform 0.4s ease;
}

.work-link:hover .work-image {
  transform: scale(1.05);
}

/* Visit text slide-in animation */
.work-text .visit {
  transform: translateX(100%);
  opacity: 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.work-link:hover .work-text .visit {
  transform: translateX(0);
  opacity: 1;
}
