:root {
  --8e94f2: var(--orange-red);
  --orange-red: #f56020;
  --light-gray: #d4d4d4;
  --purple: #8e84f2;
  --transparent: rgba(255, 255, 255, 0);
  --lime: #e0ff2e;
  --overlay: rgba(0, 0, 0, .55);
  --blue-gray: #717c89;
  --near-black: #303030;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

body {
  color: #333;
  background-color: #000;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

p {
  color: #000;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 22px;
  line-height: 1.6;
}

a {
  color: #292929;
  text-decoration: underline;
}

.small-text {
  color: rgba(255, 255, 255, .7);
  letter-spacing: .03em;
  text-transform: uppercase;
  white-space: nowrap;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 12px;
  font-weight: 600;
}

.small-text.tag {
  color: var(--8e94f2);
  -webkit-text-stroke-color: var(--orange-red);
}

.divider-scroll {
  width: 10px;
  height: 10px;
  background-color: rgba(255, 255, 255, .6);
  border-radius: 200px;
  margin-left: 1vw;
  margin-right: 1vw;
}

.first-article {
  z-index: 20;
  width: auto;
  height: 100vh;
  max-width: 100%;
  background-color: var(--light-gray);
  flex-direction: column;
  flex: 0 auto;
  line-height: 30px;
  display: flex;
  position: relative;
  top: 0;
  bottom: 0;
  right: 0;
  overflow: auto;
}

.card-1 {
  z-index: 1;
  width: 33.33%;
  cursor: pointer;
  flex: none;
  align-self: stretch;
  position: relative;
  overflow: hidden;
}

.tag {
  color: #e6784e;
  letter-spacing: .03em;
  text-transform: uppercase;
  white-space: nowrap;
  margin-right: 1vw;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
}

.card-3 {
  z-index: 3;
  width: 33.33%;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  flex: none;
  align-self: stretch;
  position: relative;
  overflow: hidden;
}

._3-column-section {
  width: 100%;
  height: auto;
  max-width: 2800px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: scroll;
}

.image-wrapper {
  height: 100vh;
  overflow: hidden;
}

.scroll-type-wrapper {
  display: flex;
}

.second-article {
  z-index: 1;
  width: 100%;
  height: 100vh;
  background-color: var(--purple);
  display: block;
  position: relative;
  overflow: auto;
}

.card-details-wrapper {
  width: 100%;
  padding-bottom: 8%;
  padding-left: 8%;
  padding-right: 8%;
}

.card-inner {
  z-index: 10;
  max-width: 100%;
  min-height: 70vh;
  opacity: 1;
  color: #caff00;
  letter-spacing: 0;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .8));
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-bottom: 10%;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.button-close {
  z-index: 500;
  width: 55px;
  height: 55px;
  color: #fff;
  background-color: rgba(0, 0, 0, .15);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  margin-top: 2%;
  margin-right: 3%;
  font-size: 17px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.third-article {
  z-index: 1;
  width: 100%;
  height: 100vh;
  background-color: #141414;
  display: block;
  position: relative;
  overflow: auto;
}

.main-heading {
  width: auto;
  max-width: 18ch;
  color: #fff;
  text-transform: none;
  margin-top: 5px;
  font-family: Inter, sans-serif;
  font-size: 6.5vh;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
}

.section-content {
  z-index: 600;
  width: 50%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0);
  display: none;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
  overflow: hidden;
}

.row-scroll {
  min-width: 33vw;
  color: #f46020;
  align-items: center;
  padding-right: 1vw;
  display: flex;
}

.card-2 {
  z-index: 2;
  width: 33.4%;
  cursor: pointer;
  flex: none;
  position: relative;
  overflow: hidden;
}

.container-article {
  background-color: var(--transparent);
  display: block;
  position: relative;
}

.heading {
  color: #000;
  letter-spacing: -.3vh;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 7.35vh;
  font-weight: 700;
  line-height: .95;
}

.heading.is--white {
  color: #fff;
}

.image-container {
  width: 100%;
  height: 100%;
}

.image-container.first {
  perspective-origin: 50% 100%;
  transform-origin: 50% 100%;
  background-image: url('../images/artiom-vallat-AKGSdcK5kXc-unsplash.jpg');
  background-position: 100%;
  background-size: cover;
  position: relative;
}

.image-container.second {
  background-image: url('../images/clayton-cardinalli-hkJNx0EDbjE-unsplash.jpg');
  background-position: 50%;
  background-size: cover;
}

.image-container.third {
  background-image: url('../images/mohammad-rahmani-8OnkIkFBBtM-unsplash.jpg');
  background-position: 100%;
  background-size: cover;
}

.inner-container {
  color: #333;
  background-color: rgba(142, 148, 241, 0);
  margin-top: 0%;
  padding: 10% 12% 15%;
  display: block;
}

.scroll-type {
  align-items: center;
  display: flex;
}

.cap {
  float: left;
  color: #000;
  margin-right: 2%;
  font-size: 172px;
  font-weight: 900;
  line-height: 79%;
}

.cap.is--orange {
  color: #f56020;
}

.image-content {
  min-height: 100vh;
  background-color: #000;
  padding: 10%;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.alt-description {
  z-index: 1;
  max-width: 50ch;
  color: var(--light-gray);
  margin-right: 0;
  padding-right: 0;
  font-size: 14px;
  position: relative;
}

.header-text {
  color: var(--8e94f2);
  letter-spacing: 0;
  -webkit-text-stroke-color: #f56020;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 13px;
  font-weight: 800;
  line-height: .9;
}

.header-text.black {
  color: #000;
  letter-spacing: 0;
}

.header-row {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15%;
  display: flex;
}

.header-row.summary {
  color: #000;
  margin-top: 5%;
}

.header-row.summary.gray {
  color: #818181;
}

.small-divider {
  width: 8px;
  height: 8px;
  background-color: #f56020;
  border-radius: 100%;
  margin-left: 15px;
  margin-right: 15px;
}

.small-divider.black {
  width: 8px;
  height: 8px;
  background-color: #000;
}

.image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.wrap-image-content {
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
  position: relative;
}

.rich-text {
  color: #000;
  font-family: Inter, sans-serif;
}

.rich-text.white {
  color: #8a8a8a;
}

.inner-header-col {
  justify-content: center;
  align-items: center;
  display: flex;
}

.alt-text-header {
  max-width: 20ch;
  text-align: left;
  text-transform: uppercase;
  font-size: 9px;
  font-weight: 500;
  line-height: 1.2;
}

.alt-text-header.white {
  color: #818181;
  line-height: 1.4;
}

.divider-circle {
  width: 15px;
  height: 15px;
  background-color: #000;
  border-radius: 100%;
  margin-top: 15%;
  margin-bottom: 15%;
}

.divider-circle.orange {
  width: 15px;
  height: 15px;
  background-color: var(--lime);
}

.divider-circle.orange.small {
  width: 8px;
  height: 8px;
  margin-left: 14px;
  margin-right: 14px;
}

.modal {
  z-index: 9999;
  width: auto;
  height: auto;
  color: #fff;
  background-color: rgba(0, 0, 0, .8);
  border-radius: 4px;
  padding: 20px 15px 15px;
  position: fixed;
  top: 1%;
  bottom: auto;
  left: auto;
  right: 1%;
  box-shadow: 0 25px 35px rgba(0, 0, 0, .33);
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: auto auto;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #0b00da;
  border-radius: 4px;
  padding: 15px 25px;
  font-size: 12px;
  font-weight: 700;
}

.button:hover {
  background-color: #1a3dc5;
}

.close-link {
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 0;
  display: flex;
}

.close-icon {
  max-height: 12px;
}

.modal-link {
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
}

.wrap-scrolling-text {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: rgba(255, 255, 255, 0);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  font-family: Inter, sans-serif;
  display: block;
  padding-bottom: 20px;
  overflow-x: hidden;
}

.xlarge-paragraph {
  color: var(--lime);
  letter-spacing: -4px;
  text-transform: uppercase;
  white-space: nowrap;
  font-family: Inter, sans-serif;
  font-size: 5rem;
  font-weight: 600;
  line-height: 1.2;
  overflow: visible;
}

.xlarge-paragraph.is--black {
  color: #000;
  font-family: Montserrat, sans-serif;
}

.xlarge-paragraph.is--lime {
  color: #e0ff2d;
  font-family: Montserrat, sans-serif;
}

.link-read-more {
  width: 100%;
  color: #000;
  justify-content: space-between;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 32px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.link-read-more.white {
  color: #fff;
}

.arrow-read-more {
  width: 60px;
  height: 60px;
  background-color: #1f1e1e;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-white {
  color: #fff;
}

.navbar-no-shadow-container {
  z-index: 5;
  width: 100%;
  max-width: 1140px;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

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

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

.nav-link {
  color: #e8e5e6;
  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: rgba(26, 27, 31, .75);
}

.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: rgba(26, 27, 31, .75);
}

.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-button-wrapper {
  margin-left: 120px;
}

.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;
}

.text-block {
  color: #e8e5e6;
}

.text-block-2 {
  color: #333;
}

.grid-2 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: -119px;
}

.canvas {
  width: 100%;
  height: 100vh;
  max-height: 100vh;
  color: #fff;
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-3 {
  z-index: 2;
  font-size: 20px;
  line-height: 120%;
  position: relative;
}

.headline {
  z-index: 10;
  margin-top: 2px;
  margin-bottom: 20px;
  font-size: 80px;
  line-height: 110%;
  position: relative;
}

.button-2 {
  z-index: 2;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  padding-left: 34px;
  padding-right: 34px;
  position: relative;
}

.text-block-4 {
  z-index: 2;
  font-size: 20px;
  line-height: 120%;
  position: relative;
}

.d-117-second-line {
  transform-origin: 0%;
  background-color: #e9e9e9;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.d-117-line-wrapper {
  width: 100%;
  height: 2px;
  background-color: #e9e9e9;
  border-radius: 20px;
  position: absolute;
  overflow: hidden;
}

.menu-link-text-2 {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 48px;
  transition: opacity .2s;
}

.menu-link-text-2:hover {
  opacity: .65;
}

.d-117-first-line {
  transform-origin: 100%;
  background-color: #e9e9e9;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.nav-logo-wrap {
  filter: invert();
  margin-bottom: 3%;
  display: none;
}

.nav-logo-wrap.w--current {
  margin-bottom: 14%;
}

.nav-logo {
  width: 120px;
}

.menu-link-container {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.nav-menu-button {
  z-index: 98;
  width: 50px;
  height: 50px;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 3rem;
  bottom: auto;
  left: auto;
  right: 3rem;
}

.nav-menu-2 {
  z-index: 97;
  width: 35vw;
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  padding-right: 10%;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
  transform: translate(100%);
}

.image-2 {
  margin-top: 34px;
  margin-left: 45px;
}

.navbar2_container {
  width: 100%;
  height: 100%;
  max-width: 80rem;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr .25fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.page-wrapper {
  width: 100%;
}

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

.section_hero-bg-scroll-overlay {
  opacity: 0;
  background-color: #111;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero_wrap {
  height: 100%;
  min-height: 100vh;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 5vh;
  display: flex;
  position: relative;
}

.navbar2_link {
  color: rgba(244, 244, 244, .8);
  padding: .5rem 1rem;
  font-size: .875rem;
  font-weight: 500;
  transition: color .2s;
}

.navbar2_link:hover {
  color: #fff;
}

.navbar2_link.w--current {
  color: #d4d4d4;
}

.section_hero {
  position: relative;
}

.image-3 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.global-styles {
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.button-3 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #f4f4f4;
  text-align: center;
  background-color: rgba(244, 244, 244, .1);
  border-radius: 10rem;
  padding: .75rem 1.375rem;
  font-size: .875rem;
  font-weight: 500;
  transition: border-color .2s, background-color .2s, color .2s;
}

.button-3:hover {
  color: #fff;
  background-color: rgba(244, 244, 244, .2);
}

.button-3.is-link {
  color: #111;
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button-3.is-link.is-alternate {
  color: rgba(244, 244, 244, .8);
  background-color: rgba(0, 0, 0, 0);
}

.button-3.is-link.is-alternate:hover {
  color: #fff;
}

.navbar2_logo-link {
  padding-left: 0;
}

.navbar2_menu {
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.preloader {
  z-index: 2000;
  background-color: #111;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.navbar2_button-wrapper {
  grid-column-gap: 1rem;
  align-items: center;
  margin-left: 1rem;
  display: flex;
}

.logo-text {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 600;
}

.hero_scroll-trigger {
  margin-top: 100vh;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section_hero-bg {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section_hero-bg-overlay {
  background-image: linear-gradient(65deg, rgba(17, 17, 17, .25), rgba(17, 17, 17, 0)), linear-gradient(rgba(17, 17, 17, 0), #111);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-size-large {
  color: var(--light-gray);
  font-size: 1.25rem;
}

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

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

.navbar2_component {
  width: 100%;
  height: auto;
  min-height: 6rem;
  background-color: #000;
  align-items: center;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.hero_content {
  width: 100%;
  max-width: 34rem;
}

.heading-2 {
  color: #000;
  font-family: Inter, sans-serif;
  font-size: 50px;
  line-height: 55px;
}

.image-4 {
  margin-top: 140px;
  margin-left: 81px;
  margin-right: 0;
  padding-right: 0;
}

.text-block-5 {
  color: #8394f2;
  margin-top: -86px;
  margin-left: -112px;
  font-family: Exo, sans-serif;
  font-size: 42px;
}

.image-5 {
  z-index: 1;
  margin-top: -302px;
  margin-left: -155px;
  margin-right: 0;
  position: relative;
}

.section-2 {
  margin-top: -19px;
}

.page-nav-header {
  z-index: 90;
  width: 100vw;
  height: 102px;
  background-color: #000;
  border-bottom: 1px solid #313131;
  justify-content: space-between;
  align-items: center;
  padding-left: 2.4rem;
  padding-right: 2.4rem;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav-header-wrap {
  align-items: center;
  display: flex;
}

.header-logo {
  width: 60px;
  margin-right: .8rem;
}

.simple-nav-header {
  color: #f8f8f8;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
}

.hero {
  z-index: 2;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/limecircuits2.png');
  background-position: 0 0;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 5rem 5vw;
  display: flex;
  position: relative;
}

.section-container {
  width: 100%;
  max-width: 1000px;
}

.heading-3 {
  text-align: left;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  background-color: #caff00;
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Montserrat, sans-serif;
  font-size: 7rem;
  line-height: 1.2;
}

.main-text {
  font-weight: 700;
}

.main-text.heading-xlarge.secondary-font {
  color: var(--8e94f2);
  -webkit-text-stroke-color: var(--light-gray);
  white-space: nowrap;
  mix-blend-mode: darken;
  font-family: Inter, sans-serif;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1;
  position: relative;
}

.main-text.help.secondary-font {
  z-index: 1;
  color: var(--lime);
  -webkit-text-stroke-color: var(--light-gray);
  white-space: nowrap;
  mix-blend-mode: darken;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1;
  position: relative;
}

.section-container-2 {
  width: 100%;
  max-width: 900px;
  flex-direction: column;
  display: flex;
  position: relative;
}

.outline {
  color: #bcac72;
  text-shadow: -2px -2px #3e3d3b, 2px -2px #3e3d3b, -2px 2px #3e3d3b, 2px 2px #3e3d3b;
  line-height: 1;
}

.about-section {
  width: 100vw;
  min-height: 30vh;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding: 1.5rem 1.5rem;
  display: flex;
  position: relative;
}

.about-section.vertical {
  z-index: 2;
  width: 100%;
  background-color: var(--light-gray);
  flex-direction: column;
  overflow: hidden;
}

.gradient-text {
  -webkit-text-fill-color: transparent;
  background-color: #fff;
  background-image: url('../images/limecircuits.png');
  background-position: 0 100%;
  background-size: auto;
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 400;
}

.gradient-text.radical {
  font-size: 10rem;
}

.text-hover-section {
  width: 140vw;
  flex-direction: column;
  margin-bottom: 1rem;
  display: none;
  position: relative;
  top: 20px;
}

.paragraph-large {
  color: #000;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 2.5rem;
}

.large-words-section {
  width: 100%;
  position: relative;
}

.card-details {
  margin-bottom: 0;
  font-family: Inter, sans-serif;
}

.c-card-title {
  margin-bottom: 10px;
}

.card-subtitle {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 50px;
  font-family: Inter, sans-serif;
}

._w-cards-list {
  z-index: 1;
  background-color: #161616;
  margin-top: -128px;
  padding-bottom: 100px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Inter, sans-serif;
  position: -webkit-sticky;
  position: sticky;
  top: 1px;
}

.process-cards {
  margin-top: 0;
}

.c-cards-list {
  background-color: #161616;
  transition: all .2s;
  position: relative;
}

.card-title {
  color: var(--lime);
  margin-top: 0;
  margin-bottom: -38px;
  font-family: Inter, sans-serif;
  font-size: 6.5em;
  line-height: 1em;
}

.c-card {
  width: 100%;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  transition: all .25s;
  position: relative;
}

.c-card._4 {
  position: -webkit-sticky;
  position: sticky;
  top: 260px;
}

.c-card._1 {
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
}

.c-card._3 {
  position: -webkit-sticky;
  position: sticky;
  top: 180px;
}

.c-card._2 {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}

.c-card._5 {
  position: -webkit-sticky;
  position: sticky;
  top: 340px;
}

.c-card-details {
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
}

.c-card-content-divider {
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #bbb;
  margin-top: 20px;
  margin-bottom: 30px;
}

._w-card {
  background-color: var(--light-gray);
  border-radius: 10px;
  margin-bottom: 100px;
  padding: 30px;
  position: relative;
  box-shadow: 1px 1px 15px rgba(19, 19, 19, .5);
}

.process {
  background-color: #161616;
  margin-top: -133px;
  position: relative;
}

.text-block-6 {
  margin-top: 20px;
  padding-bottom: 20px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 16px;
}

.section-container-3 {
  width: 100%;
  max-width: 1000px;
}

.heading-4 {
  text-align: left;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  background-color: #d4d4d4;
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Inter, sans-serif;
  font-size: 6rem;
  font-weight: 600;
  line-height: 1.2;
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px;
}

.div-block {
  margin-top: 50px;
  margin-bottom: 50px;
}

.div-block-2 {
  margin-top: 85px;
  margin-bottom: 99px;
}

.body {
  background-color: #000;
}

.heading-5 {
  color: var(--light-gray);
  text-align: center;
  text-transform: uppercase;
  background-color: #161616;
  margin-top: 0;
  padding-top: 100px;
  font-family: Inter, sans-serif;
  font-size: 9.25vh;
  line-height: .95;
}

.text-block-7 {
  color: #e46222;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
}

.div-block-3 {
  margin-top: 166px;
}

.section-3 {
  background-color: #caff00;
}

.maintext2 {
  font-weight: 700;
}

.maintext2.heading-xlarge.secondary-font {
  z-index: 1;
  color: #000;
  -webkit-text-stroke-color: var(--light-gray);
  white-space: nowrap;
  mix-blend-mode: darken;
  margin-top: 70px;
  margin-bottom: 0;
  padding-bottom: 60px;
  font-size: 13.6vw;
  font-weight: 600;
  line-height: 1;
  position: relative;
}

.div-block-4 {
  margin-top: 184px;
}

.container {
  background-color: #000;
}

.container-2 {
  margin-top: 5%;
}

.div-block-5 {
  width: 100%;
  height: 100%;
  background-color: var(--overlay);
  position: absolute;
}

.expertise {
  width: 100vw;
  min-height: 30vh;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding: 1.5rem 1.5rem;
  display: flex;
  position: relative;
}

.expertise.vertical {
  width: 100%;
  color: var(--purple);
  background-color: var(--blue-gray);
  flex-direction: column;
  overflow: hidden;
}

.paragraph-large-2 {
  color: #d4d4d4;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 2.5rem;
}

.container-3 {
  margin-top: 5%;
  padding-right: 0;
}

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

.padding-horizontal {
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.text-size-large-2 {
  font-size: 1.4rem;
  line-height: 1.45;
}

.text-size-large-2.text-align-center.text-color-white {
  color: var(--purple);
  padding-top: 5%;
  padding-bottom: 10%;
  font-family: Inter, sans-serif;
}

.footer-block {
  flex-direction: column;
  display: flex;
}

.footer-link {
  color: #fff;
  text-decoration: none;
}

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

.padding-vertical.padding-huge {
  padding-top: 140px;
}

.text-size-xsmall {
  font-size: .8rem;
}

.text-style-link {
  color: #000;
  text-decoration: none;
}

.text-style-link.light {
  color: #fff;
}

.footer-intro {
  max-width: 28rem;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-menu {
  grid-column-gap: 2.625rem;
  grid-row-gap: 2.625rem;
  justify-content: space-between;
  display: flex;
}

.grid-large {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(2rem, 1fr) minmax(auto, 96rem) minmax(2rem, 1fr);
  grid-auto-columns: 1fr;
  display: grid;
}

.hover-text.bottom-hover-text {
  position: absolute;
  top: auto;
  bottom: -100%;
  left: 0%;
  right: 0%;
}

.button-4 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #2e313a;
  border-radius: 100rem;
  margin-bottom: 100px;
  padding: .75rem 1.05rem .75rem 1.15rem;
  font-size: .875rem;
  font-weight: 500;
  text-decoration: none;
}

.text-size-tiny {
  font-size: .7rem;
}

.text-size-tiny.text-style-allcaps.text-color-white {
  padding-left: 60px;
  padding-right: 60px;
}

.footer-bottom {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-top: 1px solid #2e313a;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr .5fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: grid;
}

.footer-bottom-wrapper {
  border-top: 1px solid #222;
  justify-content: space-between;
  align-items: center;
  margin-top: 4rem;
  padding-top: 2rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.text-small {
  color: rgba(255, 255, 255, .7);
  letter-spacing: normal;
  font-size: 14px;
  line-height: 1.5;
}

.text-small.text-color-light {
  color: rgba(255, 255, 255, .7);
}

.footer-legal-list {
  grid-column-gap: 1rem;
  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;
}

.footer-legal-link {
  color: rgba(255, 255, 255, .7);
  font-size: .875rem;
  text-decoration: none;
  transition: all .3s;
}

.footer-legal-link:hover {
  color: #ececec;
}

.container-5 {
  width: 90%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.footer-link-list-heading {
  color: #ececec;
  letter-spacing: normal;
  margin-bottom: 1rem;
  font-size: .875rem;
  font-weight: 600;
}

.logo-logotype {
  width: auto;
  height: 100%;
  flex: none;
}

.form-input {
  height: auto;
  min-height: 2.75rem;
  background-color: rgba(255, 255, 255, .06);
  border: 1px solid #222;
  border-radius: .5rem;
  margin-bottom: 0;
  padding: .5rem .875rem;
  transition: all .3s;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05);
}

.form-input:focus {
  border-color: #fff;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05), 0 0 0 4px rgba(255, 255, 255, .3);
}

.form-input::-ms-input-placeholder {
  color: rgba(255, 255, 255, .7);
}

.form-input::placeholder {
  color: rgba(255, 255, 255, .7);
}

.footer-form-blog {
  width: 100%;
  max-width: 35rem;
  margin-top: 2rem;
  margin-bottom: 0;
}

.footer-top-wrapper {
  grid-column-gap: 8vw;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr auto;
  align-items: start;
}

.success-message-green {
  background-color: #f4f4f4;
  padding: 1.5rem;
}

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

.foot-form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: 12px;
  display: grid;
}

.footer-left-wrapper {
  max-width: 32rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.error-message {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.footer-social-icon {
  width: 1.5rem;
  height: 1.5rem;
  color: rgba(255, 255, 255, .7);
  margin-right: .75rem;
}

.button-delete {
  grid-column-gap: .5rem;
  color: #000;
  text-align: center;
  background-color: #fff;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: 10px 18px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s cubic-bezier(.165, .84, .44, 1);
  display: flex;
}

.button-delete:hover {
  box-shadow: none;
  color: #000;
  background-color: #b1b1b1;
  border-color: #7aa35a;
}

.button-delete:focus {
  background-color: #996aff;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05), 0 0 0 4px rgba(205, 234, 107, .5);
}

.text-medium {
  color: rgba(255, 255, 255, .7);
  letter-spacing: normal;
  font-size: 16px;
  line-height: 1.5;
}

.footer-social-link {
  color: rgba(255, 255, 255, .7);
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.footer-social-link:hover {
  color: #ececec;
}

.footer-link-2 {
  grid-column-gap: 8px;
  color: rgba(255, 255, 255, .7);
  flex-wrap: nowrap;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.footer-link-2:hover {
  color: #ececec;
}

.footer-link-list {
  text-align: left;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  align-items: flex-start;
  justify-items: start;
  display: flex;
}

.logo-link {
  margin-bottom: 2rem;
}

.badge {
  grid-column-gap: .375rem;
  opacity: .66;
  color: #fff;
  letter-spacing: .05em;
  text-transform: uppercase;
  white-space: nowrap;
  background-color: #111;
  border: 1px solid #4b4b4b;
  border-radius: 10rem;
  align-items: center;
  padding: .125rem .625rem;
  font-size: 10px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.footer-section {
  color: var(--lime);
  background-color: #161616;
  border-top: 1px solid #303030;
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
}

.text-link {
  color: #ececec;
  text-decoration: underline;
  transition: color .3s;
}

.text-link:hover {
  color: #797979;
}

.form-home {
  width: 100%;
  margin-top: 2em;
  margin-bottom: 1em;
  position: static;
}

.dark {
  color: #a78463;
}

.dark.h1-center {
  color: var(--purple);
  font-family: Inter, sans-serif;
  font-size: 3rem;
  font-weight: 200;
  line-height: 3.5rem;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

.request-a-call {
  background-color: #191d23;
}

.request-a-call.collored {
  z-index: 11;
  background-color: #f9f0ec;
  position: relative;
}

.submit-button {
  width: 3rem;
  height: 3rem;
  background-color: #303030;
  background-image: url('../images/Arrow-3.svg'), url('../images/Ellipse-14.svg');
  background-position: 50%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, 0;
  border-radius: 50%;
  padding: 0;
  transition: all .5s;
  position: relative;
}

.submit-button:hover {
  background-image: url('../images/Arrow-3.svg'), url('../images/Ellipse-14.svg');
  background-position: 50%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, 100%;
}

.error-message-2 {
  z-index: 1;
  background-color: rgba(255, 255, 255, 0);
  padding-left: 68px;
  position: relative;
}

.link {
  color: #caff00;
  text-decoration: none;
}

.success-message {
  background-color: var(--blue-gray);
  border-radius: 50vw;
  position: relative;
}

.text-block-8 {
  color: #fff;
  letter-spacing: .05em;
  font-weight: 400;
}

.form {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 1em;
  padding-bottom: 1em;
  display: block;
  position: relative;
}

.text-span-3 {
  color: #191d23;
  font-weight: 500;
}

.input {
  z-index: 2;
  height: 4em;
  background-color: rgba(255, 255, 255, 0);
  border: 0 rgba(0, 0, 0, 0);
  border-bottom: 1px solid #a78463;
  border-radius: 0;
  margin-bottom: 0;
  padding: 0;
  font-size: 1vw;
  position: relative;
}

.input:focus {
  height: 4.1em;
  color: #191d23;
  text-transform: uppercase;
  border: 1px rgba(0, 0, 0, 0);
  border-bottom: 1px solid #a78463;
  font-size: .9em;
}

.input._2 {
  height: 42px;
  color: #caff00;
  text-transform: uppercase;
  border-bottom-color: #717c89;
  font-size: .8em;
}

.input._2:active {
  font-size: .8em;
}

.input._2:focus {
  height: 42px;
  font-size: .8em;
}

.input._1 {
  height: 42px;
  border-bottom-color: var(--blue-gray);
  color: #caff00;
  text-transform: uppercase;
  font-size: .8em;
}

.input._1:active {
  text-transform: uppercase;
  font-size: .8em;
}

.input._1:focus {
  height: 42px;
  font-size: .8em;
}

.checkbox-field {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-top: 1em;
  padding-left: 0;
  display: flex;
  position: static;
}

.checkbox-label {
  color: #a9a09c;
  padding-left: 1em;
  font-size: .9em;
  font-weight: 400;
  line-height: 1.7;
  top: 0;
  padding-bottom: 20px;
}

.container-6 {
  width: 1920px;
  height: auto;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 7em;
  padding-right: 7em;
}

.container-6.contact-home {
  height: 100%;
  transform-origin: 50% 0;
  background-color: #161616;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 3rem;
  padding-bottom: 0em;
  font-family: Inter, sans-serif;
  display: flex;
}

.container-6.footer, .container-6.footer-inside {
  flex-direction: column;
  justify-content: space-between;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  display: flex;
  position: relative;
}

.input-wrap {
  margin-bottom: 2em;
  position: relative;
}

.submit-wrapper {
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  top: auto;
  left: auto;
  overflow: visible;
}

.checkbox {
  width: 3em;
  height: 3em;
  background-color: rgba(167, 132, 99, 0);
  border: 1px solid #a78463;
  border-radius: 50%;
  margin-top: 0;
  margin-left: 0;
  transition: background-color .2s;
}

.checkbox.w--redirected-checked {
  background-color: var(--near-black);
  background-image: url('../images/check-mark-line-1.svg');
  background-position: 50%;
  background-size: auto;
  border-color: rgba(56, 152, 236, 0);
}

.grid_item {
  width: 100%;
  display: flex;
}

.grid_item.contact-form {
  width: 40%;
  justify-content: flex-start;
  align-items: center;
  padding-top: 1em;
  padding-bottom: 1em;
}

.grid_item.contact {
  justify-content: center;
  align-items: center;
  display: flex;
}

.grid_item.footer-logo {
  justify-content: center;
  align-items: center;
  display: flex;
}

.grid_item.footer-copyright {
  justify-content: space-between;
  display: flex;
}

.grid_item.phone-number-footer {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.grid_item.footer-copyright-copy {
  justify-content: space-between;
  padding-top: 0;
  display: flex;
}

.grid-3 {
  width: 100%;
  flex-wrap: wrap;
  display: flex;
}

.grid-3.contact {
  justify-content: center;
  align-items: center;
}

.grid-3.footer {
  position: relative;
}

.text-block-9 {
  color: #fff;
  letter-spacing: .05em;
  font-weight: 400;
}

.siv-studio {
  text-decoration: none;
}

.footer-copy {
  z-index: 3;
  text-align: left;
  font-size: .83em;
  position: relative;
}

.footer-copy.right {
  color: #8e8e8e;
  text-align: right;
  letter-spacing: .1em;
  font-size: .7em;
}

.footer-copy.left {
  color: #8e8e8e;
  letter-spacing: .1em;
  font-size: .7em;
}

.spacer-5em {
  height: 3.3em;
}

.img-footer-social {
  width: 2em;
}

.p-footer-center-mobile {
  z-index: 3;
  text-align: center;
  letter-spacing: .05em;
  font-size: .83em;
  position: relative;
}

.home-about-footer {
  font-family: Inter, sans-serif;
  position: relative;
  bottom: 0;
}

.scroll-round-wrapper {
  width: 10.9em;
  height: 10.9em;
  border: 1px solid #c49e7b;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-right: 1em;
  display: flex;
  position: relative;
}

.nav_logo-img-mobile {
  width: 14em;
}

.lottie-big-button {
  width: 10.9em;
  height: 10.9em;
  display: block;
  position: absolute;
}

.footer-social-wrapper {
  padding-top: 7em;
  display: flex;
}

.footer-call-button {
  text-decoration: none;
}

.light {
  color: #a78463;
}

.light.h1-center {
  color: var(--purple);
  font-family: Inter, sans-serif;
  font-size: 3rem;
  font-weight: 300;
  line-height: 70px;
  margin-top: 0;
  margin-bottom: 0;
}

.span-footer-copy {
  color: #fff;
  letter-spacing: .1em;
  font-family: Inter, sans-serif;
  font-size: 10px;
}

.text-block-10 {
  color: #caff00;
  text-align: center;
  margin-top: 50px;
}

.div-block-6 {
  width: 100%;
  height: 100%;
}

.div-block-7 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.desktop-nav-wrapper {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2em;
  padding-right: 2em;
  display: flex;
  position: fixed;
  z-index: 9999;
  background-color: black;
  padding-top: 10px;
  padding-bottom: 10px;

}

.logo-link-2 {
  max-width: 220px;
}

.nav-item-wrapper {
  color: #fff;
  margin-left: 0;
  text-decoration: none;
  transition: opacity .2s ease-in-out;
}

.nav-item-wrapper:hover {
  opacity: .2;
}

.nav-link-2 {
  color: #fff;
  text-transform: uppercase;
  font-family: Inter, sans-serif;
  font-size: 20px;
}

.mobile-nav-wrapper {
  max-width: 1440px;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  display: none;
}

.mobile-link {
  padding-right: 0;
}

.mobile-overlay {
  display: none;
}

.nav-link-3 {
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
}

.mobile-overlay-background {
  z-index: 1;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.nav-link-4 {
  color: #fff;
  text-transform: uppercase;
  padding-left: 20px;
  font-size: 16px;
  font-weight: 300;
}

.read-more-link {
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 300;
}

.read-more-link-black {
  color: #000;
  text-transform: uppercase;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.container-7 {
  width: 1920px;
  height: auto;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 7em;
  padding-right: 7em;
}

.container-7.contact-home {
  height: 100vh;
  transform-origin: 50% 0;
  background-color: #161616;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 10em;
  padding-bottom: 15em;
  font-family: Inter, sans-serif;
  display: flex;
}

.container-7.footer {
  flex-direction: column;
  justify-content: space-between;
  padding-top: 7em;
  padding-bottom: 2.8em;
  display: flex;
  position: relative;
}

.container-7.footer-inside {
  z-index: 0;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 2em;
  padding-bottom: 2.8em;
  display: flex;
  position: relative;
}

.m-p-article {
  color: #333;
  background-color: #8e94f1;
  margin-top: 0%;
  padding: 10% 12% 15%;
}

.process-div {
  background-color: #161616;
}

.inner-container-process {
  color: #333;
  background-color: rgba(22, 22, 22, 0);
  margin-top: 0%;
  padding: 15% 12%;
}

.paragraph {
  display: block;
}

.inner-container-article-2 {
  color: #333;
  background-color: #8e94f1;
  margin-top: 0%;
  padding: 10% 12% 15%;
  display: block;
}

.div-block-9 {
  width: 100%;
  background-color: #8e94f0;
  display: block;
}

.div-block-10, .div-block-11 {
  background-color: #8e94f0;
}

.div-block-12, .div-block-13, .div-block-14 {
  background-color: #141414;
}

.purple {
  background-color: var(--purple);
}

@media screen and (min-width: 1440px) {
  .inner-container, .xlarge-paragraph {
    font-family: Inter, sans-serif;
  }

  .main-text.heading-xlarge.secondary-font {
    color: var(--orange-red);
    mix-blend-mode: darken;
    line-height: .9;
    position: relative;
  }

  .main-text.help.secondary-font {
    z-index: 1;
    color: #caff00;
    mix-blend-mode: darken;
    line-height: .9;
    position: relative;
  }

  .outline {
    line-height: .9;
  }

  .process {
    margin-top: 0;
  }

  .maintext2.heading-xlarge.secondary-font {
    z-index: 1;
    color: #3e3d3b;
    mix-blend-mode: darken;
    line-height: .9;
    position: relative;
  }

  .container-4 {
    margin-top: 5%;
  }

  .bold-text {
    font-size: 7.35vh;
  }

  .nav-item-wrapper {
    margin-left: 0;
  }

  .nav-link-4 {
    font-family: Inter, sans-serif;
  }

  .read-more-link {
    font-family: Inter, sans-serif;
    font-size: 10px;
  }

  .text-block-11, .text-block-12 {
    font-family: Inter, sans-serif;
  }

  .read-more-link-black {
    color: #000;
    font-family: Inter, sans-serif;
    font-size: 10px;
    font-weight: 400;
  }

  .m-p-article, .inner-container-process, .inner-container-article-2 {
    font-family: Inter, sans-serif;
  }
}

@media screen and (max-width: 991px) {
  p {
    font-size: 18px;
  }

  .first-article {
    width: 100%;
    height: 100%;
    padding-left: 0%;
    padding-right: 0%;
    display: block;
    position: relative;
    top: 0%;
    overflow: auto;
  }

  .card-1 {
    width: 100%;
    flex: none;
  }

  .card-3 {
    width: auto;
    flex: none;
  }

  ._3-column-section {
    z-index: 5;
    flex-direction: column;
    justify-content: space-around;
    font-family: Inter, sans-serif;
  }

  .image-wrapper {
    height: 33.33vh;
  }

  .scroll-type-wrapper {
    width: 100%;
    padding-left: 35px;
    padding-right: 35px;
    display: none;
  }

  .card-inner {
    background-image: none;
    padding-top: 0%;
    padding-bottom: 0%;
    display: none;
  }

  .button-close {
    width: auto;
    height: auto;
    color: #fff;
    background-color: rgba(0, 0, 0, .75);
    border-radius: 8px;
    margin-left: auto;
    margin-right: 2%;
    padding: 10px 15px;
    font-size: 20px;
    display: flex;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .third-article {
    height: auto;
    min-height: 100vh;
  }

  .main-heading {
    font-size: 3em;
    line-height: 1em;
  }

  .section-content {
    width: 100vw;
    height: auto;
    display: none;
  }

  .card-2 {
    width: 100%;
    flex: none;
  }

  .heading {
    font-size: 6vh;
  }

  .inner-container {
    padding-top: 10%;
    padding-left: 8%;
    padding-right: 8%;
  }

  .header-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .inner-header-col {
    margin-bottom: 15px;
  }

  .modal {
    width: 95vw;
  }

  .button {
    padding-left: 35px;
    padding-right: 35px;
  }

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

  .nav-menu-wrapper {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .menu-link-text-2 {
    font-size: 1.6rem;
  }

  .nav-logo {
    width: 80px;
  }

  .nav-menu-2 {
    width: 45vw;
  }

  .navbar2_container {
    grid-template-columns: .25fr 1fr;
    display: flex;
  }

  .navbar2_link {
    text-align: center;
    padding: 1rem 0;
    font-size: 1.125rem;
  }

  .navbar2_menu {
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    border-bottom: 1px solid #000;
    justify-content: center;
    padding: 1rem 5% 2.5rem;
    display: flex;
    position: absolute;
    overflow: auto;
  }

  .navbar2_menu.is-page-height-tablet {
    height: 100vh;
    padding-bottom: 15rem;
  }

  .navbar2_button-wrapper {
    align-items: center;
  }

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

  .section-container-2 {
    max-width: 700px;
  }

  .about-section {
    flex-direction: row;
    padding-left: 2.7rem;
    padding-right: 2.7rem;
  }

  .heading-5 {
    margin-bottom: 47px;
    font-size: 8.25vh;
  }

  .expertise {
    flex-direction: row;
    padding-left: 2.7rem;
    padding-right: 2.7rem;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .footer-intro {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .footer-menu {
    padding-bottom: 2rem;
  }

  .grid-large {
    grid-template-columns: minmax(1rem, 1fr) minmax(auto, 104rem) minmax(1rem, 1fr);
  }

  .footer-bottom {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
    justify-content: center;
    justify-items: center;
  }

  .footer-top-wrapper {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .submit-button {
    font-size: 1.8vw;
  }

  .input._2:active {
    color: #191d23;
    font-size: .8em;
  }

  .grid_item.contact-form {
    width: 80%;
    font-size: 1.8vw;
  }

  .footer-copy.right, .footer-copy.left {
    font-size: 1.2em;
  }

  .p-footer-center-mobile {
    font-size: 1.5em;
  }

  .nav_logo-img-mobile {
    width: 10em;
  }

  .light.h1-center {
    font-size: 60px;
  }

  .span-footer-copy {
    font-size: 10px;
  }

  .logo-link-2 {
    max-width: 180px;
  }

  .nav-item-wrapper {
    margin-left: 0;
    font-size: 12px;
  }

  .read-more-link-black {
    font-size: 12px;
  }

  .m-p-article, .inner-container-process {
    padding-top: 10%;
    padding-left: 8%;
    padding-right: 8%;
  }

  .div-block-8 {
    font-size: 10px;
  }

  .inner-container-article-2 {
    padding-top: 10%;
    padding-left: 8%;
    padding-right: 8%;
  }
}

@media screen and (max-width: 767px) {
  ._3-column-section {
    flex-direction: column;
  }

  .image-wrapper {
    width: 100vw;
    height: 400px;
    background-size: cover;
  }

  .second-article {
    z-index: 21;
    position: relative;
  }

  .button-close {
    width: auto;
  }

  .third-article {
    z-index: 22;
    height: auto;
    min-height: 100vh;
    position: relative;
  }

  .heading {
    font-size: 65px;
  }

  .cap {
    font-size: 90px;
  }

  .divider-circle {
    width: 12px;
    height: 12px;
  }

  .modal {
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .close-link {
    align-items: flex-start;
    padding-right: 0;
  }

  .close-icon {
    max-height: 15px;
  }

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

  .wrap-scrolling-text {
    min-height: 250px;
  }

  .xlarge-paragraph {
    font-family: Inter, sans-serif;
    font-size: 10vh;
  }

  .xlarge-paragraph.is--black, .xlarge-paragraph.is--lime {
    font-family: Inter, sans-serif;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .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 rgba(0, 0, 0, .05);
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .menu-link-text-2 {
    font-size: 1.4rem;
  }

  .nav-logo {
    width: 60px;
  }

  .nav-menu-button {
    width: 30px;
    height: 30px;
  }

  .nav-menu-2 {
    width: 70vw;
    display: flex;
  }

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

  .navbar2_button-wrapper {
    font-size: .875rem;
  }

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

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

  .navbar2_component {
    min-height: 4rem;
  }

  .page-nav-header {
    height: 72px;
  }

  .simple-nav-header {
    font-size: 1rem;
  }

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

  .paragraph-large {
    font-size: 2rem;
  }

  .heading-4 {
    font-size: 3.5rem;
  }

  .heading-5 {
    margin-bottom: 70px;
    font-size: 6.25vh;
  }

  .expertise {
    flex-direction: column;
  }

  .bold-text {
    font-size: 50px;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

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

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

  .footer-intro {
    max-width: 22rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .footer-menu {
    flex-direction: column;
    align-items: center;
    padding-top: 2rem;
    padding-bottom: 4rem;
  }

  .footer-bottom {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
    padding-top: 2rem;
    padding-bottom: 4rem;
  }

  .footer-bottom-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
    margin-top: 3rem;
  }

  .footer-legal-list {
    margin-bottom: 1rem;
  }

  .footer-legal-link:hover {
    color: #98a2b3;
  }

  .footer-form-blog {
    margin-top: 1.5rem;
  }

  .footer-top-wrapper {
    grid-row-gap: 3rem;
  }

  .footer-menu-wrapper {
    grid-column-gap: 1.5rem;
  }

  .button-delete {
    font-size: 1rem;
  }

  .button-delete:hover {
    background-color: #7f56d9;
    border-color: #7f56d9;
  }

  .footer-social-link:hover, .footer-link-2:hover {
    color: #667085;
  }

  .logo-link {
    margin-bottom: 1.5rem;
    padding-left: 0;
  }

  .badge {
    padding: .125rem .5rem;
  }

  .dark.h1-center {
    font-size: 45px;
    line-height: 54px;
  }

  .success-message {
    background-color: #717c89;
  }

  .checkbox-label {
    font-size: .8em;
  }

  .container-6.footer {
    padding-left: 4em;
    padding-right: 4em;
  }

  .grid_item.footer-copyright {
    padding-left: 0;
  }

  .grid-3.contact {
    width: 120%;
  }

  .light.h1-center {
    font-size: 40px;
  }

  .span-footer-copy {
    font-size: 10px;
    font-weight: 300;
  }

  .desktop-nav-wrapper {
    display: none;
  }

  .logo-link-2 {
    z-index: 2000;
    max-width: 140px;
    position: relative;
  }

  .nav-item-wrapper {
    margin-bottom: 30px;
  }

  .nav-link-2 {
    font-size: 40px;
    line-height: 40px;
  }

  .mobile-nav-wrapper {
    justify-content: space-between;
    margin-top: 0;
    display: flex;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .mobile-link {
    z-index: 2000;
    height: 40px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
  }

  .hamburger-top {
    width: 40px;
    height: 2px;
    background-color: #fff;
    margin-bottom: 8px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .hamburger-middle {
    width: 40px;
    height: 2px;
    background-color: #fff;
    padding-bottom: 0;
    padding-right: 0;
  }

  .hamburger-bottom {
    width: 40px;
    height: 2px;
    background-color: #fff;
    margin-top: 8px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .mobile-overlay {
    z-index: 1000;
    display: none;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .overlay-links-wrapper {
    flex-direction: column;
    margin-top: 100px;
    display: flex;
  }

  .nav-link-3 {
    margin-left: 20px;
    font-size: 40px;
    line-height: 40px;
    display: block;
  }

  .mobile-overlay-background {
    z-index: -10;
    background-image: linear-gradient(220deg, #717c89, #caff00);
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .nav-link-4 {
    font-size: 40px;
    line-height: 40px;
  }

  .read-more-link {
    font-size: 15px;
    line-height: 40px;
  }

  .read-more-link-black {
    font-size: 12px;
    line-height: 40px;
  }

  .container-7.footer-inside {
    padding-left: 4em;
    padding-right: 4em;
  }
}

@media screen and (max-width: 479px) {
  p {
    font-size: 16px;
  }

  .small-text {
    font-size: 9px;
  }

  .first-article {
    height: 100vh;
    padding-left: 0%;
    padding-right: 0%;
    display: block;
  }

  .card-1 {
    flex: 1;
  }

  .card-3 {
    width: 100%;
    flex: 1;
  }

  ._3-column-section {
    width: 100%;
    flex-direction: column;
    justify-content: flex-start;
    display: flex;
    overflow: hidden;
  }

  .image-wrapper {
    height: 33.33vh;
    background-position: 50%;
    background-size: cover;
  }

  .second-article {
    display: block;
  }

  .card-inner {
    padding-right: 10%;
    display: block;
  }

  .button-close {
    max-width: 35%;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .third-article {
    height: 100vh;
    min-height: auto;
    display: block;
  }

  .main-heading {
    font-size: 2em;
  }

  .section-content {
    display: none;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    overflow: auto;
  }

  .card-2 {
    width: 100%;
    flex: 1;
    align-self: stretch;
  }

  .heading {
    letter-spacing: 0;
    font-size: 30px;
  }

  .image-container.second {
    background-position: 50% 0;
  }

  .inner-container {
    margin-top: 31%;
  }

  .cap {
    font-size: 80px;
  }

  .link-read-more {
    font-size: 24px;
  }

  .arrow-read-more {
    width: 45px;
    height: 45px;
    flex: none;
    padding-left: 13px;
    padding-right: 13px;
  }

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

  .nav-button-wrapper {
    width: auto;
  }

  .menu-link-text-2:focus {
    opacity: 1;
  }

  .nav-menu-button {
    top: 3%;
    right: 6%;
  }

  .nav-menu-2 {
    width: 95vw;
    min-height: 100vh;
  }

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

  .page-nav-header {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .header-logo {
    width: 50px;
    margin-right: .5rem;
  }

  .simple-nav-header {
    margin-bottom: 3px;
    font-size: .8rem;
  }

  .hero {
    width: 100%;
    height: auto;
    display: block;
    overflow: hidden;
  }

  .main-text.heading-xlarge.secondary-font, .main-text.help.secondary-font {
    font-size: 26vw;
    line-height: .9;
  }

  .outline {
    line-height: .9;
  }

  .about-section.vertical {
    margin-top: -59px;
    margin-bottom: 0;
    padding: 4.4rem 1.9rem;
    overflow: hidden;
  }

  .paragraph-large {
    font-size: 1.5rem;
  }

  .card-details {
    font-size: .9em;
    line-height: 1.2em;
  }

  .card-subtitle {
    font-size: 1.3em;
    line-height: 1em;
  }

  .card-title {
    font-size: 2.5em;
  }

  .c-card._4 {
    top: 200px;
  }

  .c-card._3 {
    top: 140px;
  }

  .c-card._2 {
    top: 80px;
  }

  .c-card._5 {
    top: 260px;
  }

  .c-card-content-divider {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  ._w-card {
    margin-bottom: 40px;
    padding: 20px;
  }

  .text-block-6 {
    padding-left: 0;
    padding-right: 0;
    font-size: 12px;
    line-height: 14px;
  }

  .heading-4 {
    font-size: 2rem;
  }

  .heading-5 {
    margin-bottom: 116px;
  }

  .maintext2.heading-xlarge.secondary-font {
    font-size: 26vw;
    line-height: .9;
  }

  .expertise.vertical {
    padding-left: 1.9rem;
    padding-right: 1.9rem;
    overflow: hidden;
  }

  .paragraph-large-2 {
    font-size: 1.5rem;
  }

  .bold-text {
    letter-spacing: 0;
    font-size: 25px;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .footer-intro {
    max-width: 20rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .footer-menu {
    padding-top: 1rem;
  }

  .footer-top-wrapper {
    grid-row-gap: 48px;
  }

  .footer-menu-wrapper {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .foot-form {
    grid-row-gap: 12px;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .submit-button {
    width: 10em;
    height: 10em;
    padding-left: 0;
  }

  .success-message {
    background-color: #717c89;
  }

  .input._2:hover, .input._2:active {
    font-size: .8em;
  }

  .input._2:focus {
    font-size: .9em;
  }

  .input._2::-ms-input-placeholder {
    font-size: .8em;
  }

  .input._2::placeholder {
    font-size: .8em;
  }

  .checkbox-field {
    font-size: 2vw;
  }

  .checkbox-label {
    font-size: 1.1em;
  }

  .container-6.footer {
    width: 100%;
    justify-content: space-between;
    padding-top: 10em;
    padding-left: 0;
    padding-right: 0;
  }

  .container-6.footer-inside {
    justify-content: space-between;
    padding-top: 10em;
    padding-left: 0;
    padding-right: 0;
  }

  .submit-wrapper {
    margin-bottom: 0;
    padding-left: 0;
  }

  .checkbox.w--redirected-checked {
    background-size: 9px;
  }

  .grid_item.contact-form {
    width: 100%;
    padding-left: .5em;
    padding-right: .5em;
    font-size: 4vw;
  }

  .grid_item.contact {
    font-size: 2vw;
  }

  .grid_item.footer-logo {
    padding-bottom: 5em;
    font-size: 1.5vw;
  }

  .grid_item.footer-copyright {
    padding-left: 4em;
    padding-right: 4em;
    font-size: 2vw;
  }

  .grid_item.phone-number-footer {
    width: 100%;
    margin-left: 0;
    padding: 3em 0;
    font-size: 2vw;
  }

  .grid_item.footer-copyright-copy {
    padding-left: 4em;
    padding-right: 4em;
    font-size: 2vw;
  }

  .grid-3 {
    font-size: 1vw;
  }

  .grid-3.contact {
    width: 200%;
    min-width: 100%;
  }

  .grid-3.footer {
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
  }

  .spacer-5em {
    height: 5em;
  }

  .nav_logo-img-mobile {
    width: 15em;
    font-size: 3vw;
  }

  .lottie-big-button {
    width: 20em;
    height: 20em;
  }

  .footer-social-wrapper {
    padding-top: 5em;
  }

  .footer-call-button {
    width: 100%;
    margin-left: 0;
  }

  .light.h1-center {
    width: 100%;
    justify-content: center;
    font-size: 35px;
    display: flex;
  }

  .span-footer-copy {
    font-size: 7px;
  }

  .text-block-10 {
    color: #d4d4d4;
    font-size: 4vw;
  }

  .body-2 {
    overflow: visible;
  }

  .mobile-overlay {
    display: none;
  }

  .mobile-overlay-background {
    background-image: linear-gradient(220deg, #717c89, #caff00);
  }

  .bold-text-2 {
    letter-spacing: 0;
    font-size: 35px;
  }

  .bold-text-3 {
    letter-spacing: 0;
  }

  .read-more-link {
    font-size: 10px;
  }

  .read-more-link-black {
    line-height: 14px;
  }

  .container-7.footer {
    justify-content: space-between;
    padding-top: 10em;
    padding-left: 0;
    padding-right: 0;
  }

  .container-7.footer-inside {
    justify-content: space-between;
    padding-top: 2em;
    padding-left: 0;
    padding-right: 0;
  }

  .m-p-article, .inner-container-process, .inner-container-article-2 {
    margin-top: 31%;
  }
}


@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-ExtraBold.ttf') format('truetype'), url('../fonts/Inter-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
