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

.w-users-userformpagewrap {
  height: 100vh;
  max-width: 340px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.w-users-userloginformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformheader {
  text-align: center;
}

.w-users-userformbutton {
  width: 100%;
  text-align: center;
}

.w-users-userformfooter {
  justify-content: space-between;
  margin-top: 12px;
  display: flex;
}

.w-users-userformerrorstate {
  margin-left: 20px;
  margin-right: 20px;
  position: absolute;
  top: 100%;
  left: 0%;
  right: 0%;
}

.w-users-usersignupformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformsuccessstate {
  display: none;
}

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

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

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

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

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

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

.w-users-usersignupverificationmessage {
  display: none;
}

.w-users-userresetpasswordformwrapper, .w-users-userupdatepasswordformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-useraccountwrapper {
  width: 100%;
  min-height: 100vh;
  background-color: #f5f5f5;
  padding: 20px;
}

.w-users-blockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-users-blockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  margin-bottom: 20px;
  padding: 20px;
}

.w-users-useraccountformsavebutton {
  text-align: center;
  margin-right: 8px;
}

.w-users-useraccountformcancelbutton {
  text-align: center;
  color: #333;
  background-color: #d3d3d3;
}

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

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

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

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

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

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #1a1b1f;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  font-weight: 400;
  line-height: 62px;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 38px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

p {
  margin-bottom: 10px;
}

a {
  color: #1a1b1f;
  text-decoration: underline;
  transition: opacity .2s;
  display: block;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  font-size: 20px;
  line-height: 34px;
}

figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

figcaption {
  opacity: .6;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  line-height: 26px;
}

.divider {
  height: 1px;
  background-color: #eee;
}

.styleguide-content-wrap {
  text-align: center;
}

.section {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: 30px;
  margin-right: 30px;
  display: block;
}

.section.cc-cta {
  background-color: rgba(0, 0, 0, 0);
  padding-left: 20px;
  padding-right: 40px;
}

.section.cc-home-wrap {
  text-align: center;
}

.styleguide-block {
  text-align: left;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  display: block;
}

.container {
  width: 100%;
  max-width: 100%;
  text-align: center;
  flex: 0 auto;
  align-self: auto;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
  display: block;
  position: static;
}

.paragraph-tiny {
  color: #000;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.paragraph-bigger {
  opacity: 1;
  text-align: justify;
  align-items: center;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  display: flex;
}

.paragraph-bigger.cc-bigger-light {
  opacity: .6;
  text-align: justify;
  font-size: 14px;
  line-height: 20px;
}

.paragraph-bigger.cc-bigger-white-light {
  opacity: .6;
}

.button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 0;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

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

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

.button.cc-jumbo-button {
  white-space: normal;
  background-color: #e38422;
  padding: 10px 35px;
  font-size: 14px;
  font-weight: 700;
  line-height: 26px;
}

.button.cc-jumbo-button.cc-jumbo-white {
  color: #000;
  background-color: #fff;
}

.button.cc-jumbo-button.cc-jumbo-white:hover {
  background-color: #f1f1f1;
}

.button.cc-jumbo-button.cc-jumbo-white:active {
  background-color: #e1e1e1;
}

.button.cc-contact-us {
  z-index: 5;
  position: relative;
}

.button.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button:hover {
  background-color: rgba(255, 255, 255, .8);
}

.button.cc-white-button:active {
  background-color: rgba(255, 255, 255, .9);
}

.label {
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
}

.label.cc-styleguide-label {
  margin-bottom: 25px;
}

.label.cc-light {
  opacity: .6;
  color: #000;
  text-align: left;
  -webkit-text-stroke-color: #000;
  margin-top: 0;
  font-size: 16px;
  font-weight: 700;
}

.label.cc-blog-date {
  opacity: .6;
  margin-top: 20px;
}

