@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap");
@import 'icons/icons.css';
:root {
  --c1: #4e2f75;
  --c1-rgb: 78, 47, 117;
  --c2: #28a1b7;
  --c2-rgb: 40, 161, 183;
  --c3: #7ac53e;
  --c3-rgb: 122, 197, 62;
  --text: #666;
  --text-rgb: 102, 102, 102;
  --border1: #e3e3e9;
  --border1-rgb: 227, 227, 233;
  --font: "Poppins", sans-serif;
  --gap: 2rem;
  --max-content: 1400px;
}

/*! 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; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* 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; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 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; /* 1 */
  font-size: 1em; /* 2 */
}

/* 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; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * 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; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * 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; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

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

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  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; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 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; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 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; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * 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; /* 1 */
  font: inherit; /* 2 */
}

/* 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;
}

body {
  font-family: var(--font);
  overflow-x: hidden;
  color: var(--text);
}
@media all and (max-width: 999px) {
  body {
    padding-top: 80px;
  }
}

.content {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  padding-left: 20px !important;
  padding-right: 20px !important;
}

* {
  box-sizing: border-box;
}

.button {
  background: var(--c1);
  background-size: 300% 100%;
  moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border: 0;
  color: white;
  text-transform: uppercase;
  font-size: 0.9rem;
  font-weight: 500;
  padding: 1rem 1.9rem;
  border-radius: 100px;
  text-decoration: none;
  cursor: pointer;
}
.button:hover {
  background-position: 100% 0;
  moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  box-shadow: 0px 0px 0px 10px rgba(var(--primary-rgb), 0.1);
}

#whats {
  position: fixed;
  right: 20px;
  bottom: 70px;
}
#whats a {
  background: #3fcf52;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 2rem;
  text-decoration: none;
  border-radius: 40px;
}

#main-nav {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 150;
}
#main-nav:target .inset {
  margin-left: 0;
}
#main-nav .inset {
  background: var(--c1);
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 250px;
  padding: 30px;
  margin-left: -250px;
  -webkit-transition: all 300ms ease-in;
  -moz-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}
#main-nav .inset .icon-close {
  position: absolute;
  right: 0;
  top: 0;
  padding: 30px;
  color: white;
  text-decoration: none;
}
#main-nav .inset .login .button {
  width: 100%;
  display: inline-block;
  text-align: center;
}
#main-nav .inset .user-profile {
  display: flex;
  flex-direction: column;
  margin-top: 3rem;
  border-top: 2px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
}
#main-nav .inset .user-profile .user-info {
  display: flex;
  align-items: center;
}
#main-nav .inset .user-profile .user-info .avatar {
  width: 30px;
  height: 30px;
  border-radius: 20px;
  margin-right: 10px;
}
#main-nav .inset .user-profile .user-info .avatar img {
  border-radius: 30px;
  max-width: 100%;
  height: auto;
}
#main-nav .inset .user-profile .user-info span {
  color: white;
}
#main-nav .inset .sub-menu ul {
  margin: 0;
  padding: 0;
  margin-top: 20px;
}
#main-nav .inset .sub-menu ul li {
  list-style: none;
}
#main-nav .inset .sub-menu ul li a {
  color: white;
  text-decoration: none;
  font-size: 1.3rem;
  margin-bottom: 10px;
  display: inline-block;
}
#main-nav .inset nav {
  display: flex;
  flex-direction: column;
}
#main-nav .inset nav a {
  font-size: 1.3rem;
  color: white;
  text-decoration: none;
  margin-bottom: 20px;
}
#main-nav .inset nav ul {
  margin-top: -15px;
  margin-bottom: 20px;
  padding-left: 20px;
}
#main-nav .inset nav ul a {
  font-size: 1.1rem;
  color: rgb(231, 231, 231);
  margin-bottom: 5px;
  text-decoration: none;
}

header {
  margin: 10px 0;
}
@media all and (max-width: 999px) {
  header {
    margin: 0;
  }
}
header .mobile-menu {
  position: absolute;
  left: 0;
  top: 0;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text);
  visibility: hidden;
}
@media all and (max-width: 999px) {
  header .mobile-menu {
    visibility: visible;
  }
}
header .icon-menu.mobile {
  position: absolute;
  left: 0;
  top: 0;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary);
  text-decoration: none;
  display: none;
}
@media all and (max-width: 999px) {
  header .icon-menu.mobile {
    display: flex;
  }
}
@media all and (max-width: 999px) {
  header {
    position: fixed;
    left: 0;
    top: 0;
    border-bottom: 2px solid rgba(var(--primary-rgb), 0.08);
    width: 100%;
    padding: 0;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(5px);
  }
}
header .content {
  display: flex;
  align-items: center;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  padding: 20px;
  border-radius: 20px;
}
@media all and (max-width: 999px) {
  header .content {
    justify-content: center;
  }
}
header .content .logo {
  margin-right: 4rem;
}
@media all and (max-width: 999px) {
  header .content .logo {
    margin-right: 0;
  }
  header .content .logo img {
    max-width: 140px;
    height: auto;
  }
}
header .content nav {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}
@media all and (max-width: 999px) {
  header .content nav {
    display: none;
  }
}
header .content nav a {
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1.3rem;
  font-weight: 500;
  margin-right: 4rem;
  position: relative;
  border-bottom: 2px solid transparent;
}
header .content nav a.active {
  border-color: var(--c2);
}
@media all and (max-width: 1280px) {
  header .content nav a {
    margin-right: 1rem;
  }
}
header .content nav a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -20px;
  width: 0%;
  height: 2px;
  -webkit-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}
header .content nav a:hover {
  color: var(--c1);
  border-color: var(--c1);
}
header .content nav a:hover:before {
  width: 100%;
}
header .content nav .sub-menu {
  position: relative;
}
header .content nav .sub-menu .sub-menu-list {
  position: absolute;
  list-style-type: none;
  bottom: 0;
  display: none;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  padding: 1rem;
  border-radius: 12px;
  background-color: var(--c2);
  margin-bottom: -55px;
  margin-left: -65px;
  z-index: 20;
}
header .content nav .sub-menu .sub-menu-list a {
  margin: 0;
  padding: 0;
  color: white;
}
header .content nav .sub-menu .sub-menu-list a:hover {
  color: var(--c1);
}
header .content nav .sub-menu:hover .sub-menu-list {
  display: flex;
}
header .content .social {
  display: flex;
  font-size: 1.3rem;
}
@media all and (max-width: 999px) {
  header .content .social {
    display: none;
  }
}
header .content .social a {
  color: var(--text);
  margin-left: 20px;
}
header .content .social a:hover {
  color: var(--c2);
}

body.home header {
  width: 100%;
}
body.home header nav a,
body.home header .social a {
  color: var(--c2);
}

main.home {
  overflow-x: hidden;
}
main.home section.solutions-pre {
  background: linear-gradient(-90deg, rgb(255, 255, 255) 0%, rgb(210, 210, 210) 50%, rgb(255, 255, 255) 100%);
}
main.home section.solutions-pre .inset {
  background: url(../images/solutions-pre-bg.png) left top no-repeat;
}
main.home section.solutions-pre .content {
  display: flex;
  padding: 3rem 0;
  align-items: center;
  justify-content: space-between;
}
@media all and (max-width: 999px) {
  main.home section.solutions-pre .content {
    flex-direction: column;
  }
}
main.home section.solutions-pre .content .image {
  width: 40%;
}
@media all and (max-width: 999px) {
  main.home section.solutions-pre .content .image {
    width: 90%;
  }
}
main.home section.solutions-pre .content .image img {
  max-width: 100%;
  height: auto;
}
main.home section.solutions-pre .content .info {
  width: 50%;
}
@media all and (max-width: 999px) {
  main.home section.solutions-pre .content .info {
    width: 90%;
    margin-bottom: 3rem;
  }
}
main.home section.solutions-pre .content .info h2 {
  font-size: 6rem;
  color: white;
}
@media all and (max-width: 999px) {
  main.home section.solutions-pre .content .info h2 {
    color: var(--c2);
    font-size: 4rem;
  }
}
main.home section.solutions-pre .content .info .text-wrapper {
  position: relative;
}
main.home section.solutions-pre .content .info .text-wrapper:before {
  content: "";
  position: absolute;
  border-top: 4px solid #fff;
  width: 200px;
  top: -20px;
  right: -10%;
}
main.home section.solutions-pre .content .info .text-wrapper:after {
  content: "";
  position: absolute;
  border-top: 4px solid white;
  width: 200px;
  bottom: -20px;
  left: -10%;
}
main.home section.solutions-pre .content .info p {
  font-size: 1.5rem;
  color: var(--c2);
  position: relative;
  line-height: 1.5;
}
main.home section.solutions-pre .content .info p:before {
  content: "";
  position: absolute;
  border-top: 4px solid #00a1b1;
  width: 200px;
  top: -40px;
  right: -20%;
}
main.home section.solutions-pre .content .info p:after {
  content: "";
  position: absolute;
  border-top: 4px solid #00a1b1;
  width: 200px;
  bottom: -40px;
  left: -20%;
}
main.home section.hero {
  position: relative;
}
main.home section.hero .info {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
}
main.home section.hero .info .button {
  background: var(--c3);
  white-space: nowrap;
  font-size: 1.8rem;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
@media all and (max-width: 999px) {
  main.home section.hero .info .button {
    font-size: 1rem;
  }
}
main.home section.hero .info .button:hover {
  background: black;
}
main.home section.hero .info h2 {
  max-width: 60%;
  font-size: clamp(2.5rem, 4vw, 5rem);
  color: white;
  font-size: 4.5rem;
  line-height: 1.4;
  margin-top: 0;
}
@media all and (max-width: 999px) {
  main.home section.hero .info h2 {
    font-size: 2rem;
    max-width: 80%;
  }
}
main.home section.hero .info h2 .min {
  font-size: 0.4em;
  letter-spacing: 3px;
  white-space: nowrap;
  font-weight: normal;
}
main.home section.hero .info h2 .featured {
  background: #ffa700;
  padding: 0 1rem;
}
main.home section.hero img {
  width: 100%;
  height: 1000px;
  object-fit: cover;
  display: block;
}
@media all and (max-width: 999px) {
  main.home section.hero img {
    height: 500px;
  }
}
main.home section.about {
  overflow: hidden;
}
main.home section.about .content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
  align-items: center;
}
@media all and (max-width: 999px) {
  main.home section.about .content {
    display: flex;
    flex-direction: column;
  }
}
main.home section.about .content .image {
  position: relative;
  min-height: 700px;
}
@media all and (max-width: 999px) {
  main.home section.about .content .image {
    min-height: 0;
  }
}
main.home section.about .content .image .inset {
  position: absolute;
  right: 0;
}
@media all and (max-width: 999px) {
  main.home section.about .content .image .inset {
    position: static;
  }
  main.home section.about .content .image .inset img {
    max-width: 100%;
    height: auto;
  }
}
@media all and (max-width: 999px) {
  main.home section.about .content .info {
    margin-bottom: 40px;
  }
}
main.home section.about .content .info h2 {
  color: var(--c2);
  font-size: clamp(2.5rem, 4vw, 3.5rem);
  font-weight: 500;
}
main.home section.about .content .info p {
  font-size: 1.3rem;
  line-height: 1.5;
}
main.home section.about .content .info .button {
  display: inline-block;
}
main.home section.solutions {
  height: fit-content;
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(210, 210, 210) 50%, rgb(255, 255, 255) 100%);
  background-size: cover;
}
main.home section.solutions h2 {
  display: inline-block;
  color: var(--c2);
  text-align: center;
  text-align: center;
  width: 100%;
  font-size: 3rem;
}
@media all and (max-width: 999px) {
  main.home section.solutions {
    height: auto;
    padding-bottom: 30px;
  }
}
main.home section.solutions h3 {
  text-align: center;
  margin-top: 5rem;
  margin-bottom: 1rem;
  display: inline-block;
  width: 100%;
  color: var(--c1);
  font-size: 3rem;
  font-weight: 600;
}
main.home section.solutions h4 {
  text-align: center;
  display: inline-block;
  margin-bottom: 5rem;
  width: 100%;
  color: var(--c2);
  font-size: 1.5rem;
  font-weight: 600;
}
main.home section.solutions .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: fit-content;
  gap: 3rem;
}
main.home section.solutions .list .feature-list {
  display: none;
}
@media all and (max-width: 999px) {
  main.home section.solutions .list {
    display: flex;
    flex-direction: column;
  }
}
main.home section.solutions .list .item {
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 45%;
  border-radius: 20px;
  padding: 1rem;
}
@media all and (max-width: 999px) {
  main.home section.solutions .list .item {
    padding: 2rem;
    width: 100%;
  }
}
main.home section.solutions .list .item img {
  height: 500px;
  width: auto;
}
main.home section.solutions .list .item a {
  text-align: center;
  display: inline-block;
  margin-bottom: 1rem;
  background-color: var(--c3);
  color: white;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
  border-radius: 20px;
  padding: 20px;
  font-size: 1.4rem;
  text-decoration: none;
  font-weight: bold;
}
main.home section.solutions .list .item .button {
  font-size: 1.5rem;
  margin-top: 20px;
}
@media all and (max-width: 999px) {
  main.home section.solutions .list .item .button {
    font-size: 1rem;
  }
}
main.home section.platforms {
  min-height: 800px;
  width: 100%;
  background: linear-gradient(180deg, rgb(222, 222, 222) 66%, rgb(150, 147, 141) 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
}
main.home section.platforms .info {
  height: 250px;
  width: 100%;
  background-color: #27a5b1;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  background: url(../images/platforms1.jpg) left top no-repeat #27a5b1;
  background-size: contain;
}
main.home section.platforms .info .content {
  text-align: center;
}
main.home section.platforms .info img {
  height: 250px;
  width: auto;
}
main.home section.platforms .info h4 {
  font-size: 2rem;
  color: white;
  text-align: center;
  max-width: 1000px;
  margin: 0 auto;
}
@media all and (max-width: 999px) {
  main.home section.platforms .info {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: fit-content;
  }
  main.home section.platforms .info h4 {
    margin-right: 0px;
    font-size: 1.5rem;
  }
}
@media all and (max-width: 999px) and (max-width: 999px) {
  main.home section.platforms .info h4 {
    padding: 40px 0;
  }
}
main.home section.platforms > .content {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 4rem;
}
main.home section.platforms > .content h3 {
  font-size: 2.4rem;
  color: var(--c2);
  text-align: center;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
main.home section.platforms > .content h4 {
  margin-left: 3rem;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 2rem;
  color: var(--c2);
  text-align: center;
  font-weight: lighter;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
@media all and (max-width: 999px) {
  main.home section.platforms > .content h4 {
    font-size: 1.4rem;
  }
}
main.home section.platforms > .content .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media all and (max-width: 1199px) {
  main.home section.platforms > .content .list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media all and (max-width: 999px) {
  main.home section.platforms > .content .list {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
main.home section.platforms > .content .list .item {
  width: 350px;
  margin: 5rem 2rem;
  padding: 2rem;
  background: linear-gradient(0deg, rgb(192, 192, 192) 31%, rgb(255, 255, 255) 100%);
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
}
@media all and (max-width: 1199px) {
  main.home section.platforms > .content .list .item {
    width: 90%;
    margin: 20px;
  }
}
main.home section.platforms > .content .list .item h5 {
  margin-top: 0;
  font-size: 2.6rem;
  margin-bottom: 10px;
  color: var(--c2);
  text-align: center;
  margin: 0;
}
main.home section.platforms > .content .list .item img {
  width: 320px;
  height: auto;
  padding-bottom: 2rem;
}
main.home section.platforms > .content .list .item span {
  margin-top: 0;
  font-size: 1.2rem;
  color: var(--c2);
  text-align: left;
}
main.home section.platforms > .content .list .item:nth-child(even) h5,
main.home section.platforms > .content .list .item:nth-child(even) span {
  color: var(--c1);
}
main.home section.platforms > .content a {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 3rem;
  margin-top: -3rem;
  background-color: var(--c3);
  color: white;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
  border-radius: 20px;
  padding: 20px;
  font-size: 1.4rem;
  text-decoration: none;
  font-weight: bold;
}
@media all and (max-width: 999px) {
  main.home section.platforms > .content a {
    margin-top: 1rem;
  }
}
main.home section.platforms > .content a i {
  margin-right: 0.8rem;
}
main.home section.more {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 900px;
  width: 100%;
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(201, 222, 236) 50%, rgb(255, 255, 255) 100%);
}
main.home section.more .content {
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 100%;
  width: 100%;
}
@media all and (max-width: 999px) {
  main.home section.more .content {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
main.home section.more .content .text {
  height: 80%;
  width: 50%;
}
@media all and (max-width: 999px) {
  main.home section.more .content .text {
    margin-top: 1.5rem;
    height: fit-content;
    width: 90%;
  }
}
main.home section.more .content .text a {
  text-align: center;
  margin-top: 3rem;
  color: white;
  width: fit-content;
  font-size: 2rem;
  font-weight: 600;
  padding: 10px 30px 10px 30px;
  background-color: var(--c2);
  border-radius: 30px;
  text-decoration: none;
  white-space: nowrap;
}
@media all and (max-width: 999px) {
  main.home section.more .content .text a {
    font-size: 1.5rem;
  }
}
main.home section.more .content .text h4 {
  text-align: left;
  color: var(--c2);
  font-size: 1.5rem;
  font-weight: 400;
}
main.home section.more .content .image {
  height: 700px;
  width: 40%;
  min-width: 400px;
}
@media all and (max-width: 999px) {
  main.home section.more .content .image {
    height: fit-content;
    margin-bottom: 2rem;
  }
}
main.home section.more .content .image img {
  width: 100%;
  height: auto;
  margin-top: 7%;
}
main.home section.more .item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 250px;
  background: url(../images/solution-bg.jpg) center center no-repeat;
}
@media all and (max-width: 999px) {
  main.home section.more .item {
    height: auto;
    padding: 60px 0;
    background-size: cover !important;
  }
}
main.home section.more .item h2 {
  color: white;
  font-weight: bold;
  font-size: 3rem;
  text-align: center;
  margin: 0 20%;
}
@media all and (max-width: 999px) {
  main.home section.more .item h2 {
    font-size: 2rem;
  }
}
main.home section.plans {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 800px;
}
main.home section.plans h2 {
  color: var(--c1);
  font-size: 3rem;
  font-weight: lighter;
}
main.home section.plans .content {
  display: flex;
  width: 100%;
  flex-direction: column;
}
main.home section.plans .content .tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 0 auto 20px;
  border-radius: 10px 10px 0 0;
}
@media all and (max-width: 999px) {
  main.home section.plans .content .tabs {
    justify-content: flex-start;
    align-items: flex-start;
  }
}
main.home section.plans .content .tabs .radiotab {
  position: absolute;
  opacity: 0;
}
main.home section.plans .content .tabs .label {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0.4rem;
  width: 200px;
  background-color: var(--c3);
  color: white;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
  border-radius: 20px;
  padding: 10px;
  font-size: 1.6rem;
  text-decoration: none;
  font-weight: bold;
}
@media all and (max-width: 999px) {
  main.home section.plans .content .tabs .label {
    order: 1;
    width: 45%;
    font-size: 1rem;
  }
}
main.home section.plans .content .tabs .label:hover {
  background: #1d6b13;
}
main.home section.plans .content .tabs .label:active {
  background: #ccc;
}
main.home section.plans .content .tabs .label .radiotab:checked + .label {
  background: #fff;
  color: #000;
  border-top: solid 2px #000;
  border-left: solid 2px #000;
  border-right: solid 2px #000;
  border-bottom: none;
}
main.home section.plans .content .tabs .panel {
  display: none;
  margin-top: 1rem;
  width: 100%;
}
@media all and (max-width: 999px) {
  main.home section.plans .content .tabs .panel {
    order: 2;
  }
}
main.home section.plans .content .tabs .radiotab:checked + .label + .panel {
  display: block;
}
@media (min-width: 600px) {
  main.home section.plans .content .tabs .panel {
    order: 99;
  }
  main.home section.plans .content .tabs .label {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0.4rem;
    width: 200px;
    background-color: var(--c3);
    color: white;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
    border-radius: 20px;
    padding: 10px;
    font-size: 1.6rem;
    text-decoration: none;
    font-weight: bold;
  }
}
main.home section.plans .content .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 500px;
}
main.home section.plans a {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 3rem;
  margin-top: 3rem;
  background-color: var(--c3);
  color: white;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
  border-radius: 20px;
  padding: 20px;
  font-size: 1.4rem;
  text-decoration: none;
  font-weight: bold;
}
main.home section.plans a i {
  margin-right: 0.8rem;
}
main.home section.plans {
  padding: 3rem 0;
}
main.home section.plans h2 {
  color: var(--c1);
  margin-bottom: 10px;
  text-align: center;
}
main.home section.plans .plan-list {
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
  padding-top: 60px;
  position: relative;
}
@media all and (max-width: 999px) {
  main.home section.plans .plan-list {
    overflow: auto;
    padding-top: 0;
  }
}
main.home section.plans .plan-list .whitelabel {
  background: var(--c1);
  position: absolute;
  top: 0px;
  left: 30%;
  color: white;
  height: 50px;
  right: 0.1%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-size: 1.3rem;
  z-index: 1;
}
@media all and (max-width: 999px) {
  main.home section.plans .plan-list .whitelabel {
    display: none;
  }
}
main.home section.plans .plan-list .whitelabel:before {
  content: "";
  position: absolute;
  left: 0;
  width: 4px;
  height: 43px;
  top: 50%;
  background: var(--c1);
}
main.home section.plans .plan-list .whitelabel:after {
  content: "";
  position: absolute;
  right: 0;
  width: 4px;
  height: 43px;
  top: 50%;
  background: var(--c1);
}
main.home section.plans .plan-list .list-inset {
  display: flex;
  width: 100%;
  align-items: flex-start;
  position: relative;
  z-index: 2;
}
@media all and (max-width: 999px) {
  main.home section.plans .plan-list .list-inset {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
}
main.home section.plans .plan-list .price {
  font-size: 0.9rem;
  margin: 10px 0;
  padding-top: 10px;
  text-align: center;
}
main.home section.plans .plan-list .price strong {
  font-size: 2rem;
  color: var(--c3);
}
@media all and (max-width: 999px) {
  main.home section.plans .plan-list .price {
    white-space: normal;
    grid-column: 1/-1;
  }
}
main.home section.plans .plan-list .col {
  flex: 1;
  padding: 2rem 0;
  border-radius: 10px;
}
main.home section.plans .plan-list .col .whitelabel-badge {
  background: var(--c1);
  color: white;
  grid-column: 1/-1;
  padding: 10px;
  margin: 10px;
  border-radius: 10px;
  text-align: center;
  display: none;
}
@media all and (max-width: 999px) {
  main.home section.plans .plan-list .col .whitelabel-badge {
    display: none;
  }
}
main.home section.plans .plan-list .col .feature-list {
  display: none;
}
@media all and (max-width: 999px) {
  main.home section.plans .plan-list .col .feature-list {
    display: block;
  }
}
main.home section.plans .plan-list .col .feature-list ul li .extra-info {
  display: block !important;
  padding: 3px;
  width: min-content;
}
@media all and (max-width: 999px) {
  main.home section.plans .plan-list .col {
    display: grid;
    grid-template-columns: auto 100px;
  }
}
@media all and (max-width: 699px) {
  main.home section.plans .plan-list .col {
    padding: 2rem 0;
  }
}
main.home section.plans .plan-list .col .title {
  width: 100%;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media all and (max-width: 999px) {
  main.home section.plans .plan-list .col .title {
    grid-column: 1/-1;
  }
}
main.home section.plans .plan-list .col .title img {
  height: auto;
  width: 65%;
}
main.home section.plans .plan-list .col .title h5 {
  margin: 0;
  text-align: center;
  font-size: 2rem;
  font-weight: normal;
  padding-bottom: 19px;
}
main.home section.plans .plan-list .col ul {
  margin: 0;
  padding: 0;
}
main.home section.plans .plan-list .col ul li {
  list-style: none;
  padding: 10px 0px;
  border-bottom: 1px solid rgba(204, 204, 204, 0.3);
  height: 40px;
}
@media all and (max-width: 999px) {
  main.home section.plans .plan-list .col ul li {
    display: flex;
    gap: 1rem;
  }
}
main.home section.plans .plan-list .col ul li.tall {
  height: 60px;
}
@media all and (max-width: 999px) {
  main.home section.plans .plan-list .col ul li.tall {
    height: 60px;
  }
}
main.home section.plans .plan-list .col ul li i.icon-x {
  color: red;
}
main.home section.plans .plan-list .col ul li .extra-info {
  position: absolute;
  padding: 8px;
  background-color: rgb(192, 3, 3);
  border-radius: 8px;
  font-size: 0.8rem;
  font-weight: 700;
  color: white;
  right: -70px;
}
@media all and (max-width: 999px) {
  main.home section.plans .plan-list .col ul li .extra-info {
    position: relative;
    font-size: 0.68rem;
    right: -20px;
    display: none;
  }
}
@media all and (max-width: 999px) {
  main.home section.plans .plan-list .col ul li {
    height: 60px;
    line-height: 20px;
    font-size: 1rem;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
main.home section.plans .plan-list .col:nth-child(1) {
  flex: none;
  width: 30%;
  background: #f1f1f1;
  padding-left: 2rem;
}
@media all and (max-width: 999px) {
  main.home section.plans .plan-list .col:nth-child(1) {
    display: none !important;
  }
}
main.home section.plans .plan-list .col:nth-child(2) {
  background: #e06734;
  color: white;
}
main.home section.plans .plan-list .col:nth-child(2) ul li {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media all and (max-width: 999px) {
  main.home section.plans .plan-list .col:nth-child(2) {
    width: 100%;
    flex: none;
  }
}
main.home section.plans .plan-list .col:nth-child(3) {
  background: var(--c1);
  color: white;
}
@media all and (max-width: 999px) {
  main.home section.plans .plan-list .col:nth-child(3) {
    width: 100%;
    flex: none;
  }
}
main.home section.plans .plan-list .col:nth-child(3) ul li {
  display: flex;
  align-items: center;
  justify-content: center;
}
main.home section.plans .plan-list .col:nth-child(4) {
  background: var(--c2);
  color: white;
  padding-right: 2rem;
}
@media all and (max-width: 999px) {
  main.home section.plans .plan-list .col:nth-child(4) {
    width: 100%;
    flex: none;
  }
}
main.home section.plans .plan-list .col:nth-child(4) ul li {
  display: flex;
  align-items: center;
  justify-content: center;
}
main.home section.testimonial {
  background: url(../images/testimonial-bg.png) center center no-repeat #dbdad4;
  background-size: contain;
  padding: 3rem;
  min-height: 900px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media all and (max-width: 999px) {
  main.home section.testimonial {
    padding: 3rem 1rem;
  }
}
main.home section.testimonial .content {
  max-width: 1000px;
}
main.home section.testimonial .content .feedback-wrapper {
  display: flex;
  gap: 40px;
}
@media all and (max-width: 999px) {
  main.home section.testimonial .content .feedback-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
main.home section.testimonial .content .feedback-wrapper .image img {
  border-radius: 200px;
  border: 10px solid var(--c2);
}
main.home section.testimonial .content .feedback-wrapper .testimonial-view {
  flex: 1;
}
main.home section.testimonial .content .feedback-wrapper .testimonial-view blockquote {
  background: var(--c2);
  padding: 2rem;
  color: white;
  font-size: 1.3rem;
  margin: 0;
  border-radius: 20px;
  line-height: 1.4;
  margin-bottom: 20px;
}
main.home section.testimonial .content .feedback-wrapper .testimonial-view .info {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
main.home section.testimonial .content .feedback-wrapper .testimonial-view .info strong {
  color: var(--c2);
}
main.home section.testimonial .content .feedback-wrapper .testimonial-view .info .rate {
  color: #ffad00;
  display: flex;
  gap: 10px;
  font-size: 1.3rem;
}
main.home section.testimonial .title {
  text-align: center;
  margin-bottom: 40px;
}
main.home section.testimonial .title h2 {
  color: var(--c2);
  font-size: 4rem;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 20px;
}
@media all and (max-width: 999px) {
  main.home section.testimonial .title h2 {
    font-size: 2rem;
  }
}
main.home section.region {
  background: #dbdad4;
  padding: 3rem;
}
@media all and (max-width: 999px) {
  main.home section.region {
    padding: 1rem;
  }
}
main.home section.region .content {
  display: flex;
  gap: 3rem;
  align-items: center;
}
@media all and (max-width: 999px) {
  main.home section.region .content {
    flex-direction: column;
  }
}
main.home section.region .content .image img {
  max-width: 100%;
  height: auto;
}
main.home section.region .content .info {
  flex: 1;
}
main.home section.region .content .info h2 {
  font-size: 4rem;
  color: var(--c2);
}
@media all and (max-width: 999px) {
  main.home section.region .content .info h2 {
    font-size: 2rem;
  }
}
main.home section.region .content .info .button {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 3rem;
  margin-top: -3rem;
  background-color: var(--c3);
  color: white;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
  border-radius: 20px;
  padding: 20px;
  font-size: 1.4rem;
  text-decoration: none;
  font-weight: bold;
}
main.home section.region .content .info .button i {
  margin-right: 0.8rem;
}
main.home section.region .content .info .text-wrapper {
  position: relative;
  margin-bottom: 100px;
  display: block;
}
main.home section.region .content .info .text-wrapper:before {
  content: "";
  position: absolute;
  border-top: 4px solid #fff;
  width: 200px;
  top: -20px;
  right: -10%;
}
main.home section.region .content .info .text-wrapper:after {
  content: "";
  position: absolute;
  border-top: 4px solid white;
  width: 200px;
  bottom: -20px;
  left: -10%;
}
main.home section.region .content .info p {
  font-size: 1.5rem;
  color: var(--c2);
  position: relative;
  line-height: 1.5;
}
main.home section.region .content .info p:before {
  content: "";
  position: absolute;
  border-top: 4px solid #00a1b1;
  width: 200px;
  top: -40px;
  right: -20%;
}
main.home section.region .content .info p:after {
  content: "";
  position: absolute;
  border-top: 4px solid #00a1b1;
  width: 200px;
  bottom: -40px;
  left: -20%;
}
main.home section.clients {
  padding: 5rem 0;
  background: var(--c2);
}
@media all and (max-width: 999px) {
  main.home section.clients {
    padding: 2rem 0;
  }
}
main.home section.clients .content {
  max-width: 1000px;
}
main.home section.clients h3 {
  color: white;
  font-size: 3rem;
  font-weight: 600;
  text-align: center;
}
@media all and (max-width: 999px) {
  main.home section.clients h3 {
    font-size: 1.6rem;
  }
}
main.home section.clients .list {
  padding: 0px 40px;
  position: relative;
}
main.home section.clients .list .swiper-pagination {
  position: static;
  margin-top: 20px;
}
main.home section.clients .list .swiper-pagination span {
  background: var(--c2);
}
@media all and (max-width: 999px) {
  main.home section.clients .list {
    padding: 0;
  }
}
main.home section.clients .list .icon {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 50%;
  background-size: contain !important;
  cursor: pointer;
}
@media all and (max-width: 999px) {
  main.home section.clients .list .icon {
    display: none;
  }
}
main.home section.clients .list .icon.next {
  background: url(../images/arrow-right.svg) center center no-repeat;
  right: -40px;
}
@media all and (max-width: 1400px) {
  main.home section.clients .list .icon.next {
    right: -20px;
  }
}
main.home section.clients .list .icon.prev {
  background: url(../images/arrow-left.svg) center center no-repeat;
  left: -40px;
}
@media all and (max-width: 1400px) {
  main.home section.clients .list .icon.prev {
    left: -20px;
  }
}
main.home section.clients .list .item {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  aspect-ratio: 2/1;
  display: flex;
  align-items: center;
  justify-content: center;
}
main.home section.clients .list .item:hover {
  border: 2px solid var(--c2);
}
main.home section.clients .list .item span {
  background: #248e95;
  color: white;
  padding: 2rem;
  margin-top: 20px;
  border-radius: 20px;
}
main.home section.clients .list .item img {
  display: block;
  max-width: 100%;
  height: auto;
}
@media all and (min-width: 1000px) and (max-width: 1300px) {
  main.home section.clients .list .item img {
    width: 200px;
  }
}
main.home section.fale-conosco {
  height: 1000px;
  background: #259da3;
  background-size: cover !important;
  overflow: hidden;
}
@media all and (max-width: 999px) {
  main.home section.fale-conosco {
    height: auto;
  }
}
main.home section.fale-conosco .social {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 30px;
}
main.home section.fale-conosco .social a {
  color: white;
  text-decoration: none;
  font-size: 2rem;
}
@media all and (max-width: 999px) {
  main.home section.fale-conosco {
    height: auto;
    padding: 40px 0;
    padding-bottom: 0;
  }
}
main.home section.fale-conosco .content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  height: 100%;
  align-items: center;
}
@media all and (max-width: 999px) {
  main.home section.fale-conosco .content {
    display: flex;
    flex-direction: column;
  }
}
main.home section.fale-conosco .content .image {
  position: relative;
  height: 100%;
}
main.home section.fale-conosco .content .image img {
  display: block;
}
main.home section.fale-conosco .content .image .inset {
  position: absolute;
  left: 0;
  bottom: 0;
}
@media all and (max-width: 999px) {
  main.home section.fale-conosco .content .image .inset {
    position: static;
  }
  main.home section.fale-conosco .content .image .inset img {
    max-width: 100%;
    height: auto;
  }
}
main.home section.fale-conosco .content .form h3 {
  color: white;
  font-size: 3rem;
  font-weight: 600;
}
main.home section.fale-conosco .content .form form {
  display: flex;
  flex-direction: column;
}
main.home section.fale-conosco .content .form form .form-item {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
main.home section.fale-conosco .content .form form .form-item label {
  color: white;
  margin-bottom: 10px;
}
main.home section.fale-conosco .content .form form .form-item input {
  border: 1px solid white;
  background: none;
  padding: 1rem;
  border-radius: 10px;
  color: white;
}
main.home section.fale-conosco .content .form form .action {
  text-align: center;
  margin-top: 20px;
}
main.home section.fale-conosco .content .form form .action button {
  background: white;
  color: var(--c2);
  padding: 1rem 4rem;
  cursor: pointer;
  font-weight: bold;
  text-transform: uppercase;
  border: 0;
  border-radius: 10px;
}

section.about1 .content {
  display: flex;
  padding: 10rem 0;
  align-items: center;
  gap: 2rem;
}
@media all and (max-width: 999px) {
  section.about1 .content {
    flex-direction: column;
  }
}
section.about1 .content .image {
  width: 50%;
}
@media all and (max-width: 999px) {
  section.about1 .content .image {
    width: 100%;
  }
}
section.about1 .content .image img {
  max-width: 100%;
  height: auto;
}
section.about1 .content .info {
  flex: 1;
  line-height: 1.5;
  font-size: 1.3rem;
}
@media all and (max-width: 999px) {
  section.about1 .content .info {
    font-size: 1rem;
  }
}
section.about1 .content .info h3 {
  color: var(--c2);
  font-size: 2rem;
  font-weight: 600;
}

section.about2 .content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  gap: 2rem;
  padding-bottom: 4rem;
}
@media all and (max-width: 999px) {
  section.about2 .content {
    display: flex;
    flex-direction: column;
  }
}
section.about2 .content > h3 {
  grid-column: 1/-1;
  text-align: center;
  color: var(--c2);
  font-size: 2rem;
  font-weight: 500;
}
section.about2 .content .image {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
section.about2 .content .image img {
  max-width: 100%;
  height: auto;
  margin-bottom: 2rem;
}
section.about2 .content .info {
  flex: 1;
  line-height: 1.5;
}
section.about2 .content .info h3 {
  color: var(--c2);
  font-size: 2rem;
  font-weight: 600;
}
section.about2 .content .info p {
  font-size: 1.4rem;
}
@media all and (max-width: 999px) {
  section.about2 .content .info p {
    font-size: 1.1rem;
  }
}

footer {
  position: relative;
  overflow: hidden;
  padding: 6rem 0;
}
footer:before {
  content: "";
  width: 1000px;
  height: 1000px;
  background: rgba(var(--primary-rgb), 0.1);
  position: absolute;
  border-radius: 100%;
}
footer:after {
  content: "";
  width: 1000px;
  height: 1000px;
  border: 2px solid rgba(var(--primary-rgb), 0.1);
  position: absolute;
  border-radius: 100%;
  right: 0;
}
footer .content {
  max-width: 1300px;
  position: relative;
  z-index: 3;
}
footer .upper {
  display: flex;
  align-items: center;
}
@media all and (max-width: 999px) {
  footer .upper {
    flex-wrap: wrap;
    padding: 20px;
  }
}
footer .upper .logo {
  margin-right: 5vw;
}
@media all and (max-width: 999px) {
  footer .upper .logo {
    flex: 100%;
    margin-right: 0;
    text-align: center;
    margin-bottom: 20px;
  }
}
footer .upper nav {
  max-width: 30vw;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
  row-gap: 1rem;
  column-gap: 0.8rem;
}
@media all and (max-width: 999px) {
  footer .upper nav {
    flex: 100%;
    max-width: 100%;
    text-align: center;
    margin: 3rem 0;
  }
}
footer .upper nav a {
  color: var(--text);
  text-decoration: none;
}
footer .upper .newsletter {
  flex: 1;
  margin-right: 40px;
}
@media all and (max-width: 999px) {
  footer .upper .newsletter {
    margin-right: 0;
    flex: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
}
footer .upper .newsletter strong {
  font-weight: bold;
  margin-bottom: 0.5rem;
  display: block;
}
footer .upper .newsletter form {
  position: relative;
  background: white;
  border: 2px solid rgba(var(--primary-rgb), 0.4);
  display: flex;
  border-radius: 40px;
  padding: 3px;
}
footer .upper .newsletter form input {
  flex: 1;
  border: 0;
  padding: 0.8rem;
  background: none;
  outline: none;
}
footer .upper .newsletter form button {
  background: var(--primary);
  color: white;
  text-transform: uppercase;
  font-size: 0.9rem;
  font-weight: 500;
  border: 0;
  border-radius: 40px;
  padding: 0px 20px;
}
footer .upper .social {
  display: flex;
}
@media all and (max-width: 999px) {
  footer .upper .social {
    align-items: center;
    justify-content: center;
    width: 100%;
  }
}
footer .upper .social a {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  border-radius: 40px;
  text-decoration: none;
  margin: 0 0.4rem;
}
footer .bottom {
  display: flex;
  justify-content: space-between;
  padding: 3rem 0;
  margin-top: 20px;
}
@media all and (max-width: 999px) {
  footer .bottom {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
footer .bottom .bottom-info {
  display: flex;
  text-transform: uppercase;
  font-size: 0.7rem;
}
@media all and (max-width: 999px) {
  footer .bottom .bottom-info {
    flex-wrap: wrap;
    text-align: center;
    align-items: center;
    justify-content: center;
  }
  footer .bottom .bottom-info span {
    flex: 100%;
  }
}
footer .bottom .bottom-info a {
  color: var(--text);
  text-decoration: none;
  margin-left: 20px;
}
footer .bottom .fw {
  color: #1cb9c4;
  text-decoration: none;
  font-size: 0.6rem;
}
@media all and (max-width: 999px) {
  footer .bottom .fw {
    margin-top: 20px;
  }
}

#whatsapp {
  position: fixed;
  right: 20px;
  bottom: 20px;
  background: #5fe96c;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  border-radius: 50px;
  font-size: 2rem;
  text-decoration: none;
  z-index: 1000;
}

.bottom-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f9f9f9;
  width: 100%;
  min-height: 160px;
}
.bottom-footer .content {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 100%;
  height: 100%;
}
.bottom-footer .content nav {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}
@media all and (max-width: 999px) {
  .bottom-footer .content nav {
    justify-content: center;
    align-items: center;
  }
}
.bottom-footer .content nav a {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 600;
  margin-right: 4rem;
  position: relative;
  border-bottom: 2px solid transparent;
  color: var(--c1);
}
.bottom-footer .content nav a.active {
  border-color: var(--c2);
}
@media all and (max-width: 1280px) {
  .bottom-footer .content nav a {
    margin-right: 1rem;
  }
}
.bottom-footer .content nav a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -20px;
  width: 0%;
  height: 2px;
  -webkit-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}
.bottom-footer .content nav a:hover {
  color: var(--c1);
  border-color: var(--c1);
}
.bottom-footer .content nav a:hover:before {
  width: 100%;
}

#login,
#forgot {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.9);
  z-index: 1000;
  backdrop-filter: blur(5px);
  display: none;
  -webkit-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
  opacity: 0;
  visibility: hidden;
}
#login:target,
#forgot:target {
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  visibility: visible;
}
#login .login-inset,
#forgot .login-inset {
  width: 100%;
  max-width: 500px;
  background: white;
  background: #ffffff;
  box-shadow: 0 2px 48px 0 rgba(255, 142, 0, 0.26);
  border-radius: 8px;
  padding: 3rem;
  border-radius: 30px;
}
#login .login-inset .title,
#forgot .login-inset .title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem;
}
#login .login-inset .title h2,
#forgot .login-inset .title h2 {
  margin: 0;
  color: var(--primary);
}
#login .login-inset .title .close,
#forgot .login-inset .title .close {
  color: var(--text);
  opacity: 0.5;
}
#login .login-inset .title .close:hover,
#forgot .login-inset .title .close:hover {
  opacity: 1;
}
#login .login-inset .form-group,
#forgot .login-inset .form-group {
  display: flex;
  flex-direction: column;
}
#login .login-inset .form-group label,
#forgot .login-inset .form-group label {
  color: var(--primary);
  font-family: var(--font-header);
  margin-bottom: 5px;
}
#login .login-inset .form-group input,
#login .login-inset .form-group textarea,
#forgot .login-inset .form-group input,
#forgot .login-inset .form-group textarea {
  border: 2px solid rgba(var(--primary-rgb), 0.4);
  padding: 15px;
  border-radius: 10px;
  resize: none;
  outline: none;
}
#login .login-inset .form-group.full,
#forgot .login-inset .form-group.full {
  grid-column: 1/3;
}
#login .login-inset .form-group,
#forgot .login-inset .form-group {
  margin-bottom: 20px;
}
#login .login-inset .forgot a,
#forgot .login-inset .forgot a {
  color: var(--text-light);
  text-decoration: none;
}
#login .login-inset .action,
#forgot .login-inset .action {
  text-align: right;
}
#login .login-inset .action button,
#forgot .login-inset .action button {
  background: var(--primary);
  font-family: var(--font-header);
  padding: 15px 30px;
  border-radius: 100px;
  color: white;
  border: 0;
  cursor: pointer;
}

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