.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

body {
  font-family: Lato, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

h1 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Satoshi, sans-serif;
  color: #100b47;
  font-size: 62px;
  line-height: 100%;
  font-weight: 700;
  letter-spacing: -1px;
}

h2 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Satoshi, sans-serif;
  color: #100b47;
  font-size: 52px;
  line-height: 62px;
  font-weight: 700;
  letter-spacing: -1px;
}

h3 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Satoshi, sans-serif;
  color: #100b47;
  font-size: 42px;
  line-height: 52px;
  font-weight: 700;
  letter-spacing: -1px;
}

h4 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Satoshi, sans-serif;
  color: #100b47;
  font-size: 32px;
  line-height: 42px;
  font-weight: 700;
  letter-spacing: -1px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Satoshi, sans-serif;
  color: #100b47;
  font-size: 26px;
  line-height: 36px;
  font-weight: 700;
  letter-spacing: -1px;
}

h6 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Satoshi, sans-serif;
  color: #100b47;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  letter-spacing: -0.5px;
}

p {
  margin-bottom: 10px;
  font-family: Satoshi, sans-serif;
  color: #676b94;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  text-align: left;
}

a {
  color: #100b47;
  text-decoration: underline;
}

ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 40px;
  font-family: Satoshi, sans-serif;
  color: #100b47;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
}

ol {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 40px;
  font-family: Satoshi, sans-serif;
  color: #100b47;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
}

strong {
  color: #100b47;
  font-weight: 700;
}

blockquote {
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 40px;
  border-style: none;
  border-width: 1px;
  border-color: #7421fc;
  border-radius: 10px;
  background-color: #ded6ff;
  font-family: Satoshi, sans-serif;
  color: #4f19a7;
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
}

.section {
  position: relative;
  background-color: transparent;
}

.section.hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-bottom: 120px;
  padding-top: 55px;
  padding-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
}

.section.team {
  display: none;
}

.container {
  z-index: 5;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
}

.container.ftr {
  padding-top: 20px;
  padding-bottom: 20px;
}