.heading-jumbo-tiny {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.rich-text {
  width: 70%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text p {
  opacity: .6;
  margin-top: 15px;
  margin-bottom: 25px;
}

.paragraph-light {
  opacity: .6;
  color: #000;
  text-align: justify;
  padding-right: 20px;
  font-size: 14px;
  font-weight: 400;
}

.heading-jumbo {
  color: #000;
  text-align: center;
  text-transform: none;
  object-fit: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  overflow: auto;
}

.heading-jumbo.cc-white-heading-jumbo {
  color: #fff;
}

.heading-jumbo-small {
  text-align: justify;
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

.styleguide-button-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}

.styleguide-header-wrap {
  height: 460px;
  color: #fff;
  text-align: center;
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
}

.paragraph-small {
  font-size: 14px;
  line-height: 26px;
}

.logo-link {
  z-index: 1;
}

.logo-link:hover {
  opacity: .8;
}

.logo-link:active {
  opacity: .7;
}

.menu {
  z-index: 0;
  width: 100%;
  height: 100%;
  min-width: 100%;
  flex: 0 0;
  order: 0;
  justify-content: center;
  align-self: center;
  align-items: center;
  font-size: 12px;
  display: flex;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: -5%;
  right: 0%;
}

.navigation-wrap {
  width: 80%;
  flex-wrap: wrap;
  flex: 1;
  align-content: center;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navigation {
  background-color: #ffe49f;
  align-items: center;
  padding: 30px 30px 30px 50px;
  display: flex;
}

.navigation-item {
  width: 80%;
  clear: none;
  opacity: .57;
  outline-offset: 0px;
  direction: ltr;
  text-align: center;
  letter-spacing: 0;
  text-transform: uppercase;
  column-count: 1;
  column-rule-style: none;
  column-rule-width: 0px;
  object-fit: fill;
  transform-style: preserve-3d;
  border: 0 #000;
  border-radius: 20px;
  outline: 3px solid #222;
  order: -1;
  column-gap: 0;
  padding: 9px 0;
  font-size: 10px;
  font-weight: 500;
  line-height: 15px;
  text-decoration: none;
  position: relative;
  top: 22px;
  left: 58px;
  right: 0;
}

.navigation-item:hover {
  opacity: .9;
}

.navigation-item:active {
  opacity: .8;
}

.navigation-item.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-weight: 600;
}

.navigation-item.w--current:hover {
  opacity: .8;
  color: #32343a;
}

.navigation-item.w--current:active {
  opacity: .7;
  color: #32343a;
}

.logo-image {
  font-size: 12px;
  display: block;
}

.navigation-items {
  width: 80%;
  clear: both;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  outline-offset: 0px;
  text-align: center;
  object-fit: none;
  border-radius: 0;
  outline: 0 #1a1b1f;
  flex-flow: row-reverse;
  flex: 1;
  order: 0;
  justify-content: center;
  align-self: auto;
  align-items: center;
  padding-top: 11px;
  font-size: 10px;
  line-height: 15px;
  text-decoration: none;
  display: flex;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: -3%;
  right: auto;
  overflow: visible;
}

.footer-wrap {
  justify-content: center;
  align-items: center;
  padding-top: 26px;
  padding-bottom: 25px;
  display: block;
}

.webflow-link {
  opacity: .5;
  text-align: center;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: opacity .4s;
  display: flex;
}

.webflow-link:hover {
  opacity: 1;
}

.webflow-link:active {
  opacity: .8;
}

.webflow-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

.cta-text {
  width: 70%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
  line-height: 20px;
}

.cta-wrap {
  text-align: center;
  justify-content: center;
  padding-top: 10px;
  padding-bottom: 30px;
  display: flex;
}

.intro-header {
  height: 500px;
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../images/portfolio-2---wide.svg');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  margin-bottom: 41px;
  display: flex;
}

.intro-header.cc-subpage {
  height: 100%;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  justify-content: flex-start;
  margin-bottom: 0;
}

.intro-content {
  width: 70%;
  max-width: 1140px;
  text-align: center;
  object-fit: fill;
  margin-left: auto;
  margin-right: auto;
  line-height: 5px;
}

.intro-content.cc-homepage {
  flex: 1;
  align-self: auto;
  margin-bottom: 20px;
  display: block;
}

.motto-wrap {
  width: 80%;
  text-align: center;
  margin: 24px auto 85px;
}

.about-story-wrap {
  width: 80%;
  text-align: left;
  margin: 10px auto;
}

.our-services-grid {
  grid-column-gap: 16px;
  grid-row-gap: 33px;
  grid-template: "Area Area-2 Area-3"
                 "Area-4 Area-5 Area-6"
                 / 1fr 1fr 1fr;
  margin-bottom: 120px;
}

.section-heading-wrap {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0;
}

.service-icon {
  margin-bottom: 30px;
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

.status-message.cc-success-message {
  background-color: #12b878;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.status-message.cc-no-data {
  width: 70%;
  margin: 100px auto;
  display: block;
}

.contact-form-wrap {
  border: 1px solid #eee;
  padding: 45px 32px 50px;
}

.contact-form-grid {
  grid-column-gap: 21px;
  grid-row-gap: 30px;
  grid-template: "Area Area-2"
                 ". ." minmax(auto, 1fr)
                 / 2.5fr 1fr;
  align-items: start;
  margin-top: 0;
  margin-bottom: 1px;
}

.details-wrap {
  margin-bottom: 30px;
  padding-top: 40px;
  padding-right: 0;
}

.get-in-touch-form {
  flex-direction: column;
  display: flex;
}

.text-field {
  border: 1px solid #e4e4e4;
  border-radius: 0;
  margin-bottom: 18px;
  padding: 21px 20px;
  font-size: 14px;
  line-height: 26px;
  transition: border-color .4s;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active, .text-field:focus {
  border-color: #43464d;
}

.text-field::-ms-input-placeholder {
  color: rgba(50, 52, 58, .4);
}

.text-field::placeholder {
  color: rgba(50, 52, 58, .4);
}

.text-field.cc-contact-field {
  margin-bottom: 25px;
}

.text-field.cc-textarea {
  height: 200px;
  padding-top: 12px;
}

.contact-form {
  width: 100%;
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.contact-form-heading-wrap {
  margin-bottom: 40px;
}

.contact-heading {
  text-align: left;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 700;
}

.map {
  height: 460px;
  margin-bottom: 100px;
  line-height: 20px;
}

.contact-team-name-wrap {
  margin-bottom: 30px;
}

.our-contacts {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  text-align: center;
  grid-template: ". . ."
  / 1fr 1fr 1fr;
  margin-bottom: 120px;
}

.contact-team-details-wrap {
  margin-top: 30px;
}

.contact-team-pic {
  height: 150px;
  background-color: #f4f4f4;
  margin-bottom: 30px;
}

.team-pic {
  width: 100%;
  height: 420px;
  background-color: #f4f4f4;
  margin-bottom: 40px;
}

.team-members {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ". . ."
                       ". . .";
  margin-bottom: 60px;
}

.team-member-title-wrap {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.team-member-name {
  opacity: 1;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.projects-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: "."
                 "."
                 "."
                 / 1fr;
  margin-bottom: 60px;
}

.project-name-wrap {
  width: 100%;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.project-name-link {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  text-decoration: none;
}

.project-name-link:hover {
  opacity: .8;
}

.project-name-link:active {
  opacity: .7;
}

.project-cover-link {
  margin-bottom: 40px;
}

.project-cover-link:hover {
  opacity: .8;
}

.project-cover-link:active {
  opacity: .7;
}

.project-overview-header {
  height: 620px;
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../images/portfolio-1---wide.svg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  margin-bottom: 100px;
  display: flex;
}

.project-overview-header.cc-project-2-header {
  background-image: url('../images/portfolio-2---wide.svg');
  background-position: 50%;
}

.project-details-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2fr;
  align-items: start;
  margin-top: 100px;
  margin-bottom: 100px;
}

.project-pics {
  margin-bottom: 120px;
}

.detail-image {
  width: 100%;
  margin-bottom: 30px;
}

.blog-detail-header-wrap {
  width: 70%;
  margin: 60px auto;
}

.detail-header-image {
  width: 100%;
  height: 620px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  margin-bottom: 60px;
  display: block;
}

.detail-header-image.w--current {
  margin-bottom: 60px;
}

.blog-list-wrap {
  margin-bottom: 100px;
}

.blog-item {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.blog-preview-image {
  width: 100%;
  height: 620px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  margin-bottom: 45px;
  transition: opacity .6s;
  display: block;
}

.blog-preview-image:hover {
  opacity: .8;
}

.blog-preview-image:active {
  opacity: .7;
}

.blog-summary-wrap {
  width: 70%;
  text-align: left;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.blog-heading-link {
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
  text-decoration: none;
}

.blog-heading-link:hover {
  opacity: .8;
}

.blog-heading-link:active {
  opacity: .7;
}

.contact-email-link {
  opacity: .6;
  margin-bottom: 5px;
}

.contact-email-link:hover {
  opacity: 1;
}

.contact-email-link:active {
  opacity: .8;
}

.protected-form {
  flex-direction: column;
  display: flex;
}

.protected-wrap {
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 100px;
  display: flex;
}

.protected-heading {
  margin-bottom: 30px;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
}

._404-wrap {
  width: 100%;
  height: 100%;
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.home-content-wrap {
  margin-top: 80px;
  margin-bottom: 120px;
}

.home-section-wrap {
  margin-bottom: 30px;
}

.section-heading {
  text-align: left;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 400;
}

.about-grid {
  grid-column-gap: 11px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1.75fr 1fr 1fr;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 80px;
}

.about-grid.cc-about-2 {
  grid-column-gap: 13px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ". .";
  margin-top: -27px;
}

.intro-text {
  width: 80%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.collection-wrap {
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: center;
  align-items: flex-start;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.work-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 400;
}

.blog-heading {
  text-align: center;
  margin-bottom: 60px;
}

.blog-preview-wrap {
  width: 33.33%;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 45px;
}

.collection-list-wrapper {
  margin-bottom: 120px;
}

.business-article-heading {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 38px;
  text-decoration: none;
}

.business-article-heading:hover {
  opacity: .8;
}

.business-article-heading:active {
  opacity: .7;
}

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

.text-span-2 {
  text-align: center;
  font-weight: 700;
}

.container-2 {
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  font-size: 12px;
  display: block;
}

.image {
  align-self: center;
}

.container-3 {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 17px;
  display: flex;
}

.text-span-3 {
  font-weight: 700;
}

.paragraph {
  margin-top: 14px;
}

.paragraph-2 {
  text-align: justify;
}

.heading {
  text-align: left;
  margin-top: 0;
  font-size: 24px;
  font-weight: 700;
}

.section-2 {
  margin-left: 10px;
  margin-right: 10px;
}

.paragraph-3 {
  height: 100px;
  color: #000;
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  justify-content: flex-start;
  align-items: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  display: flex;
}

.link-block {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

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

.heading-2 {
  font-size: 23px;
}

.heading-3 {
  font-size: 36px;
}

.div-block {
  line-height: 20px;
}

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

.columns {
  text-align: center;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.text-block-2 {
  display: flex;
}

.text-block-3 {
  display: block;
}

.text-block-4 {
  display: flex;
}

.text-block-5 {
  display: block;
}

.text-block-6 {
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  display: flex;
}

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

.field-label, .field-label-2 {
  font-weight: 700;
}

.paragraph-4 {
  text-align: justify;
}

.container-4 {
  margin-top: 0;
}

.container-5 {
  padding-top: 10px;
}

.section-3 {
  width: 100%;
  clear: none;
  opacity: 1;
  text-align: center;
  object-fit: none;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  line-height: 10px;
  display: flex;
  overflow: auto;
}

.heading-4 {
  color: #000;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  display: flex;
}

.bold-text, .bold-text-2 {
  text-align: justify;
  font-weight: 400;
}

.paragraph-5 {
  font-weight: 700;
}

.bold-text-3 {
  font-weight: 400;
}

.paragraph-6 {
  text-align: justify;
  font-weight: 700;
}

.paragraph-7 {
  text-align: justify;
  font-weight: 400;
}

.paragraph-8 {
  text-align: justify;
}

.bold-text-4 {
  font-size: 20px;
}

.paragraph-9, .html-embed, .body-2 {
  text-align: left;
}

.heading-5 {
  text-align: left;
  font-size: 20px;
  font-weight: 700;
}

.text-block-7 {
  text-align: justify;
}

.html-embed-2 {
  background-color: #ffe49f;
  border: 1px solid #000;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-left: 10px;
  padding-right: 10px;
}

.paragraph-10 {
  font-weight: 700;
}

.columns-2 {
  text-align: center;
  margin-top: 54px;
  margin-bottom: 46px;
}

.text-block-8, .image-4, .column-2 {
  text-align: center;
}

.text-block-9 {
  font-style: normal;
  text-decoration: none;
}

.div-block-2 {
  margin-top: 25px;
}

.column-3 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  text-align: justify;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  font-size: 12px;
  line-height: 10px;
  display: flex;
  left: 0;
}

.columns-3 {
  width: 100px;
  text-align: center;
  flex: 1;
  align-self: center;
}

.nav-menu {
  opacity: 1;
  border: 1px solid #000;
  border-radius: 20px;
}

.columns-4 {
  text-align: center;
  background-color: #fdd6ad;
  padding-top: 21px;
  padding-bottom: 21px;
  padding-right: 22px;
}

.image-5 {
  text-align: center;
  padding-left: 17px;
}

.brand {
  text-align: center;
}

.column-4, .column-5 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-3 {
  padding-right: 0;
}

.paragraph-11 {
  text-align: justify;
  padding-top: 20px;
}

.container-7 {
  line-height: 10px;
}

.div-block-4 {
  background-color: #fff;
}

.paragraph-15, .paragraph-16 {
  font-weight: 700;
}

.image-6, .container-8 {
  text-align: center;
}

.paragraph-17 {
  text-align: center;
  font-weight: 600;
}

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

.columns-4-copy {
  opacity: 1;
  outline-offset: 0px;
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-color: #fdd6ad;
  background-clip: border-box;
  border-radius: 0;
  outline: 3px #1a1b1f;
  padding-top: 21px;
  padding-bottom: 21px;
  padding-right: 22px;
}

.container-9 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: block;
}

.paragraph-19, .paragraph-20 {
  text-align: center;
}

.html-embed-3 {
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
}

.body-3 {
  margin-left: 10px;
  margin-right: 10px;
}

.bold-text-8, .paragraph-21, .paragraph-22 {
  text-align: center;
}

.navbar {
  background-color: #fdd6ad;
}

.div-block-5 {
  background-color: #fdd6ad;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  border-radius: 0;
}

.paragraph-24 {
  font-weight: 700;
}

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

.html-embed-4 {
  background-color: #f27f0c;
  border-radius: 20px;
}

.body-4 {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  margin-right: 10px;
  display: block;
}

.area-visivel1 {
  width: 95%;
  height: 80%;
  opacity: 1;
  background-color: #ef8700;
  border: 3px solid #000;
  border-radius: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  overflow: auto;
}

.heading-7 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.texto-retangulo2 {
  text-align: center;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 18px;
  font-weight: 700;
}

.texto-2 {
  text-align: center;
  margin-left: 10px;
  margin-right: 10px;
  font-weight: 700;
}

.area-script {
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 20px;
  margin: 20px 10px;
  padding: 20px 10px;
}

.form {
  margin: 20px 10px;
}

.html-embed-5 {
  opacity: 1;
  border: 1px solid #000;
  border-radius: 20px;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
}

.form-2 {
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
}

.form-block {
  margin-top: 20px;
}

.text-field-2, .text-field-3, .text-field-4, .text-field-5 {
  border-radius: 20px;
}

.submit-button {
  text-align: center;
  border-radius: 20px;
  margin-left: auto;
  margin-right: auto;
}

.checkbox {
  opacity: 1;
  outline-offset: 0px;
  text-align: left;
  mix-blend-mode: normal;
  border-radius: 0;
  outline: 3px solid #1a1b1f;
  font-size: 32px;
}

.checkbox-label {
  font-weight: 700;
}

.checkbox-field {
  font-size: 14px;
}

.paragraph-27 {
  color: red;
  text-align: justify;
  font-weight: 700;
}

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

.link {
  text-align: center;
  font-weight: 700;
}

@media screen and (max-width: 991px) {
  .section.cc-cta {
    padding-left: 0;
    padding-right: 0;
  }

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

  .button {
    justify-content: center;
  }

  .button.cc-contact-us {
    display: none;
  }

  .heading-jumbo {
    font-size: 14px;
    line-height: 20px;
  }

  .logo-link.w--current {
    flex: 1;
    font-size: 10px;
  }

  .menu-icon {
    display: block;
  }

  .menu {
    margin-left: 30px;
    position: static;
  }

  .navigation-wrap {
    background-color: rgba(0, 0, 0, 0);
    font-size: 12px;
  }

  .navigation {
    padding: 25px 30px;
  }

  .navigation-item {
    text-align: center;
    padding: 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .menu-button {
    padding: 0;
  }

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

  .navigation-items {
    width: 100%;
    float: none;
    mix-blend-mode: normal;
    background-color: rgba(0, 0, 0, 0);
    flex: 1;
    align-self: center;
    font-size: 5px;
    line-height: 5px;
    display: block;
    position: relative;
    left: -2%;
    overflow: visible;
  }

  .cta-text {
    width: auto;
  }

  .cta-wrap {
    width: auto;
    padding: 80px 50px 90px;
  }

  .our-services-grid {
    width: 80%;
    text-align: center;
    grid-template: ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .service-icon {
    display: inline-block;
  }

  .contact-form-grid {
    width: 80%;
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .get-in-touch-form {
    text-align: left;
  }

  .our-contacts {
    width: 80%;
    grid-template: "."
                   "."
                   "."
                   / 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .team-members {
    grid-template: ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
  }

  .team-member-title-wrap {
    margin-bottom: 30px;
  }

  .project-details-grid {
    width: 80%;
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .blog-detail-header-wrap {
    width: 70%;
  }

  .detail-header-image {
    height: 460px;
  }

  .blog-item {
    width: 80%;
  }

  .blog-preview-image {
    height: 460px;
  }

  .blog-summary-wrap {
    width: 100%;
  }

  .about-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
  }

  .about-grid.cc-about-2 {
    grid-template-columns: 1fr;
    grid-template-areas: "."
                         ".";
  }

  .intro-text {
    width: auto;
  }

  .collection-wrap {
    flex-flow: column;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .blog-preview-wrap {
    width: 80%;
    text-align: center;
    padding-right: 15px;
  }

  .section-3 {
    opacity: 1;
    outline-offset: 0px;
    background-color: #ffe49f;
    border-radius: 0;
    outline: 3px #1a1b1f;
    line-height: 10px;
  }

  .column-4 {
    justify-content: flex-start;
  }

  .icon {
    width: 100%;
    opacity: 1;
    border: 1px #000;
    border-radius: 0;
  }

  .texto-2 {
    font-weight: 700;
  }

  .section-4 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .section {
    margin-left: 15px;
    margin-right: 15px;
  }

  .section.cc-cta {
    padding: 15px;
  }

  .section.cc-home-wrap, .section.cc-store-home-wrap {
    margin-left: 15px;
    margin-right: 15px;
  }

  .container {
    text-align: center;
  }

  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }

  .rich-text {
    width: 90%;
    max-width: 470px;
    text-align: left;
  }

  .heading-jumbo {
    font-size: 16px;
    line-height: 18px;
  }

  .heading-jumbo-small {
    font-size: 30px;
    line-height: 52px;
  }

  .logo-link {
    padding-left: 0;
  }

  .menu {
    justify-content: flex-end;
  }

  .navigation-wrap {
    background-color: rgba(0, 0, 0, 0);
    margin-right: 0;
    padding-right: 0;
  }

  .navigation {
    padding: 20px 30px;
  }

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

  .intro-content {
    width: 80%;
  }

  .our-services-grid {
    grid-row-gap: 60px;
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .status-message.cc-no-data {
    width: 80%;
    max-width: 470px;
  }

  .contact-form-wrap {
    padding: 30px;
  }

  .text-field.cc-contact-field, .text-field.cc-textarea {
    text-align: left;
  }

  .team-pic {
    height: 300px;
    margin-bottom: 30px;
  }

  .team-member-name {
    font-size: 16px;
    line-height: 28px;
  }

  .project-name-wrap {
    margin-bottom: 30px;
  }

  .project-name-link {
    font-size: 16px;
    line-height: 28px;
  }

  .detail-image {
    margin-bottom: 15px;
  }

  .blog-detail-header-wrap {
    width: 90%;
    max-width: 470px;
    text-align: left;
  }

  .blog-item {
    width: 90%;
    max-width: 470px;
  }

  .blog-summary-wrap {
    text-align: center;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .container-4 {
    margin-top: -52px;
  }

  .container-5 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-6 {
    padding-bottom: 31px;
  }

  .section-3 {
    background-color: #ffe49f;
  }

  .column-4 {
    justify-content: flex-end;
  }

  .container-9 {
    margin-left: 10px;
    margin-right: 10px;
  }

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

  .container-10, .container-11 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .texto-2 {
    font-weight: 700;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 52px;
  }

  .section {
    padding-top: 10px;
    font-weight: 700;
  }

  .section.cc-cta {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 12px;
  }

  .container {
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
  }

  .paragraph-tiny {
    padding-left: 5px;
    font-size: 9px;
    position: static;
  }

  .paragraph-bigger {
    font-size: 12px;
    line-height: 18px;
  }

  .paragraph-bigger.cc-bigger-light {
    color: #000;
    text-align: justify;
    font-size: 12px;
  }

  .button {
    background-color: #ef8700;
    margin-bottom: 24px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .button.cc-jumbo-button {
    background-color: #e88f01;
    padding: 5px 20px;
    font-size: 12px;
  }

  .label {
    font-size: 14px;
    display: block;
  }

  .label.cc-light {
    color: #ef8700;
    text-align: left;
    margin-top: 12px;
    margin-bottom: 0;
    margin-left: 3px;
    padding-bottom: 10px;
    font-size: 12px;
    font-weight: 700;
    display: block;
  }

  .rich-text {
    width: 100%;
    max-width: none;
  }

  .paragraph-light {
    color: #000;
    text-align: justify;
    font-size: 11px;
    line-height: 20px;
  }

  .heading-jumbo {
    text-align: center;
    font-size: 11px;
    font-weight: 400;
    line-height: 12px;
    text-decoration: none;
  }

  .heading-jumbo-small {
    color: #000;
    text-align: justify;
    margin-top: 0;
    margin-left: 4px;
    margin-right: 0;
    padding-left: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
  }

  .menu-icon {
    width: 80%;
    opacity: 1;
    outline-offset: 0px;
    object-fit: contain;
    border-radius: 20px;
    outline: 3px #000;
    overflow: visible;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, .2);
  }

  .menu {
    width: 80%;
    height: 80%;
    outline-offset: 0px;
    color: #000;
    text-align: left;
    text-transform: none;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 0;
    outline: 2px #000;
    flex-direction: row;
    flex: 0 auto;
    justify-content: center;
    align-self: center;
    margin-left: 0;
    font-size: 8px;
    line-height: 5px;
    text-decoration: none;
    display: block;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, .2);
  }

  .navigation-wrap {
    text-align: right;
    background-color: rgba(0, 0, 0, 0);
    flex-direction: column;
    flex: 1;
    order: -1;
    justify-content: center;
    align-items: center;
  }

  .navigation {
    padding-left: 20px;
    padding-right: 20px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
  }

  .navigation-item {
    width: 50%;
    opacity: .85;
    filter: blur();
    -webkit-backdrop-filter: brightness(200%);
    backdrop-filter: brightness(200%);
    outline-offset: 0px;
    color: #000;
    border-style: none;
    border-radius: 20px;
    outline: 1px solid #000;
    margin: 8px 0 5px;
    padding: 7px 0;
    font-size: 8px;
    transition-duration: .35s, .4s, .4s;
    top: 0;
    left: 0;
    transform: translate(120px, 17px)translate3d(-59px, -21px, -2px);
  }

  .menu-button {
    opacity: 1;
    background-color: #ffe49f;
    flex: none;
    transition: opacity;
    transform: translate(-2px);
  }

  .menu-button.w--open {
    flex: none;
  }

  .navigation-items {
    width: 50%;
    filter: blur();
    -webkit-backdrop-filter: blur();
    backdrop-filter: blur();
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    perspective: none;
    color: #000;
    border-radius: 0;
    padding-top: 0;
    font-size: 7px;
    transition: opacity;
    display: block;
    left: 0%;
    right: 0;
    transform: translate(0);
    box-shadow: 0 0 5px rgba(0, 0, 0, .2), 1px 0 5px -20px #ffe49f;
  }

  .cta-wrap {
    align-items: center;
    padding: 17px 0 25px;
  }

  .motto-wrap {
    width: 100%;
    margin: 10px 0 0;
    padding-left: 0;
  }

  .about-story-wrap {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .our-services-grid {
    align-items: center;
    justify-items: center;
    margin-bottom: auto;
    padding-left: 0;
    display: block;
  }

  .section-heading-wrap {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
  }

  .status-message.cc-no-data {
    width: 100%;
  }

  .contact-form-wrap {
    border-style: none;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .contact-form-grid {
    width: 100%;
    margin-top: 5px;
  }

  .contact-heading {
    font-size: 14px;
    line-height: 35px;
  }

  .our-contacts {
    width: 90%;
  }

  .team-members {
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .project-details-grid {
    width: 100%;
  }

  .blog-detail-header-wrap, .blog-item {
    width: 100%;
    max-width: none;
  }

  .home-content-wrap {
    text-align: center;
    margin-bottom: 10px;
  }

  .home-section-wrap {
    margin-bottom: 5px;
  }

  .section-heading {
    text-align: left;
    margin-top: -20px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 700;
  }

  .about-grid {
    grid-template-rows: 1fr auto;
    grid-template-columns: 1fr;
    align-content: center;
    justify-content: center;
    justify-items: center;
    margin-bottom: 0;
    margin-right: 20px;
  }

  .about-grid.cc-about-2 {
    margin-top: 0;
  }

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

  .image-2 {
    margin-top: 0;
    padding-top: 20px;
  }

  .paragraph-2 {
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
  }

  .heading {
    font-size: 14px;
  }

  .section-2 {
    line-height: 28%;
  }

  .text-block {
    font-size: 10px;
  }

  .div-block {
    padding-right: 10px;
  }

  .image-3 {
    text-align: center;
    margin-top: -69px;
    padding-top: 0;
  }

  .body {
    margin-top: 0;
  }

  .columns {
    padding-top: 22px;
  }

  .text-block-6 {
    font-size: 12px;
  }

  .paragraph-4 {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 13px;
  }

  .container-4 {
    margin-top: -59px;
    padding-top: 0;
  }

  .bold-text-2 {
    font-size: 14px;
    line-height: 20px;
  }

  .paragraph-5 {
    text-align: justify;
    line-height: 20px;
  }

  .bold-text-3 {
    font-size: 14px;
    line-height: 20px;
  }

  .paragraph-6 {
    line-height: 20px;
  }

  .paragraph-7 {
    font-size: 14px;
    line-height: 20px;
  }

  .paragraph-8 {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
  }

  .bold-text-4 {
    font-size: 14px;
    line-height: 20px;
  }

  .paragraph-9 {
    width: 100%;
    text-align: justify;
    line-height: 20px;
  }

  .heading-5 {
    margin-bottom: 10px;
    padding-left: 38px;
  }

  .div-block-2 {
    margin-top: 6px;
  }

  .columns-4 {
    padding-top: 20px;
    padding-bottom: 0;
    font-size: 10px;
    line-height: 10px;
  }

  .paragraph-11 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-6 {
    font-size: 18px;
  }

  .bold-text-5 {
    text-align: justify;
    font-size: 14px;
  }

  .paragraph-12 {
    text-align: justify;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
  }

  .paragraph-13 {
    text-align: justify;
    font-size: 12px;
    font-weight: 400;
  }

  .text-block-10 {
    text-align: justify;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    display: block;
    position: static;
  }

  .text-block-11 {
    text-align: center;
    padding-top: 20px;
  }

  .paragraph-14 {
    text-align: justify;
    font-size: 14px;
    line-height: 20px;
  }

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

  .bold-text-7 {
    font-size: 16px;
  }

  .columns-4-copy {
    padding-top: 20px;
    padding-bottom: 0;
    font-size: 10px;
    line-height: 10px;
  }

  .container-9 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: left;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-left: 10px;
    margin-right: 10px;
    display: inline-block;
  }

  .paragraph-20 {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 13px;
  }

  .body-3 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .bold-text-8 {
    font-size: 14px;
  }

  .paragraph-21 {
    text-align: justify;
    font-size: 13px;
    line-height: 18px;
  }

  .bold-text-9 {
    font-size: 14px;
  }

  .paragraph-23 {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 14px;
  }

  .paragraph-24 {
    font-size: 14px;
  }

  .paragraph-25 {
    font-size: 12px;
    font-weight: 400;
  }

  .column-6 {
    margin-top: 19px;
  }

  .paragraph-26 {
    font-size: 12px;
    line-height: 18px;
  }

  .container-10, .container-11 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .texto-retangulo2 {
    font-size: 14px;
  }

  .texto-2 {
    text-align: justify;
    font-size: 12px;
    font-weight: 400;
    line-height: 19px;
  }

  .area-script {
    font-size: 14px;
    line-height: 20px;
  }

  .section-4 {
    margin-bottom: 10px;
    line-height: 10px;
  }

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

  .text-field-4 {
    font-size: 14px;
  }

  .submit-button {
    border-radius: 20px;
  }

  .checkbox-label {
    text-align: justify;
    font-size: 10px;
    line-height: 15px;
  }

  .text-block-12 {
    font-size: 14px;
    line-height: 20px;
  }

  .success-message {
    border-radius: 20px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .text-block-13 {
    text-align: center;
    font-size: 14px;
  }

  .text-block-14 {
    font-size: 13px;
  }

  .error-message {
    border-radius: 20px;
    margin-left: 10px;
    margin-right: 10px;
  }
}

#w-node-_86e64837-0616-515b-4568-76c147234d34-9d02694e {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_86e64837-0616-515b-4568-76c147234d3f-9d02694e {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_86e64837-0616-515b-4568-76c147234d41-9d02694e {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_86e64837-0616-515b-4568-76c147234d4c-9d02694e {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_02dffe6f-e1c7-ac54-ae7b-fb2259a261de-59a261d7 {
  grid-area: Area;
  align-self: center;
  justify-self: auto;
}

#w-node-_5cd3b688-1d1b-3fe7-45ba-6c9f1319fc8f-59a261d7, #w-node-e2852785-bf7c-8e7c-db6e-0655d400ed59-59a261d7, #w-node-dd430a67-9fb3-4312-86f9-4f5f3c978184-59a261d7, #w-node-_61a230a1-c6b0-f9db-0a57-f9fc8688386e-59a261d7, #w-node-d7a88bf1-96c1-fd89-6f14-269f5eaf5046-59a261d7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: auto;
}

#w-node-_3f61509a-fac7-b0d5-3763-509be705858e-25026958 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_0e57d454-4013-4043-b8a6-09f5e90ace82-25026958 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3f61509a-fac7-b0d5-3763-509be70585a6-25026958 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_421df62a-c217-12af-eee8-27f88a387918-1402695c {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_421df62a-c217-12af-eee8-27f88a387928-1402695c {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_421df62a-c217-12af-eee8-27f88a387918-e202695d {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_421df62a-c217-12af-eee8-27f88a387928-e202695d {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_421df62a-c217-12af-eee8-27f88a387918-2202695e {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_421df62a-c217-12af-eee8-27f88a387928-2202695e {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_3f61509a-fac7-b0d5-3763-509be705858e-5fc7bf48 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_0e57d454-4013-4043-b8a6-09f5e90ace82-5fc7bf48 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3f61509a-fac7-b0d5-3763-509be70585a6-5fc7bf48 {
  grid-area: 1 / 2 / 2 / 3;
}

@media screen and (max-width: 991px) {
  #w-node-_86e64837-0616-515b-4568-76c147234d34-9d02694e {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_86e64837-0616-515b-4568-76c147234d3f-9d02694e {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_86e64837-0616-515b-4568-76c147234d41-9d02694e {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_86e64837-0616-515b-4568-76c147234d4c-9d02694e {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_3f61509a-fac7-b0d5-3763-509be70585a6-25026958, #w-node-_421df62a-c217-12af-eee8-27f88a387928-1402695c, #w-node-_421df62a-c217-12af-eee8-27f88a387928-e202695d, #w-node-_421df62a-c217-12af-eee8-27f88a387928-2202695e, #w-node-_3f61509a-fac7-b0d5-3763-509be70585a6-5fc7bf48 {
    grid-area: 2 / 1 / 3 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_86e64837-0616-515b-4568-76c147234d3f-9d02694e {
    grid-area: 1 / 1 / 2 / 2;
    align-self: center;
    justify-self: center;
  }

  #w-node-_86e64837-0616-515b-4568-76c147234d41-9d02694e {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_86e64837-0616-515b-4568-76c147234d4c-9d02694e {
    justify-self: center;
  }
}

/* === CUSTOMIZAÇÃO DO BLOCO FLUTUANTE === */

/* Estilo aprimorado do botão WhatsApp */
#bloco-flutuante {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 250px;
  z-index: 9999;
  font-family: sans-serif;
}

/* Botão WhatsApp centralizado */
#bloco-flutuante .btn-whats {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 10px 15px;
  background-color: #25D366;
  color: white;
  font-weight: bold;
  border-radius: 12px 12px 0 0;
  text-decoration: none;
  cursor: pointer;
}

/* Menu flutuante com transição */
#menu-flutuante-noticias {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.4s ease;
  background: white;
  border-radius: 0 0 12px 12px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}

/* Quando aberto */
#menu-flutuante-noticias.aberto {
  max-height: 300px;
  padding: 10px;
}

/* Cabeçalho do menu */
#menu-flutuante-noticias .cabecalho-menu {
  background-color: #e67e22;
  color: white;
  font-weight: bold;
  padding: 8px 10px;
  font-size: 14px;
  border-radius: 4px;
  position: relative;
}

/* Conteúdo das notícias */
#conteudo-menu-flutuante {
  text-align: left;
  padding: 5px 0;
  font-size: 13px;
  line-height: 1.4;
}
/* --- AJUSTES PARA ESPAÇAMENTO E TÍTULO "ÚLTIMAS NOTÍCIAS" --- */

/* 1. Diminuir o espaço abaixo de "POR QUE TER UMA CONSULTORIA JURÍDICA?" */
.motto-wrap {
  margin-bottom: 10px; /* REDUZIDO de 85px. Ajuste conforme necessário. */
}

/* 2. Ajustar o título "Últimas notícias" */
/* Se você usou a estrutura HTML que sugeri com <h2 class="titulo-secao text-block-11"> */
.titulo-secao.text-block-11 {
  font-family: 'Montserrat', sans-serif; /* Para manter consistência com .label, se .label usar Montserrat */
  font-size: 20px;        /* <<< IGUALAR AO FONT-SIZE DO .label */
  font-weight: 500;       /* <<< IGUALAR AO FONT-WEIGHT DO .label */
  line-height: 20px;      /* <<< IGUALAR AO LINE-HEIGHT DO .label */
  text-transform: uppercase; /* <<< IGUALAR AO TEXT-TRANSFORM DO .label */
  letter-spacing: 1px;    /* <<< IGUALAR AO LETTER-SPACING DO .label */
  color: #1a1b1f;         /* Cor padrão de texto ou a cor do .label se for diferente */
  text-align: center;
  margin-top: 0; /* Remove a margem superior padrão do h2 ou do text-block-11 se o motto-wrap já der o espaço */
  padding-top: 0; /* Remove o padding-top do .text-block-11 para diminuir o espaço */
  margin-bottom: 15px;    /* Espaço abaixo de "Últimas notícias" antes do conteúdo */
}

/* Caso você não tenha adicionado a classe "titulo-secao" e "Últimas notícias" 
   seja apenas um h2 com a classe "text-block-11" do Webflow, 
   você pode tentar direcionar de forma mais específica, mas o ideal é ter uma classe própria.
   Se for SÓ .text-block-11 e for um h2, a regra acima já deve ter impacto.
   Se .text-block-11 for um div e o h2 estiver dentro, você precisaria de:
   .text-block-11 h2 { ... estilos acima ... }
*/

/* --- FIM DOS AJUSTES --- */

/* --- ESTILOS ADICIONAIS PARA O MENU FLUTUANTE DE NOTÍCIAS --- */

/* Garante que o container do conteúdo do menu e seus elementos de lista 
   tenham alinhamento de texto à esquerda (geralmente já é o padrão, mas reforça) */
#conteudo-menu-flutuante,
#conteudo-menu-flutuante ul,
#conteudo-menu-flutuante li,
#conteudo-menu-flutuante a {
  text-align: left;
}

/* Estilo para os itens da lista de notícias (os <li> dentro da sub-lista do ano) */
#conteudo-menu-flutuante > ul > li > ul > li {
  list-style-type: none; /* Remove qualquer marcador padrão, caso haja */
  padding-left: 0;       /* Remove o padding padrão da lista, se necessário */
  margin-left: 0;        /* Remove a margem padrão da lista, se necessário */
  position: relative;    /* Necessário para posicionar o ::before corretamente */
  margin-bottom: 8px;    /* Espaço entre os itens de notícia */
}

/* Adiciona um símbolo antes de cada link de notícia */
#conteudo-menu-flutuante > ul > li > ul > li a::before {
  content: "►"; /* Você pode usar outro símbolo: "►", "➥", "–" etc. */
  color: #e67e22; /* Cor do símbolo (laranja, combinando com o cabeçalho do menu) */
  font-weight: bold;
  display: inline-block;
  margin-right: 7px; /* Espaço entre o símbolo e o texto do link */
  /* Se o símbolo parecer desalinhado verticalmente, ajuste com: */
  /* position: relative; */
  /* top: -1px; */
}

/* Ajustes opcionais no link para melhor alinhamento com o símbolo, se necessário */
#conteudo-menu-flutuante > ul > li > ul > li a {
  display: inline; /* Ou inline-block se precisar de mais controle de layout */
  font-size: 13px; /* Mantendo o tamanho da fonte que você já tem para essa área */
  color: #333;
  text-decoration: none;
}

#conteudo-menu-flutuante > ul > li > ul > li a:hover {
  color: #e67e22;
  text-decoration: underline;
}

/* Estilo para o título do ano (ex: "2025") */
#conteudo-menu-flutuante > ul > li > strong {
  display: block; /* Faz o ano ocupar a linha inteira */
  font-weight: bold;
  color: #444; /* Uma cor um pouco diferente para o ano */
  margin-bottom: 5px; /* Espaço abaixo do ano e antes da lista de notícias */
  margin-top: 8px; /* Espaço acima do ano, se não for o primeiro */
  font-size: 14px; /* Um pouco maior para o ano */
}

#conteudo-menu-flutuante > ul > li:first-child > strong {
  margin-top: 0; /* Remove margem superior do primeiro ano */
}

/* Ajuste para a lista aninhada (a lista de notícias sob cada ano) */
#conteudo-menu-flutuante > ul > li > ul {
  list-style: none; /* Remove marcadores da sub-lista */
  padding-left: 10px; /* Pequeno recuo para as notícias sob o ano */
  margin: 0;
}

