@font-face {
  font-family: Demo;
  src: url('../fonts/demo.html') format("undefined");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Stylesheet;
  src: url('../fonts/stylesheet.css') format("undefined");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Circe;
  src: url('../fonts/Circe-ExtraLight.eot') format("embedded-opentype"), url('../fonts/Circe-ExtraLight.ttf') format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Circe;
  src: url('../fonts/Circe-Light.eot') format("embedded-opentype"), url('../fonts/Circe-Light.woff') format("woff"), url('../fonts/Circe-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Circe;
  src: url('../fonts/Circe-Bold.eot') format("embedded-opentype"), url('../fonts/Circe-Bold.woff') format("woff"), url('../fonts/Circe-ExtraBold.woff') format("woff"), url('../fonts/Circe-Bold.ttf') format("truetype"), url('../fonts/Circe-ExtraBold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Circe;
  src: url('../fonts/Circe-Thin.woff') format("woff"), url('../fonts/Circe-Thin.ttf') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Circe;
  src: url('../fonts/Circe-Regular.woff') format("woff"), url('../fonts/Circe-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Bentoga;
  src: url('../fonts/Bentoga-Thin.otf') format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Bentoga;
  src: url('../fonts/BentogaItalic-Thin.otf') format("opentype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Black.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

:root {
  --almond-2: #f9f0dd;
  --red: #181818;
  --light-almond: #ede6d8;
  --almond: #ede6d8;
  --dark-red: #6b6b31;
  --black: #3c3c3b;
  --light-grey: #d1d1d1;
  --white: #fbfbfb;
  --grey: #484848;
  --dev: #3c3c3b;
  --untitled-ui--gray300: #d0d5dd;
  --untitled-ui--white: white;
  --untitled-ui--gray700: #344054;
  --untitled-ui--gray50-2: #f9fafb;
  --untitled-ui--gray800: #1d2939;
  --untitled-ui--gray100: #f2f4f7;
  --cardborder11: var(--almond-2);
  --waves-library--white: white;
  --waves-library--black: #131313;
  --untitled-ui--primary50: #f9f5ff;
  --untitled-ui--primary600: #7f56d9;
  --untitled-ui--gray600: #475467;
  --untitled-ui--primary800: #53389e;
  --untitled-ui--primary700: #6941c6;
  --untitled-ui--primary100: #f4ebff;
  --cardborder1: var(--untitled-ui--primary300);
  --color: #a60000;
  --untitled-ui--gray200: #eaecf0;
  --untitled-ui--gray500: #667085;
  --untitled-ui--success700: #027a48;
  --untitled-ui--success50: #ecfdf3;
  --untitled-ui--primary300: #d6bbfb;
  --untitled-ui--primary200: #e9d7fe;
}

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

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

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

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

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

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

.w-commerce-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-commercecartopenlinkicon {
  margin-right: 8px;
}

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

  .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-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 {
  background-color: var(--almond-2);
  color: var(--red);
  font-family: Satoshi, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6, p {
  margin-top: 0;
  margin-bottom: 0;
}

a {
  opacity: 1;
  color: var(--red);
  text-decoration: none;
}

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

blockquote {
  border-left: 5px solid var(--red);
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

figure {
  margin-bottom: 10px;
}

.container {
  max-width: 90vw;
  padding-top: 0;
  padding-left: 3.5rem;
  padding-right: 3.5rem;
  font-family: Circe, sans-serif;
  font-weight: 300;
}

.container.small {
  max-width: 90rem;
  padding-bottom: 150px;
  padding-left: 3.5rem;
  padding-right: 2.5rem;
}

.container.medium {
  max-width: 110rem;
  margin-top: 20px;
}

.style-guide {
  margin-top: 0;
}

.style-guide-component {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.style-guide-heading {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

.style-guide-heading.small-gap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.divider-style-guide {
  background-color: var(--red);
  opacity: .2;
  width: 100%;
  height: 1px;
}

.style-item {
  background-color: var(--light-almond);
  border: 1px solid #fbfbfb21;
  flex-flow: column;
  transition: background-color .4s;
  display: flex;
}

.style-item:hover {
  background-color: var(--almond);
}

.style-header {
  border-bottom: 1px solid var(--almond);
  justify-content: space-between;
  align-items: center;
  padding: .75rem .75rem .75rem 1rem;
  display: flex;
}

.style-name-wrapper {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  color: var(--light-almond);
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.class-name {
  background-color: var(--dark-red);
  border: 1px solid #383838;
  border-radius: 1rem;
  padding: .375rem .75rem;
}

.style-item-content {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 2rem;
  display: flex;
}

.heading-1 {
  font-size: 8.875rem;
  line-height: 1.1;
}

.text-size-small {
  font-size: .875rem;
}

.heading-2 {
  font-size: 4.75rem;
  line-height: 1.1;
}

.style-guide-item-wrap {
  margin-top: 3rem;
  margin-bottom: 6rem;
}

.heading-3 {
  font-size: 3.5rem;
  line-height: 1.4;
}

.heading-4 {
  font-size: 3.25rem;
  line-height: 1.2;
}

.heading-4.text-weight-regular {
  float: none;
  text-align: center;
  margin-top: 0;
  font-family: Circe, sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.heading-6 {
  font-size: 2.5rem;
  line-height: 1.5;
}

.heading-5 {
  font-size: 3rem;
  line-height: 1.5;
}

.heading-5.text-weight-regular.small-mobile {
  color: var(--black);
  font-family: Circe, sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.style-guide-item-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 2rem;
  display: grid;
}

.text-size-huge {
  font-size: 2rem;
}

.text-size-xlarge {
  color: var(--red);
  font-size: 16px;
}

.text-size-large {
  font-family: Circe, sans-serif;
  font-size: 10px;
  font-weight: 300;
  line-height: 14px;
}

.text-size-medium {
  text-shadow: 0 1px 1px #0003;
  margin-top: 20px;
  font-family: Circe, sans-serif;
  font-size: 30px;
  font-weight: 200;
}

.text-size-regular {
  font-size: 1rem;
}

.text-size-tiny {
  letter-spacing: 1px;
  font-size: .75rem;
}

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

.text-weight-medium {
  color: var(--black);
  font-family: Circe, sans-serif;
  font-weight: 500;
}

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

.text-weight-light {
  font-weight: 300;
}

.font-satoshi {
  font-family: Satoshi, sans-serif;
}

.font-bentoga {
  font-family: Bentoga, sans-serif;
}

.font-bentoga.text-size-large.regular {
  font-weight: 100;
}

.font-bentoga.text-color-almond {
  color: var(--almond-2);
}

.font-bentoga.text-color-almond.solar-system-size {
  text-align: center;
  font-size: 1.1vw;
  font-weight: 100;
  line-height: 1.2;
}

.caps {
  text-transform: uppercase;
}

.caps.text-weight-medium.text-size-xlarge {
  font-family: Circe, sans-serif;
  position: static;
}

.caps.text-weight-medium.small, .caps.text-weight-medium.about-size {
  font-size: 1vh;
}

.caps.text-size-small.letter-spacing {
  letter-spacing: 2px;
}

.caps.heading-1.font-bentoga, .caps.font-bentoga {
  font-weight: 100;
}

.rich-text {
  flex-flow: column;
}

.rich-text ul {
  margin-bottom: 1.5rem;
  padding-left: 3rem;
}

.rich-text img {
  border-radius: .5rem;
}

.rich-text h3 {
  margin-bottom: 1.5rem;
  font-weight: 400;
}

.rich-text h2 {
  margin-bottom: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
}

.rich-text h1, .rich-text h4, .rich-text h5 {
  margin-bottom: 1.5rem;
  font-weight: 400;
}

.rich-text p {
  margin-bottom: 1.5rem;
}

.style-guide-rich-text {
  margin-top: 4rem;
}

.style-guide-hero {
  background-color: var(--almond);
  margin-bottom: 3rem;
  padding-top: 15vh;
  padding-bottom: 5rem;
}

.style-guide-hero.no-margin {
  margin-bottom: 0;
}

.opacity-80 {
  opacity: .8;
}

.button-404 {
  color: var(--red);
  flex-direction: column;
  text-decoration: none;
  display: flex;
}

.button-404.overflow-hidden {
  overflow: hidden;
}

.button-line-wrap {
  background-color: var(--light-grey);
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: 1px;
  margin-top: 3px;
  display: flex;
}

.email-line-animation {
  background-color: var(--red);
  width: 30%;
  height: 1px;
}

.email-line-animation.white-mode-background {
  background-color: var(--red);
}

.overflow-hidden {
  overflow: hidden;
}

.all-pages-link {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  justify-content: flex-start;
  align-items: center;
  transition: opacity .2s;
  display: flex;
}

.all-pages-link:hover {
  opacity: .8;
}

.testimonial-card-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-radius: .375rem;
  flex-flow: column;
  padding: 3.5rem 3rem 2.5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.utility-page-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 22rem;
  display: flex;
}

._404-button {
  margin-top: 2rem;
}

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

.divider-line {
  opacity: .1;
  background-color: #fbfbfb;
  width: 100%;
  height: 1px;
}

.divider-line.margin-4rem {
  opacity: 1;
  margin-top: 4rem;
}

.divider-line.margin-4rem.red {
  background-color: var(--almond);
  opacity: 1;
}

.button-banner {
  grid-column-gap: .75rem;
  background-color: var(--red);
  perspective: 78.125rem;
  color: var(--light-almond);
  cursor: pointer;
  border-radius: .3rem;
  justify-content: center;
  align-items: center;
  height: 3rem;
  padding-left: 1rem;
  padding-right: 1rem;
  transition: all .35s;
  display: flex;
}

.button-banner:hover {
  transform: scale(.95);
}

.max-width-50ch {
  max-width: 50ch;
}

.error-message {
  background-color: var(--red);
  color: #fbfbfb;
  text-align: center;
  border-radius: .7rem;
  margin-top: 2rem;
  padding: 1.5rem 1.1rem;
}

.text-field {
  border: 1px solid var(--almond);
  background-color: var(--almond-2);
  border-radius: .3rem;
  margin-top: .5rem;
  margin-bottom: 1.5rem;
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
  padding-left: 1rem;
  font-size: 1rem;
  transition: all .4s;
}

.text-field:hover {
  background-color: var(--almond);
  padding-left: 1.5rem;
}

.text-field:focus, .text-field.-wfp-focus {
  border-color: #fff;
  padding-left: 1.5rem;
}

.heading-component {
  grid-row-gap: 2rem;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  max-width: 87ch;
  font-weight: 400;
  display: flex;
}

.heading-component.margin {
  grid-row-gap: 5rem;
  margin-top: 8rem;
  margin-bottom: 0;
}

.work-4-item:nth-child(odd) {
  margin-top: -20vh;
}

.password {
  opacity: .37;
  width: 10rem;
  margin-left: auto;
  margin-right: auto;
}

.password-heading {
  font-family: Bentoga, sans-serif;
  font-size: 5rem;
  font-weight: 100;
  line-height: 1.5;
}

.password-wrap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  align-items: center;
  margin-top: 2rem;
  display: flex;
}

.style-guide-header {
  grid-row-gap: 2.5rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: flex;
}

.section-style-guide {
  margin-top: 0;
}

.text-box {
  max-width: 27rem;
}

.text-box.large {
  max-width: 60rem;
  padding-top: 1.5rem;
}

.changelog-component {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  width: 100%;
  margin-bottom: 12rem;
}

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

.style-guide-content {
  margin-bottom: 7rem;
}

.style-guide-button {
  grid-row-gap: .25rem;
  color: var(--dark-red);
  flex-direction: column;
  text-decoration: none;
  transition: color .2s, opacity .2s;
  display: flex;
  overflow: hidden;
}

.style-guide-button:hover {
  opacity: .79;
}

.typography-wrapper {
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  max-width: 30rem;
  display: flex;
}

.license-images-grid {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.license-component {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  margin-top: 6.2rem;
  margin-bottom: 7.7rem;
}

.text-size-xsmall {
  font-size: 1rem;
}

.typography-content {
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.button-line {
  background-color: #3f3f3f;
  width: 100%;
  height: 1px;
}

.license-image-link {
  width: 100%;
  height: 10rem;
}

.license-content {
  grid-column-gap: 5rem;
  grid-row-gap: 2rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 3rem;
  display: flex;
}

.checkout-form {
  background-color: var(--almond);
  margin-bottom: 6rem;
  padding-top: 8rem;
}

.block-content {
  border-width: 0 0 1px;
  border-top-color: var(--black);
  background-color: var(--light-almond);
  border-bottom-color: #fbfbfb33;
  border-radius: 0 0 .5rem .5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.block-content.top-content {
  border-radius: .5px;
}

.block-content.top-content.radius {
  border-radius: .5rem;
}

.block-content.top-radius {
  border-radius: .5rem .5rem 0 0;
}

.billing-address-toggle {
  justify-content: flex-start;
  align-items: center;
}

.checkbox {
  margin-top: 0;
}

.summary-sticky {
  top: 4rem;
}

.nav-link {
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.home-paragraph {
  font-size: 1.5rem;
  line-height: 1.5;
}

.template-component {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 10rem;
  display: flex;
}

.heading-home {
  font-size: 4.5rem;
  font-weight: 500;
  line-height: 1.15;
}

.max-width-70ch {
  max-width: 70ch;
  position: relative;
}

.heading-button {
  grid-column-gap: 2.5rem;
  color: #121212;
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
  display: flex;
}

.home-template-wrap {
  width: 100%;
  margin-top: 6rem;
}

.home-template-wrap.margin-top {
  margin-top: 0;
}

.figma-image-wrap {
  width: 60%;
}

.figma-image {
  object-fit: cover;
  object-position: 0% 50%;
  height: 100%;
}

.text-size-xdisplay {
  font-size: 3.4375rem;
  font-weight: 400;
  line-height: 1.2;
}

.figma-logo {
  width: 2.125rem;
  height: auto;
}

.template-component-homepage {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.figma {
  border: 1px solid var(--light-almond);
  background-color: var(--light-almond);
  border-radius: .6rem;
  justify-content: space-between;
  margin-top: 1rem;
  display: flex;
  overflow: hidden;
}

.figma-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-self: center;
  align-items: flex-start;
  width: 50%;
  margin-top: 5rem;
  margin-bottom: 6rem;
  margin-left: 4rem;
  padding-right: 4rem;
  display: flex;
}

.card-video-wrap {
  grid-row-gap: 1rem;
  border: 1px solid var(--almond);
  background-color: var(--light-almond);
  color: var(--black);
  border-radius: .6rem;
  flex-direction: column;
  padding: .8rem .8rem 1rem;
  font-weight: 500;
  text-decoration: none;
  transition: border .35s, background-color .35s;
  display: flex;
  overflow: hidden;
}

.card-video-wrap:hover {
  border: 1px solid var(--red);
  background-color: var(--red);
  color: var(--white);
}

.home-card-video-wrap {
  aspect-ratio: 1.82;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.home-card-video-wrap.ratio-auto {
  aspect-ratio: auto;
}

.background-video {
  z-index: 1;
  border-radius: .5rem;
  width: 101%;
  height: 104%;
  margin-bottom: 0;
  padding-bottom: 0;
  position: absolute;
}

.video-card-content {
  flex-direction: column;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  margin-left: 1rem;
  margin-right: 1rem;
  text-decoration: none;
  display: flex;
}

.home-page-cards-grid {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-top: 6rem;
}

.top-content {
  border-width: 0 0 1px;
  border-top-color: var(--black);
  background-color: var(--light-almond);
  border-bottom-color: #fbfbfb33;
  border-top-left-radius: .5rem;
  border-top-right-radius: .5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.home-hero {
  justify-content: center;
  align-items: center;
  min-height: 100svh;
  display: flex;
  position: relative;
}

.home-hero-h5 {
  text-align: center;
  mix-blend-mode: darken;
  font-family: Circe, sans-serif;
  font-size: 3vw;
  font-weight: 200;
  line-height: 1;
}

.home-hero-heading-wrap {
  z-index: 10;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.copyright-home-hero {
  width: 2.8vw;
  height: auto;
  position: absolute;
  inset: 3.5vw -3.4vw auto auto;
}

.home-hero-image-wrap {
  flex-flow: column;
  width: 36vw;
  max-width: 46rem;
  height: 80vh;
  display: flex;
  position: absolute;
}

.home-hero-image {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.home-hero-heading {
  mix-blend-mode: darken;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: absolute;
}

.home-hero-heading.relative {
  margin-top: 112px;
  position: relative;
}

.button {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--light-almond);
  letter-spacing: 0;
  cursor: pointer;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 7rem;
  height: 7rem;
  margin-top: 2px;
  margin-left: 14px;
  padding: 1.7rem;
  line-height: 1.2;
  display: flex;
  position: relative;
}

.button.absolute {
  position: absolute;
  bottom: -5vh;
  left: -4.6vw;
}

.button.absolute.footer-button {
  width: 9rem;
  height: 9rem;
  inset: auto 1rem 1rem auto;
}

.button.pink {
  color: var(--red);
  transition: transform .25s;
  transform: translate(0, 4rem)rotate(-14deg);
}

.button.pink:hover {
  transform: scale(.95)translate(0, 4rem)rotate(-14deg);
}

.button.small {
  width: 9rem;
  height: 9rem;
  top: -1vw;
}

.button.mobile {
  display: none;
}

.button-image {
  z-index: 1;
  position: absolute;
  inset: 0%;
}

.button-text {
  z-index: 2;
  text-align: center;
  font-family: Bentoga, sans-serif;
  font-weight: 100;
  position: relative;
}

.home-1-hero-left-text {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  font-weight: 300;
  display: flex;
  position: absolute;
  inset: 17.5vh -21.5vw auto auto;
}

.home-1-hero-left-text.static {
  position: static;
}

.home-1-hero-left-title {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  letter-spacing: .5px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.elipse-small {
  background-color: var(--red);
  border-radius: 50%;
  min-width: .8rem;
  min-height: .8rem;
}

.elipse-small.light {
  background-color: var(--almond);
}

.home-1-hero-paragrah {
  opacity: .8;
  max-width: 24ch;
}

.nav-arrow {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: .8rem;
  margin-left: .5rem;
  position: relative;
  overflow: hidden;
}

.navbar-right {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-right: 3.5rem;
  display: flex;
  overflow: hidden;
}

.navbar-left {
  grid-row-gap: 1.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 10vh;
  margin-bottom: 5vh;
  display: flex;
}

.navbar-lottie {
  justify-content: center;
  align-items: center;
  width: 1.8rem;
  height: auto;
  display: flex;
}

.navbar-image-5 {
  border-radius: .3rem;
  position: absolute;
  inset: 0%;
  transform: rotate(0);
}

.navbar-images {
  z-index: 1;
  align-self: center;
  width: 80%;
  max-width: 48rem;
  height: 80%;
  position: relative;
  transform: rotate(-3deg);
}

.menu-button {
  z-index: 2147483647;
  cursor: pointer;
  background-color: #c8c8c800;
  padding-left: 1rem;
  padding-right: 1rem;
  position: relative;
}

.menu-button.w--open {
  background-color: #c8c8c800;
  padding: 1rem;
}

.navbar-open-component {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: center;
  place-items: center;
  width: 100vw;
  height: 100vh;
  margin-left: 0;
  margin-right: 0;
  display: grid;
}

.navbar-component {
  z-index: 2147483647;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: row;
  grid-template: ". Area"
  / 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: start;
  width: 100%;
  display: grid;
}

.navbar-image-2 {
  border-radius: .3rem;
  position: absolute;
  inset: 0%;
  transform: rotate(5deg);
}

.navbar {
  z-index: 999;
  background-color: #ddd0;
  width: 100%;
  margin-top: 2rem;
  position: absolute;
}

.navbar-image-3 {
  border-radius: .3rem;
  position: absolute;
  inset: 0%;
  transform: rotate(-2deg);
}

.navbar-open {
  z-index: 90;
  background-color: var(--almond);
  justify-content: space-between;
  width: 100%;
  height: 100svh;
  padding-top: 0;
  padding-bottom: 0;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
  overflow: hidden;
}

.brand {
  z-index: 2147483647;
  color: var(--red);
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  transition: transform .25s, opacity .25s;
  display: flex;
  overflow: hidden;
}

.brand:hover {
  opacity: .8;
  transform: translate(0, -2px);
}

.brand.light {
  color: var(--light-almond);
}

.navbar-image-4 {
  border-radius: .3rem;
  position: absolute;
  inset: 0%;
  transform: rotate(6deg);
}

.nav-arrow-wrap {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
}

.nav-arrow-wrap.absolute {
  position: absolute;
  left: -1.5rem;
}

.navbar-image-1 {
  border-radius: .3rem;
  position: absolute;
  inset: 0%;
  transform: rotate(7deg);
}

.nav-link-text {
  text-transform: uppercase;
  font-size: 8vh;
  font-weight: 700;
  line-height: 1;
}

.nav-link-text.absolute {
  opacity: .5;
  position: absolute;
}

.nav-link-text.absolute.second {
  opacity: 1;
  bottom: -28vh;
}

.logo-text {
  font-family: Bentoga, sans-serif;
  font-size: 1.8rem;
  font-weight: 100;
}

.logo-symbol {
  width: auto;
  height: .7rem;
  margin-top: .6rem;
  margin-left: .4rem;
}

.arrow-navbar {
  width: auto;
  height: auto;
}

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

.home-about {
  grid-column-gap: 12rem;
  grid-row-gap: 12rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 6rem;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.home-about._2 {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  margin-bottom: 10rem;
}

.culture-title {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 40%;
  display: flex;
}

.small-elipse {
  background-color: var(--red);
  border-radius: 50%;
  min-width: .5rem;
  min-height: .5rem;
}

.culture {
  grid-column-gap: 2.875rem;
  grid-row-gap: 2.875rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 60%;
  display: flex;
}

.home-about-content {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: start;
  padding-bottom: 5rem;
  display: flex;
}

.home-about-content.margin-bottom {
  padding-bottom: 0;
}

.culture-text {
  font-size: 2.5rem;
  line-height: 1.5;
}

.team-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 6rem;
}

.team-card {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--light-almond);
  border: 1px solid #dedede;
  border-radius: .5rem;
  flex-flow: column;
  padding: 1rem 1rem 2rem;
  transition: transform .3s;
  display: flex;
}

.team-card:hover {
  transform: translate(0, -3px);
}

.team-card.rotation {
  transform: rotate(-1.53deg);
}

.team-card.rotation:hover {
  transform: translate(0, -3px)rotate(-1.53deg);
}

.team-card.small {
  grid-column-gap: .5vw;
  grid-row-gap: .5vw;
  width: 15vw;
  height: 16vw;
  padding: .5vw .5vw 1vw;
  position: relative;
}

.team-card.small._2 {
  z-index: 2;
  max-width: 17rem;
  max-height: 18rem;
  position: absolute;
  top: -3.1vw;
  transform: rotate(-3.45deg)translate(0);
  box-shadow: 0 94px 37px #00000003, 0 53px 32px #0000000d, 0 23px 23px #00000017, 0 6px 13px #0000001a;
}

.team-card.small._2:hover {
  transform: rotate(-3.45deg)translate(0, -3px);
}

.team-card.small._3 {
  z-index: 3;
  max-width: 17rem;
  max-height: 18rem;
  position: absolute;
  bottom: -2vw;
  right: -5vw;
  transform: rotate(2.61deg);
  box-shadow: -50px 83px 39px #00000003, -28px 47px 33px #00000008, -13px 21px 24px #0000000a, -3px 5px 13px #0000000d;
}

.team-card.small._3:hover {
  transform: translate(0, -3px)rotate(2.61deg);
}

.team-card.small._1 {
  max-width: 17rem;
  max-height: 18rem;
  left: -5.7vw;
  transform: rotate(-4.17deg);
  box-shadow: -5px 6px 3px #00000003, -3px 4px 3px #00000008, -1px 2px 2px #0000000a, 0 0 1px #0000000d;
}

.team-card.small._1:hover {
  transform: translate(0, -3px)rotate(-4.17deg);
}

.team-card.small.card-1 {
  max-width: 17rem;
  max-height: 18rem;
  left: -5.7vw;
  transform: rotate(-4.17deg);
  box-shadow: -5px 6px 3px #00000003, -3px 4px 3px #00000008, -1px 2px 2px #0000000a, 0 0 1px #0000000d;
}

.team-card.small.card-1:hover {
  transform: translate(0, -3px)rotate(-4.17deg);
}

.team-card.small.card-2 {
  z-index: 2;
  max-width: 17rem;
  max-height: 18rem;
  position: absolute;
  top: -3.1vw;
  transform: rotate(-3.45deg)translate(0);
  box-shadow: 0 94px 37px #00000003, 0 53px 32px #0000000d, 0 23px 23px #00000017, 0 6px 13px #0000001a;
}

.team-card.small.card-2:hover {
  transform: rotate(-3.45deg)translate(0, -3px);
}

.team-card.small.card-3 {
  z-index: 3;
  max-width: 17rem;
  max-height: 18rem;
  position: absolute;
  bottom: -2vw;
  right: -5vw;
  transform: rotate(2.61deg);
  box-shadow: -50px 83px 39px #00000003, -28px 47px 33px #00000008, -13px 21px 24px #0000000a, -3px 5px 13px #0000000d;
}

.team-card.small.card-3:hover {
  transform: translate(0, -3px)rotate(2.61deg);
}

.team-image {
  border-radius: .25rem;
  overflow: hidden;
}

.team-image.small {
  height: 13vw;
}

.team-name {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: .625rem;
  display: flex;
}

.team-name.small {
  padding-left: .4vw;
}

.text-color-grey {
  color: var(--grey);
}

.works-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  margin-top: 12rem;
  display: flex;
}

.works-wrapper.margin-top {
  margin-top: 6rem;
}

.card-2-portfolio {
  flex-flow: column;
  width: auto;
  margin-top: 4vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.portfolio-component {
  grid-column-gap: 1.5rem;
  grid-row-gap: 5vh;
  flex-flow: column;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-bottom: 4.5rem;
  display: grid;
}

.card-link {
  z-index: 1;
  flex-flow: column;
  text-decoration: none;
  display: flex;
}

.card-1-image {
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 1rem;
  width: 100%;
  height: 74vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image {
  color: var(--black);
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  max-width: none;
  height: 100%;
}

.empty-state {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  display: flex;
}

.card-1-portfolio {
  width: auto;
  position: relative;
  overflow: hidden;
}

.card-3-portfolio {
  position: relative;
  left: 0;
  overflow: hidden;
}

.card-4-portfolio {
  position: relative;
  top: 4.5rem;
  overflow: hidden;
}

.mask-frame {
  z-index: 4;
  background-color: var(--red);
  opacity: 0;
  pointer-events: none;
  object-fit: contain;
  border-radius: 0;
  height: 100%;
  position: absolute;
  inset: auto 0% 0%;
}

.work-name {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 1rem;
  padding-left: .5rem;
  display: flex;
}

.dot {
  background-color: var(--red);
  border-radius: 50%;
  min-width: 3px;
  min-height: 3px;
}

.card-2-image {
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 1rem;
  width: 100%;
  height: 70vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.works-home-heading {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.works-dot {
  background-color: var(--red);
  border-radius: 50%;
  min-width: .5rem;
  min-height: .5rem;
}

.card-3-image {
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 1rem;
  width: 100%;
  height: 34vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card-4-image {
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 1rem;
  width: 100%;
  height: 58vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-secondary {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  align-items: center;
  height: 2rem;
  display: flex;
}

.secondary-button-wrapper {
  justify-content: center;
  align-items: center;
  margin-top: 4rem;
  display: flex;
}

.secondary-button-arrow {
  background-color: var(--red);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  min-width: .5rem;
  min-height: .5rem;
  display: flex;
  overflow: hidden;
}

.button-arrow {
  width: 1rem;
  height: auto;
}

.button-projects {
  z-index: 3;
  justify-content: center;
  align-items: center;
  width: 6rem;
  height: 6rem;
  display: flex;
  position: absolute;
  inset: 1.5rem auto auto 1.5rem;
}

.button-projects.right {
  inset: 1.5rem 1.5rem auto auto;
}

.button-projects.relative {
  position: relative;
  top: auto;
  left: auto;
}

.project-arrow {
  z-index: 2;
  width: 2rem;
  height: auto;
  position: relative;
  inset: 0%;
}

.footer-component {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding-top: 2.5rem;
  padding-bottom: 5rem;
  display: flex;
}

.footer-grid {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-bottom: 6rem;
}

.credits-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.credits {
  text-decoration: none;
  transition: opacity .2s;
}

.credits:hover {
  opacity: .8;
}

.opacity-50 {
  opacity: .5;
}

.footer-grid-wrap {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-links-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-link {
  color: var(--dark-red);
  font-size: 1.1rem;
  transition: all .25s;
}

.footer-link:hover {
  color: var(--red);
  transform: translate(0, -2px);
}

.works-hero-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 20vh;
  margin-bottom: 4rem;
  display: flex;
}

.works-hero-image {
  border-radius: 1rem;
  width: 96%;
  height: 70vh;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.works-heading {
  font-family: Bentoga, sans-serif;
  font-size: 12vw;
  font-weight: 100;
  line-height: 1.1;
}

.work-gallery-wrap {
  width: 100%;
  height: 47vh;
}

.work-content {
  max-width: 90ch;
  margin-bottom: 8rem;
}

.works-template {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 12rem;
  margin-bottom: 0;
  display: flex;
}

.work-gallery {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.work-image {
  border-radius: 1rem;
  width: 100%;
  height: 80vh;
  margin-bottom: 4rem;
  overflow: hidden;
}

.work-image.vertical {
  width: 50%;
  height: 90vh;
  margin-bottom: 12rem;
  margin-left: 6vw;
  margin-right: auto;
}

.work-image.vertical.right {
  margin-left: auto;
  margin-right: 6vw;
}

.work-image.margin-bottom {
  margin-bottom: 12rem;
}

.works-heading-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 20vh;
  display: flex;
}

.work-heading {
  font-family: Bentoga, sans-serif;
  font-size: 7vw;
  font-weight: 100;
  line-height: 1;
}

.portoflio-2-component {
  grid-column-gap: 1.5rem;
  grid-row-gap: 5vh;
  flex-flow: column;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-bottom: 4.5rem;
  display: flex;
}

.portoflio-2-component.no-margin {
  padding-bottom: 0;
}

.portfolio-list {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  flex-flow: column;
  display: flex;
}

.logo-grid {
  grid-column-gap: 7rem;
  grid-row-gap: 4rem;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
  margin-top: 7rem;
  margin-left: 0;
  margin-right: 0;
}

.logo-grid.top-margin {
  margin-top: 10rem;
}

.about-logos {
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.home-2 {
  z-index: 10;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 100svh;
  display: flex;
}

.home-2-subtitle {
  text-align: center;
  max-width: 66ch;
}

.home-2-marquee {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: -29vh;
  margin-bottom: 17vw;
  display: flex;
}

.home-2-marquee.about {
  margin-top: 0;
  margin-bottom: 25vw;
  overflow: visible;
}

.first {
  z-index: 1;
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 27%;
  display: flex;
  position: relative;
  top: 5.6vw;
}

.second {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  flex: none;
  width: 27%;
  display: flex;
  position: relative;
}

.third {
  z-index: 1;
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  flex: none;
  width: 27%;
  display: flex;
  position: relative;
  top: 9.3vw;
}

.fourth {
  z-index: 1;
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  flex: none;
  width: 27%;
  display: flex;
  position: relative;
  top: 5vw;
}

.home-2-image {
  border-radius: .5rem;
  height: 40vw;
  overflow: hidden;
}

.home-2-image.hidepc {
  display: block;
}

.page-wrapper {
  width: 100%;
  overflow: hidden;
}

.home-3 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 100svh;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
  position: relative;
}

.email {
  flex-direction: column;
  text-decoration: none;
  display: flex;
}

.email.overflow-hidden {
  overflow: hidden;
}

.email-line {
  background-color: #af40421a;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: 1px;
  margin-top: 3px;
  display: flex;
}

.home-3-bottom {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
  position: absolute;
  inset: auto 0% 3rem;
}

.home-3-left {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  font-weight: 300;
  display: flex;
}

.home-3-headline {
  margin-bottom: 1vw;
}

.home-3-heading {
  text-align: center;
  margin-bottom: 2vw;
  font-family: Bentoga, sans-serif;
  font-size: 9vw;
  font-weight: 100;
  line-height: .9;
}

.home-3-heading.about {
  margin-top: 1vw;
  margin-bottom: 2vw;
}

.home-3-heading.home {
  font-family: Circe, sans-serif;
  font-size: 7vw;
  font-weight: 300;
}

.sticky {
  background-color: var(--almond);
  position: sticky;
  top: 0;
}

.about-top, .about-bottom {
  justify-content: center;
  align-items: center;
  min-height: 100svh;
  display: flex;
}

.background-red {
  z-index: 2;
  background-color: var(--black);
  color: var(--white);
  position: relative;
}

.home-3-logos {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 12rem;
  display: flex;
}

.about-grid {
  grid-column-gap: 2vw;
  grid-row-gap: 0vw;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
  height: 51rem;
}

.about-grid.bottom {
  height: auto;
}

.sticky-heading {
  font-family: Circe, sans-serif;
  font-size: 1.35rem;
  font-weight: 200;
}

.spacer {
  padding-right: 16vw;
}

.spacer.small {
  padding-right: 10vw;
}

.photos-wrapper {
  margin-top: 2vw;
  transform: scale(.9);
}

.home-3-works {
  margin-top: 10rem;
}

.home-3-works-heading {
  text-align: center;
  max-width: 105ch;
  margin-bottom: 5rem;
  margin-left: auto;
  margin-right: auto;
}

.home-3-works-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.works-card {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 1rem;
  height: 70vh;
  overflow: hidden;
}

.works-card-hover {
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  color: var(--almond);
  text-align: center;
  vertical-align: baseline;
  background-color: #101011bf;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 1rem 8vw;
  display: inline-block;
  position: static;
}

.works-card-title {
  font-family: Circe, sans-serif;
  font-size: 3rem;
  font-weight: 300;
  line-height: 1;
}

.blog-heading-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 20vh;
  display: flex;
}

.blog-page-heading {
  font-family: Circe, sans-serif;
  font-size: 7vw;
  font-weight: 300;
  line-height: 1;
}

.blog-page-heading.blog-template {
  font-size: 8rem;
}

.blog-posts {
  margin-top: 6rem;
}

.blog-list {
  grid-column-gap: 2rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-list.limited-3 {
  grid-template-rows: auto;
}

.blog-card {
  flex-flow: column;
  width: 100%;
  display: flex;
}

.blog-card-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  height: 26vw;
  overflow: hidden;
}

.blog-card-hover {
  background-color: #1010116b;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.blog-card-content {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 90%;
  margin-top: 1.5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.blog-heading {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 150ch;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20vh;
  padding-bottom: 4.6rem;
  display: flex;
}

.blog-image {
  border-radius: 1rem;
  width: 100%;
  height: 70vh;
  overflow: hidden;
}

.blog-post {
  max-width: 100ch;
  margin: 7.4rem auto 12rem;
}

.next-heading {
  text-align: center;
  margin-bottom: 4rem;
  margin-left: auto;
  margin-right: auto;
}

.next-list {
  grid-column-gap: 2rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.pricing-component {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 5.5rem;
  display: flex;
}

.card-image {
  border-radius: .5rem;
  height: 100%;
  overflow: hidden;
}

.products-collection-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.check-item {
  grid-column-gap: 1rem;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.pricing-card-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: stretch center;
  max-width: 75rem;
  display: flex;
}

.pricing-card-grid:nth-child(2n) {
  flex-flow: row-reverse;
  display: flex;
}

.price {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
}

.right-card {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: var(--red);
  color: var(--almond);
  border-radius: .5rem;
  flex-flow: column;
  width: 50%;
  padding: .75rem .75rem 3rem;
  display: flex;
  overflow: hidden;
}

.pricing-button {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.price-text {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  font-size: 1.5rem;
  display: flex;
}

.check-icon-wrap {
  background-color: var(--red);
  border-radius: 50%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 1.75rem;
  min-width: 1.75rem;
  height: 1.75rem;
  min-height: 1.75rem;
  padding-left: .1rem;
  display: flex;
}

.card-heading {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  padding-left: .625rem;
  display: flex;
}

.card-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  max-width: 45ch;
  display: flex;
}

.secondary-description.max-width-40ch {
  max-width: 40ch;
}

.check-item-content {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  flex-flow: column;
  display: flex;
}

.check-icon {
  color: var(--almond);
  width: .875rem;
  height: auto;
  padding-left: 1px;
}

.left-card {
  grid-column-gap: 2.25rem;
  grid-row-gap: 2.25rem;
  background-color: var(--almond);
  border-radius: .5rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding: 3rem 3.5rem 2rem 3rem;
  display: flex;
  overflow: hidden;
}

.cart-button {
  background-color: var(--red);
  text-align: center;
  text-transform: uppercase;
  border-radius: .5rem;
  padding: 1.1rem 2.2rem;
  font-size: .9rem;
  font-weight: 500;
  transition: all .25s;
}

.cart-button:hover {
  transform: scale(.95);
}

.cart-button.white {
  color: var(--white);
  text-transform: none;
}

.pricing-description {
  font-size: 1.5rem;
}

.pricing-heading {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 110ch;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15vh;
  display: flex;
}

.pricing-heading-text {
  font-family: Bentoga, sans-serif;
  font-size: 6rem;
  font-weight: 100;
  line-height: 1;
}

.remove-button {
  color: #e5e5e580;
  cursor: pointer;
}

.cart-icon {
  width: 100%;
  height: 60%;
  margin-right: 0;
}

.cart-footer {
  border-top-color: var(--almond);
}

.cart-quantity {
  border-color: var(--dark-red);
  background-color: var(--almond);
  color: var(--black);
}

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

.checkout-button {
  background-color: var(--red);
  color: var(--white);
  border-radius: 6px;
}

.cart {
  z-index: 2147483647;
}

.cart-button-bottom {
  background-color: var(--red);
  color: var(--almond);
  border-radius: 50%;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  padding: .8rem 1rem;
  transition: all .3s;
  position: fixed;
  inset: auto 2rem 2rem auto;
}

.cart-button-bottom:hover {
  background-color: var(--dark-red);
  transform: scale(.9);
}

.cart-header {
  border-bottom-color: var(--almond);
}

.close-button {
  filter: invert();
  cursor: pointer;
}

.cart-container {
  background-color: var(--light-almond);
}

.product-component {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 5.3rem;
  display: flex;
}

.max-width-20ch {
  max-width: 20ch;
}

.form-content {
  width: 100%;
}

.success-message {
  background-color: var(--light-almond);
  color: var(--grey);
  text-align: center;
  border-radius: .6rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.card-2-grid-contact {
  width: 100%;
}

.contact-field {
  background-color: var(--light-almond);
  color: var(--grey);
  border: 1px solid #daba9a;
  border-radius: .5rem;
  margin-top: .5rem;
  margin-bottom: 1.5rem;
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
  padding-left: 1rem;
  font-size: 1rem;
  transition: all .25s, border-color .3s;
}

.contact-field:hover, .contact-field:focus {
  border-color: var(--red);
  background-color: var(--light-almond);
  padding-left: 1.5rem;
}

.contact-field::placeholder {
  color: var(--red);
}

.adress-content {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  display: flex;
}

.card-1-grid-contanct {
  grid-column-gap: 2.1rem;
  grid-row-gap: 2.1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-right: 6.5vw;
  display: flex;
}

.heading-contact-content {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  font-family: Bentoga, sans-serif;
  font-weight: 100;
  display: flex;
}

.contact-image {
  border-radius: 500px;
  overflow: hidden;
}

.heading-contact {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.form-wrapper-contact {
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  max-width: 80rem;
  display: grid;
}

.form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.heading-contact-size {
  font-size: 13rem;
  font-weight: 500;
  line-height: 1;
}

.name-wrapper-contact {
  width: 100%;
}

.contact-component {
  grid-column-gap: 4.5rem;
  grid-row-gap: 4.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 15vh;
  display: flex;
  overflow: hidden;
}

.footer-arrow-wrapper {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 1.5rem;
  position: relative;
  overflow: hidden;
}

.contact-left-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding-right: 3.5rem;
  display: flex;
  overflow: hidden;
}

.footer-social-link {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  justify-content: flex-start;
  align-items: center;
  transition: opacity .2s;
  display: flex;
}

.contact-section {
  overflow: hidden;
}

.contact-address {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 4rem;
  display: grid;
}

.contact-hero {
  grid-column-gap: 4vw;
  grid-row-gap: 4vw;
  justify-content: space-between;
  width: 100%;
  min-height: 100svh;
  display: flex;
}

.navbar-image-6 {
  border-radius: .3rem;
  position: absolute;
  inset: 0%;
  transform: rotate(5deg);
}

.navbar-image-7 {
  border-radius: .3rem;
  position: absolute;
  inset: 0%;
  transform: rotate(-2deg);
}

.contact-text {
  text-align: right;
  margin-top: 4rem;
  font-family: Bentoga, sans-serif;
  font-size: 17rem;
  font-weight: 100;
  line-height: .9;
}

.contact-links {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  margin-top: 4rem;
  display: flex;
}

.contact-right {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: 40%;
  display: flex;
}

.navbar-image-8 {
  border-radius: .3rem;
  position: absolute;
  inset: 0%;
  transform: rotate(6deg);
}

.footer-arrow {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 1rem;
}

.footer-arrow.absolute {
  position: absolute;
  left: -1.5rem;
}

.navbar-image-9 {
  border-radius: .3rem;
  position: absolute;
  inset: 0%;
  transform: rotate(7deg);
}

.contact-images-wrap {
  z-index: 1;
  align-self: center;
  width: 80%;
  height: 60%;
  position: relative;
  transform: rotate(-3deg);
}

.footer-address {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.faq-item {
  background-color: var(--white);
  color: var(--dark-red);
  border-bottom: 1px solid #b0b1be33;
  border-radius: 10px;
  padding: 20px;
}

.faq-heading {
  color: var(--red);
  text-align: center;
  margin-bottom: 40px;
  font-family: Circe, sans-serif;
  font-size: 32px;
  font-weight: 300;
  line-height: 1.2;
}

.about-team-heading {
  text-align: center;
  max-width: 100ch;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-text {
  grid-column-gap: 4.5rem;
  grid-row-gap: 4.5rem;
  flex-flow: column;
  justify-content: space-between;
  margin-top: 1.4rem;
  margin-bottom: 1.5rem;
  display: flex;
}

.testimonial-image {
  border-radius: .5rem;
  width: 33%;
  height: 100%;
  overflow: hidden;
}

.name {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  color: var(--dark-red);
  flex-flow: column;
  display: flex;
}

.display-none {
  display: none;
}

.testimonial-info {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.testimonial-slider-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  padding: 1.5rem 2.8rem 1.5rem 1.5rem;
  display: flex;
}

.testimonial-slider-card {
  background-color: var(--light-almond);
  border-radius: 1rem;
  width: 55rem;
  max-width: 55rem;
  box-shadow: 0 4px 8px #0000000d, 0 15px 15px #0000000a, 0 33px 20px #00000008, 0 59px 24px #00000003, 0 92px 26px #0000;
}

.quote {
  max-width: 50ch;
  margin-right: .4rem;
}

.testimonial-slider {
  background-color: #0000;
  justify-content: center;
  align-items: flex-start;
  max-width: 80rem;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.slider-arrow-right {
  background-color: var(--light-almond);
  border-radius: 100%;
  order: 1;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  padding: 1rem .5rem;
  transition: all .2s;
  display: flex;
}

.slider-arrow-right:hover {
  background-color: #7d7d7d1a;
}

.slider-arrow-left {
  background-color: var(--light-almond);
  border-radius: 100%;
  order: -1;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  padding: 1rem .5rem;
  transition: all .2s;
  display: flex;
}

.slider-arrow-left:hover {
  background-color: #7d7d7d1a;
}

.testimonial-wrapper {
  z-index: 10;
  margin-top: 9rem;
  margin-bottom: 12rem;
  position: relative;
}

.slider-star {
  grid-column-gap: .1rem;
  grid-row-gap: .1rem;
  justify-content: flex-end;
  display: flex;
}

.slider-text {
  font-size: 1.625rem;
  font-weight: 300;
}

.awards {
  grid-column-gap: 12rem;
  grid-row-gap: 12rem;
  flex-flow: column;
  padding-top: 6rem;
  padding-bottom: 9rem;
  display: flex;
}

.awards-section {
  background-color: var(--light-almond);
}

.awards-grid {
  grid-column-gap: 3rem;
  grid-row-gap: 6rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 75%;
  display: grid;
}

.awards-title {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 20%;
  display: flex;
}

.awards-wrapper {
  grid-column-gap: .7rem;
  grid-row-gap: .7rem;
  flex-flow: column;
  display: flex;
}

.awards-number {
  font-size: 6rem;
  font-weight: 500;
  line-height: 1;
}

.paragraph {
  font-size: 3rem;
  line-height: 1.3;
}

.styck-about-wrapper {
  justify-content: center;
  align-items: flex-start;
  height: 200vh;
  display: flex;
}

.styck-about {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.elipse {
  background-color: var(--light-almond);
  border-radius: 50%;
  flex: none;
  width: 0;
  height: 0;
}

.circle-animation-component {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: column;
  margin-bottom: 12rem;
  display: flex;
}

.about-hero {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 100vh;
  margin-bottom: 8.5rem;
  padding-top: 7rem;
  padding-bottom: 2rem;
  position: relative;
}

.about-button-hero {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.about-hero-image {
  border-radius: 1rem;
  flex: none;
  width: 90vw;
  height: 100%;
  margin-left: 1vw;
  overflow: hidden;
}

.about-hero-marquee {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.heading-wrapper {
  max-width: 124ch;
  margin-left: auto;
  margin-right: auto;
}

.row-line {
  background-color: var(--red);
  opacity: .17;
  width: 100%;
  height: 1px;
  margin-top: 3.5rem;
}

.table-component {
  grid-row-gap: 3.5rem;
  flex-direction: column;
  align-items: stretch;
  max-width: 122ch;
  margin: 10rem auto 7rem;
  display: flex;
}

.row-wrapper {
  display: block;
}

.row {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr 1fr;
  grid-auto-columns: 1fr;
  transition: padding .3s;
  display: grid;
}

.row:hover {
  padding-bottom: 2rem;
}

.max-width-44ch {
  max-width: 44ch;
}

.about-paragraph {
  text-align: center;
  max-width: 60ch;
  margin-top: 4vh;
}

.about-hero-3 {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  place-items: center stretch;
  min-height: 100vh;
  padding-top: 7rem;
  padding-bottom: 2rem;
  display: grid;
}

.stack-block {
  grid-row-gap: 15dvh;
  flex-direction: column;
  width: 100%;
  margin-top: 0;
  display: flex;
  position: relative;
}

.stack-wrapper {
  border-radius: 1.5rem;
  width: 100%;
  height: 90vh;
  position: sticky;
  top: 5dvh;
  overflow: hidden;
}

.stack-title {
  text-align: center;
  width: 100%;
  max-width: 110ch;
  margin-bottom: 6rem;
}

.stack-component {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 7.4rem;
  margin-bottom: 10rem;
  display: flex;
}

.stack-component.margin-bottom {
  margin-bottom: 0;
}

.stack-component.margin-bottom.top-margin {
  margin-top: .1rem;
}

.photos {
  justify-content: center;
  align-items: center;
  padding-left: 2vw;
  display: flex;
  position: relative;
}

.welcome {
  grid-column-gap: 1.9rem;
  grid-row-gap: 1.9rem;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.welcome.text-weight-medium {
  left: -3.3vw;
}

.heading {
  padding-left: 3vw;
  padding-right: 0;
}

.subitlte {
  padding-left: 1vw;
  padding-right: 1vw;
}

.about-hero-font {
  word-break: keep-all;
  font-family: Bentoga, sans-serif;
  font-size: 33vh;
  font-weight: 100;
  line-height: .8;
}

.about-hero-font.show-mobile {
  display: none;
}

.paragraph-hero {
  font-size: 2vw;
  line-height: 1.5;
}

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

.cta-image-top {
  justify-content: flex-end;
  align-self: flex-end;
  align-items: flex-start;
}

.cta-image-bottom {
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
}

.top-image {
  opacity: .58;
  filter: blur(3px);
  border-radius: 3.5vw;
  width: 6vw;
  min-width: 7rem;
  overflow: hidden;
  transform: rotate(6.8deg);
}

.cta-title {
  max-width: 100ch;
  position: relative;
}

.cta-component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 4vw;
  margin-bottom: 4vw;
  display: flex;
  position: relative;
}

.bottom-image {
  border-radius: 5vw;
  width: 8vw;
  min-width: 0;
  display: flex;
  overflow: hidden;
  transform: rotate(-10.56deg);
}

.text-size-display {
  font-size: 3.375rem;
  line-height: 1.15;
}

.cta-subtitle {
  letter-spacing: 1px;
  max-width: 50ch;
}

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

.cta-content {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 10rem;
  display: flex;
}

.cta-images-content {
  z-index: 1;
  pointer-events: none;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
}

.about-grid-component {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.card-number {
  text-align: right;
}

.cards-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-content {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  flex-flow: column;
  display: flex;
}

.grid-card {
  grid-column-gap: 6.4rem;
  grid-row-gap: 6.4rem;
  background-color: var(--light-almond);
  border-radius: .5rem;
  flex-flow: column;
  justify-content: space-between;
  min-height: 20vw;
  padding: 1.5vw;
  display: flex;
  overflow: hidden;
}

.card-big-number {
  font-size: 5.5vw;
  font-weight: 500;
  line-height: 1;
}

.card-text {
  font-size: 1vw;
}

.cards-heading {
  font-size: 1.9rem;
}

.about-hero-2 {
  color: var(--almond);
  min-height: 100svh;
  margin-bottom: 8rem;
  position: relative;
  overflow: hidden;
}

.marquee-component {
  z-index: 1;
  position: absolute;
  inset: 0%;
}

.about-3-content {
  z-index: 4;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 90vw;
  min-height: 100svh;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: grid;
  position: relative;
}

.about-left {
  padding-bottom: 2rem;
}

.about-heading {
  z-index: 3;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.marquee-overlay {
  z-index: 2;
  opacity: .8;
  background-image: radial-gradient(circle, #00000061, #121212 94%);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.circle-wrapper {
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin-top: 10rem;
  margin-bottom: 4rem;
  display: flex;
  position: relative;
}

.circle-inner {
  justify-content: center;
  align-items: flex-end;
  width: 20vw;
  height: 20vw;
  display: flex;
  position: absolute;
}

.circle-inner._2 {
  width: 35vw;
  height: 35vw;
}

.circle-inner._3 {
  width: 50vw;
  height: 50vw;
}

.circle-outline {
  border: 1px solid #621b1d3d;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.circle-content {
  z-index: 2;
  background-color: var(--red);
  text-align: center;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 8vw;
  height: 8vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
}

.circle-content._2 {
  width: 7vw;
  height: 7vw;
  bottom: 20vw;
  right: -2vw;
}

.circle-content._3 {
  bottom: 8vw;
  left: 0;
}

.circle-content._4 {
  bottom: 20vw;
  left: -2vw;
}

.circle-content._5 {
  width: 6vw;
  height: 6vw;
  top: -3vw;
}

.circle-content._6 {
  bottom: 8vw;
  right: 0;
}

.circle-content._1 {
  flex-flow: column;
  width: 7vw;
  height: 7vw;
  bottom: -3vw;
}

.solar-heading {
  font-family: Bentoga, sans-serif;
  font-size: 1.6vw;
  font-weight: 100;
}

.home-2-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.cards-text {
  color: var(--grey);
  font-size: 2vh;
  font-weight: 500;
}

.error-state {
  background-color: var(--red);
  color: var(--white);
  border-radius: .5rem;
}

.card-text-size {
  color: var(--grey);
  font-size: 2vh;
  font-weight: 500;
}

.hero-image-3._3 {
  z-index: 4;
  position: absolute;
  inset: 0%;
  transform: rotate(3.34deg);
}

.hero-image-2._2 {
  z-index: 5;
  position: absolute;
  inset: 0%;
  transform: rotate(-.42deg);
}

.hero-image-1._1 {
  z-index: 6;
  position: absolute;
  inset: 0%;
  transform: rotate(-4.4deg);
}

.name-text {
  font-size: 1.25rem;
}

.about-hero-4 {
  color: #f1dbc5;
  min-height: 100svh;
  margin-bottom: 8rem;
  position: relative;
  overflow: hidden;
}

.button-405 {
  z-index: 10;
  color: #fff7e7;
  letter-spacing: 0;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 12rem;
  height: 12rem;
  padding: 1.7rem;
  line-height: 1.2;
  display: flex;
  position: relative;
}

.button-405.small {
  width: 9rem;
  height: 9rem;
  top: -1vw;
}

.elipse-small-2 {
  background-color: #af4042;
  border-radius: 50%;
  min-width: .8rem;
  min-height: .8rem;
}

.elipse-small-2.light {
  background-color: #f1dbc5;
}

.body {
  background-color: var(--almond-2);
  color: var(--black);
}

.cf-achievements-card {
  color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  font-size: 22px;
  font-weight: 500;
  line-height: 140%;
  display: flex;
}

.uui-text-size-medium-2 {
  color: var(--almond);
  letter-spacing: normal;
  font-family: Circe, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.5;
}

.uui-pricing06_divider {
  background-color: var(--white);
  background-image: linear-gradient(#000, #c9c9c900 0%, #fff);
  width: 100%;
  height: 0;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.uui-pricing06_price {
  color: var(--almond);
  margin-top: 0;
  margin-bottom: .5rem;
  font-family: Circe, sans-serif;
  font-size: 24px;
  font-weight: 200;
  line-height: 1.2;
}

.uui-space-tiny {
  width: 100%;
  min-height: .25rem;
}

.uui-heading-xsmall {
  color: var(--white);
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Circe, sans-serif;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4;
}

.uui-pricing06_component {
  float: none;
  clear: none;
  grid-column-gap: .6rem;
  grid-row-gap: .6rem;
  grid-template-rows: auto;
  grid-template-columns: 18% 18% 18% 18% 18%;
  grid-auto-columns: .25fr;
  margin-top: 77px;
  font-family: Circe, sans-serif;
  display: grid;
}

.uui-heading-medium-2 {
  color: var(--dev);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Circe, sans-serif;
  font-size: 32px;
  font-weight: 300;
  line-height: 22px;
}

.uui-max-width-large-2 {
  width: 100%;
  max-width: 48rem;
}

.uui-max-width-large-2.align-center-2, .align-center-2 {
  margin-left: auto;
  margin-right: auto;
}

.uui-text-align-center-2 {
  text-align: center;
  margin-top: 1px;
}

.uui-padding-vertical-xhuge-2 {
  padding-top: 0;
  padding-bottom: 0;
  font-family: Circe, sans-serif;
}

.uui-container-large-2 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.uui-page-padding-2 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-section_pricing06 {
  margin-top: 82px;
  padding-top: 0;
}

.uui-heroheader15_image-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 28rem;
  margin-top: 4rem;
  display: flex;
  position: relative;
}

.uui-button-secondary-gray-2 {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui--gray300);
  background-color: var(--untitled-ui--white);
  color: var(--untitled-ui--gray700);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-secondary-gray-2:hover {
  background-color: var(--untitled-ui--gray50-2);
  color: var(--untitled-ui--gray800);
}

.uui-button-secondary-gray-2:focus {
  background-color: var(--untitled-ui--white);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--gray100);
}

.uui-button-secondary-gray-2.is-button-large {
  grid-column-gap: .75rem;
  padding: 1rem 1.75rem;
  font-size: 1.125rem;
}

.uui-button-row-2 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.uui-button-row-2.button-row-center {
  justify-content: center;
}

.uui-space-large {
  width: 100%;
  min-height: 3rem;
}

.uui-max-width-large-3 {
  width: 100%;
  max-width: 48rem;
}

.uui-max-width-large-3.align-center-3, .align-center-3 {
  margin-left: auto;
  margin-right: auto;
}

.uui-space-small {
  width: 100%;
  min-height: 1.5rem;
}

.uui-heading-xlarge {
  color: var(--dev);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 3.75rem;
  font-weight: 600;
  line-height: 1.2;
}

.uui-heading-xlarge.text-color-white {
  color: var(--white);
  font-family: Circe, sans-serif;
  font-weight: 400;
}

.uui-text-align-center-3 {
  text-align: center;
}

.uui-heroheader15_component {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.uui-space-xhuge {
  width: 100%;
  min-height: 7rem;
}

.uui-container-large-3 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding-3 {
  color: var(--black);
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-section_heroheader15 {
  background-color: var(--red);
  overflow: hidden;
}

.bold-text-2 {
  color: var(--black);
  font-family: Circe, sans-serif;
  font-weight: 300;
}

.bold-text-4 {
  width: 99.99%;
  font-family: Circe, sans-serif;
  font-weight: 400;
}

.text-block {
  color: var(--black);
  font-family: Circe, sans-serif;
  font-weight: 400;
}

.paragraph-2 {
  font-family: Circe, sans-serif;
  font-weight: 400;
}

.pricing-overview {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.centered-heading-2 {
  text-align: center;
  margin-bottom: 16px;
  font-family: Circe, sans-serif;
  font-weight: 200;
}

.pricing-description-2 {
  text-align: center;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
  font-family: Circe, sans-serif;
  font-weight: 300;
}

.pricing-grid {
  grid-column-gap: 64px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.pricing-card-three {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.pricing-image {
  object-fit: cover;
  width: 80px;
  height: 80px;
  margin-bottom: 16px;
}

.pricing-card-text {
  margin-bottom: 20px;
  font-family: Circe, sans-serif;
  font-weight: 300;
}

.bold-text-8 {
  color: var(--almond);
  font-size: 4rem;
  font-weight: 200;
}

.heading-7 {
  color: var(--grey);
  margin-top: 6px;
  font-size: 16px;
  font-weight: 300;
}

.cf-success-message {
  color: #fff;
  background-color: #b16cea;
  border-radius: 100px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.cf-form-gradient-submit {
  color: #fff;
  background-color: #0000;
  background-image: linear-gradient(#3c3c3b, #3c3c3b);
  border-radius: 8px;
  width: 100%;
  margin-top: 16px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Circe, sans-serif;
  font-size: 16px;
  font-weight: 200;
  line-height: 33px;
}

.cf-error-message-dark {
  color: #bd333d;
  background-color: #fc6b5c4d;
  border-radius: 5px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.cf-borders-text-field {
  color: #0d0e10;
  letter-spacing: -.32px;
  border: 1px solid #0d0e101a;
  border-radius: 10px;
  height: 60px;
  margin-top: 16px;
  margin-bottom: 1px;
  padding: 16px 22px;
  font-family: Circe, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
  display: block;
}

.cf-borders-text-field:focus {
  border-color: #0d0e1033;
}

.cf-borders-text-field::placeholder {
  color: #0d0e1066;
}

.cf-send-message-form {
  float: none;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  background-color: #fff0;
  border-radius: 12px;
  flex-flow: column;
  grid-template: "."
                 "."
                 / 1.25fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-bottom: 0;
  padding: 28px 0 48px;
  font-family: Circe, sans-serif;
  display: flex;
}

.cf-form-right-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  width: 100%;
  display: grid;
}

.cf-forms-section-4 {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 5%;
}

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

.form-5 {
  margin-top: 17px;
  padding-top: 0;
  display: block;
}

.cf-send-message-form-copy {
  float: none;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  background-color: #fff0;
  border-radius: 10px;
  flex-flow: column;
  grid-template: "."
                 "."
                 / 1.25fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 36%;
  margin-bottom: 0;
  padding: 1px 48px 48px;
  font-family: Circe, sans-serif;
  display: flex;
}

.uui-pricing07_plan-copy {
  border: 0px solid var(--cardborder11);
  background-color: var(--almond-2);
  background-image: url('../images/Подложка-Джуниор-голая.png');
  background-position: 0 0;
  background-size: cover;
  border-radius: 0;
  width: 217px;
  height: 320px;
  padding: 2rem 2rem 2.5rem;
  box-shadow: -20px 10px 12px -4px #00000014, 0 4px 6px -2px #a5a5a585;
}

.uui-pricing07_plan-45y {
  border: 0px solid var(--cardborder11);
  background-color: var(--almond-2);
  background-image: url('../images/Подложка-Лайт-голая.png');
  background-position: 0 0;
  background-size: cover;
  border-radius: 0;
  width: 217px;
  height: 320px;
  padding: 2rem 2rem 2.5rem;
  box-shadow: -20px 10px 12px -4px #00000014, 0 4px 6px -2px #a5a5a585;
}

.uui-pricing07_plan-copy3 {
  border: 0px solid var(--cardborder11);
  background-color: var(--almond-2);
  background-image: url('../images/Подложка-Дравиньи-голая.png');
  background-position: 0 0;
  background-size: cover;
  border-radius: 0;
  width: 217px;
  height: 320px;
  padding: 2rem 2rem 2.5rem;
  box-shadow: -20px 10px 12px -4px #00000014, 0 4px 6px -2px #a5a5a585;
}

.uui-pricing07_plan-copy4 {
  border: 0px solid var(--cardborder11);
  background-color: var(--almond-2);
  background-image: url('../images/Подложка-Империал-голая.png');
  background-position: 0 0;
  background-size: contain;
  border-radius: 0;
  width: 217px;
  height: 320px;
  padding: 2rem 2rem 2.5rem;
  display: block;
  box-shadow: -20px 10px 12px -4px #00000014, 0 4px 6px -2px #a5a5a585;
}

.bold-text-8-copy {
  font-size: 4rem;
  font-weight: 200;
}

.bold-text-8-copy {
  color: var(--white);
  font-size: 4rem;
  font-weight: 200;
}

.uui-text-size-medium-2-copy3 {
  color: var(--black);
  letter-spacing: normal;
  font-family: Circe, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.5;
}

.heading-9-copy {
  color: var(--black);
  text-align: left;
  margin-top: 0;
  margin-left: 0;
  padding-left: 0;
  font-family: Circe, sans-serif;
  font-size: 32px;
  font-weight: 300;
  line-height: 34px;
  display: block;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

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

.nav-menu {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link-2 {
  filter: blur();
  color: #fff;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Circe, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-2:hover {
  color: #1a1b1fbf;
}

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

.nav-button-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: 120px;
  display: block;
}

.button-primary {
  background-color: var(--almond);
  color: #000;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 10px;
  padding: 12px 25px;
  font-family: Circe, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
  transition: all .2s;
  display: inline-block;
}

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

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

.logo-grid-copy {
  grid-column-gap: 7rem;
  grid-row-gap: 4rem;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.waves---cta-white {
  background-color: var(--waves-library--white);
  color: var(--waves-library--black);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

.waves---cta-white.wide-cta {
  background-color: var(--light-almond);
  border-radius: 10px;
  min-width: 200px;
  font-weight: 300;
}

.waves---mg-top-16 {
  margin-top: 16px;
}

.waves---subtitle {
  float: none;
  text-align: justify;
  font-size: 16px;
  line-height: 22px;
}

.waves---limit-480 {
  width: 100%;
  max-width: 770px;
}

.waves---mega-heading-1 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Circe, sans-serif;
  font-size: 40px;
  font-weight: 200;
  line-height: 115%;
}

.waves-title-wrap-hero-5 {
  z-index: 1;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.waves---main-container {
  max-width: 1352px;
  padding-left: 24px;
  padding-right: 24px;
}

.waves-gradient-hero-5 {
  background-image: linear-gradient(#1313131a 22%, #131313a8 77%, #131313cc);
  position: absolute;
  inset: 0%;
}

.waves-section-hero-2 {
  color: var(--waves-library--white);
  background-image: url('../images/Abrau-Club-лицевая-2.png');
  background-position: 50%;
  background-size: cover;
  height: 800px;
  padding-top: 100px;
  padding-bottom: 200px;
  position: relative;
}

.waves-section-hero-1 {
  color: var(--waves-library--white);
  background-image: url('../images/ЦВТ-лицевая-1.png');
  background-position: 50%;
  background-size: cover;
  height: 800px;
  padding-top: 100px;
  padding-bottom: 200px;
  position: relative;
}

.waves-section-hero-3 {
  color: var(--waves-library--white);
  background-image: url('../images/1870-лицевая.png');
  background-position: 50%;
  background-size: cover;
  height: 800px;
  padding-top: 100px;
  padding-bottom: 200px;
  position: relative;
}

.waves-section-hero-6 {
  color: var(--waves-library--white);
  background-image: url('../images/COCOS-лицевая.png');
  background-position: 50%;
  background-size: cover;
  height: 800px;
  padding-top: 100px;
  padding-bottom: 200px;
  position: relative;
}

.submit-button {
  background-color: #3d3d3b;
  border-radius: 10px;
  margin-top: 26px;
  font-weight: 200;
  line-height: 36px;
}

.gallery-slider {
  border-bottom: 0 solid #e4ebf3;
  margin-left: 0;
  margin-right: 53px;
  padding: 80px 30px;
  position: relative;
}

.gallery-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.gallery-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.gallery-slide {
  background-color: #0000;
  height: auto;
}

.gallery-slide-wrapper {
  background-color: #0000;
  max-width: 47%;
  margin-right: 6%;
}

.gallery-slide-image {
  position: relative;
}

.gallery-image {
  filter: blur(2px);
  background-image: radial-gradient(circle, #000, #fff);
  border-radius: 12px;
  width: 100%;
}

.gallery-slide-text {
  color: #f5f7fa;
  margin-bottom: 0;
  font-family: Circe, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
}

.gallery-slider-left {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  left: -50px;
}

.gallery-slider-left:focus-visible, .gallery-slider-left[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed {
  color: #1a1b1f;
  -webkit-text-stroke-color: #828244;
}

.gallery-slider-right {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  right: -50px;
}

.gallery-slider-right:focus-visible, .gallery-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slide-nav {
  display: none;
}

.heading-10 {
  text-align: left;
  font-family: Circe, sans-serif;
  font-size: 32px;
  font-weight: 300;
  line-height: 32px;
}

.waves---expand-line {
  background-color: var(--white);
  width: 16px;
  height: 2px;
}

.waves---expand-line.vertical {
  background-color: var(--white);
  border: 1px solid #fff;
  width: 2px;
  height: 16px;
  position: absolute;
}

.waves---expand-icon-wrap {
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  margin-top: 2px;
  display: flex;
}

.waves-expanded-text {
  text-align: justify;
  margin-bottom: 0;
  font-size: 14px;
}

.waves---expand-space {
  height: 24px;
}

.waves---expandable-open {
  transform-origin: 50% 0;
}

.waves---paragraph-regular {
  padding-bottom: 15px;
  font-size: 22px;
  font-weight: 300;
  line-height: 130%;
}

.waves---expandable-content {
  width: 100%;
  height: auto;
  margin-right: 24px;
}

.waves---expandable-item {
  cursor: pointer;
  border: 1px solid #fff0;
  justify-content: space-between;
  align-items: flex-start;
  height: auto;
  padding-top: 6px;
  padding-bottom: 0;
  display: flex;
}

.waves---expandable-wrap {
  flex-direction: column;
  width: 100%;
  display: flex;
}

.waves-expandable-master-faq-1 {
  max-width: 545px;
}

.waves---paragraph-big {
  font-size: 16px;
  font-weight: 200;
  line-height: 130%;
}

.waves---limit-481 {
  width: 100%;
  max-width: 480px;
}

.waves---heading-2-no-margins {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 300;
  line-height: 130%;
}

.waves-left-faq-1 {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 520px;
  display: flex;
}

.waves-grid-faq-1 {
  grid-column-gap: 40px;
  grid-template-rows: auto;
}

.waves---main-container-2 {
  max-width: 1352px;
  padding-left: 24px;
  padding-right: 24px;
}

.waves-icon-24 {
  width: 24px;
  height: 24px;
}

.waves-bottom-right-footer-1 {
  grid-column-gap: 24px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.waves---paragraph-small {
  font-size: 16px;
  line-height: 130%;
}

.waves-bottom-footer-1 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.waves-divider-footer-1 {
  background-color: #13131333;
  width: 100%;
  height: 1px;
  margin-top: 64px;
  margin-bottom: 32px;
}

.waves---main-container-3 {
  max-width: 1352px;
  padding-left: 24px;
  padding-right: 24px;
}

.waves-footer-1 {
  background-color: var(--cardborder11);
  padding-top: 80px;
  padding-bottom: 64px;
}

.section-2 {
  color: var(--white);
  background-color: #828244;
}

.link, .link-3 {
  color: var(--white);
}

.bold-text-10 {
  font-size: 22px;
  font-weight: 300;
}

.bold-text-11 {
  font-weight: 300;
}

.waves---expand-line-2 {
  background-color: var(--waves-library--black);
  width: 16px;
  height: 2px;
}

.waves---expand-line-2.vertical {
  width: 2px;
  height: 16px;
  position: absolute;
}

.waves---expand-icon-wrap-2 {
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  margin-top: 2px;
  display: flex;
}

.waves-expanded-text-2 {
  margin-bottom: 0;
  font-size: 16px;
}

.waves---expand-space-2 {
  height: 24px;
}

.waves---expandable-open-2 {
  transform-origin: 50% 0;
}

.waves---paragraph-regular-2 {
  font-size: 18px;
  line-height: 130%;
}

.waves---expandable-content-2 {
  width: 100%;
  height: auto;
  margin-right: 24px;
}

.waves---expandable-item-2 {
  border-top: 1px solid var(--waves-library--black);
  cursor: pointer;
  justify-content: space-between;
  align-items: flex-start;
  height: auto;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}

.waves---expandable-wrap-2 {
  flex-direction: column;
  width: 100%;
  display: flex;
}

.waves---main-container-4 {
  max-width: 1352px;
  padding-left: 24px;
  padding-right: 24px;
  font-family: Circe, sans-serif;
  font-weight: 300;
}

.waves---section-medium-2 {
  padding-top: 0;
  padding-bottom: 100px;
}

.waves-expandable-master-faq-3 {
  max-width: 545px;
}

.waves-grid-faq-2 {
  grid-column-gap: 40px;
  grid-template-rows: auto;
}

.uui-pricing87_plan-45y-copy {
  border: 0px solid var(--cardborder11);
  background-color: var(--almond-2);
  background-image: url('../images/Estet.jpg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 0;
  width: 217px;
  height: 320px;
  padding: 2rem 2rem 2.5rem;
  box-shadow: -20px 10px 12px -4px #00000014, 0 4px 6px -2px #a5a5a585;
}

.bold-text-8-copy-copy {
  color: var(--red);
  font-size: 4rem;
  font-weight: 200;
}

.uui-pricing06_price-copy {
  color: var(--red);
  margin-top: 0;
  margin-bottom: .5rem;
  font-family: Circe, sans-serif;
  font-size: 24px;
  font-weight: 200;
  line-height: 1.2;
}

.uui-text-size-medium-2-copy {
  color: var(--white);
  letter-spacing: normal;
  font-family: Circe, sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.5;
}

.uui-heading-xsmall-copy {
  color: var(--red);
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Circe, sans-serif;
  font-size: 18px;
  font-weight: 200;
  line-height: 1.4;
}

.uui-text-size-medium-2-copy-copy {
  color: var(--red);
  letter-spacing: normal;
  font-family: Circe, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.5;
}

.text-span-2 {
  font-size: 12px;
}

.waves-section-hero6 {
  color: var(--waves-library--white);
  background-image: url('../images/BANNER_VINORU.png');
  background-position: 0 0;
  background-size: cover;
  height: 800px;
  padding-top: 100px;
  padding-bottom: 200px;
  position: relative;
}

.waves---cta-white-copy.wide-cta-copy {
  background-color: var(--dark-red);
  color: var(--white);
  border-radius: 10px;
  min-width: 200px;
  font-weight: 300;
}

.waves-section-hero6-copy {
  color: var(--waves-library--white);
  background-image: url('../images/Ателье-вина.png');
  background-position: 0 0;
  background-size: cover;
  height: 800px;
  padding-top: 100px;
  padding-bottom: 200px;
  position: relative;
}

.waves-gradient-hero-5-copy {
  background-image: linear-gradient(#1313131a 22%, #131313a8 77%, #131313cc);
  position: absolute;
  inset: 0%;
}

.waves---main-container-copy {
  max-width: 1352px;
  padding-left: 24px;
  padding-right: 24px;
}

.waves---cta-white-copy {
  background-color: var(--waves-library--white);
  color: var(--waves-library--black);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

.waves---cta-white-copy.wide-cta {
  background-color: var(--light-almond);
  border-radius: 10px;
  min-width: 200px;
  font-weight: 300;
}

.text-size-medium-copy {
  text-align: center;
  text-shadow: 0 1px 1px #0003;
  margin-top: -4px;
  font-family: Circe, sans-serif;
  font-size: 20px;
  font-weight: 200;
}

.waves---cta-white-copy-copy {
  background-color: var(--waves-library--white);
  color: var(--waves-library--black);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

.waves---cta-white-copy-copy.wide-cta-copy-copy {
  background-color: var(--red);
  color: var(--white);
  border-radius: 10px;
  flex-flow: row;
  width: 100%;
  min-width: 200px;
  margin-top: 22px;
  font-weight: 300;
  display: flex;
}

.bold-text-12, .bold-text-13, .bold-text-14 {
  font-weight: 300;
}

.mask {
  background-color: #fff0;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  background-color: #111;
  width: 100%;
  max-width: 4000px;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 0;
}

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

.navbar-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-right: 0;
  display: flex;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link-3 {
  color: #fff;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Circe, sans-serif;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-3:hover {
  color: #1a1b1fbf;
}

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

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.priority_text {
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.15;
}

.project_card-content {
  z-index: 2;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 55rem;
  display: flex;
  position: relative;
}

.nav_second-row_container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr .5fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  display: grid;
}

.footer_text {
  color: #fff;
  font-size: 1.375rem;
  font-weight: 300;
  line-height: 1.7;
}

.priority_card-wrapper {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.faq_answer {
  background-color: #ddd0;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: static;
  overflow: hidden;
}

.footer_question-text {
  color: #fff;
  font-size: 1.625rem;
  font-weight: 300;
  line-height: 1.15;
}

.project_card-image {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.faq_grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
}

.footer_icon-wrapper {
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
  position: relative;
}

.footer_answer-container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 90%;
  padding-bottom: 1rem;
  display: flex;
}

.benefits_grid {
  grid-column-gap: 4rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: minmax(0, 1.25fr) minmax(0, 1fr);
  grid-auto-columns: 1fr;
  display: grid;
}

.section_benefits {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.footer-2 {
  background-color: #828244;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.nav_first-row {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: #000;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding: .375rem 7.5rem;
  display: flex;
}

.priority_button {
  background-color: #828244;
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  padding: 1.25rem 4.75rem;
  font-size: 1.75rem;
  line-height: 1.15;
  transition: background-color .35s;
  display: flex;
}

.priority_button:hover {
  background-color: #5c5c2d;
}

.priority_olive-bold {
  color: #828244;
  font-weight: 700;
}

.benefits_icon {
  width: 3rem;
  height: auto;
}

.section_priority {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.footer_link {
  color: #fff;
  font-size: 1.375rem;
  font-weight: 300;
  line-height: 1.15;
}

.footer_link:hover {
  font-weight: 400;
}

.project_card-heading {
  color: #fff;
  margin-bottom: 2.5rem;
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.nav_big-wrapper {
  z-index: 9999;
  flex-flow: column;
  width: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.nav_second-row_button {
  color: #f9f0dd;
  text-transform: uppercase;
  background-color: #828244;
  border-radius: 50vw;
  justify-content: center;
  align-items: center;
  padding: 1rem 1.5rem .85rem;
  font-size: 1.25rem;
  line-height: 1.4;
  transition: background-color .35s;
  display: flex;
}

.nav_second-row_button:hover {
  background-color: #5c5c2d;
}

.nav_second-row_button.mobile {
  display: none;
}

.section_about {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.nav_second-row_menu {
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.75rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.faq_list {
  margin-bottom: 0;
  padding-left: 1rem;
}

.brand-2 {
  width: 6.5rem;
  height: 6.5rem;
}

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

.footer_answer-text {
  color: #fff;
  text-align: justify;
  font-size: 1.375rem;
  font-weight: 300;
  line-height: 1.45;
}

.footer_link-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.faq_icon-minus {
  object-fit: contain;
  width: 30px;
  height: 30px;
  position: absolute;
  inset: 0%;
}

.div-block-5 {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.footer_icon-plus {
  width: 30px;
  height: 30px;
}

.faq_answer-text {
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.45;
}

.faq_image {
  width: 31.125rem;
}

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

.faq_icon-wrapper {
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
  position: relative;
}

.faq_question {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: center;
  padding: 2rem 0;
  display: flex;
  position: relative;
}

.benefits_text-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.section_project {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: relative;
}

.about_text {
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.about_text.text-align-center-2 {
  text-align: left;
  font-size: 1rem;
  line-height: 1.4;
}

.project_card-wrapper {
  flex-flow: column;
  display: flex;
  position: relative;
}

.project_card-text {
  color: #fff;
  text-align: justify;
  margin-bottom: 2.5rem;
  font-size: 1.125rem;
  line-height: 1.55;
}

.footer_question {
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
  display: flex;
}

.spacer-5rem {
  width: 100%;
  padding-bottom: 5rem;
}

.footer_button {
  background-color: #000;
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  padding: 1.25rem 2.5rem;
  font-size: 1.375rem;
  line-height: 1.15;
  transition: all .35s;
  display: inline-flex;
}

.footer_button:hover {
  color: #000;
  background-color: #e9d8bd;
}

.footer_icon-minus {
  width: 30px;
  height: 30px;
  position: absolute;
  inset: 0%;
}

.container-6 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container-6.hero {
  margin-top: 8rem;
}

.footer_grid {
  grid-column-gap: 6rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  width: 100%;
  height: 100%;
}

.nav_mobile-spacer {
  width: 100%;
  padding-top: 1.25rem;
  display: none;
}

.section_faq {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.section_hero {
  background-image: url('../images/Image_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  min-height: 100svh;
  display: flex;
}

.faq_icon-plus {
  width: 30px;
  height: 30px;
}

.faq_grid-column {
  border-top: 1px solid #000;
  flex-flow: column;
  width: 100%;
  height: 100%;
  display: flex;
}

.spacer-4rem {
  width: 100%;
  padding-top: 4rem;
}

.benefits_text {
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.2;
}

.project_button {
  background-color: #000;
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 1.25rem 2.5rem;
  font-size: 1.375rem;
  line-height: 1.15;
  transition: all .35s;
  display: inline-flex;
}

.project_button:hover {
  background-color: #5c5c2d;
}

.benefits_item {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hero_content {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 37rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.faq_question-text {
  width: 90%;
  font-size: 1.625rem;
  font-weight: 300;
  line-height: 1.15;
}

.priority_card-image {
  -webkit-backdrop-filter: drop-shadow(2px 4px 4px #00000040);
  backdrop-filter: drop-shadow(2px 4px 4px #00000040);
  border-radius: 1.25rem;
  width: 100%;
  height: 22.75rem;
}

.nav_first-row_link {
  color: #fff;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
}

.nav_first-row_link:hover {
  font-weight: 400;
}

.spacer-1rem {
  width: 100%;
  padding-top: 1rem;
}

.nav_second-row {
  background-color: #ddd0;
  width: 100%;
  padding-left: 7.5rem;
  padding-right: 7.5rem;
}

.faq_item-wrapper {
  cursor: pointer;
  border-bottom: 1px solid #000;
  width: 100%;
}

.padding-global {
  padding-left: 7.5rem;
  padding-right: 7.5rem;
}

.padding-global.padding-section-about {
  padding: 4rem 16rem;
}

.padding-global.padding-section-faq {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.padding-global.padding-section {
  padding-top: 4rem;
  padding-bottom: 4rem;
  position: relative;
}

.padding-global.padding-section-footer {
  padding-top: 12rem;
  padding-bottom: 12rem;
}

.project_card-button {
  color: #000;
  background-color: #f9f0dd;
  border-radius: .75rem;
  padding: 1rem 2.5rem;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.05;
  transition: all .35s;
}

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

.spacer-2rem {
  width: 100%;
  padding-top: 2rem;
}

.hero_text {
  color: #f9f0dd;
  font-size: 1.375rem;
  font-weight: 300;
  line-height: 1.5;
}

.footer_item-wrapper {
  cursor: pointer;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.benefits_heading {
  font-size: 1.5rem;
  line-height: 1.2;
}

.footer_answer {
  background-color: #ddd0;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: static;
  overflow: hidden;
}

.heading-style-h2 {
  color: #fff;
  font-size: 2.25rem;
  font-weight: 300;
  line-height: 1.15;
}

.project_card {
  border-radius: 2.5rem;
  justify-content: center;
  align-items: flex-start;
  height: 43.75rem;
  margin-bottom: 2rem;
  padding-top: 7.5rem;
  display: flex;
  position: sticky;
  top: 4rem;
  overflow: hidden;
}

.faq_answer-container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 90%;
  padding-bottom: 2rem;
  display: flex;
}

.faq_answer-container.is-link {
  width: 100%;
}

.nav_second-row_link {
  color: #fff;
  padding: 0 0;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.25;
  transition: all .35s;
}

.nav_second-row_link:hover {
  font-size: 1.5rem;
  font-weight: 400;
}

.body-page {
  color: #000;
  font-family: Circe, sans-serif;
}

.h2 {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 300;
  line-height: .85;
}

.h1 {
  color: #f9f0dd;
  font-size: 7.5rem;
  font-weight: 300;
  line-height: .9;
}

.spacer-2rem-copy {
  width: 100%;
  padding-top: 1rem;
}

.section_address {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.address_grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto auto;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
}

.adress_link {
  border-radius: .625rem;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem;
  transition: all .3s;
  display: flex;
}

.adress_link:hover {
  background-color: #e9d8bd;
}

.adress_text {
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.15;
}

.adress_text.line {
  text-underline-offset: .25rem;
  text-decoration: underline;
}

.adress_text-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.image-5 {
  width: 1.5rem;
  height: 1.5rem;
}

.tg_icon {
  width: 6.875rem;
  height: 6.875rem;
}

.div-block-6 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.tg_link {
  grid-column-gap: 2.75rem;
  grid-row-gap: 2.75rem;
  color: #f9f0dd;
  justify-content: flex-start;
  align-items: center;
  font-size: 2.5rem;
  display: flex;
}

.priority_text-wrapper {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@media screen and (max-width: 991px) {
  .container {
    max-width: none;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .container.small {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .style-guide-component {
    grid-template-rows: auto;
  }

  .heading-2.text-weight-regular.small {
    font-size: 3.5rem;
  }

  .style-guide-item-wrap.margin-bottom {
    margin-bottom: 0;
  }

  .heading-3 {
    font-size: 3rem;
  }

  .heading-4 {
    font-size: 2.5rem;
  }

  .heading-4.caps {
    order: -1;
  }

  .font-bentoga.text-color-almond.solar-system-size {
    font-size: .9rem;
  }

  .caps.text-weight-medium.small, .caps.text-weight-medium.about-size {
    font-size: 1.5vw;
  }

  .rich-text h3 {
    font-size: 1.2rem;
  }

  .rich-text h2 {
    font-size: 1.5rem;
  }

  .rich-text h4 {
    font-size: 1.1rem;
  }

  .rich-text h5 {
    font-size: 1rem;
  }

  .heading-component {
    padding-top: 6rem;
  }

  .work-4-item:nth-child(odd) {
    margin-top: 0;
  }

  .password-heading {
    white-space: nowrap;
    font-size: 10vw;
  }

  .section-style-guide {
    margin-top: 4rem;
  }

  .changelog-component {
    grid-column-gap: 2rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .license-images-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  .license-component {
    grid-column-gap: 2rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
    margin-top: 5.3rem;
    margin-bottom: 6rem;
  }

  .nav-link {
    align-self: center;
  }

  .home-paragraph {
    margin-bottom: 0;
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .template-component {
    margin-bottom: 6rem;
    padding-top: 0;
  }

  .template-component.no-margin {
    margin-bottom: 0;
  }

  .heading-home {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 3.8rem;
    line-height: 1.15;
  }

  .max-width-70ch {
    display: flex;
  }

  .home-template-wrap {
    margin-top: 0;
  }

  .figma-image-wrap {
    width: 100%;
  }

  .figma-image {
    height: 100%;
  }

  .figma {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    overflow: hidden;
  }

  .figma-content {
    width: 100%;
    margin-top: 4.2rem;
    margin-bottom: 4.2rem;
    margin-left: 0;
    padding-left: 3.1rem;
    padding-right: 3.1rem;
  }

  .home-page-cards-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .home-hero-image-wrap {
    width: 70vw;
    height: 70vh;
  }

  .button.absolute.footer-button {
    display: none;
  }

  .button.small {
    top: 0;
  }

  .button.mobile {
    display: flex;
  }

  .home-1-hero-left-text, .navbar-right {
    display: none;
  }

  .navbar-open-component {
    grid-template-columns: 1fr;
  }

  .navbar-component {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .nav-link-text {
    font-size: 8vh;
  }

  .home-about {
    grid-column-gap: 9rem;
    grid-row-gap: 9rem;
    margin-top: 4rem;
  }

  .home-about._2 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    margin-bottom: 4rem;
    padding-left: 0;
    padding-right: 0;
  }

  .culture-title {
    width: auto;
  }

  .culture {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    opacity: .8;
    width: 100%;
  }

  .home-about-content {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    padding-bottom: 0;
    display: flex;
  }

  .home-about-content.margin-bottom {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .team-grid {
    flex-flow: column;
    display: flex;
  }

  .team-card.small {
    padding-top: .5rem;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .team-card.small._2 {
    width: 100%;
    max-width: none;
    height: auto;
    max-height: none;
    position: relative;
    top: -8vw;
  }

  .team-card.small._3 {
    width: 100%;
    max-width: none;
    height: auto;
    max-height: none;
    position: relative;
    bottom: auto;
    right: 17vw;
  }

  .team-card.small._1, .team-card.small.card-1 {
    width: 100%;
    max-width: none;
    height: auto;
    max-height: none;
    position: relative;
    left: 17vw;
  }

  .team-card.small.card-2 {
    width: 100%;
    max-width: none;
    height: auto;
    max-height: none;
    position: relative;
    top: -8vw;
  }

  .team-card.small.card-3 {
    width: 100%;
    max-width: none;
    height: auto;
    max-height: none;
    position: relative;
    bottom: auto;
    right: 17vw;
  }

  .team-image.small {
    height: auto;
  }

  .works-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    margin-top: 9rem;
  }

  .works-wrapper.margin-top {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    margin-top: 0;
  }

  .card-2-portfolio {
    width: 100%;
    margin-top: 0;
  }

  .portfolio-component {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    margin-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .card-1-portfolio {
    width: 100%;
  }

  .card-3-portfolio {
    width: 100%;
    left: auto;
  }

  .card-4-portfolio {
    top: auto;
  }

  .work-name {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
    padding-left: 0;
  }

  .dot.overflow-hide-mobile {
    display: none;
  }

  .button-projects.relative {
    width: 4rem;
    height: 4rem;
  }

  .project-arrow {
    width: 1rem;
  }

  .footer-component {
    min-height: 0;
    padding-top: 6rem;
    padding-bottom: 4rem;
  }

  .footer-grid {
    grid-column-gap: 4rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr 1fr 1fr;
    margin-bottom: 4rem;
  }

  .credits-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .works-hero-content {
    margin-top: 15vh;
    margin-bottom: 2rem;
  }

  .work-content {
    margin-bottom: 4rem;
  }

  .works-template {
    margin-top: 4rem;
    margin-bottom: 0;
  }

  .work-image.vertical {
    margin-bottom: 6rem;
  }

  .works-heading-wrap {
    padding-top: 15vh;
  }

  .portoflio-2-component {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    text-align: center;
    margin-top: 2rem;
    padding-bottom: 0;
    display: flex;
  }

  .portfolio-list {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .logo-grid {
    grid-column-gap: 4rem;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 4rem;
  }

  .logo-grid.top-margin {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    margin-top: 4rem;
  }

  .home-2-marquee {
    margin-bottom: 10vw;
  }

  .home-3-logos {
    margin-top: 6rem;
  }

  .about-grid {
    grid-row-gap: 2rem;
    flex-flow: column;
    height: 40rem;
    display: flex;
  }

  .about-grid.bottom {
    justify-content: center;
    height: 100svh;
  }

  .sticky-heading {
    font-size: 1.5rem;
  }

  .spacer, .spacer.small {
    padding-right: 0;
  }

  .photos-wrapper {
    margin-top: 0;
  }

  .home-3-works {
    margin-top: 6rem;
  }

  .home-3-works-list {
    flex-flow: column;
    display: flex;
  }

  .blog-heading-wrapper {
    padding-top: 15vh;
  }

  .blog-page-heading.blog-template {
    font-size: 4rem;
  }

  .blog-list {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr 1fr;
  }

  .blog-list.limited-3 {
    flex-flow: column;
    display: flex;
  }

  .blog-card-image {
    height: 50vw;
  }

  .blog-card-content {
    max-width: 100%;
  }

  .blog-heading {
    padding-top: 15vh;
  }

  .blog-post {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .next-list {
    grid-row-gap: 4rem;
    flex-flow: column;
    display: flex;
  }

  .card-image {
    height: auto;
  }

  .pricing-card-grid {
    flex-flow: column-reverse;
    max-width: none;
    display: flex;
  }

  .pricing-card-grid:nth-child(2n) {
    flex-flow: column-reverse;
  }

  .right-card {
    width: auto;
  }

  .card-heading {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .card-content {
    text-align: left;
    align-items: flex-start;
  }

  .check-item-content {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .left-card {
    text-align: center;
    order: -1;
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
  }

  .pricing-heading-text {
    font-size: 4.5rem;
  }

  .card-2-grid-contact {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .contact-field {
    padding-left: .5rem;
  }

  .adress-content {
    display: none;
  }

  .card-1-grid-contanct {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-right: 0;
  }

  .heading-contact-content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .form-wrapper {
    width: 100%;
  }

  .contact-image {
    border-radius: 1rem;
    width: 100%;
  }

  .heading-contact {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .form-wrapper-contact {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    grid-template-columns: 1fr 1fr .25fr;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .form {
    justify-content: flex-start;
    align-items: center;
  }

  .heading-contact-size {
    font-size: 6rem;
  }

  .contact-component {
    align-items: center;
  }

  .contact-left-wrap {
    display: none;
  }

  .contact-text {
    text-align: left;
    font-size: 28vw;
  }

  .contact-right {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
  }

  .testimonial-text {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .testimonial-image {
    height: 100%;
    max-height: none;
  }

  .testimonial-slider-card {
    width: auto;
    max-width: none;
    height: auto;
  }

  .testimonial-slider {
    max-width: none;
  }

  .slider-arrow-right, .slider-arrow-left {
    display: none;
  }

  .testimonial-wrapper {
    height: auto;
    margin-top: 4rem;
    margin-bottom: 6rem;
  }

  .awards {
    grid-column-gap: 6rem;
    grid-row-gap: 6rem;
    padding-bottom: 6rem;
  }

  .awards-section {
    z-index: 5;
    position: relative;
  }

  .awards-grid {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    opacity: .8;
    width: 100%;
  }

  .awards-title {
    width: auto;
  }

  .paragraph {
    font-size: 2.5rem;
  }

  .styck-about-wrapper {
    height: 100vh;
  }

  .circle-animation-component {
    grid-column-gap: 6rem;
    grid-row-gap: 6rem;
    margin-bottom: 0;
  }

  .table-component {
    margin-top: 6rem;
    margin-bottom: 5rem;
  }

  .row {
    flex-direction: column;
    grid-template-columns: .25fr;
    align-items: flex-start;
    transition: none;
    display: flex;
  }

  .row:hover {
    padding-bottom: 0;
  }

  .max-width-44ch {
    max-width: none;
  }

  .about-hero-3 {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    min-height: 100svh;
    max-height: 100svh;
    padding-top: 10rem;
    padding-bottom: 1rem;
    display: flex;
  }

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

  .stack-component {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    margin-top: 6rem;
    margin-bottom: 0;
  }

  .stack-component.margin-bottom.top-margin {
    grid-column-gap: 6rem;
    grid-row-gap: 6rem;
    margin-top: 6rem;
  }

  .paprika {
    text-align: center;
    width: 100%;
  }

  .photos {
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
    padding-left: 0;
  }

  .photos.about-3 {
    order: -1;
    top: 6vw;
  }

  .photos.margin-top {
    margin-top: 4rem;
  }

  .welcome {
    display: none;
  }

  .heading {
    margin-top: 2rem;
    padding-right: 3vw;
  }

  .subitlte {
    padding-left: 3vw;
    padding-right: 3vw;
  }

  .grid-button {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 2rem;
    display: flex;
  }

  .about-hero-font {
    font-size: 10rem;
  }

  .about-hero-font.hide-mobile {
    display: none;
  }

  .about-hero-font.show-mobile {
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .paragraph-hero {
    font-size: 1rem;
  }

  .cta-image-top {
    justify-content: flex-end;
    width: auto;
  }

  .top-image {
    border-radius: 3rem;
    width: 6rem;
    min-width: 0;
  }

  .cta-component {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .bottom-image {
    border-radius: 5rem;
    width: 8rem;
  }

  .text-size-display {
    font-size: 3rem;
  }

  .cta-content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .cta-images-content {
    align-items: stretch;
    left: 2%;
    right: 2%;
  }

  .about-grid-component {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .cards-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 4rem;
    margin-left: 0;
    margin-right: 0;
    display: grid;
  }

  .grid-content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .grid-card {
    padding: 1rem;
  }

  .card-big-number {
    font-size: 5rem;
  }

  .card-text {
    font-size: 1rem;
  }

  .circle-holder {
    min-height: 100svh;
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .circle-wrapper {
    margin-top: 0;
    margin-bottom: 0;
  }

  .circle-inner {
    width: 35vw;
    height: 35vw;
  }

  .circle-inner._2 {
    width: 29rem;
    height: 29rem;
  }

  .circle-inner._3 {
    width: 40rem;
    height: 40rem;
  }

  .circle-inner._1 {
    width: 17rem;
    height: 17rem;
  }

  .circle-content {
    width: 6rem;
    height: 6rem;
  }

  .circle-content._2 {
    width: 6rem;
    height: 6rem;
    right: -2.5rem;
  }

  .circle-content._3 {
    bottom: 6rem;
    left: .5rem;
  }

  .circle-content._4 {
    left: -2.7rem;
  }

  .circle-content._5 {
    width: 6rem;
    height: 6rem;
    top: -2.9rem;
  }

  .circle-content._6 {
    bottom: 9rem;
    right: -1.5rem;
  }

  .circle-content._1 {
    width: 6rem;
    height: 6rem;
    bottom: -2.5rem;
  }

  .home-2-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .cards-text {
    font-size: 2.5vw;
  }

  .about {
    overflow: visible;
  }

  .button-405.small {
    top: 0;
  }

  .cf-achievements-card {
    font-size: 20px;
  }

  .uui-pricing06_component {
    grid-template-columns: 1fr;
  }

  .uui-padding-vertical-xhuge-2 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .uui-space-large {
    min-height: 2.5rem;
  }

  .uui-heading-xlarge {
    font-size: 3.25rem;
  }

  .uui-space-xhuge {
    min-height: 6rem;
  }

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

  .pricing-grid {
    grid-column-gap: 30px;
  }

  .cf-form-right-wrapper {
    width: 100%;
  }

  .uui-pricing07_plan-copy {
    display: block;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

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

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button-2 {
    padding: 12px;
  }

  .menu-button-2.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .logo-grid-copy {
    grid-column-gap: 4rem;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 4rem;
  }

  .waves---mega-heading-1 {
    font-size: 72px;
    line-height: 110%;
  }

  .waves-section-hero-2, .waves-section-hero-1, .waves-section-hero-3, .waves-section-hero-6 {
    padding-top: 240px;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .waves-left-faq-1 {
    text-align: center;
    align-items: center;
  }

  .waves-grid-faq-1 {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
  }

  .waves-bottom-footer-1 {
    grid-row-gap: 32px;
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .waves-divider-footer-1 {
    margin-top: 40px;
  }

  .waves-grid-faq-2 {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
  }

  .waves-section-hero6, .waves-section-hero6-copy {
    padding-top: 240px;
  }

  .container-5 {
    max-width: 728px;
  }

  .nav-menu-wrapper-2 {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

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

  .menu-button-3 {
    padding: 12px;
  }

  .menu-button-3.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }
}

@media screen and (max-width: 767px) {
  .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .container.small, .container.medium {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .style-guide-component {
    grid-template-rows: auto;
  }

  .heading-2.text-weight-regular.small {
    font-size: 3rem;
  }

  .heading-3 {
    font-size: 3.5rem;
  }

  .heading-4 {
    font-size: 2.5rem;
  }

  .heading-5 {
    font-size: 2.7rem;
  }

  .heading-5.text-weight-regular.small-mobile {
    font-size: 2.5rem;
    line-height: 1.3;
  }

  .text-size-huge {
    font-size: 1.5rem;
  }

  .text-size-huge.font-bentoga.font-size, .text-size-huge.title-size {
    font-size: 2rem;
  }

  .utility-page-form {
    width: 25rem;
  }

  .heading-component.margin {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .style-guide-header {
    font-size: .875rem;
  }

  .changelog-component {
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
  }

  .license-images-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .license-component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    margin-top: 4.2rem;
    margin-bottom: 5.7rem;
  }

  .license-content {
    grid-row-gap: 4rem;
    flex-direction: column;
  }

  .nav-link {
    white-space: nowrap;
  }

  .home-paragraph {
    font-size: 1rem;
    line-height: 1.5;
  }

  .template-component {
    margin-bottom: 4rem;
  }

  .heading-home {
    font-size: 2.5rem;
  }

  .figma-content {
    margin-top: 3rem;
    margin-bottom: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .home-page-cards-grid {
    margin-top: 4rem;
  }

  .button.pink {
    transform: translate(0)rotate(-14deg);
  }

  .button.pink:hover {
    transform: scale(.95)translate(0)rotate(-14deg);
  }

  .navbar-component {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .nav-link-text {
    font-size: 7vh;
  }

  .home-about {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    margin-top: 4rem;
    padding-left: 0;
    padding-right: 0;
  }

  .home-about._2 {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .culture-title {
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
  }

  .team-grid {
    margin-top: 4rem;
  }

  .works-wrapper {
    margin-top: 6rem;
  }

  .portfolio-component {
    text-align: center;
    margin-top: 1rem;
  }

  .work-name {
    flex-flow: column;
    margin-top: 1rem;
    padding-left: 0;
  }

  .secondary-button-wrapper {
    margin-top: 4rem;
  }

  .footer-component {
    padding-top: 4rem;
  }

  .footer-grid {
    grid-column-gap: 4rem;
    grid-template-columns: 1fr 1fr;
  }

  .credits-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: wrap;
  }

  .work-content {
    margin-bottom: 4rem;
  }

  .works-template {
    margin-top: 4rem;
    margin-bottom: 0;
  }

  .work-image.vertical {
    width: 100%;
    margin-bottom: 4rem;
    margin-left: auto;
  }

  .work-image.vertical.right {
    width: 100%;
  }

  .work-image.margin-bottom {
    margin-bottom: 6rem;
  }

  .portoflio-2-component {
    margin-top: 2rem;
  }

  .logo-grid {
    grid-template-columns: 1fr 1fr;
    margin-top: 2.5rem;
  }

  .logo-grid.top-margin {
    grid-column-gap: 2.5rem;
    margin-top: 4rem;
  }

  .first, .second, .third, .fourth {
    width: 50%;
  }

  .home-2-image {
    height: 80vw;
  }

  .home-3-logos {
    margin-top: 4rem;
  }

  .about-grid {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    height: 100%;
  }

  .about-grid.bottom {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .home-3-works {
    margin-top: 4rem;
  }

  .home-3-works-list {
    flex-flow: column;
    display: flex;
  }

  .blog-page-heading, .blog-page-heading.blog-template {
    font-size: 3rem;
  }

  .blog-posts, .blog-posts.about {
    margin-top: 4rem;
  }

  .blog-list {
    grid-row-gap: 4rem;
    flex-flow: column;
    display: flex;
  }

  .blog-card-content {
    max-width: 100%;
  }

  .blog-heading {
    padding-bottom: 4rem;
  }

  .blog-post {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .next-list {
    grid-row-gap: 2rem;
  }

  .pricing-component {
    margin-top: 4rem;
  }

  .check-item {
    text-align: left;
  }

  .pricing-card-grid {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .card-content {
    text-align: left;
  }

  .left-card {
    padding: 1.5rem 1.5rem 2rem;
  }

  .pricing-heading-text {
    font-size: 3.5rem;
  }

  .heading-contact-size {
    font-size: 4rem;
  }

  .contact-address {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    align-self: flex-start;
  }

  .contact-hero {
    align-items: flex-end;
    padding-top: 12vh;
  }

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

  .about-team-heading {
    margin-bottom: 4rem;
  }

  .testimonial-text {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .testimonial-image {
    object-position: 50% 0%;
    width: 100%;
    height: 25rem;
    max-height: none;
  }

  .testimonial-slider-content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    padding: 1rem;
  }

  .testimonial-slider-card {
    width: 100%;
  }

  .testimonial-wrapper {
    margin-bottom: 4rem;
  }

  .slider-text {
    font-size: 1.2rem;
  }

  .awards {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .awards-grid {
    grid-template-columns: 1fr 1fr;
    justify-items: center;
  }

  .awards-title {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-left: 0;
  }

  .awards-wrapper {
    align-items: center;
  }

  .paragraph {
    font-size: 2rem;
  }

  .table-component {
    margin-top: 4rem;
  }

  .about-hero-3 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .stack-component {
    margin-top: 4rem;
  }

  .stack-component.margin-bottom.top-margin {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    margin-top: 4rem;
  }

  .photos {
    flex-flow: row;
  }

  .photos.about-3 {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
    width: 100vw;
    top: 4vw;
  }

  .photos.margin-top {
    margin-top: 2rem;
  }

  .heading {
    padding-left: 0;
    padding-right: 0;
  }

  .subitlte {
    display: none;
  }

  .about-hero-font.show-mobile {
    font-size: 7rem;
  }

  .top-image {
    width: 4rem;
  }

  .cta-component {
    margin-top: 4rem;
  }

  .bottom-image {
    width: 4rem;
  }

  .text-size-display {
    font-size: 1.8rem;
  }

  .cta-content {
    padding-bottom: 0;
  }

  .cta-images-content {
    top: 0%;
  }

  .cards-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    margin-top: 4rem;
    display: flex;
  }

  .about-hero-2 {
    margin-bottom: 6rem;
  }

  .about-3-content {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .about-heading {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .circle-inner {
    width: 15rem;
    height: 15rem;
  }

  .circle-inner._2 {
    width: 30rem;
    height: 30rem;
  }

  .circle-inner._3 {
    width: 45rem;
    height: 45rem;
  }

  .circle-content._2 {
    right: -2rem;
  }

  .circle-content._3 {
    left: 2.5rem;
  }

  .circle-content._4 {
    left: -2rem;
  }

  .circle-content._5 {
    top: -3rem;
  }

  .circle-content._6 {
    right: -.5rem;
  }

  .circle-content._1 {
    bottom: -2.5rem;
  }

  .solar-heading {
    font-size: 1.5rem;
  }

  .home-2-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .about {
    overflow: hidden;
  }

  .about-hero-4 {
    margin-bottom: 6rem;
  }

  .uui-pricing06_price {
    font-size: 2.25rem;
  }

  .uui-heading-xsmall {
    font-size: 1.25rem;
  }

  .uui-pricing06_component {
    grid-template-columns: 1fr;
    margin-top: 3rem;
  }

  .uui-heading-medium-2 {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-padding-vertical-xhuge-2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-page-padding-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-heroheader15_image-wrapper {
    height: 22rem;
  }

  .uui-button-wrapper-2.max-width-full-mobile-landscape-2 {
    width: 100%;
  }

  .max-width-full-mobile-landscape-2 {
    width: 100%;
    max-width: none;
  }

  .uui-button-secondary-gray-2 {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray-2:hover {
    background-color: var(--untitled-ui--white);
    color: var(--untitled-ui--gray700);
  }

  .uui-button-secondary-gray-2.is-button-large {
    grid-column-gap: .5rem;
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

  .uui-button-row-2 {
    align-self: stretch;
  }

  .uui-button-row-2.button-row-center.is-reverse-mobile-landscape, .uui-button-row-2.is-reverse-mobile-landscape {
    flex-direction: column-reverse;
  }

  .uui-space-large {
    min-height: 2rem;
  }

  .uui-space-small {
    min-height: 1.25rem;
  }

  .uui-heading-xlarge {
    font-size: 2.25rem;
  }

  .uui-space-xhuge {
    min-height: 4rem;
  }

  .uui-page-padding-3 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .pricing-overview {
    padding: 60px 15px;
  }

  .cf-send-message-form, .cf-send-message-form-copy {
    padding: 40px;
  }

  .uui-pricing07_plan-copy, .uui-pricing07_plan-45y, .uui-pricing07_plan-copy3, .uui-pricing07_plan-copy4 {
    padding-bottom: 2rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .logo-grid-copy {
    grid-template-columns: 1fr 1fr;
    margin-top: 2.5rem;
  }

  .waves---subtitle {
    font-size: 22px;
    line-height: 34px;
  }

  .waves---mega-heading-1 {
    font-size: 56px;
  }

  .waves-title-wrap-hero-5 {
    text-align: center;
    align-items: center;
  }

  .waves---main-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves-section-hero-2, .waves-section-hero-1, .waves-section-hero-3, .waves-section-hero-6 {
    padding-top: 160px;
  }

  .gallery-slider {
    padding: 60px 15px;
  }

  .gallery-slide {
    margin-left: 10px;
    margin-right: 10px;
  }

  .gallery-slide-text {
    line-height: 30px;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .waves---heading-2-no-margins {
    font-size: 44px;
    line-height: 125%;
  }

  .waves---main-container-2, .waves---main-container-3, .waves---main-container-4 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves---section-medium-2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .uui-pricing87_plan-45y-copy {
    padding-bottom: 2rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .uui-pricing06_price-copy {
    font-size: 2.25rem;
  }

  .uui-heading-xsmall-copy {
    font-size: 1.25rem;
  }

  .waves-section-hero6, .waves-section-hero6-copy {
    padding-top: 160px;
  }

  .waves---main-container-copy {
    padding-left: 16px;
    padding-right: 16px;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand-2 {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link-3 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .mobile-margin-top-11 {
    margin-top: 10px;
  }
}

@media screen and (max-width: 479px) {
  .container, .container.small, .container.medium {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .style-guide-component {
    grid-template-rows: auto;
  }

  .heading-2.text-weight-regular.small {
    text-align: left;
    font-size: 2rem;
  }

  .heading-3 {
    font-size: 3.2rem;
  }

  .heading-4 {
    font-size: 2rem;
  }

  .heading-4.text-weight-regular {
    font-size: 20px;
    line-height: 22px;
  }

  .heading-5.text-weight-regular.small-mobile {
    font-size: 20px;
    font-weight: 300;
  }

  .style-guide-item-grid {
    flex-flow: column;
    display: flex;
  }

  .text-size-huge {
    font-size: 1.2rem;
  }

  .text-size-huge.font-bentoga.font-size {
    font-size: 1.8rem;
  }

  .text-size-medium {
    margin-top: 5px;
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 300;
    line-height: 24px;
  }

  .caps.text-weight-medium.small {
    font-size: .8rem;
  }

  .caps.text-weight-medium.about-size {
    text-align: left;
    font-size: 1.5vw;
  }

  .testimonial-card-content, .utility-page-content {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .utility-page-form {
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .divider-line {
    width: 100%;
  }

  .max-width-50ch {
    text-align: left;
  }

  .heading-component {
    grid-row-gap: 1rem;
  }

  .heading-component.margin {
    grid-row-gap: 2rem;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 4rem;
  }

  .password-wrap {
    width: 100%;
  }

  .section-style-guide {
    margin-top: 0;
  }

  .text-box.large {
    padding-top: 0;
  }

  .changelog-component {
    width: 100%;
  }

  .style-guide-content {
    margin-bottom: 6rem;
  }

  .license-images-grid {
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .license-component {
    grid-row-gap: 1.75rem;
    width: 100%;
    margin-top: 3rem;
    margin-bottom: 2.5rem;
  }

  .home-paragraph {
    font-size: 1rem;
    line-height: 1.5;
  }

  .template-component {
    margin-bottom: 4rem;
  }

  .heading-home {
    font-size: 2rem;
  }

  .heading-button {
    grid-row-gap: 2rem;
    flex-direction: column;
  }

  .text-size-xdisplay {
    font-size: 2.5rem;
    line-height: 1.5;
  }

  .figma-content {
    margin-top: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .home-page-cards-grid {
    margin-top: 2rem;
  }

  .home-hero {
    padding-top: 4rem;
  }

  .home-hero-h5 {
    margin-top: 60px;
    font-size: 16vw;
  }

  .home-hero-image-wrap {
    width: 80vw;
    max-width: 50rem;
  }

  .button.margin-about {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .home-1-hero-left-text {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .home-1-hero-paragrah {
    max-width: none;
  }

  .navbar-component {
    grid-column-gap: 0px;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: ". Area";
  }

  .navbar-open {
    display: none;
  }

  .nav-link-text {
    font-size: 4vh;
  }

  .home-about._2 {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    margin-bottom: 4rem;
  }

  .culture {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .home-about-content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 0;
    padding-bottom: 0;
  }

  .home-about-content.margin-bottom {
    padding-top: 0;
  }

  .culture-text {
    font-size: 1.5rem;
  }

  .team-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .team-card {
    padding: .5rem .5rem 1rem;
  }

  .team-card.small._2, .team-card.small._3 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    padding: 2vw;
  }

  .team-card.small._1 {
    padding: 2vw;
  }

  .team-card.small.card-1 {
    padding: 2vw;
    left: auto;
  }

  .team-card.small.card-2 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    order: 1;
    padding: 2vw;
    top: auto;
  }

  .team-card.small.card-3 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    padding: 2vw;
    right: auto;
  }

  .works-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    margin-top: 6rem;
  }

  .portfolio-component {
    margin-top: 2rem;
  }

  .work-name {
    margin-top: .5rem;
    padding-left: 0;
  }

  .button-projects {
    width: 5rem;
    height: 5rem;
  }

  .footer-grid {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr 1fr;
    place-items: start center;
  }

  .credits-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .footer-links-wrapper {
    text-align: center;
  }

  .works-template {
    margin-bottom: 0;
  }

  .portoflio-2-component {
    margin-top: 2rem;
  }

  .portfolio-list {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .logo-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr 1fr;
    margin-top: 0;
  }

  .logo-grid.top-margin {
    grid-column-gap: 2rem;
  }

  .first.mobile-hide, .fourth.mobile-hide {
    display: none;
  }

  .home-3 {
    padding-top: 6rem;
  }

  .home-1-hero-button {
    display: none;
  }

  .home-3-left {
    text-align: center;
    justify-content: center;
    align-items: center;
    display: none;
  }

  .home-3-heading {
    line-height: 1.1;
  }

  .home-3-heading.home {
    font-size: 12vw;
  }

  .sticky {
    position: static;
    top: -55rem;
  }

  .about-bottom {
    min-height: 50svh;
  }

  .home-3-logos {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    text-align: center;
  }

  .about-grid {
    grid-row-gap: 2rem;
    flex-flow: column;
    align-self: flex-start;
    height: 100%;
    margin-top: 4rem;
    margin-bottom: 4rem;
    display: flex;
  }

  .about-grid.bottom {
    height: auto;
    margin-bottom: 4rem;
  }

  .photos-wrapper {
    width: 100%;
    margin-top: 0;
  }

  .home-3-works {
    margin-top: 4rem;
  }

  .home-3-works-heading {
    margin-bottom: 4rem;
  }

  .blog-heading {
    padding-bottom: 1.7rem;
  }

  .blog-post {
    margin-bottom: 4rem;
  }

  .pricing-component {
    margin-top: 4rem;
  }

  .products-collection-list {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .pricing-card-grid {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .price-text {
    flex-flow: wrap;
  }

  .check-item-content {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .left-card {
    text-align: left;
  }

  .pricing-heading-text {
    font-size: 2.5rem;
  }

  .max-width-20ch {
    max-width: none;
  }

  .contact-field {
    border-top-width: 0;
    border-left-width: 0;
    border-right-width: 0;
    padding-left: .8rem;
  }

  .heading-contact-content {
    text-align: center;
  }

  .form-wrapper {
    width: 100%;
  }

  .heading-contact {
    flex-flow: column;
  }

  .form {
    width: 100%;
  }

  .heading-contact-size {
    font-size: 4rem;
  }

  .contact-component {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .contact-address {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: wrap;
    grid-template-columns: 1fr;
    display: flex;
  }

  .contact-text {
    text-align: left;
    margin-top: 2rem;
  }

  .contact-links {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: flex;
  }

  .contact-right {
    justify-content: flex-end;
    align-items: flex-start;
    padding-top: 12vh;
    padding-bottom: 2rem;
  }

  .faq-heading {
    float: none;
    text-align: left;
    font-size: 24px;
    line-height: 26px;
  }

  .testimonial-slider-content {
    padding: 1rem 1rem 1.3rem;
  }

  .testimonial-slider-card {
    width: 100%;
  }

  .slider-text {
    font-size: 1.5rem;
  }

  .awards-top {
    text-align: center;
  }

  .awards-grid {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    text-align: center;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .awards-title {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .awards-wrapper {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .awards-number {
    font-size: 5.1rem;
  }

  .paragraph {
    text-align: left;
    font-size: 1.4rem;
  }

  .styck-about-wrapper {
    height: 200vh;
  }

  .circle-animation-component {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    margin-bottom: 0;
  }

  .about-hero {
    margin-bottom: 4rem;
  }

  .row-line {
    margin-top: 2rem;
  }

  .table-component {
    margin-bottom: 0;
  }

  .about-hero-3 {
    padding-top: 15vh;
  }

  .stack-component.margin-bottom.top-margin {
    margin-top: 0;
  }

  .photos {
    flex-flow: column;
  }

  .photos.about-3 {
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .photos.margin-top, .heading {
    margin-top: 0;
  }

  .about-hero-font.show-mobile {
    font-size: 5rem;
  }

  .top-image {
    width: 4rem;
  }

  .cta-component {
    margin-top: 4rem;
    margin-bottom: 0;
  }

  .cta-subtitle {
    font-size: .85rem;
  }

  .cta-content {
    padding-top: 4rem;
    padding-bottom: 0;
  }

  .cards-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    margin-top: 2rem;
  }

  .about-hero-2 {
    margin-bottom: 4rem;
  }

  .about-3-content {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .about-heading {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .card-text-size {
    font-size: 1.2rem;
  }

  .about-hero-4 {
    margin-bottom: 4rem;
  }

  .cf-achievements-card {
    font-size: 18px;
  }

  .uui-pricing06_component {
    float: none;
    clear: none;
    grid-column-gap: 1.9rem;
    grid-row-gap: 1.9rem;
    text-align: left;
    grid-template-rows: auto;
    grid-template-columns: minmax(100%, 1fr);
    grid-auto-columns: .25fr;
    place-content: center;
    width: 100%;
    margin-top: 3rem;
    margin-bottom: 0;
    display: block;
    position: static;
  }

  .uui-heading-medium-2 {
    font-size: 24px;
    font-weight: 300;
    line-height: 26px;
  }

  .uui-padding-vertical-xhuge-2 {
    float: none;
    clear: none;
    text-align: left;
    padding-bottom: 0;
  }

  .uui-container-large-2 {
    float: none;
    clear: none;
    text-align: center;
  }

  .uui-section_pricing06 {
    float: none;
    clear: none;
    position: static;
  }

  .uui-heroheader15_image-wrapper {
    height: 12.75rem;
  }

  .container-3 {
    max-width: none;
  }

  .centered-heading-2 {
    margin-bottom: 24px;
  }

  .pricing-grid {
    grid-template-columns: 1fr;
  }

  .heading-7 {
    line-height: 22px;
  }

  .cf-form-gradient-submit {
    background-color: #3c3c3b;
    background-image: linear-gradient(#00000080, #00000080);
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .cf-borders-text-field {
    padding-left: 14px;
    padding-right: 14px;
    font-size: 12px;
  }

  .cf-send-message-form {
    padding-top: 20px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .form-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .cf-send-message-form-copy {
    width: 100%;
    padding-top: 20px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .uui-pricing07_plan-copy {
    box-sizing: border-box;
    text-align: center;
    border-radius: 0;
    width: 290px;
    height: 427px;
    margin-bottom: 25px;
    padding-top: 3.1rem;
    padding-bottom: 1.5rem;
    padding-right: 1.5rem;
  }

  .uui-pricing07_plan-45y {
    text-align: center;
    width: 290px;
    height: 427px;
    margin-bottom: 25px;
    padding-bottom: 1.5rem;
  }

  .uui-pricing07_plan-copy3 {
    text-align: center;
    width: 290px;
    height: 427px;
    margin-bottom: 25px;
    padding-bottom: 1.5rem;
    padding-right: 1.4rem;
  }

  .uui-pricing07_plan-copy4 {
    box-shadow: none;
    text-align: center;
    background-size: contain;
    border-radius: 0;
    width: 290px;
    height: 427px;
    padding-bottom: 1.5rem;
  }

  .heading-9-copy {
    text-align: center;
    font-size: 24px;
    line-height: 26px;
  }

  .nav-menu {
    background-color: #fff0;
    flex-direction: column;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .logo-grid-copy {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr 1fr;
    margin-top: 0;
  }

  .waves---subtitle {
    font-size: 14px;
    line-height: 20px;
  }

  .waves---mega-heading-1 {
    font-size: 24px;
  }

  .waves-gradient-hero-5 {
    padding-bottom: 24px;
  }

  .waves-section-hero-2 {
    height: 700px;
    padding-bottom: 48px;
  }

  .waves-section-hero-1 {
    padding-bottom: 117px;
  }

  .waves-section-hero-3 {
    height: 700px;
    padding-bottom: 48px;
  }

  .waves-section-hero-6 {
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    height: 700px;
    padding-bottom: 48px;
  }

  .submit-button {
    background-color: #3c3c3b;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 200;
    position: static;
  }

  .gallery-slider {
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr;
  }

  .gallery-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

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

  .waves---expand-line {
    flex: none;
  }

  .waves---expand-line.vertical {
    transform-origin: 50%;
    flex: none;
  }

  .waves---expand-icon-wrap {
    flex: none;
  }

  .waves-expanded-text {
    font-size: 16px;
    line-height: 24px;
  }

  .waves---paragraph-regular {
    width: 300px;
  }

  .waves---expandable-content {
    flex: 0 auto;
    width: 300px;
    max-width: none;
  }

  .waves---expandable-item {
    width: 300px;
  }

  .waves---heading-2-no-margins {
    font-size: 34px;
  }

  .waves-left-faq-1 {
    width: 300px;
  }

  .waves-grid-faq-1 {
    overflow: visible;
  }

  .waves---main-container-2 {
    max-width: 332px;
  }

  .waves-bottom-right-footer-1 {
    grid-row-gap: 16px;
    flex-wrap: wrap;
  }

  .waves---expand-line-2 {
    flex: none;
  }

  .waves---expand-line-2.vertical {
    transform-origin: 50%;
    flex: none;
  }

  .waves---expand-icon-wrap-2 {
    flex: none;
  }

  .waves-expanded-text-2 {
    font-size: 16px;
    line-height: 24px;
  }

  .waves---expandable-content-2 {
    flex: 0 auto;
    max-width: none;
  }

  .waves---section-medium-2 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .uui-pricing87_plan-45y-copy {
    text-align: center;
    width: 290px;
    height: 427px;
    margin-bottom: 25px;
    padding-bottom: 1.5rem;
  }

  .code-embed {
    width: 300px;
  }

  .waves-section-hero6 {
    height: 700px;
    padding-bottom: 48px;
  }

  .code-embed-2 {
    width: 300px;
  }

  .waves-section-hero6-copy {
    height: 700px;
    padding-bottom: 48px;
  }

  .text-size-medium-copy {
    font-size: 18px;
    font-weight: 200;
    line-height: 24px;
  }

  .waves---cta-white-copy-copy.wide-cta-copy-copy {
    width: 100%;
  }

  .div-block-4 {
    height: 610.406px;
  }

  .navbar-logo-left-container.shadow-three {
    display: none;
  }

  .container-5 {
    max-width: none;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .priority_text {
    font-size: 1.2rem;
  }

  .project_card-content {
    width: 85%;
  }

  .nav_second-row_container {
    padding-top: 1rem;
    padding-bottom: 1rem;
    display: flex;
  }

  .footer_text {
    text-align: center;
    font-size: 1rem;
    line-height: 1.5;
  }

  .priority_card-wrapper {
    grid-template-columns: 1fr;
  }

  .footer_question-text {
    font-size: 1rem;
  }

  .project_card-image {
    object-position: 47% 50%;
  }

  .project_card-image.is-3 {
    object-position: 30% 50%;
  }

  .project_card-image.is-4 {
    object-position: 25% 50%;
  }

  .project_card-image.is-5 {
    object-position: 72% 50%;
  }

  .project_card-image.is-1 {
    object-position: 65% 50%;
  }

  .project_card-image.is-2 {
    object-position: 55% 50%;
  }

  .faq_grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    display: flex;
  }

  .footer_icon-wrapper {
    width: 20px;
    height: 20px;
  }

  .footer_answer-container {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    padding-bottom: .75rem;
  }

  .benefits_grid {
    flex-flow: column;
    display: flex;
  }

  .nav_first-row {
    display: none;
  }

  .priority_button {
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 1.5rem;
  }

  .benefits_icon {
    width: 2.25rem;
  }

  .footer_link {
    font-size: 1rem;
  }

  .project_card-heading {
    font-size: 1.5rem;
  }

  .nav_second-row_button {
    display: none;
  }

  .nav_second-row_button.mobile {
    font-size: 1.25rem;
    display: flex;
  }

  .nav_second-row_menu {
    background-color: #fff;
    border-radius: .75rem;
    margin-left: .5rem;
    margin-right: .5rem;
    padding: 1.25rem;
  }

  .brand-2 {
    width: 5rem;
    height: 5rem;
    padding-left: 0;
    display: flex;
  }

  .brand-2.w--current {
    width: 5rem;
    height: 5rem;
  }

  .footer_answer-text {
    font-size: 1rem;
  }

  .footer_link-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .faq_icon-minus, .footer_icon-plus {
    width: 20px;
    height: 20px;
  }

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

  .faq_answer-text {
    font-size: 1rem;
  }

  .faq_image {
    width: auto;
  }

  .faq_icon-wrapper {
    width: 20px;
    height: 20px;
  }

  .faq_question {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    justify-content: space-between;
    align-items: center;
  }

  .brand_logo {
    object-fit: contain;
    width: 5rem;
    height: 5rem;
  }

  .nav_menu-button {
    justify-content: center;
    align-items: center;
    width: 3rem;
    height: 3rem;
    padding: 1rem;
    display: flex;
  }

  .nav_menu-button.w--open {
    background-color: #a6b1bf;
  }

  .about_text.text-align-center-2 {
    font-size: .875rem;
  }

  .footer_grid-column {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .project_card-text {
    font-size: .875rem;
  }

  .footer_question {
    padding-top: .5rem;
    padding-bottom: .75rem;
  }

  .spacer-5rem {
    padding-bottom: 3rem;
  }

  .footer_button {
    font-size: 1rem;
  }

  .footer_icon-minus {
    width: 20px;
    height: 20px;
  }

  .container-6.hero {
    margin-top: 0;
  }

  .footer_grid {
    flex-flow: column;
    display: flex;
  }

  .nav_mobile-spacer {
    display: block;
  }

  .faq_icon-plus {
    width: 20px;
    height: 20px;
  }

  .faq_grid-column {
    border-top-style: none;
  }

  .faq_grid-column.is-last {
    border-top-style: none;
    border-top-width: 0;
  }

  .spacer-4rem {
    padding-top: 2.5rem;
  }

  .benefits_text {
    font-size: .875rem;
  }

  .project_button {
    font-size: 1rem;
  }

  .benefits_item {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  .hero_content {
    width: 100%;
  }

  .faq_question-text {
    font-size: 1.25rem;
  }

  .priority_card-image {
    width: 18rem;
    height: auto;
  }

  .nav_second-row, .padding-global {
    padding-left: 1.125rem;
    padding-right: 1.125rem;
  }

  .padding-global.padding-section-about {
    padding: 2.5rem 1.125rem;
  }

  .padding-global.padding-section-faq {
    padding-bottom: 4rem;
  }

  .padding-global.padding-section {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .padding-global.padding-section-footer {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .project_card-button {
    border-radius: .625rem;
    padding: .625rem 1.5rem;
    font-size: 1.25rem;
  }

  .spacer-2rem {
    padding-top: 1.25rem;
  }

  .hero_text, .benefits_heading {
    font-size: 1.25rem;
  }

  .heading-style-h2 {
    text-align: center;
    font-size: 1.75rem;
  }

  .project_card {
    border-radius: 1.25rem;
    height: 38.75rem;
    padding-top: 5rem;
    top: 2rem;
  }

  .nav_second-row_link {
    color: #000;
    text-align: center;
  }

  .h2 {
    font-size: 1.75rem;
    line-height: 1.2;
  }

  .h1 {
    font-size: 3.5rem;
  }

  .spacer-2rem-copy {
    padding-top: 1.25rem;
  }

  .address_grid {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
    display: flex;
  }

  .adress_link {
    padding: .625rem 0;
  }

  .adress_link:hover {
    background-color: #e9d8bd00;
  }

  .adress_text {
    font-size: 1rem;
  }

  .adress_text-wrapper {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
  }

  .image-5 {
    width: 1.25rem;
    height: 1.25rem;
  }

  .tg_icon {
    width: 3rem;
    height: 3rem;
  }

  .div-block-6 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    justify-content: center;
    align-items: center;
  }

  .tg_link {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .priority_text-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .text-block-2 {
    font-size: 1.25rem;
  }
}

#w-node-_127c4d46-46c2-cdc3-714a-ff43d3ac7f35-19db85b4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_127c4d46-46c2-cdc3-714a-ff43d3ac7f3e-19db85b4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_2ee11615-6851-2868-c3ae-244db3e8bd6c-b3e8bd69 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: start;
}

#w-node-_2ee11615-6851-2868-c3ae-244db3e8bd70-b3e8bd69 {
  grid-area: 1 / 12 / 2 / 13;
  place-self: center end;
}

#w-node-_2ee11615-6851-2868-c3ae-244db3e8bd72-b3e8bd69, #w-node-bd4d163f-f069-67c0-e297-0f6c6d94e3e1-f74021a8, #w-node-bd4d163f-f069-67c0-e297-0f6c6d94e400-f74021a8, #w-node-bd4d163f-f069-67c0-e297-0f6c6d94e402-f74021a8, #w-node-bd4d163f-f069-67c0-e297-0f6c6d94e403-f74021a8, #w-node-bd4d163f-f069-67c0-e297-0f6c6d94e404-f74021a8, #w-node-bd4d163f-f069-67c0-e297-0f6c6d94e405-f74021a8, #w-node-bd4d163f-f069-67c0-e297-0f6c6d94e406-f74021a8, #w-node-bd4d163f-f069-67c0-e297-0f6c6d94e407-f74021a8, #w-node-bd4d163f-f069-67c0-e297-0f6c6d94e408-f74021a8, #w-node-bd4d163f-f069-67c0-e297-0f6c6d94e409-f74021a8, #w-node-bd4d163f-f069-67c0-e297-0f6c6d94e40a-f74021a8, #w-node-bd4d163f-f069-67c0-e297-0f6c6d94e40b-f74021a8, #w-node-bd4d163f-f069-67c0-e297-0f6c6d94e40c-f74021a8, #w-node-bd4d163f-f069-67c0-e297-0f6c6d94e40d-f74021a8, #w-node-bd4d163f-f069-67c0-e297-0f6c6d94e40e-f74021a8, #w-node-bd4d163f-f069-67c0-e297-0f6c6d94e40f-f74021a8, #w-node-bd4d163f-f069-67c0-e297-0f6c6d94e410-f74021a8, #w-node-bd4d163f-f069-67c0-e297-0f6c6d94e411-f74021a8, #w-node-bd4d163f-f069-67c0-e297-0f6c6d94e412-f74021a8, #w-node-bd4d163f-f069-67c0-e297-0f6c6d94e413-f74021a8, #w-node-bd4d163f-f069-67c0-e297-0f6c6d94e414-f74021a8, #w-node-bd4d163f-f069-67c0-e297-0f6c6d94e415-f74021a8, #w-node-bd4d163f-f069-67c0-e297-0f6c6d94e416-f74021a8, #w-node-bd4d163f-f069-67c0-e297-0f6c6d94e417-f74021a8, #w-node-bd4d163f-f069-67c0-e297-0f6c6d94e418-f74021a8, #w-node-bd4d163f-f069-67c0-e297-0f6c6d94e419-f74021a8, #w-node-bd4d163f-f069-67c0-e297-0f6c6d94e41a-f74021a8, #w-node-bd4d163f-f069-67c0-e297-0f6c6d94e41b-f74021a8, #w-node-bd4d163f-f069-67c0-e297-0f6c6d94e41c-f74021a8, #w-node-bd4d163f-f069-67c0-e297-0f6c6d94e41d-f74021a8, #w-node-bd4d163f-f069-67c0-e297-0f6c6d94e41e-f74021a8, #w-node-bd4d163f-f069-67c0-e297-0f6c6d94e41f-f74021a8, #w-node-bd4d163f-f069-67c0-e297-0f6c6d94e420-f74021a8, #w-node-bd4d163f-f069-67c0-e297-0f6c6d94e421-f74021a8, #w-node-bd4d163f-f069-67c0-e297-0f6c6d94e422-f74021a8, #w-node-bd4d163f-f069-67c0-e297-0f6c6d94e423-f74021a8, #w-node-bd4d163f-f069-67c0-e297-0f6c6d94e424-f74021a8, #w-node-bd4d163f-f069-67c0-e297-0f6c6d94e425-f74021a8, #w-node-bd4d163f-f069-67c0-e297-0f6c6d94e426-f74021a8, #w-node-bd4d163f-f069-67c0-e297-0f6c6d94e427-f74021a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e1133ad3-2736-a04a-7148-bfc58b46b9fd-f74021c4 {
  align-self: start;
}

#w-node-e1133ad3-2736-a04a-7148-bfc58b46ba01-f74021c4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f9350c84-412f-b64e-bd41-dc25da7f58db-f74021c4 {
  grid-area: 1 / 1 / 4 / 13;
}

#w-node-f9350c84-412f-b64e-bd41-dc25da7f58ec-f74021c4 {
  grid-area: 5 / 8 / 7 / 13;
  justify-self: end;
}

#w-node-f9350c84-412f-b64e-bd41-dc25da7f58fd-f74021c4 {
  grid-area: 5 / 3 / 9 / 8;
}

#w-node-f9350c84-412f-b64e-bd41-dc25da7f590e-f74021c4 {
  grid-area: 9 / 1 / 13 / 10;
}

#w-node-_240928e4-1536-1dd5-31ab-4d744b23ad4f-f74021c5 {
  grid-area: 1 / 1 / 4 / 13;
}

#w-node-_240928e4-1536-1dd5-31ab-4d744b23ad62-f74021c5 {
  grid-area: 5 / 8 / 7 / 13;
  justify-self: end;
}

#w-node-_240928e4-1536-1dd5-31ab-4d744b23ad75-f74021c5 {
  grid-area: 5 / 3 / 9 / 8;
}

#w-node-_240928e4-1536-1dd5-31ab-4d744b23ad88-f74021c5 {
  grid-area: 9 / 1 / 13 / 10;
}

#w-node-_629d0fd4-efc6-d2a8-f51f-82a7dc36ef47-f74021c7 {
  align-self: start;
}

#w-node-_629d0fd4-efc6-d2a8-f51f-82a7dc36ef4b-f74021c7, #w-node-_3ffac44c-987b-4e50-8543-6871db517661-f74021c7, #w-node-_3ffac44c-987b-4e50-8543-6871db517663-f74021c7, #w-node-_3ffac44c-987b-4e50-8543-6871db517665-f74021c7, #w-node-_3ffac44c-987b-4e50-8543-6871db517667-f74021c7, #w-node-_3ffac44c-987b-4e50-8543-6871db517669-f74021c7, #w-node-_3ffac44c-987b-4e50-8543-6871db51766b-f74021c7, #w-node-_3ffac44c-987b-4e50-8543-6871db51766d-f74021c7, #w-node-_3ffac44c-987b-4e50-8543-6871db51766f-f74021c7, #w-node-_3ffac44c-987b-4e50-8543-6871db517671-f74021c7, #w-node-_3ffac44c-987b-4e50-8543-6871db517673-f74021c7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fb34d95e-37da-4468-0562-912bf0cdebf7-f74021c8 {
  grid-area: 1 / 2 / 2 / 12;
  align-self: center;
}

#w-node-e62d8be1-46ea-6ac9-0666-10481a5e94f3-f74021c8 {
  grid-area: 2 / 8 / 3 / 13;
}

#w-node-_3881524c-6afb-e8a4-2af5-3385c4efc03a-f74021c8 {
  grid-area: 2 / 3 / 3 / 7;
  place-self: start center;
}

#w-node-_1f3a4fdf-32dd-154d-9f61-fd8a0ebd5a07-f74021c8 {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-_1f3a4fdf-32dd-154d-9f61-fd8a0ebd5a0c-f74021c8 {
  grid-area: 2 / 8 / 3 / 13;
}

#w-node-_1f3a4fdf-32dd-154d-9f61-fd8a0ebd5a0f-f74021c8 {
  grid-area: 2 / 3 / 3 / 7;
  place-self: center;
}

#w-node-_445b79b7-a101-ffbb-3f30-64c038e1b93f-38e1b939, #w-node-_445b79b7-a101-ffbb-3f30-64c038e1b941-38e1b939, #w-node-_445b79b7-a101-ffbb-3f30-64c038e1b943-38e1b939, #w-node-_445b79b7-a101-ffbb-3f30-64c038e1b945-38e1b939, #w-node-_445b79b7-a101-ffbb-3f30-64c038e1b947-38e1b939, #w-node-_445b79b7-a101-ffbb-3f30-64c038e1b949-38e1b939, #w-node-_445b79b7-a101-ffbb-3f30-64c038e1b94b-38e1b939, #w-node-_445b79b7-a101-ffbb-3f30-64c038e1b94d-38e1b939, #w-node-_445b79b7-a101-ffbb-3f30-64c038e1b94f-38e1b939, #w-node-_445b79b7-a101-ffbb-3f30-64c038e1b951-38e1b939, #w-node-_7e141047-5ea0-9ebc-a850-ab8e9a91d1b9-f74021cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f60617cb-a43a-ac95-ebfe-75c36e52568d-f74021e2 {
  grid-area: 1 / 1 / 9 / 6;
}

#w-node-ddd6b4a1-9422-6bd0-4d33-431313da1649-f74021e2 {
  grid-area: 5 / 4 / 9 / 8;
  place-self: center start;
}

#w-node-d6e88256-9a0b-70cb-1105-ae3f34563cd5-f74021e2 {
  grid-area: 1 / 5 / 2 / 7;
  align-self: center;
}

#w-node-_56bb5b3f-91b0-16b5-9d72-7f510a26824c-f74021e2 {
  grid-area: 2 / 6 / 5 / 13;
}

#w-node-_7a81069b-5d92-b337-bbe4-3e7d205e3bc0-f74021e2 {
  grid-area: 5 / 8 / 7 / 13;
  align-self: start;
}

#w-node-_3bb3214f-4fe5-9cac-cedf-5bfb26a46f43-f74021e2 {
  grid-area: 7 / 10 / 9 / 12;
  align-self: start;
}

#w-node-_58719073-bcaf-931c-afca-8b1df89c52ea-f74021e2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_58719073-bcaf-931c-afca-8b1df89c52ee-f74021e2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_58719073-bcaf-931c-afca-8b1df89c52f1-f74021e2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_58719073-bcaf-931c-afca-8b1df89c52f7-f74021e2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_58719073-bcaf-931c-afca-8b1df89c52fb-f74021e2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_58719073-bcaf-931c-afca-8b1df89c52fe-f74021e2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_58719073-bcaf-931c-afca-8b1df89c5304-f74021e2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_58719073-bcaf-931c-afca-8b1df89c5308-f74021e2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_58719073-bcaf-931c-afca-8b1df89c530b-f74021e2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-a8d981e0-d3c5-1930-22cf-c92c7e071a43-f74021e2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-a8d981e0-d3c5-1930-22cf-c92c7e071a47-f74021e2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a8d981e0-d3c5-1930-22cf-c92c7e071a4a-f74021e2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_4713195f-a0b7-912d-013a-e8a96e13cbca-f74021e3 {
  align-self: start;
}

#w-node-_4713195f-a0b7-912d-013a-e8a96e13cbce-f74021e3, #w-node-d71173ca-0930-4d7c-0b53-32a82286448d-f74021e3, #w-node-d71173ca-0930-4d7c-0b53-32a82286448f-f74021e3, #w-node-d71173ca-0930-4d7c-0b53-32a822864491-f74021e3, #w-node-d71173ca-0930-4d7c-0b53-32a822864493-f74021e3, #w-node-d71173ca-0930-4d7c-0b53-32a822864495-f74021e3, #w-node-d71173ca-0930-4d7c-0b53-32a822864497-f74021e3, #w-node-d71173ca-0930-4d7c-0b53-32a822864499-f74021e3, #w-node-d71173ca-0930-4d7c-0b53-32a82286449b-f74021e3, #w-node-d71173ca-0930-4d7c-0b53-32a82286449d-f74021e3, #w-node-d71173ca-0930-4d7c-0b53-32a82286449f-f74021e3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7c8806fc-159e-e52b-e3b7-cc018930f503-e03f12a0, #w-node-c35d3cc6-4ac2-79e8-323e-ec9822f82bf2-e03f12a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_46ef4f68-79eb-d853-528a-3329b91023d8-f74021e4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: start;
}

#w-node-_46ef4f68-79eb-d853-528a-3329b91023dc-f74021e4 {
  grid-area: 1 / 12 / 2 / 13;
  place-self: center end;
}

#w-node-_46ef4f68-79eb-d853-528a-3329b91023de-f74021e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ce1f0c64-eb60-202c-ef43-bfceab7b56f8-f74021e4 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  place-self: end start;
}

#w-node-_13b7aea2-437b-6a80-7a2f-facfe2045f7d-f74021e4 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  place-self: end;
}

#w-node-_44d1cde8-4a54-d9ca-634a-d6bb97c6562a-f74021e4, #w-node-_44d1cde8-4a54-d9ca-634a-d6bb97c65634-f74021e4, #w-node-_44d1cde8-4a54-d9ca-634a-d6bb97c6563e-f74021e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_44d1cde8-4a54-d9ca-634a-d6bb97c65648-f74021e4 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_14757295-57ba-1a87-6207-19f3d49a1945-f74021e4 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_44d1cde8-4a54-d9ca-634a-d6bb97c65652-f74021e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1c48042a-4f7d-2f3e-25d6-86da7e62a27b-26b07db6 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  place-self: end start;
}

#w-node-_1c48042a-4f7d-2f3e-25d6-86da7e62a284-26b07db6 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  place-self: end;
}

#w-node-e1133ad3-2736-a04a-7148-bfc58b46b9fd-26b07db6 {
  align-self: start;
}

#w-node-e1133ad3-2736-a04a-7148-bfc58b46ba01-26b07db6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f9350c84-412f-b64e-bd41-dc25da7f58db-26b07db6 {
  grid-area: 1 / 1 / 4 / 13;
}

#w-node-f9350c84-412f-b64e-bd41-dc25da7f58ec-26b07db6 {
  grid-area: 5 / 8 / 7 / 13;
  justify-self: end;
}

#w-node-f9350c84-412f-b64e-bd41-dc25da7f58fd-26b07db6 {
  grid-area: 5 / 3 / 9 / 8;
}

#w-node-f9350c84-412f-b64e-bd41-dc25da7f590e-26b07db6 {
  grid-area: 9 / 1 / 13 / 10;
}

#w-node-ce1f0c64-eb60-202c-ef43-bfceab7b56f8-1e22ce17 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  place-self: end start;
}

#w-node-_13b7aea2-437b-6a80-7a2f-facfe2045f7d-1e22ce17 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  place-self: end;
}

#w-node-_11a98087-67f0-945d-a43c-a28a7ff476eb-1e22ce17 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_11a98087-67f0-945d-a43c-a28a7ff476f0-1e22ce17 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_11a98087-67f0-945d-a43c-a28a7ff476f4-1e22ce17, #w-node-_11a98087-67f0-945d-a43c-a28a7ff476fe-1e22ce17, #w-node-_11a98087-67f0-945d-a43c-a28a7ff47703-1e22ce17 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b285457f-2590-d9e8-2ce8-d54668131956-1e22ce17 {
  place-self: center;
}

#w-node-_27a21dec-2f7d-a8d4-b7e8-158164e2ec91-1e22ce17, #w-node-dff7cc4e-093f-b396-3c24-3bd5a9932bb7-1e22ce17, #w-node-_957cb86e-6772-95a6-220e-03915e6df372-1e22ce17, #w-node-_2be3d43e-a0a2-af21-d4f5-c51a060ba361-1e22ce17, #w-node-_11674af5-4ac7-b0cf-82f8-3da284c95afd-1e22ce17 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6b643d07-e20c-c8e9-47c0-8e7de969ee98-1e22ce17 {
  grid-area: span 2 / span 3 / span 2 / span 3;
  place-self: start center;
}

#w-node-f6866826-e3bc-e075-7d74-4ce9707b6fe5-1e22ce17, #w-node-f6866826-e3bc-e075-7d74-4ce9707b6fea-1e22ce17, #w-node-f6866826-e3bc-e075-7d74-4ce9707b6fee-1e22ce17, #w-node-f6866826-e3bc-e075-7d74-4ce9707b6ff3-1e22ce17, #w-node-f6866826-e3bc-e075-7d74-4ce9707b6ff8-1e22ce17, #w-node-f6866826-e3bc-e075-7d74-4ce9707b6ffc-1e22ce17 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a45faeb0-266a-9ad1-34de-eb5d0821f214-d0612c4e {
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-_127c4d46-46c2-cdc3-714a-ff43d3ac7f35-19db85b4, #w-node-_127c4d46-46c2-cdc3-714a-ff43d3ac7f3e-19db85b4 {
    justify-self: center;
  }

  #w-node-_926511b9-9105-5107-7be4-8c4dc027cabe-19db85b4 {
    grid-area: span 1 / span 5 / span 1 / span 5;
    justify-self: center;
  }

  #w-node-_2ee11615-6851-2868-c3ae-244db3e8bd70-b3e8bd69 {
    grid-column: 5 / 7;
  }

  #w-node-_2ee11615-6851-2868-c3ae-244db3e8bd75-b3e8bd69 {
    justify-self: center;
  }

  #w-node-_3ffac44c-987b-4e50-8543-6871db517673-f74021c7, #w-node-_445b79b7-a101-ffbb-3f30-64c038e1b951-38e1b939, #w-node-d71173ca-0930-4d7c-0b53-32a82286449f-f74021e3 {
    grid-area: 4 / 2 / 5 / 3;
  }

  #w-node-_7c8806fc-159e-e52b-e3b7-cc018930f503-e03f12a0, #w-node-c35d3cc6-4ac2-79e8-323e-ec9822f82bf2-e03f12a0 {
    justify-self: center;
  }

  #w-node-_46ef4f68-79eb-d853-528a-3329b91023dc-f74021e4 {
    grid-column: 5 / 7;
  }

  #w-node-_46ef4f68-79eb-d853-528a-3329b91023e1-f74021e4 {
    justify-self: center;
  }

  #w-node-_44d1cde8-4a54-d9ca-634a-d6bb97c6562a-f74021e4, #w-node-_44d1cde8-4a54-d9ca-634a-d6bb97c65634-f74021e4, #w-node-_44d1cde8-4a54-d9ca-634a-d6bb97c6563e-f74021e4, #w-node-_44d1cde8-4a54-d9ca-634a-d6bb97c65648-f74021e4, #w-node-_14757295-57ba-1a87-6207-19f3d49a1945-f74021e4, #w-node-_44d1cde8-4a54-d9ca-634a-d6bb97c65652-f74021e4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_11a98087-67f0-945d-a43c-a28a7ff476eb-1e22ce17 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-ce6bbfec-cef6-c842-b78b-290819db85bc-19db85b4 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-ce6bbfec-cef6-c842-b78b-290819db85c6-19db85b4 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-ce6bbfec-cef6-c842-b78b-290819db85d0-19db85b4 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-ce6bbfec-cef6-c842-b78b-290819db85da-19db85b4 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-ce6bbfec-cef6-c842-b78b-290819db85e4-19db85b4 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_926511b9-9105-5107-7be4-8c4dc027cabe-19db85b4 {
    grid-column: span 2 / span 2;
  }

  #w-node-_2ee11615-6851-2868-c3ae-244db3e8bd70-b3e8bd69 {
    grid-column: 3 / 5;
  }

  #w-node-_28a13898-63fa-0448-17de-429f6bc1d628-f74021e3 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_46ef4f68-79eb-d853-528a-3329b91023dc-f74021e4 {
    grid-column: 3 / 5;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_2ee11615-6851-2868-c3ae-244db3e8bd6c-b3e8bd69 {
    grid-column: span 1 / span 1;
  }

  #w-node-_2ee11615-6851-2868-c3ae-244db3e8bd70-b3e8bd69 {
    grid-column: 2 / 3;
  }

  #w-node-_3ffac44c-987b-4e50-8543-6871db517673-f74021c7, #w-node-_445b79b7-a101-ffbb-3f30-64c038e1b951-38e1b939, #w-node-d71173ca-0930-4d7c-0b53-32a82286449f-f74021e3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_46ef4f68-79eb-d853-528a-3329b91023d8-f74021e4 {
    grid-column: span 1 / span 1;
  }

  #w-node-_46ef4f68-79eb-d853-528a-3329b91023dc-f74021e4 {
    grid-column: 2 / 3;
  }

  #w-node-_11a98087-67f0-945d-a43c-a28a7ff476eb-1e22ce17, #w-node-_11a98087-67f0-945d-a43c-a28a7ff476f0-1e22ce17 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_27a21dec-2f7d-a8d4-b7e8-158164e2ec91-1e22ce17 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: start center;
  }

  #w-node-dff7cc4e-093f-b396-3c24-3bd5a9932bb7-1e22ce17 {
    justify-self: center;
  }

  #w-node-_957cb86e-6772-95a6-220e-03915e6df372-1e22ce17 {
    grid-column: span 1 / span 1;
    justify-self: center;
  }

  #w-node-_2be3d43e-a0a2-af21-d4f5-c51a060ba361-1e22ce17, #w-node-_11674af5-4ac7-b0cf-82f8-3da284c95afd-1e22ce17 {
    justify-self: center;
  }

  #w-node-a45faeb0-266a-9ad1-34de-eb5d0821f299-d0612c4e, #w-node-a45faeb0-266a-9ad1-34de-eb5d0821f29a-d0612c4e, #w-node-a45faeb0-266a-9ad1-34de-eb5d0821f29b-d0612c4e, #w-node-a45faeb0-266a-9ad1-34de-eb5d0821f29c-d0612c4e, #w-node-a45faeb0-266a-9ad1-34de-eb5d0821f29d-d0612c4e {
    place-self: center;
  }
}


@font-face {
  font-family: 'Demo';
  src: url('../fonts/demo.html') format('undefined');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Stylesheet';
  src: url('../fonts/stylesheet.css') format('undefined');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Circe';
  src: url('../fonts/Circe-ExtraLight.eot') format('embedded-opentype'), url('../fonts/Circe-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Circe';
  src: url('../fonts/Circe-Light.eot') format('embedded-opentype'), url('../fonts/Circe-Light.woff') format('woff'), url('../fonts/Circe-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Circe';
  src: url('../fonts/Circe-Bold.eot') format('embedded-opentype'), url('../fonts/Circe-Bold.woff') format('woff'), url('../fonts/Circe-ExtraBold.woff') format('woff'), url('../fonts/Circe-Bold.ttf') format('truetype'), url('../fonts/Circe-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Circe';
  src: url('../fonts/Circe-Thin.woff') format('woff'), url('../fonts/Circe-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Circe';
  src: url('../fonts/Circe-Regular.woff') format('woff'), url('../fonts/Circe-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bentoga';
  src: url('../fonts/Bentoga-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bentoga';
  src: url('../fonts/BentogaItalic-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}