/**
 * Arquivo base do SCSS
 * @version 1.1.0
 */

/* ============= BASE ============= */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

strong {
  font-weight: bold;
}

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

body {
  line-height: 1;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  min-height: 100%;
}

button,
input,
optgroup,
select,
textarea,
html input[type=button],
input[type=reset],
input[type=submit],
button[disabled],
html input[disabled],
button::-moz-focus-inner,
input::-moz-focus-inner,
input[type=checkbox],
input[type=radio],
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button,
input[type=search],
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  border: none;
  background-image: none;
  background-color: transparent;
  box-shadow: none;
}

html {
  font-size: 62.5%;
}

@media (max-width: 900px) {
  html {
    font-size: 50%;
  }
}

html,
body {
  width: 100%;
  font-family: "Circular Air", sans-serif;
  color: #000000;
}

body {
  font-size: 1.5rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Circular Air", sans-serif;
  color: #000000;
  font-size: 4rem;
}

.text--ligther {
  font-weight: lighter;
}

.text--regular {
  font-weight: normal;
}

.text--bold {
  font-weight: bold;
}

.text--primary {
  color: #251664;
}

.text--secondary {
  color: #6140EB;
}

.mb-1 {
  margin-bottom: 1rem;
}

.mb-2 {
  margin-bottom: 2rem;
}

.mb-3 {
  margin-bottom: 3rem;
}

.mb-4 {
  margin-bottom: 4rem;
}

.mb-5 {
  margin-bottom: 5rem;
}

.desc-white {
  font-weight: 300;
  font-size: 1.6rem;
  color: #FFFFFF;
  line-height: 150%;
}

.desc-white--450 {
  font-weight: 450;
  color: #FFFFFF;
  font-size: 1.6rem;
  line-height: 20px;
}

.desc-black {
  font-weight: 300;
  font-size: 1.6rem;
  color: #444444;
  line-height: 150%;
}

.desc-primary {
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 150%;
  color: #251664;
}

.title-section {
  color: #7756FF;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 20px;
  text-align: center;
}

.title-form {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 20px;
  color: #251664;
}

.title-banner {
  font-weight: 300;
  font-size: 6.5rem;
  line-height: 101%;
  color: #fff;
}

.title-card-solution {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
}

.author-opinion {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 20px;
  color: #7756FF;
}

.desc-700-secondary {
  color: #6140EB;
  font-weight: 700;
  font-size: 1.6rem;
}

.title-300-42 {
  color: #fff;
  font-size: 4.2rem;
  font-weight: 300;
}

.title-300-42-primary {
  color: #251664;
  font-size: 4.2rem;
  font-weight: 300;
}

.btn {
  background: #7756FF;
  border-radius: 200px;
  color: #fff;
  padding: 2rem 4rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 1.6rem;
  cursor: pointer;
}

/* ============= FONTS ============ */

