:root {
  --dark: #2e2a27;
  --light: #e8e2da;
  --color1: #e9e4d7;
  --color-5: #8a4537;
  --color-2: #ab8f8f;
  --color-3: #cd9d88;
  --color-4: #956f67;
  --transparent: transparent;
  --darg-gray: #313131;
  --font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

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

body {
  background-color: var(--dark);
  color: var(--light);
  font-family: Monotype helvetica now display, sans-serif;
  font-size: 1vw;
  font-weight: 500;
  line-height: 1.6;
}

h1 {
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12.08em;
  font-weight: 700;
  line-height: .8;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.3em;
  font-weight: 700;
  line-height: 1.4;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.7em;
  font-weight: 700;
  line-height: 1.4;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.3em;
  font-weight: 700;
  line-height: 1.4;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.4;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: .85em;
  font-weight: 700;
  line-height: 1.4;
}

p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1em;
}

a {
  font-size: 1em;
  text-decoration: none;
}

blockquote {
  border-left: .4em solid #e2e2e2;
  margin-bottom: 1em;
  padding: 1em 2em;
  font-size: 140%;
  line-height: 1.6;
}

.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 2.08em;
}

.container.is--nav {
  justify-content: space-between;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.container.is--header {
  text-align: center;
  padding-top: 8.78em;
  padding-bottom: 0;
}

.container.is--categories {
  padding-top: 6.18em;
  padding-bottom: 6.18em;
}

.container.is--grid {
  padding-bottom: 0;
}

.html {
  width: 0;
  height: 0;
  position: fixed;
  inset: 0% 0% auto;
  overflow: hidden;
}

.section.is--nav {
  z-index: 1000;
  background-color: var(--dark);
  margin-top: -1px;
  position: sticky;
  top: 0;
}

.section.is--hero {
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.section.is--grid {
  z-index: 1;
  position: relative;
}

.section.is--catories {
  z-index: 2;
  position: relative;
}

.nav_side {
  z-index: 2;
  text-transform: uppercase;
  width: 19em;
  position: relative;
}

.nav_side.is--right {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.nav_logo {
  width: 11.61em;
  position: absolute;
}

.nav_logo-img {
  width: 100%;
}

.nav_link {
  text-transform: uppercase;
  padding-right: .89em;
}

.nav_link:hover {
  text-decoration: underline;
}

.hero_img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.nav_top {
  z-index: 1;
  border-bottom: 1px solid var(--light);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: 6em;
  padding-top: 2.08em;
  padding-bottom: 2.08em;
  display: flex;
  position: relative;
}

.header_text-move.is--last {
  padding-bottom: 2.4em;
}

.header_text-wrap {
  position: relative;
  overflow: hidden;
}

.is--alt-text {
  font-family: Monotype helvetica now display lt it, sans-serif;
  font-weight: 400;
}

.sticky-circle {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding-top: 6em;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.sticky-circle_element {
  border-radius: 35em;
  justify-content: center;
  align-items: center;
  width: 35em;
  height: 35em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.sticky-circle_img {
  object-fit: cover;
  width: 100vw;
  min-width: 100vw;
  max-width: none;
  height: 100vh;
  min-height: 100vh;
  position: relative;
}

.sticky-circle_wrap {
  height: 300vh;
}

.categories {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 82em;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.categories_link {
  border-radius: 100vw;
  margin: .4em;
  padding: .6em 1.82em;
  position: relative;
}

.categories_link-text {
  z-index: 2;
  font-size: 3.96em;
  line-height: .8;
  position: relative;
}

.categories_border {
  z-index: 1;
  border: 1px solid var(--light);
  opacity: .35;
  border-radius: 100vw;
  position: absolute;
  inset: 0%;
}

.grid_img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.grid_item {
  padding: .36em;
}

.grid_element {
  width: 100%;
  padding-top: 131%;
  position: relative;
}

.grid_list {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 3.6em;
  display: flex;
}

.grid_wrapper {
  z-index: 2;
  position: relative;
}

.grid_wrapper.is--alt {
  padding-bottom: 23.7em;
}

.grid_text-wrap {
  z-index: 1;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 100vh;
  margin-top: -50vh;
  padding-bottom: 2.08em;
  display: flex;
  position: sticky;
  top: 0;
}

.grid_text-title {
  letter-spacing: -.04em;
  font-size: 21.88em;
  font-weight: 700;
  line-height: .8;
  position: relative;
}

.nav_logo-contain {
  z-index: 1;
  justify-content: center;
  align-items: center;
  font-size: 2vw;
  font-weight: 700;
  display: flex;
  position: absolute;
  inset: 0%;
}

.grid_text-list {
  margin-left: -.5em;
  position: relative;
}

.grid_text-item {
  opacity: 0;
  font-size: 1em;
  transition: opacity .1s;
  position: absolute;
  inset: auto auto 0% 0%;
}

.section-typo-zoom-in {
  background-color: var(--color1);
  color: #000;
  background-image: url('../images/noise2.webp');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  height: 300vh;
  margin-bottom: -2px;
}

.typo-zoom-sticky {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
}

.typo-zoom-sticky-inner {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.typo-zoom-text-wrapper {
  width: 50vw;
}

.typo-zoom-text {
  width: 100%;
  height: 100%;
  font-family: Changa One, Impact, sans-serif;
  font-size: 21vw;
  overflow: hidden;
}

.typo-zoom-text-image {
  width: 100%;
}

.section-2 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-2.stairs {
  position: fixed;
  inset: 0% 0% auto -20vw;
}

.first-line-new {
  background-image: linear-gradient(#57200014, #57200000);
  height: 7vw;
  overflow: hidden;
  transform: rotate(-30deg)skew(30deg);
}

.stair-heading {
  letter-spacing: -.06em;
  text-transform: uppercase;
  margin-left: 20vw;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 7vw;
  font-weight: 700;
  line-height: 1em;
}

.stair-heading.second {
  margin-top: -7vw;
}

.stair-heading.third {
  margin-top: -14vw;
}

.second-line-new {
  background-image: linear-gradient(#5720001f, #57200047);
  height: 7vw;
  overflow: hidden;
  transform: rotate(-30deg)skew(-30deg)translate(4vw, .9vw);
}

.third-line-new {
  background-image: linear-gradient(#57200029, #57200000);
  height: 7vw;
  overflow: hidden;
  transform: rotate(-30deg)skew(30deg)translate(6vw, 1.76vw);
}

.navbar-logo-center-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container.shadow-three {
  width: 100%;
  max-width: 1140px;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper-three {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-brand-three {
  z-index: 5;
  position: absolute;
}

.nav-menu-wrapper-three {
  width: 100%;
}

.nav-menu-three {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-menu-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.home_projects {
  padding-top: 8em;
  padding-bottom: 8em;
}

.is-companyblogs-animation {
  width: 21em;
}

.is-social_animation {
  width: 17em;
}

.is-naming-animation {
  width: 18em;
}

.grid_item-2 {
  flex-direction: column;
  flex: 0 auto;
  align-self: auto;
  align-items: stretch;
  padding-left: 1.5em;
  padding-right: 1.5em;
  display: flex;
}

.grid_item-2.is-marketingcontent {
  justify-content: flex-start;
  align-items: center;
  width: 33.33%;
  height: 30em;
}

.grid_item-2.is-funny {
  justify-content: flex-end;
  align-items: center;
  width: 33.33%;
}

.grid_item-2.is-paidadcopy {
  justify-content: center;
  align-items: flex-end;
  width: 33.33%;
}

.grid_item-2.is-social {
  justify-content: flex-start;
  align-items: center;
  width: 33.33%;
  height: 26em;
}

.grid_item-2.is-naming {
  justify-content: flex-end;
  align-items: center;
  width: 33.33%;
  height: 30em;
  transform: rotate(12deg);
}

.grid_item-2.is-editorial {
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 33.33%;
  height: 30em;
}

.grid_item-2.about_text_container {
  width: 70%;
  padding: 7em;
}

.grid_item-2.about_picture {
  justify-content: center;
  align-items: center;
  width: 30%;
  height: 27em;
  padding-left: 0;
  padding-right: 0;
  transition: transform .2s;
  display: flex;
  position: static;
  overflow: visible;
  transform: rotate(-8deg);
}

.grid_item-2.about_picture:hover {
  transform: scale(1.2)rotate(0);
}

.grid_item-2.footer_contact {
  border-right: .2em solid #222;
  flex-direction: row;
  justify-content: center;
  align-self: stretch;
  width: 60%;
  padding: 2em;
}

.grid_item-2.footer_social, .grid_item-2.footer_navigation {
  width: 20%;
  padding: 2em;
}

.project_link {
  color: #181c52ad;
  text-align: center;
  text-decoration: none;
}

.container-3 {
  max-width: 72em;
}

.container-3.container_projects {
  max-width: 80em;
}

.grid {
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
  display: flex;
}

.grid.about_container {
  justify-content: center;
  position: relative;
}

.grid.footer_grid {
  background-color: #f8eeec;
}

.is-funny_animation {
  width: 15em;
}

.is-projecttext {
  color: #181c52;
  text-align: center;
  margin-top: .5em;
  font-weight: 500;
}

.is-paidadcopy-animation {
  width: 20em;
}

.is-marketingcontent_animation {
  width: 22em;
}

.home_hero_intro {
  color: var(--color-5);
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  font-family: Monotype helvetica now display lt it, sans-serif;
  font-size: 3em;
  font-weight: 900;
  display: flex;
}

.stars-6 {
  width: 10%;
  position: absolute;
  top: 21%;
  left: 5%;
}

.hero {
  z-index: 1;
  color: #f8eeec;
  text-align: center;
  padding-top: 15em;
  padding-bottom: 6em;
  position: relative;
}

.container-4 {
  max-width: 72em;
}

.stars-7 {
  width: 10%;
  position: absolute;
  bottom: -12%;
  left: 12%;
}

.home_hero_copy {
  color: var(--dark);
  font-family: Monotype helvetica now display, sans-serif;
  font-size: 5em;
  line-height: 1;
}

.stars-4 {
  width: 10%;
  position: absolute;
  bottom: -14%;
  right: 14%;
}

.stars-5 {
  width: 10%;
  position: absolute;
  top: 21%;
  right: 5%;
}

.lottiecontainerstyle {
  width: 250px;
  height: 250px;
}

.stars-3 {
  width: 10em;
  position: absolute;
  inset: auto 16% 62% auto;
}

.ur-so-cute {
  z-index: 1;
  width: 12em;
  height: auto;
  position: absolute;
  top: 17%;
  left: 57%;
  overflow: visible;
}

.about {
  background-color: #f8eeec;
  border-top: .2em solid #222;
  padding-top: 8em;
  padding-bottom: 8em;
  position: relative;
}

.about_heading {
  color: #e85c3b;
  margin-bottom: .1em;
  font-size: 4em;
  font-weight: 900;
}

.about_animation {
  background-color: #fff;
  border: .2em solid #000;
  align-self: stretch;
  align-items: flex-start;
  width: 100%;
  height: auto;
  display: flex;
}

.isnt-she-cute {
  width: 16em;
  position: absolute;
  inset: auto auto 23% 25%;
}

.stars-2 {
  width: 9em;
  position: absolute;
  inset: 5% auto auto 5%;
}

.contact_item {
  flex-direction: column;
  justify-content: center;
  width: 70%;
  display: flex;
}

.footer_heading {
  color: #222;
  margin-bottom: 0;
  font-weight: 900;
}

.email_item {
  flex-direction: row;
  justify-content: center;
  align-self: center;
  align-items: flex-end;
  width: 30%;
  display: flex;
}

.footer {
  background-color: #f8eeec;
}

.looping_image {
  align-self: center;
  width: 1.5em;
  height: 1.5em;
}

.button_arrow {
  float: right;
  margin-left: 1rem;
  margin-right: 1rem;
  font-size: 2em;
  line-height: 1;
  display: inline-block;
}

.grid_item_50 {
  align-self: flex-start;
  width: 50%;
  padding-top: .5em;
  padding-bottom: .5em;
}

.grid_item_50.copyright {
  border-top: .2em solid #222;
  border-right: .2em solid #222;
}

.grid_item_50.colophon {
  border-top: .2em solid #222;
  align-self: stretch;
  font-size: 1em;
}

.looping_container {
  background-color: #c58bf1;
  border-top: .2em solid #222;
  border-bottom: .2em solid #222;
  width: 100%;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  overflow: hidden;
  transform: rotate(0);
}

.footer_subheading {
  margin-bottom: 1em;
}

.looping_container_inner {
  flex-flow: row;
  align-items: center;
  display: flex;
  transform: rotate(0);
}

.button_text {
  float: left;
  flex: 0 auto;
  margin-top: .2em;
  font-size: 1.5em;
  display: inline-block;
}

.looping_text {
  color: #222;
  text-transform: uppercase;
  white-space: nowrap;
  align-self: center;
  margin-left: 1em;
  margin-right: 1em;
  font-size: 1.5em;
  font-weight: 900;
  line-height: 1;
  display: inline-block;
}

.colophon_link {
  color: #222;
}

.button {
  color: #222;
  cursor: pointer;
  background-color: #ff6541;
  border: .2em solid #000;
  border-radius: 500px;
  place-content: space-around center;
  align-self: flex-start;
  align-items: center;
  padding: 1em .8em;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
  transition: all .15s ease-in-out;
  display: inline-block;
}

.button:hover {
  transform: translate(-8px, -8px);
  box-shadow: 6px 6px #222;
}

.button:active {
  box-shadow: none;
  transform: translate(0);
}

.footer_link {
  color: #222;
  font-size: 1.25em;
  text-decoration: none;
  transition: color .15s ease-in-out;
}

.footer_link:hover {
  color: #ff6541;
}

.footer_ending {
  text-align: center;
  background-color: #ff6541;
  justify-content: space-between;
  display: flex;
}

.loading_container {
  z-index: 99999;
  background-color: #f8eeec;
  border-bottom: 4px solid #222;
  justify-content: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.loading_animation {
  align-self: center;
  width: 60%;
}

.sticky-wrap {
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.media-wrapper {
  width: 100%;
  height: 61.8034%;
  position: relative;
  inset: 0% 0% auto;
}

.content-wrapper {
  flex: 1;
  width: 100%;
  padding: 2rem;
  position: relative;
}

.grow-background {
  z-index: 0;
  background-color: #f5f5f5;
  height: 0%;
  position: absolute;
  inset: auto 0% 0%;
}

.description {
  opacity: .75;
  color: #1d1d1f;
  letter-spacing: -.025em;
  margin-top: 1.5rem;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
}

.full-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.scroll-inner {
  align-items: flex-end;
  width: 300vw;
  height: 100%;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.scroll-card {
  background-color: #fff;
  border: .0625rem solid #83838329;
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
  flex-direction: column;
  flex: 1;
  align-items: center;
  width: 30vw;
  height: 80%;
  min-height: 32rem;
  margin-left: 1rem;
  margin-right: 1rem;
  display: flex;
  position: relative;
  bottom: -5%;
  overflow: hidden;
}

.heading {
  color: #1d1d1f;
  letter-spacing: -.025em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.2;
}

.text-wrapper {
  z-index: 1;
  position: relative;
}

.sticky-container {
  width: 100%;
  height: 600vw;
  display: flex;
  position: relative;
}

.how-it-works_fade-overlay-top {
  z-index: 1;
  background-image: linear-gradient(#fff, #fff0);
  width: 100%;
  height: 6rem;
  position: absolute;
  inset: 0% 0% auto;
}

.text-size-large {
  font-size: 1.25rem;
}

.steps_image {
  object-fit: cover;
  height: 20rem;
}

.how-it-works_progress {
  z-index: -2;
  background-color: #f4c939;
  width: 3px;
  height: 100%;
  position: absolute;
}

.text-color-blue {
  color: #010d3c;
}

.margin-bottom, .margin-bottom.margin-xlarge, .margin-bottom.margin-xxsmall, .margin-bottom.margin-xxlarge, .margin-bottom.margin-xsmall {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.how-it-works_circle {
  background-image: url('../images/DesignMonkeyLogoMark2-2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 100%;
  width: 4rem;
  height: 4rem;
  position: sticky;
  top: 50vh;
  box-shadow: 0 0 0 8px #fff;
}

.container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.how-it-works_fade-overlay-bottom {
  z-index: 1;
  background-image: linear-gradient(to top, #fff, #fff0);
  width: 100%;
  height: 6rem;
  position: absolute;
  inset: auto 0% 0%;
}

.how-it-works_timeline {
  z-index: -3;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.how-it-works_item {
  z-index: 2;
  grid-template-rows: auto;
  grid-template-columns: 1fr 12rem 1fr;
  grid-auto-columns: 1fr;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: grid;
  position: relative;
}

.how-it-works_heading {
  background-color: #fff;
}

.how-it-works_centre {
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.padding-global {
  padding-left: 5%;
  padding-right: 5%;
}

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

.padding-section-large {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.padding-section-large.xl {
  padding-top: 15.2rem;
  padding-bottom: 8rem;
}

.how-it-works_progress-bar {
  z-index: -1;
  background-color: #010d3c;
  width: 3px;
  height: 50vh;
  position: fixed;
  top: 0;
  bottom: 50vh;
}

.section_how-it-works {
  z-index: -3;
  position: relative;
}

.how-it-works_date-text {
  text-align: right;
}

.how-it-works_image-wrapper {
  overflow: hidden;
}

.how-it-works_layout {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.text-size-medium {
  font-size: 1.125rem;
}

.why-reel-pay_mobile-image {
  width: 100%;
  position: absolute;
}

.why-reel-pay_content-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.why-reel-pay_mobile-image-wrapper {
  display: none;
}

.why-reel-pay_desktop-image-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.why-reel-pay_content {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  display: flex;
}

.why-reel-pay_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
  position: relative;
}

.why-reel-pay_image {
  width: 100%;
  position: absolute;
}

.background-holder {
  z-index: -999;
  opacity: 0;
  position: relative;
}

.background-layer {
  z-index: -1;
  width: 100vw;
  height: 100vh;
  position: fixed;
  inset: 0%;
}

.background-layer.background-color-1 {
  background-color: var(--color-2);
}

.background-layer.background-color-2 {
  background-color: var(--color-3);
}

.background-layer.background-color-3 {
  background-color: var(--color-4);
}

.footer_link-category {
  border-bottom: .125rem solid #1f1f30;
  margin-bottom: .5rem;
  font-size: 1.25rem;
  font-weight: 500;
  text-decoration: none;
}

.footer_social-list {
  grid-column-gap: .75rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  place-items: start;
  display: grid;
}

.padding-vertical, .padding-vertical.padding-xxlarge {
  padding-left: 0;
  padding-right: 0;
}

.image {
  width: 8rem;
}

.footer_top-wrapper {
  grid-column-gap: 4vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  align-items: start;
}

.footer_bottom-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer_social-link {
  align-items: center;
  font-size: .875rem;
  text-decoration: none;
  display: flex;
}

.footer_legal-link {
  font-size: .875rem;
  font-weight: 500;
  text-decoration: none;
}

.footer_logo-link {
  float: none;
  padding-left: 0;
}

.footer_menu-wrapper {
  grid-column-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
}

.footer_link-list {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: flex-start start;
  display: flex;
}

.line-divider {
  background-color: #fff;
  width: 100%;
  height: .125rem;
}

.footer_legal-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: grid;
}

.social-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.padding-bottom, .padding-bottom.padding-xxlarge {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.text-size-small {
  font-size: .875rem;
}

.icon-embed-xsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.footer_credit-text {
  font-size: .875rem;
}

.footer_link-2 {
  padding-top: .5rem;
  padding-bottom: .5rem;
  text-decoration: none;
}

.padding-top, .padding-top.padding-medium {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.footer_component {
  color: #fff;
  background-color: #1f1f30;
  border-top: .125rem #4d68eb;
}

.features_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.reporting-illustration {
  position: absolute;
}

.integration-illustration {
  position: absolute;
  inset: auto 0% 0% auto;
}

.features_content {
  border: .0625rem solid #1f1f30;
  border-radius: .9375rem;
  padding: 2rem;
  position: relative;
  overflow: hidden;
}

.features_content.background-color-black {
  overflow: hidden;
}

.features_content.background-color-black.is-tall {
  height: 100%;
  overflow: visible;
}

.features_content.background-color-white {
  min-height: 20rem;
}

.features_content.background-color-blue {
  min-height: 30rem;
}

.notification-illustration {
  position: absolute;
  inset: auto auto 10% -16%;
}

.life-time-value-illustration {
  position: absolute;
  inset: auto auto 0% 25%;
}

.facts_item-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.facts_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  border-radius: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  padding: 2rem;
  display: grid;
  box-shadow: 6px 6px 0 3px #1f1f30;
}

.facts_component.background-color-blue {
  position: relative;
  overflow: hidden;
  box-shadow: 2px 2px 0 2px #1f1f30;
}

.heading-style-h2 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-style-h2.text-color-blue {
  color: #15357a;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-top.margin-medium {
  margin: 20px 0 0;
}

.margin-top.margin-xxlarge {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.button-group.is-center {
  justify-content: center;
}

.mission_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.button-2 {
  color: #fff;
  text-align: center;
  background-color: #000;
  border: .0625rem solid #000;
  border-radius: 30rem;
  padding: .75rem 1.5rem;
  transition: all .35s cubic-bezier(.39, .575, .565, 1);
  box-shadow: 2px 2px 0 2px #4d68eb;
}

.button-2:hover {
  box-shadow: 0 0 #4d68eb;
}

.button-2.is-alternate {
  color: #1f1f30;
  background-color: #fff;
  box-shadow: 2px 2px 0 2px #1f1f30;
}

.button-2.is-alternate:hover {
  box-shadow: 0 0 #1f1f30;
}

.button-2.is-secondary {
  color: #1f1f30;
  background-color: #0000;
}

.additional-features_item {
  background-color: #fff;
  border: .0625rem solid #1f1f30;
  border-radius: .625rem;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 2rem;
}

.additional-features_item.background-color-blue {
  background-color: #4d68eb;
}

.heading-medium {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.icon-embed-medium {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.additional-features_component {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.faq_answer {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  overflow: hidden;
}

.max-width-medium {
  width: 100%;
  max-width: 35rem;
}

.max-width-medium.align-center {
  margin-left: auto;
  margin-right: auto;
}

.faq_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: start stretch;
  display: grid;
}

.faq_question {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 1.5rem;
  display: flex;
}

.icon-embed-small {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.faq_accordion {
  border: .0625rem solid #fff;
  border-radius: .625rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.slider_title-wrapper {
  margin-bottom: .5rem;
}

.icon-1x1-small {
  width: 2rem;
  height: 2rem;
  padding: 3px;
}

.icon-1x1-small.rotate {
  transform: rotate(180deg);
}

.slider_heading-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: end;
  display: grid;
}

.heading-style-h5 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.slider_item-link {
  background-color: var(--color-3);
  color: #fff;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  min-height: 32rem;
  text-decoration: none;
  display: flex;
}

.slider_item-link.is-orange {
  background-color: var(--color-2);
}

.slider_item-link.is-green {
  background-color: var(--color-4);
}

.slider_item-link.is-dark-blue {
  background-color: var(--dark);
}

.slider_item-link.is-purple {
  background-color: var(--color-5);
}

.slider_image-wrapper {
  width: 100%;
  padding-top: 66%;
  position: relative;
  overflow: hidden;
}

.slider_component {
  background-color: #0000;
  height: auto;
  padding-bottom: 8rem;
  position: relative;
}

.slider_slide-nav {
  color: var(--color-4);
  height: 1.75rem;
  font-size: .5rem;
  inset: auto auto 0% 0%;
}

.slide_arrow {
  background-color: #fff;
  border: 1px solid #2c71f0;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  margin-left: 23px;
  display: flex;
  inset: -22% 0% auto auto;
}

.slider_heading {
  flex: 1;
}

.text-size-medium-2 {
  font-size: 1.25rem;
  font-weight: 300;
}

.max-width-large-2 {
  width: 100%;
  max-width: 60rem;
}

.slider_image {
  object-fit: contain;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  padding-top: 14px;
  padding-bottom: 14px;
  position: absolute;
  inset: 0%;
}

.text-color-white {
  color: #fff;
}

.is-secondary {
  color: #2c71f0;
  background-color: #eaf1fe;
  border-style: solid;
  border-color: #2c71f0;
  margin-right: 1rem;
  padding: .25rem 1rem;
}

.is-secondary:hover {
  background-color: #eaf1fe;
}

.slider_mask {
  width: 33.33%;
  overflow: visible;
}

.slider_slide {
  padding-right: 2rem;
}

.slider_button-wrapper {
  margin-top: 1.5rem;
  display: flex;
}

.slider_button-row {
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.slider_button-row.show-mobile-landscape {
  display: none;
}

.section_slider {
  overflow: hidden;
}

.slide_arrow-copy {
  background-color: #fff;
  border: 1px solid #2c71f0;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  margin-left: 23px;
  display: flex;
  inset: -22% 0% auto auto;
}

.slide_arrow-copy.left {
  background-color: #fff;
  margin-right: 40px;
  right: 4rem;
}

.slide_arrow-copy.left.ghost {
  opacity: .49;
  background-color: #eaf1fe;
  border-radius: 100%;
  position: absolute;
}

.slide_arrow-copy.ghost {
  opacity: .5;
  background-color: #eaf1fe;
  position: absolute;
}

.button-3 {
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #2c71f0;
  border: 1px #000;
  border-radius: 100rem;
  padding: 1.05rem 1.5rem;
  font-size: 1rem;
  transition: background-color .525s;
}

.button-3:hover {
  background-color: #2f5edd;
}

.button-3.w--current {
  background-color: #2c71f0;
}

.button-3.is-link {
  color: #15357a;
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button-3.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.button-3.slide {
  display: none;
}

.slider_item-content {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding: 1.5rem;
  display: flex;
}

.faq_section-title {
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: flex-start;
  max-width: 32rem;
  display: flex;
  position: sticky;
  top: 25%;
}

.faq_answer-2 {
  z-index: 1;
  position: relative;
  overflow: hidden;
}

.graphic_faq {
  max-width: 53rem;
  position: absolute;
  top: -169%;
  left: -24%;
}

.faq_bg {
  z-index: -1;
  position: absolute;
  inset: 0%;
}

.faq_expand-icon {
  background-color: #0b0d011f;
  border-radius: .75rem;
  justify-content: center;
  align-self: center;
  align-items: center;
  padding: .5rem;
  display: flex;
}

.text-style-callout {
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1;
}

.faq_item {
  border-bottom: .0625rem solid #0b0d011f;
}

.faq_item.last-child {
  border: 1px #000;
}

.section-home-faq {
  background-color: var(--transparent);
  padding-top: 165px;
  position: relative;
}

.page-padding {
  z-index: 1;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.text-weight-medium {
  font-weight: 500;
}

.text-weight-medium.text-size-large {
  flex: 1;
  font-weight: 700;
}

.faq_answer-content {
  color: #0b0d01a3;
  padding-bottom: 2rem;
}

.faq_question-2 {
  z-index: 2;
  grid-column-gap: 2rem;
  cursor: pointer;
  justify-content: space-between;
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
  position: relative;
}

.faq_section-content {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.text-style-link {
  text-decoration: underline;
}

.faq_section {
  grid-column-gap: 2rem;
  flex-direction: row;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.h1 {
  font-size: 3em;
}

.c-partner {
  background-color: var(--dark);
  color: #fff;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 120px;
  display: flex;
}

.c-icon_arrow {
  margin-left: 10px;
}

.c-icon_arrow.cc-margin-rl {
  width: 100%;
  max-width: 32px;
  margin-left: 0;
  margin-right: 10px;
}

.c-container {
  width: 100%;
  max-width: 1248px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.c-title-2 {
  font-size: 60px;
  font-weight: 400;
  line-height: 76px;
  display: inline-block;
}

.c-title-2.cc-text-white.cc-smart-dev {
  text-align: center;
  max-width: 620px;
  position: absolute;
  bottom: 53%;
}

.c-partner_left-block {
  color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 40%;
  padding-left: 80px;
  padding-right: 80px;
}

.c-dev_card {
  color: #fff;
  background-color: #2b2b2b;
  border-radius: 20px;
  width: 78%;
  max-width: 640px;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  box-shadow: 0 0 12px #0003;
}

.c-dev_card._01 {
  position: sticky;
  top: 140px;
}

.c-dev_card._03 {
  position: sticky;
  top: 180px;
}

.c-dev_card._02 {
  position: sticky;
  top: 160px;
}

.c-dev_card._05 {
  margin-bottom: 0;
  position: sticky;
  top: 220px;
}

.c-dev_card._04 {
  position: sticky;
  top: 200px;
}

.c-partner_sticky {
  position: sticky;
  top: 140px;
}

.c-title-5 {
  font-size: 24px;
  font-weight: 400;
  line-height: 40px;
  display: inline-block;
}

.c-title-5.cc-margin-bottom16 {
  margin-bottom: 16px;
}

.c-text-4 {
  font-size: 14px;
  line-height: 28px;
}

.c-section {
  justify-content: center;
  align-items: center;
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
}

.c-section.cc-tech-stack {
  padding-top: 60px;
  padding-bottom: 0;
}

.c-dev_icon {
  width: auto;
  max-width: 100%;
  height: 24px;
  font-size: 1vw;
}

.c-tech-stack_system {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: -24px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.c-title-4 {
  font-size: 32px;
  line-height: 52px;
  display: inline-block;
}

.c-partner_right-block {
  width: 60%;
  position: relative;
}

.c-dev_process {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 44px;
  display: flex;
}

.c-tech-stack_system-image {
  object-fit: contain;
  width: 100%;
  max-width: 1122px;
  height: 857px;
  position: relative;
  top: -24px;
}

.c-tech-stack {
  background-color: var(--dark);
  border-radius: 40px 40px 0 0;
  justify-content: center;
  display: flex;
}

.c-button {
  background-color: #222228;
  border: 1px solid #222228;
  align-items: center;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  transition: color .3s, background-color .3s;
}

.c-button:hover {
  color: #222228;
  background-color: #fff;
}

.c-button.cc-with-icon {
  color: #fff;
  justify-content: center;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 14px;
  display: flex;
}

.c-button.cc-with-icon:hover {
  color: #fff;
  background-color: #222228;
}

.c-button.cc-with-icon.cc-reverse {
  color: #222228;
  max-width: 200px;
}

.c-button.cc-with-icon.cc-reverse:hover {
  color: #222228;
  background-color: #fff;
}

.c-text-2 {
  font-size: 16px;
  line-height: 32px;
  display: inline-block;
}

.c-text-2.cc-text-gray.cc-padding-y {
  margin-top: 12px;
  margin-bottom: 40px;
}

.cc-text-purple {
  color: #fe5800;
  font-family: Monotype helvetica now display, sans-serif;
  font-weight: 700;
}

.text-span {
  color: var(--color1);
  font-family: Monotype helvetica now display lt it, sans-serif;
}

.subheading {
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.3;
  position: relative;
}

.bg-damper {
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.text-wrap.mod--invest {
  grid-row-gap: 7rem;
  flex-direction: column;
  width: 100%;
  max-width: 50.4375rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.text-wrap.mod--invest-subheading {
  margin-top: -5.7rem;
}

.text-wrap.mod--tab {
  grid-row-gap: 3rem;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 380px;
  display: flex;
}

.text-wrap.mod--356 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-transform: uppercase;
  align-items: center;
  font-weight: 600;
  line-height: 1.2;
  display: flex;
}

.text-wrap.mod--hero-heading {
  max-width: 38rem;
  position: relative;
}

.text-wrap.mod--profit-counter {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-wrap.mod--card-number-desc {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  line-height: 1.2;
  display: flex;
}

.text-wrap.mod--hero-by {
  z-index: 2;
  grid-column-gap: .75rem;
  font-weight: 600;
  line-height: 1.2;
  display: flex;
  position: absolute;
  inset: auto 1.5rem 1.5rem auto;
}

.text-wrap.mod--card {
  z-index: 1;
  grid-column-gap: .875rem;
  grid-row-gap: .875rem;
  flex-direction: column;
  display: flex;
  position: relative;
}

.text-wrap.mod--profit {
  grid-column-gap: 3.375rem;
  grid-row-gap: 3.375rem;
  color: var(--color-3);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 18rem;
  display: flex;
}

.text-wrap.mod--hero-subheading {
  max-width: 14.4375rem;
  margin-top: -5.5rem;
  margin-left: auto;
}

.section-3 {
  padding: 15.25rem 2.5rem;
  position: relative;
}

.section-3.mod--invest {
  background-image: url('../images/pattern-lines-02.svg');
  background-position: 50% 0;
  background-repeat: repeat;
  background-size: 85.0625rem;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.section-3.mod--tabs {
  padding-top: 0;
  padding-bottom: 15.25rem;
}

.section-3.mod--footer {
  background-color: #0000;
  background-image: url('../images/pattern-lines-02.svg');
  background-position: 50% 0;
  background-size: 85.0625rem;
  padding-top: 14.5rem;
  padding-bottom: 7.5rem;
  overflow: hidden;
}

.section-3.mod--profit, .section-3.mod--about {
  padding-top: 0;
  padding-bottom: 0;
}

.section-3.mod--header {
  z-index: 90;
  padding-top: 0;
  padding-bottom: 0;
  position: absolute;
  inset: 2.5rem 0% auto;
  overflow: hidden;
}

.section-3.mod--hero {
  padding-top: 12rem;
  padding-bottom: 2rem;
}

.heading-medium-2 {
  color: var(--dark);
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.2;
}

.heading-medium-2.mod--tabs {
  margin-bottom: .75rem;
  transition: transform 1s, opacity .5s;
  position: relative;
  transform: translate(0, 120%);
}

.heading-medium-2.mod--tabs.active {
  transform: none;
}

.img.mod--invest-line {
  width: 119.688rem;
  max-width: none;
  display: block;
}

.img.mod--invest-bg {
  width: 2.5rem;
  display: block;
  position: absolute;
}

.img.mod--invest-bg.mod--invest-bg-4 {
  width: 1.625rem;
  top: 23.75rem;
  left: 111.25rem;
}

.img.mod--invest-bg.mod--invest-bg-1 {
  top: -4rem;
  left: 80rem;
}

.img.mod--invest-bg.mod--invest-bg-2 {
  top: 21.25rem;
  left: 97.8125rem;
}

.img.mod--invest-bg.mod--invest-bg-3 {
  top: 41.75rem;
  left: 30.125rem;
}

.img.mod--arrow {
  z-index: 1;
  width: .625rem;
  transition: all .2s;
  display: block;
  position: relative;
}

.img.mod--arrow.active {
  opacity: 0;
}

.img.mod--contact-bg {
  display: block;
  position: absolute;
}

.img.mod--contact-bg.mod--contact-bg-2 {
  top: 18.75rem;
  left: 20.625rem;
}

.img.mod--contact-bg.mod--contact-bg-1 {
  top: 0;
  left: 31.0625rem;
}

.img.mod--contact-bg.mod--contact-bg-3 {
  top: 28rem;
  left: 38.125rem;
}

.img.mod--hero-compos {
  width: 32rem;
  max-width: none;
  display: block;
}

.img.mod--hero-compos.mod--2 {
  transition: all .8s;
  position: absolute;
  inset: 0%;
  transform: translate(0, -1.5rem);
}

.img.mod--hero-compos.mod--2.active {
  transform: none;
}

.img.mod--hero-by {
  transition: all .6s;
  display: block;
  position: absolute;
  inset: 0%;
}

.img.mod--hero-by.mod--2 {
  opacity: 1;
  transform: none;
}

.img.mod--hero-by.mod--2.active, .img.mod--hero-by.mod--1 {
  opacity: 0;
  transform: scale(.5);
}

.img.mod--hero-by.mod--1.active {
  opacity: 1;
  transform: none;
}

.img.mod--about-bull {
  width: 38.3125rem;
  max-width: none;
  display: block;
}

.img.mod--ava {
  z-index: 3;
  border: .125rem solid #e4dccf;
  border-radius: 50%;
  flex: none;
  width: 3.5rem;
  height: 3.5rem;
  transition: all .8s cubic-bezier(.215, .61, .355, 1);
  display: block;
  position: relative;
}

.img.mod--ava.mod--3 {
  z-index: 1;
}

.img.mod--ava.mod--1 {
  margin-left: 0;
}

.img.mod--ava.mod--2 {
  z-index: 2;
}

.img.mod--about-man {
  transition: all .8s;
  display: block;
  position: absolute;
  inset: 0%;
}

.img.mod--card-bg-bull {
  z-index: -1;
  display: block;
  position: absolute;
  inset: 0%;
}

.img.mod--plane {
  width: 12.5625rem;
  display: block;
  position: relative;
}

.heading-xlarge {
  text-transform: uppercase;
  font-size: 8.0625rem;
  font-weight: 700;
  line-height: 1;
}

.bg-circle {
  z-index: 3;
  background-color: #f75708;
  border: .25rem solid #191919;
  border-radius: 50%;
  width: 1.25rem;
  height: 1.25rem;
  position: absolute;
  inset: 7.875rem 7.1875rem auto auto;
}

.bg-circle.mod--invest-2 {
  top: 12rem;
  left: 104.813rem;
  right: auto;
}

.bg-circle.mod--invest-1 {
  inset: 31rem auto auto 32.1875rem;
}

.bg-circle.mod--contact-2 {
  top: 6.25rem;
  right: 13.75rem;
}

.bg-circle.mod--contact-1 {
  inset: 6.25rem auto auto 39.375rem;
}

.overflow-hidden {
  z-index: 1;
  box-sizing: border-box;
  aspect-ratio: auto;
  font-family: Monotype helvetica now display, sans-serif;
  font-size: 16px;
  font-weight: 500;
  display: block;
  position: relative;
  overflow: hidden;
}

.overflow-hidden.mod--tabs-video1 {
  flex: none;
  width: 36.5625rem;
  transition: transform 1s, opacity .5s;
  transform: scale(.5);
}

.overflow-hidden.mod--tabs-video1.active {
  transform: none;
}

.overflow-hidden.mod--tabs-video2 {
  flex: none;
  width: 28.3125rem;
  margin-bottom: -.3125rem;
  margin-left: auto;
  margin-right: auto;
  transition: transform 1s, opacity .5s;
  transform: scale(.7)translate(0, 13.75rem);
}

.overflow-hidden.mod--tabs-video2.active {
  transform: none;
}

.overflow-hidden.mod--submit {
  transition: opacity .2s;
}

.overflow-hidden.mod--submit.active {
  opacity: 0;
}

.overflow-hidden.mod--footer-join {
  margin-bottom: -.75rem;
  padding-bottom: .75rem;
}

.overflow-hidden.mod--hero-compos {
  width: 100%;
  position: absolute;
  inset: 0%;
}

.overflow-hidden.mod--about-arrow {
  z-index: 2;
  position: absolute;
  bottom: 0;
  left: 1.5rem;
}

.text-style-italic {
  font-style: italic;
}

.text-style-italic.mod--invest-future {
  text-align: right;
  width: 100%;
  padding-right: 3rem;
  display: inline-block;
}

.content {
  z-index: 2;
  width: 100%;
  max-width: 85rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.content.mod--investment {
  padding-top: 15.25rem;
  padding-bottom: 15.25rem;
}

.content.mod--tabs {
  min-height: 250vh;
}

.content.mod--footer {
  padding-right: 3.3125rem;
}

.heading-span {
  position: relative;
}

.heading-span.mod--vawe {
  background-image: url('../images/vawe.svg');
  background-position: 0 100%;
  background-repeat: repeat-x;
  background-size: auto;
  margin-bottom: -.3rem;
  padding-bottom: .3rem;
  transition: none;
  display: inline-block;
}

.heading-span.mod--vawe.mod--vawe-white {
  background-image: url('../images/vawe-white.svg');
}

.heading-span.mod--vawe.mod--vawe-paddiing {
  margin-bottom: -.6rem;
  padding-bottom: .6rem;
}

.heading-span.mod--vawe.mod--vawe-paddiing.mod--join {
  margin-bottom: 0;
  padding-bottom: 0;
}

.invest__bg {
  z-index: -1;
  justify-content: center;
  align-items: center;
  width: 119.688rem;
  height: 69.25rem;
  display: flex;
  position: absolute;
  inset: 4.5rem 0% 0% -29rem;
}

.tab-chart__list-item {
  grid-column-gap: .625rem;
  opacity: .8;
  letter-spacing: -.03em;
  align-items: center;
  font-size: .75rem;
  font-weight: 600;
  line-height: 1.1;
  transition: all 1s;
  display: flex;
  transform: translate(0, 120%);
}

.tab-chart__list-item.active {
  transform: none;
}

.tabs-nav__btn {
  cursor: pointer;
  border: .0625rem solid #fff3;
  border-radius: .75rem;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  transition: all .5s;
  display: flex;
  position: relative;
  overflow: hidden;
  transform: translate(0);
}

.dot {
  background-color: #e4dccf;
  border-radius: 3.125rem;
  width: .4375rem;
  height: .4375rem;
}

.dot.color-191919 {
  background-color: #191919;
}

.dot.color-f75708 {
  background-color: #f75708;
}

.tabs-anchors {
  flex-direction: column;
  justify-content: space-between;
  height: 0;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.col {
  flex: 1;
  position: relative;
}

.col.col--2.mod--tab {
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: stretch;
  width: 50%;
  display: flex;
}

.col.col--2.mod--tab.mod--tab3 {
  justify-content: flex-end;
}

.col.col--2.mod--footer-copyright {
  align-items: center;
  max-width: 29rem;
  display: flex;
}

.col.col--2.mod--hero {
  background-color: var(--transparent);
  flex: 1;
  max-width: 32rem;
}

.col.col--2.mod--about {
  grid-row-gap: 3.625rem;
  flex-direction: column;
  align-items: flex-start;
  max-width: 18.5rem;
  display: flex;
}

.col.col--2.mod--profit {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  max-width: 32rem;
  display: flex;
}

.col.col--1.mod--tab {
  align-items: center;
  padding-left: 17rem;
  display: flex;
}

.col.col--1.mod--footer-copyright {
  flex: 1;
}

.col.col--1.mod--ava {
  flex: none;
  align-items: center;
  display: flex;
}

.col.col--1.mod--header {
  flex: 0 auto;
  min-width: 7.5rem;
}

.col.col--1.mod--hero {
  background-color: var(--transparent);
}

.col.col--1.mod--about {
  max-width: 34rem;
  height: 47.625rem;
}

.col.col--3.mod--footer-copyright {
  flex: 0 auto;
  min-width: 18.75rem;
}

.col.col--3.mod--footer {
  grid-column-gap: 4.25rem;
  grid-row-gap: 4.25rem;
  flex-direction: column;
  flex: 0 auto;
  justify-content: space-between;
  align-items: flex-start;
  min-width: 18.75rem;
  display: flex;
}

.col.col--3.mod--header {
  grid-column-gap: 1.5rem;
  flex: 0 auto;
  align-items: center;
  margin-left: auto;
  display: flex;
}

.video-grad-full {
  z-index: 2;
  background-image: radial-gradient(circle closest-side, #19191900 71%, #191919);
  position: absolute;
  inset: 0%;
}

.tabs-video {
  filter: brightness();
  flex: none;
  margin-right: -.3125rem;
}

.tabs-video.mod--tabs-video1 {
  filter: brightness(98%);
}

.sticky {
  position: sticky;
}

.sticky.mod--tabs {
  top: 1.5625rem;
}

.btn-arrow {
  z-index: 2;
  grid-column-gap: 1.5rem;
  letter-spacing: .03em;
  text-transform: uppercase;
  align-items: center;
  font-weight: 600;
  transition-property: color;
  display: flex;
  position: relative;
}

.btn-arrow.mod--tabs {
  transition: transform 1s, opacity .5s, color .2s;
  transform: translate(0, 120%);
}

.btn-arrow.mod--tabs.active {
  transform: none;
}

.btn-arrow.mod--modal {
  z-index: 2;
  color: #fff;
  position: absolute;
  bottom: 0;
  right: 1rem;
}

.btn-arrow.mod--card {
  z-index: 2;
  position: absolute;
  bottom: 0;
  right: 1rem;
}

.columns {
  justify-content: space-between;
  display: flex;
}

.columns.mod--tab {
  width: 100%;
  height: 100%;
}

.columns.mod--footer-copyright {
  align-items: center;
  display: flex;
}

.columns.mod--footer {
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.columns.mod--profit {
  grid-column-gap: 2rem;
  overflow: hidden;
}

.columns.mod--profit.mod--1 {
  margin-bottom: 6.5rem;
  overflow: visible;
}

.columns.mod--profit.mod--2 {
  min-height: 23.8125rem;
  margin-bottom: 2rem;
}

.columns.mod--hero {
  grid-column-gap: 2rem;
  margin-bottom: 2rem;
  overflow: hidden;
}

.columns.mod--hero.mod--2 {
  min-height: 23.8125rem;
  margin-bottom: 0;
}

.columns.mod--about {
  align-items: center;
}

.columns.mod--ava {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  align-items: center;
  font-weight: 600;
  line-height: 1.2;
}

.columns.mod--header {
  grid-column-gap: 7rem;
  justify-content: space-between;
  align-items: center;
}

.columns.mod--renaissance {
  grid-column-gap: 10rem;
  margin-top: 5.5rem;
}

.columns.mod--footer {
  align-items: stretch;
  min-height: 22.875rem;
}

.columns.mod--attention {
  grid-column-gap: 4.0625rem;
  color: #fcf9eb;
  background-color: #41240f;
  padding: 2.5rem;
}

.columns.mod--header {
  align-items: center;
}

.columns.mod--renaissance2 {
  align-items: center;
  margin-top: 5.5rem;
}

.columns.mod--collect {
  color: #fcf9eb;
  background-color: #41240f;
  flex-wrap: wrap;
  margin-top: -41.875rem;
  padding: 2.5rem;
  position: relative;
  overflow: hidden;
}

.tab-chart__list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  opacity: 0;
  background-color: #fff;
  border: .0625rem solid #1919190d;
  border-radius: 1.5rem;
  flex-direction: column;
  justify-content: space-between;
  width: 10.5rem;
  padding: 1.5rem;
  transition: transform 1s, opacity .5s;
  display: flex;
  position: absolute;
  inset: auto auto -8% -13%;
  transform: translate(0, 2.5rem);
}

.tab-chart__list.active {
  opacity: 1;
  transform: none;
}

.tabs-nav__ico {
  z-index: 1;
  width: 1.5rem;
  height: 1.5rem;
  transition: all .5s;
  position: relative;
}

.tab-anchor {
  position: absolute;
  inset: 0% 0% auto;
}

.tab-anchor.mod--2 {
  top: 80vh;
}

.tab-anchor.mod--3 {
  top: 154vh;
}

.tabs-nav__ico-elem {
  width: 100%;
  height: 100%;
  transition: all .5s;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.tabs-nav__ico-elem.mod-wallet-4 {
  z-index: 0;
  opacity: 1;
  transition: opacity .2s, top .5s;
  top: -.8125rem;
}

.tabs-nav__ico-elem.mod-wallet-4.active {
  opacity: 0;
  transition-duration: .5s, .5s;
  top: 0;
}

.tabs-nav__ico-elem.mod-chart-2 {
  top: 0;
  left: 0;
  transform: none;
}

.tabs-nav__ico-elem.mod-chart-2.active {
  top: -.125rem;
  left: .125rem;
  transform: none;
}

.tabs-nav__ico-elem.mod-chart-2.active.active2 {
  transform: rotate(-180deg);
}

.tabs-nav__ico-elem.mod-suitcase-3 {
  top: -.4375rem;
}

.tabs-nav__ico-elem.mod-suitcase-3.active {
  top: 0;
}

.tabs-nav__ico-elem.mod-suitcase-5 {
  top: -.125rem;
}

.tabs-nav__ico-elem.mod-suitcase-5.active {
  top: 0;
}

.tabs-nav__ico-elem.mod-wallet-3 {
  z-index: 0;
  transition-duration: .2s;
  transition-timing-function: linear;
  left: .25rem;
}

.tabs-nav__ico-elem.mod-wallet-3.active {
  transition-duration: 1s;
  left: 0;
}

.tabs-nav__ico-elem.mod-suitcase-4 {
  top: .125rem;
}

.tabs-nav__ico-elem.mod-suitcase-4.active {
  top: 0;
}

.tabs-nav__ico-elem.mod-wallet-2 {
  transform-style: preserve-3d;
  left: 1.25rem;
  transform: rotateX(0)rotateY(-180deg)rotateZ(0);
}

.tabs-nav__ico-elem.mod-wallet-2.active {
  transform-style: preserve-3d;
  left: 0;
  transform: none;
}

.tabs-nav__ico-elem.mod-wallet-1 {
  z-index: 2;
}

.tabs-nav__ico-elem.mod-suitcase-2 {
  object-fit: cover;
  position: relative;
}

.tabs-nav__ico-elem.mod-chart-1 {
  transition-duration: .4s;
  transform: rotate(-180deg);
}

.tabs-nav__ico-elem.mod-chart-1.active {
  transform: none;
}

.tabs-nav__ico-elem-wrap {
  width: 100%;
  height: 100%;
  transition: all .5s;
  position: absolute;
  top: 0;
  left: 0;
  transform: none;
}

.tabs-nav__ico-elem-wrap.mod-suitcase-2 {
  transform-style: preserve-3d;
  top: -.1875rem;
  transform: rotateX(50deg)rotateY(0)rotateZ(0);
}

.tabs-nav__ico-elem-wrap.mod-suitcase-2.active {
  transform-style: preserve-3d;
  top: 0;
  transform: none;
}

.tabs {
  flex-direction: column;
  justify-content: center;
  height: 50rem;
  display: flex;
  overflow: hidden;
  transform: translate(0);
}

.tabs-nav {
  z-index: 4;
  grid-row-gap: 2.5rem;
  flex-direction: column;
  justify-content: center;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 4.0625rem;
}

.video-grad {
  z-index: 2;
  background-image: linear-gradient(to right, #f7570800, #f75708);
  width: 10%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.video-grad.mod--corner-top-right {
  background-image: linear-gradient(#f75708, #f7570800);
  width: 62.5rem;
  height: 40%;
  top: -13.75rem;
  bottom: auto;
  right: -16.875rem;
  transform: rotate(50deg);
}

.video-grad.mod--corner-top-left {
  background-image: linear-gradient(#f75708, #f7570800);
  width: 62.5rem;
  height: 40%;
  inset: -13.75rem auto auto -16.875rem;
  transform: rotate(-50deg);
}

.video-grad.mod--left {
  background-image: linear-gradient(to right, #f75708, #f7570800);
  left: 0;
  right: auto;
}

.video-grad.mod--top {
  background-image: linear-gradient(#f75708, #f7570800);
  width: auto;
  height: 8%;
  inset: 0% 0% auto;
}

.tab {
  z-index: 3;
  background-image: url('../images/bg-card-02.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: center;
  width: 100%;
  height: 46.25rem;
  padding-top: 2rem;
  transition: transform .8s cubic-bezier(.215, .61, .355, 1);
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.tab.mod--1 {
  z-index: 3;
  color: #fff;
  top: 2.5rem;
}

.tab.mod--2 {
  z-index: 2;
  color: #fff;
  background-image: url('../images/bg-card-03.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  top: 1.25rem;
}

.tab.mod--3 {
  z-index: 1;
  background-image: url('../images/bg-card-01.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.video_btn {
  z-index: -1;
  opacity: 0;
  cursor: default;
}

.tabs-nav__bg {
  opacity: 0;
  background-color: #f75708;
  border-radius: .75rem;
  transition: all 1s cubic-bezier(.215, .61, .355, 1);
  position: absolute;
  inset: 0%;
  transform: scale(0);
}

.tabs-nav__bg.active {
  opacity: 1;
  transform: none;
}

.tabs-nav__bg.mod--white {
  background-color: #fff;
}

.tab-chart-wrap {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.tab-chart {
  width: 26.6875rem;
  transition: all 1s;
  display: block;
  transform: rotate(-32deg);
}

.tab-chart.active {
  transform: none;
}

.tab-chart-numbers {
  letter-spacing: -.035em;
  background-color: #f6f6f6;
  border-radius: 6.25rem;
  justify-content: center;
  align-items: center;
  width: 9.375rem;
  height: 9.375rem;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1;
  display: flex;
  position: absolute;
}

.text {
  color: var(--dark);
}

.text.mod--tabs-desc {
  opacity: .9;
  max-width: 18rem;
  transition: transform 1s, opacity .5s;
  position: relative;
  transform: translate(0, 120%);
}

.text.mod--tabs-desc.active {
  color: var(--color-4);
  max-width: 28rem;
  transform: none;
}

.text.mod--absolute {
  color: var(--color-5);
  position: absolute;
  bottom: -1.5em;
  left: 0;
}

.text.mod--absolute.mod--3 {
  bottom: -2em;
}

.text.mod--absolute.mod--2 {
  bottom: -3em;
}

.text.mod--absolute.mod--4 {
  bottom: -4em;
}

.text.mod--card-number {
  letter-spacing: -.035em;
  font-size: 5.125rem;
  font-weight: 600;
  line-height: 1;
}

.text.mod--card-number-desc {
  margin-top: .25rem;
}

.breaking-nowrap {
  white-space: nowrap;
}

.overflow-anim {
  transition: all .4s;
  position: relative;
  top: 0;
}

.overflow-anim.mod--tabs-counter {
  transition-duration: 1s;
  top: 0;
}

.overflow-anim.mod--tabs-counter.active {
  top: -3em;
}

.overflow-anim.mod--tabs-counter.mod--2 {
  top: 0;
}

.overflow-anim.mod--tabs-counter.mod--2.active {
  top: -4em;
}

.overflow-anim.mod--counter {
  transition-duration: 1s;
}

.tab-wrap {
  position: absolute;
  inset: 0% 0% auto;
}

.tab-wrap.mod--1 {
  z-index: 3;
}

.tab-wrap.mod--2 {
  z-index: 2;
}

.arrow-bg {
  z-index: 0;
  opacity: 0;
  background-color: #191919;
  border-radius: 50%;
  transition: all .4s;
  position: absolute;
  inset: 0%;
  transform: scale(0);
}

.img-wrap.mod--arrow {
  border: .0625rem solid #0000001a;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  position: relative;
  top: -.05rem;
}

.img-wrap.mod--arrow.mod--white {
  border-color: #ffffff1a;
}

.img-wrap.mod--ava {
  flex: none;
  position: relative;
}

.img-wrap.mod--ava.mod--2 {
  z-index: 2;
  margin-left: -.75rem;
}

.img-wrap.mod--ava.mod--3 {
  z-index: 1;
  margin-left: -.75rem;
}

.img-wrap.mod--hero-by {
  background-color: #e4dccf;
  border-radius: .625rem;
  width: 2.5rem;
  height: 2.5rem;
  transition: all .8s;
  position: relative;
  overflow: hidden;
  transform: translate(0);
}

.img-wrap.mod--hero-by.active {
  background-color: #bee0c0;
}

.img-wrap.mod--about-bull {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: -9rem 0% auto;
}

.img-wrap.mod--about-man {
  position: absolute;
  inset: 0%;
}

.img-wrap.mod--plane {
  z-index: 2;
  position: absolute;
  bottom: -4rem;
  right: 2.5rem;
}

.logo-link {
  width: 9.375rem;
}

.input {
  border: 0 solid #000;
  border-radius: .75rem;
  width: 13.5rem;
  height: 4rem;
  margin-bottom: 0;
  padding: 1.25rem 1rem 1.25rem 1.5625rem;
  font-size: 1rem;
  line-height: 1.4;
}

.input.mod--modal {
  color: #000000b3;
  background-color: #0000;
  border: .0625rem #000;
  border-bottom: .0625rem solid #19191933;
  border-radius: 0;
  width: 100%;
  height: 3.25rem;
  padding-left: 0;
}

.input.mod--modal::placeholder {
  color: #000000b3;
}

.nav-ink {
  opacity: .8;
  font-size: 1rem;
  line-height: 1.2;
  transition-property: color;
  position: relative;
  overflow: hidden;
}

.nav-ink.mod--terms {
  opacity: 1;
}

.nav-ink.mod--register {
  opacity: 1;
  color: #fff;
  background-color: #191919;
  border-radius: .9375rem;
  padding: .875rem 1.375rem;
  font-weight: 700;
}

.follow-link {
  color: #fcf9eb;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
}

.modal__img {
  width: 101%;
  max-width: none;
  margin-top: -.0625rem;
  margin-left: -.0625rem;
  margin-right: -.0625rem;
  display: block;
}

.form__result {
  align-items: center;
  width: 0;
  transition: all .2s;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% 1.25rem;
  overflow: hidden;
}

.form__result.active {
  width: 1.5rem;
  transition-duration: 1s;
}

.form__result.mod--modal {
  left: .3125rem;
}

.form__result.mod--modal.active {
  width: .8rem;
}

.follow-heart {
  z-index: -1;
  background-image: url('../images/ico-heart.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 2rem;
  height: 2rem;
  display: inline-block;
  position: absolute;
  top: -.4rem;
  left: 0;
}

.follow {
  z-index: 90;
  background-color: #141414;
  border-top: .0625rem #f3471e;
  justify-content: flex-start;
  align-items: center;
  height: 2rem;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
  overflow: hidden;
}

.modal__close {
  opacity: .8;
  cursor: pointer;
  background-image: url('../images/modal_close-svg.svg');
  background-position: 50%;
  background-size: auto;
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  inset: 1.5rem 1.5rem auto auto;
}

.form-block {
  margin-bottom: 0;
}

.follow-list {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
  left: 0;
}

.form__content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.btn-shape {
  background-color: #f75708;
  border-radius: 62.5rem;
  height: 7.8125rem;
  margin-left: -1rem;
  margin-right: -1rem;
  transition: none;
  position: absolute;
  inset: 101% 0% 0%;
}

.btn-shape.mod--footer {
  width: 6.25rem;
  height: 6.25rem;
  transition-duration: 1s;
  inset: 100% 0% 0%;
}

.modal__text {
  max-width: 15rem;
  font-size: 1rem;
}

.contact__bg {
  z-index: -1;
  justify-content: center;
  align-items: center;
  width: 116rem;
  height: 22.25rem;
  display: flex;
  position: absolute;
  inset: -3.1rem 0% 0% -18rem;
}

.halolab-link {
  grid-column-gap: .875rem;
  grid-row-gap: .875rem;
  align-items: center;
  display: flex;
}

.modal__heading {
  max-width: 11rem;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.2;
}

.form__submit {
  z-index: 4;
  opacity: 0;
  display: block;
  position: absolute;
  inset: 0%;
}

.logo {
  width: 100%;
}

.text-block {
  font-size: 1rem;
}

.contact__bg-line {
  width: 116rem;
  max-width: none;
  display: block;
  position: relative;
}

.form__submit-btn {
  color: #fff;
  cursor: pointer;
  background-color: #191919;
  border-radius: .75rem;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.form {
  display: flex;
}

.halolab-logo {
  width: 2.5rem;
}

.nav {
  grid-column-gap: 3rem;
  text-align: center;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.nav.mod--footer {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-direction: column;
}

.nav.mod--footer-terms {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
}

.modal__content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  padding-top: 2.5625rem;
  padding-left: 3rem;
  padding-right: 3rem;
  display: flex;
}

.follow-and {
  color: #fff;
}

.follow-text {
  z-index: 1;
  color: #fcf9ebb3;
  white-space: nowrap;
  cursor: auto;
  margin-left: .6rem;
  padding-left: 2.4rem;
  font-size: .75rem;
  line-height: 1.5em;
  position: relative;
}

.remodal {
  background-color: #0000;
  width: 100%;
  max-width: 37.25rem;
  min-height: 32.4375rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.remodal.remodal--global {
  color: #191919;
  text-align: left;
  background-color: #0000;
  background-image: url('../images/bg-card-modal.svg');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 1.25rem;
  max-width: 37.25rem;
  min-height: 32.4375rem;
  padding: 0;
  position: relative;
  overflow: hidden;
}

.modal__text-wrap {
  justify-content: space-between;
  display: flex;
}

.contact-wrap {
  grid-row-gap: 7rem;
  flex-direction: column;
  align-items: flex-start;
  max-width: 47.75rem;
  margin-bottom: 7rem;
  margin-left: auto;
  padding-right: 0;
  display: flex;
}

.form__result-ico {
  flex: none;
  width: 1.5rem;
  max-width: none;
  transition: all .2s;
  display: block;
  position: relative;
}

.form__result-ico.mod--modal {
  width: .8rem;
}

.heading-xlarge-copy {
  text-transform: uppercase;
  font-family: Monotype helvetica now display lt it, sans-serif;
  font-size: 8.0625rem;
  font-weight: 400;
  line-height: 1;
}

.heading-medium-2-copy {
  text-align: left;
  font-family: Monotype helvetica now display lt it, sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.2;
}

.heading-medium-2-copy.mod--tabs.active {
  transform: none;
}

.card {
  width: 100%;
  height: 100%;
  padding: 3rem;
  transition: transform .6s cubic-bezier(.215, .61, .355, 1);
  position: relative;
  overflow: hidden;
}

.card.card-black {
  background-image: url('../images/black-big-bg2_1black-big-bg2.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 34rem;
}

.card.card-white {
  background-image: url('../images/pattern-lines-01.svg'), url('../images/bg-card-0.svg');
  background-position: 50% 100%, 0 0;
  background-repeat: no-repeat, no-repeat;
  background-size: contain, contain;
  height: 27.0625rem;
}

.card.card-brown {
  background-color: var(--transparent);
  background-image: url('../images/bg-card-mini-02.svg');
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.card.card-brown.mod--profit {
  min-height: 23.8125rem;
}

.card.card-orange {
  background-color: var(--transparent);
  background-image: url('../images/bg-card-mini-01.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.card.card-consult {
  background-image: url('../images/card-consult_1card-consult.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 110%;
  min-height: 50rem;
  padding: 0;
  transition: all .6s;
}

.card.card-consult:hover {
  background-size: 100%;
}

.card.mod--about {
  width: 34rem;
  height: 23.5625rem;
  padding: 0;
  transition-property: none;
  position: relative;
  overflow: visible;
}

.anim-text-wrap {
  background-color: #f75708;
  border-radius: 1.125rem;
  width: 10.625rem;
  height: 3.75rem;
  padding-top: .125rem;
  position: absolute;
  inset: 15.85rem auto auto 11.5rem;
  overflow: hidden;
  transform: none;
  box-shadow: 0 30px 1.5625rem -1.0625rem #000;
}

.hero__counter {
  z-index: 3;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #fff;
  cursor: pointer;
  background-color: #191919;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 8.0625rem;
  height: 8.0625rem;
  font-size: 2rem;
  line-height: 1;
  display: flex;
  position: absolute;
  inset: 2.6875rem auto auto -3.8125rem;
}

.about__chart-elem {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.profit__counter-wrap {
  position: absolute;
  inset: 0% auto auto 0%;
}

.anim-text {
  text-transform: uppercase;
  white-space: nowrap;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.2;
  position: relative;
}

.anim-text.mod--first {
  left: 0%;
}

.text-weight-semibold {
  font-weight: 600;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.about__chart {
  z-index: 1;
  filter: brightness(10%);
  width: 3rem;
  height: 3rem;
  position: absolute;
  bottom: 2rem;
  left: 2rem;
}

.heading-xlarge-2 {
  text-transform: uppercase;
  font-size: 8.0625rem;
  font-weight: 700;
  line-height: 1;
}

.video-wrap {
  margin-right: -.125rem;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  transform: translate(0);
}

.comp-circle {
  z-index: 3;
  background-color: #f75708;
  border: .25rem solid #191919;
  border-radius: 50%;
  width: 1.25rem;
  height: 1.25rem;
  position: absolute;
  inset: 7.875rem 7.1875rem auto auto;
}

.flesh-svg-wrap {
  background-color: #f75708;
  background-image: url('../images/case-icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: .8125rem;
  width: 4.5rem;
  height: 4.5rem;
}

.custom-styles {
  position: fixed;
  left: -.1875rem;
}

.profit__card-356 {
  height: 23.8125rem;
  position: relative;
}

.comp-star {
  z-index: 3;
  width: 2rem;
  height: 2rem;
  transition: all .8s;
  position: absolute;
  inset: 8.625rem auto auto 7rem;
  transform: rotate(140deg);
}

.comp-star.active {
  transform: none;
}

.card-video {
  filter: saturate() contrast() brightness();
  border: 0 solid #000;
  width: 31rem;
  height: 100%;
  margin-right: -.3125rem;
}

.main {
  min-height: 90vh;
}

.text-weight-light {
  font-weight: 300;
}

.numbers {
  justify-content: center;
  align-items: center;
  font-weight: 600;
  display: flex;
}

.about__card-wrap {
  z-index: 2;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.card-wrap {
  border-radius: 1.25rem;
  position: relative;
  overflow: hidden;
}

.heading-large {
  text-transform: uppercase;
  font-size: 4.25rem;
  font-weight: 300;
  line-height: 1.05;
}

.video-delta {
  z-index: 2;
  border-top: 3.7rem solid #e9e5e5;
  border-right: 2.7rem solid #0000;
  display: none;
  position: absolute;
  inset: 0 auto auto 0;
}

.profit__counter {
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #191919;
  border-radius: 6.25rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 12.1875rem;
  height: 12.1875rem;
  font-size: 2.25rem;
  line-height: 1;
  display: flex;
}

.heading-xlarge-2-copy {
  text-transform: uppercase;
  font-family: Monotype helvetica now display lt it, sans-serif;
  font-size: 8.0625rem;
  font-weight: 700;
  line-height: 1;
}

.cut-make-and-trim {
  width: 425px;
  height: 680px;
}

.influence {
  width: 400px;
  height: 680px;
}

.heading-2 {
  margin-top: 36px;
}

.skills__video-nav-ico {
  z-index: 0;
  opacity: 0;
  cursor: pointer;
  transition: all .3s;
  position: absolute;
  transform: scale(.7);
}

.skills__video-nav-ico.active {
  z-index: 1;
  opacity: 1;
  display: block;
  transform: translate(0);
}

.skills__video-nav-ico.active:hover {
  opacity: .7;
}

.content-2 {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.skills__achieve {
  background-color: #97c680;
  justify-content: center;
  align-items: center;
  margin-top: 48px;
  margin-bottom: -185px;
  display: flex;
  overflow: hidden;
}

.skills__achieve.mob--mob {
  display: none;
}

.skills__achieve-txt-wrap {
  align-items: center;
  margin-top: 36px;
  margin-bottom: 36px;
  display: flex;
}

.skills__list-item {
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  position: relative;
}

.skills__achieve-desc {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.4em;
}

.skills__list-line {
  border-left: 1px dashed #1e1e2f99;
  width: 1px;
  margin-top: 103px;
  margin-bottom: -14px;
  position: absolute;
  inset: 0% auto 0% 28px;
}

.skills__video-nav {
  z-index: 5;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
  position: absolute;
  inset: auto 32px 32px auto;
}

.skills__columns {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.skills__video {
  width: 100%;
  height: 110%;
  margin-bottom: -30px;
  position: absolute;
  inset: auto 0% 0%;
}

.skills__achieve-line {
  background-color: #1e1e2f;
  flex: none;
  width: 1px;
  height: 40px;
  margin-left: 52px;
  margin-right: 52px;
}

.skills__top {
  z-index: 1;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.skills__txt-desc {
  margin-bottom: 0;
  font-size: 20px;
}

.section-4 {
  padding: 64px 80px;
}

.section-4.section--overflow-hidden {
  overflow: hidden;
}

.skills__achieve-title {
  margin-right: 16px;
  font-size: 52px;
  line-height: 1em;
}

.skills__list-ico {
  background-color: #fff;
  border-radius: 100px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  margin-right: 24px;
  display: flex;
  box-shadow: 0 4px 40px #0000000d;
}

.dot-green {
  color: #97c680;
  font-family: Varela, sans-serif;
}

.skills__col.mod--video {
  flex: 1;
}

.skills__list {
  max-width: 270px;
  margin-right: 60px;
}

.skills__list-title {
  margin-bottom: 16px;
  font-size: 20px;
}

.skills__video-wrap {
  z-index: 0;
  cursor: pointer;
  background-color: #fff;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 950px;
  min-height: 470px;
  margin-left: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.skills__list-desc {
  color: #1e1e2fcc;
}

.skills__head-desc {
  z-index: 1;
  width: 100%;
  max-width: 544px;
  margin-right: 80px;
  position: relative;
}

.process__graph-result-title {
  margin-bottom: 5px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1em;
}

.stories__columns {
  justify-content: space-between;
  margin-top: 70px;
  display: flex;
}

.hero__scroll {
  background-color: #fff;
  background-image: url('../images/ico_arrow-down.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 100px;
  width: 112px;
  height: 112px;
  position: relative;
  box-shadow: 0 15px 30px -10px #00000012;
}

.business__logos {
  background-image: url('../images/runline-logos.svg');
  background-position: 0;
  background-repeat: repeat-x;
  background-size: auto;
  height: 46px;
  margin-left: -20px;
  margin-right: -20px;
  transition: all 120s linear;
}

.swiper__nav {
  z-index: 2;
  justify-content: flex-end;
  align-items: center;
  margin-top: 44px;
  display: flex;
  position: absolute;
  bottom: -62px;
  right: 10px;
}

.stories__txt-wrap {
  width: 100%;
  max-width: 370px;
  padding-left: 56px;
  position: relative;
}

.hero__heading {
  margin-bottom: 0;
  font-size: 14em;
}

.hero__heading.mod--1 {
  text-align: right;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.hero__img-graph-wrap {
  z-index: 1;
  flex: none;
  max-width: 370px;
  margin-left: 90px;
  margin-right: 90px;
  position: relative;
}

.hero__columns {
  justify-content: space-between;
  max-width: 1090px;
  margin-top: 84px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.swiper-slide {
  justify-content: center;
  align-items: stretch;
  height: auto;
  display: block;
  position: relative;
}

.swiper-slide.slide--stories {
  overflow: hidden;
}

.process__graph-result {
  z-index: 2;
  text-align: center;
  background-color: #fff;
  padding: 20px 32px;
  position: absolute;
  top: 32px;
  left: 32px;
  box-shadow: 0 40px 70px -40px #83d329;
}

.stories__line {
  background-color: #060602;
  width: 24px;
  height: 2px;
  transition: all .5s;
  position: absolute;
  top: 12px;
  left: 0;
}

.stories__slide-amount-wrap {
  max-width: 160px;
}

.business__amount-img {
  display: block;
}

.business__amount-img.mod--over {
  z-index: 1;
  object-fit: scale-down;
  width: 100%;
  max-width: none;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.process__graph-wrap {
  max-width: 656px;
  margin-right: -60px;
  position: relative;
}

.process__list {
  width: 100%;
  max-width: 350px;
  height: 450px;
  margin-top: 30px;
  margin-bottom: 0;
}

.swiper__nav-arrow {
  cursor: pointer;
  background-image: url('../images/ico_arrow-down.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px solid #0000;
  width: 64px;
  height: 64px;
  transition: all .2s;
}

.swiper__nav-arrow:hover {
  border-color: #000;
}

.swiper__nav-arrow.mod--left {
  margin-right: 10px;
  transform: rotate(90deg);
}

.swiper__nav-arrow.mod--right {
  transform: rotate(-90deg);
}

.hero__content {
  justify-content: center;
  align-items: center;
  margin-left: -60px;
  margin-right: -60px;
  font-size: 9px;
  display: flex;
  overflow: hidden;
}

.stories__slider2 {
  z-index: 0;
  margin-right: auto;
  position: relative;
}

.hero__graph-shadow {
  z-index: -1;
  box-shadow: none;
  background-color: #b7ff37;
  border-radius: 1000px;
  width: 100%;
  height: 180px;
  display: none;
  position: absolute;
  top: 0;
}

.process__list-title {
  cursor: pointer;
  margin-bottom: 10px;
}

.btn {
  z-index: 1;
  text-align: center;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #000;
  height: 80px;
  padding: 27px 48px;
  font-size: 17px;
  font-weight: 400;
  position: relative;
}

.btn:hover {
  color: #000;
}

.btn.mod--hero {
  min-width: 264px;
}

.hero__desc-line {
  background-color: #060602;
  width: 24px;
  height: 2px;
  display: block;
  position: absolute;
  top: 19px;
  left: -60px;
}

.stories__slide-title {
  text-transform: uppercase;
  margin-bottom: 65px;
}

.content-3 {
  z-index: 2;
  width: 100%;
  max-width: 1130px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.hero__h3 {
  z-index: 1;
  position: absolute;
  top: 50px;
}

.hero__h3-span.mod--1 {
  position: relative;
  left: 53px;
}

.swiper__pagination {
  z-index: 2;
  width: auto;
  font-size: 17px;
  font-weight: 500;
  position: absolute;
  bottom: 24px;
  right: 24px;
}

.swiper__pagination.swiper-pagination-fraction {
  width: auto;
  inset: auto 24px 24px auto;
}

.heading__span {
  display: inline-block;
}

.heading__span.mod--stories {
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  display: block;
  position: absolute;
  top: 7px;
  left: 60px;
}

.heading__span.mod--process {
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  display: block;
  position: absolute;
  top: 7px;
  left: 50px;
}

.hero__img-prodofyear {
  margin-bottom: 16px;
}

.process__graph-result-txt {
  text-transform: uppercase;
  font-size: 16px;
}

.hide {
  display: none;
}

.process__graph {
  z-index: 1;
  object-fit: cover;
  object-position: -10px 50%;
  max-width: 100%;
  height: 504px;
  transition: all .6s;
  display: block;
  position: relative;
}

.process__graph.mod--done {
  transition-duration: .2s;
}

.link-more {
  color: #060602;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  display: inline-block;
  box-shadow: inset 0 -8px #bfff39;
}

.link-more:hover {
  box-shadow: inset 0 -21px #bfff39;
}

.swiper {
  width: 100%;
  overflow: hidden;
}

.swiper.swiper--stories2 {
  z-index: 0;
  width: 260px;
  margin-left: auto;
  margin-right: 0;
  position: relative;
  overflow: visible;
}

.swiper.swiper--stories {
  z-index: 0;
  flex: none;
  width: 340px;
  margin-left: 24px;
  margin-right: 0;
  position: relative;
  overflow: hidden;
}

.business__amount-wrap {
  z-index: 1;
  position: relative;
}

.btn-cube__img {
  object-fit: scale-down;
  width: 100%;
  height: 100%;
  transition: all .2s;
}

.heading__line {
  background-color: #060602;
  width: 40px;
  height: 2px;
  margin-right: 16px;
  display: inline-block;
  position: relative;
  top: 26px;
}

.btn-cube {
  z-index: 1;
  border: 1px solid #060602;
  flex: none;
  width: 80px;
  height: 80px;
  margin-left: 32px;
  position: relative;
}

.process__list-item {
  margin-bottom: 24px;
  position: relative;
}

.stories__slide-p {
  color: #060602b3;
  margin-top: -5px;
  font-size: 14px;
}

.stories__slide-p.mod--marg-30 {
  margin-bottom: 40px;
}

.process__col {
  flex: 1;
}

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

.hero__col.mod--2 {
  flex: 1;
  align-items: flex-start;
  max-width: 380px;
  display: flex;
}

.hero__col.mod--1 {
  flex: 1;
  max-width: 550px;
}

.hero__img-abstr {
  margin-left: auto;
  display: block;
  position: relative;
}

.process__bg {
  z-index: 0;
  background-image: linear-gradient(#bfff39, #a8ff35 70%);
  height: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.hero__block.mod--btn {
  align-items: center;
  display: flex;
}

.hero__block.mod--prodofyear {
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.stories__slide-amount {
  text-transform: uppercase;
  margin-bottom: 16px;
  font-size: 50px;
  font-weight: 700;
  line-height: 1em;
}

.process__columns {
  justify-content: space-between;
  margin-top: 70px;
  display: flex;
}

.business__over {
  z-index: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.process__list-p-wrap {
  max-height: 0;
  transition: all .4s;
  overflow: hidden;
}

.stories__slide-content {
  background-image: linear-gradient(#bfff39, #a8ff35 70%);
  height: 100%;
  padding: 32px;
}

.stories__col {
  flex: 1;
  max-width: 50%;
  position: relative;
}

.stories__col.mod--1 {
  z-index: 0;
  justify-content: flex-end;
  display: flex;
}

.stories__col.mod--2 {
  z-index: 1;
  padding-left: 160px;
}

.hero__scroll-wrap {
  justify-content: center;
  align-items: center;
  height: 0;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.section-5 {
  padding: 80px 20px;
  position: relative;
}

.section-5.mod--stories {
  padding-top: 160px;
  padding-bottom: 220px;
  overflow: hidden;
}

.section-5.mod--process {
  padding-top: 160px;
  padding-bottom: 160px;
  overflow: hidden;
}

.section-5.mod--business {
  overflow: hidden;
}

.section-5.mod--hero {
  z-index: 2;
  background-color: var(--transparent);
  padding: 160px 60px 200px;
}

.hero__img-graph {
  z-index: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  display: block;
  position: relative;
}

.hero__img-graph.mod--2, .hero__img-graph.mod--3, .hero__img-graph.mod--4 {
  position: absolute;
  inset: 0%;
}

.swiper-wrapper {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.hero__img-perform {
  margin-top: 40px;
  margin-left: 69px;
}

.stories__slider-overwhite {
  z-index: 1;
  background-color: #fff;
  width: 100vw;
  position: absolute;
  inset: 0% -100vw 0% auto;
}

.hero__desc {
  margin-left: 60px;
  font-size: 22px;
  line-height: 1.6em;
  position: relative;
}

.process__list-line {
  background-color: #060602;
  width: 24px;
  height: 2px;
  transition: all .4s;
  position: absolute;
  top: 9px;
  left: -100px;
}

.overflow-hidden-2 {
  overflow: hidden;
}

.stories__desc {
  margin-bottom: 20px;
}

.heading-small {
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 1.1;
}

.preloader__done {
  display: none;
}

.hero__slider2 {
  justify-content: flex-start;
  align-items: center;
  width: 13.75rem;
  display: block;
  position: absolute;
  inset: 7.5rem auto auto 0%;
}

.anim-wrap {
  position: relative;
}

.line-vertical {
  background-color: #f3471e;
  width: .0625rem;
  height: 100%;
  position: absolute;
  inset: auto auto 0% 0%;
}

.line-vertical.mod--right {
  bottom: 0%;
  left: auto;
  right: 0%;
}

.link-circle-hover {
  z-index: 0;
  background-color: #f3471e;
  border-radius: 50%;
  margin: .1875rem;
  transition: all .5s cubic-bezier(.215, .61, .355, 1);
  position: absolute;
  inset: 0%;
  transform: scale(0);
}

.link-circle-hover.mod--submit {
  background-color: #fcf9eb;
  margin: 0;
}

.link-circle-hover.mod--submit.mod--modal {
  background-color: #2f4a42;
}

.link-circle-hover.mod--submit.active {
  transform: none;
}

.follow-link-2 {
  color: #fcf9eb;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
}

.modal__img-2 {
  object-fit: cover;
  object-position: 50% 100%;
  width: 100%;
  display: block;
  position: relative;
}

.form-block-2 {
  width: 100%;
  margin-top: 2.5rem;
  margin-bottom: 0;
}

.form-block-2.mod--modal {
  margin-top: 0;
}

.swiper-slide-2.mod--painter {
  flex: none;
  width: 30rem;
}

.swiper-slide-2.mod--hero1 {
  border-radius: 50%;
  flex: none;
  width: 30rem;
  position: relative;
  overflow: hidden;
}

.swiper-slide-2.mod--hero3 {
  flex: none;
  width: 100%;
  position: relative;
}

.swiper-slide-2.mod--hero2 {
  flex: none;
  position: relative;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.modal__text-2 {
  max-width: 16rem;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5rem;
}

.heading-medium-3 {
  font-size: 4rem;
  font-weight: 500;
  line-height: .9;
}

.heading-medium-3.mod--preloader {
  text-align: center;
  letter-spacing: .8rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.attention__price-span {
  letter-spacing: .5rem;
  margin-left: .3125rem;
  display: inline-block;
}

.hero__run-wrap {
  background-color: #2f4a42;
  background-image: url('../images/Noise_1Noise.webp');
  background-position: 0 0;
  background-size: 3.125rem;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  height: 28.125rem;
  margin-left: -7.85rem;
  margin-right: -7.85rem;
  display: flex;
  position: absolute;
  inset: -8.75rem 0% auto;
  transform: rotate(-5deg);
}

.collect__runline-wrap {
  flex-direction: column;
  align-items: stretch;
  min-height: 28.125rem;
  display: flex;
  position: absolute;
  bottom: -10rem;
  left: 0;
  right: 0;
  overflow: hidden;
}

.popular__lottie-wrap {
  z-index: -1;
  justify-content: flex-end;
  align-items: flex-start;
  max-width: 43.75rem;
  display: flex;
  position: absolute;
  inset: -15.625rem 0% auto;
}

.form__esult-ico {
  flex: none;
  width: 1.2rem;
  max-width: none;
  display: block;
}

.form__esult-ico.mod--modal {
  filter: brightness(1000%);
}

.preloader {
  z-index: 99;
  grid-row-gap: 4rem;
  color: #fcf9eb;
  background-color: #2f4a42;
  background-image: url('../images/Noise_1Noise.webp');
  background-position: 0 0;
  background-size: 3.125rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.modal__content-2 {
  z-index: 2;
  border-radius: 1.5rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  padding: 2.5rem 3rem 3rem;
  transition: all .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.span-anim {
  transition: color .2s, bottom .4s cubic-bezier(.215, .61, .355, 1), top .4s cubic-bezier(.215, .61, .355, 1);
  display: inline-block;
  position: relative;
  bottom: 0;
}

.span-anim.mod--up {
  bottom: -1.2rem;
}

.nav-2.mod--header {
  grid-column-gap: 1.25rem;
  align-items: center;
  display: flex;
}

.nav-2.mod--footer {
  grid-column-gap: 2.75rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  justify-items: start;
  display: grid;
}

.section-6 {
  padding: 4.5rem 1.25rem;
}

.section-6.mod--header {
  z-index: 90;
  padding-top: 0;
  padding-bottom: 0;
  position: absolute;
  inset: 1.5rem 0% auto;
}

.section-6.mod--popular {
  z-index: 2;
  padding-bottom: 46.25rem;
  position: relative;
}

.section-6.mod--painter {
  color: #fcf9eb;
  background-color: #2f4a42;
  background-image: url('../images/Noise_1Noise.webp');
  background-position: 0 0;
  background-size: 3.125rem;
  padding-bottom: 11.625rem;
  overflow: hidden;
}

.section-6.mod--footer {
  color: #fcf9eb;
  background-color: #161616;
  background-image: url('../images/Noise_1Noise.webp');
  background-position: 0 0;
  background-size: 3.125rem;
  padding-top: 5.5rem;
  padding-bottom: 5.5rem;
}

.section-6.mod--hero {
  color: #fff;
  background-color: #2f4a42;
  background-image: url('../images/Noise_1Noise.webp');
  background-position: 0 0;
  background-size: 3.125rem;
  padding-top: 10.75rem;
  padding-bottom: 14.375rem;
  overflow: hidden;
}

.section-6.mod--attention {
  z-index: 2;
  background-color: #f4f1e4;
  margin-top: -5rem;
  padding-top: 0;
  position: relative;
  overflow: hidden;
}

.section-6.mod--collect {
  color: #fcf9eb;
  background-color: #2f4a42;
  background-image: url('../images/Noise_1Noise.webp');
  background-position: 0 0;
  background-size: 3.125rem;
  position: relative;
}

.section-6.mod--renaissance {
  color: #fcf9eb;
  background-color: #2f4a42;
  background-image: url('../images/Noise_1Noise.webp');
  background-position: 0 0;
  background-size: 3.125rem;
}

.p.mod--flex {
  flex-wrap: wrap;
  display: flex;
}

.form__result-wrap {
  z-index: 1;
  justify-content: flex-start;
  align-items: center;
  padding-left: 1.2rem;
  display: flex;
  position: absolute;
  inset: 0%;
}

.form__result-wrap.mod--modal {
  padding-left: .6rem;
}

.logo-link-2.mod--footer {
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.popular__link-arrow-img {
  object-fit: contain;
  height: 100%;
  transition: all .4s;
  display: block;
  position: absolute;
  inset: 0%;
}

.popular__link-arrow-img.mod--hover {
  opacity: 0;
}

.text-size-medium-3 {
  font-size: 1.0625rem;
  line-height: 1.3;
}

.text-size-medium-3.text-color-orange.mod--collect-auth-text {
  padding-left: .75rem;
  padding-right: 1.5rem;
}

.social-link {
  border: .0625rem solid #fcf9eb33;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
  position: relative;
}

.hero__slider-nav {
  cursor: pointer;
  margin-top: 1.625rem;
  display: inline-block;
  overflow: hidden;
}

.heading-large-2 {
  font-size: 6.875rem;
  font-weight: 500;
  line-height: .9;
  display: inline-block;
}

.heading-large-2.text-color-orange.mod--count {
  letter-spacing: -.9rem;
  padding-top: .875rem;
  line-height: .6;
}

.heading-large-2.text-color-orange.mod--count.mod--first {
  padding-left: .5625rem;
}

.popular__link-line-wrap {
  background-color: #41240f;
  height: .0625rem;
  position: absolute;
  inset: auto 0% 0%;
}

.popular__lottie {
  flex: none;
  width: 56.25rem;
  min-width: 56.25rem;
  position: relative;
}

.heading-size-80 {
  font-size: 5rem;
}

.painter__arrow-ico {
  width: 5.5rem;
  transition: all .4s;
}

.hero__slider-nav-wrap {
  z-index: 2;
  width: 11.875rem;
  position: absolute;
  inset: 7.5rem 4.0625rem auto auto;
}

.follow-2 {
  z-index: 90;
  background-color: #141414;
  border-top: .0625rem solid #f3471e;
  justify-content: flex-start;
  align-items: center;
  height: 2rem;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
  overflow: hidden;
}

.content-4 {
  z-index: 2;
  width: 100%;
  max-width: 77.5rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.content-4.mod--essence {
  grid-row-gap: .375rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.content-4.mod--popular {
  grid-row-gap: 9rem;
  flex-direction: column;
  display: flex;
}

.list-item.mod--collect {
  z-index: 5;
  cursor: pointer;
  background-color: #41240f;
  border-radius: 6.25rem;
  align-items: center;
  margin-left: -.75rem;
  display: flex;
  position: relative;
}

.list-item.mod--collect.mod--2 {
  z-index: 4;
}

.list-item.mod--collect.mod--3, .list-item.mod--collect.mod--4 {
  z-index: 3;
}

.list-item.mod--collect.mod--5 {
  z-index: 2;
}

.text-wrap-2 {
  position: relative;
}

.text-wrap-2.mod--painter {
  justify-content: space-between;
  align-items: center;
  margin-top: 1.875rem;
  display: flex;
}

.text-wrap-2.mod--collect-auth-desc {
  white-space: nowrap;
  max-width: 0;
  transition: all .5s;
  overflow: hidden;
}

.text-wrap-2.mod--collect-auth-desc.active {
  max-width: 9.375rem;
}

.overflow-hidden-3 {
  position: relative;
  overflow: hidden;
}

.overflow-hidden-3.mod--img-heading {
  margin: -3.125rem 2rem -2rem;
}

.overflow-hidden-3.mod--img-heading.mod--essence1 {
  border-top-left-radius: 62.5rem;
  border-top-right-radius: 62.5rem;
}

.overflow-hidden-3.mod--img-heading.mod--2 {
  margin-top: -1.875rem;
}

.overflow-hidden-3.mod--img-painter {
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 17.6875rem;
  transition: all .8s cubic-bezier(.215, .61, .355, 1);
  display: flex;
}

.overflow-hidden-3.mod--img-painter.active {
  height: 29.375rem;
}

.overflow-hidden-3.mod--essence-subheading {
  position: absolute;
  top: 1.25rem;
  left: 0;
}

.overflow-hidden-3.mod--essence-descript {
  max-width: 23.75rem;
  margin-top: 5.5rem;
  margin-left: auto;
}

.overflow-hidden-3.mod--hero-tilda {
  position: absolute;
  bottom: 0;
  right: -5rem;
}

.overflow-hidden-3.mod--slider-hero1 {
  border-radius: 50%;
}

.overflow-hidden-3.mod--allingham {
  z-index: 3;
  position: absolute;
  inset: auto auto 2rem 2.625rem;
}

.overflow-hidden-3.mod--essence.mod--right {
  margin-left: auto;
}

.col-2 {
  flex: 1;
}

.col-2.col--4.mod--collect {
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  max-width: 21.25rem;
  display: flex;
}

.col-2.col--3.mod--footer {
  flex-direction: column;
  flex: 0 auto;
  justify-content: space-between;
  align-items: flex-start;
  min-width: 23.75rem;
  padding-left: 2.75rem;
  display: flex;
}

.col-2.col--3.mod--renaissance2 {
  justify-content: flex-end;
  padding-right: 1.3125rem;
  display: flex;
}

.col-2.col--3.mod--header {
  grid-column-gap: 4.25rem;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  min-width: 26.25rem;
  display: flex;
}

.col-2.col--3.mod--collect {
  flex-direction: column;
  justify-content: space-between;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: flex;
  position: relative;
}

.col-2.col--3.mod--popular2 {
  max-width: 23.75rem;
  overflow: hidden;
}

.col-2.col--2.mod--renaissance2 {
  flex: 0 auto;
  max-width: 30rem;
}

.col-2.col--2.mod--popular2 {
  max-width: 15rem;
  position: relative;
  left: -1.5rem;
}

.col-2.col--2.mod--footer {
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.col-2.col--2.mod--renaissance {
  grid-column-gap: .875rem;
  justify-content: space-between;
  max-width: 53.75rem;
  display: flex;
}

.col-2.col--2.mod--popular {
  max-width: 50%;
}

.col-2.col--2.mod--collect {
  max-width: 21.25rem;
  padding-right: 4.5rem;
  position: relative;
}

.col-2.col--2.mod--header {
  text-align: center;
}

.col-2.col--2.mod--attention {
  flex: 0 auto;
  width: 100%;
  max-width: 51.25rem;
  position: relative;
  overflow: hidden;
}

.col-2.col--1.mod--attention {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.col-2.col--1.mod--renaissance {
  max-width: 14.375rem;
}

.col-2.col--1.mod--header {
  flex: 0 auto;
  min-width: 25rem;
}

.col-2.col--1.mod--footer {
  grid-row-gap: 2.5rem;
  flex-direction: column;
  flex: 0 auto;
  justify-content: space-between;
  min-width: 23.75rem;
  padding-right: 2.75rem;
  display: flex;
}

.col-2.col--1.mod--popular {
  flex-direction: column;
  flex: 0 auto;
  justify-content: space-between;
  max-width: 23.75rem;
  display: flex;
}

.col-2.col--1.mod--renaissance2 {
  padding-top: .25rem;
}

.col-2.col--1.mod--popular2 {
  flex-direction: column;
  flex: 0 auto;
  justify-content: space-between;
  max-width: 11.6875rem;
  display: flex;
}

.col-2.col--1.mod--collect {
  flex: 0 auto;
  width: 100%;
  margin-bottom: 2.5rem;
  overflow: hidden;
}

.popular__link {
  align-items: center;
  height: 4.25rem;
  transition-duration: .4s;
  display: flex;
  position: relative;
}

.popular__link:hover {
  color: #f3471e;
}

.logo-2 {
  width: 12.1875rem;
  display: block;
}

.link-oval {
  z-index: -1;
  border: .0625rem solid #fff6;
  border-radius: 50%;
  position: absolute;
  inset: 0%;
  transform: rotate(-7deg);
}

.footer__copyright {
  grid-column-gap: 1.0625rem;
  align-items: center;
  margin-top: 2.25rem;
  display: flex;
}

.text-size-big {
  font-size: 1.25rem;
}

.remodal-2.remodal--global {
  text-align: left;
  background-color: #fcf9eb;
  width: 100%;
  max-width: 37.25rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  position: relative;
  overflow: hidden;
  transform: translate(0);
}

.social {
  grid-column-gap: .9375rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.form__result-2 {
  align-items: center;
  width: 0;
  transition: all .2s;
  display: flex;
  overflow: hidden;
}

.form__result-2.active {
  width: 1.2rem;
  transition-duration: 1s;
}

.img-2 {
  position: relative;
}

.img-2.mod--allingham {
  transition: all .5s;
  display: block;
  position: relative;
  bottom: -4rem;
}

.img-2.mod--renaissance-logo {
  width: 1.8125rem;
}

.img-2.mod--slider-hero2 {
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  width: 13.75rem;
  max-width: none;
  display: block;
}

.img-2.mod--collect-logobig {
  width: 12.1875rem;
}

.img-2.mod--gif {
  z-index: 2;
  display: block;
  position: absolute;
}

.img-2.mod--gif.mod--hero-gif5 {
  border-radius: 6.25rem 3.75rem 3.75rem 6.25rem;
  width: 6.5rem;
  height: 6.1875rem;
  top: 1.0625rem;
  left: 2.6875rem;
}

.img-2.mod--gif.mod--collect-gif {
  opacity: 1;
  width: 31.25rem;
  top: 0;
  left: 14.25rem;
}

.img-2.mod--gif.mod--essence-gif {
  border-top-left-radius: 3.125rem;
  border-top-right-radius: 3.125rem;
  width: 3.4375rem;
  top: 0;
  left: 1.8125rem;
}

.img-2.mod--gif.mod--popular-gif {
  border-radius: .625rem;
  width: 4.375rem;
  height: 5.4375rem;
  top: .75rem;
  left: 6rem;
}

.img-2.mod--gif.mod--collect-gif2 {
  opacity: 1;
  border-top-left-radius: 1.875rem;
  border-top-right-radius: 1.875rem;
  width: 2.625rem;
  top: 3.1875rem;
  left: 6.875rem;
}

.img-2.mod--gif.mod--hero-gif1 {
  border-radius: 2.5rem;
  width: 16.8125rem;
  top: 3.8125rem;
  left: 5rem;
}

.img-2.mod--gif.mod--hero-gif2 {
  border-radius: 6.25rem 5rem 5.625rem 6.25rem;
  width: 13.75rem;
  top: 7.4375rem;
  left: 7.25rem;
}

.img-2.mod--gif.mod--hero-gif5-overlay {
  z-index: 3;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.img-2.mod--popular3 {
  width: 11.6875rem;
  display: block;
}

.img-2.mod--painter {
  object-fit: cover;
  width: 30rem;
  max-width: none;
  height: 28.125rem;
  transition: all .8s cubic-bezier(.215, .61, .355, 1);
  display: block;
  position: relative;
}

.img-2.mod--painter.active {
  width: 31.875rem;
  height: 30rem;
}

.img-2.mod--slider-hero1 {
  object-fit: cover;
  border-radius: 50%;
  width: 30rem;
  max-width: none;
  height: 41.375rem;
  display: block;
  position: relative;
  transform: scale(1);
}

.img-2.mod--essence2 {
  width: 6.875rem;
  max-width: none;
  transition: all .4s;
  display: block;
  transform: scale(1.2);
}

.img-2.mod--collect-logo {
  width: 3.4375rem;
  margin-bottom: 4rem;
}

.img-2.mod--renaissance1 {
  width: 6.875rem;
  max-width: none;
  transition: all .4s;
  display: block;
  transform: scale(1.2);
}

.img-2.mod--collect-auth {
  border: .0625rem solid #f3471e00;
  border-radius: 6.25rem;
  flex: none;
  width: 3.75rem;
  transition: all .2s;
}

.img-2.mod--collect-auth.active {
  border-color: #f3471e;
}

.img-2.img-width-100 {
  width: 100%;
  display: block;
}

.img-2.img-width-100.mod--renaissance3 {
  width: 102%;
  max-width: 102%;
}

.img-2.mod--footer-logo-small {
  width: 3.375rem;
}

.img-2.mod--preloader-logo {
  width: 4.0625rem;
}

.img-2.mod--popular2 {
  width: 38.75rem;
  display: block;
}

.img-2.mod--popular1 {
  border-top-left-radius: 62.5rem;
  border-top-right-radius: 62.5rem;
  width: 23.75rem;
  display: block;
}

.img-2.mod--popular4 {
  width: 15rem;
  display: block;
}

.img-2.mod--essence1 {
  width: 7.25rem;
  max-width: none;
  display: block;
}

.span.mod--img-descript {
  display: inline-block;
}

.span.mod--img-descript.mod--3 {
  max-width: 23.75rem;
  margin-left: auto;
}

.span.mod--img-descript.mod--second {
  width: 100%;
}

.span.mod--img-descript.mod--first {
  text-align: right;
  flex: 1;
}

.modal__text-wrap-2 {
  justify-content: space-between;
  width: 100%;
  margin-bottom: 1rem;
  display: flex;
}

.renaissance__img-circle {
  z-index: -1;
  color: #41240f;
  text-align: center;
  background-color: #fcf9eb;
  border-radius: 50%;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.popular__lottie-anim {
  z-index: -1;
  height: 187.5rem;
  position: absolute;
  inset: 25rem 0% 0%;
}

.footer__block {
  width: 100%;
}

.footer__block.mod--copyright, .footer__block.mod--nav {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.form-2 {
  grid-column-gap: 1rem;
  display: flex;
  position: relative;
}

.form__submit-wrap {
  background-color: #f3471e;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.form__submit-wrap.mod--modal {
  z-index: 2;
  width: 2.5rem;
  height: 2.5rem;
  position: absolute;
  bottom: .9375rem;
  right: 0;
}

.painter__arrow {
  z-index: 5;
  cursor: pointer;
  position: absolute;
  bottom: -4.375rem;
}

.painter__arrow.mod--next {
  right: 0;
}

.painter__arrow.mod--prev {
  left: 0;
  transform: rotate(180deg);
}

.hero__slider1-glow-wrap {
  z-index: -2;
  opacity: .3;
  filter: blur(6.25rem);
  position: absolute;
  inset: -10rem 0% auto;
}

.form__submit-2 {
  z-index: 3;
  opacity: 0;
  position: absolute;
  inset: 0%;
}

.link-oval-hover {
  border: .0625rem solid #f3471e;
  border-radius: 50%;
  margin: -.0625rem;
  transition: all .5s;
  position: absolute;
  inset: 0%;
}

.input-2 {
  color: #fcf9eb;
  background-color: #fff0;
  border: .0625rem solid #fcf9eb33;
  border-radius: 6.25rem;
  height: 3.5rem;
  margin-bottom: 0;
  padding-left: 1.5rem;
  font-size: 1.0625rem;
}

.input-2:focus {
  border-color: #fcf9eb33;
}

.input-2::placeholder {
  color: #fcf9eb;
}

.input-2.mod--modal {
  color: #41240f;
  border-width: 0 0 .0625rem;
  border-bottom-color: #41240f33;
  border-radius: 0;
  height: 4.5rem;
  padding-left: 0;
}

.input-2.mod--modal::placeholder {
  color: #41240f80;
}

.hero__slider-arrow {
  transition: transform .2s;
}

.swiper-2 {
  width: 100%;
  position: relative;
}

.swiper-2.mod--hero3 {
  z-index: 0;
  width: 100%;
  overflow: hidden;
}

.swiper-2.mod--hero1 {
  width: 30rem;
  overflow: visible;
}

.swiper-2.mod--hero2 {
  margin-bottom: 1.5rem;
  overflow: hidden;
}

.swiper-2.mod--painter {
  min-height: 34.375rem;
  overflow: visible;
}

.hero__slider1-glow {
  background-image: radial-gradient(circle farthest-side, #dbfefc, #dbfefc00);
  width: 32rem;
  height: 32rem;
}

.row {
  align-items: center;
  display: flex;
}

.row.mod--right {
  margin-left: auto;
}

.modal__close-2 {
  z-index: 5;
  opacity: 1;
  filter: none;
  cursor: pointer;
  background-image: url('../images/ico-close-modal.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 1.5rem;
  width: 1.5rem;
  height: 1.5rem;
  transition: all .2s;
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
}

.modal__close-2:hover {
  opacity: .9;
}

.popular__link-arrow {
  justify-content: center;
  align-items: center;
  width: 1.875rem;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.text-anim {
  display: block;
}

.text-anim.mod--absolute {
  position: absolute;
  bottom: 1.2rem;
  left: 0;
}

.popular__links {
  text-transform: uppercase;
}

.modal__heading-2 {
  max-width: 11.25rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.75rem;
}

.social-ico {
  z-index: 1;
  filter: invert() brightness(120%);
  width: 1.75rem;
  transition: all .2s;
  display: block;
  position: relative;
}

.runline {
  background-color: #f3471e;
  background-image: url('../images/logo-run.svg');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: auto 100%;
  height: 6.25rem;
  margin-right: -62.5rem;
  position: relative;
  right: 0;
}

.hero__slider1 {
  justify-content: flex-start;
  align-items: center;
  width: 34.25rem;
  margin-left: auto;
  margin-right: auto;
  padding: 2.125rem;
  display: flex;
  position: relative;
}

.hero__slider1-border {
  z-index: 1;
  border: .0625rem solid #f3471e;
  border-radius: 50%;
  position: absolute;
  inset: 0%;
}

.main-3 {
  min-height: 90vh;
}

.hidden {
  display: none;
}

.hero__text-wrap {
  position: absolute;
}

.hero__text-wrap.mod--count {
  width: 10.625rem;
  bottom: 0;
  right: 13.125rem;
}

.hero__text-wrap.mod--main {
  width: 20.5rem;
  bottom: 0;
  left: 0;
}

.link-contact {
  text-transform: uppercase;
}

.link-contact:hover {
  color: #f3471e;
}

.preloader__line {
  background-color: #f3471e;
  width: 21.25rem;
  height: .0625rem;
}

.collect__desc-wrap {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  max-width: 15.625rem;
  display: flex;
}

.img-wrap-2 {
  position: relative;
}

.img-wrap-2.mod--renaissance4 {
  width: 26.4375rem;
}

.img-wrap-2.mod--renaissance3 {
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 26.4375rem;
  height: 37.125rem;
  display: flex;
  overflow: hidden;
}

.list.mod--collect {
  align-items: center;
  padding-left: .75rem;
  display: flex;
}

.list.mod--attention {
  grid-row-gap: .625rem;
  flex-direction: column;
  margin-bottom: 2rem;
  font-size: 1.0625rem;
  line-height: 1.3;
  display: flex;
}

.list.mod--footer {
  grid-row-gap: 1rem;
  flex-direction: column;
  display: flex;
}

.nav-line {
  background-color: #fff;
  width: 2.75rem;
  height: .0625rem;
}

.line-gorizont {
  background-color: #f3471e;
  width: 2.5rem;
  height: .0625rem;
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
}

.line-gorizont.mod--footer {
  margin-bottom: 1.5rem;
}

.link {
  color: #fcf9eb;
  text-align: center;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  font-size: .875rem;
  transition: all .2s;
  display: flex;
  position: relative;
}

.link.mod--btn {
  flex: none;
  width: 7.875rem;
  height: 2.625rem;
}

.link.mod--btn.mod--header {
  margin-right: -2.5rem;
}

.link.mod--nav:hover {
  color: #f3471e;
}

.attention__price {
  font-size: 1.625rem;
}

.form__submit-arrow {
  z-index: 1;
  filter: brightness(0%) invert();
  width: 1.25rem;
  transition: all .2s;
  display: block;
  position: relative;
  bottom: 0;
}

.form__submit-arrow.active {
  opacity: 0;
}

.form__submit-arrow.mod--modal {
  bottom: -.1rem;
}

.popular__link-line {
  background-color: #f3471e;
  width: 0%;
  height: 100%;
  transition: all .5s;
}

.collect__runline {
  background-color: #2f4a42;
  background-image: url('../images/Noise_1Noise.webp');
  background-position: 0 0;
  background-size: 3.125rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 7.5rem;
  margin-left: -3.05rem;
  margin-right: -3.05rem;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
  transform: rotate(-5deg);
}

.swiper-wrapper-2 {
  flex-flow: row;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
}

.logo-halolab {
  width: 3.625rem;
}

.renaissance__img-content {
  z-index: 2;
  color: #41240f;
  text-align: center;
  border-radius: 50%;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin: 5.5rem 3.875rem;
  padding: 2.5rem 2.1875rem;
  display: flex;
  position: absolute;
  inset: 0%;
}

.slide-content {
  position: relative;
}

.slide-content.mod--hero2 {
  border-top-left-radius: 125rem;
  border-top-right-radius: 125rem;
  overflow: hidden;
}

.slide-content.mod--hero1 {
  border-radius: 50%;
  width: 100%;
  transition: all .4s;
  right: 0%;
  overflow: hidden;
  transform: translate(0);
}

.body {
  background-image: url('../images/noise2.webp');
  background-position: 0 0;
  background-size: auto;
}

.heading-medium-2-copy {
  color: var(--dark);
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.2;
}

.heading-medium-2-copy.mod--tabs {
  margin-bottom: .75rem;
  transition: transform 1s, opacity .5s;
  position: relative;
  transform: translate(0, 120%);
}

.heading-medium-2-copy.mod--tabs.active {
  color: var(--color1);
  font-family: Monotype helvetica now display, sans-serif;
  font-weight: 700;
  transform: none;
}

.text-block-2 {
  background-color: var(--transparent);
  color: var(--darg-gray);
}

.text-block-2-copy {
  background-color: var(--transparent);
  color: var(--darg-gray);
  font-size: 14px;
}

.text-copy {
  color: var(--dark);
}

.text-copy.mod--tabs-desc {
  opacity: .9;
  max-width: 18rem;
  transition: transform 1s, opacity .5s;
  position: relative;
  transform: translate(0, 120%);
}

.text-copy.mod--tabs-desc.active {
  color: var(--dark);
  max-width: 27.9rem;
  transform: none;
}

.text-copy.mod--absolute {
  color: var(--color-5);
  position: absolute;
  bottom: -1.5em;
  left: 0;
}

.text-copy.mod--absolute.mod--3 {
  bottom: -2em;
}

.text-copy.mod--absolute.mod--2 {
  bottom: -3em;
}

.text-copy.mod--absolute.mod--4 {
  bottom: -4em;
}

.text-copy.mod--card-number {
  letter-spacing: -.035em;
  font-size: 5.125rem;
  font-weight: 600;
  line-height: 1;
}

.text-copy.mod--card-number-desc {
  margin-top: .25rem;
}

.text-block-3 {
  font-size: 15px;
}

.popup-close {
  z-index: 2;
  color: #000;
  cursor: pointer;
  background-color: #e9e9e9;
  border-radius: 999em;
  justify-content: center;
  align-items: center;
  width: 3.5em;
  height: 3.5em;
  display: flex;
  position: absolute;
  inset: 1em 1em auto auto;
}

.section-7 {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 5em;
  padding-bottom: 5em;
  display: flex;
}

.copy-large {
  font-size: 1.45em;
  font-weight: 400;
  line-height: 1.4em;
}

.center-w3 {
  width: 100%;
  max-width: 60em;
  margin-left: auto;
  margin-right: auto;
}

.popup-wrapper {
  z-index: 999;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.p-sm-end {
  padding-bottom: 3em;
}

.popup-toggle {
  cursor: pointer;
}

.code-highlight {
  opacity: 1;
  background-color: #ffebcb9c;
  border: 1px dashed #c28627;
  border-radius: .4em;
  padding: 0 .5em .2em;
  font-style: italic;
  display: inline-block;
}

.popup-background {
  z-index: 0;
  background-color: #000000a6;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.popup-group {
  text-align: left;
  margin-bottom: 0;
  margin-right: 30px;
  padding-bottom: 0;
  padding-right: 0;
  font-size: 11px;
}

.popup-toggle-text {
  text-align: center;
  padding-top: 8px;
  padding-left: 3px;
  font-size: 14px;
  line-height: 1;
  text-decoration: underline;
}

.popup-content {
  margin: 2.5em 3em;
}

.popup-inner {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.p-sm-start {
  padding-top: 3em;
}

.popup-content-wrapper {
  z-index: 1;
  background-color: #fff;
  border-radius: 1.2em;
  width: 90vw;
  max-width: 55em;
  max-height: 90%;
  position: relative;
  overflow: auto;
}

.copy-medium {
  font-size: 1.3em;
  font-weight: 400;
  line-height: 1.45em;
}

.popup-close-icon {
  width: 1em;
  height: 1em;
}

.section-8 {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100vw;
  height: 100vh;
  max-height: 100vh;
  display: flex;
}

.container-5 {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.button-4 {
  color: #100a29;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #fee87600;
  border: 4px solid #fff;
  border-radius: 50px;
  flex-direction: row;
  justify-content: center;
  width: 75px;
  height: 75px;
  margin-left: auto;
  margin-right: auto;
  padding: 18px 0 15px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1em;
  transition: box-shadow .2s, background-color .2s;
  display: flex;
  position: relative;
  box-shadow: 0 4px 4px #0f053433, 0 3px 24px #0f053480;
}

.button-4:hover {
  background-color: #fde15100;
  box-shadow: 0 5px 7px #0f053426, 0 3px 24px #0f0534cc;
}

.text-blk {
  color: #f5f5f5;
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  font-size: 15px;
  line-height: 1.8em;
  display: flex;
}

.modal {
  z-index: 2;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: none;
  position: fixed;
  inset: 0%;
}

.modal__body {
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  width: 100vw;
  max-width: 100vw;
  height: 100vh;
  max-height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.modal__close-3 {
  z-index: 99999;
  opacity: .8;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  transition: opacity .2s;
  display: flex;
  position: absolute;
  top: 10px;
  right: 10px;
}

.modal__close-3:hover {
  opacity: 1;
}

.close-image {
  color: #fff;
  background-image: linear-gradient(#fff0, #fff0);
  position: absolute;
}

.modal__text-wrap-3 {
  color: #443e5b;
  letter-spacing: .7px;
  width: 100vw;
  height: 100vh;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5em;
}

.html-embed {
  width: 100%;
  height: 100%;
}

.heading-252 {
  z-index: -1;
  color: #ffffff61;
  text-align: center;
  letter-spacing: 0;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 200px;
  font-weight: 400;
  line-height: 200px;
  position: fixed;
  inset: 0% auto 0% -17%;
  transform: rotate(-90deg);
}

.paragraph {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 0;
  padding-left: 140px;
  padding-right: 100px;
  font-family: Monotype helvetica now display, sans-serif;
  font-size: 1.6em;
  font-weight: 500;
}

.heading-253 {
  margin-bottom: 50px;
}

.button-5 {
  margin-top: 20px;
  font-size: 1.3em;
}

.button-6 {
  background-color: var(--color-5);
  perspective: 25px;
  border-radius: 10px;
  margin-top: 20px;
  padding: 15px 20px;
  font-size: 1.2em;
  transform: perspective(25px);
}

.heading-2-copy {
  margin-top: 60px;
  margin-bottom: 10px;
  font-size: 2.4em;
}

@media screen and (max-width: 991px) {
  .container {
    padding-left: 3em;
    padding-right: 3em;
  }

  .typo-zoom-text-wrapper {
    width: 70%;
  }

  .container-2 {
    max-width: 728px;
  }

  .navbar-wrapper-three {
    justify-content: space-between;
  }

  .navbar-brand-three {
    position: relative;
  }

  .nav-menu-wrapper-three {
    background-color: #0000;
    top: 70px;
  }

  .nav-menu-three {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .home_projects {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .is-companyblogs-animation {
    width: 100%;
  }

  .is-social_animation {
    width: 23em;
  }

  .is-naming-animation {
    width: 100%;
  }

  .grid_item-2.is-marketingcontent {
    justify-content: flex-end;
    width: 50%;
  }

  .grid_item-2.is-funny {
    justify-content: center;
    align-items: center;
    width: 50%;
  }

  .grid_item-2.is-paidadcopy, .grid_item-2.is-social {
    width: 50%;
  }

  .grid_item-2.is-naming {
    justify-content: flex-start;
    width: 50%;
  }

  .grid_item-2.is-editorial {
    justify-content: flex-start;
    align-items: center;
    width: 50%;
  }

  .grid_item-2.about_text_container {
    text-align: left;
    width: 100%;
    max-width: 64ch;
    margin-top: 64px;
    padding: 0 0;
  }

  .grid_item-2.about_picture {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .grid_item-2.footer_contact {
    border-bottom: 4px solid #222;
    border-right-style: none;
    border-right-width: 2px;
    width: 100%;
    padding: 56px 32px;
  }

  .grid_item-2.footer_social {
    width: 50%;
    padding: 32px;
  }

  .grid_item-2.footer_navigation {
    border-right: 4px solid #222;
    width: 50%;
    padding: 32px;
  }

  .container-3, .container-3.container_projects {
    max-width: 56em;
  }

  .is-funny_animation {
    width: 18em;
  }

  .is-projecttext {
    font-size: 1.5em;
  }

  .is-paidadcopy-animation {
    width: 23em;
  }

  .is-marketingcontent_animation {
    width: 100%;
  }

  .stars-6 {
    width: 11%;
    top: 9%;
    left: 7%;
  }

  .hero {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .container-4 {
    max-width: 56em;
  }

  .stars-7 {
    bottom: 32%;
    left: 4%;
  }

  .stars-4 {
    bottom: -3%;
    right: 8%;
  }

  .stars-5 {
    width: 16%;
    top: 6%;
    right: 3%;
  }

  .stars-3 {
    width: 11em;
    top: 4%;
    bottom: auto;
    right: 9%;
  }

  .ur-so-cute {
    top: 13%;
    left: 59%;
  }

  .about {
    border-top-width: 4px;
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .about_animation {
    align-self: center;
    width: 45%;
  }

  .isnt-she-cute {
    width: 19em;
    inset: 36% 5% auto auto;
    transform: rotate(-30deg);
  }

  .stars-2 {
    width: 10em;
    top: 36%;
    left: 9%;
  }

  .contact_item {
    width: 65%;
    padding-right: 24px;
  }

  .footer_heading {
    font-size: 30px;
  }

  .email_item {
    align-self: center;
    width: 35%;
  }

  .grid_item_50.copyright {
    border-top-width: 4px;
    border-right-style: none;
    width: 100%;
  }

  .grid_item_50.colophon {
    border-top-width: 4px;
    width: 100%;
  }

  .looping_container {
    border-top-width: 4px;
    border-bottom-width: 4px;
    font-size: 1.5em;
  }

  .footer_subheading {
    font-size: 20px;
  }

  .button {
    border-width: 4px;
    font-size: 1.3em;
  }

  .footer_link {
    font-size: 20px;
  }

  .footer_ending {
    flex-wrap: wrap;
    font-size: 16px;
  }

  .loading_animation {
    width: 80%;
  }

  .scroll-inner {
    width: 600vw;
  }

  .scroll-card {
    width: 60vw;
    height: 61.8%;
    bottom: 0%;
  }

  .text-size-large {
    font-size: 16px;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .container-small {
    max-width: 90%;
  }

  .how-it-works_item {
    grid-template-columns: 1fr 10rem 1fr;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .how-it-works_date-text {
    text-align: right;
  }

  .text-size-medium {
    text-align: left;
    margin-bottom: 20px;
    font-size: 13px;
  }

  .why-reel-pay_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .footer_top-wrapper {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .features_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .facts_component {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
  }

  .heading-style-h2 {
    font-size: 2.75rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .button-group.is-center {
    flex-direction: column;
  }

  .mission_component {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
  }

  .heading-medium {
    font-size: 1.75rem;
  }

  .additional-features_component {
    grid-column-gap: 2rem;
  }

  .max-width-medium.align-center {
    max-width: 80%;
  }

  .faq_question {
    font-size: 13px;
  }

  .slider_heading-wrapper {
    grid-column-gap: 3rem;
  }

  .heading-style-h5 {
    font-size: 20px;
  }

  .slider_component {
    padding-left: 0;
    padding-right: 0;
  }

  .slide_arrow {
    inset: auto auto 0% 17%;
  }

  .slider_heading {
    margin-right: 3rem;
  }

  .slider_mask {
    width: 50%;
  }

  .slider_button-row {
    flex: none;
  }

  .slide_arrow-copy.left {
    inset: auto auto 0% 0%;
  }

  .slide_arrow-copy.left.ghost {
    left: 0%;
  }

  .slide_arrow-copy.ghost {
    inset: auto auto 0% 17%;
  }

  .faq_section-title {
    width: 100%;
    max-width: 32rem;
    position: static;
  }

  .graphic_faq {
    max-width: 36rem;
    top: -13.8rem;
    left: 1.6rem;
  }

  .faq_bg {
    z-index: 0;
  }

  .faq_answer-content {
    padding-bottom: 1.5rem;
  }

  .faq_question-2 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .faq_section-content {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .faq_section {
    grid-row-gap: 5rem;
    flex-flow: column wrap;
  }

  .c-container {
    flex: 1;
    width: auto;
  }

  .c-title-2 {
    font-size: 50px;
    line-height: 66px;
  }

  .c-partner_left-block {
    padding-left: 24px;
    padding-right: 24px;
  }

  .c-dev_card {
    width: 89%;
  }

  .c-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .c-dev_process {
    min-height: 274px;
  }

  .c-tech-stack_system-image {
    height: auto;
  }

  .heading-medium-2 {
    color: var(--dark);
    font-family: Monotype helvetica now display, sans-serif;
    font-size: 16px;
    font-weight: 700;
  }

  .text-block {
    font-size: 13px;
  }

  .skills__achieve.mod--desctop {
    display: none;
  }

  .skills__achieve.mob--mob {
    z-index: 3;
    width: 162px;
    height: 70px;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
    position: absolute;
    inset: -35px 16px auto auto;
  }

  .skills__achieve-txt-wrap {
    margin-top: 0;
    margin-bottom: 0;
    position: absolute;
    transform: translate(0, -60px);
  }

  .skills__achieve-txt-wrap.active {
    opacity: 1;
    transition: all .3s;
    transform: none;
  }

  .skills__achieve-txt-wrap.active.done {
    transform: translate(0, 60px);
  }

  .skills__achieve-desc {
    font-size: 12px;
    line-height: 1.2em;
  }

  .skills__video-nav {
    bottom: 20px;
    right: 20px;
  }

  .skills__video {
    height: 29vw;
    margin-bottom: -5px;
  }

  .skills__achieve-line {
    display: none;
  }

  .skills__top {
    margin-bottom: 30px;
    display: block;
  }

  .skills__txt-desc {
    margin-top: -14px;
  }

  .section-4 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .skills__achieve-title {
    margin-right: 8px;
    font-size: 28px;
  }

  .skills__col {
    flex: none;
  }

  .skills__col.mod--video {
    position: relative;
  }

  .skills__video-wrap {
    align-items: stretch;
    max-width: 50vw;
    height: 26.5vw;
    min-height: auto;
  }

  .swiper__nav {
    margin-top: 32px;
  }

  .swiper-slide.slide--stories {
    width: auto;
  }

  .swiper__nav-arrow:hover {
    border-color: #0000;
  }

  .swiper__nav-arrow.mod--left {
    border-color: #1e1e2f26;
  }

  .popup-content-wrapper {
    max-height: 92%;
  }

  .heading-252 {
    font-size: 150px;
    line-height: 125px;
  }

  .paragraph {
    margin-top: 0;
    margin-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
  }

  .button-6 {
    font-size: 16px;
  }

  .heading-2-copy {
    font-size: 26px;
  }

  .text-block-4 {
    font-size: 13px;
  }

  .text-block-5 {
    font-family: Ubuntu, Helvetica, sans-serif;
    font-size: 13px;
  }

  .text-block-6, .text-block-7, .text-block-8, .paragraph-2, .paragraph-3, .paragraph-4, .paragraph-5, .paragraph-6, .paragraph-7, .paragraph-8, .paragraph-9, .paragraph-10 {
    font-size: 13px;
  }

  .heading-254 {
    text-align: left;
    font-size: 26px;
  }
}

@media screen and (max-width: 767px) {
  .typo-zoom-text-wrapper {
    width: 75%;
  }

  .navbar-brand-three {
    padding-left: 0;
  }

  .nav-menu-three {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-menu-block {
    flex-direction: column;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .home_projects {
    padding-top: 32px;
  }

  .is-social_animation {
    width: 18em;
  }

  .is-naming-animation {
    width: 96%;
  }

  .grid_item-2.is-marketingcontent {
    height: 25em;
  }

  .grid_item-2.is-funny {
    justify-content: flex-end;
    height: 25em;
  }

  .grid_item-2.is-paidadcopy, .grid_item-2.is-social {
    height: 25em;
  }

  .grid_item-2.is-naming {
    justify-content: flex-start;
    height: 25em;
  }

  .grid_item-2.is-editorial {
    justify-content: center;
    height: 25em;
  }

  .grid_item-2.footer_contact {
    text-align: center;
    border-bottom-width: 4px;
    border-right-style: none;
    flex-wrap: wrap;
  }

  .grid_item-2.footer_social {
    width: 100%;
  }

  .grid_item-2.footer_navigation {
    border-bottom: 4px solid #000;
    border-right-style: none;
    border-right-width: 2px;
    width: 100%;
  }

  .container-3, .container-3.container_projects {
    max-width: 42em;
  }

  .is-funny_animation {
    width: 16em;
  }

  .is-paidadcopy-animation {
    width: 17em;
  }

  .stars-6 {
    top: 5%;
    left: 3%;
  }

  .hero {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .container-4 {
    max-width: 42em;
  }

  .stars-7 {
    bottom: 32%;
  }

  .home_hero_copy {
    font-size: 4.3em;
  }

  .stars-4 {
    bottom: -5%;
  }

  .stars-5 {
    width: 12%;
    top: 19%;
    right: 3%;
  }

  .stars-3 {
    width: 9em;
    right: 5%;
  }

  .isnt-she-cute {
    width: 15em;
    top: 30%;
  }

  .stars-2 {
    width: 9em;
  }

  .contact_item, .email_item {
    width: 100%;
  }

  .grid_item_50.copyright, .grid_item_50.colophon {
    border-top-width: 4px;
  }

  .looping_container {
    border-top-width: 4px;
    border-bottom-width: 4px;
  }

  .footer_subheading {
    font-size: 18px;
  }

  .button {
    font-size: 16px;
  }

  .loading_animation {
    width: 100%;
  }

  .sticky-wrap {
    height: auto;
    overflow: visible;
  }

  .description {
    margin-top: .875rem;
    font-size: 1.125rem;
  }

  .scroll-inner {
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: auto;
  }

  .scroll-card {
    border-bottom-right-radius: 2rem;
    border-bottom-left-radius: 2rem;
    width: 100%;
    margin: 1rem 0;
  }

  .heading {
    font-size: 1.75rem;
  }

  .text-size-large {
    font-size: 1.125rem;
  }

  .how-it-works_progress {
    left: .375rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .how-it-works_item {
    grid-row-gap: 1.5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 4rem 1fr;
    width: 100%;
  }

  .how-it-works_centre {
    justify-content: flex-start;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .how-it-works_date-text {
    text-align: left;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .why-reel-pay_mobile-image {
    position: static;
  }

  .why-reel-pay_mobile-image-wrapper {
    width: 100%;
    margin-top: 2.5rem;
    display: block;
  }

  .why-reel-pay_desktop-image-wrapper {
    display: none;
  }

  .why-reel-pay_content {
    height: auto;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .why-reel-pay_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .footer_top-wrapper {
    grid-row-gap: 3rem;
  }

  .footer_bottom-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-bottom: 1rem;
  }

  .footer_menu-wrapper {
    grid-column-gap: 1.5rem;
  }

  .footer_legal-list {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-auto-flow: row;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .footer_credit-text {
    margin-top: 2rem;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .features_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .integration-illustration, .notification-illustration {
    position: static;
  }

  .life-time-value-illustration {
    inset: auto 0% 0% auto;
  }

  .facts_component {
    grid-template-columns: 1fr;
  }

  .facts_component.background-color-blue {
    padding-bottom: 6rem;
  }

  .heading-style-h2 {
    font-size: 2.25rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .mission_component {
    grid-template-columns: 1fr;
  }

  .heading-medium {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .additional-features_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .faq_answer {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .faq_question {
    padding: 1rem 1.25rem;
  }

  .slider_heading-wrapper {
    grid-row-gap: 2rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .heading-style-h5 {
    font-size: 1.25rem;
  }

  .slider_component {
    padding-bottom: 6rem;
  }

  .slider_heading {
    margin-right: 0;
  }

  .text-size-medium-2 {
    font-size: 1rem;
  }

  .slider_mask {
    width: 80%;
  }

  .slider_slide {
    padding-right: 1.5rem;
  }

  .slider_button-row {
    justify-content: flex-start;
    width: 100%;
  }

  .slider_button-row.show-mobile-landscape {
    margin-top: 2.5rem;
    display: flex;
  }

  .slide_arrow-copy.left {
    right: 3.5rem;
  }

  .faq_answer-2 {
    margin-bottom: 1.25rem;
  }

  .graphic_faq {
    max-width: 25rem;
    top: -9.2rem;
    left: -1rem;
  }

  .page-padding {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .faq_answer-content {
    padding-bottom: 1.25rem;
  }

  .faq_question-2 {
    padding-top: 1.25rem;
    padding-bottom: 1rem;
  }

  .faq_section {
    grid-row-gap: 3.5rem;
  }

  .c-partner_stacked {
    padding-left: 24px;
    padding-right: 24px;
  }

  .c-partner {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    padding-top: 0;
    padding-bottom: 60px;
  }

  .c-container.cc-mobile-margin0 {
    padding-left: 0;
    padding-right: 0;
  }

  .c-title-2 {
    font-size: 28px;
    line-height: 38px;
  }

  .c-partner_left-block {
    width: 100%;
    margin-bottom: 64px;
  }

  .c-dev_card {
    width: 100%;
    max-width: none;
    padding: 24px;
  }

  .c-dev_card._01.cc-shadow, .c-dev_card._03, .c-dev_card._02, .c-dev_card._05, .c-dev_card._04 {
    position: static;
  }

  .c-section.cc-tech-stack {
    padding-top: 0;
  }

  .c-tech-stack_system {
    margin-top: 0;
    margin-bottom: 0;
  }

  .c-partner_right-block {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .c-dev_process {
    min-height: 0;
    margin-top: 24px;
  }

  .c-tech-stack_system-image {
    top: 0;
  }

  .c-tech-stack {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .heading-medium-2 {
    font-size: 1.5rem;
  }

  .follow-text {
    text-align: center;
    margin-top: 1.375rem;
  }

  .heading-large {
    font-size: 2rem;
  }

  .skills__columns {
    flex-direction: column-reverse;
    align-items: stretch;
  }

  .skills__video {
    height: 52vw;
  }

  .skills__top {
    margin-bottom: 68px;
  }

  .section-4 {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .skills__list {
    margin-right: 0;
  }

  .skills__video-wrap {
    max-width: none;
    height: 48vw;
  }

  .swiper-slide {
    width: 100%;
  }

  .modal__content-2 {
    padding: 6rem 1.5rem 3.5rem;
  }

  .social-link {
    margin-left: .625rem;
    margin-right: .625rem;
  }

  .remodal-2.remodal--global {
    max-width: 30rem;
    height: 100%;
  }

  .social {
    margin-bottom: 1.5rem;
  }

  .modal__close-2 {
    top: 1rem;
  }

  .heading-medium-2-copy {
    font-size: 1.5rem;
  }

  .copy-large {
    font-size: 1.3em;
  }

  .p-sm-end {
    padding-bottom: 2.3em;
  }

  .popup-content {
    margin: 3em 2em;
  }

  .p-sm-start {
    padding-top: 2.3em;
  }

  .copy-medium {
    font-size: 1.3em;
    line-height: 1.4em;
  }
}

@media screen and (max-width: 479px) {
  .nav_link-text {
    font-size: 2em;
  }

  .nav_logo-contain {
    font-size: 4vw;
  }

  .typo-zoom-text-wrapper {
    width: 90%;
  }

  .typo-zoom-text-image {
    font-size: 1vw;
  }

  .container-2 {
    max-width: none;
  }

  .nav-menu-three {
    flex-direction: column;
  }

  .home_projects {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .is-companyblogs-animation, .is-social_animation, .is-naming-animation {
    width: 30em;
  }

  .grid_item-2 {
    width: 100%;
  }

  .grid_item-2.is-marketingcontent {
    width: 100%;
    height: auto;
    margin-bottom: 24px;
  }

  .grid_item-2.is-funny {
    width: 100%;
    height: auto;
  }

  .grid_item-2.is-paidadcopy {
    align-items: center;
    width: 100%;
    height: auto;
    margin-bottom: 24px;
  }

  .grid_item-2.is-social, .grid_item-2.is-naming, .grid_item-2.is-editorial {
    width: 100%;
    height: auto;
    margin-bottom: 24px;
  }

  .grid_item-2.about_text_container {
    padding-left: 0;
    padding-right: 0;
  }

  .grid_item-2.about_picture:hover {
    transform: rotate(-8deg);
  }

  .grid_item-2.footer_contact {
    flex-wrap: wrap;
    padding: 24px;
  }

  .grid_item-2.footer_social, .grid_item-2.footer_navigation {
    width: 100%;
    padding: 24px;
  }

  .container-3 {
    max-width: 45em;
  }

  .is-funny_animation {
    width: 30em;
  }

  .is-projecttext {
    font-size: 2em;
  }

  .is-paidadcopy-animation, .is-marketingcontent_animation {
    width: 30em;
  }

  .home_hero_intro {
    font-size: 4em;
  }

  .stars-6 {
    top: 5%;
  }

  .hero {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .container-4 {
    max-width: 45em;
  }

  .stars-7 {
    width: 14%;
    bottom: -4%;
    left: 18%;
  }

  .home_hero_copy {
    font-size: 4.3em;
    font-weight: 700;
  }

  .stars-4 {
    width: 19%;
    bottom: -13%;
    right: 3%;
  }

  .stars-5 {
    width: 20%;
    top: 9%;
    right: 1%;
  }

  .stars-3 {
    width: 7em;
    right: 6%;
  }

  .about_animation {
    width: 60%;
    max-width: 45em;
  }

  .isnt-she-cute {
    display: none;
  }

  .stars-2 {
    width: 9.1em;
    left: 4%;
  }

  .contact_item {
    text-align: center;
    align-items: stretch;
    width: 100%;
    padding-right: 0;
  }

  .footer_heading {
    width: 100%;
    font-size: 28px;
  }

  .list_container {
    margin-bottom: 0;
  }

  .email_item {
    width: 100%;
  }

  .grid_item_50.copyright {
    border-top-style: none;
    border-top-width: 4px;
    border-right-style: none;
    width: 100%;
    padding: 16px;
  }

  .grid_item_50.colophon {
    border-top-width: 4px;
    width: 100%;
    padding: 16px;
  }

  .looping_container {
    font-size: 2em;
  }

  .footer_subheading {
    width: 100%;
    font-size: 20px;
  }

  .footer_ending {
    border-top: 4px solid #000;
    flex-wrap: wrap;
  }

  .loading_container {
    display: none;
  }

  .loading_animation {
    width: 100%;
  }

  .text-size-large {
    font-size: 11px;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .container-small {
    max-width: 100%;
  }

  .how-it-works_item {
    grid-template-columns: 3rem 1fr;
  }

  .text-size-medium {
    text-align: left;
    margin-bottom: 20px;
    font-size: 9px;
  }

  .why-reel-pay_content {
    height: auto;
  }

  .why-reel-pay_component {
    grid-template-columns: 1fr;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .footer_menu-wrapper {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .features_component {
    grid-template-columns: 1fr;
  }

  .integration-illustration, .notification-illustration {
    position: static;
  }

  .life-time-value-illustration {
    inset: auto 0% 0% auto;
  }

  .facts_item-list, .facts_component {
    grid-template-columns: 1fr;
  }

  .facts_component.background-color-blue {
    padding-bottom: 6rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .mission_component, .additional-features_component {
    grid-template-columns: 1fr;
  }

  .max-width-medium.align-center {
    max-width: 75%;
  }

  .faq_question {
    font-size: 9px;
  }

  .icon-1x1-small {
    width: 1rem;
    height: 1rem;
  }

  .heading-style-h5 {
    font-size: 6rem;
  }

  .slider_component {
    margin-bottom: 26px;
  }

  .slide_arrow {
    width: 3rem;
    height: 3rem;
    left: 30%;
  }

  .slider_mask {
    width: 95%;
  }

  .slide_arrow-copy.left, .slide_arrow-copy.left.ghost {
    width: 3rem;
    height: 3rem;
  }

  .slide_arrow-copy.ghost {
    width: 3rem;
    height: 3rem;
    left: 30%;
  }

  .slider_item-content {
    padding: 10px 10px 10px 12px;
  }

  .graphic_faq {
    max-width: 14rem;
    top: -3.1rem;
    left: 3.9rem;
  }

  .c-title-2.cc-text-white.cc-smart-dev {
    bottom: 47%;
  }

  .text-wrap.mod--tab {
    max-width: 300px;
  }

  .heading-medium-2 {
    color: var(--dark);
    font-size: 11px;
    font-weight: 500;
    line-height: 1.2;
  }

  .heading-medium-2.mod--tabs.active {
    margin-bottom: 0;
    font-family: Monotype helvetica now display, sans-serif;
    font-size: 12px;
    font-weight: 700;
  }

  .overflow-hidden {
    text-align: left;
    font-size: 9px;
  }

  .col {
    font-size: 11px;
  }

  .col.col--1.mod--tab {
    padding-left: 11.3rem;
  }

  .col.col--1.mod--footer-copyright {
    font-size: 16px;
  }

  .text.mod--tabs-desc.active {
    max-width: 300px;
    font-size: 9px;
  }

  .text.mod--absolute {
    font-size: 9px;
  }

  .follow-heart {
    top: -.4375rem;
    right: -.1875rem;
  }

  .text-block {
    font-size: 6px;
  }

  .follow-text {
    align-items: flex-start;
    max-width: 14.375rem;
  }

  .skills__list-item {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .skills__list-line {
    margin-top: 88px;
    margin-bottom: 0;
  }

  .skills__video {
    min-width: 110vw;
    height: 70vw;
    margin-bottom: -14px;
    margin-left: -5vw;
  }

  .skills__txt-desc {
    font-size: 16px;
  }

  .skills__list-ico {
    margin-right: 20px;
  }

  .skills__list-title {
    margin-bottom: 12px;
    font-size: 16px;
  }

  .skills__video-wrap {
    border-radius: 8px;
    align-items: center;
    height: 55vw;
    margin-bottom: 20px;
  }

  .swiper-slide {
    width: 100%;
  }

  .swiper-slide.slide--stories {
    width: auto;
  }

  .swiper.swiper--stories2, .swiper.swiper--stories {
    margin-left: auto;
    margin-right: auto;
  }

  .modal__content-2 {
    justify-content: flex-start;
    align-items: center;
    height: 100%;
  }

  .remodal-2.remodal--global {
    max-width: 100%;
  }

  .heading-medium-2-copy.mod--tabs.active {
    margin-bottom: 0;
    font-size: 12px;
  }

  .text-copy.mod--tabs-desc.active {
    max-width: 300px;
    font-size: 9px;
  }

  .modal__body {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-252 {
    font-size: 75px;
    line-height: 75px;
  }

  .paragraph {
    margin-top: 10px;
    margin-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
    font-family: Monotype helvetica now display, sans-serif;
    font-size: 12px;
    font-weight: 500;
  }

  .heading-253 {
    margin-bottom: 10px;
  }

  .button-6 {
    font-size: 11px;
  }

  .heading-2-copy {
    margin-top: 40px;
    font-size: 12px;
  }

  .text-block-4 {
    font-size: 4em;
    font-weight: 500;
  }

  .text-block-5, .text-block-6, .text-block-7, .text-block-8 {
    font-size: 4em;
  }

  .paragraph-2, .paragraph-3, .paragraph-4, .paragraph-5, .paragraph-6, .paragraph-7, .paragraph-8, .paragraph-9, .paragraph-10 {
    font-size: 9px;
  }

  .heading-254 {
    text-align: left;
    font-size: 22px;
  }
}


@font-face {
  font-family: 'Americana bold';
  src: url('../fonts/americanabt_bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Americanabt Roman';
  src: url('../fonts/americanabt_roman.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Monotype helvetica now display';
  src: url('../fonts/Monotype----Helvetica-Now-Display-Bold.otf') format('opentype'), url('../fonts/Monotype----Helvetica-Now-Display-XBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Monotype helvetica now display lt it';
  src: url('../fonts/Monotype----Helvetica-Now-Display-Lt-It.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Monotype helvetica now display';
  src: url('../fonts/Monotype----Helvetica-Now-Display-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}