@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;600;700&display=swap");
body {
  color: #220D4E;
}

a {
  color: inherit;
}

a:focus,
a:hover {
  color: #1EFFAE;
}

svg {
  fill: currentColor;
}

.blue-opacity {
  color: rgba(0, 194, 255, 0.3);
}

.dark-blue {
  color: #220D4E;
}

.bg-dark-blue {
  background-color: #220D4E;
}

.light-blue {
  color: #00C2FF;
}

.light-blue-opacity {
  color: rgba(1, 168, 232, 0.5);
}

.bg-light-blue {
  background-color: #00C2FF;
}

.lighter-blue {
  color: #B2EDFF;
}

.main-title.lighter-blue {
  color: #e0f8ff;
}
@media (max-width: 768px) {
  .main-title.lighter-blue {
    color: #00C2FF;
  }
}

.bg-lighter-blue {
  background-color: #B2EDFF;
}

.blue {
  color: #4B0ECD;
}

.bg-blue {
  background-color: #4B0ECD;
}

.light-purple {
  color: #9B6BFF;
}

.lighter-purple {
  color: #E1D3FF;
}

.bg-light-purple {
  background-color: #9B6BFF;
}

.bg-lighter-purple {
  background-color: #E1D3FF;
}

.purple {
  color: rgba(75, 14, 205, 0.5);
}

.bg-purple {
  background-color: rgba(75, 14, 205, 0.5);
}

.white {
  color: #FFFFFF;
}

.bg-white {
  background-color: #FFFFFF;
}

.green {
  color: #1EFFAE;
}

.light-green {
  color: #BBFFE7;
}

.green-opacity {
  color: #4BDC96;
}

.bg-green {
  background-color: #1EFFAE;
}

.bg-light-green {
  background-color: #BBFFE7;
}

.orange {
  color: #FFD330;
}

.lighter-orange {
  color: #FFFCF1;
}

.orange-opacity {
  color: rgba(255, 172, 37, 0.8);
}

.bg-orange {
  background-color: #FFD330;
}

.bg-lighter-orange {
  background-color: #FFFCF1;
}

.intro .main-title-wrap .scroll-to-begin span {
  color: #220D4E;
}

.group-quotes.dark-blue .quote-content {
  text-shadow: 0px 0px 40px #ffffff;
}

#main-nav ul li a {
  color: #FFF;
}

#mobile-nav > span {
  background: #220D4E;
}

.trend-circle-title text {
  fill: #D96BFF;
}

.trend-circle-title tspan {
  fill: #1EFFAE;
}

#back-to-top {
  color: #1EFFAE;
}

#back-to-top .icon {
  background-color: #1EFFAE;
}

#back-to-top .icon svg {
  fill: #220D4E;
}

body[data-active-section="4"] #back-to-top,
body[data-active-section="5"] #back-to-top,
body[data-active-section="6"] #back-to-top {
  color: #220D4E;
}

body[data-active-section="4"] #back-to-top .icon,
body[data-active-section="5"] #back-to-top .icon,
body[data-active-section="6"] #back-to-top .icon {
  background-color: #220D4E;
}

body[data-active-section="4"] #back-to-top .icon svg {
  fill: #B2EDFF;
}

body[data-active-section="5"] #back-to-top .icon svg {
  fill: #FFD330;
}

body[data-active-section="6"] #back-to-top .icon svg {
  fill: #1EFFAE;
}

.group-quotes-note {
  background: #FFF;
  -webkit-box-shadow: 12px 12px 0px #4B0ECD;
  -moz-box-shadow: 12px 12px 0px #4B0ECD;
  box-shadow: 12px 12px 0px #4B0ECD;
}

.trend-form-wrap input[type=email],
.trend-form-wrap input[type=submit] {
  border-color: #FFFFFF;
}

.trend-form-wrap input[type=email] {
  background-color: #FFF;
  color: #220D4E;
}

.trend-form-wrap input[type=submit] {
  background-color: #220D4E;
  color: #FFF;
}

.trend-form-wrap input[type=submit]:focus,
.trend-form-wrap input[type=submit]:hover {
  background-color: #1EFFAE;
  border-color: #220D4E;
  color: #220D4E;
}

.social-icons li a {
  border-color: #FFFFFF;
  color: #FFFFFF;
  background-color: #220D4E;
}

.social-icons li a:focus,
.social-icons li a:hover {
  background-color: #1EFFAE;
  border-color: #220D4E;
  color: #220D4E;
}

#header .social .social-icons li a {
  border-color: #220D4E;
  color: #220D4E;
  background-color: #FFFFFF;
}

#header .social .social-icons li a:focus,
#header .social .social-icons li a:hover {
  background-color: #1EFFAE;
}

#header .social .social-icons li .social-icon-message {
  color: #220D4E;
}

@media only screen and (min-width: 1025px) {
  .intro .logo {
    --color1: #7ad143;
    --color2: #00c2ff;
  }

  body[data-active-section="1"] .logo,
body[data-active-section="2"] .logo,
body[data-active-section="3"] .logo,
body[data-active-section="7"] .logo {
    --color1: #fff;
    --color2: #fff;
  }

  body[data-active-section="4"] .logo,
body[data-active-section="5"] .logo,
body[data-active-section="6"] .logo {
    --color1: #220D4E;
    --color2: #220D4E;
  }

  body[data-active-section="4"] #main-nav ul li a,
body[data-active-section="5"] #main-nav ul li a,
body[data-active-section="6"] #main-nav ul li a {
    color: #220D4E;
  }
}
@media only screen and (max-width: 1024px) {
  #header {
    background-color: #FFF;
  }

  #main-nav ul li a {
    color: #FFF;
    background-color: #220D4E;
  }

  #main-nav ul li a:after {
    border-color: currentColor;
  }

  #main-nav ul li a[data-index="2"] {
    background-color: #4B0ECD;
  }

  #main-nav ul li a[data-index="3"] {
    background-color: #9B6BFF;
  }

  #main-nav ul li a[data-index="4"] {
    color: #220D4E;
    background-color: #B2EDFF;
  }

  #main-nav ul li a[data-index="5"] {
    color: #220D4E;
    background-color: #FFD330;
  }

  #main-nav ul li a[data-index="6"] {
    color: #220D4E;
    background-color: #1EFFAE;
  }

  #main-nav ul li a[data-index="7"] {
    color: #9B6BFF;
  }

  #group-2-intro .main-description {
    color: #00C2FF;
  }

  #group-3-intro .main-description {
    color: #220D4E;
  }

  #group-4-intro .main-description,
