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

.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

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

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

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

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

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

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

.w-commerce-commercelayoutcontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.w-commerce-commercelayoutmain {
  -webkit-flex-basis: 800px;
  -ms-flex-preferred-size: 800px;
  flex-basis: 800px;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  margin-right: 20px;
}

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

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

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

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

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

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

.w-commerce-commercecheckoutblockheader {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 20px;
  padding-left: 20px;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #e6e6e6;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #e6e6e6;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #e6e6e6;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #e6e6e6;
  background-color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutcolumn {
  padding-right: 8px;
  padding-left: 8px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-flex-basis: 0%;
  -ms-flex-preferred-size: 0%;
  flex-basis: 0%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutshippingmethoditem {
  padding-top: 16px;
  padding-bottom: 16px;
  padding-right: 16px;
  padding-left: 16px;
  font-weight: 400;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  border-bottom-color: #e6e6e6;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  margin-bottom: 0px;
  background-color: #fff;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.w-commerce-commercecheckoutshippingmethoddescriptionblock {
  margin-left: 12px;
  margin-right: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutbillingaddresstogglewrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutsummaryblockheader {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 20px;
  padding-left: 20px;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #e6e6e6;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #e6e6e6;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #e6e6e6;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #e6e6e6;
  background-color: #fff;
}

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

.w-commerce-commercecheckoutorderitem {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

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

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

.w-commerce-commercecheckoutorderitemquantitywrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  white-space: pre-wrap;
}

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

.w-commerce-commercelayoutsidebar {
  -webkit-flex-basis: 320px;
  -ms-flex-preferred-size: 320px;
  flex-basis: 320px;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
}

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

.w-commerce-commercecheckoutsummarylineitem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 8px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.w-commerce-commercecheckoutordersummaryextraitemslistitem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 8px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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

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

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

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

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

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

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

.w-commerce-commercecheckoutsummaryflexboxdiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

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

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

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

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

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

@media screen and (max-width: 767px) {
  .w-commerce-commercelayoutcontainer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .w-commerce-commercelayoutmain {
    margin-right: 0px;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .w-commerce-commercelayoutsidebar {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}

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

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

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

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

  .w-commerce-commercecheckoutrow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 40px;
  margin-bottom: 24px;
  font-size: 50px;
  line-height: 60px;
  font-weight: 700;
}

h2 {
  margin-top: 40px;
  margin-bottom: 16px;
  font-size: 40px;
  line-height: 48px;
  font-weight: 700;
}

h3 {
  display: block;
  margin-top: 32px;
  margin-bottom: 16px;
  font-size: 28px;
  line-height: 36px;
  font-weight: 700;
}

h4 {
  margin-top: 32px;
  margin-bottom: 16px;
  font-size: 22px;
  line-height: 28px;
  font-weight: 700;
}

h5 {
  margin-top: 32px;
  margin-bottom: 16px;
  font-size: 17px;
  line-height: 24px;
  font-weight: 700;
}

h6 {
  display: block;
  margin-top: 32px;
  margin-bottom: 16px;
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
}

p {
  margin-top: 16px;
  margin-bottom: 16px;
  font-size: 17px;
  line-height: 28px;
}

a {
  text-decoration: none;
}

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

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

img {
  display: inline-block;
  max-width: 100%;
  margin-right: 16px;
}

blockquote {
  margin-top: 32px;
  margin-bottom: 32px;
  padding: 8px 24px;
  border-left: 3px solid #f83f5a;
  font-size: 22px;
  line-height: 32px;
}

figure {
  margin-top: 32px;
  margin-bottom: 32px;
}

figcaption {
  margin-top: 9px;
  color: #777;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
}

.body {
  font-family: Lato, sans-serif;
  color: #111;
  font-size: 17px;
  line-height: 28px;
}

.section {
  position: relative;
  display: none;
  margin-top: 40px;
  padding: 120px 56px;
  background-color: #fff;
  text-align: center;
}

.section.grey-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  margin-top: 0px;
  padding-top: 83px;
  padding-bottom: 79px;
  background-color: #fff;
  box-shadow: none;
}

.section.grey-section.no-top-padding.no-bottom-padding {
  display: block;
  padding-top: 0px;
  padding-bottom: 20px;
  border-top: 1px solid #ffbe00;
  background-color: #000;
  background-image: none;
  color: #000;
}

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

.section.grey-section.contatti {
  display: block;
  margin-left: auto;
  padding: 0px;
  background-color: #fff;
  background-image: none;
  box-shadow: 0 0 20px -14px #000;
}

.section.grey-section.contatti-home {
  display: block;
}

.section.no-side-paddings {
  padding-right: 0px;
  padding-left: 0px;
}

.section.no-bottom-padding {
  padding-bottom: 0px;
}

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

.section.no-paddings {
  display: block;
  margin-top: 0px;
  padding: 85px 0px 46px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/2021-01-22-09.33.38.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/2021-01-22-09.33.38.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.section.no-paddings.servizi-privati {
  padding-top: 32px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: none;
  box-shadow: 0 0 14px -15px #000;
  color: #111;
  text-align: right;
}

.section.no-paddings.p-iva {
  padding-top: 0px;
  padding-bottom: 1px;
  background-image: none;
}

.section.estimate-image-section {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(17, 17, 17, 0.5)), to(rgba(17, 17, 17, 0.5))), url('../images/joanna-kosinska-346599.jpg');
  background-image: linear-gradient(180deg, rgba(17, 17, 17, 0.5), rgba(17, 17, 17, 0.5)), url('../images/joanna-kosinska-346599.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

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

.section.steps-section {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(17, 17, 17, 0.5)), to(rgba(17, 17, 17, 0.5))), url('../images/ren-ran-168328.jpg');
  background-image: linear-gradient(180deg, rgba(17, 17, 17, 0.5), rgba(17, 17, 17, 0.5)), url('../images/ren-ran-168328.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.section.facts-light-bg-section {
  padding-top: 80px;
  padding-bottom: 80px;
  background-image: url('../images/christian-perner-329584.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.section.cta-section {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(17, 17, 17, 0.4)), to(rgba(17, 17, 17, 0.4))), url('../images/sasha-instagram-com-sanfrancisco-134404.jpg');
  background-image: linear-gradient(180deg, rgba(17, 17, 17, 0.4), rgba(17, 17, 17, 0.4)), url('../images/sasha-instagram-com-sanfrancisco-134404.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.section.brands-bg-section {
  height: 200px;
  margin-bottom: 0px;
  padding-top: 56px;
  padding-bottom: 33px;
  background-image: url('../images/blue-optic-fiber-with-ethernet-cables.jpg');
  background-position: 50% 0%;
  background-size: cover;
}

.section.cta-section {
  background-color: #f8f8f8;
  background-image: url('../images/like-bg-icon.png');
  background-position: 50% 50%;
  background-size: 340px;
  background-repeat: no-repeat;
}

.section.cta-bg-section {
  margin-top: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(17, 17, 17, 0.5)), to(rgba(17, 17, 17, 0.5))), url('../images/Ubtech-Contattaci.jpg');
  background-image: linear-gradient(180deg, rgba(17, 17, 17, 0.5), rgba(17, 17, 17, 0.5)), url('../images/Ubtech-Contattaci.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.section.side-image-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1400px;
  padding: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.section.side-image-section.reversed {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.section.testimonials-section {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(17, 17, 17, 0.5)), to(rgba(17, 17, 17, 0.5))), url('../images/christin-hume-309876.jpg');
  background-image: linear-gradient(180deg, rgba(17, 17, 17, 0.5), rgba(17, 17, 17, 0.5)), url('../images/christin-hume-309876.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.section.skills-bg-section-2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(17, 17, 17, 0.5)), to(rgba(17, 17, 17, 0.5))), url('../images/luke-chesser-2347.jpg');
  background-image: linear-gradient(180deg, rgba(17, 17, 17, 0.5), rgba(17, 17, 17, 0.5)), url('../images/luke-chesser-2347.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.section.side-content-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px;
}

.section.facts-dark-bg-section {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(17, 17, 17, 0.5)), to(rgba(17, 17, 17, 0.5))), url('../images/domenico-loia-298642.jpg');
  background-image: linear-gradient(180deg, rgba(17, 17, 17, 0.5), rgba(17, 17, 17, 0.5)), url('../images/domenico-loia-298642.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.section.facts-v1-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(17, 17, 17, 0.6)), to(rgba(17, 17, 17, 0.6))), url('../images/nastuh-abootalebi-284883.jpg');
  background-image: linear-gradient(180deg, rgba(17, 17, 17, 0.6), rgba(17, 17, 17, 0.6)), url('../images/nastuh-abootalebi-284883.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.section.facts-v1-section.icone-home {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.33)), to(rgba(0, 0, 0, 0.33))), url('../images/rotonda-vicenza-ubtech.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.33), rgba(0, 0, 0, 0.33)), url('../images/rotonda-vicenza-ubtech.jpg');
  background-position: 0px 0px, 50% 0%;
  -o-object-fit: fill;
  object-fit: fill;
}

.section.estimate-grey-section {
  background-color: #f8f8f8;
}

.section.skills-bg-section-1 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(17, 17, 17, 0.5)), to(rgba(17, 17, 17, 0.5))), url('../images/tran-mau-tri-tam-50424.jpg');
  background-image: linear-gradient(180deg, rgba(17, 17, 17, 0.5), rgba(17, 17, 17, 0.5)), url('../images/tran-mau-tri-tam-50424.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.section.overflow {
  overflow: visible;
}

.section.overflow.no-bottom-padding {
  margin-top: 0px;
}

.wrapper {
  display: block;
  width: 1200px;
  max-height: none;
  max-width: none;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  background-color: transparent;
  text-align: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.wrapper.hero-side-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding-top: 80px;
  padding-bottom: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button {
  height: 48px;
  padding: 11px 24px;
  border-radius: 20px;
  background-color: #ffb567;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-size: 15px;
  line-height: 24px;
  font-weight: 700;
}

.button:hover {
  background-color: #ec2f4b;
}

.button.posts-v3-button {
  margin-top: 80px;
}

.button.form-button {
  margin-top: 8px;
}

.button.sidebar-subscribe-button {
  padding-top: 8px;
}

.button.pricing-table-button {
  margin-top: 40px;
}

.button.margin-right {
  background-color: #eab130;
}

.button.ghost-white-button.margin-left-right:hover {
  background-color: #ffbe00;
}

.button.ghost-white-button.margin-left-right:active {
  background-color: #ffbe00;
}

.button.top-margin {
  margin-top: 16px;
}

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

.nav-bar {
  position: -webkit-sticky;
  position: sticky;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 99999;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
  font-family: Lato, sans-serif;
  color: #000;
  font-size: 17px;
}

.logo-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  padding-top: 4px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-link {
  height: 80px;
  padding: 28px 20px 27px;
  -webkit-transition: color 150ms ease;
  transition: color 150ms ease;
  color: #111;
  font-size: 14px;
  line-height: 24px;
}

.nav-link:hover {
  color: #f83f5a;
}

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

.nav-link.dropdown {
  padding-right: 32px;
}

.nav-link.nav-link-white {
  display: inline;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-transition-property: none;
  transition-property: none;
  color: #fff;
  font-size: 17px;
}

.nav-link.nav-link-white:hover {
  text-shadow: 1px 1px 6px #fdc932;
}

.nav-link.nav-link-white.w--current {
  -webkit-transition-property: none;
  transition-property: none;
}

.nav-link.nav-link-white.w--current:hover {
  text-shadow: 1px 1px 6px #fdc932;
}

.nav-link.nav-link-white.w--current:active {
  box-shadow: none;
  text-shadow: none;
}

.divisore {
  position: static;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  height: 3px;
  max-height: none;
  max-width: none;
  min-height: auto;
  min-width: auto;
  margin-top: 0px;
  margin-bottom: 20px;
  float: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fdc932;
  box-shadow: 1px 1px 3px 0 #fff;
  text-align: center;
  -o-object-fit: contain;
  object-fit: contain;
}

.divisore.destra {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-top: -14px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fdc932;
}

.divisore.destra.flou {
  display: block;
  width: 200px;
  margin-top: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  background-color: #fdc932;
  box-shadow: -1px 1px 7px 1px #ffbe00;
  text-align: left;
}

.divisore.destra {
  position: static;
  right: 0px;
  width: 70px;
  float: right;
  clear: none;
  text-align: right;
  -o-object-fit: none;
  object-fit: none;
}

.divisore.destra:hover {
  width: 100px;
}

.divisore.centro {
  position: static;
  width: auto;
  max-height: none;
  max-width: none;
  padding-left: 0px;
  box-shadow: 1px 1px 3px 0 #fff;
  text-align: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.divisore.centro.flou {
  display: inline-block;
  margin-top: auto;
  margin-bottom: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  box-shadow: -1px 1px 7px 1px #ffbe00;
}

.divisore.centro.flou.paragrafo {
  margin-top: 0px;
}

.divisore.centro.flou.piccolo {
  width: 220px;
  margin-top: auto;
  margin-bottom: auto;
}

.divisore.centro.flou.team {
  margin-top: 0px;
  margin-bottom: 20px;
}

.divisore.centro.flou {
  display: inline-block;
  margin-top: -25px;
  margin-bottom: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  box-shadow: -1px 1px 7px 1px #ffbe00;
}

.divisore.centro.flou.ubtech {
  width: 170px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.divisore.centro.fastweb-store {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.divisore.sinistra {
  width: 50%;
}

.divisore.giallo-dx {
  background-color: #ffbe00;
}

.divisore.centro {
  position: static;
  width: auto;
  max-height: none;
  max-width: none;
  padding-left: 0px;
  box-shadow: 1px 1px 3px 0 #fff;
  text-align: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.divisore.centro.flou {
  display: inline-block;
  margin-top: auto;
  margin-bottom: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  box-shadow: -1px 1px 7px 1px #ffbe00;
}

.divisore.centro.flou.piccolo {
  width: 220px;
  margin-top: auto;
  margin-bottom: auto;
}

.divisore.centro.flou.piccolo.cercolavoro {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.section-header-wrapper {
  max-width: 570px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 64px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.section-header {
  margin-top: 0px;
  color: #fff;
  font-size: 50px;
  line-height: 30px;
  font-weight: 400;
}

.section-header.section-header-left {
  max-width: 50%;
  margin-top: 52px;
  margin-left: 0px;
  text-align: center;
}

.section-header.arancio {
  margin-bottom: 0px;
  color: #fff;
  font-size: 40px;
}

.section-header.arancio.home {
  margin-top: 32px;
  margin-bottom: 32px;
  color: #fff;
  font-size: 40px;
  line-height: 55px;
}

.section-header.privati-maps {
  color: #000;
  font-size: 25px;
  line-height: 28px;
  text-align: center;
}

.section-header.anna {
  color: #000;
  font-size: 28px;
  line-height: 36px;
  font-weight: 400;
}

.section-header.nero {
  margin-bottom: 0px;
  color: #fff;
  font-size: 40px;
}

.section-header.nero.home {
  margin-top: 32px;
  margin-bottom: 32px;
  color: #fff;
  font-size: 40px;
  line-height: 55px;
}

.section-header.nero.home.recensioni {
  color: #000;
  font-weight: 400;
}

.section-header.clienti {
  color: #000;
}

.section-description {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -31px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: Lato, sans-serif;
  color: #000;
  font-size: 17px;
  line-height: 28px;
}

.section-description.clienti {
  color: #000;
}

.white-text {
  color: #fff;
}

.paragraph-small {
  color: #fff;
  font-size: 14px;
  line-height: 24px;
}

.paragraph-small.white-text {
  color: #777;
}

.grey-section {
  background-color: #f8f8f8;
  text-align: center;
}

.team {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.team-member {
  max-width: 300px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-basis: 25%;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  text-align: center;
}

.team-member-photo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-transition: box-shadow 300ms ease;
  transition: box-shadow 300ms ease;
}

.team-member-photo:hover {
  box-shadow: inset 0 0 0 500px rgba(46, 50, 60, 0.2);
}

.rich-text-content {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  text-align: left;
}

.side-image-50 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  min-height: 600px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e4e4e4;
}

.side-image-50.image-1 {
  width: 40%;
  min-height: auto;
  margin-right: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/rawpixel-com-334369.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.side-image-50.image-2 {
  background-image: url('../images/carl-heyerdahl-181868.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.side-image-50.image-4 {
  background-image: url('../images/domenico-loia-298642.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.side-image-50.image-3 {
  background-image: url('../images/rawpixel-com-191157.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.side-content-wrapper-50 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 600px;
  margin-left: 425px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.form-label {
  margin-bottom: 8px;
  color: #111;
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
  text-align: left;
}

.input {
  height: 48px;
  margin-bottom: 24px;
  padding-top: 6px;
  padding-right: 20px;
  padding-left: 20px;
  border: 1px solid #e4e4e4;
  background-color: #fff;
  -webkit-transition: border-color 300ms ease;
  transition: border-color 300ms ease;
  font-size: 15px;
  line-height: 24px;
}

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

.input.text-area {
  height: auto;
  min-height: 120px;
  padding-top: 16px;
}

.input.text-area.big {
  min-height: 184px;
}

.input.footer-input {
  margin-right: -1px;
  margin-bottom: 0px;
}

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

.footer-logo {
  display: block;
  margin-top: 10px;
  margin-bottom: -16px;
  padding: 22px 15px 22px 0px;
}

.footer-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 28px;
  margin-right: 15px;
  margin-left: 15px;
  padding-top: 24px;
  padding-bottom: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-top: 1px solid #ddd;
  color: #777;
  font-size: 12px;
  line-height: 24px;
}

.footer-bottom-text-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  padding-right: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #fff;
  font-size: 14px;
  text-align: left;
}

.footer-bottom-link {
  color: #111;
}

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

.footer-bottom-link-right {
  margin-left: 0px;
  color: #fff;
  font-size: 14px;
}

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

.works-v2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 0px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.work-v2 {
  width: 33.33333333%;
}

.work-card-v2 {
  position: relative;
  display: block;
  overflow: hidden;
}

.more-link {
  position: relative;
  display: inline-block;
  overflow: hidden;
  margin-top: 8px;
  padding-right: 12px;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #111;
  font-size: 15px;
  line-height: 24px;
  font-weight: 700;
}

.more-link.no-top-margin {
  margin-top: 0px;
}

.post-v2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.blog-posts-v2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -48px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.category {
  display: inline-block;
  height: 24px;
  padding-top: 4px;
  padding-right: 8px;
  padding-left: 10px;
  background-color: #fff;
  color: #111;
  font-size: 8px;
  line-height: 16px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.category.post-card-v3-category {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 1;
  margin: 40px;
}

.category.team-member-role {
  position: absolute;
  top: 0px;
  right: 0px;
  margin: 16px;
}

.hero-slider-section {
  height: 100vh;
  background-color: #111;
}

.hero-slider-nav {
  height: 64px;
  font-size: 9px;
  line-height: 52px;
}

.hero-slide {
  display: inline-block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-slide.hero-slide-1 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(17, 17, 17, 0.6)), to(rgba(17, 17, 17, 0.6))), url('../images/climate-kic-350836.jpg');
  background-image: linear-gradient(180deg, rgba(17, 17, 17, 0.6), rgba(17, 17, 17, 0.6)), url('../images/climate-kic-350836.jpg');
  background-position: 0px 0px, 50% 50%;
}

.hero-slide.hero-slide-3 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(17, 17, 17, 0.5)), to(rgba(17, 17, 17, 0.5))), url('../images/rawpixel-com-296612.jpg');
  background-image: linear-gradient(180deg, rgba(17, 17, 17, 0.5), rgba(17, 17, 17, 0.5)), url('../images/rawpixel-com-296612.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.hero-slide.hero-slide-2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(17, 17, 17, 0.6)), to(rgba(17, 17, 17, 0.6))), url('../images/domenico-loia-310197.jpg');
  background-image: linear-gradient(180deg, rgba(17, 17, 17, 0.6), rgba(17, 17, 17, 0.6)), url('../images/domenico-loia-310197.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.hero-slide-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: 770px;
  margin: auto;
  padding-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-align: center;
}

.side-frame {
  display: block;
  margin-bottom: 42px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.side-frame.reversed {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.side-frame.contatti-home {
  display: inline-block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.side-frame.contatti-contatti {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.side-frame.anna-andrea {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.side-content-small {
  position: relative;
  display: block;
  width: 33.33%;
  margin-right: auto;
  margin-left: 0px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: left;
}

.side-feature-media {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-right: 15px;
  margin-left: 15px;
  padding-top: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.feature-cards {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -30px;
  padding-top: 4px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.feature-card {
  margin-right: 15px;
  margin-bottom: 30px;
  margin-left: 15px;
  padding: 76px 40px 64px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-basis: 30%;
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%;
  border-right: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  border-left: 1px solid #e4e4e4;
  background-color: #fff;
  box-shadow: 0 -4px 0 0 #ffb567;
}

.no-bottom-padding {
  padding-bottom: 0px;
}

.side-map {
  width: 50%;
  height: 640px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.footer-about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33333333%;
  padding-right: 9%;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #777;
  font-size: 14px;
  line-height: 24px;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: left;
}

.footer-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 16.66666667%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.footer-link {
  display: block;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 36px;
}

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

.footer-subscribe {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 39px;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 15px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 15px;
  line-height: 20px;
}

.footer-subscribe-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  padding-top: 12px;
}

.works-v4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -15px;
  margin-bottom: -15px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.work-v4 {
  width: 50%;
  padding: 15px;
}

.work-card-v4 {
  position: relative;
  display: block;
  overflow: hidden;
  background-color: #bbb;
}

.work-card-info {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0px;
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(17, 17, 17, 0.2);
  box-shadow: 0 3px 9px 0 rgba(46, 50, 60, 0.18);
  color: #fff;
  text-align: center;
}

.testimonials-slider {
  display: block;
  width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  padding-right: 8.33333333%;
  padding-left: 8.33333333%;
  background-color: transparent;
  color: #fff;
}

.review-slide {
  padding-right: 16.66%;
  padding-left: 16.66%;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
}

.quote-icon {
  margin-bottom: 8px;
}

.slider-arrow-wrapper {
  top: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 96px;
  margin-top: auto;
  margin-bottom: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider-arrow-wrapper.hero-arrow {
  width: 128px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.wide-map {
  height: 400px;
}

.blog-posts-v1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -40px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.post-v1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  padding-right: 15px;
  padding-bottom: 40px;
  padding-left: 15px;
}

.post-card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border: 1px solid #e4e4e4;
  background-color: #fff;
  text-align: left;
}

.post-card-info {
  position: relative;
  padding: 28px 20px 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #111;
}

.post-card-header {
  margin-top: 2px;
  margin-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.hero-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-left: 0px;
  padding: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: #000;
}

.hero-section.hero-split-section {
  padding-right: 40px;
  background-color: #000;
}

.hero-section.hero-dark-image-section {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #111;
}

.hero-section.hero-light-image-section {
  position: relative;
  height: 0vh;
  min-height: 550px;
  margin-top: 0px;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 4px solid transparent;
  background-color: #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(43, 38, 36, 0.53)), to(rgba(43, 38, 36, 0.53))), url('../images/Next-Generation---Ubtech.jpg');
  background-image: linear-gradient(180deg, rgba(43, 38, 36, 0.53), rgba(43, 38, 36, 0.53)), url('../images/Next-Generation---Ubtech.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, scroll;
  opacity: 1;
}

.hero-section.hero-light-bg-section {
  position: relative;
  padding-top: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/scott-webb-268893.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
}

.hero-section.hero-side-bg-section {
  display: block;
  height: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: #111;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(17, 17, 17, 0.8)), to(rgba(17, 17, 17, 0.8))), url('../images/dmitri-popov-307258.jpg');
  background-image: linear-gradient(180deg, rgba(17, 17, 17, 0.8), rgba(17, 17, 17, 0.8)), url('../images/dmitri-popov-307258.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  color: #fff;
}

.hero-section.hero-side-image-section {
  height: 900px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(17, 17, 17, 0.4)), to(rgba(17, 17, 17, 0.4))), url('../images/2021-01-27-15.15.24.jpg');
  background-image: linear-gradient(180deg, rgba(17, 17, 17, 0.4), rgba(17, 17, 17, 0.4)), url('../images/2021-01-27-15.15.24.jpg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  -webkit-transition: flex-grow 225ms ease, -webkit-box-flex 225ms ease, -webkit-flex-grow 225ms ease;
  transition: flex-grow 225ms ease, -webkit-box-flex 225ms ease, -webkit-flex-grow 225ms ease;
  transition: flex-grow 225ms ease;
  transition: flex-grow 225ms ease, -webkit-box-flex 225ms ease, -webkit-flex-grow 225ms ease, -ms-flex-positive 225ms ease;
  color: #fff;
  cursor: auto;
}

.hero-section.video-bg {
  padding-top: 80px;
  padding-bottom: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(17, 17, 17, 0.45);
}

.hero-section.intro {
  height: auto;
  padding-top: 120px;
  padding-bottom: 136px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(17, 17, 17, 0.4)), to(rgba(17, 17, 17, 0.4))), url('../images/stephan-valentin-345970.jpg');
  background-image: linear-gradient(180deg, rgba(17, 17, 17, 0.4), rgba(17, 17, 17, 0.4)), url('../images/stephan-valentin-345970.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.hero-split-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 600px;
  margin-top: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-image: url('../images/Contatti---Ubtech.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-split-image.home {
  display: block;
  height: auto;
  background-image: url('../images/Ubtech-Panel-Home.jpg');
  background-position: 0% 50%;
  background-size: cover;
}

.hero-split-image.privati {
  background-image: url('../images/Next-Generation-Ubtech-nero.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  -o-object-fit: cover;
  object-fit: cover;
}

.hero-split-image.ubtech {
  display: block;
  height: 600px;
  background-image: url('../images/Ubtech-Ubtech.jpg');
  background-position: 50% 50%;
  background-size: cover;
  -o-object-fit: contain;
  object-fit: contain;
}

.hero-split-image.team {
  background-image: url('../images/esperti-ubtech.jpg');
  background-position: 50% 0%;
}

.hero-split-image.clienti {
  background-image: url('../images/Clienti-Ubtech-Panel.jpg');
  background-position: 50% 0%;
}

.hero-split-image.blog {
  background-image: url('../images/Blog--Ubtech-.jpg');
  background-size: contain;
}

.hero-split-image.blog:hover {
  border: 0px none #000;
  border-bottom-left-radius: 20px;
}

.hero-split-image.cookies {
  background-image: url('../images/Cookies-Policy-Ubtech-nero.jpg');
  background-position: 0% 50%;
  background-size: cover;
}

.hero-split-image.fotohome {
  background-image: url('../images/Ubtech-Panel-Home.jpg');
  background-position: 0% 50%;
}

.hero-split-image._5g {
  background-image: url('../images/telefono-5g-ubtech.jpg');
  background-position: 50% 0%;
}

.hero-split-image.servizi {
  background-image: url('../images/faq-ubtech-mano.png');
  background-position: 50% 50%;
}

.hero-split-image.sicurezza {
  background-image: url('../images/sicurezza-panel-ubtech.jpg');
}

.hero-split-image.cercolavoro {
  display: block;
  height: 560px;
  margin-top: -74px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: url('../images/Cerco-lavoro-Ubtech-nero.jpg');
  background-position: 50% 0%;
}

.hero-split-image.p-iva {
  border-top: 0px none #00509d;
  border-right: 2px solid #ffbe00;
  border-bottom: 4px solid #ffbe00;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  background-image: url('../images/Team-Ubtech.jpg');
}

.hero-split-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 600px;
  margin-left: auto;
  padding: 24px 6% 100px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.hero-split-content.panel-privati {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -1px;
  margin-left: 139px;
  padding-top: 110px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.works-v5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -48px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.works-v5.bottom-margin {
  margin-bottom: 0px;
}

.work-v5 {
  width: 33.33%;
  padding: 15px 15px 43px;
}

.work-card-v5 {
  position: relative;
  overflow: hidden;
  width: 100%;
  color: #111;
  text-align: left;
}

.work-card-v5-header {
  margin-top: 14px;
}

.footer-v4 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 32px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: left;
}

.footer-v4-about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 41.66%;
  margin-left: 8.33%;
  padding-right: 8%;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #777;
  font-size: 14px;
  line-height: 24px;
}

.footer-v2-column {
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.menu-button.white-menu-button {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.menu-button.white-menu-button.w--open {
  z-index: 110;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: transparent;
}

.mouse-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  height: 38px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border: 2px solid #fff;
  border-radius: 12px;
}

.scroll-mouse-link {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 80px;
  margin-right: auto;
  margin-left: auto;
  padding: 0px 24px 32px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.mouse-wheel-icon {
  width: 6px;
  height: 6px;
  margin-top: 8px;
  border-radius: 50%;
  background-color: #fff;
}

.contact-popup-window {
  position: relative;
  z-index: 1000;
  overflow: hidden;
  width: 470px;
  margin-bottom: 0px;
  padding: 24px 64px 64px;
  border-top: 4px solid #ffb567;
  background-color: #fff;
  box-shadow: 0 8px 28px 0 rgba(46, 50, 60, 0.27);
  text-align: left;
}

.contact-window-form {
  padding-top: 16px;
}

.page-loader {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1000;
  display: none;
  background-color: #fff;
  background-image: url('../images/preloader-80_1preloader-80.gif');
  background-position: 50% 50%;
  background-size: 40px;
  background-repeat: no-repeat;
}

.page-wrapper {
  min-height: auto;
  min-width: auto;
  background-color: transparent;
  box-shadow: 1px 1px 3px 0 #000;
}

.page-wrapper.overflow {
  overflow: visible;
}

.nav-dropdown-link {
  padding: 12px 24px;
  background-color: #fff;
  -webkit-transition: background-color 100ms ease, color 100ms ease;
  transition: background-color 100ms ease, color 100ms ease;
  color: #111;
  font-size: 14px;
  line-height: 24px;
}

.nav-dropdown-link:hover {
  background-color: #f83f5a;
  color: #fff;
}

.nav-dropdown-link.w--current {
  color: #111;
  font-weight: 700;
}

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

.nav-dropdown-icon {
  margin-right: 12px;
  color: #a5aab6;
  font-size: 13px;
}

.nav-dropdown-list {
  margin-top: -16px;
  margin-left: -5px;
}

.nav-dropdown-list.w--open {
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0 5px 18px 0 rgba(46, 50, 60, 0.09);
}

.nav-menu {
  position: static;
  display: block;
  padding-top: 40px;
  padding-right: 0px;
  padding-left: 0px;
  clear: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.hero-slide-header {
  margin-bottom: 8px;
}

.page-header-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 480px;
  margin-bottom: 0px;
  padding-top: 48px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #111;
  color: #fff;
}

.page-header-section.image-2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(17, 17, 17, 0.5)), to(rgba(17, 17, 17, 0.5))), url('../images/damian-patkowski-263191.jpg');
  background-image: linear-gradient(180deg, rgba(17, 17, 17, 0.5), rgba(17, 17, 17, 0.5)), url('../images/damian-patkowski-263191.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.page-header-section.about {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(17, 17, 17, 0.6)), to(rgba(17, 17, 17, 0.6))), url('../images/climate-kic-350836.jpg');
  background-image: linear-gradient(180deg, rgba(17, 17, 17, 0.6), rgba(17, 17, 17, 0.6)), url('../images/climate-kic-350836.jpg');
  background-position: 0px 0px, 50% 28%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.page-header-section.image-3 {
  min-height: 550px;
  margin-top: 0px;
  padding-top: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), color-stop(10%, transparent)), -webkit-gradient(linear, left top, left bottom, from(rgba(17, 17, 17, 0.53)), to(rgba(17, 17, 17, 0.53))), url('../images/Contatti---Ubtech.jpg');
  background-image: linear-gradient(180deg, #000, transparent 10%), linear-gradient(180deg, rgba(17, 17, 17, 0.53), rgba(17, 17, 17, 0.53)), url('../images/Contatti---Ubtech.jpg');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
}

.page-header-section.image-4 {
  position: relative;
  min-height: 550px;
  margin-top: 130px;
  padding-top: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(17, 17, 17, 0.5)), to(rgba(17, 17, 17, 0.5))), url('../images/2021-01-22-11.23.51.jpg');
  background-image: linear-gradient(180deg, rgba(17, 17, 17, 0.5), rgba(17, 17, 17, 0.5)), url('../images/2021-01-22-11.23.51.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.page-header-section.image-4.ubtech {
  margin-top: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), color-stop(10%, transparent)), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Ubtech-Ubtech.jpg');
  background-image: linear-gradient(180deg, #000, transparent 10%), linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Ubtech-Ubtech.jpg');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: repeat, repeat, no-repeat;
  background-attachment: scroll, scroll, scroll;
  color: transparent;
}

.page-header-section.light-section {
  background-color: #fff;
  color: #111;
}

.page-header-section.image-1 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(17, 17, 17, 0.5)), to(rgba(17, 17, 17, 0.5))), url('../images/domenico-loia-310197.jpg');
  background-image: linear-gradient(180deg, rgba(17, 17, 17, 0.5), rgba(17, 17, 17, 0.5)), url('../images/domenico-loia-310197.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.page-header-section.image-5 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(17, 17, 17, 0.5)), to(rgba(17, 17, 17, 0.5))), url('../images/joanna-kosinska-346599.jpg');
  background-image: linear-gradient(180deg, rgba(17, 17, 17, 0.5), rgba(17, 17, 17, 0.5)), url('../images/joanna-kosinska-346599.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.grey-text {
  color: #777;
}

.review-slide-author {
  margin-top: 32px;
  font-size: 16px;
  line-height: 24px;
}

.utility-page-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f8f8f8;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(17, 17, 17, 0.5)), to(rgba(17, 17, 17, 0.5))), url('../images/pagina-non-trovata-ubtech.jpg');
  background-image: linear-gradient(180deg, rgba(17, 17, 17, 0.5), rgba(17, 17, 17, 0.5)), url('../images/pagina-non-trovata-ubtech.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.password-window {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 370px;
  margin-top: 24px;
  padding: 56px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-top: 4px solid #ffb567;
  background-color: #fff;
  box-shadow: 0 8px 28px 0 rgba(46, 50, 60, 0.09);
  color: #000;
  text-align: center;
}

.password-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.blog-posts-and-sidebar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.blog-sidebar {
  padding: 15px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
}

.sidebar-block {
  margin-bottom: 30px;
  padding: 40px;
  border: 1px solid #e4e4e4;
  background-color: #fff;
}

.sidebar-block.subscribe {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.sidebar-subscribe-header {
  margin-top: 0px;
  margin-bottom: 24px;
}

.sidebar-header {
  margin-top: 0px;
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid #ddd;
}

.sidebar-category {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #111;
  font-size: 15px;
  line-height: 48px;
  font-weight: 700;
}

.sidebar-category:hover {
  text-decoration: underline;
}

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

.sidebar-tag {
  margin-right: 16px;
  color: #777;
  font-size: 15px;
  line-height: 40px;
}

.sidebar-tag:hover {
  text-decoration: underline;
}

.blog-posts-v2-wrapper {
  width: 66.66%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

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

.category-filter-link {
  display: block;
  margin-right: 20px;
  margin-left: 20px;
  -webkit-transition: color 100ms ease;
  transition: color 100ms ease;
  color: #252525;
  line-height: 32px;
}

.category-filter-link:hover {
  color: #111;
}

.category-filter-link.w--current {
  box-shadow: inset 0 -2px 0 0 #f83f5a;
  color: #111;
  font-weight: 700;
}

.categories-filter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -8px;
  margin-bottom: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.work-card-v5-image {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-bottom: 22px;
}

.sidebar-author {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 12px;
  padding-bottom: 12px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #111;
  font-size: 15px;
  line-height: 24px;
}

.sidebar-author:hover {
  text-decoration: underline;
}

.sidebar-author-avatar {
  width: 40px;
  height: 40px;
  margin-right: 16px;
  border-radius: 50%;
}

.work-sidebar {
  position: -webkit-sticky;
  position: sticky;
  top: 48px;
  display: block;
  margin-left: 8.33%;
  padding-top: 16px;
  padding-right: 15px;
  padding-bottom: 64px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
}

.work-details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
  padding-top: 12px;
  padding-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.work-details-cell {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 12px;
  padding-bottom: 12px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-bottom: 1px solid #e4e4e4;
  font-size: 15px;
  line-height: 24px;
}

.work-live-link {
  display: block;
  color: #f83f5a;
}

.work-live-link:hover {
  text-decoration: underline;
}

.work-presentation {
  margin-bottom: -16px;
  text-align: left;
}

.work-presentation h2 {
  display: block;
}

.work-presentation p {
  display: block;
}

.work-presentation h4 {
  display: block;
}

.work-presentation h1 {
  display: block;
}

.work-presentation h3 {
  display: block;
}

.work-presentation h5 {
  display: block;
}

.work-presentation h6 {
  display: block;
}

.work-presentation figure {
  margin-top: 40px;
  margin-bottom: 40px;
}

.work-presentation blockquote {
  display: block;
}

.work-presentation ol {
  display: block;
}

.work-presentation ul {
  display: block;
}

.work-presentation a:hover {
  text-decoration: underline;
}

.work-main-image {
  display: block;
  width: 100%;
  margin-bottom: 24px;
}

.work-content {
  width: 66.66%;
  margin-left: 15px;
}

.form-success {
  padding-right: 0px;
  padding-left: 0px;
  background-color: transparent;
}

.form-success.window-success {
  margin-bottom: -40px;
  padding-right: 24px;
  padding-left: 24px;
}

.form-error {
  padding-right: 0px;
  padding-left: 0px;
  background-color: transparent;
  color: #f83f5a;
  font-size: 14px;
  line-height: 24px;
}

.form-error.window-error {
  padding-right: 24px;
  padding-left: 24px;
  text-align: center;
}

.post-header-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 640px;
  padding-top: 80px;
  padding-bottom: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #111;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  text-align: center;
}

.post-header-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 13px;
  padding-right: 16px;
  padding-left: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
}

.post-header-wrapper {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75%;
  margin-top: 16px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.post-header-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-color: rgba(17, 17, 17, 0.6);
}

.blog-post {
  text-align: left;
}

.blog-post h1 {
  display: block;
  width: 77%;
}

.blog-post p {
  display: block;
  width: 77%;
}

.blog-post h2 {
  display: block;
  width: 77%;
}

.blog-post blockquote {
  display: block;
  width: 77%;
  border-left-color: #f83f5a;
}

.blog-post ul {
  display: block;
  width: 77%;
  margin-bottom: 24px;
}

.blog-post ol {
  display: block;
  width: 77%;
  margin-bottom: 24px;
}

.blog-post h5 {
  display: block;
  width: 77%;
}

.blog-post a {
  color: #f83f5a;
}

.blog-post a:hover {
  text-decoration: underline;
}

.blog-post h6 {
  display: block;
  width: 77%;
}

.blog-post h3 {
  display: block;
  width: 77%;
}

.blog-post h4 {
  display: block;
  width: 77%;
}

.blog-post-wrapper {
  display: block;
  margin-top: 0px;
  margin-bottom: 20px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: Lato, sans-serif;
  text-align: left;
}

.post-bottom-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 66.66%;
  margin-top: 48px;
  margin-bottom: 16px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #777;
  font-size: 15px;
  line-height: 24px;
}

.post-bottom-date {
  margin-right: 4px;
  margin-left: 4px;
  color: #111;
}

.post-author-profile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 240px;
  margin-top: 16px;
  margin-right: 60px;
  padding: 48px 32px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #e4e4e4;
  text-align: center;
}

.post-author-avatar {
  width: 80px;
  height: 80px;
  margin-bottom: 16px;
  border-radius: 50%;
}

.post-author-name {
  margin-top: 0px;
  margin-bottom: 6px;
}

.post-author-link {
  display: inline-block;
  margin-top: 16px;
  color: #f83f5a;
  font-size: 14px;
  line-height: 24px;
}

.post-author-link:hover {
  text-decoration: underline;
}

.faq-list {
  display: block;
  width: 66.66%;
  margin-right: auto;
  margin-bottom: -24px;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.question-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  margin-bottom: 24px;
  padding: 20px 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: 1px solid #e4e4e4;
  background-color: #fff;
  -webkit-transition: border-color 200ms ease;
  transition: border-color 200ms ease;
  text-align: left;
  cursor: pointer;
}

.question-block:hover {
  border-color: #ffb567;
}

.question {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #111;
}

.question-text {
  margin-top: 15px;
  margin-left: 32px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.answer {
  display: block;
  padding-right: 8px;
  padding-left: 80px;
  color: #777;
}

.question-arrow-icon {
  margin-right: 8px;
  margin-left: 24px;
  opacity: 0.51;
}

.answer-text {
  margin-top: 8px;
}

.pricing {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.pricing-table-price {
  margin-top: 0px;
  margin-bottom: 32px;
  color: #ffb567;
}

.pricing-table-feature {
  padding-top: 13px;
  padding-bottom: 11px;
  background-color: #fff;
  box-shadow: inset 0 1px 0 0 #ddd, 0 1px 0 0 #ddd;
  font-size: 14px;
  line-height: 24px;
}

.popup-wrapper {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.popup-overlay {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-color: rgba(17, 17, 17, 0.5);
}

.password-icon {
  display: block;
  width: 64px;
  height: 64px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.password-header {
  margin-top: 16px;
  margin-bottom: 32px;
}

.heading-styles {
  padding-right: 15px;
  padding-left: 15px;
  text-align: left;
}

.yellow-text {
  color: #fcca5b;
}

.hero-dark-image-text {
  margin-top: 4px;
  margin-bottom: 32px;
  color: #fff;
}

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

.social-icons.hero-split-icons {
  position: absolute;
  left: 0px;
  bottom: 0px;
  margin-left: 15px;
}

.social-icons.vertical-right-icons {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  margin-right: -1px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.social-icons.footer-v2-icons {
  margin-top: 40px;
}

.social-icons.footer-v4-icons {
  margin-top: 16px;
}

.social-icon-box {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 48px;
  height: 48px;
  margin-right: -1px;
  margin-bottom: -1px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #e4e4e4;
  background-color: #fff;
  -webkit-transition: border-color 200ms ease;
  transition: border-color 200ms ease;
}

.vertical-scroll {
  position: absolute;
  right: 20px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 32px;
  height: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.vertical-scroll-text {
  position: relative;
  width: 80px;
  margin-bottom: 36px;
  padding-bottom: 2px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  color: #111;
  font-size: 13px;
  line-height: 20px;
  font-weight: 700;
  text-align: left;
}

.vertical-scroll-text.footer-scroll-text {
  top: 36px;
  text-align: right;
}

.vertical-header {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 56px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.vertical-header.new-work-vertical-header {
  padding-bottom: 120px;
}

.vertical-header-text {
  position: relative;
  left: -124px;
  width: 300px;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  color: #fff;
  text-align: center;
}

.vertical-header-text.white-text {
  font-weight: 400;
}

.facts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.facts.dark-bg-facts {
  color: #fff;
}

.fact-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-basis: 20%;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
}

.fact-header {
  margin-top: 24px;
  margin-bottom: 0px;
}

.frame {
  box-shadow: inset 0 0 0 8px #ffb567;
  -webkit-transform: translate(-30px, -30px);
  -ms-transform: translate(-30px, -30px);
  transform: translate(-30px, -30px);
}

.frame.reversed {
  width: auto;
  background-color: transparent;
  box-shadow: 1px -1px 5px 1px #fff, inset 0 0 0 8px #fdc932;
  -webkit-transform: translate(30px, -30px);
  -ms-transform: translate(30px, -30px);
  transform: translate(30px, -30px);
  color: #f83f5a;
}

.frame.reversed.anna {
  display: block;
  width: 450px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.frame.reversed.anna.france {
  width: 380px;
  margin-top: 36px;
}

.frame-image {
  -webkit-transform: translate(30px, 30px);
  -ms-transform: translate(30px, 30px);
  transform: translate(30px, 30px);
}

.frame-image.reversed {
  -webkit-transform: translate(-30px, 30px);
  -ms-transform: translate(-30px, 30px);
  transform: translate(-30px, 30px);
}

.frame-image.reversed.anna {
  display: block;
  max-width: 100%;
  border-radius: 8px;
  box-shadow: 3px 3px 8px 0 #bbb;
}

.side-feature-list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
}

.check-mark-icon {
  margin-right: 16px;
}

.center-wrapper {
  display: block;
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.center-wrapper.dark-bg-wrapper {
  display: block;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
}

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

.section-header-icon {
  width: 64px;
  margin-bottom: 24px;
}

.brands {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.brand-logo {
  margin: 9px 12px;
  padding: 8px;
}

.brand-logo.white-logo {
  opacity: 0.75;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.brand-logo.white-logo:hover {
  opacity: 1;
}

.brand-logo.grey-logo {
  opacity: 0.4;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.brand-logo.grey-logo:hover {
  opacity: 1;
}

.brand-logo.color-logo {
  -webkit-transition: -webkit-filter 200ms ease;
  transition: -webkit-filter 200ms ease;
  transition: filter 200ms ease;
  transition: filter 200ms ease, -webkit-filter 200ms ease;
}

.brand-logo.color-logo:hover {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.post-card-description {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #777;
  font-size: 14px;
  line-height: 24px;
}

.new-work {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 80px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.side-media {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 15px;
  margin-left: 15px;
  padding-top: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.more-arrow-icon {
  position: relative;
  z-index: 1;
  margin-top: 5px;
  float: left;
}

.bg-text {
  position: absolute;
  left: 17px;
  top: -36px;
  margin-top: -44px;
  margin-bottom: 0px;
  padding-top: 0px;
  opacity: 0.04;
  color: #111;
  font-size: 50px;
  line-height: 96px;
  font-weight: 700;
  text-transform: uppercase;
}

.center {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.more-link-text {
  position: relative;
  z-index: 1;
  float: left;
  color: #fff;
}

.more-link-text.yellow-text {
  color: #000;
}

.more-link-text.clienti {
  color: #000;
}

.heart-icon {
  background-image: url('../images/heart-icon_1heart-icon.png');
  background-position: 50% 50%;
  background-size: 11px;
  background-repeat: no-repeat;
  color: transparent;
}

.hover-line {
  width: 100%;
  height: 24px;
  margin-left: 12px;
  background-color: #ffb567;
  opacity: 0.16;
  -webkit-transform: translate(-70%, 0px);
  -ms-transform: translate(-70%, 0px);
  transform: translate(-70%, 0px);
}

.contact-popup {
  position: fixed;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-float-button {
  position: fixed;
  right: 0px;
  bottom: 0px;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  margin: 28px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 6px 18px 0 rgba(17, 17, 17, 0.13);
  cursor: pointer;
}

.contact-float-button:hover {
  box-shadow: 0 6px 18px 0 rgba(17, 17, 17, 0.13);
}

.hero-center-content {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 770px;
  padding-bottom: 64px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #fff;
  text-align: center;
}

.hero-play {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 17px;
  line-height: 24px;
}

.play-button {
  width: 80px;
  height: 80px;
  margin-right: 16px;
  margin-left: 16px;
  border-radius: 50%;
  background-color: #f83f5a;
  background-image: url('../images/play-icon.svg');
  background-position: 50% 50%;
  background-size: 16px;
  background-repeat: no-repeat;
  -webkit-transition: -webkit-transform 400ms ease;
  transition: -webkit-transform 400ms ease;
  transition: transform 400ms ease;
  transition: transform 400ms ease, -webkit-transform 400ms ease;
}

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

.hero-split-text {
  margin-top: 4px;
  margin-bottom: 32px;
  color: #fff;
}

.hero-split-text.white-text {
  color: #fff;
}

.hero-brands {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 24px;
  padding-bottom: 24px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-brands-container {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.feature-blocks {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.feature-blocks.margin-bottom {
  margin-bottom: 80px;
}

.feature-block {
  padding: 76px 4% 64px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-basis: 30%;
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%;
  background-color: #fff;
  box-shadow: 0 0 0 1px #e4e4e4;
}

.feature-big-image-wrapper {
  width: 100%;
  margin-top: -32px;
  margin-bottom: 64px;
  padding-right: 10%;
  padding-left: 10%;
}

.steps {
  display: -ms-grid;
  display: grid;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.step {
  margin-right: 0px;
  margin-bottom: 30px;
  margin-left: 0px;
  padding: 4px 40px 24px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-basis: 20%;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  border: 1px solid transparent;
  border-radius: 12px;
  background-color: #e4e4e4;
  box-shadow: 3px 3px 8px 0 #bbb;
  text-align: left;
}

.step:hover {
  outline-color: #ffbe00;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 3px;
  mix-blend-mode: normal;
}

.step.white-step {
  border-color: #e4e4e4;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 1px 1px 5px -3px #000;
}

.step.bianco {
  background-color: #fff;
}

.steps-info {
  width: 50%;
  margin-bottom: 30px;
  padding: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: left;
}

.side-video {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.square-play-button {
  width: 80px;
  height: 80px;
  background-color: #f83f5a;
  background-image: url('../images/play-icon_1play-icon.png');
  background-position: 50% 50%;
  background-size: 16px;
  background-repeat: no-repeat;
}

.square-play-button.right {
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  margin: -30px;
  background-image: url('../images/play-icon.svg');
  background-size: 16px;
}

.square-play-button.left {
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 1;
  margin: -30px;
}

.fact-line-container {
  position: relative;
}

.fact-divider {
  display: block;
  width: 40px;
  height: 3px;
  margin-top: 24px;
  margin-right: auto;
  margin-left: auto;
  background-color: #ffb567;
}

.fact-line-text {
  position: relative;
  z-index: 1;
  margin-right: 8px;
  margin-left: 8px;
  font-size: 40px;
}

.signature-text {
  color: #ffbe00;
  font-size: 17px;
  line-height: 20px;
  font-style: italic;
}

._2-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.button-styles {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 120px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.button-style-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  padding: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.button-style-wrapper.dark-bg {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(17, 17, 17, 0.5)), to(rgba(17, 17, 17, 0.5))), url('../images/ren-ran-168328.jpg');
  background-image: linear-gradient(180deg, rgba(17, 17, 17, 0.5), rgba(17, 17, 17, 0.5)), url('../images/ren-ran-168328.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.ghost-button {
  background-color: transparent;
  box-shadow: inset 0 0 0 2px #e4e4e4;
  color: #111;
}

.ghost-button:hover {
  background-color: #e4e4e4;
}

.white-button {
  background-color: #fff;
  color: #111;
}

.white-button:hover {
  background-color: #e4e4e4;
}

.ghost-white-button {
  background-color: transparent;
  box-shadow: inset 0 0 0 2px #fff;
  -webkit-transition: background-color 200ms ease, color 200ms ease;
  transition: background-color 200ms ease, color 200ms ease;
  color: #fff;
}

.ghost-white-button:hover {
  background-color: #fff;
  color: #111;
}

.small-button {
  height: 40px;
  padding: 10px 20px;
  font-size: 14px;
  line-height: 20px;
}

.hero-light-image-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 770px;
  padding-bottom: 64px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #111;
  text-align: center;
}

.hero-light-image-header {
  margin-bottom: 40px;
  color: #fff;
}

.feature-block-v2 {
  padding: 32px 4% 56px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-basis: 20%;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  background-color: #fff;
  box-shadow: 0 0 0 1px #e4e4e4, 0 -4px 0 0 #ffb567;
  text-align: left;
}

.feature-blocks-v2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.feature-blocks-v2.top-line {
  margin-top: 1px;
  margin-bottom: 0px;
}

.side-content {
  position: relative;
  max-width: 400px;
  margin-top: 120px;
  margin-bottom: 120px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
}

.pricing-from-text {
  margin-top: -12px;
  color: #777;
  font-size: 14px;
  line-height: 28px;
}

.pricing-table-card {
  margin-right: 15px;
  margin-bottom: 30px;
  margin-left: 15px;
  padding: 48px 40px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-basis: 20%;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  border-right: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  border-left: 1px solid #e4e4e4;
  background-color: #fff;
  box-shadow: 0 -4px 0 0 #ffb567;
}

.pricing-header {
  margin-top: 16px;
}

.slider-arrow-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 64px;
  height: 48px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: hsla(0, 0%, 100%, 0.5);
  -webkit-transition: border 200ms ease;
  transition: border 200ms ease;
}

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

.review {
  margin-bottom: 24px;
  font-size: 22px;
  line-height: 40px;
}

.contact-card {
  width: auto;
  height: auto;
  padding: 20px;
  border: 1px solid #e4e4e4;
  background-color: #fff;
  -webkit-transform: translate(-30px, 30px);
  -ms-transform: translate(-30px, 30px);
  transform: translate(-30px, 30px);
}

.frame-card-map {
  height: 300px;
}

.contact-card-info {
  padding-right: 20px;
  padding-bottom: 16px;
  padding-left: 20px;
  text-align: left;
}

.contact-card-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 8px;
  padding-bottom: 8px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.contact-card-line-text {
  margin-top: 2px;
  margin-left: 12px;
  font-size: 16px;
  line-height: 20px;
}

.contact-card-line-text.nero {
  color: #000;
  font-size: 17px;
}

.contact-card-line-text.nero {
  font-family: Lato, sans-serif;
  color: #000;
  font-size: 17px;
}

.contact-card-line-text.nero {
  font-family: 'Roboto Condensed', sans-serif;
  color: #000;
  font-size: 17px;
  line-height: 28px;
}

.hero-slide-text {
  margin-top: 8px;
  margin-bottom: 32px;
}

.feature-cell {
  width: 33.33%;
  padding: 72px 40px;
  background-color: #fff;
  box-shadow: 0 0 0 1px #e4e4e4;
}

.feature-cells {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.team-member-photo-wrapper {
  position: relative;
  margin-bottom: -8px;
  background-color: #ffb567;
}

.skills {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.skills.reversed {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.skills-info {
  width: 41.66%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: left;
}

.skills-sliders {
  width: 33%;
  margin-right: 8.33%;
  margin-left: 8.33%;
  padding-right: 15px;
  padding-left: 15px;
}

.skill-slider-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 8px;
  padding-bottom: 16px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.skill-slider-percent {
  color: #777;
  font-size: 14px;
  line-height: 20px;
}

.skill-slider-percent.white-text {
  color: #fff;
}

.skill-slider-header {
  margin-top: 0px;
  margin-bottom: 0px;
}

.skill-slider {
  width: 100%;
  height: 8px;
  margin-top: 12px;
  background-color: #fff;
  box-shadow: inset 0 0 0 1px #e4e4e4;
}

.skill-slider.transparent {
  background-color: hsla(0, 0%, 100%, 0.5);
  box-shadow: none;
}

.skill-slider-progress {
  width: 50%;
  height: 100%;
  background-color: #f83f5a;
}

.skill-slider-progress._1 {
  width: 96%;
}

.skill-slider-progress._2 {
  width: 77%;
}

.skill-slider-progress._3 {
  width: 85%;
}

.skill-slider-progress._4 {
  width: 72%;
}

.yellow {
  background-color: #ffb567;
}

.side-image-wrapper {
  width: 50%;
}

.side-image-wrapper.padding-right {
  padding-right: 100px;
  -o-object-fit: fill;
  object-fit: fill;
}

.side-image-wrapper.padding-left {
  padding-left: 100px;
}

.side-content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.side-content-wrapper.right {
  padding-right: 56px;
}

.side-content-wrapper.left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 56px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.side-image {
  width: 100%;
  height: 100%;
  min-height: 680px;
}

.side-image.image-1 {
  background-image: url('../images/ufficio.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.side-image.image-2 {
  background-image: url('../images/tran-mau-tri-tam-50424.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.side-image.image-3 {
  background-image: url('../images/privati.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.side-image.image-4 {
  background-image: url('../images/breather-163395.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.side-content-big {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 600px;
  margin-top: 120px;
  margin-bottom: 120px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
}

.side-review-slide {
  min-height: 208px;
}

.side-review-slider {
  height: auto;
  background-color: transparent;
}

.side-review-arrow-button {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 64px;
  height: 48px;
  float: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #e4e4e4;
}

.side-review-arrow-button.second-button {
  margin-left: -2px;
}

.side-review-author-text {
  margin-top: 30px;
  font-size: 15px;
  line-height: 24px;
}

.scroll-text-link {
  position: absolute;
  bottom: 0px;
  display: block;
  max-width: 200px;
  margin-right: auto;
  margin-bottom: 24px;
  margin-left: auto;
  color: #111;
  font-size: 15px;
  line-height: 40px;
  font-weight: 700;
}

.text-block-7 {
  line-height: 36px;
}

.feature {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-bottom: 40px;
  padding-right: 32px;
  padding-left: 15px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.feature-icon-left {
  width: 48px;
  margin-right: 24px;
  margin-bottom: 24px;
}

.feature-header {
  margin-top: 0px;
}

.features {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -30px;
  padding-top: 4px;
  padding-right: 8.33%;
  padding-left: 8.33%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.frame-card-big-map {
  width: auto;
  height: 560px;
}

.frame-card-big-map.fastweb-store {
  margin-top: 10px;
}

.side-contact-form {
  width: auto;
  min-width: auto;
  padding-top: 16px;
  text-align: left;
}

.hero-side-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 600px;
  padding: 24px 15px 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.hero-side-content.right {
  padding-left: 8.33%;
}

.hero-side-content.left {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-side-image-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  max-width: 600px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-side-image-wrapper.left {
  margin-top: 380px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: #000;
  color: #000;
}

.hero-side-image-big {
  width: 900px;
  max-width: none;
}

.hero-call-text {
  position: absolute;
  left: 0px;
  bottom: 0px;
  margin-bottom: 36px;
}

.page-header-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 570px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  text-align: center;
}

.post-category {
  display: inline-block;
  margin-bottom: -16px;
  color: #f83f5a;
  font-size: 17px;
  line-height: 28px;
  font-weight: 700;
  text-align: center;
}

.post-category:hover {
  text-decoration: underline;
}

.blog-post-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.post-header-date {
  margin-left: 4px;
  font-weight: 700;
}

.post-bottom-category {
  margin-right: 4px;
  margin-left: 4px;
  color: #f83f5a;
}

.post-bottom-category:hover {
  text-decoration: underline;
}

.case-study {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 24px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.work-details-cell-header {
  margin-right: 8px;
  color: #777;
}

.page-header {
  margin-top: 0px;
  margin-bottom: 15px;
  font-family: Lato, sans-serif;
  color: #fff;
}

.feature-icon {
  width: 64px;
}

.fact-icon {
  width: 64px;
}

._404-info {
  max-width: 570px;
  margin-top: 24px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  text-align: center;
}

.works {
  margin-bottom: -80px;
}

.vertical-scroll-footer {
  position: absolute;
  left: 8px;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 32px;
  height: 120px;
  margin-top: 64px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.minimize-icon {
  position: absolute;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  height: 24px;
  margin-top: 20px;
  margin-right: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #e4e4e4;
  -webkit-transition: border-color 200ms ease;
  transition: border-color 200ms ease;
}

.minimize-icon:hover {
  border-color: #bbb;
}

.minimize-icon-line {
  width: 8px;
  height: 2px;
  background-color: #777;
}

.side-review-author {
  margin-top: 32px;
  margin-bottom: 24px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #777;
  font-size: 13px;
  line-height: 24px;
}

.side-review-avatar {
  display: inline-block;
  width: 48px;
  height: 48px;
  float: left;
  border-radius: 50%;
}

.side-review-author-name {
  margin-bottom: -4px;
  color: #111;
  font-size: 15px;
  line-height: 28px;
  font-weight: 700;
}

.review-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 8px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #777;
  text-align: left;
}

.side-review-author-info {
  display: inline-block;
  padding-right: 16px;
  padding-left: 16px;
}

.side-feature-wide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 83.33%;
  margin-top: 16px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.side-features {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 24px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.hero-side-image {
  display: block;
  max-height: 70px;
  max-width: 80%;
  margin-top: -45px;
  margin-right: 4px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  cursor: auto;
}

.hero-image-zoom {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(17, 17, 17, 0.5)), to(rgba(17, 17, 17, 0.5))), url('../images/nastuh-abootalebi-284883_1.jpg');
  background-image: linear-gradient(180deg, rgba(17, 17, 17, 0.5), rgba(17, 17, 17, 0.5)), url('../images/nastuh-abootalebi-284883_1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.team-member-text {
  margin-top: -12px;
  color: #777;
  font-size: 13px;
  line-height: 24px;
}

.instagram-photos {
  width: 100%;
  max-width: none;
}

.instagram {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 48px 115px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.instagram-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 470px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.instagram-link {
  color: #f83f5a;
}

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

.instagram-icon {
  width: 64px;
  margin-right: 24px;
}

.instagram-text {
  margin-top: 16px;
}

.request {
  padding-right: 16.66%;
  padding-left: 16.66%;
}

.request-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.request-block-half {
  width: 50%;
  padding-right: 15px;
  padding-left: 15px;
}

.request-block-full {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.select {
  height: 48px;
  margin-bottom: 24px;
  border: 1px solid #e4e4e4;
  border-radius: 0px;
}

.text-area {
  padding: 20px;
}

.testimonials {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.simple-review {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 32px 8px 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-basis: 25%;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  text-align: left;
}

.simple-review-author {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.simple-review-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
}

.simple-review-name {
  margin-top: 16px;
  margin-left: 16px;
  color: #000;
  font-size: 22px;
  line-height: 28px;
  font-weight: 400;
}

.simple-review-social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.simple-review-social:hover {
  text-decoration: underline;
}

.simple-review-nickname {
  margin-left: 8px;
  color: #111;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.post-v3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-right: 15px;
  padding-bottom: 40px;
  padding-left: 15px;
}

.post-card-more-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 4px;
  margin-bottom: -4px;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  line-height: 24px;
}

.post-card-avatar {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  border-radius: 50%;
}

.post-card-author {
  margin-right: 3px;
  font-weight: 700;
}

.post-card-info-text {
  margin-right: 3px;
  color: #777;
}

.post-card-category {
  margin-right: 3px;
  color: #f83f5a;
}

.post-card-more-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  line-height: 20px;
}

.side-feature-half {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-top: 16px;
  padding-right: 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  text-align: left;
}

.fact-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-basis: 20%;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  text-align: left;
}

.fact-number {
  margin-bottom: -24px;
  font-size: 32px;
  line-height: 40px;
}

.fact-info {
  padding-right: 8px;
  padding-left: 24px;
}

.hero-intro-content {
  max-width: 800px;
  padding-top: 24px;
  padding-bottom: 24px;
  color: #fff;
  text-align: center;
}

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

.nav-link-white {
  height: 89px;
  padding: 0px;
  color: #fff;
}

.nav-link-white:hover {
  color: #fff;
}

.layouts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -100px;
  padding-top: 4px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.home-preview-image {
  max-width: 400px;
}

.home-preview {
  position: relative;
  overflow: auto;
  height: 480px;
  border: 1px solid #e4e4e4;
}

.home-preview-text {
  position: absolute;
  left: -442px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  display: block;
  width: 200px;
  height: 24px;
  margin: auto;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  color: #111;
  font-size: 13px;
  line-height: 24px;
  font-weight: 700;
}

.home-preview-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-top: 20px;
  margin-bottom: 120px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.social-icon-hover {
  position: absolute;
  margin-bottom: -5px;
  padding-bottom: 0px;
  -webkit-transform: translate(0px, 32px);
  -ms-transform: translate(0px, 32px);
  transform: translate(0px, 32px);
}

.text-link {
  color: #f83f5a;
}

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

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

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

.inner-page-link {
  width: 25%;
  margin-right: 15px;
  margin-bottom: 30px;
  margin-left: 15px;
  padding: 20px 16px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-basis: 20%;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  border: 1px solid #e4e4e4;
  background-color: #fff;
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
  color: #111;
}

.inner-page-link:hover {
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.08);
}

.inner-pages {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 8.33%;
  margin-bottom: -30px;
  margin-left: 8.33%;
  padding-top: 4px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.licence-items {
  display: block;
  width: 66.66%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.licence-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
  padding: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #e4e4e4;
  background-color: #fff;
  text-align: left;
}

.licence-item-info {
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 40px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.small-link {
  color: #777;
  font-size: 14px;
  line-height: 20px;
}

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

.licence-item-heading {
  margin-top: 0px;
  margin-bottom: 8px;
}

.licence-links-divider {
  display: inline;
  margin-right: 8px;
  margin-left: 8px;
  color: #bbb;
}

.licence-contact-text {
  margin-top: 48px;
  color: #777;
  font-size: 14px;
  line-height: 24px;
}

.full-width {
  width: 100%;
}

.breadcrumbs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 32px;
  padding: 4px 15px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 10px;
  line-height: 16px;
  text-transform: uppercase;
}

.breadcrumbs-link {
  color: #777;
}

.breadcrumbs-arrow {
  margin-right: 7px;
  margin-left: 7px;
  color: #bbb;
}

.work-description {
  color: #777;
  font-size: 15px;
  line-height: 24px;
}

.question-block1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  margin-bottom: 24px;
  padding: 20px 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 1px 2px 0 rgba(46, 50, 60, 0.09);
  -webkit-transition: box-shadow 300ms ease;
  transition: box-shadow 300ms ease;
  text-align: left;
}

.question-block1:hover {
  box-shadow: 0 3px 9px 0 rgba(46, 50, 60, 0.09);
}

.changelog {
  display: block;
  width: 66.66%;
  margin-right: auto;
  margin-bottom: 64px;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.change {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  padding: 32px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #e4e4e4;
  background-color: #fff;
  text-align: left;
}

.change-icon {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #e4e4e4;
  border-radius: 50%;
  background-color: transparent;
  color: #111;
  font-size: 15px;
  cursor: pointer;
}

.tooltip {
  position: absolute;
  bottom: 50%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  max-width: 200px;
  margin-bottom: 20px;
  padding: 12px 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #e9e9e9;
  background-color: #fff;
  box-shadow: 0 2px 7px 0 rgba(21, 21, 21, 0.08);
  font-family: Lato, sans-serif;
  color: #111;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
}

.tooltip.change-tooltip {
  display: block;
  width: auto;
  margin-bottom: 30px;
  padding: 6px 12px;
}

.tooltip-arrow {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: -5px;
  display: block;
  width: 8px;
  height: 8px;
  margin-right: auto;
  margin-left: auto;
  border-right: 1px solid #e1e6ee;
  border-bottom: 1px solid #e1e6ee;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.change-text {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 24px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #777;
}

.text-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 14px;
}

.text-block-9 {
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  color: #fff;
}

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

.heading {
  margin-right: 234px;
  margin-left: 288px;
  padding-right: 0px;
  text-align: left;
}

.paragraph {
  margin-top: 40px;
  margin-right: 0px;
  margin-left: 0px;
  color: #fff;
  font-size: 17px;
  text-align: center;
}

.paragraph.grigio {
  color: #fff;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-6 {
  margin-left: auto;
}

.paragraph-2 {
  margin-left: 92px;
  color: #fff;
}

.link {
  color: #00509d;
}

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

.heading-2.arancio {
  color: #fff;
  font-weight: 400;
}

.grid {
  display: -ms-grid;
  display: grid;
  margin-top: 34px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-areas: "Area Area Area Area";
  -ms-grid-columns: 1fr 16px 1fr 16px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid.salesaccount {
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.container-2 {
  margin-top: 41px;
  padding-left: 0px;
}

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

.heading-3 {
  margin-top: 14px;
  margin-bottom: 1px;
  padding-bottom: 10px;
  color: #000;
  font-size: 25px;
  line-height: 28px;
  font-weight: 400;
  text-align: left;
}

.heading-3.sinistra {
  color: #ffb567;
  text-align: right;
}

.paragraph-4 {
  color: #777;
  text-align: right;
}

.paragraph-4.sales-account {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #ffbe00;
  font-style: italic;
  text-align: left;
}

.image-7 {
  height: 400px;
  -webkit-transition: top 200ms cubic-bezier(.55, .055, .675, .19);
  transition: top 200ms cubic-bezier(.55, .055, .675, .19);
  background-clip: content-box;
  -webkit-text-fill-color: inherit;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-7:hover {
  -webkit-filter: blur(2px);
  filter: blur(2px);
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.image-8 {
  -o-object-fit: contain;
  object-fit: contain;
}

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

.heading-4 {
  text-align: right;
}

.paragraph-5 {
  text-align: right;
}

.italic-text-2 {
  float: none;
  clear: none;
  color: #777;
  text-align: right;
}

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

.text-block-12.sinistra {
  text-align: left;
}

.text-block-12.centro {
  display: block;
  margin-top: 0px;
  padding-top: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
  color: #000;
  text-align: left;
}

.text-block-12.centro {
  display: block;
  margin-top: 0px;
  padding-top: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
  color: #000;
  text-align: left;
}

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

.div-block-2 {
  position: static;
  text-align: center;
}

.paragraph-6 {
  color: #777;
}

.heading-5 {
  margin-top: 0px;
  margin-left: 19px;
  color: #fff;
  font-size: 27px;
  text-align: center;
  background-clip: content-box;
  -webkit-text-fill-color: inherit;
}

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

.grid-2.verticale {
  margin-top: 27px;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-columns: 1fr 1fr 0.75fr;
  grid-template-columns: 1fr 1fr 0.75fr;
}

.grid-2.verticale.rovescia {
  -ms-grid-columns: 0.75fr 1fr 1fr;
  grid-template-columns: 0.75fr 1fr 1fr;
}

.grid-2.verticale.tecnici {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.grid-2.verticale.david {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

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

.div-block-3.centro {
  position: static;
  text-align: center;
}

.section-2 {
  margin-top: 48px;
  margin-bottom: 48px;
}

.div-block-23 {
  display: block;
  width: 100px;
  max-width: 100px;
  min-width: 100px;
  text-align: right;
  -o-object-fit: none;
  object-fit: none;
}

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

.image-9 {
  width: 100px;
  max-width: none;
  margin-top: 717px;
  margin-left: 1900px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.heading-6 {
  font-family: Roboto, sans-serif;
  color: #fdc932;
}

.heading-7 {
  font-family: Roboto, sans-serif;
  color: #fdc932;
}

.heading-8 {
  font-family: Roboto, sans-serif;
  color: #fdc932;
}

.grid-3 {
  display: -ms-grid;
  display: grid;
  padding-top: 35px;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.5fr 1fr;
  grid-template-columns: 0.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.text-block-13 {
  padding-right: 23px;
}

.heading-9 {
  color: #f8f8f8;
}

.heading-10 {
  color: #fff;
}

.heading-11 {
  font-size: 45px;
}

.heading-12 {
  margin-top: 0px;
  margin-bottom: -16px;
  color: #f8f8f8;
  font-size: 25px;
  text-align: left;
}

.div-block-25 {
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.div-block-26 {
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.div-block-27 {
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.grid-4 {
  width: 100%;
  grid-column-gap: 21px;
  -ms-grid-columns: 2fr 1fr 1fr 1fr;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-28 {
  margin-left: 30px;
  padding-left: 0px;
}

.div-block-29 {
  margin-left: 30px;
}

.div-block-30 {
  display: block;
  margin-left: 30px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-31 {
  padding-top: 34px;
}

.image-11 {
  max-width: 200%;
  padding-top: 37px;
}

.image-12 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.text {
  margin-bottom: 15px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-weight: 400;
}

.main-button {
  position: static;
  display: inline;
  width: 150px;
  margin-top: 0px;
  margin-bottom: 40px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
  border-radius: 11px;
  background-color: #ffbe00;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: opacity 200ms ease, box-shadow 100ms cubic-bezier(.075, .82, .165, 1), background-color 200ms ease, -webkit-transform 1000ms cubic-bezier(.075, .82, .165, 1);
  transition: opacity 200ms ease, box-shadow 100ms cubic-bezier(.075, .82, .165, 1), background-color 200ms ease, -webkit-transform 1000ms cubic-bezier(.075, .82, .165, 1);
  transition: transform 1000ms cubic-bezier(.075, .82, .165, 1), opacity 200ms ease, box-shadow 100ms cubic-bezier(.075, .82, .165, 1), background-color 200ms ease;
  transition: transform 1000ms cubic-bezier(.075, .82, .165, 1), opacity 200ms ease, box-shadow 100ms cubic-bezier(.075, .82, .165, 1), background-color 200ms ease, -webkit-transform 1000ms cubic-bezier(.075, .82, .165, 1);
  color: #fff;
  font-size: 17px;
  text-align: center;
  -o-object-fit: none;
  object-fit: none;
}

.main-button:hover {
  background-color: #777;
  box-shadow: 1px 1px 20px -8px #fff;
  -webkit-transform: translate(0px, 3px);
  -ms-transform: translate(0px, 3px);
  transform: translate(0px, 3px);
  color: #fff;
}

.main-button.arancione {
  display: block;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 20px;
  font-size: 16px;
}

.main-button.ubtech-home {
  display: inline-block;
}

.main-button.promo {
  display: inline-block;
  width: auto;
  margin-top: 20px;
  padding-top: 0px;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
  text-align: center;
  -o-object-fit: contain;
  object-fit: contain;
}

.main-button.servizi-home {
  width: auto;
  height: auto;
}

.main-button.servizi-5g {
  display: block;
  width: 350px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.main-button.servizio-sicurezza {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.main-button._5g-pdf {
  display: inline-block;
  width: auto;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-family: Lato, sans-serif;
}

.main-button.post {
  text-align: center;
}

.container-3 {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.container-4 {
  max-height: none;
  max-width: none;
}

.grid-5 {
  width: 1200px;
  min-width: 1200px;
  grid-row-gap: 45px;
  -ms-grid-columns: 1.5fr 0.75fr 0.75fr 1fr;
  grid-template-columns: 1.5fr 0.75fr 0.75fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.image-13 {
  display: inline-block;
  margin-bottom: 17px;
}

.text-block-14 {
  font-size: 15px;
}

.container-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.text-block-15 {
  font-size: 14px;
  line-height: 0px;
}

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

.text-block-17 {
  color: #777;
}

.link-2 {
  display: block;
  color: #777;
  font-size: 14px;
}

.link-3 {
  display: block;
  color: #777;
  font-size: 14px;
}

.text-block-18 {
  color: #ffb567;
}

.link-4 {
  color: #777;
  font-size: 14px;
}

.div-block-32 {
  margin-left: 40px;
}

.div-block-33 {
  margin-right: 0px;
  margin-left: 40px;
}

.div-block-34 {
  margin-left: 40px;
}

.text-block-19 {
  font-size: 14px;
}

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

.text-block-21 {
  font-size: 14px;
}

.text-block-22 {
  color: #777;
}

.text-block-23 {
  color: #777;
  font-size: 14px;
}

.text-block-24 {
  color: #777;
}

.text-block-25 {
  color: #777;
  font-size: 14px;
}

.text-block-26 {
  color: #777;
}

.text-block-27 {
  color: #777;
  font-size: 14px;
}

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

.heading-13 {
  color: #fff;
  font-size: 60px;
  font-weight: 400;
  cursor: auto;
}

.link-5 {
  color: #ffb567;
}

.link-6 {
  color: #ffb567;
}

.link-7 {
  color: #ffb567;
}

.telefono-blu {
  color: #00509d;
}

.telefono-blu.spazio {
  margin-left: 10px;
  color: #fdc932;
}

.telefono-blu.spazio:hover {
  text-shadow: 1px 1px 20px #fff;
}

.telefono-blu.giallo {
  color: #fdc932;
}

.mail-blu {
  color: #00509d;
}

.mail-blu.sinistra {
  margin-left: 0px;
  color: #ffbe00;
  text-shadow: 1px 1px 6px #000;
}

.mail-blu.sinistra:hover {
  text-shadow: 1px 1px 20px #fff;
}

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

.grid-6 {
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 10px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

.div-block-36 {
  margin-left: 20px;
}

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

.heading-14 {
  font-size: 30px;
}

.heading-15 {
  margin-top: 62px;
  font-size: 22px;
}

.heading-16 {
  font-size: 22px;
}

.text-block-28 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  opacity: 0;
  color: #fff;
  text-align: center;
}

.text-block-28:hover {
  opacity: 1;
}

.bold-text {
  position: relative;
  top: -58px;
  float: none;
  font-size: 20px;
}

.text-block-29 {
  margin-top: -71px;
  opacity: 0;
  color: #fff;
  font-size: 20px;
  text-align: center;
}

.text-block-29:hover {
  opacity: 1;
  color: #fff;
  font-size: 20px;
}

.container-6 {
  margin-top: 57px;
}

.italic-text-4 {
  color: #ffb567;
  font-weight: 400;
}

.italic-text-5 {
  color: #ffb567;
}

.section-4 {
  margin-top: 43px;
}

.tab-link-tab-1 {
  background-color: #f83f5a;
}

.tab-link-tab-1.w--current {
  background-color: #ffb567;
}

.tab-link-tab-1.white-button {
  background-color: #f8f8f8;
}

.tab-link-tab-1.green {
  background-color: #299c21;
}

.text-block-30 {
  color: #fff;
}

.section-5 {
  margin-top: 59px;
}

.text-block-31 {
  padding-bottom: 10px;
  color: #000;
  font-size: 25px;
}

.text-block-32 {
  color: #000;
  font-style: normal;
  font-weight: 400;
}

.italic-text-6 {
  color: #000;
  font-style: normal;
}

.grid-8 {
  margin-top: 18px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.tab-link-area-amministrativa {
  background-color: #ffb567;
}

.tab-link-area-amministrativa.w--current {
  background-color: #ffb567;
}

.tab-link-area-amministrativa.w--current:hover {
  background-color: #bbb;
}

.tab-link-area-amministrativa.w--current:focus {
  background-color: #bbb;
}

.tab-link-area-amministrativa.orange {
  border-radius: 20px;
  background-color: #fdc932;
}

.tab-link-area-amministrativa.orange:active {
  background-color: #bbb;
}

.tab-link-area-amministrativa.orange:focus {
  background-color: #bbb;
}

.tab-link-area-commerciale {
  background-color: #f87488;
}

.tab-link-area-commerciale.pink {
  border-radius: 20px;
  background-color: #fdc932;
}

.tab-link-area-commerciale.pink:active {
  background-color: #bbb;
}

.tab-link-area-commerciale.pink:focus {
  background-color: #bbb;
}

.tab-link-area-commerciale.pink {
  margin-right: 10px;
  border-radius: 8px;
  background-color: #fdc932;
}

.tab-link-area-commerciale.pink:active {
  background-color: #bbb;
}

.tab-link-area-commerciale.pink:focus {
  background-color: #bbb;
}

.tab-link-area-tecnici {
  background-color: #95aff3;
}

.tab-link-area-tecnici.w--current {
  background-color: #fdc932;
}

.tab-link-area-tecnici.w--current:active {
  background-color: #bbb;
}

.tab-link-area-tecnici.w--current:focus {
  background-color: #bbb;
}

.tab-link-area-tecnici.blu {
  background-color: #fdc932;
}

.tab-link-area-tecnici.blu:active {
  background-color: #bbb;
}

.tab-link-area-tecnici.blu:focus {
  background-color: #bbb;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.tab-link-area-tecnici.blu.w--current {
  background-color: #fdc932;
}

.tab-link-area-negozi {
  background-color: #83e5a6;
}

.tab-link-area-negozi.green {
  margin-top: 12px;
  border-radius: 20px;
  background-color: #fdc932;
}

.tab-link-area-negozi.green:active {
  background-color: #bbb;
}

.tab-link-area-negozi.green:focus {
  background-color: #bbb;
}

.tab-link-area-negozi.green.w--current {
  border-radius: 20px;
}

.tab-link-area-negozi.green.w--current:active {
  border-radius: 20px;
}

.tab-link-area-negozi.green {
  margin-top: 12px;
  margin-right: 10px;
  border-radius: 8px;
  background-color: #fdc932;
}

.tab-link-area-negozi.green:active {
  background-color: #bbb;
}

.tab-link-area-negozi.green:focus {
  background-color: #bbb;
}

.tab-link-area-negozi.green.w--current {
  border-radius: 8px;
}

.tab-link-area-negozi.green.w--current:active {
  border-radius: 20px;
}

.text-block-33 {
  color: #fff;
}

.text-block-34 {
  color: #fff;
}

.text-block-35 {
  color: #fff;
}

.text-block-36 {
  color: #fff;
}

.italic-text-7 {
  color: #ffbe00;
}

.italic-text-8 {
  color: #ffbe00;
}

.image-15 {
  display: block;
}

.text-block-37 {
  margin-top: 20px;
  padding-right: 100px;
  padding-left: 100px;
  color: #fff;
  text-align: center;
}

.tabs-menu {
  padding-top: 0px;
  text-align: center;
}

.text-block-38 {
  margin-right: -12px;
  margin-bottom: 27px;
  margin-left: 0px;
  padding: 0px;
  font-family: Lato, sans-serif;
  color: #ffbe00;
  font-style: normal;
}

.image-16 {
  height: 450px;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-17 {
  height: 450px;
  -o-object-fit: contain;
  object-fit: contain;
}

.image-18 {
  height: 450px;
  -o-object-fit: cover;
  object-fit: cover;
}

.section-6 {
  margin-top: 71px;
}

.grid-9 {
  height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.tab-link-area-tecnici-2 {
  border-radius: 20px;
  background-color: #fdc932;
}

.tab-link-area-tecnici-2.w--current {
  background-color: #fdc932;
}

.tab-link-area-tecnici-2.w--current:active {
  background-color: #bbb;
}

.tab-link-area-tecnici-2.w--current:focus {
  background-color: #bbb;
}

.link-8 {
  color: #00509d;
}

.link-9 {
  color: #00509d;
}

.link-10 {
  color: #ffbe00;
}

.link-10:hover {
  text-shadow: 1px 1px 6px #ffbe00;
}

.link-11 {
  color: #ffbe00;
}

.link-11:hover {
  text-shadow: 1px 1px 6px #ffbe00;
}

.link-12 {
  color: #ffbe00;
  text-shadow: 1px 1px 6px #000;
}

.link-12:hover {
  text-shadow: 1px 1px 6px #ffbe00;
}

.link-13 {
  color: #ffbe00;
}

.link-13:hover {
  text-shadow: 1px 1px 6px #ffbe00;
}

.heading-17 {
  color: #000;
}

.mail-giallo {
  color: #fdc932;
  font-size: 16px;
}

.mail-giallo:hover {
  text-shadow: 1px 1px 6px #ffbe00;
}

.mail-giallo.footer {
  padding-top: 0px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
}

.telefono-giallo {
  display: inline;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #fdc932;
  font-size: 17px;
}

.telefono-giallo:hover {
  text-shadow: 1px 1px 6px #ffbe00;
}

.telefono-giallo.footer {
  padding-top: 0px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
}

.section-7 {
  margin-top: 0px;
  background-color: #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Mission-e-Valori---Ubtech.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Mission-e-Valori---Ubtech.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  text-align: center;
}

.section-7.cosa-pensano-home {
  background-color: #f8f8f8;
  background-image: none;
}

.paragraph-small-2 {
  color: #fff;
  font-size: 14px;
  line-height: 24px;
}

.paragraph-small-2.grey-text {
  color: #000;
  text-align: center;
}

.simple-review-nickname-2 {
  margin-left: 8px;
  color: #000;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

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

.grid-11 {
  margin-bottom: 47px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.grid-11.router-e-sim {
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.heading-18 {
  color: #fdc932;
}

.heading-19 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 40px;
  line-height: 50px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
}

.div-block-37 {
  border-style: none;
  border-width: 1px;
  border-color: #00509d;
  border-radius: 20px;
  background-color: #fff;
}

.text-block-39 {
  margin-top: 9px;
  padding: 20px;
  border-radius: 20px;
  background-color: #fff;
  color: #000;
  font-size: 16px;
  text-align: center;
}

.bold-text-2 {
  color: #ffbe00;
  font-size: 18px;
}

.text-block-40 {
  color: #777;
  font-style: italic;
  font-weight: 700;
  text-align: center;
}

.section-8 {
  margin-top: 58px;
  background-color: #f8f8f8;
}

.heading-20 {
  color: #000;
  font-size: 40px;
  line-height: 48px;
  font-weight: 400;
  text-align: center;
}

.link-14 {
  color: #00509d;
}

.link-15 {
  color: #00509d;
}

.link-16 {
  color: #00509d;
}

.link-17 {
  color: #00509d;
}

.link-18 {
  color: #00509d;
}

.link-19 {
  color: #00509d;
}

.divisore-2 {
  position: static;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 150px;
  height: 3px;
  max-height: none;
  max-width: none;
  min-height: auto;
  min-width: auto;
  margin-top: 0px;
  margin-bottom: 20px;
  float: none;
  background-color: #fdc932;
  text-align: center;
  -o-object-fit: contain;
  object-fit: contain;
}

.divisore-2.center {
  margin-top: -14px;
  background-color: #fdc932;
}

.divisore-2.center.flou {
  background-color: #fdc932;
  box-shadow: -1px 1px 7px 1px #eca972;
}

.testo-panel {
  color: #fff;
}

.paragraph-9 {
  font-family: Lato, sans-serif;
}

.paragraph-10 {
  color: #fff;
}

.image-19 {
  -o-object-fit: cover;
  object-fit: cover;
}

.section-9 {
  -o-object-fit: fill;
  object-fit: fill;
}

.image-20 {
  -o-object-fit: cover;
  object-fit: cover;
}

.image-21 {
  margin-right: 17px;
  padding-right: 0px;
}

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

.image-23 {
  display: inline-block;
  max-width: none;
}

.link-20 {
  font-size: 13px;
}

.heading-21 {
  color: #fff;
}

.section-10 {
  margin-bottom: 0px;
  padding-bottom: 69px;
  background-color: #fff;
}

.section-11 {
  height: 450px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Team-Ubtech.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Team-Ubtech.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.div-block-38 {
  padding-top: 85px;
  border: 1px none #000;
}

.container-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 400;
}

.link-21 {
  color: #ffbe00;
}

.link-21:hover {
  text-shadow: 1px 1px 6px #ffbe00;
}

.container-9 {
  margin-bottom: 67px;
}

.container-9.fastwebcasa {
  margin-top: 31px;
  margin-bottom: 0px;
}

.container-9.fastweb-mobile {
  margin-bottom: 10px;
}

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

.text-block-41 {
  margin-top: 0px;
  margin-bottom: 40px;
  padding-bottom: 0px;
  font-family: Roboto, sans-serif;
  color: #000;
  text-align: justify;
}

.section-12 {
  margin-top: 0px;
}

.section-12.fastweb-store-privati {
  background-color: #f8f8f8;
  color: transparent;
}

.section-12.fastweb-store-privati.sicurezza {
  padding-top: 40px;
  padding-bottom: 40px;
}

.grid-12 {
  display: -ms-grid;
  display: grid;
  padding-bottom: 58px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.grid-12.fastwebstore5g {
  margin-top: 20px;
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

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

.bold-text-3 {
  color: #000;
  font-weight: 400;
}

.bold-text-4 {
  color: #000;
  font-weight: 400;
}

.image-24 {
  max-width: 80%;
}

.heading-23 {
  color: #fff;
  font-size: 50px;
  line-height: 60px;
  font-weight: 400;
}

.main-button-2 {
  display: inline;
  margin-top: 0px;
  margin-right: auto;
  padding: 10px 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 11px;
  background-color: #ffbe00;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: opacity 200ms ease, box-shadow 100ms cubic-bezier(.075, .82, .165, 1), background-color 200ms ease, -webkit-transform 1000ms cubic-bezier(.075, .82, .165, 1);
  transition: opacity 200ms ease, box-shadow 100ms cubic-bezier(.075, .82, .165, 1), background-color 200ms ease, -webkit-transform 1000ms cubic-bezier(.075, .82, .165, 1);
  transition: transform 1000ms cubic-bezier(.075, .82, .165, 1), opacity 200ms ease, box-shadow 100ms cubic-bezier(.075, .82, .165, 1), background-color 200ms ease;
  transition: transform 1000ms cubic-bezier(.075, .82, .165, 1), opacity 200ms ease, box-shadow 100ms cubic-bezier(.075, .82, .165, 1), background-color 200ms ease, -webkit-transform 1000ms cubic-bezier(.075, .82, .165, 1);
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 17px;
  text-align: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.main-button-2:hover {
  background-color: #777;
  box-shadow: 1px 1px 20px -8px #fff;
  -webkit-transform: translate(0px, 3px);
  -ms-transform: translate(0px, 3px);
  transform: translate(0px, 3px);
  color: #fff;
}

.main-button-2.home {
  display: inline-block;
  margin: 40px 0px 1px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-style: italic;
}

.main-button-2.negozi {
  text-align: center;
}

.main-button-2.home-servizi {
  display: inline;
  padding-top: 10px;
  padding-bottom: 10px;
}

.main-button-2.sicurezza {
  display: block;
  margin: auto;
  padding-top: 10px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.main-button-2.soluzioni {
  display: inline-block;
  margin-right: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.main-button-2.faq {
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.main-button-2.lavora {
  display: inline;
}

.main-button-2.p-iva {
  margin-right: 0px;
  padding-right: 10px;
  padding-left: 10px;
  font-family: 'San Francisco', sans-serif;
  text-align: center;
}

.main-button-2.promozioni {
  font-size: 22px;
}

.main-button-2.privatihome {
  display: inline-block;
  width: 37%;
  height: 17%;
  margin-right: 0px;
  padding: 9px 9px 9px 15px;
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  text-align: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.italic-text-9 {
  display: block;
  font-family: 'San Francisco', sans-serif;
  color: #ffbe00;
  font-size: 17px;
  font-weight: 400;
}

.italic-text-9.privati {
  font-family: 'San Francisco', sans-serif;
}

.div-block-42 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  font-family: 'San Francisco', sans-serif;
  font-weight: 100;
  text-align: center;
}

.div-block-42.prova {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.image-28 {
  max-width: 150%;
  margin-right: 0px;
  margin-left: -453px;
  padding-right: 0px;
}

.heading-24 {
  color: #fff;
  font-weight: 400;
}

.paragraph-11 {
  color: #fff;
}

.section-13 {
  background-color: #000;
}

.heading-25 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.vertical-scroll-text-2 {
  position: relative;
  width: 80px;
  margin-bottom: 36px;
  padding-bottom: 2px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  color: #111;
  font-size: 13px;
  line-height: 20px;
  font-weight: 700;
  text-align: left;
}

.hero-section-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-left: 0px;
  padding: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: #000;
}

.hero-section-2.hero-split-section {
  margin-bottom: 0px;
  padding-top: 60px;
  padding-right: 40px;
  padding-bottom: 60px;
  background-color: #000;
}

.hero-section-2.hero-split-section.blog {
  background-color: #000;
}

.hero-section-2.hero-split-section.home {
  background-color: #000;
}

.hero-section-2.hero-split-section.cercolavoro {
  height: 700px;
  max-height: 300%;
}

.hero-section-2.hero-split-section.privati {
  background-color: #000;
}

.hero-section-2.servizi {
  padding-top: 60px;
  padding-bottom: 60px;
}

.vertical-header-text-2 {
  position: relative;
  left: -124px;
  width: 300px;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  color: #fff;
  text-align: center;
}

.hero-split-text-1 {
  display: block;
  margin-top: 10px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  font-family: 'San Francisco', sans-serif;
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  text-transform: none;
}

.hero-split-text-1.prova {
  text-align: center;
}

.heading-26 {
  display: block;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  border: 2px solid transparent;
  border-radius: 0px;
  background-color: rgba(0, 0, 0, 0.03);
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  font-family: 'San Francisco', sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 60px;
  font-style: normal;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-shadow: 3px 3px 11px #6639ea, 7px 8px 4px #000, 6px 10px 15px #ffbe00;
  white-space: normal;
}

.heading-26.prova {
  text-align: center;
}

.italic-text-10 {
  font-style: normal;
}

.section-14 {
  background-color: #fff;
}

.heading-27 {
  margin-top: 40px;
  margin-bottom: 20px;
  color: #000;
  font-size: 40px;
  font-weight: 400;
  text-align: left;
}

.text-block-42 {
  display: block;
  padding-top: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  color: #000;
  text-align: justify;
}

.text-block-43 {
  color: #000;
}

.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 58px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-28 {
  color: #000;
}

.container-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  clear: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-29 {
  color: #fff;
}

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

.container-12 {
  margin-bottom: 0px;
  padding-bottom: 61px;
}

.italic-text-11 {
  color: #ffbe00;
}

.italic-text-12 {
  color: #ffbe00;
}

.italic-text-13 {
  color: #ffbe00;
}

.section-15 {
  padding-bottom: 48px;
  background-color: #000;
}

.section-15.video-ubtech {
  margin-top: 0px;
  background-color: #f8f8f8;
}

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

.div-block-44 {
  position: fixed;
  width: 100vh;
  height: 100vh;
}

.div-block-44.popup {
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 3;
  display: block;
  width: auto;
  height: auto;
  background-color: transparent;
}

.div-block-45 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 430px;
  height: 200px;
  margin: auto 40px 60px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #ffbe00;
  text-align: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.paragraph-12 {
  margin: 0px 10px 10px;
  color: #000;
  font-size: 14px;
  text-align: center;
}

.heading-29 {
  margin-top: 20px;
  color: #000;
  font-size: 16px;
  text-align: center;
}

.button-2 {
  display: block;
  width: 380px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #fff;
  color: #000;
  font-size: 14px;
  text-align: center;
}

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

.div-block-46 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
}

.image-30 {
  padding: 10px 0px 0px;
  cursor: pointer;
}

.div-block-47 {
  display: none;
}

.container-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-30 {
  color: #fff;
  font-size: 35px;
  text-align: left;
}

.paragraph-13 {
  color: #000;
  text-align: left;
}

.div-block-48 {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #000;
}

.div-block-51 {
  padding-left: 0px;
}

.div-block-52 {
  display: block;
  margin-top: 20px;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  border-top: 1px solid #fff;
  text-align: left;
}

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

.grid-14 {
  margin-top: 10px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.text-block-44 {
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-family: Lato, sans-serif;
  color: #000;
  font-size: 17px;
  line-height: 25px;
  text-align: center;
}

.text-block-44.fastwebstore5g {
  color: #fff;
}

.text-block-44.fastwebstoreservizi {
  color: #000;
}

.text-block-44.fastwebstorepromo {
  color: #000;
}

.heading-31 {
  font-size: 17px;
}

.heading-32 {
  font-size: 17px;
}

.heading-33 {
  font-size: 17px;
}

.heading-34 {
  font-size: 17px;
}

.heading-35 {
  font-size: 17px;
}

.heading-36 {
  font-size: 17px;
}

.heading-37 {
  color: #111;
  font-size: 50px;
  text-align: center;
}

.container-15 {
  margin-bottom: 20px;
  background-color: #fff;
  text-align: center;
}

.heading-38 {
  font-size: 35px;
  text-align: center;
}

.heading-39 {
  font-size: 50px;
  text-align: center;
}

.text-block-45 {
  padding-bottom: 10px;
  font-size: 25px;
  text-align: center;
}

.text-block-46 {
  padding-top: 10px;
  text-align: center;
}

.container-16 {
  margin-top: 40px;
  background-color: #ffbe00;
}

.paragraph-14 {
  margin-top: 20px;
  border-top: 1px solid #bbb;
  font-family: Lato, sans-serif;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
}

.button-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #ffbe00;
  color: #fff;
  font-size: 17px;
  text-align: center;
}

.columns-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero {
  display: block;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.flex-container.servizi-5g-home {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.hero-image-mask {
  width: 100%;
  margin-left: 40px;
}

.hero-image {
  width: auto;
  height: auto;
  max-width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0.5 auto;
  -ms-flex: 0 0.5 auto;
  flex: 0 0.5 auto;
  -o-object-fit: fill;
  object-fit: fill;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.bold-text-7 {
  color: #000;
}

.hero-2 {
  display: block;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.hero-image-2 {
  width: 500px;
  height: auto;
  max-width: none;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0.5 auto;
  -ms-flex: 0 0.5 auto;
  flex: 0 0.5 auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.cards-section {
  padding-top: 0px;
  padding-bottom: 10px;
  background-color: #fff;
}

.centered-container {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.cards-grid-container {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  text-align: left;
}

.cards-image-mask {
  position: relative;
  display: block;
  width: auto;
  height: auto;
  padding-top: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0%;
}

.cards-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 150px;
  height: 150px;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.cards-image._5g {
  width: 150px;
  height: 150px;
  min-width: 0px;
  -o-object-fit: fill;
  object-fit: fill;
}

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

.heading-41 {
  padding-right: 10px;
  padding-left: 10px;
  font-family: Lato, sans-serif;
  color: #ffbe00;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
}

.heading-42 {
  padding-right: 10px;
  padding-left: 10px;
  font-family: Lato, sans-serif;
  color: #ffbe00;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
}

.heading-43 {
  padding-right: 10px;
  padding-left: 10px;
  color: #ffbe00;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
}

.heading-44 {
  font-size: 20px;
  line-height: 30px;
}

.heading-45 {
  font-size: 20px;
  line-height: 30px;
}

.heading-46 {
  font-size: 20px;
  line-height: 30px;
}

.image-32 {
  display: inline-block;
  max-width: none;
}

.heading-47 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 35px;
  line-height: 48px;
  font-weight: 400;
  text-align: center;
}

.paragraph-15 {
  font-family: Lato, sans-serif;
}

.div-block-54 {
  font-family: Lato, sans-serif;
  text-align: center;
}

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

.div-block-55.centro {
  position: static;
  text-align: center;
}

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

.heading-48 {
  color: #fff;
}

.heading-48._5g {
  font-family: Lato, sans-serif;
  font-size: 35px;
  font-weight: 400;
}

.paragraph-16 {
  font-family: Lato, sans-serif;
  color: #fff;
}

.heading-49 {
  font-family: Lato, sans-serif;
  font-size: 35px;
  font-weight: 400;
  text-align: center;
}

.body-2 {
  margin-bottom: 0px;
  padding-bottom: 0px;
  font-family: Lato, sans-serif;
}

.container-17 {
  display: block;
  margin-bottom: 20px;
  background-color: transparent;
  text-align: center;
}

.section-header-2 {
  margin-top: 0px;
  color: #fff;
  font-size: 50px;
  line-height: 30px;
  font-weight: 400;
}

.section-header-2.privati-maps {
  color: #000;
  font-size: 30px;
  text-align: center;
}

.section-header-2.arancio {
  margin-bottom: 0px;
  color: #fff;
  font-size: 40px;
}

.section-header-2.arancio.home {
  margin-top: 32px;
  margin-bottom: 32px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 55px;
}

.section-header-2.arancio.home {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #000;
  font-size: 35px;
  line-height: 48px;
  text-align: center;
}

.section-header-2.arancio.home {
  margin-top: 0px;
  margin-bottom: 18px;
  color: #000;
  font-size: 30px;
  line-height: 48px;
  text-align: left;
}

.section-header-2.privati-maps {
  color: #fff;
  font-size: 28px;
  text-align: center;
}

.section-header-2.fastwebstorepromo {
  color: #000;
  font-size: 28px;
  text-align: center;
}

.section-header-2.fastwebstoreservizi {
  color: #000;
  font-size: 28px;
  text-align: center;
}

.section-header-2.privati-maps {
  color: #000;
  font-size: 25px;
  line-height: 28px;
  text-align: center;
}

.telefono-giallo-2 {
  display: inline;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: Lato, sans-serif;
  color: #fdc932;
  font-size: 17px;
}

.telefono-giallo-2:hover {
  text-shadow: 1px 1px 6px #ffbe00;
}

.heading-50 {
  color: #000;
  font-size: 33px;
  line-height: 45px;
  font-weight: 400;
  text-align: center;
}

.mail-giallo-2 {
  font-family: Lato, sans-serif;
  color: #fdc932;
  font-size: 17px;
}

.mail-giallo-2:hover {
  text-shadow: 1px 1px 6px #ffbe00;
}

.text-block-47 {
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
}

.titolo-5g-negozi {
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 35px;
  font-weight: 400;
  text-align: center;
}

.negozio-vicenza._5g {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 17px;
  line-height: 23px;
  font-weight: 400;
  text-align: center;
}

.negozio-verona {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 35px;
  font-weight: 400;
  text-align: center;
}

.negozio-verona._5g {
  color: #fff;
  line-height: 28px;
}

.negozio-mestre._5g {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 35px;
  line-height: 28px;
  font-weight: 400;
  text-align: center;
}

.indirizzo-mestre._5g {
  margin-bottom: 10px;
  color: #fff;
  font-size: 17px;
  line-height: 23px;
  text-align: center;
}

.indirizzo-verona._5g {
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 17px;
  line-height: 23px;
  text-align: center;
}

.main-button-3 {
  position: static;
  display: inline;
  width: 150px;
  margin-top: 0px;
  margin-bottom: 40px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
  border-radius: 11px;
  background-color: #ffbe00;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: opacity 200ms ease, box-shadow 100ms cubic-bezier(.075, .82, .165, 1), background-color 200ms ease, -webkit-transform 1000ms cubic-bezier(.075, .82, .165, 1);
  transition: opacity 200ms ease, box-shadow 100ms cubic-bezier(.075, .82, .165, 1), background-color 200ms ease, -webkit-transform 1000ms cubic-bezier(.075, .82, .165, 1);
  transition: transform 1000ms cubic-bezier(.075, .82, .165, 1), opacity 200ms ease, box-shadow 100ms cubic-bezier(.075, .82, .165, 1), background-color 200ms ease;
  transition: transform 1000ms cubic-bezier(.075, .82, .165, 1), opacity 200ms ease, box-shadow 100ms cubic-bezier(.075, .82, .165, 1), background-color 200ms ease, -webkit-transform 1000ms cubic-bezier(.075, .82, .165, 1);
  color: #fff;
  font-size: 17px;
  text-align: center;
  -o-object-fit: none;
  object-fit: none;
}

.main-button-3:hover {
  background-color: #777;
  box-shadow: 1px 1px 20px -8px #fff;
  -webkit-transform: translate(0px, 3px);
  -ms-transform: translate(0px, 3px);
  transform: translate(0px, 3px);
  color: #fff;
}

.main-button-3.contatti {
  width: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.main-button-3.pmi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-top: 20px;
  padding-right: 20px;
  padding-left: 20px;
}

.contact-card-2 {
  width: 550px;
  padding: 20px;
  border: 1px solid #e4e4e4;
  background-color: #fff;
  -webkit-transform: translate(-30px, 30px);
  -ms-transform: translate(-30px, 30px);
  transform: translate(-30px, 30px);
}

.input-2 {
  height: 48px;
  margin-bottom: 24px;
  padding-top: 6px;
  padding-right: 20px;
  padding-left: 20px;
  border: 1px solid #e4e4e4;
  background-color: #fff;
  -webkit-transition: border-color 300ms ease;
  transition: border-color 300ms ease;
  font-size: 15px;
  line-height: 24px;
}

.input-2:focus {
  border-color: #ddd;
}

.input-2.text-area {
  height: auto;
  min-height: 120px;
  padding-top: 16px;
}

.section-16 {
  position: relative;
  display: none;
  margin-top: 40px;
  padding: 120px 56px;
  background-color: #fff;
  text-align: center;
}

.section-16.grey-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  margin-top: 0px;
  padding-top: 83px;
  padding-bottom: 79px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #000;
  box-shadow: none;
}

.section-16.grey-section.contatti {
  display: block;
  margin-left: auto;
  padding: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Ubtech-Contatti.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Ubtech-Contatti.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  box-shadow: 0 0 20px -14px #000;
}

.section-16.grey-section.contattihome {
  padding-top: 0px;
  padding-bottom: 0px;
}

.section-16.grey-section.info {
  background-color: #f8f8f8;
}

.section-16.grey-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  margin-top: 0px;
  padding-top: 83px;
  padding-bottom: 79px;
  background-color: #fff;
  box-shadow: none;
}

.section-16.grey-section.contatti {
  display: block;
  margin-bottom: 0px;
  margin-left: auto;
  padding: 20px 0px;
  background-color: #f8f8f8;
  background-image: none;
  box-shadow: 0 0 20px -14px #000;
}

.frame-2 {
  box-shadow: inset 0 0 0 8px #ffb567;
  -webkit-transform: translate(-30px, -30px);
  -ms-transform: translate(-30px, -30px);
  transform: translate(-30px, -30px);
}

.frame-2.reversed {
  width: 550px;
  background-color: transparent;
  box-shadow: 1px -1px 5px 1px #fff, inset 0 0 0 8px #fdc932;
  -webkit-transform: translate(30px, -30px);
  -ms-transform: translate(30px, -30px);
  transform: translate(30px, -30px);
  color: #f83f5a;
}

.frame-2.reversed {
  width: auto;
  border-radius: 8px;
  background-color: transparent;
  box-shadow: 1px -1px 5px 1px #fff, inset 0 0 0 8px #fdc932;
  -webkit-transform: translate(30px, -30px);
  -ms-transform: translate(30px, -30px);
  transform: translate(30px, -30px);
  color: #f83f5a;
}

.heading-51 {
  font-family: Lato, sans-serif;
  color: #000;
}

.section-description-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 17px;
  line-height: 28px;
}

.heading-52 {
  font-weight: 400;
  text-align: center;
}

.div-block-58 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.heading-53 {
  font-family: Lato, sans-serif;
  font-size: 35px;
  line-height: 48px;
  font-weight: 400;
  text-align: center;
}

.heading-54 {
  font-family: Lato, sans-serif;
  font-size: 30px;
  line-height: 30px;
  font-weight: 400;
  text-align: center;
}

.image-33 {
  height: auto;
  max-width: 100%;
}

.image-34 {
  height: auto;
  max-width: 100%;
}

.column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

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

.text-block-48 {
  color: #fff;
}

.icon-2 {
  margin: auto auto 65px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

.dropdown-link {
  background-color: #ffbe00;
  color: #fff;
}

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

.dropdown-link-2 {
  background-color: #ffbe00;
  color: #fff;
}

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

.dropdown-2 {
  position: relative;
  display: inline;
  height: 89px;
  padding-left: 0px;
}

.dropdown-list {
  margin-top: 9px;
}

.dropdown-list.w--open {
  margin-top: -40px;
  margin-left: 44px;
}

.text-2 {
  margin-bottom: 15px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-weight: 400;
}

.text-block-49 {
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 17px;
}

.div-block-60 {
  font-family: Lato, sans-serif;
}

.div-block-61 {
  font-family: Lato, sans-serif;
}

.columns-3 {
  margin-top: 10px;
  padding-top: 0px;
}

.container-18 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.servizi-per-te {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 22px;
  font-family: 'San Francisco', sans-serif;
  font-style: normal;
  font-weight: 700;
  text-align: center;
  text-transform: none;
  white-space: normal;
}

.servizi-casa-home-title {
  font-weight: 400;
}

.columns-4 {
  display: block;
  margin-top: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.colonna-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 40px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.colonna-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.paragraph-17 {
  font-family: Lato, sans-serif;
}

.image-36 {
  padding: 20px 0px 0px;
  -o-object-fit: fill;
  object-fit: fill;
}

.heading-55 {
  margin-top: 0px;
  font-family: Lato, sans-serif;
  text-align: center;
}

.collection-item {
  display: block;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 14px 14px 20px -20px #000;
  font-family: Lato, sans-serif;
}

.section-17 {
  margin-bottom: 20px;
  background-color: #fff;
}

.section-18 {
  margin-top: 0px;
}

.italic-text-15 {
  font-size: 17px;
}

.italic-text-16 {
  font-family: 'San Francisco', sans-serif;
  color: #ffbe00;
  font-size: 17px;
  font-weight: 400;
}

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

.paragraph-post {
  position: relative;
  margin-top: 20px;
  margin-right: 20px;
  margin-left: 20px;
  padding-top: 0px;
  font-family: Lato, sans-serif;
  color: #777;
  font-size: 14px;
  line-height: 22px;
  text-align: left;
}

.heading-56 {
  font-family: Lato, sans-serif;
  color: #000;
  text-align: center;
}

.heading-56.post-title {
  position: relative;
  margin-top: -81px;
  margin-right: 20px;
  margin-left: 20px;
  color: #fff;
  font-weight: 400;
  text-align: left;
}

.heroblog {
  height: 350px;
}

.heading-57 {
  font-family: Lato, sans-serif;
  font-size: 50px;
  text-align: center;
}

.blogposttitle {
  position: absolute;
  left: 0%;
  top: 482px;
  right: auto;
  bottom: 0%;
  display: block;
  width: 100%;
  margin-top: -9px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 45px;
  font-weight: 700;
  text-align: center;
}

.collection-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 40px auto;
  padding-right: 0px;
}

.postimage {
  background-color: transparent;
}

.link-block {
  margin-right: 10px;
  padding-right: 0px;
  padding-bottom: 10px;
  border: 1px solid #e4e4e4;
  border-radius: 0px;
}

.text-block-50 {
  margin-right: 20px;
  margin-left: 20px;
  font-family: Lato, sans-serif;
  color: #bbb;
  font-style: italic;
}

.container-19 {
  margin: 20px auto;
}

.nav-link-2 {
  font-family: Roboto, sans-serif;
  color: #fff;
  cursor: pointer;
}

.nav-link-2:hover {
  text-shadow: 1px 1px 6px #ffbe00;
}

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

.dropdown-toggle {
  color: #fff;
}

.nav-link-3 {
  color: #fff;
}

.nav-link-3:hover {
  text-shadow: 1px 1px 6px #ffbe00;
}

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

.nav-link-4 {
  color: #fff;
}

.nav-link-4:hover {
  text-shadow: 1px 1px 6px #ffbe00;
}

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

.nav-link-5 {
  color: #fff;
}

.nav-link-5:hover {
  text-shadow: 1px 1px 6px #ffbe00;
}

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

.text-block-51 {
  color: #fff;
}

.text-block-51:hover {
  text-shadow: 1px 1px 6px #ffbe00;
}

.icona-dropdown:hover {
  text-shadow: 1px 1px 6px #ffbe00;
}

.dropdown-link-3 {
  background-color: #ffbe00;
  color: #fff;
}

.dropdown-link-3.w--current {
  color: #777;
}

.dropdown-link-4 {
  background-color: #ffbe00;
  color: #fff;
}

.dropdown-link-4.w--current {
  color: #bbb;
}

.dropdown-link-5 {
  background-color: #ffbe00;
  color: #fff;
}

.section-description-3 {
  display: block;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: Lato, sans-serif;
  color: #000;
  font-size: 17px;
  line-height: 28px;
}

.telefono-giallo-3 {
  display: inline;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: Roboto, sans-serif;
  color: #fdc932;
  font-size: 17px;
}

.telefono-giallo-3:hover {
  text-shadow: 1px 1px 6px #ffbe00;
}

.contact-card-3 {
  width: auto;
  padding: 20px;
  border: 1px solid #e4e4e4;
  border-radius: 8px;
  background-color: #fff;
  -webkit-transform: translate(-30px, 30px);
  -ms-transform: translate(-30px, 30px);
  transform: translate(-30px, 30px);
}

.heading-58 {
  color: #000;
}

.mail-giallo-3 {
  font-family: Roboto, sans-serif;
  color: #fdc932;
  font-size: 17px;
}

.mail-giallo-3:hover {
  text-shadow: 1px 1px 6px #ffbe00;
}

.container-20 {
  display: block;
}

.text-block-52 {
  color: #fff;
  font-size: 17px;
}

.success-message {
  background-color: #ffbe00;
}

.text-block-53 {
  color: #fff;
  font-size: 17px;
}

.error-message {
  background-color: #ffb567;
}

.form-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: Lato, sans-serif;
  font-size: 17px;
}

.checkbox-label {
  font-size: 14px;
}

.checkbox-label-2 {
  font-size: 14px;
}

.form-block-2 {
  width: 33.33%;
}

.slide-frame {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-54 {
  background-color: transparent;
  color: #fff;
}

.success-message-2 {
  background-color: #ffbe00;
}

.text-block-55 {
  color: #fff;
}

.error-message-2 {
  background-color: #f83f5a;
  color: #fff;
}

.columns-5 {
  display: block;
}

.image-40 {
  display: block;
  text-align: center;
}

.container-21 {
  display: block;
  margin-top: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.image-41 {
  overflow: visible;
  width: 100%;
  margin-right: 0px;
  padding-right: 0px;
  background-color: transparent;
  opacity: 1;
  white-space: normal;
  -o-object-fit: fill;
  object-fit: fill;
}

.text-block-56 {
  position: absolute;
  left: 0%;
  top: 448px;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -19px;
  margin-left: 419px;
  padding-left: 0px;
  font-family: Lato, sans-serif;
  color: #bbb;
  font-style: italic;
  font-weight: 400;
  text-align: left;
}

.column-6 {
  text-align: left;
}

.heading-59 {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  background-color: transparent;
  font-family: Lato, sans-serif;
  color: #ffbe00;
  font-size: 40px;
  font-weight: 400;
  text-align: center;
}

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

.flex-container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.feature-image-mask {
  width: 100%;
  margin-right: 40px;
}

.feature-image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.text-block-57 {
  font-size: 30px;
  line-height: 15;
}

.text-block-58 {
  font-size: 30px;
  line-height: 35px;
}

.text-block-59 {
  font-size: 25px;
  line-height: 35px;
}

.text-block-60 {
  font-family: Lato, sans-serif;
  color: #000;
  font-size: 30px;
  line-height: 35px;
  font-weight: 400;
}

.text-block-61 {
  margin-top: 20px;
  font-family: Lato, sans-serif;
  font-size: 30px;
  line-height: 35px;
}

.section-19 {
  height: 601.9666748046875px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.columns-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.text-block-63 {
  font-family: Lato, sans-serif;
  font-size: 17px;
}

.text-block-64 {
  font-family: Lato, sans-serif;
  font-size: 20px;
}

.text-block-65 {
  font-family: Lato, sans-serif;
  font-weight: 400;
}

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

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

.text-block-67 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 18px;
  text-align: center;
}

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

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

.text-block-68 {
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: Lato, sans-serif;
  font-size: 25px;
  line-height: 30px;
  text-align: center;
}

.telefono-giallo-4 {
  display: inline;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #fdc932;
  font-size: 17px;
}

.telefono-giallo-4:hover {
  text-shadow: 1px 1px 6px #ffbe00;
}

.heading-60 {
  color: #fff;
  font-size: 40px;
  font-weight: 400;
  text-align: center;
}

.heading-60.fastwebstorepromo {
  color: #000;
}

.heading-60.fastwebstoreservizi {
  color: #000;
  font-size: 35px;
  line-height: 48px;
}

.mail-giallo-4 {
  color: #fdc932;
  font-size: 20px;
}

.mail-giallo-4:hover {
  text-shadow: 1px 1px 6px #ffbe00;
}

.section-20 {
  background-color: #f8f8f8;
  color: #111;
}

.fastwebstore-promo {
  margin-bottom: 0px;
  padding-bottom: 20px;
  background-color: #f8f8f8;
}

.container-22 {
  font-family: Lato, sans-serif;
  text-align: center;
}

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

.paragraph-21 {
  text-align: left;
}

.heading-61 {
  font-family: Lato, sans-serif;
}

.heading-62 {
  font-family: Lato, sans-serif;
  font-size: 35px;
  font-weight: 400;
}

.image-42 {
  margin-right: 0px;
  margin-bottom: 10px;
  -o-object-fit: contain;
  object-fit: contain;
}

.image-42.lavoraconnoi {
  border-radius: 8px;
  box-shadow: 3px 3px 8px 0 #bbb;
}

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

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

.sale-account {
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: Lato, sans-serif;
  font-weight: 400;
}

.container-24 {
  display: block;
  margin-bottom: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

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

.contatti-lavoraconnoi {
  margin-top: 20px;
  background-color: #f8f8f8;
}

.heading-63 {
  font-family: Lato, sans-serif;
  font-weight: 400;
}

.form {
  margin-top: 20px;
}

.success-message-3 {
  background-color: #ffbe00;
  font-family: Lato, sans-serif;
  font-size: 17px;
}

.column-7 {
  margin-top: 10px;
  padding-top: 10px;
}

.error-message-3 {
  background-color: #e4e4e4;
  font-family: Lato, sans-serif;
  font-size: 17px;
}

.text-block-69 {
  font-size: 17px;
}

.text-block-70 {
  font-size: 17px;
}

.text-block-71 {
  font-family: Lato, sans-serif;
  font-size: 17px;
}

.body-3 {
  font-family: Lato, sans-serif;
}

.body-4 {
  font-family: Lato, sans-serif;
}

.body-5 {
  font-family: Lato, sans-serif;
}

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

.grid-16 {
  grid-column-gap: 20px;
}

.checkbox-label-3 {
  color: #fff;
  font-size: 14px;
  line-height: 20px;
}

.link-22 {
  color: #ffbe00;
}

.columns-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}

.link-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
}

.hearderblogpostinside {
  position: static;
  width: 100%;
  height: 100%;
  background-color: transparent;
  -o-object-fit: fill;
  object-fit: fill;
}

.div-block-62 {
  position: relative;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.div-block-63 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  margin-left: 3px;
  padding-bottom: 0px;
  padding-left: 0px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#000), color-stop(48%, transparent));
  background-image: linear-gradient(0deg, #000, transparent 48%);
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

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

.div-block-64 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 44%;
  height: 210px;
  max-width: 100%;
  margin-right: 10px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#000), to(transparent));
  background-image: linear-gradient(0deg, #000, transparent);
}

.collection-item-2 {
  padding-right: 0px;
  padding-left: 0px;
}

.fastebstore-servizi {
  background-color: #fff;
}

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

.text-block-72 {
  width: 70%;
  margin-bottom: 20px;
  font-weight: 400;
  text-align: left;
}

.form-block-3 {
  width: 60%;
  text-align: center;
}

.success-message-4 {
  background-color: #ffe28e;
}

.form-2 {
  display: inline-block;
  width: auto;
  max-width: 100%;
  text-align: left;
}

.form-2.p-iva {
  text-align: left;
}

.text-field-4 {
  height: auto;
}

.checkbox-label-4 {
  font-size: 15px;
  line-height: 20px;
  text-align: left;
}

.div-block-65 {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}

.link-23 {
  color: #ffbe00;
}

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

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

.section-21 {
  background-color: #fff;
}

.cosapensanonoi {
  background-color: rgba(102, 57, 234, 0.08);
  font-size: 35px;
  font-weight: 400;
  text-align: center;
}

.checkbox-label-5 {
  height: auto;
  padding-left: 10px;
  font-size: 15px;
  line-height: 20px;
  text-align: left;
}

.link-24 {
  color: #ffbe00;
}

.text-block-73 {
  display: block;
  width: 70%;
  margin-bottom: 20px;
  font-weight: 400;
  text-align: left;
}

.heading-64 {
  font-size: 35px;
  line-height: 48px;
  font-weight: 400;
}

.container-26 {
  margin-top: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.heading-65 {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-style: solid;
  border-width: 2px;
  border-color: #ffbe00;
  font-weight: 400;
  text-align: center;
}

.grid-17 {
  grid-template-areas: "Area Area Area"
    "Area-2 Area-2 Area-3"
    "Area-4 Area-5 Area-6";
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

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

.image-50 {
  margin-right: 0px;
  -o-object-fit: contain;
  object-fit: contain;
}

.section-23 {
  height: 300px;
  background-image: url('../images/commerciale-ubtech.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-attachment: fixed;
}

.checkbox-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-74 {
  font-size: 17px;
  line-height: 28px;
}

.text-block-74.sales-account {
  margin-top: 0px;
}

.image-51 {
  position: relative;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 10px;
  float: right;
  clear: both;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-51.lavoraconnoi {
  margin-left: 20px;
  border-radius: 8px;
  box-shadow: 3px 3px 8px 0 #bbb;
}

.text-block-75 {
  color: #fff;
  font-size: 17px;
  line-height: 28px;
}

.tab-link-tab-1-2 {
  margin-top: 10px;
  margin-right: 10px;
  border-radius: 8px;
  background-color: #ffbe00;
}

.tab-link-tab-1-2:active {
  background-color: #bbb;
}

.tab-link-tab-1-2:focus {
  background-color: #bbb;
}

.tab-link-tab-1-2:visited {
  background-color: #bbb;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.tab-link-tab-1-2.w--current {
  border-radius: 8px;
  background-color: #ddd;
}

.tab-link-tab-1-2.w--current:active {
  background-color: #bbb;
}

.tab-link-tab-1-2.w--current:focus {
  background-color: #ffbe00;
}

.tab-link-tab-1-2.w--current:visited {
  background-color: #ffbe00;
}

.heading-67 {
  color: #ffbe00;
}

.heading-67.sales-account {
  margin-top: 32px;
  margin-bottom: 16px;
  font-size: 25px;
}

.heading-67.key-account {
  float: none;
  font-size: 25px;
}

.heading-67.operatore-contact-center {
  font-size: 25px;
}

.heading-67.commesso-negozio {
  font-size: 25px;
}

.text-block-76 {
  color: #fff;
  font-size: 17px;
  line-height: 28px;
}

.text-block-77 {
  color: #fff;
  font-size: 17px;
  line-height: 28px;
}

.text-block-78 {
  color: #fff;
  font-size: 17px;
  line-height: 28px;
}

.tabs-menu-2 {
  border-radius: 20px;
  text-align: center;
}

.text-block-79 {
  margin-bottom: 20px;
  font-size: 17px;
  line-height: 28px;
}

.text-block-80 {
  margin-bottom: 20px;
  font-size: 17px;
  line-height: 28px;
}

.image-52 {
  margin-right: 0px;
  margin-left: 10px;
  float: right;
}

.image-52.lavoraconnoi {
  margin-left: 20px;
  border-radius: 8px;
  box-shadow: 3px 3px 8px 0 #bbb;
}

.text-block-81 {
  margin-bottom: 20px;
  font-size: 17px;
  line-height: 28px;
}

.image-53 {
  margin-right: 0px;
  margin-left: 10px;
  float: right;
}

.image-53.lavoraconnoi {
  margin-left: 20px;
  border-radius: 8px;
  box-shadow: 3px 3px 8px 0 #bbb;
}

.text-block-82 {
  margin-bottom: 20px;
  font-size: 17px;
  line-height: 28px;
}

.image-54 {
  margin-right: 0px;
  margin-left: 10px;
  float: right;
}

.image-54.lavoraconnoi {
  margin-left: 20px;
  border-radius: 8px;
  box-shadow: 3px 3px 8px 0 #bbb;
}

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

.text-block-83 {
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 13px;
}

.link-25 {
  color: #fff;
}

.image-55 {
  height: 310px;
  max-width: none;
  -o-object-fit: fill;
  object-fit: fill;
}

.text-block-84 {
  color: #fff;
}

.text-block-84:hover {
  text-shadow: 1px 1px 6px #ffbe00;
}

.icon-3 {
  color: #fff;
}

.icon-3:hover {
  text-shadow: 1px 1px 6px #ffbe00;
}

.dropdown-link-6 {
  background-color: #ffbe00;
  color: #fff;
}

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

.dropdown-link-6.w--current:active {
  color: #777;
}

.dropdown-link-7 {
  background-color: #ffbe00;
  color: #fff;
}

.dropdown-link-7:active {
  color: #777;
}

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

.heading-68 {
  margin-top: 40px;
  margin-bottom: 20px;
  outline-color: transparent;
  outline-offset: 0px;
  outline-style: none;
  outline-width: 3px;
  font-family: 'San Francisco', sans-serif;
  color: #ffbe00;
  font-size: 40px;
  font-weight: 400;
  text-align: center;
  mix-blend-mode: normal;
}

.heading-68.assistenza {
  margin-top: 20px;
}

.heading-69 {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-bottom: 0px;
  font-size: 40px;
  font-weight: 400;
  text-align: left;
}

.heading-70 {
  margin-top: 27px;
  margin-bottom: 20px;
  font-family: 'San Francisco', sans-serif;
  color: #ffbe00;
  font-size: 28px;
  line-height: 36px;
  font-weight: 500;
  text-align: left;
}

.text-block-85 {
  margin: 20px 0px 35px;
  padding-left: 0px;
  font-family: Roboto, sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 30px;
  text-align: left;
  letter-spacing: 0px;
  text-indent: 0px;
  white-space: normal;
}

.image-56 {
  margin-right: 0px;
  margin-bottom: 10px;
  margin-left: 20px;
  float: right;
  border-radius: 8px;
  box-shadow: 3px 3px 8px 0 #bbb;
}

.image-56.mobile {
  margin-right: 10px;
  margin-left: 0px;
  float: left;
}

.image-56.p-iva {
  margin-left: 20px;
}

.image-56.p-iva.sx {
  margin-right: 20px;
  margin-bottom: 0px;
  margin-left: 0px;
  float: left;
}

.image-56.privati {
  width: 30%;
  height: 25%;
}

.image-56.privati.sx {
  width: 35%;
  height: 88%;
  margin-right: 20px;
  margin-bottom: 0px;
  margin-left: 0px;
  float: left;
}

.bold-text-11 {
  font-weight: 400;
  text-align: center;
}

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

.text-block-86 {
  display: block;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  font-family: Roboto, sans-serif;
  text-align: left;
}

.text-block-86.conslide {
  padding-bottom: 20px;
  float: left;
  font-family: Roboto, sans-serif;
}

.section-25 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.grid-19 {
  justify-items: center;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.container-30 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-87 {
  display: block;
  margin-bottom: 20px;
  float: none;
  clear: none;
  font-family: Roboto, sans-serif;
  color: #000;
  text-align: justify;
}

.text-block-88 {
  margin-bottom: 20px;
  color: #000;
  text-align: left;
}

.block-quote {
  margin-top: 0px;
  border: 1px none #000;
  font-size: 17px;
  line-height: 28px;
  text-align: left;
}

.text-block-89 {
  color: #fff;
}

.text-block-89:hover {
  text-shadow: 1px 1px 6px #ffbe00;
}

.icon-4 {
  color: #fff;
}

.dropdown-link-8 {
  background-color: #ffbe00;
  color: #fff;
}

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

.dropdown-link-8.w--current:active {
  color: #777;
}

.dropdown-link-9 {
  background-color: #ffbe00;
  color: #fff;
}

.dropdown-link-9:active {
  color: #777;
}

.dropdown-link-9.w--current {
  color: #777;
}

.italic-text-17 {
  font-size: 17px;
  line-height: 28px;
  font-style: normal;
  text-align: justify;
}

.link-26 {
  color: #ffbe00;
}

.image-57 {
  margin-right: 0px;
  margin-left: 10px;
  float: right;
}

.image-57.p-iva {
  margin-left: 20px;
  border-radius: 8px;
  box-shadow: 3px 3px 8px 0 #bbb;
}

.image-57.privati {
  border-radius: 8px;
  box-shadow: 3px 3px 8px 0 #bbb;
}

.text-block-90 {
  text-align: left;
}

.section-26 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.section-27 {
  height: 300px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.33)), to(rgba(0, 0, 0, 0.33))), url('../images/smart-ubtech.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.33), rgba(0, 0, 0, 0.33)), url('../images/smart-ubtech.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

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

.image-58 {
  float: left;
}

.image-58.p-iva.sx {
  margin-right: 20px;
  border-radius: 8px;
  box-shadow: 3px 3px 8px 0 #bbb;
}

.image-58.privati.sx {
  border-radius: 8px;
  box-shadow: 3px 3px 8px 0 #bbb;
}

.text-block-91 {
  font-family: Roboto, sans-serif;
  font-style: normal;
}

.link-27 {
  color: #ffbe00;
}

.container-33 {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.75fr 1fr;
  grid-template-columns: 0.75fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

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

.image-59 {
  position: static;
  float: left;
  clear: none;
}

.heading-71 {
  margin-bottom: 40px;
  font-size: 40px;
  font-weight: 400;
  text-align: center;
}

.block-quote-2 {
  border-left-style: none;
  border-left-color: #ffbe00;
  font-style: italic;
  text-align: left;
}

.image-60 {
  margin-right: 41px;
  float: left;
}

.grid-21 {
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.text-block-93 {
  margin-top: 10px;
  font-size: 20px;
  font-style: italic;
}

.text-block-94 {
  height: 196px;
  margin-bottom: 10px;
  text-align: justify;
}

.div-block-66 {
  width: 400px;
  height: 2px;
  background-color: #ffbe00;
  color: #ffbe00;
}

.image-61 {
  background-image: url('../images/target-ubtech1.jpg');
  background-position: 50% 50%;
  background-size: auto;
}

.div-block-67 {
  margin-right: 10px;
  padding: 0px;
  border-radius: 8px;
  background-image: url('../images/target-ubtech1.jpg');
  background-position: 0px 0px;
  background-size: auto;
  box-shadow: 3px 3px 8px 0 #bbb;
}

.link-28 {
  color: #ffbe00;
}

.text-block-95 {
  color: #fff;
}

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

.heading-72 {
  font-size: 35px;
  line-height: 48px;
  font-weight: 400;
  text-align: center;
}

.grid-22 {
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.button-4 {
  display: inline-block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.dropdown-link-10 {
  background-color: #ffbe00;
  color: #fff;
}

.heading-73 {
  margin-top: -53px;
  margin-left: 7px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
  background-image: linear-gradient(180deg, #000, #000);
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 25px;
  line-height: 48px;
  font-weight: 400;
}

.heading-73.iot {
  margin-top: 0px;
  margin-bottom: 1px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
  background-image: linear-gradient(180deg, transparent, transparent);
  color: #000;
}

.text-block-96 {
  margin-bottom: 10px;
  margin-left: 20px;
  color: #777;
  font-style: italic;
}

.link-block-3 {
  width: 300px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  border: 1px solid #e4e4e4;
  border-radius: 8px;
  box-shadow: 3px 3px 9px 0 #bbb;
}

.collection-item-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.text-block-97 {
  margin-right: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
  color: #777;
  font-size: 17px;
  line-height: 28px;
}

.heading-74 {
  font-family: Lato, sans-serif;
  text-align: center;
}

.section-28 {
  margin-bottom: 0px;
}

.heading-75 {
  padding-left: 10px;
  border-left: 7px solid #ffbe00;
  font-weight: 400;
  cursor: pointer;
}

.accordion-item-content {
  display: block;
  overflow: hidden;
}

.paragraph-25 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.collection-list-2 {
  margin-right: auto;
  margin-left: auto;
}

.text-block-98 {
  font-size: 17px;
  line-height: 24px;
}

.body-6 {
  font-family: Lato, sans-serif;
}

.details {
  width: 100%;
  max-width: 750px;
  margin-right: auto;
  margin-left: auto;
  color: #888;
  font-size: 1em;
  line-height: 1.4em;
  text-align: center;
}

.c-accordion-item {
  margin-bottom: 10px;
  border: 1px none #000;
  background-color: #fff;
}

.accordion-item-q-text {
  font-size: 1.2em;
  line-height: 1.4em;
  font-weight: 600;
}

.c-accordion-item-q-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

._w-accordion-item-q {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.accordion-item-a-text {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #666;
}

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

.accordion-content-divider {
  width: 100%;
  height: 0px;
  border-bottom: 1px dashed rgba(51, 51, 51, 0.2);
}

._w-accordion-item {
  border: 1px none #fff;
  border-radius: 10px;
  box-shadow: 1px 1px 15px 0 rgba(19, 19, 19, 0.15);
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  cursor: pointer;
}

._w-accordion-item:hover {
  border-color: rgba(93, 195, 163, 0.25);
  box-shadow: 1px 1px 15px 0 rgba(255, 190, 0, 0.37);
}

.subheader {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 1.2em;
  line-height: 1.4em;
}

.accordion-item-q-icon-stripe-2 {
  position: absolute;
  width: 0.3em;
  height: 100%;
  background-color: #ffbe00;
}

.c-accordion-item-a {
  overflow: hidden;
}

._w-accordion-item-q-icon {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1.5em;
  height: 1.5em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.accordion-item-q-icon-stripe-1 {
  position: relative;
  width: 100%;
  height: 0.3em;
  background-color: #ffbe00;
}

.c-accordion-list {
  margin-bottom: 100px;
}

._w-accordion-item-a {
  padding: 20px 20px 30px;
}

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

.c-accordion-item-q-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

._w-accordion-content-divider {
  padding-right: 20px;
  padding-left: 20px;
}

.header {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 4em;
  line-height: 1em;
}

.div-block-69 {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #000;
}

.heading-76 {
  color: #000;
  font-size: 35px;
  line-height: 48px;
  font-weight: 400;
  text-align: center;
}

.mail-giallo-5 {
  color: #fdc932;
  font-size: 17px;
}

.mail-giallo-5:hover {
  text-shadow: 1px 1px 6px #ffbe00;
}

.text-block-99 {
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-family: Lato, sans-serif;
  color: #000;
  font-size: 17px;
  line-height: 25px;
  text-align: center;
}

.text-block-99.fastwebstorepromo {
  color: #000;
}

.section-29 {
  margin-bottom: 20px;
  background-color: #fff;
}

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

.container-37 {
  margin-bottom: -77px;
}

.div-block-70 {
  margin-top: 20px;
}

.heading-77 {
  margin-top: 20px;
  color: #000;
  font-size: 40px;
  line-height: 48px;
  font-weight: 400;
  text-align: center;
}

.container-38 {
  margin-bottom: 0px;
  padding-bottom: 30px;
  text-align: center;
}

.paragraph-26 {
  display: block;
  text-align: center;
}

.section-30 {
  margin-top: auto;
  margin-bottom: 0px;
  background-color: #f8f8f8;
}

.section-31 {
  margin-bottom: 0px;
  padding-bottom: 40px;
  background-color: #f8f8f8;
}

.bold-text-12 {
  font-family: 'San Francisco', sans-serif;
  font-weight: 400;
}

.div-block-71 {
  display: inline-block;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 40px;
  float: left;
  clear: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-39 {
  display: block;
  margin-bottom: 0px;
  clear: none;
}

.section-32 {
  margin-top: 0px;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #f8f8f8;
}

.image-62 {
  display: block;
  float: left;
  clear: left;
}

.container-40 {
  display: block;
}

.text-block-100 {
  padding-bottom: 10px;
  font-family: Roboto, sans-serif;
}

.text-block-101 {
  margin-bottom: 10px;
  color: #000;
  text-align: left;
}

.text-block-102 {
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  text-align: left;
}

.slider {
  height: 300px;
  margin-top: 30px;
  margin-bottom: 20px;
}

.block-quote-3 {
  padding-right: 30px;
  padding-left: 30px;
  border-right: 3px solid #ffbe00;
  border-left-color: #ffbe00;
  font-family: Roboto, sans-serif;
  font-style: italic;
  text-align: center;
}

.container-41 {
  padding-bottom: 20px;
}

.text-block-103 {
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  text-align: justify;
}

.text-block-104 {
  padding-top: 0px;
  font-family: Roboto, sans-serif;
  text-align: justify;
}

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

.grid-23 {
  -ms-grid-columns: 1fr 0.25fr;
  grid-template-columns: 1fr 0.25fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-72 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-63 {
  max-width: none;
  margin-right: 0px;
  margin-bottom: 10px;
}

.image-64 {
  margin-right: 0px;
}

.italic-text-18 {
  border: 1px solid transparent;
  font-family: 'San Francisco', sans-serif;
  text-align: center;
}

.slide {
  border-radius: 8px;
  background-image: url('../images/assistenza-amministrativa-ubtech-600.jpg');
  background-position: 50% 50%;
  background-size: auto;
  box-shadow: 3px 3px 8px 0 #bbb;
}

.slide2 {
  background-image: url('../images/call-center-ubtech-600.jpg');
  background-position: 50% 50%;
  background-size: auto;
}

.slide-2 {
  background-image: url('../images/assistenza-modem-ubtech-600.jpg');
  background-position: 50% 100%;
  background-size: auto;
}

.section-33 {
  background-color: #f8f8f8;
}

.heading-78 {
  font-size: 40px;
  font-weight: 400;
}

.heading-79 {
  font-weight: 400;
  text-align: center;
}

.grid-24 {
  display: block;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: center;
}

.link-29 {
  color: #ffbe00;
  -o-object-fit: fill;
  object-fit: fill;
}

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

.form-p-iva {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.text-field-6 {
  height: 100px;
}

.form-block-4 {
  display: inline-block;
  width: 50%;
}

.container-43 {
  margin-top: 10px;
  text-align: center;
}

.success-message-5 {
  background-color: #ffe28e;
}

.image-66 {
  float: left;
}

.image-66.p-iva.sx {
  margin-right: 20px;
  border-radius: 8px;
  box-shadow: 3px 3px 8px 0 #bbb;
}

.heading-80 {
  font-size: 28px;
}

.heading-81 {
  margin-bottom: 10px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffbe00), to(#fa6304));
  background-image: linear-gradient(180deg, #ffbe00, #fa6304);
  text-align: center;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.body-7 {
  font-family: Lato, sans-serif;
}

.heading-82 {
  margin-top: 0px;
  color: #f3b502;
  font-size: 35px;
  text-align: center;
}

.section-34 {
  background-clip: padding-box;
  -webkit-text-fill-color: inherit;
}

.text-block-106 {
  font-size: 20px;
  line-height: 30px;
}

.image-67 {
  margin-bottom: 10px;
  float: none;
  text-align: center;
}

.text-block-107 {
  margin-bottom: 40px;
  font-size: 25px;
  line-height: 30px;
  text-align: center;
}

.container-44 {
  margin-bottom: 20px;
  text-align: center;
}

.container-45 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.grid-25 {
  margin-top: 40px;
  margin-bottom: -20px;
  padding-bottom: 0px;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.section-35 {
  margin-top: 40px;
  background-color: rgba(51, 57, 234, 0.09);
}

.section-35.privatihome {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  background-color: #f5f5f5;
}

.image-68 {
  border-radius: 8px;
  box-shadow: 3px 3px 8px 0 #777;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.image-68:hover {
  -webkit-filter: blur(1px);
  filter: blur(1px);
  -webkit-transform: translate(-14px, 0px);
  -ms-transform: translate(-14px, 0px);
  transform: translate(-14px, 0px);
}

.heading-83 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: 'San Francisco', sans-serif;
  font-weight: 700;
}

.heading-83.titolo-piva-home {
  text-align: left;
}

.body-8 {
  font-family: Lato, sans-serif;
}

.text-block-108 {
  display: block;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  line-height: 28px;
  text-align: left;
}

.text-block-108.testo-privati-home {
  margin-bottom: 20px;
  padding-right: 0px;
  font-family: 'San Francisco', sans-serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  text-align: left;
}

.text-block-108.testopiva-home {
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-style: normal;
  text-align: left;
}

.image-69 {
  border-radius: 8px;
  box-shadow: 3px 3px 8px 0 #777;
}

.image-70 {
  border-radius: 8px;
  box-shadow: 3px 3px 8px 0 #777;
}

.link-30 {
  margin-left: 11px;
  color: #f83f5a;
}

.grid-26 {
  grid-column-gap: 25px;
  -ms-grid-columns: 1fr 1fr 0.5fr;
  grid-template-columns: 1fr 1fr 0.5fr;
}

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

.div-privati {
  text-align: left;
}

.div-privati.grandi-imp {
  display: block;
  width: 50%;
  margin-right: 44px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: center;
}

.div-p-iva {
  margin-bottom: 10px;
}

.div-p-iva.home {
  text-align: left;
}

.image-71 {
  border-radius: 8px;
  box-shadow: 3px 3px 8px 0 #bbb;
}

.image-72 {
  border-radius: 8px;
  box-shadow: 3px 3px 8px 0 #bbb;
}

.div-block-73 {
  display: block;
  margin-bottom: 0px;
  padding: 0px 16px 78px 0px;
}

.image-73 {
  display: block;
  border-radius: 8px;
  box-shadow: 3px 3px 8px 0 #777;
}

.image-73.mammafiglio {
  width: 297px;
  height: 445px;
  border-radius: 0px 20px 20px;
}

.image-73.mammafiglio:hover {
  border-style: solid;
  border-width: 1px;
  border-color: #ffbe00;
  border-radius: 20px;
}

.image-73.ragazzatelefono {
  width: 260px;
  height: 260px;
}

.image-73.ragazzatelefono:hover {
  border-style: solid;
  border-width: 1px;
  border-color: #ffbe00;
  border-radius: 20px;
}

.image-73.responsabile {
  display: block;
  width: 70%;
  height: 44.99376721751236%;
  margin-bottom: 62px;
  margin-left: 64px;
  padding-left: 0px;
  border-radius: 0px 20px 20px;
  box-shadow: 3px 3px 8px 0 #777;
  text-align: right;
}

.image-73.responsabile:hover {
  border-style: solid;
  border-width: 1px;
  border-color: #ffbe00;
  border-radius: 20px;
}

.link-31 {
  display: block;
  margin-left: 0px;
  color: #f83f5a;
}

.image-74 {
  position: static;
  display: inline-block;
  width: 50%;
  height: 88%;
  margin-right: 20px;
  margin-bottom: 40px;
  margin-left: 1px;
  padding-right: 0px;
  border-radius: 8px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#777), to(#777));
  background-image: linear-gradient(180deg, #777, #777);
  box-shadow: 4px 4px 8px 0 #bbb;
  text-align: left;
  -o-object-fit: fill;
  object-fit: fill;
}

.image-74.teamlavagna {
  width: 317px;
  height: 433.9666748046875px;
  border-radius: 0px 20px 20px;
}

.image-74.teamlavagna:hover {
  border-style: solid;
  border-width: 1px;
  border-color: #ffbe00;
  border-radius: 20px;
}

.foto-team {
  margin-right: 0px;
  border-radius: 8px;
  box-shadow: 3px 3px 8px 0 #bbb;
}

.image-75 {
  width: auto;
  height: 200px;
  margin-top: 0px;
  padding-top: 0px;
  border-radius: 8px;
}

.heading-84 {
  font-weight: 400;
}

.button-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 380px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #fff;
  color: #000;
  font-size: 14px;
  text-align: center;
}

.paragraph-27 {
  margin: 0px 10px 10px;
  color: #000;
  font-size: 14px;
  text-align: center;
}

.heading-85 {
  margin-top: 20px;
  color: #000;
  font-size: 16px;
  text-align: center;
}

.div-block-74 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 430px;
  height: 200px;
  margin: auto 40px 60px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #ffbe00;
  -o-object-fit: fill;
  object-fit: fill;
}

.video {
  max-width: 100%;
}

.background-video {
  display: block;
  height: 700px;
  max-width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}

.container-46 {
  display: block;
  margin-top: 220px;
  text-align: center;
}

.div-block-75 {
  display: block;
  padding-top: 0px;
}

.div-block-76 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-37 {
  margin-top: 100px;
  margin-bottom: 100px;
  background-color: rgba(102, 57, 234, 0.1);
}

.section-37._2 {
  background-color: #fff;
}

.image-76 {
  display: inline-block;
  margin-top: 0px;
  padding-bottom: 0px;
  border-radius: 20px;
  background-image: url('../images/Laura-4-Def-1.04.jpg');
  background-position: 0px 0px;
  background-size: auto;
  box-shadow: 3px 3px 8px 0 #bbb;
  text-align: center;
}

.image-76._3 {
  display: block;
  margin-top: -29px;
}

.image-76.centraliniste {
  margin-left: -37px;
}

.slide-3 {
  position: static;
  height: 350px;
  background-color: transparent;
  text-align: center;
}

.text-block-109 {
  display: inline-block;
  max-width: 70%;
  padding-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 17px;
  line-height: 28px;
  font-style: italic;
}

.text-block-110 {
  margin-bottom: 10px;
  font-style: italic;
}

.heading-86 {
  margin-top: 10px;
  margin-bottom: 0px;
  font-family: Roboto, sans-serif;
}

.icon-5 {
  color: #fff;
  text-shadow: 1px 1px 6px rgba(102, 57, 234, 0.74);
}

.icon-6 {
  color: #fff;
  text-shadow: 1px 1px 6px rgba(102, 57, 234, 0.74);
}

.div-block-77 {
  display: inline-block;
  max-width: 80%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.mask {
  background-color: transparent;
}

.slider-2 {
  height: 380px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 0px;
  background-color: transparent;
}

.slide-nav-2 {
  overflow: hidden;
  margin-top: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
}

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

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

.div-block-78 {
  display: block;
  height: 250px;
  margin-top: -41px;
  padding-top: 41px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 3px 3px 8px 0 #bbb;
}

.div-block-78._2 {
  background-color: rgba(102, 57, 234, 0.08);
}

.div-block-79 {
  height: 250px;
  margin-top: -41px;
  padding-top: 41px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 3px 3px 8px 0 #bbb;
}

.div-block-79._2 {
  background-color: rgba(110, 62, 253, 0.08);
}

.div-block-80 {
  height: 250px;
  margin-top: -41px;
  padding-top: 41px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 3px 3px 8px 0 #bbb;
}

.div-block-80._2 {
  background-color: rgba(110, 62, 253, 0.08);
}

.heading-87 {
  font-size: 38px;
  line-height: 42px;
  font-weight: 400;
  text-align: center;
}

.mask-2 {
  border-radius: 8px;
}

.container-47 {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.section-38 {
  margin-top: 100px;
  margin-bottom: 140px;
  padding-top: 60px;
  background-color: #fff;
}

.div-block-81 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 370px;
  margin: 0px 10px 10px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  background-color: rgba(252, 163, 62, 0.08);
  box-shadow: 3px 3px 8px 0 #bbb;
}

.div-block-81.samuel {
  height: 470px;
}

.div-block-81.centralino {
  height: 340px;
  margin-left: 56px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-77 {
  border-radius: 8px;
}

.heading-88 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: 'San Francisco', sans-serif;
  font-size: 22px;
  font-weight: 400;
  text-align: center;
}

.heading-88.centralino {
  margin-top: 10px;
}

.text-block-111 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.grid-27 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  -ms-grid-columns: 0.75fr 0.75fr;
  grid-template-columns: 0.75fr 0.75fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-27.ariannalaura {
  display: block;
  -ms-grid-columns: 0.75fr;
  grid-template-columns: 0.75fr;
}

.grid-27.vanessa {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-grid-columns: 0.75fr;
  grid-template-columns: 0.75fr;
}

.grid-27.commerciali {
  margin-top: 60px;
}

.grid-27.commerciali.sotto {
  margin-bottom: 40px;
  -ms-grid-columns: 0.75fr 0.75fr;
  grid-template-columns: 0.75fr 0.75fr;
}

.grid-27.tecnici {
  margin-top: 40px;
  margin-right: 10px;
  margin-left: 10px;
  -ms-grid-columns: 0.75fr 0.75fr 0.75fr;
  grid-template-columns: 0.75fr 0.75fr 0.75fr;
}

.grid-27.negozi {
  margin-top: 60px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.text-block-112 {
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  color: #ffbe00;
}

.text-block-113 {
  margin-right: 20px;
  margin-left: 20px;
  font-size: 17px;
  line-height: 28px;
  font-style: normal;
  text-align: center;
}

.italic-text-19 {
  margin-right: 10px;
  margin-left: 10px;
  font-size: 17px;
  line-height: 28px;
  font-style: normal;
  text-align: center;
}

.italic-text-20 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Roboto, sans-serif;
  color: #ffbe00;
  font-size: 17px;
  line-height: 28px;
  font-style: normal;
  font-weight: 400;
  text-align: center;
}

.italic-text-21 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-style: normal;
}

.heading-89 {
  margin-top: 0px;
  margin-bottom: 60px;
  background-image: linear-gradient(234deg, #ffbe00 34%, #111);
  text-align: center;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

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

.foto-team-2 {
  margin-right: 0px;
  border-radius: 8px;
  box-shadow: 3px 3px 8px 0 #bbb;
}

.text-block-114 {
  padding-bottom: 10px;
  color: #000;
  font-size: 25px;
}

.text-block-115 {
  color: #fff;
}

.paragraph-28 {
  color: #777;
  text-align: right;
}

.paragraph-28.sales-account {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #ffbe00;
  font-style: italic;
  text-align: left;
}

.italic-text-22 {
  color: #ffbe00;
}

.heading-90 {
  margin-top: 14px;
  margin-bottom: 1px;
  padding-bottom: 10px;
  color: #000;
  font-size: 25px;
  line-height: 28px;
  font-weight: 400;
  text-align: left;
}

.text-block-116 {
  color: #000;
  font-style: normal;
  font-weight: 400;
}

.bold-text-13 {
  color: #000;
  font-weight: 400;
}

.italic-text-23 {
  color: #000;
  font-style: normal;
}

.bold-text-14 {
  color: #000;
  font-weight: 400;
}

.tab-link-area-amministrativa-2 {
  background-color: #ffb567;
}

.tab-link-area-amministrativa-2.w--current {
  background-color: #ffb567;
}

.tab-link-area-amministrativa-2.w--current:hover {
  background-color: #bbb;
}

.tab-link-area-amministrativa-2.w--current:focus {
  background-color: #bbb;
}

.tab-link-area-amministrativa-2.orange {
  margin-right: 10px;
  border-radius: 8px;
  background-color: #fdc932;
}

.tab-link-area-amministrativa-2.orange:active {
  background-color: #bbb;
}

.tab-link-area-amministrativa-2.orange:focus {
  background-color: #bbb;
}

.tab-link-area-tecnici-3 {
  border-radius: 8px;
  background-color: #fdc932;
}

.tab-link-area-tecnici-3.w--current {
  background-color: #fdc932;
}

.tab-link-area-tecnici-3.w--current:active {
  background-color: #bbb;
}

.tab-link-area-tecnici-3.w--current:focus {
  background-color: #bbb;
}

.image-78 {
  display: inline-block;
  margin-top: 0px;
  padding-bottom: 0px;
  border-radius: 20px;
  background-image: url('../images/Laura-4-Def-1.04.jpg');
  background-position: 0px 0px;
  background-size: auto;
  box-shadow: 3px 3px 8px 0 #bbb;
  text-align: center;
}

.image-78._3 {
  display: block;
  width: 200px;
  height: 200px;
  margin-top: -29px;
}

.text-block-117 {
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-style: italic;
}

.icon-7 {
  color: #fff;
  text-shadow: 1px 1px 6px rgba(102, 57, 234, 0.74);
}

.heading-91 {
  font-size: 28px;
  line-height: 36px;
  font-weight: 400;
  text-align: center;
}

.div-block-83 {
  height: 250px;
  margin-top: -41px;
  padding-top: 41px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 3px 3px 8px 0 #bbb;
}

.div-block-83._2 {
  background-color: rgba(110, 62, 253, 0.08);
}

.div-block-83._2 {
  background-color: rgba(110, 62, 253, 0.08);
}

.div-block-82 {
  display: block;
  height: 250px;
  margin-top: -41px;
  padding-top: 41px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 3px 3px 8px 0 #bbb;
}

.div-block-82._2 {
  background-color: rgba(102, 57, 234, 0.08);
}

.section-39 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f8f8f8;
}

.tab-link-area-amministrativa-3 {
  margin-right: 10px;
  border: 1px solid transparent;
  border-radius: 8px;
  background-color: #ffbe00;
  font-size: 17px;
  line-height: 28px;
}

.tabs-menu-3 {
  border-radius: 8px;
  background-color: transparent;
  text-align: center;
}

.tab-link-area-creativa {
  margin-right: 10px;
  margin-bottom: 10px;
  border-radius: 8px;
  background-color: #ffbe00;
}

.tab-link-area-commerciale-2 {
  margin-right: 10px;
  border-radius: 8px;
  background-color: #ffbe00;
  font-size: 17px;
  line-height: 28px;
}

.tab-link-area-tecnici-4 {
  border-radius: 8px;
  background-color: #ffbe00;
  font-size: 17px;
  line-height: 28px;
}

.tab-link-consulenza-telefonica {
  margin-right: 10px;
  border-radius: 8px;
  background-color: #ffbe00;
  font-size: 17px;
  line-height: 28px;
}

.tab-link-consulenza-telefonica.w--current {
  margin-right: 10px;
  background-color: #ffbe00;
  font-size: 17px;
  line-height: 28px;
}

.tab-link-negozi {
  border-radius: 8px;
  background-color: #ffbe00;
  font-size: 1px;
  line-height: 28px;
}

.text-block-118 {
  color: #fff;
}

.text-block-119 {
  color: #fff;
  font-size: 17px;
  line-height: 28px;
}

.text-block-120 {
  color: #fff;
}

.text-block-121 {
  color: #fff;
}

.text-block-122 {
  color: #fff;
}

.text-block-123 {
  color: #fff;
  font-size: 17px;
}

.tab-pane-area-amministrativa {
  height: 400px;
  margin-top: 60px;
}

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

.tab-pane-area-creativa-2 {
  margin-top: 60px;
}

.telefoniste {
  margin-top: 60px;
}

.div-block-84 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  height: auto;
  margin-left: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tabs-content-3 {
  margin-top: 20px;
  padding-bottom: 0px;
}

.negozi {
  margin-top: 60px;
}

.image-79 {
  margin-left: -31px;
  border-radius: 8px;
  box-shadow: 3px 3px 8px 0 #bbb;
}

.tab-link-area-amministrativa-4 {
  margin-right: 10px;
  border: 1px solid transparent;
  border-radius: 8px;
  background-color: #ffbe00;
  font-size: 17px;
  line-height: 28px;
}

.tab-link-area-amministrativa-4:hover {
  background-color: #ffbe00;
}

.tab-link-area-amministrativa-4.key {
  margin-bottom: 10px;
}

.tab-link-area-amministrativa-4.sales.w--current {
  margin-bottom: 10px;
}

.tab-link-area-amministrativa-4.op {
  margin-bottom: 10px;
}

.tab-link-area-amministrativa-4.comm.w--current {
  margin-top: 0px;
}

.text-block-124 {
  color: #fff;
  font-size: 17px;
  line-height: 28px;
}

.tab-link-area-tecnici-5 {
  margin-right: 10px;
  border-radius: 8px;
  background-color: #ffbe00;
  font-size: 17px;
  line-height: 28px;
}

.tab-link-negozi-2 {
  border-radius: 8px;
  background-color: #ffbe00;
  font-size: 1px;
  line-height: 28px;
}

.image-80 {
  margin-left: -31px;
  border-radius: 8px;
  box-shadow: 3px 3px 8px 0 #bbb;
}

.tab-link-area-commerciale-3 {
  margin-right: 10px;
  border-radius: 8px;
  background-color: #ffbe00;
  font-size: 17px;
  line-height: 28px;
}

.tab-link-area-creativa-2 {
  margin-right: 10px;
  margin-bottom: 10px;
  border-radius: 8px;
  background-color: #ffbe00;
}

.div-block-85 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 370px;
  margin: 0px 10px 10px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  background-color: rgba(252, 163, 62, 0.08);
  box-shadow: 3px 3px 8px 0 #bbb;
}

.div-block-85.centralino {
  height: 340px;
  margin-left: 56px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-85.samuel {
  height: 470px;
}

.text-block-125 {
  color: #fff;
  font-size: 17px;
}

.text-block-126 {
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  color: #ffbe00;
  font-style: normal;
}

.tab-link-consulenza-telefonica-2 {
  margin-right: 10px;
  border-radius: 8px;
  background-color: #ffbe00;
  font-size: 17px;
  line-height: 28px;
}

.tab-link-consulenza-telefonica-2.w--current {
  margin-right: 10px;
  background-color: #ffbe00;
  font-size: 17px;
  line-height: 28px;
}

.heading-92 {
  text-align: left;
}

.text-block-127 {
  text-align: left;
}

.heading-93 {
  font-weight: 700;
  text-align: left;
}

.text-block-128 {
  text-align: left;
}

.heading-94 {
  text-align: left;
}

.text-block-129 {
  text-align: left;
}

.text-block-130 {
  text-align: left;
}

.text-block-131 {
  text-align: left;
}

.text-block-132 {
  text-align: left;
}

.columns-10 {
  border: 1px solid #bbb;
}

.grid-28 {
  -ms-grid-columns: 0.25fr 0.5fr 0.5fr 1fr;
  grid-template-columns: 0.25fr 0.5fr 0.5fr 1fr;
  -ms-grid-rows: auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto;
  border: 1px solid #bbb;
  text-align: left;
}

.grid-28.tab-cookie2 {
  display: -ms-grid;
  display: grid;
  margin-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.25fr 0.25fr 0.5fr 0.5fr;
  grid-template-columns: 0.25fr 0.25fr 0.5fr 0.5fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
  border-style: solid;
  border-color: #777;
  white-space: normal;
}

.grid-28.tab-cookie1 {
  margin-top: 20px;
  justify-items: start;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-align-content: start;
  -ms-flex-line-pack: start;
  align-content: start;
}

.text-block-133 {
  margin-top: 20px;
  text-align: left;
}

.text-block-134 {
  text-align: left;
}

.text-block-135 {
  text-align: left;
}

.text-block-136 {
  text-align: left;
}

.text-block-137 {
  text-align: left;
}

.text-block-138 {
  text-align: left;
}

.text-block-139 {
  text-align: left;
}

.text-block-140 {
  margin-bottom: 0px;
  text-align: center;
}

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

.body-9 {
  background-color: #ffbe00;
}

.heading-97 {
  font-size: 20px;
}

.text-block-147 {
  margin-top: 44px;
  margin-bottom: 47px;
  padding-bottom: 4px;
  font-family: Roboto, sans-serif;
  color: #000;
  font-size: 20px;
  line-height: 45px;
  text-align: center;
  -webkit-column-count: auto;
  column-count: auto;
}

.container-50 {
  margin-top: -51px;
  color: #fff;
}

.div-block-86 {
  padding-top: 4px;
  background-color: #fff;
}

.background-video-3 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  padding-left: 2px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.container-51 {
  padding-right: 500px;
  padding-left: 494px;
}

.background-video-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 700px;
  max-height: 300%;
  max-width: 100%;
  margin: auto;
  border: 0px solid transparent;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  font-style: normal;
}

.container-52 {
  position: static;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 700px;
  max-height: 1000px;
  max-width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-style: solid;
  border-width: 1px;
  border-color: #ffbe00;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: rgba(0, 0, 0, 0.39);
  text-align: center;
  -o-object-fit: none;
  object-fit: none;
}

.italic-text-24 {
  margin-left: 15px;
  padding-right: 0px;
  padding-left: 0px;
}

.heading-98 {
  margin-top: 24px;
}

.container-53 {
  padding-top: 0px;
}

.image-85 {
  width: 250px;
  height: 250px;
  border-radius: 8px;
}

.nav-link-6 {
  font-family: Roboto, sans-serif;
}

.nav-link-7 {
  font-family: Roboto, sans-serif;
}

.nav-link-8 {
  font-family: Roboto, sans-serif;
}

.dropdown-toggle-2 {
  font-family: Roboto, sans-serif;
}

.image-86 {
  margin-top: -47px;
  margin-bottom: -14px;
  padding-top: 0px;
  border-radius: 0px 20px 20px;
  box-shadow: 3px 3px 8px 0 #000;
}

.image-86:hover {
  border-style: solid;
  border-width: 2px;
  border-color: #ffbe00;
  border-radius: 20px;
}

.div-block-87 {
  height: 475px;
  padding-bottom: 0px;
  padding-left: 15px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #000;
  font-weight: 400;
  text-transform: none;
}

.div-block-87:hover {
  color: #000;
}

.main-thumbnail {
  display: inline-block;
  overflow: visible;
  width: 400px;
  height: 225px;
  min-height: auto;
  min-width: auto;
  margin-right: 2px;
  margin-left: -3px;
  padding-right: 40px;
  padding-left: 0px;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-radius: 20px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: cover;
}

.collection-list-3 {
  display: block;
  margin-top: 46px;
}

.div-block-88 {
  position: relative;
  left: -5px;
  top: -42px;
  width: 80%;
  height: auto;
  margin-top: 0px;
  padding-top: 12px;
  padding-bottom: 25px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
  box-shadow: 3px 3px 12px 0 rgba(0, 0, 0, 0.32);
}

.heading-99 {
  margin-top: 13px;
  margin-bottom: 13px;
  padding-right: 6px;
  padding-left: 0px;
  -webkit-transition: color 275ms ease;
  transition: color 275ms ease;
  font-weight: 400;
}

.heading-99:hover {
  font-family: 'Roboto Condensed', sans-serif;
  color: #ffbe00;
  font-weight: 400;
}

.text-block-148 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 22px;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  border-left: 1px solid transparent;
  font-family: Roboto, sans-serif;
  color: #000;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
}

.div-block-89 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 40px;
  margin-top: 0px;
  padding-top: 0px;
  padding-right: 27px;
  padding-left: 14px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none none none solid;
  border-width: 1px 1px 1px 3px;
  border-color: transparent transparent transparent #ffbe00;
  color: #000;
}

.div-block-90 {
  padding-left: 15px;
}

.div-block-90:hover {
  color: #000;
}

.div-block-91 {
  border: 1px solid transparent;
  color: #000;
}

.section-42 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 98%;
  min-height: 1000px;
  margin-right: 20px;
  margin-left: 20px;
  padding-top: 69px;
  padding-bottom: 170px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-92 {
  width: 100%;
  height: 500px;
  min-height: 100px;
  margin-right: 0px;
  margin-left: 0px;
  padding-left: 0px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.heading-100 {
  width: 89.9899915173963%;
  margin: 14px 40px 40px;
  padding-top: 0px;
  font-family: 'Roboto Condensed', sans-serif;
  letter-spacing: -2px;
}

.div-block-93 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 40px;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-left: 3px solid #ffbe00;
}

.div-block-94 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-block-95 {
  position: relative;
  width: 80%;
  margin-top: -94px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-top: 7px;
  padding-right: 0px;
  padding-bottom: 12px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  background-color: #fff;
  box-shadow: 2px 2px 12px 0 rgba(0, 0, 0, 0.7);
  white-space: normal;
}

.text-block-149 {
  font-family: 'San Francisco', sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.text-block-150 {
  font-family: 'San Francisco', sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
}

.text-block-151 {
  margin-left: 40px;
}

.div-block-96 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: 1100px;
  min-height: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.rich-text-block {
  max-height: 80%;
  padding-top: 51px;
  font-family: 'San Francisco', sans-serif;
  font-size: 25px;
  line-height: 30px;
  font-weight: 500;
  text-align: left;
}

.div-block-97 {
  padding: 0px 40px;
}

.image-87 {
  width: 300px;
  height: 300px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.image-87:hover {
  border-style: solid;
  border-width: 2px;
  border-color: #ffbe00;
  border-radius: 20px;
}

.div-block-98 {
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.container-54 {
  max-width: 70%;
  padding-top: 0px;
  font-family: 'San Francisco', sans-serif;
}

.bold-text-18 {
  font-family: 'San Francisco', sans-serif;
}

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

.section-44 {
  width: 2000px;
  height: 1000px;
  border-top-right-radius: 12px;
}

.div-block-100 {
  margin-left: 100px;
  padding-right: 0px;
}

.image-88 {
  position: static;
  display: inline-block;
  max-height: 10000px;
  margin: 20px 0px 20px 40px;
  border-style: none none solid;
  border-width: 8px 4px 3px 8px;
  border-color: #00189d;
  border-radius: 0px 12px 20px 20px;
}

.div-block-101 {
  width: 100%;
  height: 50%;
  max-width: 100%;
  margin-bottom: 0px;
  background-color: rgba(2, 49, 255, 0.18);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(17, 35, 206, 0.15)), to(rgba(17, 35, 206, 0.15)));
  background-image: linear-gradient(180deg, rgba(17, 35, 206, 0.15), rgba(17, 35, 206, 0.15));
}

.container-55 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.image-89 {
  margin-right: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.hero-overlay {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 75vh;
  max-height: 780px;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url('../images/pexels-andre-furtado-370717.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/pexels-andre-furtado-370717.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, scroll;
  color: #fff;
}

.hero-overlay:hover {
  mix-blend-mode: normal;
}

.centered-container-2 {
  display: block;
  margin-top: -74px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-right: 0px solid #000;
  text-align: center;
}

.hero-3 {
  position: relative;
  display: block;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-top: 150px;
  padding-bottom: 150px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 0px solid transparent;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 30px;
  background-image: url('../images/pexels-andre-furtado-370717.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: repeat;
  background-attachment: scroll;
  box-shadow: 1px 4px 6px 3px rgba(5, 17, 60, 0.68);
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.hero-image-mask-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200%;
  max-width: 300%;
  margin-left: 0px;
  padding-right: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-image-3 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: -37%;
  display: block;
  overflow: visible;
  width: 600px;
  height: 200px;
  max-width: 300%;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0.5 auto;
  -ms-flex: 0 0.5 auto;
  flex: 0 0.5 auto;
  border-radius: 4000px;
  -o-object-fit: fill;
  object-fit: fill;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.div-block-102 {
  padding-left: 0px;
}

.heading-101 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-left: 303px;
  padding-top: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'San Francisco', sans-serif;
  font-weight: 700;
  text-align: center;
}

.heading-102 {
  margin-top: 20px;
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  color: #000;
  font-size: 40px;
  line-height: 50px;
  font-style: normal;
  font-weight: 700;
  text-align: center;
  text-transform: none;
  white-space: normal;
}

.cards-section-2 {
  margin-top: 0px;
  margin-right: 0px;
  padding-top: 100px;
  padding-bottom: 100px;
  border-top-right-radius: 0px;
}

.cards-grid-container-2 {
  display: -ms-grid;
  display: grid;
  margin-top: 60px;
  margin-right: -100px;
  margin-left: -100px;
  padding-top: 25px;
  padding-left: 0px;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-areas: ".";
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: 0% 30px auto;
  grid-template-rows: 0% auto;
  text-align: left;
}

.cards-image-mask-2 {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-right: 0px;
  margin-bottom: 0px;
  padding: 50% 0px 52px;
  border-radius: 0%;
}

.cards-image-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  max-width: none;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  border-right: 2px solid #fff;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(10, 123, 231, 0.93)), to(rgba(10, 123, 231, 0.93)));
  background-image: linear-gradient(180deg, rgba(10, 123, 231, 0.93), rgba(10, 123, 231, 0.93));
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.cards-image-2:hover {
  background-color: #00509d;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#002a9d), to(#002a9d));
  background-image: linear-gradient(180deg, #002a9d, #002a9d);
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.image-90 {
  width: 400px;
  height: 5%;
  min-height: 80%;
}

.paragraph-29 {
  padding-right: 100px;
  padding-left: 100px;
}

.block-quote-4 {
  margin-top: 40px;
  margin-bottom: 40px;
  border-right: 3px solid #ffbe00;
  border-left-color: #ffbe00;
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #1004f5;
  font-style: italic;
  font-weight: 700;
}

.div-block-103 {
  position: relative;
  top: -51px;
  z-index: auto;
  margin-top: -27px;
  margin-right: 3px;
  padding-top: 0px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(100%, hsla(0, 0%, 46.7%, 0.81)), to(#fff));
  background-image: linear-gradient(180deg, hsla(0, 0%, 46.7%, 0.81) 100%, #fff);
  color: rgba(0, 0, 0, 0.99);
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  -o-object-fit: fill;
  object-fit: fill;
}

.heading-103 {
  position: static;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: -1px;
  padding: 0px 0px 0px 10px;
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
}

.div-block-104 {
  position: relative;
  top: -51px;
  margin-top: -60px;
  margin-right: 3px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(100%, hsla(0, 0%, 46.7%, 0.81)), to(#fff));
  background-image: linear-gradient(180deg, hsla(0, 0%, 46.7%, 0.81) 100%, #fff);
}

.heading-104 {
  padding-left: 10px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(100%, hsla(0, 0%, 46.7%, 0.2)), to(#fff));
  background-image: linear-gradient(180deg, hsla(0, 0%, 46.7%, 0.2) 100%, #fff);
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
}

.heading-105 {
  font-family: 'San Francisco', sans-serif;
  font-weight: 900;
}

.paragraph-30 {
  margin-top: 35px;
  margin-bottom: 35px;
  font-family: 'San Francisco', sans-serif;
  font-weight: 300;
}

.div-block-105 {
  margin-bottom: 0px;
}

.div-block-106 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.section-45 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 500px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: #000;
}

.container-56 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 400px;
  max-width: 5000px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-107 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 900px;
  max-height: 3000px;
  max-width: 600%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.image-91 {
  display: block;
  width: 600px;
  height: 500px;
  margin-top: -29px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-108 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.heading-106 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-family: 'San Francisco', sans-serif;
  color: #ffbe00;
  font-style: italic;
}

.div-block-109 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  height: 400px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}

.heading-107 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  font-family: 'San Francisco', sans-serif;
  color: #fff;
  font-size: 50px;
  line-height: 80px;
  font-weight: 300;
}

.centered-container-3 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.heading-108 {
  font-family: 'San Francisco', sans-serif;
  color: #fff;
  font-size: 60px;
}

.paragraph-31 {
  font-family: 'San Francisco', sans-serif;
  color: #fcd051;
  font-size: 20px;
  font-weight: 200;
  letter-spacing: 1.5px;
  text-indent: 20px;
}

.div-block-110 {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: Infinity%;
  margin-top: -169px;
  padding-top: 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #000;
  -o-object-fit: fill;
  object-fit: fill;
}

.section-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  margin-bottom: 102px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.block-per-card-wrapper {
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.carte {
  position: relative;
  width: 300px;
  height: 400px;
  margin-right: 24px;
  margin-left: 24px;
}

.fronte-carta {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #181818;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(10, 10, 10, 0.2)), to(rgba(10, 10, 10, 0.2)));
  background-image: linear-gradient(180deg, rgba(10, 10, 10, 0.2), rgba(10, 10, 10, 0.2));
  background-position: 0px 0px;
  background-size: auto;
  opacity: 1;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  -o-object-fit: fill;
  object-fit: fill;
}

.image-92 {
  margin-right: 0px;
  padding-top: 0px;
  border-radius: 10px;
}

.heading-109 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  color: #fff;
  font-size: 36px;
  line-height: 35px;
  font-style: normal;
  font-weight: 700;
  text-align: center;
  text-indent: 0px;
  text-shadow: 1px 1px 6px #ffbe00, 6px 6px 14px #000;
}

.carta-retro {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #000;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.carta-heading-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  color: #ffbe00;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
}

.paragraph-32 {
  margin-right: 22px;
  margin-left: 20px;
  font-family: 'San Francisco', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
}

.image-93 {
  margin-right: 0px;
  border-radius: 10px;
}

.image-94 {
  margin-right: 0px;
  margin-left: -1px;
  padding-left: 0px;
  border-radius: 10px;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}

.heading-110 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  color: #fff;
  font-size: 36px;
  line-height: 35px;
  text-shadow: 1px 1px 6px rgba(255, 190, 0, 0.6), 6px 6px 12px #000;
  -o-object-fit: fill;
  object-fit: fill;
}

.image-95 {
  margin-right: 0px;
  border-radius: 10px;
}

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

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

.padding-vertical.padding-xxhuge {
  position: static;
  margin-top: 150px;
}

.container-medium {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 64rem;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.home-tagline-pattern {
  position: absolute;
  left: auto;
  top: -71%;
  right: 0%;
  bottom: auto;
  z-index: 10;
}

.heading-large {
  display: block;
  margin-top: -151px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 3rem;
  line-height: 1.2;
  font-weight: 400;
}

.home-tagline_component {
  position: relative;
  z-index: 20;
}

.section-home-tagline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 400px;
  margin-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f5f5f5;
}

.page-padding {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 2.5rem;
  padding-left: 2.5rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-46 {
  display: block;
  width: 100%;
  height: 300px;
}

.home-projects_item {
  position: relative;
}

.home-projects_item:nth-child(even) {
  margin-top: 20rem;
}

.home-projects_item.even-item:nth-child(even) {
  margin-top: 20rem;
}

.home-projects_list {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 7rem;
  grid-row-gap: 5rem;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

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

.partita-iva {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-height: 200%;
  min-height: 100%;
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f5f5f5;
  -o-object-fit: fill;
  object-fit: fill;
}

.flex-container-3 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: 100%;
  margin-top: 0px;
  padding: 40px 20px 39px;
  clear: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.heading-111 {
  font-family: 'San Francisco', sans-serif;
}

.div-block-111 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 3px 0px 3px -135px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-96 {
  display: block;
  width: 50%;
  max-width: 300%;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 10px;
}

.button-6 {
  border-radius: 10px;
  background-color: #ffbe00;
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  color: #fff;
}

.button-7 {
  overflow: visible;
  width: auto;
  height: 17%;
  border-radius: 10px;
  background-color: #ffbe00;
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
}

.lottie-animation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 400px;
  margin: -128px 0px -2px -197px;
  padding-top: 0px;
  padding-bottom: 111px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.lottie-animation-2 {
  width: 200px;
  height: 400px;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
}

.paragraph-33 {
  width: 99.9999984602635%;
  height: 44%;
  margin-right: 62px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  font-family: 'San Francisco', sans-serif;
}

.heading-112 {
  font-size: 50px;
  line-height: 60px;
}

.lottie-animation-3 {
  display: block;
  width: 200px;
  height: 400px;
  margin-top: -402px;
  margin-bottom: 0px;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.container-57 {
  display: block;
  max-width: 100%;
}

.div-block-112 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 700px;
  height: 170%;
  max-width: 1530px;
  margin-right: 116px;
  margin-left: 200px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.parallax-slider {
  width: auto;
  height: auto;
  border-radius: 10px;
  background-color: transparent;
}

.parallax-mask {
  overflow: visible;
  width: 344px;
  height: auto;
  margin-right: 0px;
}

.parallax-slide {
  margin-right: 32px;
}

.parallax-left-button {
  display: none;
}

.parallax-right-button {
  display: none;
}

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

.section-47 {
  margin-top: 100px;
  margin-bottom: 100px;
}

.div-block-113 {
  padding-top: 166%;
}

.divblock-card-202 {
  position: relative;
  padding-top: 202%;
}

.image-cover {
  position: relative;
  margin-right: 0px;
}

.image-cover {
  position: absolute;
  left: 0%;
  top: 0%;
  display: inline-block;
  width: 100%;
  height: 100%;
  max-height: 100%;
  border-radius: 10px;
  -o-object-fit: cover;
  object-fit: cover;
}

.parallax-card_inner {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.text-block-152 {
  white-space: normal;
}

.button-8 {
  border-radius: 10px;
  background-color: #ffbe00;
}

.heading-113 {
  border: 1px none transparent;
  border-radius: 10px;
  background-color: transparent;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 25px;
  line-height: 38px;
  font-weight: 400;
}

.text-block-153 {
  margin-bottom: 16px;
  font-family: Roboto, sans-serif;
}

.div-block-114 {
  width: 100%;
  background-color: transparent;
}

.section-48 {
  display: inline;
  background-color: #000;
}

.paragraph-34 {
  width: 383px;
  max-width: 7008.683px;
}

.div-block-115 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 202%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: none none solid;
  border-width: 5px 2px 2px;
  border-color: #0967c2;
  border-radius: 0px 0px 15px;
}

.heading-114 {
  position: static;
  left: 0%;
  top: 0%;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  clear: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: 'San Francisco', sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 50px;
  font-weight: 700;
  text-align: left;
  letter-spacing: 0px;
  text-transform: uppercase;
  -o-object-fit: fill;
  object-fit: fill;
}

.image-97 {
  display: block;
  width: auto;
  height: auto;
  max-width: 200%;
  margin-right: 10px;
  padding-left: 10px;
}

.paragraph-35 {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

.div-block-116 {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.div-block-117 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.paragraph-36 {
  position: relative;
  left: -13px;
  top: 15px;
  bottom: 0px;
  margin-top: 0px;
  margin-left: 27px;
  font-family: 'Droid Sans', sans-serif;
  color: #ffbe00;
  font-style: italic;
  text-align: center;
  letter-spacing: 1px;
  text-indent: 5px;
}

.block-quote-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.container-58 {
  position: static;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.hero-subscribe-left {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1530px;
  height: 580px;
  max-height: 3000%;
  max-width: 3000%;
  margin-top: 0px;
  padding: 0px 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #e4ebf3;
  background-color: #fff;
  background-image: linear-gradient(272deg, #000 6%, #fff);
}

.container-59 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 2000px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.hero-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 120%;
  max-width: 2000%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.hero-split {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 40%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  background-color: transparent;
}

.margin-bottom-24px {
  max-width: none;
  margin-bottom: 24px;
}

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

.hero-form-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.hero-form-input {
  width: 240px;
  height: auto;
  margin-right: 9px;
  margin-bottom: 0px;
  padding: 5px 16px;
  border-style: solid;
  border-width: 1px;
  border-color: #d1d6db;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #1a1b1f;
  font-size: 14px;
  line-height: 20px;
}

.hero-form-input:hover {
  border-color: #76879d;
}

.hero-form-input:focus {
  border-color: #76879d;
}

.hero-form-input::-webkit-input-placeholder {
  color: rgba(26, 27, 31, 0.8);
}

.hero-form-input:-ms-input-placeholder {
  color: rgba(26, 27, 31, 0.8);
}

.hero-form-input::-ms-input-placeholder {
  color: rgba(26, 27, 31, 0.8);
}

.hero-form-input::placeholder {
  color: rgba(26, 27, 31, 0.8);
}

.button-primary {
  padding: 12px 25px;
  background-color: #1a1b1f;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

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

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

.text-link-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #1a1b1f;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.arrow-embed {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 2px;
}

.shadow-two {
  box-shadow: 0 4px 24px 0 rgba(150, 163, 181, 0.08);
}

.image-98 {
  display: block;
  margin-right: 0px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #fff;
  background-image: linear-gradient(275deg, #ffbe00 36%, #fff);
}

.image-99 {
  display: block;
  max-width: 1530px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.heading-115 {
  max-width: 520px;
}

.hero-content-cover {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 700px;
  max-height: 760px;
  max-width: 765.5px;
  margin-top: 0px;
  padding-top: 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #030303;
}

.nav-link-9 {
  margin-right: 36px;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 500;
  text-decoration: none;
}

.nav-link-9:hover {
  color: #ffb13d;
}

.nav-link-9:focus-visible {
  outline-color: #ffb13d;
  outline-offset: 6px;
  outline-style: solid;
  outline-width: 2px;
}

.nav-link-9[data-wf-focus-visible] {
  outline-color: #ffb13d;
  outline-offset: 6px;
  outline-style: solid;
  outline-width: 2px;
}

.nav-link-9.logo {
  margin-right: 0px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}

.nav-link-9.logo:hover {
  color: #ffb13d;
}

.nav-link-9.logo:focus-visible {
  outline-color: #ffb13d;
  outline-offset: 6px;
  outline-style: solid;
  outline-width: 2px;
}

.nav-link-9.logo[data-wf-focus-visible] {
  outline-color: #ffb13d;
  outline-offset: 6px;
  outline-style: solid;
  outline-width: 2px;
}

.hero-fade {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 60%;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(15%, #030303), color-stop(42%, transparent));
  background-image: linear-gradient(90deg, #030303 15%, transparent 42%);
}

.hero-photo-grid-column {
  display: -ms-grid;
  display: grid;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.hero-photo-grid-column._3 {
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.hero-photo-grid-column._5 {
  background-image: url('../images/Senza-titolo-1530-×-960-px2.png');
  background-position: 0px 0px;
  background-size: auto;
}

.hero-photo-grid-column._5 {
  grid-auto-flow: column;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: auto;
}

.hero-photo-grid-column._5 {
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}

.text-white-70 {
  margin-top: 0px;
  font-family: 'San Francisco', sans-serif;
  color: #ffbe00;
  letter-spacing: 0px;
  text-indent: 0px;
}

.section-stripes {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 1;
  width: 80px;
  height: 100%;
  border-right: 1px solid #030303;
}

.section-stripes.dark {
  border-style: solid;
  border-width: 1px 2px 1px 1px;
  border-color: #000 #142ce7 #000 #000;
}

.section-stripes.dark {
  border-right-color: rgba(255, 255, 255, 0.5);
}

.hero-content-grid {
  display: -ms-grid;
  display: grid;
  max-width: 500px;
  justify-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.container-60 {
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 36px;
  padding-left: 36px;
}

.container-60.hero-container {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-60.hero-container {
  position: absolute;
  left: 95px;
  top: 205px;
  z-index: 1;
  margin-top: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.header-logo-mark-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  padding: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  background-color: #030303;
}

.button-9 {
  margin-top: 20px;
  margin-right: 20px;
  padding: 12px 20px;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #ffbe00;
  -webkit-transition: background-color 200ms ease-in-out;
  transition: background-color 200ms ease-in-out;
}

.button-9:hover {
  background-color: #fff0e3;
  color: #030303;
}

.button-9:focus-visible {
  outline-color: #ffb13d;
  outline-offset: 6px;
  outline-style: solid;
  outline-width: 2px;
}

.button-9[data-wf-focus-visible] {
  outline-color: #ffb13d;
  outline-offset: 6px;
  outline-style: solid;
  outline-width: 2px;
}

.nav-menu-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 48px;
  padding-left: 48px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.griglia-aziende {
  position: absolute;
  left: auto;
  top: -42%;
  right: -15%;
  bottom: -50%;
  display: -ms-grid;
  display: grid;
  width: 80%;
  grid-auto-columns: 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-image: url('../images/Senza-titolo-1530-×-960-px1.png');
  background-position: 20% 50%;
  background-size: cover;
  -webkit-transform: rotate(117deg);
  -ms-transform: rotate(117deg);
  transform: rotate(117deg);
}

.nav-menu-icon {
  position: absolute;
  width: 32px;
  opacity: 0.8;
}

.section-negozi {
  position: relative;
  padding-top: 96px;
  padding-bottom: 96px;
  padding-left: 80px;
}

.section-negozi.hero {
  overflow: hidden;
  height: 700px;
  max-height: 300%;
  padding-top: 180px;
  padding-bottom: 132px;
  background-color: #030303;
  color: #fff0e3;
}

.nav-more-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 80px;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}

.nav-more-menu:focus-visible {
  outline-color: #ffb13d;
  outline-offset: 2px;
  outline-style: solid;
  outline-width: 2px;
}

.nav-more-menu[data-wf-focus-visible] {
  outline-color: #ffb13d;
  outline-offset: 2px;
  outline-style: solid;
  outline-width: 2px;
}

.header-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 80px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  background-color: rgba(3, 3, 3, 0.7);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
}

.hero-photo-grid-image {
  width: 100%;
  height: 240px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.header-logo-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 48px;
  padding-left: 48px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  text-decoration: none;
}

.heading-116 {
  max-width: 100%;
  margin-bottom: 0px;
  border-bottom: 2px solid #142ce7;
  border-bottom-right-radius: 10px;
  font-family: 'San Francisco', sans-serif;
  font-weight: 500;
}

.bold-text-19 {
  max-width: 150%;
  color: #fff;
  font-weight: 500;
}

.hero-photo-grid-2 {
  position: absolute;
  left: auto;
  top: -55%;
  right: -10%;
  bottom: -14%;
  display: -ms-grid;
  display: grid;
  width: 60%;
  grid-auto-columns: 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-image: url('../images/Senza-titolo-1530-×-960-px.png');
  background-position: 80% 80%;
  background-size: 1080px 960px;
  -webkit-transform: rotate(18deg);
  -ms-transform: rotate(18deg);
  transform: rotate(18deg);
}

.hero-fade-2 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 60%;
  background-image: -webkit-gradient(linear, left top, right top, from(#030303), color-stop(90%, transparent));
  background-image: linear-gradient(90deg, #030303, transparent 90%);
}

.hero-fade-3 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 60%;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(19%, #030303), color-stop(69%, transparent));
  background-image: linear-gradient(90deg, #030303 19%, transparent 69%);
}

.text-white-70-2 {
  margin-top: 0px;
  font-family: 'San Francisco', sans-serif;
  color: #ffbe00;
  font-weight: 400;
  letter-spacing: 1px;
}

.button-10 {
  margin-top: 20px;
  margin-right: 20px;
  padding: 12px 20px;
  background-color: rgba(255, 255, 255, 0.15);
  -webkit-transition: background-color 200ms ease-in-out;
  transition: background-color 200ms ease-in-out;
}

.button-10:hover {
  background-color: #fff0e3;
  color: #030303;
}

.button-10:focus-visible {
  outline-color: #ffb13d;
  outline-offset: 6px;
  outline-style: solid;
  outline-width: 2px;
}

.button-10[data-wf-focus-visible] {
  outline-color: #ffb13d;
  outline-offset: 6px;
  outline-style: solid;
  outline-width: 2px;
}

.hero-photo-grid-3 {
  position: absolute;
  left: auto;
  top: -27%;
  right: -200px;
  bottom: 0%;
  display: -ms-grid;
  display: grid;
  width: 80%;
  grid-auto-columns: 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-image: url('../images/Senza-titolo-1530-×-960-px2.png');
  background-position: 100% 100%;
  background-size: auto;
}

.section-chi-siamo {
  position: relative;
  padding-top: 96px;
  padding-bottom: 96px;
  padding-left: 80px;
}

.section-chi-siamo.hero {
  display: block;
  overflow: hidden;
  height: 700px;
  max-height: 3000%;
  padding-top: 180px;
  padding-bottom: 132px;
  background-color: #030303;
  color: #fff0e3;
}

.heading-117 {
  margin-bottom: 0px;
  border-style: none none solid;
  border-width: 1px 1px 2px;
  border-color: #000 #000 #142ce7;
  border-bottom-right-radius: 20px;
  font-family: 'San Francisco', sans-serif;
  color: #fff;
  font-weight: 500;
  text-transform: none;
}

.hero-fade-4 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 50%;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(14%, #030303), color-stop(53%, transparent));
  background-image: linear-gradient(90deg, #030303 14%, transparent 53%);
}

.text-white-70-3 {
  margin-top: 0px;
  color: rgba(255, 255, 255, 0.7);
}

.hero-content-grid-2 {
  display: -ms-grid;
  display: grid;
  max-width: 500px;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.hero-photo-grid-4 {
  position: absolute;
  left: auto;
  top: -18%;
  right: -10%;
  bottom: 0%;
  display: -ms-grid;
  display: grid;
  width: 60%;
  grid-auto-columns: 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-image: url('../images/esperti-ubtech.jpg');
  background-position: 50% 150%;
  background-size: auto;
  -webkit-transform: rotate(11deg);
  -ms-transform: rotate(11deg);
  transform: rotate(11deg);
}

.sezione-dove-siamo {
  position: relative;
  padding-top: 96px;
  padding-bottom: 96px;
  padding-left: 80px;
}

.sezione-dove-siamo.hero {
  overflow: hidden;
  width: 100%;
  height: 560px;
  max-height: 300%;
  max-width: 3000%;
  padding-top: 180px;
  padding-bottom: 132px;
  background-color: #030303;
  color: #fff0e3;
}

.sezione-dove-siamo.hero {
  overflow: hidden;
  height: 700px;
  padding-top: 180px;
  padding-bottom: 132px;
  background-color: #030303;
  color: #fff0e3;
}

.heading-118 {
  margin-bottom: 10px;
  border-bottom: 2px solid #142ce7;
  border-bottom-right-radius: 20px;
  font-family: 'San Francisco', sans-serif;
  color: #fff;
  font-weight: 500;
}

.hero-content-cover-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  width: 50%;
  background-color: #000;
}

.hero-fade-5 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 50%;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(21%, #000), color-stop(58%, transparent));
  background-image: linear-gradient(90deg, #000 21%, transparent 58%);
}

.text-white-70-4 {
  margin-top: 0px;
  font-family: 'San Francisco', sans-serif;
  color: #ffbe00;
  letter-spacing: 1px;
}

.hero-content-grid-3 {
  display: -ms-grid;
  display: grid;
  max-width: 500px;
  padding-left: 10px;
  justify-items: start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: start;
  -ms-flex-line-pack: start;
  align-content: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.hero-photo-grid-5 {
  position: absolute;
  left: auto;
  top: -16%;
  right: -6%;
  bottom: -2%;
  display: -ms-grid;
  display: grid;
  width: 60%;
  grid-auto-columns: 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-image: url('../images/Blog--Ubtech-.jpg');
  background-position: 20% 80%;
  background-size: cover;
  -webkit-transform: rotate(11deg);
  -ms-transform: rotate(11deg);
  transform: rotate(11deg);
}

.bold-text-20 {
  font-family: 'San Francisco', sans-serif;
  font-weight: 500;
}

.heading-119 {
  margin-bottom: 0px;
  border-bottom: 2px solid #142ce7;
  border-bottom-right-radius: 20px;
  font-family: 'San Francisco', sans-serif;
  color: #fff;
}

.hero-content-cover-3 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  background-color: #000;
}

.hero-fade-6 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 50%;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(5%, #000), color-stop(65%, transparent));
  background-image: linear-gradient(90deg, #000 5%, transparent 65%);
}

.hero-photo-grid-6 {
  position: absolute;
  left: auto;
  top: -60%;
  right: -10%;
  bottom: -21%;
  display: -ms-grid;
  display: grid;
  width: 60%;
  grid-auto-columns: 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-image: url('../images/Contatti---Ubtech.jpg');
  background-position: 50% 100%;
  background-size: cover;
  -webkit-transform: rotate(18deg);
  -ms-transform: rotate(18deg);
  transform: rotate(18deg);
}

.heading-120 {
  margin-top: 0px;
  margin-bottom: 0px;
  border-bottom: 2px solid #142ce7;
  border-bottom-right-radius: 20px;
  font-family: 'San Francisco', sans-serif;
  color: #fff;
  font-weight: 500;
}

.hero-content-grid-4 {
  display: -ms-grid;
  display: grid;
  max-width: 500px;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.text-white-70-5 {
  margin-top: 0px;
  font-family: 'San Francisco', sans-serif;
  color: #ffbe00;
  font-style: italic;
  letter-spacing: 1px;
}

.heading-121 {
  margin-top: 0px;
  margin-bottom: 0px;
  border-bottom: 2px solid #142ce7;
  border-bottom-right-radius: 20px;
  font-family: 'San Francisco', sans-serif;
  color: #fff;
  font-weight: 500;
}

.aziende {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 700px;
  max-height: 10000px;
  max-width: 1531px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.grid-30 {
  position: absolute;
  top: 100px;
  right: 0px;
  width: 60%;
  height: 700px;
  max-height: 700px;
  max-width: 6000px;
  justify-items: end;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-image: url('../images/pexels-andre-furtado-370717.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-118 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 60%;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  background-image: linear-gradient(88deg, #000 17%, #fff);
}

.grid-31 {
  position: absolute;
  top: 0px;
  right: -25px;
  width: 60%;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-image: url('../images/pexels-andre-furtado-370717.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.grid-32 {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 60%;
  height: 100%;
  max-height: 700px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-image: url('../images/Cerco-lavoro-Ubtech-nero.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.grid-33 {
  position: absolute;
  width: 10%;
  max-width: 100%;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-34 {
  width: 60%;
  height: 100%;
  max-height: 1000%;
  max-width: 2000%;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.image-100 {
  position: relative;
  right: -36px;
  width: 3500%;
  max-width: 40000%;
  border-top-left-radius: 280px;
  border-bottom-left-radius: 260px;
}

@media screen and (max-width: 991px) {
  h1 {
    margin-top: 32px;
    margin-bottom: 16px;
    font-size: 42px;
    line-height: 48px;
  }

  h2 {
    margin-top: 32px;
    font-size: 32px;
    line-height: 40px;
  }

  h3 {
    width: auto;
    font-size: 24px;
    line-height: 32px;
  }

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

  h5 {
    font-size: 16px;
    line-height: 24px;
  }

  h6 {
    width: auto;
    font-size: 14px;
    line-height: 20px;
  }

  p {
    font-size: 15px;
  }

  figure {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .section {
    padding: 100px 8px;
  }

  .section.grey-section {
    display: block;
  }

  .section.grey-section.contatti {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

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

  .wrapper {
    display: block;
    width: auto;
    max-height: none;
    max-width: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: transparent;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .wrapper.hero-side-wrapper {
    height: auto;
    padding-top: 64px;
    padding-bottom: 8px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .wrapper.mission {
    width: auto;
  }

  .button.posts-v3-button {
    margin-top: 64px;
  }

  .button.pricing-table-button {
    margin-top: 32px;
  }

  .nav-bar {
    margin-bottom: 0px;
    padding-right: 0px;
    padding-bottom: 25px;
    padding-left: 2px;
  }

  .logo-link {
    height: 64px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .logo-link.w--current {
    height: 80px;
    margin-top: 10px;
    margin-left: 30px;
    padding-top: 0px;
    padding-bottom: 7px;
    padding-left: 0px;
  }

  .nav-link {
    display: block;
    width: 100%;
    height: auto;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 20px;
    background-color: #fff;
    text-align: left;
  }

  .nav-link:hover {
    color: #111;
  }

  .nav-link.nav-link-white {
    padding-top: 16px;
    color: #111;
  }

  .divisore {
    width: 60px;
    margin-top: 0px;
    margin-bottom: 6px;
  }

  .section-header-wrapper {
    max-width: 66.66%;
    padding-bottom: 56px;
  }

  .section-header.section-header-left {
    max-width: 66.66%;
    margin-left: 8px;
  }

  .section-description {
    font-size: 17px;
  }

  .grey-section {
    padding-right: 8px;
    padding-left: 8px;
  }

  .team-member {
    padding-right: 8px;
    padding-left: 8px;
  }

  .rich-text-content {
    padding-right: 8px;
    padding-left: 8px;
  }

  .side-image-50 {
    width: 50%;
    min-height: 400px;
  }

  .side-content-wrapper-50 {
    padding: 40px 6%;
  }

  .footer-bottom {
    margin-right: 8px;
    margin-left: 8px;
  }

  .footer-bottom-text-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .footer-bottom-link-right {
    border: 1px none #000;
  }

  .work-v2 {
    width: 50%;
  }

  .post-v2 {
    padding-right: 8px;
    padding-left: 8px;
  }

  .category {
    height: 20px;
    padding-top: 2px;
    padding-right: 10px;
    padding-left: 11px;
    font-size: 8px;
  }

  .category.post-card-v3-category {
    margin: 32px;
  }

  .hero-slider-section {
    height: 560px;
  }

  .hero-slide-content {
    max-width: 66.66%;
  }

  .side-frame {
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .side-frame.contatti-home {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }

  .side-frame.contatti-contatti {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .side-content-small {
    width: 44%;
    margin-right: 24px;
    margin-left: 24px;
    padding-right: 8px;
    padding-left: 8px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .side-feature-media {
    width: 50%;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 30px;
    padding-left: 29px;
  }

  .feature-cards {
    margin-bottom: -16px;
    padding-right: 8px;
    padding-left: 9px;
  }

  .feature-card {
    width: 33.33%;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: -1px;
    padding: 48px 24px 40px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .side-map {
    height: 536px;
  }

  .footer-about {
    width: 50%;
    padding-right: 0%;
    padding-bottom: 0px;
    padding-left: 8px;
  }

  .footer {
    padding-top: 14px;
  }

  .footer-nav {
    width: 25%;
    margin-right: -203px;
    padding-right: 8px;
    padding-bottom: 0px;
    padding-left: 8px;
  }

  .footer-subscribe {
    width: 50%;
    padding-right: 8px;
    padding-left: 8px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .work-v4 {
    padding: 8px;
  }

  .work-card-info {
    display: none;
    margin: 24px;
    padding-right: 24px;
    padding-bottom: 4px;
    padding-left: 24px;
  }

  .slider-arrow-wrapper.hero-arrow {
    width: 112px;
  }

  .wide-map {
    height: 360px;
  }

  .blog-posts-v1 {
    margin-bottom: -16px;
  }

  .post-v1 {
    padding-right: 8px;
    padding-bottom: 16px;
    padding-left: 8px;
  }

  .post-card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 16px;
  }

  .post-card-info {
    padding: 16px;
  }

  .hero-section {
    padding-top: 64px;
    padding-right: 8px;
    padding-left: 8px;
  }

  .hero-section.hero-split-section {
    height: auto;
    padding-right: 20px;
    padding-left: 16px;
  }

  .hero-section.hero-dark-image-section {
    height: auto;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .hero-section.hero-light-image-section {
    height: auto;
    min-height: 480px;
    background-attachment: scroll;
  }

  .hero-section.hero-light-bg-section {
    height: auto;
    padding: 120px 64px 100px;
  }

  .hero-section.hero-side-bg-section {
    padding-right: 4%;
    padding-left: 4%;
  }

  .hero-section.video-bg {
    height: auto;
  }

  .hero-split-image {
    height: auto;
  }

  .hero-split-image.team {
    background-position: 50% 50%;
  }

  .hero-split-image._5g {
    background-position: 50% 50%;
  }

  .hero-split-image.servizi {
    background-position: 50% 50%;
  }

  .hero-split-image.cercolavoro {
    background-image: url('../images/Cerco-lavoro-Ubtech-nero.jpg');
    background-position: 50% 0%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .hero-split-content {
    margin-left: 0px;
    padding-right: 32px;
    padding-left: 8px;
  }

  .hero-split-content.panel-privati {
    margin-left: 0px;
  }

  .work-v5 {
    padding-top: 0px;
    padding-right: 8px;
    padding-left: 8px;
  }

  .footer-v4-about {
    margin-left: 0%;
    padding-right: 32px;
    padding-left: 8px;
  }

  .footer-v2-column {
    padding-right: 8px;
    padding-left: 8px;
  }

  .menu-button {
    position: static;
    height: auto;
    margin-top: 40px;
    padding: 0px 30px;
    float: right;
  }

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

  .menu-button.white-menu-button {
    color: #fff;
  }

  .scroll-mouse-link {
    display: none;
    padding-bottom: 24px;
  }

  .nav-dropdown-link {
    padding-left: 32px;
    background-color: #f8f8f8;
  }

  .nav-dropdown-link:hover {
    background-color: #f8f8f8;
    color: #111;
  }

  .nav-dropdown-list.w--open {
    margin-top: 0px;
    border-radius: 0px;
    box-shadow: 0 0 0 0 transparent;
  }

  .nav-menu {
    position: static;
    left: 0%;
    top: auto;
    right: auto;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    max-height: none;
    min-height: 150px;
    min-width: 150px;
    margin-top: 81px;
    margin-bottom: 0px;
    padding: 0px;
    float: right;
    clear: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border: 1px none #000;
    background-color: transparent;
    text-align: center;
    text-decoration: none;
    background-clip: border-box;
    -webkit-text-fill-color: inherit;
    -o-object-fit: none;
    object-fit: none;
  }

  .page-header-section {
    min-height: 360px;
  }

  .page-header-section.image-4.ubtech {
    margin-top: 100px;
  }

  .utility-page-section {
    padding-right: 16px;
    padding-left: 16px;
  }

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

  .blog-posts-and-sidebar {
    padding-top: 0px;
  }

  .blog-sidebar {
    width: 33.33%;
    padding-right: 8px;
    padding-left: 16px;
  }

  .category-filter-link {
    margin-right: 16px;
    margin-left: 16px;
  }

  .categories-filter {
    margin-bottom: 64px;
  }

  .work-sidebar {
    position: static;
    width: 100%;
    margin-left: 0%;
    padding-top: 0px;
    padding-right: 20%;
    padding-left: 20%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: center;
  }

  .work-details {
    width: 320px;
    padding-top: 24px;
    padding-bottom: 40px;
  }

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

  .work-presentation h2 {
    width: 83.33%;
  }

  .work-presentation p {
    width: 83.33%;
  }

  .work-presentation h4 {
    width: 83.33%;
  }

  .work-presentation h1 {
    width: 83.33%;
  }

  .work-presentation h3 {
    width: 83.33%;
  }

  .work-presentation h5 {
    width: 83.33%;
  }

  .work-presentation h6 {
    width: 83.33%;
  }

  .work-presentation figure {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .work-presentation blockquote {
    width: 83.33%;
  }

  .work-presentation ol {
    width: 83.33%;
  }

  .work-presentation ul {
    width: 83.33%;
  }

  .work-main-image {
    margin-top: 32px;
  }

  .work-content {
    width: 100%;
    margin-left: 0px;
    padding-right: 8px;
    padding-left: 8px;
  }

  .post-header-section {
    min-height: 440px;
    padding-right: 16px;
    padding-left: 16px;
  }

  .post-header-wrapper {
    width: 83.33%;
  }

  .blog-post h1 {
    width: 100%;
  }

  .blog-post p {
    width: 100%;
    font-size: 16px;
  }

  .blog-post h2 {
    width: 100%;
  }

  .blog-post blockquote {
    width: 100%;
  }

  .blog-post ul {
    width: 83.33%;
  }

  .blog-post ol {
    width: 100%;
  }

  .blog-post h5 {
    width: 100%;
  }

  .blog-post h6 {
    width: 100%;
  }

  .blog-post h3 {
    width: 100%;
  }

  .blog-post h4 {
    display: block;
    width: 100%;
  }

  .blog-post figure {
    padding-right: 0%;
    padding-left: 0%;
  }

  .blog-post-wrapper {
    padding-right: 8px;
    padding-left: 8px;
  }

  .post-bottom-info {
    width: 83.33%;
  }

  .post-author-profile {
    width: 224px;
    margin-right: 30px;
    padding: 40px 24px 32px;
  }

  .faq-list {
    width: 83.33%;
    padding-right: 8px;
    padding-left: 8px;
  }

  .pricing-table-price {
    margin-bottom: 24px;
  }

  .heading-styles {
    padding-right: 8px;
    padding-left: 8px;
  }

  .social-icons.hero-split-icons {
    margin-left: 8px;
  }

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

  .vertical-scroll {
    right: 8px;
    display: none;
  }

  .vertical-header {
    display: none;
    width: 40px;
  }

  .vertical-header-text {
    left: -132px;
    font-size: 13px;
  }

  .fact-center {
    padding-right: 8px;
    padding-left: 8px;
  }

  .frame {
    box-shadow: inset 0 0 0 6px #ffb567;
    -webkit-transform: translate(-20px, -20px);
    -ms-transform: translate(-20px, -20px);
    transform: translate(-20px, -20px);
  }

  .frame.reversed {
    width: auto;
    -webkit-transform: translate(20px, -20px);
    -ms-transform: translate(20px, -20px);
    transform: translate(20px, -20px);
  }

  .frame.reversed.anna {
    width: auto;
  }

  .frame-image {
    -webkit-transform: translate(20px, 20px);
    -ms-transform: translate(20px, 20px);
    transform: translate(20px, 20px);
  }

  .frame-image.reversed {
    -webkit-transform: translate(-20px, 20px);
    -ms-transform: translate(-20px, 20px);
    transform: translate(-20px, 20px);
  }

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

  .section-header-icon {
    width: 48px;
    margin-bottom: 24px;
  }

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

  .brand-logo.white-logo {
    position: relative;
  }

  .new-work {
    margin-bottom: 64px;
  }

  .side-media {
    width: 41.66%;
    margin-right: 32px;
    margin-left: 32px;
    padding-top: 20px;
  }

  .bg-text {
    font-size: 88px;
  }

  .contact-float-button {
    margin: 20px;
  }

  .hero-center-content {
    margin-left: 0px;
    padding: 32px 8.33%;
  }

  .hero-play {
    font-size: 15px;
  }

  .play-button {
    width: 64px;
    height: 64px;
  }

  .hero-split-text {
    margin-bottom: 24px;
  }

  .hero-brands {
    padding-top: 16px;
    padding-bottom: 16px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .hero-brands-container {
    position: relative;
  }

  .feature-blocks {
    margin-bottom: 64px;
  }

  .feature-big-image-wrapper {
    margin-bottom: 48px;
    padding-right: 16px;
    padding-left: 16px;
  }

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

  .step {
    margin-right: 8px;
    margin-bottom: 16px;
    margin-left: 8px;
    -webkit-flex-basis: 30%;
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
  }

  .steps-info {
    width: 66.66%;
    padding-right: 48px;
    padding-left: 48px;
  }

  .square-play-button {
    width: 64px;
    height: 64px;
    margin: -20px;
  }

  .square-play-button.right {
    margin: -20px;
  }

  .square-play-button.left {
    margin: -20px;
  }

  .fact-line-text {
    font-size: 36px;
  }

  .button-style-wrapper {
    padding-right: 16px;
    padding-left: 16px;
  }

  .hero-light-image-content {
    margin-left: 0px;
    padding-right: 24px;
    padding-left: 24px;
  }

  .feature-block-v2 {
    padding-top: 24px;
    padding-bottom: 48px;
    -webkit-flex-basis: 40%;
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
    box-shadow: 0 0 0 1px #e4e4e4;
  }

  .side-content {
    margin-top: 40px;
    margin-bottom: 40px;
    padding-right: 8px;
    padding-left: 8px;
  }

  .pricing-table-card {
    margin-right: 8px;
    margin-bottom: 16px;
    margin-left: 8px;
    padding-right: 24px;
    padding-left: 24px;
    -webkit-flex-basis: 30%;
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
  }

  .review {
    font-size: 18px;
    line-height: 32px;
  }

  .contact-card {
    width: auto;
    padding: 16px;
    -webkit-transform: translate(-20px, 20px);
    -ms-transform: translate(-20px, 20px);
    transform: translate(-20px, 20px);
  }

  .frame-card-map {
    height: 224px;
  }

  .contact-card-info {
    padding-right: 16px;
    padding-left: 16px;
  }

  .hero-slide-text {
    margin-bottom: 24px;
  }

  .feature-cell {
    padding: 40px 4%;
  }

  .feature-cells {
    margin-right: 8px;
    margin-left: 8px;
  }

  .skills-info {
    width: 50%;
    padding-right: 4%;
    padding-left: 4%;
  }

  .skills-sliders {
    width: 50%;
    margin-right: 0%;
    margin-left: 0%;
  }

  .skill-slider {
    height: 6px;
  }

  .side-image-wrapper.padding-right {
    padding-right: 0px;
  }

  .side-image-wrapper.padding-left {
    padding-left: 0px;
  }

  .side-content-wrapper {
    padding-right: 4%;
    padding-left: 4%;
  }

  .side-content-wrapper.right {
    padding-right: 4%;
  }

  .side-content-wrapper.left {
    padding-left: 4%;
  }

  .side-image {
    min-height: 600px;
  }

  .side-content-big {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 80px;
    margin-bottom: 80px;
    padding-right: 8px;
    padding-left: 8px;
  }

  .scroll-text-link {
    display: none;
  }

  .feature {
    padding-right: 24px;
    padding-left: 8px;
  }

  .features {
    margin-bottom: -16px;
    padding-right: 0%;
    padding-left: 0%;
  }

  .side-contact-form {
    width: auto;
  }

  .hero-side-content {
    margin-left: 0px;
    padding-right: 8px;
    padding-left: 8px;
  }

  .hero-side-content.right {
    padding-right: 8px;
  }

  .hero-side-content.left {
    padding-right: 5%;
    padding-left: 4%;
  }

  .hero-side-image-wrapper {
    padding-right: 4%;
    padding-left: 4%;
  }

  .hero-side-image-big {
    width: 700px;
  }

  .hero-call-text {
    position: relative;
    width: 100%;
    margin-top: 0px;
  }

  .page-header-wrapper {
    max-width: 66.66%;
  }

  .case-study {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .page-header {
    font-size: 45px;
  }

  .feature-icon {
    width: 48px;
    margin-bottom: -8px;
  }

  .fact-icon {
    width: 48px;
  }

  ._404-info {
    max-width: 66.66%;
    padding-bottom: 56px;
  }

  .vertical-scroll-footer {
    right: 8px;
    display: none;
  }

  .side-review-author {
    display: block;
  }

  .side-feature-wide {
    width: 100%;
  }

  .instagram {
    padding: 40px 4%;
  }

  .instagram-info {
    max-width: 66.66%;
  }

  .request {
    padding-right: 8.33%;
    padding-left: 8.33%;
  }

  .testimonials {
    margin-bottom: -32px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .simple-review {
    margin-bottom: 32px;
    padding-left: 8px;
    -webkit-flex-basis: 45%;
    -ms-flex-preferred-size: 45%;
    flex-basis: 45%;
  }

  .post-v3 {
    padding-right: 8px;
    padding-bottom: 16px;
    padding-left: 8px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .side-feature-half {
    width: 100%;
    padding-right: 0px;
  }

  .fact-left {
    padding-right: 8px;
    padding-left: 8px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .fact-info {
    padding-top: 16px;
    padding-left: 8px;
  }

  .layouts {
    margin-bottom: -100px;
    padding-right: 8px;
    padding-left: 9px;
  }

  .home-preview-wrapper {
    width: 100%;
    margin-bottom: 100px;
  }

  .inner-page-link {
    margin-right: 8px;
    margin-bottom: 16px;
    margin-left: 8px;
  }

  .inner-pages {
    margin-right: 0%;
    margin-bottom: -16px;
    margin-left: 0%;
  }

  .licence-items {
    width: 81.33%;
    padding-right: 8px;
    padding-left: 8px;
  }

  .small-link {
    line-height: 20px;
  }

  .breadcrumbs {
    padding-right: 8px;
    padding-left: 8px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .work-description {
    font-size: 15px;
  }

  .changelog {
    width: 83.33%;
    padding-right: 8px;
    padding-left: 8px;
  }

  .change {
    padding: 24px;
  }

  .text-block-8 {
    margin-right: -38px;
  }

  .heading-12 {
    margin-top: 0px;
    font-size: 35px;
  }

  .grid-4 {
    width: 700px;
    min-width: 700px;
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-auto-flow: row;
    -ms-grid-columns: 2fr 1fr 1fr 1fr;
    grid-template-columns: 2fr 1fr 1fr 1fr;
  }

  .div-block-28 {
    margin-left: 0px;
  }

  .div-block-29 {
    margin-left: 0px;
  }

  .div-block-30 {
    margin-left: 0px;
  }

  .image-11 {
    margin-top: 46px;
    margin-bottom: 0px;
    margin-left: 41px;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .grid-5 {
    width: 800px;
    min-width: 80px;
  }

  .div-block-32 {
    margin-left: 20px;
  }

  .div-block-33 {
    margin-left: 10px;
  }

  .div-block-34 {
    margin-left: 10px;
  }

  .icon {
    color: #fff;
  }

  .image-14 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .grid-8.max-meerym {
    -webkit-box-pack: start;
    -webkit-justify-content: start;
    -ms-flex-pack: start;
    justify-content: start;
    justify-items: end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }

  .grid-9 {
    grid-row-gap: 20px;
  }

  .divisore-2 {
    width: 60px;
    margin-top: 0px;
    margin-bottom: 6px;
  }

  .hero-section-2 {
    padding-top: 64px;
    padding-right: 8px;
    padding-left: 8px;
  }

  .hero-section-2.hero-split-section {
    height: auto;
    padding-right: 20px;
    padding-left: 16px;
  }

  .vertical-header-text-2 {
    left: -132px;
    font-size: 13px;
  }

  .hero-split-text-1 {
    margin-bottom: 24px;
  }

  .heading-26 {
    margin-right: 0px;
  }

  .div-block-45 {
    width: auto;
  }

  .div-block-52 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-top-style: none;
  }

  .text-block-44.fastwebstoreservizi {
    line-height: 22px;
  }

  .flex-container {
    display: block;
    margin-top: 0px;
  }

  .hero-image-mask {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .hero-2 {
    padding-top: 0px;
    padding-bottom: 20px;
  }

  .cards-grid-container {
    grid-column-gap: 20px;
  }

  .heading-48._5g {
    text-align: center;
  }

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

  .contact-card-2 {
    width: auto;
    padding: 16px;
    -webkit-transform: translate(-20px, 20px);
    -ms-transform: translate(-20px, 20px);
    transform: translate(-20px, 20px);
    font-family: Lato, sans-serif;
  }

  .section-16 {
    padding: 100px 8px;
  }

  .section-16.grey-section {
    display: block;
  }

  .section-16.grey-section {
    display: block;
  }

  .frame-2 {
    box-shadow: inset 0 0 0 6px #ffb567;
    -webkit-transform: translate(-20px, -20px);
    -ms-transform: translate(-20px, -20px);
    transform: translate(-20px, -20px);
  }

  .frame-2.reversed {
    width: auto;
    -webkit-transform: translate(20px, -20px);
    -ms-transform: translate(20px, -20px);
    transform: translate(20px, -20px);
  }

  .frame-2.reversed {
    width: 450px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-transform: translate(20px, -20px);
    -ms-transform: translate(20px, -20px);
    transform: translate(20px, -20px);
  }

  .section-description-2 {
    font-size: 15px;
  }

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

  .blogposttitle {
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
    margin-bottom: 31px;
  }

  .postimage {
    margin-right: auto;
  }

  .text-block-51 {
    text-shadow: none;
  }

  .icona-dropdown {
    color: #fff;
  }

  .menu-button-2.w--open {
    background-color: #000;
  }

  .nav-menu-2 {
    background-color: #000;
  }

  .section-description-3 {
    font-size: 17px;
  }

  .contact-card-3 {
    width: auto;
    padding: 16px;
    -webkit-transform: translate(-20px, 20px);
    -ms-transform: translate(-20px, 20px);
    transform: translate(-20px, 20px);
  }

  .text-block-56 {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: auto;
    margin-bottom: 91px;
    margin-left: auto;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-42 {
    display: inline-block;
    margin-right: 0px;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .div-block-64 {
    height: 160px;
  }

  .columns-9 {
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .checkbox-label-5 {
    line-height: 20px;
  }

  .column-11 {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .column-12 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .container-27 {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .column-13 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

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

  .container-28 {
    display: block;
  }

  .text-block-83 {
    color: #fff;
  }

  .heading-77 {
    font-size: 28px;
    line-height: 36px;
  }

  .paragraph-26 {
    font-size: 17px;
  }

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

  .div-block-74 {
    width: auto;
  }

  .div-block-81 {
    height: 400px;
  }

  .div-block-81.samuel {
    height: 550px;
  }

  .italic-text-19 {
    font-style: normal;
  }

  .tab-link-area-tecnici-5 {
    margin-right: 10px;
  }

  .div-block-85 {
    height: 400px;
  }

  .div-block-85.samuel {
    height: 550px;
  }

  .background-video-4 {
    margin-right: auto;
    margin-left: auto;
  }

  .container-52 {
    padding-right: 30px;
    padding-left: 14px;
  }

  .centered-container-2 {
    height: 149%;
  }

  .hero-image-mask-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 120%;
    height: 200%;
    max-height: 200%;
    max-width: 200%;
    margin-top: 21px;
    padding-top: 0px;
  }

  .cards-grid-container-2 {
    grid-column-gap: 20px;
  }

  .paragraph-31 {
    margin-top: 41px;
  }

  .section-card {
    height: 100%;
  }

  .grid-29 {
    width: 93%;
    height: 155%;
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

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

  .home-tagline-pattern {
    top: -41%;
  }

  .home-projects_list {
    grid-column-gap: 7rem;
    grid-row-gap: 7rem;
  }

  .partita-iva {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .flex-container-3 {
    display: block;
    height: 300%;
    max-width: 400%;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .div-block-111 {
    margin-top: 0px;
    margin-bottom: 41px;
    margin-left: 60px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .image-96 {
    width: 80%;
    height: 100%;
    max-width: 200%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .button-7 {
    width: auto;
    text-align: center;
  }

  .paragraph-33 {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .div-block-112 {
    width: 70%;
    height: 100%;
    margin: 0px 0px 0px 70px;
    padding: 0px;
  }

  .container-59 {
    max-width: 728px;
  }

  .hero-wrapper {
    margin-bottom: -40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .hero-content-cover {
    width: 60%;
  }

  .hero-fade {
    width: 40%;
  }

  .section-stripes {
    width: 66px;
  }

  .header-logo-mark-wrap {
    width: 66px;
  }

  .nav-menu-3 {
    padding-right: 24px;
    padding-left: 24px;
  }

  .griglia-aziende {
    right: -20%;
    width: 100%;
  }

  .nav-menu-icon {
    width: 24px;
  }

  .section-negozi {
    padding-left: 66px;
  }

  .nav-more-menu {
    padding-right: 24px;
    padding-left: 24px;
  }

  .header-logo-wrap {
    padding-right: 24px;
    padding-left: 24px;
  }

  .hero-photo-grid-2 {
    right: -20%;
    width: 100%;
  }

  .hero-fade-2 {
    width: 40%;
  }

  .hero-fade-3 {
    width: 40%;
  }

  .hero-photo-grid-3 {
    right: -20%;
    width: 100%;
  }

  .section-chi-siamo {
    padding-left: 66px;
  }

  .hero-fade-4 {
    width: 40%;
  }

  .hero-photo-grid-4 {
    right: -20%;
    width: 100%;
  }

  .sezione-dove-siamo {
    padding-left: 66px;
  }

  .hero-content-cover-2 {
    width: 60%;
  }

  .hero-fade-5 {
    width: 40%;
  }

  .hero-photo-grid-5 {
    right: -20%;
    width: 100%;
  }

  .hero-content-cover-3 {
    width: 60%;
  }

  .hero-fade-6 {
    width: 60%;
  }

  .hero-photo-grid-6 {
    right: -20%;
    width: 100%;
  }

  .image-100 {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    margin-top: 24px;
    margin-bottom: 8px;
    font-size: 34px;
    line-height: 40px;
  }

  h2 {
    margin-top: 24px;
    margin-bottom: 8px;
    font-size: 24px;
    line-height: 32px;
  }

  h3 {
    margin-top: 24px;
    margin-bottom: 8px;
    font-size: 20px;
    line-height: 28px;
  }

  h4 {
    margin-top: 24px;
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 24px;
  }

  h5 {
    margin-top: 24px;
    margin-bottom: 8px;
  }

  h6 {
    margin-top: 24px;
    margin-bottom: 8px;
  }

  p {
    margin-top: 8px;
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 24px;
  }

  blockquote {
    font-size: 20px;
  }

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

  .section.cta-section {
    background-image: url('../images/like-bg-icon.png'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: url('../images/like-bg-icon.png'), linear-gradient(180deg, transparent, transparent);
    background-size: 280px, auto;
  }

  .section.side-content-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section.side-content-section.mobile-reversed {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .wrapper.hero-side-wrapper {
    width: 100%;
    padding-top: 64px;
  }

  .button.margin-right {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .button.ghost-white-button.second {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .logo-link {
    padding-top: 12px;
    padding-bottom: 16px;
  }

  .logo-link.w--current {
    padding-top: 14px;
    padding-bottom: 15px;
  }

  .nav-link {
    padding-top: 12px;
    padding-bottom: 14px;
  }

  .divisore {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .section-header-wrapper {
    padding-bottom: 40px;
  }

  .section-header {
    margin-top: 16px;
  }

  .section-header.section-header-left {
    max-width: 100%;
  }

  .section-description {
    font-size: 14px;
    line-height: 24px;
  }

  .team {
    margin-bottom: -32px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .team-member {
    width: 50%;
    max-width: none;
    padding-bottom: 32px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .team-member-photo {
    height: 360px;
  }

  .side-image-50 {
    min-height: 0px;
  }

  .side-content-wrapper-50 {
    padding-top: 16px;
    padding-bottom: 24px;
    text-align: center;
  }

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

  .footer-bottom-text-left {
    margin-right: 16px;
  }

  .footer-bottom-link-right {
    margin-left: 0px;
  }

  .post-v2 {
    width: 66.66%;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 32px;
  }

  .blog-posts-v2 {
    margin-bottom: -32px;
  }

  .hero-slider-section {
    height: 400px;
  }

  .hero-slide.hero-slide-1 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/grovemade-239360.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/grovemade-239360.jpg');
    background-attachment: scroll, fixed;
  }

  .hero-slide-content {
    max-width: 100%;
    padding-right: 4%;
    padding-left: 4%;
  }

  .side-content-small {
    width: 50%;
    margin-right: 0%;
    margin-left: 0%;
    padding-right: 24px;
    padding-left: 24px;
  }

  .side-feature-media {
    width: 50%;
    padding-right: 24px;
    padding-left: 24px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .feature-cards {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .feature-card {
    width: 66.66%;
    margin-bottom: 36px;
    margin-left: 0px;
    padding: 56px 8.33% 48px;
  }

  .footer-about {
    width: 50%;
  }

  .footer-nav {
    width: 25%;
  }

  .footer-subscribe {
    width: 75%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .testimonials-slider {
    width: 100%;
  }

  .review-slide {
    padding-right: 12%;
    padding-left: 12%;
  }

  .slider-arrow-wrapper.hero-arrow {
    display: none;
  }

  .wide-map {
    height: 240px;
  }

  .blog-posts-v1 {
    margin-bottom: -24px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .post-v1 {
    width: 50%;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 24px;
  }

  .hero-section.hero-dark-image-section {
    padding-bottom: 56px;
  }

  .hero-section.hero-light-bg-section {
    padding-top: 100px;
    padding-bottom: 80px;
  }

  .hero-split-image.home {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .hero-split-content {
    text-align: left;
  }

  .works-v5 {
    margin-bottom: -20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .work-v5 {
    display: block;
    width: 50%;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 20px;
  }

  .work-card-v5 {
    padding-bottom: 8px;
  }

  .footer-v4 {
    padding-top: 8px;
  }

  .footer-v4-about {
    width: 100%;
    padding-bottom: 16px;
  }

  .scroll-mouse-link {
    display: none;
  }

  .contact-popup-window {
    width: 100%;
  }

  .page-header-section {
    min-height: 280px;
    padding-top: 40px;
  }

  .utility-page-section {
    min-height: 480px;
  }

  .password-window {
    margin-top: 32px;
  }

  .blog-sidebar {
    padding-left: 12px;
  }

  .category-filter-link {
    margin-right: 12px;
    margin-left: 12px;
    font-size: 14px;
  }

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

  .work-sidebar {
    padding-right: 16.66%;
    padding-left: 16.66%;
  }

  .work-details {
    width: 100%;
  }

  .work-presentation figure {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .work-main-image {
    margin-top: 0px;
  }

  .post-header-section {
    height: auto;
    min-height: 0px;
    padding-top: 32px;
    padding-bottom: 64px;
  }

  .post-header-info {
    font-size: 14px;
    line-height: 24px;
  }

  .post-header-wrapper {
    margin-top: 56px;
  }

  .blog-post p {
    line-height: 28px;
  }

  .blog-post-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .post-author-profile {
    width: 50%;
    margin-top: 40px;
    margin-right: 0px;
  }

  .faq-list {
    width: 100%;
    margin-bottom: -16px;
  }

  .question-block {
    margin-bottom: 16px;
    padding-right: 24px;
    padding-left: 24px;
  }

  .question-text {
    margin-top: 8px;
  }

  .pricing-table-price {
    font-size: 24px;
    line-height: 32px;
  }

  .section-header-icon {
    margin-bottom: 0px;
  }

  .side-media {
    width: 50%;
    margin-right: 24px;
    margin-left: 24px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .bg-text {
    left: -12px;
    top: -12px;
    font-size: 64px;
    line-height: 72px;
  }

  .more-link-text {
    font-size: 13px;
  }

  .hero-center-content {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .play-button {
    background-size: 12px;
  }

  .hero-brands {
    display: none;
  }

  .feature-blocks {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .feature-block {
    padding: 56px 8.33% 48px;
  }

  .feature-big-image-wrapper {
    margin-bottom: 32px;
  }

  .step {
    padding-right: 5%;
    padding-left: 5%;
    -webkit-flex-basis: 45%;
    -ms-flex-preferred-size: 45%;
    flex-basis: 45%;
  }

  .steps-info {
    width: 100%;
    padding-right: 6%;
    padding-left: 6%;
  }

  .square-play-button {
    width: 48px;
    height: 48px;
    background-size: 12px;
  }

  .fact-line-text {
    font-size: 32px;
  }

  ._2-buttons.left {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .button-style-wrapper {
    width: 50%;
  }

  .hero-light-image-content {
    text-align: left;
  }

  .feature-block-v2 {
    padding-right: 6%;
    padding-left: 6%;
  }

  .side-content {
    width: 50%;
  }

  .pricing-table-card {
    width: 66.66%;
    margin-bottom: 24px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

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

  .frame-card-map {
    height: 160px;
  }

  .contact-card-line-text {
    font-size: 13px;
  }

  .feature-cell {
    width: 50%;
    padding-right: 6%;
    padding-left: 6%;
  }

  .side-image-wrapper {
    width: 100%;
  }

  .side-content-wrapper {
    margin-left: 0px;
    padding-top: 54px;
    padding-bottom: 80px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: center;
  }

  .side-image {
    height: 400px;
    min-height: 0px;
  }

  .side-content-big {
    width: 50%;
    margin: 0px 0%;
    padding-right: 4%;
    padding-left: 4%;
  }

  .frame-card-big-map {
    height: 440px;
  }

  .hero-side-content {
    text-align: left;
  }

  .hero-side-image-big {
    width: 600px;
  }

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

  .page-header-wrapper {
    padding-bottom: 40px;
  }

  .blog-post-content {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .page-header {
    margin-top: 16px;
  }

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

  .vertical-scroll-footer {
    left: 0px;
    margin-top: 40px;
  }

  .instagram-info {
    max-width: none;
    padding-right: 24px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .instagram-icon {
    width: 48px;
    margin-right: 16px;
  }

  .instagram-text {
    margin-top: 8px;
  }

  .request {
    padding-right: 8px;
    padding-left: 8px;
  }

  .request-block-half {
    padding-right: 8px;
    padding-left: 8px;
  }

  .request-block-full {
    padding-right: 8px;
    padding-left: 8px;
  }

  .testimonials {
    margin-bottom: -32px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .simple-review {
    width: 50%;
    max-width: none;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .post-v3 {
    width: 50%;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 24px;
  }

  .side-feature-half {
    width: 50%;
    padding-right: 32px;
  }

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

  .inner-page-link {
    -webkit-flex-basis: 40%;
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
  }

  .inner-pages {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .licence-items {
    width: 100%;
  }

  .work-description {
    font-size: 14px;
    line-height: 24px;
  }

  .question-block1 {
    margin-bottom: 16px;
    padding-right: 24px;
    padding-left: 24px;
  }

  .changelog {
    width: 100%;
  }

  .grid-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    min-width: auto;
    margin-right: 10px;
    margin-left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1.5fr 0.75fr 0.75fr 1fr;
    grid-template-columns: 1.5fr 0.75fr 0.75fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .grid-5 {
    display: -ms-grid;
    display: grid;
    width: 20px;
    min-width: 200px;
    justify-items: start;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 45px;
    -ms-grid-columns: 1.5fr 0.75fr 0.75fr 1fr;
    grid-template-columns: 1.5fr 0.75fr 0.75fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .container-5 {
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .divisore-2 {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .section-14 {
    width: 100%;
    height: 100%;
    margin-right: 0px;
    margin-left: 10px;
    padding-right: 20px;
    padding-left: 0px;
  }

  .text-block-42 {
    width: 100%;
    height: 80%;
  }

  .div-block-52 {
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .hero {
    padding: 40px 20px;
  }

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

  .hero-image-mask {
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .hero-2 {
    padding: 40px 20px;
  }

  .cards-section {
    padding: 40px 20px;
  }

  .cards-grid-container {
    max-width: none;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .section-header-2 {
    margin-top: 16px;
  }

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

  .section-description-2 {
    font-size: 14px;
    line-height: 24px;
  }

  .section-description-3 {
    font-size: 14px;
    line-height: 24px;
  }

  .feature-section {
    padding: 40px 20px;
  }

  .flex-container-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .feature-image-mask {
    margin-right: 0px;
  }

  .feature-image {
    margin-right: auto;
    margin-left: auto;
  }

  .heading-65 {
    margin-right: 10px;
    margin-left: 10px;
  }

  .image-51 {
    position: static;
    float: none;
  }

  .grid-18 {
    display: inline-block;
  }

  .tabs-content-2 {
    margin-right: 10px;
    margin-left: 10px;
  }

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

  .text-block-109 {
    width: 120%;
    height: 60%;
    max-width: 90%;
    margin-top: -12px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 16px;
  }

  .background-video-4 {
    margin-right: auto;
    margin-left: auto;
  }

  .container-52 {
    padding-right: 35px;
    padding-left: 35px;
  }

  .hero-overlay {
    padding: 40px 20px;
  }

  .centered-container-2 {
    margin-top: auto;
  }

  .hero-3 {
    padding: 40px 20px;
  }

  .hero-image-mask-2 {
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .cards-section-2 {
    padding: 40px 20px;
  }

  .cards-grid-container-2 {
    max-width: none;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .heading-108 {
    margin-top: 6px;
  }

  .paragraph-31 {
    padding-top: 32px;
  }

  .section-card {
    height: 100%;
  }

  .grid-29 {
    width: 93%;
    height: 100%;
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

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

  .heading-large {
    font-size: 2rem;
  }

  .section-home-tagline {
    padding-right: 36px;
    padding-left: 36px;
  }

  .page-padding {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }

  .home-projects_item:nth-child(even) {
    margin-top: 5rem;
  }

  .home-projects_item.even-item:nth-child(even) {
    margin-top: 0rem;
  }

  .home-projects_list {
    grid-column-gap: 7rem;
    grid-row-gap: 10rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .partita-iva {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    margin-top: 0px;
    padding: 40px 20px;
  }

  .flex-container-3 {
    height: 100%;
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-111 {
    width: 90%;
    height: 100%;
    margin-left: 60px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .image-96 {
    max-width: 80%;
    margin-left: 0px;
  }

  .lottie-animation {
    width: 100px;
    height: 200px;
    margin: -411px 0px 0px;
    padding-bottom: 0px;
  }

  .lottie-animation-2 {
    width: 100px;
    height: 200px;
    margin-top: 0px;
  }

  .div-block-112 {
    width: 90%;
  }

  .paragraph-34 {
    font-family: 'San Francisco', sans-serif;
  }

  .hero-subscribe-left {
    padding: 60px 15px;
  }

  .hero-content-cover {
    width: 100%;
    background-color: transparent;
  }

  .hero-fade {
    display: none;
  }

  .section-stripes {
    display: none;
  }

  .container-60 {
    padding-right: 28px;
    padding-left: 28px;
  }

  .button-9 {
    background-color: rgba(255, 255, 255, 0.2);
  }

  .nav-menu-3 {
    display: none;
  }

  .griglia-aziende {
    width: 800px;
  }

  .section-negozi {
    padding-top: 72px;
    padding-bottom: 72px;
    padding-left: 0px;
  }

  .section-negozi.hero {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 112px;
    padding-bottom: 72px;
  }

  .nav-more-menu {
    width: 66px;
    height: 66px;
  }

  .header-2 {
    height: 66px;
  }

  .header-logo-wrap {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-right-style: none;
  }

  .hero-photo-grid-2 {
    width: 800px;
  }

  .hero-fade-2 {
    display: none;
  }

  .hero-fade-3 {
    display: none;
  }

  .button-10 {
    background-color: rgba(255, 255, 255, 0.2);
  }

  .hero-photo-grid-3 {
    width: 800px;
  }

  .section-chi-siamo {
    padding-top: 72px;
    padding-bottom: 72px;
    padding-left: 0px;
  }

  .section-chi-siamo.hero {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 112px;
    padding-bottom: 72px;
    background-color: #000;
  }

  .hero-fade-4 {
    display: none;
  }

  .hero-photo-grid-4 {
    width: 800px;
  }

  .sezione-dove-siamo {
    padding-top: 72px;
    padding-bottom: 72px;
    padding-left: 0px;
  }

  .sezione-dove-siamo.hero {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 112px;
    padding-bottom: 72px;
  }

  .sezione-dove-siamo.hero {
    padding-top: 112px;
    padding-bottom: 72px;
  }

  .hero-content-cover-2 {
    width: 100%;
    background-color: rgba(3, 3, 3, 0.88);
  }

  .hero-fade-5 {
    display: none;
  }

  .hero-photo-grid-5 {
    width: 800px;
  }

  .hero-content-cover-3 {
    width: 100%;
    background-color: rgba(3, 3, 3, 0.88);
  }

  .hero-fade-6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }

  .hero-photo-grid-6 {
    width: 800px;
  }

  .grid-32 {
    width: 100%;
  }

  .image-100 {
    width: 150%;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 45px;
  }

  h2 {
    margin-bottom: 12px;
    font-size: 28px;
  }

  h3 {
    margin-bottom: 12px;
  }

  h4 {
    margin-bottom: 12px;
  }

  h5 {
    margin-bottom: 12px;
  }

  h6 {
    margin-bottom: 12px;
  }

  p {
    font-size: 17px;
    line-height: 28px;
  }

  blockquote {
    font-size: 18px;
    line-height: 28px;
  }

  figure {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .section.grey-section {
    margin-right: 10px;
    margin-left: 10px;
    padding: 0px;
  }

  .section.grey-section.no-top-padding.no-bottom-padding {
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 0px;
  }

  .section.grey-section.contatti {
    position: static;
    display: block;
    padding: 0px;
  }

  .section.grey-section.ubtech-home {
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .section.grey-section.contatti-home {
    margin-right: auto;
    margin-left: auto;
    padding: 0px;
  }

  .section.no-paddings.p-iva {
    padding-bottom: 0px;
  }

  .section.side-image-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section.side-image-section.reversed {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section.facts-v1-section.icone-home {
    margin-right: auto;
    margin-left: auto;
  }

  .wrapper {
    display: block;
    height: auto;
    min-height: auto;
    min-width: auto;
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    font-family: Lato, sans-serif;
    color: transparent;
  }

  .wrapper.hero-side-wrapper {
    padding-top: 88px;
    padding-bottom: 0px;
  }

  .button.margin-right {
    margin-right: 10px;
    margin-bottom: 8px;
    margin-left: 10px;
  }

  .button.ghost-white-button.second {
    margin-right: 10px;
    margin-left: 10px;
  }

  .button.margin-left-right {
    margin-bottom: 20px;
  }

  .nav-bar {
    z-index: 3;
    margin: auto;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    background-color: #000;
  }

  .logo-link {
    padding: 0px;
  }

  .logo-link.w--current {
    margin-top: auto;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .nav-link.nav-link-white {
    display: block;
    width: auto;
    margin: auto;
    padding: 12px 20px 14px 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-color: #000;
    color: #fff;
  }

  .nav-link.nav-link-white.w--current {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
    padding-bottom: 14px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    background-color: #000;
  }

  .divisore {
    padding-left: 10px;
  }

  .divisore.destra.flou {
    display: block;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .divisore.centro.flou.piccolo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 230px;
    margin-left: 10px;
    padding-bottom: 0px;
    padding-left: 10px;
    text-align: left;
  }

  .divisore.centro.flou.ubtech {
    margin: 10px auto auto 10px;
    padding-left: 10px;
  }

  .divisore.centro.fastweb-store {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 150px;
    margin: auto auto 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    text-align: left;
  }

  .divisore.centro.flou.piccolo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 230px;
    margin-left: 10px;
    padding-bottom: 0px;
    padding-left: 10px;
    text-align: left;
  }

  .divisore.centro.flou.piccolo.cercolavoro {
    width: 200px;
  }

  .section-header-wrapper {
    max-width: 100%;
    padding-right: 8px;
    padding-left: 8px;
  }

  .section-header.arancio {
    font-size: 30px;
    line-height: 40px;
  }

  .section-header.privati-maps {
    font-family: 'San Francisco', sans-serif;
    font-size: 25px;
  }

  .section-header.anna {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 10px;
    margin-bottom: 20px;
    margin-left: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    color: #000;
    font-size: 25px;
    line-height: 28px;
  }

  .section-header.nero {
    font-size: 30px;
    line-height: 40px;
  }

  .section-header.nero.home.recensioni {
    font-size: 33px;
  }

  .section-description {
    display: block;
    margin-right: 20px;
    margin-left: 20px;
    font-size: 17px;
    line-height: 28px;
    text-align: left;
  }

  .paragraph-small {
    margin-right: 0px;
    margin-left: 0px;
  }

  .paragraph-small.white-text {
    font-size: 15px;
  }

  .team-member {
    width: 100%;
    padding-right: 16.66%;
    padding-left: 16.66%;
  }

  .team-member-photo {
    height: auto;
  }

  .side-image-50 {
    width: 100%;
    min-height: 240px;
  }

  .side-content-wrapper-50 {
    padding-right: 16px;
    padding-left: 16px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .footer-bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    min-width: auto;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .footer-bottom-text-left {
    display: block;
    width: auto;
    min-width: auto;
    margin-right: auto;
    margin-bottom: 8px;
    margin-left: auto;
    padding-right: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: left;
  }

  .footer-bottom-link-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 16px;
    margin-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: left;
  }

  .work-v2 {
    width: 100%;
  }

  .post-v2 {
    width: 100%;
  }

  .blog-posts-v2 {
    margin-bottom: 0px;
  }

  .hero-slider-section {
    height: 520px;
  }

  .hero-slider-nav {
    display: block;
    font-size: 9px;
  }

  .hero-slide-content {
    max-width: 100%;
    padding-right: 16px;
    padding-bottom: 24px;
    padding-left: 16px;
  }

  .side-frame {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .side-frame.reversed {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .side-frame.mobile-reversed {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .side-frame.contatti-home {
    display: block;
  }

  .side-frame.contatti-contatti {
    display: block;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .side-frame.anna-andrea {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .side-content-small {
    display: block;
    width: auto;
    margin-right: 0px;
    margin-left: 0px;
    padding: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .side-feature-media {
    display: block;
    width: auto;
    max-width: none;
    margin-right: auto;
    margin-left: auto;
    padding-top: 40px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .feature-card {
    width: 100%;
    padding-top: 48px;
    padding-right: 12%;
    padding-left: 12%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .side-map {
    width: 100%;
    height: 280px;
  }

  .footer-about {
    width: 100%;
    padding-bottom: 16px;
  }

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

  .footer-nav {
    width: 50%;
    padding-bottom: 16px;
  }

  .footer-link {
    margin-right: 60px;
    font-size: 15px;
  }

  .footer-subscribe {
    width: 100%;
    padding-right: 8px;
    padding-left: 8px;
  }

  .work-v4 {
    width: 100%;
  }

  .testimonials-slider {
    margin-bottom: -16px;
    padding-right: 8px;
    padding-bottom: 64px;
    padding-left: 8px;
  }

  .review-slide {
    padding-right: 0%;
    padding-left: 0%;
  }

  .slider-arrow-wrapper {
    display: none;
  }

  .post-v1 {
    width: 100%;
  }

  .hero-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .hero-section.hero-side-image-section {
    padding-bottom: 40px;
  }

  .hero-split-image {
    width: 100%;
    height: 240px;
  }

  .hero-split-image.home {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }

  .hero-split-image.ubtech {
    height: 240px;
  }

  .hero-split-image.team {
    margin-bottom: 0px;
  }

  .hero-split-content {
    display: block;
    max-width: none;
    margin: auto;
    padding: 0px 8px 0px 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .hero-split-content.panel-privati {
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .work-v5 {
    width: 100%;
  }

  .footer-v2-column {
    width: 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .menu-button {
    display: block;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .contact-popup-window {
    padding: 8px 8.33% 40px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .page-wrapper {
    display: block;
    width: 100%;
    height: 98.352614454%;
    margin: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .nav-dropdown-link.w--current:hover {
    color: #111;
  }

  .nav-menu {
    position: static;
    left: auto;
    top: 116px;
    right: 0%;
    bottom: 0%;
    z-index: auto;
    display: inline-block;
    width: auto;
    height: auto;
    max-height: none;
    max-width: none;
    min-height: auto;
    min-width: auto;
    margin: auto 10px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    float: right;
    clear: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    color: #000;
    text-align: center;
  }

  .slide-nav {
    display: block;
    font-size: 9px;
  }

  .page-header-section {
    min-height: 320px;
  }

  .page-header-section.image-3 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Contatti---Ubtech.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Contatti---Ubtech.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }

  .page-header-section.image-4.ubtech {
    margin-top: 0px;
  }

  .review-slide-author {
    margin-bottom: 32px;
  }

  .password-window {
    width: 100%;
    padding-right: 12%;
    padding-left: 12%;
  }

  .blog-posts-and-sidebar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .blog-sidebar {
    width: 100%;
    margin-bottom: -56px;
    padding-top: 24px;
    padding-left: 8px;
  }

  .blog-posts-v2-wrapper {
    width: 100%;
  }

  .work-sidebar {
    padding-right: 4%;
    padding-left: 4%;
  }

  .work-details {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .work-presentation h2 {
    width: 100%;
  }

  .work-presentation p {
    width: 100%;
  }

  .work-presentation h4 {
    width: 100%;
  }

  .work-presentation h1 {
    width: 100%;
  }

  .work-presentation h3 {
    width: 100%;
  }

  .work-presentation h5 {
    width: 100%;
  }

  .work-presentation h6 {
    width: 100%;
  }

  .work-presentation blockquote {
    width: 100%;
  }

  .work-presentation ol {
    width: 100%;
  }

  .post-header-wrapper {
    width: 100%;
  }

  .blog-post-wrapper {
    font-size: 17px;
    line-height: 28px;
  }

  .post-bottom-info {
    width: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .post-author-profile {
    width: 100%;
    padding: 48px 32px 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .post-author-avatar {
    margin-right: 0px;
    margin-bottom: 24px;
  }

  .question-text {
    margin-bottom: 8px;
    margin-left: 0px;
    font-size: 15px;
    line-height: 20px;
  }

  .answer {
    padding-right: 0px;
    padding-left: 0px;
  }

  .question-arrow-icon {
    margin-left: 16px;
  }

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

  .yellow-text {
    font-size: 30px;
  }

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

  .fact-center {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .fact-header {
    font-family: Roboto, sans-serif;
    font-size: 17px;
    line-height: 28px;
    font-weight: 400;
  }

  .frame.reversed {
    display: block;
    width: 280px;
    height: auto;
    max-width: none;
    min-height: auto;
    min-width: auto;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .frame.reversed.anna {
    display: block;
    width: 280px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .frame-image.reversed {
    margin-right: auto;
    margin-left: auto;
  }

  .frame-image.reversed.anna {
    max-width: 100%;
  }

  .new-work {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .side-media {
    width: 100%;
    margin-top: auto;
    margin-right: auto;
    margin-left: auto;
    padding-right: 24px;
    padding-left: 24px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .bg-text {
    left: -8px;
    top: 20px;
    right: 0px;
    margin-right: auto;
    margin-left: auto;
  }

  .more-link-text.yellow-text {
    font-size: 15px;
  }

  .hero-center-content {
    padding: 24px 4% 64px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .feature-block {
    padding-top: 48px;
    -webkit-flex-basis: 80%;
    -ms-flex-preferred-size: 80%;
    flex-basis: 80%;
  }

  .steps {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
  }

  .step {
    padding-right: 8%;
    padding-left: 8%;
  }

  .steps-info {
    margin-bottom: 0px;
    padding: 0px 10%;
  }

  .side-video {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .side-video.mobile-reversed {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .fact-divider {
    top: 24px;
  }

  .fact-line-text {
    margin-top: 24px;
  }

  .signature-text {
    margin-right: 10px;
    margin-left: 10px;
    font-size: 15px;
  }

  ._2-buttons {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  ._2-buttons.left {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .button-style-wrapper {
    width: 100%;
  }

  .hero-light-image-content {
    padding-top: 24px;
    padding-bottom: 64px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .hero-light-image-header {
    font-size: 45px;
    line-height: 45px;
  }

  .feature-block-v2 {
    -webkit-flex-basis: 80%;
    -ms-flex-preferred-size: 80%;
    flex-basis: 80%;
    box-shadow: 0 0 0 1px #e4e4e4;
  }

  .side-content {
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .pricing-table-card {
    width: 100%;
    padding-top: 48px;
    padding-right: 12%;
    padding-left: 12%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .contact-card {
    width: auto;
    max-width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }

  .frame-card-map {
    width: auto;
    height: 300px;
    margin-top: 10px;
    margin-right: 10px;
    margin-left: 10px;
    padding-top: 0px;
    padding-right: 0px;
  }

  .contact-card-line-text.nero {
    margin-left: 0px;
  }

  .feature-cell {
    width: 100%;
  }

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

  .skills.reversed {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .skills-info {
    width: 100%;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .skills-sliders {
    width: 100%;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .side-content-wrapper {
    padding-right: 16px;
    padding-left: 16px;
  }

  .side-content-big {
    width: 100%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .side-review-slide {
    margin-bottom: 24px;
  }

  .feature {
    width: 100%;
  }

  .frame-card-big-map {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: 280px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .frame-card-big-map.fastweb-store {
    width: 85%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .side-contact-form {
    width: 250px;
  }

  .hero-side-content {
    padding-top: 0px;
    padding-bottom: 48px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .hero-side-content.right {
    padding-left: 8px;
  }

  .hero-side-content.left {
    margin-top: 144px;
  }

  .hero-side-image-wrapper {
    width: 100%;
    padding-right: 8px;
    padding-bottom: 0px;
    padding-left: 8px;
  }

  .hero-side-image-big {
    width: auto;
    max-width: 100%;
  }

  .page-header-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    padding-right: 8px;
    padding-left: 8px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .page-header {
    margin-top: 130px;
    margin-bottom: 21px;
    padding-bottom: 23px;
    font-size: 45px;
  }

  ._404-info {
    max-width: 100%;
    padding-right: 8px;
    padding-left: 8px;
  }

  .side-feature-wide {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hero-side-image {
    margin-top: 42px;
    margin-right: 10px;
    margin-bottom: -2px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .instagram {
    padding-top: 64px;
    padding-bottom: 64px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .instagram-info {
    padding-right: 0px;
    padding-bottom: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .instagram-icon {
    margin-right: 0px;
    margin-bottom: 8px;
  }

  .request-form {
    padding-right: 4%;
    padding-left: 4%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .request-block-half {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .request-block-full {
    padding-right: 0px;
    padding-left: 0px;
  }

  .simple-review {
    width: 100%;
    padding-right: 6%;
    padding-left: 6%;
  }

  .simple-review-name {
    font-size: 20px;
    line-height: 25px;
    font-weight: 700;
  }

  .post-v3 {
    width: 100%;
  }

  .side-feature-half {
    width: 100%;
  }

  .fact-left {
    margin-top: 24px;
    margin-bottom: 24px;
    padding-right: 8%;
    padding-left: 8%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .fact-number {
    margin-top: -8px;
  }

  .fact-info {
    padding-top: 0px;
    padding-left: 24px;
    text-align: left;
  }

  .nav-link-white {
    height: auto;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .home-preview-image {
    max-width: 248px;
  }

  .home-preview {
    height: 360px;
  }

  .home-preview-text {
    left: -280px;
    font-size: 11px;
  }

  .inner-page-link {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .licence-item {
    padding-top: 56px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .licence-item-info {
    margin-top: 16px;
    padding-left: 0px;
    text-align: center;
  }

  .question-icon {
    display: none;
  }

  .text-block-8 {
    font-size: 15px;
  }

  .heading-2.arancio {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    font-size: 33px;
    text-align: left;
  }

  .heading-3 {
    margin: 15px 15px auto 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    text-align: left;
  }

  .paragraph-4.sales-account {
    margin-right: 15px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 15px;
    font-style: italic;
    font-weight: 400;
    text-align: left;
  }

  .text-block-12.centro {
    margin-right: 15px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 17px;
    text-align: left;
  }

  .text-block-12.centro {
    margin-right: 15px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 17px;
    text-align: left;
  }

  .grid-2.verticale.rovescia.verona {
    display: block;
  }

  .grid-2.verticale.tecnici {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .grid-2.verticale.david {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .grid-2.verticale.vicenza {
    display: block;
  }

  .grid-2.verticale.venezia {
    display: block;
  }

  .heading-8 {
    margin-right: 60px;
  }

  .grid-4 {
    display: block;
    width: auto;
    min-width: auto;
    margin-right: 0px;
    margin-left: 0px;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    grid-auto-flow: row;
  }

  .div-block-29 {
    margin-right: 60px;
  }

  .div-block-30 {
    width: auto;
    min-width: auto;
    margin-right: 60px;
    margin-left: auto;
  }

  .div-block-31 {
    display: block;
    margin-right: 60px;
    margin-left: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .image-10 {
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .image-11 {
    max-width: 90%;
    margin-right: 0px;
    margin-left: 0px;
  }

  .text {
    font-size: 33px;
  }

  .main-button {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .main-button.servizi-5g {
    display: block;
    width: auto;
  }

  .main-button.servizio-sicurezza {
    width: auto;
  }

  .main-button._5g-pdf {
    margin-right: 10px;
    margin-left: 10px;
  }

  .grid-5 {
    display: block;
  }

  .container-5 {
    display: block;
  }

  .div-block-35 {
    min-width: 100px;
    margin-right: auto;
    margin-left: auto;
  }

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

  .icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 60px;
    padding-right: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
  }

  .text-block-31 {
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .text-block-32 {
    margin-bottom: 10px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 17px;
  }

  .italic-text-6 {
    font-size: 17px;
    font-style: normal;
    text-decoration: none;
  }

  .grid-8.amministrativa {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .grid-8.max-meerym {
    display: block;
    justify-items: center;
  }

  .tab-link-area-amministrativa.orange {
    margin-top: 10px;
  }

  .tab-link-area-commerciale.pink {
    margin-top: 10px;
  }

  .tab-link-area-commerciale.pink {
    margin-top: 10px;
  }

  .tab-link-area-negozi.green {
    margin-top: 10px;
  }

  .tab-link-area-negozi.green {
    margin-top: 10px;
  }

  .text-block-37 {
    padding-right: 10px;
    padding-left: 10px;
    text-align: left;
  }

  .tabs-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 10px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .text-block-38 {
    margin-bottom: -22px;
    font-family: 'San Francisco', sans-serif;
    color: #ffbe00;
    line-height: 20px;
    text-align: left;
  }

  .section-6 {
    display: block;
    margin-top: auto;
  }

  .grid-9 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .tab-link-area-tecnici-2 {
    margin-top: 10px;
  }

  .mail-giallo.footer {
    margin-right: 0px;
    margin-left: auto;
    font-size: 15px;
  }

  .telefono-giallo.footer {
    margin-left: auto;
    font-size: 15px;
  }

  .section-7.cosa-pensano-home {
    margin-right: auto;
    margin-left: auto;
  }

  .paragraph-small-2.grey-text {
    font-size: 17px;
    line-height: 28px;
  }

  .grid-10 {
    display: block;
  }

  .grid-11.internet-mobile {
    display: block;
  }

  .grid-11.router-e-sim {
    display: block;
  }

  .heading-19 {
    padding: 10px 10px 0px;
    font-size: 30px;
    line-height: 45px;
    text-align: left;
  }

  .text-block-39 {
    margin-top: 10px;
    text-align: left;
  }

  .bold-text-2 {
    text-align: left;
  }

  .heading-20 {
    font-size: 28px;
    line-height: 32px;
  }

  .testo-panel {
    font-size: 17px;
  }

  .paragraph-7 {
    font-size: 17px;
  }

  .paragraph-8 {
    font-size: 17px;
  }

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

  .paragraph-9 {
    font-size: 17px;
  }

  .paragraph-10 {
    font-size: 17px;
  }

  .container-7 {
    margin-top: -43px;
  }

  .section-10 {
    display: block;
  }

  .container-8 {
    margin-bottom: 0px;
    padding-left: 10px;
  }

  .container-9.fastwebcasa {
    margin-top: 0px;
  }

  .container-9.fastweb-mobile {
    margin-top: 24px;
    margin-bottom: 0px;
  }

  .text-block-41 {
    margin: 10px 10px 0px;
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
    font-family: Roboto, sans-serif;
    font-size: 17px;
    line-height: 28px;
    text-align: left;
  }

  .grid-12 {
    display: block;
  }

  .grid-12.fastwebstore5g {
    padding-bottom: 2px;
  }

  .bold-text-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .image-25 {
    -o-object-fit: fill;
    object-fit: fill;
  }

  .image-26 {
    -o-object-fit: fill;
    object-fit: fill;
  }

  .image-27 {
    -o-object-fit: fill;
    object-fit: fill;
  }

  .div-block-41 {
    -o-object-fit: fill;
    object-fit: fill;
  }

  .main-button-2 {
    display: inline;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: 'San Francisco', sans-serif;
    text-align: center;
  }

  .main-button-2.home {
    font-family: 'San Francisco', sans-serif;
    font-style: normal;
    font-weight: 300;
    letter-spacing: 2px;
  }

  .main-button-2.home-servizi {
    margin-right: 15px;
    margin-left: 10px;
  }

  .main-button-2.home-servizi._5g {
    margin-right: 10px;
    margin-left: 10px;
  }

  .main-button-2.faq {
    display: block;
    margin-right: 10px;
    margin-left: 10px;
  }

  .main-button-2.p-iva {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-family: 'San Francisco', sans-serif;
  }

  .main-button-2.privatihome {
    display: block;
    width: 55%;
    margin-left: 0px;
    padding-left: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: center;
  }

  .main-button-2.p-iva {
    display: block;
    margin-left: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }

  .italic-text-9 {
    padding-bottom: 0px;
    line-height: 20px;
    text-align: left;
  }

  .italic-text-9.privati {
    margin-top: 29px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 6px;
    padding-bottom: 0px;
    font-family: 'San Francisco', sans-serif;
    line-height: 20px;
    font-weight: 300;
  }

  .div-block-42 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    margin-left: 0px;
    padding-bottom: 0px;
  }

  .hero-section-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .hero-section-2.hero-split-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
    padding: 10px 10px 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .hero-section-2.hero-split-section.contatti {
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .hero-section-2.hero-split-section.home {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }

  .hero-section-2.hero-split-section._5g {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    margin-left: 0px;
  }

  .hero-section-2.hero-split-section.cercolavoro {
    margin-right: auto;
  }

  .hero-split-text-1 {
    display: block;
    margin: 0px;
    padding: 5px 0px 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background-color: transparent;
    color: #fff;
    font-size: 17px;
    line-height: 28px;
    text-align: center;
    letter-spacing: 1px;
  }

  .heading-26 {
    margin: 10px 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 0px;
    font-size: 38px;
    line-height: 45px;
  }

  .heading-27 {
    display: block;
    margin: auto 10px 20px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 28px;
    text-align: left;
  }

  .text-block-42 {
    display: block;
    margin: 5px 10px 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 17px;
    line-height: 28px;
    text-align: left;
  }

  .text-block-43 {
    margin-top: 10px;
    margin-right: 10px;
    margin-left: 10px;
    font-size: 17px;
    line-height: 28px;
  }

  .columns {
    margin-top: 31px;
    padding-top: 0px;
  }

  .container-10 {
    display: block;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .heading-28 {
    font-size: 15px;
  }

  .container-11 {
    display: block;
    margin-top: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }

  .container-12 {
    display: block;
  }

  .div-block-45 {
    height: auto;
    margin-right: auto;
    margin-bottom: 9px;
    margin-left: auto;
  }

  .button-2 {
    width: auto;
  }

  .heading-30 {
    font-size: 28px;
    text-align: left;
  }

  .paragraph-13 {
    margin-right: 10px;
    margin-left: 10px;
    font-size: 17px;
    line-height: 28px;
  }

  .div-block-48 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 15px;
    margin-left: 15px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-49 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-50 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .tabs-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 15px;
    margin-left: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .italic-text-14 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-block-52 {
    margin-right: 10px;
    margin-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    text-align: left;
  }

  .container-14 {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-53 {
    padding-left: 10px;
  }

  .tab-pane-area-tecnici {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .tab-pane-area-commerciale {
    padding-right: 0px;
    padding-left: 0px;
  }

  .tab-pane-area-creativa {
    padding-right: 0px;
    padding-left: 0px;
  }

  .tab-pane-telefoniste {
    padding-right: 0px;
    padding-left: 0px;
  }

  .tab-pane-area-negozi {
    padding-right: 0px;
    padding-left: 0px;
  }

  .grid-14 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .text-block-44.fastwebstoreservizi {
    font-size: 15px;
    line-height: 22px;
  }

  .text-block-44.fastwebstorepromo {
    font-family: Roboto, sans-serif;
    font-size: 17px;
    line-height: 28px;
  }

  .heading-35 {
    font-size: 22px;
    line-height: 25px;
  }

  .heading-37 {
    line-height: 50px;
  }

  .text-block-45 {
    line-height: 30px;
  }

  .paragraph-14 {
    margin-right: 10px;
    margin-left: 10px;
    padding-right: 0px;
  }

  .bold-text-5 {
    line-height: 40px;
  }

  .bold-text-6 {
    line-height: 50px;
  }

  .image-31 {
    margin-top: 0px;
  }

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

  .hero-image {
    width: 100%;
    height: 100%;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .bold-text-7 {
    display: block;
    margin-right: 15px;
    margin-left: 15px;
    padding-left: 0px;
    font-size: 28px;
    font-weight: 400;
    text-align: left;
  }

  .hero-2 {
    padding: 0px;
  }

  .hero-image-2 {
    width: 290px;
  }

  .cards-section {
    margin-right: 0px;
    margin-left: 0px;
    padding: 0px;
  }

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

  .cards-grid-container {
    margin-right: 10px;
    margin-left: 10px;
    padding-top: 0px;
    padding-bottom: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .heading-47 {
    margin: 20px 0px;
    font-size: 25px;
    line-height: 28px;
    text-align: left;
  }

  .paragraph-15 {
    margin-right: 10px;
    margin-left: 10px;
    font-size: 15px;
    text-align: left;
  }

  .heading-48._5g {
    margin: 20px 10px;
    font-size: 28px;
    text-align: left;
  }

  .paragraph-16 {
    margin-right: 10px;
    margin-left: 10px;
    font-size: 15px;
    line-height: 24px;
    text-align: left;
  }

  .heading-49 {
    margin: 20px 10px 10px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 28px;
    text-align: left;
  }

  .section-header-2.privati-maps {
    font-size: 30px;
  }

  .section-header-2.arancio {
    font-size: 30px;
    line-height: 40px;
  }

  .section-header-2.arancio.home {
    margin-top: auto;
    margin-left: 10px;
    font-size: 28px;
    line-height: 32px;
  }

  .section-header-2.arancio.home {
    margin-top: auto;
    margin-left: 10px;
    font-size: 28px;
    line-height: 32px;
  }

  .section-header-2.privati-maps {
    font-size: 30px;
  }

  .section-header-2.privati-maps {
    font-size: 25px;
  }

  .heading-50 {
    font-size: 30px;
    line-height: 40px;
  }

  .text-block-47 {
    margin-right: 10px;
    margin-left: 10px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 14px;
    text-align: left;
  }

  .titolo-5g-negozi {
    font-size: 30px;
    line-height: 35px;
  }

  .main-button-3 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .contact-card-2 {
    width: auto;
    padding-right: 10px;
    padding-left: 10px;
  }

  .section-16.grey-section {
    background-color: #f8f8f8;
  }

  .section-16.grey-section.contatti {
    position: static;
    padding: 0px;
  }

  .section-16.grey-section {
    margin-left: 0px;
    padding: 0px;
  }

  .section-16.grey-section.contatti {
    position: static;
    padding: 0px;
  }

  .frame-2.reversed {
    display: block;
    width: auto;
    margin-right: auto;
    margin-left: auto;
  }

  .frame-2.reversed {
    display: block;
    width: 280px;
    height: auto;
    max-width: none;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .section-description-2 {
    margin-right: auto;
    margin-left: auto;
    font-size: 17px;
  }

  .div-block-59 {
    padding-bottom: 10px;
  }

  .heading-53 {
    font-size: 28px;
    line-height: 32px;
  }

  .heading-54 {
    font-size: 25px;
    line-height: 28px;
  }

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

  .column-2 {
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
  }

  .image-35 {
    margin-right: 0px;
    margin-left: 0px;
  }

  .icon-2 {
    padding-top: 30px;
  }

  .dropdown-link.w--current {
    margin-top: 0px;
    padding-top: 20px;
    color: #fff;
  }

  .dropdown-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #000;
  }

  .dropdown-list {
    margin-top: 0px;
    background-color: #000;
  }

  .dropdown-list.w--open {
    margin-top: 0px;
  }

  .text-2 {
    font-size: 33px;
  }

  .servizi-per-te {
    margin: 12px 10px 0px;
    padding-bottom: 39px;
    font-size: 28px;
    font-weight: 700;
    text-align: center;
  }

  .servizi-casa-home-title {
    margin: 0px 10px 10px;
    color: #ffbe00;
    font-size: 25px;
  }

  .colonna-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .colonna-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .column-3 {
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
  }

  .column-4 {
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
  }

  .column-5 {
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
  }

  .paragraph-17 {
    margin-right: 10px;
    margin-left: 10px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 15px;
    line-height: 22px;
    text-align: left;
  }

  .section-17 {
    margin-right: auto;
    margin-left: auto;
  }

  .section-18 {
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
  }

  .italic-text-16 {
    margin-left: 0px;
    padding-left: 0px;
  }

  .heading-56.post-title {
    margin-top: -59px;
  }

  .blogposttitle {
    position: relative;
    left: 0%;
    top: 164px;
    bottom: -63%;
    margin: 0px auto;
    padding-left: 0px;
    font-size: 25px;
  }

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

  .container-19 {
    margin-right: 15px;
    margin-left: 15px;
  }

  .nav-link-2 {
    background-color: #000;
    color: #fff;
  }

  .dropdown-toggle {
    background-color: #000;
  }

  .nav-link-3 {
    background-color: #000;
  }

  .nav-link-4 {
    background-color: #000;
  }

  .nav-link-5 {
    background-color: #000;
  }

  .text-block-51 {
    text-shadow: none;
  }

  .icona-dropdown {
    color: #fff;
  }

  .menu-button-2 {
    background-color: #000;
  }

  .menu-button-2.w--open {
    background-color: #000;
  }

  .section-description-3 {
    margin-right: 10px;
    margin-left: 10px;
    color: #000;
    font-size: 17px;
  }

  .telefono-giallo-3 {
    margin-left: 0px;
    padding-left: 0px;
    font-size: 17px;
  }

  .contact-card-3 {
    width: auto;
    max-width: none;
    margin-bottom: 10px;
    padding: 0px;
  }

  .mail-giallo-3 {
    margin-left: -7px;
    font-size: 17px;
  }

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

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

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

  .container-20 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .container-21 {
    margin-top: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .image-41 {
    display: block;
    width: auto;
    height: auto;
  }

  .text-block-56 {
    position: absolute;
    left: 0%;
    top: 196px;
    right: 0%;
    bottom: 0%;
    display: block;
    width: 100px;
    margin: auto auto 42px;
  }

  .paragraph-18 {
    margin-right: 10px;
    margin-left: 10px;
    font-size: 17px;
    line-height: 28px;
  }

  .paragraph-19 {
    margin-right: 10px;
    margin-left: 10px;
    font-size: 17px;
    line-height: 28px;
  }

  .paragraph-20 {
    margin-right: 10px;
    margin-left: 10px;
    font-size: 17px;
    line-height: 28px;
  }

  .heading-59 {
    line-height: 40px;
  }

  .text-block-60 {
    line-height: 40px;
  }

  .columns-6 {
    display: block;
  }

  .text-block-64 {
    line-height: 30px;
  }

  .text-block-67 {
    padding-left: 10px;
    line-height: 22px;
    text-align: left;
  }

  .promo-casa {
    display: block;
  }

  .text-block-68 {
    padding-right: 10px;
    padding-left: 10px;
    text-align: left;
  }

  .heading-60 {
    font-size: 30px;
    line-height: 40px;
  }

  .heading-60.fastwebstoreservizi {
    margin-right: 10px;
    margin-left: 10px;
    font-size: 25px;
    line-height: 28px;
  }

  .bold-text-10 {
    line-height: 40px;
  }

  .heading-62 {
    margin-left: 10px;
    font-size: 28px;
    line-height: 32px;
    text-align: center;
  }

  .image-42 {
    display: block;
    margin-top: 10px;
    margin-right: 0px;
    margin-left: 0px;
  }

  .container-24 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .columns-7 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .link-block-2 {
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }

  .paragraph-22 {
    font-size: 17px;
  }

  .paragraph-23 {
    font-size: 19px;
  }

  .paragraph-24 {
    font-size: 17px;
  }

  .hearderblogpostinside {
    width: auto;
    height: auto;
  }

  .div-block-62 {
    display: block;
    height: auto;
  }

  .div-block-63 {
    overflow: visible;
  }

  .div-block-64 {
    height: 190px;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#000), color-stop(36%, transparent));
    background-image: linear-gradient(0deg, #000, transparent 36%);
  }

  .container-25 {
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .container-25.blog {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .collection-list-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: none;
    margin-right: 10px;
    margin-left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .text-block-72 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    margin-right: 10px;
    margin-left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #000;
    font-size: 17px;
    line-height: 28px;
  }

  .form-block-3 {
    width: auto;
  }

  .field-label {
    color: #000;
    font-size: 15px;
  }

  .field-label-2 {
    color: #000;
    font-size: 15px;
  }

  .field-label-3 {
    color: #000;
    font-size: 15px;
  }

  .field-label-4 {
    color: #000;
    font-size: 15px;
  }

  .form-2 {
    margin-right: 10px;
    margin-left: 10px;
  }

  .text-field {
    font-size: 13px;
  }

  .text-field-2 {
    font-size: 13px;
  }

  .text-field-3 {
    font-size: 13px;
  }

  .text-field-4 {
    font-size: 13px;
  }

  .recaptcha {
    margin-right: 0px;
  }

  .checkbox-label-4 {
    color: #000;
    font-size: 13px;
    line-height: 20px;
  }

  .image-45 {
    margin-right: auto;
    margin-left: auto;
  }

  .image-46 {
    margin-right: 0px;
    margin-bottom: 10px;
  }

  .image-47 {
    margin-right: 0px;
  }

  .image-48 {
    margin-right: 0px;
  }

  .image-49 {
    margin-right: 0px;
  }

  .column-10 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .cosapensanonoi {
    font-size: 28px;
  }

  .text-field-5 {
    font-size: 13px;
  }

  .checkbox-label-5 {
    color: #000;
    font-size: 13px;
    line-height: 20px;
  }

  .recaptcha-2 {
    margin-right: 0px;
  }

  .field-label-5 {
    color: #000;
    font-size: 15px;
  }

  .text-block-73 {
    width: auto;
    margin-right: 10px;
    margin-left: 10px;
    color: #000;
    font-size: 17px;
    line-height: 28px;
  }

  .heading-64 {
    margin-right: 10px;
    margin-left: 10px;
  }

  .column-11 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-12 {
    display: block;
  }

  .column-13 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .heading-65 {
    margin-top: 0px;
    margin-right: 10px;
    margin-left: 10px;
    font-size: 20px;
    line-height: 25px;
  }

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

  .text-block-74.sales-account {
    font-size: 17px;
    line-height: 28px;
  }

  .text-block-74.key-account {
    font-size: 17px;
    line-height: 28px;
  }

  .text-block-74.operatore-contact-center {
    font-size: 17px;
    line-height: 28px;
  }

  .text-block-74.commesso-negozio {
    font-size: 17px;
    line-height: 28px;
  }

  .image-51 {
    display: block;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
  }

  .heading-67.sales-account {
    font-size: 20px;
    line-height: 25px;
  }

  .heading-67.key-account {
    font-size: 20px;
    line-height: 25px;
  }

  .heading-67.operatore-contact-center {
    font-size: 20px;
    line-height: 25px;
  }

  .heading-67.commesso-negozio {
    font-size: 20px;
    line-height: 25px;
  }

  .text-block-77 {
    line-height: 25px;
  }

  .text-block-79 {
    font-size: 17px;
    line-height: 28px;
  }

  .text-block-80 {
    font-size: 17px;
    line-height: 28px;
  }

  .image-52 {
    margin-bottom: 10px;
    margin-left: auto;
  }

  .text-block-81 {
    font-size: 17px;
    line-height: 28px;
  }

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

  .text-block-82 {
    font-size: 17px;
    line-height: 28px;
  }

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

  .grid-18 {
    display: inline;
    margin-right: 0px;
    margin-left: 0px;
  }

  .tab-pane-commesso-negozio {
    margin-right: 10px;
    margin-left: 10px;
  }

  .tab-pane-operatore-contact-center {
    margin-right: 10px;
    margin-left: 10px;
  }

  .tab-pane-sales-account {
    margin-right: 10px;
    margin-left: 10px;
  }

  .tabs-content-2 {
    margin-right: 0px;
    margin-left: 0px;
  }

  .text-block-83 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-top: 1px solid #fff;
    font-size: 15px;
  }

  .section-24 {
    margin-right: 10px;
    margin-left: 10px;
  }

  .tab-pane-key-account {
    margin-right: 10px;
    margin-left: 10px;
  }

  .heading-68 {
    margin-top: 20px;
    margin-right: 10px;
    margin-left: 10px;
    font-family: 'San Francisco', sans-serif;
    font-size: 28px;
    text-align: left;
  }

  .heading-68.assistenza {
    font-weight: 500;
  }

  .heading-69 {
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 28px;
    text-align: left;
  }

  .heading-70 {
    margin-right: 10px;
    margin-left: 10px;
    padding-top: 0px;
    font-family: 'San Francisco', sans-serif;
  }

  .text-block-85 {
    margin: 0px 10px;
    padding-bottom: 0px;
    font-family: Roboto, sans-serif;
    font-size: 17px;
    line-height: 28px;
    text-align: left;
  }

  .image-56 {
    display: block;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
    float: none;
  }

  .image-56.mobile {
    margin-right: auto;
    margin-left: auto;
    float: none;
  }

  .image-56.privati {
    width: 100%;
    height: 30.5899188457018%;
    margin-top: 35px;
    margin-bottom: 20px;
  }

  .image-56.privati.sx {
    width: 90%;
    height: 33%;
    margin-top: 4px;
    margin-bottom: 20px;
    margin-left: 14px;
    padding-left: 0px;
  }

  .text-block-86 {
    margin-right: 10px;
    margin-left: 10px;
    font-family: Roboto, sans-serif;
    font-size: 17px;
    line-height: 28px;
    text-align: left;
  }

  .text-block-86.conslide {
    font-family: Roboto, sans-serif;
  }

  .text-block-87 {
    margin-right: 10px;
    margin-left: 10px;
    font-family: Roboto, sans-serif;
    font-size: 17px;
    line-height: 28px;
    text-align: left;
  }

  .text-block-88 {
    margin-right: 10px;
    margin-left: 10px;
    font-family: Roboto, sans-serif;
    color: #000;
    font-size: 17px;
    line-height: 28px;
  }

  .container-31 {
    padding-bottom: 20px;
  }

  .block-quote {
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 15px;
    line-height: 24px;
    text-align: left;
  }

  .italic-text-17 {
    margin-right: 10px;
    margin-left: 10px;
    font-size: 15px;
    line-height: 24px;
    text-align: left;
  }

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

  .image-57.privati {
    margin-top: 0px;
    margin-bottom: 20px;
    padding-bottom: 0px;
  }

  .section-27 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/smart-ubtech.jpg');
    background-image: linear-gradient(180deg, transparent, transparent), url('../images/smart-ubtech.jpg');
    background-position: 0px 0px, 50% 50%;
  }

  .container-32 {
    padding-top: 20px;
  }

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

  .image-58.privati.sx {
    margin-top: 0px;
  }

  .text-block-91 {
    margin-right: 10px;
    margin-left: 10px;
    font-family: Roboto, sans-serif;
    font-size: 17px;
    line-height: 28px;
  }

  .text-block-92 {
    margin-right: 10px;
    margin-left: 10px;
    font-family: Roboto, sans-serif;
    font-size: 17px;
    line-height: 28px;
  }

  .heading-71 {
    margin: 0px 10px 10px;
    font-size: 28px;
    text-align: left;
  }

  .block-quote-2 {
    margin: 0px 10px 20px;
    padding: 0px;
  }

  .image-60 {
    display: none;
    margin-right: 10px;
    margin-left: 10px;
  }

  .grid-21 {
    display: block;
  }

  .text-block-93 {
    margin-top: 0px;
    margin-right: 10px;
    margin-left: 10px;
    font-size: 17px;
    line-height: 28px;
  }

  .text-block-94 {
    height: auto;
    margin: 10px 10px 0px;
    font-size: 17px;
    line-height: 28px;
  }

  .div-block-66 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 200px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-67 {
    height: 300px;
    padding-bottom: 0px;
    background-position: 50% 0%;
    background-size: cover;
  }

  .div-block-68 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .link-28 {
    color: #ffbe00;
  }

  .column-14 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .grid-22 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .heading-73 {
    margin-left: 10px;
  }

  .text-block-96 {
    margin-left: 10px;
  }

  .text-block-97 {
    margin-left: 10px;
  }

  .section-28 {
    margin-right: 10px;
    margin-left: 10px;
  }

  .accordion-item-q-text {
    font-size: 1.1em;
    line-height: 1.3em;
  }

  .div-block-69 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 15px;
    margin-left: 15px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .heading-76 {
    font-size: 28px;
    line-height: 32px;
  }

  .text-block-99.fastwebstorepromo {
    font-size: 17px;
    line-height: 28px;
  }

  .heading-77 {
    margin-left: auto;
    font-family: Roboto, sans-serif;
    font-size: 25px;
    text-align: center;
  }

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

  .paragraph-26 {
    margin-left: auto;
    font-family: Roboto, sans-serif;
    font-size: 17px;
    line-height: 28px;
    text-align: center;
  }

  .bold-text-12 {
    font-family: 'San Francisco', sans-serif;
  }

  .image-62 {
    max-width: 100%;
    margin-right: 0px;
  }

  .text-block-100 {
    margin-right: 10px;
    margin-left: 10px;
    font-family: Roboto, sans-serif;
  }

  .text-block-101 {
    margin-right: 10px;
    margin-left: 10px;
  }

  .text-block-102 {
    margin-right: 10px;
    margin-left: 10px;
    font-family: Roboto, sans-serif;
  }

  .slider {
    height: 190px;
  }

  .block-quote-3 {
    margin-right: 10px;
    margin-left: 10px;
    padding-right: 10px;
    padding-left: 10px;
    font-family: Roboto, sans-serif;
  }

  .text-block-103 {
    margin-right: 10px;
    margin-left: 10px;
    font-family: Roboto, sans-serif;
  }

  .text-block-104 {
    margin-right: 10px;
    margin-left: 10px;
    font-family: Roboto, sans-serif;
  }

  .container-42 {
    margin-top: 0px;
  }

  .grid-23 {
    display: block;
  }

  .div-block-72 {
    display: inline-block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .italic-text-18 {
    line-height: 20px;
  }

  .image-65 {
    overflow: visible;
  }

  .slide {
    background-size: cover;
  }

  .slide1 {
    background-color: #fff;
    background-image: url('../images/promo-7.95.png');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: repeat;
  }

  .slide2 {
    background-position: 50% 50%;
    background-size: cover;
  }

  .slide-2 {
    min-height: 100%;
    min-width: 100%;
    background-image: url('../images/business-offerta.png');
    background-position: 0% 100%;
    background-size: cover;
  }

  .heading-79 {
    font-size: 28px;
  }

  .text-block-105 {
    margin-right: 10px;
    margin-left: 10px;
  }

  .form-block-4 {
    width: auto;
    margin-right: 10px;
    margin-left: 10px;
  }

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

  .text-block-107 {
    margin-right: 10px;
    margin-left: 10px;
  }

  .grid-25 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0px 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section-35.privatihome {
    margin-bottom: 0px;
    padding-top: 29px;
    padding-bottom: 60px;
  }

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

  .text-block-108 {
    margin-bottom: 10px;
    text-align: left;
  }

  .text-block-108.testo-privati-home {
    margin-bottom: 10px;
    font-size: 17px;
    text-align: left;
  }

  .text-block-108.testopiva-home {
    margin-bottom: 10px;
    text-align: justify;
  }

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

  .grid-26 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 10px;
    margin-left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

  .div-privati.grandi-imp {
    width: 100%;
    height: 100%;
  }

  .image-73 {
    display: block;
  }

  .image-73.mammafiglio {
    display: none;
  }

  .image-73.ragazzatelefono {
    margin-top: 85px;
    padding-top: 0px;
  }

  .image-73.responsabile {
    display: none;
  }

  .link-31 {
    margin-top: 10px;
  }

  .image-74.teamlavagna {
    margin-bottom: 0px;
  }

  .image-74.teammani {
    display: none;
  }

  .button-5 {
    width: auto;
  }

  .div-block-74 {
    height: auto;
    margin-right: auto;
    margin-bottom: 9px;
    margin-left: auto;
  }

  .image-76._3 {
    margin-right: 0px;
  }

  .image-76.centraliniste {
    overflow: hidden;
    margin-right: auto;
    margin-left: auto;
  }

  .slide-3 {
    height: auto;
  }

  .text-block-109 {
    margin-bottom: 40px;
    padding-bottom: 0px;
  }

  .mask {
    margin-bottom: 0px;
    padding-bottom: 0px;
  }

  .slider-2 {
    height: 580px;
    margin-bottom: 0px;
  }

  .div-block-78 {
    height: 450px;
  }

  .div-block-79._2 {
    height: 450px;
  }

  .div-block-80._2 {
    height: 400px;
  }

  .div-block-81 {
    width: 300px;
    height: 380px;
    margin-top: 20px;
    padding-bottom: 0px;
  }

  .div-block-81.samuel {
    height: 470px;
  }

  .div-block-81.centralino {
    height: 600px;
    margin-left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-81.vi {
    display: block;
  }

  .div-block-81.vicenza {
    height: 360px;
  }

  .grid-27 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .text-block-114 {
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .paragraph-28.sales-account {
    margin-right: 15px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 15px;
    font-style: italic;
    font-weight: 400;
    text-align: left;
  }

  .heading-90 {
    margin: 15px 15px auto 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    text-align: left;
  }

  .text-block-116 {
    margin-bottom: 10px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 17px;
  }

  .bold-text-13 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .italic-text-23 {
    font-size: 17px;
    font-style: normal;
    text-decoration: none;
  }

  .tab-link-area-amministrativa-2.orange {
    margin-top: 10px;
  }

  .tab-link-area-tecnici-3 {
    margin-top: 10px;
  }

  .image-78._3 {
    margin-right: 0px;
  }

  .heading-91 {
    font-size: 28px;
    line-height: 32px;
  }

  .div-block-83._2 {
    height: auto;
  }

  .div-block-83._2 {
    height: auto;
  }

  .div-block-82 {
    height: 450px;
  }

  .div-block-82._2 {
    height: auto;
  }

  .tab-link-area-amministrativa-3 {
    width: 220px;
    margin-bottom: 10px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .tabs-menu-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 300px;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .tab-link-area-creativa {
    width: 220px;
  }

  .tab-link-area-commerciale-2 {
    width: 220px;
    margin-bottom: 10px;
  }

  .tab-link-area-commerciale-2.w--current {
    width: 220px;
  }

  .tab-link-area-tecnici-4 {
    width: 220px;
    margin-right: 10px;
    margin-bottom: 10px;
  }

  .tab-link-consulenza-telefonica {
    width: 220px;
    margin-bottom: 10px;
  }

  .tab-link-negozi {
    width: 220px;
    margin-right: 10px;
  }

  .tab-link-negozi.w--current {
    width: 220px;
  }

  .text-block-119 {
    text-align: left;
  }

  .tab-pane-area-amministrativa {
    height: auto;
  }

  .telefoniste {
    margin-top: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .div-block-84 {
    margin-top: 20px;
  }

  .tabs-content-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-bottom: auto;
    margin-left: auto;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .negozi {
    margin-top: 0px;
  }

  .centralino {
    display: block;
    overflow: visible;
  }

  .image-79 {
    margin-left: auto;
  }

  .tab-link-area-amministrativa-4 {
    width: 220px;
    margin-bottom: 10px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .text-block-124 {
    text-align: left;
  }

  .tab-link-area-tecnici-5 {
    width: 220px;
    margin-right: 10px;
    margin-bottom: 10px;
  }

  .tab-link-negozi-2 {
    width: 220px;
    margin-right: 10px;
  }

  .tab-link-negozi-2.w--current {
    width: 220px;
  }

  .image-80 {
    margin-left: auto;
  }

  .tab-link-area-commerciale-3 {
    width: 220px;
    margin-bottom: 10px;
  }

  .tab-link-area-commerciale-3.w--current {
    width: 220px;
  }

  .tab-link-area-creativa-2 {
    width: 220px;
  }

  .div-block-85 {
    width: 300px;
    height: 380px;
    margin-top: 20px;
    padding-bottom: 0px;
  }

  .div-block-85.vicenza {
    height: 360px;
  }

  .div-block-85.centralino {
    height: 600px;
    margin-left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-85.samuel {
    height: 470px;
  }

  .tab-link-consulenza-telefonica-2 {
    width: 220px;
    margin-bottom: 10px;
  }

  .grid-28.tab-cookie2 {
    display: block;
    margin-right: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 0.25fr 0.25fr 0.5fr 0.5fr;
    grid-template-columns: 0.25fr 0.25fr 0.5fr 0.5fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .grid-28.tab-cookie1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 0.25fr 0.5fr 0.5fr 1fr;
    grid-template-columns: 0.25fr 0.5fr 0.5fr 1fr;
    -ms-grid-rows: auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto;
  }

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

  .container-48 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .heading-95 {
    position: relative;
    margin-right: 10px;
    margin-left: 10px;
    background-color: transparent;
    box-shadow: 5px 5px 3px 3px #000;
    -webkit-filter: hue-rotate(180deg);
    filter: hue-rotate(180deg);
    -webkit-transition: -webkit-transform 200ms ease;
    transition: -webkit-transform 200ms ease;
    transition: transform 200ms ease;
    transition: transform 200ms ease, -webkit-transform 200ms ease;
    font-family: Roboto, sans-serif;
    font-size: 30px;
    text-align: center;
  }

  .body-9 {
    border: 0px solid #000;
    background-color: #fdc969;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fdc962), to(#fff));
    background-image: linear-gradient(180deg, #fdc962, #fff);
    background-clip: border-box;
    -webkit-text-fill-color: inherit;
  }

  .text-block-142 {
    margin-top: 38px;
    margin-bottom: 25px;
    margin-left: 10px;
    -webkit-transition: border-radius 250ms ease;
    transition: border-radius 250ms ease;
    font-family: Roboto, sans-serif;
    font-size: 18px;
  }

  .image-81 {
    margin-top: 12px;
    padding-top: 7px;
  }

  .image-82 {
    position: static;
    z-index: auto;
    min-height: 15.704%;
    min-width: 79%;
    margin-right: 83px;
    margin-left: 43px;
    padding: 0px 0px 0px 2px;
    float: none;
    clear: none;
    border-radius: 10px;
  }

  .text-span {
    white-space: normal;
  }

  .text-block-143 {
    margin-top: 20px;
    margin-bottom: 23px;
    padding-top: 18px;
    padding-bottom: 0px;
    font-family: Roboto, sans-serif;
    font-size: 18px;
  }

  .bold-text-15 {
    margin-left: 15px;
  }

  .image-83 {
    position: relative;
    min-height: 10.912%;
    margin-right: 10px;
    margin-left: 60px;
    padding-left: 0px;
    border-radius: 10px;
  }

  .text-block-144 {
    margin-bottom: 32px;
  }

  .text-block-145 {
    margin-top: 20px;
    margin-bottom: 23px;
    margin-left: 10px;
    font-family: Roboto, sans-serif;
    font-size: 18px;
  }

  .image-84 {
    position: relative;
    min-height: 15.056%;
    min-width: 69%;
    margin-right: 41px;
    margin-left: 59px;
    padding-right: 0px;
    border-radius: 10px;
    box-shadow: 1px 1px 8px 0 transparent;
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    color: #ffbe00;
    text-align: center;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .bold-text-16 {
    margin-left: 10px;
  }

  .background-video-2 {
    margin-bottom: 16px;
    margin-left: -3px;
    padding-left: 0px;
  }

  .text-block-146 {
    margin-top: 28px;
    margin-bottom: 22px;
    margin-left: -1px;
    font-family: Roboto, sans-serif;
    font-size: 20px;
    text-align: center;
  }

  .facebook {
    margin-left: 57px;
  }

  .heading-96 {
    margin-top: 18px;
    margin-left: 24px;
    padding-top: 0px;
    padding-right: 24px;
    padding-left: 0px;
    font-family: Roboto, sans-serif;
    text-align: center;
  }

  .youtube {
    min-height: 9.96%;
    min-width: 95%;
    margin-top: 31px;
    margin-bottom: 49px;
  }

  .bold-text-17 {
    border-radius: 3px;
    box-shadow: 2px 3px 3px 4px rgba(255, 190, 0, 0.84);
    opacity: 1;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transform: translate(19px, 0px);
    -ms-transform: translate(19px, 0px);
    transform: translate(19px, 0px);
    -webkit-transition: height 200ms ease;
    transition: height 200ms ease;
  }

  .container-49 {
    display: block;
    padding: 20px 40px 35px;
    border-top: 5px solid #000;
    border-bottom: 5px solid #000;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .section-41 {
    margin-top: -49px;
    border-top: 6px solid #000;
  }

  .slide-6 {
    background-color: #ffbe00;
    background-image: url('../images/promo-casa-27.png');
    background-position: 50% 50%;
    background-size: cover;
    background-clip: border-box;
    -webkit-text-fill-color: inherit;
  }

  .text-block-147 {
    width: 100%;
    height: 69%;
  }

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

  .div-block-86 {
    padding-top: 0px;
  }

  .background-video-4 {
    height: 740px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }

  .container-52 {
    height: 100%;
    max-height: 143%;
    max-width: 100%;
  }

  .heading-98 {
    font-family: Roboto, sans-serif;
  }

  .image-86 {
    margin-top: 40px;
    padding-top: 0px;
  }

  .privati {
    margin-top: 0px;
    margin-left: 20px;
    padding-top: 0px;
  }

  .div-block-87 {
    margin-right: 0px;
    margin-left: -13px;
    padding-right: 0px;
  }

  .main-thumbnail {
    width: 100%;
    margin-left: 0px;
    background-position: 50% 50%;
    background-attachment: scroll;
  }

  .section-42 {
    width: 89%;
    margin-left: 0px;
  }

  .div-block-92 {
    display: block;
    width: 90%;
    height: 500px;
    min-width: 250px;
    margin-left: 1px;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-position: 40% 50%;
    background-size: cover;
    background-repeat: repeat;
    background-attachment: scroll;
  }

  .heading-100 {
    width: 87%;
    height: 70%;
    margin-right: 20px;
    margin-left: 20px;
  }

  .div-block-95 {
    width: 85%;
  }

  .text-block-149 {
    margin-left: -9px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .text-block-150 {
    margin-right: -34px;
    padding-right: 0px;
    padding-left: 22px;
  }

  .text-block-151 {
    margin-left: 30px;
  }

  .div-block-96 {
    margin-left: 39px;
  }

  .rich-text-block {
    width: 100%;
    height: 100.00000182933%;
    margin-right: 36px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    text-align: left;
  }

  .div-block-97 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .container-54 {
    max-width: 90%;
    padding-top: 0px;
  }

  .div-block-99 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: -35px;
    padding-top: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .div-block-100 {
    margin-left: 0px;
  }

  .centered-container-2 {
    margin-top: 0px;
    text-align: left;
  }

  .hero-3 {
    margin-right: 1px;
  }

  .hero-image-mask-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 26.56816666309553%;
    max-height: 26.5919959116256%;
    margin-top: 0px;
    padding-top: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .hero-image-3 {
    width: 20%;
    height: 2%;
    max-height: 100%;
    max-width: 130%;
    margin-top: 10px;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .heading-102 {
    width: 100%;
    height: 74%;
    font-size: 20px;
    line-height: 20px;
  }

  .cards-grid-container-2 {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .centered-container-3 {
    margin-top: -98px;
    text-align: left;
  }

  .heading-108 {
    margin-top: -6px;
    margin-bottom: 0px;
    padding-top: 0px;
    text-align: center;
  }

  .paragraph-31 {
    margin-top: 0px;
    margin-bottom: -122px;
    padding-top: 20px;
    padding-bottom: 0px;
    font-weight: 300;
    text-align: center;
  }

  .section-card {
    height: 100%;
  }

  .block-per-card-wrapper {
    position: relative;
  }

  .carte {
    z-index: auto;
    cursor: default;
  }

  .grid-29 {
    width: 336%;
    height: 103%;
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

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

  .container-medium {
    display: block;
    max-width: 200%;
    margin-bottom: 0px;
    padding-top: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .home-tagline-pattern {
    top: -32%;
    display: block;
    width: 25%;
    height: Infinity%;
  }

  .heading-large {
    display: block;
    width: 100%;
    height: 99.99999735090468%;
    max-width: 100%;
    margin-top: -91px;
    margin-right: 0px;
    padding-right: 0px;
    padding-left: 10px;
  }

  .section-home-tagline {
    position: static;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: block;
    overflow: visible;
    width: 100%;
    height: 600%;
    max-height: 800%;
    min-height: 0%;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px 50px 140px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .page-padding {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .home-tagline_top_wrapper {
    width: 100%;
    height: 100%;
    min-width: 100%;
    margin-right: 16px;
    padding-right: 0px;
  }

  .home-projects_list {
    grid-column-gap: 7rem;
    grid-row-gap: 9rem;
  }

  .partita-iva {
    width: 100%;
    height: 100%;
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .flex-container-3 {
    display: block;
    max-width: 700%;
    padding-top: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .div-block-111 {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 20px;
    padding-top: 0px;
    padding-bottom: 19px;
    padding-left: 0px;
  }

  .image-96 {
    width: 100%;
    height: 80%;
    max-width: 100%;
    margin-bottom: 12px;
    margin-left: 0px;
    padding-top: 0px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    border-radius: 20px;
  }

  .button-7 {
    width: 55%;
    height: 17%;
  }

  .lottie-animation {
    width: 100px;
    height: 200%;
    margin: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .lottie-animation-2 {
    width: 100px;
    height: 200px;
    margin-top: 0px;
    margin-left: 0px;
    padding-top: 0px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .lottie-animation-3 {
    width: 100px;
    height: 200px;
    margin-top: 0px;
  }

  .div-block-112 {
    width: 120%;
    max-width: 380%;
    margin-top: 20px;
    margin-left: 0px;
    padding-left: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .paragraph-34 {
    width: 100%;
  }

  .container-59 {
    max-width: none;
  }

  .hero-form {
    margin-bottom: 15px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .hero-form-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .hero-form-input {
    width: 100%;
    height: 48px;
    margin-bottom: 10px;
  }

  .hero-content-cover {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 200%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.25);
  }

  .hero-content-grid {
    max-width: 300%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .container-60.hero-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .container-60.hero-container {
    margin-left: -40px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .button-9 {
    background-color: #ffbe00;
  }

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

  .section-negozi.hero {
    margin-top: 0px;
  }

  .nav-more-menu {
    padding-right: 16px;
    padding-left: 16px;
  }

  .hero-photo-grid-2 {
    right: -43%;
  }

  .hero-fade-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .section-chi-siamo {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-chi-siamo.hero {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
  }

  .hero-content-grid-2 {
    justify-items: stretch;
  }

  .sezione-dove-siamo {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .sezione-dove-siamo.hero {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
  }

  .hero-content-cover-2 {
    background-color: transparent;
  }

  .hero-fade-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(9%, #000), color-stop(34%, rgba(0, 0, 0, 0.36)));
    background-image: linear-gradient(90deg, #000 9%, rgba(0, 0, 0, 0.36) 34%);
  }

  .bold-text-20 {
    text-transform: none;
    text-shadow: 3px 3px 6px #142ce7, 5px 5px 6px #000;
  }

  .hero-content-cover-3 {
    background-color: transparent;
  }

  .hero-fade-6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(14%, #000), color-stop(83%, transparent));
    background-image: linear-gradient(90deg, #000 14%, transparent 83%);
  }

  .hero-photo-grid-6 {
    right: -41%;
  }

  .hero-content-grid-4 {
    display: -ms-grid;
    display: grid;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: stretch;
    -webkit-justify-content: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    grid-auto-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .grid-31 {
    left: auto;
    top: auto;
    right: -20px;
    bottom: auto;
    width: 800px;
    -webkit-box-pack: stretch;
    -webkit-justify-content: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    justify-items: stretch;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .image-100 {
    right: -4px;
    width: 200%;
    max-width: 3000%;
  }
}

#w-node-heading-2-e1c57f74 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 4;
  grid-column-start: span 4;
  -ms-grid-column-span: 4;
  grid-column-end: span 4;
}

#w-node-_43f96173-6290-094e-4507-301b1dfe4722-e1c57f74 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_829c82b8-1acf-9a49-ca35-c6c5eaacd8d8-6ec57f85 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-_829c82b8-1acf-9a49-ca35-c6c5eaacd8f2-6ec57f85 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-_829c82b8-1acf-9a49-ca35-c6c5eaacd8fc-6ec57f85 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-_829c82b8-1acf-9a49-ca35-c6c5eaacd908-6ec57f85 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-_829c82b8-1acf-9a49-ca35-c6c5eaacd92a-6ec57f85 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-_829c82b8-1acf-9a49-ca35-c6c5eaacd934-6ec57f85 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-_829c82b8-1acf-9a49-ca35-c6c5eaacd93f-6ec57f85 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-_829c82b8-1acf-9a49-ca35-c6c5eaacd959-6ec57f85 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-_829c82b8-1acf-9a49-ca35-c6c5eaacd961-6ec57f85 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-_829c82b8-1acf-9a49-ca35-c6c5eaacd969-6ec57f85 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-c960e939-86dc-9169-f089-1b8091cde237-6ec57f85 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-c960e939-86dc-9169-f089-1b8091cde23f-6ec57f85 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-ef22a73f-6b62-7d33-06e5-cfeb9ea9dca6-5fc57f89 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_1d8c1452-03e0-9be6-5d06-ddd0b5f0426f-5fc57f89 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_403df2dd-a4bc-ff97-ba15-c896a9acb958-5fc57f89 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-d6f3c4bf-0b0b-0b95-6c9e-5f1fca0fbb8d-b8d61a5a {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
}

#w-node-d6f3c4bf-0b0b-0b95-6c9e-5f1fca0fbb8f-b8d61a5a {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-ac5cdddb-1311-70e6-4df2-6623365d7822-4a91724b {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-_6891c828-3ca0-7b9d-dc62-ac59eeade307-4a91724b {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 4;
  grid-column-start: span 4;
  -ms-grid-column-span: 4;
  grid-column-end: span 4;
}

#w-node-_6891c828-3ca0-7b9d-dc62-ac59eeade309-4a91724b {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-a84c5628-0e4a-7ff0-ef07-e613aaa03eb0-b6515b6a {
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_729b54ff-a08b-1be3-8f40-2069a55281af-7cee9ce4 {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_729b54ff-a08b-1be3-8f40-2069a55281b8-7cee9ce4 {
  -ms-grid-row: span 3;
  grid-row-start: span 3;
  -ms-grid-row-span: 3;
  grid-row-end: span 3;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-heading-2-1f003eb4 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 4;
  grid-column-start: span 4;
  -ms-grid-column-span: 4;
  grid-column-end: span 4;
}

#w-node-_43f96173-6290-094e-4507-301b1dfe4722-1f003eb4 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_785e4f3a-5250-1ab5-5d9a-d538beac031c-c16f28b0 {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-bdd55f03-748d-d9df-cefd-403cd8a61359-c16f28b0 {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-_9d6eeedd-b136-afdd-2932-0be739ff99ff-c16f28b0 {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-f7be0454-6297-4db6-9869-9fad31e2041e-aa1f7927 {
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-ac5cdddb-1311-70e6-4df2-6623365d7822-4a91724b {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-ac5cdddb-1311-70e6-4df2-6623365d7830-4a91724b {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-ac5cdddb-1311-70e6-4df2-6623365d7829-4a91724b {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'San Francisco';
  src: url('../fonts/SFNSDisplay-Black.otf') format('opentype'), url('../fonts/SFNSDisplay-Heavy.otf') format('opentype'), url('../fonts/SFNSText-Heavy.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'San Francisco';
  src: url('../fonts/SFNSDisplay-Bold.otf') format('opentype'), url('../fonts/SFNSText-Bold.otf') format('opentype'), url('../fonts/SFNSText-BoldG1.otf') format('opentype'), url('../fonts/SFNSText-BoldG2.otf') format('opentype'), url('../fonts/SFNSText-BoldG3.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'San Francisco';
  src: url('../fonts/SFNSDisplay-Light.otf') format('opentype'), url('../fonts/SFNSText-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'San Francisco';
  src: url('../fonts/SFNSDisplay-Regular.otf') format('opentype'), url('../fonts/SFNSText-Regular.otf') format('opentype'), url('../fonts/SFNSText-RegularG1.otf') format('opentype'), url('../fonts/SFNSText-RegularG2.otf') format('opentype'), url('../fonts/SFNSText-RegularG3.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'San Francisco';
  src: url('../fonts/SFNSDisplay-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'San Francisco';
  src: url('../fonts/SFNSDisplay-Semibold.otf') format('opentype'), url('../fonts/SFNSText-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'San Francisco';
  src: url('../fonts/SFNSDisplay-Medium.otf') format('opentype'), url('../fonts/SFNSText-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'San Francisco';
  src: url('../fonts/SFNSDisplay-Ultralight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'San Francisco';
  src: url('../fonts/SFNSText-BoldItalic.otf') format('opentype'), url('../fonts/SFNSText-BoldItalicG1.otf') format('opentype'), url('../fonts/SFNSText-BoldItalicG2.otf') format('opentype'), url('../fonts/SFNSText-BoldItalicG3.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'San Francisco';
  src: url('../fonts/SFNSText-HeavyItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'San Francisco';
  src: url('../fonts/SFNSText-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'San Francisco';
  src: url('../fonts/SFNSText-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'San Francisco';
  src: url('../fonts/SFNSText-RegularItalic.otf') format('opentype'), url('../fonts/SFNSText-RegularItalicG1.otf') format('opentype'), url('../fonts/SFNSText-RegularItalicG2.otf') format('opentype'), url('../fonts/SFNSText-RegularItalicG3.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'San Francisco';
  src: url('../fonts/SFNSText-SemiboldItalic.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}