@font-face {
  font-family: "Circular Air";
  src: url("/assets/site/fonts/CircularAir-Light.woff2") format("woff2"), url("/assets/site/fonts/CircularAir-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Circular Air";
  src: url("/assets/site/fonts/CircularAir-Bold.woff2") format("woff2"), url("/assets/site/fonts/CircularAir-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Circular Air";
  src: url("/assets/site/fonts/CircularAir-Medium.woff2") format("woff2"), url("/assets/site/fonts/CircularAir-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* =========== SECTIONS =========== */

.header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  background-color: transparent;
  padding: 3.4rem 3rem 0rem 3rem;
  position: absolute;
  z-index: 2;
}

.header__left .logo {
  width: 187px;
  height: 57px;
}

.header__left .logo img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.header__right {
  z-index: 2;
}

.header__right a {
  text-decoration: none;
  display: flex;
  align-items: center;
  background: #1BD741;
  border-radius: 500px;
  padding: 1.5rem 1.8rem;
  gap: 3.7rem;
  color: #fff;
  cursor: pointer;
}

@media (max-width: 900px) {
  .header__right {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
  }
}

.footer {
  width: 100%;
  padding: 8.6rem 10rem 8rem;
  background: #0E072C;
}

.footer a {
  text-decoration: none;
  color: #fff;
}

.footer__top {
  display: flex;
  position: relative;
  justify-content: space-between;
  margin-bottom: 6rem;
}

.footer__top .language-select {
  position: absolute;
  left: 50%;
  display: flex;
  align-items: center;
  gap: 6.2rem;
  transform: translate(-50%);
  border-bottom: 2px solid #6140EB;
  padding-bottom: 2rem;
}

.footer__top .language-select a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #fff;
}

.footer__top .language-select a svg {
  margin-left: 6rem;
}

.footer__top .language-select a.active {
  font-weight: 700;
}

.footer__top .socials {
  display: flex;
  align-items: center;
  gap: 3rem;
}

.footer__bottom {
  display: flex;
  align-items: center;
  position: relative;
  justify-content: space-between;
}

.footer__bottom .logo {
  width: 161px;
  height: 50px;
}

.footer__bottom .logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.footer__bottom .desc-white {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
}

.footer__bottom a {
  width: 40px;
  position: relative;
  z-index: 1;
  height: 15px;
  opacity: 0.4;
}

.footer__bottom a svg {
  width: 40px;
  height: 15px;
}

.footer__bottom a svg path {
  stroke-dasharray: 800;
  transition: all 2s cubic-bezier(0.47, 0, 0.745, 0.715);
  stroke: #9b9b9b;
}

.footer__bottom a svg:hover path {
  -webkit-animation-name: deen;
          animation-name: deen;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes deen {
  0% {
    stroke-dashoffset: 800;
  }

  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes deen {
  0% {
    stroke-dashoffset: 800;
  }

  100% {
    stroke-dashoffset: 0;
  }
}

@media (max-width: 900px) {
  .footer {
    padding: 8.6rem 2rem 8rem;
  }

  .footer__top {
    flex-direction: column;
    gap: 4rem;
  }

  .footer__top .language-select {
    position: unset;
    transform: unset;
  }

  .footer__bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem;
  }

  .footer__bottom .desc-white {
    position: unset;
    transform: unset;
  }
}

/* ============ PAGES ============= */

.home a {
  text-decoration: none;
}

.home__banner {
  height: 100vh;
  position: relative;
  width: 100%;
  background: linear-gradient(180deg, rgba(37, 22, 100, 0) -100%, #251664 100%);
}

.home__banner::after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 100%;
  background: linear-gradient(180deg, rgba(37, 22, 100, 0) 0%, #251664 100%);
}

.home__banner__bg {
  width: 100%;
  height: 100%;
  background: linear-gradient(56.18deg, rgba(5, 4, 36, 0.5) 21.69%, rgba(5, 4, 39, 0) 70.88%);
}

.home__banner__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.home__banner__bg .content {
  position: absolute;
  bottom: 10rem;
  left: 9.5rem;
  z-index: 1;
  max-width: 50%;
}

.home__banner__bg .content .title-banner strong {
  color: #fff;
}

.home__banner__bg .content .mobile {
  margin-top: 2rem;
  display: none;
}

.home__solutions {
  background-color: #251664;
  padding: 0 9.5rem;
  padding-bottom: 12rem;
}

.home__solutions .title-section {
  text-align: start;
}

.home__solutions__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  row-gap: 2rem;
}

.home__solutions__grid .item {
  border: 1px solid #7756ff;
  border-radius: 10px;
  padding: 4rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 2.3rem;
  cursor: pointer;
  transition: 0.3s ease-in all;
}

.home__solutions__grid .item:hover {
  background-color: #7756ff;
  transition: 0.3s ease-in all;
  box-shadow: 0px 100px 80px rgba(0, 0, 0, 0.23), 0px 41.7776px 33.4221px rgba(0, 0, 0, 0.165337), 0px 22.3363px 17.869px rgba(0, 0, 0, 0.137105), 0px 12.5216px 10.0172px rgba(0, 0, 0, 0.115), 0px 6.6501px 5.32008px rgba(0, 0, 0, 0.0928953), 0px 2.76726px 2.21381px rgba(0, 0, 0, 0.0646635);
}

.home__solutions__grid .item:hover .up svg path {
  fill: #251664;
}

.home__solutions__grid .item:hover .bottom .title-section {
  color: #251664;
}

.home__solutions__grid .item:hover .bottom svg path {
  stroke: #251664;
}

.home__solutions__grid .item .bottom {
  display: flex;
  align-items: center;
  gap: 3rem;
}

.home__carousel {
  height: 90vh;
  background-color: #251664;
  position: relative;
  overflow: hidden;
}

.home__carousel .arrow {
  position: absolute;
  top: 0;
  height: 100%;
  display: grid;
  place-items: center;
  width: 16rem;
  z-index: 99999;
  cursor: pointer;
}

.home__carousel .arrow-next {
  right: 0;
}

.home__carousel .arrow-prev {
  left: 0;
  transform: rotate(180deg);
}

.home__carousel__wrapper {
  height: 100%;
  border-radius: 35px 35px 0px 0px;
  overflow: hidden;
}

.home__carousel__wrapper .slick-list,
.home__carousel__wrapper .slick-track {
  height: 100%;
}

.home__carousel__wrapper .item {
  transition: 0.5s all ease-in-out;
  position: relative;
  height: 100%;
  transition: 0.3s all ease;
}

.home__carousel__wrapper .item::after {
  content: "";
  position: absolute;
  background: linear-gradient(180deg, rgba(37, 22, 100, 0) 0%, rgba(37, 22, 100, 0.75) 100%);
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.home__carousel__wrapper .item .image {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.home__carousel__wrapper .item .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.home__carousel__wrapper .item .content {
  z-index: 10;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 10rem 9.5rem;
}

.home__carousel__wrapper .item .content .counter {
  font-weight: 700;
  font-size: 1.6rem;
  z-index: 1;
  color: rgba(255, 255, 255, 0.2);
}

.home__carousel .slick-dots {
  position: absolute;
  bottom: 5.7rem;
  left: 9.5rem;
  display: flex;
  gap: 3.5rem;
}

.home__carousel .slick-dots li {
  width: 9vw;
  height: 2px;
  background-color: #fff;
  transition: 0.3s all ease-in;
}

.home__carousel .slick-dots li button {
  display: none;
}

.home__carousel .slick-dots li.slick-active {
  background-color: #7756ff;
  transition: 0.3s all ease-in;
}

.home__who {
  padding: 11rem 13.6rem 7rem 16.6rem;
  display: flex;
  gap: 10rem;
}

.home__who__left {
  width: 50%;
}

.home__who__left .content {
  max-width: 60%;
}

.home__who__left .content .title-section {
  text-align: left;
  display: flex;
  align-items: center;
  gap: 2rem;
  cursor: pointer;
}

.home__who__right {
  width: 50%;
}

.home__who__right .itens .item {
  display: flex;
  align-items: center;
  gap: 2.6rem;
  border-bottom: 1px solid #c7c7c7;
  padding-bottom: 1.6rem;
  padding-top: 2rem;
}

.home__who__right .itens .item .number {
  font-weight: 300;
  font-size: 80px;
  line-height: 101%;
  color: #251664;
}

.home__clients .itens {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  padding: 0 17.5rem;
  justify-content: space-around;
  row-gap: 2rem;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}

.home__clients .itens .item {
  height: 100px;
  width: 100px;
  margin-right: 8rem;
}

.home__clients .itens .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  filter: grayscale(1);
}

.home__what-they-say {
  padding: 8.5rem 0 12rem;
  position: relative;
}

.home__what-they-say::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3rem;
  z-index: 2;
  width: 100%;
  background-color: #fff;
  height: 3rem;
  border-radius: 0px 0px 35px 35px;
}

.home__what-they-say__carousel .slick-list {
  padding: 0 20% !important;
}

.home__what-they-say__carousel .slick-track {
  display: flex !important;
}

.home__what-they-say__carousel .item {
  height: inherit !important;
  margin: 0 2.4rem;
  background: #f7f7f7;
  border-radius: 20px;
  padding: 7rem 14rem 7rem 7rem;
}

.home__what-they-say .pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 4.5rem;
}

.home__what-they-say .pagination ul {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.home__what-they-say .pagination ul li {
  width: 29px;
  background-color: #c7c7c7;
  height: 2px;
  transition: 0.3s all ease-in;
}

.home__what-they-say .pagination ul li.slick-active {
  background-color: #7756ff;
  transition: 0.3s all ease-in;
}

.home__what-they-say .btn-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

.home__banner-business {
  height: 103vh;
  width: 100%;
  position: relative;
}

.home__banner-business::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(17, 8, 53, 0.5), rgba(17, 8, 53, 0.5)), linear-gradient(0deg, rgba(17, 8, 53, 0.5), rgba(17, 8, 53, 0.5)), #251664;
  opacity: 0.5;
}

.home__banner-business img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  background: linear-gradient(0deg, rgba(17, 8, 53, 0.5), rgba(17, 8, 53, 0.5)), linear-gradient(0deg, rgba(17, 8, 53, 0.5), rgba(17, 8, 53, 0.5)), #251664;
  background-blend-mode: color, normal, normal, normal;
}

