* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

* {
  box-sizing: border-box;
  font-family: "Titillium Web", sans-serif; }

*:focus {
  outline: none !important; }

html,
body {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition: background-color 0s ease-in-out 5000s; }

a {
  text-decoration: none;
  cursor: pointer; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Titillium Web", sans-serif;
  margin: 0; }

figure {
  margin: 0;
  padding: 0; }

ul {
  margin: 0;
  padding: 0;
  list-style: none; }

body {
  width: 100%;
  height: 100vh;
  font-family: "Titillium Web", sans-serif;
  margin: 0;
  padding: 0;
  letter-spacing: 0.15px;
  overscroll-behavior: none; }

.section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  width: 100%;
  margin: 128px 0 32px; }
  .section__title {
    font-size: 48px ;
    font-size: 3rem ;
    font-weight: normal;
    text-align: left;
    width: 1140px;
    margin: 0 0 40px;
    padding: 0 20px; }
  .section__quote {
    font-size: 3vw;
    display: block;
    width: 100%;
    margin: 128px auto 0;
    text-align: center;
    font-weight: normal; }

.page-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  position: relative;
  width: 100%;
  padding: 0 20px;
  background-clip: content-box;
  max-width: 1140px; }

.whatsapp {
  position: fixed;
  bottom: 32px;
  right: calc(50vw - 1140px/2);
  z-index: 99; }

.toolbar {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  position: fixed;
  top: 0;
  width: 100%;
  height: 104px;
  background-color: #fff;
  z-index: 100; }
  .toolbar-content {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    width: 100%; }
  .toolbar__btn, .toolbar__close {
    display: none; }
  .toolbar__actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    width: 100%; }
  .toolbar-menu {
    margin-left: 48px; }
    .toolbar-menu ul {
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-wrap: nowrap; }
    .toolbar-menu__item {
      display: inline-block;
      margin-right: 24px;
      cursor: pointer; }
      .toolbar-menu__item a {
        font-size: 14px ;
        font-size: 0.875rem ;
        display: block;
        padding: 16px 0;
        text-decoration: none;
        color: #1E1E1F;
        font-weight: 600; }
      .toolbar-menu__item--active a {
        color: #7954FF; }
      .toolbar-menu__item--multiple {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: nowrap;
        position: relative;
        padding: 0 8px 0 0;
        margin-right: 24px; }
        .toolbar-menu__item--multiple .dropdown__icon {
          content: "";
          display: block;
          position: absolute;
          width: 0;
          height: 0;
          border-left: 6px solid transparent;
          border-right: 6px solid transparent;
          border-top: 6px solid rgba(255, 255, 255, 0.7);
          margin-top: -2px;
          bottom: 22px;
          left: 80px; }
        .toolbar-menu__item--multiple .dropdown__menu {
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: flex-start;
          flex-wrap: nowrap;
          width: 0;
          height: 0;
          opacity: 0;
          position: absolute;
          visibility: hidden;
          z-index: 4;
          border-radius: 8px;
          top: 52px;
          left: 12px;
          background-color: #fff;
          box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.24); }
          .toolbar-menu__item--multiple .dropdown__menu li {
            width: 236px;
            padding: 0 32px; }
            .toolbar-menu__item--multiple .dropdown__menu li a {
              display: flex;
              justify-content: flex-start;
              align-items: center;
              flex-wrap: nowrap;
              padding: 24px 0;
              color: #213144; }
              .toolbar-menu__item--multiple .dropdown__menu li a:first-child {
                border-bottom: 1px solid rgba(181, 190, 201, 0.3); }
              .toolbar-menu__item--multiple .dropdown__menu li a figure {
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-items: center;
                flex-wrap: nowrap;
                width: 32px;
                height: 32px;
                margin-right: 16px; }
                .toolbar-menu__item--multiple .dropdown__menu li a figure img {
                  width: 32px;
                  height: 32px; }
              .toolbar-menu__item--multiple .dropdown__menu li a span {
                font-size: 16px ;
                font-size: 1rem ;
                width: 108px;
                line-height: 24px; }
            .toolbar-menu__item--multiple .dropdown__menu li:hover {
              background-color: rgba(181, 190, 201, 0.2); }
        .toolbar-menu__item--multiple:hover .dropdown__menu {
          transition: all 1s ease;
          width: auto;
          height: auto;
          opacity: 1;
          visibility: visible; }
      .toolbar-menu__item:last-child {
        margin-right: 0; }
  .toolbar .action-button {
    margin-right: 12px; }
    .toolbar .action-button:last-child {
      margin-right: 0; }

.action-button {
  font-size: 14px ;
  font-size: 0.875rem ;
  height: 50px;
  background-color: transparent;
  border: 1px solid #EFEBFF;
  border-radius: 100px;
  color: #7954FF;
  padding: 12px 24px;
  font-weight: 600;
  line-height: 100%;
  vertical-align: middle; }
  .action-button:hover {
    background-color: #5C3DCC;
    color: white;
    border-color: transparent;
    cursor: pointer; }
  .action-button--filled {
    color: #ffffff;
    border: none;
    background-color: #7954FF; }
  .action-button--small {
    height: 40px;
    line-height: 40px;
    padding-top: 0; }

.hidden {
  display: none !important; }

.fade-in {
  opacity: 0;
  transition: opacity 200ms ease; }

@media (max-width: 960px) {
  html,
  body {
    overflow-x: hidden; }
  .section {
    min-width: 100%;
    padding: 0 24px 0px; }
    .section__title {
      font-size: 24px ;
      font-size: 1.5rem ;
      margin: 0 0 32px;
      width: 100%; }
    .section__quote {
      font-size: 4.8vw;
      margin: 64px auto; }
  .toolbar {
    height: 88px;
    padding: 0; }
    .toolbar-content {
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-wrap: nowrap;
      width: 100%; }
    .toolbar-menu, .toolbar__close,
    .toolbar .action-button {
      display: none; }
    .toolbar__actions {
      display: none; }
      .toolbar__actions--active {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: nowrap;
        transition: 1s width ease, 1s height ease;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 100%;
        background-color: #fff;
        z-index: 102;
        min-height: 100vh; }
        .toolbar__actions--active .toolbar__close {
          display: block;
          position: absolute;
          top: 24px;
          right: 24px; }
        .toolbar__actions--active .toolbar-menu {
          display: block;
          margin: 89px 0 0;
          width: 100%;
          height: auto; }
          .toolbar__actions--active .toolbar-menu ul {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            flex-wrap: nowrap; }
            .toolbar__actions--active .toolbar-menu ul li {
              margin: 0; }
        .toolbar__actions--active .action-button {
          display: block;
          margin: 16px 0 0;
          width: 185px; }
    .toolbar__btn {
      display: block; } }