#group-5-intro .main-description,
#group-6-intro .main-description {
    color: #4B0ECD;
  }

  #trends-intro .main-title {
    color: #9B6BFF;
  }

  #trends-intro .main-description {
    color: #1EFFAE;
  }
}
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex.nowrap {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

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

.flex.v-align-top {
  align-items: flex-start;
}

.flex.v-align-middle {
  align-items: center;
}

.flex.v-align-bottom {
  align-items: flex-end;
}

.flex.h-align-start {
  justify-content: flex-start;
}

.flex.h-align-center {
  justify-content: center;
}

.flex.h-align-end {
  justify-content: flex-end;
}

.flex.v-align-self-top {
  align-self: flex-start;
}

.flex.v-align-self-center {
  align-self: center;
}

.flex.v-align-self-bottom {
  align-self: flex-end;
}

.flex .col-fill {
  flex-grow: 1;
}

@media only screen and (max-width: 1440px) {
  .flex.l-v-align-top {
    align-items: flex-start;
  }

  .flex.l-v-align-middle {
    align-items: center;
  }

  .flex.l-v-align-bottom {
    align-items: flex-end;
  }

  .flex.l-h-align-start {
    justify-content: flex-start;
  }

  .flex.l-h-align-center {
    justify-content: center;
  }

  .flex.l-h-align-end {
    justify-content: flex-end;
  }

  .flex.l-v-align-self-top {
    align-self: flex-start;
  }

  .flex.l-v-align-self-center {
    align-self: center;
  }

  .flex.l-v-align-self-bottom {
    align-self: flex-end;
  }

  .flex.l-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .flex.l-nowrap {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
@media only screen and (max-width: 1024px) {
  .flex.m-v-align-top {
    align-items: flex-start;
  }

  .flex.m-v-align-middle {
    align-items: center;
  }

  .flex.m-v-align-bottom {
    align-items: flex-end;
  }

  .flex.m-h-align-start {
    justify-content: flex-start;
  }

  .flex.m-h-align-center {
    justify-content: center;
  }

  .flex.m-h-align-end {
    justify-content: flex-end;
  }

  .flex.m-v-align-self-top {
    align-self: flex-start;
  }

  .flex.m-v-align-self-center {
    align-self: center;
  }

  .flex.m-v-align-self-bottom {
    align-self: flex-end;
  }

  .flex.m-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .flex.m-nowrap {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
@media only screen and (max-width: 767px) {
  .flex.s-v-align-top {
    align-items: flex-start;
  }

  .flex.s-v-align-middle {
    align-items: center;
  }

  .flex.s-v-align-bottom {
    align-items: flex-end;
  }

  .flex.s-h-align-start {
    justify-content: flex-start;
  }

  .flex.s-h-align-center {
    justify-content: center;
  }

  .flex.s-h-align-end {
    justify-content: flex-end;
  }

  .flex.s-v-align-self-top {
    align-self: flex-start;
  }

  .flex.s-v-align-self-center {
    align-self: center;
  }

  .flex.s-v-align-self-bottom {
    align-self: flex-end;
  }

  .flex.s-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .flex.s-nowrap {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
@media only screen and (max-width: 600px) {
  .flex.xs-v-align-top {
    align-items: flex-start;
  }

  .flex.xs-v-align-middle {
    align-items: center;
  }

  .flex.xs-v-align-bottom {
    align-items: flex-end;
  }

  .flex.xs-h-align-start {
    justify-content: flex-start;
  }

  .flex.xs-h-align-center {
    justify-content: center;
  }

  .flex.xs-h-align-end {
    justify-content: flex-end;
  }

  .flex.xs-v-align-self-top {
    align-self: flex-start;
  }

  .flex.xs-v-align-self-center {
    align-self: center;
  }

  .flex.xs-v-align-self-bottom {
    align-self: flex-end;
  }

  .flex.xs-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .flex.xs-nowrap {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
@media only screen and (max-width: 480px) {
  .flex.xxs-v-align-top {
    align-items: flex-start;
  }

  .flex.xxs-v-align-middle {
    align-items: center;
  }

  .flex.xxs-v-align-bottom {
    align-items: flex-end;
  }

  .flex.xxs-h-align-start {
    justify-content: flex-start;
  }

  .flex.xxs-h-align-center {
    justify-content: center;
  }

  .flex.xxs-h-align-end {
    justify-content: flex-end;
  }

  .flex.xxs-v-align-self-top {
    align-self: flex-start;
  }

  .flex.xxs-v-align-self-center {
    align-self: center;
  }

  .flex.xxs-v-align-self-bottom {
    align-self: flex-end;
  }

  .flex.xxs-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .flex.xxs-nowrap {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body,
html {
  margin: 0;
  padding: 0;
}

body {
  font-size: 36px;
  line-height: 1.2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: "Gilroy", sans-serif;
}

a,
input,
#back-to-top,
#back-to-top .icon,
#back-to-top .icon svg {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#mobile-nav > span {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

a {
  text-decoration: underline;
}

svg {
  width: 15px;
  height: 15px;
}

.full-screen {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

.container {
  position: relative;
  margin: auto;
}

.container.inner {
  position: relative;
  width: 940px;
  max-width: 100%;
  padding: 0;
}

.trend .container.inner {
  width: 720px;
}

.trend-cta .container.inner {
  width: 600px;
}

.section {
  position: relative;
  overflow: hidden;
}

.section > .container,
.section-inner {
  height: 100%;
}

.section-inner {
  position: relative;
  padding: 0 15%;
}

#main {
  overflow: hidden;
}

#header,
#main-nav {
  padding: 20px;
}

#header {
  position: fixed;
  z-index: 150;
  top: 0;
  left: 0;
  right: 0;
}

#header .logo svg,
#header .social img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
}

#header .logo {
  position: relative;
  width: 212px;
  margin-left: -5%;
}

#header .logo svg {
  width: 190px;
  height: 54px;
}

#header .social,
#header .social .social-icons li a {
  width: 56px;
  height: 56px;
}

#header .social {
  position: relative;
}

#header .social .social-icons-wrap {
  position: absolute;
  z-index: 10;
}

#header .social > a {
  position: relative;
  z-index: 20;
  display: block;
}

#header .social .social-icons-wrap,
#header .social .social-icons,
#header .social .social-icons li {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#header .social .social-icons {
  position: relative;
}

#header .social .social-icons li {
  position: absolute;
  right: 0;
  top: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}

#header .social .social-icons li:nth-child(1) {
  position: relative;
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

