:root {
  --333: #333;
  --b68913-bs-vip: #FFBB00;
  --untitled-ui-primary700: #6941c6;
  --untitled-ui-primary800: #53389e;
  --untitled-ui-gray500: #667085;
  --untitled-ui-gray200: #eaecf0;
  --untitled-ui-gray700: #344054;
  --untitled-ui-primary600: #7f56d9;
  --untitled-ui-white: white;
  --untitled-ui-primary100: #f4ebff;
  --untitled-ui-gray300: #d0d5dd;
  --untitled-ui-primary300: #d6bbfb;
  --untitled-ui-primary50: #f9f5ff;
  --untitled-ui-gray50-501: #f9fafb;
  --untitled-ui-gray400: #98a2b3;
  --untitled-ui-gray800: #1d2939;
  --untitled-ui-gray100: #f2f4f7;
  --b68913: var(--untitled-ui-primary600);
}

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

body {
  color: #333;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 3em;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

a {
  font-size: 1em;
  line-height: 1.2em;
  text-decoration: underline;
}

.div-block {
  width: 100%;
  height: 10em;
  background-color: #1f1f1f;
  align-items: center;
  display: flex;
}

.div-block-2 {
  width: 100%;
  height: auto;
}

.navbar {
  height: auto;
  background-color: rgba(221, 221, 221, 0);
}

.nav-link {
  color: #fff;
  margin-left: 0;
  margin-right: 0;
  font-family: Poppins, sans-serif;
  font-size: 1em;
}

.nav-link:hover, .nav-link:focus {
  color: #FFBB00;
}

.nav-link:focus-visible {
  color: #FFBB00;
}

.nav-link[data-wf-focus-visible], .nav-link:visited {
  color: #FFBB00;
}

.nav-link-2 {
  color: #fff;
  margin-left: 0;
  margin-right: 0;
  font-family: Poppins, sans-serif;
  font-size: 1em;
}

.nav-link-2:hover, .nav-link-2:focus {
  color: #FFBB00;
}

.nav-link-2:focus-visible {
  color: #FFBB00;
}

.nav-link-2[data-wf-focus-visible], .nav-link-2:visited {
  color: #FFBB00;
}

.nav-link-3 {
  color: #fff;
  background-color: rgba(255, 0, 0, 0);
  margin-left: 0;
  margin-right: 0;
  font-family: Poppins, sans-serif;
  font-size: 1em;
}

.nav-link-3:hover, .nav-link-3:focus, .nav-link-3:visited {
  color: #FFBB00;
}

.image {
  width: 25em;
}

.container {
  min-width: 90vw;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav-menu {
  width: 100%;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.div-block-3 {
  width: 100%;
  height: 50em;
  background-color: rgba(255, 255, 255, 0);
  background-image: url('../images/Rectangle-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  display: flex;
}

.image-2 {
  width: 100%;
}

.div-block-4 {
  width: 90vw;
  flex-direction: row;
  display: flex;
}

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

.div-block-6 {
  width: 50%;
}

.tabs {
  width: 90%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.div-block-7 {
  width: 100%;
  height: 90%;
  border-radius: 0;
}

.tabs-content {
  width: 100%;
  height: 29em;
}

.tab-pane-tab-1 {
  height: 100%;
  color: #fff;
  background-color: #d7d7d7;
}

.tabs-menu {
  height: 6em;
  background-color: #fff;
  border-radius: 7px 7px 0 0;
  justify-content: space-around;
  display: flex;
}

.tab-link-tab-1 {
  background-color: #fff;
  flex-direction: row;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.tab-link-tab-1:hover {
  border: 0 solid #000;
  border-bottom: 3px solid #FFBB00;
}

.tab-link-tab-1:focus, .tab-link-tab-1:visited {
  border-bottom: 3px solid #FFBB00;
}

.tab-link-tab-1.w--current {
  background-color: #fff;
}

.tab-link-tab-1.w--current:hover {
  border-bottom-width: 3px;
}

.tab-link-tab-2 {
  background-color: rgba(221, 221, 221, 0);
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.tab-link-tab-2:hover {
  border-bottom: 0 solid #FFBB00;
  align-items: center;
}

.tab-link-tab-2:focus {
  border-bottom: 3px solid #FFBB00;
  align-items: center;
}

.tab-link-tab-2:visited {
  border-bottom: 3px solid #FFBB00;
}

.tab-link-tab-2.w--current {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.tab-link-tab-3 {
  background-color: rgba(221, 221, 221, 0);
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.tab-link-tab-3.w--current {
  background-color: rgba(255, 255, 255, 0);
}

.tab-link-tab-3.w--current:hover {
  border-bottom: 0 solid #FFBB00;
}

.tab-link-tab-3.w--current:focus, .tab-link-tab-3.w--current:visited {
  border-bottom: 3px solid #FFBB00;
}

.div-block-8 {
  background-color: red;
}

.tab-pane-tab-2 {
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
}

.image-3 {
  width: 2.3em;
  height: 2.2em;
  margin-right: 7px;
}

.heading {
  color: #333;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 2.5em;
  font-weight: 700;
  line-height: 1.1em;
}

.div-block-9 {
  width: 90%;
  margin-bottom: 15px;
  padding-top: 0;
}

.div-block-10 {
  width: 100%;
  height: 100%;
  background-color: #ebebeb;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  display: flex;
}

.div-block-11 {
  width: 90%;
  flex-direction: row;
  align-items: flex-start;
  padding-bottom: 20px;
  display: flex;
}

.image-4 {
  width: 1.5em;
  min-width: 1.5em;
  margin-right: 7px;
}

.text-block {
  color: #1d1d1b;
  font-family: Poppins, sans-serif;
  font-size: 1.1em;
  font-weight: 500;
  line-height: 1.3em;
}

.form, .form-2 {
  display: flex;
}

.div-block-12 {
  width: 90%;
}

.text-block-2 {
  margin-right: 0;
  padding-right: 0;
}

.text-field {
  height: 4em;
  border-radius: 6px;
  margin-bottom: 0;
  margin-right: 10px;
  padding: 0 0 0 8px;
}

.submit-button {
  width: 12em;
  height: 3em;
  color: #fbfbfb;
  background-color: #FFBB00;
  border-radius: 6px;
  padding: 0;
  font-family: Poppins, sans-serif;
  font-size: 1.2em;
  font-weight: 600;
}

.submit-button:hover {
  background-color: #1f1f1f;
  border: 2px solid #585858;
}

.div-block-13 {
  width: 100%;
  height: 50em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-14 {
  width: 90vw;
  height: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-2 {
  width: auto;
  color: #333;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: Poppins, sans-serif;
  font-size: 2em;
  font-weight: 700;
}

.div-block-15 {
  width: 10em;
  height: .5em;
  background-color: #FFBB00;
}

.grid {
  width: 100%;
  height: auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.div-block-16 {
  flex-direction: column;
  display: flex;
}

.text-block-3 {
  color: #FFBB00;
  text-align: center;
  justify-content: center;
  padding-top: 10px;
  font-family: Poppins, sans-serif;
  font-size: 1.1em;
  font-weight: 600;
  line-height: 1.2em;
  display: flex;
}

.div-block-17 {
  width: 100px;
  font-size: 100px;
}

.div-block-18 {
  width: 100%;
  height: 35em;
  aspect-ratio: 2.39 / 1;
  background-color: #f2f2f2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-19 {
  width: 100px;
  height: 0;
}

.heading-3 {
  justify-content: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  font-family: Poppins, sans-serif;
  font-size: 2.3em;
  display: flex;
  position: static;
}

.div-block-20 {
  width: 3px;
  height: 3px;
  background-color: #FFBB00;
  justify-content: center;
  display: flex;
}

.div-block-21 {
  width: 100px;
  height: 3px;
  background-color: #FFBB00;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-22 {
  width: 10em;
  height: .5em;
  aspect-ratio: auto;
  object-fit: fill;
  background-color: #FFBB00;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.grid-2 {
  width: 90vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: stretch;
  justify-items: stretch;
}

.text-block-4 {
  text-align: center;
  justify-content: flex-start;
  align-items: flex-start;
  font-family: Poppins, sans-serif;
  font-size: 1.1em;
  line-height: 1.5vw;
  display: flex;
}

.div-block-23, .div-block-24, .div-block-25 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-5 {
  width: 75px;
  padding-bottom: 25px;
}

.image-6, .image-7 {
  padding-bottom: 25px;
}

.div-block-26 {
  width: 100%;
  height: 65em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.grid-4 {
  width: 90vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-content: center;
  justify-content: center;
  justify-items: center;
}

.heading-4 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-family: Poppins, sans-serif;
  font-size: 1.3em;
  line-height: 1.4em;
}

.text-block-5 {
  padding-top: 10px;
  font-family: Poppins, sans-serif;
  font-size: 1.4vw;
}

.text-block-6 {
  font-family: Poppins, sans-serif;
}

.div-block-27 {
  width: 99.9999%;
}

.div-block-28 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 15px;
  display: flex;
}

.text-block-7 {
  margin-bottom: 0;
  padding-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.1em;
  font-weight: 600;
}

.image-8 {
  margin-right: 7px;
  padding-right: 0;
}

.text-block-8 {
  width: 70%;
  color: #999;
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 1.2em;
  font-style: italic;
  font-weight: 400;
}

.div-block-29 {
  height: auto;
  justify-content: center;
  display: flex;
}

.heading-3-copy {
  justify-content: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  font-family: Poppins, sans-serif;
  font-size: 2em;
  display: flex;
  position: static;
}

.heading-copy {
  color: #333;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 2.55em;
  font-weight: 700;
  line-height: 1.1em;
}

.form-block {
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.select-field {
  width: 7em;
  color: #fff;
  background-color: rgba(243, 243, 243, 0);
  border: 1px solid #828282;
  border-radius: 11px;
  margin-bottom: 0;
}

.flag-5 {
  width: 25px;
  height: 25px;
  background-image: url('../images/sweden.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  margin-right: 14px;
}

.langauge-line-break {
  width: 0%;
  height: 1px;
  background-color: #5b3acc;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.langauge-line-base {
  width: 100%;
  height: 1px;
  background-color: rgba(155, 158, 184, .22);
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.langauge-line-base:hover {
  background-color: #FFBB00;
}

.langauge-line-base:focus {
  color: #FFBB00;
  background-color: #FFBB00;
}

.langauge-line-base:focus-visible {
  background-color: #FFBB00;
}

.langauge-line-base[data-wf-focus-visible] {
  background-color: #FFBB00;
}

.language-toggle {
  width: 14em;
  height: 4em;
  color: #fff;
  border: 1px solid rgba(155, 158, 184, .22);
  border-radius: 13px;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  transition: all .2s;
  display: flex;
}

.flag-1 {
  width: 25px;
  height: 18px;
  background-image: url('../images/18166.jpg');
  background-position: 50%;
  background-size: 100% 100%;
  border-radius: 2px;
  margin-right: 14px;
}

.flag-4 {
  width: 25px;
  height: 25px;
  background-image: url('../images/norway.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  margin-right: 14px;
}

.language-link {
  width: 100%;
  min-height: 45px;
  color: #484646;
  border-bottom: 2px solid #484848;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  position: relative;
}

.language-link:hover {
  color: #FFBB00;
  border-bottom-color: #FFBB00;
}

.language-link:focus-visible {
  border-bottom-color: #FFBB00;
}

.language-link[data-wf-focus-visible] {
  border-bottom-color: #FFBB00;
}

.language-link:visited {
  color: #FFBB00;
}

.flag-2 {
  width: 25px;
  height: 18px;
  background-image: url('../images/18168.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 2px;
  margin-right: 14px;
}

.flag-3 {
  width: 25px;
  height: 25px;
  background-image: url('../images/france.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  margin-right: 14px;
}

.language-list {
  background-color: #d99f9f;
}

.language-list.w--open {
  min-width: 9em;
  background-color: #1f1f1f;
  border-radius: 0 0 10px 10px;
  padding: 8px 16px;
  box-shadow: 18px 18px 45px 19px rgba(79, 94, 120, .1);
}

.text-block-9, .text-block-10 {
  color: #fff;
}

.image-9 {
  width: 25px;
  height: 18px;
  margin-left: 12px;
  margin-right: 5px;
}

.div-14 {
  width: 100%;
  height: 55em;
  background-color: #f2f2f2;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-15 {
  width: 100%;
  height: 30em;
  background-color: #333;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-11 {
  height: auto;
  color: #FFBB00;
  flex-direction: column;
  align-items: flex-end;
  margin-top: 10px;
  display: flex;
}

.heading-5 {
  width: 100%;
  height: 100%;
  color: #999;
  justify-content: flex-start;
  align-items: flex-end;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  font-size: 8em;
  font-style: italic;
  font-weight: 400;
  display: flex;
  transform: translate(0, 50px);
}

.div-block-30 {
  width: 5em;
  align-items: flex-end;
  margin-left: 22px;
  display: flex;
}

.div-block-31 {
  width: 5em;
  margin-right: 17px;
}

.heading-5-copy {
  width: 100%;
  height: 100%;
  color: #999;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 8em;
  font-style: italic;
  font-weight: 400;
  display: flex;
}

.heading-2-copy {
  width: auto;
  color: #333;
  text-align: center;
  width: auto;
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
  font-family: Poppins, sans-serif;
  font-size: 2em;
  font-weight: 700;
}

.heading-3-copy {
  width: 50%;
  text-align: center;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  font-family: Poppins, sans-serif;
  font-size: 2.3em;
  line-height: 1.2em;
  display: flex;
  position: static;
}

.div-block-3-copy {
  width: 100%;
  height: 45em;
  background-color: #ebebeb;
  justify-content: center;
  display: flex;
}

.div-block-10-copy {
  width: 100%;
  height: 100%;
  background-color: rgba(235, 235, 235, 0);
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  display: flex;
}

.div-block-32 {
  width: 90%;
  height: 2em;
  align-items: flex-start;
  display: flex;
}

.image-10 {
  width: auto;
  max-width: none;
  min-width: 0;
  position: static;
}

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

.div-block-33 {
  width: 100%;
  height: auto;
  background-color: #333;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-34 {
  width: 90vw;
}

.grid-5 {
  width: 90vw;
  height: auto;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: start;
  justify-items: center;
}

.div-block-35 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.div-block-36, .div-block-37, .div-block-38 {
  flex-direction: column;
  display: flex;
}

.heading-6 {
  color: #fff;
  font-size: 1.5em;
}

.text-block-12 {
  color: #909090;
  font-weight: 500;
}

.div-block-39 {
  height: 4em;
  border-top: 2px solid #565656;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-13 {
  color: #fff;
}

.div-block-40 {
  width: 100%;
  height: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-41 {
  width: 100%;
  height: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
}

.image-11 {
  width: 90%;
  height: auto;
  margin-top: 0;
}

.div-block-42 {
  width: 100%;
  height: auto;
  background-color: #fff;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-43 {
  width: 100%;
  height: 9em;
  background-color: #f2f2f2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-12 {
  width: 90%;
  height: 8vh;
}

.div-block-44 {
  width: 100%;
  height: 65vh;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.div-block-45 {
  width: 50%;
  height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.image-13 {
  width: 83%;
  height: auto;
  margin-top: 50px;
}

.div-block-46 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-47 {
  width: 90vw;
  height: 100%;
}

.div-block-48 {
  width: 100%;
  height: 15vh;
  background-color: #f2f2f2;
  justify-content: center;
  display: flex;
}

.mask {
  width: 100%;
}

.slide {
  width: 18vw;
  background-image: url('../images/logo.png');
  background-position: 50% 35%;
  background-repeat: no-repeat;
  background-size: 150px;
}

.slide-2 {
  width: 18vw;
  background-image: url('../images/PutzfrauenagenturFooter2.jpg');
  background-position: 50% 35%;
  background-repeat: no-repeat;
  background-size: 180px;
}

.slide-3 {
  width: 18vw;
  background-image: url('../images/transferir.png');
  background-position: 50% 35%;
  background-repeat: no-repeat;
  background-size: 150px;
}

.slide-4 {
  width: 18vw;
  background-image: url('../images/transferir-1.png');
  background-position: 50% 32%;
  background-repeat: no-repeat;
  background-size: 150px;
}

.slide-5 {
  width: 18vw;
  background-image: url('../images/logo-migros-online.png');
  background-position: 50% 35%;
  background-repeat: no-repeat;
  background-size: 150px;
}

.slider {
  height: 100%;
  background-color: rgba(221, 221, 221, 0);
}

.slider-2 {
  height: 100%;
}

.div-block-49 {
  width: 90vw;
  height: 100%;
}

.slide-6 {
  height: 100%;
  padding-bottom: 0;
  padding-right: 0;
}

.mask-2, .slide-7 {
  height: 100%;
}

.slider-3 {
  width: 100%;
  height: 100%;
  background-color: rgba(221, 221, 221, 0);
}

.slide-8 {
  height: 100%;
  background-image: url('../images/2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.slide-nav, .image-15 {
  display: none;
}

.icon {
  z-index: 1;
}

.heading-6-copy {
  color: #fff;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 1.5em;
}

.link {
  color: #909090;
  margin-bottom: 10px;
  font-weight: 500;
  text-decoration: none;
}

.link:hover, .link:focus {
  color: #FFBB00;
}

.link:visited {
  color: #909090;
}

.div-block-50 {
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.image-16 {
  width: 1.3em;
  margin-right: 10px;
}

.link-copy {
  color: #909090;
  margin-bottom: 0;
  font-weight: 500;
  text-decoration: none;
}

.image-17 {
  width: 10em;
}

.link-block {
  margin-bottom: 30px;
}

.image-16-copy {
  width: 1.4em;
  margin-right: 10px;
}

.link-block-2, .link-block-3 {
  margin-right: 10px;
}

.image-18 {
  width: 1.6em;
  max-width: none;
}

.image-19 {
  width: 2.2em;
}

.image-20 {
  width: 1.8em;
}

.div-block-51 {
  height: 36em;
  align-items: center;
  display: flex;
}

.div-block-52 {
  height: 18em;
}

.tab-pane-tab-3 {
  height: 100%;
}

.div-block-53 {
  width: 100%;
}

.submit-button-copy {
  width: 20em;
  height: 3em;
  color: #fbfbfb;
  background-color: #FFBB00;
  border-radius: 6px;
  padding: 0;
  font-family: Poppins, sans-serif;
  font-size: 1.2em;
  font-weight: 600;
}

.submit-button-copy:hover {
  background-color: #1f1f1f;
}

.text-block-copy {
  color: #1d1d1b;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 1.1em;
  font-weight: 500;
  line-height: 1.3em;
}
.buttonbsvip{
  font-size: 1.3em;
  border-radius: 8px;
  color: white;
  margin-top: 13px;
  font-weight: bold;
  font-family: 'Montserrat';
  width: 14em;
  height: 2.4em;
  text-align: center;
  background-color: #FFBB00;
}

.div-block-11-copy {
  width: 90%;
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 20px;
  display: flex;
}

.div-block-4-copy {

  width: 90vw;
  flex-direction: row;
  display: flex;
}

.div-block-5-copy {
  width: 50%;
  height: 100%;
  background-image: url('../images/Rectangle-4.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.div-block-6-copy {
  width: 50%;
}

.heading-7 {
  height: 100%;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2em;
  display: flex;
  position: static;
  top: 2012.32px;
  left: 264.514px;
}

.heading-8 {
  position: absolute;
}

.heading-9 {
  font-size: 2em;
  position: absolute;
  top: 1991.33px;
  left: 609.774px;
}

.heading-10 {
  font-size: 2em;
  position: absolute;
}

.heading-11 {
  font-size: 2em;
  position: absolute;
  top: 1992px;
  left: 936.292px;
}

.div-block-54 {
  height: 8em;
  align-items: center;
  display: flex;
}

.grid-6 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  grid-template-rows: 130px;
  grid-template-columns: 1fr .25fr;
}

.div-block-55 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.grid-6-copy {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  grid-template-rows: 115px;
  grid-template-columns: 1fr .25fr;
}

.div-55 {
  width: 50%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-14, .text-block-15 {
  font-size: 1em;
}

.div-block-6-copy {margin-top: 20px;
  width: 70%;
}

.div-block-15-copy {
  width: 10em;
  height: .5em;
  background-color: #FFBB00;
}

.div-block-32-copy {
  width: 90%;
  height: 2em;
  align-items: flex-start;
  display: flex;
}

.div-block-15-copy {
  width: 9vw;
  height: .5vh;
  width: 10em;
  height: .5em;
  background-color: #FFBB00;
}

.heading-3-copy-copy {
  justify-content: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  font-family: Poppins, sans-serif;
  font-size: 2em;
  display: flex;
  position: static;
}

.image-9-copy {
  width: 25px;
  height: 18px;
  margin-left: 12px;
  margin-right: 5px;
}

.flag-1-copy {
  width: 25px;
  height: 18px;
  background-image: url('../images/Group-1012.png');
  background-position: 50%;
  background-size: 100% 100%;
  border-radius: 2px;
  margin-right: 14px;
}

.bandeira-espanha {
  width: 25px;
  height: 18px;
  margin-left: 12px;
  margin-right: 5px;
}

.brasil {
  width: 25px;
  height: 18px;
  background-image: url('../images/Group-1012.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 2px;
  margin-right: 14px;
}

.image-5-copy {
  width: 65px;
  padding-bottom: 25px;
}

.nav-link-copy {
  color: #fff;
  margin-left: 0;
  margin-right: 0;
  font-family: Poppins, sans-serif;
  font-size: 1em;
}

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

.div-block-61 {
  width: 100%;
  height: 50em;
  background-image: linear-gradient(79deg, rgba(0, 0, 0, .84) 18%, rgba(255, 255, 255, 0)), url('../images/rotina-domestica-dona-de-casa-sorridente-em-pe-de-avental-na-cozinha.jpg');
  background-position: 0 0, 0%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-62 {
  width: 90vw;
}

.heading-12 {
  color: #fff;
  font-size: 2.5em;
}

.field-label, .field-label-2 {
  color: #fff;
  font-size: 1em;
  font-weight: 500;
}

.form-block-2 {
  width: 50%;
  opacity: 1;
  outline-offset: 5px;
  background-color: #1f1f1f;
  border-radius: 20px;
  outline: 2px solid #a3a3a3;
  margin-bottom: 0;
  padding: 40px;
}

.textarea {
  background-color: rgba(255, 255, 255, 0);
  border: 2px solid #656565;
  border-radius: 7px;
  padding-bottom: 47px;
}

.textarea:hover, .textarea:focus {
  border-color: #FFBB00;
}

.text-field-2 {
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid #656565;
  border-radius: 7px;
}

.text-field-2:hover, .text-field-2:focus {
  border-color: #FFBB00;
}

.text-field-3 {
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid #656565;
  border-radius: 7px;
}

.text-field-3:hover, .text-field-3:focus {
  border: 1px solid #FFBB00;
}

.text-field-4 {
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid #656565;
  border-radius: 7px;
}

.text-field-4:hover, .text-field-4:focus {
  border: 1px solid #FFBB00;
}

.div-block-15-copy-copy {
  width: 10em;
  height: .5em;
  background-color: #FFBB00;
}

.text-block-16 {
  color: #fff;
  font-weight: 400;
  text-decoration: none;
}

.text-block-16:hover, .text-block-16:focus {
  color: #FFBB00;
}

.text-block-16:focus-visible {
  color: #FFBB00;
}

.text-block-16[data-wf-focus-visible] {
  color: #FFBB00;
}

.link-block-4 {
  margin-right: 0;
  padding-right: 30px;
  text-decoration: none;
  display: flex;
}

.link-block-4:hover, .link-block-4:focus {
  color: #FFBB00;
}

.link-block-4:visited {
  color: #fff;
}

.link-block-4.w--current {
  width: auto;
  justify-content: center;
  margin-right: 0;
  padding-right: 30px;
  display: flex;
}

.link-block-4-copy {
  margin-right: 0;
  padding-right: 0;
  text-decoration: none;
  display: flex;
}

.link-block-4-copy:hover, .link-block-4-copy:focus {
  color: #FFBB00;
}

.link-block-4-copy:visited {
  color: #fff;
}

.link-block-4-copy.w--current {
  width: auto;
  justify-content: center;
  margin-right: 0;
  padding-right: 30px;
  display: flex;
}

.link-block-4-copy {
  margin-right: 0;
  padding-right: 30px;
  text-decoration: none;
  display: flex;
}

.link-block-4-copy:hover, .link-block-4-copy:focus {
  color: #FFBB00;
}

.link-block-4-copy:visited {
  color: #fff;
}

.link-block-4-copy.w--current {
  width: auto;
  justify-content: center;
  margin-right: 0;
  padding-right: 0;
  display: flex;
}

.link-block-4-copy-copy {
  margin-right: 0;
  padding-right: 0;
  text-decoration: none;
  display: flex;
}

.link-block-4-copy-copy:hover, .link-block-4-copy-copy:focus {
  color: #FFBB00;
}

.link-block-4-copy-copy:visited {
  color: #fff;
}

.link-block-4-copy-copy.w--current {
  width: auto;
  justify-content: center;
  margin-right: 0;
  padding-right: 30px;
  display: flex;
}

.link-block-4-copy {
  margin-right: 0;
  padding-right: 0;
  text-decoration: none;
  display: flex;
}

.link-block-4-copy:hover, .link-block-4-copy:focus {
  color: #FFBB00;
}

.link-block-4-copy:visited {
  color: #fff;
}

.link-block-4-copy.w--current {
  width: auto;
  justify-content: center;
  margin-right: 0;
  padding-right: 30px;
  display: flex;
}

.link-block-4-copy {
  margin-right: 0;
  padding-right: 0;
  text-decoration: none;
  display: flex;
}

.link-block-4-copy:hover, .link-block-4-copy:focus {
  color: #FFBB00;
}

.link-block-4-copy:visited {
  color: #fff;
}

.link-block-4-copy.w--current {
  width: auto;
  justify-content: center;
  margin-right: 0;
  padding-right: 30px;
  display: flex;
}
.heading-emailsucesso{
  font-size: 3em;
  text-align: center;
  padding-top:3em ;
  padding-bottom: 3em;
}

.link-block-4-copy {
  margin-right: 0;
  padding-right: 0;
  text-decoration: none;
  display: flex;
}

.link-block-4-copy:hover, .link-block-4-copy:focus {
  color: #FFBB00;
}

.link-block-4-copy:visited {
  color: #fff;
}

.link-block-4-copy.w--current {
  width: auto;
  justify-content: center;
  margin-right: 0;
  padding-right: 30px;
  display: flex;
}

.link-block-4-copy {
  margin-right: 0;
  padding-right: 0;
  text-decoration: none;
  display: flex;
}

.link-block-4-copy:hover, .link-block-4-copy:focus {
  color: #FFBB00;
}

.link-block-4-copy:visited {
  color: #fff;
}

.link-block-4-copy.w--current {
  width: auto;
  justify-content: center;
  margin-right: 0;
  padding-right: 30px;
  display: flex;
}

.link-block-4-copy {
  margin-right: 0;
  padding-right: 0;
  text-decoration: none;
  display: flex;
}

.link-block-4-copy:hover, .link-block-4-copy:focus {
  color: #FFBB00;
}

.link-block-4-copy:visited {
  color: #fff;
}

.link-block-4-copy.w--current {
  width: auto;
  justify-content: center;
  margin-right: 0;
  padding-right: 30px;
  display: flex;
}

.div-block-63 {
  width: 100%;
  height: 74em;
  background-color: #000;
  background-image: linear-gradient(80deg, #000, rgba(255, 255, 255, 0) 82%), url('../images/vista-da-pessoa-do-servico-de-limpeza-profissional-segurando-suprimentos_1.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-63.bs-vip {
  background-image: linear-gradient(80deg, #000, rgba(255, 255, 255, 0) 82%), url('../images/pessoas-de-tiro-completo-limpando-escritorio.jpg');
}

.section {
  width: 90vw;
  height: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-13 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 15px;
  font-size: 2.5em;
}

.text-block-17 {
  font-size: 1em;
  font-weight: 500;
}

.div-block-64 {
  width: 90vw;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.grid-7 {
  width: 100%;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 40px;
}

.div-block-65 {
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
  box-shadow: -5px 7px 5px rgba(0, 0, 0, .2);
}

.div-block-66 {
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
  box-shadow: -7px 5px 5px rgba(0, 0, 0, .2);
}

.div-block-67 {
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
  box-shadow: -4px 8px 5px rgba(0, 0, 0, .2);
}

.text-block-18 {
  color: #333;
  margin-top: 30px;
  font-size: 1.3em;
  font-weight: 600;
}

.image-24, .image-25, .image-26 {
  width: 17em;
}

.link-block-5 {
  text-decoration: none;
}

.link-block-6 {
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
  text-decoration: none;
  display: flex;
  box-shadow: -1px 9px 5px rgba(0, 0, 0, .2);
}

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

.div-block-69 {
  width: 90vw;
  height: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 40px;
  display: flex;
}

.c-faq_item {
  width: 100%;
  cursor: pointer;
  border-bottom: 3px solid #FFBB00;
  margin-bottom: 3em;
  padding-bottom: 1em;
}

.c-faq_trigger {
  width: 100%;
  justify-content: space-between;
  margin-bottom: .5rem;
  font-weight: 700;
  display: flex;
}

.c-text-small {
  font-size: 1.4em;
  line-height: 1.5;
}

.c-faq_content {
  width: 100%;
  justify-content: space-between;
  overflow: hidden;
}

.c-text-xsmall {
  font-size: 1.2em;
  line-height: 1.5;
}

.grid-8 {
  width: 100%;
  grid-template-rows: auto;
}

.div-block-70 {
  width: 90vw;
  height: 100%;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-71 {
  width: 50%;
  height: 100%;
  align-items: center;
  display: flex;
}

.div-block-63-copy {
  width: 100%;
  height: 60em;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-63 {
  width: 100%;
  height: 70em;
  background-color: #000;
  background-image: linear-gradient(to top, rgba(0, 0, 0, .89), rgba(255, 255, 255, 0) 46%), url('../images/mulher-cobertura-rosto-com-cartao-cumprimento.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-72 {
  width: 90vw;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.heading-14 {
  width: 50%;
  margin-bottom: 20px;
}

.text-block-19 {
  width: 50%;
  margin-bottom: 40px;
}

.select-field-2 {
  color: #fff;
  background-color: #1f1f1f;
  border: 2px solid #656565;
  border-radius: 7px;
}

.submit-button-copy {
  width: 14em;
  height: 3em;
  color: #fbfbfb;
  background-color: #FFBB00;
  border-radius: 6px;
  padding: 0;
  font-family: Poppins, sans-serif;
  font-size: 1.2em;
  font-weight: 600;
}

.submit-button-copy:hover {
  background-color: #1f1f1f;
  border: 2px solid #585858;
}

.div-block-copy {
  width: 100%;
  height: 10em;
  background-color: #1f1f1f;
  align-items: center;
  display: flex;
}

.div-block-73 {
  width: 100%;
  height: 93em;
  justify-content: center;
  display: flex;
}

.div-block-74 {
  width: 90vw;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-27 {
  width: 1.8em;
}

.heading-15 {
  font-size: 2.5em;
}

.div-block-75 {
  width: 100%;
}

.div-block-76 {
  align-items: center;
  display: flex;
}

.text-block-20 {
  font-size: 1.1em;
  font-weight: 600;
}

.link-2 {
  color: #333;
  margin-left: 12px;
  text-decoration: none;
}

.div-block-76-copy {
  width: 100%;
  align-items: center;
  margin-top: 15px;
  display: flex;
}

.link-2-copy {
  color: #333;
  margin-left: 0;
  font-size: 1.3em;
  font-weight: 700;
  text-decoration: none;
}

.div-block-76-copy-copy {
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 15px;
  display: flex;
}

.image-27-copy {
  width: 2.5em;
}

.form-block-2-copy {
  width: 60%;
  opacity: 1;
  outline-offset: 5px;
  background-color: #1f1f1f;
  border-radius: 20px;
  outline: 2px solid #a3a3a3;
  margin-top: 30px;
  margin-bottom: 0;
  padding: 40px;
}

.button-contato {
  width: 18em;
  height: 3em;
  color: #fbfbfb;
  background-color: #FFBB00;
  border-radius: 6px;
  padding: 0;
  font-family: Poppins, sans-serif;
  font-size: 1.2em;
  font-weight: 600;
}

.button-contato:hover {
  background-color: #1f1f1f;
  border: 2px solid #585858;
}

.div-block-77 {
  width: 100%;
  height: auto;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.div-block-78 {
  width: 90vw;
  height: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 40px;
  display: flex;
}

.select-pais, .qual-sua-cidade, .select-cidade {
  color: #fff;
  background-color: #1f1f1f;
  border: 2px solid #656565;
  border-radius: 7px;
}

.link-block-4-copy-copy-copy {
  margin-right: 0;
  padding-right: 0;
  text-decoration: none;
  display: none;
}

.link-block-4-copy-copy-copy:hover, .link-block-4-copy-copy-copy:focus {
  color: #FFBB00;
}

.link-block-4-copy-copy-copy:visited {
  color: #fff;
}

.link-block-4-copy-copy-copy.w--current {
  width: auto;
  justify-content: center;
  margin-right: 0;
  padding-right: 30px;
  display: flex;
}

.link-block-4-copy {
  margin-right: 0;
  padding-right: 0;
  text-decoration: none;
  display: flex;
}

.link-block-4-copy:hover, .link-block-4-copy:focus {
  color: #FFBB00;
}

.link-block-4-copy:visited {
  color: #fff;
}

.link-block-4-copy.w--current {
  width: auto;
  justify-content: center;
  margin-right: 0;
  padding-right: 0;
  display: flex;
}

.heading-16 {
  width: 100%;
  margin-bottom: 40px;
  font-size: 2.5em;
}

.bold-text {
  font-size: .8em;
}

.text-block-21 {
  font-size: 1.1em;
  font-weight: 600;
}

.form-contato {
  width: 60%;
  opacity: 1;
  outline-offset: 5px;
  background-color: #fff;
  border-radius: 20px;
  outline: 2px solid #a3a3a3;
  margin-top: 30px;
  margin-bottom: 0;
  padding: 40px;
  box-shadow: 1px 8px 0 5px rgba(0, 0, 0, .2);
}

.heading-12-copy {
  color: #FFBB00;
  padding-bottom: 43px;
  font-size: 2.5em;
}

.field-label-copy {
  color: #fff;
  font-size: 1em;
  font-weight: 500;
}

.titulo-form-contato {
  color: #FFBB00;
  padding-bottom: 43px;
  font-size: 2.5em;
}

.nome-contato, .email-contato, .telefone-contato, .text-area-contato {
  color: #333;
  font-size: 1em;
  font-weight: 500;
}

.div-block-63-carreiras {
  width: 100%;
  height: 45.2em;
  background-color: #fff;
  background-image: linear-gradient(80deg, #000, rgba(255, 255, 255, 0) 82%), url('../images/escritorio-de-limpeza-profissional-de-pessoa-de-servico-de-limpeza-1.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, 100% 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-70-carreiras {
  width: 90vw;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-17 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
}

.text-block-22 {
  width: 70%;
  color: #fff;
  text-align: center;
  font-size: 1em;
  font-weight: 600;
}

.div-block-79 {
  width: 100%;
  background-color: rgba(0, 0, 0, .72);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.div-block-80 {
  width: 100%;
  height: auto;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.grid-9 {
  width: 90vw;
  height: 90%;
}

.heading-18 {
  font-size: 2em;
  line-height: 1.3em;
}

.text-block-23 {
  font-size: 1.2em;
  font-weight: 600;
}

.div-block-78-incluido {
  width: 90vw;
  height: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  display: flex;
}

.bold-text-incluido {
  font-size: .8em;
}

.text-block-21-incluido {
  margin-top: 20px;
  font-size: 1.1em;
  font-weight: 600;
}

.grid-4-incluido {
  width: 90vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-content: center;
  justify-content: center;
  justify-items: center;
  margin-top: 40px;
}

.div-block-77-copy {
  width: 100%;
  height: auto;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.div-block-70-batmaid {
  width: 90vw;
  height: 100%;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.link-block-7, .link-block-8, .link-block-9, .link-block-10 {
  text-decoration: none;
}

.div-block-63-domestica {
  width: 100%;
  height: 45.2em;
  background-color: #fff;
  background-image: linear-gradient(80deg, #000, rgba(255, 255, 255, 0) 82%), url('../images/cleaning-crockery-woman-gloves-cleaning-orange-vase.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-63-escritorio {
  width: 100%;
  height: 45.2em;
  background-color: #fff;
  background-image: linear-gradient(80deg, #000, rgba(255, 255, 255, 0) 82%), url('../images/pessoas-de-servico-de-limpeza-profissional-trabalhando-juntas-em-um-escritorio.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, 100% 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-63-loca-o {
  width: 100%;
  height: 45.2em;
  background-color: #fff;
  background-image: linear-gradient(80deg, #000, rgba(255, 255, 255, 0) 82%), url('../images/people-taking-care-office-cleaning.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-77-sobre {
  width: 100%;
  height: auto;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.sobre {
  width: 90vw;
  height: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 40px;
  display: flex;
}

.text-block-24 {
  font-size: 1em;
  font-weight: 600;
}

.grid-10 {
  width: 90vw;
  grid-template-rows: auto;
  margin-top: 20px;
}

.heading-20 {
  font-size: 2.5em;
}

.text-block-25 {
  margin-bottom: 10px;
  font-size: 1.1em;
  font-weight: 600;
}

.heading-21 {
  margin-bottom: 20px;
}

.div-block-81, .div-block-82 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.image-28, .image-29 {
  width: 20em;
}

.text-block-24-copy {
  margin-top: 10px;
  font-size: 1em;
  font-weight: 600;
}

.heading-21-copy {
  margin-top: 50px;
  margin-bottom: 20px;
}

.bold-text-2 {
  font-weight: 500;
}

.div-block-83 {
  height: 60em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-22 {
  color: #FFBB00;
  margin-bottom: 30px;
  font-size: 4.5em;
}

.image-30 {
  width: 40em;
}

.uui-text-size-small {
  color: var(--333);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: .875rem;
  line-height: 1.5;
}

.uui-text-divider {
  color: var(--333);
  margin-left: .25rem;
  margin-right: .25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-text-divider.text-size-small {
  color: var(--333);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: .875rem;
}

.uui-blog01_date-wrapper {
  align-items: center;
  display: flex;
}

.uui-blog01_author-heading {
  color: var(--b68913-bs-vip);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: .875rem;
  font-weight: 600;
}

.uui-blog01_author-image {
  width: 2.5rem;
  height: 2.5rem;
  min-height: 2.5rem;
  min-width: 2.5rem;
  object-fit: cover;
  border-radius: 100%;
}

.uui-blog01_author-image-wrapper {
  margin-right: .75rem;
}

.uui-blog01_author-wrapper {
  align-items: center;
  margin-top: 1.5rem;
  display: flex;
}

.uui-text-size-medium {
  color: var(--333);
  letter-spacing: normal;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-blog01_icon {
  width: 1.5rem;
  height: 1.5rem;
  justify-content: center;
  align-items: center;
  margin-top: .25rem;
  margin-left: .5rem;
  display: flex;
}

.uui-heading-xsmall {
  color: var(--b68913-bs-vip);
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.4;
}

.uui-blog01_title-link {
  color: var(--b68913-bs-vip);
  justify-content: space-between;
  margin-bottom: .5rem;
  text-decoration: none;
  display: flex;
}

.uui-blog01_category-link {
  color: var(--untitled-ui-primary700);
  margin-bottom: .5rem;
  margin-right: 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
  transition: opacity .3s;
}

.uui-blog01_category-link:hover {
  color: var(--untitled-ui-primary800);
}

.uui-blog01_category-link.w--current {
  border-bottom: 2px solid #000;
}

.uui-blog01_image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.uui-blog01_image-wrapper {
  width: 100%;
  padding-top: 66%;
  position: relative;
  overflow: hidden;
}

.uui-blog01_image-link {
  width: 100%;
  margin-bottom: 2rem;
  transition: all .3s;
}

.uui-blog01_image-link:hover {
  box-shadow: 0 24px 48px -12px rgba(16, 24, 40, .18);
}

.uui-blog01_list {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.uui-blog01_menu-link {
  color: var(--untitled-ui-gray500);
  white-space: nowrap;
  border-bottom: 2px solid rgba(0, 0, 0, 0);
  flex: none;
  margin-left: .5rem;
  margin-right: .5rem;
  padding: .5rem .25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
}

.uui-blog01_menu-link:hover {
  border-bottom-color: var(--b68913-bs-vip);
  color: var(--b68913-bs-vip);
}

.uui-blog01_menu-link.w--current {
  border-bottom-color: var(--untitled-ui-primary700);
  color: var(--untitled-ui-primary700);
}

.uui-blog01_category-menu {
  width: 100%;
  justify-content: center;
  align-items: center;
  margin-bottom: 4rem;
  display: flex;
}

.uui-blog01_category-menu.no-scrollbar {
  box-shadow: inset 0 -1px 0 0 var(--untitled-ui-gray200);
}

.uui-blog01_component {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 6rem;
  display: flex;
}

.uui-text-size-large {
  color: var(--333);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

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

.uui-heading-large {
  color: var(--b68913-bs-vip);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.2;
}

.uui-heading-subheading {
  color: var(--b68913-bs-vip);
  margin-bottom: .75rem;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

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

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

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

.uui-padding-vertical-xhuge {
  flex-direction: column;
  align-items: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

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

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

.uui-text-style-link {
  color: var(--333);
  text-decoration: underline;
  transition: color .3s;
}

.uui-text-style-link:hover {
  color: var(--untitled-ui-gray700);
}

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

.uui-button:hover {
  border-color: var(--untitled-ui-primary700);
  background-color: var(--untitled-ui-primary700);
}

.uui-button:focus {
  background-color: var(--untitled-ui-primary600);
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, .05), 0 0 0 4px var(--untitled-ui-primary100);
}

.uui-button.is-button-small {
  grid-column-gap: .5rem;
  background-color: var(--b68913-bs-vip);
  padding: .5rem 1rem;
}

.uui-button.is-button-small:hover {
  background-color: var(--333);
}

.uui-form_input {
  height: auto;
  min-height: 2.75rem;
  border: 1px solid var(--untitled-ui-gray300);
  background-color: var(--untitled-ui-white);
  color: var(--b68913-bs-vip);
  border-radius: .5rem;
  margin-bottom: 0;
  padding: .5rem .875rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  transition: all .3s;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05);
}

.uui-form_input:focus {
  border-color: var(--untitled-ui-primary300);
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, .05), 0 0 0 4px var(--untitled-ui-primary100);
  color: var(--b68913-bs-vip);
}

.uui-form_input::-ms-input-placeholder {
  color: var(--untitled-ui-gray500);
}

.uui-form_input::placeholder {
  color: var(--untitled-ui-gray500);
}

.uui-blogpost04_form-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 1rem;
  display: grid;
}

.uui-blogpost04_form {
  margin-bottom: 0;
}

.uui-space-xxsmall {
  width: 100%;
  min-height: .5rem;
}

.uui-space-medium {
  width: 100%;
  min-height: 2rem;
}

.uui-icon-1x1-xsmall {
  width: 1.5rem;
  height: 1.5rem;
  color: var(--b68913-bs-vip);
}

.icon-featured-large {
  width: 3rem;
  height: 3rem;
  background-color: var(--untitled-ui-white);
  background-image: linear-gradient(to bottom, var(--untitled-ui-primary50), var(--untitled-ui-primary50));
  color: var(--b68913-bs-vip);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.uui-blogpost04_newsletter {
  background-color: var(--untitled-ui-gray50-501);
  border-radius: 1rem;
  padding: 2rem 2rem 2.5rem;
  position: -webkit-sticky;
  position: sticky;
  top: 5rem;
}

.uui-text-rich-text {
  color: var(--333);
  font-family: Poppins, sans-serif;
}

.uui-text-rich-text h1 {
  margin-top: 2rem;
  margin-bottom: 1.5rem;
}

.uui-text-rich-text h2 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.uui-text-rich-text h3 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.uui-text-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1.25rem;
  font-family: Poppins, sans-serif;
}

.uui-text-rich-text h5 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
}

.uui-text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
  font-family: Poppins, sans-serif;
}

.uui-text-rich-text p {
  margin-bottom: 1rem;
  font-family: Poppins, sans-serif;
}

.uui-text-rich-text blockquote {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-family: Poppins, sans-serif;
  font-style: italic;
}

.uui-text-rich-text a {
  text-decoration: underline;
}

.uui-text-rich-text figcaption {
  color: var(--untitled-ui-gray500);
  text-align: left;
  margin-top: 1rem;
  font-family: Poppins, sans-serif;
  font-size: .875rem;
}

.uui-blogpost04_content {
  margin-bottom: 4rem;
}

.uui-blogpost04_content-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.uui-button-icon {
  width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  min-width: 1.25rem;
  color: var(--b68913-bs-vip);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.uui-button-icon.text-color-gray400 {
  color: var(--untitled-ui-gray400);
}

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

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

.uui-button-secondary-gray:focus {
  background-color: var(--untitled-ui-white);
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, .05), 0 0 0 4px var(--untitled-ui-gray100);
}

.uui-button-secondary-gray.is-button-small {
  grid-column-gap: .5rem;
  padding: .5rem 1rem;
  font-size: 1rem;
}

.uui-button-secondary-gray.is-button-small.icon-only {
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
}

.uui-button-secondary-gray.icon-only {
  width: 2.75rem;
  height: 2.75rem;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.uui-blogpost04_share {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-items: start;
  display: grid;
}

.uui-blogpost04_author-text {
  color: var(--333);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 500;
}

.uui-blogpost04_author-subheading {
  color: var(--b68913-bs-vip);
  letter-spacing: normal;
  margin-bottom: .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: .875rem;
  font-weight: 600;
}

.uui-blogpost04_author-content {
  margin-right: 4rem;
}

.uui-blogpost04_author-wrapper {
  align-items: center;
  display: flex;
}

.uui-blogpost04_content-top {
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 4rem;
  display: flex;
}

.uui-blogpost04_image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.uui-blogpost04_image-wrapper {
  width: 100%;
  margin: 4rem auto 2rem;
  padding-top: 40%;
  position: relative;
  overflow: hidden;
}

.uui-text-size-xlarge {
  color: var(--333);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
}

.uui-blogpost04_title-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.uui-blogpost04_read-time {
  align-items: center;
  padding-left: .5rem;
  padding-right: .5rem;
  display: flex;
}

.uui-blogpost04_category-link {
  background-color: var(--untitled-ui-white);
  color: var(--untitled-ui-primary700);
  border-radius: 1rem;
  align-items: center;
  padding: .125rem .5rem;
  font-size: .75rem;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-blogpost04_category-link:hover {
  color: var(--untitled-ui-primary800);
}

.uui-blogpost04_meta-wrapper {
  background-color: var(--untitled-ui-primary50);
  color: var(--b68913-bs-vip);
  mix-blend-mode: multiply;
  border-radius: 10rem;
  align-items: center;
  margin-top: 3rem;
  margin-bottom: 1rem;
  padding: .25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: .75rem;
  font-weight: 500;
  display: flex;
}

.uui-button-link {
  grid-column-gap: .5rem;
  color: var(--untitled-ui-primary700);
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-button-link:hover {
  color: var(--untitled-ui-primary800);
}

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

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

.text-block-26, .text-block-27, .text-block-28 {
  color: var(--b68913-bs-vip);
}

.div-block-85 {
  width: 100%;
  height: 4rem;
  justify-content: flex-end;
  margin-top: 30px;
  display: flex;
}

.heading-23 {
  color: var(--b68913-bs-vip);
  font-family: Lato, sans-serif;
  text-decoration: none;
}

.link-block-11 {
  margin-left: 5px;
  text-decoration: none;
}

.link-block-12 {
  text-decoration: none;
}

.text-block-29, .text-block-30, .text-block-31, .text-block-32, .text-block-33, .text-block-34 {
  color: var(--b68913-bs-vip);
}

.link-block-13 {
  width: 10em;
  margin-bottom: 30px;
}

.text-block-35 {
  color: var(--b68913-bs-vip);
}

.text-block-36 {
  color: var(--b68913-bs-vip);
  text-decoration: none;
}

.text-block-37 {
  color: var(--b68913-bs-vip);
}

.div-block-79-copy {
  width: 100%;
  background-color: rgba(0, 0, 0, .72);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  display: none;
}

.div-block-79-loca-o, .div-block-79-escritorio {
  width: 100%;
  background-color: rgba(0, 0, 0, .72);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.div-block-79-escritorio-copy, .div-block-79-domestica, .div-block-79-carreiras {
  width: 100%;
  background-color: rgba(0, 0, 0, .72);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  display: none;
}

@media screen and (min-width: 1440px) {
  .nav-link, .nav-link-2, .nav-link-3 {
    font-size: 1.2em;
  }

  .image {
    width: 25em;
  }

  .container {
    min-width: 90vw;
  }

  .div-block-3 {
    height: 65em;
    background-image: url('../images/Rectangle-1.png');
    background-position: 50%;
    background-size: cover;
    align-items: stretch;
  }

  .div-block-6 {
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
    position: static;
  }

  .tabs-content {
    height: 40em;
  }

  .tabs-menu {
    justify-content: space-around;
    align-items: stretch;
  }

  .image-3 {
    width: 2.5em;
    height: 2.4em;
  }

  .heading {
    font-size: 3em;
  }

  .image-4 {
    width: 2em;
    min-width: 2em;
  }

  .text-block {
    font-size: 2em;
  }

  .text-block-2 {
    font-size: 1.3em;
  }

  .text-field {
    height: 5em;
  }

  .submit-button {
    height: 3.3em;
    font-size: 1.5em;
  }

  .div-block-13 {
    height: 70em;
  }

  .heading-2 {
    font-size: 3em;
  }

  .text-block-3 {
    font-size: 1.8em;
  }

  .div-block-18 {
    height: 50em;
    justify-content: flex-end;
  }

  .heading-3 {
    align-items: flex-end;
    padding-top: 25px;
    padding-bottom: 0;
    font-size: 3em;
  }

  .text-block-4 {
    font-size: 1.5em;
  }

  .image-5 {
    width: 7em;
  }

  .div-block-26 {
    height: 85em;
  }

  .heading-4 {
    font-size: 2.3em;
    line-height: 1.3em;
  }

  .text-block-7 {
    font-size: 1.6em;
  }

  .image-8 {
    width: 2em;
    min-width: 2em;
  }

  .text-block-8 {
    font-size: 1.5em;
    line-height: 1.6em;
  }

  .heading-3-copy, .heading-copy {
    font-size: 3em;
  }

  .div-14 {
    height: 70em;
  }

  .div-15 {
    height: 40em;
  }

  .text-block-11 {
    font-size: 1.3em;
  }

  .heading-2-copy {
    font-size: 3em;
  }

  .div-block-3-copy {
    height: 60em;
  }

  .div-block-33 {
    height: auto;
  }

  .heading-6 {
    font-size: 2em;
  }

  .text-block-12 {
    font-size: 1.3em;
    line-height: 1.4em;
  }

  .div-block-39 {
    height: 7em;
  }

  .text-block-13 {
    font-size: 1.3em;
  }

  .div-block-40, .div-block-41, .image-11 {
    height: auto;
  }

  .div-block-43 {
    height: 12em;
  }

  .heading-6-copy {
    font-size: 2em;
  }

  .link {
    font-size: 1.3em;
  }

  .link:visited {
    color: #909090;
  }

  .image-16 {
    width: 1.5em;
  }

  .link-copy {
    font-size: 1.3em;
  }

  .image-16-copy {
    width: 1.8em;
  }

  .div-block-51 {
    height: 45em;
  }

  .submit-button-copy {
    height: 3em;
    font-size: 1.5em;
  }

  .text-block-copy {
    font-size: 1.5em;
  }

  .div-block-5-copy {
    height: auto;
  }

  .heading-7 {
    font-size: 3em;
  }

  .text-block-14, .text-block-15 {
    font-size: 1.3em;
  }

  .div-block-56 {
    width: 90vw;
    height: 75%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 121px;
    display: flex;
  }

  .div-block-59 {
    width: 100%;
  }

  .heading-3-copy-copy {
    font-size: 3em;
  }

  .div-block-60 {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .image-21 {
    width: 100%;
    max-width: none;
  }

  .image-22, .image-23 {
    width: 100%;
  }

  .image-5-copy {
    width: 7em;
  }

  .nav-link-copy {
    font-size: 1.2em;
  }

  .div-block-61 {
    background-position: 0 0, 0 0;
  }

  .heading-12 {
    font-size: 2.5em;
  }

  .field-label {
    font-size: 1em;
  }

  .form-block-2 {
    background-color: #1f1f1f;
  }

  .div-block-63.bs-vip {
    background-image: linear-gradient(80deg, #000, rgba(255, 255, 255, 0) 82%), url('../images/pessoas-de-tiro-completo-limpando-escritorio.jpg');
  }

  .div-63 {
    height: 65em;
    background-image: linear-gradient(to top, rgba(0, 0, 0, .71), rgba(255, 255, 255, 0) 39%), url('../images/mulher-cobertura-rosto-com-cartao-cumprimento.jpg');
    background-position: 0 0, 0 0;
    background-repeat: repeat, repeat;
    background-size: auto, cover;
  }

  .div-block-72 {
    width: 90vw;
    height: 100%;
    padding-top: 40px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .heading-14 {
    width: 50%;
  }

  .text-block-19 {
    width: 50%;
    margin-bottom: 30px;
    font-size: 1.1em;
    font-weight: 600;
  }

  .submit-button-copy {
    height: 3.3em;
    font-size: 1.5em;
  }

  .form-block-2-copy {
    background-color: #1f1f1f;
  }

  .button-contato {
    height: 3.3em;
    font-size: 1.5em;
  }

  .div-block-77 {
    height: 87em;
  }

  .div-block-78 {
    justify-content: flex-start;
  }

  .form-contato {
    background-color: #fff;
  }

  .heading-12-copy {
    font-size: 2.5em;
  }

  .field-label-copy {
    font-size: 1em;
  }

  .titulo-form-contato {
    font-size: 2.5em;
  }

  .nome-contato {
    font-size: 1em;
  }

  .div-block-63-carreiras {
    height: 53em;
    background-size: auto, cover;
  }

  .div-block-80 {
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .div-block-78-incluido {
    justify-content: flex-start;
  }

  .div-block-77-copy {
    height: auto;
  }

  .div-block-63-domestica {
    height: 49em;
    background-image: linear-gradient(80deg, #000, rgba(255, 255, 255, 0) 82%), url('../images/cleaning-crockery-woman-gloves-cleaning-orange-vase.jpg');
  }

  .div-block-63-escritorio {
    height: 50em;
    background-image: linear-gradient(80deg, #000, rgba(255, 255, 255, 0) 82%), url('../images/pessoas-de-servico-de-limpeza-profissional-trabalhando-juntas-em-um-escritorio.jpg');
    background-size: auto, cover;
  }

  .div-block-63-loca-o {
    height: 50em;
    background-size: auto, cover;
  }

  .div-block-77-sobre {
    height: auto;
  }

  .sobre {
    justify-content: flex-start;
  }

  .bold-text-2 {
    font-weight: 500;
  }

  .div-block-83 {
    width: 90vw;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-84 {
    width: 100%;
    height: 80em;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .heading-22 {
    color: #FFBB00;
    margin-bottom: 30px;
    font-size: 5em;
  }

  .image-30 {
    width: 50em;
  }
}

@media screen and (max-width: 991px) {
  .image {
    width: 8em;
  }

  .container {
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: .25fr 3.75fr .25fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    display: grid;
  }

  .nav-menu {
    background-color: #1f1f1f;
    padding: 20px 0 20px 30px;
  }

  .div-block-3 {
    height: 33em;
    background-size: 110% 100%;
  }

  .div-block-6 {
    width: 40%;
  }

  .tabs {
    width: 100%;
  }

  .tabs-menu {
    height: 6em;
  }

  .heading {
    font-size: 2.3em;
    line-height: 1em;
  }

  .text-field {
    height: 5em;
    font-size: .8em;
  }

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

  .heading-3 {
    font-size: 2em;
  }

  .div-block-22 {
    width: 10em;
    height: .5em;
  }

  .text-block-4 {
    line-height: 1.2em;
  }

  .heading-3-copy {
    font-size: 2em;
  }

  .grid-5 {
    width: 90vw;
  }

  .image-16 {
    min-width: 1.2em;
  }

  .image-16-copy {
    min-width: 1.5em;
  }

  .submit-button-copy {
    height: 3em;
  }

  .div-55 {
    width: 60%;
  }

  .div-block-6-copy {
    width: 50%;
  }

  .brand {
    transition: opacity .2s;
    transform: translate(-25px);
  }

  .div-block-15-copy {
    width: 10em;
    height: .5em;
  }

  .menu-button.w--open {
    background-color: #2e2e2e;
  }

  .icon-2 {
    color: #FFBB00;
  }

  .div-block-61 {
    background-position: 0 0, 30%;
  }

  .form-block-2 {
    width: 70%;
  }

  .link-block-4 {
    align-items: center;
    margin-bottom: 10px;
    padding-bottom: 0;
  }

  .link-block-4.w--current {
    justify-content: flex-start;
  }

  .div-block-68 {
    height: auto;
  }

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

  .heading-14 {
    width: 70%;
    font-size: 2.5em;
  }

  .form-block-2-copy {
    width: 70%;
  }

  .div-block-77 {
    height: auto;
  }

  .div-block-78 {
    justify-content: flex-start;
  }

  .form-contato {
    width: 70%;
  }

  .div-block-63-carreiras {
    height: 31em;
  }

  .div-block-80 {
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .div-block-78-incluido {
    justify-content: flex-start;
  }

  .div-block-77-copy {
    height: auto;
  }

  .div-block-63-domestica, .div-block-63-escritorio, .div-block-63-loca-o {
    height: 31em;
  }

  .div-block-77-sobre {
    height: auto;
  }

  .sobre {
    justify-content: flex-start;
  }

  .uui-blog01_list {
    grid-template-columns: 1fr 1fr;
  }

  .uui-heading-large {
    font-size: 2.75rem;
  }

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

  .uui-blogpost04_newsletter {
    position: static;
  }

  .uui-blogpost04_content {
    margin-bottom: 3rem;
  }

  .uui-blogpost04_content-wrapper {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .uui-blogpost04_image-wrapper {
    margin-bottom: 3rem;
    padding-top: 56.25%;
  }

  .div-block-79-copy {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .container {
    grid-row-gap: 0px;
    grid-template-columns: .25fr 3.75fr .25fr;
  }

  .div-block-5 {
    width: 40%;
  }

  .div-block-6 {
    width: 20%;
    display: none;
  }

  .tabs-menu {
    height: 6em;
  }

  .text-field {
    font-size: .7em;
  }

  .div-block-13 {
    height: 120vh;
  }

  .div-block-15 {
    width: 10em;
    height: .5em;
  }

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

  .div-block-18 {
    height: 65vh;
  }

  .heading-3 {
    text-align: center;
    font-size: 1.5em;
    line-height: 2em;
  }

  .div-block-22 {
    width: 10em;
    height: .5em;
  }

  .div-block-26 {
    height: 230vh;
  }

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

  .heading-4 {
    line-height: 1.4em;
  }

  .language-toggle {
    background-color: #1f1f1f;
    margin-bottom: 10px;
    margin-right: 10px;
  }

  .div-14 {
    height: 120vh;
  }

  .heading-3-copy {
    font-size: 1.5em;
    line-height: 1.6em;
  }

  .div-block-3-copy {
    height: 40em;
  }

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

  .div-block-35, .div-block-36, .div-block-37, .div-block-38 {
    width: 100%;
    align-items: center;
  }

  .link {
    text-align: center;
  }

  .link-block {
    width: 100%;
    justify-content: center;
    display: flex;
  }

  .div-block-51 {
    height: 140vh;
  }

  .submit-button-copy {
    height: 3em;
  }

  .div-55 {
    width: 100%;
  }

  .div-block-6-copy {
    width: 60%;
  }

  .div-block-57, .div-block-58, .div-block-59 {
    width: 100%;
  }

  .div-block-15-copy {
    width: 8em;
    width: 10em;
    height: .5em;
  }

  .form-3 {
    position: fixed;
    top: auto;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .div-block-61 {
    background-position: 0 0, 50%;
  }

  .heading-12 {
    font-size: 2.3em;
  }

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

  .div-block-15-copy-copy {
    width: 8em;
  }

  .div-block-63 {
    height: 70em;
  }

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

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

  .div-block-68 {
    height: auto;
  }

  .grid-8 {
    grid-template-rows: auto auto;
  }

  .div-block-63-copy {
    height: 110em;
  }

  .div-63 {
    height: 70em;
  }

  .heading-14 {
    width: 100%;
    font-size: 2.5em;
  }

  .text-block-19, .form-block-2-copy {
    width: 100%;
  }

  .div-block-77 {
    height: auto;
  }

  .div-block-78 {
    margin-top: 40px;
  }

  .form-contato {
    width: 100%;
  }

  .heading-12-copy, .titulo-form-contato {
    font-size: 2.3em;
  }

  .div-block-63-carreiras {
    height: 23em;
    background-image: url('../images/escritorio-de-limpeza-profissional-de-pessoa-de-servico-de-limpeza-1.jpg');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    align-items: flex-end;
  }

  .div-block-79 {
    display: none;
  }

  .div-block-80 {
    height: auto;
  }

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

  .div-block-78-incluido {
    margin-top: 40px;
  }

  .text-block-21-incluido {
    width: 75%;
  }

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

  .div-block-77-copy {
    height: auto;
  }

  .div-block-63-domestica {
    height: 23em;
    background-image: url('../images/cleaning-crockery-woman-gloves-cleaning-orange-vase.jpg');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    align-items: flex-end;
  }

  .div-block-63-escritorio {
    height: 23em;
    background-image: url('../images/pessoas-de-servico-de-limpeza-profissional-trabalhando-juntas-em-um-escritorio.jpg');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    align-items: flex-end;
  }

  .div-block-63-loca-o {
    height: 23em;
    background-image: url('../images/people-taking-care-office-cleaning.jpg');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    align-items: flex-end;
    margin-bottom: 10px;
  }

  .div-block-77-sobre {
    height: auto;
  }

  .sobre {
    margin-top: 40px;
  }

  .heading-22 {
    text-align: center;
    line-height: 1em;
  }

  .uui-heading-xsmall {
    font-size: 1.25rem;
  }

  .uui-blog01_image-link {
    margin-bottom: 1.5rem;
  }

  .uui-blog01_image-link:hover {
    box-shadow: none;
  }

  .uui-blog01_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .uui-blog01_menu-link:hover {
    color: var(--untitled-ui-gray500);
    border-bottom-style: none;
  }

  .uui-blog01_menu-link.last-link {
    margin-right: 2rem;
  }

  .uui-blog01_category-menu {
    width: 100vw;
    margin-left: -5vw;
    padding-left: 5vw;
    overflow: scroll;
  }

  .uui-blog01_category-menu.no-scrollbar {
    justify-content: flex-start;
    margin-bottom: 3rem;
  }

  .uui-blog01_component {
    margin-top: 4rem;
  }

  .uui-text-size-large {
    font-size: 1rem;
  }

  .uui-space-small {
    min-height: 1.25rem;
  }

  .uui-heading-large {
    font-size: 2.25rem;
  }

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

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

  .uui-button {
    font-size: 1rem;
  }

  .uui-button:hover {
    border-color: var(--untitled-ui-primary600);
    background-color: var(--untitled-ui-primary600);
  }

  .uui-space-medium {
    min-height: 1.5rem;
  }

  .uui-blogpost04_newsletter {
    padding: 1.5rem 1.5rem 2rem;
  }

  .uui-text-rich-text figure {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .uui-text-rich-text figcaption {
    margin-top: .75rem;
  }

  .uui-blogpost04_content {
    margin-bottom: 2rem;
  }

  .uui-button-secondary-gray {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray:hover {
    background-color: var(--untitled-ui-white);
    color: var(--untitled-ui-gray700);
  }

  .uui-blogpost04_author-wrapper {
    margin-bottom: 2rem;
  }

  .uui-blogpost04_content-top {
    flex-direction: column;
    margin-bottom: 3rem;
  }

  .uui-blogpost04_image-wrapper {
    margin-top: 3rem;
    margin-bottom: 2rem;
  }

  .uui-text-size-xlarge {
    font-size: 1.125rem;
  }

  .uui-blogpost04_category-link {
    padding: .125rem .5rem;
    font-size: .75rem;
  }

  .uui-blogpost04_meta-wrapper {
    margin-top: 2rem;
    font-size: .75rem;
  }

  .uui-button-link {
    font-size: 1rem;
  }

  .uui-button-link:hover {
    color: var(--untitled-ui-primary700);
  }

  .uui-button-row {
    align-self: stretch;
  }

  .div-block-86 {
    height: auto;
  }

  .div-block-79-copy {
    display: flex;
  }

  .div-block-79-loca-o, .div-block-79-escritorio {
    display: none;
  }

  .div-block-79-escritorio-copy {
    margin-top: 10px;
    display: flex;
  }

  .div-block-79-domestica, .div-block-79-carreiras {
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  .navbar {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image {
    width: 5em;
  }

  .container {
    width: 100%;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: .25fr 3.25fr .25fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    display: grid;
  }

  .div-block-3 {
    height: 40em;
  }

  .div-block-4 {
    flex-direction: column;
    align-items: center;
  }

  .div-block-5 {
    width: 100%;
  }

  .tabs-content {
    height: 38em;
  }

  .image-3 {
    display: none;
  }

  .heading {
    font-size: 1.5em;
    line-height: 1.6em;
  }

  .text-block {
    font-size: 1em;
  }

  .form-2 {
    flex-direction: column;
    align-items: flex-start;
  }

  .text-block-2 {
    font-size: .9em;
  }

  .text-block-2:hover, .text-block-2:focus {
    color: #FFBB00;
  }

  .text-field {
    margin-right: 0;
  }

  .submit-button {
    width: 100%;
    margin-top: 10px;
  }

  .div-block-13 {
    height: 60em;
  }

  .heading-2 {
    font-size: 1.5em;
    line-height: 1.5em;
  }

  .div-block-15 {
    width: 100%;
  }

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

  .div-block-18 {
    height: 65em;
  }

  .heading-3 {
    line-height: 1.5em;
  }

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

  .div-block-26 {
    height: 145em;
  }

  .text-block-8 {
    width: 100%;
  }

  .heading-copy {
    font-size: 1.8em;
  }

  .form-block {
    position: fixed;
  }

  .language-toggle {
    z-index: 0;
    background-color: #1f1f1f;
    margin-bottom: 0;
    margin-right: 0;
    position: static;
    top: auto;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .language-link:hover, .language-link:focus {
    color: #FFBB00;
  }

  .language-link:focus-visible {
    color: #FFBB00;
  }

  .language-link[data-wf-focus-visible], .language-link:visited {
    color: #FFBB00;
  }

  .language-dropdown {
    position: static;
  }

  .div-14 {
    height: 60em;
  }

  .div-15 {
    height: 44em;
  }

  .text-block-11 {
    margin-top: 10px;
  }

  .heading-5 {
    justify-content: flex-end;
  }

  .heading-3-copy {
    width: 90%;
    font-size: 1.5em;
  }

  .div-block-3-copy {
    height: 70em;
    flex-direction: column;
    align-items: center;
  }

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

  .div-block-33 {
      padding-top: 3em;
      height: auto;
  
  }

  .div-block-34 {
    height: auto;
  }

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

  .image-11 {
    height: auto;
  }

  .slide-8 {
    width: 100%;
    background-size: contain;
  }

  .div-block-51 {
    height: auto;
  }

  .div-block-52 {
    height: auto;
    padding-bottom: 27px;
  }

  .submit-button-copy {
    width: 14em;
  }

  .div-block-4-copy {
    height: 90%;
    flex-direction: column;
  }

  .div-block-5-copy {
    width: 100%;
    border-bottom: 5px solid #FFBB00;
  }

  .div-block-6-copy {
    width: 100%;
  }

  .text-block-14 {
    font-size: .9em;
  }

  .text-block-14:hover, .text-block-14:focus {
    color: #FFBB00;
  }

  .text-block-14:focus-visible {
    color: #FFBB00;
  }

  .text-block-14[data-wf-focus-visible] {
    color: #FFBB00;
  }

  .text-block-15 {
    font-size: .9em;
  }

  .text-block-15:hover, .text-block-15:focus {
    color: #FFBB00;
  }

  .text-block-15:focus-visible {
    color: #FFBB00;
  }

  .text-block-15[data-wf-focus-visible] {
    color: #FFBB00;
  }

  .brand {
    padding-left: 0;
    transition-property: none;
    transform: none;
  }

  .div-block-15-copy {
    width: 20vw;
  }

  .div-block-32-copy {
    width: 90%;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .div-block-15-copy {
    width: 20vw;
    width: 20vw;
  }

  .menu-button {
    margin-left: 0;
  }

  .menu-button.w--open {
    background-color: rgba(55, 55, 55, 0);
  }

  .icon-2 {
    color: #FFBB00;
  }

  .heading-3-copy-copy {
    width: 90%;
    text-align: center;
    font-size: 1.5em;
    line-height: 1.6em;
  }

  .form-3 {
    top: auto;
    bottom: 92px;
    left: auto;
    right: 10px;
  }

  .div-block-61 {
    height: 70em;
  }

  .heading-12 {
    font-size: 2em;
  }

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

  .div-block-15-copy-copy {
    width: 20vw;
  }

  .div-block-63 {
    height: 80em;
  }

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

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

  .div-block-68 {
    height: auto;
  }

  .grid-8 {
    grid-template-rows: auto auto;
  }

  .div-block-63-copy {
    height: 110em;
  }

  .div-63 {
    height: 80em;
  }

  .heading-14 {
    text-align: center;
    font-size: 2.5em;
  }

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

  .submit-button-copy {
    width: 100%;
    margin-top: 10px;
  }

  .div-block-73 {
    height: 85em;
  }

  .heading-15 {
    font-size: 2em;
  }

  .form-block-2-copy {
    width: 100%;
  }

  .button-contato {
    width: 100%;
    margin-top: 10px;
  }

  .div-block-77 {
    height: auto;
    padding-top: 40px;
  }

  .div-block-78 {
    justify-content: flex-start;
    align-items: center;
    margin-top: 30px;
  }

  .form-contato {
    width: 100%;
  }

  .heading-12-copy, .titulo-form-contato {
    font-size: 2em;
  }

  .div-block-63-carreiras {
    height: 13em;
    background-image: url('../images/escritorio-de-limpeza-profissional-de-pessoa-de-servico-de-limpeza-1.jpg');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    align-items: flex-end;
  }

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

  .div-block-79 {
    margin-top: 30px;
  }

  .div-block-80 {
    height: auto;
    justify-content: center;
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .div-block-78-incluido {
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
  }

  .bold-text-incluido {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .text-block-21-incluido {
    width: auto;
    text-align: center;
  }

  .div-block-77-copy {
    height: auto;
  }

  .heading-19 {
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-63-domestica {
    height: 13em;
    background-image: url('../images/cleaning-crockery-woman-gloves-cleaning-orange-vase.jpg');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    align-items: flex-end;
  }

  .div-block-63-escritorio {
    height: 13em;
    background-image: url('../images/pessoas-de-servico-de-limpeza-profissional-trabalhando-juntas-em-um-escritorio.jpg');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    align-items: flex-end;
  }

  .div-block-63-loca-o {
    height: 13em;
    background-image: url('../images/people-taking-care-office-cleaning.jpg');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    align-items: flex-end;
  }

  .div-block-77-sobre {
    height: auto;
  }

  .sobre {
    justify-content: flex-start;
    align-items: center;
    margin-top: 30px;
  }

  .heading-22 {
    font-size: 3.8em;
  }

  .uui-blogpost04_form-wrapper {
    grid-row-gap: 12px;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .uui-blogpost04_author-wrapper {
    margin-bottom: 1rem;
  }

  .uui-blogpost04_content-top {
    flex-direction: column;
    align-items: flex-start;
  }

  .div-block-79-copy, .div-block-79-loca-o, .div-block-79-escritorio {
    margin-top: 30px;
  }

  .div-block-79-escritorio-copy {
    margin-top: 10px;
  }

  .div-block-79-domestica, .div-block-79-carreiras {
    margin-top: 30px;
  }
}

#w-node-_7d690091-a744-a9b1-8cce-84bd540469a1-102207ee, #w-node-_00f26bef-cd37-d5be-bbf8-727513a83dd6-102207ee, #w-node-_78dfc0f4-d5b0-999d-77b5-3804e0d32188-102207ee, #w-node-_1b556ac8-6976-a20e-ffeb-be32d211d7e9-102207ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32ffadcc-f1c0-6465-ef33-cd5afed44610-102207ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
  justify-self: auto;
}

#w-node-f23cc6e1-cd3e-a4ae-ddd6-4ce750f04ae8-102207ee, #w-node-_6434e6d6-5b2b-918e-bae0-78dc04f6f6fb-102207ee, #w-node-ece98896-bee0-a192-91bc-c57888796c9e-102207ee, #w-node-_7da5a48c-e8e2-f472-bff5-36914cf00913-102207ee, #w-node-_7da5a48c-e8e2-f472-bff5-36914cf00915-102207ee, #w-node-_544961f8-8f06-2f8d-4cd2-56f87be1c542-102207ee, #w-node-_1527f84a-bbe3-9bf4-d9a1-a243654aff1b-102207ee, #w-node-_1527f84a-bbe3-9bf4-d9a1-a243654aff1d-102207ee, #w-node-d5a51b75-5ffc-df26-ab44-4985086cb496-102207ee, #w-node-_1ce6e2b1-ed14-473d-6290-7c89ab052e47-102207ee, #w-node-cfe636af-4b05-3a06-08bd-3fcb157e04a4-102207ee, #w-node-_0b0fe67d-4158-b46d-ee44-e2a3e156d806-102207ee, #w-node-_0b0fe67d-4158-b46d-ee44-e2a3e156d80a-102207ee, #w-node-_0b0fe67d-4158-b46d-ee44-e2a3e156d80f-102207ee, #w-node-_0b0fe67d-4158-b46d-ee44-e2a3e156d814-102207ee, #w-node-_47fecb0c-23e6-6ea9-8b4d-f515ae689832-102207ee, #w-node-_5a5cdf32-0c53-3be2-1bf8-e8ae4b4c0964-102207ee, #w-node-cea92e61-2a21-d682-a582-a058ba642e22-102207ee, #w-node-_89bd699c-be80-3904-ee9b-8d2ea07aafbe-102207ee, #w-node-_7d690091-a744-a9b1-8cce-84bd540469a1-14b21fea, #w-node-_00f26bef-cd37-d5be-bbf8-727513a83dd6-14b21fea, #w-node-_78dfc0f4-d5b0-999d-77b5-3804e0d32188-14b21fea, #w-node-_1b556ac8-6976-a20e-ffeb-be32d211d7e9-14b21fea {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32ffadcc-f1c0-6465-ef33-cd5afed44610-14b21fea {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
  justify-self: auto;
}

#w-node-f23cc6e1-cd3e-a4ae-ddd6-4ce750f04ae8-14b21fea, #w-node-_6434e6d6-5b2b-918e-bae0-78dc04f6f6fb-14b21fea, #w-node-ece98896-bee0-a192-91bc-c57888796c9e-14b21fea, #w-node-_7da5a48c-e8e2-f472-bff5-36914cf00913-14b21fea, #w-node-_7da5a48c-e8e2-f472-bff5-36914cf00915-14b21fea, #w-node-_544961f8-8f06-2f8d-4cd2-56f87be1c542-14b21fea, #w-node-_1527f84a-bbe3-9bf4-d9a1-a243654aff1b-14b21fea, #w-node-_1527f84a-bbe3-9bf4-d9a1-a243654aff1d-14b21fea, #w-node-d5a51b75-5ffc-df26-ab44-4985086cb496-14b21fea, #w-node-_1ce6e2b1-ed14-473d-6290-7c89ab052e47-14b21fea, #w-node-cfe636af-4b05-3a06-08bd-3fcb157e04a4-14b21fea, #w-node-_0b0fe67d-4158-b46d-ee44-e2a3e156d806-14b21fea, #w-node-_0b0fe67d-4158-b46d-ee44-e2a3e156d80a-14b21fea, #w-node-_0b0fe67d-4158-b46d-ee44-e2a3e156d80f-14b21fea, #w-node-_0b0fe67d-4158-b46d-ee44-e2a3e156d814-14b21fea, #w-node-_47fecb0c-23e6-6ea9-8b4d-f515ae689832-14b21fea, #w-node-_5a5cdf32-0c53-3be2-1bf8-e8ae4b4c0964-14b21fea, #w-node-cea92e61-2a21-d682-a582-a058ba642e22-14b21fea, #w-node-_89bd699c-be80-3904-ee9b-8d2ea07aafbe-14b21fea, #w-node-_7d690091-a744-a9b1-8cce-84bd540469a1-20a06e1f, #w-node-_00f26bef-cd37-d5be-bbf8-727513a83dd6-20a06e1f, #w-node-_78dfc0f4-d5b0-999d-77b5-3804e0d32188-20a06e1f, #w-node-_1b556ac8-6976-a20e-ffeb-be32d211d7e9-20a06e1f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32ffadcc-f1c0-6465-ef33-cd5afed44610-20a06e1f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
  justify-self: auto;
}

#w-node-f23cc6e1-cd3e-a4ae-ddd6-4ce750f04ae8-20a06e1f, #w-node-_6434e6d6-5b2b-918e-bae0-78dc04f6f6fb-20a06e1f, #w-node-ece98896-bee0-a192-91bc-c57888796c9e-20a06e1f, #w-node-_7da5a48c-e8e2-f472-bff5-36914cf00913-20a06e1f, #w-node-_7da5a48c-e8e2-f472-bff5-36914cf00915-20a06e1f, #w-node-_544961f8-8f06-2f8d-4cd2-56f87be1c542-20a06e1f, #w-node-_1527f84a-bbe3-9bf4-d9a1-a243654aff1b-20a06e1f, #w-node-_1527f84a-bbe3-9bf4-d9a1-a243654aff1d-20a06e1f, #w-node-d5a51b75-5ffc-df26-ab44-4985086cb496-20a06e1f, #w-node-_1ce6e2b1-ed14-473d-6290-7c89ab052e47-20a06e1f, #w-node-cfe636af-4b05-3a06-08bd-3fcb157e04a4-20a06e1f, #w-node-_0b0fe67d-4158-b46d-ee44-e2a3e156d806-20a06e1f, #w-node-_0b0fe67d-4158-b46d-ee44-e2a3e156d80a-20a06e1f, #w-node-_0b0fe67d-4158-b46d-ee44-e2a3e156d80f-20a06e1f, #w-node-_0b0fe67d-4158-b46d-ee44-e2a3e156d814-20a06e1f, #w-node-_47fecb0c-23e6-6ea9-8b4d-f515ae689832-20a06e1f, #w-node-_5a5cdf32-0c53-3be2-1bf8-e8ae4b4c0964-20a06e1f, #w-node-cea92e61-2a21-d682-a582-a058ba642e22-20a06e1f, #w-node-_89bd699c-be80-3904-ee9b-8d2ea07aafbe-20a06e1f, #w-node-b29851e8-b915-5240-1fd3-a627a4065308-b526c7cc, #w-node-_939b46e8-f9d6-9b8e-5fa4-fd8dc3b6bb5c-b526c7cc, #w-node-f260ca65-7b9d-f588-d4bb-265bf4b92a17-b526c7cc, #w-node-f260ca65-7b9d-f588-d4bb-265bf4b92a32-b526c7cc, #w-node-f260ca65-7b9d-f588-d4bb-265bf4b92a4c-b526c7cc, #w-node-f260ca65-7b9d-f588-d4bb-265bf4b92a60-b526c7cc, #w-node-_8b5b65e5-5954-abfe-b0f7-1fab3462efba-7a9b1e75, #w-node-_8b5b65e5-5954-abfe-b0f7-1fab3462efd5-7a9b1e75, #w-node-_8b5b65e5-5954-abfe-b0f7-1fab3462efef-7a9b1e75, #w-node-_8b5b65e5-5954-abfe-b0f7-1fab3462f003-7a9b1e75, #w-node-a044992a-2ece-3039-d8c0-7c7e2bda11da-74f9dd75, #w-node-_4425e2f1-d607-7745-8f3b-243288ef75ae-74f9dd75, #w-node-_87dbe1f0-e251-32d2-5ed4-ecd0a2e150e2-74f9dd75, #w-node-fd6fb2ca-59f2-a7ee-8ab9-74c6a9074afe-74f9dd75, #w-node-fd6fb2ca-59f2-a7ee-8ab9-74c6a9074b19-74f9dd75, #w-node-fd6fb2ca-59f2-a7ee-8ab9-74c6a9074b33-74f9dd75, #w-node-fd6fb2ca-59f2-a7ee-8ab9-74c6a9074b47-74f9dd75, #w-node-_3ca65339-f7ac-b0bc-e4d5-509fc36babb0-294bc6b7, #w-node-_3ca65339-f7ac-b0bc-e4d5-509fc36babcb-294bc6b7, #w-node-_3ca65339-f7ac-b0bc-e4d5-509fc36babe5-294bc6b7, #w-node-_3ca65339-f7ac-b0bc-e4d5-509fc36babf9-294bc6b7, #w-node-b4b74664-2e02-2b2c-8189-a2d3d0c92aaa-82e8e743, #w-node-b4b74664-2e02-2b2c-8189-a2d3d0c92ac5-82e8e743, #w-node-b4b74664-2e02-2b2c-8189-a2d3d0c92adf-82e8e743, #w-node-b4b74664-2e02-2b2c-8189-a2d3d0c92af3-82e8e743, #w-node-_33b89c03-2b87-7a46-a5b1-09bfe3431aa8-1f0f67c8, #w-node-_33b89c03-2b87-7a46-a5b1-09bfe3431ac3-1f0f67c8, #w-node-_33b89c03-2b87-7a46-a5b1-09bfe3431add-1f0f67c8, #w-node-_33b89c03-2b87-7a46-a5b1-09bfe3431af1-1f0f67c8, #w-node-_8d3e98d2-2f83-61af-583c-87986269d46d-4bfa4150, #w-node-e5642e9b-8273-187d-1926-d7c218e6f953-4bfa4150, #w-node-bccd8c88-0702-3081-227a-2f859872200a-4bfa4150, #w-node-_23c7e08e-1dd2-a749-ba6f-c881254ae9ce-4bfa4150, #w-node-_80ee8a41-72a2-12a8-0e4f-073f64874691-4bfa4150, #w-node-_80ee8a41-72a2-12a8-0e4f-073f648746ac-4bfa4150, #w-node-_80ee8a41-72a2-12a8-0e4f-073f648746c6-4bfa4150, #w-node-_80ee8a41-72a2-12a8-0e4f-073f648746da-4bfa4150, #w-node-e764bc3d-cb31-69c1-3ccf-908753854526-a8068d80, #w-node-e764bc3d-cb31-69c1-3ccf-908753854537-a8068d80, #w-node-e764bc3d-cb31-69c1-3ccf-908753854548-a8068d80, #w-node-_575d6dbc-1a21-d59e-17fe-f49c37664bd0-a8068d80, #w-node-_575d6dbc-1a21-d59e-17fe-f49c37664beb-a8068d80, #w-node-_575d6dbc-1a21-d59e-17fe-f49c37664c05-a8068d80, #w-node-_575d6dbc-1a21-d59e-17fe-f49c37664c19-a8068d80, #w-node-ae7ad498-a2a6-9c09-c1db-a30271becff2-479446f4, #w-node-ae7ad498-a2a6-9c09-c1db-a30271bed00d-479446f4, #w-node-ae7ad498-a2a6-9c09-c1db-a30271bed027-479446f4, #w-node-ae7ad498-a2a6-9c09-c1db-a30271bed03b-479446f4, #w-node-_8d3e98d2-2f83-61af-583c-87986269d46d-2290ec8d, #w-node-e5642e9b-8273-187d-1926-d7c218e6f953-2290ec8d, #w-node-bccd8c88-0702-3081-227a-2f859872200a-2290ec8d, #w-node-_23c7e08e-1dd2-a749-ba6f-c881254ae9ce-2290ec8d, #w-node-_8cc1c7fc-5bfd-8936-94fa-1e5bbefff82c-2290ec8d, #w-node-_8cc1c7fc-5bfd-8936-94fa-1e5bbefff847-2290ec8d, #w-node-_8cc1c7fc-5bfd-8936-94fa-1e5bbefff861-2290ec8d, #w-node-_8cc1c7fc-5bfd-8936-94fa-1e5bbefff875-2290ec8d, #w-node-_8d3e98d2-2f83-61af-583c-87986269d46d-26337bb7, #w-node-e5642e9b-8273-187d-1926-d7c218e6f953-26337bb7, #w-node-bccd8c88-0702-3081-227a-2f859872200a-26337bb7, #w-node-_23c7e08e-1dd2-a749-ba6f-c881254ae9ce-26337bb7, #w-node-c9e79edf-86b1-199d-e958-e16b953c9df0-26337bb7, #w-node-c9e79edf-86b1-199d-e958-e16b953c9e0b-26337bb7, #w-node-c9e79edf-86b1-199d-e958-e16b953c9e25-26337bb7, #w-node-c9e79edf-86b1-199d-e958-e16b953c9e39-26337bb7, #w-node-_8d3e98d2-2f83-61af-583c-87986269d46d-4e8a31cc, #w-node-e5642e9b-8273-187d-1926-d7c218e6f953-4e8a31cc, #w-node-bccd8c88-0702-3081-227a-2f859872200a-4e8a31cc, #w-node-_23c7e08e-1dd2-a749-ba6f-c881254ae9ce-4e8a31cc, #w-node-bbead18c-8849-ceb0-9d09-9228dc99d897-4e8a31cc, #w-node-bbead18c-8849-ceb0-9d09-9228dc99d8b2-4e8a31cc, #w-node-bbead18c-8849-ceb0-9d09-9228dc99d8cc-4e8a31cc, #w-node-bbead18c-8849-ceb0-9d09-9228dc99d8e0-4e8a31cc, #w-node-_5f8cffd4-a501-edb1-04e8-009260c1ed80-0bb0a4f7, #w-node-_08b84c03-1025-dda8-644b-f90092ce58de-0bb0a4f7, #w-node-_1866d213-ba4c-055e-44ac-57ea53a77b2d-0bb0a4f7, #w-node-_1866d213-ba4c-055e-44ac-57ea53a77b48-0bb0a4f7, #w-node-_1866d213-ba4c-055e-44ac-57ea53a77b62-0bb0a4f7, #w-node-_1866d213-ba4c-055e-44ac-57ea53a77b76-0bb0a4f7, #w-node-bcc0076e-2feb-77e3-cb5b-6706da0456d4-d40275a4, #w-node-bcc0076e-2feb-77e3-cb5b-6706da0456ef-d40275a4, #w-node-bcc0076e-2feb-77e3-cb5b-6706da045709-d40275a4, #w-node-bcc0076e-2feb-77e3-cb5b-6706da04571d-d40275a4, #w-node-_45ab3b4e-c2a6-a765-9c9f-2ca50759f33b-119980a9, #w-node-_45ab3b4e-c2a6-a765-9c9f-2ca50759f356-119980a9, #w-node-_45ab3b4e-c2a6-a765-9c9f-2ca50759f370-119980a9, #w-node-_45ab3b4e-c2a6-a765-9c9f-2ca50759f384-119980a9, #w-node-_9324cbb7-506f-2ddd-8d68-85c985a35ced-4982893c, #w-node-_9324cbb7-506f-2ddd-8d68-85c985a35cf1-4982893c, #w-node-_9324cbb7-506f-2ddd-8d68-85c985a35cf3-4982893c, #w-node-_9324cbb7-506f-2ddd-8d68-85c985a35cf5-4982893c, #w-node-_53394c17-c76a-ba8a-bb61-d7bd2cbea1f8-4982893c, #w-node-_53394c17-c76a-ba8a-bb61-d7bd2cbea213-4982893c, #w-node-_53394c17-c76a-ba8a-bb61-d7bd2cbea22d-4982893c, #w-node-_53394c17-c76a-ba8a-bb61-d7bd2cbea241-4982893c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ExtraBoldItalic.ttf') format('truetype'), url('../fonts/Poppins-BoldItalic.ttf') format('truetype'), url('../fonts/Poppins-BoldItalic.ttf') format('truetype'), url('../fonts/Poppins-BoldItalic.ttf') format('truetype'), url('../fonts/Poppins-BoldItalic.ttf') format('truetype'), url('../fonts/Poppins-BoldItalic.ttf') format('truetype'), url('../fonts/Poppins-BoldItalic.ttf') format('truetype'), url('../fonts/Poppins-BoldItalic.ttf') format('truetype'), url('../fonts/Poppins-BoldItalic.ttf') format('truetype'), url('../fonts/Poppins-BoldItalic.ttf') format('truetype'), url('../fonts/Poppins-BoldItalic.ttf') format('truetype'), url('../fonts/Poppins-BoldItalic.ttf') format('truetype'), url('../fonts/Poppins-BoldItalic.ttf') format('truetype'), url('../fonts/Poppins-BoldItalic.ttf') format('truetype'), url('../fonts/Poppins-BoldItalic.ttf') format('truetype'), url('../fonts/Poppins-BoldItalic.ttf') format('truetype'), url('../fonts/Poppins-BoldItalic.ttf') format('truetype'), url('../fonts/Poppins-BoldItalic.ttf') format('truetype'), url('../fonts/Poppins-BoldItalic.ttf') format('truetype'), url('../fonts/Poppins-BoldItalic.ttf') format('truetype'), url('../fonts/Poppins-BoldItalic.ttf') format('truetype'), url('../fonts/Poppins-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ExtraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}