/* ==========================================================================
Concierge

Author: Mateus Bettio Moreira
========================================================================== */
.left {
  text-align: left;
}
.right {
  text-align: right;
}
.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.justify {
  text-align: justify;
}
.hidden-sm {
  display: none;
}
.hidden-md {
  display: none;
}
.position-relative {
  position: relative;
}
.container-fluid {
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
  max-width: 1920px;
  margin: 0 auto;
}
.container {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 33.75em) {
  .container {
    width: 80%;
  }
}
@media only screen and (min-width: 70rem) {
  .container {
    width: 75%;
    max-width: 60rem;
  }
}
.row {
  position: relative;
  width: 100%;
}
.row [class^="col"] {
  float: left;
  margin: 0.5rem 2% 2rem;
  min-height: 0.125rem;
}
.row::after {
  content: "";
  display: table;
  clear: both;
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
  width: 96%;
}
.col-1-sm {
  width: 4.33333333%;
}
.col-2-sm {
  width: 12.66666667%;
}
.col-3-sm {
  width: 21%;
}
.col-4-sm {
  width: 29.33333333%;
}
.col-5-sm {
  width: 37.66666667%;
}
.col-6-sm {
  width: 46%;
}
.col-7-sm {
  width: 54.33333333%;
}
.col-8-sm {
  width: 62.66666667%;
}
.col-9-sm {
  width: 71%;
}
.col-10-sm {
  width: 79.33333333%;
}
.col-11-sm {
  width: 87.66666667%;
}
.col-12-sm {
  width: 96%;
}
@media only screen and (min-width: 45rem) {
  .hidden-sm {
    display: block;
  }
}
@media only screen and (min-width: 1400px) {
  .hidden-md {
    display: block;
  }
}
@media only screen and (min-width: 70rem) {
  .col-1 {
    width: 4.33333333%;
  }
  .col-2 {
    width: 12.66666667%;
  }
  .col-3 {
    width: 21%;
  }
  .col-4 {
    width: 29.33333333%;
  }
  .col-5 {
    width: 37.66666667%;
  }
  .col-6 {
    width: 46%;
  }
  .col-7 {
    width: 54.33333333%;
  }
  .col-8 {
    width: 62.66666667%;
  }
  .col-9 {
    width: 71%;
  }
  .col-10 {
    width: 79.33333333%;
  }
  .col-11 {
    width: 87.66666667%;
  }
  .col-12 {
    width: 96%;
  }
}
.btn {
  display: block;
  padding: 10px 30px;
  text-decoration: none;
  font-size: 1.2rem;
  border-radius: 7px;
  transition: 0.15s ease all;
  outline: 2px solid transparent;
  cursor: pointer;
  min-height: 44px;
  border: none;
  box-sizing: border-box;
  line-height: 120%;
}
.btn.icon {
  background-color: transparent;
  padding: 10px;
  min-height: 44px;
  min-width: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn.icon.secondary.inverted {
  outline: none;
}
.btn.primary {
  padding: 13px 30px;
  color: #032d60;
  border: 2px solid #032d60;
  background-color: transparent;
}
.btn.primary:hover,
.btn.primary:focus-visible {
  background-color: #032d60;
  color: white;
}
.btn.primary:active {
  background-color: #03254E;
  transition: none;
}
.btn.secondary {
  color: #27232a;
}
.btn.secondary:hover {
  outline-color: transparent;
}
.btn.secondary:focus-visible {
  outline-color: #032d60;
  transition: none;
}
.btn.secondary:active {
  outline-color: #032d60;
  transition: none;
}
.btn.secondary.inverted {
  background-color: transparent;
  color: white;
  border: 2px solid white;
}
.btn.secondary.inverted:hover,
.btn.secondary.inverted:focus-visible {
  border-color: #032d60;
  background-color: #032d60;
  color: white;
}
.btn.secondary.inverted:hover {
  outline: none;
}
.btn.secondary.inverted:active {
  background-color: #03254E;
  transition: none;
}
header {
  box-sizing: border-box;
  font-weight: 400;
}
header .logo-dark {
  display: none;
}
header .logo-standard {
  display: block;
}
header.sticky {
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(10px);
  padding: 1px 30px;
}
header .top {
  margin: 20px auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 3;
}
header .menu ul {
  display: flex;
  padding: 0;
  margin: 0;
}
header .menu li {
  list-style: none;
  margin: 0 15px;
}
header .menu li a {
  transition: 0.1s ease top;
  position: relative;
  top: 0;
  padding: 25px 30px;
}
header .menu li a::after {
  content: "";
  color: transparent;
  font-size: 30px;
  line-height: 0;
  transition: 0.2s ease color, 0.1s ease top 0.1s;
  display: block;
  text-align: center;
  bottom: -12px;
  position: relative;
}
header .menu li a:active {
  outline: none;
  color: #032d60;
}
header .menu li a:hover {
  top: -5px;
}
header .menu li a:hover::after {
  color: #032d60;
  bottom: -5px;
}
header.internal {
  font-family: "Inter", sans-serif;
}
header.internal .top {
  margin: 10px auto;
}
header.internal .logo img {
  max-width: 50px;
}
header.internal .logo a {
  display: flex;
  align-items: center;
}
header.internal .logo a:hover {
  text-decoration: underline;
}
header.internal .logo a > p {
  padding: 10px 20px;
  margin: 0;
  font-size: 1.2rem;
  color: #27232a;
}
header.internal li a::after {
  content: "↑";
  bottom: -20px;
}
header.internal li a:hover {
  top: -5px;
}
header.internal li a:hover::after {
  bottom: -15px;
}
header.dark a,
header.dark p {
  color: white !important;
}
header.dark .logo > a,
header.dark .logo p {
  color: white !important;
}
header.dark .logo-dark {
  display: block;
}
header.dark .logo-standard {
  display: none;
}
header.dark.sticky {
  background: rgba(26, 26, 26, 0.95);
}
html,
body,
div,
form,
fieldset,
legend,
label {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
th,
td {
  text-align: left;
  vertical-align: top;
}
h1,
h2,
h3,
h4,
h5,
h6,
th,
td,
caption {
  font-weight: normal;
}
img {
  border: 0;
}
body.blur {
  filter: blur(20px);
}
.come-in {
  transform: translateY(50px);
  animation: come-in 0.8s ease forwards;
}
.come-in:nth-child(2n) {
  animation-duration: 1.5s;
}
.come-in:nth-child(even) {
  animation-duration: 0.5s;
}
@keyframes come-in {
  from {
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.left {
  float: left;
}
.right {
  float: right;
}
.clear {
  clear: both;
  overflow: hidden;
}
.img-shadow {
  box-shadow: 0px 8px 20px 0px #eaeaea;
}
.overflow-fix {
  overflow: hidden;
}
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
@font-face {
  font-family: "Inter";
  src: url(/7d0e057d84173da2b2f1.woff) format("woff2"), url(/7d0e057d84173da2b2f1.woff) format("woff");
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: "Inter", sans-serif;
  background-color: white;
  scroll-behavior: smooth;
  font-weight: 400;
}
body h1,
body h2,
body h3,
body h4 {
  font-family: "Inter", sans-serif;
  word-break: break-word;
  hyphens: auto;
  letter-spacing: -0.02em;
}
body .container {
  position: relative;
}
@keyframes appearPhone {
  0% {
    top: -50px;
    opacity: 0;
  }
  100% {
    top: 00px;
    opacity: 1;
  }
}
body a {
  cursor: pointer;
  text-decoration: none;
}
.row.align-center {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.row.align-center div[class^="col-"] {
  float: none;
}
.row.full-height {
  height: calc(100vh - 140px);
}
hr {
  opacity: 0.1;
}
main > section {
  padding: 50px 0;
  box-sizing: border-box;
}
main > section::after {
  content: " ";
  min-height: 1px;
  clear: both;
  display: block;
  width: 100%;
}
main > section h2 {
  color: #032d60;
  font-size: 4rem;
  margin: 0 0 15px;
}
main > section p {
  color: #27232a;
  line-height: 160%;
  font-size: 1.2rem;
  margin-bottom: 2rem;
}
main > section p strong {
  font-weight: bold;
  color: #0d9dda;
}
main > section p a {
  color: #032d60;
  text-decoration: underline;
}
main > section p a:hover {
  color: #032d60;
}
.intro {
  padding-top: 0;
  position: relative;
  display: block;
}
.intro:before {
  content: url(/94e4a887951b53e653f3.svg);
  position: absolute;
  left: 25%;
  top: -183px;
}
.intro .phone {
  background-size: contain;
  margin-bottom: 40px;
  z-index: 1;
  position: relative;
  height: calc(100vh - 140px);
  align-content: center;
}
.intro .phone img {
  max-width: 100%;
  margin: 0 auto;
  display: block;
  position: relative;
  z-index: 3;
  animation: appearPhone 0.4s ease-out forwards;
  animation-delay: 0.3s;
  top: 0px;
  opacity: 0;
}
.intro .text {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  height: 100%;
  z-index: 2;
  position: relative;
}
.intro .text img {
  margin: 2.5rem 0;
}
.intro .text h1 {
  color: #27232a;
  font-size: 1rem;
  line-height: 130%;
  font-family: "Inter", sans-serif;
  text-transform: none;
  font-weight: 400;
  letter-spacing: normal;
}
.intro .text h1 strong {
  color: #0d9dda;
  font-weight: bold;
}
.intro .text h2 {
  color: #032d60;
  font-size: 1.5rem;
  font-family: "Inter", sans-serif;
  margin-top: 3rem;
}
.intro .text .pill-container {
  margin-left: -5px;
}
.intro .text .pill-container .pill {
  padding: 10px 15px;
  border-radius: 40px;
  background-color: #eaeaea;
  backdrop-filter: blur(10px);
  color: #27232a;
  box-sizing: border-box;
  display: inline-block;
  margin: 0 5px 15px 5px;
}
.intro .text .scroll-down {
  background: url(/65a35ee96ee9c4523aaf.svg) no-repeat left center;
  padding: 15px;
  padding-left: 60px;
  margin-top: 60px;
}
.intro .text .scroll-down strong {
  font-size: 1.1rem;
  color: #27232a;
  margin: 0;
}
.intro .text .scroll-down p {
  color: #747a7c;
  font-size: 1rem;
  margin: 5px 0;
}
.interviews {
  background: #f2fbff;
}
.interviews h2 {
  font-size: 2.5rem;
  color: #032d60;
}
.interviews h2 strong {
  color: #0d9dda;
}
.searching .title {
  padding: 65px 0 80px;
}
.searching h2 {
  font-size: 3.5rem;
  color: #032d60;
  margin: 0;
}
.searching p {
  margin: 0;
}
.searching .col-4 {
  position: relative;
}
.searching .col-4:first-child::before {
  content: url(/bd9c94fb0967cb931810.svg);
  position: absolute;
  top: -80px;
  left: -100px;
  z-index: -1;
}
.searching .col-4:last-child::after {
  content: url(data:image/png;base64,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);
  position: absolute;
  bottom: -26px;
  right: 17px;
  z-index: 4;
  display: inline-block;
  max-width: 200px;
}
.searching .card {
  padding: 35px;
  border-radius: 15px;
  background-color: white;
  box-shadow: 0px 83px 250px -51px rgba(0, 22, 57, 0.1);
  position: relative;
  z-index: 2;
  box-sizing: border-box;
}
.searching .card img {
  max-height: 160px;
}
.searching .card h3 {
  color: #032d60;
  font-size: 2.5rem;
  margin-bottom: 10px;
}
.searching .card p {
  color: #27232a;
}
.ideation .ideation-block {
  padding: 80px 0;
}
.ideation .ideation-block.troubleshooting .card img {
  max-width: 218px;
  position: absolute;
  left: 22px;
  top: -40px;
}
.ideation .col-7 img {
  box-shadow: 0px 83px 250px -51px rgba(0, 22, 57, 0.1);
}
.ideation h3 {
  color: #032d60;
  font-size: 2rem;
}
.ideation h2 strong {
  color: #0d9dda;
}
.ideation video {
  border-radius: 20px;
}
.ideation .card {
  padding: 25px 25px 25px 215px;
  border-radius: 15px;
  margin-top: 80px;
  background-color: #F2FBFF;
  position: relative;
  box-sizing: border-box;
}
.ideation .card img {
  max-width: 175px;
  position: absolute;
  left: 20px;
  top: -40px;
}
.ideation .card h4 {
  color: #032d60;
  font-size: 4rem;
  margin: 0;
  letter-spacing: -0.02em;
  margin-top: -10px;
}
.ideation .card h4 small {
  font-size: 2.5rem;
}
.ideation .card h4 sup {
  font-size: 2.2rem;
}
.ideation .card p {
  margin: -5px 0 0 0;
}
.achievements h2 {
  color: #032d60;
  font-size: 3.5rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
  hyphens: auto;
}
footer {
  padding: 80px 0;
  text-align: center;
}
footer strong {
  color: #032d60;
  font-size: 2rem;
  font-family: "Inter", sans-serif;
  display: block;
  margin-bottom: 30px;
}
footer a {
  color: #27232a;
  font-size: 1rem;
}
@media (min-width: 768px) {
  body .desktop {
    display: block;
  }
  body .mobile {
    display: none;
  }
}
@media (min-width: 1105px) {
  body .intro::before {
    top: -90px;
  }
  body .intro .text h1 {
    font-size: 1.2rem;
  }
  body .intro .phone {
    margin-bottom: 0px;
  }
  body .intro .phone img {
    max-width: 1025px;
  }
  body main > section {
    padding: 80px 0;
  }
  body .row.align-center {
    flex-direction: row;
  }
}
@media (min-width: 1600px) {
  body .intro .text {
    height: calc(100vh - 140px);
  }
}