#header .social .social-icons li:nth-child(2) {
  -webkit-transition-delay: 75ms;
  -moz-transition-delay: 75ms;
  transition-delay: 75ms;
}

#header .social .social-icons li:nth-child(3) {
  -webkit-transition-delay: 50ms;
  -moz-transition-delay: 50ms;
  transition-delay: 50ms;
}

#header .social .social-icons li:nth-child(4) {
  -webkit-transition-delay: 25ms;
  -moz-transition-delay: 25ms;
  transition-delay: 25ms;
}

#header .social:focus .social-icons li,
#header .social:hover .social-icons li {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}

#header .social .social-icons li .social-icon-message {
  position: absolute;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
}

#trend-7 .social-icon-message {
  position: absolute;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  left: 50%;
  transform: translateX(-50%);
  top: 120%;
}

#header .social .social-icons-wrap {
  top: 0;
  right: 100%;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  transform: translateX(100%);
}

#header .social .social-icons {
  margin: 0 5px;
}

#header .social .social-icons li {
  padding: 0 5px;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  transform: translateX(0);
}

#header .social:focus .social-icons-wrap,
#header .social:hover .social-icons-wrap {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  transform: translateX(0);
}

#header .social:focus .social-icons li:nth-child(3),
#header .social:hover .social-icons li:nth-child(3) {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  transform: translateX(-100%);
}

#header .social:focus .social-icons li:nth-child(2),
#header .social:hover .social-icons li:nth-child(2) {
  -webkit-transform: translateX(-200%);
  -moz-transform: translateX(-200%);
  transform: translateX(-200%);
}

#header .social:focus .social-icons li:nth-child(1),
#header .social:hover .social-icons li:nth-child(1) {
  -webkit-transform: translateX(-300%);
  -moz-transform: translateX(-300%);
  transform: translateX(-300%);
}

#header .social .social-icons li .social-icon-message {
  top: calc(100% + 5px);
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
}

.social-icons li.link a svg {
  -webkit-transition: opacity 0.1s ease-in-out;
  -moz-transition: opacity 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out;
}

.social-icons li.link a svg:last-of-type,
.social-icons li.link a.copied svg:first-of-type {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}

.social-icons li.link a.copied svg:last-of-type {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}

#main-nav {
  position: absolute;
  z-index: 100;
  top: 100%;
  left: 0;
}

#main-nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#back-to-top {
  position: fixed;
  z-index: 150;
  bottom: 20px;
  right: 20px;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  flex-direction: column;
}

#mobile-nav {
  position: relative;
  width: 38px;
  height: 30px;
  cursor: pointer;
}

#mobile-nav > span {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 2px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}

#mobile-nav > span:nth-child(1) {
  bottom: auto;
}

#mobile-nav > span:nth-child(4) {
  top: auto;
}

#mobile-nav[data-active="1"] > span:nth-child(1),
#mobile-nav[data-active="1"] > span:nth-child(4) {
  width: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}

#mobile-nav[data-active="1"] > span:nth-child(2) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#mobile-nav[data-active="1"] > span:nth-child(3) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}

#back-to-top .label {
  writing-mode: vertical-rl;
  padding: 10px 0;
}

#back-to-top .icon {
  position: relative;
  width: 36px;
  height: 36px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}

#back-to-top .icon svg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 16px;
  height: 16px;
  margin: auto;
}

.main-title-wrap {
  position: relative;
  z-index: 40;
}

.main-title {
  font-style: normal;
  font-weight: 800;
  font-size: 142px;
  line-height: 1.06;
  text-align: center;
  text-transform: uppercase;
  overflow: hidden;
}

.main-description {
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.27;
}

.main-description {
  position: absolute;
  z-index: 50;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}

.main-title.placeholder {
  visibility: hidden;
}

.main-title:not(.placeholder),
.main-title:not(.placeholder) span {
  position: absolute;
  left: 0;
  right: 0;
}

.main-title.first {
  z-index: 10;
  top: 0;
}

.main-title.first span {
  top: 0;
}

.main-title.second {
  z-index: 20;
  bottom: 0;
}

.main-title.second span {
  bottom: 0;
}

.intro .main-title-wrap .scroll-to-begin {
  position: absolute;
  top: calc(100% + 60px);
  left: 50%;
  text-align: center;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
}

.intro .logo svg {
  display: none;
}

.scroll-to-begin span {
  display: block;
  margin: 0 0 10px;
  font-size: 12px;
  font-weight: normal;
  text-transform: uppercase;
}

.scroll-to-begin .icon {
  width: 32px;
  height: auto;
}

.scroll-to-begin {
  position: absolute;
  top: calc(100% + 60px);
  left: 50%;
  text-align: center;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
}

.scroll-to-begin span {
  display: block;
  margin: 0 0 10px;
  font-size: 12px;
  font-weight: normal;
  text-transform: uppercase;
}

.scroll-to-begin .icon {
  animation: float 6s ease-in-out infinite;
  width: 32px;
  height: 49px;
  margin: 10px 0 0;
}

.group-2-intro .scroll-to-begin {
  --color-1: #4b0ecd;
}

@keyframes float {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-20px);
  }
  100% {
    transform: translatey(0px);
  }
}
.quote-title {
  position: relative;
  z-index: 10;
  font-size: 100px;
  font-weight: 800;
  line-height: 0.96;
  min-height: 2.88em;
  text-transform: uppercase;
  margin: 0 0 40px;
  padding: 0 2%;
}

.quote-author-image img {
  display: block;
  width: 100%;
  height: auto;
}

.quote-author-name {
  font-size: 50px;
  font-weight: 800;
  line-height: 1.1;
  text-transform: uppercase;
  word-spacing: 100vw;
  margin: 0 0 10px;
}

.quote-author-position,
.quote-author-social {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.25;
}

.quote-author-position {
  margin-bottom: 10px;
}

.quote-author-social {
  display: flex;
  align-items: center;
}

.quote-author-social svg {
  margin: 8px 0 0;
  width: 37px;
  height: 37px;
}

.dark-blue .quote-author-social svg {
  --color1: #220d4e;
  --color2: #fff;
}

.dark-blue .quote-author-social a:hover svg,
.quote-author-social a:hover {
  --color1: #c6c1d2;
}

.quote-author-social a + a {
  margin-left: 10px;
}

.quote-author-social > span {
  margin-right: 10px;
}

.quote-content {
  position: relative;
  z-index: 40;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.2;
}

.group-quotes-note {
  width: 830px;
  max-width: 100%;
  padding: 50px;
  margin: 0 auto 200px;
  font-size: 39.5px;
  font-weight: 600;
  line-height: 1.12;
  text-align: center;
}

