@charset "UTF-8";
/*!
Theme Name: growcode
Theme URI: http://underscores.me/
Author: Grow Code
Author URI: https://growcodetecnologia.com.br
Description: Tema da Agência Grow Code Tecnologia
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: growcode
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

growcode is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: "Epilogue", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.fw-600 {
  font-weight: 600;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #0B140D;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
a {
  color: #4169e1;
}
a:visited {
  color: #800080;
}
a:hover, a:focus, a:active {
  color: #191970;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}
button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
}

.btn.btn-primary {
  background: #79FF96;
  color: #0B140D;
  border-color: #79FF96;
}
.btn.btn-primary path {
  stroke: #0B140D;
}
.btn.btn-primary:active, .btn.btn-primary:focus, .btn.btn-primary:hover {
  background: #0B140D;
  color: #79FF96;
  border-color: #79FF96;
}
.btn.btn-primary:active path, .btn.btn-primary:focus path, .btn.btn-primary:hover path {
  stroke: #79FF96;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: flex;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
html,
body {
  margin: 0;
  padding: 0;
  margin-bottom: 0 !important;
}

body {
  overflow-x: hidden;
}

#page {
  min-height: 100vh;
  margin-bottom: 0;
}

.site-header {
  position: relative;
  z-index: 20;
  background-color: #0B140D;
  margin-bottom: 30px;
}
.site-header .navbar-primary {
  padding: 34px 0 30px;
  background-color: #0B140D;
}
.site-header .navbar-brand {
  margin-right: 0;
  padding: 0;
}
.site-header .site-logo {
  max-height: 34px;
  width: auto;
  display: block;
}
.site-header .container {
  display: flex;
  align-items: center;
}
.site-header .navbar-collapse {
  width: 100%;
  margin-left: auto;
}
.site-header .navbar-collapse-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 48px;
}
.site-header .navbar-nav {
  display: flex;
  align-items: center;
  gap: 34px;
  margin: 0;
  margin-left: auto;
}
.site-header .navbar-nav .nav-link {
  position: relative;
  padding: 0 !important;
  color: #fff !important;
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
}
.site-header .navbar-nav .nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100%;
  height: 2px;
  background-color: #79FF96;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.3s ease;
}
.site-header .navbar-nav .nav-link:hover::after, .site-header .navbar-nav .nav-link:focus-visible::after, .site-header .navbar-nav .nav-link.active::after {
  transform: scaleX(1);
}
.site-header .btn-wrapper .btn-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  padding: 0;
}
.site-header .btn-wrapper .btn-link img {
  width: 18px;
  height: 18px;
  display: block;
}
.site-header .btn-wrapper {
  margin-left: auto;
  flex-shrink: 0;
}
.site-header .navbar-toggler {
  border: 0;
  padding: 0;
  margin-left: auto;
  box-shadow: none !important;
}
.site-header .navbar-toggler-box {
  width: 28px;
  height: 20px;
  display: inline-flex;
  flex-direction: column;
  justify-content: space-between;
}
.site-header .navbar-toggler-line {
  width: 100%;
  height: 2px;
  display: block;
  background-color: #fff;
}
@media (max-width: 991px) {
  .site-header .navbar-primary {
    padding: 22px 0;
  }
  .site-header .site-logo {
    max-height: 28px;
  }
  .site-header .navbar-collapse {
    width: 100%;
    margin-left: 0;
    margin-top: 24px;
    background-color: rgba(17, 26, 19, 0.98);
    border: 1px solid rgba(255, 255, 255, 0.08);
    padding: 20px;
  }
  .site-header .navbar-collapse-inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 24px;
  }
  .site-header .navbar-nav {
    align-items: flex-start;
    gap: 22px;
    width: 100%;
    margin-left: 0;
  }
  .site-header .navbar-nav .nav-link::after {
    bottom: -6px;
  }
  .site-header .btn-wrapper {
    width: 100%;
    margin-left: 0;
  }
  .site-header .btn-wrapper .btn-link {
    justify-content: space-between;
    width: 100%;
    padding-top: 4px;
  }
}

.sticky {
  display: block;
}

.post,
.page {
  margin: 0 0 1.5em;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.nav-tabs {
  border: none;
  padding: 0;
  margin: 0 0 30px 0;
}
.nav-tabs .nav-item .nav-link {
  background-color: transparent;
  border: none;
  padding-bottom: 30px !important;
  border-bottom: 2px solid rbga(255, 255, 255, 0.5);
  color: rgba(255, 255, 255, 0.6);
  border-radius: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}
.nav-tabs .nav-item .nav-link.active {
  background-color: transparent !important;
  border-bottom: 2px solid #79FF96;
  color: #fff;
}

.tab-content .tab-pane h3 {
  margin-bottom: 15px;
  color: #fff;
  font-size: 32px;
  font-weight: 600;
}
.tab-content .tab-pane p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 18px;
  line-height: 24px;
}

.site-footer {
  background-color: #0B140D;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding: 44px 0;
  margin-bottom: 0;
}
.site-footer .site-footer-inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
}
.site-footer .site-footer-copy {
  color: #fff;
  font-size: 18px;
  line-height: 1;
  margin: 0;
}
.site-footer .site-footer-social {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
}
.site-footer .site-footer-social-link,
.site-footer .site-footer-back-to-top {
  width: 50px;
  height: 50px;
  color: rgba(255, 255, 255, 0.92);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.site-footer .site-footer-social-link:hover,
.site-footer .site-footer-back-to-top:hover {
  opacity: 0.75;
  transform: translateY(-1px);
}
.site-footer .site-footer-back-to-top {
  justify-self: end;
}
.site-footer .site-footer-back-to-top img {
  width: 90px;
  height: 90px;
  display: block;
}
@media (max-width: 767px) {
  .site-footer {
    padding: 28px 0 36px;
  }
  .site-footer .site-footer-inner {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .site-footer .site-footer-social {
    gap: 20px;
  }
  .site-footer .site-footer-back-to-top {
    justify-self: center;
  }
}

.whatsapp-floating-button {
  position: fixed;
  right: 28px;
  bottom: 28px;
  z-index: 999;
  border-radius: 999px;
  background: transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.whatsapp-floating-button img {
  width: 90px;
  height: 90px;
  display: block;
  object-fit: contain;
}
@media (max-width: 767px) {
  .whatsapp-floating-button {
    right: 4px;
    bottom: 4px;
    width: 90px;
    height: 90px;
  }
  .whatsapp-floating-button img {
    width: 90px;
    height: 90px;
  }
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

.p-0 {
  padding: 0 !important;
}

.p-md {
  padding: 16px 24px;
}

.br-0 {
  border-radius: 0 !important;
}

.growcode-square {
  width: 45px;
  height: 45px;
  background-color: #79FF96;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.growcode-square .square {
  position: absolute;
  border: 0.83px solid #79FF96;
  background-color: #0B140D;
  height: 5px;
  width: 5px;
  line-height: 0.8;
}
.growcode-square .square.square-upper-left {
  left: -5px;
  top: -5px;
}
.growcode-square .square.square-bottom-left {
  left: -5px;
  bottom: -5px;
}
.growcode-square .square.square-upper-right {
  right: -5px;
  top: -5px;
}
.growcode-square .square.square-bottom-right {
  right: -5px;
  bottom: -5px;
}

/* Pages
--------------------------------------------- */
.home #banner {
  background-image: url("/images/column.png");
  margin-bottom: 60px;
}
.home .trusted-companies-wrapper .trusted-companies {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}
.home .trusted-companies-wrapper .trusted-companies .trusted-company {
  width: 33px;
  height: 33px;
  margin-left: -10px;
  background-color: #0D180F;
  border-radius: 999999px;
}
.home .trusted-companies-wrapper .trusted-companies .trusted-company:not(:last-child) img {
  border-radius: 999999px;
  border: 0.83px solid #0D180F;
}
.home .trusted-companies-wrapper p {
  font-size: 16px;
  color: #fff;
  text-align: center;
}
.home .banner-cta-wrapper .banner-header {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.home .banner-cta-wrapper .banner-header h1 {
  font-size: 70px;
  text-align: center;
  color: #fff;
  letter-spacing: -2px;
  font-weight: 700;
}
.home .banner-cta-wrapper .banner-header h1 span {
  display: block;
}
.home .banner-cta-wrapper .banner-header h1 span.highlight {
  color: #0B140D;
  font-style: italic;
  background-color: #79FF96;
  display: inline-block;
  position: relative;
  min-width: 3.6ch;
}
.home .banner-cta-wrapper .banner-header h1 span.highlight .typing-highlight-text {
  display: inline-block;
  min-width: 11ch;
  white-space: nowrap;
}
.home .banner-cta-wrapper .banner-header h1 span.highlight .typing-highlight-text::after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 0.9em;
  margin-left: 6px;
  vertical-align: middle;
  background-color: currentColor;
  animation: blink-caret 0.9s steps(1) infinite;
}
.home .banner-cta-wrapper .banner-header h1 span.highlight .square {
  position: absolute;
  border: 0.83px solid #79FF96;
  background-color: #0B140D;
  height: 10px;
  width: 10px;
  line-height: 0.8;
}
.home .banner-cta-wrapper .banner-header h1 span.highlight .square.square-upper-left {
  left: -10px;
  top: -10px;
}
.home .banner-cta-wrapper .banner-header h1 span.highlight .square.square-bottom-left {
  left: -10px;
  bottom: -10px;
}
.home .banner-cta-wrapper .banner-header h1 span.highlight .square.square-upper-right {
  right: -10px;
  top: -10px;
}
.home .banner-cta-wrapper .banner-header h1 span.highlight .square.square-bottom-right {
  right: -10px;
  bottom: -10px;
}
.home .banner-cta-wrapper .banner-sub-header {
  font-size: 24px;
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
}
.home .banner-cta-wrapper .button-cta-wrapper {
  text-align: center;
}
.home #tecnologies {
  padding-top: 40px;
  padding-bottom: 40px;
  border-top: 1px solid #222222;
  border-bottom: 1px solid #222222;
  position: relative;
}
.home #tecnologies .section-title {
  position: absolute;
  top: -13px;
  background-color: #0B140D;
  left: 10%;
  padding: 5px 10px;
}
.home #tecnologies .section-title h2 {
  color: #4E4E4E;
  font-size: 14px;
}
.home #tecnologies .tecnologies-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}
.home #tecnologies .tecnologies-wrapper .tecnology {
  width: 88px;
  height: 57px;
  background-color: rgba(78, 78, 78, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
}
.home #tecnologies .tecnologies-wrapper .tecnology img {
  max-width: 100%;
}
.home #services {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}
.home #services .services-container {
  display: flex;
}
.home #services .services-container .col-services-stats {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 30%;
}
.home #services .services-container .col-services-stats .section-header h2 {
  font-size: 42px;
  color: #fff;
  font-weight: 600;
  margin-top: 20px;
}
.home #services .services-container .col-services-stats .services-stats {
  display: flex;
  gap: 7px;
  justify-content: space-between;
}
.home #services .services-container .col-services-stats .services-stats .service-stat {
  max-width: 50%;
}
.home #services .services-container .col-services-stats .services-stats .service-stat h3 {
  color: #fff;
  font-size: 32px;
  margin-bottom: 5px;
}
.home #services .services-container .col-services-stats .services-stats .service-stat p {
  font-size: 14px;
  line-height: 18px;
  color: rgba(255, 255, 255, 0.6);
  margin: 0;
}
.home #services .services-container .col-icon {
  width: 10%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home #services .services-container .col-icon img {
  max-width: 100%;
  height: auto;
}
.home #services .services-container .col-services {
  width: 60%;
  padding-left: 15px;
  padding-right: 15px;
}
.home #services .services-container .col-services .services-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.home #services .services-container .col-services .services-wrapper .col-sm-6 {
  display: flex;
}
.home #services .services-container .col-services .services-wrapper .service-card {
  border: rgba(255, 255, 255, 0.2) 1px solid;
  padding: 24px;
  height: 100%;
  transition: box-shadow 0.3s ease;
  position: relative;
}
.home #services .services-container .col-services .services-wrapper .service-card:hover {
  box-shadow: inset 11px 0 0 0 #A6FFB9;
}
.home #services .services-container .col-services .services-wrapper .service-card:hover .icon-wrapper {
  background-color: #A6FFB9;
}
.home #services .services-container .col-services .services-wrapper .service-card:hover .growcode-square {
  visibility: visible;
}
.home #services .services-container .col-services .services-wrapper .service-card .icon-wrapper {
  width: 46px;
  height: 46px;
  background-color: #5E626E;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  transition: background-color 0.3s ease;
}
.home #services .services-container .col-services .services-wrapper .service-card .service-content h3 {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}
.home #services .services-container .col-services .services-wrapper .service-card .service-content p {
  font-size: 14px;
  line-height: 18px;
  color: rgba(255, 255, 255, 0.6);
}
.home #services .services-container .col-services .services-wrapper .service-card .growcode-square {
  right: -15px;
  bottom: -20px;
  transition: visibility 0.3s ease;
  visibility: hidden;
}
.home #our-process {
  padding-top: 120px;
  padding-bottom: 80px;
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: contain;
}
.home #our-process .section-title {
  font-size: 42px;
  margin-bottom: 20px;
  font-weight: 600;
  color: #fff;
}
.home #our-process .col-processes {
  max-width: 60%;
}
.home #our-process .col-animation {
  max-width: 40%;
}
.home #companies-that-thrust {
  margin-top: 80px;
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
}
.home #companies-that-thrust::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: min(100%, 490px);
  height: 1px;
  background: linear-gradient(90deg, rgba(121, 255, 150, 0) 0%, rgba(121, 255, 150, 0.25) 50%, rgba(121, 255, 150, 0) 100%);
}
.home #companies-that-thrust .section-header {
  text-align: center;
  margin-bottom: 40px;
}
.home #companies-that-thrust .section-header p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 18px;
}
.home #companies-that-thrust .companies-that-thrust-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.home #companies-that-thrust .companies-that-thrust-wrapper .company-that-thrust img {
  max-width: 120px;
}
.home #projects-slider-section {
  width: 100%;
  overflow: hidden;
  background-color: #071009;
}
.home #projects-slider-section .projects-slider {
  position: relative;
  overflow: hidden;
}
.home #projects-slider-section .project-slide {
  min-height: clamp(680px, 63vw, 914px);
  display: grid;
  grid-template-columns: minmax(0, 47%) minmax(0, 53%);
  background-color: #071009;
}
.home #projects-slider-section .project-info-col {
  position: relative;
  padding: 200px 48px 132px clamp(24px, 10vw, 144px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  z-index: 2;
}
.home #projects-slider-section .project-index {
  color: #fff;
  font-size: clamp(44px, 4.5vw, 58px);
  line-height: 1;
  font-weight: 600;
  margin-bottom: 42px;
}
.home #projects-slider-section .project-logo {
  margin-bottom: 15px;
}
.home #projects-slider-section .project-logo .project-logo-image {
  max-width: 120px;
  width: auto;
  height: auto;
  display: block;
}
.home #projects-slider-section .project-tags {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.home #projects-slider-section .project-tag {
  border: 1px solid #fff;
  padding: 10px 24px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.home #projects-slider-section .project-tag:hover {
  background-color: #fff;
  color: #0B140D;
}
.home #projects-slider-section .project-title {
  font-family: "Epilogue", sans-serif;
  font-size: clamp(42px, 4vw, 58px);
  line-height: 1.06;
  font-weight: 600;
  color: #fff;
  max-width: 560px;
  margin-bottom: 28px;
}
.home #projects-slider-section .project-description {
  font-family: "Epilogue", sans-serif;
  font-size: 18px;
  line-height: 1.35;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.72);
  max-width: 560px;
  margin-bottom: 0;
}
.home #projects-slider-section .project-image-col {
  min-height: clamp(680px, 63vw, 914px);
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
  overflow: hidden;
}
.home #projects-slider-section .project-image-col .project-slide-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center right;
  display: block;
}
.home #projects-slider-section .projects-slider-pagination {
  position: absolute;
  left: clamp(24px, 10vw, 144px);
  bottom: 56px;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 12px;
}
.home #projects-slider-section .projects-slider-pagination .swiper-pagination-bullet {
  width: 24px;
  height: 24px;
  margin: 0 !important;
  border-radius: 999px;
  background-color: rgba(121, 255, 150, 0.24);
  opacity: 1;
  transition: background-color 0.3s ease, transform 0.3s ease;
}
.home #projects-slider-section .projects-slider-pagination .swiper-pagination-bullet-active {
  background-color: #79FF96;
  transform: scale(1.05);
}
@media (max-width: 991px) {
  .home #projects-slider-section .project-slide {
    min-height: auto;
    grid-template-columns: 1fr;
  }
  .home #projects-slider-section .project-info-col {
    padding: 64px 24px 140px;
  }
  .home #projects-slider-section .project-index {
    font-size: 40px;
    margin-bottom: 28px;
  }
  .home #projects-slider-section .project-title {
    font-size: 34px;
    line-height: 38px;
  }
  .home #projects-slider-section .project-image-col {
    min-height: 360px;
  }
  .home #projects-slider-section .projects-slider-pagination {
    left: 24px;
    bottom: 384px;
  }
}
@media (max-width: 575px) {
  .home #projects-slider-section .project-info-col {
    padding: 48px 20px 60px;
  }
  .home #projects-slider-section .project-tag {
    padding: 10px 18px;
  }
  .home #projects-slider-section .project-title {
    font-size: 28px;
    line-height: 32px;
  }
  .home #projects-slider-section .project-description {
    font-size: 16px;
    line-height: 22px;
  }
  .home #projects-slider-section .project-image-col {
    min-height: 280px;
  }
  .home #projects-slider-section .projects-slider-pagination {
    left: 20px;
    bottom: 302px;
    position: initial;
    display: flex;
    justify-content: center;
    padding: 20px 0 40px;
  }
}
.home #prompt-marquee-section {
  width: 100%;
  overflow: hidden;
  background-color: #70f28b;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.home #prompt-marquee-section .prompt-marquee {
  overflow: hidden;
}
.home #prompt-marquee-section .prompt-marquee-track {
  width: max-content;
  display: flex;
  align-items: center;
  gap: 72px;
  padding: 24px 0;
  animation: prompt-marquee-scroll 26s linear infinite;
}
.home #prompt-marquee-section .prompt-marquee-item {
  display: inline-flex;
  align-items: center;
  gap: 28px;
  flex: 0 0 auto;
}
.home #prompt-marquee-section .prompt-marquee-icon {
  width: 24px;
  height: 24px;
  display: block;
  object-fit: contain;
}
.home #prompt-marquee-section .prompt-marquee-text {
  color: #08110a;
  font-size: 20px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .home #prompt-marquee-section .prompt-marquee-track {
    gap: 48px;
    padding: 18px 0;
  }
  .home #prompt-marquee-section .prompt-marquee-item {
    gap: 20px;
  }
  .home #prompt-marquee-section .prompt-marquee-icon {
    width: 24px;
    height: 24px;
  }
  .home #prompt-marquee-section .prompt-marquee-text {
    font-size: 20px;
  }
}
.home #clients-testimonials-section {
  padding: 120px 0 140px;
  overflow: hidden;
  position: relative;
}
.home #clients-testimonials-section .testimonials-heading {
  max-width: 720px;
  margin: 0 auto 72px;
  text-align: center;
}
.home #clients-testimonials-section .testimonials-heading-line {
  width: min(100%, 490px);
  height: 1px;
  display: block;
  margin: 0 auto 56px;
  background: linear-gradient(90deg, rgba(121, 255, 150, 0) 0%, rgba(121, 255, 150, 0.25) 50%, rgba(121, 255, 150, 0) 100%);
}
.home #clients-testimonials-section .testimonials-title {
  font-size: clamp(42px, 4vw, 62px);
  line-height: 0.98;
  font-weight: 600;
  color: #fff;
  letter-spacing: -0.04em;
  margin-bottom: 28px;
}
.home #clients-testimonials-section .testimonials-social-proof {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.home #clients-testimonials-section .testimonials-social-proof p {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.68);
  margin: 0;
}
.home #clients-testimonials-section .testimonials-social-proof p em {
  font-style: italic;
}
.home #clients-testimonials-section .testimonials-social-avatars {
  display: flex;
  align-items: center;
}
.home #clients-testimonials-section .testimonials-social-avatar {
  width: 30px;
  height: 30px;
  border-radius: 999px;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.4);
  margin-left: -8px;
}
.home #clients-testimonials-section .testimonials-social-avatar:first-child {
  margin-left: 0;
}
.home #clients-testimonials-section .testimonials-slider {
  position: relative;
  padding-bottom: 92px;
}
.home #clients-testimonials-section .swiper-slide {
  opacity: 0.4;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.home #clients-testimonials-section .swiper-slide-active {
  opacity: 1;
}
.home #clients-testimonials-section .testimonial-card {
  min-height: 420px;
  background-color: rgba(13, 24, 15, 0.9);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 56px 48px 44px;
}
.home #clients-testimonials-section .testimonial-quote-mark {
  font-size: 112px;
  line-height: 0.8;
  letter-spacing: -0.08em;
  color: #79FF96;
  font-weight: 700;
  margin-bottom: 16px;
}
.home #clients-testimonials-section .testimonial-quote {
  font-size: clamp(22px, 2.6vw, 40px);
  line-height: 1.08;
  letter-spacing: -0.04em;
  color: #fff;
  max-width: 860px;
  margin: 0 auto 28px;
}
.home #clients-testimonials-section .testimonial-author-avatar {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  object-fit: cover;
  display: block;
  margin: 0 auto 12px;
}
.home #clients-testimonials-section .testimonial-author-name {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 500;
  color: #fff;
  margin-bottom: 4px;
}
.home #clients-testimonials-section .testimonial-author-role {
  font-size: 14px;
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.48);
  margin: 0;
}
.home #clients-testimonials-section .testimonials-slider-nav {
  width: 56px;
  height: 56px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 4;
  border: 0;
  background-color: rgba(24, 35, 26, 0.88);
  color: rgba(255, 255, 255, 0.68);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.home #clients-testimonials-section .testimonials-slider-nav:hover {
  background-color: rgba(121, 255, 150, 0.18);
  color: #fff;
}
.home #clients-testimonials-section .testimonials-slider-prev {
  left: 15%;
}
.home #clients-testimonials-section .testimonials-slider-next {
  right: 15%;
}
.home #clients-testimonials-section .testimonials-slider-pagination {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.home #clients-testimonials-section .testimonials-slider-pagination .swiper-pagination-bullet {
  width: 28px;
  height: 5px;
  margin: 0 !important;
  border-radius: 999px;
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.72);
}
.home #clients-testimonials-section .testimonials-slider-pagination .swiper-pagination-bullet-active {
  background-color: #79FF96;
}
@media (max-width: 1199px) {
  .home #clients-testimonials-section .testimonials-slider-prev {
    left: 8%;
  }
  .home #clients-testimonials-section .testimonials-slider-next {
    right: 8%;
  }
}
@media (max-width: 767px) {
  .home #clients-testimonials-section {
    padding: 96px 0 120px;
  }
  .home #clients-testimonials-section .testimonials-heading {
    margin-bottom: 48px;
  }
  .home #clients-testimonials-section .testimonials-heading-line {
    margin-bottom: 40px;
  }
  .home #clients-testimonials-section .testimonials-social-proof {
    flex-direction: column;
    gap: 12px;
  }
  .home #clients-testimonials-section .testimonials-slider {
    padding-bottom: 84px;
  }
  .home #clients-testimonials-section .testimonial-card {
    min-height: 360px;
    padding: 44px 24px 36px;
  }
  .home #clients-testimonials-section .testimonial-quote-mark {
    font-size: 84px;
  }
  .home #clients-testimonials-section .testimonial-quote {
    font-size: 18px;
    line-height: 1.18;
  }
  .home #clients-testimonials-section .testimonials-slider-nav {
    display: none;
  }
}
.home #contact-section {
  padding: 120px 0 160px;
  background-color: #0B140D;
  position: relative;
}
.home #contact-section .contact-anchor {
  position: absolute;
  top: -120px;
}
.home #contact-section .contact-section-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(320px, 0.95fr);
  gap: 24px;
  align-items: stretch;
}
.home #contact-section .contact-showcase {
  background-color: #0B140D;
  min-height: 772px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.home #contact-section .contact-showcase-header {
  max-width: 640px;
  margin-bottom: 48px;
}
.home #contact-section .contact-showcase-badge {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 10px 12px;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 28px;
}
.home #contact-section .contact-showcase-badge img {
  width: 18px;
  height: 18px;
  object-fit: contain;
}
.home #contact-section .contact-showcase-title {
  font-size: clamp(52px, 4.4vw, 72px);
  line-height: 0.96;
  letter-spacing: -0.05em;
  color: #fff;
  font-weight: 600;
  margin-bottom: 20px;
}
.home #contact-section .contact-showcase-subtitle {
  color: #fff;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 500;
  margin: 0;
}
.home #contact-section .contact-form-preview {
  background-color: #fff;
  min-height: 560px;
  border-top: 2px solid rgba(47, 102, 255, 0.15);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.18);
  overflow: hidden;
}
.home #contact-section .contact-form-progress {
  display: grid;
  grid-template-columns: 1fr 1fr;
  height: 4px;
}
.home #contact-section .contact-form-progress span {
  background-color: #d7e3ff;
}
.home #contact-section .contact-form-progress .is-active {
  background-color: #2f66ff;
}
.home #contact-section .contact-form-preview-content {
  max-width: 520px;
  padding: 160px 56px 64px;
}
.home #contact-section .contact-form-step-panel {
  display: none;
}
.home #contact-section .contact-form-step-panel.is-active {
  display: block;
}
.home #contact-section .contact-form-step {
  color: #2f66ff;
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 12px;
}
.home #contact-section .contact-form-question {
  display: block;
  color: #08110a;
  font-size: 20px;
  line-height: 1.35;
  margin-bottom: 24px;
}
.home #contact-section .contact-form-question span {
  color: #ff8a00;
}
.home #contact-section .contact-form-preview input[type=text],
.home #contact-section .contact-form-preview input[type=tel],
.home #contact-section .contact-form-preview input[type=email],
.home #contact-section .contact-form-preview textarea {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #d7e3ff;
  padding: 0 0 10px;
  color: #2f66ff;
  font-size: 40px;
  line-height: 1.1;
  background: transparent;
  outline: 0;
  resize: none;
}
.home #contact-section .contact-form-preview textarea {
  min-height: 180px;
  font-size: 24px;
  line-height: 1.35;
  padding-top: 8px;
}
.home #contact-section .contact-form-options-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.home #contact-section .contact-form-option {
  cursor: pointer;
}
.home #contact-section .contact-form-option input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.home #contact-section .contact-form-option span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 12px 18px;
  border: 1px solid #d7e3ff;
  color: #08110a;
  font-size: 16px;
  line-height: 1.2;
  transition: border-color 0.3s ease, background-color 0.3s ease, color 0.3s ease;
}
.home #contact-section .contact-form-option input:checked + span {
  border-color: #2f66ff;
  background-color: #2f66ff;
  color: #fff;
}
.home #contact-section .contact-form-preview-footer {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
  margin-top: 22px;
}
.home #contact-section .contact-form-preview-footer span {
  color: #08110a;
  font-size: 11px;
  line-height: 1;
}
.home #contact-section .contact-form-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}
.home #contact-section .contact-form-feedback {
  min-height: 22px;
  margin: 18px 0 0;
  font-size: 14px;
  line-height: 1.4;
  color: #08110a;
}
.home #contact-section .contact-form-feedback.is-error {
  color: #c73d20;
}
.home #contact-section .contact-form-feedback.is-success {
  color: #178b43;
}
.home #contact-section .contact-form-secondary-button {
  border: 1px solid #d7e3ff;
  background: transparent;
  color: #08110a;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  padding: 14px 18px;
}
.home #contact-section .contact-form-preview-button {
  border: 0;
  background-color: #2057c7;
  color: #fff;
  font-size: 28px;
  line-height: 1;
  font-weight: 600;
  padding: 12px 16px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 10px 20px rgba(32, 87, 199, 0.2);
}
.home #contact-section .contact-form-preview-button:disabled {
  opacity: 0.7;
  cursor: wait;
}
.home #contact-section .contact-expectations-card {
  background-color: #70f28b;
  padding: 84px 72px 72px;
  min-height: 772px;
}
.home #contact-section .contact-expectations-icon {
  width: 42px;
  height: 42px;
  object-fit: contain;
  display: block;
  margin-bottom: 40px;
}
.home #contact-section .contact-expectations-title {
  color: #08110a;
  font-size: clamp(38px, 3vw, 56px);
  line-height: 0.98;
  letter-spacing: -0.04em;
  font-weight: 600;
  max-width: 420px;
  margin-bottom: 36px;
}
.home #contact-section .contact-expectations-list {
  margin: 0;
  padding-left: 28px;
  color: rgba(8, 17, 10, 0.72);
}
.home #contact-section .contact-expectations-list li {
  font-size: 18px;
  line-height: 1.35;
}
.home #contact-section .contact-expectations-list li:not(:last-child) {
  margin-bottom: 22px;
}
@media (max-width: 1199px) {
  .home #contact-section .contact-section-layout {
    grid-template-columns: 1fr;
  }
  .home #contact-section .contact-showcase,
  .home #contact-section .contact-expectations-card {
    min-height: auto;
  }
}
@media (max-width: 767px) {
  .home #contact-section {
    padding: 96px 0 120px;
  }
  .home #contact-section .contact-showcase-badge {
    margin-bottom: 24px;
  }
  .home #contact-section .contact-showcase-subtitle {
    font-size: 18px;
  }
  .home #contact-section .contact-form-preview-content {
    padding: 72px 24px 40px;
  }
  .home #contact-section .contact-form-question {
    font-size: 18px;
  }
  .home #contact-section .contact-form-preview input {
    font-size: 28px;
  }
  .home #contact-section .contact-form-preview textarea {
    font-size: 20px;
    min-height: 140px;
  }
  .home #contact-section .contact-form-preview-button {
    font-size: 20px;
  }
  .home #contact-section .contact-form-preview-footer {
    flex-direction: column;
    align-items: flex-start;
  }
  .home #contact-section .contact-form-actions {
    flex-wrap: wrap;
  }
  .home #contact-section .contact-expectations-card {
    padding: 48px 24px;
  }
}
@media (max-width: 991px) {
  .home #banner {
    margin-bottom: 44px;
    background-size: auto 100%;
    background-position: center top;
  }
  .home .banner-cta-wrapper .banner-header {
    max-width: 560px;
  }
  .home .banner-cta-wrapper .banner-header h1 {
    font-size: 48px;
    line-height: 1.08;
    letter-spacing: 0;
  }
  .home .banner-cta-wrapper .banner-sub-header {
    max-width: 520px;
    margin: 18px auto 0;
    font-size: 20px;
    line-height: 1.35;
  }
  .home #services {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .home #services .services-container {
    flex-direction: column;
    gap: 34px;
  }
  .home #services .services-container .col-services-stats,
  .home #services .services-container .col-services {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .home #services .services-container .col-services-stats {
    gap: 28px;
  }
  .home #services .services-container .col-services-stats .section-header h2 {
    max-width: 520px;
    font-size: 36px;
    line-height: 1.08;
  }
  .home #services .services-container .col-services-stats .services-stats {
    justify-content: flex-start;
    gap: 28px;
  }
  .home #services .services-container .col-icon {
    display: none;
  }
  .home #our-process {
    padding-top: 80px;
    padding-bottom: 64px;
    background-size: 70%;
  }
  .home #our-process .col-processes,
  .home #our-process .col-animation {
    max-width: 100%;
    width: 100%;
  }
  .home #our-process .col-animation {
    margin-top: 36px;
  }
  .home #companies-that-thrust {
    margin-top: 40px;
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .home #companies-that-thrust .companies-that-thrust-wrapper {
    flex-wrap: wrap;
    gap: 18px 24px;
  }
}
@media (max-width: 767px) {
  .home #banner {
    margin-bottom: 36px;
  }
  .home .trusted-companies-wrapper p {
    max-width: 260px;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
    line-height: 1.35;
  }
  .home .banner-cta-wrapper .banner-header h1 {
    font-size: 38px;
    line-height: 1.12;
  }
  .home .banner-cta-wrapper .banner-header h1 span.highlight .typing-highlight-text {
    min-width: 10.5ch;
  }
  .home .banner-cta-wrapper .banner-sub-header {
    font-size: 17px;
  }
  .home .banner-cta-wrapper .button-cta-wrapper .btn {
    width: 100%;
    justify-content: center;
  }
  .home #tecnologies {
    padding-top: 34px;
    padding-bottom: 34px;
  }
  .home #tecnologies .section-title {
    left: 20px;
  }
  .home #tecnologies .tecnologies-wrapper {
    gap: 8px;
  }
  .home #tecnologies .tecnologies-wrapper .tecnology {
    width: calc(50% - 4px);
    max-width: 150px;
  }
  .home #services {
    padding-top: 56px;
    padding-bottom: 0;
  }
  .home #services .services-container .col-services-stats {
    align-items: center;
    text-align: center;
  }
  .home #services .services-container .col-services-stats .section-header h2 {
    font-size: 30px;
  }
  .home #services .services-container .col-services-stats .services-stats {
    width: 100%;
    justify-content: center;
  }
  .home #services .services-container .col-services-stats .services-stats .service-stat {
    max-width: none;
  }
  .home #services .services-container .col-services-stats .services-stats .service-stat h3 {
    font-size: 28px;
  }
  .home #services .services-container .col-services .services-wrapper {
    row-gap: 16px;
  }
  .home #services .services-container .col-services .services-wrapper .col-sm-6 {
    margin-bottom: 0 !important;
  }
  .home #services .services-container .col-services .services-wrapper .service-card {
    min-height: 210px;
    padding: 22px;
  }
  .home #our-process {
    padding-top: 64px;
    padding-bottom: 0;
    background-size: 100%;
  }
  .home #our-process .section-title {
    font-size: 30px;
    line-height: 1.08;
  }
  .home #companies-that-thrust {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .home #companies-that-thrust .section-header {
    margin-bottom: 28px;
  }
  .home #companies-that-thrust .section-header p {
    font-size: 16px;
    line-height: 1.45;
  }
  .home #companies-that-thrust .section-header p br {
    display: none;
  }
  .home #companies-that-thrust .companies-that-thrust-wrapper {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }
  .home #companies-that-thrust .companies-that-thrust-wrapper .company-that-thrust {
    min-height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.03);
  }
  .home #companies-that-thrust .companies-that-thrust-wrapper .company-that-thrust img {
    max-width: 96px;
    max-height: 44px;
    object-fit: contain;
  }
  .home #clients-testimonials-section {
    padding-bottom: 60px;
  }
  .home #clients-testimonials-section .testimonials-title {
    font-size: 34px;
    line-height: 1.05;
    letter-spacing: 0;
  }
  .home #contact-section {
    padding: 48px 0 80px;
  }
  .home #contact-section .contact-showcase-title {
    font-size: 40px;
    line-height: 1;
    letter-spacing: 0;
  }
  .home #contact-section .contact-form-preview {
    min-height: auto;
  }
  .home #contact-section .contact-form-options-grid {
    display: grid;
    grid-template-columns: 1fr;
  }
  .home #contact-section .contact-form-option span {
    width: 100%;
    justify-content: flex-start;
  }
  .home #contact-section .contact-expectations-title {
    font-size: 34px;
    line-height: 1.05;
    letter-spacing: 0;
  }
  .home #contact-section .contact-expectations-list {
    padding-left: 22px;
  }
  .home #contact-section .contact-expectations-list li {
    font-size: 16px;
  }
}
@media (max-width: 420px) {
  .home .banner-cta-wrapper .banner-header h1 {
    font-size: 34px;
  }
  .home #projects-slider-section .project-tags {
    gap: 8px;
  }
  .home #projects-slider-section .project-tag {
    padding: 9px 14px;
    font-size: 13px;
  }
  .home #contact-section .contact-form-preview-content {
    padding-left: 20px;
    padding-right: 20px;
  }
  .home #contact-section .contact-form-preview input[type=text],
  .home #contact-section .contact-form-preview input[type=tel],
  .home #contact-section .contact-form-preview input[type=email] {
    font-size: 24px;
  }
}

@keyframes prompt-marquee-scroll {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-50%, 0, 0);
  }
}
@keyframes blink-caret {
  0%, 49% {
    opacity: 1;
  }
  50%, 100% {
    opacity: 0;
  }
}

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