.home__banner-business .card {
  position: absolute;
  left: 13rem;
  bottom: 16.5rem;
  background: #251664;
  border-radius: 0 20px 20px 0;
  padding: 5rem 6rem 6.5rem 6rem;
  z-index: 2;
}

.home__banner-business .card::after {
  position: absolute;
  left: -1rem;
  top: 0;
  content: "";
  height: 100%;
  border-radius: 20px 0 0 20px;
  border-left: 12px solid #6140eb;
}

.home__banner-business .card .content {
  max-width: 55%;
}

.home__units {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  flex-wrap: wrap;
  width: 100%;
  background-color: #6140EB;
}

.home__units .item {
  background-color: #251664;
}

.home__units .item:nth-child(even) .bottom {
  background: #180d46;
}

.home__units .item:nth-child(even) .bottom .phones .item {
  background-color: #180d46;
}

.home__units .item.not {
  flex-basis: 50%;
}

.home__units .item .up {
  height: 50%;
  position: relative;
}

.home__units .item .up img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.home__units .item .up .content {
  position: absolute;
  left: 4rem;
  bottom: 6rem;
  max-width: 70%;
  z-index: 2;
}

.home__units .item .up .content .title-300-42 strong {
  position: relative;
  font-weight: unset;
}

.home__units .item .up .content .title-300-42 strong::after {
  content: "";
  position: absolute;
  bottom: 0rem;
  left: -0.3rem;
  border-bottom: 15px solid #6140EB;
  width: 105%;
  z-index: -1;
}

