@import url(https://fonts.googleapis.com/css?family=Rubik:300,400,500,700&display=swap);@import url(https://fonts.googleapis.com/css?family=Rock+Salt&display=swap);@import url(https://fonts.googleapis.com/css?family=Montserrat:700&display=swap);@import url(https://fonts.googleapis.com/css2?family=Exo+2:ital,wght@0,100..900;1,100..900&family=Exo:ital,wght@0,100..900;1,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap);body {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h5, p {
  font-weight: normal;
  margin: 0;
}

:focus, button:focus, a:focus {
  outline: 0;
}

ol, ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

a {
  color: inherit;
}
a:focus, a:hover {
  color: inherit;
  text-decoration: none;
  outline: 0;
}

form {
  margin: 0;
}

input:focus, textarea:focus, select:focus {
  outline: 0;
}

button {
  border: none;
  background-color: transparent;
  padding: 0;
}
button:focus, button:hover {
  color: inherit;
  text-decoration: none;
  outline: 0;
}

/*@font-face {
	font-family: 'Branding-Medium';
	src: url('../fonts/Branding/Branding-Medium.woff2') format('woff2'),
	url('../fonts/Branding/Branding-Medium.woff') format('woff'),
	url('../fonts/Branding/Branding-Medium.eot') format('eot'),
	url('../fonts/Branding/Branding-Medium.svg') format('svg');
}*/
.form-group {
  position: relative;
  margin: 0;
}

input.error,
textarea.error,
select.error {
  background-color: #fce4e4;
  border: 1px solid #cc0033;
  outline: none;
}

label.error {
  color: red;
  font-size: 12px;
  position: absolute;
  bottom: -20px;
}

[data-aos=fade-up] {
  transition: all 0.5s linear !important;
  transition-property: all !important;
  opacity: 0 !important;
  transform: translateY(40px) !important;
  transition-timing-function: ease !important;
}

[data-aos=fade-up].aos-animate {
  opacity: 1 !important;
  transform: translateY(0) !important;
}

[data-aos=fade-left] {
  transition: all 0.5s linear !important;
  transition-property: all !important;
  opacity: 0 !important;
  transform: translateX(40px) !important;
  transition-timing-function: ease !important;
}

[data-aos=fade-left].aos-animate {
  opacity: 1 !important;
  transform: translateX(0) !important;
}

[data-aos=fade-right] {
  transition: all 0.5s linear !important;
  transition-property: all !important;
  opacity: 0 !important;
  transform: translateX(-40px) !important;
  transition-timing-function: ease !important;
}

[data-aos=fade-right].aos-animate {
  opacity: 1 !important;
  transform: translateX(0) !important;
}

footer.footer {
  background-color: #39a935;
  padding: 96px 0;
}
footer.footer div.container {
  display: flex;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  border: 0;
  padding: 0 12px;
  margin: 0 auto;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 1440px) {
  footer.footer div.container {
    max-width: 1441px;
  }
}
footer.footer div.container svg.logo-sicredi {
  transition: all 0.3s linear;
}
footer.footer div.container svg.logo-sicredi:hover {
  cursor: pointer;
}
footer.footer div.container div.midias {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-top: 30px;
}
footer.footer div.container div.midias p {
  font-family: "Exo 2", sans-serif;
  color: #fff;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 140%;
  font-weight: 400;
  font-style: italic;
}
@media (max-width: 991px) {
  footer.footer div.container div.midias p {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
footer.footer div.container .links-midias a svg path {
  transition: all 0.3s linear;
}
footer.footer div.container .links-midias a:hover svg path {
  fill: #146e37;
}

#page404 .title {
  text-align: center;
  font-size: 30px;
  font-weight: 800;
  text-transform: uppercase;
}
#page404 .title .sad {
  transform: rotate(90deg);
  font-size: 60px;
}

