.flex, .header__buttons, .modal__footer, .modal__footer .filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.button-primary, .modal__footer .filter {
  background: #12D57D;
  padding: 7px 20px;
  color: #ffffff;
  text-transform: uppercase;
  border-radius: 4px;
  font-weight: 600;
  font-size: 14px;
  border: none;
  cursor: pointer;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 10px;
}

.button-primary img, .modal__footer .filter img {
  margin-left: 10px;
}

.flex, .header__buttons, .modal__footer, .modal__footer .filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.button-primary, .modal__footer .filter {
  background: #12D57D;
  padding: 7px 20px;
  color: #ffffff;
  text-transform: uppercase;
  border-radius: 4px;
  font-weight: 600;
  font-size: 14px;
  border: none;
  cursor: pointer;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 10px;
}

.button-primary img, .modal__footer .filter img {
  margin-left: 10px;
}

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, menu, 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,
main, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
  display: block;
}

/* HTML5 hidden-attribute fix for newer browsers */
*[hidden] {
  display: none;
}

body {
  line-height: 1.5;
  font-family: 'Poppins', sans-serif;
  margin: 0;
  font-weight: 400;
  background-color: #ffffff;
}

menu, 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;
}

hr {
  border-top: 1px solid #f2f2f2;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Poppins', sans-serif;
}

.banner .container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 811px) {
  .banner .container {
    display: block;
  }
}

.banner__image figure img {
  max-width: 100%;
}

.banner__text .title {
  margin: 1.25rem 0 2rem 0;
}

.banner__text .title p {
  font-size: 2.625rem;
  font-weight: 700;
}

.banner__text .title p:nth-child(2) {
  color: #12D57D;
}

.banner__text .subtitle {
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 1.5rem;
}

.banner__text .subtitle p {
  width: 80%;
}

@media (max-width: 811px) {
  .banner__text {
    margin-left: 1rem;
    text-align: center;
  }
  .banner__text .subtitle {
    font-size: 1rem;
  }
  .banner__text .subtitle p {
    max-width: 85%;
    margin: 0 auto;
  }
  .banner__text .title p {
    font-size: 1.75rem;
  }
}