#groups-wrap {
  position: relative;
  z-index: 10;
}

#trend-lines,
#trend-lines svg {
  position: absolute;
  z-index: 0;
}

#trend-lines {
  width: 800vw;
  height: 85vh;
  bottom: -6vh;
  left: -4vh;
}

#trend-lines svg {
  width: 100%;
  height: auto;
  bottom: 0;
  left: 0;
  overflow: visible;
}

#trend-lines #trend-line-blue {
  z-index: 1;
}

#trend-lines #trend-line-purple {
  z-index: 2;
}

#trend-lines #trend-line-green {
  z-index: 3;
}

.trend-content-wrap {
  position: relative;
}

.trend-title-wrap {
  margin: 0 0 15px;
}

.trend-title {
  font-style: normal;
  font-weight: bold;
  font-size: 142px;
  line-height: 1.06;
  text-transform: uppercase;
  overflow: hidden;
}

.trend-subtitle {
  font-size: 47px;
  line-height: 1.17;
  font-weight: bold;
}

.trend-description {
  font-size: 24px;
  line-height: 1.2;
}

.trend-circle-wrap {
  position: relative;
  width: 550px;
  height: 550px;
  margin: auto;
}

.trend-circle-title {
  width: 100%;
  height: 100%;
  overflow: visible;
  transform-origin: center center;
}

.trend-circle-title text {
  font-weight: bold;
  font-size: 51px;
  text-transform: uppercase;
}

.trend-circle-description {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  padding: 21%;
  font-size: 34px;
  line-height: 1.26;
  font-weight: 600;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}

.trend-circle-description a {
  display: block;
}

.trend-circle-description svg {
  margin-left: 5px;
}

.trend-circle-description a:hover svg {
  fill: #1effae;
}

.trend-cta-wrap {
  text-align: center;
}

.trend-cta-logo {
  width: 212px;
  margin: 0 auto 35px;
}

.trend-cta-logo img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
}

.trend-cta-title {
  font-size: 32px;
  line-height: 1.25;
  margin: 0 0 40px;
  font-weight: 500;
}

.trend-form-wrap {
  width: 515px;
  max-width: 100%;
  margin: 0 auto 100px;
}

.trend-form-wrap input[type=email],
.trend-form-wrap input[type=submit],
.trend-form-wrap button {
  width: 100%;
  height: 56px;
  padding: 0 15px;
  border: 2px solid;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 51, 99, 0.08);
  -moz-box-shadow: 0px 1px 2px rgba(0, 51, 99, 0.08);
  box-shadow: 0px 1px 2px rgba(0, 51, 99, 0.08);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

.trend-form-wrap input[type=email] {
  font-size: 18px;
  height: 56px !important;
}

.trend-form-wrap input[type=submit] {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  min-width: 140px;
  cursor: pointer;
}

.trend-form-fields {
  margin: 0 -12px;
}

.trend-form-input-wrap {
  padding: 0 12px;
}

.mktoForm {
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  width: 100% !important;
  flex-flow: wrap;
  transition: all 0.3s cubic-bezier(0.3, 0.34, 0.85, 0.96);
}

.mktoForm .mktoFieldWrap,
.mktoForm .mktoFormCol,
.mktoForm span {
  width: 100%;
  position: relative;
}

.mktoForm .mktoRequiredField label.mktoLabel {
  font-size: 18px;
  font-family: "Gilroy" !important;
  top: -10px !important;
  position: relative;
}

.mktoForm .mktoFormRow:nth-child(2) {
  order: 1;
  width: calc(70% - 24px);
  margin-right: 24px;
}

.mktoForm .mktoButtonRow {
  order: 2;
  width: 30%;
  display: flex;
  align-items: flex-end;
  margin-bottom: 10px;
}

.mktoForm .mktoFormRow:nth-child(3) {
  order: 3;
}

.mktoForm .mktoButtonRow .mktoButtonWrap {
  margin-left: 0 !important;
  margin: 30px 0 0;
  height: 57px !important;
}

.mktoForm .mktoButtonRow,
.mktoForm .mktoHtmlText,
.mktoForm .mktoFieldWrap,
.mktoForm .mktoFormRow {
  opacity: 1;
  color: #fff;
}

.mktoForm .mktoHtmlText span {
  font-size: 12px;
}

.mktoForm .mktoHtmlText a {
  padding: 0;
}

.mktoForm .mktoAsterix {
  display: none;
}

.mktoForm fieldset {
  display: initial;
}

.mktoForm .mktoFieldWrap label {
  background: #220d4e;
  color: #fff;
  font-size: 12px;
  padding: 0 10px;
  line-height: 1;
  font-weight: normal;
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  text-align: left;
  width: auto !important;
  max-width: calc(100% - 20px);
  white-space: normal;
}

.mktoForm .mktoFieldWrap .mktoError {
  text-align: left;
  left: 0;
  color: #f37;
  padding: 3px 0;
  font-size: 12px;
  line-height: 1.8px;
  bottom: -30px !important;
}

.mktoForm .mktoError .mktoErrorMsg {
  background-color: #220d4e !important;
  background-image: none !important;
  border: 0 !important;
  border-top-width: 0px;
  border-top-width: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  color: #ff3377 !important;
  width: 500px !important;
  max-width: 270px !important;
  display: flex !important;
  white-space: pre;
}

.mktoForm .mktoError .mktoErrorArrow {
  display: none !important;
}

.mktoForm input:not([type=checkbox]) {
  color: #514b5f;
  transition: border 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  width: 100% !important;
  font-size: 16px !important;
  line-height: 26px !important;
  padding: 10px 17px;
  border-radius: 8px;
  border: 1px solid #e5e6ec;
  box-shadow: 0 1px 2px rgba(0, 51, 99, 0.08);
}

.mktoForm input[type=email] {
  text-indent: 20px;
  height: 56px !important;
}

.mktoForm input:not([type=checkbox]).mktoInvalid {
  border-color: #ff6e6e;
}

.mktoForm input:not([type=checkbox]).mktoInvalid:focus {
  border-color: #00c2ff;
}

.mktoForm input:not([type=checkbox]):-ms-input-placeholder {
  color: #c6c1d2;
}

.mktoForm input:not([type=checkbox])::placeholder {
  color: #c6c1d2;
}

.mktoForm input:not([type=checkbox]):focus {
  outline: none;
  border-color: #e5e6ec;
}

