@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Light.otf') format("opentype");
  font-weight: 300;
  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-Regular.otf') format("opentype");
  font-weight: 400;
  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-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --baime: #f5e92a;
}

.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-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-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-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-commercecartitemimage {
  width: 60px;
  height: 0%;
}

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

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

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

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

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

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

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

.w-commerce-commercecheckoutplaceorderbutton {
  color: #fff;
  cursor: pointer;
  -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: 767px) {
  .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-commercecheckoutemailinput, .w-commerce-commercecheckoutshippingfullname, .w-commerce-commercecheckoutshippingstreetaddress, .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

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

  .w-commerce-commercecheckoutshippingcity, .w-commerce-commercecheckoutshippingstateprovince, .w-commerce-commercecheckoutshippingzippostalcode, .w-commerce-commercecheckoutshippingcountryselector, .w-commerce-commercecheckoutcardnumber, .w-commerce-commercecheckoutcardexpirationdate, .w-commerce-commercecheckoutcardsecuritycode, .w-commerce-commercecheckoutbillingfullname, .w-commerce-commercecheckoutbillingstreetaddress, .w-commerce-commercecheckoutbillingstreetaddressoptional, .w-commerce-commercecheckoutbillingcity, .w-commerce-commercecheckoutbillingstateprovince, .w-commerce-commercecheckoutbillingzippostalcode, .w-commerce-commercecheckoutbillingcountryselector {
    font-size: 16px;
  }
}

body {
  color: #fff;
  background-color: #000;
  font-family: Satoshi, sans-serif;
  font-size: 16px;
  line-height: 1.3;
}

h1 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 95px;
  font-weight: 500;
  line-height: 110px;
}

h2 {
  color: #fff;
  letter-spacing: -2.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 75px;
  font-weight: 400;
  line-height: 75px;
}

h3 {
  color: #fff;
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 65px;
  font-weight: 400;
  line-height: 70px;
}

h4 {
  color: #fff;
  letter-spacing: -1.2px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 35px;
  font-weight: 400;
  line-height: 47px;
}

p {
  color: #aeaeae;
  margin-bottom: 0;
  font-size: 25px;
  line-height: 38px;
}

a {
  text-decoration: none;
}

.section {
  z-index: 2;
  background-color: #000;
  padding-left: 74px;
  padding-right: 74px;
  position: relative;
  overflow: visible;
}

.section.the-agency-section.bg-dark-grey {
  background-color: #141414;
}

.section.digital-agency-section {
  background-color: #fff;
  padding-bottom: 0;
}

.section.blog-stories-section {
  padding-top: 400px;
}

.section.blog-stories-section.bg-dark-grey {
  background-color: #141414;
}

.section.cta {
  position: relative;
}

.section.bg-dark-grey.introdcution-about {
  padding-top: 600px;
  overflow: visible;
}

.section.bg-dark-grey.relative-0 {
  z-index: 0;
}

.section.about {
  padding-bottom: 300px;
}