.header__nav {
  background: -webkit-gradient(linear, left top, left bottom, from(#01022E), to(#000000));
  background: linear-gradient(180deg, #01022E, #000000);
  -ms-flex-pack: distribute;
      justify-content: space-around;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  padding: 1rem 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__nav .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 811px) {
  .header__nav .container figure img {
    width: 70%;
  }
}

.header__language {
  background-color: #5584EB;
  width: 100%;
}

.header__menu {
  margin: 0 3.5rem 0 2rem;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 991px) {
  .header__menu {
    display: block;
    color: #000000;
    margin: 0;
  }
}

.header__menu li {
  font-size: 1.25rem;
  margin-right: 4rem;
  position: relative;
  cursor: pointer;
}

@media (max-width: 991px) {
  .header__menu li {
    margin-right: 0;
    font-size: 1rem;
    padding: .5rem 0;
    font-weight: 600;
    margin-right: 0;
  }
}

.header__menu li span {
  content: "";
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid #ffffff;
  border-radius: 6px;
  position: absolute;
  top: 14px;
  right: -1.5rem;
}

.header__buttons {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-left: 2rem;
}

@media (max-width: 991px) {
  .header__buttons {
    display: block;
    margin-left: 0;
  }
}

.header__mobile {
  display: none;
}

@media (max-width: 991px) {
  .header__mobile {
    display: block;
    cursor: pointer;
  }
}

.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 991px) {
  .menu {
    opacity: 0;
    visibility: hidden;
    display: none;
  }
  .menu.active1 {
    opacity: 1;
    visibility: visible;
    display: block;
    position: absolute;
    top: 5.5rem;
    background: white;
    width: 90%;
    border-radius: .5rem;
    text-align: center;
    -webkit-box-shadow: 0px 0px 60px #00000029;
            box-shadow: 0px 0px 60px #00000029;
  }
}

.cards {
  -webkit-box-shadow: 10px 10px 60px #00000029;
          box-shadow: 10px 10px 60px #00000029;
  background-color: #ffffff;
}

.cards--radius {
  border-radius: 1.25rem;
}

.cards--shadow {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.cards--gray {
  background-color: #F0F0F0;
  padding: 1rem;
}

.cards__icons {
  padding: 2rem 1.25rem;
  position: relative;
  border-top-left-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
  margin-bottom: 1.25rem;
}

.cards__icons p {
  text-align: center;
  font-size: 1rem;
  color: #000000;
  margin-top: 1.5rem;
}

.cards__icons p span {
  font-weight: 600;
}

.cards__icons figure {
  position: absolute;
  top: -40px;
  left: 90px;
}

.cards__icons img {
  width: 5rem;
  height: 5rem;
}

.cards__icons::after {
  content: '';
  position: absolute;
  top: 0;
  display: block;
  width: 10px;
  height: 10px;
  border-top: 60px solid #ffffff;
  border-right: 50px solid transparent;
  border-left: 50px solid transparent;
  right: -30px;
}

.cards__img {
  padding: 2rem 1.25rem;
  position: relative;
  border-top-left-radius: .5rem;
  border-bottom-left-radius: .5rem;
  border-bottom-right-radius: .5rem;
  margin-bottom: 1.25rem;
  background-color: #E3FBD8;
}

.cards__img p {
  font-size: 1rem;
  color: #000000;
  margin-top: 1.5rem;
}

.cards__img p span {
  font-weight: 600;
}

.cards__img figure {
  position: absolute;
  top: -40px;
  left: 16px;
  z-index: 2;
}

.cards__img img {
  width: 5rem;
  height: 5rem;
}

.cards__img::after {
  content: '';
  position: absolute;
  top: 0;
  display: block;
  width: 10px;
  height: 10px;
  border-top: 60px solid #E3FBD8;
  border-right: 50px solid transparent;
  border-left: 50px solid transparent;
  left: -30px;
}

.cards__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (250px)[auto-fit];
      grid-template-columns: repeat(auto-fit, 250px);
  grid-gap: 3rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  grid-auto-flow: dense;
}

.footer {
  background: -webkit-gradient(linear, left top, left bottom, from(#01022E), to(#000000));
  background: linear-gradient(180deg, #01022E, #000000);
  padding: 2rem;
}

.footer .container {
  display: -ms-grid;
  display: grid;
      grid-template-areas: "Logo" "Networks"  "Content"  "Copy";
}

.footer__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 811px) {
  .footer__content {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    grid-area: Content;
  }
}

.footer__terms {
  margin: 3rem 0 1.5rem 0;
}

.footer__terms li {
  color: #FFBB00;
  font-size: .75rem;
}

@media (max-width: 811px) {
  .footer__terms {
    text-align: center;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.footer__img img {
  width: 170px;
}

@media (max-width: 811px) {
  .footer__img {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: Logo;
    text-align: center;
  }
}

.footer__block {
  color: #ffffff;
  margin: 0 1.5rem 1.5rem 0;
}

.footer__block h3 {
  font-size: 1rem;
  margin-bottom: .5rem;
}

.footer__block ul li {
  font-size: .75rem;
  font-weight: 300;
}

.footer__block ul li span {
  font-weight: 600;
}

.footer__block .flex, .footer__block .header__buttons, .footer__block .modal__footer, .footer__block .modal__footer .filter, .modal__footer .footer__block .filter {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.footer__block .flex .border, .footer__block .header__buttons .border, .footer__block .modal__footer .border, .modal__footer .footer__block .filter .border {
  border-left: 1px solid #ffffff;
  padding-left: 1rem;
  margin-left: 1rem;
}

@media (max-width: 811px) {
  .footer__block {
    text-align: center;
  }
}

.footer__networks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.footer__networks__icons img {
  width: 200px;
}

.footer__networks .select__icon {
  right: 94px;
}

.footer__networks .select__arrow {
  top: 26px;
}

@media (max-width: 811px) {
  .footer__networks {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    grid-area: Networks;
    margin: 1.5rem 0 2rem 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer__networks .select {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 1.25rem;
  }
}

.footer__copyright p {
  text-align: center;
  font-size: .75rem;
  color: #ffffff;
  margin-top: 1.5rem;
}

@media (max-width: 811px) {
  .footer__copyright {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
    grid-area: Copy;
  }
}

.modal {
  position: fixed;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 100%;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(0, 0, 0, 0.33);
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.35s ease-in;
  transition: all 0.35s ease-in;
}

.modal__content {
  padding: 16px 16px 0 16px;
}

.modal__content label {
  width: 100%;
  border-bottom: 1px solid #E5E5E5;
  padding: 12px 0;
  font-size: 14px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.modal__content h2 {
  font-size: 20px;
  font-weight: 600;
  border-bottom: 1px solid #E5E5E5;
  padding: 0  0 12px 0;
}

.modal__header .close-modal {
  font-size: 1.5rem;
  position: absolute;
  right: 12px;
  top: 4px;
  color: #01022E;
  border: 1px solid #E5E5E5;
  background: #ffffff;
  font-size: 16px;
}

.modal__dialog {
  position: relative;
  max-height: 100vh;
  overflow: auto;
  cursor: default;
}

.modal__dialog img {
  width: 410px;
}

.modal__footer {
  margin-top: 14px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 14px;
  background-color: #f4f4f4;
}

.modal__footer .filter {
  margin-bottom: 0;
}

.modal__footer .clear {
  background-color: #ffffff;
  border-radius: 4px;
  text-transform: uppercase;
  border: none;
  padding: 7px 54px;
  font-family: 'Poppins', sans-serif;
  color: #01022E;
  font-weight: 600;
  font-size: 14px;
}

.modal.is-visible {
  visibility: visible;
  opacity: 1;
}

/***********BUTTONS************/
.button {
  color: #ffffff;
  border: 0;
  font-size: 1.25rem;
  font-family: "Poppins", sans-serif;
  cursor: pointer;
}

.button__outline {
  background-color: transparent;
  margin-right: 1.5rem;
}

@media (max-width: 991px) {
  .button__outline {
    color: #000000;
    font-size: 1rem;
    margin-right: 0;
    padding: .5rem 0;
    font-weight: 600;
  }
}

.button__secondary {
  background-color: #4800FF;
  font-weight: 500;
  padding: .75rem 1rem;
  border-radius: 10px;
}

@media (max-width: 991px) {
  .button__secondary {
    color: #000000;
    background-color: transparent;
    padding: 0;
    border-radius: none;
    font-size: 1rem;
    padding: .5rem 0;
    font-weight: 600;
  }
}

.button__icon {
  background: #12D57D;
  padding: .75rem 1.75rem;
  color: #ffffff;
  border-radius: 4px;
  font-weight: 600;
  font-size: 1.5rem;
  border: none;
  border-radius: 1rem;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.5rem;
}

.button__icon img {
  width: 1.5rem;
  height: 1.5rem;
  margin-left: 1rem;
}

@media (max-width: 811px) {
  .button__icon {
    font-size: 1rem;
    padding: .75rem 1.25rem;
  }
  .button__icon img {
    width: 1.25rem;
    height: 1.25rem;
  }
}

@media (max-width: 811px) {
  .button__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.button__flex--center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 4rem;
}

/*SELECT*/
.select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: .75rem 0;
  position: relative;
}

.select__arrow {
  content: "";
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid #ffffff;
  border-radius: 6px;
  position: absolute;
  top: 28px;
  right: 20px;
}

.select__option {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #01022E;
  color: #ffffff;
  right: 3rem;
  border: 0;
  padding: .5rem 2rem .5rem 3rem;
  border-radius: 1.5rem;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  cursor: pointer;
}

.select__option--bg {
  background-color: #5584EB;
  font-size: .75rem;
}

.select__icon {
  position: absolute;
  right: 114px;
  width: 20px;
  height: 20px;
}

.select--bg {
  background-color: #5584EB;
}

.nav > li > a {
  border: 1px solid transparent;
  color: gray;
  display: block;
  font-weight: bold;
  height: 27px;
  line-height: 27px;
  margin: -3px 0 0 -1px;
  padding: 0 1px 0 11px;
  text-decoration: none;
}

.nav > li:hover > a, .nav > a:hover {
  border-radius: 2px 2px 2px 2px;
  color: #FFFFFF;
  margin-right: -8px;
  padding: 0 9px 0 11px;
  position: relative;
  z-index: 1;
}

.nav > li.subs:hover > a {
  background-color: #FFFFFF;
  border-bottom-width: 0;
  border-radius: 2px 2px 0 0;
  color: #000000;
  text-shadow: 0 0 transparent;
  z-index: 2;
}

/*items*/
.nav > li:after {
  background-color: #405791;
  content: "";
  height: 17px;
  left: 1px;
  top: 2px;
  width: 1px;
}

.nav > li:first-child:after {
  background-color: transparent;
}

/* submenu */
.nav ul {
  background-color: #FFFFFF;
  border: 1px solid rgba(100, 100, 100, 0.4);
  border-radius: .5rem;
  -webkit-box-shadow: 0px 0px 60px #00000029;
          box-shadow: 0px 0px 60px #00000029;
  display: none;
  left: -30px;
  margin-top: 2px;
  min-width: 200px;
  padding: .75rem;
  position: absolute;
  top: 3.7rem;
  z-index: 1;
}

@media (max-width: 991px) {
  .nav ul {
    display: none;
  }
}

.nav li:hover ul, .nav li:active ul {
  display: block;
}

@media (max-width: 991px) {
  .nav li:hover ul, .nav li:active ul {
    display: none;
    opacity: 0;
  }
}

.nav ul li a {
  border-bottom: 8px solid transparent;
  border-top: 1px solid transparent;
  color: #01022E;
  display: block;
  font-size: 1.25rem;
  font-family: "Poppins", sans-serif;
  line-height: 20px;
  padding: 0 22px;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.nav ul li a:hover {
  color: #000000;
}

.container {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 812px) {
  .container {
    max-width: 782px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 1400px;
  }
}

/***************BUSINESS**************/
.business {
  background: #F0F0F0;
  text-align: center;
  padding: 3rem 1.75rem;
}

.business p {
  color: #000000;
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
}

.business figure img {
  max-width: 100%;
}

@media (max-width: 811px) {
  .business P {
    font-size: 1rem;
  }
  .business figure {
    overflow-x: auto;
    white-space: pre;
  }
  .business figure img {
    max-width: none;
    width: 250%;
  }
}

/***************CONVERSION**************/
.conversion {
  margin: 2.5rem 0;
  background-color: #ffffff;
}

.conversion .flex, .conversion .header__buttons, .conversion .modal__footer, .conversion .modal__footer .filter, .modal__footer .conversion .filter {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.conversion h2 {
  font-size: 1.75rem;
  color: #000000;
  text-align: center;
  margin-bottom: 5rem;
}

.conversion h2 span {
  color: #12D57D;
  font-weight: 600;
}

@media (max-width: 811px) {
  .conversion h2 {
    font-size: 1.25rem;
    margin-right: 2rem;
    margin-left: 2rem;
  }
}

/***************DIAGFLOW**************/
.flow {
  padding-top: 1.5rem;
  border-bottom-left-radius: 1.25rem;
  border-bottom-right-radius: 1.25rem;
  margin-bottom: 5rem;
}

.flow__header {
  background-color: #4800FF;
  border-top-left-radius: 1.25rem;
  border-top-right-radius: 1.25rem;
  padding: 2rem;
  -webkit-box-shadow: 10px 10px 60px #00000029;
          box-shadow: 10px 10px 60px #00000029;
}

.flow__header h3 {
  color: #ffffff;
  font-size: 1.25rem;
  font-weight: 500;
  text-align: center;
}

.flow__header h3 span {
  font-weight: 600;
}

.flow__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  overflow-x: auto;
}

.flow__icons {
  background-color: #ffffff;
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.flow__icons img {
  width: 1.5rem;
  height: 1.5rem;
  background-color: #FFBB00;
  padding: .75rem;
  border-radius: 1rem;
  margin-bottom: 1rem;
}

@media (max-width: 811px) {
  .flow__icons {
    padding: .5rem;
  }
  .flow__icons img {
    width: 1rem;
    height: 1rem;
  }
}

.flow__content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 90px calc(100% - 90px);
      grid-template-columns: 90px calc(100% - 90px);
  -webkit-box-shadow: 10px 10px 60px #00000029;
          box-shadow: 10px 10px 60px #00000029;
  margin-bottom: 2rem;
}

@media (max-width: 811px) {
  .flow__content {
    -ms-grid-columns: 60px calc(100% - 60px);
        grid-template-columns: 60px calc(100% - 60px);
  }
}

.flow__steps {
  background-color: #F0F0F0;
  cursor: pointer;
}

.flow__steps__title {
  margin: 1.5rem 0;
}

.flow__steps__title h3 {
  color: #4800FF;
  font-size: 1rem;
}

.flow__steps__title h3 p {
  font-weight: 500;
}

.flow__steps__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 811px) {
  .flow__steps {
    padding: 1rem 1.5rem;
  }
  .flow__steps__content {
    margin-right: 1rem;
  }
}

.flow .step {
  width: 250px;
  padding: 1rem;
  -webkit-box-shadow: -9px -11px 12px #00000029;
          box-shadow: -9px -11px 12px #00000029;
}

.flow .step p {
  margin-bottom: 1rem;
}

@media (max-width: 811px) {
  .flow .step {
    width: 150px;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.flow .height {
  height: 110px;
}

@media (max-width: 411px) {
  .flow .step1 {
    margin-left: 19rem;
  }
}

.flow .step3 {
  border-style: dashed;
  border-color: #9B9B9B;
  border-width: 3px;
  width: 4rem;
  height: 4rem;
  border-radius: .75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2rem;
}

.flow .step3 p {
  font-size: 2rem;
  color: #9B9B9B;
  font-weight: 600;
}

@media (max-width: 811px) {
  .flow .step3 {
    padding: 1rem;
  }
}

.flow .mt {
  margin-top: 1.5rem;
}

/***************DATA**************/
.data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: -webkit-gradient(linear, left top, left bottom, from(#01022E), to(#000000));
  background: linear-gradient(180deg, #01022E, #000000);
  padding: 2rem 1rem;
}

.data__number {
  font-weight: 600;
  margin-right: .5rem;
}

.data__number h2 {
  color: #12D57D;
  font-size: 2.5rem;
}

.data__number p {
  color: #ffffff;
  font-size: 1.25rem;
}

@media (max-width: 811px) {
  .data__number h2 {
    font-size: 1.75rem;
  }
  .data__number p {
    color: #ffffff;
    font-size: 1rem;
  }
}

/***************FEEDBACK**************/
.feedback {
  margin: 2.5rem 0 5rem 0;
}

@media (max-width: 811px) {
  .feedback {
    margin: 2.5rem 0 3rem 0;
  }
}

.feedback h2 {
  font-size: 1.75rem;
  text-align: center;
  font-weight: 500;
  margin-bottom: 6rem;
}

@media (max-width: 811px) {
  .feedback h2 {
    font-size: 1.25rem;
  }
}

.feedback__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.feedback__social img {
  margin-right: 1rem;
  width: 2rem;
  height: 2rem;
}

.feedback__social__data .profession {
  font-weight: 500;
  margin-top: 0;
  font-size: .75rem;
}

.feedback__social__data .name {
  font-size: .75rem;
  font-weight: bold;
  margin-top: 0;
}
/*# sourceMappingURL=styles.css.map */