.mktoForm input:not([type=checkbox]):focus.mktoInvalid {
  border-color: #c6c1d2;
}

.mktoForm input:not([type=checkbox]):focus + label {
  width: auto !important;
  z-index: 1;
  opacity: 1;
  background-color: #fff;
  color: #a4a0ab;
  top: -10px;
  left: 10px;
  padding: 0 8px;
  font-size: 1.2rem;
  line-height: 2.1rem;
}

.mktoForm input:not(:placeholder-shown):not([type=checkbox]) + label {
  width: auto !important;
  z-index: 1;
  opacity: 1;
  background-color: #fff;
  top: -10px;
  left: 10px;
  padding: 0 8px;
  color: #a4a0ab;
  font-size: 1.2rem;
  line-height: 2.1rem;
}

.mktoForm .mktoButtonWrap.mktoSimple .mktoButton {
  background-image: none !important;
  outline: none;
  text-align: center;
  font-family: "Gilroy", Futura, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
  line-height: 1.5 !important;
  border-radius: 8px;
  height: 56px;
  padding: 0 15px !important;
  border: 2px solid !important;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 51, 99, 0.08);
  -moz-box-shadow: 0px 1px 2px rgba(0, 51, 99, 0.08);
  box-shadow: 0px 1px 2px rgba(0, 51, 99, 0.08);
  background-color: #220d4e !important;
  font-size: 16px !important;
  width: 100%;
}

.mktoForm button[type=submit]:hover {
  text-decoration: none;
  box-shadow: none;
  background-color: #220d4e;
  border-color: #220d4e;
  outline: none;
}

.social-icons {
  list-style-type: none;
  margin: 0 -11px;
  padding: 0;
}

.social-icons li {
  padding: 0 11px;
  position: relative;
}

.social-icons li a {
  position: relative;
  display: block;
  width: 56px;
  height: 56px;
  border: 2px solid;
  text-decoration: none;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}

.social-icons li a svg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 45%;
  height: auto;
  max-height: 80%;
  margin: auto;
}

.social-icons li.facebook a svg {
  width: 26px;
  height: 26px;
}

.section-mobile-tab {
  position: relative;
  z-index: 100;
  cursor: pointer;
}

@media only screen and (min-width: 1025px) {
  .col-mobile-nav {
    display: none;
  }

  .section-mobile-tab {
    display: none;
  }

  #main-nav ul li a {
    padding: 5px 0;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 500;
    text-decoration: none;
  }

  #main-nav ul li a:not(.active) {
    -webkit-opacity: 0.6;
    -moz-opacity: 0.6;
    opacity: 0.6;
  }

  #main-nav ul li a:hover {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }

  #intro-wrap {
    height: 500vh;
  }

  .quote-3-1 .quote-title {
    min-height: 2.25em;
  }

  .quote-3-2 .quote-title,
.quote-5-3 .quote-title {
    padding: 0;
  }

  .quote-3-2 .quote-author-image img {
    width: 110%;
    margin-left: -10%;
  }

  .quote-6-1 .quote-title {
    padding: 0 3%;
  }

  #trends-wrap {
    position: relative;
    z-index: 20;
    /* width: 800vh; */
    height: 100vh;
    flex-wrap: wrap;
    flex-direction: column;
  }

  #trends-intro .main-description {
    font-size: 53px;
  }

  #trend-1 .trend-content-wrap {
    margin-top: 17vh;
  }

  #trend-2 .trend-content-wrap {
    margin-top: 16vh;
  }

  #trend-3 .trend-content-wrap {
    margin-top: 19vh;
  }

  #trend-4 .trend-content-wrap {
    margin-top: 7vh;
  }

  #trend-5 .trend-content-wrap {
    margin-top: 14vh;
  }

  #trend-6 .trend-content-wrap {
    margin-top: 8vh;
  }

  #trend-1 .animated-icon {
    position: absolute;
    top: 16vh;
    right: 8vw;
  }

  #trend-2 .animated-icon {
    position: absolute;
    top: 18vh;
    left: 8vw;
  }

  #trend-4 .animated-icon {
    position: absolute;
    top: 18vh;
    right: 2vw;
  }

  #trend-6 .animated-icon {
    position: absolute;
    top: 50%;
    right: 2vw;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .trend-cta-wrap {
    -webkit-transform: translateY(-20%);
    -moz-transform: translateY(-20%);
    transform: translateY(-20%);
  }
}
@media only screen and (min-width: 768px) {
  .quote-wrap {
    text-align: center;
    padding-bottom: 300px;
  }

  .quote-wrap:last-of-type {
    padding-bottom: 200px;
  }

  .quote-author {
    position: relative;
    z-index: 20;
    min-height: 200px;
    margin: 0 0 40px;
  }

  .quote-author-image {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 60%;
    margin: auto;
    -webkit-transform: translateY(-53%);
    -moz-transform: translateY(-53%);
    transform: translateY(-53%);
  }

  .quote-wrap:nth-child(even) .quote-author:not(.two-authors) .quote-author-info-wrap {
    justify-content: flex-end;
  }

  .quote-author-info {
    position: relative;
    z-index: 30;
    max-width: 32%;
    text-align: left;
  }

  .trend-title-wrap,
.trend-description {
    text-align: center;
  }
}
@media only screen and (max-width: 1440px) {
  #header .logo {
    width: 170px;
  }

  #header .social,
#header .social .social-icons li a {
    width: 45px;
    height: 45px;
  }

  #main-nav ul li a {
    font-size: 20px;
  }

  .section-inner {
    padding: 0 23vw;
  }

  .main-title,
.trend-title {
    font-size: 8vw;
  }

  .main-description,
.trend-description,
.trend-cta-title {
    font-size: 2.1vw;
  }

  #trends-intro .main-description,
.trend-subtitle {
    font-size: 3vw;
  }

  .quote-title {
    font-size: 3.4vw;
  }

  .quote-author-image {
    width: 25vw;
  }

  .quote-author-name {
    font-size: 2.5vw;
  }

  .quote-author-position,
.quote-author-social {
    font-size: 1.4vw;
  }

  .quote-content {
    font-size: 1.7vw;
  }

  .group-quotes-note {
    font-size: 2.5vw;
    padding: 2.5vw;
  }

  .trend-circle-wrap {
    width: 30vw;
    height: 30vw;
  }

  .trend-circle-description {
    font-size: 2vw;
    padding: 15%;
  }
}
@media only screen and (max-width: 1200px) {
  .quote-title {
    font-size: 4vw;
  }

  .quote-author-image {
    width: 30vw;
  }

  .quote-author-name {
    font-size: 2.8vw;
  }

  .quote-author-position,
.quote-author-social {
    font-size: 1.6vw;
  }

  .quote-content {
    font-size: 1.9vw;
  }
}
@media only screen and (max-width: 1024px) {
  #main {
    min-height: calc(300vh - 60px);
  }

  #header {
    padding: 0 20px;
  }

  #header > .flex {
    height: 60px;
  }

  #header .logo,