.home__units .item .bottom {
  padding: 2.4rem 10rem 4rem 4rem;
  height: 50%;
}

.home__units .item .bottom .desc-700-secondary {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.home__units .item .bottom .phones {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-top: 1rem;
}

.home__units .item .bottom .phones .item {
  display: flex;
  align-items: center;
  gap: 2rem;
}

@media (max-height: 720px) {
  .home__banner__bg .content {
    bottom: 11rem;
    left: 11.5rem;
  }

  .home__banner__bg .title-banner {
    font-size: 5rem;
  }

  .home__banner__bg .form {
    bottom: 6rem;
    padding: 3rem;
  }

  .home__banner__bg .form .mb-4 {
    margin-bottom: 2rem;
  }

  .home__banner__bg .form input {
    padding-bottom: 1.2rem;
    font-size: 1.3rem;
  }

  .home__banner__bg .form .btn {
    padding: 1rem 2rem;
  }

  .home__banner-business .card {
    left: 13rem;
    bottom: 9.5rem;
    padding: 3rem 3rem 3.5rem 6rem;
  }

  .home__banner-business .content {
    max-width: 80% !important;
  }
}

@media (max-width: 900px) {
  .home__banner {
    overflow: hidden;
  }

  .home__banner .content {
    bottom: unset;
    max-width: 100%;
    left: 3rem;
    padding: 0 2rem 0 0;
    top: 50%;
  }

  .home__banner .content .title-banner {
    font-size: 4rem;
  }

  .home__banner .content .btn {
    width: 100%;
    text-align: center;
    justify-content: center;
  }

  .home__banner .content .mobile {
    display: block;
  }

  .home__banner .form {
    left: 2rem;
    transform: translate(100vw);
    transition: 0.3s all ease;
    width: 90%;
  }

  .home__banner .form svg {
    position: absolute;
    right: 2rem;
    cursor: pointer;
  }

  .home__banner .form.active {
    transform: translate(0vw);
    transition: 0.3s all ease;
  }

  .home__solutions {
    padding: 0 2rem 12rem;
  }

  .home__carousel {
    height: 30vh;
  }

  .home__carousel .arrow {
    display: none !important;
  }

  .home__carousel__wrapper {
    height: 100%;
  }

  .home__carousel__wrapper .slick-list,
  .home__carousel__wrapper .slick-track {
    height: 100%;
  }

  .home__carousel__wrapper .item .image img {
    border-radius: unset;
  }

  .home__carousel__wrapper .item .content {
    padding: 5rem 2.5rem;
  }

  .home__carousel .slick-dots {
    left: 2rem;
    gap: 1rem;
    bottom: 2rem;
  }

  .home__carousel .slick-dots li {
    width: 50px;
  }

  .home__who {
    padding: 11rem 2rem 7rem 2rem;
    flex-direction: column;
  }

  .home__who__left {
    width: 100%;
  }

  .home__who__left .content {
    max-width: 100%;
  }

  .home__who__right {
    width: 100%;
  }

  .home__clients {
    padding: 0 2rem;
  }

  .home__clients .itens {
    padding: 0 2rem;
  }

  .home__what-they-say .item {
    padding: 7rem 2rem 7rem 2rem;
  }

  .home__what-they-say .slick-list {
    padding: 0 !important;
  }

  .home__banner-business .card {
    right: 2rem;
    left: 2rem;
    padding: 5rem 2rem 6.5rem 2rem;
    bottom: 10%;
  }

  .home__banner-business .card .content {
    max-width: 100%;
  }

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

  .home__units .item {
    width: 100%;
  }

  .home__units .item .bottom {
    padding: 5.4rem 10rem 4rem 2rem;
  }

  .home__units .item .up .content {
    bottom: 5rem;
  }
}

/* ========= COMPONENTES ========== */

.form {
  background: #FFFFFF;
  box-shadow: 0px 100px 80px rgba(0, 0, 0, 0.23), 0px 41.7776px 33.4221px rgba(0, 0, 0, 0.165337), 0px 22.3363px 17.869px rgba(0, 0, 0, 0.137105), 0px 12.5216px 10.0172px rgba(0, 0, 0, 0.115), 0px 6.6501px 5.32008px rgba(0, 0, 0, 0.0928953), 0px 2.76726px 2.21381px rgba(0, 0, 0, 0.0646635);
  border-radius: 20px;
  position: absolute;
  right: 9.7rem;
  bottom: 10rem;
  z-index: 1;
  padding: 4rem;
}

.form .svg-close {
  display: none;
}

.form__row {
  display: flex;
  gap: 1rem;
  width: 100%;
  margin-bottom: 3rem !important;
}

.form__row:not(:last-child) {
  margin-bottom: 1rem;
}

.form__col {
  width: 100%;
  position: relative;
}

.form__col input,
.form__col select,
.form__col textarea {
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: 1px solid #7756FF;
  width: 100%;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #251664;
  outline: none;
  padding-bottom: 1.5rem;
}

.form__col input::-moz-placeholder, .form__col select::-moz-placeholder, .form__col textarea::-moz-placeholder {
  color: #251664;
}

.form__col input:-ms-input-placeholder, .form__col select:-ms-input-placeholder, .form__col textarea:-ms-input-placeholder {
  color: #251664;
}

.form__col input::placeholder,
.form__col select::placeholder,
.form__col textarea::placeholder {
  color: #251664;
}

.form__col .error {
  position: absolute;
  left: 0;
  bottom: -1.7rem;
  color: red;
}

.form button {
  border-color: transparent;
  outline: auto;
  font-family: "Circular Air";
}

@media (max-width: 900px) {
  .form .svg-close {
    display: block;
  }
}

.cms-bar {
  height: 50px;
}

.cms-bar__row {
  position: fixed;
  bottom: 0;
  left: 0;
  background: #9700f6;
  height: 50px;
  display: flex;
  justify-content: flex-end;
  width: 100%;
  align-items: center;
  font-family: Arial, Helvetica, sans-serif;
}

.cms-bar__row .text {
  color: #FFF;
  margin-right: 15px;
  font-size: 14px;
  font-weight: bold;
}

.cms-bar__row .btn {
  background: #FFF;
  padding: 5px 20px;
  border-radius: 15px;
  margin-right: 15px;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  color: #000;
}

.cms-bar__row .btn:hover {
  background: #000;
  color: #FFF;
}

@media (max-width: 900px) {
  .cms-bar__row .text {
    display: none;
  }
}

