html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

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

blockquote, body, dd, dl, dt, fieldset, figure, h1, h2, h3, h4, h5, h6, hr, html, iframe, legend, li, ol, p, pre, textarea, ul {
  margin: 0;
  padding: 0; }

ul {
  list-style: none; }

button, input, select, textarea {
  margin: 0; }

html {
  background-color: #fff; }

body {
  color: #3f3d56;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5em;
  font-family: Roboto; }

a {
  text-decoration: none; }

img {
  height: auto;
  max-width: 100%;
  display: block; }

input[type=checkbox], input[type=radio] {
  vertical-align: baseline; }

span {
  font-style: inherit;
  font-weight: inherit; }

fieldset {
  border: none; }

h1 {
  color: #3f3d56;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.625; }

h2 {
  color: #3f3d56;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.625; }

h3 {
  color: #3f3d56;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.625; }

h4 {
  color: #3f3d56;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.625; }

h5 {
  color: #3f3d56;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.625; }

h6 {
  color: #3f3d56;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.625; }

p {
  color: #3f3d56;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.625; }

.h1 {
  color: #785acd;
  font-size: 24px;
  margin-bottom: 16px;
  font-weight: 700; }

.h2 {
  color: #785acd;
  font-size: 20px;
  margin-bottom: 16px;
  font-weight: 700; }

.h3 {
  color: #2c217d;
  font-size: 18px;
  margin-bottom: 16px;
  font-weight: 700; }

.p {
  color: #3f3d56;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.625; }

.size-1 {
  font-size: 40px !important; }

.size-2 {
  font-size: 32px !important; }

.size-3 {
  font-size: 24px !important; }

.size-4 {
  font-size: 20px !important; }

.size-5 {
  font-size: 18px !important; }

.size-6 {
  font-size: 16px !important; }

.size-7 {
  font-size: 14px !important; }

.t-capital {
  text-transform: capitalize !important; }

.t-lower {
  text-transform: lowercase !important; }

.t-upper {
  text-transform: uppercase !important; }

.t-italic {
  font-style: italic !important; }

.t-underline {
  text-decoration: underline !important; }

.t-center {
  text-align: center !important; }

.t-justify {
  text-align: justify !important; }

.t-left {
  text-align: left !important; }

.t-right {
  text-align: right !important; }

.t-light {
  font-weight: 300 !important; }

.t-normal {
  font-weight: 400 !important; }

.t-medium {
  font-weight: 500 !important; }

.t-semibold {
  font-weight: 600 !important; }

.t-bold {
  font-weight: 700 !important; }

.t-primary {
  color: #785acd !important; }

.t-dark {
  color: #3f3d56 !important; }

.t-primary-light {
  color: #edecf9 !important; }

.t-primary-medium {
  color: #5b4dcd !important; }

.t-primary-dark {
  color: #2c217d !important; }

.t-gray {
  color: #94939b !important; }

.t-gray-light {
  color: #dedde0 !important; }

.t-black {
  color: #000 !important; }

.t-white {
  color: #fff !important; }

.t-error {
  color: #dd4742 !important; }

.t-success {
  color: #74cca0 !important; }

.t-warning {
  color: #e2a241 !important; }

.bg-primary {
  background-color: #785acd !important; }

.bg-primary-medium {
  background-color: #5b4dcd !important; }

.bg-primary-dark {
  background-color: #2c217d !important; }

.bg-dark {
  background-color: #3f3d56 !important; }

.bg-light {
  background-color: #edecf9 !important; }

.bg-gray {
  background-color: #94939b !important; }

.bg-gray-light {
  background-color: #dedde0 !important; }

.bg-white {
  background-color: #fff !important; }

.bg-black {
  background-color: #000 !important; }

.bg-error {
  background-color: #dd4742 !important; }

.bg-warning {
  background-color: #e2a241 !important; }

.bg-success {
  background-color: #74cca0 !important; }

.bg-gradient-primary-dark {
  background-image: linear-gradient(45deg, #785acd 0, #2c217d 60%) !important; }

.bg-gradient-primary {
  background-image: linear-gradient(45deg, #fb7ef6 0, #cbabfb 60%) !important; }

.bg-gradient-blue {
  background-image: linear-gradient(45deg, #70c1fb 0, #79ebe0 60%) !important; }

.bg-gradient-light {
  background-image: linear-gradient(45deg, #edecf9 0, #fb7ed9 60%) !important; }

.bg-gradient-orange {
  background-image: linear-gradient(45deg, #feeeab 0, #fb7eb3 60%) !important; }

.hidden {
  display: none !important; }

.invisible {
  visibility: hidden !important; }

.d-block {
  display: block !important; }

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important; }

.top-0 {
  top: 0 !important; }

.top-8 {
  top: 8 !important; }

.top-16 {
  top: 16 !important; }

.top-24 {
  top: 24 !important; }

.top-32 {
  top: 32 !important; }

.top-40 {
  top: 40 !important; }

.top-48 {
  top: 48 !important; }

.top-56 {
  top: 56 !important; }

.top-64 {
  top: 64 !important; }

.top-72 {
  top: 72 !important; }

.top-80 {
  top: 80 !important; }

.abs {
  position: absolute !important; }

.rel {
  position: relative !important; }

.overflow-scroll {
  overflow: scroll !important; }

.overflow-x-scroll {
  overflow-x: scroll !important; }

.overflow-y-scroll {
  overflow-y: scroll !important; }

.radius-rounded {
  border-radius: 100%; }

.radius-l {
  border-radius: 6px; }

.radius-m {
  border-radius: 4px; }

.radius-s {
  border-radius: 2px; }

.radius-none {
  border-radius: 0; }

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

.box {
  background-color: #fff;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 10px 0 rgba(120, 90, 205, 0.25);
  box-shadow: 0 3px 10px 0 rgba(120, 90, 205, 0.25);
  color: #3f3d56;
  display: block;
  padding: 24px; }

.btn {
  background-color: #785acd;
  border: 2px solid #785acd;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  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;
  padding: 14px 24px;
  text-align: center;
  white-space: nowrap;
  width: auto;
  min-width: 120px;
  border-radius: 6px;
  display: inline-block;
  outline: 0;
  margin-left: 2px;
  margin-right: 2px;
  -webkit-box-shadow: 0 4px 6px -1px rgba(120, 90, 205, 0.25), 0 2px 4px -1px rgba(120, 90, 205, 0.25);
  box-shadow: 0 4px 6px -1px rgba(120, 90, 205, 0.25), 0 2px 4px -1px rgba(120, 90, 205, 0.25);
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out; }

.btn:hover {
  background-color: #fff;
  border: 2px solid #fff;
  color: #785acd; }

.btn.btn-reverse {
  background-color: #fff;
  color: #785acd;
  border: 2px solid #fff; }

.btn.btn-reverse:hover {
  background-color: #785acd;
  border: 2px solid #785acd;
  color: #fff; }

.btn.btn-dark {
  background-color: #3f3d56;
  border: 2px solid #3f3d56;
  color: #fff;
  -webkit-box-shadow: 0 4px 6px -1px rgba(63, 61, 86, 0.25), 0 2px 4px -1px rgba(63, 61, 86, 0.25);
  box-shadow: 0 4px 6px -1px rgba(63, 61, 86, 0.25), 0 2px 4px -1px rgba(63, 61, 86, 0.25); }

.btn.btn-dark:hover {
  background-color: #fff;
  border: 2px solid #fff;
  color: #3f3d56; }

.btn.btn-error {
  background-color: #dd4742;
  border: 2px solid #dd4742;
  color: #fff; }

.btn.btn-error:hover {
  background-color: #fff;
  border: 2px solid #fff;
  color: #dd4742; }

.btn.btn-success {
  background-color: #74cca0;
  border: 2px solid #74cca0;
  color: #fff; }

.btn.btn-success:hover {
  background-color: #fff;
  border: 2px solid #fff;
  color: #74cca0; }

.btn.btn-warning {
  background-color: #e2a241;
  border: 2px solid #e2a241;
  color: #fff; }

.btn.btn-warning:hover {
  background-color: #fff;
  border: 2px solid #fff;
  color: #e2a241; }

.link {
  text-decoration: none;
  font-size: 16px;
  color: #785acd;
  font-weight: 400; }

.link:hover {
  color: #2c217d; }

.btn-small {
  padding: 8px 16px;
  font-size: 16px; }

.btn-mobile-fullwidth {
  width: 100%; }

.label {
  display: block;
  margin-bottom: 8px;
  color: #3f3d56;
  font-size: 14px; }

.input {
  width: 100%;
  font-size: 16px;
  border: 1px solid #dedde0;
  padding: 8px;
  border-radius: 4px;
  color: #3f3d56;
  line-height: 1.25;
  margin-bottom: 8px;
  outline: 0; }

.input::-webkit-input-placeholder {
  color: #dedde0; }

.input:-ms-input-placeholder {
  color: #dedde0; }

.input::-ms-input-placeholder {
  color: #dedde0; }

.input::placeholder {
  color: #dedde0; }

.input-error {
  border: 1px solid #dd4742; }

.error-message {
  font-size: 14px;
  color: #dd4742;
  font-weight: 300; }

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.row-mobile {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important; }

.w-auto {
  width: auto; }

.w-1 {
  width: 100%; }

.w-2 {
  width: 100%; }

.w-3 {
  width: 100%; }

.w-4 {
  width: 100%; }

.w-5 {
  width: 100%; }

.w-6 {
  width: 100%; }

.w-7 {
  width: 100%; }

.w-8 {
  width: 100%; }

.w-9 {
  width: 100%; }

.w-10 {
  width: 100%; }

.w-11 {
  width: 100%; }

.w-12 {
  width: 100%; }

.w-flex {
  width: 100%; }

.row-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.row-h-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important; }

.row-v-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important; }

.grid {
  display: grid;
  min-height: 100vh;
  width: 100%;
  overflow: hidden; }

.grid-medium {
  min-height: 80vh; }

.grid-small {
  min-height: 50vh; }

.gap {
  grid-gap: 1.5vw;
  padding: 1.5vw; }

.item-1, .item-2, .item-3, .item-4, .item-5, .item-6, .item-7, .item-8 {
  min-height: 200px;
  padding: 24px;
  cursor: pointer; }

.item-1 {
  grid-area: area1; }

.item-2 {
  grid-area: area2; }

.item-3 {
  grid-area: area3; }

.item-4 {
  grid-area: area4; }

.item-5 {
  grid-area: area5; }

.item-6 {
  grid-area: area6; }

.item-7 {
  grid-area: area7; }

.item-8 {
  grid-area: area8; }

.item-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.grid-1 {
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(6, 1fr);
  grid-template-areas: "area1 area1" "area2 area2" "area3 area3" "area4 area4" "area5 area6" "area7 area8"; }

.grid-2 {
  grid-template-columns: repeat(1fr);
  grid-template-rows: repeat(4, 1fr);
  grid-template-areas: "area1" "area2" "area3" "area4"; }

.grid-3 {
  grid-template-columns: repeat(2fr);
  grid-template-rows: repeat(3, 1fr);
  grid-template-areas: "area1 area1" "area2 area2" "area3 area4"; }

.grid-4 {
  grid-template-columns: repeat(2fr);
  grid-template-rows: repeat(4, 1fr);
  grid-template-areas: "area1 area1" "area3 area4" "area2 area2" "area5 area6"; }

.sec {
  padding: 40px 0; }

.wrapper {
  margin-top: 60px; }

.wrap {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin: 0 auto;
  position: relative;
  width: auto;
  max-width: 1280px;
  padding: 0 24px; }

.cont {
  width: 100%;
  padding: 24px; }

.head {
  margin: 0 auto;
  text-align: center;
  max-width: 768px; }

.head .title {
  font-size: 20px;
  font-weight: 700;
  color: #785acd;
  margin-bottom: 24px; }

.head .subtitle {
  font-size: 16px;
  font-weight: 400;
  color: #3f3d56;
  line-height: 1.5; }

.head .btn {
  margin-top: 24px; }

.inner {
  padding: 24px; }

.head-left {
  text-align: inherit;
  max-width: inherit; }

.sec-fullscreen {
  height: 100vh;
  width: 100%;
  overflow: scroll;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.sec-fullscreen .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.home {
  margin-top: -60px; }

.sec-primary {
  background-color: #785acd; }

.sec-primary .head .subtitle, .sec-primary .head .title {
  color: #fff; }

.sec-primary-medium {
  background-color: #5b4dcd; }

.sec-primary-medium .head .subtitle, .sec-primary-medium .head .title {
  color: #fff; }

.sec-primary-dark {
  background-color: #2c217d; }

.sec-primary-dark .head .subtitle, .sec-primary-dark .head .title {
  color: #fff; }

.sec-dark {
  background-color: #3f3d56; }

.sec-dark .head .subtitle, .sec-dark .head .title {
  color: #fff; }

.sec-light {
  background-color: #edecf9; }

.m-0 {
  margin: 0 !important; }

.m-8 {
  margin: 8px !important; }

.m-16 {
  margin: 16px !important; }

.m-24 {
  margin: 24px !important; }

.m-32 {
  margin: 32px !important; }

.m-40 {
  margin: 40px !important; }

.m-48 {
  margin: 48px !important; }

.m-56 {
  margin: 56px !important; }

.m-64 {
  margin: 64px !important; }

.m-72 {
  margin: 72px !important; }

.m-80 {
  margin: 80px !important; }

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important; }

.mx-8 {
  margin-right: 8px !important;
  margin-left: 8px !important; }

.mx-16 {
  margin-right: 16px !important;
  margin-left: 16px !important; }

.mx-24 {
  margin-right: 24px !important;
  margin-left: 24px !important; }

.mx-32 {
  margin-right: 32px !important;
  margin-left: 32px !important; }

.mx-40 {
  margin-right: 40px !important;
  margin-left: 40px !important; }

.mx-48 {
  margin-right: 48px !important;
  margin-left: 48px !important; }

.mx-56 {
  margin-right: 56px !important;
  margin-left: 56px !important; }

.mx-64 {
  margin-right: 64px !important;
  margin-left: 64px !important; }

.mx-72 {
  margin-right: 72px !important;
  margin-left: 72px !important; }

.mx-80 {
  margin-right: 80px !important;
  margin-left: 80px !important; }

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.my-8 {
  margin-top: 8px !important;
  margin-bottom: 8px !important; }

.my-16 {
  margin-top: 16px !important;
  margin-bottom: 16px !important; }

.my-24 {
  margin-top: 24px !important;
  margin-bottom: 24px !important; }

.my-32 {
  margin-top: 32px !important;
  margin-bottom: 32px !important; }

.my-40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important; }

.my-48 {
  margin-top: 48px !important;
  margin-bottom: 48px !important; }

.my-56 {
  margin-top: 56px !important;
  margin-bottom: 56px !important; }

.my-64 {
  margin-top: 64px !important;
  margin-bottom: 64px !important; }

.my-72 {
  margin-top: 72px !important;
  margin-bottom: 72px !important; }

.my-80 {
  margin-top: 80px !important;
  margin-bottom: 80px !important; }

.mt-0 {
  margin-top: 0 !important; }

.mt-8 {
  margin-top: 8px !important; }

.mt-16 {
  margin-top: 16px !important; }

.mt-24 {
  margin-top: 24px !important; }

.mt-32 {
  margin-top: 32px !important; }

.mt-40 {
  margin-top: 40px !important; }

.mt-48 {
  margin-top: 48px !important; }

.mt-56 {
  margin-top: 56px !important; }

.mt-64 {
  margin-top: 64px !important; }

.mt-72 {
  margin-top: 72px !important; }

.mt-80 {
  margin-top: 80px !important; }

.mb-0 {
  margin-bottom: 0 !important; }

.mb-8 {
  margin-bottom: 8px !important; }

.mb-16 {
  margin-bottom: 16px !important; }

.mb-24 {
  margin-bottom: 24px !important; }

.mb-32 {
  margin-bottom: 32px !important; }

.mb-40 {
  margin-bottom: 40px !important; }

.mb-48 {
  margin-bottom: 48px !important; }

.mb-56 {
  margin-bottom: 56px !important; }

.mb-64 {
  margin-bottom: 64px !important; }

.mb-72 {
  margin-bottom: 72px !important; }

.mb-80 {
  margin-bottom: 80px !important; }

.ml-0 {
  margin-left: 0 !important; }

.ml-8 {
  margin-left: 8px !important; }

.ml-16 {
  margin-left: 16px !important; }

.ml-24 {
  margin-left: 24px !important; }

.ml-32 {
  margin-left: 32px !important; }

.ml-40 {
  margin-left: 40px !important; }

.ml-48 {
  margin-left: 48px !important; }

.ml-56 {
  margin-left: 56px !important; }

.ml-64 {
  margin-left: 64px !important; }

.ml-72 {
  margin-left: 72px !important; }

.ml-80 {
  margin-left: 80px !important; }

.mr-0 {
  margin-right: 0 !important; }

.mr-8 {
  margin-right: 8px !important; }

.mr-16 {
  margin-right: 16px !important; }

.mr-24 {
  margin-right: 24px !important; }

.mr-32 {
  margin-right: 32px !important; }

.mr-40 {
  margin-right: 40px !important; }

.mr-48 {
  margin-right: 48px !important; }

.mr-56 {
  margin-right: 56px !important; }

.mr-64 {
  margin-right: 64px !important; }

.mr-72 {
  margin-right: 72px !important; }

.mr-80 {
  margin-right: 80px !important; }

.m-auto {
  margin: auto !important; }

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important; }

.p-0 {
  padding: 0 !important; }

.p-8 {
  padding: 8px !important; }

.p-16 {
  padding: 16px !important; }

.p-24 {
  padding: 24px !important; }

.p-32 {
  padding: 32px !important; }

.p-40 {
  padding: 40px !important; }

.p-48 {
  padding: 48px !important; }

.p-56 {
  padding: 56px !important; }

.p-64 {
  padding: 64px !important; }

.p-72 {
  padding: 72px !important; }

.p-80 {
  padding: 80px !important; }

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important; }

.px-8 {
  padding-right: 8px !important;
  padding-left: 8px !important; }

.px-16 {
  padding-right: 16px !important;
  padding-left: 16px !important; }

.px-24 {
  padding-right: 24px !important;
  padding-left: 24px !important; }

.px-32 {
  padding-right: 32px !important;
  padding-left: 32px !important; }

.px-40 {
  padding-right: 40px !important;
  padding-left: 40px !important; }

.px-48 {
  padding-right: 48px !important;
  padding-left: 48px !important; }

.px-56 {
  padding-right: 56px !important;
  padding-left: 56px !important; }

.px-64 {
  padding-right: 64px !important;
  padding-left: 64px !important; }

.px-72 {
  padding-right: 72px !important;
  padding-left: 72px !important; }

.px-80 {
  padding-right: 80px !important;
  padding-left: 80px !important; }

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.py-8 {
  padding-top: 8px !important;
  padding-bottom: 8px !important; }

.py-16 {
  padding-top: 16px !important;
  padding-bottom: 16px !important; }

.py-24 {
  padding-top: 24px !important;
  padding-bottom: 24px !important; }

.py-32 {
  padding-top: 32px !important;
  padding-bottom: 32px !important; }

.py-40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important; }

.py-48 {
  padding-top: 48px !important;
  padding-bottom: 48px !important; }

.py-56 {
  padding-top: 56px !important;
  padding-bottom: 56px !important; }

.py-64 {
  padding-top: 64px !important;
  padding-bottom: 64px !important; }

.py-72 {
  padding-top: 72px !important;
  padding-bottom: 72px !important; }

.py-80 {
  padding-top: 80px !important;
  padding-bottom: 80px !important; }

.pt-0 {
  padding-top: 0 !important; }

.pt-8 {
  padding-top: 8px !important; }

.pt-16 {
  padding-top: 16px !important; }

.pt-24 {
  padding-top: 24px !important; }

.pt-32 {
  padding-top: 32px !important; }

.pt-40 {
  padding-top: 40px !important; }

.pt-48 {
  padding-top: 48px !important; }

.pt-56 {
  padding-top: 56px !important; }

.pt-64 {
  padding-top: 64px !important; }

.pt-72 {
  padding-top: 72px !important; }

.pt-80 {
  padding-top: 80px !important; }

.pb-0 {
  padding-bottom: 0 !important; }

.pb-8 {
  padding-bottom: 8px !important; }

.pb-16 {
  padding-bottom: 16px !important; }

.pb-24 {
  padding-bottom: 24px !important; }

.pb-32 {
  padding-bottom: 32px !important; }

.pb-40 {
  padding-bottom: 40px !important; }

.pb-48 {
  padding-bottom: 48px !important; }

.pb-56 {
  padding-bottom: 56px !important; }

.pb-64 {
  padding-bottom: 64px !important; }

.pb-72 {
  padding-bottom: 72px !important; }

.pb-80 {
  padding-bottom: 80px !important; }

.pl-0 {
  padding-left: 0 !important; }

.pl-8 {
  padding-left: 8px !important; }

.pl-16 {
  padding-left: 16px !important; }

.pl-24 {
  padding-left: 24px !important; }

.pl-32 {
  padding-left: 32px !important; }

.pl-40 {
  padding-left: 40px !important; }

.pl-48 {
  padding-left: 48px !important; }

.pl-56 {
  padding-left: 56px !important; }

.pl-64 {
  padding-left: 64px !important; }

.pl-72 {
  padding-left: 72px !important; }

.pl-80 {
  padding-left: 80px !important; }

.pr-0 {
  padding-right: 0 !important; }

.pr-8 {
  padding-right: 8px !important; }

.pr-16 {
  padding-right: 16px !important; }

.pr-24 {
  padding-right: 24px !important; }

.pr-32 {
  padding-right: 32px !important; }

.pr-40 {
  padding-right: 40px !important; }

.pr-48 {
  padding-right: 48px !important; }

.pr-56 {
  padding-right: 56px !important; }

.pr-64 {
  padding-right: 64px !important; }

.pr-72 {
  padding-right: 72px !important; }

.pr-80 {
  padding-right: 80px !important; }

.jum {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.jum-rev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.jum.jum-align-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.jum-rev.jum-align-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.jum.jum-justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.jum-rev.jum-justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.jum .jum-txt {
  width: 100%;
  padding: 24px 0; }

.jum .jum-img {
  width: 100%; }

.jum-rev .jum-txt {
  width: 100%;
  padding: 24px 0; }

.jum-rev .jum-img {
  width: 100%; }

.jum-img img {
  display: block;
  margin: 0 auto;
  padding: 24px 0;
  width: 100%; }

.jum-img img.jum-img-medium {
  width: 90%; }

.jum-img img.jum-img-small {
  width: 70%; }

.jum .jum-txt .jum-title, .jum-rev .jum-txt .jum-title {
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 16px;
  color: #2c217d; }

.jum .jum-txt .jum-subtitle, .jum-rev .jum-txt .jum-subtitle {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  line-height: 1.5; }

.jum-primary {
  background-color: #785acd; }

.jum-primary .jum-txt .jum-title {
  color: #fff; }

.jum-primary .jum-txt .jum-subtitle {
  color: #fff; }

.jum-primary .jum-txt p {
  color: #fff; }

.jum-dark {
  background-color: #3f3d56; }

.jum-dark .jum-txt .jum-title {
  color: #fff; }

.jum-dark .jum-txt .jum-subtitle {
  color: #fff; }

.jum-dark .jum-txt p {
  color: #fff; }

.jum-light {
  background-color: #edecf9; }

.cta {
  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: 40px 0; }

.cta .head {
  padding: 0 24px;
  margin-bottom: 0; }

.cta .head .subtitle {
  margin-bottom: 24px; }

.card {
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 10px 0 rgba(120, 90, 205, 0.25);
  box-shadow: 0 3px 10px 0 rgba(120, 90, 205, 0.25);
  color: #3f3d56;
  display: block;
  padding: 24px;
  margin: 8px; }

.card .btn {
  margin-top: 16px; }

.card-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 16px; }

.card-footer {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #edecf9; }

.card-footer p {
  font-size: 14px; }

.card-dark {
  background-color: #3f3d56;
  color: #fff !important; }

.card-dark h1, .card-dark h2, .card-dark h3, .card-dark h4, .card-dark h5, .card-dark h6, .card-dark p {
  color: #fff !important; }

.card-light {
  background-color: #edecf9; }

table.table {
  background-color: #fff;
  width: 100%;
  text-align: left;
  border-collapse: collapse; }

table.table td, table.table th {
  border: 1px solid #edecf9;
  padding: 8px 8px; }

table.table tbody td {
  font-size: 16px;
  color: #3f3d56; }

table.table thead {
  background: #edecf9; }

table.table thead th {
  font-size: 16px;
  font-weight: 700;
  color: #3f3d56;
  text-align: left; }

table.table tfoot td {
  font-size: 16px; }

@media all and (min-width: 320px) and (max-width: 768px) {
  .d-block-mobile {
    display: block !important; }

  .d-flex-mobile {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }

  .d-inline-mobile {
    display: inline !important; }

  .d-inline-block-mobile {
    display: inline-block !important; }

  .d-inline-flex-mobile {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; }

  .mobile-auto {
    width: auto !important; }

  .mobile-1 {
    width: 8.333333% !important; }

  .mobile-2 {
    width: 16.666667% !important; }

  .mobile-3 {
    width: 25% !important; }

  .mobile-4 {
    width: 33.333333% !important; }

  .mobile-5 {
    width: 41.666667% !important; }

  .mobile-6 {
    width: 50% !important; }

  .mobile-7 {
    width: 58.333333% !important; }

  .mobile-8 {
    width: 66.666667% !important; }

  .mobile-9 {
    width: 75% !important; }

  .mobile-10 {
    width: 83.333333% !important; }

  .mobile-11 {
    width: 91.666667% !important; }

  .mobile-12 {
    width: 100% !important; }

  .mobile-hidden {
    display: none !important; } }
@media all and (min-width: 500px) {
  .head .title {
    font-size: 24px; }

  .jum .jum-txt .jum-title, .jum-rev .jum-txt .jum-title {
    font-size: 20px; } }
@media all and (min-width: 560px) {
  .jum-img img.jum-img-medium {
    width: 80%; }

  .jum-img img.jum-img-small {
    width: 60%; } }
@media all and (min-width: 768px) {
  h1 {
    font-size: 40px; }

  h2 {
    font-size: 32px; }

  h3 {
    font-size: 24px; }

  h4 {
    font-size: 20px; }

  h5 {
    font-size: 18px; }

  h6 {
    font-size: 16px; }

  .h1 {
    font-size: 32px; }

  .h2 {
    font-size: 24px; }

  .h3 {
    font-size: 20px; }

  .d-block-from-tablet {
    display: block !important; }

  .d-flex-from-tablet {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }

  .d-inline-from-tablet {
    display: inline !important; }

  .d-inline-block-from-tablet {
    display: inline-block !important; }

  .d-inline-flex-from-tablet {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; }

  .btn-mobile-fullwidth {
    width: auto; }

  .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }

  .w-1 {
    width: 8.333333%; }

  .w-2 {
    width: 16.666667%; }

  .w-3 {
    width: 25%; }

  .w-4 {
    width: 33.333333%; }

  .w-5 {
    width: 41.666667%; }

  .w-6 {
    width: 50%; }

  .w-7 {
    width: 58.333333%; }

  .w-8 {
    width: 66.666667%; }

  .w-9 {
    width: 75%; }

  .w-10 {
    width: 83.333333%; }

  .w-11 {
    width: 91.666667%; }

  .w-12 {
    width: 100%; }

  .w-flex {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 0% !important;
    flex: 1 1 0% !important; }

  .tablet-auto {
    width: auto !important; }

  .tablet-1 {
    width: 8.333333% !important; }

  .tablet-2 {
    width: 16.666667% !important; }

  .tablet-3 {
    width: 25% !important; }

  .tablet-4 {
    width: 33.333333% !important; }

  .tablet-5 {
    width: 41.666667% !important; }

  .tablet-6 {
    width: 50% !important; }

  .tablet-7 {
    width: 58.333333% !important; }

  .tablet-8 {
    width: 66.666667% !important; }

  .tablet-9 {
    width: 75% !important; }

  .tablet-10 {
    width: 83.333333% !important; }

  .tablet-11 {
    width: 91.666667% !important; }

  .tablet-12 {
    width: 100% !important; }

  .from-tablet-hidden {
    display: none !important; }

  .grid-1 {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(5, 1fr);
    grid-template-areas: "area1 area3" "area1 area4" "area5 area2" "area6 area2" "area7 area8"; }

  .grid-2 {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(4, 1fr);
    grid-template-areas: "area1 area2 area2" "area1 area2 area2" "area1 area3 area3" "area1 area4 area4"; }

  .grid-3 {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-template-areas: "area1 area1 area1" "area2 area3 area4"; }

  .grid-4 {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(4, 1fr);
    grid-template-areas: "area1 area1 area5" "area1 area1 area6" "area4 area2 area2" "area3 area2 area2"; }

  .wrapper {
    margin-top: 80px; }

  .wrap {
    padding: 0 32px; }

  .head .title {
    font-size: 32px; }

  .head .subtitle {
    font-size: 18px; }

  .home {
    margin-top: -80px; }

  .jum {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 32px 0; }

  .jum-rev {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    padding: 32px 0; }

  .jum .jum-txt {
    width: 50%;
    padding: 0 24px 0 0; }

  .jum .jum-img {
    width: 50%;
    padding-left: 0; }

  .jum-rev .jum-txt {
    width: 50%;
    padding: 0 0 0 24px; }

  .jum-rev .jum-img {
    width: 50%;
    padding-right: 0; }

  .jum-img img {
    padding: 0;
    margin: 0;
    margin-left: auto;
    margin-right: auto; }

  .jum .jum-txt .jum-title, .jum-rev .jum-txt .jum-title {
    font-size: 24px;
    padding-bottom: 24px; } }
@media all and (min-width: 768px) and (max-width: 1024px) {
  .d-block-tablet {
    display: block !important; }

  .d-flex-tablet {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }

  .d-inline-tablet {
    display: inline !important; }

  .d-inline-block-tablet {
    display: inline-block !important; }

  .d-inline-flex-tablet {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; }

  .tablet-hidden {
    display: none !important; } }
@media all and (min-width: 900px) {
  .jum .jum-img {
    padding-left: 24px; }

  .jum-rev .jum-img {
    padding-right: 24px; } }
@media all and (min-width: 1024px) {
  .d-block-desk {
    display: block !important; }

  .d-flex-desk {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }

  .d-inline-desk {
    display: inline !important; }

  .d-inline-block-desk {
    display: inline-block !important; }

  .d-inline-flex-desk {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; }

  .desk-auto {
    width: auto; }

  .desk-1 {
    width: 8.333333% !important; }

  .desk-2 {
    width: 16.666667% !important; }

  .desk-3 {
    width: 25% !important; }

  .desk-4 {
    width: 33.333333% !important; }

  .desk-5 {
    width: 41.666667% !important; }

  .desk-6 {
    width: 50% !important; }

  .desk-7 {
    width: 58.333333% !important; }

  .desk-8 {
    width: 66.666667% !important; }

  .desk-9 {
    width: 75% !important; }

  .desk-10 {
    width: 83.333333% !important; }

  .desk-11 {
    width: 91.666667% !important; }

  .desk-12 {
    width: 100% !important; }

  .desk-hidden {
    display: none !important; }

  .sec {
    padding: 56px 0; }

  .wrap {
    padding: 0 40px; }

  .cont {
    padding: 32px; }

  .jum {
    padding: 40px 0; }

  .jum-rev {
    padding: 40px 0; }

  .jum .jum-txt {
    padding: 0 48px 0 0; }

  .jum .jum-img {
    padding-left: 48px; }

  .jum-rev .jum-txt {
    padding: 0 0 0 48px; }

  .jum-rev .jum-img {
    padding-right: 48px; }

  .cta .head {
    padding: 0; } }
@media all and (min-width: 1080px) {
  .sec {
    padding: 64px 0; }

  .cont {
    padding: 40px; } }
@media all and (min-width: 1100px) {
  .grid-1 {
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: auto;
    grid-template-areas: "area1 area1 area3 area3 area3" "area1 area1 area4 area4 area4" "area5 area2 area2 area2 area7" "area6 area2 area2 area2 area8"; }

  .grid-2 {
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: auto;
    grid-template-areas: "area1 area1 area2 area2 area3" "area1 area1 area2 area2 area3" "area1 area1 area2 area2 area3" "area1 area1 area4 area4 area3"; }

  .grid-3 {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: auto;
    grid-template-areas: "area1 area1 area1 area2" "area1 area1 area1 area2" "area3 area3 area4 area4" "area3 area3 area4 area4"; }

  .grid-4 {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: auto;
    grid-template-areas: "area1 area1 area5 area4" "area1 area1 area6 area4" "area3 area3 area2 area2" "area3 area3 area2 area2"; } }
@media all and (min-width: 1240px) {
  .sec {
    padding: 72px 0; }

  .wrap {
    padding: 0 40px; } }
@media all and (min-width: 1370px) {
  .sec {
    padding: 80px 0; } }
@media all and (min-width: 1440px) {
  .xl-auto {
    width: auto !important; }

  .xl-1 {
    width: 8.333333% !important; }

  .xl-2 {
    width: 16.666667% !important; }

  .xl-3 {
    width: 25% !important; }

  .xl-4 {
    width: 33.333333% !important; }

  .xl-5 {
    width: 41.666667% !important; }

  .xl-6 {
    width: 50% !important; }

  .xl-7 {
    width: 58.333333% !important; }

  .xl-8 {
    width: 66.666667% !important; }

  .xl-9 {
    width: 75% !important; }

  .xl-10 {
    width: 83.333333% !important; }

  .xl-11 {
    width: 91.666667% !important; }

  .xl-12 {
    width: 100% !important; } }
html {
  box-sizing: border-box;
  background: #fff; }

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

html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0; }

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

button,
input,
select,
textarea {
  margin: 0; }

img {
  display: block; }

input[type="checkbox"],
input[type="radio"] {
  vertical-align: baseline; }

span {
  font-style: inherit;
  font-weight: inherit; }

fieldset {
  border: none; }

.d-block {
  display: block !important; }

.d-flex {
  display: flex !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-inline-flex {
  display: inline-flex !important; }

@media all and (min-width: 320px) and (max-width: 768px) {
  .d-block-mobile {
    display: block !important; }

  .d-flex-mobile {
    display: flex !important; }

  .d-inline-mobile {
    display: inline !important; }

  .d-inline-block-mobile {
    display: inline-block !important; }

  .d-inline-flex-mobile {
    display: inline-flex !important; } }
@media all and (min-width: 768px) {
  .d-block-from-tablet {
    display: block !important; }

  .d-flex-from-tablet {
    display: flex !important; }

  .d-inline-from-tablet {
    display: inline !important; }

  .d-inline-block-from-tablet {
    display: inline-block !important; }

  .d-inline-flex-from-tablet {
    display: inline-flex !important; } }
@media all and (min-width: 768px) and (max-width: 1024px) {
  .d-block-tablet {
    display: block !important; }

  .d-flex-tablet {
    display: flex !important; }

  .d-inline-tablet {
    display: inline !important; }

  .d-inline-block-tablet {
    display: inline-block !important; }

  .d-inline-flex-tablet {
    display: inline-flex !important; } }
@media all and (min-width: 1024px) {
  .d-block-desk {
    display: block !important; }

  .d-flex-desk {
    display: flex !important; }

  .d-inline-desk {
    display: inline !important; }

  .d-inline-block-desk {
    display: inline-block !important; }

  .d-inline-flex-desk {
    display: inline-flex !important; } }
body {
  font-family: "Montserrat";
  color: #000042 !important; }

h1, h2, h3, h4, h5, h6, p, a {
  color: #000042 !important; }

.t-dark {
  color: #000042 !important; }

.t-custom-dark {
  color: #000042 !important; }

.t-custom-blue {
  color: #5A52FF !important; }

.t-custom-red {
  color: #E5493F !important; }

.t-custom-gray {
  color: #bbbbc4 !important; }

.t-custom-dark-gray {
  color: #555560 !important; }

.row {
  display: flex;
  width: 100%;
  flex-direction: column; }
  @media all and (min-width: 768px) {
    .row {
      flex-direction: row; } }

.row-mobile {
  flex-direction: row !important; }

.w-auto {
  width: auto; }

.w-1 {
  width: 100%; }

.w-2 {
  width: 100%; }

.w-3 {
  width: 100%; }

.w-4 {
  width: 100%; }

.w-5 {
  width: 100%; }

.w-6 {
  width: 100%; }

.w-7 {
  width: 100%; }

.w-8 {
  width: 100%; }

.w-9 {
  width: 100%; }

.w-10 {
  width: 100%; }

.w-11 {
  width: 100%; }

.w-12 {
  width: 100%; }

@media all and (min-width: 768px) {
  .w-1 {
    width: 8.333333%; }

  .w-2 {
    width: 16.666667%; }

  .w-3 {
    width: 25%; }

  .w-4 {
    width: 33.333333%; }

  .w-5 {
    width: 41.666667%; }

  .w-6 {
    width: 50%; }

  .w-7 {
    width: 58.333333%; }

  .w-8 {
    width: 66.666667%; }

  .w-9 {
    width: 75%; }

  .w-10 {
    width: 83.333333%; }

  .w-11 {
    width: 91.666667%; }

  .w-12 {
    width: 100%; } }
.w-flex {
  width: 100%; }
  @media all and (min-width: 768px) {
    .w-flex {
      flex: 1 1 0% !important; } }

@media all and (min-width: 320px) and (max-width: 768px) {
  .mobile-auto {
    width: auto !important; }

  .mobile-1 {
    width: 8.333333% !important; }

  .mobile-2 {
    width: 16.666667% !important; }

  .mobile-3 {
    width: 25% !important; }

  .mobile-4 {
    width: 33.333333% !important; }

  .mobile-5 {
    width: 41.666667% !important; }

  .mobile-6 {
    width: 50% !important; }

  .mobile-7 {
    width: 58.333333% !important; }

  .mobile-8 {
    width: 66.666667% !important; }

  .mobile-9 {
    width: 75% !important; }

  .mobile-10 {
    width: 83.333333% !important; }

  .mobile-11 {
    width: 91.666667% !important; }

  .mobile-12 {
    width: 100% !important; }

  .mobile-hidden {
    display: none !important; } }
@media all and (min-width: 768px) {
  .tablet-auto {
    width: auto !important; }

  .tablet-1 {
    width: 8.333333% !important; }

  .tablet-2 {
    width: 16.666667% !important; }

  .tablet-3 {
    width: 25% !important; }

  .tablet-4 {
    width: 33.333333% !important; }

  .tablet-5 {
    width: 41.666667% !important; }

  .tablet-6 {
    width: 50% !important; }

  .tablet-7 {
    width: 58.333333% !important; }

  .tablet-8 {
    width: 66.666667% !important; }

  .tablet-9 {
    width: 75% !important; }

  .tablet-10 {
    width: 83.333333% !important; }

  .tablet-11 {
    width: 91.666667% !important; }

  .tablet-12 {
    width: 100% !important; }

  .from-tablet-hidden {
    display: none !important; } }
@media all and (min-width: 768px) and (max-width: 1024px) {
  .tablet-hidden {
    display: none !important; } }
@media all and (min-width: 1024px) {
  .desk-auto {
    width: auto; }

  .desk-1 {
    width: 8.333333% !important; }

  .desk-2 {
    width: 16.666667% !important; }

  .desk-3 {
    width: 25% !important; }

  .desk-4 {
    width: 33.333333% !important; }

  .desk-5 {
    width: 41.666667% !important; }

  .desk-6 {
    width: 50% !important; }

  .desk-7 {
    width: 58.333333% !important; }

  .desk-8 {
    width: 66.666667% !important; }

  .desk-9 {
    width: 75% !important; }

  .desk-10 {
    width: 83.333333% !important; }

  .desk-11 {
    width: 91.666667% !important; }

  .desk-12 {
    width: 100% !important; }

  .desk-hidden {
    display: none !important; } }
@media all and (min-width: 1440px) {
  .xl-auto {
    width: auto !important; }

  .xl-1 {
    width: 8.333333% !important; }

  .xl-2 {
    width: 16.666667% !important; }

  .xl-3 {
    width: 25% !important; }

  .xl-4 {
    width: 33.333333% !important; }

  .xl-5 {
    width: 41.666667% !important; }

  .xl-6 {
    width: 50% !important; }

  .xl-7 {
    width: 58.333333% !important; }

  .xl-8 {
    width: 66.666667% !important; }

  .xl-9 {
    width: 75% !important; }

  .xl-10 {
    width: 83.333333% !important; }

  .xl-11 {
    width: 91.666667% !important; }

  .xl-12 {
    width: 100% !important; } }
.row-wrap {
  flex-wrap: wrap; }

.row-h-center {
  justify-content: center !important; }

.row-v-center {
  align-items: center !important; }

.row-h-space-between {
  justify-content: space-between !important; }

.row-v-start {
  align-items: flex-start !important; }

.row-v-end {
  align-items: flex-end !important; }

.section {
  padding: 24px; }
  @media all and (min-width: 768px) {
    .section {
      padding: 48px 24px; } }
  @media all and (min-width: 900px) {
    .section {
      padding: 56px 32px; } }
  @media all and (min-width: 1024px) {
    .section {
      padding: 80px 60px; } }
  @media all and (min-width: 1240px) {
    .section {
      padding: 88px 0; } }

.btn {
  padding: 12px;
  width: 230px;
  border-radius: 100px;
  background-color: #E5493F;
  border: 2px solid #E5493F;
  color: #fff !important; }

.btn:hover {
  background-color: #fff;
  border: 2px solid #fff;
  color: #E5493F !important; }

.btn.btn-reverse {
  background-color: #55C1FF;
  border: 2px solid #55C1FF;
  color: #fff !important; }

.btn.btn-reverse:hover {
  background-color: #fff;
  border: 2px solid #fff;
  color: #E5493F !important; }

.btn-home {
  padding: 22px;
  width: 360px;
  border-radius: 100px;
  background-color: #E5493F;
  border: 2px solid #E5493F;
  color: #fff !important;
  font-weight: 500; }

a {
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  transition: .5s; }

.link {
  color: #000042; }

.link:hover {
  color: #E5493F !important; }

#header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 20;
  border-radius: 0;
  opacity: 0;
  transition: all 0.5s ease-in; }

#header.showed {
  opacity: 1; }

#header .nav {
  display: block;
  height: 80px; }
  @media all and (min-width: 768px) {
    #header .nav {
      display: flex;
      justify-content: space-between;
      align-items: center;
      height: auto; } }
  #header .nav .header--logo {
    height: 32px; }
  #header .nav .menu {
    width: 100%;
    height: 100vh;
    margin-left: -768px;
    transition: all ease-in-out 500ms; }
    #header .nav .menu li {
      margin-bottom: 24px; }
    @media all and (min-width: 768px) {
      #header .nav .menu {
        height: auto;
        margin: 0;
        width: auto; }
        #header .nav .menu li {
          margin-bottom: 0; } }

#header .open {
  height: auto; }
  #header .open .menu {
    margin-left: 0; }

.menu-toggle {
  padding: 1em;
  position: absolute;
  top: 23px;
  right: 12px;
  cursor: pointer;
  z-index: 2; }

.hamburger,
.hamburger::before,
.hamburger::after {
  content: '';
  display: block;
  background: #000042;
  height: 3px;
  width: 1.75em;
  border-radius: 3px;
  transition: all ease-in-out 500ms; }
  @media all and (min-width: 768px) {
    .hamburger,
    .hamburger::before,
    .hamburger::after {
      display: none; } }

.hamburger::before {
  transform: translateY(-6px); }

.hamburger::after {
  transform: translateY(3px); }

.open .hamburger {
  transform: rotate(45deg); }

.open .hamburger::before {
  opacity: 0; }

.open .hamburger::after {
  transform: translateY(-3px) rotate(-90deg); }

#hero.hero {
  margin: 0;
  padding: 0;
  overflow: hidden;
  background: #000042;
  height: 100vh;
  width: 100%;
  position: relative; }
  #hero.hero canvas {
    width: 100%;
    height: 100%; }
  #hero.hero .logo {
    position: absolute;
    top: 40px;
    left: 40px;
    width: 50px; }
  #hero.hero .title {
    z-index: 10;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    font-family: "Montserrat";
    text-align: center;
    width: 100%;
    padding: 0 24px; }
    #hero.hero .title h1 {
      position: relative;
      color: #EEEEEE;
      font-weight: 600;
      font-size: 43px;
      margin: 32px 0;
      padding: 0;
      line-height: 1;
      text-shadow: 0 0 30px #000155; }
      #hero.hero .title h1 span {
        font-weight: 600;
        padding: 0;
        margin: 0;
        color: #BBB; }
      #hero.hero .title h1 .hero-icon {
        height: 30px;
        margin: 0 6px; }
        @media all and (min-width: 768px) {
          #hero.hero .title h1 .hero-icon {
            height: 58px;
            margin: 0 8px; } }
      @media all and (min-width: 768px) {
        #hero.hero .title h1 {
          font-size: 80px;
          margin: 0; } }
    #hero.hero .title h3 {
      font-weight: 200;
      font-size: 20px;
      padding: 0;
      margin: 0;
      line-height: 1;
      color: #EEEEEE;
      letter-spacing: 2px;
      text-shadow: 0 0 30px #000155; }
  #hero.hero .btn-home {
    width: 100%; }
    @media all and (min-width: 768px) {
      #hero.hero .btn-home {
        width: auto; } }

#home_hero {
  padding: 0;
  position: relative;
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
  background-image: url("../images/hero2.jpeg"); }
  @media all and (min-width: 768px) {
    #home_hero {
      height: 100vh;
      min-height: 1000px; } }
  @media all and (min-width: 1200px) {
    #home_hero {
      background-size: cover; } }
  #home_hero .home--hero_inner {
    padding-top: 120px;
    padding-bottom: 80px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(90deg, #000042 0%, #000042 43%, rgba(0, 0, 66, 0.5357317927) 100%); }
    @media all and (min-width: 768px) {
      #home_hero .home--hero_inner {
        padding-top: 0px;
        padding-bottom: 0;
        height: 100vh;
        min-height: 760px;
        background: linear-gradient(90deg, #000042 0%, #000042 13%, rgba(0, 0, 66, 0.5357317927) 100%); } }
    @media all and (min-width: 1200px) {
      #home_hero .home--hero_inner {
        background: linear-gradient(90deg, #000042 0%, #000042 -21%, rgba(0, 0, 66, 0.3620623249) 100%); } }
  #home_hero .logo {
    width: auto;
    position: absolute;
    top: 24px;
    left: 24px; }
    #home_hero .logo img {
      height: 40px; }
  #home_hero .home--hero_title {
    width: 100%; }
    @media all and (min-width: 768px) {
      #home_hero .home--hero_title {
        width: 80%;
        margin: 0 auto; } }
    @media all and (min-width: 1024px) {
      #home_hero .home--hero_title {
        width: 70%; } }
    @media all and (min-width: 1200px) {
      #home_hero .home--hero_title {
        margin: 0; } }
    @media all and (min-width: 1270px) {
      #home_hero .home--hero_title {
        width: 60%; } }
    @media all and (min-width: 1370px) {
      #home_hero .home--hero_title {
        width: 50%; } }
  #home_hero .hero--title {
    font-size: 40px; }
    @media all and (min-width: 768px) {
      #home_hero .hero--title {
        font-size: 54px; } }
    @media all and (min-width: 1024px) {
      #home_hero .hero--title {
        font-size: 62px; } }

#Polygon-1, #Polygon-2, #Polygon-3, #Polygon-4, #Polygon-4, #Polygon-5 {
  animation: float 1s infinite ease-in-out alternate; }

#Polygon-2 {
  animation-delay: .2s; }

#Polygon-3 {
  animation-delay: .4s; }

#Polygon-4 {
  animation-delay: .6s; }

#Polygon-5 {
  animation-delay: .8s; }

@keyframes float {
  100% {
    transform: translateY(20px); } }
.box-custom-left-shadow {
  box-shadow: -16px -16px 0px 1px #E5493F;
  border-radius: 6px; }

.box-custom-right-shadow {
  box-shadow: 16px 16px 0px 0 #000042;
  border-radius: 6px; }

.bg-custom-dark {
  background-color: #000042 !important; }

.bg-custom-red {
  background-color: #E5493F !important; }

.bg-custom-dark-80 {
  background: linear-gradient(to bottom, #000042 75%, #fff 0%); }

.custom-line {
  display: block;
  height: 6px;
  width: 120px; }

.logo {
  width: 50px; }

.t-custom-deg-red {
  background: -webkit-linear-gradient(45deg, #E5493F, #d500bc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 48px !important; }

.img--border-bottom {
  border-bottom: 12px solid #E5493F; }

.text-yellow-underline {
  background-image: linear-gradient(to top, yellow 45%, #fff 40%); }

.section--img__1, .section--img__2 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 290px;
  width: 100%; }

.section--img__1 {
  background-image: url("../images/img4.jpeg"); }

.section--img__2 {
  background-image: url("../images/img5.jpeg"); }

.bg-custom-dots {
  width: 100%;
  color: #f5f4f3;
  background: linear-gradient(transparent 0%, white 100%), url("../images/dots_background.png"), no-repeat, right center, center top !important;
  overflow: hidden; }

.wrap-big {
  max-width: 1400px; }

.footer--area {
  position: relative; }

#footer footer {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2; }

.footer--area {
  background: #000;
  width: 100%;
  height: 1100px; }
  @media all and (min-width: 768px) {
    .footer--area {
      height: 800px; } }

.circles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.circles li {
  position: absolute;
  display: block;
  list-style: none;
  width: 20px;
  height: 20px;
  /* background: rgba(255, 255, 255, 0.2); */
  border: 3px solid rgba(255, 255, 255, 0.2);
  animation: animate 25s linear infinite;
  bottom: -150px; }

.circles li:nth-child(1) {
  left: 25%;
  width: 60px;
  height: 60px;
  animation-delay: 0s; }

.circles li:nth-child(2) {
  left: 10%;
  width: 20px;
  height: 20px;
  animation-delay: 2s;
  animation-duration: 12s; }

.circles li:nth-child(3) {
  left: 70%;
  width: 20px;
  height: 20px;
  animation-delay: 4s; }

.circles li:nth-child(4) {
  left: 40%;
  width: 40px;
  height: 40px;
  animation-delay: 0s;
  animation-duration: 18s; }

.circles li:nth-child(5) {
  left: 65%;
  width: 20px;
  height: 20px;
  animation-delay: 0s; }

.circles li:nth-child(6) {
  left: 75%;
  width: 80px;
  height: 80px;
  animation-delay: 3s; }

.circles li:nth-child(7) {
  left: 35%;
  width: 110px;
  height: 110px;
  animation-delay: 7s; }

.circles li:nth-child(8) {
  left: 50%;
  width: 25px;
  height: 25px;
  animation-delay: 15s;
  animation-duration: 45s; }

.circles li:nth-child(9) {
  left: 20%;
  width: 15px;
  height: 15px;
  animation-delay: 2s;
  animation-duration: 35s; }

.circles li:nth-child(10) {
  left: 85%;
  width: 110px;
  height: 110px;
  animation-delay: 0s;
  animation-duration: 11s; }

@keyframes animate {
  0% {
    transform: translateY(0) rotate(0deg);
    opacity: 1; }
  100% {
    transform: translateY(-1000px) rotate(720deg);
    opacity: 0; } }
.small-footer {
  padding: 40px 0 24px; }
  .small-footer img {
    width: 32px;
    margin-bottom: 40px; }
    @media all and (min-width: 768px) {
      .small-footer img {
        margin-bottom: 16px; } }
  @media all and (min-width: 768px) {
    .small-footer .row {
      width: auto;
      justify-content: space-between;
      align-items: center; } }

.row-effect {
  perspective: 1300px; }

.row-effect .w-flex {
  transform-style: preserve-3d; }

.row-effect:hover .w-flex {
  transform: translateZ(400px) translateY(300px) rotateX(-90deg);
  animation: fallPerspective .8s ease-in-out forwards; }

@keyframes fallPerspective {
  100% {
    transform: translateZ(0px) translateY(0px) rotateX(0deg);
    opacity: 1; } }
.animatable {
  /* initially hide animatable objects */
  visibility: hidden;
  /* initially pause animatable objects their animations */
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -ms-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused; }

/* show objects being animated */
.animated {
  visibility: visible;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  -ms-animation-play-state: running;
  -o-animation-play-state: running;
  animation-play-state: running; }

/* CSS Animations (extracted from http://glifo.uiparade.com/) */
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }
@-moz-keyframes fadeInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-20px); }
  100% {
    opacity: 1;
    -moz-transform: translateY(0); } }
@-o-keyframes fadeInDown {
  0% {
    opacity: 0;
    -o-transform: translateY(-20px); }
  100% {
    opacity: 1;
    -o-transform: translateY(0); } }
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  20% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-moz-keyframes fadeIn {
  0% {
    opacity: 0; }
  20% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-o-keyframes fadeIn {
  0% {
    opacity: 0; }
  20% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  60% {
    opacity: 0; }
  20% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px); }
  60% {
    -webkit-transform: translateX(20px); }
  80% {
    -webkit-transform: translateX(-5px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }
@-moz-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-2000px); }
  60% {
    -moz-transform: translateX(20px); }
  80% {
    -moz-transform: translateX(-5px); }
  100% {
    opacity: 1;
    -moz-transform: translateX(0); } }
@-o-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(-2000px); }
  60% {
    opacity: 1;
    -o-transform: translateX(20px); }
  80% {
    -o-transform: translateX(-5px); }
  100% {
    opacity: 1;
    -o-transform: translateX(0); } }
@keyframes bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px); }
  60% {
    transform: translateX(20px); }
  80% {
    transform: translateX(-5px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }
@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px); }
  60% {
    -webkit-transform: translateX(-20px); }
  80% {
    -webkit-transform: translateX(5px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }
@-moz-keyframes bounceInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(2000px); }
  60% {
    -moz-transform: translateX(-20px); }
  80% {
    -moz-transform: translateX(5px); }
  100% {
    opacity: 1;
    -moz-transform: translateX(0); } }
@-o-keyframes bounceInRight {
  0% {
    opacity: 0;
    -o-transform: translateX(2000px); }
  60% {
    -o-transform: translateX(-20px); }
  80% {
    -o-transform: translateX(5px); }
  100% {
    opacity: 1;
    -o-transform: translateX(0); } }
@keyframes bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px); }
  60% {
    transform: translateX(-20px); }
  80% {
    transform: translateX(5px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }
@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px); }
  100% {
    opacity: 1;
    -moz-transform: translateY(0); } }
@-o-keyframes fadeInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(20px); }
  100% {
    opacity: 1;
    -o-transform: translateY(0); } }
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3); }
  50% {
    -webkit-transform: scale(1.05); }
  70% {
    -webkit-transform: scale(0.9); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1); } }
@-moz-keyframes bounceIn {
  0% {
    opacity: 0;
    -moz-transform: scale(0.3); }
  50% {
    -moz-transform: scale(1.05); }
  70% {
    -moz-transform: scale(0.9); }
  100% {
    opacity: 1;
    -moz-transform: scale(1); } }
@-o-keyframes bounceIn {
  0% {
    opacity: 0;
    -o-transform: scale(0.3); }
  50% {
    -o-transform: scale(1.05); }
  70% {
    -o-transform: scale(0.9); }
  100% {
    opacity: 1;
    -o-transform: scale(1); } }
@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3); }
  50% {
    transform: scale(1.05); }
  70% {
    transform: scale(0.9); }
  100% {
    opacity: 1;
    transform: scale(1); } }
@-webkit-keyframes moveUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(40px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }
@-moz-keyframes moveUp {
  0% {
    opacity: 1;
    -moz-transform: translateY(40px); }
  100% {
    opacity: 1;
    -moz-transform: translateY(0); } }
@-o-keyframes moveUp {
  0% {
    opacity: 1;
    -o-transform: translateY(40px); }
  100% {
    opacity: 1;
    -o-transform: translateY(0); } }
@keyframes moveUp {
  0% {
    opacity: 1;
    transform: translateY(40px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
@-webkit-keyframes fadeBgColor {
  0% {
    background: none; }
  70% {
    background: none; }
  100% {
    background: #464646; } }
@-o-keyframes fadeBgColor {
  0% {
    background: none; }
  70% {
    background: none; }
  100% {
    background: #464646; } }
@keyframes fadeBgColor {
  0% {
    background: none; }
  70% {
    background: none; }
  100% {
    background: #464646; } }
.animated.animationDelay {
  animation-delay: .4s;
  -webkit-animation-delay: .4s; }

.animated.animationDelayMed {
  animation-delay: 1.2s;
  -webkit-animation-delay: 1.2s; }

.animated.animationDelayLong {
  animation-delay: 1.6s;
  -webkit-animation-delay: 1.6s; }

.animated.fadeBgColor {
  -webkit-animation-name: fadeBgColor;
  -moz-animation-name: fadeBgColor;
  -o-animation-name: fadeBgColor;
  animation-name: fadeBgColor; }

.animated.bounceIn {
  -webkit-animation-name: bounceIn;
  -moz-animation-name: bounceIn;
  -o-animation-name: bounceIn;
  animation-name: bounceIn; }

.animated.bounceInRight {
  -webkit-animation-name: bounceInRight;
  -moz-animation-name: bounceInRight;
  -o-animation-name: bounceInRight;
  animation-name: bounceInRight; }

.animated.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  -moz-animation-name: bounceInLeft;
  -o-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }

.animated.fadeIn {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn; }

.animated.fadeInDown {
  -webkit-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -o-animation-name: fadeInDown;
  animation-name: fadeInDown; }

.animated.fadeInUp {
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp; }

.animated.moveUp {
  -webkit-animation-name: moveUp;
  -moz-animation-name: moveUp;
  -o-animation-name: moveUp;
  animation-name: moveUp; }

#embrace .embrace-1 {
  padding: 24px 0; }
  @media all and (min-width: 768px) {
    #embrace .embrace-1 {
      padding: 24px;
      padding-left: 0 !important; } }
#embrace .embrace-2 {
  padding: 24px 0; }
  @media all and (min-width: 768px) {
    #embrace .embrace-2 {
      padding: 24px; } }
#embrace .embrace-3 {
  padding: 24px 0; }
  @media all and (min-width: 768px) {
    #embrace .embrace-3 {
      padding: 24px;
      padding-right: 0 !important; } }

#stack_techs {
  margin-top: 40px; }
  #stack_techs .w-3 .box {
    height: 100%;
    width: 100%; }
  #stack_techs .w-3 .stack-img {
    width: 100%;
    height: 90px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain; }

#about svg {
  display: none;
  position: absolute;
  top: -60px;
  right: 10px; }
  @media all and (min-width: 1024px) {
    #about svg {
      display: block; } }
#about .slider {
  width: 100%;
  height: 150px;
  margin: 32px 0 0;
  background-color: white; }
  @media all and (min-width: 530px) {
    #about .slider {
      height: 300px; } }
  @media all and (min-width: 768px) {
    #about .slider {
      width: 725px;
      height: 360px; } }
  #about .slider img {
    border: 1px solid #F7F7F7;
    width: 28%;
    float: left;
    margin: 15px 0 15px 15px; }
    @media all and (min-width: 768px) {
      #about .slider img {
        width: 220px; } }
  #about .slider img:last-child {
    display: none; }
#about #who .pr-24 {
  padding-right: 0 !important; }
#about #who .pl-24 {
  padding-left: 0 !important; }
@media all and (min-width: 768px) {
  #about #who .pr-24 {
    padding-right: 24px !important; }
  #about #who .pl-24 {
    padding-left: 24px !important; } }
#about .about-img-1 {
  display: none;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
  background-image: url("../images/img1.jpeg"); }
  @media all and (min-width: 768px) {
    #about .about-img-1 {
      display: block;
      height: 420px; } }
#about .about-img-2 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
  background-image: url("../images/img2.jpeg"); }
  @media all and (min-width: 768px) {
    #about .about-img-2 {
      height: 420px; } }

#services .services--1 {
  min-height: auto;
  margin-bottom: 24px; }
  @media all and (min-width: 1024px) {
    #services .services--1 {
      margin-bottom: 0;
      background-position: right;
      background-repeat: no-repeat;
      background-size: 760px;
      min-height: 600px;
      background-image: url("../images/services/MindExactBackRedMacbook.png"); } }
  #services .services--1 .services--1-a {
    padding: 0; }
    @media all and (min-width: 1024px) {
      #services .services--1 .services--1-a {
        padding: 40px; } }
#services .services--2 {
  background-image: url("../images/services/MindExactIphoneMOBILE.png");
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 330px; }
  @media all and (min-width: 768px) {
    #services .services--2 {
      background-position: center;
      background-size: 300px; } }
  @media all and (min-width: 1024px) {
    #services .services--2 {
      background-position: right;
      background-size: cover;
      min-height: 700px;
      background-image: url("../services/MindExactIphoneRED.png");
      min-height: 600px;
      background-size: cover; } }
  @media all and (min-width: 1290px) {
    #services .services--2 {
      background-size: 345px;
      min-height: 400px;
      background-color: #E5493F; } }
#services .services--4-a {
  padding: 0; }
  @media all and (min-width: 1024px) {
    #services .services--4-a {
      padding: 40px;
      margin-bottom: 0px; } }
#services .services--mobile-b {
  padding: 60px 0 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  @media all and (min-width: 1024px) {
    #services .services--mobile-b {
      padding: 40px 24px; } }
#services .services--mobile-a {
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  @media all and (min-width: 1024px) {
    #services .services--mobile-a {
      padding: 40px; } }
  #services .services--mobile-a .services--quote {
    width: auto;
    margin-bottom: 40px; }
    @media all and (min-width: 1024px) {
      #services .services--mobile-a .services--quote {
        max-width: 300px; } }
    #services .services--mobile-a .services--quote .services--number {
      width: 150px;
      margin: 0;
      font-size: 60px;
      line-height: 1;
      width: auto; }
      @media all and (min-width: 1024px) {
        #services .services--mobile-a .services--quote .services--number {
          width: 250px; } }
#services .services--icons {
  width: 170px; }
  @media all and (min-width: 768px) {
    #services .services--icons {
      width: 16.666667%; } }
#services .services--icon {
  height: 60px;
  margin-bottom: 24px; }
  @media all and (min-width: 1024px) {
    #services .services--icon {
      margin-bottom: 40px; } }
#services .services--list li {
  position: relative;
  padding-left: 40px;
  margin-bottom: 16px; }
#services .services--dot {
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  margin-right: 24px;
  position: absolute;
  left: 0; }

.dot {
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  margin-right: 24px;
  position: absolute;
  left: 0; }

.post--image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px; }

.post--img-box {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 280px; }

.post--img-text {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto; }

.post--small {
  transition: all 0.2s ease-out; }
  .post--small .post--img-small {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 180px; }

.post--small:hover {
  cursor: pointer;
  transform: scale(1.1); }

.blog--share {
  cursor: pointer;
  height: 30px;
  transition: all 0.2s ease-out; }

.blog--share:hover {
  transform: scale(1.1); }

.blog--like {
  width: 20px;
  margin-top: 24px;
  margin-bottom: 16px;
  animation: like 2s infinite; }

@keyframes like {
  0% {
    transform: rotate(-20deg); }
  100% {
    transform: rotate(0deg); } }
.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 650px;
  padding: 40px;
  z-index: 30;
  height: 100vh;
  overflow: scroll;
  background-color: rgba(0, 0, 28, 0.71); }
  @media all and (min-width: 425px) {
    .popup {
      padding: 56px; } }
  @media all and (min-width: 768px) {
    .popup {
      padding: 80px; } }
  @media all and (min-width: 1024px) {
    .popup {
      justify-content: center;
      align-items: center; } }
  .popup .popup--content {
    position: relative;
    max-width: 1080px;
    height: auto;
    padding: 48px 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
    @media all and (min-width: 425px) {
      .popup .popup--content {
        padding: 48px; } }
    @media all and (min-width: 768px) {
      .popup .popup--content {
        padding: 56px 64px; } }
    @media all and (min-width: 1024px) {
      .popup .popup--content {
        padding: 80px; } }
    .popup .popup--content .head {
      margin-bottom: 24px; }
      @media all and (min-width: 768px) {
        .popup .popup--content .head {
          margin-bottom: 32px; } }
      @media all and (min-width: 1024px) {
        .popup .popup--content .head {
          margin-bottom: 40px; } }
  .popup input, .popup select, .popup textarea {
    border: none;
    padding: 16px;
    height: auto; }
  .popup input::placeholder, .popup select::placeholder, .popup textarea::placeholder {
    color: #a2a9b0; }
  .popup .btn {
    margin-top: 32px;
    margin-bottom: 0; }
    @media all and (min-width: 1024px) {
      .popup .btn {
        margin-top: 40px; } }

.popup---close {
  cursor: pointer;
  position: absolute;
  display: inline-block;
  width: 24px;
  height: 24px;
  overflow: hidden;
  top: 24px;
  right: 24px; }
  .popup---close::before, .popup---close::after {
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -1px;
    background: black; }
  .popup---close::before {
    transform: rotate(45deg); }
  .popup---close::after {
    transform: rotate(-45deg); }
  .popup---close.rounded::before, .popup---close.rounded::after {
    border-radius: 5px;
    height: 8px;
    margin-top: -4px; }

.popup--show {
  display: flex; }

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