#header .social {
    width: auto;
    height: auto;
    margin: auto;
  }

  #header .logo img {
    width: auto;
    height: 50px;
  }

  #header .social img {
    width: auto;
    height: 46px;
  }

  #header .social .social-icons li a {
    width: 46px;
    height: 46px;
  }

  #main-nav {
    display: none;
    width: 100%;
    padding: 0;
    overflow: hidden;
  }

  #main-nav ul li {
    position: relative;
  }

  div[class^=group-] .scroll-to-begin {
    display: none;
  }

  #intro .section-inner > .container {
    transform: translateY(-40%);
  }

  .section-mobile-tab,
#main-nav ul li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    min-height: calc((100vh - 60px) / 7);
    padding: 20px;
    padding-right: 50px;
    font-size: 26px;
    line-height: 1.2;
    font-weight: 800;
    text-decoration: none;
    text-transform: uppercase;
  }

  .section-mobile-tab:after,
#main-nav ul li a:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 8px;
    right: 20px;
    border-style: solid;
    border-width: 3px 3px 0 0;
    display: inline-block;
    width: 17px;
    height: 17px;
    margin: auto;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

  .section-mobile-tab.active:after,
#main-nav ul li a.active:after {
    top: 8px;
    bottom: 0;
    /* border-width: 0 0 3px 3px; */
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .full-screen:not(.intro),
.section:not(.intro) > .container,
.section:not(.intro) .section-inner {
    height: auto;
  }

  .section-inner {
    padding: 0 15vw;
  }

  #intro .section-inner > .container {
    z-index: 100;
  }

  .group-intro,
.group-quotes,
#trends-wrap {
    max-height: 999999999px;
    padding-top: 0;
    overflow: hidden;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

  .group-wrap {
    display: none;
  }

  .group-intro {
    position: relative;
    padding: 80px 0 160px;
  }

  .trends-intro {
    position: relative;
    padding: 80px 0;
  }

  .group-intro:after {
    content: "";
    position: absolute;
    bottom: 80px;
    left: 0;
    right: 0;
    margin: auto;
    width: 80px;
    height: 0;
    border: 4px solid currentColor;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
  }

  .group-intro .main-title-wrap,
.trends-intro .main-title-wrap {
    margin: 0 0 10px;
  }

  .group-intro .main-title,
.group-intro .main-title span,
.group-intro .main-description,
.trends-intro .main-title,
.trends-intro .main-title span,
.trends-intro .main-description {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    height: auto;
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
  }

  .group-intro .main-title.first,
.trends-intro .main-title.first {
    display: block;
  }

  .group-intro .main-title.placeholder,
.group-intro .main-title.second,
.trends-intro .main-title.placeholder,
.trends-intro .main-title.second {
    display: none;
  }

  .quote-title {
    min-height: 0;
    margin: 0;
    padding: 0;
    line-height: 1.15;
  }

  .quote-author {
    margin-top: 15%;
  }

  .quote-author-image {
    width: 36vw;
  }

  #trends-wrap {
    position: relative;
    z-index: 50;
    overflow: hidden;
    display: block;
    padding-bottom: 150px;
  }

  .trend {
    padding: 40px 0;
  }

  .trend .animated-icon {
    margin-bottom: 80px;
  }

  .trend-title {
    font-size: 100px;
    margin: 0 0 15px;
  }

  .trend-circle-wrap {
    width: 300px;
    max-width: 90%;
    height: 300px;
  }

  .trend-circle-description {
    font-size: 21px;
  }

  #trend-2 .animated-icon {
    -webkit-transform: translateX(-120%);
    -moz-transform: translateX(-120%);
    transform: translateX(-120%);
  }

  #trend-4 .animated-icon {
    -webkit-transform: translateX(120%);
    -moz-transform: translateX(120%);
    transform: translateX(120%);
  }

  #trend-lines {
    width: auto;
    height: 500px;
    left: -100vw;
  }

  #trend-lines svg {
    width: auto;
    height: 100%;
  }
}
.two-authors .quote-author-info:last-child {
  text-align: right;
}
.two-authors .quote-author-info:last-child .quote-author-name {
  text-align: right;
}
.two-authors .quote-author-info:last-child .quote-author-social {
  text-align: right;
  order: 1;
  justify-content: flex-end;
}
.two-authors .quote-author-info:last-child a {
  order: 0;
  margin-right: 10px;
}
.two-authors .quote-author-info:last-child .quote-author-social > span {
  margin-right: 0;
}

@media (max-width: 767px) {
  #back-to-top {
    display: none;
  }

  .section-inner {
    padding: 0 20px;
  }

  .main-title {
    font-size: 54px;
  }

  .main-description,
#trends-intro .main-description {
    font-size: 28px;
  }

  .mktoForm .mktoButtonRow .mktoButtonWrap {
    margin-top: 10px;
  }

  #intro .section-inner > .container {
    transform: translateY(-100%);
  }

  .quote-wrap {
    padding-bottom: 80px;
  }

  .quote-wrap {
    max-width: 480px;
    margin: auto;
  }

  .quote-title {
    font-size: 30px;
    text-align: center;
  }

  .quote-author {
    position: relative;
    margin: 0 0 15px;
  }

  .quote-author-image {
    position: relative;
    z-index: 10;
    width: 80%;
    margin: auto;
  }

  .quote-author-info-wrap {
    position: relative;
    z-index: 20;
  }

  .quote-author-name {
    position: absolute;
    z-index: 20;
    bottom: calc(100% - 15px);
    left: 0;
    right: 0;
    font-size: 50px;
  }

  .quote-author-position {
    margin-top: 10px;
  }

  .quote-author-position,
.quote-author-social {
    font-size: 18px;
  }

  .two-authors .quote-author-info-wrap {
    top: 0;
  }

  .two-authors .quote-author-info {
    position: relative;
    width: 50%;
  }

  .two-authors .quote-author-name {
    font-size: 32px;
  }

  .two-authors .quote-author-info + .quote-author-info {
    text-align: right;
  }

  .two-authors .quote-author-info:last-child .quote-author-social {
    justify-content: flex-end;
  }

  .two-authors .quote-author-position,