.section.services {
  background-image: linear-gradient(#00000080, #00000080), url('../images/H2.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.section.projects {
  background-image: linear-gradient(#0000, #000), url('../images/Projects.jpeg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  grid-template-columns: 1fr;
}

.section.blog {
  background-image: linear-gradient(to right, #000000b3, #fff0 50%), url('../images/milad-fakurian-WUtT8cGRPog-unsplash.jpeg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

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

.section.the-agency-section {
  background-color: #141414;
  width: 100%;
}

.container {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1560px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 300px 75px;
  display: flex;
}

.container.expertise {
  align-items: center;
}

.container.relative-2 {
  z-index: 2;
  position: relative;
}

.container.padding-200px {
  padding-top: 200px;
  padding-bottom: 200px;
}

.container.padding-200px.center {
  align-items: center;
}

.container.padding-100px {
  padding-top: 100px;
  padding-bottom: 100px;
}

.container.no-pading {
  padding-top: 0;
  padding-bottom: 0;
}

.container.footer {
  align-items: center;
  padding-top: 0;
  padding-bottom: 150px;
}

.container.header {
  align-items: center;
}

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

.container.vertical-center {
  align-items: center;
}

.container.footer-2 {
  align-items: center;
  padding-top: 0;
  padding-bottom: 150px;
}

.container.job {
  padding-bottom: 280px;
}

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

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

.paragraph-20px {
  color: #fff;
  font-size: 20px;
  line-height: 32px;
}

.paragraph-20px.opacity-70 {
  color: #e0ccbbb3;
}

.paragraph-20px.white {
  color: #fff;
}

.paragraph-18px {
  color: #fff9;
  font-size: 18px;
  line-height: 28px;
}

.paragraph-16px {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  text-decoration: none;
}

.paragraph-16px.margin-bottom-24px {
  color: #fff;
}

.paragraph-16px.black {
  color: #000;
}

.paragraph-16px.margin-bottom-14px {
  margin-bottom: 14px;
}

.paragraph-16px._650px {
  max-width: 650px;
}

.paragraph-16px.white {
  color: #000;
}

.paragraph-16px._33-3 {
  width: 33.3333%;
}

.paragraph-16px._300px {
  max-width: 300px;
}

.paragraph-14px {
  color: #ece5dbe6;
  font-size: 14px;
  font-weight: 300;
  line-height: 25px;
  text-decoration: none;
}

.paragraph-14px.opacity-40 {
  color: #fff;
}

.paragraph-14px.white.all-caps {
  text-transform: uppercase;
}

.paragraph-14px.big {
  color: #e4e4e4;
  text-transform: uppercase;
}

.paragraph-12px {
  color: #fff9;
  font-size: 12px;
  font-weight: 400;
  line-height: 17px;
}

.paragraph-12px.text-link {
  transition: opacity .45s;
}

.paragraph-12px.text-link:hover {
  opacity: .5;
}

.page-wrapper {
  overflow: visible;
}

.navbar {
  z-index: 101;
  background-color: #ddd0;
  flex-direction: row;
  align-items: center;
  padding-left: 75px;
  padding-right: 75px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.navbar.bg-dark-grey {
  z-index: 11;
}

.container-navbar {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1560px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px;
  display: flex;
}

.logo {
  width: 67px;
}

.image {
  object-fit: cover;
  width: 105%;
  max-width: none;
  height: 105%;
  max-height: none;
}

.image.data {
  object-fit: fill;
  width: 105%;
  height: 105%;
}

.navbar-text {
  grid-column-gap: 40px;
  align-items: center;
  display: flex;
}

.hero {
  z-index: 1;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 1px;
}

.hero-subheading-wrapper {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 30px;
  display: flex;
  position: static;
}

.hero-heading-wrapper {
  max-width: 1240px;
  margin-bottom: 120px;
  text-decoration: none;
}

.hero-heading {
  color: #fff;
  letter-spacing: 0;
  text-transform: uppercase;
  font-size: 99px;
  font-weight: 500;
  line-height: 1.1;
}

.introduction-content {
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 810px;
  display: flex;
}

.introduction-wrapper {
  grid-column-gap: 110px;
  align-items: center;
  display: flex;
}

.introduction-image {
  flex: none;
  width: 136px;
  height: 136px;
}

._810px {
  max-width: 810px;
}

._810px.mb {
  font-size: 84px;
}

.agency-paragraph {
  color: #fff;
  max-width: 510px;
  margin-top: 90px;
}

.the-agency-section {
  padding-left: 74px;
  padding-right: 74px;
  position: relative;
}

.the-agency-image {
  z-index: 1;
  opacity: .8;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.expertise-text-wrapper {
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 503px;
  display: flex;
}

.expertise-content {
  grid-row-gap: 25px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-top: 100px;
  display: flex;
}

.expertise-wrapper {
  z-index: 1;
  grid-column-gap: 20px;
  flex-flow: wrap;
  align-items: center;
  width: 100%;
  display: flex;
}

.expertise-inner {
  z-index: 100;
  align-items: flex-start;
  padding-top: 15px;
  padding-bottom: 15px;
  text-decoration: none;
  position: relative;
}

.expertise-line {
  color: #ffffff4d;
}

.expertise-heading {
  z-index: 2;
  transition: all .35s;
  position: relative;
}

.expertise-heading.small {
  letter-spacing: 0;
  font-size: 24px;
}

.digital-agency-section {
  color: #000;
  background-color: #fff;
  padding-bottom: 150px;
  padding-left: 74px;
  padding-right: 74px;
}

.black {
  color: #000;
}

.black._500px {
  padding-right: 50px;
}

.digital-agency-wrapper {
  grid-column-gap: 0px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 70px;
  display: flex;
}

.digital-agency-grid {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
}

.digital-agency-grid-content {
  width: 110px;
}

._500px {
  max-width: 500px;
  font-size: 18px;
}

.blog-stories-section {
  padding-top: 300px;
  padding-left: 74px;
  padding-right: 74px;
  position: relative;
}

.stories-section {
  width: 85%;
  height: 800px;
  padding-left: 0;
  padding-right: 0;
  position: absolute;
  inset: -300px auto 0% 0%;
}

.blog-stories-content {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-top: 40px;
  display: flex;
}

.blog-stories-wrapper {
  z-index: 1;
  grid-column-gap: 100px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.blog-stories-heading {
  max-width: 400px;
}

.light-pink {
  color: #fff;
}

.light-pink._318px {
  max-width: 390px;
}

.blog-stories-inner {
  grid-column-gap: 70px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.blog-stories-line {
  background-color: #fff3;
  width: 100%;
  height: 1px;
}

.events-content {
  grid-column-gap: 40px;
  align-items: center;
  width: 100%;
  display: flex;
}

.events-wrapper {
  z-index: 1;
  grid-row-gap: 25px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 33.3333%;
  height: 560px;
  padding: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.events-wrapper.middle {
  margin-bottom: 80px;
}

.events-image {
  z-index: -1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.events-inner {
  z-index: 1;
  grid-row-gap: 6px;
  opacity: .5;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.events-shadow {
  background-image: linear-gradient(#fff0, #0009);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: auto 0% 0%;
}

.light-grey {
  color: #ece5db;
}

.cta-content {
  grid-column-gap: 100px;
  text-align: left;
  border-top: 1px solid #ece5db33;
  border-bottom: 1px solid #ece5db33;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 80px;
  padding: 80px 100px;
  display: flex;
}

.cta-wrapper {
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.cta-social {
  grid-column-gap: 10px;
  align-items: center;
  display: flex;
}

.social-wrapper {
  border: 1px solid #ece5db33;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  transition: opacity .45s;
  display: flex;
}

.social-wrapper:hover {
  border-color: #ece5db;
}

.cta-button {
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.cta-line {
  background-color: #fff;
  width: 100%;
  height: 1px;
}

.cta-blur {
  z-index: -1;
  filter: blur(170px);
  background-color: #1f1f1f;
  border-radius: 0%;
  width: 550px;
  height: 622px;
  position: absolute;
  inset: 0% auto 0% 270px;
  transform: rotate(20deg);
}

.cta-blur-2 {
  z-index: -1;
  filter: blur(170px);
  background-color: #1f1f1f;
  border-radius: 0%;
  width: 550px;
  height: 622px;
  position: absolute;
  inset: 0% 376px -3% auto;
  transform: rotate(-20deg);
}

.footer {
  z-index: 2;
  background-color: #000;
  position: relative;
}

.footer-grid {
  grid-column-gap: 180px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
}

.footer-grid-content {
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-links-wrapper {
  grid-row-gap: 1px;
  flex-direction: column;
  display: flex;
}

.bg-dark-grey {
  background-color: #141414;
}

.footer-content {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 180px;
  display: flex;
}

.container-footer {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1560px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 50px 70px;
  display: flex;
}

.footer-wrapper {
  grid-column-gap: 70px;
  align-items: center;
  display: flex;
}

.container-pd-200px {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1560px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 200px 75px;
  display: flex;
}

.container-pd-200px.cta {
  text-align: center;
  align-items: center;
}

.cursor-wrapper {
  z-index: 1000;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.cursor {
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 130px;
  height: 130px;
  display: flex;
  position: absolute;
}

.hover-hero {
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  background-color: #f5e92a;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.menu {
  z-index: 100;
  background-color: #000;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding-left: 75px;
  padding-right: 75px;
  display: none;
  position: fixed;
  inset: 0%;
}

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

.menu-content {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1560px;
  height: 100%;
  padding: 200px 50px;
  display: flex;
  position: relative;
}

.menu-links {
  grid-column-gap: 100px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.heading-menu {
  z-index: 10;
  color: #fffc;
  font-weight: 400;
}

.menu-grid {
  grid-column-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
  margin-top: 200px;
}

.menu-grid-content {
  grid-row-gap: 18px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.menu-grid-content._5 {
  grid-row-gap: 0px;
}

.flex-vertical {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.flex-horizantal-bottom {
  grid-column-gap: 20px;
  align-items: flex-end;
  display: flex;
}

.text-menu-grid {
  color: #ffffff47;
  margin-bottom: 2px;
  margin-left: -10px;
  font-size: 10px;
  line-height: 20px;
}

.menu-grid-wrapper {
  grid-column-gap: 10px;
  align-items: center;
  display: flex;
}

.menu-button {
  z-index: 101;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0% 70px 0% auto;
}

.line-1-menu-button, .line-2-menu-button {
  background-color: #fff;
  width: 1px;
  height: 42px;
}

.menu-button-trigger {
  grid-column-gap: 10px;
  cursor: pointer;
  align-items: center;
  display: flex;
}

.hover-agency-green {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: #f5e92a;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.expertise-image {
  width: 320px;
  height: 414px;
  position: absolute;
  inset: -103px 0% auto;
  overflow: hidden;
}

.expertise-link-wrapper {
  grid-column-gap: 20px;
  align-items: center;
  margin-left: 40px;
  display: flex;
  position: relative;
}

.expertise-circle {
  border: 1px solid #fff;
  border-radius: 100%;
  width: 80px;
  height: 80px;
  position: absolute;
  inset: -28px -51px 0% auto;
}

.expertise-arrow {
  width: 17px;
}

.hover-stories {
  background-color: #ffe9ce99;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
}

.blog-stories-image {
  z-index: -1;
  width: 320px;
  height: 410px;
  position: absolute;
  inset: -174px 0% 0%;
}

.expertise-inner-link {
  z-index: 4;
}

.events-heading {
  z-index: 2;
  font-size: 30px;
  position: relative;
}

.footer-link {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  text-decoration: none;
  transition: color .45s;
}

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

.text-link-14px {
  color: #ffffffe6;
  font-size: 14px;
  font-weight: 300;
  line-height: 25px;
  text-decoration: none;
  transition: color .45s;
}

.text-link-14px:hover {
  color: #ece5db80;
}

.menu-text-link-18px {
  color: #fff6;
  font-size: 18px;
  line-height: 28px;
  transition: opacity .45s;
}

.menu-text-link-18px:hover {
  opacity: .5;
}

.menu-text-link-16px {
  color: #ffffffb3;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  text-decoration: none;
  transition: opacity .45s;
}

.menu-text-link-16px:hover {
  opacity: .5;
}

.events-paragraph {
  z-index: 2;
  color: #d8d8d8;
  max-width: 280px;
  font-size: 16px;
  line-height: 1.5;
  position: relative;
}

.hover-evenrs {
  background-color: #f5e92a;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  display: flex;
}

.menu-link-wrapper {
  grid-column-gap: 20px;
  align-items: center;
  display: flex;
  position: relative;
}

.menu-link-wrapper._1, .menu-link-wrapper._2, .menu-link-wrapper._3, .menu-link-wrapper._4, .menu-link-wrapper._5 {
  position: relative;
}

.menu-link-image {
  z-index: 6;
  justify-content: center;
  align-items: center;
  width: 320px;
  height: 414px;
  display: flex;
  position: absolute;
  inset: auto 0%;
  overflow: hidden;
}

.menu-link-inner {
  z-index: 8;
  grid-column-gap: 20px;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.about-content {
  max-width: 890px;
}

.about-wrapper {
  grid-column-gap: 150px;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  margin-top: 160px;
  display: flex;
}

.about-inner {
  grid-row-gap: 50px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.about-grid {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
}

.about-grid-content {
  width: 110px;
}

.about-absolute {
  width: 85%;
  height: 800px;
  padding-left: 0;
  padding-right: 0;
  position: absolute;
  inset: -300px auto 0% 0%;
}

.introduction-about-wrapper {
  z-index: 2;
  grid-row-gap: 15px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.text-introduction-about {
  align-items: flex-start;
  font-size: 8px;
  line-height: 18px;
}

.introdction-about-inner {
  grid-column-gap: 10px;
  align-items: flex-start;
  display: flex;
}

.introduction-about-line {
  background-color: #ffffff26;
  width: 100%;
  height: 1px;
}

.container-mg-50px {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1560px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 300px 50px;
  display: flex;
}

.container-mg-50px.padding-100px {
  padding-top: 100px;
  padding-bottom: 100px;
}

.container-mg-50px.padding-200px {
  padding-top: 200px;
  padding-bottom: 200px;
}

.container-mg-50px.padding-200px.center {
  align-items: center;
}

.container-mg-50px.no-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.container-mg-50px.blog {
  text-align: center;
  align-items: center;
}

.icon-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.title-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.vertical {
  background-color: #fff;
  width: 26px;
  height: 2px;
  position: absolute;
  transform: rotate(90deg);
}

.horizontal {
  background-color: #fff;
  width: 26px;
  height: 2px;
}

.social-link-team {
  color: #fff;
  border: 1px solid #ffffff4d;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 33px;
  height: 33px;
  font-weight: 500;
  text-decoration: none;
  transition: opacity .45s;
  display: flex;
}

.social-link-team:hover {
  border-color: #fff;
}

.team-profile {
  grid-row-gap: 15px;
  flex-direction: column;
  justify-content: flex-end;
  width: 80%;
  margin-bottom: 0;
  display: flex;
}

.heading-team {
  color: #ffffffc4;
  letter-spacing: -.2vw;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#878787 66%, #fff0);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 75px;
  font-weight: 400;
  line-height: 95px;
  position: relative;
}

.profile-details {
  flex-direction: column;
  flex: 0 auto;
  align-items: flex-start;
  display: flex;
  position: relative;
  top: 86px;
  left: -193px;
}

.profile-wrapper {
  grid-column-gap: 3vw;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.profile-wrapper._3rd {
  justify-content: center;
  width: 100%;
  position: relative;
}

.profile-wrapper._2nd {
  justify-content: flex-end;
  margin-bottom: -9.875vw;
}

.icon-holder {
  justify-content: center;
  align-items: center;
  width: 91px;
  height: 91px;
  padding: 50px;
  display: flex;
  position: absolute;
  inset: 0% -40px auto auto;
}

.team-grid {
  grid-column-gap: 0px;
  grid-row-gap: 400px;
  grid-template: "."
                 "."
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  width: 100%;
  display: grid;
  position: relative;
}

.team-profile-socials {
  grid-column-gap: 10px;
  flex-direction: row;
  width: 100%;
  display: flex;
}

.profile-image {
  justify-content: flex-end;
  align-items: center;
  min-width: 200px;
  height: 500px;
  display: flex;
  position: relative;
}

.open-description {
  grid-row-gap: 0px;
  cursor: pointer;
  background-color: #202020;
  border: 1px #fff;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 63px;
  height: 63px;
  display: flex;
  position: absolute;
}

.image-team {
  object-fit: cover;
  background-image: url('../images/Team.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.social-link-image {
  width: 10px;
}

.team-social-link-wrapper {
  grid-column-gap: 5px;
  align-items: center;
  display: flex;
}

.team-description {
  z-index: 101;
  grid-row-gap: 70px;
  background-color: #222;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 700px;
  height: 93vh;
  padding: 100px 70px;
  display: none;
  position: fixed;
  inset: 40px 40px 40px auto;
}

.team-description._1, .team-description._2, .team-description._3 {
  display: none;
}

.close-description {
  z-index: 1;
  cursor: pointer;
  background-color: #202020;
  border: 1px #000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 63px;
  height: 63px;
  display: flex;
  position: absolute;
  inset: 0% auto auto -100px;
}

.team-description-content {
  grid-column-gap: 70px;
  align-items: flex-start;
  display: flex;
}

.team-description-wrapper {
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.parteners-content {
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 810px;
  display: flex;
}

.parteners-wrapper {
  grid-column-gap: 110px;
  align-items: center;
  display: flex;
}

.parteners-image {
  flex: none;
  width: 136px;
  height: 136px;
}

.team-shape {
  z-index: 100;
  background-color: #202020;
  justify-content: center;
  align-items: center;
  width: 69px;
  height: 451px;
  display: flex;
  transform: rotate(-135deg);
}

.team-shape-wrapper {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
  position: absolute;
  inset: -233px 0% auto;
}

.parteners-grid {
  grid-column-gap: 120px;
  grid-row-gap: 50px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
  margin-top: 200px;
}

.parteners-grid-content, .parteners-grid-image {
  width: 100%;
}

.parteners-line {
  background-color: #fff3;
  width: 100%;
  height: 1px;
  margin-top: 100px;
  margin-bottom: 100px;
}

.completed {
  grid-column-gap: 50px;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.completed-wrapper {
  grid-row-gap: 50px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.completed-inner {
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.white {
  color: #fff;
}

.white._380px {
  max-width: 380px;
}

.opacity-50 {
  opacity: .5;
}

.completed-content {
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: flex-start;
  width: 25%;
  display: flex;
}

.line-completed {
  background-color: #ffffff80;
  width: 100%;
  height: 1px;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-hidden.z-99 {
  z-index: 99;
  margin-bottom: -10px;
  position: relative;
}

.hover-about-absolute {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: #5c8d69d9;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.bg-team-description {
  z-index: 100;
  background-color: #000000ad;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.close-image {
  object-fit: fill;
  width: 20px;
  height: 20px;
}

.team-modal-1, .team-modal-2, .team-modal-3 {
  position: absolute;
  inset: 0%;
}

.profile-fade {
  background-image: linear-gradient(#00000047, #141414ad);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.container-services {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1560px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 300px 222px;
  display: flex;
}

.container-services.footer {
  align-items: center;
  padding-top: 150px;
  padding-bottom: 150px;
}

.services-header {
  grid-row-gap: 30px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.services-header-wrapper {
  justify-content: flex-end;
  width: 100%;
  padding-top: 40px;
  padding-right: 100px;
  display: flex;
}

.services-content {
  grid-column-gap: 50px;
  border-bottom: 1px solid #ffffff4d;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.services-content.last {
  border-bottom-style: none;
}

.opacity-80 {
  opacity: .8;
}

.services-heading {
  color: #fff3;
  padding-top: 60px;
  padding-bottom: 60px;
  font-size: 150px;
}

.services-wrapper {
  margin-bottom: 150px;
}

.contact {
  grid-row-gap: 30px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 923px;
  margin-top: 0;
  display: flex;
}

.contact-content {
  width: 100%;
}

.contact-wrapper {
  grid-column-gap: 50px;
  border-bottom: 1px solid #ffffff5e;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.contact-line {
  z-index: 1;
  background-color: #fff;
  width: 100%;
  height: 1px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.services-footer-content {
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: center;
  max-width: 200px;
  display: flex;
}

.services-footer-logo {
  width: 70px;
}

.services-footer-wrapper {
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.services-footer-inner {
  grid-column-gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.services-footer-inner-line {
  background-color: #fff3;
  width: 1px;
  height: 16px;
}

.services-h4 {
  opacity: .8;
  width: 33.3333%;
}

.header-projects {
  grid-column-gap: 100px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 950px;
  height: 420px;
  display: flex;
}

.header-projects-wrapper {
  grid-row-gap: 30px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 610px;
  display: flex;
}

.category-projects {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.category-projects-wrapper {
  grid-column-gap: 20px;
  align-items: center;
  display: flex;
}

.category-project-circle {
  background-color: #f5e92a;
  border-radius: 100%;
  width: 8px;
  height: 8px;
}

.category-project-circle.opacity-0 {
  opacity: 0;
}

.category-project-circle.opacity-0.w--current {
  opacity: 1;
}

.category-project-circle.no {
  background-color: #f5e92a00;
}

.category-project-inner {
  grid-column-gap: 5px;
  align-items: flex-start;
  display: flex;
}

.text-category-project {
  color: #ffffffb3;
  font-size: 10px;
  font-weight: 400;
  line-height: 17px;
}

.project-content {
  grid-row-gap: 400px;
  justify-content: space-around;
  width: 100%;
  display: flex;
}

.project-wrapper {
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 470px;
  margin-bottom: 0;
  display: flex;
}

.project-image {
  width: 100%;
  height: 585px;
}

.collection-list-wrapper-projects {
  width: 50%;
}

.collection-list-wrapper-projects._2, .collection-list-wrapper-projects._02 {
  margin-top: 200px;
}

.project-inner {
  grid-row-gap: 25px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

.margin-right-20px {
  letter-spacing: 0;
  margin-right: 20px;
  font-size: 19px;
}

.project-line {
  background-color: #fff6;
  width: 164px;
  height: 1px;
}

._400px {
  max-width: 400px;
}

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

.projects-wrapper {
  grid-column-gap: 100px;
  justify-content: space-around;
  width: 100%;
  display: flex;
}

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

.collection-item {
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.collection-list {
  grid-row-gap: 400px;
  flex-direction: column;
  display: flex;
}

.flex-horzizontal-top {
  align-items: flex-start;
  display: flex;
}

.collection-list-wrapper-category {
  flex-direction: row;
  width: 100%;
}

.collection-list-category {
  grid-column-gap: 50px;
  flex-flow: row;
  width: 100%;
  display: flex;
}

.category-content {
  grid-row-gap: 200px;
  justify-content: space-around;
  width: 100%;
  display: flex;
}

.category-text {
  color: #ffffffb3;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  text-decoration: none;
  transition: color .45s;
}

.category-text:hover, .category-text.w--current {
  color: #fff;
}

.category-text.active {
  color: #ffffffb3;
}

.category-text.active:hover {
  color: #fff;
}

.hover-project {
  background-color: var(--baime);
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

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

.linear-project {
  background-image: linear-gradient(to right, #000000b3, #fff0);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.project-header-wrapper {
  grid-column-gap: 10px;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.project-header-line {
  background-color: #ffffffb3;
  width: 20px;
  height: 1px;
}

.project-header {
  max-width: 900px;
}

.about-project {
  grid-row-gap: 30px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 550px;
  display: flex;
}

.line-project {
  background-color: #ffffff80;
  width: 100%;
  height: 1px;
}

.about-project-wrapper {
  grid-row-gap: 5px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.about-project-inner {
  grid-column-gap: 10px;
  align-items: center;
  display: flex;
}

.data-image {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 560px;
  display: flex;
  overflow: hidden;
}

.project-introduction {
  grid-row-gap: 30px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 600px;
  display: flex;
}

.project-image-content {
  grid-row-gap: 100px;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.mobile-experience-content {
  grid-row-gap: 60px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.project-grid-image {
  grid-column-gap: 40px;
  grid-row-gap: 70px;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.project-grid-images-wrapper {
  height: 583px;
}

.project-cta {
  grid-row-gap: 60px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 710px;
  display: flex;
}

.project-cta-wrapper {
  grid-column-gap: 40px;
  align-items: center;
  display: flex;
}

.project-social-content {
  grid-column-gap: 12px;
  display: flex;
}

.project-social {
  border: 1px solid #ece5db33;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  transition: opacity .45s;
  display: flex;
}

.project-social:hover {
  border-color: #ece5db;
}

.next-project {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 900px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.next-project-button {
  background-color: var(--baime);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 130px;
  height: 130px;
  display: flex;
  position: absolute;
  inset: auto;
}

.line-project-hover {
  width: 100%;
}

.logo-careers {
  grid-column-gap: 14px;
  flex: none;
  align-items: center;
  display: flex;
}

.logo-careers-image {
  flex: none;
  width: 43px;
}

.heading-careers {
  max-width: 1030px;
}

.careers-image {
  width: auto;
  height: 720px;
}

.careers-image.bg-dark-grey {
  margin-bottom: 0;
  padding-bottom: 140px;
}

.careers-image-wrapper {
  width: 85%;
  height: 100%;
}

.careers {
  flex-direction: column;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.careers-content {
  grid-row-gap: 40px;
  flex-direction: column;
  max-width: 750px;
  display: flex;
}

.collection-list-wrapper-careers {
  flex-direction: column;
  margin-top: 60px;
  display: flex;
}

.careers-wrapper {
  grid-column-gap: 50px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 40px;
  display: flex;
}

.careers-inner {
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.collection-list-careers {
  grid-row-gap: 50px;
  flex-direction: column;
  display: flex;
}

.careers-arrows-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.careers-arrow {
  width: 40px;
}

.careers-arrow-absolute {
  z-index: 1;
  opacity: 0;
  width: 40px;
  display: block;
  position: absolute;
}

.careers-line {
  background-color: #ffffff4d;
  width: 100%;
  height: 1px;
}

.job-content {
  grid-column-gap: 150px;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.job-content-left {
  grid-row-gap: 60px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 260px;
  display: flex;
}

.job-content-left-wrapper {
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.job-social-links {
  grid-column-gap: 10px;
  align-items: center;
  display: flex;
}

.job-social {
  border: 1px solid #ece5db33;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 63px;
  height: 63px;
  transition: opacity .45s;
  display: flex;
}

.job-social:hover {
  border-color: #ece5db;
}

.job-button {
  background-color: #ff482fa8;
  border: 1px solid #000;
  border-radius: 200px;
  padding: 26px 39px;
  transition: border .45s;
}

.job-button:hover {
  border-color: #fff;
}

.job-content-right {
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 569px;
  padding-right: 49px;
  display: flex;
}

.job-content-right-wrapper {
  grid-column-gap: 10px;
  align-items: center;
  display: flex;
}

.line-job {
  background-color: #ffffffb3;
  width: 25px;
  height: 1px;
}

.navbar-button {
  grid-column-gap: 40px;
  align-items: center;
  transition: opacity .45s;
  display: flex;
}

.navbar-button:hover {
  opacity: .5;
}

.mask-job {
  z-index: 10;
  opacity: 1;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background-color: #14141480;
  width: 100%;
  height: 100vh;
  display: none;
  position: absolute;
  inset: 0%;
}

.form-block {
  z-index: 11;
  width: 80%;
  max-width: 1200px;
  height: 100vh;
  display: none;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.form-green-section {
  background-color: #5fff6f;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 54px 0;
  display: flex;
}

.form-button {
  background-color: #000;
  border-radius: 100%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 54px;
  height: 54px;
  display: flex;
}

.form-text-link {
  max-width: 183px;
  margin-bottom: 55px;
  font-size: 25px;
  transform: rotate(-90deg);
}

.form {
  background-color: #fff;
  flex-direction: column;
  align-items: flex-start;
  width: 91%;
  padding: 185px 40px;
  display: flex;
}

.form-heading-content {
  grid-column-gap: 100px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 100px;
  display: flex;
}

.form-heading-wrapper {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.form-content {
  grid-column-gap: 20px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 40px;
  display: flex;
}

.text-field {
  background-color: #fff0;
  border: 1px solid #0000;
  border-bottom-color: #cecece;
  padding: 25px 10px;
}

.text-field:focus {
  border-style: none none solid;
  border-color: #000 #000 #cecece;
}

.text-field::placeholder {
  color: #adadad;
  font-size: 20px;
  font-weight: 500;
}

.text-field._50 {
  width: 50%;
}

.submit-button {
  color: #000;
  background-color: #050a0e00;
  border: 1px solid #cfcfcf;
  border-radius: 200px;
  padding: 12px 30px;
  transition: box-shadow .45s;
}

.submit-button:hover {
  box-shadow: 0 0 14px #0003;
}

.success-message {
  background-color: #ddd0;
  width: 100%;
  position: absolute;
  top: 140px;
}

.error-message {
  background-color: red;
  width: 26%;
  position: absolute;
  inset: auto 0% 0% auto;
}

.header-blog {
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 918px;
  display: flex;
}

.blog-content {
  grid-column-gap: 100px;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.blog-wrapper {
  grid-row-gap: 50px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 50%;
  display: flex;
  position: relative;
}

.blog-wrapper._440px {
  max-width: 440px;
}

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

.collection-list-blog {
  grid-row-gap: 50px;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.line-blog {
  background-color: #e0ccbb4d;
  width: 100%;
  height: 1px;
  margin-top: 50px;
  margin-bottom: 100px;
}

.blog-image-wrapper {
  max-width: 320px;
  height: 414px;
  display: flex;
  position: absolute;
  top: -73px;
}

.blog-header {
  grid-row-gap: 30px;
  flex-direction: column;
  max-width: 1000px;
  display: flex;
}

.blog-page-wrapper {
  grid-column-gap: 100px;
  border-top: 1px solid #fff3;
  border-bottom: 1px solid #fff3;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 50px;
  margin-bottom: 50px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.blog-page-date {
  grid-column-gap: 30px;
  align-items: center;
  width: 33.3333%;
  display: flex;
}

.blog-page-button {
  grid-column-gap: 12px;
  flex: none;
  align-items: center;
  display: flex;
}

.blog-page-arrow {
  width: 26px;
  transform: rotate(180deg);
}

.blog-page-brand {
  grid-column-gap: 20px;
  justify-content: center;
  align-items: center;
  width: 33.3333%;
  display: flex;
}

.line-blog-page {
  background-color: #fff3;
  width: 1px;
  height: 43px;
}

.image-blog-page {
  width: 44px;
}

.blog-page-social {
  grid-column-gap: 5px;
  justify-content: flex-end;
  align-items: center;
  width: 33.3333%;
  display: flex;
}

.blog-page-social-wrapper {
  border: 1px solid #ffffff4d;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  transition: opacity .45s;
  display: flex;
}

.blog-page-social-wrapper:hover {
  border-color: #fff;
}

.blog-page-image-social {
  width: 9px;
}

.main-image {
  width: 100%;
  height: 600px;
}

.rich-text-block {
  text-align: left;
  max-width: 650px;
  margin-top: 200px;
}

.rich-text-block p {
  color: #fffc;
  font-size: 16px;
}

.gradient-next-project {
  background-image: linear-gradient(#0009, #0009);
  width: 100%;
  height: 100%;
  position: absolute;
}

.next-project-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.next-project-heading {
  max-width: 1056px;
  padding-left: 100px;
  padding-right: 100px;
  position: relative;
}

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

.blog-stories-category {
  grid-column-gap: 5px;
  align-items: center;
  display: flex;
}

.gradient-images-hero {
  background-image: linear-gradient(#0000004d, #0000004d);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

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

.utility-page-content {
  grid-row-gap: 50px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 260px;
  display: flex;
}

.utility-page-form {
  grid-row-gap: 100px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.terms-wrapper {
  grid-row-gap: 100px;
  flex-direction: column;
  align-items: flex-start;
  width: 850px;
  display: flex;
  position: relative;
}

.terms-title-wrapper {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-bottom: 20px;
  display: flex;
  overflow: hidden;
}

.terms-body h2 {
  margin-bottom: 20px;
  font-size: 40px;
}

.terms-body p {
  margin-bottom: 20px;
}

.terms-body h2 {
  color: #fff;
  margin-bottom: 20px;
  font-weight: 300;
}

.terms-body p {
  color: #5a5a5a;
}

.terms-body figcaption {
  color: #d6d6d6;
}

.styleguide-row {
  border-bottom: 1px solid #ffffff5c;
  align-items: center;
  padding: 50px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.display {
  color: #fff;
  letter-spacing: -10px;
  white-space: nowrap;
  font-size: 200px;
  font-weight: 300;
  line-height: 1.4;
}

.styleguie-tipography {
  grid-column-gap: 16px;
  grid-row-gap: 40px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: stretch;
  display: grid;
}

.font-wrapper {
  background-color: #2b2b2b;
  border: 1px solid #3a3a3a;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 307px;
  height: auto;
  padding: 12px;
  display: flex;
}

.font-box {
  background-color: #424242;
  border-radius: 9px;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  display: flex;
}

.satoshi-bold {
  color: #fff;
  font-weight: 700;
  line-height: 1.4;
}

.vertical-font-box {
  grid-row-gap: 5px;
  flex-direction: column;
  justify-content: flex-start;
  margin-left: 20px;
  line-height: 1;
  display: flex;
}

.satoshi-medium {
  color: #fff;
  font-weight: 500;
  line-height: 1.4;
}

.satoshi-regular {
  color: #fff;
  font-weight: 400;
  line-height: 1.4;
}

.utility-header {
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 800px;
  display: flex;
}

.licenses h2 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 300;
}

.licenses figcaption {
  color: #d6d6d6;
}

.licenses p {
  font-size: 16px;
}

.licenses a {
  color: #fff;
}

.background-video {
  z-index: -2;
  background-image: linear-gradient(#0006, #0006);
  height: 100%;
  position: absolute;
  inset: 0%;
}

.background-video._01 {
  z-index: -1;
}

.section-4 {
  padding-top: 140px;
  padding-bottom: 140px;
  position: relative;
}

.section-4.no-top-padding {
  padding-top: 0;
}

.section-4.no-top-padding.grey {
  color: #f5f5f5;
  background-color: #fff;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 100px;
}

.subtitle-3 {
  color: #626d86;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 11px;
}

.text-block-2 {
  color: #252525;
}

.number-info {
  grid-column-gap: 18px;
  grid-row-gap: 16px;
  text-align: right;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.heading-2 {
  color: #252525;
  font-size: 34px;
  font-weight: 500;
}

.verticle-line-2 {
  background-color: #889ea833;
  height: 100%;
  position: relative;
}

.benefits-row {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  border: 1px solid #889ea833;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1px 1fr 1px 1fr 1px;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.grid-wrapper-3 {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 60px;
  display: grid;
  position: relative;
}

.text-block {
  color: #252525;
}

.number-item {
  grid-column-gap: 16px;
  grid-row-gap: 160px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  padding: 24px 36px;
  transition: box-shadow .4s cubic-bezier(.25, .46, .45, .94);
  display: grid;
  position: relative;
}

.number-item:hover {
  z-index: 1;
  box-shadow: 0 12px 36px -8px #292b4e12;
}

.sectiune-cheie {
  z-index: 100;
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.sectiune-cheie.home1 {
  background-image: linear-gradient(#000000ad, #000000e8), url('../images/DSC_3633_mdf1Webres3-scaled-1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, contain;
  height: 80vh;
  margin-top: 0;
}

.div-block-229 {
  z-index: 1;
  position: absolute;
  inset: auto auto 20% 15%;
}

.subtitlu-sectiune {
  z-index: 100;
  color: #e3e3e3;
  letter-spacing: 2px;
  padding-top: 50px;
  padding-bottom: 50px;
  font-size: 11px;
  position: relative;
}

.subtitlu-sectiune.home1 {
  color: #000;
}

.subtitlu-sectiune.home1.white {
  color: #fff;
}

.despre-text {
  color: #fff;
  width: 850px;
  height: 80px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 60px;
  font-weight: 100;
  line-height: 90px;
}

.despre-text.home1 {
  height: auto;
  font-weight: 500;
}

.stripe-container {
  justify-content: space-between;
  width: 100%;
  height: 100%;
  display: flex;
}

.wrapper {
  z-index: 10;
  width: 100%;
  max-width: 1400px;
  position: relative;
}

.wrapper.no-padding {
  padding-left: 0;
  padding-right: 0;
}

.large-heading {
  line-height: 1.15em;
}

.pin-stripe {
  background-color: #f3f6fc;
  width: 1px;
}

.pin-stripe.white {
  background-color: #ffffff1f;
}

.background-banner {
  background-image: url('../images/Space002.jpeg');
  background-position: 50%;
  background-size: cover;
  height: 116%;
  position: absolute;
  inset: auto 0%;
}

.background-banner.video-banner {
  background-image: url('../images/75413412.jpg');
  background-position: 0 0;
}

.hover-link-wrapper {
  z-index: 100;
  opacity: 1;
  justify-content: center;
  align-items: center;
  width: 148px;
  height: 148px;
  padding: 24px;
  display: flex;
  position: absolute;
  inset: auto 0 5vw auto;
}

.hover-link-wrapper.video-link-wrapper {
  margin-left: -24px;
  position: relative;
  inset: 0 0 0 0;
}

.client-quote-2 {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.client-quote-credit {
  border-left: 2px solid #fff;
  margin-left: -24px;
  padding-left: 24px;
}

.background-cover-2 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.section-bottom-cover {
  z-index: 20;
  background-color: #fff;
  height: 0%;
  position: absolute;
  inset: 0% 0% auto;
}

.hover-link {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #fff0;
  border: 1px solid #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 11px;
  text-decoration: none;
  display: flex;
}

.image-overlay {
  z-index: 1;
  background-color: #090b194d;
  position: absolute;
  inset: 0%;
}

.video-info {
  grid-column-gap: 16px;
  grid-row-gap: 100px;
  flex-direction: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-left: 24px;
  display: grid;
}

.stripe-wrapper {
  z-index: 5;
  justify-content: center;
  width: 100vw;
  min-width: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  position: absolute;
  inset: 0% auto;
  overflow: hidden;
}

.section-5 {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 120px 5vw;
  display: flex;
  position: relative;
}

.section-5.video-section {
  z-index: 10;
  color: #fff;
  padding-top: 240px;
  padding-bottom: 160px;
}

.dual-wrapper-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .85fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.paragraph-16px-2 {
  color: #ffffffb3;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  text-decoration: none;
}

.paragraph-16px-2.margin-bottom-24px {
  color: #fff;
}

.agency-paragraph-2 {
  color: #fff;
  max-width: 503px;
  margin-top: 90px;
}

.logo-2 {
  width: 90px;
  transition: opacity .35s;
}

.logo-2:hover {
  opacity: .6;
}

.logo-2.w--current {
  width: 100px;
  transition: opacity .35s;
}

.logo-2.w--current:hover {
  opacity: .85;
}

.paragraph-12px-2 {
  color: #fff9;
  font-size: 16px;
  font-weight: 400;
  line-height: 17px;
}

.paragraph-16px-3 {
  color: #ffffffb3;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  text-decoration: none;
}

.text-block-17 {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
}

.text-link-14px-2 {
  color: #bebebee6;
  font-size: 14px;
  font-weight: 300;
  line-height: 25px;
  text-decoration: none;
  transition: color .45s;
}

.text-link-14px-2:hover {
  color: #ece5db80;
}

.text-block-5 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

.logo-grid_logo {
  width: auto;
  height: auto;
  max-height: 3rem;
}

.blog-page-image-social-2 {
  width: 24px;
}

.paragraph-16px-4 {
  color: #ffffffb3;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  text-decoration: none;
}

.paragraph-16px-4.white {
  color: #fff;
}

.section-works-home {
  background-image: none;
  padding-bottom: 140px;
  display: block;
}

.tabs-content {
  display: none;
}

.footer-component {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  min-height: 85vh;
  padding-top: 0;
  display: flex;
}

.faq-title {
  z-index: 10;
  height: 100%;
  padding: 5rem 7rem 5rem 0;
  position: relative;
}

.services-component {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.sidebar-link-background {
  z-index: 1;
  background-color: #455ce9;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.mega-menu-trigger {
  z-index: 0;
  width: 7vw;
  height: 100vh;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.sidebar-link {
  z-index: 10;
  color: #fff;
  border: 1px #000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 6vw;
  min-width: 6vw;
  height: 6vw;
  min-height: 6vw;
  display: flex;
  position: absolute;
  inset: auto;
}

.tabs {
  display: none;
}

.testimonial-credit {
  align-items: center;
  display: flex;
}

.home-hero-top {
  justify-content: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.nav-left {
  align-items: center;
  display: flex;
}

.title-wrapper-2 {
  border-bottom: 1px solid #1a242c;
  min-width: 23rem;
  padding-bottom: 1.25rem;
}

.sidebar-top {
  height: 50%;
  position: relative;
}

.max-width-small {
  width: 100%;
  max-width: 20rem;
  margin-top: 20px;
}

.nav-content {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  height: 5rem;
  padding-right: 0;
  display: grid;
}

.hyperlink {
  transition: color .4s;
}

.hyperlink:hover {
  color: #fff;
}

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

.heading-xlarge {
  font-size: 4.1rem;
  font-weight: 500;
  line-height: 1.25;
}

.social-link {
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  font-size: .6rem;
  transition: box-shadow .4s cubic-bezier(.215, .61, .355, 1);
  display: flex;
  box-shadow: inset 0 0 0 1px #1a242c;
}

.social-link:hover {
  box-shadow: inset 0 0 0 2px #617481;
}

.menu-link-arrow {
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  margin-right: 0;
  display: none;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.background-image {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.testimonials-mask {
  max-width: 60rem;
  overflow: visible;
}

.inside {
  background-color: #0f13160f;
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 70px;
  display: flex;
  position: relative;
}

.inside.solid {
  background-color: #0f131600;
  align-items: flex-start;
  margin-bottom: 0;
  position: relative;
}

.inside.solid.end {
  margin-bottom: -4.5rem;
}

.phrase {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  white-space: nowrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.menu-link-mouseover {
  border: 1px #000;
  position: absolute;
  inset: 0%;
}

.tab-lottie {
  justify-content: center;
  align-items: center;
  width: .875rem;
  display: flex;
}

.image-base {
  width: 100%;
  height: 79vh;
  max-height: 64rem;
  margin-top: .5rem;
  margin-bottom: .5rem;
  position: sticky;
  top: 10.5vh;
  overflow: hidden;
}

.anchor-link {
  background-color: #fff;
  border: .15rem solid #fff;
  border-radius: 100px;
  width: .75rem;
  height: .75rem;
  font-size: 1.5rem;
  font-weight: 500;
  transition: background-color .25s cubic-bezier(.215, .61, .355, 1), height .4s cubic-bezier(.25, .46, .45, .94);
}

.anchor-link.w--current {
  background-color: #0f131600;
  height: 2.25rem;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.faq-action-wrapper {
  z-index: 25;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% 2rem 0% auto;
}

.heading-medium {
  font-size: 2.75rem;
  font-weight: 500;
  line-height: 1.35;
}

.page-title {
  color: #99a4ac;
  margin-left: 0;
  font-size: 1.3rem;
  font-weight: 400;
}

.nav-menu {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  justify-content: flex-end;
  margin-right: -1.75rem;
  display: flex;
}

.category-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  display: flex;
}

.underline-link {
  align-items: center;
  text-decoration: none;
  display: flex;
}

.underline-link.large-underline-link {
  font-size: 1.25rem;
}

.footer-legal-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
  grid-auto-columns: 1fr;
  justify-content: end;
  place-items: center end;
  display: grid;
}

.faq-bottom-content {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  padding-bottom: 4rem;
  display: grid;
}

.sticky-about-banner {
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
  position: absolute;
  inset: 0%;
}

.heading-paragraph {
  grid-column-gap: 3.5rem;
  grid-row-gap: 3.5rem;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto;
  font-size: 3rem;
  display: flex;
}

.section-about-home {
  position: relative;
  overflow: hidden;
}

.sidebar-menu-list {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.page-padding {
  width: 100%;
  max-width: 100vw;
  padding-left: 7vw;
  padding-right: 7vw;
}

.text-size-tiny {
  font-size: .75rem;
}

.sidebar {
  z-index: 1000;
  flex-direction: column;
  width: 7vw;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.home-hero-component {
  flex-direction: row;
  flex: 1;
  justify-content: center;
  padding-top: 5rem;
  padding-right: 0;
  display: flex;
}

.image-full {
  object-fit: cover;
  width: 105%;
  height: 105%;
  position: absolute;
  inset: 0%;
  transform: scale(1.01);
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.padding-vertical.padding-xhuge {
  padding-top: 100px;
  padding-bottom: 100px;
}

.paragraph-intro {
  text-align: left;
  max-width: 37rem;
  font-size: 2.25rem;
  font-weight: 400;
}

.sidebar-bottom {
  z-index: 50;
  background-color: #fff0;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-left: -4rem;
  padding-left: 4rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.timeline-content {
  z-index: 20;
  border-radius: 9px;
  flex: 1;
  height: 100%;
  margin-top: 0;
  position: relative;
}

.faq-list {
  border-top: 1px solid #1a242c;
  flex-direction: column;
  display: flex;
  position: relative;
}

.home-hero-intro {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 50rem;
  display: flex;
}

.arrow-icon {
  opacity: 1;
  filter: none;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.arrow-icon.large-arrow-icon {
  width: 1.25rem;
  height: 1.25rem;
}

.category-bar {
  border-bottom: 1px #cfe0e4;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 0;
  display: flex;
}

.faq-item {
  border-bottom: 1px solid #1a242c;
}

.action-intro-wrapper {
  z-index: 10;
  grid-column-gap: 3.5rem;
  grid-row-gap: 3.5rem;
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding-top: 6rem;
  padding-bottom: 6rem;
  display: flex;
  position: relative;
}

.phrase-icon {
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #0f1316;
  border-radius: 100rem;
  width: .55rem;
  height: .55rem;
  padding: 0;
  font-size: .75rem;
}

.testimonial-slider-wrapper {
  padding-top: 0;
  padding-left: 0;
}

.action-intro {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: center;
  max-width: 40rem;
  display: flex;
}

.logo-strip-wrapper {
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 0;
  padding-bottom: 3.5rem;
  display: flex;
}

.button-text {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding: 0;
}

.page-wrapper-2 {
  background-color: #0f1316;
}

.faq-action {
  background-color: var(--baime);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  display: flex;
}

.background-wrapper {
  position: absolute;
  inset: 0%;
}

.background-wrapper.sticky {
  height: 100vh;
  max-height: 100vh;
  position: sticky;
  inset: auto auto 0%;
  overflow: hidden;
}

.brand {
  color: #fff;
  text-transform: none;
  justify-content: flex-start;
  align-items: center;
  width: 5.3rem;
  padding-top: .15rem;
  padding-right: .2rem;
  font-size: 1.3rem;
  font-weight: 500;
  display: flex;
}

.sidebar-menu-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 15vh;
  display: flex;
}

.form-number {
  letter-spacing: 2px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  font-size: .75rem;
  font-weight: 400;
  display: flex;
  position: absolute;
  inset: 0%;
}

.intro-description {
  flex-direction: column;
  align-items: flex-start;
  max-width: 18rem;
  padding-top: 1rem;
  display: flex;
}

.service-card {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.service-card.light {
  z-index: 20;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 27rem;
  min-height: 79vh;
  margin: .5rem auto auto;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
  position: relative;
}

.works-all-component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  display: flex;
}

.service-item {
  grid-column-gap: 4.75rem;
  grid-row-gap: 4.75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  min-height: 110vh;
  margin-bottom: 0;
  display: grid;
}

.footer-bottom {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  color: #ffffffb3;
  text-align: center;
  border-top: 1px solid #1a242c;
  grid-template-rows: auto;
  grid-template-columns: .55fr 1fr .55fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center stretch;
  padding-top: 2rem;
  padding-bottom: 2rem;
  font-size: .875rem;
  font-weight: 300;
  display: grid;
}

.mega-menu-overlay {
  cursor: pointer;
  background-color: #070a0cb3;
  margin-right: 7vw;
  display: none;
  position: fixed;
  inset: 0%;
}

.faq-top {
  z-index: 1;
  cursor: pointer;
  padding: 0;
  position: relative;
}

.menu-link {
  z-index: 30;
  grid-column-gap: .6vw;
  grid-row-gap: .6vw;
  cursor: pointer;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 0;
  min-width: 6vw;
  height: 0;
  min-height: 6vw;
  display: flex;
  position: absolute;
  inset: 3.5rem auto auto -3rem;
}

.faq-looping {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  align-items: center;
  padding-right: 5rem;
  display: flex;
}

.hero-image-strip {
  justify-content: flex-end;
  display: flex;
}

.testimonial-text {
  font-size: 2.5rem;
}

.slider-testimonial {
  background-color: #ddd0;
  height: auto;
  padding-top: 3rem;
}

.dot-wrapper {
  justify-content: center;
  align-items: center;
  margin-top: -.2rem;
  margin-right: 1.9rem;
  display: flex;
  position: relative;
}

.dot-wrapper.nav-dot {
  justify-content: flex-start;
  margin-top: 0;
  left: .1rem;
}

.section-services {
  background-image: linear-gradient(#141a1f00, #12171b);
  border-bottom: 1px #1a242c;
  margin-bottom: 4.5rem;
}

.sidebar-menu-item {
  align-items: center;
  margin-left: -2.6px;
  padding: .75rem 2rem .75rem .5rem;
  font-size: 3rem;
  font-weight: 500;
  display: flex;
  position: relative;
}

.mega-menu-social {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.arrow-icon-clip {
  justify-content: flex-end;
  align-items: center;
  width: 1rem;
  display: flex;
  overflow: hidden;
}

.filter-link-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: flex-start;
  display: flex;
}

.open-menu-link {
  position: absolute;
  inset: 0%;
}

.about-intro {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  display: flex;
}

.social-link-list {
  grid-column-gap: .75rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button {
  color: #fff;
  text-align: center;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 1rem 2rem;
  font-size: .875rem;
  font-weight: 400;
  transition: box-shadow .4s cubic-bezier(.215, .61, .355, 1);
  display: flex;
  box-shadow: inset 0 0 0 1px #1a242c;
}

.button:hover {
  outline-width: 2px;
  outline-color: #0f1316;
  box-shadow: inset 0 0 0 2px #617481;
}

.button.w--current {
  color: #fff;
  cursor: default;
  background-color: #1a242c;
  border-color: #0f1316;
  box-shadow: inset 0 0 0 1px #0f1316;
}

.button.light-button {
  box-shadow: inset 0 0 0 1px #ffffff80;
}

.button.light-button:hover {
  box-shadow: inset 0 0 0 2px #fff;
}

.logo-icon {
  opacity: .7;
  justify-content: center;
  align-items: center;
  width: 12rem;
  min-width: 12rem;
  display: flex;
}

.home-hero-images {
  flex: 0 auto;
  justify-content: flex-end;
  max-width: 93vw;
  display: flex;
  overflow: hidden;
}

.arrow-icon-wrapper {
  background-color: #1a242c;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 2.875rem;
  height: 2.875rem;
  margin-right: 1rem;
  padding-top: 2px;
  display: flex;
  overflow: hidden;
}

.arrow-icon-wrapper.large-arrow-icon {
  width: 3.25rem;
  height: 3.25rem;
  margin-right: 1.25rem;
}

.section-logos {
  margin-top: 100px;
  display: none;
  overflow: hidden;
}

.tab-intro {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  margin-bottom: 6rem;
  padding-left: 0;
  padding-right: 0;
  display: grid;
}

.testimonial-avatar {
  border-radius: 100%;
  width: 4.5rem;
  height: 4.5rem;
  margin-right: 1.5rem;
  position: relative;
  overflow: hidden;
}

.menu-line {
  z-index: 10;
  background-color: #fff;
  width: 1.4rem;
  height: .15rem;
  position: relative;
}

.menu-line.bottom {
  margin-right: -.5rem;
}

.menu-line.top {
  margin-left: -.5rem;
}

.section-action {
  color: #fff;
  flex-direction: column;
  justify-content: flex-end;
  margin-top: 100px;
  display: flex;
  position: relative;
}

.page-sections-wrapper {
  flex-direction: column;
  width: 100%;
  display: flex;
}

.legal-separator {
  background-color: #1a242c;
  width: .3rem;
  height: .3rem;
}

.menu-link-background {
  background-color: #455ce9;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.menu-link-base {
  border: 1px #000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  max-width: 6vw;
  max-height: 6vw;
  display: flex;
  position: absolute;
  inset: 0%;
}

.section-testimonials {
  display: none;
  overflow: hidden;
}

.max-width-medium {
  width: 100%;
  max-width: 32rem;
}

.overlay {
  background-color: #0f13164d;
  position: absolute;
  inset: 0%;
}

.overlay.dark-overlay {
  background-color: #0f1316bf;
}

.close-menu-link {
  width: 6vw;
  height: 6vw;
  position: absolute;
  inset: 0%;
}

.page-sections {
  z-index: 10;
  color: #fff;
  background-color: #12171a;
  flex-direction: column;
  flex: 1;
  padding-left: 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.footer-email {
  letter-spacing: -.01rem;
  font-size: 4.5rem;
  font-weight: 500;
}

.anchor-link-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 7vw;
  height: 75vh;
  margin-bottom: -4.5rem;
  margin-left: -7vw;
  padding-right: 0;
  display: flex;
  position: sticky;
  bottom: 12.5vh;
}

.button-text-wrapper {
  z-index: 10;
  flex-direction: column;
  line-height: 1.5;
  display: flex;
  position: relative;
}

.icon {
  z-index: 10;
  color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 1.4rem;
  height: 1.4rem;
  display: flex;
  position: relative;
}

.project-item {
  position: relative;
}

.open-menu-link-wrapper {
  width: 6vw;
  height: 6vw;
  position: absolute;
  inset: 0%;
}

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

.menu-line-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.sidebar-link-wrapper {
  z-index: 10;
  border: 1px #000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  max-width: 6vw;
  max-height: 6vw;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.footer-email-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 6rem;
  padding-bottom: 3rem;
  display: flex;
}

.looping-faq {
  align-items: center;
  display: flex;
  position: relative;
}

.slide-arrow-icon {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}

.hero-image {
  width: 70vh;
  min-width: 70vh;
  height: 70vh;
  margin-left: .5rem;
  position: relative;
  overflow: hidden;
}

.section-faq {
  overflow: hidden;
}

.text-size-regular {
  font-size: 1.25rem;
  line-height: 1.65;
}

.logo-strip {
  grid-column-gap: 7vw;
  grid-row-gap: 0vw;
  justify-content: flex-start;
  padding-right: 7vw;
  display: flex;
}

.slide-arrow-testimonial {
  justify-content: flex-start;
  align-items: center;
  width: 2rem;
  height: 3rem;
  display: flex;
  top: 0;
  bottom: auto;
  right: auto;
}

.slide-arrow-testimonial.right-arrow-testimonial {
  justify-content: flex-end;
  left: 2rem;
}

.section-footer {
  background-color: #12171b;
  width: 100%;
  position: sticky;
  bottom: 0;
  overflow: hidden;
}

.projects {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 3rem;
  padding-bottom: 0;
  display: grid;
}

.dot-mouseover {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.hero-trigger {
  margin-top: 100vh;
  position: absolute;
  inset: 0%;
}

.timeline-inside {
  border-radius: 1rem;
  height: 100vh;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: sticky;
  top: 0;
  overflow: visible;
}

.navbar-2 {
  background-color: #0f1316;
  position: fixed;
  inset: 0% 0% auto;
}

.sidebar-menu-content {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: center space-between;
  align-items: stretch;
  min-width: 25rem;
  height: 100%;
  padding: 1rem 0 3.25rem 7vw;
  display: none;
}

.dot {
  background-color: #fff;
  border-radius: 100rem;
  justify-content: center;
  align-items: center;
  width: .6rem;
  min-width: .6rem;
  height: .6rem;
  min-height: .6rem;
  display: none;
  position: relative;
}

.faq-tab-link {
  background-color: #ddd0;
  padding: 0;
}

.faq-tab-link.w--current {
  background-color: #c8c8c800;
}

.text-size-small {
  font-size: 1rem;
  line-height: 1.65;
}

.padding-top {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-top.padding-xhuge {
  padding-top: 8rem;
}

.section-hero-home {
  background-color: #fff0;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.works-intro {
  grid-column-gap: 3.5rem;
  grid-row-gap: 3.5rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.sidebar-menu {
  z-index: 20;
  background-color: #141a1f;
  padding-right: 7vw;
  display: block;
  position: fixed;
  inset: 0% 0% 0% auto;
  overflow: visible;
}

.service-title {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex-direction: column;
  display: flex;
}

.page-content {
  color: #fff;
  background-color: #0f1316;
  justify-content: space-between;
  display: flex;
}

.heading-large {
  align-items: center;
  font-size: 3.25rem;
  font-weight: 500;
  line-height: 1.45;
}

.works-title {
  max-width: 30rem;
}

.nav-link {
  color: #fff;
  justify-content: center;
  align-items: center;
  padding: 1rem 1.75rem;
  font-size: .95rem;
  display: flex;
}

.nav-link.w--current {
  color: #fff;
}

.home-hero-content {
  flex: 1;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding-top: 8rem;
  padding-bottom: 6rem;
  display: flex;
}

.faq-bottom {
  z-index: 10;
  position: relative;
  overflow: hidden;
}

.text-strip {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  align-items: center;
  display: flex;
}

.testimonial-slide {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 3rem;
  padding-bottom: 1.5rem;
  padding-right: 15rem;
  display: flex;
}

.tag-wrapper {
  z-index: 25;
  color: #fff;
  position: absolute;
  inset: 3rem auto auto 3rem;
}

.project-arrow {
  justify-content: center;
  align-items: center;
  height: 2.25rem;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.project-card {
  z-index: 20;
  color: #fff;
  width: 100%;
  height: 50vw;
  min-height: 100%;
  padding: 3rem;
  position: relative;
  overflow: hidden;
}

.work-card-info {
  z-index: 10;
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 100%;
  padding-left: 0;
  padding-right: 1.5rem;
  display: flex;
  position: relative;
}

.tag {
  letter-spacing: 1px;
  text-transform: uppercase;
  border-bottom: 1px solid #ffffff80;
  font-size: .7rem;
  font-weight: 500;
  transition: border-color .4s cubic-bezier(.215, .61, .355, 1);
}

.tag:hover {
  border-bottom-color: #fff;
}

.project-background {
  position: absolute;
  inset: 0%;
}

.text-size-large {
  font-size: 1.75rem;
}

.project-image-2 {
  width: 100%;
  height: 585px;
  overflow: hidden;
}

.collection-item-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.image-2 {
  object-fit: cover;
  background-color: #414141;
  width: 105%;
  height: 105%;
}

.margin-right-10px-2 {
  color: #adadad;
  text-transform: uppercase;
  margin-right: 10px;
  font-size: 20px;
}

._400px-2 {
  object-fit: fill;
  flex-flow: row;
  flex: 0 auto;
  order: 0;
  max-width: 400px;
  min-height: auto;
  display: block;
  overflow: visible;
}

.logo-grid_list {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
}

.logo-grid_wrapper {
  background-color: #fff;
  border-radius: .75rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 5rem;
  padding: 0 1rem;
  display: flex;
}

.logo-grid_mask {
  max-height: 3rem;
  overflow: hidden;
}

.logo-grid_track {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.text-block-18 {
  text-align: center;
  font-size: 32px;
  line-height: 48px;
}

.paragraph {
  font-size: 20px;
}

.div-block-230 {
  background-image: url('../images/画板-27-1.jpg');
  background-position: 0 0;
  background-size: cover;
  width: 100px;
  height: 100px;
}

.hero-intro {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  max-width: 900px;
  display: grid;
}

.centered-line {
  background-color: #ffffff17;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 2px;
  display: flex;
}

.inner-hero-content {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 80px;
  padding-bottom: 0;
  display: grid;
  position: relative;
}

.overlay-2 {
  background-color: #0a101d4d;
  position: absolute;
  inset: 0%;
}

.grid-wrapper {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

.scroll-line {
  background-color: #fff3;
  width: 1px;
}

.rotate-text {
  letter-spacing: 3px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  height: 12px;
  font-size: 9px;
  display: flex;
  transform: rotate(90deg);
}

.scroll-wrapper {
  z-index: 25;
  grid-column-gap: 16px;
  grid-row-gap: 30px;
  color: #fff;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: space-between center;
  place-items: stretch center;
  width: 1px;
  padding-top: 12px;
  display: grid;
  position: relative;
}

.line-fill {
  background-color: var(--baime);
  width: 40%;
  height: 100%;
}

.line-fill.light {
  background-color: #fff3;
}

.hero-top {
  color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.hero-bottom {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.background-wrapper-2 {
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.inner-page-hero {
  justify-content: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
}

.xxl-heading {
  font-size: 56px;
  line-height: 1.2em;
}

.inner-hero-background {
  margin-bottom: -80px;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.background {
  background-image: url('../images/033.jpeg');
  background-position: 50% 35%;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.background.contact-hero-background {
  background-image: url('../images/01-1.jpg');
  background-position: 100%;
}

.text-field-2 {
  border: 1px solid #889ea833;
  min-height: 54px;
  margin-bottom: 0;
  padding: 18px 24px;
}

.subtitle {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 15px;
}

.form-block-2 {
  width: 100%;
  margin-bottom: 0;
}

.stacked-heading {
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.success-message-2 {
  background-color: #0000;
  height: 100%;
  padding: 0;
}

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

.div-block-4 {
  opacity: 1;
  background-image: url('../images/画板-27-1.jpg');
  background-size: cover;
  width: 160px;
  height: 160px;
  margin-left: 0;
}

.contact-info-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 100px;
  padding: 0 0 80px;
  display: grid;
}

.body-display {
  color: #f5f5f5;
  -webkit-text-stroke-color: #626d86;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 17px;
  line-height: 1.6em;
}

.success-box {
  grid-column-gap: 16px;
  grid-row-gap: 12px;
  background-color: #f8f8f8;
  border: 1px solid #889ea833;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  align-items: center;
  height: 100%;
  min-height: 400px;
  padding: 24px;
  display: grid;
}

.left-line {
  background-color: var(--baime);
  width: 60px;
  height: 2px;
  display: flex;
}

.contact-form-wrapper {
  grid-column-gap: 120px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-left: 60px;
  padding-right: 36px;
  display: grid;
}

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

.sticky-intro {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: sticky;
  top: 118px;
}

.section-6 {
  padding-top: 140px;
  padding-bottom: 140px;
  position: relative;
}

.section-6.no-top-padding {
  padding-top: 0;
}

.section-6.no-top-padding.grey {
  background-color: #0a0a0a;
}

.field-wrapper {
  grid-column-gap: 18px;
  grid-row-gap: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.medium-stacked-intro {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 475px;
  display: grid;
}

.error-message-2 {
  color: #474747;
  background-color: #f8f8f8;
  margin-top: 18px;
}

.heading-3 {
  letter-spacing: 0;
  font-size: 31px;
}

@media screen and (min-width: 1280px) {
  .section.the-agency-section {
    background-color: #000;
  }

  .section.digital-agency-section {
    background-color: #fff;
  }

  .section.projects {
    grid-template-columns: 1fr;
  }

  .paragraph-18px {
    color: #fff9;
  }

  .paragraph-18px.black {
    color: #000;
  }

  .paragraph-14px.opacity-40, .agency-paragraph {
    color: #fff;
  }

  .digital-agency-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

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

  .rich-text-block {
    font-size: 16px;
  }

  .section-4.no-top-padding.grey {
    background-color: #fff;
  }

  .grid-wrapper-3 {
    color: #fff;
  }

  .number-item {
    min-height: 275px;
    padding: 36px 48px;
  }

  .sectiune-cheie {
    z-index: 100;
    position: relative;
  }

  .sectiune-cheie.home1 {
    height: 100vh;
    margin-top: 0;
  }

  .subtitlu-sectiune.home1 {
    color: #000;
  }

  .subtitlu-sectiune.home1.white {
    color: #fff;
  }

  .despre-text {
    height: 80px;
    font-size: 60px;
    line-height: 90px;
  }

  .despre-text.home1 {
    font-size: 70px;
  }

  .dual-wrapper-2 {
    grid-template-columns: 1fr 1fr;
  }

  .sidebar-link-background {
    background-color: var(--baime);
  }

  .margin-bottom.margin-small {
    margin-bottom: 1rem;
  }

  .margin-bottom.margin-large {
    margin-bottom: 3rem;
  }

  .heading-medium {
    letter-spacing: 0;
  }

  .page-padding {
    max-width: 100vw;
  }

  .text-size-tiny.text-style-allcaps {
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 1rem;
  }

  .padding-vertical.padding-xhuge {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .home-hero-intro {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .logo-strip-wrapper {
    display: none;
  }

  .faq-action {
    background-color: var(--baime);
  }

  .text-size-regular {
    color: #fff;
    font-weight: 400;
  }

  .padding-top.padding-xhuge {
    padding-top: 8rem;
  }

  .logo-grid_wrapper {
    background-color: #fff;
  }

  .hero-intro {
    opacity: 0;
  }
}

@media screen and (min-width: 1440px) {
  .menu {
    display: none;
  }

  .heading-menu {
    font-size: 76px;
  }

  .number-item {
    min-height: 300px;
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .sectiune-cheie {
    z-index: 100;
    position: relative;
  }

  .sectiune-cheie.home1 {
    height: 100vh;
  }

  .subtitlu-sectiune {
    position: static;
  }

  .subtitlu-sectiune.home1 {
    color: #000;
  }

  .despre-text {
    height: auto;
    font-size: 75px;
    line-height: 90px;
  }

  .dual-wrapper-2 {
    grid-template-columns: .9fr 1fr;
  }
}

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

  .container.header {
    max-width: 1540px;
    padding-top: 240px;
    padding-left: 150px;
  }

  .paragraph-18px.black {
    color: #000;
  }

  .paragraph-16px {
    font-size: 16px;
  }

  .image {
    overflow: hidden;
  }

  .header-projects {
    max-width: 950px;
  }

  .section-4.no-top-padding.grey {
    background-color: #fff;
  }

  .sectiune-cheie {
    z-index: 100;
    width: 100vw;
    position: relative;
  }

  .sectiune-cheie.home1 {
    background-size: auto, contain;
    height: 80vh;
    margin-top: 0;
  }

  .subtitlu-sectiune.home1 {
    color: #000;
  }

  .despre-text {
    align-self: auto;
    width: auto;
    height: auto;
    font-size: 75px;
    line-height: 90px;
    display: block;
  }

  .project-image-2 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-2 {
    width: 105%;
    max-width: none;
    height: 105%;
  }

  .div-block-4 {
    opacity: 1;
    margin-left: 0;
  }
}

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

  h3 {
    font-size: 60px;
  }

  .section {
    padding-left: 0;
    padding-right: 0;
    overflow: visible;
  }

  .section.digital-agency-section {
    padding-bottom: 150px;
  }

  .section.blog-stories-section.bg-dark-grey {
    padding-top: 300px;
  }

  .section.bg-dark-grey.introdcution-about {
    padding-top: 400px;
  }

  .section.bg-dark-grey.relative-0 {
    z-index: 0;
    position: relative;
  }

  .section.about {
    padding-top: 100px;
    padding-bottom: 150px;
  }

  .section.blog {
    height: 100vh;
  }

  .section.the-agency-section {
    overflow: visible;
  }

  .container {
    padding: 150px 50px;
  }

  .container.padding-200px {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .container.padding-200px.mb {
    padding-bottom: 50px;
  }

  .container.padding-100px.mb {
    padding-bottom: 0;
  }

  .container.footer, .container.footer-2 {
    padding-bottom: 75px;
  }

  .container.job {
    padding-bottom: 150px;
  }

  .page-wrapper.bg-black {
    background-color: #000;
  }

  .navbar {
    padding-left: 0;
    padding-right: 0;
  }

  .hero {
    align-items: center;
    height: 100vh;
  }

  .hero-heading-wrapper {
    max-width: 600px;
  }

  .hero-heading {
    font-size: 55px;
  }

  .expertise-content {
    grid-row-gap: 0px;
  }

  .expertise-wrapper {
    flex-direction: row;
  }

  .expertise-heading {
    font-size: 47px;
    line-height: 1.3;
  }

  .digital-agency-wrapper {
    grid-column-gap: 100px;
  }

  .stories-section {
    height: 600px;
    top: -200px;
  }

  .blog-stories-inner {
    grid-row-gap: 25px;
    flex-flow: column;
  }

  .events-content {
    grid-row-gap: 40px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .events-wrapper {
    width: 47%;
  }

  .events-shadow {
    background-image: linear-gradient(#fff0, #141414bf);
  }

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

  .footer-grid {
    grid-column-gap: 100px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .footer-content {
    margin-top: 150px;
  }

  .footer-wrapper {
    grid-column-gap: 50px;
  }

  .container-pd-200px {
    padding: 150px 50px;
  }

  .cursor-wrapper {
    display: none;
  }

  .menu {
    height: auto;
    padding-left: 0;
    padding-right: 0;
    display: none;
    overflow: scroll;
  }

  .menu-links {
    flex-direction: column;
    align-items: flex-start;
  }

  .menu-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 100px;
  }

  .expertise-image {
    display: none;
  }

  .expertise-link-wrapper {
    margin-top: 100px;
    margin-left: 0;
  }

  .blog-stories-image, .menu-link-image {
    display: none;
  }

  .about-wrapper {
    grid-column-gap: 100px;
    grid-row-gap: 50px;
    flex-wrap: wrap;
  }

  .about-absolute {
    height: 600px;
    top: -200px;
  }

  .container-mg-50px {
    padding: 150px 50px;
  }

  .container-mg-50px.padding-200px {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .title-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 310px;
    margin-left: -5px;
  }

  .vertical, .horizontal {
    width: 25px;
  }

  .social-link-team {
    color: #fff;
    font-weight: 500;
  }

  .team-profile {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 100%;
    margin-bottom: 0;
  }

  .heading-team {
    font-size: 60px;
  }

  .profile-details {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    justify-content: space-between;
    width: 100%;
    left: 0;
  }

  .profile-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    align-self: auto;
    align-items: center;
    width: 100%;
    position: relative;
  }

  .profile-wrapper._3rd {
    width: 100%;
  }

  .profile-wrapper._2nd {
    justify-content: center;
    width: 100%;
    margin-bottom: 0;
  }

  .team-grid {
    grid-column-gap: 0px;
    grid-row-gap: 100px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .team-profile-socials {
    font-size: 16px;
  }

  .profile-image {
    width: 80%;
    height: 100%;
  }

  .open-description {
    width: 50px;
    height: 50px;
  }

  .team-description {
    z-index: 100;
    display: flex;
    position: fixed;
    inset: 40px 40px 40px 151px;
  }

  .team-description._1, .team-description._2 {
    display: none;
  }

  .team-shape-wrapper {
    z-index: 1;
    display: none;
  }

  .parteners-grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .parteners-grid-content {
    width: 80%;
  }

  .bg-team-description {
    z-index: 90;
  }

  .container-services {
    padding: 150px 50px;
  }

  .services-header {
    padding-top: 50px;
  }

  .services-header-wrapper {
    padding-right: 0;
  }

  .header-projects {
    grid-column-gap: 100px;
    margin-top: 50px;
    padding-top: 0;
  }

  .projects-wrapper {
    grid-column-gap: 70px;
  }

  .collection-list {
    grid-row-gap: 300px;
  }

  .collection-list-category {
    grid-column-gap: 50px;
    grid-row-gap: 150px;
  }

  .project-grid-images-wrapper {
    height: 350px;
  }

  .next-project {
    z-index: 1;
    height: 600px;
    position: relative;
  }

  .next-project-button {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .job-content {
    grid-row-gap: 100px;
    flex-direction: column;
    align-items: flex-start;
  }

  .job-content-left {
    grid-column-gap: 50px;
    width: 100%;
    max-width: none;
  }

  .job-content-right {
    width: 100%;
    max-width: none;
    padding-right: 0;
  }

  .form-block {
    width: 100%;
    display: none;
  }

  .form-text-link {
    font-size: 16px;
  }

  .form-heading-content {
    grid-row-gap: 50px;
    flex-direction: column;
    align-items: flex-start;
  }

  .header-blog {
    margin-top: 50px;
  }

  .blog-image-wrapper {
    display: none;
  }

  .blog-page-wrapper {
    grid-row-gap: 30px;
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
  }

  .blog-page-date, .blog-page-brand {
    width: auto;
  }

  .blog-page-social {
    justify-content: center;
  }

  .rich-text-block {
    max-width: 450px;
    margin-top: 150px;
  }

  .next-project-heading {
    font-size: 60px;
    line-height: 1.2;
  }

  .blog-stories-category {
    flex: none;
  }

  .display {
    font-size: 130px;
  }

  .styleguie-tipography {
    grid-template-columns: 1fr 1fr;
  }

  .font-wrapper {
    height: auto;
  }

  .background-video {
    display: none;
  }

  .hero-content {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-end;
    align-items: flex-start;
    height: 100%;
    padding-top: 0;
    display: flex;
  }

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

  .verticle-line-2 {
    width: 100%;
  }

  .benefits-row {
    grid-row-gap: 0px;
    grid-template-rows: auto 1px auto;
    grid-template-columns: 1fr 1px 1fr;
  }

  .number-item {
    grid-row-gap: 100px;
  }

  .despre-text {
    width: 0;
    min-width: 830px;
    height: 63px;
  }

  .pin-stripe.hide-tablet {
    display: none;
  }

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

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

  .dual-wrapper-2 {
    grid-template-columns: 1fr;
  }

  .footer-component {
    min-height: 75vh;
  }

  .faq-title {
    padding-top: 4rem;
    padding-bottom: 4rem;
    padding-right: 3rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .sidebar-link {
    display: none;
  }

  .title-wrapper-2 {
    min-width: 100%;
  }

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

  .heading-xlarge {
    font-size: 3.5rem;
  }

  .inside.solid.end {
    margin-bottom: 0;
  }

  .tab-lottie {
    width: .75rem;
  }

  .image-base {
    width: 70%;
    height: 70vw;
  }

  .faq-action-wrapper {
    right: 0;
  }

  .heading-medium {
    font-size: 2.25rem;
  }

  .nav-menu {
    display: none;
  }

  .faq-bottom-content {
    grid-template-columns: 1fr .25fr;
    padding-bottom: 3rem;
  }

  .heading-paragraph {
    font-size: 2.5rem;
  }

  .page-padding {
    max-width: none;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .sidebar {
    width: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .sidebar-bottom {
    display: none;
  }

  .home-hero-intro {
    max-width: none;
  }

  .faq-action {
    width: 3rem;
    height: 3rem;
  }

  .brand {
    padding-left: 0;
  }

  .intro-description {
    padding-top: 0;
  }

  .service-card.light {
    min-height: 50vh;
  }

  .service-item {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
    min-height: auto;
    padding-bottom: 6rem;
  }

  .footer-bottom {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: .55fr .55fr;
  }

  .mega-menu-overlay {
    margin-right: 0;
  }

  .menu-link {
    min-width: 4rem;
    min-height: 4rem;
    margin-left: -4rem;
    top: 1rem;
  }

  .testimonial-text {
    font-size: 2.25rem;
  }

  .section-services {
    margin-bottom: 0;
  }

  .home-hero-images {
    max-width: 100vw;
  }

  .tab-intro {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .menu-line {
    width: 1.2rem;
    height: .1rem;
  }

  .close-menu-link {
    width: 4rem;
    height: 4rem;
  }

  .footer-email {
    font-size: 3rem;
  }

  .anchor-link-wrapper {
    margin-bottom: 0;
    margin-left: -3rem;
  }

  .open-menu-link-wrapper {
    width: 4rem;
    height: 4rem;
  }

  .sidebar-link-wrapper {
    display: none;
  }

  .footer-email-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .hero-image {
    width: 60vh;
    min-width: 60vh;
    height: 60vh;
  }

  .section-footer {
    position: relative;
  }

  .projects {
    padding-top: 2rem;
  }

  .timeline-inside {
    height: auto;
  }

  .sidebar-menu-content {
    background-color: #141a1f;
    min-width: 80vw;
    margin-left: -5rem;
    padding-left: 4rem;
    padding-right: 4rem;
    display: none;
    overflow: auto;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .works-intro {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .sidebar-menu {
    background-color: #141a1f00;
    padding-right: 0;
  }

  .heading-large {
    font-size: 3rem;
  }

  .testimonial-slide {
    padding-right: 4rem;
  }

  .project-arrow {
    height: 1.875rem;
  }

  .inner-hero-content {
    padding-top: 36px;
  }

  .xxl-heading {
    font-size: 48px;
  }

  .contact-info-wrapper {
    grid-row-gap: 60px;
    padding-bottom: 60px;
  }

  .contact-form-wrapper {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
    padding-left: 36px;
  }

  .sticky-intro {
    position: relative;
    top: 0;
  }

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

@media screen and (max-width: 767px) {
  h1 {
    line-height: 1.3;
  }

  h2 {
    font-size: 60px;
  }

  h3 {
    font-size: 50px;
    line-height: 60px;
  }

  .section.bg-dark-grey.introdcution-about {
    padding-top: 300px;
  }

  .section.about {
    padding-bottom: 200px;
  }

  .section.projects {
    z-index: 2;
  }

  .container {
    padding: 100px 30px;
  }

  .container.padding-200px {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .container.c-careers {
    margin-top: 50px;
  }

  .container.job {
    padding-bottom: 100px;
  }

  .container-navbar {
    padding: 30px;
  }

  .introduction-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 40px;
    flex-direction: column;
  }

  ._810px.mb {
    font-size: 10vw;
  }

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

  .digital-agency-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 50px;
    flex-wrap: wrap;
  }

  .stories-section {
    height: 500px;
  }

  .blog-stories-inner {
    grid-row-gap: 25px;
    flex-flow: column wrap;
  }

  .events-content {
    flex-direction: column;
  }

  .events-wrapper {
    width: 100%;
  }

  .cta-content {
    grid-row-gap: 50px;
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-grid {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    display: flex;
  }

  .footer-grid-content {
    width: 25%;
  }

  .footer-content {
    grid-row-gap: 50px;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 100px;
  }

  .container-footer {
    padding: 50px 30px;
  }

  .footer-wrapper {
    justify-content: space-between;
    width: 100%;
  }

  .container-pd-200px {
    padding: 100px 30px;
  }

  .menu {
    padding-top: 0;
    display: none;
    overflow: scroll;
  }

  .menu-content {
    padding: 100% 30px 100px;
  }

  .menu-button-trigger {
    z-index: 20;
    position: relative;
  }

  .about-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 50px;
    flex-wrap: wrap;
  }

  .about-absolute {
    height: 500px;
  }

  .container-mg-50px {
    padding: 100px 29px;
  }

  .title-wrapper {
    margin-left: 0;
  }

  .social-link-team {
    color: #fff;
  }

  .heading-team {
    font-size: 60px;
    line-height: 80px;
  }

  .profile-details {
    grid-row-gap: 10px;
    top: -120px;
  }

  .profile-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 40px;
    flex-direction: column;
    align-items: flex-start;
    width: 80%;
  }

  .profile-wrapper._3rd {
    width: 80%;
  }

  .profile-wrapper._2nd {
    align-items: flex-start;
    width: 80%;
    margin-bottom: 0;
  }

  .team-grid {
    grid-row-gap: 50px;
    justify-content: flex-start;
    width: 100%;
  }

  .team-profile-socials {
    font-size: 16px;
  }

  .profile-image {
    width: 100%;
  }

  .team-description {
    padding: 50px 25px;
    display: flex;
    left: 101px;
  }

  .team-description-content {
    grid-row-gap: 50px;
    flex-direction: column;
  }

  .parteners-wrapper {
    grid-column-gap: 50px;
  }

  .parteners-grid {
    grid-column-gap: 50px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 100px;
  }

  .completed {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .completed-content {
    width: 100%;
  }

  .team-heading-description {
    font-size: 25px;
    line-height: 40px;
  }

  .container-services {
    padding: 100px 30px;
  }

  .container-services.footer {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .services-header-wrapper {
    padding-right: 0;
  }

  .contact-wrapper {
    align-items: center;
  }

  .header-projects {
    grid-row-gap: 50px;
    flex-direction: column;
  }

  .category-projects {
    flex-direction: column;
  }

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

  .collection-list-wrapper-projects._2 {
    margin-top: 100px;
  }

  .projects-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .collection-list {
    grid-row-gap: 100px;
  }

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

  .collection-list-category {
    grid-row-gap: 100px;
    flex-direction: column;
  }

  .project-header {
    margin-top: 0;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .project-grid-image {
    grid-template-columns: 1fr 1fr;
  }

  .project-cta-wrapper {
    grid-row-gap: 40px;
    flex-wrap: wrap;
  }

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

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

  .job-content-left {
    margin-top: 100px;
  }

  .job-content-right {
    padding-right: 0;
  }

  .form-block {
    height: 100%;
    padding-bottom: 0;
    display: none;
    overflow: scroll;
  }

  .form-green-section {
    width: 133px;
  }

  .form {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 0;
  }

  .form-content {
    grid-row-gap: 40px;
    flex-direction: column;
    align-items: flex-start;
  }

  .text-field._50 {
    width: 100%;
  }

  .blog-content {
    grid-row-gap: 50px;
    flex-direction: column;
  }

  .blog-wrapper {
    width: 100%;
  }

  .blog-page-wrapper {
    grid-row-gap: 30px;
  }

  .rich-text-block {
    margin-top: 100px;
  }

  .next-project-heading {
    font-size: 50px;
  }

  .styleguide-row {
    padding-left: 30px;
    padding-right: 30px;
  }

  .display {
    font-size: 14vw;
  }

  .styleguie-tipography {
    grid-template-columns: 1fr;
  }

  .font-wrapper {
    width: auto;
  }

  .ic-heading {
    font-size: 10vw;
  }

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

  .benefits-row {
    grid-template-rows: auto 1px auto 1px auto 1px auto;
    grid-template-columns: 1fr;
  }

  .number-item {
    grid-row-gap: 60px;
  }

  .pin-stripe.hide-horizontal-mobile, .hover-link-wrapper {
    display: none;
  }

  .hover-link-wrapper.video-link-wrapper {
    display: flex;
  }

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

  .agency-paragraph-2 {
    margin-top: 70px;
  }

  .logo-grid_logo {
    max-height: 3rem;
  }

  .faq-title {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .services-component {
    grid-template-columns: 1fr;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .title-wrapper-2 {
    min-width: 100%;
  }

  .heading-xlarge {
    font-size: 2.875rem;
  }

  .image-base {
    width: 100%;
    height: 110vw;
  }

  .testimonial-slide-item {
    margin-right: 2rem;
  }

  .heading-medium {
    font-size: 2rem;
  }

  .category-list {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .underline-link.large-underline-link {
    font-size: 1.125rem;
  }

  .heading-paragraph {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    font-size: 2.25rem;
  }

  .page-padding {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .home-hero-intro {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .category-bar {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .form-number {
    font-size: .75rem;
  }

  .service-item {
    padding-bottom: 6rem;
  }

  .footer-bottom {
    order: 1;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    justify-items: center;
  }

  .menu-link {
    min-width: 3.75rem;
    min-height: 3.75rem;
    margin-left: -3rem;
    left: -2rem;
  }

  .sidebar-menu-item {
    padding-right: 0;
    font-size: 2rem;
  }

  .filter-link-list {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .logo-icon {
    width: 10rem;
    min-width: 10rem;
  }

  .arrow-icon-wrapper.large-arrow-icon {
    margin-right: 1.125rem;
  }

  .tab-intro {
    margin-bottom: 4rem;
  }

  .close-menu-link {
    width: 3.75rem;
    height: 3.75rem;
  }

  .footer-email {
    font-size: 2.25rem;
  }

  .anchor-link-wrapper {
    align-items: center;
    margin-left: -1.5rem;
    display: none;
  }

  .open-menu-link-wrapper {
    width: 3.75rem;
    height: 3.75rem;
  }

  .footer-email-wrapper {
    grid-column-gap: 1.75rem;
    grid-row-gap: 1.75rem;
    order: -1;
    padding-top: 3rem;
    padding-bottom: 0;
  }

  .section-footer {
    position: relative;
  }

  .projects {
    grid-template-columns: 1fr;
  }

  .sidebar-menu-content {
    min-width: 75vw;
    margin-left: -3rem;
    padding-left: 3rem;
    padding-right: 3rem;
    display: none;
    overflow: auto;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .works-intro {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .heading-large {
    font-size: 2.5rem;
  }

  .home-hero-content {
    padding-top: 6rem;
    padding-bottom: 4rem;
  }

  .testimonial-slide {
    padding-right: 0;
  }

  .tag-wrapper {
    left: 2.5rem;
  }

  .project-arrow {
    height: 1.5rem;
  }

  .project-card {
    height: 120vw;
    padding: 3rem 2.5rem;
  }

  .text-size-large {
    font-size: 1.5rem;
  }

  .logo-grid_list {
    grid-template-columns: 1fr 1fr;
  }

  .logo-grid_wrapper {
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .hero-intro {
    padding-left: 40px;
    padding-right: 40px;
  }

  .inner-hero-content {
    padding-left: 0;
    padding-right: 0;
  }

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

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

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

  h2 {
    font-size: 50px;
    line-height: 65px;
  }

  h3 {
    font-size: 40px;
    line-height: 1.3;
  }

  .section.digital-agency-section {
    padding-bottom: 75px;
  }

  .section.blog-stories-section.bg-dark-grey {
    padding-top: 150px;
  }

  .section.bg-dark-grey.introdcution-about {
    padding-top: 175px;
  }

  .section.about, .container, .container.padding-200px {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .container.padding-100px {
    padding-top: 76px;
    padding-bottom: 76px;
  }

  .container.header {
    height: auto;
    padding-bottom: 75px;
  }

  .container.c-careers {
    margin-top: 100px;
  }

  .container.job {
    padding-bottom: 75px;
  }

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

  .paragraph-16px._33-3 {
    width: auto;
  }

  .navbar-text {
    display: none;
  }

  .hero-heading {
    font-size: 7.5vw;
  }

  .introduction-wrapper {
    grid-row-gap: 50px;
    flex-direction: column;
  }

  ._810px.mb {
    font-size: 7vw;
    line-height: 1.3;
  }

  .agency-paragraph {
    font-size: 18px;
    line-height: 30px;
  }

  .expertise-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .expertise-line {
    display: none;
  }

  .expertise-heading {
    font-size: 8vw;
  }

  .expertise-heading.small {
    font-size: 15px;
  }

  .digital-agency-grid {
    grid-column-gap: 40px;
  }

  .stories-section {
    height: 300px;
    top: -100px;
  }

  .light-pink {
    font-size: 28px;
  }

  .events-wrapper {
    padding: 20px;
  }

  .footer-grid {
    grid-column-gap: 53px;
    grid-row-gap: 40px;
    justify-content: space-between;
  }

  .footer-grid-content {
    width: 41%;
  }

  .footer-grid-content._01 {
    display: none;
  }

  .footer-content {
    margin-top: 75px;
  }

  .footer-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 10px;
    flex-flow: column wrap;
    align-items: flex-start;
  }

  .container-pd-200px {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .menu {
    display: none;
  }

  .menu-content {
    padding-top: 125%;
  }

  .menu-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .menu-button {
    position: fixed;
    inset: 40px 30px auto auto;
  }

  .line-1-menu-button, .line-2-menu-button {
    width: 30px;
    height: 1px;
  }

  .menu-button-trigger {
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .expertise-link-wrapper {
    margin-top: 50px;
  }

  .about-wrapper {
    margin-top: 100px;
  }

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

  .about-absolute {
    height: 300px;
    top: -100px;
  }

  .container-mg-50px, .container-mg-50px.padding-200px {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .profile-details {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    top: -97px;
  }

  .profile-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 20px;
    flex-direction: column;
    width: 100%;
  }

  .profile-wrapper._3rd, .profile-wrapper._2nd {
    width: 100%;
  }

  .team-grid {
    grid-row-gap: 40px;
  }

  .team-profile-socials {
    grid-column-gap: 4vw;
    grid-row-gap: 4vw;
    font-size: 16px;
  }

  .team-description {
    align-items: center;
    max-width: 650px;
    height: 80vh;
    display: none;
    top: 120px;
    bottom: 100px;
    left: 40px;
  }

  .team-description._1, .team-description._2 {
    display: none;
    overflow: visible;
  }

  .close-description {
    z-index: 10000;
    top: -81px;
    left: auto;
    right: auto;
  }

  .team-description-content {
    overflow: scroll;
  }

  .parteners-wrapper {
    grid-row-gap: 50px;
    flex-direction: column;
  }

  .parteners-grid {
    grid-column-gap: 50px;
    grid-template-rows: auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    margin-top: 75px;
  }

  .parteners-line {
    margin-top: 75px;
    margin-bottom: 75px;
  }

  .heading-about-mobile {
    font-size: 51px;
    line-height: 65px;
  }

  .container-services {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .services-header-wrapper {
    padding-right: 0;
  }

  .services-content {
    grid-row-gap: 50px;
    flex-flow: wrap;
  }

  .services-heading {
    padding-top: 51px;
    padding-bottom: 25px;
    font-size: 80px;
    line-height: 1;
  }

  .services-h4 {
    width: auto;
  }

  .heading-services {
    font-size: 50px;
    line-height: 60px;
  }

  .contact-arrow {
    width: 60px;
  }

  .header-projects {
    height: auto;
  }

  .project-line {
    width: 90px;
  }

  .collection-list-category, .project-image-content {
    grid-row-gap: 75px;
  }

  .project-grid-images-wrapper {
    height: 200px;
  }

  .next-project {
    height: 500px;
  }

  .next-project-button {
    width: 100px;
    height: 100px;
  }

  .project-heading {
    font-size: 48px;
    line-height: 60px;
  }

  .logo-careers {
    grid-column-gap: 14px;
  }

  .heading-careers {
    font-size: 49px;
    line-height: 60px;
  }

  .careers-image.bg-dark-grey {
    height: 450px;
    padding-bottom: 75px;
  }

  .job-content-right {
    padding-right: 0;
  }

  .navbar-button {
    display: none;
  }

  .form-block {
    flex-direction: column;
    display: none;
  }

  .form-green-section {
    flex-direction: row;
    width: 100%;
    padding: 30px;
  }

  .form-button {
    padding-left: 0;
    padding-right: 0;
  }

  .form-text-link {
    margin-bottom: 0;
    transform: none;
  }

  .form {
    padding-bottom: 25px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .form-heading-content {
    grid-row-gap: 25px;
    margin-bottom: 75px;
  }

  .heading-blog {
    font-size: 48px;
    line-height: 60px;
  }

  .blog-header {
    padding-top: 50px;
  }

  .next-project-heading {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 40px;
  }

  .terms-wrapper {
    width: auto;
  }

  .display {
    letter-spacing: -5px;
    font-size: 100px;
  }

  .styleguie-tipography {
    grid-template-columns: 1fr;
  }

  .font-wrapper {
    width: 280px;
  }

  .background-video {
    height: 100%;
    display: block;
  }

  .hero-content {
    height: auto;
  }

  .ic-heading {
    line-height: 1.3;
  }

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

  .sectiune-cheie {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: 90vh;
    overflow: visible;
  }

  .sectiune-cheie.home1 {
    background-position: 0 0, 0%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .div-block-229 {
    flex-direction: column;
    width: 100%;
    height: auto;
    margin-left: 35px;
    display: block;
    left: 0%;
  }

  .subtitlu-sectiune {
    width: 110px;
    padding-top: 0;
    padding-bottom: 30px;
  }

  .subtitlu-sectiune.home1 {
    width: 200px;
  }

  .despre-text {
    min-width: 310px;
    height: 40px;
    font-size: 26px;
    font-weight: 300;
    line-height: 80px;
    display: block;
  }

  .despre-text.home1 {
    width: 260px;
    min-width: 300px;
    font-size: 30px;
    line-height: 1.4em;
    text-decoration: none;
  }

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

  .client-quote-credit {
    margin-left: 0;
    padding-left: 18px;
  }

  .video-info {
    grid-row-gap: 48px;
    padding-left: 0;
  }

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

  .section-5.video-section {
    padding-top: 140px;
    padding-bottom: 100px;
  }

  .footer-component {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    min-height: 65vh;
  }

  .faq-title {
    padding-top: 3rem;
    padding-bottom: 3rem;
    padding-right: 3.5rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .title-wrapper-2 {
    width: 50vw;
  }

  .heading-xlarge {
    font-size: 2.75rem;
  }

  .footer-legal-block {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  .faq-bottom-content {
    display: flex;
  }

  .heading-paragraph {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    font-size: 2rem;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-intro {
    font-size: 2rem;
  }

  .menu-button-2 {
    display: none;
  }

  .service-card.light {
    justify-content: flex-start;
    padding-top: 0;
    padding-bottom: 4rem;
  }

  .service-item {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-bottom: 0;
  }

  .footer-bottom {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
    padding-top: 1.5rem;
    padding-bottom: 1rem;
    font-size: .875rem;
  }

  .testimonial-text {
    font-size: 1.875rem;
  }

  .sidebar-menu-item {
    padding-right: 0;
  }

  .social-link-list {
    grid-column-gap: .75rem;
    grid-row-gap: 1rem;
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .section-logos {
    display: none;
  }

  .footer-email {
    font-size: 1.5rem;
  }

  .footer-email-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .hero-image {
    width: 80vw;
    min-width: 80vw;
    height: 80vw;
  }

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

  .section-footer {
    position: sticky;
  }

  .projects {
    padding-top: 0;
  }

  .sidebar-menu-content {
    min-width: 100vw;
    margin-left: -6rem;
    padding-bottom: 4rem;
    padding-left: 2rem;
    padding-right: 2rem;
    display: none;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .works-intro {
    grid-column-gap: 2.25rem;
    grid-row-gap: 2.25rem;
  }

  .tag-wrapper {
    top: 2rem;
    left: 1.5rem;
  }

  .project-arrow {
    height: 1.5rem;
  }

  .project-card {
    padding: 2rem 1.5rem;
  }

  .text-block-18 {
    font-size: 22px;
    line-height: 40px;
  }

  .hero-intro {
    grid-row-gap: 24px;
    padding-left: 0;
    padding-right: 0;
  }

  .inner-hero-content {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .grid-wrapper {
    height: auto;
  }

  .hero-top {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .inner-page-hero {
    min-height: 700px;
    padding-top: 104px;
  }

  .xxl-heading {
    font-size: 36px;
  }

  .contact-form-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

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

  .section-6.no-top-padding.grey {
    padding-bottom: 100px;
  }

  .medium-stacked-intro {
    grid-row-gap: 24px;
  }

  .heading-3 {
    font-size: 32px;
    line-height: 48px;
  }

  .paragraph-2 {
    font-size: 18px;
    line-height: 30px;
  }
}

#w-node-_181e3921-535b-e3b2-9316-890801790313-a23c69b8, #w-node-_181e3921-535b-e3b2-9316-890801790319-a23c69b8, #w-node-_181e3921-535b-e3b2-9316-89080179031f-a23c69b8, #w-node-_181e3921-535b-e3b2-9316-890801790325-a23c69b8, #w-node-_181e3921-535b-e3b2-9316-89080179032b-a23c69b8, #w-node-_181e3921-535b-e3b2-9316-890801790331-a23c69b8, #w-node-_181e3921-535b-e3b2-9316-890801790337-a23c69b8, #w-node-_181e3921-535b-e3b2-9316-89080179033d-a23c69b8 {
  place-self: stretch center;
}

#w-node-_577f51c7-4f65-38c9-3d31-dd00a39ae68f-a23c69b8 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_577f51c7-4f65-38c9-3d31-dd00a39ae696-a23c69b8 {
  place-self: center end;
}

#w-node-_577f51c7-4f65-38c9-3d31-dd00a39ae69a-a23c69b8 {
  grid-area: 1 / 6 / 2 / 7;
}

#w-node-_577f51c7-4f65-38c9-3d31-dd00a39ae6a1-a23c69b8 {
  place-self: center end;
}

#w-node-_577f51c7-4f65-38c9-3d31-dd00a39ae6a5-a23c69b8 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_577f51c7-4f65-38c9-3d31-dd00a39ae6ac-a23c69b8 {
  place-self: center end;
}

#w-node-_577f51c7-4f65-38c9-3d31-dd00a39ae6b0-a23c69b8 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-f5685c8a-24fe-7b43-935b-0a21bf470b21-bf470b1e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f5685c8a-24fe-7b43-935b-0a21bf470b26-bf470b1e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start end;
}

#w-node-f5685c8a-24fe-7b43-935b-0a21bf470b30-bf470b1e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-f5685c8a-24fe-7b43-935b-0a21bf470b3c-bf470b1e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_5e64a90e-ba51-2eec-70be-33c8168c71ad-168c7183, #w-node-_5e64a90e-ba51-2eec-70be-33c8168c71b6-168c7183, #w-node-_5e64a90e-ba51-2eec-70be-33c8168c71c9-168c7183, #w-node-_5e64a90e-ba51-2eec-70be-33c8168c71d7-168c7183 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_656ca6ef-1cbf-d385-f06f-5c7f81387f4b-a23c69bb {
  align-self: end;
}

#w-node-_656ca6ef-1cbf-d385-f06f-5c7f81387f4f-a23c69bb {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_656ca6ef-1cbf-d385-f06f-5c7f81387f56-a23c69bb, #w-node-_656ca6ef-1cbf-d385-f06f-5c7f81387f6f-a23c69bb, #w-node-_656ca6ef-1cbf-d385-f06f-5c7f81387f88-a23c69bb {
  align-self: stretch;
}

#w-node-_2ebbc834-a151-0b78-ab9e-f6085cb8e5b4-a23c69bd, #w-node-_2ebbc834-a151-0b78-ab9e-f6085cb8e5b9-a23c69bd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2ebbc834-a151-0b78-ab9e-f6085cb8e5be-a23c69bd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_2ebbc834-a151-0b78-ab9e-f6085cb8e5cc-a23c69bd, #w-node-_2ebbc834-a151-0b78-ab9e-f6085cb8e5da-a23c69bd, #w-node-f06e914b-a7cf-6697-f4c5-35e00575cd19-a23c69be, #w-node-f06e914b-a7cf-6697-f4c5-35e00575cd1e-a23c69be {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f06e914b-a7cf-6697-f4c5-35e00575cd23-a23c69be {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-f06e914b-a7cf-6697-f4c5-35e00575cd31-a23c69be, #w-node-f06e914b-a7cf-6697-f4c5-35e00575cd3f-a23c69be, #w-node-_9184131a-bffc-c81a-983e-21ebf7074bb7-f7074bb4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9184131a-bffc-c81a-983e-21ebf7074bbc-f7074bb4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start end;
}

#w-node-_9184131a-bffc-c81a-983e-21ebf7074bc6-f7074bb4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_9184131a-bffc-c81a-983e-21ebf7074bd0-f7074bb4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_900a1151-fdec-1fef-d176-dad3fe3817b6-a23c69c0, #w-node-_900a1151-fdec-1fef-d176-dad3fe3817bb-a23c69c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_900a1151-fdec-1fef-d176-dad3fe3817c0-a23c69c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_900a1151-fdec-1fef-d176-dad3fe3817ce-a23c69c0, #w-node-_900a1151-fdec-1fef-d176-dad3fe3817dc-a23c69c0, #w-node-_3f360d6c-9602-27b4-36c4-4eb7bcb6b8f7-a23c69c1, #w-node-_3f360d6c-9602-27b4-36c4-4eb7bcb6b8fc-a23c69c1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3f360d6c-9602-27b4-36c4-4eb7bcb6b901-a23c69c1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_3f360d6c-9602-27b4-36c4-4eb7bcb6b90f-a23c69c1, #w-node-_3f360d6c-9602-27b4-36c4-4eb7bcb6b91d-a23c69c1, #w-node-d2fa2918-8083-78b3-4ef5-4bbe9dcd4acf-a23c69c2, #w-node-_99dc6d9d-d4e4-83e0-6358-e5ff9865a6e4-a23c69c2, #w-node-abac3f1c-0f5c-f528-53a5-64b98a8322c6-a23c69c2, #w-node-_4479584a-14c9-1085-95b5-176705871497-a23c69c2, #w-node-_262b6290-e330-cce6-9053-f6b102849d99-a23c69c2, #w-node-c80b69c9-b9d9-be46-e2fe-59253f7cbe04-a23c69c2, #w-node-c6dc99ee-35c4-1c9e-6bb4-47f3ada5ba63-a23c69c3, #w-node-c6dc99ee-35c4-1c9e-6bb4-47f3ada5ba68-a23c69c3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c6dc99ee-35c4-1c9e-6bb4-47f3ada5ba6d-a23c69c3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-c6dc99ee-35c4-1c9e-6bb4-47f3ada5ba7b-a23c69c3, #w-node-c6dc99ee-35c4-1c9e-6bb4-47f3ada5ba89-a23c69c3, #w-node-_39fec0e1-cd44-5e93-c282-854f2d42f8bd-a23c69c5, #w-node-_39fec0e1-cd44-5e93-c282-854f2d42f8c2-a23c69c5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_39fec0e1-cd44-5e93-c282-854f2d42f8c7-a23c69c5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_39fec0e1-cd44-5e93-c282-854f2d42f8d5-a23c69c5, #w-node-_39fec0e1-cd44-5e93-c282-854f2d42f8e3-a23c69c5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a929658e-443c-84ed-883e-69eae4543e45-a23c69c6, #w-node-a929658e-443c-84ed-883e-69eae4543e4e-a23c69c6, #w-node-a929658e-443c-84ed-883e-69eae4543e57-a23c69c6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto start;
}

#w-node-_89bee137-4904-e2ae-2283-43bdb44bc021-a23c69c7, #w-node-_89bee137-4904-e2ae-2283-43bdb44bc026-a23c69c7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_89bee137-4904-e2ae-2283-43bdb44bc02b-a23c69c7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_89bee137-4904-e2ae-2283-43bdb44bc039-a23c69c7, #w-node-_89bee137-4904-e2ae-2283-43bdb44bc047-a23c69c7, #w-node-_85edb590-71ca-b269-e27e-50d0e032cab6-7cf307e4, #w-node-_85edb590-71ca-b269-e27e-50d0e032cab8-7cf307e4, #w-node-_85edb590-71ca-b269-e27e-50d0e032caba-7cf307e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_990e7a72-93cd-f94c-7063-c87891c48bd3-4e0efd08 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_990e7a72-93cd-f94c-7063-c87891c48bd4-4e0efd08 {
  place-self: center;
}

#w-node-_990e7a72-93cd-f94c-7063-c87891c48bd6-4e0efd08 {
  justify-self: center;
}

#w-node-_64cfafed-1ca6-d4d2-a4fb-8e0d61d71bb3-4e0efd08 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_64cfafed-1ca6-d4d2-a4fb-8e0d61d71bb4-4e0efd08 {
  justify-self: center;
}

#w-node-_64cfafed-1ca6-d4d2-a4fb-8e0d61d71bb5-4e0efd08 {
  align-self: start;
}

#w-node-_64cfafed-1ca6-d4d2-a4fb-8e0d61d71bb6-4e0efd08 {
  justify-self: start;
}

#w-node-_64cfafed-1ca6-d4d2-a4fb-8e0d61d71bb8-4e0efd08, #w-node-_64cfafed-1ca6-d4d2-a4fb-8e0d61d71bb9-4e0efd08 {
  align-self: start;
}

#w-node-_64cfafed-1ca6-d4d2-a4fb-8e0d61d71bc2-4e0efd08 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_64cfafed-1ca6-d4d2-a4fb-8e0d61d71bc4-4e0efd08 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_64cfafed-1ca6-d4d2-a4fb-8e0d61d71bc8-4e0efd08 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_64cfafed-1ca6-d4d2-a4fb-8e0d61d71bca-4e0efd08 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_64cfafed-1ca6-d4d2-a4fb-8e0d61d71bce-4e0efd08 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_64cfafed-1ca6-d4d2-a4fb-8e0d61d71bd0-4e0efd08 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_64cfafed-1ca6-d4d2-a4fb-8e0d61d71bd4-4e0efd08 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_64cfafed-1ca6-d4d2-a4fb-8e0d61d71bd6-4e0efd08 {
  grid-area: 2 / 1 / 2 / 2;
}

@media screen and (min-width: 1920px) {
  #w-node-_64cfafed-1ca6-d4d2-a4fb-8e0d61d71bd6-4e0efd08 {
    grid-area: 2 / 1 / 2 / 2;
    justify-self: start;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_577f51c7-4f65-38c9-3d31-dd00a39ae69a-a23c69b8 {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-_577f51c7-4f65-38c9-3d31-dd00a39ae6a5-a23c69b8 {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-_577f51c7-4f65-38c9-3d31-dd00a39ae6b0-a23c69b8 {
    grid-row-end: 2;
  }

  #w-node-f5685c8a-24fe-7b43-935b-0a21bf470b26-bf470b1e, #w-node-f5685c8a-24fe-7b43-935b-0a21bf470b30-bf470b1e, #w-node-_9184131a-bffc-c81a-983e-21ebf7074bbc-f7074bb4, #w-node-_9184131a-bffc-c81a-983e-21ebf7074bc6-f7074bb4 {
    justify-self: end;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_577f51c7-4f65-38c9-3d31-dd00a39ae69a-a23c69b8, #w-node-_577f51c7-4f65-38c9-3d31-dd00a39ae6a5-a23c69b8, #w-node-_577f51c7-4f65-38c9-3d31-dd00a39ae6b0-a23c69b8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f5685c8a-24fe-7b43-935b-0a21bf470b26-bf470b1e, #w-node-f5685c8a-24fe-7b43-935b-0a21bf470b30-bf470b1e, #w-node-f5685c8a-24fe-7b43-935b-0a21bf470b3c-bf470b1e {
    justify-self: start;
  }

  #w-node-_656ca6ef-1cbf-d385-f06f-5c7f81387f4f-a23c69bb {
    grid-column: span 1 / span 1;
  }

  #w-node-_9184131a-bffc-c81a-983e-21ebf7074bbc-f7074bb4, #w-node-_9184131a-bffc-c81a-983e-21ebf7074bc6-f7074bb4, #w-node-_9184131a-bffc-c81a-983e-21ebf7074bd0-f7074bb4 {
    justify-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_2ebbc834-a151-0b78-ab9e-f6085cb8e5be-a23c69bd, #w-node-f06e914b-a7cf-6697-f4c5-35e00575cd23-a23c69be, #w-node-_900a1151-fdec-1fef-d176-dad3fe3817c0-a23c69c0, #w-node-_3f360d6c-9602-27b4-36c4-4eb7bcb6b901-a23c69c1, #w-node-c6dc99ee-35c4-1c9e-6bb4-47f3ada5ba6d-a23c69c3, #w-node-_39fec0e1-cd44-5e93-c282-854f2d42f8c7-a23c69c5, #w-node-_89bee137-4904-e2ae-2283-43bdb44bc02b-a23c69c7 {
    justify-self: start;
  }
}


@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Light.otf') format('opentype');
  font-weight: 300;
  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-Regular.otf') format('opentype');
  font-weight: 400;
  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-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}