/* Remove o padding geral que estava no #conteudo-menu-flutuante ul no seu CSS inline, 
   pois estamos controlando o padding de forma mais granular agora.
   Verifique se esta regra é necessária ou se você prefere o padding original de `#conteudo-menu-flutuante ul`. */
#conteudo-menu-flutuante > ul {
  padding: 8px 5px; /* Ajuste o padding geral do contêiner da lista se necessário */
  margin:0;
}

/* --- ESTILOS ATUALIZADOS PARA O POP-UP DO LIVRO (CENTRALIZADO COM TEXTO) --- */
.livro-popup-central {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); /* Centraliza o pop-up */
  width: 220px; /* Largura um pouco maior para acomodar texto e imagem */
  height: 350px;
  background-color: #bce6f7;
  border: 1px solid #dedede;
  border-radius: 20px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.15);
  z-index: 10001;
  display: none; /* JavaScript controla a exibição */
  padding: 20px; /* Aumentei o padding */
  padding-top: 25px; /* Mais padding no topo por causa do botão de fechar */
  box-sizing: border-box;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
}

.livro-popup-link-wrapper {
  text-decoration: none; /* Remove sublinhado do link wrapper */
  color: inherit;        /* Herda a cor do texto */
  display: flex;         /* Usar flexbox para layout interno */
  flex-direction: column;/* Itens empilhados verticalmente */
  align-items: center;   /* Centraliza itens no eixo transversal (horizontal) */
}