.two-authors .quote-author-social {
    font-size: 16px;
  }

  .quote-content {
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
  }

  .group-quotes-note {
    padding: 20px;
    margin-bottom: 70px;
    font-size: 28px;
  }

  .trend {
    padding: 30px 0;
  }

  .trend .animated-icon {
    margin-bottom: 60px;
  }

  .trend-title {
    font-size: 68px;
  }

  .trend-description,
.trend-subtitle,
.trend-cta-title {
    font-size: 28px;
  }

  #trend-2 .animated-icon {
    -webkit-transform: translateX(-65%);
    -moz-transform: translateX(-65%);
    transform: translateX(-65%);
  }

  #trend-4 .animated-icon {
    -webkit-transform: translateX(65%);
    -moz-transform: translateX(65%);
    transform: translateX(65%);
  }

  .trend-cta-title {
    margin-bottom: 50px;
  }

  .trend-form-wrap {
    margin-bottom: 65px;
  }

  .mktoForm .mktoFormRow:nth-child(2) {
    width: 100%;
    margin-right: 0;
  }

  .mktoForm .mktoButtonRow {
    width: 100% !important;
    margin-bottom: 10px;
  }

  .social-icons li a {
    width: 63px;
    height: 63px;
  }
}
@media only screen and (max-width: 480px) {
  #trend-7 {
    padding-bottom: 150px;
  }

  .group-intro {
    position: relative;
    padding: 50px 0 100px;
  }

  .trends-intro {
    position: relative;
    padding: 50px 0;
  }

  .group-intro:after {
    bottom: 50px;
    left: 20px;
    right: auto;
    width: 50px;
    border: 3px solid currentColor;
  }

  .group-intro .main-title,
.group-intro .main-description,
.trends-intro .main-title,
.trends-intro .main-description {
    text-align: initial;
  }

  .quote-wrap {
    padding-bottom: 65px;
  }

  .quote-title {
    text-align: initial;
  }

  .quote-author-image {
    width: auto;
    padding: 0 15px;
  }

  .two-authors .quote-author-name {
    /*font-size: 20px;*/
    font-size: 32px;
    line-height: 34px;
  }

  .two-authors .quote-author-position,
.two-authors .quote-author-social {
    font-size: 16px;
  }

  #trend-2 .animated-icon {
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  #trend-4 .animated-icon {
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    transform: translateX(50%);
  }

  .trend-cta-title {
    margin-bottom: 30px;
  }

  .trend-form-fields {
    margin: 0;
  }

  .trend-form-input-wrap {
    width: 100%;
    padding: 12px 0;
  }

  #trend-lines {
    height: 110vw;
    left: -275vw;
  }
}
.animated-icon {
  display: block;
}

.animated-icon.circles {
  width: 320px;
  /* height: 90px; */
  height: auto;
}

.animated-icon.lines {
  width: 160px;
  /* height: 60px; */
  height: auto;
}

.animated-icon.percent {
  width: 175px;
  /* height: 115px; */
  height: auto;
}

.shape {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}

.shape.blue-square {
  width: 87px;
  height: 87px;
  background-image: url("./../img/blue-square.svg");
}

.shape.blue-circle-o {
  width: 156px;
  height: 156px;
  background-image: url("./../img/blue-circle-o.svg");
}

.shape.green-circle {
  width: 56px;
  height: 56px;
  background-image: url("./../img/green-circle.svg");
}

.shape.orange-quotes {
  width: 159px;
  height: 107px;
  background-image: url("./../img/orange-quotes.svg");
}

.shape.purple-circle-o {
  width: 99px;
  height: 99px;
  background-image: url("./../img/purple-circle-o.svg");
}

.shape.blue-circle-full {
  width: 90px;
  height: 156px;
  background-image: url("./../img/purple-circle-full.svg");
}

.shape.blue-rectangle {
  width: 98px;
  height: 98px;
  background-image: url("./../img/blue-rectangle.svg");
}

.intro .shape,
#group-1-intro .shape,
#group-2-intro .shape,
#group-3-intro .shape,
#group-4-intro .shape,
#group-5-intro .shape {
  position: absolute;
}

.intro .shape.blue-square {
  left: -30px;
}

.intro .shape.green-circle {
  z-index: 10;
  bottom: 45px;
  left: 40px;
}

.intro .shape.blue-circle-o {
  z-index: 20;
  left: -60px;
}

.intro .shape.purple-circle-o {
  z-index: 10;
  right: 117px;
}

.intro .shape.orange-quotes {
  z-index: 20;
  bottom: calc(15% + 58px);
  right: 15px;
}

.group-intro .shape.blue-circle-full {
  z-index: 20;
  bottom: calc(55% + 58px);
  left: 0;
}

.group-intro .shape.blue-rectangle {
  z-index: 20;
  bottom: calc(15% + 58px);
  right: -15px;
}

.group-quotes .icon {
  position: absolute;
}

.group-quotes .icon-shape-ball-full {
  width: 136px;
  height: 136px;
  left: 10vw;
  top: 10%;
}

.group-quotes .icon-shape-quotes {
  width: 136px;
  height: 92px;
  left: calc(10vw - 90px);
  top: calc(10% + 100px);
}

.group-quotes .icon-rectangle {
  width: 105px;
  height: 105px;
  left: 0;
  top: 35%;
  z-index: 0;
}

.group-quotes .icon-circle {
  width: 99px;
  height: 99px;
  right: 0;
  top: 55%;
}

.group-quotes .icon-brocken-circle {
  width: 99px;
  height: 99px;
  right: 20vw;
  top: 60%;
}

.group-quotes .icon-shape-quotes-2 {
  width: 99px;
  height: 99px;
  right: -10px;
  top: 76%;
}

.group-quotes .icon-circle-empty {
  width: 99px;
  height: 99px;
  left: 20vw;
  top: 80%;
}

