:root {
  --white: var(--black);
  --color: white;
  --black: var(--white);
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.header-invisible{
  position: absolute;
  visibility: hidden;
}


.w-commerce-commercecheckoutformcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercelayoutcontainer {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.w-commerce-commercelayoutmain {
  flex: 0 800px;
  margin-right: 20px;
}

.w-commerce-commercecartapplepaybutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  height: 38px;
  min-height: 30px;
  margin-bottom: 8px;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercecartapplepayicon {
  width: 100%;
  height: 50%;
  min-height: 20px;
}

.w-commerce-commercecartquickcheckoutbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  height: 38px;
  margin-bottom: 8px;
  padding: 0 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercequickcheckoutgoogleicon, .w-commerce-commercequickcheckoutmicrosofticon {
  margin-right: 8px;
  display: block;
}

.w-commerce-commercecheckoutcustomerinfowrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutblockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-commerce-commercecheckoutblockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 20px;
}

.w-commerce-commercecheckoutlabel {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutemailinput {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutemailinput::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutemailinput:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingaddresswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutshippingfullname {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingfullname::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingfullname:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstreetaddress {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstreetaddress::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddress:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutrow {
  margin-left: -8px;
  margin-right: -8px;
  display: flex;
}

.w-commerce-commercecheckoutcolumn {
  flex: 1;
  padding-left: 8px;
  padding-right: 8px;
}

.w-commerce-commercecheckoutshippingcity {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingcity::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcity:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstateprovince {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstateprovince::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstateprovince:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingzippostalcode {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingzippostalcode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingzippostalcode:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingcountryselector {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingcountryselector::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcountryselector:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingmethodswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutshippingmethodslist {
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}

.w-commerce-commercecheckoutshippingmethoditem {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  flex-direction: row;
  align-items: baseline;
  margin-bottom: 0;
  padding: 16px;
  font-weight: 400;
  display: flex;
}

.w-commerce-commercecheckoutshippingmethoddescriptionblock {
  flex-direction: column;
  flex-grow: 1;
  margin-left: 12px;
  margin-right: 12px;
  display: flex;
}

.w-commerce-commerceboldtextblock {
  font-weight: 700;
}

.w-commerce-commercecheckoutshippingmethodsemptystate {
  text-align: center;
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 64px 16px;
}

.w-commerce-commercecheckoutpaymentinfowrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutcardnumber {
  -webkit-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardnumber::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardnumber:focus, .w-commerce-commercecheckoutcardnumber.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardexpirationdate {
  -webkit-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardexpirationdate::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardexpirationdate:focus, .w-commerce-commercecheckoutcardexpirationdate.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardsecuritycode {
  -webkit-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardsecuritycode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardsecuritycode:focus, .w-commerce-commercecheckoutcardsecuritycode.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingaddresstogglewrapper {
  flex-direction: row;
  display: flex;
}

.w-commerce-commercecheckoutbillingaddresstogglecheckbox {
  margin-top: 4px;
}

.w-commerce-commercecheckoutbillingaddresstogglelabel {
  margin-left: 8px;
  font-weight: 400;
}

.w-commerce-commercecheckoutbillingaddresswrapper {
  margin-top: 16px;
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutbillingfullname {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingfullname::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingfullname:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstreetaddress {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstreetaddress::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddress:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingcity {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingcity::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcity:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstateprovince {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstateprovince::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstateprovince:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingzippostalcode {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingzippostalcode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingzippostalcode:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingcountryselector {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingcountryselector::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcountryselector:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutorderitemswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryblockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-commerce-commercecheckoutorderitemslist {
  margin-bottom: -20px;
}

.w-commerce-commercecheckoutorderitem {
  margin-bottom: 20px;
  display: flex;
}

.w-commerce-commercecartitemimage {
  width: 60px;
  height: 0%;
}

.w-commerce-commercecheckoutorderitemdescriptionwrapper {
  flex-grow: 1;
  margin-left: 16px;
  margin-right: 16px;
}

.w-commerce-commercecheckoutorderitemquantitywrapper {
  white-space: pre-wrap;
  display: flex;
}

.w-commerce-commercecheckoutorderitemoptionlist {
  margin-bottom: 0;
  padding-left: 0;
  text-decoration: none;
  list-style-type: none;
}

.w-commerce-commercelayoutsidebar {
  flex: 0 0 320px;
  position: sticky;
  top: 20px;
}

.w-commerce-commercecheckoutordersummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummarylineitem, .w-commerce-commercecheckoutordersummaryextraitemslistitem {
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 8px;
  display: flex;
}

.w-commerce-commercecheckoutsummarytotal {
  font-weight: 700;
}

.w-commerce-commercecheckoutplaceorderbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  text-align: center;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 3px;
  align-items: center;
  margin-bottom: 20px;
  padding: 9px 15px;
  text-decoration: none;
  display: block;
}

.w-commerce-commercecheckouterrorstate {
  background-color: #ffdede;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 10px 16px;
}

.w-commerce-commercepaypalcheckoutformcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercecheckoutcustomerinfosummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryitem, .w-commerce-commercecheckoutsummarylabel {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutsummaryflexboxdiv {
  flex-direction: row;
  justify-content: flex-start;
  display: flex;
}

.w-commerce-commercecheckoutsummarytextspacingondiv {
  margin-right: .33em;
}

.w-commerce-commercecheckoutpaymentsummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercepaypalcheckouterrorstate {
  background-color: #ffdede;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 10px 16px;
}

.w-commerce-commerceorderconfirmationcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercecheckoutshippingsummarywrapper {
  margin-bottom: 20px;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }

  .w-commerce-commercelayoutcontainer {
    flex-direction: column;
    align-items: stretch;
  }

  .w-commerce-commercelayoutmain {
    flex-basis: auto;
    margin-right: 0;
  }

  .w-commerce-commercelayoutsidebar {
    flex-basis: auto;
  }
}

@media screen and (max-width: 479px) {
  .w-commerce-commercecheckoutemailinput, .w-commerce-commercecheckoutshippingfullname, .w-commerce-commercecheckoutshippingstreetaddress, .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutrow {
    flex-direction: column;
  }

  .w-commerce-commercecheckoutshippingcity, .w-commerce-commercecheckoutshippingstateprovince, .w-commerce-commercecheckoutshippingzippostalcode, .w-commerce-commercecheckoutshippingcountryselector, .w-commerce-commercecheckoutcardnumber, .w-commerce-commercecheckoutcardexpirationdate, .w-commerce-commercecheckoutcardsecuritycode, .w-commerce-commercecheckoutbillingfullname, .w-commerce-commercecheckoutbillingstreetaddress, .w-commerce-commercecheckoutbillingstreetaddressoptional, .w-commerce-commercecheckoutbillingcity, .w-commerce-commercecheckoutbillingstateprovince, .w-commerce-commercecheckoutbillingzippostalcode, .w-commerce-commercecheckoutbillingcountryselector {
    font-size: 16px;
  }
}

.hero-without-image {
  background-color: #f5f7fa;
  background-image: url('../images/summer-holiday-in-italy-young-family-of-four-on-t-2023-11-27-05-16-13-utc.png');
  background-position: 5% 55%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
  border-bottom: 0 solid #e4ebf3;
  height: 100vh;
  padding: 80px 30px;
  position: relative;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-two {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px {
  color: #fff;
  width: 400px;
  margin-bottom: 24px;
  font-family: Courierprime, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.navbar-no-shadow {
  justify-content: space-between;
  align-items: flex-start;
  margin-top: -50px;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link {
  color: #fff;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #fff;
  background-color: #940002;
}

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
  background-color: #940002;
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  color: #fff;
  margin-right: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.mobile-margin-top-10 {
  flex: 1;
  list-style-type: none;
}

.nav-button-wrapper {
  margin-left: 120px;
}

.heading {
  color: #fff;
  margin-top: 93px;
  font-size: 60px;
  line-height: 80px;
}

.hero-heading-left {
  background-color: #940002;
  border-bottom: 1px solid #e4ebf3;
  height: 425px;
  padding: 80px 30px;
  position: relative;
}

.hero-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  margin-top: -25px;
  display: flex;
}

.shadow-two {
  max-width: 500%;
  position: absolute;
  top: 102px;
  left: 609.5px;
  box-shadow: 0 4px 24px #96a3b514;
}

.team-slider {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.centered-heading {
  color: #940002;
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-slider-wrapper {
  background-color: #0000;
  height: auto;
  margin-top: 50px;
}

.team-slide-wrapper {
  width: 30%;
  margin-right: 5%;
}

.team-block {
  background-color: #fff;
  padding-bottom: 24px;
}

.team-member-image-two {
  margin-bottom: 18px;
}

.team-block-info {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two {
  color: #940002;
  margin-bottom: 12px;
  font-weight: 600;
}

.team-member-text {
  margin-bottom: 20px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow {
  display: none;
  top: -62px;
  left: -1302px;
}

.team-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.testimonial-slider-large {
  background-color: #f5f7fa;
  border-bottom: 0 solid #e4ebf3;
  height: 1650px;
  padding: 80px 30px;
  position: relative;
}

.testimonial-slider-two {
  background-color: #0000;
  height: auto;
}

.testimonial-slide {
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  padding: 12px 12px 12px 64px;
  display: flex;
}

.testimonial-content {
  flex-direction: column;
  align-items: flex-start;
  max-width: 460px;
  margin-right: 40px;
  display: flex;
}

.testimonial-quote-icon {
  margin-bottom: 24px;
}

.testimonial-quote {
  margin-bottom: 32px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.testimonial-info-two {
  align-items: center;
  display: flex;
}

.testimonial-image {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-author-name {
  font-weight: 700;
}

.testimonial-image-two {
  object-fit: cover;
  width: 350px;
  height: 400px;
}

.testimonial-author-image-three {
  object-fit: cover;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin-right: 24px;
}

.testimonial-slider-arrow {
  display: none;
}

.testimonial-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.footer-light {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px 40px;
  position: relative;
}

.footer-wrapper-two {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-block-two {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.footer-link-two {
  color: #1a1b1f;
  margin-top: 20px;
  text-decoration: none;
}

.footer-link-two:hover {
  color: #1a1b1fbf;
}

.footer-form {
  width: 315px;
  max-width: 100%;
  margin-bottom: 0;
}

.footer-form-block {
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.footer-form-field {
  border: 1px solid #a6b1bf;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 22px;
  transition: all .2s;
}

.footer-form-field:hover, .footer-form-field:focus {
  border-color: #76879d;
}

.footer-form-field::placeholder {
  color: #1a1b1fcc;
  font-size: 14px;
  line-height: 22px;
}

.footer-form-submit {
  background-color: #1a1b1f;
  background-image: url('../images/');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  width: 50px;
  height: 48px;
  transition: all .2s;
}

.footer-form-submit:hover {
  background-color: #3a4554;
}

.footer-divider-two {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: #3a4554;
}

.footer-social-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.icon {
  background-color: #ec3030;
  position: absolute;
  left: 0;
}

.hero-without-image-2 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.heading-2 {
  width: 420px;
}

.cell {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: flex-end;
}

.quick-stack {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  padding-right: 0;
}

.hero-without-image-3 {
  background-color: #940002;
  border-bottom: 0 solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.margin-bottom-24px-2 {
  margin-bottom: 24px;
}

.spacer-50px {
  width: 50px;
  height: 50px;
}

.paragraph-9 {
  color: #000;
  text-align: left;
  margin-top: 7px;
  margin-bottom: 0;
  padding-top: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  position: relative;
  top: 7px;
}

.faq-answer {
  border-radius: 0;
  height: auto;
  overflow: hidden;
}

.p-m-wrap {
  background-color: #fff;
  background-image: linear-gradient(#0000, #0000);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 30px;
  min-width: 30px;
  height: 30px;
  min-height: 30px;
  margin-left: 60px;
  display: flex;
  position: relative;
}

.faq-item {
  background-color: #0000;
  border: 1px #212121;
  border-radius: 0;
  width: 500px;
  height: 174.781px;
  box-shadow: 0 10px 20px #0000000d;
}

.faq-answer-inner {
  background-color: #fff;
  border-radius: 0;
  padding: 0 20px 20px;
  overflow: visible;
}

.faq-wrap {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  width: 100%;
  display: grid;
}

.h3 {
  text-align: center;
  width: 1000px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-weight: 800;
}

.h2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 40px;
  font-weight: 800;
  line-height: 1.3;
}

.header-wrap-centre {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 850px;
  display: flex;
}

.minus {
  background-color: #940002;
  border-radius: 20px;
  width: 38%;
  height: 2px;
  position: absolute;
}

.main-container {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 1050px;
  display: flex;
}

.main-container.centre {
  align-items: center;
  width: 940px;
}

.plus {
  background-color: #940002;
  border-radius: 20px;
  width: 2px;
  height: 38%;
  position: absolute;
}

.faq-question {
  color: var(--color);
  background-color: #940002;
  justify-content: space-between;
  align-items: center;
  width: 500px;
  height: 102px;
  padding: 20px;
  text-decoration: none;
  display: flex;
}

.bold-text {
  color: var(--white);
}

.icon-2 {
  left: -272px;
}

.container-3 {
  color: #fff;
}

.heading-3 {
  color: #fff;
  font-size: 36px;
  position: static;
}

.button-wrapper {
  color: #ff003d;
  justify-content: center;
  align-items: center;
  width: 110px;
  max-width: 122.016px;
  height: 50px;
  min-height: 50px;
  margin-right: 15px;
  padding-right: 0;
  font-weight: 700;
  text-decoration: none;
  transition: color .2s;
  display: flex;
  position: relative;
}

.button-background {
  color: #fff;
  border: 2px solid #fff;
  border-radius: 25px;
  width: 50px;
  height: 50px;
  position: absolute;
}

.button-text {
  z-index: 1;
  color: #fff;
  margin-left: 20px;
  margin-right: 10px;
  position: relative;
}

.button-arrow {
  color: #fff;
  width: 15px;
  margin-right: 20px;
}

.main-hero_heading {
  letter-spacing: -.03em;
  width: 100%;
  max-width: 10.2em;
  font-size: 5.8em;
  line-height: 1;
  transform: perspective(800px);
}

.h1 {
  float: left;
  color: #fff;
  text-align: left;
  text-transform: none;
  width: 600px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 92px;
  font-weight: 700;
  line-height: 110%;
  display: inline;
}

.highlight {
  z-index: 1;
  background-color: #fff;
  width: 0%;
  height: 33.333%;
  position: absolute;
  right: 0;
}

.highlight._3 {
  top: 66.6667%;
}

.highlight._2 {
  top: 33.3333%;
}

.content {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 1200px;
  margin-top: 56px;
  margin-left: 0;
  display: flex;
}

.subhead-highlight {
  flex: none;
  position: relative;
}

.subhead-container {
  order: -1;
  justify-content: flex-start;
  align-items: center;
  width: 500px;
  height: auto;
  margin-top: -94px;
  margin-bottom: 10px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.lil-rule {
  background-color: #fff;
  flex: none;
  justify-content: flex-end;
  align-items: flex-start;
  width: 300px;
  height: 4px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 10px;
  display: flex;
}

.subhead {
  color: #940002;
  text-transform: uppercase;
}

.highlight-small {
  background-color: #34c674;
  width: 0%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.text-container {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding-bottom: 15px;
  position: relative;
  overflow: hidden;
}

.e-blog-tittle-line-2 {
  white-space: nowrap;
  padding-bottom: 5px;
  font-weight: 500;
  display: flex;
  overflow: hidden;
}

.text-block-37 {
  color: #fff;
  width: 596.406px;
  font-family: Montserrat, sans-serif;
  font-size: 100px;
  font-weight: 700;
  line-height: 130px;
}

.hero-heading-center {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-4 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading-2 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading-2.margin-bottom-32px {
  margin-bottom: 32px;
}

.hero-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px-3 {
  margin-bottom: 24px;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.shadow-two-2 {
  box-shadow: 0 4px 24px #96a3b514;
}

.main-hero_heading-2 {
  color: #fff;
  text-align: right;
  letter-spacing: -.03em;
  background-color: #94000200;
  justify-content: flex-end;
  align-items: center;
  width: 1200px;
  max-width: 1200px;
  height: 280px;
  margin-top: 20px;
  padding: 15px 15px 15px 0;
  font-family: Montserrat, sans-serif;
  font-size: 100px;
  line-height: 110px;
  display: flex;
}

.container-5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center stretch;
  max-width: 1200px;
  height: 200px;
  margin-top: 162px;
  display: flex;
}

.div-block-9 {
  background-image: url('../images/mULHER-CORRETA.png');
  background-position: 50%;
  background-size: cover;
  width: 750px;
  max-width: 750px;
  height: 420px;
  position: relative;
  top: -37px;
  left: 0;
}

.div-block-10 {
  background-image: url('../images/Mulher-800x650.png');
  background-position: 0 0;
  background-size: cover;
  width: 500px;
  height: 400px;
  margin-top: -19px;
  position: absolute;
  left: 657.5px;
}

.hero-heading-left-2 {
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  height: 470px;
  padding: 80px 30px;
  font-size: 16px;
  line-height: 26px;
  position: relative;
}

.container-6 {
  max-width: 1200px;
}

.paragraph-10 {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
}

.heading-4 {
  color: #940002;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
}

.button-background-2 {
  color: #940002;
  border: 2px solid #a88d12;
  border-radius: 25px;
  width: 30px;
  height: 30px;
  position: absolute;
}

.button-text-2 {
  z-index: 1;
  color: #fff;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  display: flex;
  position: relative;
}

.button-arrow-2 {
  width: 15px;
  margin-right: 20px;
}

.team-slider-2 {
  background-color: #940002;
  border-bottom: 1px solid #e4ebf3;
  height: 800px;
  margin-top: -3px;
  padding: 80px 30px;
  position: relative;
}

.container-7 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading-3 {
  color: #fff;
  text-align: center;
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
}

.centered-subheading-2 {
  color: #fff;
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 26px;
}

.team-slider-wrapper-2 {
  background-color: #0000;
  height: auto;
  margin-top: 50px;
}

.team-slide-wrapper-2 {
  width: 282px;
  max-width: 2852px;
  margin-right: 5%;
}

.team-block-2 {
  background-color: #fff;
  border-radius: 12px;
  width: 282px;
  max-width: 282px;
  height: 430px;
  padding-bottom: 24px;
}

.team-member-image-two-2 {
  border-radius: 9px;
  width: 282px;
  height: 165px;
  margin-bottom: 18px;
  position: static;
}

.team-block-info-2 {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two-2 {
  color: #940002;
  margin-bottom: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
}

.team-member-text-2 {
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
}

.text-link-arrow-2 {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.text-link-arrow-2:hover {
  color: #940002;
}

.arrow-embed-2 {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow-2 {
  width: 50px;
  height: 50px;
  display: none;
  top: -108px;
}

.team-slider-nav-2 {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.icon-3, .icon-4 {
  background-color: #940002;
}

.footer-subscribe {
  background-color: #940002;
  border-bottom: 0 solid #e4ebf3;
  padding: 50px 30px 40px;
  position: relative;
}

.container-8 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-form-two {
  background-color: #f5f7fa;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  margin-bottom: 40px;
  padding: 64px;
  box-shadow: 0 2px 5px #0000007a;
}

.footer-form-container-two {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-form-title {
  color: #940002;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.footer-form-block-two {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-form-input {
  border: 1px #000;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  width: 460px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 180px 12px 20px;
  font-family: Montserrat, sans-serif;
}

.footer-form-input::placeholder {
  color: #1a1b1fcc;
}

.button-primary-3 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-3:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-3:active {
  background-color: #43464d;
}

.button-primary-3.footer-form-button {
  background-color: #940002;
  border-radius: 0 10px;
  padding: 8px 18px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  position: absolute;
  right: 8px;
}

.button-primary-3.footer-form-button:hover, .button-primary-3.footer-form-button:active {
  background-color: #f10307;
}

.footer-wrapper-three {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.footer-link-three {
  color: #fff;
  margin-left: 20px;
  margin-right: 20px;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
}

.footer-link-three:hover {
  color: #1a1b1fbf;
}

.footer-social-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -32px;
  display: flex;
}

.footer-social-link-three {
  margin-left: 32px;
}

.footer-divider-two-2 {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright-2 {
  color: #3a4554;
}

.footer-legal-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-legal-link {
  color: #3a4554;
  margin-left: 24px;
}

.footer-legal-link:hover {
  color: #3a4554;
}

.text-block-38 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.bold-text-2, .bold-text-3, .bold-text-4 {
  color: var(--color);
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.list-item {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  list-style-type: none;
  display: grid;
}

.contato {
  color: #ff003d;
  justify-content: center;
  align-items: center;
  width: 100px;
  max-width: 122.016px;
  height: 50px;
  min-height: 50px;
  padding-right: 0;
  font-weight: 700;
  text-decoration: none;
  transition: color .2s;
  display: flex;
  position: relative;
}

.bold-text-5 {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.text-block-39, .icon-6 {
  color: #fff;
}

.text-block-40 {
  color: #fff;
  text-transform: uppercase;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.icon-7 {
  color: #fff;
}

.container-9 {
  max-width: 1200px;
}

.text-block-41 {
  color: #fff;
}

.icon-8, .icon-9 {
  background-color: #940002;
}

.text-block-42, .icon-10 {
  color: #fff;
}

.team-slider-3 {
  background-color: #940002;
  border-bottom: 0 solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-10 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading-4 {
  color: #fff;
  text-align: center;
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
}

.centered-subheading-3 {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
  font-family: Courierprime, sans-serif;
}

.team-slider-wrapper-3 {
  background-color: #0000;
  height: auto;
  margin-top: 50px;
  display: block;
}

.team-slide-wrapper-3 {
  width: 200px;
  margin-right: 5%;
}

.team-block-3 {
  background-color: #fff;
  width: 200px;
  height: 250px;
  padding-bottom: 24px;
}

.team-member-image-two-3 {
  margin-bottom: 18px;
}

.team-block-info-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 200px;
  height: 120px;
  margin-top: -16px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two-3 {
  color: #940002;
  margin-bottom: 12px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.team-member-text-3 {
  margin-bottom: 20px;
}

.text-link-arrow-3 {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.text-link-arrow-3:hover {
  color: #940002;
}

.arrow-embed-3 {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow-3 {
  width: 50px;
  height: 50px;
  display: none;
  left: 949px;
}

.team-slider-nav-3 {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.heading-5 {
  text-align: center;
}

.cell-2, .cell-3, .cell-4 {
  justify-content: center;
  align-items: center;
}

.heading-6 {
  text-align: center;
}

.mask {
  width: 940px;
}

.icon-11, .icon-12 {
  background-color: #940002;
}

.text-block-43 {
  position: static;
}

.blx-b-link-2 {
  color: #fff;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1.3em;
  text-decoration: none;
}

.blx-b-grid-wrap-link-2 {
  margin-top: .5em;
}

.blx-b-wrap-link-1 {
  justify-content: center;
  align-items: center;
  margin-left: 1em;
  margin-right: 1em;
  display: flex;
}

.blx-b-grid-list-wrap-link-heading-1-1 {
  margin-left: 0;
  margin-right: 0;
}

.blx-d-wrap-1 {
  display: none;
}

.blx-c-wrap-3 {
  align-items: center;
  margin-left: 0;
  display: flex;
}

.blx-c-wrap-1 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.blx-a-wrap-1 {
  align-items: center;
  display: flex;
}

.blx-b-grid-link-1-1 {
  color: #4a6592;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.3em;
  text-decoration: underline;
}

.blx-b-grid-link-1 {
  color: #000;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1.3em;
  text-decoration: none;
}

.blx-b-container-list-1 {
  background-color: #fff;
  border-radius: .3em;
  flex-direction: row;
  justify-content: center;
  width: 55em;
  margin-left: -9.1em;
  padding: 3em 2.5em;
  display: flex;
  box-shadow: 1px 1px .4em #0003;
}

.blx-b-dropdown-open-1 {
  background-image: url('../images/Ativo-62x.webp');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  flex-flow: column;
  align-items: center;
  padding: 0 1.3em 0 0;
  display: flex;
}

.blx-b-dropdown-open-1.w--open {
  background-image: url('../images/Ativo-72x.webp');
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.blx-a-wrap-logo-1 {
  position: relative;
}

.blx-b-link-1 {
  color: #fff;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1.3em;
}

.blx-wrap-1 {
  justify-content: space-between;
  align-items: center;
  margin-top: -550px;
  display: flex;
}

.blx-b-wrap-1 {
  justify-content: center;
  align-items: center;
  margin-left: 2em;
  margin-right: 4em;
  display: flex;
}

.blx-a-logo-1 {
  height: 3em;
  position: relative;
}

.blx-grid-heading-1 {
  color: #940002;
  font-size: 1.2em;
  line-height: 1.3em;
  text-decoration: none;
}

.blx-c-button-1 {
  color: #fff;
  background-color: #940002;
  border-radius: .3em;
  padding: .8em 1.2em;
  font-size: 1.1em;
  font-weight: 700;
  line-height: 1.3em;
  text-decoration: none;
  display: block;
}

.blx-b-dropdown-list-1 {
  padding-top: 2em;
}

.blx-b-dropdown-list-1.w--open {
  background-color: #ddd0;
  padding-top: 1.9em;
}

.blx-b-container-grid-1 {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex: 1;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  place-content: start;
  place-items: center stretch;
  width: 188px;
  display: grid;
}

.blx-b-grid-wrap-link-1 {
  width: 188.531px;
  margin-left: 0;
  margin-right: 0;
}

.blx-wrap-heading-1-1 {
  color: #3368fa;
  font-weight: 700;
}

.blx-b-wrap-grid-1 {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 560px;
  height: 265.625px;
  margin-top: 10px;
  display: grid;
}

.blx-container-1 {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 90em;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.blx-b-dropdown-open-1-2 {
  background-image: url('../images/Vector-14_1Vector 14.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto .4em;
  align-items: center;
  padding: 0 1.3em 0 0;
  display: flex;
}

.blx-b-dropdown-open-1-2.w--open {
  background-image: url('../images/Vector-18_1Vector 18.png');
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.blx-b-link-1-2 {
  color: #000;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1.3em;
}

.blx-wrap-1-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.blx-section-1 {
  background-color: #fff;
  border-bottom: .2em #e9e9e9;
  margin-left: auto;
  margin-right: auto;
  padding: 2.5em 5em;
  font-size: 1vw;
  display: block;
}

.blx-b-dropdown-open-1-3 {
  background-image: url('../images/Vector-14_1Vector 14.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto .4em;
  align-items: center;
  padding: 0 1.3em 0 0;
  display: flex;
}

.blx-b-dropdown-open-1-3.w--open {
  background-image: url('../images/Vector-18_1Vector 18.png');
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.blx-b-link-1-3 {
  color: #fff;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1.3em;
}

.blx-wrap-1-3 {
  justify-content: space-between;
  align-items: center;
  margin-top: -48px;
  display: flex;
}

.container-12 {
  max-width: 1200px;
}

.navbar-no-shadow-container-2 {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.container-regular-2 {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-2 {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link-2 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-2:hover {
  color: #1a1b1fbf;
}

.nav-link-2:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-2 {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle-2 {
  letter-spacing: .25px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

.nav-dropdown-toggle-2:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle-2:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon-2 {
  margin-right: 10px;
}

.nav-dropdown-list-2 {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list-2.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-list-2.shadow-three.mobile-shadow-hide.w--open {
  width: 560px;
  height: 300px;
  margin-top: 24px;
}

.nav-dropdown-link-2 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link-2:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-button-wrapper-2 {
  margin-left: 120px;
}

.button-primary-4 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-4:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-4:active {
  background-color: #43464d;
}

.quick-stack-2 {
  grid-row-gap: 91px;
}

.blx-b-grid-link-1-1-2 {
  color: #4a6592;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.3em;
  text-decoration: none;
}

.blx-grid-heading-1-2 {
  color: #fa337b;
  font-size: 1.2em;
  line-height: 1.3em;
  text-decoration: none;
}

.nav-blog-item {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-top: 4px;
  padding-bottom: 4px;
  text-decoration: none;
  display: flex;
}

.global-logo {
  width: 250px;
}

.dropdown-block {
  z-index: 25;
  color: #283338;
  background-color: #fafafa;
  border-top: 1px solid #00000014;
  align-items: center;
  width: 100%;
  padding: 20px;
  font-size: 16px;
  text-decoration: none;
  position: relative;
}

.nav-menu-3 {
  color: #283338;
  align-items: center;
  font-size: 15px;
  display: flex;
  position: static;
}

.brand {
  margin-right: 44px;
}

.dropdown-column-left {
  flex-direction: column;
  width: 50%;
  height: 100%;
  display: flex;
}

.nav-link-details {
  color: #28333899;
  white-space: normal;
  width: 160px;
  padding-bottom: 10px;
  font-size: 14px;
  text-decoration: underline;
}

.nav-link-details:hover {
  color: #645cb6;
}

.nav-content-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 172px;
  padding-left: 12px;
  font-size: 20px;
  display: flex;
}

.navigation-container {
  background-color: #fff0;
  align-items: center;
  width: 100%;
  max-width: 1300px;
  height: 100%;
  min-height: 90px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.dropdown-wrapper {
  background-color: #fff;
  border-radius: 10px;
  min-width: 140px;
  overflow: hidden;
  box-shadow: 4px -19px 35px #20355a14, 11px 11px 30px -10px #20355a26;
}

.dropdown-wrapper.w--open {
  background-color: #fff;
  border-radius: 15px;
  min-width: 300px;
  max-height: 100vh;
  left: -97px;
  box-shadow: 0 50px 25px -50px #20355a26, 8px 18px 60px 4px #00000021;
}

.navigation-dropdown {
  min-width: 140px;
}

.navigation-dropdown.w--open {
  background-color: #0000;
  min-width: 320px;
  max-height: 100vh;
  padding-top: 10px;
  left: -100px;
}

.navigation-dropdown.dropdown-long {
  min-width: 500px;
  left: -185px;
}

.login-buttons {
  align-items: center;
  margin-left: 30px;
  display: flex;
}

.icon-13 {
  margin-right: 5px;
}

.nav-link-blog {
  color: #8c54ff;
  white-space: normal;
  font-size: 14px;
}

.button-menu {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  white-space: nowrap;
  background-color: #940002;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 50px;
  padding-left: 35px;
  padding-right: 35px;
  font-size: 13px;
  text-decoration: none;
  transition: all .4s ease-out;
  display: flex;
}

.dropdown-image {
  border-radius: 10px;
  margin-bottom: 14px;
}

.pointer {
  z-index: 20;
  background-color: #fff;
  border-radius: 2px;
  width: 20px;
  height: 20px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: -3% 4% auto -25%;
  transform: rotate(45deg);
}

.dropdown-link {
  z-index: 25;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #283338;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-items: start stretch;
  width: 420px;
  padding: 20px 20px 0;
  font-size: 16px;
  text-decoration: none;
  transition: all .2s;
  display: grid;
  position: relative;
}

.dropdown-link:hover {
  color: #940002;
  background-color: #fafafacc;
}

.icon-14 {
  width: 100%;
}

.icon-wrap {
  background-color: #8c54ff0d;
  border-radius: 100px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 11px;
  display: flex;
}

.dropdown-wrapper-flex {
  background-color: #fff;
  border-radius: 10px;
  align-items: flex-start;
  min-width: 140px;
  display: flex;
  overflow: hidden;
  box-shadow: 4px -19px 35px #20355a14, 11px 11px 30px -10px #20355a26;
}

.dropdown-wrapper-flex.w--open {
  background-color: #fff;
  border-radius: 15px;
  min-width: 300px;
  max-height: 100vh;
  left: -97px;
  box-shadow: 0 50px 25px -50px #20355a26, 8px 18px 60px 4px #00000021;
}

.dropdown-column-right {
  background-color: #fafafa;
  border-left: 1px solid #00000014;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  padding: 25px;
}

.navigation-right {
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  font-size: 16px;
  display: flex;
}

.dropdown-title {
  margin-bottom: 2px;
  font-size: 15px;
}

.dropdown-title:hover {
  color: #940002;
}

.navigation {
  z-index: 9;
  background-color: #fff;
  flex-direction: column;
  align-items: center;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.navigation-link {
  justify-content: center;
  align-items: center;
  width: 100px;
  padding: 20px 12px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.navigation-link:hover {
  color: #940002;
}

.navigation-link.w--current {
  color: #99d715;
}

.dropdown-pointer {
  position: relative;
}

.navigation-left {
  align-items: center;
  width: 442px;
  display: flex;
}

.dropdown-toggle {
  margin-right: 12px;
  padding-left: 12px;
  padding-right: 24px;
  transition: all .2s;
}

.dropdown-toggle:hover {
  color: var(--white);
}

.navbar-no-shadow-container-3 {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.container-regular-3 {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper-3 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-4 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link-3 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-3:hover {
  color: #1a1b1fbf;
}

.nav-link-3:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-3[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-3 {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle-3 {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle-3:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle-3:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle-3[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon-3 {
  margin-right: 10px;
}

.nav-dropdown-list-3 {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list-3.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link-3 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link-3:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link-3[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-button-wrapper-3 {
  margin-left: 120px;
}

.button-primary-5 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-5:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-5:active {
  background-color: #43464d;
}

.nav-menu-5 {
  color: #283338;
  align-items: center;
  font-size: 15px;
  display: flex;
  position: static;
}

.dropdown-link-mobile {
  color: #283338;
  width: 100%;
  padding: 20px 22px 16px;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.dropdown-link-mobile:hover {
  background-color: #f8faff;
}

.flowbase-logo {
  width: 54px;
}

.icon-15 {
  margin-right: 5px;
}

.navigation-container-mob {
  align-items: center;
  width: 100%;
  max-width: 1300px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navigation-wrap {
  background-color: #0000;
}

.icon-16 {
  width: 100%;
}

.navigation-mob {
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  display: none;
  position: relative;
  inset: 0% 0% auto;
}

.quick-stack-3 {
  width: auto;
  height: 390px;
}

.cell-5 {
  justify-content: center;
  align-items: center;
}

.hero-without-image-4 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-13 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-two-2 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px-4 {
  margin-bottom: 24px;
}

.button-primary-6 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-6:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-6:active {
  background-color: #43464d;
}

.section, .container-14 {
  text-align: center;
}

.heading-7 {
  font-size: 15px;
  font-weight: 400;
}

.cell-6 {
  justify-content: flex-start;
  align-items: center;
}

.fjh-b-link-1 {
  color: #ebebeb;
  font-size: 1.1em;
  line-height: 1.3em;
  text-decoration: none;
}

.fjh-b-link-1:hover {
  text-decoration: underline;
}

.fjh-b-icon-1 {
  object-fit: cover;
  flex-direction: row;
  width: 100%;
  margin-right: .8em;
  padding: 0;
  display: block;
}

.fjh-b-pic {
  object-fit: cover;
  flex-direction: row;
  width: 2em;
  margin-right: .8em;
  padding: 0;
  display: block;
}

.fjh-a-link-1 {
  color: #ebebeb;
  font-size: 1.1em;
  line-height: 1.3em;
  text-decoration: none;
}

.fjh-a-link-1:hover {
  text-decoration: underline;
}

.fjh-b-text-1 {
  color: #ebebeb;
  background-image: url('../images/Vector-12_1Vector 12.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: .6em;
  padding-right: 0;
  font-size: 1.1em;
  line-height: 1.3em;
}

.fjh-b-text-1:hover {
  text-decoration: underline;
}

.fjh-link-1 {
  color: #fff;
  margin-top: 1em;
  font-size: 1.3em;
  line-height: 1.3em;
  text-decoration: none;
}

.fjh-link-1:hover {
  color: #c7c7c7;
  text-decoration: underline;
}

.fjh-heading-1 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: .8em;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 1.3em;
}

.fjh-dropdown-list {
  border-radius: 1em;
  margin-top: 0;
}

.fjh-b-list-1.w--open {
  background-color: #fff;
  border-radius: .4em;
  margin-top: .5em;
  box-shadow: 1px 1px 20px #0000001a;
}

.fjh-container-1 {
  width: 100%;
  max-width: 100em;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5em;
  padding-right: 5em;
}

.fjh-wrap-3 {
  flex-direction: column;
  display: flex;
}

.fjh-b-wrap-1 {
  align-items: center;
  display: flex;
}

.fjh-grid-1 {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.fjh-wrap-5 {
  margin-right: 1em;
}

.fjh-wrap-1 {
  display: flex;
}

.fjh-b-decor-1 {
  align-items: flex-end;
  margin-left: 4em;
  margin-right: 0;
  display: flex;
}

.fjh-b-dropdown-1 {
  flex-direction: column;
  align-items: stretch;
  margin-right: 0;
  display: block;
}

.fjh-wrap-4 {
  align-items: center;
  margin-top: 1em;
  display: flex;
}

.dropdown-link-2 {
  color: #000;
  padding: 1em;
  font-size: 1.1em;
  line-height: 1.3em;
  text-decoration: none;
}

.fjh-icon-1 {
  object-fit: cover;
  height: 1.5em;
}

.fjh-section-1 {
  background-color: #363654;
  padding-top: 5em;
  padding-bottom: 3em;
  font-size: 1vw;
}

.fjh-container-2 {
  border-top: 1px solid #4c4c4c;
  width: 100%;
  max-width: 100em;
  margin-top: 5em;
  margin-left: auto;
  margin-right: auto;
  padding-top: 3em;
  padding-left: 5em;
  padding-right: 5em;
}

.fjh-wrap-2 {
  flex-direction: row;
  justify-content: space-between;
  display: flex;
}

.zen-wrap-7 {
  justify-content: flex-end;
  margin-top: 1em;
  display: flex;
}

.nossamissao {
  color: #353b56;
  height: 300px;
  margin-top: 0;
  margin-bottom: 4em;
  font-size: 1.3em;
  font-weight: 400;
  line-height: 1.6em;
}

.zen-wrap-9-2 {
  margin-bottom: 1em;
}

.zen-wrap-3 {
  padding-left: .7em;
  position: relative;
}

.text-span-2 {
  color: #353b56;
  font-size: 15px;
  line-height: 24px;
}

.zen-wrap-1-3 {
  height: 751px;
  margin-left: 12px;
}

.zen-wrap-5 {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.zen-pic-5-2 {
  border: 5px solid #940002;
  border-radius: 0 20px;
  width: 251.5px;
  height: 251.5px;
}

.zen-wrap-1-2 {
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 1em;
  padding-left: 2em;
  padding-right: 2em;
  display: flex;
}

.zen-pic-1-4 {
  border: 5px solid #940002;
  border-radius: 0 20px;
  height: 13em;
}

.zen-pic-4-2 {
  border: 5px solid #940002;
  border-radius: 0 20px;
  width: 251.5px;
  height: 251.5px;
}

.zen-grid-2-2 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  margin-top: -21px;
  padding-top: 34px;
  display: grid;
}

.zen-wrap-2 {
  width: 450px;
  height: 600px;
  margin-top: 0;
  margin-left: 46px;
}

.zen-heading-1 {
  color: #587837;
  letter-spacing: 0;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 1em;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3px;
}

.zen-pic-2-2 {
  border: 5px solid #940002;
  border-radius: 0 20px;
  width: 180px;
  height: 180px;
}

.nossahistoria {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  grid-template: ". Area"
  / 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  height: auto;
  margin-top: 50px;
  display: grid;
}

.container-16 {
  width: auto;
  height: 810px;
}

.zen-wrap-8 {
  flex-direction: column;
  grid-template-rows: 179px auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.header {
  color: #587837;
  text-transform: capitalize;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.zen-paragraph-1 {
  color: #353b56;
  height: 350px;
  margin-bottom: 4em;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}

.heading-8 {
  color: #fff;
  justify-content: center;
  align-items: flex-start;
  font-size: 32px;
  display: flex;
}

.text-block-45, .text-block-46, .text-block-47, .text-block-48, .text-block-49, .text-block-50 {
  font-family: Montserrat, sans-serif;
}

.button-wrapper-copy {
  color: #ff003d;
  justify-content: center;
  align-items: center;
  width: 110px;
  max-width: 122.016px;
  height: 50px;
  min-height: 50px;
  margin-right: 15px;
  padding-right: 0;
  font-weight: 700;
  text-decoration: none;
  transition: color .2s;
  display: flex;
  position: relative;
}

.contatobotao {
  color: #ff003d;
  justify-content: center;
  align-items: center;
  width: 110px;
  max-width: 122.016px;
  height: 50px;
  min-height: 50px;
  margin-left: 0;
  margin-right: 15px;
  padding-right: 0;
  font-weight: 700;
  text-decoration: none;
  transition: color .2s;
  display: flex;
  position: relative;
}

.botaocontato {
  z-index: 1;
  color: #940002;
  justify-content: center;
  align-items: center;
  width: 300px;
  margin-left: 0;
  margin-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  display: flex;
  position: relative;
}

.text-block-51 {
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.entendamelhorbotao {
  color: #ff003d;
  justify-content: center;
  align-items: center;
  width: 150px;
  max-width: 150px;
  height: 50px;
  min-height: 50px;
  margin-left: -6px;
  margin-right: 15px;
  padding-right: 0;
  font-weight: 700;
  text-decoration: none;
  transition: color .2s;
  display: flex;
  position: relative;
}

.entendamelhorescrita {
  z-index: 1;
  color: #940002;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 40px;
  margin-left: 0;
  margin-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  display: flex;
  position: relative;
}

.circulobranco {
  border: 2px solid #fff;
  border-radius: 25px;
  width: 30px;
  height: 30px;
  position: absolute;
}

.heading-9 {
  color: #940002;
  justify-content: center;
  align-items: center;
  font-size: 32px;
  display: flex;
}

.paragraph-11 {
  color: #940002;
  margin-top: 25px;
  line-height: 26px;
}

.div-block-11 {
  display: flex;
}

.botaoorcamento {
  color: #ff003d;
  justify-content: center;
  align-items: center;
  width: 150px;
  max-width: 150px;
  height: 50px;
  min-height: 50px;
  margin-left: -6px;
  margin-right: 15px;
  padding-right: 0;
  font-weight: 700;
  text-decoration: none;
  transition: color .2s;
  display: flex;
  position: relative;
}

.escritabotaoorcamento {
  z-index: 1;
  color: #940002;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 40px;
  margin-left: 0;
  margin-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  display: flex;
  position: relative;
}

.circuloorcamento {
  color: #940002;
  border: 2px solid #940002;
  border-radius: 25px;
  width: 30px;
  height: 30px;
  position: absolute;
}

.contatobotao-copy {
  color: #ff003d;
  justify-content: center;
  align-items: center;
  width: 110px;
  max-width: 122.016px;
  height: 50px;
  min-height: 50px;
  margin-top: 25px;
  margin-left: 0;
  margin-right: 15px;
  padding-right: 0;
  font-weight: 700;
  text-decoration: none;
  transition: color .2s;
  display: flex;
  position: relative;
}

.escritaorcamento {
  z-index: 1;
  color: #940002;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  display: flex;
  position: relative;
}

.clientes {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 500px;
  margin-top: 80px;
  display: flex;
}

.textocliente {
  color: #940002;
  text-align: left;
  letter-spacing: -.03em;
  width: 500px;
  max-width: 500px;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 52px;
  font-weight: 400;
  line-height: 62px;
}

.linha {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: right;
  background-color: #940002;
  flex: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 200px;
  height: 4px;
  margin-right: 10px;
  display: flex;
}

.text-span-3 {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  font-size: 60px;
  font-weight: 700;
  display: block;
}

.hero-heading-left-3 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-17 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-3 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px-5 {
  margin-bottom: 24px;
}

.button-primary-7 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-7:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-7:active {
  background-color: #43464d;
}

.shadow-two-3 {
  box-shadow: 0 4px 24px #96a3b514;
}

.navbar-logo-center-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container.shadow-three {
  width: 100%;
  max-width: 1140px;
}

.navbar-wrapper-three {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-brand-three {
  z-index: 5;
  position: absolute;
}

.nav-menu-wrapper-three {
  width: 100%;
}

.nav-menu-three {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-menu-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link-4 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-4:hover {
  color: #1a1b1fbf;
}

.nav-link-4:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-4[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-4 {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle-4 {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle-4:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle-4:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle-4[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon-4 {
  margin-right: 10px;
}

.nav-dropdown-list-4 {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list-4.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link-4 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link-4:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link-4[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.team-slider-4 {
  background-color: #f5f7fa;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  border-bottom: 1px solid #e4ebf3;
  height: 300px;
  padding: 80px 30px;
  position: relative;
}

.container-18 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading-5 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading-4 {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-slider-wrapper-4 {
  background-color: #0000;
  height: auto;
  margin-top: 50px;
}

.team-slide-wrapper-4 {
  width: 30%;
  margin-right: 5%;
}

.team-block-4 {
  background-color: #fff;
  padding-bottom: 24px;
}

.team-member-image-two-4 {
  margin-bottom: 18px;
}

.team-block-info-4 {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two-4 {
  margin-bottom: 12px;
  font-weight: 600;
}

.team-member-text-4 {
  margin-bottom: 20px;
}

.text-link-arrow-4 {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed-4 {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow-4 {
  display: none;
}

.team-slider-nav-4 {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.background-video {
  height: 350px;
}

.navbar-logo-center-container-2 {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container-2.shadow-three {
  width: 100%;
  max-width: 1140px;
}

.navbar-wrapper-three-2 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-brand-three-2 {
  z-index: 5;
  position: absolute;
}

.nav-menu-wrapper-three-2 {
  width: 100%;
}

.nav-menu-three-2 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-menu-block-2 {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link-5 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-5:hover {
  color: #1a1b1fbf;
}

.nav-link-5:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-5[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-5 {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle-5 {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle-5:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle-5:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle-5[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon-5 {
  margin-right: 10px;
}

.nav-dropdown-list-5 {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list-5.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link-5 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link-5:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link-5[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-link-accent-2 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent-2:hover {
  color: #1a1b1fbf;
}

.button-primary-8 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-8:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-8:active {
  background-color: #43464d;
}

.hero-heading-left-4 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.hero-wrapper-4 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split-4 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px-6 {
  margin-bottom: 24px;
}

.shadow-two-4 {
  box-shadow: 0 4px 24px #96a3b514;
}

.background-video-2 {
  height: 350px;
}

.team-slider-5 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-19 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading-6 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading-5 {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-slider-wrapper-5 {
  background-color: #0000;
  height: auto;
  margin-top: 50px;
}

.team-slide-wrapper-5 {
  width: 30%;
  margin-right: 5%;
}

.team-block-5 {
  background-color: #fff;
  padding-bottom: 24px;
}

.team-member-image-two-5 {
  margin-bottom: 18px;
}

.team-block-info-5 {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two-5 {
  margin-bottom: 12px;
  font-weight: 600;
}

.team-member-text-5 {
  margin-bottom: 20px;
}

.text-link-arrow-5 {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed-5 {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow-5 {
  display: none;
}

.team-slider-nav-5 {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.hero-subscribe-left {
  background-color: #f5f7fa;
  background-image: url('../images/italian-landscape-2023-11-27-05-04-37-utc.png');
  background-position: 50%;
  background-size: cover;
  border-bottom: 1px solid #e4ebf3;
  height: 350px;
  padding: 80px 30px;
  position: relative;
}

.container-20 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-5 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split-5 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px-7 {
  margin-bottom: 24px;
}

.hero-form {
  margin-bottom: 12px;
}

.hero-form-container {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.hero-form-input {
  color: #1a1b1f;
  border: 1px solid #d1d6db;
  width: 240px;
  height: auto;
  margin-bottom: 0;
  margin-right: 9px;
  padding: 5px 16px;
  font-size: 14px;
  line-height: 20px;
  transition: all .2s;
}

.hero-form-input:hover, .hero-form-input:focus {
  border-color: #76879d;
}

.hero-form-input::placeholder {
  color: #1a1b1fcc;
}

.button-primary-9 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-9:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-9:active {
  background-color: #43464d;
}

.text-link-arrow-6 {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed-6 {
  margin-left: 2px;
  display: flex;
}

.shadow-two-5 {
  box-shadow: 0 4px 24px #96a3b514;
}

.dropdown-wrapper-2 {
  background-color: #fff;
  border-radius: 10px;
  min-width: 140px;
  height: 300px;
  overflow: hidden;
  box-shadow: 4px -19px 35px #20355a14, 11px 11px 30px -10px #20355a26;
}

.dropdown-wrapper-2.w--open {
  background-color: #fff;
  border-radius: 15px;
  min-width: 300px;
  max-height: 100vh;
  left: -97px;
  box-shadow: 0 50px 25px -50px #20355a26, 8px 18px 60px 4px #00000021;
}

.gen-wrap-6 {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  flex-direction: column;
  flex: 0 32%;
  align-items: stretch;
  display: flex;
}

.gen-link-1 {
  color: #67819c;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3em;
  text-decoration: none;
}

.gen-wrap-1-2 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  align-items: center;
  display: flex;
}

.gen-wrap-8 {
  margin-bottom: 2em;
}

.gen-container-1 {
  width: 100%;
  max-width: 100em;
  margin-left: auto;
  margin-right: auto;
}

.gen-wrap-7 {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.gen-icon-1 {
  width: 1.5em;
}

.gen-text-1 {
  color: #67819c;
  margin-top: -58px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6em;
}

.dropdown-toggle-2 {
  margin-top: 10px;
  margin-right: 12px;
  padding-left: 12px;
  padding-right: 24px;
  transition: all .2s;
}

.gen-wrap-2 {
  grid-column-gap: 7em;
  grid-row-gap: 7em;
  border-top: 1px dashed #000;
  padding-top: 7em;
  padding-bottom: 5em;
  display: flex;
}

.gen-wrap-3 {
  border-top: 1px dashed #000;
  justify-content: space-between;
  align-items: center;
  padding-top: 3em;
  padding-bottom: 3em;
  display: flex;
}

.dropdown-link-3 {
  z-index: 25;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #283338;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-items: start stretch;
  width: 420px;
  padding: 20px 20px 0;
  font-size: 16px;
  text-decoration: none;
  transition: all .2s;
  display: grid;
  position: relative;
}

.dropdown-link-3:hover {
  color: #940002;
  background-color: #fafafacc;
}

.gen-logo-1 {
  width: 20em;
}

.hero-heading-left-5 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  height: 630px;
  padding: 80px 30px;
  position: relative;
}

.heading-10 {
  font-family: Montserrat, sans-serif;
  font-size: 12px;
}

.cell-7 {
  justify-content: center;
  align-items: center;
}

.passaportitaliano {
  margin-bottom: 2px;
  font-size: 15px;
}

.passaportitaliano:hover {
  color: #940002;
}

.passaporteportugues {
  margin-bottom: 2px;
  font-size: 15px;
}

.passaporteportugues:hover {
  color: #940002;
}

.passaporteitalianodiv {
  margin-bottom: 2px;
  font-size: 15px;
}

.passaporteitalianodiv:hover {
  color: #940002;
}

.passaporteportuguesdiv {
  margin-bottom: 2px;
  font-size: 15px;
}

.passaporteportuguesdiv:hover {
  color: #940002;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.container-22 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper-4 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link-6 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-6:hover {
  color: #1a1b1fbf;
}

.nav-link-6:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-6[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-6 {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle-6 {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle-6:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle-6:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle-6[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon-6 {
  margin-right: 10px;
}

.nav-dropdown-list-6 {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list-6.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link-6 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link-6:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link-6[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent-3 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent-3:hover {
  color: #1a1b1fbf;
}

.button-primary-10 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-10:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-10:active {
  background-color: #43464d;
}

.features-metrics {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px;
  position: relative;
}

.features-wrapper {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.features-block {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.features-title {
  margin-bottom: 8px;
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
}

.features-title-small {
  font-size: 24px;
  line-height: 32px;
}

.hero-heading-left-6 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.hero-wrapper-6 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split-6 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px-8 {
  margin-bottom: 24px;
}

.shadow-two-6 {
  box-shadow: 0 4px 24px #96a3b514;
}

.hero-without-image-5 {
  background-color: #f5f7fa;
  border-bottom: 0 solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.hero-wrapper-two-3 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.lottie-animation {
  width: 30%;
}

.quick-stack-5 {
  width: 230px;
  height: 100px;
}

.lottie-animation-2 {
  width: 150px;
}

.cell-10 {
  justify-content: center;
  align-items: center;
}

.botao1 {
  z-index: 1;
  color: #940002;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 40px;
  margin-left: 0;
  margin-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  display: flex;
  position: relative;
}

.botao10 {
  color: #ff003d;
  justify-content: center;
  align-items: center;
  width: 150px;
  max-width: 150px;
  height: 50px;
  min-height: 50px;
  margin-top: -13px;
  margin-left: -6px;
  margin-right: 15px;
  padding-right: 0;
  font-weight: 700;
  text-decoration: none;
  transition: color .2s;
  display: flex;
  position: relative;
}

.bold-text-6 {
  font-weight: 400;
}

.hero-heading-center-2 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  height: 400px;
  padding: 80px 30px;
  position: relative;
}

.container-24 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading-7 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading-7.margin-bottom-32px {
  margin-bottom: 32px;
}

.hero-wrapper-7 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split-7 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px-9 {
  margin-bottom: 24px;
}

.button-primary-11 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-11:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-11:active {
  background-color: #43464d;
}

.shadow-two-7 {
  box-shadow: 0 4px 24px #96a3b514;
}

.hero-without-image-6 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-25 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-two-4 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px-10 {
  text-align: left;
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
}

.button-primary-12 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-12:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-12:active {
  background-color: #43464d;
}

.margin-bottom-24px-11 {
  margin-bottom: 24px;
}

._1etapa {
  background-color: #f5f7fa;
  background-image: url('../images/fundo2.png');
  background-position: 0 0;
  background-size: auto;
  border-bottom: 1px solid #e4ebf3;
  flex-flow: column;
  height: auto;
  padding: 80px 30px;
  display: flex;
  position: relative;
}

.centered-heading-8 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading-8.margin-bottom-32px {
  margin-bottom: 32px;
}

.hero-wrapper-8 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split-8 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.shadow-two-8 {
  box-shadow: 0 4px 24px #96a3b514;
}

.heading-12 {
  font-size: 100px;
}

.heading-13 {
  font-size: 300px;
}

.container-26 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.show-me-for-info {
  color: #4b4141;
  border: 3px dashed #eb4a82;
  max-width: 630px;
  margin-bottom: 2rem;
  padding: 1rem;
  font-size: 1rem;
  line-height: 1.5em;
  display: none;
}

.grid {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-items: stretch;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #eb4a82;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 200px;
  max-width: 300px;
  height: 100%;
  min-height: 200px;
  max-height: 300px;
  padding: 0;
  font-size: 1rem;
  text-decoration: none;
  transition: background-color .3s, font-size .3s;
  display: flex;
  position: static;
}

.button:hover {
  background-color: #c73367;
  font-size: 1.125rem;
}

.button.pt-animation {
  min-width: 240px;
  min-height: 240px;
}

.button.pt-animation:hover {
  font-size: 1.25rem;
}

.icon-17 {
  margin-bottom: 1rem;
  position: static;
}

.text-block-52 {
  font-size: .5rem;
}

._1 {
  font-weight: 300;
}

.accordion_vertical-component {
  background-color: #f5f5f5;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  height: 5.5rem;
  padding: 0 0 0;
  transition: all .4s ease-in-out;
  overflow: hidden;
}

.accordion_vertical-component.current {
  height: 22.5rem;
}

.button-wrap {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 3rem;
  display: flex;
}

.vertical-img {
  object-fit: contain;
  width: 40%;
  height: 13rem;
}

.mask-horizontal {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #ece9e1;
  border-radius: 16px;
  flex: none;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 2rem;
  padding: 1rem 1rem 1rem 3rem;
  display: flex;
}

.accordions_vertical {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  flex: none;
  width: 100%;
  display: flex;
}

.accordion_verical-bottom {
  height: 0;
  padding-right: 0;
  transition: all .5s ease-out;
  overflow: hidden;
}

.accordion_verical-bottom.current {
  width: 100%;
  height: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}

.accordion2_icon {
  width: 2rem;
  padding-top: 6px;
  transition: all .3s ease-out;
}

.accordion2_icon.current {
  transform: rotate(45deg);
}

.text-size-large {
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  font-size: 1.5rem;
  line-height: 1.2;
}

.accordion_vertical-top {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 5.5rem;
  padding: 1.25rem 2rem;
  display: flex;
}

.contact-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.faq-tile {
  margin-bottom: 20px;
}

.faq-question-div {
  color: #614916;
  cursor: pointer;
  background-color: #ebebeb;
  justify-content: space-between;
  padding: 15px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  line-height: 100%;
  transition: all .2s;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.faq-question-div:hover {
  color: #fff;
  background-color: #940002;
}

.faq-question-div:active {
  background-color: #0e0850;
}

.up-down-arrow {
  text-transform: lowercase;
  font-size: 20px;
  font-weight: 400;
}

.faq-answer-div {
  background-color: #f5f5f5;
  overflow: hidden;
}

.faq-answer-padding {
  padding: 30px;
}

.body-copy {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
}

.text-block-53 {
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 900;
}

.text-block-54 {
  font-size: 45px;
}

.text-block-55 {
  font-size: 45px;
  font-weight: 900;
}

.bold-text-7 {
  margin-left: 15px;
  font-size: 18px;
  font-weight: 300;
}

.text-span-6 {
  margin-left: 15px;
  font-weight: 600;
}

.text-span-7 {
  font-size: 45px;
}

.text-span-8 {
  width: 50px;
  height: 30px;
  font-size: 45px;
  font-weight: 900;
}

.text-block-56 {
  font-size: 18px;
}

.bold-text-8 {
  text-align: center;
  margin-left: 15px;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
}

.text-block-57 {
  font-size: 45px;
  font-weight: 900;
}

.text-span-9 {
  margin-left: 15px;
  font-size: 18px;
  font-weight: 300;
}

.text-block-58 {
  font-size: 45px;
  font-weight: 900;
}

.text-span-10 {
  font-size: 18px;
  font-weight: 600;
}

.bold-text-9 {
  margin-left: 15px;
  font-weight: 300;
}

.text-block-59 {
  font-size: 45px;
  font-weight: 900;
}

.text-block-60, .text-block-61 {
  font-size: 45px;
}

.text-block-62 {
  font-size: 45px;
  font-weight: 900;
}

.text-span-11 {
  font-size: 18px;
  font-weight: 600;
}

.bold-text-10 {
  margin-left: 15px;
  font-size: 18px;
  font-weight: 300;
}

.text-block-63, .text-block-64 {
  font-size: 45px;
}

.text-block-65 {
  font-size: 45px;
  font-weight: 900;
}

.text-span-12 {
  font-size: 18px;
}

.bold-text-11 {
  margin-left: 15px;
  font-size: 18px;
  font-weight: 300;
}

.text-span-13, .text-span-14 {
  font-weight: 700;
}

.text-block-66 {
  font-size: 45px;
  font-weight: 900;
}

.text-span-15, .text-span-16 {
  font-size: 18px;
}

.bold-text-12 {
  font-weight: 300;
}

.hero-without-image-7 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  height: 600px;
  padding: 80px 30px;
  position: relative;
}

.container-27 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-two-5 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px-12 {
  text-align: left;
  margin-top: 40px;
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 300;
  line-height: 25px;
}

.button-primary-13 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-13:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-13:active {
  background-color: #43464d;
}

.bold-text-13 {
  margin-left: 15px;
  font-weight: 400;
}

.quick-stack-6 {
  grid-column-gap: 33px;
  grid-row-gap: 33px;
  height: 250px;
  margin-top: 30px;
}

.cell-11, .cell-12, .cell-13, .cell-14, .cell-15 {
  background-color: #fff;
  border-radius: 7px;
  justify-content: flex-start;
  align-items: center;
  box-shadow: 0 2px 5px #0003;
}

.heading-14 {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  display: block;
}

.text-span-17 {
  font-size: 15px;
  font-weight: 400;
}

.text-span-18 {
  font-size: 14px;
}

.image, .image-2, .image-3, .image-4, .image-5 {
  margin-top: 10px;
}

.heading-15 {
  color: #940002;
  text-align: center;
  margin-bottom: 30px;
  font-family: Cinzeldecorative, sans-serif;
  font-size: 28px;
  font-weight: 400;
}

.text-span-19 {
  font-size: 14px;
  font-weight: 300;
}

.hero-heading-left-7 {
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  height: 860px;
  padding: 80px 30px;
  position: relative;
}

.hero-wrapper-9 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split-9 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px-13 {
  margin-bottom: 24px;
}

.shadow-two-9 {
  box-shadow: 0 4px 24px #96a3b514;
}

.quick-stack-7 {
  height: 700px;
}

.slider {
  background-image: url('../images/venetian-canal-italy-2023-11-27-05-35-11-utc.png');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.cell-16 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.faq-question-2 {
  color: #fff;
  background-color: #940002;
  justify-content: space-between;
  align-items: center;
  width: 500px;
  height: 102px;
  padding: 20px;
  text-decoration: none;
  display: flex;
}

.bold-text-14 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.text-span-20 {
  font-weight: 400;
}

.text-span-21 {
  font-weight: 800;
}

.text-block-67 {
  text-align: center;
  justify-content: center;
  align-items: center;
  line-height: 10px;
  display: flex;
}

._3 {
  width: 50px;
  height: 30px;
  font-size: 45px;
  font-weight: 900;
  position: relative;
  top: 11px;
  left: -6px;
}

._2 {
  width: 50px;
  height: 30px;
  font-size: 45px;
  font-weight: 900;
  position: relative;
  top: 6px;
}

.text-span-8-copy {
  width: 50px;
  height: 30px;
  font-size: 45px;
  font-weight: 900;
}

._1-1 {
  width: 50px;
  height: 30px;
  font-size: 45px;
  font-weight: 900;
  position: relative;
  top: 7px;
  left: 8px;
}

._4 {
  width: 50px;
  height: 30px;
  font-size: 45px;
  font-weight: 900;
  position: relative;
  top: 6px;
}

.slider-2, .slider-3 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.slide {
  background-image: url('../images/italian-landscape-2023-11-27-05-04-37-utc.png');
  background-position: 50%;
  background-size: cover;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
}

.slide-2 {
  background-image: url('../images/venetian-canal-italy-2023-11-27-05-35-11-utc.png');
  background-position: 50%;
  background-size: cover;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
}

.slide-3 {
  background-image: url('../images/asian-women-visiting-manarola-in-cinque-terre-ital-2023-11-27-05-07-14-utc.png');
  background-position: 0%;
  background-size: cover;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
}

.slider-4, .slider-5 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.slider-6 {
  background-color: #fff0;
  background-image: none;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
  width: 450px;
  box-shadow: 0 2px 5px #0003;
}

.slide-4 {
  background-image: url('../images/venice-italy-2023-11-27-05-11-33-utc.png');
  background-position: 50%;
  background-size: cover;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
}

.hero-heading-left-8 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-28 {
  width: 100%;
  max-width: 940px;
  margin-top: 48px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-10 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split-10 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 430px;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px-14 {
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
  line-height: 25px;
}

.button-primary-14 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-14:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-14:active {
  background-color: #43464d;
}

.shadow-two-10 {
  box-shadow: 0 4px 24px #96a3b514;
}

.heading-16 {
  color: #940002;
  text-align: center;
  -webkit-text-stroke-color: #940002;
  margin-bottom: 50px;
  font-family: Cinzeldecorative, sans-serif;
  font-size: 28px;
  font-weight: 400;
}

.text-block-68 {
  order: 0;
  justify-content: center;
  align-items: center;
  width: 400px;
  display: flex;
}

.text-block-69 {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-70 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-heading-right {
  background-color: #f5f7fa;
  background-image: url('../images/6820.png');
  background-position: 0 0;
  background-size: auto;
  border-bottom: 1px solid #e4ebf3;
  height: 800px;
  padding: 80px 30px;
  position: relative;
}

.heading-17 {
  color: #940002;
  font-family: Cinzeldecorative, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 38px;
}

.one, .two, .flour, .four {
  width: 430px;
  margin-bottom: 20px;
}

.cell-17 {
  justify-content: center;
  align-items: center;
}

.background-video-3 {
  border: 5px solid #940002;
  border-width: 5px 0;
}

.quick-stack-8 {
  width: 1100px;
  margin-top: 28px;
}

.text-span-22 {
  background-color: #940002;
  width: 500px;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
}

.container-30 {
  justify-content: center;
  align-items: flex-end;
  max-width: 1200px;
  margin-top: 30px;
  display: flex;
}

.cell-18 {
  justify-content: center;
  align-items: flex-start;
  padding-left: 0;
}

.entreemcontato {
  color: #ff003d;
  justify-content: center;
  align-items: center;
  width: 450px;
  max-width: 450px;
  height: 50px;
  min-height: 50px;
  margin-left: 0;
  margin-right: 15px;
  padding-right: 0;
  font-weight: 700;
  text-decoration: none;
  transition: color .2s;
  display: flex;
  position: relative;
}

.sonho {
  z-index: 1;
  color: #940002;
  text-transform: none;
  background-color: #fff;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 445px;
  height: 25px;
  margin-left: 0;
  margin-right: 0;
  font-family: Cinzeldecorative, sans-serif;
  font-size: 18px;
  display: flex;
  position: relative;
}

.duvidasitalia {
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  height: auto;
  padding: 80px 30px;
  position: relative;
}

.duvidas1 {
  max-width: 1100px;
  height: auto;
}

.container1 {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.p1 {
  margin-bottom: 20px;
}

.capaitalia {
  background-color: #f5f7fa;
  background-image: url('../images/6820.png');
  background-position: 100% 0;
  background-size: cover;
  background-attachment: fixed;
  border-bottom: 1px solid #e4ebf3;
  height: 800px;
  padding: 80px 30px;
  position: relative;
}

.capaportugal {
  background-color: #f5f7fa;
  background-image: url('../images/Capaportugal.png');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  border-bottom: 1px solid #e4ebf3;
  height: 800px;
  padding: 80px 30px;
  position: relative;
}

.textoportugal {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 430px;
  max-width: 46%;
  display: flex;
}

.heading-17-copy {
  color: #0c0094;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  line-height: 38px;
}

.headport {
  color: #0c0094;
  letter-spacing: 1px;
  font-family: Girassol, sans-serif;
  font-size: 30px;
  line-height: 38px;
}

.subtextoportulgal {
  letter-spacing: .5px;
  margin-bottom: 24px;
  font-family: Roboto, sans-serif;
  font-weight: 300;
  line-height: 26px;
}

.etapasportugal {
  background-color: #f5f7fa;
  background-image: url('../images/Mesa-de-trabajo-1.png');
  background-position: 100%;
  background-size: contain;
  border-bottom: 1px solid #e4ebf3;
  flex-flow: column;
  height: auto;
  padding: 80px 30px;
  display: flex;
  position: relative;
}

.headetapaportugal {
  color: #a88d12;
  text-align: center;
  -webkit-text-stroke-color: #940002;
  margin-bottom: 50px;
  font-family: Flamenco, sans-serif;
  font-size: 30px;
  font-weight: 400;
}

._1elegportugal {
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 900;
}

.suporteportugal {
  letter-spacing: .5px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 25px;
}

.docsupport, .emissoessuportport, .analisesuportportugal {
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 25px;
}

.processoheading {
  margin-left: 15px;
  font-size: 18px;
  font-weight: 600;
}

.tr-nsito {
  margin-left: 15px;
  font-weight: 300;
}

.bold-text-15 {
  font-weight: 300;
}

.transitotextosupportugal {
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 25px;
}

.text-span-23 {
  font-weight: 700;
}

._321321, ._2312 {
  margin-bottom: 20px;
}

._3333 {
  text-align: left;
  margin-top: 40px;
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 600;
  line-height: 25px;
}

.heading6 {
  margin-left: 15px;
  font-size: 18px;
  font-weight: 300;
}

._6suportetext {
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 25px;
}

.videoportugal {
  border: 5px solid #0c0094;
  border-left: 0 solid #940002;
  border-right: 0 solid #940002;
}

.viveressesonhoportugal {
  color: #0c0094;
  justify-content: center;
  align-items: center;
  width: 450px;
  max-width: 450px;
  height: 50px;
  min-height: 50px;
  margin-left: 0;
  margin-right: 15px;
  padding-right: 0;
  font-weight: 700;
  text-decoration: none;
  transition: color .2s;
  display: flex;
  position: relative;
}

.sonhoportugal {
  z-index: 1;
  color: #0c0094;
  text-transform: none;
  background-color: #fff;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 445px;
  height: 25px;
  margin-left: 0;
  margin-right: 0;
  font-family: Girassol, sans-serif;
  font-size: 22px;
  display: flex;
  position: relative;
}

.docsportugal {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  height: 600px;
  padding: 80px 30px;
  position: relative;
}

.gridportugal {
  grid-column-gap: 33px;
  grid-row-gap: 33px;
  height: 280px;
  margin-top: 30px;
}

.certidaoportugal, .cell-12-copy, .cell-14-copy, .delete, .registrociminal {
  background-color: #fff;
  border-radius: 7px;
  justify-content: flex-start;
  align-items: center;
  box-shadow: 0 2px 5px #0003;
}

.elegibilidade {
  color: #614916;
  cursor: pointer;
  background-color: #ebebeb;
  justify-content: space-between;
  padding: 15px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  line-height: 100%;
  transition: all .2s;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.elegibilidade:hover {
  color: #fff;
  background-color: #a88d12;
}

.elegibilidade:active {
  background-color: #061588;
}

.doc {
  color: #614916;
  cursor: pointer;
  background-color: #ebebeb;
  justify-content: space-between;
  padding: 15px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  line-height: 100%;
  transition: all .2s;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.doc:hover {
  color: #fff;
  background-color: #0c0094;
}

.doc:active {
  background-color: #061588;
}

.emissoes {
  color: #614916;
  cursor: pointer;
  background-color: #ebebeb;
  justify-content: space-between;
  padding: 15px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  line-height: 100%;
  transition: all .2s;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.emissoes:hover {
  color: #fff;
  background-color: #a88d12;
}

.emissoes:active {
  background-color: #061588;
}

.processo {
  color: #614916;
  cursor: pointer;
  background-color: #ebebeb;
  justify-content: space-between;
  padding: 15px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  line-height: 100%;
  transition: all .2s;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.processo:hover {
  color: #fff;
  background-color: #a88d12;
}

.processo:active {
  background-color: #061588;
}

.transito {
  color: #614916;
  cursor: pointer;
  background-color: #ebebeb;
  justify-content: space-between;
  padding: 15px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  line-height: 100%;
  transition: all .2s;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.transito:hover {
  color: #fff;
  background-color: #a88d12;
}

.transito:active {
  background-color: #061588;
}

.aquisicao {
  color: #614916;
  cursor: pointer;
  background-color: #ebebeb;
  justify-content: space-between;
  padding: 15px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  line-height: 100%;
  transition: all .2s;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.aquisicao:hover {
  color: #fff;
  background-color: #a88d12;
}

.aquisicao:active {
  background-color: #061588;
}

.imcertport {
  margin-top: 10px;
}

.certidaoportl {
  margin-top: 10px;
  position: relative;
  top: 16px;
}

.imagempolicia, .outrosportugal {
  margin-top: 10px;
}

.headportugal, .duvidasport {
  color: #0c0094;
  text-align: center;
  margin-bottom: 30px;
  font-family: Girassol, sans-serif;
  font-size: 30px;
}

.obito {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  line-height: 25px;
  display: block;
}

.outros {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 25px;
  display: block;
}

.duvidasportugal {
  max-width: 1100px;
  height: auto;
}

.one-copy, .oneport {
  width: 430px;
  margin-bottom: 20px;
}

.textport {
  text-align: center;
  margin-left: 15px;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
}

.twoportugal {
  width: 430px;
  margin-bottom: 20px;
}

.text2port {
  text-align: center;
  margin-left: 15px;
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
}

.text-span-24 {
  font-weight: 700;
}

.sliderportugal {
  background-color: #fff0;
  background-image: none;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
  width: 450px;
  box-shadow: 0 2px 5px #0003;
}

.slideportugal1 {
  background-image: url('../images/aveiro-city-in-portugal-2023-11-27-05-23-58-utc.png');
  background-position: 50%;
  background-size: cover;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
}

.slide2port {
  background-image: url('../images/2.png');
  background-position: 50%;
  background-size: cover;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
}

.portugal, .portugal3 {
  background-color: #fff0;
  background-image: none;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
  width: 450px;
  box-shadow: 0 2px 5px #0003;
}

._33 {
  background-image: url('../images/3.png');
  background-position: 50%;
  background-size: cover;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
}

._44 {
  background-image: url('../images/54.png');
  background-position: 50%;
  background-size: cover;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
}

.capaespanha {
  background-color: #f5f7fa;
  background-image: url('../images/ESPANHA.png');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  border-bottom: 1px solid #e4ebf3;
  height: 800px;
  padding: 80px 30px;
  position: relative;
}

.headespan {
  color: #a88d12;
  font-family: Flamenco, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 38px;
}

.subspan {
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
  line-height: 26px;
}

.etapaspain {
  background-color: #f5f7fa;
  background-image: url('../images/spain.png');
  background-position: 50%;
  background-size: cover;
  border-bottom: 1px solid #e4ebf3;
  flex-flow: column;
  height: auto;
  padding: 80px 30px;
  display: flex;
  position: relative;
}

.videospain {
  border: 5px solid #a88d12;
  border-left: 0 solid #940002;
  border-right: 0 solid #940002;
}

.sonhospain {
  z-index: 1;
  color: #a88d12;
  text-transform: capitalize;
  background-color: #fff;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 445px;
  height: 25px;
  margin-left: 0;
  margin-right: 0;
  font-family: Flamenco, sans-serif;
  font-size: 18px;
  display: flex;
  position: relative;
}

.spain1, .spains2, .spain3, .spain4, .spain5, .spain6 {
  margin-bottom: 20px;
}

._1elegibilidadeitalia {
  color: #614916;
  cursor: pointer;
  background-color: #ebebeb;
  justify-content: space-between;
  padding: 15px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  line-height: 100%;
  transition: all .2s;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

._1elegibilidadeitalia:hover {
  color: #fff;
  background-color: #940002;
}

._1elegibilidadeitalia:active {
  background-color: #0e0850;
}

.textitalia {
  margin-left: 15px;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

.text-span-25 {
  color: #940002;
  font-family: Cinzeldecorative, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.textoetapasportugal {
  color: #0c0094;
  text-align: center;
  -webkit-text-stroke-color: #940002;
  margin-bottom: 50px;
  font-family: Girassol, sans-serif;
  font-size: 30px;
}

.elegibilidade-copy {
  color: #614916;
  cursor: pointer;
  background-color: #ebebeb;
  justify-content: space-between;
  padding: 15px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  line-height: 100%;
  transition: all .2s;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.elegibilidade-copy:hover {
  color: #fff;
  background-color: #0c0094;
}

.elegibilidade-copy:active {
  background-color: #061588;
}

.processo-copy {
  color: #614916;
  cursor: pointer;
  background-color: #ebebeb;
  justify-content: space-between;
  padding: 15px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  line-height: 100%;
  transition: all .2s;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.processo-copy:hover {
  color: #fff;
  background-color: #0c0094;
}

.processo-copy:active {
  background-color: #061588;
}

.transito-copy {
  color: #614916;
  cursor: pointer;
  background-color: #ebebeb;
  justify-content: space-between;
  padding: 15px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  line-height: 100%;
  transition: all .2s;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.transito-copy:hover {
  color: #fff;
  background-color: #0c0094;
}

.transito-copy:active {
  background-color: #061588;
}

.aquisicao-copy {
  color: #614916;
  cursor: pointer;
  background-color: #ebebeb;
  justify-content: space-between;
  padding: 15px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  line-height: 100%;
  transition: all .2s;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.aquisicao-copy:hover {
  color: #fff;
  background-color: #0c0094;
}

.aquisicao-copy:active {
  background-color: #061588;
}

.emissoes-copy {
  color: #614916;
  cursor: pointer;
  background-color: #ebebeb;
  justify-content: space-between;
  padding: 15px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  line-height: 100%;
  transition: all .2s;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.emissoes-copy:hover {
  color: #fff;
  background-color: #0c0094;
}

.emissoes-copy:active {
  background-color: #061588;
}

.doc-copy {
  color: #614916;
  cursor: pointer;
  background-color: #ebebeb;
  justify-content: space-between;
  padding: 15px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  line-height: 100%;
  transition: all .2s;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.doc-copy:hover {
  color: #fff;
  background-color: #0c0094;
}

.doc-copy:active {
  background-color: #061588;
}

.portuga, .portuga2 {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  display: block;
}

.portuga3, .portuga4 {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
  display: block;
}

.duvidasport1 {
  color: #614916;
  cursor: pointer;
  background-color: #ebebeb;
  justify-content: space-between;
  padding: 15px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  line-height: 100%;
  transition: all .2s;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.duvidasport1:hover {
  color: #fff;
  background-color: #0c0094;
}

.duvidasport1:active {
  background-color: #0e0850;
}

.duvport2 {
  color: #614916;
  cursor: pointer;
  background-color: #ebebeb;
  justify-content: space-between;
  padding: 15px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  line-height: 100%;
  transition: all .2s;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.duvport2:hover {
  color: #fff;
  background-color: #0c0094;
}

.duvport2:active {
  background-color: #0e0850;
}

.duvport3 {
  color: #614916;
  cursor: pointer;
  background-color: #ebebeb;
  justify-content: space-between;
  padding: 15px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  line-height: 100%;
  transition: all .2s;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.duvport3:hover {
  color: #fff;
  background-color: #0c0094;
}

.duvport3:active {
  background-color: #0e0850;
}

.duvidasitalia-copy {
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  height: auto;
  padding: 80px 30px;
  position: relative;
}

.duvidasportugal1 {
  background-color: #fff;
  background-image: url('../images/Mesa-de-trabajo-1.png');
  background-position: 0 0;
  background-size: contain;
  border-bottom: 1px solid #e4ebf3;
  height: auto;
  padding: 80px 30px;
  position: relative;
}

.bold-text-16 {
  font-weight: 300;
}

.docspain {
  color: #614916;
  cursor: pointer;
  background-color: #ebebeb;
  justify-content: space-between;
  padding: 15px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  line-height: 100%;
  transition: all .2s;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.docspain:hover {
  color: #fff;
  background-color: #a88d12;
}

.docspain:active {
  background-color: #061588;
}

.docespao, .duvidaspain {
  color: #a88d12;
  text-align: center;
  margin-bottom: 30px;
  font-family: Flamenco, sans-serif;
  font-size: 30px;
}

.suporteportugal-copy, .spains1 {
  letter-spacing: .5px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 25px;
}

.spain2, .emissoessuportport-copy, .spain33, .analisesuportportugal-copy, .analisesuportportugal-copy-copy, .spain44 {
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 25px;
}

.spain55 {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
}

.bold-text-15-copy, .analise {
  font-weight: 300;
}

.tradu-o-e-apostilamento {
  margin-left: 15px;
  font-weight: 300;
}

.processo-na-espanha {
  margin-left: 15px;
  font-size: 18px;
  font-weight: 300;
}

._66 {
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 25px;
}

.processo-na-espanha-copy, .t1r-nsito {
  margin-left: 15px;
  font-size: 18px;
  font-weight: 300;
}

._66-copy, .t11r-nsito {
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 25px;
}

.text-span-26 {
  font-weight: 700;
}

.aquisi-o-da-cidadania-espanhola-completa {
  margin-left: 15px;
  font-size: 18px;
  font-weight: 300;
}

._88 {
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 25px;
}

.gridspain {
  grid-column-gap: 33px;
  grid-row-gap: 33px;
  height: 280px;
  margin-top: 30px;
}

.s {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  display: block;
}

.p {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  display: block;
  position: relative;
  top: 32px;
}

.a, .i, .n {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 25px;
  display: block;
}

.cell-19 {
  justify-content: flex-start;
  align-items: center;
}

.paragraph-12 {
  text-align: center;
  font-size: 18px;
}

.paragraph-13 {
  text-align: center;
}

.paragraph-14 {
  color: #a88d12;
  font-family: Flamenco, sans-serif;
  font-size: 18px;
  text-decoration: none;
}

.text-span-27 {
  color: #a88d12;
  font-family: Flamenco, sans-serif;
  text-decoration: none;
}

.text-span-28 {
  color: #a88d12;
  font-family: Flamenco, sans-serif;
  font-size: 18px;
  text-decoration: none;
}

.duvidasspain1 {
  color: #614916;
  cursor: pointer;
  background-color: #ebebeb;
  justify-content: space-between;
  padding: 15px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  line-height: 100%;
  transition: all .2s;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.duvidasspain1:hover {
  color: #fff;
  background-color: #a88d12;
}

.duvidasspain1:active {
  background-color: #0e0850;
}

.textspain {
  text-align: center;
  margin-left: 15px;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
}

.faq-question-div-copy:hover {
  color: #fff;
}

.text-block-69-copy {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.faq-question-div-copy {
  color: #614916;
  cursor: pointer;
  background-color: #ebebeb;
  justify-content: space-between;
  padding: 15px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  line-height: 100%;
  transition: all .2s;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.faq-question-div-copy:hover {
  color: #fff;
  background-color: #a88d12;
}

.faq-question-div-copy:active {
  background-color: #0e0850;
}

.bold-text-8-copy {
  text-align: center;
  margin-left: 15px;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
}

.text-block-67-copy {
  text-align: center;
  justify-content: center;
  align-items: center;
  line-height: 10px;
  display: flex;
}

.body-copy-copy {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
}

.faq-question-div-copy-copy {
  color: #614916;
  cursor: pointer;
  background-color: #ebebeb;
  justify-content: space-between;
  padding: 15px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  line-height: 100%;
  transition: all .2s;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.faq-question-div-copy-copy:hover {
  color: #fff;
  background-color: #a88d12;
}

.faq-question-div-copy-copy:active {
  background-color: #0e0850;
}

.body-copy-copy-copy {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
}

.five {
  width: 430px;
  margin-bottom: 20px;
}

.bold-text-8-copy-copy {
  text-align: center;
  margin-left: 15px;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
}

.text-block-67-copy-copy, .text-block-67-copy-copy-copy {
  text-align: center;
  justify-content: center;
  align-items: center;
  line-height: 10px;
  display: flex;
}

.sliderspain {
  background-image: url('../images/woman-traveling-in-zaragoza-city-spain-2023-11-27-05-05-08-utc.png');
  background-position: 50% 100%;
  background-size: cover;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
}

.slideiderspain2 {
  background-color: #fff0;
  background-image: none;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
  width: 450px;
  height: 300px;
  box-shadow: 0 2px 5px #0003;
}

._33-copy {
  background-image: url('../images/3.png');
  background-position: 50%;
  background-size: cover;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
}

._5858 {
  background-image: url('../images/333.png');
  background-position: 50%;
  background-size: cover;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
}

._7878 {
  background-image: url('../images/7676.png');
  background-position: 50%;
  background-size: cover;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
}

.slide2port-copy {
  background-image: url('../images/antequera-at-sunset-spain-2023-11-27-04-52-18-utc.png');
  background-position: 50%;
  background-size: cover;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
}

.duvidasitalia-copy {
  background-color: #fff;
  background-image: url('../images/spain.png');
  background-position: 0 0;
  background-size: cover;
  border-bottom: 1px solid #e4ebf3;
  height: auto;
  padding: 80px 30px;
  position: relative;
}

.hero-heading-left-9 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-31 {
  width: 100%;
  max-width: 940px;
  margin-top: -85px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-11 {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: 300px;
  margin-top: 50px;
  display: flex;
}

.hero-split-11 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 800px;
  display: flex;
}

.margin-bottom-24px-15 {
  text-align: left;
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
  line-height: 24px;
}

.button-primary-15 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: capitalize;
  background-color: #1a1b1f;
  border-radius: 0 15px;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-15:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-15:active {
  background-color: #43464d;
}

.shadow-two-11 {
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  box-shadow: 0 4px 24px #96a3b514;
}

.hero-heading-right-2 {
  background-color: #f5f7fa;
  background-image: url('../images/DDD.png'), linear-gradient(265deg, #fd5050, #fff 55%);
  background-position: 50% 60%, 0 0;
  background-size: cover, auto;
  border-bottom: 1px solid #e4ebf3;
  height: 800px;
  padding: 80px 30px;
  position: relative;
}

.heading-18 {
  color: #940002;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
}

.hero-heading-center-3 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-32 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading-9 {
  color: #fff;
  text-align: center;
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
}

.centered-heading-9.margin-bottom-32px {
  color: #940002;
  margin-bottom: 32px;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
}

.hero-wrapper-12 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split-12 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px-16 {
  margin-top: 50px;
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
  line-height: 24px;
}

.container-33 {
  justify-content: center;
  align-items: center;
  margin-top: 197px;
  display: flex;
}

.margin-bottom-24px-17 {
  color: #fff;
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
  line-height: 24px;
}

.hero-subscribe-left-2 {
  background-color: #940002;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.hero-form-2 {
  margin-bottom: 12px;
}

.hero-form-container-2 {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.hero-form-input-2 {
  color: #1a1b1f;
  border: 1px solid #d1d6db;
  width: 240px;
  height: auto;
  margin-bottom: 0;
  margin-right: 9px;
  padding: 5px 16px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 20px;
  transition: all .2s;
}

.hero-form-input-2:hover, .hero-form-input-2:focus {
  border-color: #76879d;
}

.hero-form-input-2::placeholder {
  color: #1a1b1fcc;
}

.text-link-arrow-7 {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.text-link-arrow-7:hover {
  text-decoration: underline;
}

.arrow-embed-7 {
  color: #940002;
  margin-left: 2px;
  display: flex;
}

.hero-heading-right-3 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.margin-bottom-24px-18 {
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
  line-height: 24px;
}

.team-circles {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.centered-subheading-6 {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-grid {
  grid-column-gap: 64px;
  grid-row-gap: 56px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.team-card {
  text-align: center;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

.team-member-image {
  object-fit: cover;
  border-radius: 50%;
  width: 270px;
  height: 270px;
  margin-bottom: 24px;
}

.team-member-name {
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.team-member-position {
  margin-bottom: 24px;
}

.hero-stack {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.hero-wrapper-two-6 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px-19 {
  margin-bottom: 24px;
}

.hero-image {
  width: 100%;
  margin-top: 50px;
}

.team-member-wrapper {
  cursor: default;
  border: 1px solid #fafafa;
  width: 200px;
  max-width: 100%;
  min-height: 250px;
  transition: transform .2s ease-in-out;
  position: relative;
  overflow: hidden;
  box-shadow: 0 7px 27px -6px #00000040;
}

.team-member-wrapper:hover {
  transform: scale(1.05);
}

.team-member-details {
  z-index: 10;
  color: #fff;
  background-image: linear-gradient(#000000b0, #000000b0);
  border-top: 2px solid #940002;
  padding: 10px 15px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.team-member-name-2 {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.team-member-job-role {
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  font-weight: 400;
}

.team-member-summary {
  font-size: 12px;
  overflow: hidden;
}

.team-member-photo {
  z-index: 5;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  position: absolute;
  inset: 0;
}

.cell-20, .cell-21, .cell-22, .cell-23, .cell-24, .cell-25 {
  justify-content: center;
  align-items: center;
}

.bold-text-17 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
}

.heading-19, .bold-text-18 {
  color: #940002;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
}

.servi-os {
  background-color: #940002;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.team-slider-wrapper-6 {
  background-color: #0000;
  height: auto;
  margin-top: 50px;
}

.team-slide-wrapper-6 {
  width: 30%;
  margin-right: 5%;
}

.team-block-6 {
  background-color: #fff;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  width: 282px;
  padding-bottom: 24px;
}

.team-member-image-two-6 {
  border-top-right-radius: 30px;
  width: 100%;
  height: 158.844px;
  margin-bottom: 18px;
}

.team-block-info-6 {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two-6 {
  color: #940002;
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 600;
}

.team-member-text-6 {
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

.team-slider-arrow-6 {
  display: none;
}

.team-slider-nav-6 {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.italic-text {
  font-style: normal;
  text-decoration: none;
}

.text-block-71, .text-block-72, .text-block-73 {
  color: #940002;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.spain {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  height: 600px;
  padding: 80px 30px;
  position: relative;
}

.cleaning-nav-underline {
  background-color: #fff;
  width: 100%;
  height: 2px;
  position: absolute;
  inset: auto 0% 0%;
}

.cleaning-topbar-container {
  max-width: 1200px;
}

.cleaning-nav-menu {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.cleaning-navbar-no-shadow {
  box-shadow: none;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-color: #fff3;
  margin-top: 0;
  position: sticky;
  top: 0;
}

.heading-block {
  border-bottom: 1px solid #000;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.cleaning-contact-block {
  margin-left: 20px;
}

.contact-block {
  padding-top: 10px;
  padding-bottom: 10px;
}

.cleaning-social-block {
  color: #1d262d;
  background-color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: block;
}

.librarie-container {
  background-color: #fff3;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 12px;
  padding-right: 12px;
}

.contact-time {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  align-items: center;
  font-size: 12px;
  display: flex;
}

.cleaning-social-icon {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  font-size: 12px;
  display: flex;
}

.cleaning-container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.top-bar-block {
  margin-bottom: 50px;
}

.topbar-main-block {
  z-index: 2;
  background-image: url('../images/Hero-Slider_1Hero Slider.webp');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  max-width: 1200px;
  height: 800px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.cleaning-topbar-social-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.cleaning-nav-link {
  color: #fff;
  letter-spacing: .25px;
  padding-bottom: 10px;
  text-decoration: none;
  display: inline-block;
}

.cleaning-navbar-container {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 18px 20px;
}

.cleaning-top-bar-blue-bg {
  z-index: -1;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-color: #fff3;
  width: 60%;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% -10%;
  transform: skew(40deg);
}

.cleaning-top-bar {
  position: relative;
}

.cleaning-nav-block {
  position: relative;
  overflow: hidden;
}

.contact-topbar {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: center;
  display: flex;
}

.nav-logo {
  z-index: 1;
  flex: none;
  position: relative;
}

.contact-email {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.menu-heading-text {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 400;
  line-height: 50px;
}

.topbar-btn {
  color: #1d262d;
  text-transform: capitalize;
  background-color: #fff;
  border: 1px solid #1d262d;
  border-radius: 10px;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  transition: all .2s;
}

.topbar-btn:active {
  background-color: #43464d;
}

.cleaning-list-item {
  color: #0a66c2;
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

.cleaning-navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.top {
  flex-flow: row;
  justify-content: space-between;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.logo-container__logo {
  color: #fff;
  font-family: Oswald, sans-serif;
  font-size: 50px;
  line-height: 1;
}

.logo-container__logo.logo--white {
  display: none;
}

.logo-container__logo.logo--black {
  color: #131313;
  display: none;
}

.navbar {
  background-color: #f5f3f266;
  width: 100%;
  height: 80px;
  display: flex;
  position: sticky;
  top: 0;
  box-shadow: 0 1px 5px #00000026;
}

.container__navlink-container.hidden {
  display: none;
}

.navbar__container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: auto;
  display: flex;
}

.logo-container {
  position: absolute;
}

.logo-container.logo-container--white {
  z-index: 2;
  justify-content: center;
  align-items: center;
  display: flex;
  inset: 0%;
}

.logo-container.logo-container--black {
  z-index: 2;
  opacity: 0;
  position: static;
}

.logo-container__logo-image.logo-image--light {
  max-width: 200px;
}

.navlink-container__link {
  color: #171717;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: auto;
  margin-bottom: auto;
  font-size: 13px;
  transition: color .2s;
}

.navlink-container__link:hover {
  color: #e8674a;
}

.navbar-no-shadow-container-4 {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  top: -71px;
}

.container-regular-4 {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper-5 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-6 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link-7 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-7:hover {
  color: #9b3131;
  font-weight: 500;
  text-decoration: underline;
}

.nav-link-7:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-7[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-7 {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle-7 {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle-7:hover {
  color: #9b3131;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.nav-dropdown-toggle-7:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle-7[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon-7 {
  margin-right: 10px;
}

.nav-dropdown-list-7 {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list-7.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-list-7.shadow-three.mobile-shadow-hide.w--open {
  width: 200px;
  box-shadow: 0 2px 5px #0003;
}

.nav-dropdown-link-7 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
}

.nav-dropdown-link-7:hover {
  color: #fff;
  background-color: #9b3131;
}

.nav-dropdown-link-7:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link-7[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-button-wrapper-4 {
  margin-left: 120px;
}

.button-primary-16 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #9b3131;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  margin-left: 20px;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
  box-shadow: 0 2px 5px #0003;
}

.button-primary-16:hover {
  color: #fff;
  background-color: #ff0e12;
}

.button-primary-16:active {
  background-color: #43464d;
}

.button-primary-16.w--current:hover {
  background-color: #f10307;
}

.container-34 {
  margin-top: 100px;
}

.glass-block {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  color: #fff;
  text-align: center;
  background-color: #9b3131;
  background-image: url('../images/noise.png');
  background-position: 50%;
  background-size: 25%;
  border-radius: 0 100px;
  justify-content: center;
  align-items: center;
  width: 600px;
  height: 400px;
  display: flex;
  box-shadow: inset 0 39px 56px -36px #ffffff82, inset 0 7px 11px -4px #fff0, inset 16px -82px 68px -64px #60449000, inset 0 98px 100px -48px #fff0, inset 0 4px 18px #fff0, inset 0 1px 40px #fff0;
}

.heading-20 {
  text-align: left;
  font-family: Cinzeldecorative, sans-serif;
  font-size: 70px;
  line-height: 90px;
}

.cell-26 {
  background-color: #fff0;
}

.image-7 {
  background-color: #fff0;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  padding: 5px 15px;
}

.text-block-74 {
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

.text-block-74:hover {
  font-weight: 500;
  text-decoration: underline;
}

._11 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
}

._11:hover {
  color: #fff;
  background-color: #9b3131;
}

._11:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

._11[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

._12 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
}

._12:hover {
  color: #fff;
  background-color: #9b3131;
}

._12:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

._12[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

._13 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
}

._13:hover {
  color: #fff;
  background-color: #9b3131;
}

._13:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

._13[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.div-block-12 {
  justify-content: center;
  align-items: center;
  height: 30px;
  text-decoration: none;
  display: flex;
}

.div-block-12:hover {
  color: #fff;
  background-color: #dbdbdb45;
}

.link-4 {
  color: #9b3131;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
}

.link-4:hover {
  font-weight: 500;
  text-decoration: underline;
}

.link-5 {
  color: #9b3131;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
}

.link-5:hover {
  font-weight: 500;
  text-decoration: underline;
}

.link-6 {
  color: #9b3131;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
}

.link-6:hover {
  font-weight: 500;
  text-decoration: underline;
}

.footer-light-2 {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px 40px;
  position: relative;
}

.container-35 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper-two-2 {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-block-two-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-title-2 {
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.footer-link-two-2 {
  color: #1a1b1f;
  margin-top: 20px;
  text-decoration: none;
}

.footer-link-two-2:hover {
  color: #1a1b1fbf;
}

.footer-form-2 {
  width: 315px;
  max-width: 100%;
  margin-bottom: 0;
}

.footer-form-block-2 {
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.footer-form-field-2 {
  border: 1px solid #a6b1bf;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 22px;
  transition: all .2s;
}

.footer-form-field-2:hover, .footer-form-field-2:focus {
  border-color: #76879d;
}

.footer-form-field-2::placeholder {
  color: #1a1b1fcc;
  font-size: 14px;
  line-height: 22px;
}

.footer-form-submit-2 {
  background-color: #1a1b1f;
  background-image: url('../images/');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  width: 50px;
  height: 48px;
  transition: all .2s;
}

.footer-form-submit-2:hover {
  background-color: #3a4554;
}

.footer-divider-two-3 {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom-3 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright-3 {
  color: #3a4554;
}

.footer-social-block-two-2 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: -12px;
  display: flex;
}

.footer-social-link-2 {
  margin-left: 12px;
}

.footer-subscribe-2 {
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 40px;
  position: relative;
}

.container-36 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-form-two-2 {
  background-color: #f5f7fa;
  margin-bottom: 40px;
  padding: 64px;
}

.footer-form-container-two-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-form-title-2 {
  font-size: 24px;
  line-height: 32px;
}

.footer-form-block-two-2 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-form-input-2 {
  border: 1px #000;
  width: 460px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 180px 12px 20px;
}

.footer-form-input-2::placeholder {
  color: #1a1b1fcc;
}

.button-primary-17 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-17:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-17:active {
  background-color: #43464d;
}

.button-primary-17.footer-form-button {
  padding: 8px 18px;
  position: absolute;
  right: 8px;
}

.footer-wrapper-three-2 {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-block-three-2 {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 50px;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.footer-link-three-2 {
  color: #1a1b1f;
  margin-left: 20px;
  margin-right: 20px;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
}

.footer-link-three-2:hover {
  color: #940002;
  font-weight: 500;
}

.footer-social-block-three-2 {
  justify-content: flex-start;
  align-items: center;
  margin-left: -32px;
  display: flex;
}

.footer-social-link-three-2 {
  margin-left: 32px;
}

.footer-divider-two-4 {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom-4 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright-4 {
  color: #3a4554;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

.footer-legal-block-2 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-legal-link-2 {
  color: #3a4554;
  margin-left: 24px;
}

.footer-legal-link-2:hover {
  color: #3a4554;
}

.container-37 {
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
  display: flex;
}

.heading-21 {
  color: #fff;
  width: 650px;
  font-family: Cinzeldecorative, sans-serif;
  font-size: 65px;
  line-height: 80px;
}

.mobile {
  color: #9b3131;
  width: 650px;
  font-family: Cinzeldecorative, sans-serif;
  font-size: 65px;
  font-weight: 400;
  line-height: 80px;
}

.nav-dropdown-7-copy, .mobup {
  margin-left: 5px;
  margin-right: 5px;
}

._111 {
  background-color: #fff;
  border-radius: 12px;
}

._111.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

._111.shadow-three.mobile-shadow-hide.w--open {
  width: 200px;
  box-shadow: 0 2px 5px #0003;
}

.testimonial-slider-large-2 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-38 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-slider-two-2 {
  background-color: #0000;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
  height: auto;
  margin-top: 30px;
}

.testimonial-slide-2 {
  background-color: #fff;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
  justify-content: space-between;
  align-items: center;
  width: auto;
  height: 450px;
  margin-top: 50px;
  padding: 12px 12px 12px 64px;
  display: flex;
}

.testimonial-content-2 {
  flex-direction: column;
  align-items: flex-start;
  max-width: 460px;
  margin-right: 40px;
  display: flex;
}

.testimonial-quote-icon-2 {
  margin-bottom: 24px;
}

.testimonial-quote-2 {
  width: auto;
  height: auto;
  margin-bottom: 32px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  margin-left: 30px;
}

.testimonial-info-two-2 {
  align-items: center;
  display: flex;
}

.testimonial-image-2 {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-image-2.centered {
  width: 80px;
  height: 80px;
  margin-bottom: 16px;
  margin-right: 0;
}

.testimonial-author-name-2 {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.testimonial-image-two-2 {
  object-fit: cover;
  width: 350px;
  height: 400px;
}

.testimonial-author-image-three-2 {
  object-fit: cover;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin-right: 24px;
}

.testimonial-slider-arrow-2 {
  width: 80px;
  height: 50px;
  display: none;
}

.testimonial-slider-nav-2 {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.testimonial-stack {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.testimonial-card-three {
  text-align: center;
  background-color: #f5f7fa;
  padding: 64px 42px;
}

.testimonial-card-content {
  flex-direction: column;
  align-items: center;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.testimonial-card-heading {
  margin-bottom: 24px;
}

.testimonial-text-three {
  font-size: 24px;
  line-height: 32px;
}

.testimonial-info-four {
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.testimonial-author-name-three {
  margin-bottom: 10px;
}

.hero-without-image-8 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.hero-wrapper-two-7 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px-20 {
  margin-bottom: 24px;
}

.button-primary-18 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-18:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-18:active {
  background-color: #43464d;
}

.testemutial {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  height: 650px;
  padding: 80px 30px;
  position: relative;
}

.heading-22 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.pro-grid-1 {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.pro-wrap-5 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  border: 1px solid #c7cddc;
  border-radius: 1em;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  padding: 2em;
  display: flex;
}

.pro-decor-1 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  display: flex;
}

.pro-wrap-6 {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-direction: row;
  align-items: center;
  margin-bottom: 5px;
  display: flex;
  
}

.pro-icon-1 {
  width: 1.3em;
}

.pro-paragraph-1 {
  color: #626676;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.3em;
}

.pro-wrap-7 {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.pro-text-2 {
  color: #626676;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3em;
}

.testimonial-column-light {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.centered-heading-10 {
  text-align: center;
  margin-bottom: 16px;
}

.testimonial-grid-two {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.testimonial-card-two {
  border: 1px solid #e4ebf3;
  flex-direction: column;
  padding: 32px 16px 16px;
  display: flex;
}

.testimonial-text-two {
  margin-bottom: 52px;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
  line-height: 24px;
}

.testimonial-info-three {
  background-color: #f5f7fa;
  align-items: center;
  padding: 24px 16px;
  display: flex;
}

.testimonial-main-heading {
  margin-bottom: 2px;
  font-weight: 600;
}

.heading-23 {
  text-align: center;
  font-size: 30px;
}

.icon-20 {
  background-color: #940002;
  margin-left: 40px;
}

.icon-21 {
  background-color: #940002;
  margin-right: 40px;
}

.slide-5 {
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
}

.profile-image {
  object-fit: cover;
  border: 1px solid #8770db;
  border-radius: 50%;
  width: 48px;
  height: 48px;
}

.chatbot-sub-title {
  color: #e0e0e0;
  font-size: 14px;
}

.button-2 {
  background-color: #312f3a;
  border: 1px solid #716d83;
  border-radius: 40px;
  padding: 12px 24px;
  transition: background-color .2s cubic-bezier(.165, .84, .44, 1), transform .2s cubic-bezier(.165, .84, .44, 1);
}

.button-2:hover {
  background-color: #4f4c5c;
  transform: translate(0, -2px);
}

.form-item {
  margin-bottom: 20px;
}

.chatbot-greeting {
  grid-column-gap: 16px;
  align-items: flex-start;
  display: flex;
}

.success-icon {
  color: #3f5c37;
  justify-content: center;
  align-items: center;
  height: 12px;
  display: flex;
  position: absolute;
  inset: auto 6px 6px auto;
}

.success-message {
  background-color: #ddd0;
  padding: 16px 16px 16px 0;
}

.success-message-wrapper {
  grid-column-gap: 12px;
  align-items: flex-start;
  display: flex;
}

.success-message-confirmation {
  background-color: #e7eee4;
  border: 1px solid #dce7d7;
  border-radius: 0 20px 20px;
  justify-content: flex-start;
  padding: 8px 22px 21px 8px;
  display: flex;
  position: relative;
}

.success-text {
  text-align: left;
}

.chatbot-main-content {
  grid-column-gap: 16px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 32px;
  margin-bottom: 12px;
  padding-left: 16px;
  padding-right: 16px;
  display: grid;
}

.profile-message {
  background-color: #e7e4f3;
  border: 1px solid #ddd;
  border-radius: 0 20px 20px;
  flex: 1;
  padding: 8px;
}

.chatbot-form-wrapper {
  z-index: 0;
  background-color: #f6f5fa;
  border-radius: 20px;
  width: 360px;
  position: fixed;
  inset: auto 24px 104px auto;
  box-shadow: 2px 2px 7px #0000003d;
}

.field-label {
  font-weight: 600;
}

.text-field {
  background-color: #fff0;
  border: 1px #000;
  border-bottom: 1px solid #d3d3d3;
  transition: padding .2s cubic-bezier(.165, .84, .44, 1), border .2s cubic-bezier(.165, .84, .44, 1);
}

.text-field:focus {
  border-bottom-color: #9d9ca0;
  padding-left: 18px;
}

.text-field.text-area {
  min-height: 80px;
}

.chatbot-title-wrapper {
  background-color: #312f3a;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  padding: 16px;
}

.chatbot-title {
  color: #f6f5fa;
  margin-bottom: 6px;
  font-size: 18px;
  font-weight: 400;
}

.fixed-form-trigger {
  z-index: 1;
  cursor: pointer;
  background-color: #312f3a;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  transition: transform .2s cubic-bezier(.165, .84, .44, 1), background-color .2s cubic-bezier(.165, .84, .44, 1);
  display: flex;
  position: fixed;
  inset: auto 24px 24px auto;
  box-shadow: 1px 1px 8px #00000059;
}

.fixed-form-trigger:hover {
  background-color: #454255;
  transform: translate(0, -2px);
}

.chat-icon {
  color: #efeaff;
  justify-content: center;
  align-items: center;
  width: 30px;
  display: flex;
}

.chat-close {
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: none;
  position: relative;
}

.close-line-1 {
  background-color: #fff;
  width: 2px;
  height: 32px;
  margin-bottom: 0;
  position: absolute;
  transform: rotate(45deg);
}

.close-line-2 {
  background-color: #fff;
  width: 2px;
  height: 32px;
  position: absolute;
  transform: rotate(-45deg);
}

.hero-without-image-9 {
  background-color: #f5f7fa;
  background-image: url('../images/vatican-italy-papal-basilica-of-st-peter-in-the-2023-11-27-05-14-38-utc.jpg');
  background-position: 50%;
  background-size: cover;
  border-bottom: 1px solid #e4ebf3;
  height: 1200px;
  padding: 80px 30px;
  position: relative;
}

.container-39 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-two-8 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px-21 {
  margin-bottom: 24px;
}

.button-primary-19 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-19:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-19:active {
  background-color: #43464d;
}

.sidebar-wrapper {
  width: 100%;
  margin-top: 5px;
  padding: 20px;
}

.form-slider-sections {
  color: #fff;
  text-transform: none;
  background-color: #9b3131;
  justify-content: space-between;
  align-items: center;
  height: 70px;
  margin-bottom: 5px;
  padding-left: 20px;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.form-slider-small-text {
  font-weight: 300;
  line-height: 15px;
}

.icon-form-div {
  background-color: #f4f4f4;
  background-image: url('../images/user-silhouette_1user-silhouette.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px;
  width: 40px;
  height: 70px;
}

.icon-form-div._4 {
  background-image: url('../images/seo_1seo.png');
  background-size: 20px;
  top: 0;
}

.icon-form-div._5 {
  background-image: url('../images/business-affiliate-network_1business-affiliate-network.png');
  background-size: 20px;
}

.icon-form-div._3 {
  background-image: url('../images/telephone1.png');
  background-size: 16px;
  top: 0;
  left: 0;
}

.icon-form-div._2 {
  background-image: url('../images/email-filled-closed-envelope-1_1email-filled-closed-envelope (1).png');
  background-size: 16px;
  top: 0;
}

.feature-heading {
  text-align: left;
  background-color: #fff;
  margin-bottom: 1px;
  padding: 10px;
  font-family: Open Sans, sans-serif;
  font-weight: 700;
  box-shadow: -6px 0 10px #f4f4f4;
}

.container-40 {
  margin-top: 1rem;
  text-align: center;
}

.center{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
  margin-top: -2rem;
}

.submit-button-2 {
  text-align: center;
  letter-spacing: 2px;
  cursor: pointer;
  background-color: #9b3131;
  border-radius: 0 15px;
  width: 120px;
  padding: 12px 25px;
  font-size: 12px;
  font-weight: 700;
}

.submit-button-2:active {
  background-color: #f10307;
}

.comp-pane {
  width: 45%;
}

.comp-pane.right {
  z-index: 50;
  background-color: #fff;
  border-radius: 0 30px;
  width: 450px;
  min-height: 500px;
  padding: 50px;
  position: relative;
  box-shadow: 0 7px 30px #00000021;
}

.form-field-label {
  z-index: 10;
  color: #9b3131;
  background-color: #fff;
  margin-top: -9px;
  margin-left: 10px;
  padding: 1px 10px;
  font-family: Montserrat, sans-serif;
  line-height: 14px;
  display: inline-block;
  position: absolute;
}

.heading-24 {
  color: #9b3131;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
}

.form-field {
  z-index: 1;
  background-color: #0000;
  border: 1px solid #dcdcdd;
  height: 50px;
  min-height: 50px;
  max-height: 100px;
  padding-top: 11px;
  position: relative;
}

.form-field:focus {
  border-color: #000;
}

.form-field::placeholder {
  color: #a0a0a0;
}

.textarea {
  height: 58px;
}

.field-wrap {
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
}

.form-wrap {
  margin-bottom: 0;
}

.form {
  margin-top: 25px;
}

.heading-25 {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  display: flex;
}

.paragraph-15 {
  justify-content: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  display: flex;
}

.quick-stack-10 {
  margin-top: 100px;
}

.testimonial-slider-arrow-2-copy {
  width: 80px;
  height: 50px;
  display: none;
}

.hero-heading-right-4 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-41 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-13 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split-13 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.shadow-two-12 {
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  box-shadow: 0 4px 24px #96a3b514;
}

.margin-bottom-24px-22 {
  color: #fff;
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.button-primary-20 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-20:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-20:active {
  background-color: #43464d;
}

.hero-heading-left-10 {
  background-color: #940002;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.heading-26 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
}

.text-span-29 {
  font-style: italic;
}

._w-help-btn {
  background-color: #13131326;
  border: 1px solid #ffffff80;
  border-radius: 5000px;
  padding: 5px;
  box-shadow: 0 0 15px #13131326;
}

.c-howto-list-item {
  margin-bottom: 30px;
}

.howto-header {
  color: #219fa3;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5em;
  line-height: 1.4em;
}

.co-created {
  z-index: 99998;
  position: fixed;
  inset: 0% 10px auto auto;
  overflow: hidden;
}

.c-howto-close {
  cursor: pointer;
  position: absolute;
  inset: 10px 10px auto auto;
}

.c-help-link {
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
}

._w-howto-close {
  background-color: #333;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  padding: 8px;
  display: flex;
}

.politicaprivacidade{
  margin-top: 4rem;
}

.politica{
  background-color: #e0dede;
  padding: 7rem 12rem;
}

.conteudos{
  background-color: #fff;
  padding: 4rem;
  border-radius: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.c-help-text {
  perspective-origin: 0%;
  transform-origin: 0%;
  overflow: hidden;
}

.help-icon {
  z-index: 500;
  height: 25px;
}

.c-howto-header {
  padding-right: 40px;
}

.c-help {
  padding-top: 20px;
  padding-bottom: 10px;
}

.howto-list-item-img {
  border-radius: 5px;
  overflow: hidden;
}

.help-2 {
  z-index: 99999;
  position: fixed;
  inset: auto 0% 0% auto;
  overflow: hidden;
}

.c-help-btn {
  text-align: right;
  padding: 10px;
}

.b-help-btn {
  background-image: linear-gradient(#00ff7b, #00ff7b);
  border-radius: 5000px;
  align-items: center;
  padding: 12px;
  display: flex;
}

.c-faq-btn {
  text-align: right;
  padding: 10px;
  position: relative;
}

.c-faq-btn.faq {
  margin-top: 10px;
  padding-top: 0;
  padding-bottom: 0;
}

.c-howto-divider {
  border-bottom: 1px dashed #eee;
  width: 100%;
  height: 0;
  margin-top: 10px;
  margin-bottom: 20px;
}

.c-howto-list {
  padding-left: 20px;
  list-style-type: square;
}

.c-faq {
  z-index: 99999;
  align-items: flex-start;
  width: 400px;
  padding: 10px;
  display: none;
  position: fixed;
  inset: 0% 0% 0% auto;
}

._w-faq {
  background-color: #fff;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  padding: 10px;
  position: relative;
  box-shadow: 0 0 10px #13131333;
}

.howto-list-item-text {
  line-height: 1.2em;
}

.b-faq {
  height: 100%;
  padding: 10px;
  overflow: auto;
}

.help-text {
  color: #000;
  white-space: nowrap;
  padding-left: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.3em;
  text-decoration: none;
}

.help-text:hover {
  color: #000;
  -webkit-text-stroke-color: #587837;
  text-decoration: none;
}

.c-created {
  z-index: 99998;
  opacity: .75;
  cursor: pointer;
  transition: all .25s;
}

.c-created:hover {
  opacity: 1;
}

@media screen and (min-width: 1280px) {
  .margin-bottom-24px {
    font-size: 16px;
  }

  .p-m-wrap {
    background-color: #940002;
  }

  .h3 {
    color: #fff;
  }

  .h2 {
    color: #940002;
  }

  .lil-rule {
    margin-top: 0;
  }

  .div-block-10 {
    left: 744.5px;
  }

  .paragraph-10 {
    font-size: 16px;
    line-height: 26px;
  }

  .button-primary-16 {
    margin-left: 20px;
  }
}

@media screen and (min-width: 1440px) {
  .hero-without-image {
    background-color: #f5f7fa;
    background-image: linear-gradient(#0000001a, #0000001a), url('../images/summer-holiday-in-italy-young-family-of-four-on-t-2023-11-27-05-16-13-utc.png');
    background-position: 0 0, 55%;
    background-repeat: repeat, repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    height: 100vh;
  }

  .margin-bottom-24px {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
  }

  .navbar-no-shadow {
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
    width: 1566px;
    display: flex;
  }

  .navbar-no-shadow-container {
    width: 1566px;
    max-width: 1200px;
  }

  .navbar-wrapper {
    width: 1200px;
  }

  .hero-split {
    margin-top: -30px;
  }

  .shadow-two {
    left: 947.5px;
  }

  .testimonial-slider-large {
    border-bottom-width: 0;
  }

  .faq-answer {
    height: 88.6645%;
  }

  .p-m-wrap {
    background-color: #940002;
  }

  .h3 {
    font-weight: 700;
  }

  .h2, .bold-text {
    color: var(--color);
  }

  .heading-3 {
    margin-top: 20px;
    font-family: Montserrat, sans-serif;
  }

  .content {
    text-align: right;
    justify-content: center;
    align-items: flex-end;
    width: 1400px;
    margin-top: 290px;
    margin-left: 0;
  }

  .subhead-container {
    justify-content: flex-start;
    align-items: center;
    width: 500px;
    margin-top: -89px;
  }

  .lil-rule {
    margin-top: 0;
  }

  .main-hero_heading-2 {
    width: 700px;
    height: 350px;
    font-size: 100px;
    line-height: 110px;
  }

  .container-5 {
    width: 1400px;
    max-width: 1400px;
    margin-top: 96px;
  }

  .div-block-10 {
    left: 1049.5px;
  }

  .hero-heading-left-2 {
    background-color: #fff;
    border-bottom-width: 0;
  }

  .paragraph-10 {
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 26px;
  }

  .heading-4 {
    color: #940002;
  }

  .team-slider-2 {
    border-bottom-width: 0;
  }

  .team-member-image-two-2 {
    height: 170px;
  }

  .button-primary-3.footer-form-button {
    background-color: #940002;
    border-radius: 0 10px;
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    box-shadow: 0 2px 5px #0003;
  }

  .bold-text-2 {
    color: var(--color);
  }

  .list-item {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  .bold-text-5 {
    color: var(--color);
  }

  .blx-wrap-1 {
    width: 1566px;
  }

  .container-11 {
    height: 50px;
  }

  .blx-container-1 {
    justify-content: space-between;
    width: 100%;
    max-width: 90em;
  }

  .blx-section-1 {
    font-size: 14px;
  }

  .container-12 {
    max-width: 1200px;
  }

  .global-logo {
    margin-right: 45px;
  }

  .nav-link-details {
    margin-top: 5px;
    font-family: Montserrat, sans-serif;
    font-size: 12px;
  }

  .dropdown-link {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .dropdown-link:hover {
    color: #940002;
  }

  .dropdown-title {
    color: #000;
    font-family: Montserrat, sans-serif;
    font-size: 13px;
    font-weight: 700;
  }

  .dropdown-title:hover, .navigation-link:hover {
    color: #940002;
  }

  .navigation-left {
    justify-content: center;
    align-items: center;
  }

  .dropdown-toggle:hover {
    color: #940002;
  }

  .cell-5 {
    justify-content: center;
    align-items: center;
  }

  .fjh-section-1 {
    font-size: 14px;
  }

  .zen-wrap-2 {
    margin-top: 0;
  }

  .nossahistoria {
    margin-top: 20px;
  }

  .clientes {
    justify-content: center;
    align-items: flex-end;
  }

  .textocliente {
    text-align: left;
    width: 800px;
    margin-top: -6px;
    font-size: 50px;
    line-height: 60px;
  }

  .linha {
    margin-right: 0;
  }

  .team-slider-5 {
    height: 300px;
  }

  .hero-subscribe-left {
    background-image: url('../images/aerial-view-of-castelvetro-village-modena-italy-2023-11-27-05-15-56-utc.png');
    background-position: 50% 0;
    background-size: cover;
    height: 350px;
  }

  .dropdown-toggle-2:hover, .dropdown-link-3:hover {
    color: #940002;
  }

  .hero-heading-left-5 {
    background-color: #fff;
  }

  .passaportitaliano {
    color: #940002;
    font-family: Montserrat, sans-serif;
    font-size: 13px;
    font-weight: 700;
  }

  .passaportitaliano:hover {
    color: #940002;
  }

  .passaporteportugues {
    color: #940002;
    text-align: center;
    font-family: Montserrat, sans-serif;
    font-size: 13px;
    font-weight: 700;
  }

  .passaporteportugues:hover {
    color: #940002;
  }

  .passaporteitalianodiv {
    color: #940002;
    font-family: Montserrat, sans-serif;
    font-size: 13px;
    font-weight: 700;
  }

  .passaporteitalianodiv:hover {
    color: #940002;
  }

  .passaporteportuguesdiv {
    color: #940002;
    font-family: Montserrat, sans-serif;
    font-size: 13px;
    font-weight: 700;
  }

  .passaporteportuguesdiv:hover {
    color: #940002;
  }

  .container-21 {
    height: 50px;
    margin-top: 0;
  }

  .container-23 {
    height: 10px;
  }

  .heading-11 {
    margin-top: -27px;
  }

  .text-span-4 {
    letter-spacing: -.4px;
    font-size: 15px;
    font-weight: 300;
  }

  .text-span-5 {
    color: #fff;
  }

  .link {
    font-family: Montserrat, sans-serif;
  }

  .home {
    color: #fff;
    font-family: Montserrat, sans-serif;
  }

  .quick-stack-4 {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    width: 220px;
    height: 80px;
    margin-top: -78px;
    margin-left: -11px;
  }

  .link-2 {
    color: #fff;
    width: 70px;
    font-family: Montserrat, sans-serif;
    font-weight: 500;
  }

  .cell-8 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .link-3 {
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
  }

  .cell-9 {
    justify-content: flex-start;
    align-items: flex-end;
  }

  .margin-bottom-24px-8 {
    text-align: left;
    width: 940px;
    font-family: Montserrat, sans-serif;
    line-height: 24px;
  }

  ._1etapa {
    background-image: url('../images/capa.png');
    background-position: 0 0;
    background-size: cover;
    flex-flow: column;
    height: auto;
  }

  .bold-text-8 {
    font-size: 16px;
  }

  .container-27 {
    max-width: 940px;
  }

  .heading-15 {
    font-size: 28px;
  }

  .hero-heading-left-7 {
    height: 860px;
  }

  .bold-text-14 {
    color: #fff;
  }

  .container-28 {
    max-width: 1200px;
    margin-top: 0;
  }

  .hero-wrapper-10 {
    width: 1200px;
    margin-top: 0;
  }

  .hero-split-10 {
    width: 450px;
  }

  .margin-bottom-24px-14 {
    font-weight: 300;
    line-height: 28px;
  }

  .hero-heading-right {
    background-image: url('../images/6820.png');
    background-position: 5% 35%;
    background-repeat: repeat;
    background-size: cover;
    height: 800px;
  }

  .heading-17 {
    font-family: Cinzeldecorative, sans-serif;
    font-weight: 400;
  }

  .one, .two, .flour, .four {
    width: 450px;
  }

  .background-video-3 {
    border-width: 5px 0;
  }

  .text-span-22 {
    letter-spacing: -.05em;
    width: 600px;
  }

  .container-30 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    max-width: 1550px;
    margin-top: 25px;
  }

  .cell-18 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .entreemcontato {
    width: 420px;
    max-width: 420px;
  }

  .sonho {
    width: 415px;
    max-width: 415px;
    font-size: 20px;
  }

  .duvidasitalia {
    height: auto;
  }

  .container1 {
    max-width: 1100px;
  }

  .capaitalia {
    background-image: url('../images/6820.png');
    background-position: 100% 0;
    background-repeat: repeat;
    background-size: cover;
    background-attachment: fixed;
    height: 800px;
  }

  .capaportugal {
    background-image: url('../images/Capaportugal.png');
    background-position: 50%;
    background-repeat: repeat;
    background-size: cover;
    background-attachment: fixed;
    height: 800px;
  }

  .textoportugal {
    width: 450px;
  }

  .headport {
    font-weight: 400;
  }

  .subtextoportulgal {
    font-family: PT Serif, serif;
    font-weight: 400;
  }

  .etapasportugal {
    background-image: url('../images/Mesa-de-trabajo-1.png');
    background-position: 50%;
    background-size: cover;
    flex-flow: column;
    height: auto;
  }

  .videoportugal {
    border-width: 5px 0;
    border-top-color: #0c0094;
    border-bottom-color: #0c0094;
  }

  .viveressesonhoportugal {
    width: 420px;
    max-width: 420px;
  }

  .sonhoportugal {
    width: 415px;
    max-width: 415px;
    font-size: 20px;
  }

  .headportugal {
    font-size: 28px;
  }

  .duvidasport {
    font-size: 30px;
  }

  .one-copy, .oneport {
    width: 450px;
  }

  .textport {
    font-size: 16px;
    font-weight: 300;
  }

  .twoportugal {
    width: 450px;
  }

  .text2port {
    font-size: 18px;
  }

  .capaespanha {
    background-image: url('../images/ESPANHA.png');
    background-position: 0%;
    background-repeat: repeat;
    background-size: cover;
    height: 800px;
  }

  .etapaspain {
    background-image: url('../images/spain.png');
    background-position: 0 0;
    background-size: cover;
    flex-flow: column;
    height: auto;
  }

  .videospain {
    border-width: 5px 0;
    border-top-color: #a88d12;
    border-bottom-color: #a88d12;
  }

  .sonhospain {
    width: 415px;
    max-width: 415px;
    font-family: Flamenco, sans-serif;
    font-size: 20px;
    font-weight: 400;
  }

  .duvidasportugal1 {
    background-image: url('../images/Mesa-de-trabajo-1.png');
    background-position: 0 0;
    background-size: cover;
    height: auto;
  }

  .docspain:hover {
    background-color: #a88d12;
  }

  .docespao {
    font-size: 28px;
  }

  .duvidaspain {
    font-size: 30px;
  }

  .textspain {
    font-size: 16px;
    font-weight: 300;
  }

  .bold-text-8-copy, .bold-text-8-copy-copy {
    font-size: 16px;
  }

  .five {
    width: 450px;
  }

  .bold-text-8-copy-copy {
    font-size: 16px;
  }

  .duvidasitalia-copy {
    height: auto;
  }

  .container-31 {
    max-width: 1240px;
    margin-top: 0;
  }

  .hero-wrapper-11 {
    flex-flow: column;
    height: 350px;
    margin-top: 0;
    display: flex;
  }

  .hero-split-11 {
    justify-content: center;
    align-items: center;
  }

  .margin-bottom-24px-15 {
    font-family: Montserrat, sans-serif;
    font-weight: 300;
    line-height: 24px;
  }

  .button-primary-15 {
    border-radius: 0 15px;
  }

  .hero-heading-right-2 {
    background-image: url('../images/DDD.png');
    background-position: 50%;
    background-size: cover;
    background-attachment: scroll;
    height: 900px;
  }

  .container-33 {
    justify-content: center;
    align-items: center;
    margin-top: 296px;
    display: flex;
  }

  .image-6 {
    height: auto;
  }

  .team-member-image {
    width: 270px;
    height: 270px;
    max-height: none;
  }

  .navbar-no-shadow-4 {
    height: 100px;
    position: relative;
    top: 0;
  }

  .navbar-no-shadow-container-4 {
    top: -65px;
  }

  .glass-block {
    background-color: #9b3131;
    border-radius: 0 50px;
    box-shadow: inset 0 39px 56px -36px #ffffff82, inset 0 7px 11px -4px #fff0, inset 16px -82px 68px -64px #60449000, inset 0 98px 100px -48px #fff0, inset 0 4px 18px #fff0, inset 0 1px 40px #ff004000;
  }

  .heading-20 {
    text-align: left;
    max-width: 15em;
    margin-bottom: -.15rem;
    font-family: Cinzeldecorative, sans-serif;
    font-size: 70px;
    line-height: 90px;
  }

  .image-7 {
    background-color: #fff0;
  }

  .heading-21, .mobile {
    font-family: Cinzeldecorative, sans-serif;
    font-weight: 400;
  }

  .quick-stack-9 {
    margin-top: 33px;
  }

  .container-38 {
    margin-top: 100px;
  }

  .comp-pane.right {
    width: 500px;
  }
}

@media screen and (max-width: 991px) {
  .container {
    max-width: 728px;
  }

  .button-primary-3.footer-form-button{
    right: -15px;
  }

  .margin-bottom-24px {
    font-size: 14px;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu {
    background-color: var(--white);
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .hero-heading-left {
    height: 493px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    justify-content: flex-end;
    align-items: flex-start;
    width: 400px;
    max-width: 100%;
    margin-bottom: 40px;
  }

  .shadow-two {
    top: 98px;
    left: 436.5px;
  }

  .team-slide-wrapper {
    width: 47%;
    margin-right: 6%;
  }

  .testimonial-slider-large {
    height: 2000px;
  }

  .testimonial-slide {
    padding-left: 32px;
  }

  .testimonial-quote {
    overflow: visible;
  }

  .footer-wrapper-two {
    flex-wrap: wrap;
  }

  .footer-form {
    width: 100%;
    margin-top: 40px;
  }

  .footer-form-container {
    max-width: 350px;
  }

  .paragraph-9 {
    text-align: center;
    width: 570px;
    font-size: 16px;
  }

  .faq-answer, .faq-item, .faq-answer-inner {
    width: 728px;
  }

  .h3 {
    width: 860px;
  }

  .main-container.centre {
    width: 600px;
  }

  .faq-question, .container-2 {
    width: 728px;
  }

  .heading-3 {
    font-size: 26px;
  }

  .main-hero_heading {
    font-size: 5em;
  }

  .content {
    width: auto;
    margin-left: 0;
  }

  .subhead-container {
    width: auto;
  }

  .container-4 {
    max-width: 728px;
  }

  .hero-wrapper-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-2 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .main-hero_heading-2 {
    width: 900px;
    max-width: 900px;
    height: 220px;
    font-size: 90px;
    line-height: 100px;
  }

  .container-5 {
    width: 900px;
    max-width: 900px;
  }

  .div-block-9 {
    width: 450px;
    height: 400px;
    top: -319px;
    left: 364px;
  }

  .div-block-10 {
    margin-top: 0;
    top: 111px;
    left: 482.5px;
  }

  .hero-heading-left-2 {
    height: 750px;
  }

  .container-6 {
    width: 700px;
  }

  .button-background-2 {
    border-color: #940002;
  }

  .button-text-2 {
    color: #fff;
  }

  .container-7 {
    max-width: 728px;
  }

  .team-slide-wrapper-2 {
    width: 47%;
    margin-right: 6%;
  }

  .team-slider-arrow-2 {
    width: 50px;
    height: 50px;
    top: -76px;
  }

  .icon-3, .icon-4 {
    background-color: #940002;
  }

  .container-8 {
    max-width: 728px;
  }

  .footer-form-two {
    padding: 40px;
  }

  .footer-form-title {
    margin-right: 15px;
  }

  .footer-form-input {
    width: 400px;
    padding-right: 180px;
  }

  .footer-wrapper-three {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .footer-social-block-three {
    margin-top: 40px;
  }

  .icon-5 {
    color: #fff;
    font-size: 50px;
  }

  .text-block-40 {
    background-color: var(--white);
    color: #fff;
  }

  .icon-7 {
    color: #fff;
  }

  .container-10 {
    width: 708px;
    max-width: 728px;
  }

  .team-slide-wrapper-3 {
    width: 333px;
    margin-right: 6%;
  }

  .team-block-3 {
    width: 333px;
    height: 333px;
  }

  .mask {
    width: 708px;
  }

  .blx-b-wrap-link-1 {
    margin-left: .5em;
    margin-right: .5em;
  }

  .blx-d-wrap-1 {
    display: block;
  }

  .blx-c-wrap-3 {
    margin-left: 2em;
    margin-right: 1em;
    display: block;
  }

  .blx-c-wrap-1 {
    flex: 1;
    justify-content: flex-end;
    margin-right: 1em;
  }

  .blx-b-grid-link-1-1, .blx-b-grid-link-1 {
    font-size: 1.5em;
  }

  .blx-b-container-list-1 {
    width: 30em;
    margin-top: 0;
    margin-left: 2.3em;
    padding-left: 1em;
    padding-right: 1em;
    position: absolute;
  }

  .blx-b-dropdown-open-1 {
    padding-right: 1.2em;
  }

  .blx-b-wrap-1 {
    display: none;
  }

  .blx-grid-heading-1 {
    font-size: 1.5em;
    font-weight: 700;
  }

  .blx-d-icon-1 {
    cursor: pointer;
    width: 2.8em;
  }

  .blx-c-button-1 {
    font-size: 1.3em;
  }

  .blx-b-container-grid-1 {
    grid-column-gap: 2em;
    grid-row-gap: 1em;
    flex-direction: column;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .blx-b-wrap-grid-1 {
    border-bottom: .3em solid #dfdfdf;
    padding-bottom: 2em;
  }

  .blx-container-1 {
    margin-left: auto;
    margin-right: auto;
  }

  .blx-b-dropdown-open-1-2 {
    padding-right: 1.2em;
  }

  .blx-section-1 {
    background-color: #fff;
    padding-top: 2em;
    padding-bottom: 2em;
    font-size: 1.3vw;
  }

  .blx-b-dropdown-open-1-3 {
    padding-right: 1.2em;
  }

  .container-regular-2 {
    width: 931px;
  }

  .nav-menu-wrapper-2 {
    background-color: #0000;
  }

  .nav-menu-2 {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    width: 520px;
    padding-left: 0;
    display: flex;
  }

  .nav-link-2 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper-2 {
    width: 100%;
    margin-left: 0;
  }

  .menu-button-2 {
    padding: 12px;
  }

  .menu-button-2.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .blx-b-grid-link-1-1-2 {
    font-size: 1.5em;
  }

  .blx-grid-heading-1-2 {
    font-size: 1.5em;
    font-weight: 700;
  }

  .nav-menu-3 {
    display: none;
  }

  .nav-link-details {
    margin-top: 5px;
  }

  .nav-content-wrap {
    text-align: left;
    justify-content: center;
    align-items: center;
    width: 350px;
  }

  .navigation {
    display: none;
  }

  .navigation-left {
    display: flex;
  }

  .nav-menu-wrapper-3 {
    background-color: #0000;
  }

  .nav-menu-4 {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-link-3 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list-3.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper-3 {
    width: 100%;
    margin-left: 0;
  }

  .menu-button-3 {
    padding: 12px;
  }

  .menu-button-3.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .menu-mob {
    color: #000;
    background-color: #fafafa;
    border-radius: 100px;
    font-size: 22px;
  }

  .menu-mob.w--open {
    background-color: #940002;
  }

  .nav-menu-5 {
    display: none;
  }

  .dropdown-link-mobile {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 991px;
    padding-top: 15px;
    padding-bottom: 15px;
    display: grid;
  }

  .dropdown-list {
    background-color: #fff;
  }

  .mobile-dropdown {
    width: 991px;
  }

  .mobile-toggle {
    width: 100%;
  }

  .mobile-nav-link {
    width: 991px;
  }

  .navigation-container-mob {
    justify-content: space-between;
  }

  .mobile-nav {
    background-color: #fff;
    height: 315px;
    padding-top: 15px;
    box-shadow: 42px 42px 55px #20355a17;
  }

  .navigation-mob {
    border-bottom: 1px solid #4455671c;
    flex-direction: row;
    justify-content: center;
    height: 85px;
    padding-left: 3%;
    padding-right: 3%;
    display: flex;
  }

  .quick-stack-3 {
    width: 700px;
    max-width: 1200px;
  }

  .container-13 {
    max-width: 728px;
  }

  .fjh-b-list-1.w--open {
    background-color: #fff;
  }

  .fjh-grid-1 {
    grid-template-columns: .5fr 1fr 1fr 1fr 1fr;
  }

  .dropdown-link-2 {
    text-decoration: none;
  }

  .fjh-section-1 {
    font-size: 1.3vw;
  }

  .zen-wrap-7 {
    justify-content: flex-end;
    align-items: flex-end;
  }

  .nossamissao {
    height: 250px;
  }

  .zen-wrap-9-2 {
    order: -1;
    display: flex;
  }

  .zen-pic-1-4 {
    height: 10em;
  }

  .zen-grid-2-2 {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
  }

  .zen-wrap-2 {
    width: 728px;
    margin-top: 150px;
    margin-left: 0;
    padding-top: 0;
  }

  .zen-wrap-6 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .zen-pic-2-2 {
    height: 10em;
  }

  .zen-wrap-1-1 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .nossahistoria {
    grid-template-columns: 1fr;
    width: 728px;
    display: block;
  }

  .container-16 {
    width: 700px;
  }

  .zen-paragraph-1 {
    width: 728px;
    height: 250px;
  }

  .botaocontato, .entendamelhorescrita {
    color: #fff;
  }

  .circulobranco {
    border-color: #fff;
  }

  .escritabotaoorcamento {
    color: #fff;
  }

  .circuloorcamento {
    border-color: #fff;
  }

  .escritaorcamento {
    color: #940002;
  }

  .clientes {
    width: 700px;
  }

  .textocliente {
    width: 750px;
    max-width: 700px;
    font-size: 80px;
  }

  .container-17 {
    max-width: 728px;
  }

  .hero-wrapper-3 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-3 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .navbar-wrapper-three {
    justify-content: space-between;
  }

  .navbar-brand-three {
    position: relative;
  }

  .nav-menu-wrapper-three {
    background-color: #0000;
    top: 70px;
  }

  .nav-menu-three {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link-4 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list-4.shadow-three.w--open {
    position: absolute;
  }

  .menu-button-4 {
    padding: 12px;
  }

  .menu-button-4.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .container-18 {
    max-width: 728px;
  }

  .team-slide-wrapper-4 {
    width: 47%;
    margin-right: 6%;
  }

  .navbar-wrapper-three-2 {
    justify-content: space-between;
  }

  .navbar-brand-three-2 {
    position: relative;
  }

  .nav-menu-wrapper-three-2 {
    background-color: #0000;
    top: 70px;
  }

  .nav-menu-three-2 {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link-5 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list-5.shadow-three.w--open {
    position: absolute;
  }

  .menu-button-5 {
    padding: 12px;
  }

  .menu-button-5.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .hero-wrapper-4 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-4 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .container-19 {
    max-width: 728px;
  }

  .team-slide-wrapper-5 {
    width: 47%;
    margin-right: 6%;
  }

  .container-20 {
    max-width: 728px;
  }

  .hero-wrapper-5 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-5 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .gen-wrap-2 {
    grid-column-gap: 5em;
    grid-row-gap: 5em;
  }

  .container-22 {
    max-width: 728px;
  }

  .nav-menu-wrapper-4 {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link-6 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list-6.shadow-three.w--open {
    position: absolute;
  }

  .menu-button-6 {
    padding: 12px;
  }

  .menu-button-6.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .features-wrapper {
    justify-content: space-between;
  }

  .hero-wrapper-6 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-6 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .botao1 {
    color: #fff;
  }

  .container-24 {
    max-width: 728px;
  }

  .hero-wrapper-7 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-7 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .container-25 {
    max-width: 728px;
  }

  ._1etapa {
    background-position: 0 0;
  }

  .hero-wrapper-8 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-8 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .accordion_vertical-component.current {
    height: auto;
  }

  .mask-horizontal {
    flex-flow: column;
    padding-top: 3rem;
    padding-bottom: 3rem;
    padding-right: 3rem;
  }

  .accordions_vertical {
    width: 100%;
    max-width: none;
    padding-top: 0;
  }

  .heading-style-h2 {
    font-size: 2.25rem;
  }

  .hero-without-image-7 {
    height: 1500px;
  }

  .container-27 {
    max-width: 728px;
  }

  .hero-wrapper-9 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-9 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .faq-question-2 {
    width: 728px;
  }

  .container-28 {
    max-width: 728px;
    margin-top: 0;
  }

  .hero-wrapper-10 {
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    margin-top: -59px;
    margin-bottom: -40px;
  }

  .hero-split-10 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .hero-heading-right {
    background-position: 100%;
    height: 600px;
  }

  .quick-stack-8 {
    margin-top: 95px;
  }

  .text-span-22 {
    line-height: 18px;
    position: relative;
    top: 9px;
  }

  .sonho {
    color: #940002;
  }

  .container1 {
    max-width: 728px;
  }

  .capaitalia, .capaportugal {
    background-position: 100%;
    height: 600px;
  }

  .textoportugal {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .etapasportugal {
    background-position: 0 0;
  }

  .sonhoportugal {
    color: #0c0094;
    -webkit-text-stroke-color: #0c0094;
  }

  .docsportugal {
    height: 1500px;
  }

  .capaespanha {
    background-position: 100%;
    height: 600px;
  }

  .etapaspain {
    background-position: 0 0;
  }

  .sonhospain {
    color: #0c0094;
    -webkit-text-stroke-color: #0c0094;
  }

  .container-31 {
    max-width: 728px;
  }

  .hero-wrapper-11 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-11 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .container-32 {
    max-width: 728px;
  }

  .hero-wrapper-12 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-12 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .team-grid {
    grid-column-gap: 40px;
  }

  .team-member-image {
    width: 190px;
    height: 190px;
  }

  .team-slide-wrapper-6 {
    width: 47%;
    margin-right: 6%;
  }

  .spain {
    height: 1500px;
  }

  .logo {
    object-fit: cover;
  }

  .cleaning-nav-underline {
    color: #1d262d;
    background-color: #1d262d;
  }

  .icon-18 {
    color: #fff;
  }

  .cleaning-nav-menu {
    background-color: #fff;
    flex-flow: column wrap;
    justify-content: space-around;
    align-items: flex-start;
    padding: 20px;
    display: flex;
  }

  .cleaning-menu-button {
    padding: 12px;
  }

  .cleaning-menu-button.w--open {
    color: #fff;
    background-color: #c8c8c800;
  }

  .cleaning-contact-block {
    margin-left: 0;
  }

  .cleaning-social-block {
    background-color: #fff;
  }

  .contact-time {
    color: #fff;
  }

  .cleaning-social-icon {
    color: #0a66c2;
    line-height: 18px;
  }

  .topbar-main-block {
    position: relative;
  }

  .cleaning-nav-link {
    color: #1d262d;
    padding-left: 5px;
    padding-right: 5px;
  }

  .cleaning-top-bar-blue-bg {
    background-color: #fff0;
    transform: none;
  }

  .cleaning-top-bar {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: #0a66c266;
  }

  .contact-email {
    color: #fff;
  }

  .cleaning-nav-menu-wrapper {
    background-color: #0000;
  }

  .topbar-btn {
    border: 1px solid #1d262d;
  }

  .cleaning-list-item {
    text-align: left;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-menu-wrapper-5 {
    background-color: #0000;
  }

  .nav-menu-6 {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-link-7 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list-7.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper-4 {
    width: 100%;
    margin-left: 0;
  }

  .menu-button-7 {
    padding: 12px;
  }

  .menu-button-7.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .glass-block {
    width: 400px;
    height: 350px;
  }

  .heading-20 {
    font-size: 50px;
    line-height: 80px;
  }

  .container-35 {
    max-width: 728px;
  }

  .footer-wrapper-two-2 {
    flex-wrap: wrap;
  }

  .footer-form-2 {
    width: 100%;
    margin-top: 40px;
  }

  .footer-form-container-2 {
    max-width: 350px;
  }

  .container-36 {
    max-width: 728px;
  }

  .footer-form-two-2 {
    padding: 40px;
  }

  .footer-form-title-2 {
    margin-right: 15px;
  }

  .footer-form-input-2 {
    width: 400px;
    padding-right: 180px;
  }

  .footer-wrapper-three-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-three-2 {
    margin-top: 40px;
  }

  ._111.shadow-three.w--open {
    position: absolute;
  }

  .container-38 {
    max-width: 728px;
  }

  .testimonial-slide-2 {
    padding-left: 32px;
  }

  .testimonial-quote-2 {
    overflow: visible;
  }

  .pro-grid-1 {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .testimonial-grid-two {
    grid-column-gap: 30px;
  }

  .testimonial-info-three {
    flex-direction: column;
  }

  .chat-icon {
    height: 30px;
  }

  .hero-without-image-9 {
    height: 1500px;
  }

  .container-39 {
    max-width: 728px;
  }

  .comp-pane.right {
    width: 730px;
  }

  .container-41 {
    max-width: 728px;
  }

  .hero-wrapper-13 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-13 {
    max-width: 100%;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .hero-without-image {
    padding: 60px 15px;
  }

  .margin-bottom-24px {
    width: 300px;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu {
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .pro-wrap-6, .testimonial-author-name-2{
    margin-left: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-toggle:hover {
    background-color: #fff;
  }

  .nav-dropdown-icon {
    color: #000;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .hero-heading-left {
    height: 400px;
    padding: 60px 15px;
  }

  .team-slider {
    padding: 60px 15px;
  }

  .testimonial-slider-large {
    height: 1800px;
    padding: 60px 15px;
  }

  .testimonial-slide {
    flex-direction: column;
    padding: 23px;
  }

  .testimonial-content {
    max-width: none;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .testimonial-quote-icon {
    width: 50px;
    margin-bottom: 16px;
  }

  .testimonial-image-two {
    width: 100%;
    height: auto;
  }

  .footer-light {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .hero-without-image-2, .hero-without-image-3 {
    padding: 60px 15px;
  }

  .paragraph-9 {
    text-align: center;
    width: 500px;
    font-size: 14px;
  }

  .faq-item {
    width: 700px;
  }

  .faq-answer-inner {
    width: 728px;
  }

  .h3 {
    width: 640px;
  }

  .main-container.centre {
    width: 500px;
  }

  .faq-question {
    max-width: 728px;
  }

  .heading-3 {
    width: 380px;
  }

  .main-hero_heading {
    font-size: 3.5em;
  }

  .h1 {
    width: 90vw;
    font-size: 13vw;
  }

  .content {
    width: 100%;
  }

  .subhead-container {
    width: auto;
    padding-left: 15px;
  }

  .lil-rule {
    margin-bottom: 26px;
  }

  .text-container {
    max-width: 100vw;
    padding-left: 15px;
    padding-right: 15px;
  }

  .hero-heading-center {
    padding: 60px 15px;
  }

  .main-hero_heading-2 {
    width: 700px;
    max-width: 700px;
    height: 180px;
    font-size: 90px;
    line-height: 100px;
  }

  .container-5 {
    width: 700px;
  }

  .div-block-9 {
    width: 350px;
    height: 300px;
    left: 382px;
  }

  .div-block-10 {
    width: 400px;
    height: 300px;
    top: 31px;
    left: 343.5px;
  }

  .hero-heading-left-2 {
    height: 750px;
    padding: 60px 15px;
  }

  .container-6 {
    width: auto;
  }

  .button-background-2 {
    border-color: #940002;
  }

  .team-slider-2 {
    padding: 60px 15px;
  }

  .container-7 {
    width: 700px;
    max-width: 700px;
  }

  .team-slide-wrapper-2 {
    width: 329px;
  }

  .team-block-2 {
    width: 329px;
    max-width: 329px;
  }

  .team-slider-arrow-2 {
    width: 50px;
    height: 50px;
    top: -73px;
  }

  .icon-3, .icon-4 {
    background-color: #940002;
  }

  .footer-subscribe {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-form-container-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-title {
    margin-right: 0;
  }

  .footer-form-block-two {
    width: 100%;
    margin-top: 20px;
  }

  .footer-form-input {
    width: 100%;
  }

  .footer-block-three {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column wrap;
    justify-content: flex-end;
    align-items: center;
  }

  .footer-link-three {
    margin-bottom: 10px;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
  }

  .footer-social-block-three {
    margin-top: 10px;
  }

  .footer-bottom-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright-2 {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-legal-block {
    margin-top: 15px;
    margin-left: -24px;
  }

  .footer-legal-link {
    font-size: 14px;
    line-height: 20px;
  }

  .list-item {
    align-items: end;
  }

  .text-block-41 {
    font-family: Montserrat, sans-serif;
    font-weight: 700;
  }

  .team-slider-3 {
    padding: 60px 15px;
  }

  .team-block-info-3 {
    width: 333px;
  }

  .blx-b-grid-link-1 {
    font-size: 16px;
  }

  .blx-b-container-list-1 {
    width: 25em;
    margin-left: 0;
  }

  .blx-b-wrap-1 {
    display: none;
  }

  .blx-b-dropdown-list-1 {
    padding-top: 2em;
  }

  .blx-b-wrap-grid-1 {
    border-bottom-width: 0;
  }

  .blx-section-1 {
    padding-left: 3em;
    padding-right: 3em;
    font-size: 1.69vw;
  }

  .container-regular-2, .navbar-wrapper-2 {
    width: 737px;
  }

  .navbar-brand-2 {
    padding-left: 0;
  }

  .nav-menu-wrapper-2 {
    width: 767px;
  }

  .nav-menu-2 {
    flex-direction: column;
    width: 767px;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown-2 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list-2.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-2.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-dropdown-list-2.shadow-three.mobile-shadow-hide.w--open {
    height: 300px;
  }

  .mobile-margin-top-11 {
    margin-top: 10px;
  }

  .blx-b-grid-link-1-1-2 {
    font-size: 14px;
    text-decoration: underline;
  }

  .blx-grid-heading-1-2 {
    color: #940002;
    font-size: 16px;
  }

  .nav-content-wrap {
    width: 290px;
  }

  .navbar-brand-3 {
    padding-left: 0;
  }

  .nav-menu-4 {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link-3 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown-3 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle-3 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list-3.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list-3.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-3.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-12 {
    margin-top: 10px;
  }

  .dropdown-link-mobile, .mobile-dropdown {
    width: 721px;
  }

  .mobile-toggle {
    width: 721px;
    margin-left: 0;
  }

  .mobile-nav-link, .navigation-container-mob {
    width: 721px;
  }

  .mobile-nav {
    width: 767px;
  }

  .quick-stack-3 {
    width: auto;
  }

  .hero-without-image-4 {
    padding: 60px 15px;
  }

  .fjh-container-1 {
    padding-left: 0;
    padding-right: 0;
  }

  .fjh-grid-1 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .fjh-section-1 {
    padding-left: 3em;
    padding-right: 3em;
    font-size: 1.69vw;
  }

  .fjh-container-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .zen-pic-1-4 {
    height: 8em;
  }

  .zen-grid-2-2 {
    grid-template-columns: 1fr 1fr;
  }

  .zen-wrap-2 {
    width: 700px;
  }

  .zen-pic-2-2 {
    height: 8em;
  }

  .nossahistoria {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    width: auto;
    display: flex;
  }

  .container-16 {
    width: auto;
  }

  .zen-paragraph-1 {
    width: auto;
  }

  .escritaorcamento {
    color: #940002;
  }

  .clientes {
    width: auto;
  }

  .textocliente {
    width: auto;
    font-size: 50px;
    line-height: 60px;
  }

  .mask-2 {
    width: 700px;
    max-width: 700px;
  }

  .hero-heading-left-3 {
    padding: 60px 15px;
  }

  .navbar-brand-three {
    padding-left: 0;
  }

  .nav-menu-three {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-menu-block {
    flex-direction: column;
  }

  .nav-link-4 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown-4 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle-4 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list-4.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list-4.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-4.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-13 {
    margin-top: 10px;
  }

  .team-slider-4 {
    padding: 60px 15px;
  }

  .navbar-brand-three-2 {
    padding-left: 0;
  }

  .nav-menu-three-2 {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-menu-block-2 {
    flex-direction: column;
  }

  .nav-link-5 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown-5 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle-5 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list-5.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list-5.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-5.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-link-accent-2 {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-14 {
    margin-top: 10px;
  }

  .hero-heading-left-4, .team-slider-5, .hero-subscribe-left {
    padding: 60px 15px;
  }

  .gen-wrap-2 {
    flex-direction: column;
  }

  .hero-heading-left-5 {
    padding: 60px 15px;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand-4 {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link-6 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown-6 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle-6 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list-6.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list-6.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-6.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent-3 {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-15 {
    margin-top: 10px;
  }

  .features-metrics {
    padding: 60px 15px;
  }

  .features-wrapper {
    flex-wrap: wrap;
    margin-bottom: -40px;
  }

  .features-block {
    width: 50%;
    margin-bottom: 40px;
  }

  .hero-heading-left-6, .hero-without-image-5, .hero-heading-center-2, .hero-without-image-6, ._1etapa {
    padding: 60px 15px;
  }

  .show-me-for-info {
    max-width: 410px;
  }

  .grid {
    grid-template-columns: 1fr 1fr;
    justify-items: stretch;
  }

  .button-wrap {
    width: 2.25rem;
    height: 2.25rem;
  }

  .mask-horizontal {
    margin-bottom: 1rem;
    padding: 2rem 1rem;
  }

  .accordion_verical-bottom, .accordion_verical-bottom.current {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .accordion2_icon {
    width: 1.75rem;
  }

  .text-size-large {
    font-size: 1.25rem;
  }

  .accordion_vertical-top {
    padding: 1.25rem;
  }

  .heading-style-h2 {
    font-size: 1.75rem;
  }

  .faq-answer-padding {
    padding: 20px;
  }

  .hero-without-image-7 {
    padding: 60px 15px;
  }

  .container-27 {
    max-width: 700px;
  }

  .hero-heading-left-7 {
    padding: 60px 15px;
  }

  .faq-question-2 {
    max-width: 728px;
  }

  .slide-2 {
    width: 450px;
    height: 500px;
    max-height: 500px;
  }

  .slider-6 {
    height: 500px;
  }

  .hero-heading-left-8 {
    padding: 60px 15px;
  }

  .container-28 {
    max-width: 650px;
  }

  .hero-split-10 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: auto;
  }

  .hero-heading-right {
    background-position: 100% 65%;
    padding: 60px 15px;
  }

  .duvidasitalia {
    flex-flow: column;
    height: auto;
    padding: 60px 15px;
    display: flex;
  }

  .duvidas1 {
    height: auto;
  }

  .capaitalia, .capaportugal {
    background-position: 100% 65%;
    padding: 60px 15px;
  }

  .textoportugal {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 400px;
  }

  .etapasportugal, .docsportugal {
    padding: 60px 15px;
  }

  .duvidasportugal {
    height: auto;
  }

  .sliderportugal {
    height: 500px;
  }

  .slideportugal1 {
    width: 450px;
    height: 500px;
    max-height: 500px;
  }

  .portugal, .portugal3 {
    height: 500px;
  }

  .capaespanha {
    background-position: 100% 65%;
    padding: 60px 15px;
  }

  .etapaspain {
    padding: 60px 15px;
  }

  .sliderspain {
    width: 450px;
    height: 500px;
    max-height: 500px;
  }

  .slideiderspain2 {
    height: 500px;
  }

  .duvidasitalia-copy {
    flex-flow: column;
    height: auto;
    padding: 60px 15px;
    display: flex;
  }

  .hero-heading-left-9, .hero-heading-right-2, .hero-heading-center-3, .hero-subscribe-left-2, .hero-heading-right-3, .team-circles {
    padding: 60px 15px;
  }

  .team-grid {
    grid-template-columns: 1fr 1fr;
  }

  .hero-stack, .servi-os, .spain {
    padding: 60px 15px;
  }

  .cleaning-nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .cleaning-contact-block {
    margin-top: 10px;
  }

  .cleaning-nav-link {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-logo {
    padding-left: 0;
  }

  .cleaning-list-item {
    padding-top: 0;
  }

  .top {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: center;
  }

  .navbar-brand-5 {
    padding-left: 0;
  }

  .nav-menu-6 {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link-7 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown-7 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle-7 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list-7.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list-7.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-7.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-16 {
    margin-top: 10px;
  }

  .button-primary-16.w--current {
    margin-bottom: 50px;
    margin-left: 0;
  }

  .footer-light-2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-bottom-3 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright-3 {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-social-block-two-2 {
    margin-top: 20px;
  }

  .footer-social-link-2 {
    margin-left: 20px;
  }

  .footer-subscribe-2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-form-container-two-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-title-2 {
    margin-right: 0;
  }

  .footer-form-block-two-2 {
    width: 100%;
    margin-top: 20px;
  }

  .footer-form-input-2 {
    width: 100%;
  }

  .footer-wrapper-three-2 {
    justify-content: center;
    align-items: center;
  }

  .footer-block-three-2 {
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    font-size: 16px;
  }

  .footer-link-three-2 {
    margin-bottom: 20px;
  }

  .footer-social-block-three-2 {
    margin-top: 10px;
  }

  .footer-bottom-4 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright-4 {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-legal-block-2 {
    margin-top: 15px;
    margin-left: -24px;
  }

  .footer-legal-link-2 {
    font-size: 14px;
    line-height: 20px;
  }

  .nav-dropdown-7-copy, .mobup {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  ._111.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  ._111.shadow-three.w--open {
    position: relative;
  }

  ._111.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .testimonial-slider-large-2 {
    padding: 60px 15px;
  }

  .testimonial-slide-2 {
    flex-direction: column;
    padding: 23px;
  }

  .testimonial-content-2 {
    max-width: none;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .testimonial-quote-icon-2 {
    width: 50px;
    margin-bottom: 16px;
  }

  .testimonial-image-two-2 {
    width: 100%;
    height: auto;
  }

  .testimonial-stack {
    padding: 60px 15px;
  }

  .testimonial-text-three {
    font-size: 20px;
    line-height: 28px;
  }

  .hero-without-image-8, .testemutial {
    padding: 60px 15px;
  }

  .pro-grid-1 {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    grid-template-columns: 1fr 1fr;
  }

  .testimonial-column-light {
    padding: 60px 15px;
  }

  .testimonial-grid-two {
    grid-template-columns: 1fr;
  }

  .testimonial-info-three {
    flex-direction: row;
  }

  .hero-without-image-9 {
    padding: 60px 15px;
  }

  .comp-pane.right {
    width: 100%;
    margin-top: 0;
  }

  .hero-heading-right-4, .hero-heading-left-10 {
    padding: 60px 15px;
  }

  .c-faq {
    width: 100%;
  }
}

@media screen and (max-width: 720px){
  .team-slide-wrapper-6 {
    width: 100%;
    margin-right: 0%;
  }

  .team-block-6 {
    width: auto;
    height: 450px;
  }

  .team-member-image-two-6 {
    height: 200px;
  }

  .team-slider-arrow-6 {
    width: 50px;
    height: 50px;
    margin-top: 158px;
    margin-left: 6px;
  }
}

@media screen and (max-width: 640px){
  .mobile{
    width: auto;
  }
}

@media screen and (max-width: 479px) {
  .hero-without-image {
    background-image: url('../images/summer-holiday-in-italy-young-family-of-four-on-t-2023-11-27-05-16-13-utc.png');
    background-position: 90%;
    background-repeat: repeat;
    background-size: cover;
    background-attachment: fixed;
    height: 80vh;
  }

  .container {
    width: 350px;
    max-width: none;
  }

  .nav-menu {
    background-color: var(--color);
    border-radius: 0 0 50px 50px;
    flex-flow: column;
    height: 450px;
    box-shadow: 10px 2px 5px #0003;
  }

  .nav-link {
    flex-flow: column;
    display: flex;
  }

  .nav-dropdown-toggle {
    background-color: #fff0;
  }

  .nav-dropdown-toggle:hover {
    background-color: #fff;
  }

  .nav-dropdown-icon {
    color: #940002;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .menu-button.w--open {
    color: var(--black);
  }

  .menu-button.w--open:hover {
    color: var(--color);
  }

  .hero-heading-left {
    height: 700px;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .team-slide-wrapper {
    width: 100%;
    margin-right: 0%;
  }

  .team-slider-arrow {
    width: 50px;
    height: 70px;
    top: -97px;
    left: 304px;
  }

  .testimonial-slider-large {
    height: 2000px;
  }

  .testimonial-quote-icon {
    width: 30px;
  }

  .testimonial-quote {
    font-size: 22px;
    line-height: 30px;
  }

  .testimonial-author-image-three {
    margin-right: 16px;
  }

  .footer-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-block-two {
    margin-top: 40px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .quick-stack {
    width: 449px;
  }

  .paragraph-9 {
    width: 300px;
    font-size: 16px;
  }

  .faq-answer {
    width: 350px;
  }

  .p-m-wrap {
    background-color: #940002;
    margin-left: 40px;
  }

  .faq-item, .faq-answer-inner {
    width: 350px;
  }

  .faq-wrap {
    grid-template-columns: 1fr;
    width: 350px;
    margin-left: 28px;
  }

  .div-block-8, .h3 {
    width: 350px;
  }

  .h2 {
    width: 380px;
    font-size: 36px;
  }

  .main-container.centre {
    width: 350px;
  }

  .faq-question {
    width: 350px;
    min-width: 350px;
  }

  .container-2 {
    width: 350px;
  }

  .icon-2 {
    background-color: #793030;
    top: 0;
  }

  .container-3 {
    width: 350px;
  }

  .main-hero_heading {
    font-size: 2.4em;
  }

  .h1 {
    font-size: 12vw;
  }

  .content {
    margin-top: 0;
    margin-left: 0;
  }

  .subhead-container {
    width: auto;
  }

  .lil-rule {
    width: 200px;
    margin-left: 0;
  }

  .container-4 {
    max-width: none;
  }

  .centered-heading-2 {
    margin-bottom: 24px;
  }

  .main-hero_heading-2 {
    width: 350px;
    height: 160px;
    font-size: 50px;
    line-height: 70px;
    position: relative;
    top: 0;
    left: 0;
  }

  .container-5 {
    width: 350px;
  }

  .div-block-9 {
    width: 400px;
    height: 350px;
    margin-left: -35px;
    position: relative;
    top: 63px;
    left: 0;
  }

  .div-block-10 {
    top: 402px;
    left: 43.5px;
  }

  .hero-heading-left-2 {
    width: 100%;
    height: 970px;
  }

  .container-6 {
    width: auto;
  }

  .button-background-2 {
    color: #a88d12;
    -webkit-text-stroke-color: #a88d12;
    border-color: #a88d12;
  }

  .button-text-2 {
    color: #fff;
    font-family: Montserrat, sans-serif;
  }

  .container-7 {
    width: 350px;
    max-width: none;
  }

  .centered-heading-3 {
    margin-bottom: 24px;
  }

  .team-slide-wrapper-2 {
    width: 100%;
    margin-right: 0%;
  }

  .team-block-2 {
    width: 350px;
    max-width: 350px;
  }

  .team-member-image-two-2 {
    width: 100%;
    height: 200px;
  }

  .team-slider-arrow-2 {
    width: 50px;
    height: 50px;
    top: -72px;
  }

  .icon-3, .icon-4 {
    background-color: #940002;
  }

  .container-8 {
    width: auto;
    max-width: none;
  }

  .footer-form-two {
    padding: 20px;
  }

  .footer-form-container-two {
    justify-content: center;
    align-items: center;
  }

  .footer-form-block-two {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .footer-form-input {
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .button-primary-3.footer-form-button {
    position: relative;
    right: 0;
  }

  .footer-wrapper-three {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
    justify-content: center;
    align-items: center;
  }

  .footer-block-three {
    grid-column-gap: 39px;
    grid-row-gap: 39px;
    justify-content: center;
    align-items: center;
  }

  .footer-link-three {
    color: #940002;
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    font-weight: 700;
  }

  .footer-bottom-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .icon-5 {
    font-size: 50px;
  }

  .list-item {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    place-items: center stretch;
    margin-top: 22px;
  }

  .text-block-40 {
    background-color: var(--white);
    color: #fff;
    font-family: Montserrat, sans-serif;
  }

  .icon-7 {
    color: #fff;
  }

  .text-block-41 {
    color: #940002;
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    font-weight: 700;
  }

  .icon-8, .icon-9 {
    background-color: #940002;
  }

  .container-10 {
    width: 350px;
    max-width: none;
  }

  .centered-heading-4 {
    margin-bottom: 24px;
  }

  .team-slide-wrapper-3 {
    width: 350px;
    margin-right: 0%;
  }

  .team-block-3 {
    width: 350px;
    height: 350px;
  }

  .team-block-info-3 {
    width: 350px;
  }

  .team-slider-arrow-3 {
    position: absolute;
    top: 278px;
    left: 98px;
  }

  .team-slider-nav-3 {
    position: relative;
    top: 20px;
  }

  .mask {
    width: 350px;
  }

  .icon-11 {
    display: flex;
  }

  .icon-12 {
    position: absolute;
    inset: 0% auto 0% 0%;
  }

  .blx-b-grid-wrap-link-2 {
    text-align: left;
    width: 241px;
    text-decoration: underline;
  }

  .blx-c-wrap-1 {
    display: none;
  }

  .blx-b-grid-link-1 {
    font-size: 16px;
  }

  .blx-b-grid-wrap-heading-1 {
    text-align: left;
    width: 241px;
  }

  .blx-b-wrap-1 {
    display: none;
  }

  .blx-c-button-1 {
    padding: .7em 1.2em;
    font-size: 1.5em;
    line-height: 1.3em;
  }

  .blx-b-container-grid-1 {
    text-align: center;
    grid-auto-flow: row;
    place-items: center stretch;
    width: 241.25px;
    height: 237px;
  }

  .blx-b-grid-wrap-link-1 {
    width: 241px;
  }

  .blx-wrap-heading-1-1 {
    text-align: left;
  }

  .blx-b-wrap-grid-1 {
    border-bottom-width: 0;
    border-bottom-color: var(--white);
    grid-template-columns: 1fr;
    width: 350px;
    height: 530px;
    margin-top: 0;
  }

  .blx-section-1 {
    font-size: 2.5vw;
  }

  .container-12 {
    background-color: #fff;
    height: 0;
  }

  .container-regular-2, .navbar-wrapper-2 {
    width: 350px;
  }

  .nav-menu-wrapper-2 {
    align-self: center;
    width: 350px;
    max-width: 350px;
    margin-left: 54px;
  }

  .nav-menu-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 350px;
    height: 400px;
    display: flex;
  }

  .nav-link-2 {
    width: 350px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 50px;
    display: flex;
  }

  .nav-dropdown-2 {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
    height: 50px;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .nav-dropdown-toggle-2 {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    width: 200px;
    height: 40px;
    margin-right: 0;
    padding-left: 50px;
    padding-right: 5px;
  }

  .nav-dropdown-list-2.shadow-three.mobile-shadow-hide.w--open {
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 350px;
    height: 530px;
    display: flex;
  }

  .nav-button-wrapper-2 {
    width: auto;
  }

  .button-primary-4 {
    background-color: #940002;
  }

  .blx-b-grid-link-1-1-2 {
    font-size: 14px;
  }

  .blx-grid-heading-1-2 {
    color: #940002;
    font-size: 16px;
  }

  .list-item-2 {
    width: 350px;
  }

  .text-block-44 {
    margin-left: -12px;
  }

  .nav-content-wrap {
    width: 150px;
  }

  .dropdown-title {
    width: 160px;
  }

  .navigation {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
    position: static;
  }

  .nav-menu-4 {
    flex-direction: column;
  }

  .nav-button-wrapper-3 {
    width: auto;
  }

  .dropdown-link-mobile {
    grid-column-gap: 23px;
    grid-row-gap: 23px;
    width: 450px;
    height: 311px;
    margin-left: -9px;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .dropdown-list.w--open {
    width: 441px;
    left: -44px;
  }

  .flowbase-logo {
    width: 200px;
  }

  .mobile-dropdown, .mobile-toggle, .mobile-nav-link, .navigation-container-mob {
    width: 350px;
  }

  .mobile-nav {
    width: 100%;
    height: 350px;
  }

  .navigation-mob {
    width: 100%;
  }

  .quick-stack-3 {
    width: auto;
  }

  .container-13 {
    max-width: none;
  }

  .fjh-a-wrap-1 {
    margin-bottom: .5em;
  }

  .fjh-grid-1 {
    grid-template-columns: 1fr 1fr;
  }

  .fjh-section-1 {
    font-size: 2.5vw;
  }

  .fjh-wrap-2 {
    flex-direction: column;
    align-items: flex-start;
  }

  .zen-wrap-7 {
    margin-top: .5em;
  }

  .nossamissao {
    text-align: left;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: -167px;
    font-size: 15px;
    line-height: 24px;
    display: flex;
  }

  .zen-wrap-9-2 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-content: center;
    align-items: center;
    margin-top: -2px;
    margin-bottom: .3em;
  }

  .text-span-2 {
    text-align: left;
  }

  .zen-wrap-1-3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    height: 650px;
    margin-top: 0;
    display: block;
  }

  .zen-wrap-5 {
    justify-content: center;
    align-items: center;
    margin-top: -52px;
  }

  .zen-pic-5-2 {
    border-width: 3px;
    margin-left: 11px;
  }

  .zen-pic-1-4 {
    border-width: 3px;
    height: 10em;
    margin-top: 0;
    margin-left: 0;
  }

  .zen-pic-4-2 {
    border-width: 3px;
    height: 180px;
    margin-top: 0;
  }

  .zen-grid-2-2 {
    grid-auto-flow: row;
    margin-top: 50px;
  }

  .zen-wrap-2 {
    width: 350px;
    margin-top: -187px;
    margin-left: 0;
  }

  .zen-heading-1 {
    text-align: center;
    margin-top: 10px;
  }

  .zen-pic-2-2 {
    border-width: 3px;
    height: 10em;
    margin-top: 0;
  }

  .zen-wrap-1-1 {
    margin-top: 2px;
  }

  .nossahistoria {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    width: auto;
    height: 680px;
    margin-top: 0;
    display: block;
  }

  .container-16 {
    flex-flow: column;
    width: auto;
    height: 700px;
    display: block;
  }

  .zen-wrap-8 {
    margin-top: -23px;
  }

  .header {
    text-align: center;
    width: 350px;
    max-width: 150.469px;
    height: 350px;
    margin-top: 823px;
    margin-bottom: -18px;
    font-size: 18px;
  }

  .zen-paragraph-1 {
    text-align: left;
    width: 350px;
    max-width: 728px;
  }

  .botaocontato {
    color: #ff0641;
    font-family: Montserrat, sans-serif;
  }

  .entendamelhorescrita {
    color: #940002;
    font-family: Montserrat, sans-serif;
  }

  .circulobranco {
    border-color: #fff;
  }

  .escritabotaoorcamento {
    color: #fff;
    font-family: Montserrat, sans-serif;
  }

  .circuloorcamento {
    border-color: #fff;
  }

  .escritaorcamento {
    color: #940002;
    font-family: Montserrat, sans-serif;
  }

  .clientes {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-end;
    width: auto;
    margin-top: 0;
    display: flex;
  }

  .textocliente {
    width: auto;
    font-size: 45px;
    line-height: 60px;
  }

  .linha {
    width: auto;
    margin-right: 0;
  }

  .mask-2 {
    width: 350px;
    max-width: 350px;
  }

  .container-17 {
    max-width: none;
  }

  .nav-menu-three {
    flex-direction: column;
  }

  .container-18 {
    max-width: none;
  }

  .centered-heading-5 {
    margin-bottom: 24px;
  }

  .team-slide-wrapper-4 {
    width: 100%;
    margin-right: 0%;
  }

  .nav-menu-three-2 {
    flex-direction: column;
  }

  .container-19 {
    max-width: none;
  }

  .centered-heading-6 {
    margin-bottom: 24px;
  }

  .team-slide-wrapper-5 {
    width: 100%;
    margin-right: 0%;
  }

  .container-20 {
    max-width: none;
  }

  .hero-form {
    align-self: stretch;
    margin-bottom: 15px;
  }

  .hero-form-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-form-input {
    width: 100%;
    height: 48px;
    margin-bottom: 10px;
  }

  .gen-wrap-3 {
    flex-direction: column;
  }

  .passaportitaliano, .passaporteportugues, .passaporteitalianodiv, .passaporteportuguesdiv {
    width: 160px;
  }

  .container-22 {
    max-width: none;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .botao1 {
    color: #940002;
    font-family: Montserrat, sans-serif;
  }

  .container-24 {
    max-width: none;
  }

  .centered-heading-7 {
    margin-bottom: 24px;
  }

  .container-25 {
    width: 350px;
    max-width: none;
  }

  ._1etapa {
    background-position: 50% 100%;
    flex-flow: column;
    height: auto;
    display: flex;
  }

  .centered-heading-8 {
    margin-bottom: 24px;
  }

  .container-26 {
    flex-flow: row;
  }

  .grid {
    grid-template-columns: 1fr;
  }

  .accordions_vertical {
    padding-top: 0;
  }

  .text-size-large {
    font-size: 1.25rem;
  }

  .heading-style-h2 {
    font-size: 1.75rem;
  }

  .bold-text-8 {
    font-size: 18px;
  }

  .hero-without-image-7 {
    height: 1300px;
  }

  .container-27 {
    width: auto;
    max-width: none;
  }

  .hero-heading-left-7 {
    flex-flow: column;
    height: auto;
    display: flex;
  }

  .quick-stack-7 {
    height: auto;
  }

  .faq-question-2 {
    width: 300px;
    min-width: 350px;
  }

  .slide-2 {
    width: 300px;
    height: 400px;
  }

  .slider-6 {
    width: 300px;
    height: 400px;
  }

  .container-28 {
    width: auto;
    max-width: none;
    margin-top: 0;
  }

  .hero-split-10 {
    margin-bottom: 0;
  }

  .container-29 {
    width: auto;
  }

  .hero-heading-right {
    background-position: 100% 70%;
  }

  .one, .two, .flour, .four {
    width: 290px;
  }

  .entreemcontato {
    width: 340px;
    max-width: 340px;
  }

  .sonho {
    color: #940002;
    -webkit-text-stroke-color: #fff0;
    width: 300px;
    margin-left: 15px;
    max-width: 350px;
    font-family: Montserrat, sans-serif;
  }

  .duvidasitalia {
    flex-flow: column;
    height: auto;
    display: flex;
  }

  .duvidas1 {
    height: auto;
  }

  .container1 {
    width: auto;
    max-width: none;
  }

  .capaitalia {
    background-position: 100%;
    background-size: auto;
    background-attachment: scroll;
  }

  .capaportugal {
    background-position: 100% 0;
    background-size: cover;
  }

  .textoportugal {
    width: auto;
  }

  .etapasportugal {
    background-position: 50% 100%;
    flex-flow: column;
    height: auto;
    display: flex;
  }

  .viveressesonhoportugal {
    width: auto;
    max-width: 340px;
  }

  .sonhoportugal {
    color: #0c0094;
    -webkit-text-stroke-color: #fff0;
    width: 300px;
    max-width: 350px;
    font-family: Montserrat, sans-serif;
  }

  .docsportugal {
    height: 1200px;
  }

  .cell-12-copy {
    flex-flow: column;
  }

  .delete {
    display: flex;
  }

  .registrociminal {
    flex-flow: column;
  }

  .duvidasportugal {
    height: auto;
  }

  .one-copy, .oneport {
    width: 290px;
  }

  .textport {
    font-size: 18px;
  }

  .twoportugal {
    width: 290px;
  }

  .text2port {
    font-size: 18px;
  }

  .sliderportugal, .slideportugal1, .portugal, .portugal3 {
    width: 290px;
    height: 400px;
  }

  .capaespanha {
    background-position: 45% 0;
    background-size: cover;
  }

  .headespan {
    width: auto;
  }

  .etapaspain {
    background-position: 50% 100%;
    flex-flow: column;
    height: auto;
    display: flex;
  }

  .sonhospain {
    color: #a88d12;
    -webkit-text-stroke-color: #fff0;
    width: 350px;
    max-width: 350px;
    font-family: Flamenco, sans-serif;
  }

  .duvidasitalia-copy, .duvidasportugal1 {
    flex-flow: column;
    height: auto;
    display: flex;
  }

  .gridspain {
    height: auto;
  }

  .s {
    padding-left: 15px;
    padding-right: 15px;
  }

  .p {
    margin-top: 50px;
    top: -8px;
  }

  .i {
    padding-left: 15px;
    padding-right: 15px;
  }

  .paragraph-13 {
    padding-left: 15px;
    padding-right: 15px;
    line-height: 24px;
  }

  .textspain, .bold-text-8-copy, .bold-text-8-copy, .bold-text-8-copy-copy {
    font-size: 18px;
  }

  .five {
    width: 290px;
  }

  .bold-text-8-copy-copy {
    font-size: 18px;
  }

  .sliderspain, .slideiderspain2 {
    width: 290px;
    height: 400px;
  }

  .duvidasitalia-copy {
    flex-flow: column;
    height: auto;
    display: flex;
  }

  .container-31 {
    width: auto;
    max-width: none;
    margin-top: -104px;
  }

  .margin-bottom-24px-15 {
    margin-top: 25px;
  }

  .container-32 {
    width: auto;
    max-width: none;
  }

  .centered-heading-9 {
    margin-bottom: 24px;
  }

  .hero-form-2 {
    align-self: stretch;
    margin-bottom: 15px;
  }

  .hero-form-container-2 {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-form-input-2 {
    width: 100%;
    height: 48px;
    margin-bottom: 10px;
  }

  .team-grid {
    grid-template-columns: 1fr;
  }

  .servi-os {
    margin-top: -108px;
  }

  .spain {
    height: 1450px;
  }

  .logo {
    flex: none;
  }

  .cleaning-nav-menu {
    flex-direction: column;
  }

  .heading-section {
    position: relative;
  }

  .contact-block {
    padding-top: 5px;
    padding-bottom: 5px;
    display: flex;
  }

  .contact-block.hide {
    display: none;
  }

  .contact-topbar {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
  }

  .menu-heading-text {
    font-size: 32px;
    line-height: 40px;
  }

  .top {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: row;
  }

  .nav-menu-6 {
    border-radius: 10px;
    flex-direction: column;
    box-shadow: 0 2px 5px #0003;
  }

  .nav-button-wrapper-4 {
    justify-content: center;
    align-items: center;
    width: auto;
    display: flex;
  }

  .button-primary-16.w--current {
    margin-bottom: 0;
    margin-left: 0;
  }

  .container-34 {
    width: auto;
    margin-top: 0;
  }

  .glass-block {
    flex-flow: column;
    order: -1;
  }

  .div-block-12 {
    margin-bottom: 10px;
  }

  .container-35 {
    max-width: none;
  }

  .footer-wrapper-two-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-block-two-2 {
    margin-top: 40px;
  }

  .footer-bottom-3 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-two-2 {
    margin-top: 20px;
  }

  .container-36 {
    max-width: none;
  }

  .footer-form-two-2 {
    padding: 20px;
  }

  .footer-form-block-two-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-input-2 {
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .button-primary-17.footer-form-button {
    position: relative;
    right: 0;
  }

  .footer-wrapper-three-2, .footer-block-three-2 {
    justify-content: center;
    align-items: center;
  }

  .footer-link-three-2 {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .footer-bottom-4 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .icon-19 {
    color: #940002;
    font-size: 30px;
  }

  .heading-21 {
    width: 350px;
    font-size: 20px;
  }

  .mobile {
    justify-content: center;
    align-items: center;
    width: auto;
    margin-top: -90px;
    font-size: 45px;
  }

  ._111.shadow-three.mobile-shadow-hide.w--open {
    background-color: #fff0;
  }

  .container-38 {
    max-width: none;
  }

  .testimonial-slider-two-2 {
    width: auto;
  }

  .testimonial-slide-2 {
    width: auto;
    margin-top: 413px;
    height: 662px;
  }

  .testimonial-content-2 {
    width: auto;
  }

  .testimonial-quote-icon-2 {
    width: 30px;
    margin-left: 15px;
  }

  .testimonial-quote-2 {
    width: auto;
    height: auto;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
    line-height: 20px;
  }

  .testimonial-author-name-2 {
    padding-left: 15px;
  }

  .testimonial-author-image-three-2 {
    margin-right: 16px;
  }

  .testimonial-slider-arrow-2 {
    margin-top: 775px;
  }

  .testimonial-card-three {
    padding-left: 24px;
    padding-right: 24px;
  }

  .testimonial-info-four {
    text-align: center;
    flex-direction: column;
  }

  .pro-grid-1 {
    grid-template-columns: 1fr;
  }

  .pro-wrap-6 {
    margin-top: -23px;
    padding-left: 15px;
    position: relative;
  }

  .centered-heading-10 {
    margin-bottom: 24px;
  }

  .chatbot-sub-title {
    font-size: 12px;
    display: none;
  }

  .form-item {
    margin-bottom: 14px;
  }

  .chatbot-main-content {
    grid-row-gap: 16px;
    margin-top: 18px;
    margin-bottom: 4px;
  }

  .chatbot-form-wrapper {
    max-width: 88vw;
    bottom: 16px;
    right: 16px;
  }

  .chatbot-title-wrapper {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .chatbot-title {
    margin-bottom: 0;
    font-size: 16px;
  }

  .fixed-form-trigger {
    width: 54px;
    height: 54px;
    bottom: 8px;
    right: 16px;
  }

  .chat-icon {
    width: 24px;
    height: 24px;
  }

  .chat-close {
    width: 26px;
    height: 26px;
  }

  .hero-without-image-9 {
    height: 1500px;
  }

  .container-39 {
    max-width: none;
  }

  .comp-pane.right {
    width: 100%;
    margin-top: 50px;
    padding: 30px;
  }

  .form-field-label {
    height: 15px;
  }

  .quick-stack-10 {
    margin-top: 50px;
  }

  .testimonial-slider-arrow-2-copy {
    margin-top: 775px;
  }

  .icon-22, .icon-23 {
    background-color: #941602;
  }

  .list-item-3 {
    margin-top: 21px;
  }

  .container-41 {
    width: 350px;
    max-width: 100%;
  }

  .help-2 {
    width: 300px;
    left: 148px;
  }
}

#w-node-c5666d4b-4576-5100-4cc0-5ed4c35c794b-9f5b0e5e, #w-node-_20721a6f-2ee5-3f9e-41ff-b08ee13e0130-9f5b0e5e {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_53b5dcae-0d65-3aaa-3920-fd7c2f1cd4e5-9f5b0e5e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_461719cd-2c47-1ebd-b9aa-be16860f1af4-9f5b0e5e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_461719cd-2c47-1ebd-b9aa-be16860f1af6-9f5b0e5e, #w-node-_461719cd-2c47-1ebd-b9aa-be16860f1af7-9f5b0e5e, #w-node-_461719cd-2c47-1ebd-b9aa-be16860f1af9-9f5b0e5e, #w-node-_461719cd-2c47-1ebd-b9aa-be16860f1afb-9f5b0e5e, #w-node-_461719cd-2c47-1ebd-b9aa-be16860f1afc-9f5b0e5e, #w-node-_461719cd-2c47-1ebd-b9aa-be16860f1afe-9f5b0e5e, #w-node-_461719cd-2c47-1ebd-b9aa-be16860f1b01-9f5b0e5e, #w-node-_461719cd-2c47-1ebd-b9aa-be16860f1b02-9f5b0e5e, #w-node-_461719cd-2c47-1ebd-b9aa-be16860f1b04-9f5b0e5e, #w-node-_461719cd-2c47-1ebd-b9aa-be16860f1b05-9f5b0e5e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_63581a9c-0c14-b673-512c-73fa597926c0-86d60a23 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_8dcc8a0c-5973-7526-98f1-daa313ae7d98-a19eb014 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#w-node-fb497642-0408-14cc-18bb-fc10460fe060-a19eb014 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_8dcc8a0c-5973-7526-98f1-daa313ae7d98-d03148b3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-fb497642-0408-14cc-18bb-fc10460fe060-d03148b3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_8dcc8a0c-5973-7526-98f1-daa313ae7d98-17ed4e74 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#w-node-fb497642-0408-14cc-18bb-fc10460fe060-17ed4e74, #w-node-_1d207517-2e41-89c1-6019-398914a0d3be-462a525a {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

@media screen and (min-width: 1440px) {
  #w-node-_53b5dcae-0d65-3aaa-3920-fd7c2f1cd4e5-9f5b0e5e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_20721a6f-2ee5-3f9e-41ff-b08ee13e0130-9f5b0e5e {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_461719cd-2c47-1ebd-b9aa-be16860f1b04-9f5b0e5e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_8dcc8a0c-5973-7526-98f1-daa313ae7d98-a19eb014, #w-node-_8dcc8a0c-5973-7526-98f1-daa313ae7d98-d03148b3, #w-node-_8dcc8a0c-5973-7526-98f1-daa313ae7d98-17ed4e74, #w-node-_1d207517-2e41-89c1-6019-398914a0d3be-462a525a {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 910px) {
  #w-node-fb497642-0408-14cc-18bb-fc10460fe060-a19eb014, #w-node-fb497642-0408-14cc-18bb-fc10460fe060-d03148b3, #w-node-fb497642-0408-14cc-18bb-fc10460fe060-17ed4e74 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
  .duvidasitalia-copy, .duvidasportugal1 {
    flex-flow: column;
    height: auto;
    padding: 60px 15px;
    display: flex;
}
}

@media screen and (max-width: 655px){
  #w-node-_63581a9c-0c14-b673-512c-73fa597926c0-86d60a23 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-c5666d4b-4576-5100-4cc0-5ed4c35c794b-9f5b0e5e {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_461719cd-2c47-1ebd-b9aa-be16860f1af4-9f5b0e5e {
    order: -9999;
  }

  #w-node-_8dcc8a0c-5973-7526-98f1-daa313ae7d98-a19eb014, #w-node-fb497642-0408-14cc-18bb-fc10460fe060-a19eb014, #w-node-_8dcc8a0c-5973-7526-98f1-daa313ae7d98-d03148b3, #w-node-fb497642-0408-14cc-18bb-fc10460fe060-d03148b3, #w-node-_8dcc8a0c-5973-7526-98f1-daa313ae7d98-17ed4e74, #w-node-fb497642-0408-14cc-18bb-fc10460fe060-17ed4e74, #w-node-_1d207517-2e41-89c1-6019-398914a0d3be-462a525a {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


@font-face {
  font-family: 'Crimsonpro Variablefont Wght';
  src: url('../fonts/CrimsonPro-VariableFont_wght.ttf') format('truetype');
  font-weight: 200 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Genos Variablefont Wght';
  src: url('../fonts/Genos-Italic-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Inter Variablefont Slnt Wght';
  src: url('../images/') format('truetype'), url('../images/') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Courierprime';
  src: url('../fonts/CourierPrime-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cinzeldecorative';
  src: url('../fonts/CinzelDecorative-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cinzeldecorative';
  src: url('../fonts/CinzelDecorative-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cinzeldecorative';
  src: url('../fonts/CinzelDecorative-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Italiana';
  src: url('../fonts/Italiana-Regular.ttf') format('truetype'), url('../fonts/Italiana-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Girassol';
  src: url('../fonts/Girassol-Regular.ttf') format('truetype'), url('../fonts/Girassol-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sevillana';
  src: url('../fonts/Sevillana-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Flamenco';
  src: url('../fonts/Flamenco-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Flamenco';
  src: url('../fonts/Flamenco-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}