.livro-popup-capa {
  display: block;
  max-width: 130px; /* Tamanho da imagem da capa - ajuste conforme necessário */
  height: auto;
  margin-bottom: 15px; /* Espaço abaixo da capa */
  border: 1px solid #eee;
  border-radius: 4px; /* Bordas levemente arredondadas para a capa */
}

.livro-popup-info {
  margin-top: 0; /* Removido margin-top, o margin-bottom da capa já dá espaço */
}

.livro-popup-mensagem {
  font-size: 15px; /* Tamanho da mensagem */
  color: #333333;
  margin: 0 0 12px 0;
  font-weight: bold;
  line-height: 1.4;
}

.livro-popup-cta {
  display: inline-block;
  background-color: #e67e22; /* Cor laranja dos seus botões/títulos */
  color: white !important; /* Garante que o texto do botão seja branco */
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 5px;
  font-size: 15px;
  font-weight: bold;
  transition: background-color 0.2s ease;
}

.livro-popup-cta:hover {
  background-color: #d35400; /* Laranja mais escuro no hover */
}

.livro-popup-fechar-central {
  position: absolute;
  top: 10px;  /* Ajustado para dentro do pop-up */
  right: 10px; /* Ajustado para dentro do pop-up */
  width: 20px;
  height: 28px;
  background-color: #d7f5b5;
  color: #555;
  border: none;
  border-radius: 50%;
  font-family: Arial, sans-serif;
  font-size: 20px;
  font-weight: normal; /* 'X' não precisa ser tão negrito */
  line-height: 28px; /* Centraliza o 'X' */
  text-align: center;
  cursor: pointer;
  padding: 0;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.livro-popup-fechar-central:hover {
  background-color: #e0e0e0;
  color: #222;
}
/* --- FIM DOS ESTILOS DO POP-UP --- */