@charset "UTF-8";
/*
Theme Name: Algar Soluções TIC
Theme URI: https://algartic.sicapps.com.br
Author: Fixcode
Author URI: https://fixcode.com.br
Description: Algar Soluções TIC é um site Algar Telecom.
Requires at least: 5.3
Tested up to: 5.8
Requires PHP: 5.6
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: solucoestic
Tags: portuguese
*/
@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;500;700;800&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-touch-callout: none;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-flex-negative: 1;
}
@media screen and (max-width: 997px) {
  * {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -moz-tap-highlight-color: rgba(0, 0, 0, 0);
  }
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
button,
input,
select,
textarea {
  padding: 0;
}

hr,
img {
  border: none;
}

label {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

input:invalid,
textarea:invalid {
  box-shadow: none;
}

a {
  text-decoration: none;
  color: inherit;
}

a:active,
a,
select {
  cursor: pointer;
}

input,
select,
textarea {
  appearance: none;
  font: inherit;
  border-radius: 0;
}
input::placeholder,
select::placeholder,
textarea::placeholder {
  color: inherit;
  opacity: 1;
}

button,
input,
select,
textarea,
optgroup {
  background: transparent;
  border: none;
  font: inherit;
  color: inherit;
}

textarea {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  resize: none;
}

select::-ms-expand {
  display: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
img,
main,
menu,
nav,
section,
summary,
svg {
  display: block;
}

ol,
ul {
  list-style: none;
}

caption,
th,
td {
  text-align: left;
  font-weight: normal;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

b,
strong {
  font-weight: 700;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

input:-webkit-autofill {
  -webkit-text-fill-color: #000 !important;
  transition: background-color 50000s ease-in-out 0s;
  font: inherit;
}

/*=============MIXINS=====================*/
/*=============PLACEHOLDERS=====================*/
/*=============CLASSES=====================*/
.disabled {
  opacity: 0.3;
  pointer-events: none;
}

.enabled {
  opacity: 1;
  pointer-events: pointer;
}

@media screen and (max-width: 997px) {
  .desktop {
    display: none !important;
  }
}

@media screen and (min-width: 998px) {
  .mobile {
    display: none !important;
  }
}

.grid {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 998px) {
  .grid {
    column-gap: 1rem;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    margin: 0 auto;
    max-width: 107.5rem;
    padding: 0 2.5rem;
  }
}

.grid-child {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 1201px) {
  .grid-child {
    grid-column: 2/-2;
  }
}
@media screen and (max-width: 1200px) and (min-width: 998px) {
  .grid-child {
    grid-column: 1/-1;
  }
}

@keyframes green-gradient-circle-click {
  0% {
    opacity: 0.3;
    transform: translate3d(-50%, -50%, 0) scale(0.5);
  }
  100% {
    opacity: 0;
    transform: translate3d(-50%, -50%, 0) scale(5);
  }
}
.green-gradient, .solutions-filter-button::before, .prev-button::after,
.next-button::after, .slick-slider .slick-dots li button::after, .close-button::after, .green-button-effect::before, .prev-button::before,
.next-button::before, .close-button::before, .yellow-button::before, .green-gradient-arrow-button .green-gradient-arrow-circle::before, .green-gradient-circle, .green-gradient-arrow-circle::after {
  background: #35d948 linear-gradient(47deg, #a2fc31 0%, #35d948 100%) no-repeat;
}

.green-gradient-circle, .green-gradient-arrow-circle::after {
  align-items: center;
  border-radius: 50%;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
}

.green-gradient-arrow-circle {
  flex-shrink: 0;
  position: relative;
}
.green-gradient-arrow-circle::after {
  content: "";
  height: 100%;
  transition: transform 0.5s ease;
  width: 100%;
}
.green-gradient-arrow-circle img,
.green-gradient-arrow-circle svg {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s ease-in;
  z-index: 1;
}
@media screen and (min-width: 998px) {
  .green-gradient-arrow-circle {
    height: 2.875rem;
    width: 2.875rem;
  }
  .green-gradient-arrow-circle img,
.green-gradient-arrow-circle svg {
    width: 2.375rem;
  }
}
@media screen and (max-width: 997px) {
  .green-gradient-arrow-circle {
    height: 2.625rem;
    width: 2.625rem;
  }
  .green-gradient-arrow-circle img,
.green-gradient-arrow-circle svg {
    width: 2.1875rem;
  }
}

.green-button-effect, .prev-button,
.next-button, .close-button, .yellow-button, .green-gradient-arrow-button .green-gradient-arrow-circle {
  z-index: 1;
}
.green-button-effect::before, .prev-button::before,
.next-button::before, .close-button::before, .yellow-button::before, .green-gradient-arrow-button .green-gradient-arrow-circle::before {
  border-radius: 50%;
  content: "";
  display: block;
  height: 100%;
  left: 50%;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translate3d(-50%, -50%, 0) scale(0.5);
  width: 100%;
  z-index: -1;
}

.green-gradient-arrow-button {
  align-items: center;
  color: #ffffff;
  display: flex;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
}
.green-gradient-arrow-button .green-gradient-arrow-circle {
  margin-right: 1.5rem;
}
.green-gradient-arrow-button.clicking .green-gradient-arrow-circle::before {
  animation: 0.6s linear green-gradient-circle-click;
}
@media screen and (min-width: 998px) {
  .green-gradient-arrow-button:hover .green-gradient-arrow-circle::after {
    transform: scale(0.9);
  }
  .green-gradient-arrow-button:hover .green-gradient-arrow-circle img,
.green-gradient-arrow-button:hover .green-gradient-arrow-circle svg {
    transform: translate(-0.25rem, -50%);
  }
}

.yellow-button {
  align-items: center;
  background-color: #fbca10;
  border-radius: 1.4375rem;
  box-shadow: 0.125rem 0.25rem 0.875rem rgba(251, 202, 16, 0.7);
  display: flex;
  height: 2.875rem;
  padding: 0 1.5625rem;
  position: relative;
  white-space: nowrap;
}
.yellow-button::before {
  background: #fbca10;
  border-radius: 1.4375rem;
}
.yellow-button svg {
  margin-right: 0.5rem;
}
.yellow-button.clicking::before {
  animation: 0.4s linear floating-contact-button-click;
}

.white-arrow-circle.white-arrow-circle.white-arrow-circle::before, .white-arrow-circle.white-arrow-circle.white-arrow-circle::after {
  background: white;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.accordion-item:not(.active) .accordion-content {
  height: 0 !important;
}

.accordion:not(.loaded) .accordion-content {
  height: auto !important;
}

.accordion {
  display: flex;
  flex-direction: column;
}

.accordion-item {
  cursor: pointer;
  padding: 3.125rem 0 2.6875rem;
}
.accordion-item .green-gradient-circle, .accordion-item .green-gradient-arrow-circle::after {
  position: relative;
}
.accordion-item.clicking .green-gradient-circle::before {
  animation: 0.6s linear green-gradient-circle-click;
}
.accordion-item:not(:last-of-type) {
  border-bottom: 0.5px solid #1b2c33;
}
.accordion-item.active .green-gradient-circle img, .accordion-item.active .green-gradient-arrow-circle::after img,
.accordion-item.active .green-gradient-circle svg,
.accordion-item.active .green-gradient-arrow-circle::after svg {
  transform: rotateZ(180deg);
}
@media screen and (max-width: 997px) {
  .accordion-item {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

.accordion-header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.4375rem;
  text-align: left;
  width: 100%;
}
.accordion-header h2 {
  padding-right: 2.5rem;
}
.accordion-header .green-gradient-circle, .accordion-header .green-gradient-arrow-circle::after {
  height: 2.375rem;
  width: 2.375rem;
}
.accordion-header .green-gradient-circle img, .accordion-header .green-gradient-arrow-circle::after img,
.accordion-header .green-gradient-circle svg,
.accordion-header .green-gradient-arrow-circle::after svg {
  transition: transform 0.3s;
}
@media screen and (max-width: 997px) {
  .accordion-header h2 {
    font-size: 1.375rem;
  }
}

.accordion-content {
  cursor: auto;
  max-width: 53.125rem;
  overflow: hidden;
  transition: height 0.3s;
}

.modal-wrapper {
  align-items: center;
  background-color: rgba(0, 0, 0, 0.7);
  cursor: pointer;
  display: flex;
  flex-direction: column;
  height: 100%;
  left: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  position: fixed;
  top: 0;
  transition: background-color 0.3s;
  width: 100%;
  z-index: 3;
}
.modal-wrapper:not(.active) {
  background-color: transparent;
  overflow: hidden;
  pointer-events: none;
}
.modal-wrapper:not(.active) .modal {
  opacity: 0;
}
@media screen and (min-width: 998px) {
  .modal-wrapper {
    padding: 1.25rem 0;
  }
}

.modal {
  background-color: #ffffff;
  cursor: auto;
  display: flex;
  flex-direction: column;
  margin: auto;
  opacity: 0;
  position: relative;
  transform: translateY(6.25rem);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.modal.animate {
  opacity: 1;
  transform: none;
}
@media screen and (max-width: 997px) {
  .modal {
    height: 100%;
    width: 100%;
  }
}

.modal-close-button {
  right: 1.25rem;
  top: 1.25rem;
}

html {
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-variant-numeric: lining-nums;
  font-weight: 500;
  scroll-behavior: smooth;
}
@media screen and (max-width: 1680px) and (min-width: 1441px) {
  html {
    font-size: 15px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 1367px) {
  html {
    font-size: 13px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 1281px) {
  html {
    font-size: 14px;
  }
}
@media screen and (max-width: 1280px) and (min-width: 1201px) {
  html {
    font-size: 13px;
  }
}
@media screen and (max-width: 1200px) and (min-width: 998px) {
  html {
    font-size: 12px;
  }
}
@media screen and (max-width: 997px) {
  html {
    font-size: 16px;
  }
}

body.lock-scroll {
  overflow: hidden;
}

main {
  overflow: hidden;
}

.pseudo-modal {
  opacity: 0;
  overflow: hidden;
  transform: translateY(6.25rem);
  transition: opacity 300ms ease, transform 300ms ease;
}
.pseudo-modal.animate {
  opacity: 1;
  transform: none;
}

.close-button {
  align-items: center;
  background-color: #e8e8e8;
  border-radius: 50%;
  display: flex;
  height: 2.5rem;
  justify-content: center;
  position: absolute;
  width: 2.5rem;
}
.close-button.clicking::before {
  animation: 0.6s linear green-gradient-circle-click;
}
.close-button::after {
  border-radius: 50%;
  content: "";
  display: block;
  height: 100%;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.5s;
  width: 100%;
}
.close-button img,
.close-button svg {
  height: 0.8125rem;
  width: 0.8125rem;
  z-index: 1;
}
@media screen and (min-width: 998px) {
  .close-button:not(:hover)::after {
    opacity: 0;
  }
}
@media screen and (max-width: 997px) {
  .close-button::after {
    display: none;
  }
}

.slick-slider.slick-dotted {
  margin-bottom: 0;
}
.slick-slider .slick-dots {
  bottom: 0.625rem;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}
.slick-slider .slick-dots li {
  display: block;
  height: auto;
  margin: 0;
  padding: 0;
  width: auto;
}
.slick-slider .slick-dots li.slick-active button::after {
  transform: translate(-50%, -50%) scale(1);
}
.slick-slider .slick-dots li button {
  color: transparent;
  font-size: 0;
  line-height: 0;
  padding: 0.28125rem;
  position: relative;
}
.slick-slider .slick-dots li button::before, .slick-slider .slick-dots li button::after {
  box-sizing: border-box;
}
.slick-slider .slick-dots li button::before {
  border: 2px solid #ffffff;
  border-radius: 50%;
  content: "";
  display: block;
  height: 1rem;
  position: static;
  width: 1rem;
}
.slick-slider .slick-dots li button::after {
  border-radius: 50%;
  content: "";
  display: block;
  height: 0.5rem;
  left: 50%;
  opacity: 1;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: transform 300ms;
  width: 0.5rem;
}

.control-buttons {
  display: flex;
  margin: 0 auto;
}
.control-buttons button:not(:last-of-type) {
  margin-right: 1.125rem;
}

.prev-button,
.next-button {
  background-color: #e8e8e8;
  align-items: center;
  border-radius: 50%;
  display: flex;
  height: 3.75rem;
  justify-content: center;
  transition: transform 0.5s;
  position: relative;
  width: 3.75rem;
}
.prev-button.clicking::before,
.next-button.clicking::before {
  animation: 0.6s linear green-gradient-circle-click;
}
.prev-button.slick-disabled,
.next-button.slick-disabled {
  transform: scale(0);
}
.prev-button::after,
.next-button::after {
  border-radius: 50%;
  content: "";
  display: block;
  height: 100%;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.5s;
  width: 100%;
}
.prev-button img,
.prev-button svg,
.next-button img,
.next-button svg {
  width: 2.5rem;
  z-index: 1;
}
@media screen and (min-width: 998px) {
  .prev-button:not(:hover)::after,
.next-button:not(:hover)::after {
    opacity: 0;
  }
}

.home-title {
  color: #10b523;
  line-height: 1;
}
@media screen and (min-width: 998px) {
  .home-title {
    font-size: 3.75rem;
  }
}
@media screen and (max-width: 997px) {
  .home-title {
    font-size: 2.625rem;
  }
}

.solution-title {
  color: #1b2c33;
  font-weight: 700;
}
@media screen and (min-width: 998px) {
  .solution-title {
    font-size: 2.8125rem;
    height: 6.25rem;
    line-height: 0.8888888889;
  }
}
@media screen and (max-width: 997px) {
  .solution-title {
    font-size: 2.625rem;
  }
}

.algar-top-logo {
  position: absolute;
  z-index: 1;
}
.algar-top-logo img {
  object-fit: contain;
}
@media screen and (min-width: 998px) {
  .algar-top-logo {
    left: 0;
    top: 1.875rem;
  }
  .algar-top-logo img {
    height: 3.4375rem;
    width: 8.8125rem;
  }
}
@media screen and (max-width: 997px) {
  .algar-top-logo {
    left: 1.25rem;
    top: 1.25rem;
  }
  .algar-top-logo img {
    height: 2.6875rem;
    width: 6.8125rem;
  }
}

.header {
  width: 100%;
  z-index: 2;
}
@media screen and (min-width: 998px) {
  .header.header-home {
    left: 0;
    position: fixed;
    top: 0;
  }
  .header.header-home .solution-header-content {
    display: none;
  }
  .header.header-solution {
    background-color: #ffffff;
  }
  .header.header-solution:not(.fixed) {
    left: 0;
    position: absolute;
    top: 0;
  }
  .header.header-solution.fixed {
    bottom: calc(100% - 5.3125rem);
    box-shadow: 0 0.125rem 0.375rem rgba(0, 0, 0, 0.1);
    left: 0;
    position: fixed;
    transition: box-shadow 0.3s;
  }
}
@media screen and (max-width: 997px) {
  .header {
    position: relative;
  }
  .header:not(.open) .solution-nav-wrapper {
    opacity: 0;
    pointer-events: none;
    transform: translateX(-2.5rem);
    transition: opacity 300ms ease, transform 300ms ease 300ms;
  }
  .header.open .background-animation {
    transition: height 400ms ease, width 400ms ease;
    height: 280vh;
    width: 280vh;
  }
}

@media screen and (min-width: 998px) {
  .solution-header-content {
    display: flex;
    flex-direction: column;
    padding-top: 1.375rem;
  }
  .solution-header-content img {
    margin-bottom: 1.6875rem;
    object-fit: contain;
    width: 8.9375rem;
  }
}

.solution-algar-logo {
  align-self: flex-start;
}

@media screen and (max-width: 997px) {
  .background-animation {
    background-color: #ffffff;
    clip-path: circle(50% at 50% 50%);
    height: 0.625rem;
    position: fixed;
    right: 2.6875rem;
    top: 2.6875rem;
    transform: translate3d(50%, -50%, 0);
    transition: height 400ms ease 150ms, width 400ms ease 150ms;
    width: 0.625rem;
  }
}

@media screen and (min-width: 998px) {
  .solution-nav-wrapper {
    padding: 0.9375rem 0;
  }
}
@media screen and (max-width: 997px) {
  .solution-nav-wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
    left: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    position: fixed;
    top: 0;
    transition: opacity 300ms ease 200ms, transform 300ms ease 200ms;
    width: 100%;
  }
}

.solution-nav {
  display: flex;
}
@media screen and (min-width: 998px) {
  .solution-nav {
    justify-content: space-between;
  }
}
@media screen and (max-width: 997px) {
  .solution-nav {
    align-items: flex-start;
    flex-direction: column;
    flex-shrink: 0;
    padding: 7.8125rem 3.125rem 3.125rem;
    transition: opacity 300ms ease 200ms, transform 300ms ease 200ms;
  }
}

.nav-solution {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
}
.nav-solution p {
  align-items: center;
  border: 1px solid #959595;
  border-radius: 0.625rem;
  color: #959595;
  display: flex;
  font-size: 0.875rem;
  font-weight: 700;
  height: 1.25rem;
  padding: 0 0.5625rem;
  text-transform: uppercase;
}
.nav-solution ul {
  display: flex;
}
@media screen and (min-width: 998px) {
  .nav-solution {
    border-left: 1px solid #959595;
    padding-left: 0.625rem;
  }
  .nav-solution:nth-of-type(1) {
    flex-grow: 6;
  }
  .nav-solution:nth-of-type(2) {
    flex-grow: 2;
  }
  .nav-solution:not(:last-of-type) {
    margin-right: 0.625rem;
  }
  .nav-solution p {
    margin-bottom: 0.625rem;
  }
  .nav-solution ul {
    align-self: stretch;
    justify-content: space-between;
  }
  .nav-solution li:not(:last-of-type) {
    margin-right: 0.625rem;
  }
}
@media screen and (max-width: 997px) {
  .nav-solution:not(:last-of-type) {
    margin-bottom: 2.5rem;
  }
  .nav-solution p {
    margin-bottom: 1.25rem;
  }
  .nav-solution ul {
    align-items: flex-start;
    flex-direction: column;
  }
  .nav-solution li:not(:last-of-type) {
    margin-bottom: 0.9375rem;
  }
}

.nav-solution-link {
  align-items: center;
  color: #1b2c33;
  display: flex;
  font-weight: 500;
  transition: background-color 300ms, color 300ms;
  white-space: nowrap;
}
.nav-solution-link:hover {
  color: #10b523;
}
.nav-solution-link.active {
  background-color: #10b523;
  border-radius: 0.875rem;
  color: #ffffff;
  padding: 0 0.9375rem;
}
@media screen and (min-width: 998px) {
  .nav-solution-link {
    font-size: 0.9375rem;
    height: 1.5625rem;
  }
  .nav-solution-link.active {
    padding: 0 0.625rem;
  }
}
@media screen and (max-width: 997px) {
  .nav-solution-link {
    height: 1.6875rem;
    padding: 0 0.9375rem;
  }
}

@keyframes floating-contact-button-click {
  0% {
    opacity: 0.3;
    transform: translate3d(-50%, -50%, 0) scale(0.5);
  }
  100% {
    opacity: 0;
    transform: translate3d(-50%, -50%, 0) scale(2);
  }
}
@media screen and (min-width: 998px) {
  .floating-contact-button {
    position: absolute;
    right: 0;
    top: 0.9375rem;
  }
}
@media screen and (max-width: 997px) {
  .floating-contact-button {
    position: fixed;
    bottom: 0.9375rem;
    left: 50%;
    transform: translateX(-50%);
  }
}

.menu-button {
  align-items: center;
  background-color: #f6f6f6;
  border-radius: 50%;
  box-shadow: 0 0.3125rem 0.625rem rgba(108, 108, 108, 0.25);
  display: flex;
  height: 2.9375rem;
  justify-content: center;
  position: fixed;
  right: 1.25rem;
  top: 1.25rem;
  width: 2.9375rem;
}

.menu-button-icon {
  height: 1.0625rem;
  width: 1.25rem;
}

.footer {
  background-color: #10b523;
}
@media screen and (min-width: 998px) {
  .footer {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
@media screen and (max-width: 997px) {
  .footer {
    padding: 4.375rem 1.25rem 6.25rem;
  }
}

.footer-content {
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 997px) {
  .footer-content {
    flex-direction: column;
  }
}

.social-networks {
  align-self: flex-start;
  display: flex;
}
.social-networks li:not(:last-of-type) {
  margin-right: 1.25rem;
}
@media screen and (max-width: 997px) {
  .social-networks {
    margin-bottom: 3.75rem;
  }
}

.social-network-link {
  display: block;
  font-size: 0;
  height: 2.5rem;
  line-height: 0;
  width: 2.5rem;
}
.social-network-link svg {
  height: 100%;
  width: 100%;
}

.footer-right-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.footer-logo {
  width: 12.0625rem;
}
@media screen and (min-width: 998px) {
  .footer-logo {
    margin-bottom: 3.75rem;
  }
}
@media screen and (max-width: 997px) {
  .footer-logo {
    margin-bottom: 3.75rem;
  }
}

.award-exame-wrapper img {
  height: 5.75rem;
  margin-bottom: 0.75rem;
  opacity: 0.74;
  width: 5.75rem;
}
.award-exame-wrapper p {
  color: #ffffff;
  font-size: 1.125rem;
  max-width: 18.125rem;
}

.privacy-link {
  color: #ffffff;
  font-weight: 800;
  text-decoration: underline;
}
@media screen and (min-width: 998px) {
  .privacy-link {
    bottom: 0;
    font-size: 1.125rem;
    position: absolute;
    right: 0;
  }
}

.input-wrapper {
  display: flex;
  flex-direction: column;
  position: relative;
}
.input-wrapper:not(:last-of-type) {
  margin-bottom: 1.25rem;
}
.input-wrapper input {
  background-color: #ffffff;
  border: 1px solid #bcbcbc;
  border-radius: 0.25rem;
  color: #1b2c33;
  font-weight: 500;
  height: 3.625rem;
  padding: 0 1.0625rem;
}
.input-wrapper input.error {
  border-color: #ff0000;
}
.input-wrapper input:focus ~ label.input-label, .input-wrapper input:not(:placeholder-shown) ~ label.input-label {
  font-size: 0.75rem;
  transform: translateY(calc(-50% - 1rem));
}
.input-wrapper label.input-label {
  position: absolute;
  left: 1.125rem;
  top: 50%;
  transform: translateY(-50%);
  transition: font-size 0.3s ease, transform 0.3s ease;
  pointer-events: none;
}
.input-wrapper label.error {
  color: #ff0000;
  font-size: 0.75rem;
  left: 0.25rem;
  position: absolute;
  top: calc(100% + 0.125rem);
}

.success-message {
  height: 100vh;
  overflow: hidden;
}
.success-message .grid,
.success-message .grid-child {
  height: 100%;
}
.success-message .grid-child {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.success-message strong {
  display: block;
  font-size: 1.4375rem;
  margin-top: 0.9375rem;
}
.success-message p {
  text-align: center;
  font-size: 1.0625rem;
  margin-top: 0.3125rem;
}
.success-message .success-message-close-button {
  background-clip: padding-box;
  box-sizing: content-box;
  border: 1.25rem solid transparent;
  position: absolute;
  right: -1.25rem;
}
@media screen and (min-width: 998px) {
  .success-message .grid-child {
    position: relative;
  }
  .success-message .success-message-close-button {
    top: 1.25rem;
  }
}
@media screen and (max-width: 997px) {
  .success-message {
    padding: 0 1.25rem;
  }
  .success-message .success-message-close-button {
    position: absolute;
    top: 0;
  }
}

.success-message-content {
  align-self: center;
  align-items: center;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 997px) {
  .success-message-content {
    width: 100%;
  }
}

.success-message-check {
  align-items: center;
  display: flex;
  height: 5.4375rem;
  justify-content: center;
  width: 5.4375rem;
}
.success-message-check img {
  height: 1.875rem;
  width: 3rem;
}

.contact-form-wrapper h1 {
  font-weight: 600;
}
.contact-form-wrapper .green-gradient-arrow-button {
  color: #2a3940;
  margin-top: 2.0625rem;
}
@media screen and (min-width: 998px) {
  .contact-form-wrapper {
    padding: 5rem 5.625rem 3.125rem;
    width: 43.125rem;
  }
  .contact-form-wrapper h1 {
    font-size: 2.8125rem;
    line-height: 0.8888888889;
    margin-bottom: 2.8125rem;
  }
}
@media screen and (max-width: 997px) {
  .contact-form-wrapper {
    padding: 1.25rem;
    width: 100%;
  }
  .contact-form-wrapper h1 {
    font-size: 2.375rem;
    line-height: 1.0526315789;
    margin-bottom: 1.5rem;
  }
}

.home-top-banner {
  position: relative;
  width: 100%;
}
.home-top-banner .control-buttons {
  position: absolute;
  right: 0;
  top: 37.1875rem;
  z-index: 1;
}

.top-banner-slider {
  height: 100%;
  width: 100%;
}
.top-banner-slider:not(.slick-slider) {
  display: flex;
}
.top-banner-slider:not(.slick-slider) .top-banner-slide {
  flex-shrink: 0;
}
.top-banner-slider .slick-dots {
  display: inline-flex;
  left: 50%;
  top: auto;
  transform: translateX(-50%);
  width: auto;
}
@media screen and (min-width: 998px) {
  .top-banner-slider .slick-dots {
    bottom: 2.1875rem;
  }
}
@media screen and (max-width: 997px) {
  .top-banner-slider .slick-dots {
    bottom: 0.75rem;
  }
}

.top-banner-slide {
  position: relative;
}
.top-banner-slide .grid {
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}
@media screen and (min-width: 998px) {
  .top-banner-slide .grid {
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 997px) {
  .top-banner-slide .grid {
    bottom: 4.375rem;
  }
}

.top-banner-slide-image {
  object-fit: cover;
  width: 100%;
}
@media screen and (min-width: 998px) {
  .top-banner-slide-image {
    height: 42.625rem;
  }
}
@media screen and (max-width: 997px) {
  .top-banner-slide-image {
    height: 27rem;
  }
}

.top-banner-slide-content p {
  color: #ffffff;
  font-weight: 600;
}
.top-banner-slide-content p strong {
  color: #55fe7d;
  font-weight: 800;
}
.top-banner-slide-content .green-gradient-arrow-button {
  text-align: left;
}
@media screen and (min-width: 998px) {
  .top-banner-slide-content {
    max-width: 43.75rem;
  }
  .top-banner-slide-content p {
    font-size: 3.0625rem;
  }
  .top-banner-slide-content .green-gradient-arrow-button {
    margin-top: 4.375rem;
    max-width: 15.625rem;
  }
}
@media screen and (max-width: 997px) {
  .top-banner-slide-content {
    margin-left: 1.25rem;
    max-width: 13.75rem;
  }
  .top-banner-slide-content p {
    font-size: 1.25rem;
    margin-left: 0.25rem;
    max-width: 9.375rem;
  }
  .top-banner-slide-content .green-gradient-arrow-button {
    font-size: 0.875rem;
    margin-top: 1.625rem;
  }
}

.home-solutions {
  background-color: #f7f7f7;
}
@media screen and (min-width: 998px) {
  .home-solutions {
    padding-top: 6.25rem;
    padding-bottom: 33.75rem;
  }
  .home-solutions .grid-child {
    grid-column: 2/-2;
  }
}
@media screen and (max-width: 997px) {
  .home-solutions {
    padding: 3.75rem 1.25rem 28.125rem;
  }
}

.home-solutions-header {
  display: flex;
}
@media screen and (min-width: 998px) {
  .home-solutions-header {
    align-items: flex-end;
    margin-bottom: 2.5rem;
  }
}
@media screen and (max-width: 997px) {
  .home-solutions-header {
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 3.125rem;
  }
}

.solutions-filter {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
}
.solutions-filter p {
  color: #4b5250;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.1666666667;
  margin-bottom: 0.9375rem;
  text-transform: uppercase;
}
@media screen and (min-width: 998px) {
  .solutions-filter {
    margin-bottom: 0.625rem;
    margin-left: 8.75rem;
  }
  .solutions-filter p {
    margin-left: 0.9375rem;
  }
}
@media screen and (max-width: 997px) {
  .solutions-filter {
    margin-top: 2.8125rem;
  }
  .solutions-filter p {
    margin-left: 0.625rem;
  }
}

.solutions-filter-button-group {
  background-color: #ffffff;
  border-radius: 1.5625rem;
  display: flex;
  height: 2.875rem;
  overflow: hidden;
}

.solutions-filter-button {
  align-items: center;
  border-radius: 1.5625rem;
  display: flex;
  font-weight: 600;
  position: relative;
  white-space: nowrap;
}
.solutions-filter-button::before {
  border-radius: 1.5625rem;
  content: "";
  display: block;
  height: 100%;
  left: 50%;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.5s;
  width: 100%;
}
.solutions-filter-button span {
  align-items: center;
  display: flex;
  z-index: 1;
}
.solutions-filter-button svg {
  margin-right: 0.4375rem;
}
.solutions-filter-button:not(.active) {
  color: #8e8e8e;
  transition: z-index 0s 300ms;
}
.solutions-filter-button:not(.active)::before {
  opacity: 0;
}
.solutions-filter-button:not(.active) svg path {
  fill: #8e8e8e;
}
.solutions-filter-button.active {
  color: #002b4f;
  transition: z-index 0s 300ms;
  z-index: 1;
}
.solutions-filter-button.active svg path {
  fill: #002b4f;
}
@media screen and (min-width: 998px) {
  .solutions-filter-button {
    padding: 0 3.125rem;
  }
  .solutions-filter-button:not(:first-of-type) {
    margin-left: -2.1875rem;
  }
}
@media screen and (max-width: 997px) {
  .solutions-filter-button {
    padding: 0 1.0625rem;
  }
  .solutions-filter-button:not(:first-of-type) {
    margin-left: -0.625rem;
  }
}

.solutions-slider-problemas,
.solutions-slider-categorias {
  display: none;
}

.solutions-slider-wrapper.problemas .solutions-slider-problemas {
  display: block;
}
.solutions-slider-wrapper.categorias .solutions-slider-categorias {
  display: block;
}

.solutions-slider-button {
  color: transparent;
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.solutions-slider-button.prev-button {
  right: calc(100% + 3.125rem);
}
.solutions-slider-button.next-button {
  left: calc(100% + 3.125rem);
}

.solutions-slider .slick-track {
  display: flex;
}
.solutions-slider .slick-slide {
  height: auto;
}
@media screen and (min-width: 998px) {
  .solutions-slider {
    left: 50%;
    position: relative;
    transform: translateX(-50%);
    width: calc(100% + 4.375rem);
  }
  .solutions-slider:not(.slick-slide) {
    display: flex;
  }
}

@media screen and (min-width: 998px) {
  .solution-wrapper {
    padding: 2.1875rem;
  }
  .solution-wrapper:not(.slick-slide) {
    max-width: 25%;
  }
}
@media screen and (max-width: 997px) {
  .solution-wrapper:not(:last-of-type) {
    margin-bottom: 2.1875rem;
  }
}

.solution {
  box-shadow: 0 0.3125rem 0.9375rem rgba(0, 0, 0, 0.08);
  display: flex;
  height: 100%;
}
.solution.clicking .green-gradient-arrow-circle::before {
  animation: 0.6s linear green-gradient-circle-click;
}
.solution .green-gradient-arrow-button {
  margin-top: auto;
}
@media screen and (min-width: 998px) {
  .solution {
    flex-direction: column;
  }
}
@media screen and (max-width: 997px) {
  .solution {
    height: 8.375rem;
  }
}

.solution-image-wrapper {
  position: relative;
  width: 100%;
}
.solution-image-wrapper h2 {
  position: absolute;
  text-transform: uppercase;
  z-index: 1;
}
@media screen and (min-width: 998px) {
  .solution-image-wrapper {
    height: 0;
    padding-bottom: 106.106870229%;
  }
  .solution-image-wrapper::after {
    background: linear-gradient(0deg, #0b0b0b 0%, #5c5c5c00 100%) no-repeat;
    bottom: 0;
    content: "";
    display: block;
    height: 80%;
    left: 0;
    position: absolute;
    width: 100%;
  }
  .solution-image-wrapper h2 {
    bottom: 0;
    color: #ffffff;
    font-size: 1.5rem;
    left: 0;
    line-height: 1.0833333333;
    padding: 0.625rem 1.25rem;
  }
}
@media screen and (max-width: 997px) {
  .solution-image-wrapper {
    height: 100%;
    width: 7.875rem;
  }
  .solution-image-wrapper h2 {
    font-size: 1.125rem;
    line-height: 1.1111111111;
    left: calc(100% + 1.25rem);
    top: 0.8125rem;
  }
}

.solution-image {
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.solution-content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.solution-content p {
  margin-bottom: 2.5rem;
}
.solution-content .green-gradient-arrow-button {
  color: #2a3940;
  font-weight: 600;
  margin-top: auto;
}
@media screen and (min-width: 998px) {
  .solution-content {
    align-items: center;
    padding: 1.25rem;
  }
}
@media screen and (max-width: 997px) {
  .solution-content {
    align-items: flex-end;
    padding: 0.625rem 0.9375rem;
  }
  .solution-content .green-gradient-arrow-button {
    margin-right: -0.625rem;
  }
}

@media screen and (min-width: 998px) {
  .home-products {
    margin-top: -29.6875rem;
    padding-top: 6.25rem;
    padding-bottom: 15rem;
  }
  .home-products .home-title {
    margin-bottom: 3.4375rem;
  }
}
@media screen and (max-width: 997px) {
  .home-products {
    margin-top: -24.375rem;
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
  .home-products .home-title {
    margin-bottom: 3.125rem;
    padding: 0 1.25rem;
  }
}

.products-list-wrapper {
  width: 100%;
}
@media screen and (max-width: 997px) {
  .products-list-wrapper {
    display: flex;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

.products-list {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 997px) {
  .products-list {
    flex-shrink: 0;
    padding: 1.25rem;
  }
}

.product {
  background-color: #10b523;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  padding: 1.25rem;
}
.product.clicking .green-gradient-arrow-circle::before {
  animation: 0.6s linear green-gradient-circle-click;
}
.product p {
  margin-top: 1.25rem;
  margin-bottom: 1.875rem;
}
.product .green-gradient-arrow-button {
  align-self: center;
  color: #2a3940;
  margin-top: auto;
}
@media screen and (min-width: 998px) {
  .product {
    width: 16.375rem;
  }
  .product:not(:last-of-type) {
    margin-right: 4.375rem;
  }
}
@media screen and (max-width: 997px) {
  .product {
    width: 16.375rem;
  }
  .product:not(:last-of-type) {
    margin-right: 2.8125rem;
  }
}

.product-icon {
  margin-bottom: 0.9375rem;
}
.product-icon svg {
  height: 3.25rem;
  width: auto;
}
.product-icon svg path {
  fill: #ffffff;
}

.product-title {
  margin-bottom: 0.9375rem;
}

.product-solutions {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
}

.product-solution {
  align-items: center;
  background-color: #ffffff;
  border-radius: 0.625rem;
  color: #2a3940;
  display: flex;
  font-size: 0.875rem;
  font-weight: 700;
  height: 1.25rem;
  padding: 0 0.625rem;
  text-transform: uppercase;
}
.product-solution:not(:last-of-type) {
  margin-bottom: 0.25rem;
}

.home-bottom-banner {
  overflow: hidden;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 998px) {
  .home-bottom-banner {
    height: 48.6875rem;
    padding-top: 1.25rem;
  }
  .home-bottom-banner .grid {
    height: calc(100% - 1.25rem);
    left: 50%;
    position: absolute;
    bottom: 0;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 997px) {
  .home-bottom-banner {
    padding-top: 0.75rem;
  }
}

.green-rectangle {
  background-color: #23fa61;
  mix-blend-mode: multiply;
  position: absolute;
}
@media screen and (min-width: 998px) {
  .green-rectangle {
    height: 42.375rem;
    right: calc(100% - 18.75rem);
    top: -1.25rem;
    width: 39.6875rem;
  }
}
@media screen and (max-width: 997px) {
  .green-rectangle {
    height: 25.9375rem;
    right: calc(100% - 10.375rem);
    top: -0.75rem;
    width: 24.9375rem;
  }
}

.bottom-banner-image {
  object-fit: cover;
}
@media screen and (min-width: 998px) {
  .bottom-banner-image {
    height: 100%;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 100vw;
  }
}
@media screen and (max-width: 997px) {
  .bottom-banner-image {
    height: 25.1875rem;
    width: 100%;
  }
}

.bottom-banner-text-wrapper p {
  font-size: 1.125rem;
  font-weight: 400;
}
@media screen and (min-width: 998px) {
  .bottom-banner-text-wrapper {
    color: #ffffff;
    max-width: 37.5rem;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .bottom-banner-text-wrapper h1 {
    font-size: 2.8125rem;
    font-weight: 600;
    line-height: 1.1777777778;
  }
  .bottom-banner-text-wrapper p {
    line-height: 1.5625rem;
    margin-top: 1.5625rem;
    max-width: 33.125rem;
  }
}
@media screen and (max-width: 997px) {
  .bottom-banner-text-wrapper h1 {
    bottom: calc(100% - 23.3125rem);
    color: #ffffff;
    font-size: 1.4375rem;
    left: 1.25rem;
    line-height: 1.1739130435;
    max-width: 14.6875rem;
    position: absolute;
  }
  .bottom-banner-text-wrapper p {
    max-width: 18.4375rem;
    padding: 2.8125rem 1.25rem 5rem;
  }
}

.solution-top-banner {
  position: relative;
}
.solution-top-banner .grid {
  height: 100%;
  left: 50%;
  padding-bottom: 3.125rem;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
}
.solution-top-banner .grid-child {
  align-items: center;
  display: flex;
}
.solution-top-banner h1 {
  color: #ffffff;
  font-weight: 800;
  text-transform: uppercase;
}
@media screen and (min-width: 998px) {
  .solution-top-banner {
    margin-top: 11.875rem;
  }
  .solution-top-banner h1 {
    font-size: 3.4375rem;
    line-height: 1.1818181818;
    max-width: 31.25rem;
  }
}
@media screen and (max-width: 997px) {
  .solution-top-banner .grid-child {
    align-items: flex-end;
    height: 100%;
  }
  .solution-top-banner h1 {
    font-size: 2.0625rem;
    line-height: 1.1818181818;
    max-width: 33.75rem;
    padding: 0 1.25rem;
  }
}

.solution-top-banner-image {
  object-fit: cover;
  width: 100%;
}
@media screen and (min-width: 998px) {
  .solution-top-banner-image {
    height: 27.875rem;
  }
}
@media screen and (max-width: 997px) {
  .solution-top-banner-image {
    height: 21rem;
  }
}

.solution-features .grid-child {
  display: flex;
}
@media screen and (min-width: 998px) {
  .solution-features {
    margin-top: -2.5rem;
    padding-bottom: 3.75rem;
  }
}
@media screen and (max-width: 997px) {
  .solution-features {
    background-color: #f7f7f7;
  }
  .solution-features .grid-child {
    flex-direction: column;
    flex-shrink: 0;
  }
}

@media screen and (min-width: 998px) {
  .features-list-wrapper {
    flex-grow: 1;
  }
}
@media screen and (max-width: 997px) {
  .features-list-wrapper {
    display: flex;
    margin-top: -1.25rem;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    width: 100%;
  }
}

@media screen and (min-width: 998px) {
  .features-list {
    display: grid;
    gap: 0.625rem;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    height: 100%;
  }
}
@media screen and (max-width: 997px) {
  .features-list {
    display: flex;
    flex-shrink: 0;
    padding: 0 1.25rem 1.25rem;
  }
}

.feature {
  align-items: center;
  background-color: #10b523;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1.25rem;
}
@media screen and (max-width: 997px) {
  .feature {
    height: 14.375rem;
    max-width: calc(100vw - 2.5rem);
    width: 18.75rem;
  }
  .feature:not(:last-of-type) {
    margin-right: 0.75rem;
  }
}

.feature-icon {
  margin-bottom: 1.5rem;
  height: 3.75rem;
  width: auto;
}

.feature-text {
  color: #ffffff;
  max-width: 13.125rem;
  text-align: center;
}

.solution-form-wrapper .solution-title {
  font-weight: 600;
  margin-bottom: 1.5rem;
}
.solution-form-wrapper .green-gradient-arrow-button {
  color: #2a3940;
  margin-top: 2.1875rem;
}
@media screen and (min-width: 998px) {
  .solution-form-wrapper {
    background-color: #f7f7f7;
    margin-left: 0.625rem;
    padding: 3.75rem;
    width: 37.5rem;
  }
}
@media screen and (max-width: 997px) {
  .solution-form-wrapper {
    padding: 3.75rem 1.25rem;
  }
}

.solution-products .solution-title {
  margin-bottom: 1.5625rem;
}
@media screen and (min-width: 998px) {
  .solution-products {
    padding-top: 3.75rem;
    padding-bottom: 10.625rem;
  }
}
@media screen and (max-width: 997px) {
  .solution-products {
    padding: 5rem 0.625rem;
  }
  .solution-products .solution-title {
    padding: 0 0.625rem;
  }
}

.solution-product {
  background-color: #f7f7f7;
  display: flex;
}
.solution-product:not(:last-of-type) {
  margin-bottom: 3.125rem;
}
@media screen and (min-width: 998px) {
  .solution-product {
    padding: 2.5rem;
  }
}
@media screen and (max-width: 997px) {
  .solution-product {
    flex-direction: column;
    padding: 2.5rem 1.25rem 3.75rem;
  }
}

.product-info {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  max-width: 17.5rem;
}
@media screen and (min-width: 998px) {
  .product-info {
    margin-right: 3.125rem;
    padding-left: 1.25rem;
  }
}
@media screen and (max-width: 997px) {
  .product-info {
    padding-bottom: 2.5rem;
  }
}

.solution-product-icon {
  margin-bottom: 0.625rem;
}
.solution-product-icon svg {
  height: 3.25rem;
  width: auto;
}
.solution-product-icon svg path {
  fill: #10b523;
}

.solution-product-title {
  color: #10b523;
  font-size: 2.8125rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0.75rem;
}

.product-description {
  color: #1b2c33;
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 2.1875rem;
}

@media screen and (max-width: 997px) {
  .product-contact-button {
    align-self: center;
  }
}

.solution-product-content {
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 998px) {
  .solution-product-features-wrapper {
    column-gap: 1.25rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 997px) {
  .solution-product-features-wrapper {
    display: flex;
    flex-direction: column;
  }
}

.solution-product-feature-title {
  color: #10b523;
}
@media screen and (min-width: 998px) {
  .solution-product-feature-title {
    font-size: 1.5rem;
    line-height: 1.0833333333;
  }
}
@media screen and (max-width: 997px) {
  .solution-product-feature-title {
    font-size: 1.125rem;
    line-height: 1.4444444444;
  }
}

.solution-product-feature-icon {
  margin-right: 1rem;
}
@media screen and (max-width: 997px) {
  .solution-product-feature-icon {
    height: 2.1875rem;
  }
}

.solution-product-feature {
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
}
.solution-product-feature li {
  padding-left: 0.9375rem;
  position: relative;
  line-height: 1.1875;
}
.solution-product-feature li:not(:last-of-type) {
  margin-bottom: 1.25rem;
}
.solution-product-feature li::before {
  content: "•";
  color: #10b523;
  display: inline-block;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 0.95;
  position: absolute;
  right: calc(100% - 0.5rem);
  top: 0;
}
@media screen and (min-width: 998px) {
  .solution-product-feature {
    padding: 2.5rem 2.5rem 2.5rem 1.5625rem;
  }
}
@media screen and (max-width: 997px) {
  .solution-product-feature:not(:last-of-type) {
    margin-bottom: 0.375rem;
  }
}

.product-bottom-info {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 998px) {
  .product-bottom-info {
    margin-top: 1.875rem;
  }
  .product-bottom-info p {
    max-width: 46.5625rem;
  }
}
@media screen and (max-width: 997px) {
  .product-bottom-info {
    margin-top: 0.375rem;
  }
}

@media screen and (max-width: 997px) {
  .mobile-accordion-item:not(.active) .mobile-accordion-content {
    height: 0 !important;
  }
}

@media screen and (max-width: 997px) {
  .mobile-accordion:not(.loaded) .mobile-accordion-content {
    height: auto !important;
  }
}

@media screen and (max-width: 997px) {
  .mobile-accordion-item {
    background-color: #ffffff;
  }
}

.mobile-accordion-header {
  align-items: center;
  display: flex;
}
@media screen and (min-width: 998px) {
  .mobile-accordion-header {
    margin-bottom: 1.875rem;
  }
}
@media screen and (max-width: 997px) {
  .mobile-accordion-header {
    cursor: pointer;
    height: 4.1875rem;
    padding: 0 1.5625rem;
  }
}

.accordion-chevron {
  margin-left: auto;
}

@media screen and (max-width: 997px) {
  .mobile-accordion-content {
    overflow: hidden;
    transition: height 0.3s;
  }
  .mobile-accordion-content > ul,
.mobile-accordion-content > p {
    padding: 1.875rem;
  }
}

/*# sourceMappingURL=style.css.map */