section.initial-banner {
  height: 650px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
section.initial-banner:before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1;
}
section.initial-banner > * {
  position: relative;
  z-index: 2;
}
section.initial-banner div.container {
  display: block;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  border: 0;
  padding: 0 12px;
  margin: 0 auto;
  padding: 96px 0;
}
@media (min-width: 1440px) {
  section.initial-banner div.container {
    max-width: 1441px;
  }
}
section.initial-banner div.container h1 {
  font-family: "Exo 2", sans-serif;
  color: #fff;
  font-size: 54px;
  font-size: 3.375rem;
  line-height: 140%;
  font-weight: 400;
  text-align: center;
  padding-top: 300px;
}
@media (max-width: 991px) {
  section.initial-banner div.container h1 {
    font-size: 42px;
    font-size: 2.625rem;
  }
}
section.initial-banner div.container h1 span:first-child {
  font-weight: bold;
}
section.initial-banner div.container h1 span:last-child {
  font-style: italic;
}
section.initial-banner div.container .know-benefits {
  margin: 0 auto;
  max-width: 600px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-top: 22px;
}
section.initial-banner div.container .know-benefits svg path {
  transition: all 0.3s linear;
}
section.initial-banner div.container .know-benefits:hover {
  cursor: pointer;
}
@media (max-width: 991px) {
  section.initial-banner div.container .know-benefits {
    flex-direction: column;
  }
}
section.initial-banner div.container .know-benefits p {
  font-family: "Exo 2", sans-serif;
  color: #fff;
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 140%;
  font-weight: 400;
}
@media (max-width: 991px) {
  section.initial-banner div.container .know-benefits p {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
section.initial-banner div.container .know-benefits div.icons {
  max-width: 150px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  background: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  padding: 6px 19px;
  border-radius: 6px;
}
section.initial-banner div.container .know-benefits div.icons svg {
  transition: 0.9s;
}
section.initial-banner div.container .know-benefits div.icons svg:hover path {
  fill: #39a935;
}

section.benefits-association {
  max-width: calc(100% - $var-xxxl);
  width: 100%;
  background-color: #d7e6c8;
}
section.benefits-association div.container {
  display: block;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  border: 0;
  padding: 0 12px;
  margin: 0 auto;
  text-align: center;
  padding: 96px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1440px) {
  section.benefits-association div.container {
    max-width: 1441px;
  }
}
@media (max-width: 991px) {
  section.benefits-association div.container {
    padding: 60px 0;
  }
}
section.benefits-association div.container p {
  font-family: "Exo 2", sans-serif;
  color: #323C32;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 140%;
  font-weight: 400;
  max-width: 600px;
  width: 100%;
}
@media (max-width: 991px) {
  section.benefits-association div.container p {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media (max-width: 991px) {
  section.benefits-association div.container p {
    max-width: 300px;
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  section.benefits-association div.container p br {
    display: none;
  }
}
section.benefits-association div.container span {
  display: block;
  padding-top: 6px;
  font-family: "Exo 2", sans-serif;
  color: #146e37;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 140%;
  font-weight: 700;
}
@media (max-width: 991px) {
  section.benefits-association div.container span {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media (max-width: 991px) {
  section.benefits-association div.container span {
    max-width: 300px;
    font-size: 18px;
  }
}

section.clients div.clients-association,
section.clients div.clients-solution-sicredi,
section.clients div.clients-card-sicredi,
section.clients div.clients-service {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 768px) {
  section.clients div.clients-association,
section.clients div.clients-solution-sicredi,
section.clients div.clients-card-sicredi,
section.clients div.clients-service {
    grid-template-columns: 1fr;
  }
}
section.clients div.clients-association div.association,
section.clients div.clients-association div.solution-sicredi,
section.clients div.clients-association div.card-sicredi,
section.clients div.clients-association div.service,
section.clients div.clients-solution-sicredi div.association,
section.clients div.clients-solution-sicredi div.solution-sicredi,
section.clients div.clients-solution-sicredi div.card-sicredi,
section.clients div.clients-solution-sicredi div.service,
section.clients div.clients-card-sicredi div.association,
section.clients div.clients-card-sicredi div.solution-sicredi,
section.clients div.clients-card-sicredi div.card-sicredi,
section.clients div.clients-card-sicredi div.service,
section.clients div.clients-service div.association,
section.clients div.clients-service div.solution-sicredi,
section.clients div.clients-service div.card-sicredi,
section.clients div.clients-service div.service {
  padding: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  section.clients div.clients-association div.association,
section.clients div.clients-association div.solution-sicredi,
section.clients div.clients-association div.card-sicredi,
section.clients div.clients-association div.service,
section.clients div.clients-solution-sicredi div.association,
section.clients div.clients-solution-sicredi div.solution-sicredi,
section.clients div.clients-solution-sicredi div.card-sicredi,
section.clients div.clients-solution-sicredi div.service,
section.clients div.clients-card-sicredi div.association,
section.clients div.clients-card-sicredi div.solution-sicredi,
section.clients div.clients-card-sicredi div.card-sicredi,
section.clients div.clients-card-sicredi div.service,
section.clients div.clients-service div.association,
section.clients div.clients-service div.solution-sicredi,
section.clients div.clients-service div.card-sicredi,
section.clients div.clients-service div.service {
    padding: 22px;
    height: 350px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
section.clients div.clients-association div.solution-sicredi,
section.clients div.clients-association div.service,
section.clients div.clients-solution-sicredi div.solution-sicredi,
section.clients div.clients-solution-sicredi div.service,
section.clients div.clients-card-sicredi div.solution-sicredi,
section.clients div.clients-card-sicredi div.service,
section.clients div.clients-service div.solution-sicredi,
section.clients div.clients-service div.service {
  background-color: #39a935;
}
section.clients div.clients-association div.association div.container,
section.clients div.clients-solution-sicredi div.association div.container,
section.clients div.clients-card-sicredi div.association div.container,
section.clients div.clients-service div.association div.container {
  display: block;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  border: 0;
  padding: 0 12px;
  margin: 0 auto;
}
@media (min-width: 1440px) {
  section.clients div.clients-association div.association div.container,
section.clients div.clients-solution-sicredi div.association div.container,
section.clients div.clients-card-sicredi div.association div.container,
section.clients div.clients-service div.association div.container {
    max-width: 1441px;
  }
}
@media (max-width: 768px) {
  section.clients div.clients-association div.association div.container,
section.clients div.clients-solution-sicredi div.association div.container,
section.clients div.clients-card-sicredi div.association div.container,
section.clients div.clients-service div.association div.container {
    max-width: 90%;
  }
}
section.clients div.clients-association div.association div.container h4,
section.clients div.clients-solution-sicredi div.association div.container h4,
section.clients div.clients-card-sicredi div.association div.container h4,
section.clients div.clients-service div.association div.container h4 {
  font-family: "Exo 2", sans-serif;
  color: #39a935;
  font-size: 27px;
  font-size: 1.6875rem;
  line-height: 140%;
  font-weight: 400;
  font-style: italic;
  margin-bottom: 6px;
  max-width: 400px;
  width: 100%;
}
@media (max-width: 991px) {
  section.clients div.clients-association div.association div.container h4,
section.clients div.clients-solution-sicredi div.association div.container h4,
section.clients div.clients-card-sicredi div.association div.container h4,
section.clients div.clients-service div.association div.container h4 {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
section.clients div.clients-association div.association div.container p,
section.clients div.clients-solution-sicredi div.association div.container p,
section.clients div.clients-card-sicredi div.association div.container p,
section.clients div.clients-service div.association div.container p {
  font-family: "Exo 2", sans-serif;
  color: #323C32;
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 140%;
  font-weight: 400;
  max-width: 400px;
  width: 100%;
}
@media (max-width: 991px) {
  section.clients div.clients-association div.association div.container p,
section.clients div.clients-solution-sicredi div.association div.container p,
section.clients div.clients-card-sicredi div.association div.container p,
section.clients div.clients-service div.association div.container p {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
section.clients div.clients-association div.association div.container p span,
section.clients div.clients-solution-sicredi div.association div.container p span,
section.clients div.clients-card-sicredi div.association div.container p span,
section.clients div.clients-service div.association div.container p span {
  font-weight: bold;
}
section.clients div.clients-association div.solution-sicredi div.container,
section.clients div.clients-solution-sicredi div.solution-sicredi div.container,
section.clients div.clients-card-sicredi div.solution-sicredi div.container,
section.clients div.clients-service div.solution-sicredi div.container {
  display: block;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  border: 0;
  padding: 0 12px;
  margin: 0 auto;
  max-width: calc(100% - $var-m);
}
@media (min-width: 1440px) {
  section.clients div.clients-association div.solution-sicredi div.container,
section.clients div.clients-solution-sicredi div.solution-sicredi div.container,
section.clients div.clients-card-sicredi div.solution-sicredi div.container,
section.clients div.clients-service div.solution-sicredi div.container {
    max-width: 1441px;
  }
}
@media (max-width: 768px) {
  section.clients div.clients-association div.solution-sicredi div.container,
section.clients div.clients-solution-sicredi div.solution-sicredi div.container,
section.clients div.clients-card-sicredi div.solution-sicredi div.container,
section.clients div.clients-service div.solution-sicredi div.container {
    max-width: 90%;
  }
}
section.clients div.clients-association div.solution-sicredi div.container h4,
section.clients div.clients-solution-sicredi div.solution-sicredi div.container h4,
section.clients div.clients-card-sicredi div.solution-sicredi div.container h4,
section.clients div.clients-service div.solution-sicredi div.container h4 {
  font-family: "Exo 2", sans-serif;
  color: #fff;
  font-size: 27px;
  font-size: 1.6875rem;
  line-height: 140%;
  font-weight: 400;
  font-style: italic;
  margin-bottom: 6px;
  max-width: 400px;
  width: 100%;
}
@media (max-width: 991px) {
  section.clients div.clients-association div.solution-sicredi div.container h4,
section.clients div.clients-solution-sicredi div.solution-sicredi div.container h4,
section.clients div.clients-card-sicredi div.solution-sicredi div.container h4,
section.clients div.clients-service div.solution-sicredi div.container h4 {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
section.clients div.clients-association div.solution-sicredi div.container div.together,
section.clients div.clients-solution-sicredi div.solution-sicredi div.container div.together,
section.clients div.clients-card-sicredi div.solution-sicredi div.container div.together,
section.clients div.clients-service div.solution-sicredi div.container div.together {
  display: flex;
  justify-content: space-between;
  gap: 42px;
  max-width: 450px;
  width: 100%;
}
section.clients div.clients-association div.solution-sicredi div.container div.together p,
section.clients div.clients-solution-sicredi div.solution-sicredi div.container div.together p,
section.clients div.clients-card-sicredi div.solution-sicredi div.container div.together p,
section.clients div.clients-service div.solution-sicredi div.container div.together p {
  font-family: "Exo 2", sans-serif;
  color: #fff;
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 140%;
  font-weight: 400;
  max-width: 300px;
  width: 100%;
}
@media (max-width: 991px) {
  section.clients div.clients-association div.solution-sicredi div.container div.together p,
section.clients div.clients-solution-sicredi div.solution-sicredi div.container div.together p,
section.clients div.clients-card-sicredi div.solution-sicredi div.container div.together p,
section.clients div.clients-service div.solution-sicredi div.container div.together p {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
section.clients div.clients-association div.solution-sicredi div.container div.together p span,
section.clients div.clients-solution-sicredi div.solution-sicredi div.container div.together p span,
section.clients div.clients-card-sicredi div.solution-sicredi div.container div.together p span,
section.clients div.clients-service div.solution-sicredi div.container div.together p span {
  font-weight: bold;
}
section.clients div.clients-association div.solution-sicredi div.container div.together div.links-mobile,
section.clients div.clients-solution-sicredi div.solution-sicredi div.container div.together div.links-mobile,
section.clients div.clients-card-sicredi div.solution-sicredi div.container div.together div.links-mobile,
section.clients div.clients-service div.solution-sicredi div.container div.together div.links-mobile {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
section.clients div.clients-association div.solution-sicredi div.container div.together div.links-mobile .cls-2a,
section.clients div.clients-solution-sicredi div.solution-sicredi div.container div.together div.links-mobile .cls-2a,
section.clients div.clients-card-sicredi div.solution-sicredi div.container div.together div.links-mobile .cls-2a,
section.clients div.clients-service div.solution-sicredi div.container div.together div.links-mobile .cls-2a {
  transition: all 0.3s linear;
}
section.clients div.clients-association div.solution-sicredi div.container div.together div.links-mobile .cls-2a:hover,
section.clients div.clients-solution-sicredi div.solution-sicredi div.container div.together div.links-mobile .cls-2a:hover,
section.clients div.clients-card-sicredi div.solution-sicredi div.container div.together div.links-mobile .cls-2a:hover,
section.clients div.clients-service div.solution-sicredi div.container div.together div.links-mobile .cls-2a:hover {
  fill: white;
}
section.clients div.clients-association div.solution-sicredi div.container div.together div.links-mobile .cls-2b,
section.clients div.clients-solution-sicredi div.solution-sicredi div.container div.together div.links-mobile .cls-2b,
section.clients div.clients-card-sicredi div.solution-sicredi div.container div.together div.links-mobile .cls-2b,
section.clients div.clients-service div.solution-sicredi div.container div.together div.links-mobile .cls-2b {
  transition: all 0.3s linear;
}
section.clients div.clients-association div.solution-sicredi div.container div.together div.links-mobile .cls-2b:hover,
section.clients div.clients-solution-sicredi div.solution-sicredi div.container div.together div.links-mobile .cls-2b:hover,
section.clients div.clients-card-sicredi div.solution-sicredi div.container div.together div.links-mobile .cls-2b:hover,
section.clients div.clients-service div.solution-sicredi div.container div.together div.links-mobile .cls-2b:hover {
  fill: white;
}
section.clients div.clients-association div.solution-sicredi div.container a,
section.clients div.clients-solution-sicredi div.solution-sicredi div.container a,
section.clients div.clients-card-sicredi div.solution-sicredi div.container a,
section.clients div.clients-service div.solution-sicredi div.container a {
  text-decoration: underline;
  color: white;
}
section.clients div.clients-association div.solution-sicredi div.container a p.regulament,
section.clients div.clients-solution-sicredi div.solution-sicredi div.container a p.regulament,
section.clients div.clients-card-sicredi div.solution-sicredi div.container a p.regulament,
section.clients div.clients-service div.solution-sicredi div.container a p.regulament {
  font-family: "Exo 2", sans-serif;
  color: #fff;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 140%;
  font-weight: 400;
  border-bottom: 1px solid transparent;
  padding-top: 60px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 991px) {
  section.clients div.clients-association div.solution-sicredi div.container a p.regulament,
section.clients div.clients-solution-sicredi div.solution-sicredi div.container a p.regulament,
section.clients div.clients-card-sicredi div.solution-sicredi div.container a p.regulament,
section.clients div.clients-service div.solution-sicredi div.container a p.regulament {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media (max-width: 991px) {
  section.clients div.clients-association div.solution-sicredi div.container a p.regulament,
section.clients div.clients-solution-sicredi div.solution-sicredi div.container a p.regulament,
section.clients div.clients-card-sicredi div.solution-sicredi div.container a p.regulament,
section.clients div.clients-service div.solution-sicredi div.container a p.regulament {
    padding-top: 33px;
    font-size: 8px !important;
  }
}
section.clients div.clients-association div.card-sicredi div.container,
section.clients div.clients-solution-sicredi div.card-sicredi div.container,
section.clients div.clients-card-sicredi div.card-sicredi div.container,
section.clients div.clients-service div.card-sicredi div.container {
  display: block;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  border: 0;
  padding: 0 12px;
  margin: 0 auto;
  max-width: calc(100% - $var-m);
}
@media (min-width: 1440px) {
  section.clients div.clients-association div.card-sicredi div.container,
section.clients div.clients-solution-sicredi div.card-sicredi div.container,
section.clients div.clients-card-sicredi div.card-sicredi div.container,
section.clients div.clients-service div.card-sicredi div.container {
    max-width: 1441px;
  }
}
@media (max-width: 768px) {
  section.clients div.clients-association div.card-sicredi div.container,
section.clients div.clients-solution-sicredi div.card-sicredi div.container,
section.clients div.clients-card-sicredi div.card-sicredi div.container,
section.clients div.clients-service div.card-sicredi div.container {
    max-width: 90%;
  }
}
section.clients div.clients-association div.card-sicredi div.container h4,
section.clients div.clients-solution-sicredi div.card-sicredi div.container h4,
section.clients div.clients-card-sicredi div.card-sicredi div.container h4,
section.clients div.clients-service div.card-sicredi div.container h4 {
  font-family: "Exo 2", sans-serif;
  color: #39a935;
  font-size: 27px;
  font-size: 1.6875rem;
  line-height: 140%;
  font-weight: 400;
  font-style: italic;
  margin-bottom: 6px;
  max-width: 400px;
  width: 100%;
}
@media (max-width: 991px) {
  section.clients div.clients-association div.card-sicredi div.container h4,
section.clients div.clients-solution-sicredi div.card-sicredi div.container h4,
section.clients div.clients-card-sicredi div.card-sicredi div.container h4,
section.clients div.clients-service div.card-sicredi div.container h4 {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
section.clients div.clients-association div.card-sicredi div.container p,
section.clients div.clients-solution-sicredi div.card-sicredi div.container p,
section.clients div.clients-card-sicredi div.card-sicredi div.container p,
section.clients div.clients-service div.card-sicredi div.container p {
  font-family: "Exo 2", sans-serif;
  color: #323C32;
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 140%;
  font-weight: 400;
  max-width: 400px;
  width: 100%;
}
@media (max-width: 991px) {
  section.clients div.clients-association div.card-sicredi div.container p,
section.clients div.clients-solution-sicredi div.card-sicredi div.container p,
section.clients div.clients-card-sicredi div.card-sicredi div.container p,
section.clients div.clients-service div.card-sicredi div.container p {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
section.clients div.clients-association div.card-sicredi div.container a,
section.clients div.clients-solution-sicredi div.card-sicredi div.container a,
section.clients div.clients-card-sicredi div.card-sicredi div.container a,
section.clients div.clients-service div.card-sicredi div.container a {
  text-decoration: underline;
}
section.clients div.clients-association div.card-sicredi div.container a p.observation,
section.clients div.clients-solution-sicredi div.card-sicredi div.container a p.observation,
section.clients div.clients-card-sicredi div.card-sicredi div.container a p.observation,
section.clients div.clients-service div.card-sicredi div.container a p.observation {
  font-family: "Exo 2", sans-serif;
  color: #323C32;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 140%;
  font-weight: 400;
  padding-top: 60px;
  max-width: 450px;
  width: 100%;
}
@media (max-width: 991px) {
  section.clients div.clients-association div.card-sicredi div.container a p.observation,
section.clients div.clients-solution-sicredi div.card-sicredi div.container a p.observation,
section.clients div.clients-card-sicredi div.card-sicredi div.container a p.observation,
section.clients div.clients-service div.card-sicredi div.container a p.observation {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media (max-width: 991px) {
  section.clients div.clients-association div.card-sicredi div.container a p.observation,
section.clients div.clients-solution-sicredi div.card-sicredi div.container a p.observation,
section.clients div.clients-card-sicredi div.card-sicredi div.container a p.observation,
section.clients div.clients-service div.card-sicredi div.container a p.observation {
    padding-top: 33px;
    font-size: 8px;
  }
}
section.clients div.clients-association div.card-sicredi div.container a p.observation span,
section.clients div.clients-solution-sicredi div.card-sicredi div.container a p.observation span,
section.clients div.clients-card-sicredi div.card-sicredi div.container a p.observation span,
section.clients div.clients-service div.card-sicredi div.container a p.observation span {
  font-weight: bold;
}
section.clients div.clients-association div.service div.container,
section.clients div.clients-solution-sicredi div.service div.container,
section.clients div.clients-card-sicredi div.service div.container,
section.clients div.clients-service div.service div.container {
  display: block;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  border: 0;
  padding: 0 12px;
  margin: 0 auto;
  max-width: calc(100% - $var-m);
}
@media (min-width: 1440px) {
  section.clients div.clients-association div.service div.container,
section.clients div.clients-solution-sicredi div.service div.container,
section.clients div.clients-card-sicredi div.service div.container,
section.clients div.clients-service div.service div.container {
    max-width: 1441px;
  }
}
@media (max-width: 768px) {
  section.clients div.clients-association div.service div.container,
section.clients div.clients-solution-sicredi div.service div.container,
section.clients div.clients-card-sicredi div.service div.container,
section.clients div.clients-service div.service div.container {
    max-width: 90%;
  }
}
section.clients div.clients-association div.service div.container h4,
section.clients div.clients-solution-sicredi div.service div.container h4,
section.clients div.clients-card-sicredi div.service div.container h4,
section.clients div.clients-service div.service div.container h4 {
  font-family: "Exo 2", sans-serif;
  color: #fff;
  font-size: 27px;
  font-size: 1.6875rem;
  line-height: 140%;
  font-weight: 400;
  font-style: italic;
  margin-bottom: 6px;
  max-width: 400px;
  width: 100%;
}
@media (max-width: 991px) {
  section.clients div.clients-association div.service div.container h4,
section.clients div.clients-solution-sicredi div.service div.container h4,
section.clients div.clients-card-sicredi div.service div.container h4,
section.clients div.clients-service div.service div.container h4 {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
section.clients div.clients-association div.service div.container p,
section.clients div.clients-solution-sicredi div.service div.container p,
section.clients div.clients-card-sicredi div.service div.container p,
section.clients div.clients-service div.service div.container p {
  font-family: "Exo 2", sans-serif;
  color: #fff;
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 140%;
  font-weight: 400;
  max-width: 400px;
  width: 100%;
}
@media (max-width: 991px) {
  section.clients div.clients-association div.service div.container p,
section.clients div.clients-solution-sicredi div.service div.container p,
section.clients div.clients-card-sicredi div.service div.container p,
section.clients div.clients-service div.service div.container p {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
section.clients div.clients-association div.service div.container p span,
section.clients div.clients-solution-sicredi div.service div.container p span,
section.clients div.clients-card-sicredi div.service div.container p span,
section.clients div.clients-service div.service div.container p span {
  font-weight: bold;
}
section.clients div.clients-association img,
section.clients div.clients-solution-sicredi img,
section.clients div.clients-card-sicredi img,
section.clients div.clients-service img {
  width: 100%;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media (max-width: 768px) {
  section.clients div.clients-association img,
section.clients div.clients-solution-sicredi img,
section.clients div.clients-card-sicredi img,
section.clients div.clients-service img {
    height: 350px;
    order: 2;
  }
}
section.clients div.clients-association div.box-svg-1,
section.clients div.clients-association div.box-svg-2,
section.clients div.clients-solution-sicredi div.box-svg-1,
section.clients div.clients-solution-sicredi div.box-svg-2,
section.clients div.clients-card-sicredi div.box-svg-1,
section.clients div.clients-card-sicredi div.box-svg-2,
section.clients div.clients-service div.box-svg-1,
section.clients div.clients-service div.box-svg-2 {
  width: 60px;
  height: 60px;
  background-color: #39a935;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 19px;
  border-radius: 12px;
  position: relative;
  margin-bottom: 22px;
}
section.clients div.clients-association div.box-svg-1 svg,
section.clients div.clients-association div.box-svg-2 svg,
section.clients div.clients-solution-sicredi div.box-svg-1 svg,
section.clients div.clients-solution-sicredi div.box-svg-2 svg,
section.clients div.clients-card-sicredi div.box-svg-1 svg,
section.clients div.clients-card-sicredi div.box-svg-2 svg,
section.clients div.clients-service div.box-svg-1 svg,
section.clients div.clients-service div.box-svg-2 svg {
  position: absolute;
}
section.clients div.clients-association div.box-svg-2,
section.clients div.clients-solution-sicredi div.box-svg-2,
section.clients div.clients-card-sicredi div.box-svg-2,
section.clients div.clients-service div.box-svg-2 {
  background-color: #d7e6c8;
}
section.clients div.clients-association h4,
section.clients div.clients-solution-sicredi h4,
section.clients div.clients-card-sicredi h4,
section.clients div.clients-service h4 {
  font-family: "Exo 2", sans-serif;
  color: #39a935;
  font-size: 27px;
  font-size: 1.6875rem;
  line-height: 140%;
  font-weight: 400;
  font-style: italic;
  margin-bottom: 22px;
}
@media (max-width: 991px) {
  section.clients div.clients-association h4,
section.clients div.clients-solution-sicredi h4,
section.clients div.clients-card-sicredi h4,
section.clients div.clients-service h4 {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
section.clients div.clients-association p,
section.clients div.clients-solution-sicredi p,
section.clients div.clients-card-sicredi p,
section.clients div.clients-service p {
  font-family: "Exo 2", sans-serif;
  color: #323C32;
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 140%;
  font-weight: 400;
}
@media (max-width: 991px) {
  section.clients div.clients-association p,
section.clients div.clients-solution-sicredi p,
section.clients div.clients-card-sicredi p,
section.clients div.clients-service p {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
section.clients div.clients-association p span,
section.clients div.clients-solution-sicredi p span,
section.clients div.clients-card-sicredi p span,
section.clients div.clients-service p span {
  font-weight: bold;
}

section.items {
  display: block;
}
@media (max-width: 991px) {
  section.items {
    display: none;
  }
}
section.items div.container {
  display: block;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  border: 0;
  padding: 0 12px;
  margin: 0 auto;
}
@media (min-width: 1440px) {
  section.items div.container {
    max-width: 1441px;
  }
}
section.items div.container h4 {
  font-family: "Exo 2", sans-serif;
  color: #39a935;
  font-size: 27px;
  font-size: 1.6875rem;
  line-height: 140%;
  font-weight: 400;
  font-style: italic;
  margin-top: 54px;
}
@media (max-width: 991px) {
  section.items div.container h4 {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
section.items div.container p {
  font-family: "Exo 2", sans-serif;
  color: #323C32;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 140%;
  font-weight: 400;
  margin-bottom: 22px;
}
@media (max-width: 991px) {
  section.items div.container p {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
section.items div.container p span {
  font-weight: bold;
}
section.items div.container div.cards-items {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  align-items: center;
  gap: 30px;
  margin-bottom: 54px;
}
section.items div.container div.cards-items div.card {
  border: 1px solid #39a935;
  padding: 12px;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s linear;
}
section.items div.container div.cards-items div.card:hover {
  box-shadow: 0px 0px 10px -1px #146e37;
}
section.items div.container div.cards-items div.card img {
  width: 150px;
  height: 190px;
  -o-object-fit: contain;
     object-fit: contain;
}

section.items-mobile {
  position: relative;
  display: none;
}
@media (max-width: 991px) {
  section.items-mobile {
    display: block;
  }
}
section.items-mobile div.container {
  display: block;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  border: 0;
  padding: 0 12px;
  margin: 0 auto;
}
@media (min-width: 1440px) {
  section.items-mobile div.container {
    max-width: 1441px;
  }
}
section.items-mobile div.container h4 {
  font-family: "Exo 2", sans-serif;
  color: #39a935;
  font-size: 27px;
  font-size: 1.6875rem;
  line-height: 140%;
  font-weight: 400;
  font-style: italic;
  margin-top: 54px;
  margin-bottom: 6px;
}
@media (max-width: 991px) {
  section.items-mobile div.container h4 {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
section.items-mobile div.container p {
  font-family: "Exo 2", sans-serif;
  color: #323C32;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 140%;
  font-weight: 400;
  margin-bottom: 22px;
}
@media (max-width: 991px) {
  section.items-mobile div.container p {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
section.items-mobile div.container p span {
  font-weight: bold;
}
section.items-mobile div.container div.swiper div.cards-items-mobile {
  margin-bottom: 54px;
}
section.items-mobile div.container div.swiper div.cards-items-mobile div.card-mobile {
  border: 1px solid #39a935;
  padding: 12px;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s linear;
}
section.items-mobile div.container div.swiper div.cards-items-mobile div.card-mobile:hover {
  box-shadow: 0px 0px 10px -1px #146e37;
}
section.items-mobile div.container div.swiper div.cards-items-mobile div.card-mobile img {
  width: 150px;
  height: 190px;
  -o-object-fit: contain;
     object-fit: contain;
}
section.items-mobile div.container div.buttons-carousel {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  margin-bottom: 54px;
}
section.items-mobile div.container div.buttons-carousel .swiper-button-prev,
section.items-mobile div.container div.buttons-carousel .swiper-button-next {
  display: none;
  width: 60px;
  height: 60px;
  position: static;
}
@media (max-width: 991px) {
  section.items-mobile div.container div.buttons-carousel .swiper-button-prev,
section.items-mobile div.container div.buttons-carousel .swiper-button-next {
    display: block;
  }
}
section.items-mobile div.container div.buttons-carousel .swiper-button-prev svg,
section.items-mobile div.container div.buttons-carousel .swiper-button-next svg {
  fill: none;
}
section.items-mobile div.container div.buttons-carousel .swiper-button-prev svg path,
section.items-mobile div.container div.buttons-carousel .swiper-button-prev svg rect,
section.items-mobile div.container div.buttons-carousel .swiper-button-next svg path,
section.items-mobile div.container div.buttons-carousel .swiper-button-next svg rect {
  transition: all 0.3s linear;
  stroke: #39a935;
}

section.create-account {
  background-color: #d7e6c8;
  padding: 96px 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -o-object-fit: contain;
     object-fit: contain;
}
section.create-account div.container {
  display: flex;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  border: 0;
  padding: 0 12px;
  margin: 0 auto;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 1440px) {
  section.create-account div.container {
    max-width: 1441px;
  }
}
section.create-account div.container h1 {
  font-family: "Exo 2", sans-serif;
  color: #146e37;
  font-size: 43px;
  font-size: 2.6875rem;
  line-height: 140%;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 991px) {
  section.create-account div.container h1 {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
section.create-account div.container p {
  font-family: "Exo 2", sans-serif;
  color: #323C32;
  font-size: 33px;
  font-size: 2.0625rem;
  line-height: 140%;
  font-weight: 400;
  text-align: center;
  margin-bottom: 22px;
}
@media (max-width: 991px) {
  section.create-account div.container p {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
section.create-account div.container a {
  font-family: "Exo 2", sans-serif;
  color: #fff;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 140%;
  font-weight: 700;
  padding: 6px 30px;
  background-color: #39a935;
  border-radius: 6px;
  text-transform: uppercase;
  transition: all 0.3s linear;
}
@media (max-width: 991px) {
  section.create-account div.container a {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
section.create-account div.container a:hover {
  background-color: #146e37;
}
section.create-account div.container a:hover path {
  fill: #146e37;
}