@media only screen and (max-width: 1440px) {
  .animated-icon.circles {
    right: 3vw;
    width: 18vw;
  }

  .animated-icon.lines {
    width: 10vw;
  }

  .animated-icon.percent {
    width: 11vw;
  }
}
@media only screen and (max-width: 1024px) {
  .animated-icon {
    height: auto;
    margin: auto;
    right: auto;
    left: auto;
  }

  .animated-icon.circles {
    width: 260px;
  }

  .animated-icon.percent,
.animated-icon.lines {
    width: 140px;
  }

  .group-quotes .icon {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .intro .shape.orange-quotes {
    bottom: calc(58% + 58px);
    right: -5px;
    width: 70px;
  }

  .intro .shape.blue-circle-o {
    bottom: calc(58% + 58px);
    left: -10px;
    width: 70px;
  }
}
.mktoForm {
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  width: 100% !important;
  flex-flow: wrap;
  transition: all 0.3s cubic-bezier(0.3, 0.34, 0.85, 0.96);
  margin-bottom: 40px;
}

.mktoForm .mktoFieldWrap,
.mktoForm .mktoFormCol,
.mktoForm span {
  width: 100%;
  position: relative;
}

.mktoForm .mktoRequiredField label.mktoLabel {
  font-weight: 400 !important;
}

.mktoForm .mktoRequiredField label.mktoLabel {
  font-size: 16px;
  font-family: "Gilroy" !important;
  top: -10px !important;
  position: relative;
}
.mktoForm .mktoRequiredField label.mktoLabel .mktoAsterix {
  color: #fff;
}

.mktoForm .mktoFormRow:nth-child(2) {
  order: 1;
  width: calc(70% - 24px);
  margin-right: 24px;
}

.mktoForm .mktoButtonRow {
  order: 2;
  width: 30%;
  display: flex;
  align-items: flex-end;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .mktoForm .mktoFormRow:nth-child(2) {
    width: 100%;
    margin-right: 0;
  }
}
.form-success {
  display: flex;
  flex-direction: column;
}

.mktoForm .mktoFormRow:nth-child(3) {
  order: 3;
  max-width: 100%;
}
@media only screen and (max-width: 1024px) {
  .mktoForm .mktoFormRow:nth-child(3) {
    margin-top: 10px;
  }
}

.mktoForm .mktoButtonRow .mktoButtonWrap {
  margin-left: 0 !important;
  height: 57px !important;
}

.mktoForm .mktoRequiredField label.mktoLabel {
  font-family: "Gilroy";
}

.mktoForm input[type=email] {
  height: 56px !important;
}

.mktoForm .mktoButtonRow,
.mktoForm .mktoHtmlText,
.mktoForm .mktoFieldWrap,
.mktoForm .mktoFormRow {
  opacity: 1;
  color: #fff;
  max-width: 100%;
}

.mktoForm .mktoHtmlText {
  text-align: center;
}

.mktoForm .mktoHtmlText span {
  font-size: 14px;
  line-height: 22px;
}

.mktoForm .mktoHtmlText a {
  padding: 0;
}

.mktoForm .mktoAsterix {
  display: none;
}

.mktoForm fieldset {
  display: initial;
}

.mktoForm .mktoFieldWrap label {
  background: #220d4e;
  color: #fff;
  font-size: 12px;
  padding: 0 10px;
  line-height: 1;
  font-weight: normal;
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  text-align: left;
  width: auto !important;
  max-width: calc(100% - 20px);
  white-space: normal;
}

.mktoForm .mktoFieldWrap .mktoError {
  text-align: left;
  left: 0;
  color: #f37;
  padding: 3px 0;
  font-size: 12px;
  line-height: 1.8px;
  bottom: -30px !important;
}

.mktoForm .mktoError .mktoErrorMsg {
  background-color: #220d4e !important;
  background-image: none !important;
  border: 0 !important;
  border-top-width: 0px;
  border-top-width: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  color: #ff3377 !important;
  width: 500px !important;
  max-width: 270px !important;
  display: flex !important;
  white-space: pre;
}

.mktoForm .mktoError .mktoErrorArrow {
  display: none !important;
}

.mktoForm input:not([type=checkbox]) {
  color: #514b5f;
  transition: border 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  width: 100% !important;
  font-size: 16px !important;
  line-height: 26px !important;
  padding: 10px 17px;
  border-radius: 8px;
  border: 1px solid #e5e6ec;
  box-shadow: 0 1px 2px rgba(0, 51, 99, 0.08);
}

.mktoForm input[type=email] {
  text-indent: 20px;
  height: 56px !important;
}

.mktoForm input:not([type=checkbox]).mktoInvalid {
  border-color: #ff6e6e;
}

.mktoForm input:not([type=checkbox]).mktoInvalid:focus {
  border-color: #00c2ff;
}

.mktoForm input:not([type=checkbox]):-ms-input-placeholder {
  color: #c6c1d2;
}

.mktoForm input:not([type=checkbox])::placeholder {
  color: #c6c1d2;
}

.mktoForm input:not([type=checkbox]):focus {
  outline: none;
  border-color: #e5e6ec;
}

.mktoForm input:not([type=checkbox]):focus.mktoInvalid {
  border-color: #c6c1d2;
}

.mktoForm input:not([type=checkbox]):focus + label {
  width: auto !important;
  z-index: 1;
  opacity: 1;
  background-color: #fff;
  color: #a4a0ab;
  top: -10px;
  left: 10px;
  padding: 0 8px;
  font-size: 1.2rem;
  line-height: 2.1rem;
}

.mktoForm input:not(:placeholder-shown):not([type=checkbox]) + label {
  width: auto !important;
  z-index: 1;
  opacity: 1;
  background-color: #fff;
  top: -10px;
  left: 10px;
  padding: 0 8px;
  color: #a4a0ab;
  font-size: 1.2rem;
  line-height: 2.1rem;
}

.mktoForm .mktoButtonWrap.mktoSimple .mktoButton {
  background-image: none !important;
  outline: none;
  text-align: center;
  font-family: "Gilroy", Futura, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
  line-height: 1.5 !important;
  border-radius: 8px;
  height: 56px;
  padding: 0 15px !important;
  border: 2px solid !important;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 51, 99, 0.08);
  -moz-box-shadow: 0px 1px 2px rgba(0, 51, 99, 0.08);
  box-shadow: 0px 1px 2px rgba(0, 51, 99, 0.08);
  background-color: #220d4e !important;
  font-size: 16px !important;
  width: 100%;
}

.mktoForm button[type=submit]:hover {
  text-decoration: none;
  box-shadow: none;
  background-color: #220d4e;
  border-color: #220d4e;
  outline: none;
}

@media only screen and (max-width: 1024px) {
  #trends-wrap > .section-mobile-tab {
    border-bottom: 2px solid #9b6bff;
  }
}
.form-success {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.form-success h2 {
  font-size: 28px;
  margin-bottom: 15px;
}
.form-success a {
  font-size: 20px;
  padding: 15px 30px;
  border: 1px solid #fff;
  border-radius: 8px;
  text-decoration: none;
}
@media only screen and (max-width: 1024px) {
  .form-success a {
    width: 100%;
  }
}

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