.button {
  padding: 12px 30px;
  border-radius: 3px;
  background-color: #3c1bff;
  background-image: -webkit-gradient(linear, left top, right top, from(#3618e9), to(#2b16aa));
  background-image: linear-gradient(90deg, #3618e9, #2b16aa);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-family: Satoshi, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  text-align: center;
  text-transform: capitalize;
}

.button:hover {
  background-image: -webkit-gradient(linear, right top, left top, from(#3618e9), to(#3c1bff));
  background-image: linear-gradient(270deg, #3618e9, #3c1bff);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.button._2 {
  width: 75%;
}

.button-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #fff;
}

.hero-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 460px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0.5 auto;
  -ms-flex: 0 0.5 auto;
  flex: 0 0.5 auto;
  background-image: url('../images/Hatch3.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.hero-image.section-absolut {
  height: 450px;
  margin-top: -36px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('../images/contact.svg');
  background-position: 50% 100%;
  background-size: auto 92%;
  -webkit-transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.sticky-nav {
  z-index: 999;
  background-color: transparent;
}

.nav-grid {
  padding: 12px 25px 8px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-flow: column;
  grid-auto-columns: -webkit-max-content;
  grid-auto-columns: max-content;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: -webkit-max-content 1fr -webkit-max-content;
  -ms-grid-columns: max-content 1fr max-content;
  grid-template-columns: -webkit-max-content 1fr -webkit-max-content;
  grid-template-columns: max-content 1fr max-content;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: #fff;
}

.brand-logo {
  margin-bottom: 0px;
  padding-right: 6px;
  font-family: Satoshi, sans-serif;
  color: #100b47;
  font-size: 36px;
  line-height: 60px;
  letter-spacing: -1px;
  text-decoration: none;
}

.main-grid {
  margin-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.main-grid.top-flex {
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.main-grid.top-flex.padding {
  margin-top: 30px;
  margin-bottom: 200px;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr 1.75fr;
  grid-template-columns: 1fr 1.75fr;
}

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

.top-margin.big {
  margin-top: 40px;
}

.portfolio-wrapper {
  position: relative;
  overflow: hidden;
  width: 97%;
  height: 550px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 20px;
  border-color: #fff;
  border-radius: 20px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  text-decoration: none;
  cursor: none;
}

.intro-content {
  width: 100%;
  max-width: 900px;
  margin-top: 100px;
  margin-right: auto;
  margin-left: auto;
}

.text-field {
  height: 60px;
  border: 1px solid #e2e2e2;
  border-radius: 10px;
  font-family: Satoshi, sans-serif;
  color: #676b94;
  font-weight: 400;
  text-align: left;
}

.text-field::-webkit-input-placeholder {
  color: #616167;
}

.text-field:-ms-input-placeholder {
  color: #616167;
}

.text-field::-ms-input-placeholder {
  color: #616167;
}

.text-field::placeholder {
  color: #616167;
}

.team-grid {
  grid-column-gap: 40px;
  grid-row-gap: 60px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.social-media-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  margin-right: 17px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  box-shadow: 0 6px 30px 0 rgba(16, 11, 71, 0.11);
  opacity: 0.75;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.social-media-link:hover {
  opacity: 1;
}

.team-member-image {
  display: block;
  width: 100%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  border-radius: 0px;
  background-image: url('../images/hash.png');
  background-position: 50% 100%;
  background-size: 80%;
  background-repeat: no-repeat;
}

.team-member-image.one {
  background-image: url('../images/hash.png');
  background-position: 50% 100%;
  background-size: 80%;
}

.team-member-image.second {
  background-image: url('../images/hash.png');
  background-size: 80%;
}

.team-card {
  position: relative;
  width: 100%;
  height: 440px;
}

.team-wrapper {
  position: relative;
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  border-radius: 20px;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.team-name {
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 26px;
  line-height: 36px;
}

.team-name.dark {
  margin-bottom: 0px;
  font-family: Satoshi, sans-serif;
  color: #100b47;
  font-size: 20px;
  line-height: 32px;
  font-weight: 700;
  text-align: left;
  text-transform: none;
}

.team-reverse {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-top: 140px;
  padding-right: 25px;
  padding-left: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 3px none #7731c3;
  border-radius: 20px;
  background-color: #100b47;
  background-image: url('../images/hash.png');
  background-position: 50% 100%;
  background-size: 320px;
  background-repeat: no-repeat;
  box-shadow: 1px 0 1px 0 hsla(0, 0%, 82.7%, 0.37);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: rotateX(0deg) rotateY(-180deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(-180deg) rotateZ(0deg);
  color: #fff;
  text-align: center;
  cursor: pointer;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.team-reverse.second {
  padding-top: 140px;
  background-color: #100b47;
  background-image: url('../images/hash.png');
  background-position: 50% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.team-reverse.third {
  background-image: url('../images/hash.png');
}

.social-image {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.team-info {
  margin-top: 20px;
  padding: 20px;
  border-radius: 10px;
  background-color: #fff;
  text-align: center;
}

.team-member {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.84)), to(rgba(255, 255, 255, 0.84))), url('../images/Pattern-1.png');
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.84), rgba(255, 255, 255, 0.84)), url('../images/Pattern-1.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.sub-team-name {
  margin-bottom: 0px;
  font-family: Satoshi, sans-serif;
  color: #7421fc;
  font-size: 14px;
  font-weight: 500;
  text-align: left;
  text-transform: none;
}

.toggle-answer {
  display: block;
  width: 100%;
  height: auto;
  padding: 0px;
  font-size: 17px;
  line-height: 26px;
  text-align: left;
}

.toggle-wrapper-div {
  overflow: hidden;
  width: 100%;
  height: auto;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  border-style: solid;
  border-width: 1px;
  border-color: #cfd2ec;
  border-radius: 10px;
  background-color: hsla(0, 0%, 100%, 0.7);
  -webkit-transition: box-shadow 400ms ease;
  transition: box-shadow 400ms ease;
}

.toggle-wrapper-div:hover {
  border: 1px solid #e2e2e2;
  background-color: hsla(0, 0%, 100%, 0.7);
  box-shadow: 4px 4px 30px 0 rgba(16, 11, 71, 0.11);
}

.question-answer {
  display: -ms-grid;
  display: grid;
  margin-top: 60px;
  margin-bottom: 0px;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.toggle-title {
  margin-top: 0px;
  margin-bottom: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #222;
  font-size: 1.6em;
  line-height: 1.3em;
  font-weight: 700;
}

.toggle-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35px;
  height: 35px;
  margin-right: 0px;
  margin-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: #beadff;
}

.toggle-questions {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 0px;
  padding: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border: 0px none #000;
  background-color: transparent;
  color: #fff;
  font-weight: 400;
  cursor: pointer;
}

.toggle-questions:hover {
  background-color: transparent;
}

.toggle-info {
  width: 100%;
  height: auto;
  padding: 30px 20px;
  border-bottom: 1px none #cfd2ec;
  background-color: transparent;
}

.toggle-info:hover {
  border: 1px none #000;
  background-color: transparent;
}

.expand-icon {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.main-header-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 800px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.footer-heading {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #100b47;
  font-size: 20px;
  line-height: 1.5;
}

.footer-link {
  display: block;
  margin-bottom: 10px;
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  font-family: Satoshi, sans-serif;
  color: #100b47;
  font-size: 16px;
  line-height: 28px;
  font-weight: 700;
  text-decoration: none;
}

.footer-link:hover {
  color: #7421fc;
  text-decoration: none;
}

.submit-text-title {
  margin-bottom: 20px;
  color: #7421fc;
  font-size: 24px;
  font-weight: 500;
  text-align: left;
}

.submit-text-title.light {
  color: #6d668a;
  line-height: 34px;
}

.strech-flex-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.white-text {
  color: #fff;
}

.paragraph-big {
  margin-bottom: 20px;
  font-family: Satoshi, sans-serif;
  font-size: 20px;
  line-height: 32px;
  font-weight: 500;
  text-align: left;
}

.paragraph-big.center {
  width: 83%;
  margin-bottom: 10px;
  text-align: left;
}

.display {
  position: relative;
  z-index: 2;
  width: 83%;
  font-family: Satoshi, sans-serif;
  color: #100b47;
  font-size: 40px;
  line-height: 58px;
  font-weight: 900;
  text-align: left;
  letter-spacing: -1px;
  text-transform: none;
}

.logo-link {
  text-decoration: none;
}

.text-color {
  color: #7421fc;
}

.logo-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 32px 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-width: 1px;
  border-color: #e3e3e3;
  border-radius: 20px;
  background-color: hsla(0, 0%, 100%, 0.7);
  box-shadow: 0 10px 60px 0 rgba(16, 11, 71, 0.11);
}

.logo {
  height: 32px;
}

.center {
  font-size: 18px;
  line-height: 28px;
}

.footer-copyright {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-grid {
  display: -ms-grid;
  display: grid;
  height: auto;
  margin-bottom: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 3.25fr 1fr 1fr;
  grid-template-columns: 3.25fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  color: #666;
  text-align: left;
}

.footer-side {
  width: 33%;
  padding-top: 98px;
  padding-right: 60px;
  padding-bottom: 98px;
}

.footer-side.left {
  width: 100%;
  padding: 20px;
  border-radius: 20px;
}

.social-icons-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -4px;
  margin-left: -4px;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-column {
  padding: 20px;
}

.footer-text {
  width: 400px;
  margin-bottom: 15px;
}

.dot-divider {
  width: 3px;
  height: 3px;
  margin-right: 6px;
  margin-left: 6px;
  border-radius: 50%;
  background-color: #7421fc;
  color: transparent;
}

.footer-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: Satoshi, sans-serif;
  color: #ded6ff;
  font-weight: 700;
  text-align: center;
}

.footer-bottom.dark {
  color: #100b47;
}

.footer-white {
  margin: 5% 0px 0px;
  padding: 0px;
}

.logo-testimonials {
  margin: 0px 0px 0px auto;
  background-color: transparent;
  opacity: 1;
}

.logo-testimonials.second {
  margin-top: 0px;
  margin-bottom: 0px;
}

.slide-1 {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
}

.testimonial-div {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-bottom: 16px;
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: none;
  border-width: 1px;
  border-color: #cfd2ec;
  border-radius: 20px;
  background-color: hsla(0, 0%, 100%, 0.7);
  box-shadow: 0 6px 20px 0 rgba(16, 11, 71, 0.11);
  color: #333;
  font-size: 18px;
  text-decoration: none;
  text-transform: lowercase;
}

.second-part-testimonials {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 30px;
  padding-top: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #cfd2ec;
}

.avatar-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 80px;
  margin-right: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: #a2e9fc;
  border-radius: 50%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  color: #00cca7;
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
}

.avatar-icon.first {
  width: 100px;
  height: 100px;
  border: 0px none transparent;
  border-radius: 20px;
  background-color: #ff9292;
  background-image: url('../images/Team-3.png'), -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.5)), to(hsla(0, 0%, 100%, 0.5))), url('../images/Untitled-15.png');
  background-image: url('../images/Team-3.png'), linear-gradient(180deg, hsla(0, 0%, 100%, 0.5), hsla(0, 0%, 100%, 0.5)), url('../images/Untitled-15.png');
  background-position: 50% 0%, 0px 0px, 50% 0%;
  background-size: cover, auto, cover;
  background-repeat: no-repeat, repeat, repeat;
}

.avatar-icon.two {
  width: 100px;
  height: 100px;
  border: 0px none transparent;
  border-radius: 20px;
  background-color: #99b7ff;
  background-image: url('../images/Team-1.png'), -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.5)), to(hsla(0, 0%, 100%, 0.5))), url('../images/Untitled-15.png');
  background-image: url('../images/Team-1.png'), linear-gradient(180deg, hsla(0, 0%, 100%, 0.5), hsla(0, 0%, 100%, 0.5)), url('../images/Untitled-15.png');
  background-position: 0px 0px, 0px 0px, 0px 0px;
  background-size: cover, auto, cover;
  background-repeat: no-repeat, repeat, repeat;
}

.avatar-icon.third {
  width: 100px;
  height: 100px;
  border-radius: 20px;
  background-color: #58ceb0;
  background-image: url('../images/Team-4.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0.5))), url('../images/Untitled-15.png');
  background-image: url('../images/Team-4.png'), linear-gradient(180deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url('../images/Untitled-15.png');
  background-position: 50% 0%, 0px 0px, 100% 0%;
  background-size: cover, auto, cover;
  background-repeat: no-repeat, repeat, repeat;
}

.avatar-icon.fourth {
  width: 100px;
  height: 100px;
  border-style: none;
  border-radius: 20px;
  background-color: #9c60ff;
  background-image: url('../images/Team-6.png'), -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.5)), to(hsla(0, 0%, 100%, 0.5))), url('../images/Untitled-15.png');
  background-image: url('../images/Team-6.png'), linear-gradient(180deg, hsla(0, 0%, 100%, 0.5), hsla(0, 0%, 100%, 0.5)), url('../images/Untitled-15.png');
  background-position: 0px 0px, 0px 0px, 100% 0%;
  background-size: cover, auto, cover;
  background-repeat: no-repeat, repeat, repeat;
}

.testimonials-name {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #100b47;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  text-transform: capitalize;
}

.avatar-div {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-transform: none;
}

.testimonials-slider {
  height: 400px;
  background-color: transparent;
}

.avatar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 130px;
  margin-bottom: 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.right-arrrow {
  top: -50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 52px;
  height: 52px;
  margin-top: auto;
  margin-bottom: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-width: 1px;
  border-color: #cfd2ec;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 6px 30px 0 rgba(16, 11, 71, 0.11);
  color: #cfd2ec;
  font-size: 16px;
}

.slide-nav-testimonilas {
  font-size: 9px;
}

.testimonial-grid {
  -ms-grid-columns: 1fr 0.5fr;
  grid-template-columns: 1fr 0.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.testimonial-grid.small {
  display: -ms-grid;
  display: grid;
  margin-top: 0px;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.left-arrow {
  top: -50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 52px;
  height: 52px;
  margin-top: auto;
  margin-bottom: auto;
  border-style: none;
  border-width: 1px;
  border-color: #cfd2ec;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 6px 30px 0 rgba(16, 11, 71, 0.11);
  color: #cfd2ec;
  font-size: 16px;
}

.star {
  margin-top: 0px;
  margin-bottom: 0px;
}

.arrow-icon {
  color: #cfd2ec;
}

.info {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  height: 24px;
  margin-left: 4px;
  padding: 4px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  -webkit-transition: border 300ms ease;
  transition: border 300ms ease;
  cursor: pointer;
}

.info:hover {
  border-color: red;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f6f4ff;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 600px;
  padding: 100px 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 10px 30px 0 rgba(16, 11, 71, 0.11);
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.hero-section {
  margin-right: auto;
  margin-left: auto;
}

.object.five {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: -8%;
  z-index: -1;
  width: 300px;
  height: 300px;
  background-image: url('../images/Untitled-6.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-filter: blur(2px);
  filter: blur(2px);
}

.hero-page-grid {
  margin-right: auto;
  margin-left: auto;
  padding-top: 5%;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.color-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 95px 40px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.card-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-space-side {
  margin-left: 32px;
}

.icon-list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding-top: 0px;
  padding-bottom: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 1px solid #ecebea;
  border-radius: 1px;
}

.icon-list-item.white-card {
  padding-right: 40px;
  padding-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #000;
  border-radius: 20px;
  background-color: #fff;
}

.icon-list-item.white-card._2 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.features-list {
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

.top-content {
  width: 100%;
}

.small-check {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  height: 24px;
  margin-top: 3px;
  margin-right: 14px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 50%;
  background-color: #99b7ff;
}

.bullet-text {
  margin-bottom: 0px;
  font-weight: 500;
}

.list {
  width: 100%;
}

.utility-image {
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
}

.preloader {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  display: none;
  height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #4f19a7;
}

.preload-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 200px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cube {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.load-lottie {
  width: 62px;
  height: 62px;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav {
  position: static;
  height: 50px;
  padding-top: 15px;
  padding-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-transition: all 333ms ease;
  transition: all 333ms ease;
  text-align: center;
}

.nav:hover {
  color: #3c1bff;
}

.nav.btn {
  height: 50px;
  margin-left: 15px;
  padding-top: 15px;
  padding-bottom: 10px;
  border-radius: 3px;
  background-color: #3c1bff;
  background-image: -webkit-gradient(linear, left top, right top, from(#3519df), to(#3c1bff));
  background-image: linear-gradient(90deg, #3519df, #3c1bff);
  -webkit-transition: all 355ms ease;
  transition: all 355ms ease;
  color: #fff;
}

.nav.btn:hover {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.image {
  height: 490px;
}

.link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  margin-top: 5px;
  margin-left: 15px;
  padding: 10px;
  float: right;
  border-radius: 100px;
  background-color: #ececec;
}

.div-block {
  padding-top: 8%;
}

.heading-2 {
  margin: 15px auto 7px;
  color: #3a3577;
  font-size: 20px;
  line-height: 29px;
  text-align: center;
}

.div-block-3 {
  width: 100%;
  height: 360px;
  border-radius: 3px;
  background-image: url('../images/luckyd.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-3._2 {
  background-image: url('../images/metachanc.jpg');
}

.div-block-3._3 {
  background-image: url('../images/m-v.jpg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.div-block-3._4 {
  background-image: url('../images/Nftizz.jpg');
}

.div-block-4 {
  width: 100%;
  padding: 18px 0px;
  -webkit-transition: all 355ms ease;
  transition: all 355ms ease;
  text-align: center;
  text-decoration: none;
}

.div-block-4:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  color: #471eff;
}

.section-3 {
  padding: 55px 15px 15px;
}

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 80px;
  padding: 14px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 355ms;
  transition-duration: 355ms;
  text-decoration: none;
}

.div-block-2:hover {
  -webkit-transform: scale(1.11);
  -ms-transform: scale(1.11);
  transform: scale(1.11);
}

.image-3 {
  width: 29px;
}

.image-3.full {
  width: 140px;
}

.brnad-name {
  margin-left: 5px;
  font-size: 20px;
}

.heading-4 {
  font-size: 31px;
  line-height: 49px;
}

.popup {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 999;
  display: none;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 100%, 0.96);
  opacity: 0;
}

.div-block-9 {
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 0 9px 0 rgba(58, 26, 245, 0.19);
}

.html-embed-2 {
  margin-bottom: 0px;
}

.button-2 {
  float: right;
  background-color: rgba(255, 255, 255, 0.22);
  color: #aa3b3b;
  font-weight: 900;
}

.nav-menu-2 {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.menu-button-2 {
  padding: 14px;
}

.slider-3 {
  overflow: hidden;
  height: 100%;
  padding: 45px 80px 1px 35px;
  background-color: transparent;
}

.slide {
  height: 100%;
  margin-right: 12px;
  margin-left: 12px;
}

.mask {
  overflow: visible;
  width: 33%;
  height: 100%;
}

.slide-nav-2 {
  bottom: -60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.arr {
  left: 5%;
  top: 0%;
  bottom: auto;
  width: 40px;
  height: 40px;
  padding: 9px;
  border-radius: 100%;
  background-color: #7421fc;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#7421fc), to(#99b7ff));
  background-image: linear-gradient(180deg, #7421fc, #99b7ff);
  color: #fff;
  font-size: 20px;
}

.arr:hover {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#7421fc), to(#99b7ff));
  background-image: linear-gradient(0deg, #7421fc, #99b7ff);
}

.arr.l {
  left: -5%;
  top: 0%;
  right: 0%;
  bottom: auto;
}

.menu-icon {
  width: 30px;
}

.brand-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-right: 36px;
  margin-left: -4px;
  padding-right: 24px;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid #f1f1f1;
}

.brand-2.w--current {
  padding-left: 0px;
}

.brand-2._2 {
  margin-left: 20px;
}

.image-8 {
  width: 27px;
}

.container-default {
  position: relative;
  display: -ms-grid;
  display: grid;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
  grid-auto-columns: 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  -ms-grid-columns: 0.5fr 1fr;
  grid-template-columns: 0.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.container-default.full-width {
  max-width: none;
}

.container-default.full-width._9 {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

.menu-button-3 {
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.main-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.burger-line {
  width: 40px;
  height: 2px;
  margin-top: 4px;
  margin-bottom: 4px;
  background-color: #000;
}

.text-block-11 {
  margin-left: 9px;
  line-height: 100%;
  font-weight: 600;
}

.main-nav-wrapper {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 999;
  background-color: #fff;
  box-shadow: 6px 6px 16px 0 rgba(17, 17, 49, 0.12);
}

.mobile-nav {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 999;
  display: none;
  height: 80px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.social-icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 32px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.social-icon-link-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  margin-right: 12px;
  padding: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 49px;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 400ms;
  transition-duration: 400ms;
}

.social-icon-link-2:hover {
  background-color: #f8f8f8;
  box-shadow: 4px 4px 8px 0 rgba(226, 158, 240, 0.38);
  -webkit-transform: translate(0px, -4px);
  -ms-transform: translate(0px, -4px);
  transform: translate(0px, -4px);
}

.button-3 {
  max-width: none;
  margin-top: 32px;
  padding: 12px 24px;
  border-radius: 4px;
  background-color: #5c5cff;
  background-image: linear-gradient(135deg, #5c5cff, #8989f8);
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.button-3:hover {
  box-shadow: 0 16px 16px -16px #5c5cff;
  color: #fff;
  text-decoration: none;
}

.button-3.nav {
  min-width: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 10px;
  padding: 14px 16px 0px;
  background-image: linear-gradient(135deg, #2b16aa, #3617e8);
  text-align: center;
}

.button-3.nav._2 {
  margin-left: 0px;
  padding-top: 12px;
  padding-right: 75px;
  padding-bottom: 12px;
  background-color: #fe3999;
  background-image: url('../images/discord.svg'), linear-gradient(135deg, #fe3999, #8989f8);
  background-position: 91% 50%, 0px 0px;
  background-size: auto 60%, auto;
  background-repeat: no-repeat, repeat;
  font-size: 18px;
}

.button-3.nav {
  min-width: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 10px;
  padding: 13px 16px 8px;
}

.button-3.nav._2 {
  margin-left: 0px;
  padding-top: 12px;
  padding-right: 75px;
  padding-bottom: 12px;
  background-color: #fe3999;
  background-image: url('../images/discord.svg'), linear-gradient(135deg, #fe3999, #8989f8);
  background-position: 91% 50%, 0px 0px;
  background-size: auto 60%, auto;
  background-repeat: no-repeat, repeat;
  font-size: 18px;
}

.search-and-subscribe {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-menu-item-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 24px;
  padding: 15px 0px 16px;
  border-bottom: 4px solid #fff;
  -webkit-transition: border-color 500ms ease;
  transition: border-color 500ms ease;
  color: #413e52;
  font-size: 15px;
  text-decoration: none;
}

.nav-menu-item-2:hover {
  border-bottom-color: #8989f8;
  color: #413e52;
  text-decoration: none;
}

.nav-link-2 {
  margin-top: 10px;
  color: #995fbb;
  font-size: 40px;
  line-height: 190%;
  font-weight: 800;
  text-decoration: none;
  text-transform: capitalize;
}

.nav-link-2:hover {
  color: rgba(94, 91, 91, 0.75);
}

.full-screen-menu-2 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 7px solid #c963c6;
  background-color: hsla(0, 0%, 100%, 0.95);
}

.image-9 {
  width: 17px;
}

.div-block-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-11 {
  padding-right: 2%;
  padding-left: 2%;
}

.telegram-btn {
  position: fixed;
  right: 2%;
  bottom: 2%;
  width: 70px;
  height: 70px;
  margin-bottom: 0px;
  background-image: url('../images/TG.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: all 355ms ease;
  transition: all 355ms ease;
}

.telegram-btn:hover {
  -webkit-transform: scale(1.06);
  -ms-transform: scale(1.06);
  transform: scale(1.06);
}

.image-10 {
  width: 70px;
}

@media screen and (min-width: 1280px) {
  .sticky-nav {
    padding-right: 20px;
    padding-left: 20px;
    background-color: transparent;
  }

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

  .brand-logo {
    padding-top: 0px;
    padding-bottom: 0px;
    color: #100b47;
    font-size: 36px;
    font-weight: 700;
    letter-spacing: -1px;
    text-decoration: none;
  }

  .main-grid {
    margin-bottom: 70px;
  }

  .question-answer {
    margin-bottom: 0px;
  }

  .submit-text-title {
    color: #7421fc;
  }

  .display {
    color: #100b47;
  }

  .logo-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-decoration: none;
  }

  .text-color {
    color: #7421fc;
  }

  .logo-wrapper {
    margin-top: 40px;
  }

  .center {
    margin-bottom: 0px;
  }

  .footer-white {
    margin: 0px;
  }

  .hero-section {
    margin-bottom: 0px;
  }

  .utility-image {
    margin-bottom: 30px;
  }

  .image-2._100 {
    max-width: 40%;
  }

  .image-2._2 {
    width: 70%;
  }

  .div-block-10 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 145px;
    padding-right: 50px;
    padding-left: 50px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 0.5fr 1fr;
    grid-template-columns: 0.5fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .div-block-11 {
    margin-left: 26px;
  }
}

@media screen and (min-width: 1440px) {
  h1 {
    line-height: 1.2em;
    font-weight: 700;
  }

  h2 {
    text-transform: none;
  }

  h3 {
    color: #100b47;
  }

  a {
    color: #100b47;
    font-weight: 500;
  }

  blockquote {
    border-style: none;
    background-color: #ded6ff;
  }

  .section {
    background-color: transparent;
  }

  .button {
    text-transform: capitalize;
  }

  .button:hover {
    background-color: #4f19a7;
  }

  .hero-image {
    background-size: contain;
  }

  .hero-image.section-absolut {
    margin-bottom: -20px;
  }

  .sticky-nav {
    margin-top: 0px;
    padding-right: 20px;
    padding-left: 20px;
    background-color: transparent;
  }

  .main-grid {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .main-grid.top-flex.padding {
    margin-top: 30px;
    -ms-grid-columns: 1fr 1.5fr;
    grid-template-columns: 1fr 1.5fr;
  }

  .left-content-wrapper {
    padding-right: 0px;
  }

  .portfolio-wrapper {
    padding-left: 0px;
    border-style: solid;
    border-width: 20px;
    border-color: #fff;
    background-color: #fff;
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 50% 50%;
    background-size: cover;
    text-decoration: none;
  }

  .text-field {
    border-radius: 10px;
    color: #100b47;
    font-weight: 500;
  }

  .team-grid {
    grid-column-gap: 30px;
  }

  .sub-team-name {
    color: #7421fc;
  }

  .toggle-wrapper-div {
    overflow: hidden;
    margin-bottom: 30px;
    background-color: hsla(0, 0%, 100%, 0.7);
  }

  .toggle-wrapper-div:hover {
    background-color: hsla(0, 0%, 100%, 0.7);
  }

  .toggle-title {
    color: #100b47;
  }

  .toggle-questions {
    border-style: none;
    border-color: #501894;
    background-color: transparent;
  }

  .toggle-info {
    border: 1px none #000;
  }

  .toggle-info:hover {
    background-color: transparent;
  }

  .main-header-flex {
    width: 800px;
    margin-bottom: 60px;
  }

  .submit-text-title {
    color: #7421fc;
  }

  .submit-text-title.light {
    color: #beadff;
  }

  .text-color {
    text-decoration: none;
  }

  .logo-wrapper {
    margin-top: 40px;
    margin-bottom: 100px;
    background-color: hsla(0, 0%, 100%, 0.7);
  }

  .footer-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    -ms-grid-columns: 2.5fr 0.75fr 0.75fr;
    grid-template-columns: 2.5fr 0.75fr 0.75fr;
  }

  .footer-bottom {
    color: #cfd2ec;
  }

  .footer-white {
    margin-top: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .logo-testimonials {
    -webkit-filter: none;
    filter: none;
  }

  .second-part-testimonials {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .avatar-icon.first {
    border-radius: 20px;
  }

  .avatar-icon.two {
    border-radius: 20px;
    background-color: #ded6ff;
  }

  .right-arrrow {
    border-style: none;
  }

  .left-arrow {
    left: auto;
    border-style: none;
  }

  .body {
    padding-bottom: 0px;
  }

  .utility-page-content {
    width: 100%;
    max-width: 800px;
    padding: 100px 60px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 20px;
    box-shadow: 0 10px 60px 0 rgba(16, 11, 71, 0.11);
  }

  .object {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    width: 500px;
    height: 500px;
    background-image: url('../images/Untitled-1.png');
    background-position: 0px 0px;
    background-size: cover;
  }

  .object.five {
    right: 11%;
    bottom: -13%;
    z-index: -1;
    background-image: url('../images/Untitled-6.png');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .icon-list-item.white-card {
    margin-bottom: 20px;
    padding: 20px 40px;
    border: 1px none #000;
    border-radius: 10px;
    background-color: #fff;
  }

  .small-check {
    background-color: #58ceb0;
  }

  .list {
    width: 79.393524%;
  }

  .utility-image {
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
  }

  .preloader {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .section.hero {
    margin-bottom: 40px;
    padding-top: 0px;
  }

  .container {
    max-width: 100%;
  }

  .container._2 {
    margin-top: 0px;
  }

  .button-wrapper {
    margin-top: 25px;
  }

  .hero-image {
    height: 220px;
  }

  .hero-image.section-absolut {
    height: 340px;
    background-position: 50% 50%;
    background-size: contain;
  }

  .main-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .main-grid.top-flex.padding {
    margin-top: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .team-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .team-member-image {
    width: 80%;
  }

  .toggle-wrapper-div {
    width: 100%;
  }

  .question-answer {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .toggle-questions {
    text-align: left;
  }

  .main-header-flex {
    width: 100%;
  }

  .submit-text-title.light {
    line-height: 30px;
  }

  .paragraph-big {
    text-align: left;
  }

  .paragraph-big.center {
    font-size: 19px;
    line-height: 31px;
  }

  .page-wrapper {
    padding-top: 55px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .display {
    width: 100%;
    margin-bottom: 10px;
    font-size: 30px;
  }

  .logo-wrapper {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-radius: 16px;
  }

  .logo {
    height: 24px;
  }

  .footer-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-row-gap: 60px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .footer-side.left {
    width: 100%;
    height: auto;
  }

  .footer-text {
    width: auto;
  }

  .testimonial-div {
    height: auto;
    margin-bottom: 20px;
  }

  .testimonials-slider {
    height: auto;
  }

  .slide-nav-testimonilas {
    bottom: -30px;
  }

  .testimonial-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .testimonial-grid.small {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .info {
    display: none;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .hero-page-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .color-wrapper {
    margin-top: 40px;
    padding: 0px;
  }

  .card-info {
    padding: 20px;
  }

  .icon-list-item.white-card {
    padding: 0px;
  }

  .image-div-wrapper {
    display: none;
  }

  .nav {
    margin-bottom: 25px;
    text-align: center;
  }

  .nav.btn:hover {
    background-image: linear-gradient(254deg, #3519df, #3c1bff);
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .image-2 {
    width: 50%;
  }

  .div-block-3 {
    height: 190px;
  }

  .div-block-2 {
    height: 70px;
    padding: 5px;
  }

  .image-3 {
    width: 37px;
    margin-right: 5px;
  }

  .brnad-name {
    margin-left: 5px;
    font-size: 18px;
    line-height: 151%;
  }

  .nav-menu-2 {
    width: 100vw;
    height: 100vh;
    padding: 12px 95px 95px;
    background-color: #fff;
    box-shadow: 0 1px 14px 0 rgba(16, 11, 71, 0.28);
  }

  .menu-button-2 {
    z-index: 999999;
    background-color: #fff;
  }

  .menu-button-2.w--open {
    border-radius: 4px;
    background-color: #eee;
    color: #100b47;
  }

  .slider-3 {
    height: 350px;
    padding-top: 0px;
    padding-right: 20px;
    padding-left: 0px;
  }

  .slide {
    margin-right: 5px;
    margin-left: 5px;
  }

  .mask {
    width: 30%;
  }

  .arr {
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: none;
  }

  .arr.l {
    left: auto;
    top: auto;
    right: 7%;
    bottom: 0%;
  }

  .hamburger {
    width: 24px;
    height: 2px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: #413e52;
  }

  .hamburger.middle {
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .container-default {
    padding-right: 24px;
    padding-left: 24px;
  }

  .container-default.full-width._9 {
    padding-bottom: 0px;
  }

  .main-nav {
    z-index: 9999;
    display: none;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .mobile-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .social-icons {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .social-icons.nav {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    margin-bottom: 1%;
    padding-right: 15px;
    padding-left: 15px;
  }

  .button-3.nav._2 {
    display: block;
    margin-bottom: 25px;
  }

  .button-3.nav._2.space {
    width: 260px;
    margin-top: 30px;
    margin-bottom: 0px;
    padding-right: 16px;
    background-color: #100b47;
    background-image: none;
  }

  .button-3.nav._2 {
    display: block;
    margin-bottom: 25px;
  }

  .button-3.nav._2.space {
    width: 260px;
    margin-top: 20px;
    margin-bottom: 0px;
  }

  .search-and-subscribe {
    margin-top: 17px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .menu-button {
    margin-right: -16px;
    padding: 16px;
  }

  .menu-button.w--open {
    background-color: transparent;
  }

  .nav-menu-item-2 {
    width: 100%;
    padding: 16px 24px;
    border-bottom-style: none;
    -webkit-transition: color 200ms ease, border-color 500ms ease;
    transition: color 200ms ease, border-color 500ms ease;
  }

  .nav-menu-item-2:hover {
    color: #5c5cff;
  }

  .nav-menu-item-2.w--open {
    padding-bottom: 8px;
  }

  .nav-link-2 {
    color: #442bb3;
  }

  .full-screen-menu-2 {
    border-top-color: #100b47;
    background-color: hsla(0, 0%, 100%, 0.96);
  }

  .div-block-10 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .container {
    max-width: 100%;
  }

  .sticky-nav {
    position: relative;
  }

  .nav-grid {
    text-align: center;
  }

  .brand-logo {
    margin-right: auto;
    margin-left: auto;
  }

  .main-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .main-grid.top-flex.padding {
    margin-bottom: 50px;
  }

  .portfolio-wrapper {
    width: 100%;
    margin-bottom: 40px;
  }

  .team-wrapper {
    margin-bottom: 25px;
  }

  .toggle-questions {
    text-align: left;
  }

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

  .display {
    font-size: 45px;
  }

  .logo-link {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .logo-wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer-grid {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    grid-row-gap: 60px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .footer-side {
    width: 100%;
    padding-top: 40px;
    padding-right: 20px;
    padding-bottom: 98px;
  }

  .footer-side.left {
    width: 100%;
  }

  .social-icons-list {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer-column.gray {
    text-align: center;
  }

  .footer-text {
    text-align: center;
  }

  .footer-bottom {
    width: 100%;
    margin-bottom: 12px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: center;
  }

  .slide-1 {
    width: 100%;
  }

  .avatar-icon.first {
    margin-bottom: 20px;
  }

  .avatar-icon.two {
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .testimonials-slider {
    width: 100%;
    height: auto;
    margin-right: auto;
    margin-left: auto;
  }

  .avatar {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .testimonial-grid.small {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .utility-page-wrap {
    padding-right: 20px;
    padding-left: 20px;
  }

  .card-info {
    padding-top: 0px;
  }

  .icon-list-item {
    margin-bottom: 16px;
    padding-bottom: 16px;
  }

  .div-block-3 {
    height: 170px;
  }

  .heading-3 {
    margin-bottom: 5px;
    font-size: 45px;
  }

  .heading-4 {
    font-size: 45px;
  }

  .arr.l {
    right: 9%;
  }

  .container-default {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .telegram-btn {
    width: 50px;
    height: 50px;
  }

  .div-block-12 {
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 38px;
    line-height: 48px;
  }

  h5 {
    font-size: 21px;
    line-height: 29px;
    text-align: center;
  }

  a {
    padding-left: 0px;
  }

  .section {
    margin-top: -50px;
  }

  .section.hero {
    width: 100%;
    margin-bottom: 0px;
  }

  .button._2 {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 10px;
    padding-left: 10px;
  }

  .button._2:hover {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

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

  .hero-image {
    height: 250px;
  }

  .hero-image.section-absolut {
    height: 240px;
    margin-top: 0px;
  }

  .sticky-nav {
    padding: 0px;
  }

  .nav-grid {
    padding-right: 15px;
    padding-left: 15px;
    grid-auto-flow: row;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 100px;
    grid-template-rows: 100px;
  }

  .brand-logo {
    margin-right: auto;
    margin-left: auto;
  }

  .main-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .main-grid.top-flex.padding {
    margin-bottom: 0px;
    padding-top: 85px;
  }

  .left-content-wrapper {
    width: 100%;
  }

  .right-content-wrapper {
    width: 100%;
  }

  .portfolio-wrapper {
    margin-bottom: 10px;
  }

  .team-member-image {
    width: 100%;
    background-position: 50% 0%;
  }

  .team-member-image.one {
    background-position: 50% 0%;
  }

  .team-member-image.second {
    width: 100%;
    background-position: 50% 0%;
  }

  .team-card {
    height: 300px;
  }

  .team-wrapper {
    width: 100%;
  }

  .toggle-title {
    font-size: 16px;
    line-height: 26px;
  }

  .toggle-icon {
    margin-right: 0px;
  }

  .toggle-questions {
    padding-left: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }

  .toggle-info {
    padding-right: 20px;
    padding-left: 20px;
  }

  .main-header-flex {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .footer-heading {
    margin-top: 0px;
    text-align: center;
  }

  .footer-link {
    text-align: center;
  }

  .submit-text-title {
    text-align: center;
  }

  .submit-text-title.light {
    font-size: 17px;
    text-align: center;
  }

  .paragraph-big {
    text-align: center;
  }

  .paragraph-big.center {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .page-wrapper {
    padding-top: 75px;
  }

  .display {
    font-size: 29px;
    line-height: 44px;
    text-align: center;
  }

  .logo-link {
    width: 100%;
    text-align: center;
  }

  .logo-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .logo {
    height: 22px;
  }

  .center {
    text-align: center;
  }

  .footer-copyright {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-items: center;
  }

  .footer-side {
    width: 100%;
    padding-top: 40px;
    padding-right: 0px;
    padding-bottom: 60px;
  }

  .footer-side.left {
    margin-bottom: -20px;
    padding-bottom: 0px;
  }

  .social-icons-list {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer-column.gray {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .footer-text {
    text-align: center;
  }

  .logo-testimonials {
    margin-top: 10px;
    margin-left: 0px;
  }

  .logo-testimonials.second {
    margin-top: 20px;
  }

  .testimonial-div {
    width: 100%;
    height: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .second-part-testimonials {
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .avatar-icon.first {
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .avatar-icon.two {
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .avatar-div {
    width: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .testimonials-slider {
    width: 100%;
    padding-bottom: 40px;
  }

  .avatar {
    width: auto;
    height: auto;
    padding-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .slide-nav-testimonilas {
    width: 100%;
    margin-top: 0px;
  }

  .utility-page-content {
    padding: 60px 20px;
  }

  .card-info {
    height: auto;
    padding: 0px;
  }

  .text-space-side {
    margin-left: 0px;
    text-align: center;
  }

  .icon-list-item.white-card {
    padding: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .small-check {
    margin-right: 5px;
  }

  .nav {
    margin-left: 15px;
    text-align: left;
  }

  .image {
    height: 300px;
  }

  .div-block {
    margin-right: -15px;
    margin-left: -15px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .div-block-8 {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .div-block-2 {
    height: 50px;
    padding: 3px;
  }

  .image-3 {
    width: 30px;
  }

  .brnad-name {
    font-size: 12px;
  }

  .heading-3 {
    font-size: 30px;
  }

  .heading-4 {
    font-size: 30px;
    line-height: 40px;
    text-align: center;
  }

  .nav-menu-2 {
    padding-right: 73px;
    padding-left: 0px;
  }

  .list-2 {
    margin-bottom: -30px;
  }

  .slider-3 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .mask {
    width: 45%;
  }

  .arr.l {
    right: 16%;
  }

  .brand-2.w--current {
    width: 50%;
  }

  .container-default {
    padding-right: 16px;
    padding-left: 16px;
  }

  .main-nav {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .social-icons {
    margin-bottom: -25px;
  }

  .social-icon-link-2 {
    margin-bottom: 16px;
  }

  .button-3 {
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
    font-size: 14px;
  }

  .button-3.nav._2 {
    margin-bottom: 5px;
  }

  .button-3.nav._2.space {
    width: 247px;
    margin-top: 20px;
  }

  .button-3.nav._2 {
    margin-bottom: 5px;
  }

  .button-3.nav._2.space {
    width: 247px;
    margin-top: 20px;
  }

  .telegram-btn {
    right: 1%;
    bottom: 1%;
  }
}

#w-node-ca6ad65c-2db1-d315-a3ae-225644e9b216-66f16792 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_9a16c491-e9f4-0734-ba98-1fe1f7462743-66f16792 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-a7f80df7-031b-b8bb-27f7-1e344038e775-66f16792 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_9be5ef68-328d-0a70-425d-7a14596b91b3-66f16792 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_1df9345c-8bf5-efb9-58d7-46f64b6a0614-baf16795 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_1df9345c-8bf5-efb9-58d7-46f64b6a0633-baf16795 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_1df9345c-8bf5-efb9-58d7-46f64b6a0652-baf16795 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

@media screen and (min-width: 1280px) {
  #w-node-_6cc22c42-1615-257c-9a1c-550c770eea78-66f16792 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-ad8ae2d9-1f58-70ff-efa9-9d405606d082-66f16792 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-ba1c830d-d998-c8f1-6dd8-319b90db52d0-66f16792 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_88804a85-7c99-ae22-3fa6-86c62af39689-66f16792 {
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }

  #w-node-_3b40945c-dea6-edc7-4f9c-71a122fa9c69-66f16792 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-_97f7f4da-9d52-42d6-deda-c4c7d81ec970-d81ec96d {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_97f7f4da-9d52-42d6-deda-c4c7d81ec970-d81ec96d {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-f88dd871-6d7b-55c8-7737-29e83bae2245-66f16792 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_97f7f4da-9d52-42d6-deda-c4c7d81ec970-d81ec96d {
    -ms-grid-column-align: center;
    justify-self: center;
  }
}

@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Italic.ttf') format('truetype'), url('../fonts/Satoshi-VariableItalic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi variable';
  src: url('../fonts/Satoshi-Variable.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}