@font-face {
  font-family: Satoshi Variable;
  src: url('../fonts/Satoshi-Variable.ttf') format("truetype");
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Abuget;
  src: url('../fonts/Abuget.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Sharpgrotesk Book 25";
  src: url('../fonts/SharpGrotesk-Book25.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --untitled-ui--primary600: #7f56d9;
  --untitled-ui--white: white;
  --untitled-ui--primary700: #6941c6;
  --untitled-ui--primary100: #f4ebff;
  --untitled-ui--gray300: #d0d5dd;
  --untitled-ui--gray700: #344054;
  --untitled-ui--gray50: #f9fafb;
  --untitled-ui--gray800: #1d2939;
  --untitled-ui--gray100: #f2f4f7;
  --untitled-ui--gray600: #475467;
  --untitled-ui--gray900: #101828;
  --black: black;
  --white: white;
}

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

.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-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-users-userformpagewrap {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  max-width: 340px;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.w-users-userloginformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformheader {
  text-align: center;
}

.w-users-userformbutton {
  text-align: center;
  width: 100%;
}

.w-users-userformfooter {
  justify-content: space-between;
  margin-top: 12px;
  display: flex;
}

.w-users-userformerrorstate {
  margin-left: 20px;
  margin-right: 20px;
  position: absolute;
  top: 100%;
  left: 0%;
  right: 0%;
}

.w-users-usersignupformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformsuccessstate {
  display: none;
}

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

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

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

.w-users-usersignupverificationmessage {
  display: none;
}

.w-users-userresetpasswordformwrapper,
.w-users-userupdatepasswordformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-useraccountwrapper {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-users-blockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-users-blockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  margin-bottom: 20px;
  padding: 20px;
}

.w-users-useraccountformsavebutton {
  text-align: center;
  margin-right: 8px;
}

.w-users-useraccountformcancelbutton {
  text-align: center;
  color: #333;
  background-color: #d3d3d3;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #000;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

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

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

p {
  margin-bottom: 0;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.5rem;
}

li {
  margin-bottom: .25rem;
}

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

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

blockquote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

figure {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

.utility-page_component {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility-page_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 20rem;
  display: flex;
}

.utility-page_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.utility-page_image {
  margin-left: auto;
  margin-right: auto;
}

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

.margin-custom2 {
  margin: 2.5rem;
}

.padding-xlarge {
  padding: 4rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xsmall {
  margin: .5rem;
}

.padding-xhuge {
  padding: 8rem;
}

.margin-custom1 {
  margin: 1.5rem;
}

.padding-0 {
  padding: 0;
}

.padding-xxhuge {
  padding: 12rem;
}

.padding-huge {
  padding: 6rem;
}

.margin-large {
  margin: 3rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.margin-xxsmall {
  margin: .25rem;
}

.padding-custom3 {
  padding: 3.5rem;
}

.padding-large {
  padding: 3rem;
}

.padding-large.no-right {
  padding-top: 0;
}

.margin-tiny {
  margin: .125rem;
}

.padding-small {
  padding: 1rem;
}

.padding-custom2 {
  padding: 2.5rem;
}

.margin-custom3 {
  margin: 3.5rem;
}

.nav_padding {
  padding-top: 1.5rem;
  padding-bottom: .7rem;
}

.margin-huge {
  margin: 6rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-xsmall {
  padding: .5rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.padding-xxsmall {
  padding: .25rem;
}

.margin-xhuge {
  margin: 8rem;
}

.padding-tiny {
  padding: .125rem;
}

.margin-small {
  margin: 1rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.margin-0 {
  margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

.form_checkbox {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.form_checkbox-icon {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-checked {
  background-size: 90%;
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-focus {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.fs-styleguide_background {
  border: 1px solid #0000001a;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.fs-styleguide_spacing {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(to top, #2d40ea1a, #fff0);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start stretch;
  display: grid;
  position: relative;
}

.icon-1x1-small {
  flex: none;
  width: 1rem;
  height: 1rem;
}

.overflow-auto {
  overflow: auto;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.icon-1x1-large {
  width: 2.5rem;
  height: 2.5rem;
}

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

.fs-styleguide_background-space {
  width: 1px;
  height: 1px;
  margin: 5rem;
}

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

.text-style-strikethrough {
  text-decoration: line-through;
}

.fs-styleguide_item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  border-bottom: 1px solid #0000001a;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 3rem;
  display: grid;
  position: relative;
}

.fs-styleguide_item.is-stretch {
  justify-items: stretch;
}

.max-width-full {
  width: 100%;
  max-width: none;
}

.fs-styleguide_item-header {
  border-bottom: 1px solid #0000001a;
  width: 100%;
  padding-bottom: 2rem;
}

.fs-styleguide_heading-large {
  font-size: 6rem;
}

.background-color-black {
  color: #f5f5f5;
  background-color: #000;
}

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

.text-color-black {
  color: #000;
}

.text-color-grey {
  color: gray;
}

.fs-styleguide_2-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.fs-styleguide_2-col.is-align-start {
  align-items: start;
}

.form_message-success {
  padding: 1.25rem;
}

.fs-styleguide_row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.text-rich-text h1,
.text-rich-text h2,
.text-rich-text h3,
.text-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.text-rich-text h5,
.text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
}

.text-rich-text p {
  margin-bottom: 1rem;
}

.text-rich-text ul,
.text-rich-text ol {
  margin-bottom: 1.5rem;
}

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

.icon-height-small {
  height: 1rem;
}

.icon-1x1-medium {
  width: 2rem;
  height: 2rem;
}

.heading-style-h1 {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

.padding-global {
  align-items: center;
  height: 100%;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: flex;
}

.padding-global.custom {
  padding-left: 4.5rem;
  padding-right: 4.5rem;
}

.text-weight-normal {
  font-weight: 400;
}

.padding-section-small {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.max-width-small {
  width: 100%;
  max-width: 20rem;
}

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

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

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

.overflow-hidden {
  height: 200px;
  overflow: hidden;
}

.fs-styleguide_section-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-bottom: 3rem;
  line-height: 1.4;
  display: grid;
}

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

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.fs-styleguide_1-col {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.overflow-visible {
  overflow: visible;
}

.fs-styleguide_empty-box {
  z-index: -1;
  background-color: #2d40ea0d;
  border: 1px dashed #2d40ea;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

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

.fs-styleguide_heading-medium {
  font-size: 4rem;
}

.max-width-xsmall {
  width: 100%;
  max-width: 16rem;
}

.fs-styleguide_4-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

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

.text-weight-xbold {
  font-weight: 800;
}

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

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

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

.fs-styleguide_item-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

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

.fs-styleguide_header-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  display: grid;
}

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

.text-style-muted {
  opacity: .6;
}

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

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

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.form_radio-icon {
  width: .875rem;
  height: .875rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form_radio-icon.w--redirected-checked {
  border-width: .25rem;
  width: .875rem;
  height: .875rem;
}

.form_radio-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.text-style-nowrap {
  white-space: nowrap;
}

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

.background-color-grey {
  background-color: #f5f5f5;
}

.form_input {
  background-color: #0000;
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
}

.form_input.is-text-area {
  min-height: 8rem;
  padding-top: .75rem;
}

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

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

.fs-styleguide_3-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: grid;
}

.fs-styleguide_3-col.is-align-start {
  align-items: start;
}

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

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

.fs-styleguide_header {
  background-color: #0000000d;
}

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

.fs-styleguide_label {
  color: #fff;
  background-color: #2d40ea;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem .3rem;
  font-weight: 600;
  display: flex;
}

.fs-styleguide_label.is-tag {
  background-color: #be4aa5;
}

.fs-styleguide_label.is-hex {
  color: #000;
  background-color: #f5f5f5;
}

.fs-styleguide_version {
  z-index: 5;
  color: #000;
  font-weight: 500;
  text-decoration: none;
}

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

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

.icon-height-medium {
  height: 2rem;
}

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

.overflow-scroll {
  overflow: scroll;
}

.form_message-error {
  margin-top: .75rem;
  padding: .75rem;
}

.icon-height-large {
  height: 3rem;
}

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

.form_component {
  margin-bottom: 0;
}

.main-wraper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 12rem;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.text-style-quote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

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

.button {
  color: #fff;
  text-align: center;
  background-color: #000;
  padding: .75rem 1.5rem;
  font-weight: 600;
}

.button.is-text {
  color: #000;
  background-color: #0000;
  border: 2px solid #0000;
}

.button.is-small {
  padding: .5rem 1.25rem;
}

.button.is-large {
  padding: 1rem 2rem;
}

.button.is-secondary {
  color: #000;
  background-color: #0000;
  border: 2px solid #000;
  border-bottom-width: .125rem;
}

.button.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.fs-styleguide_classes {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.fs-styleguide_section {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.fs-styleguide_section.is-vertical {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-columns: 1fr;
}

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

.hide {
  display: none;
}

.padding-section-medium {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

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

.form_radio {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.home-message_content-grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: center start;
  display: grid;
}

.home-message_component {
  color: #fff;
  min-height: 100vh;
  padding: 3rem;
  display: flex;
}

.home-message_list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  display: grid;
}

.home-message_content {
  color: #000;
  background-color: #0000000d;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.home-message_heading-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.home-message_item {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.home-message_item-icon {
  color: #000;
  background-color: #fff;
  flex: none;
  width: 1.75rem;
  height: 1.75rem;
}

.home-message_logo {
  width: 4rem;
}

.fs-styleguide_spacing-all {
  display: none;
}

.fs-styleguide_color.is-1 {
  background-color: #000;
}

.fs-styleguide_color.is-2 {
  background-color: #f5f5f5;
}

.fs-styleguide_color.is-3 {
  background-color: #fff;
}

.spacer-huge {
  width: 100%;
  height: 3vh;
}

.spacer-medium {
  width: 100%;
  padding-top: 2rem;
}

.fs-styleguide_spacer-box {
  background-color: #2d40ea1a;
  border: 1px dashed #2d40ea;
  width: 100%;
  position: relative;
}

.spacer-xsmall {
  width: 100%;
  padding-top: .5rem;
}

.spacer-small {
  width: 0%;
  padding-top: 1rem;
}

.spacer-xhuge {
  width: 100%;
  padding-top: 8rem;
}

.spacer-tiny {
  width: 100%;
  padding-top: .125rem;
}

.spacer-xxsmall {
  width: 100%;
  padding-top: .25rem;
}

.spacer-xxhuge {
  width: 100%;
  padding-top: 12rem;
}

.spacer-xlarge {
  width: 100%;
  padding-top: 4rem;
}

.spacer-large {
  padding-top: 3rem;
}

.spacer-xxlarge {
  width: 100%;
  padding-top: 5rem;
}

.rl_navbar2_component {
  background-color: #0000;
  border-bottom: 1px solid #000;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: fixed;
}

.rl_navbar2_logo {
  background-color: #0000;
  width: 50px;
}

.line_top {
  color: #fff;
  background-color: #fff;
  width: 30px;
  height: 3px;
}

.line_bottom {
  background-color: #fff;
  width: 30px;
  height: 3px;
}

.rl_navbar2_menu-button {
  padding: 0;
  display: block;
}

.line_middle_div {
  margin-top: 5px;
  margin-bottom: 5px;
}

.rl_navbar2_button-wrapper {
  grid-column-gap: 1rem;
  margin-left: 1rem;
  display: flex;
}

.rl_navbar2_container {
  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;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.line_middle {
  background-color: #fff;
  width: 30px;
  height: 3px;
}

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

.body {
  background-color: #000;
  font-family: Poppins, sans-serif;
}

.section_hero {
  height: 100svh;
  margin-top: auto;
  margin-bottom: auto;
  display: block;
  position: relative;
}

.hero_text_wraper {
  display: block;
}

.hero_section_wraper {
  width: 100%;
}

.hero_text_wraper.flux {
  flex-direction: row;
  justify-content: space-between;
  display: flex;
}

.playfair {
  font-family: Playfair Display, sans-serif;
}

.hero_text {
  color: #fff;
  letter-spacing: -0.04em;
  font-size: 8vw;
  font-weight: 300;
  line-height: 1;
  white-space: nowrap;
}

.poppins {
  font-family: Poppins, sans-serif;
}

.hero_small_text {
  align-items: center;
  margin-left: 25px;
  margin-right: 60px;
  display: flex;
}

.hero_small_text.when-small {
  display: none;
}

.small_text {
  color: #fff;
  font-size: 1.1rem;
}

.hero_circle_text {
  position: absolute;
  inset: auto 12% 5% auto;
}

.circle_text-image {
  width: 150px;
}

.image {
  perspective-origin: 50%;
  transform-origin: 50%;
  position: absolute;
  inset: 0%;
}

.section_about {
  height: 100svh;
  display: block;
}

.about_text {
  color: #e0e0e0;
  font-size: 1.4rem;
  font-weight: 400;
}

.about_discription {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 3rem;
  font-weight: 300;
  line-height: 1.1;
}

.text-span {
  color: #fff;
  -webkit-text-stroke-color: #fff;
}

.section_5steps {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 130vw;
  height: 200svh;
  display: none;
  position: relative;
  overflow: visible;
}

.steps_grid {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

._5steps_card {
  border-bottom: .1px solid #3f3f3f;
  border-right: .5px solid #3f3f3f;
  flex-direction: column;
  justify-content: flex-start;
  height: 75vh;
  display: flex;
}

.card_number {
  color: #fff;
  text-align: center;
  font-size: 10rem;
  font-weight: 700;
  line-height: 1;
}

.card_heading {
  color: #fff;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
}

.card_discription {
  color: #fff;
  font-size: 1rem;
}

.section_grow {
  width: 100%;
  display: block;
}

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

.grow_heading_wraper {
  width: 30%;
  position: relative;
}

.section_heading {
  color: #fff;
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
}

.section_heading.changes {
  color: #f5f5f5;
  text-transform: uppercase;
  margin-bottom: 100px;
  font-family: Poppins, sans-serif;
  font-size: 2.5rem;
  font-weight: 300;
  position: sticky;
  top: 100px;
}

.section_heading.ab {
  text-align: left;
  width: auto;
  position: static;
  inset: 70px auto auto 20px;
}

.grow_discription {
  flex: 0 auto;
  width: 65%;
}

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

.grow_grid {
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  justify-items: stretch;
}

.grow_grid_card {
  justify-content: flex-end;
  width: 100%;
  display: flex;
}

.grow_discription_heading {
  color: #fff;
  text-transform: uppercase;
  font-size: 1.8rem;
  font-weight: 400;
}

.discription {
  color: #bebebe;
  letter-spacing: 1px;
  width: 35rem;
  font-size: 1rem;
  line-height: 30px;
}

.section_casestudy {
  width: 100%;
  display: block;
}

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

.casestudy_emptybox {
  width: 65%;
  height: 230px;
}

.casestudy_headingtext {
  align-items: flex-end;
  display: flex;
}

.casestudy_card {
  border-top: .5px solid #242424;
  border-bottom: .5px solid #2e2e2e;
  position: relative;
}

.casestudy_card_heading {
  color: #fff;
  font-size: 2rem;
  font-weight: 400;
}

.casestudy_card_heading.is2 {
  color: #000;
  font-family: Playfair Display, sans-serif;
  position: absolute;
  top: 50px;
}

.casestudy_fluxbox {
  justify-content: space-between;
  display: flex;
  overflow: visible;
}

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

.casestudy_cards {
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

.casestudy_card_discription {
  color: #fff;
  flex: none;
  align-items: center;
  width: 350px;
  font-size: 1rem;
  display: flex;
}

.casestudy_circle {
  background-color: #d2d2d2;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  display: flex;
}

.arrow_icon {
  mix-blend-mode: difference;
  width: 40px;
  height: 40px;
}

.section_massage {
  height: 100svh;
  display: flex;
}

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

.section_contacts {
  width: 100%;
  display: block;
}

.contacts_wraper {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.contacts_heading {
  color: #fff;
  letter-spacing: -3px;
  font-size: 11vw;
  font-weight: 300;
  line-height: 100%;
}

.contacts_links,
.link {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.contact_circle {
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 75px;
  height: 75px;
  padding: 10px;
  display: flex;
}

.mail {
  width: 45px;
}

.link_text {
  color: #fff;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 400;
}

.navbar_wraper {
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-2 {
  mix-blend-mode: difference;
  width: 45px;
}

.navbar {
  z-index: 9999;
  mix-blend-mode: difference;
  background-color: #000;
  width: 100%;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
}

.sticky_element {
  position: sticky;
  top: -40px;
  overflow: visible;
}

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

.line {
  background-color: #838383;
  padding-bottom: 1px;
}

.line.is1 {
  width: 100%;
  display: none;
}

.line.is2,
.line.is3,
.line.is4 {
  display: none;
}

.line_virtical {
  background-color: #838383;
  width: 1px;
  height: 100%;
  display: none;
}

.line_virtical.is2,
.line_virtical.is3 {
  display: none;
}

.steps_heading_wraper {
  justify-content: center;
  display: flex;
}

.staps-heading {
  justify-content: center;
  width: 100vw;
  display: flex;
}

.spam1,
.spam2 {
  overflow: visible;
}

.spam3 {
  display: inline-block;
  overflow: hidden;
}

.spam4,
.spam6,
.text-span-2 {
  overflow: hidden;
}

.about_discriptiony {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 3rem;
  font-weight: 300;
  line-height: 1.1;
}

.page-wrapper-2 {
  width: 100%;
  font-size: 1em;
  position: relative;
  overflow: hidden;
}

.heading_wrap {
  width: 64%;
}

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

.underline {
  background-color: #ffffff4d;
  width: 100%;
  height: 1px;
  margin-top: 8.9em;
  margin-bottom: 8.9em;
}

.container {
  width: 100%;
  max-width: 100em;
  margin-left: auto;
  margin-right: auto;
  padding: 51vh 8.3em;
}

.body-2 {
  color: #fff;
  background-color: #000;
}

.page_loader {
  z-index: 3000;
  mix-blend-mode: normal;
  background-color: #dfdfe1;
  width: 100%;
  height: 100svh;
  display: none;
  position: fixed;
  inset: 0%;
}

.image_div {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 99vh;
  display: flex;
}

.preloader-image {
  mix-blend-mode: difference;
}

.loader {
  background-color: #000;
  width: 100%;
  height: 2vh;
}

.cursor-wrap {
  z-index: 10000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.cursor-wrap.mbm-ex {
  opacity: 0;
  transition: opacity .2s;
}

.cursor-dot {
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 12px;
  height: 12px;
}

.cursor_wraper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100svh;
  display: none;
  position: fixed;
  inset: 0%;
}

.cursor {
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 100%;
  width: 12px;
  height: 12px;
}

.full_menu {
  z-index: 9998;
  mix-blend-mode: normal;
  background-color: #fff;
  width: 100%;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0%;
  transform: translate(0, 110%);
}

.menu_wraper {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding-right: 5vw;
  display: flex;
}

.menu_options {
  height: 100%;
}

.menulinks {
  color: #000;
  width: auto;
  font-size: 7rem;
  font-weight: 600;
  line-height: 100%;
}

.menu_line {
  background-color: #000;
  height: 1px;
}

.menu_line.line1,
.menu_line.line2,
.menu_line.line3 {
  background-color: #0000;
}

.padding-section-custom {
  padding-top: 7rem;
}

.menu_contact_links {
  padding-bottom: 10px;
}

.padding-global-copy {
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: flex;
}

.padding-global-copy.custom {
  padding-left: 4.5rem;
  padding-right: 4.5rem;
}

.link_upwork,
.link_mail {
  background-color: #d2d2d2;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
}

.menu_contacts_image {
  width: 35px;
}

.menu_text_wraper {
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.menu_link_serif {
  color: #fff;
  letter-spacing: -1px;
  margin-left: 6px;
  font-family: Playfair Display, sans-serif;
  font-size: 7rem;
  font-weight: 700;
  line-height: 100%;
  position: absolute;
  inset: 80% 0% 0%;
}

.menulinks-about {
  mix-blend-mode: multiply;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
  font-size: 7rem;
  font-weight: 600;
  line-height: 100%;
  display: flex;
}

.is1,
.is2,
.is3,
.is4,
.is5,
.is6,
.is7,
.is8,
.is9,
.is10,
.is11,
.is12,
.is13,
.is14,
.is15,
.is16,
.is17,
.is18,
.is19,
.is20,
.is21,
.is22,
.is23 {
  display: inline-block;
}

.menu_lot {
  justify-content: center;
  align-items: center;
  width: 35px;
  height: auto;
  display: flex;
}

.main-hero_section {
  border-bottom: 2px solid #fff3;
}

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

.page-padding {
  padding: 5em 6%;
}

.page-padding.is-main-hero {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.main-hero_layout {
  grid-column-gap: 1.4em;
  grid-row-gap: 1.4em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.main-hero_sub-heading {
  border: 1.5px solid #ffffff3d;
  border-radius: 100vw;
  padding: .3em 1.5em;
  font-weight: 700;
  display: inline-block;
}

.edits {
  color: #fff;
  letter-spacing: -.03em;
  width: 100%;
  max-width: 10.2em;
  font-size: 5.8em;
  line-height: 1;
}

.section_link {
  text-decoration: none;
}

.line-copy.is1,
.line-copy.is4 {
  display: none;
}

.line-copy.is3,
.line-copy.is4 {
  display: none;
}

.line-copy {
  background-color: #838383;
  padding-bottom: 1px;
}

.line-copy.is2,
.line-copy.is4 {
  display: none;
}

.hover_image {
  z-index: 50;
  width: 245px;
  position: relative;
  inset: 0%;
}

.hover_image_div {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  transform: translate(0%);
}

.work_img-flex {
  z-index: 4;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.work_img {
  flex: none;
  width: 20em;
  position: relative;
  transform: translate(-50%);
}

.work_img-height {
  width: 100%;
  padding-top: 150%;
  position: relative;
}

.work_photo {
  object-fit: cover;
  object-position: 50% 100%;
  width: 100%;
  position: absolute;
  inset: auto 0% 0%;
}

.edits-2 {
  letter-spacing: -.03em;
  width: 100%;
  max-width: 10.2em;
  font-size: 5.8em;
  line-height: 1;
}

.flx_center {
  justify-content: center;
  width: 100%;
  display: flex;
}

.global_symbol {
  position: fixed;
  inset: 0% 0% auto;
}

.container-3 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.main-hero_heading {
  letter-spacing: -.03em;
  width: 100%;
  max-width: 10.2em;
  font-size: 5.8em;
  line-height: 1;
}

.global_embed {
  width: 0;
  height: 0;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.typed-cursor {
  font-size: 5.9em;
  line-height: 100%;
}

.typed-text {
  font-size: 5.8em;
  line-height: 100%;
}

.body-3 {
  color: #fff;
  background-color: #000;
}

.container-4 {
  width: 100%;
  max-width: 2000px;
  margin-left: auto;
  margin-right: auto;
  padding: 4.06em;
}

.container-4.is--slider {
  padding-top: 0;
  padding-bottom: 0;
}

.splide__list {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.header {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding-top: 8.7em;
  padding-bottom: 6.2em;
  display: block;
}

.splide__pagination {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  position: absolute;
  inset: auto 0% 0% auto;
}

.splide__arrow {
  background-color: #0000;
  background-image: url('../images/arrow-right.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 30%;
  border: 1px solid #242022;
  border-radius: 100vw;
  width: 6em;
  height: 3em;
  margin-right: 1em;
  transition: all .2s;
}

.splide__arrow:hover {
  background-color: #3732350f;
}

.splide__arrow.splide__arrow--prev {
  transform: rotate(-180deg);
}

.splide__arrow.splide__arrow--prev:active {
  transform: scale(.95)rotate(-180deg);
}

.splide__arrow.splide__arrow--next:active {
  transform: scale(.95);
}

.slider__wave {
  z-index: 2;
  margin-top: -.6vw;
  position: absolute;
  inset: 0% 0% auto;
}

.slider__wave.is--bottom {
  margin-bottom: -.6vw;
  inset: auto 0% 3%;
  transform: rotate(-180deg);
}

.header_sub-line {
  background-color: #242022;
  flex: 0 auto;
  width: 4em;
  height: 1px;
}

.header_sub {
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 2em;
  display: flex;
}

.header_sub-text {
  letter-spacing: .2em;
  text-transform: uppercase;
  flex: 1;
  margin-left: 1em;
  font-size: .8em;
  font-weight: 500;
}

.slider-css {
  height: 0;
  position: fixed;
  inset: 0% 0% auto;
}

.splide {
  width: 100%;
  position: relative;
}

.splide.slider2.tall {
  overflow: hidden;
}

.splide.slider1.pill {
  padding-right: 14em;
}

.splide__slide {
  flex: none;
  width: 33.3333%;
}

.splide__slide.five-cards {
  width: 20%;
}

.pagination_item {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: inline-block;
}

.splide__pagination__page {
  opacity: .2;
  background-color: #242022;
  width: 3em;
  height: 4px;
  margin-left: .3em;
  margin-right: 0;
  transition: all .3s;
}

.splide__pagination__page.is-active {
  opacity: 1;
  background-color: #242022;
}

.section-2 {
  color: #242022;
}

.section-2.is--slider {
  z-index: 2;
  margin-bottom: 5em;
  position: relative;
  overflow: visible;
}

.section-2.is--dark {
  color: #242022;
  background-color: #0000;
}

.section-2.hide {
  display: none;
}

.overflow {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.container-5 {
  width: 1560px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 6em 2em;
}

.splide__track {
  width: 100%;
}

.splide__arrows {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.splide__arrows.is--mobile-center {
  position: relative;
}

.splide__arrows.is--center {
  justify-content: center;
  padding-left: 1em;
}

.splide__arrows.is--center.relitive {
  z-index: 10;
  position: relative;
}

.body-4 {
  background-color: #dfdad5;
}

.container-6 {
  width: 100%;
  max-width: 2000px;
  margin-left: auto;
  margin-right: auto;
  padding: 4.06em;
}

.container-6.is--slider {
  padding-top: 0;
  padding-bottom: 0;
}

.section-3 {
  color: #242022;
}

.section-3.is--slider {
  z-index: 2;
  margin-bottom: 5em;
  position: relative;
  overflow: visible;
}

.section-3.is--dark {
  color: #242022;
  background-color: #0000;
}

.section-3.hide {
  display: none;
}

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

.card-link {
  text-decoration: none;
  display: block;
}

.goonies-h1 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 2.1rem;
  font-weight: 600;
}

.paragraph {
  font-family: Montserrat, sans-serif;
}

.goonies_nav-link {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: .9rem;
  font-weight: 500;
  text-decoration: none;
}

.goonies-h3 {
  color: #fff;
  font-family: "Sharpgrotesk Book 25", sans-serif;
  font-size: 1.7rem;
  font-weight: 400;
}

.goonies-h3.goon_card_hov {
  transform: none;
}

.uui-button {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui--primary600);
  background-color: var(--untitled-ui--primary600);
  color: var(--untitled-ui--white);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button:hover {
  border-color: var(--untitled-ui--primary700);
  background-color: var(--untitled-ui--primary700);
}

.uui-button:focus {
  background-color: var(--untitled-ui--primary600);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--primary100);
}

.uui-button.is-button-large {
  grid-column-gap: .75rem;
  padding: 1rem 1.75rem;
  font-size: 1.125rem;
}

.uui-button-secondary-gray {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui--gray300);
  background-color: var(--untitled-ui--white);
  color: var(--untitled-ui--gray700);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-secondary-gray:hover {
  background-color: var(--untitled-ui--gray50);
  color: var(--untitled-ui--gray800);
}

.uui-button-secondary-gray:focus {
  background-color: var(--untitled-ui--white);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--gray100);
}

.uui-button-secondary-gray.is-button-large {
  grid-column-gap: .75rem;
  padding: 1rem 1.75rem;
  font-size: 1.125rem;
}

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

.uui-button-row.button-row-center {
  justify-content: center;
}

.uui-space-large {
  width: 100%;
  min-height: 3rem;
}

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

.uui-max-width-large.align-center,
.align-center-2 {
  margin-left: auto;
  margin-right: auto;
}

.uui-text-size-xlarge {
  color: var(--untitled-ui--gray600);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
}

.uui-space-small {
  width: 100%;
  min-height: 1.5rem;
}

.uui-heading-xlarge {
  color: var(--untitled-ui--gray900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 3.75rem;
  font-weight: 600;
  line-height: 1.2;
}

.uui-max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

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

.uui-text-align-center.hidden,
.uui-text-align-center.plot-hidden {
  opacity: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.uui-padding-vertical-xhuge {
  padding-top: 7rem;
  padding-bottom: 7rem;
  display: block;
  position: relative;
}

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

.uui-page-padding {
  width: 500rem;
  max-width: 625px;
  padding-left: 2rem;
  padding-right: 2rem;
}

.goonies--hero {
  justify-content: center;
  align-items: flex-start;
  height: 200svh;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  overflow: visible;
}

.goonies {
  background-color: #000;
}

.goonies_image {
  width: 27rem;
}

.goonies_nav {
  z-index: 100;
  background-image: linear-gradient(#000000ba, #0000);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70px;
  display: flex;
  position: fixed;
  top: 0;
}

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

.goonies_sticky {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100svh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.goonies_zoom_bg {
  background-image: url('../images/5d13364599bb70e3560cc4e5_background-min-3.png');
  background-position: 50% 0;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.goonies-h2 {
  color: #fff;
  font-family: "Sharpgrotesk Book 25", sans-serif;
  font-size: 3rem;
  font-weight: 400;
}

.goonies_hero_para {
  color: #fff;
  width: 600px;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  transform: none;
}

.goonies_hero_line {
  background-color: #fff;
  width: 1px;
  height: 11rem;
  position: absolute;
  inset: auto 50%;
}

.scroll_wrapper {
  position: absolute;
  inset: auto auto 2rem;
}

.scroll_img {
  width: 3rem;
}

.goonies_section_grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  height: 100svh;
  overflow: hidden;
}

.goonie_grid {
  background-image: linear-gradient(#00000080, #00000080), url('../images/5d4029b7763f97bdb3dec2f7_jno507n0iz131.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: flex-start;
  align-items: flex-end;
  padding: 25px;
  display: flex;
}

.goonie_grid:hover {
  background-image: linear-gradient(#0000, #0000), url('../images/5d4029b7763f97bdb3dec2f7_jno507n0iz131.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.goonie_grid.is_mouth {
  background-image: linear-gradient(#00000080, #00000080), url('../images/5d002392773f43b68a233649_4.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.goonie_grid.is_mouth:hover {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/5d002392773f43b68a233649_4.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.goonie_grid.is_mikey {
  background-image: linear-gradient(#00000080, #00000080), url('../images/5d000a3b16a6c64e19f1841b_1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.goonie_grid.is_mikey:hover {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/5d000a3b16a6c64e19f1841b_1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.goonie_grid.is_chunk {
  background-image: linear-gradient(#00000080, #00000080), url('../images/5d000a3b7c779fffb58ff3ed_2.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.goonie_grid.is_chunk:hover {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/5d000a3b7c779fffb58ff3ed_2.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.goonie_grid.is_data {
  background-image: linear-gradient(to bottom, null, null), url('../images/5d4029b7763f97bdb3dec2f7_jno507n0iz131.jpg');
}

.goonie_grid.is_data:hover {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/5d4029b7763f97bdb3dec2f7_jno507n0iz131.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.goonie_chunk {
  background-image: linear-gradient(#00000080, #00000080), url('../images/5d000a3b7c779fffb58ff3ed_2.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.goonie_data {
  background-image: linear-gradient(#00000080, #00000080), url('../images/5d4029b7763f97bdb3dec2f7_jno507n0iz131.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.section-never-die {
  justify-content: center;
  align-items: center;
  height: 100svh;
  display: flex;
  position: static;
}

.never-say-wraper {
  justify-content: center;
  align-items: center;
  height: 50vh;
  display: flex;
  position: relative;
}

.neversay-heading {
  opacity: .75;
  color: #fff;
  font-family: "Sharpgrotesk Book 25", sans-serif;
  font-weight: 400;
}

.never-say_img {
  opacity: .5;
}

.never-say_img.is_one {
  z-index: -1;
  width: 12rem;
  position: absolute;
}

.never-say_img.is_two {
  width: 6rem;
  position: absolute;
  inset: auto auto 97% 20%;
}

.never-say_img.is_three {
  width: 8rem;
  position: absolute;
  inset: auto auto 0% 28%;
}

.never-say_img.is_four {
  width: 10rem;
  position: absolute;
  inset: -35px 13% auto auto;
}

.never-say_img.is_five {
  z-index: -1;
  width: 5rem;
  position: absolute;
  inset: auto 20% 30% auto;
}

.credits-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: .5px solid #292929;
  grid-template: ". . Area Area" 50%
    ". . . ." 50%
    / 1fr 1fr 1fr 1fr;
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 100svh;
  padding: 0;
  display: grid;
}

.credits-grid-card {
  border-bottom: 1px solid #414141;
  border-right: 1px solid #353535;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.credits-grid-card.is_music {
  justify-content: flex-start;
  align-items: center;
  padding: 30px;
}

.credits-grid-card.align-top {
  justify-content: flex-start;
  align-items: center;
  padding-top: 60px;
}

.release-heading {
  color: #fff;
  justify-content: center;
  align-items: center;
  font-family: "Sharpgrotesk Book 25", sans-serif;
  font-size: 2.3rem;
  display: flex;
  position: static;
}

.release-heading.absolute {
  position: absolute;
  top: 100%;
}

.credits-story-by {
  border-bottom: 1px solid #535353;
  border-right: 1px solid #5e5e5e;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.cell {
  justify-content: center;
  align-items: center;
}

.credits-production {
  border-bottom: 1px solid #555;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.image-3 {
  height: 100%;
}

.h3_20 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
}

.credits-text-wrapper {
  z-index: 1;
  position: absolute;
  inset: auto auto 7% 5%;
}

.credits-para {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-weight: 200;
}

.credit-distrib-img {
  width: 5rem;
}

.credit-music-img {
  opacity: .64;
}

.section-zombie {
  justify-content: center;
  align-items: center;
  height: 100svh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.zombie-image-goon {
  opacity: .2;
  width: 30%;
}

.zombie-image-hand {
  width: 80%;
  position: absolute;
  inset: auto auto 0%;
}

.goonies_footer {
  position: relative;
}

.goonies-footer-wraper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100svh;
  display: flex;
}

.goones-footer-text {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 1.2rem;
}

.goones-footer-text.is-cridts {
  position: absolute;
  bottom: 7%;
}

.goones-back-top {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  text-decoration: none;
}

.section-gallery {
  height: 100svh;
  position: relative;
}

.quick-stack {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  height: 100%;
  padding: 0;
}

.quick-stack-2 {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  width: 100%;
  height: 100%;
  padding: 0;
}

.quick-stack-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 100%;
  height: 100%;
  padding: 0;
}

.cell-2 {
  perspective-origin: 50%;
  transform-origin: 100%;
  background-image: url('../images/5d0b90fa2ab90c75d6f44a8e_the-goonies.jpg');
  background-position: 50%;
  background-size: cover;
  transform: none;
}

.cell-3 {
  transform-origin: 0%;
  background-image: url('../images/5d0b90fa2b24d9ce77182467_goonies-tongue.jpg');
  background-position: 50%;
  background-size: cover;
  transform: none;
}

.cell-4 {
  transform-origin: 0 100%;
  background-image: url('../images/5d23a6ca059b4b229b659eb7_rocks-min.jpg');
  background-position: 50%;
  background-size: cover;
  transform: none;
}

.cell-5 {
  background-image: url('../images/5d0b90fa0369a41028d539d0_the-goonies-cave.jpg');
  background-position: 50%;
  background-size: cover;
}

.cell-6 {
  transform-origin: 50% 100%;
  background-image: url('../images/5d0b9359641a587dc58ecb84_Goonies-Captain-Chunk.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  transform: none;
}

.cell-7 {
  transform-origin: 100%;
  background-image: url('../images/5d0b90fa641a584b528ebed3_20141201-125621.jpg');
  background-position: 50%;
  background-size: cover;
  transform: none;
}

.cell-8 {
  background-image: url('../images/5d0b90fa641a58fc3a8ebed4_goonies_lead.jpg');
  background-position: 50%;
  background-size: cover;
  transform: none;
}

.cell-9 {
  background-image: url('../images/5d0b93722b24d9f866182ebb_goonies4.jpg');
  background-position: 50%;
  background-size: cover;
  transform: none;
}

.cell-10 {
  background-image: url('../images/5d0b938f2ab90c1171f45523_image.jpg');
  background-position: 50%;
  background-size: cover;
  transform: none;
}

.cell-11 {
  transform-origin: 100% 0;
  background-image: url('../images/how-he-ruined-the-first-take-social.jpg');
  background-position: 50%;
  background-size: cover;
  transform: none;
}

.cell-12 {
  background-image: url('../images/he-Goonies-Lost-Treasure-and-Maritime-Law-720x340.jpg');
  background-position: 50%;
  background-size: cover;
  transform: none;
}

.credits_text_wraper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.credits-bg-img {
  opacity: .5;
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  background-image: url('../images/5d23a6caf743d12a0b3b4c75_steven-min.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  transition: transform .4s cubic-bezier(.25, .46, .45, .94), opacity .4s cubic-bezier(.25, .46, .45, .94);
}

.credits-bg-img:hover {
  opacity: .8;
  transform: scale(1.1);
}

.spacer_small {
  width: 100%;
  padding-top: 1rem;
}

.goonies-hero {
  height: 260svh;
}

.goonies_hero-h1 {
  color: #fff;
  font-family: Abuget, sans-serif;
  font-size: 2.6rem;
  font-weight: 400;
}

.goones-hero-bg {
  background-image: url('../images/5cffeaf7b3cb0ed2d33f7943_hero.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  position: absolute;
  inset: 0%;
}

.goonies-hero-bg-black {
  position: absolute;
  inset: 0%;
}

.goonies-text-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
  position: relative;
  top: 90px;
}

.goonies-link-more {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.goonies-link-text {
  color: #fff;
  font-family: "Sharpgrotesk Book 25", sans-serif;
  font-size: .8rem;
}

.image-4 {
  width: 26px;
  height: 15px;
}

.gallery-overlay {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.gallery-heading {
  color: #fff;
  font-family: "Sharpgrotesk Book 25", sans-serif;
  font-size: 2.6rem;
  font-weight: 400;
}

.gallery-button {
  background-color: var(--black);
  cursor: pointer;
  padding: 5px 10px;
}

.gallery-button-text {
  color: var(--white);
  font-family: Montserrat, sans-serif;
  font-size: .9rem;
  font-weight: 200;
}

.gallery-out-button {
  background-color: var(--black);
  cursor: pointer;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  overflow: hidden;
}

.gallery-x-icon {
  width: 35%;
}

.gallery-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.grid-background {
  z-index: -1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  position: absolute;
  inset: 0%;
}

.gallery-line-bg {
  border: 1px solid #d0d5dd75;
  border-radius: .5px;
}

.gallery-line-bg.is-line-right {
  border-width: .5px .5px .5px 0;
  border-radius: 0;
}

.black-section {
  height: 100vh;
}

.quick-stack-4 {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
}

.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-8 {
  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,
.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,
.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,
.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;
}

@media screen and (min-width: 1440px) {
  .padding-large.no-right {
    padding-right: 0;
  }

  .padding-global {
    font-size: 3.4rem;
  }

  .padding-section-large {
    margin-top: auto;
    margin-bottom: auto;
  }

  .page-wrapper {
    position: relative;
  }

  .container-large.changes {
    margin-left: auto;
    margin-right: auto;
    position: static;
    left: 5px;
  }

  .spacer-huge {
    height: 5svh;
    padding-top: 0;
  }

  .rl_navbar2_component {
    position: absolute;
  }

  .section_hero {
    height: 100svh;
  }

  .hero_text {
    font-size: 9vw;
    line-height: 1;
  }

  .hero_circle_text {
    bottom: 7.5vh;
  }

  .about_discription {
    letter-spacing: 2px;
    font-size: 3.1rem;
    line-height: 1.2;
  }

  .section_5steps {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100svw;
    height: 150svh;
    display: none;
  }

  ._5steps_card {
    height: 70vh;
  }

  .section_heading.changes {
    margin-bottom: 29px;
  }

  .grow_discription_heading {
    font-size: 2rem;
  }

  .discription {
    width: 40rem;
    font-size: 1.3rem;
  }

  .casestudy_card_discription {
    font-size: 16px;
  }

  .casestudy_circle {
    justify-content: center;
    font-size: 16px;
  }

  .section_massage {
    display: block;
  }

  .padding-right-left {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .sticky_element {
    top: 4vh;
  }

  .staps-heading {
    padding-left: 3.5rem;
  }

  .about_discriptiony {
    letter-spacing: 2px;
    font-size: 3.1rem;
    line-height: 1.2;
  }

  .cursor-wrap.mbm-ex {
    z-index: 200;
  }

  .cursor-dot {
    z-index: 2500;
    background-color: #fff;
    width: 54px;
    height: 47px;
    position: static;
  }

  .cursor_wraper {
    z-index: 2500;
    mix-blend-mode: difference;
    border: 1px solid #000;
    justify-content: center;
    align-items: center;
    width: 100svw;
    height: 100svh;
    display: flex;
    position: fixed;
    inset: 0%;
  }

  .cursor {
    z-index: 2500;
    background-color: #fff;
    border-radius: 73%;
    width: 20px;
    height: 20px;
    position: static;
  }

  .full_menu {
    transform: translate(0, 110%);
  }

  .padding-global-copy {
    font-size: 3.4rem;
  }

  .is1 {
    transform: translate(0);
  }

  .menu_lot {
    text-align: center;
    background-color: #0000;
    justify-content: center;
    align-items: center;
    width: 38px;
    height: auto;
    display: flex;
  }

  .work_img {
    width: 5em;
  }

  .grident {
    background-image: linear-gradient(308deg, #b3eb16, #fc7eff);
  }

  .goonies-h1 {
    font-family: Abuget, sans-serif;
    font-size: 3rem;
    font-weight: 400;
  }

  .goonies_nav-link {
    font-family: "Sharpgrotesk Book 25", sans-serif;
  }

  .goonies--hero {
    justify-content: center;
    align-items: flex-start;
    height: 200svh;
    padding-top: 0;
  }

  .goonies_nav {
    z-index: 100;
    position: fixed;
  }

  .goonies_sticky {
    background-image: url('../images/5cffeaf7b3cb0ed2d33f7943_hero.jpg');
    background-position: 50%;
    background-size: cover;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100svh;
    display: flex;
    position: sticky;
    top: 0;
  }

  .goonies_zoom_bg {
    background-position: 50% 0;
    background-size: cover;
    width: 100%;
    position: absolute;
  }

  .goonies-h2 {
    font-family: "Sharpgrotesk Book 25", sans-serif;
  }

  .neversay-heading {
    font-family: "Sharpgrotesk Book 25", sans-serif;
    font-size: 2.5rem;
  }

  .release-heading {
    font-family: "Sharpgrotesk Book 25", sans-serif;
    font-size: 2.4rem;
  }

  .h3_20 {
    font-family: "Sharpgrotesk Book 25", sans-serif;
  }

  .credits-para {
    font-family: Montserrat, sans-serif;
    font-size: .9rem;
    font-weight: 300;
  }

  .goones-footer-text {
    font-family: Montserrat, sans-serif;
    font-size: 1rem;
    font-weight: 400;
  }

  .goonies_hero-h1 {
    font-family: Abuget, sans-serif;
    font-size: 3rem;
    font-weight: 400;
  }

  .gallery-overlay {
    justify-content: center;
    align-items: center;
  }

  .gallery-heading {
    font-family: "Sharpgrotesk Book 25", sans-serif;
    font-size: 2.5rem;
  }

  .gallery-button {
    cursor: pointer;
  }

  .gallery-out-button {
    background-color: var(--black);
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    display: flex;
    overflow: hidden;
  }

  .gallery-x-icon {
    color: var(--white);
    width: 30%;
  }

  .gallery-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block {
    position: relative;
  }
}

@media screen and (min-width: 1920px) {

  .padding-large,
  .padding-global {
    padding-right: 3rem;
  }

  .container-large {
    max-width: 105rem;
  }

  .small_text {
    font-size: 1.3rem;
  }

  .circle_text-image {
    width: 230px;
  }

  .about_text {
    font-size: 2rem;
  }

  .about_discription {
    font-size: 4.2rem;
  }

  .steps_grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .card_heading {
    font-size: 2.7rem;
  }

  .card_discription {
    font-size: 1.6rem;
  }

  .section_grow_wraper {
    justify-content: space-between;
  }

  .section_heading {
    font-size: 4rem;
  }

  .section_heading.changes {
    font-size: 3rem;
  }

  .grow_discription_heading {
    font-size: 2.6rem;
  }

  .discription {
    width: 100%;
    font-size: 1.7rem;
    line-height: 37px;
  }

  .casestudy_card_heading {
    font-size: 2.5rem;
  }

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

  .casestudy_card_discription {
    width: 361px;
    font-size: 1.4rem;
  }

  .casestudy_circle {
    display: flex;
  }

  .section_massage {
    display: block;
  }

  .line.is1,
  .line.is3 {
    display: none;
  }

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

  .about_discriptiony {
    font-size: 4.2rem;
  }

  .line-copy.is2 {
    display: none;
  }

  .work_img {
    width: 6.5em;
  }
}

@media screen and (max-width: 991px) {
  .padding-xlarge {
    padding: 3rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .hide-tablet {
    display: none;
  }

  .fs-styleguide_2-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .fs-styleguide_1-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 3rem;
  }

  .fs-styleguide_4-col {
    grid-template-columns: 1fr;
  }

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

  .fs-styleguide_3-col {
    grid-template-columns: 1fr;
  }

  .fs-styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .line_top,
  .line_bottom {
    background-color: #fff;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .rl_navbar2_menu-button {
    padding: 0;
  }

  .rl_navbar2_menu-button.w--open {
    background-color: #0000;
  }

  .line_middle_div {
    background-color: #fff;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

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

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

  .line_middle {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .rl_menu-icon2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .hero_small_text {
    margin-right: 50px;
  }

  .small_text {
    font-size: .8rem;
  }

  .hero_circle_text {
    bottom: 7%;
  }

  .circle_text-image {
    width: 120px;
  }

  .about_text {
    font-size: 1.2rem;
  }

  .about_discription {
    font-size: 2.5rem;
  }

  .section_5steps {
    width: auto;
    height: auto;
  }

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

  .card_number {
    font-size: 10rem;
  }

  .card_heading {
    font-size: 1.5rem;
  }

  .card_discription {
    font-size: .9rem;
  }

  .section_heading {
    font-size: 2.2rem;
  }

  .grow_discription_heading {
    font-size: 2rem;
  }

  .discription {
    width: 100%;
    font-size: .9rem;
  }

  .casestudy_card_heading {
    font-size: 1.6rem;
  }

  .casestudy_card_discription {
    width: 17rem;
    font-size: .8rem;
  }

  .casestudy_circle {
    background-color: #c3c3c3;
  }

  .arrow_icon {
    width: 42px;
  }

  .padding-right-left {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .contacts_heading {
    font-size: 12vw;
  }

  .contact_circle {
    width: 70px;
    height: 70px;
  }

  .mail {
    width: 40px;
  }

  .about_discriptiony {
    font-size: 2.5rem;
  }

  .heading_wrap {
    width: 90%;
  }

  .container {
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .cursor-wrap.mbm-ex {
    display: none;
  }

  .full_menu {
    transform: translate(0, 110%);
  }

  .menulinks,
  .menu_link_serif {
    font-size: 5rem;
  }

  .edits {
    font-size: 5em;
  }

  .work_img-flex {
    display: none;
  }

  .edits-2,
  .main-hero_heading {
    font-size: 5em;
  }

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

  .header {
    width: 100%;
    height: auto;
  }

  .splide__pagination {
    padding-top: 1.9em;
    position: relative;
  }

  .splide.slider1.pill {
    padding-right: 6vw;
  }

  .splide__slide {
    width: 50%;
  }

  .splide__slide.five-cards {
    width: 33.3333%;
  }

  .splide__pagination__page {
    width: 2em;
    height: 3px;
    margin-left: 0;
    margin-right: .3em;
  }

  .container-5 {
    padding-left: 5vw;
    padding-right: 5vw;
  }

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

  .container-7 {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .uui-space-large {
    min-height: 2.5rem;
  }

  .uui-heading-xlarge {
    font-size: 3.25rem;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .container-8 {
    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;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1.25rem;
  }

  h5 {
    font-size: 1rem;
  }

  h6 {
    font-size: .875rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .padding-large.no-right {
    width: 100%;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .hide-mobile-landscape {
    display: none;
  }

  .fs-styleguide_heading-large {
    font-size: 3rem;
  }

  .heading-style-h3 {
    font-size: 1.5rem;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .padding-section-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .fs-styleguide_section-header {
    font-size: .875rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 2rem;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .heading-style-h4 {
    font-size: 1rem;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .heading-style-h6 {
    font-size: .75rem;
  }

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

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

  .heading-style-h2 {
    font-size: 2rem;
  }

  .fs-styleguide_version,
  .heading-style-h5 {
    font-size: .875rem;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .home-message_component {
    padding: 0;
  }

  .home-message_content {
    border-radius: 0;
  }

  .rl_navbar2_component {
    min-height: 4rem;
  }

  .hero_text {
    font-size: 10vw;
    line-height: 1.1;
  }

  .hero_small_text {
    display: none;
  }

  .hero_small_text.when-small {
    display: flex;
  }

  .small_text {
    font-size: .6rem;
    display: block;
  }

  .section_5steps {
    width: auto;
    height: auto;
  }

  .steps_grid {
    grid-row-gap: 2px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

  ._5steps_card {
    height: 500px;
  }

  .section_grow_wraper {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .grow_heading_wraper {
    width: 100%;
  }

  .section_heading {
    letter-spacing: 0;
    width: 130px;
    font-size: 2.1rem;
  }

  .section_heading.changes,
  .grow_discription,
  .grow_grid {
    width: 100%;
  }

  .discription {
    font-size: .9rem;
    line-height: 26px;
  }

  .casestudy_emptybox {
    height: 120px;
  }

  .casestudy_card_heading {
    font-size: 1.1rem;
  }

  .casestudy_card_discription {
    width: 37%;
    font-size: .7rem;
  }

  .contacts_wraper {
    align-items: flex-end;
  }

  .contact_circle {
    width: 65px;
    height: 65px;
  }

  .mail {
    width: 35px;
  }

  .link_text {
    font-size: 1rem;
  }

  .heading_wrap {
    width: 90%;
  }

  .container {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .cursor-wrap,
  .cursor-dot {
    display: none;
  }

  .menulinks {
    font-size: 3rem;
  }

  .padding-global-copy {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .link_upwork,
  .link_mail {
    width: 50px;
    height: 50px;
  }

  .menu_contacts_image {
    width: 28px;
  }

  .edits,
  .edits-2,
  .main-hero_heading {
    font-size: 3.5em;
  }

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

  .splide.slider2.tall {
    overflow: visible;
  }

  .splide.slider1.pill {
    padding-right: 0;
  }

  .splide__slide,
  .splide__slide.five-cards {
    width: 100%;
  }

  .section-2.is--slider {
    margin-bottom: 9.9em;
  }

  .container-5 {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .splide__arrows.is--mobile-center {
    justify-content: center;
    padding-left: 1em;
  }

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

  .section-3.is--slider {
    margin-bottom: 9.9em;
  }

  .container-7 {
    padding-left: 8vw;
    padding-right: 8vw;
  }

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

  .uui-button:hover {
    border-color: var(--untitled-ui--primary600);
    background-color: var(--untitled-ui--primary600);
  }

  .uui-button.is-button-large {
    grid-column-gap: .5rem;
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

  .uui-button-wrapper.max-width-full-mobile-landscape {
    width: 100%;
  }

  .max-width-full-mobile-landscape-2 {
    width: 100%;
    max-width: none;
  }

  .uui-button-secondary-gray {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray:hover {
    background-color: var(--untitled-ui--white);
    color: var(--untitled-ui--gray700);
  }

  .uui-button-secondary-gray.is-button-large {
    grid-column-gap: .5rem;
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

  .uui-button-row {
    align-self: stretch;
  }

  .uui-button-row.button-row-center.is-reverse-mobile-landscape,
  .uui-button-row.is-reverse-mobile-landscape {
    flex-direction: column-reverse;
  }

  .uui-space-large {
    min-height: 2rem;
  }

  .uui-text-size-xlarge {
    font-size: 1.125rem;
  }

  .uui-space-small {
    min-height: 1.25rem;
  }

  .uui-heading-xlarge {
    font-size: 2.25rem;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

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

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

@media screen and (max-width: 479px) {
  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .spacer-huge {
    width: 100%;
    max-width: 160px;
  }

  .spacer-medium {
    width: 20vw;
  }

  .hero_small_text {
    display: none;
  }

  .hero_small_text.when-small,
  .small_text {
    display: block;
  }

  .circle_text-image {
    width: 100px;
  }

  .about_text {
    font-size: 1rem;
  }

  .about_discription {
    font-size: 1.7rem;
  }

  .steps_grid {
    grid-template-columns: 1fr;
  }

  .section_grow_wraper {
    flex-direction: column;
  }

  .grow_heading_wraper {
    width: 100%;
  }

  .section_heading {
    width: 100%;
    font-size: 2rem;
  }

  .section_heading.changes {
    width: 100%;
    font-size: 2rem;
    position: static;
  }

  .grow_discription {
    width: 100%;
  }

  .grow_grid_card {
    border-left-width: 0;
  }

  .casestudy_card_heading {
    font-size: .9rem;
  }

  .casestudy_fluxbox {
    justify-content: space-between;
    align-items: center;
  }

  .casestudy_card_discription {
    font-size: .5rem;
    display: none;
  }

  .casestudy_circle {
    width: 40px;
    height: 40px;
  }

  .arrow_icon {
    width: 30px;
    height: 30px;
  }

  .contacts_wraper {
    flex-direction: column;
    align-items: center;
  }

  .contacts_heading {
    font-size: 17vw;
  }

  .contacts_links {
    flex-direction: row;
    justify-content: center;
  }

  .about_discriptiony {
    font-size: 1.7rem;
  }

  .heading_wrap {
    width: 90%;
  }

  .container {
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .menu_wraper {
    flex-direction: column;
    align-items: center;
  }

  .menulinks {
    font-size: 2.5rem;
  }

  .padding-section-custom {
    justify-content: center;
    display: block;
  }

  .menu_contact_links {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 266px;
    margin-top: 50px;
    display: flex;
  }

  .edits,
  .edits-2,
  .main-hero_heading {
    font-size: 2.4em;
  }

  .header_sub-line {
    width: 2em;
  }

  .container-8 {
    max-width: none;
  }

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

#w-node-ec989c45-6a7f-6e27-bb94-a977cb3dbe7d-909ee5fa {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_7240695f-8154-5572-5371-10a07920595d-909ee5fa,
#w-node-e59bc79a-3606-dfa0-3ba2-5c96f6e2d00b-909ee5fa,
#w-node-_54af3225-9917-7f84-cb42-06dd9615448f-909ee5fa,
#w-node-_96328723-68af-a07a-95d0-f2895fb83388-909ee5fa,
#w-node-ff441b20-d930-012d-6efb-9c81cb7e7088-909ee5fa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_26a7aa01-6e5f-6650-9c5e-c704784112f2-909ee5fa {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_6ed9b3c7-fa42-1bfa-e043-92323d6bd3db-909ee5fa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8c15ff8f-6f8e-db8b-07e1-1d78cfb85ed7-909ee5fa {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_7007a188-667c-b298-b4a0-8d34cb226284-909ee5fa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_92ab603a-8154-0f76-fd0e-ffa7f970ee71-909ee5fa {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-c8c72d25-ebaa-69da-bbd5-e04d6fe49b4e-909ee5fa,
#w-node-_0b319f9e-62a2-97d9-86be-9af6686197b5-909ee5fa,
#w-node-f7b5a001-cebb-6b8e-848e-86556d8ad534-909ee5fa,
#w-node-b48220cb-9ff5-312f-ee56-91c529bf2d30-909ee5fa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627ca17-909ee5fe,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627ca1c-909ee5fe,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627ca21-909ee5fe,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627ca26-909ee5fe,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627ca2c-909ee5fe,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627ca32-909ee5fe,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627ca38-909ee5fe {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb45-909ee5fe,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb5e-909ee5fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb61-909ee5fe {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb63-909ee5fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb66-909ee5fe {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cbb8-909ee5fe,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc2-909ee5fe,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc3-909ee5fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc31-909ee5fe,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc36-909ee5fe,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc3b-909ee5fe,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc40-909ee5fe,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc45-909ee5fe,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc4a-909ee5fe,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc54-909ee5fe,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc59-909ee5fe,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc5e-909ee5fe,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc63-909ee5fe,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc68-909ee5fe,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc6d-909ee5fe,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc72-909ee5fe,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc77-909ee5fe,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc7c-909ee5fe,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc81-909ee5fe,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc86-909ee5fe {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8a-909ee5fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8b-909ee5fe,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc90-909ee5fe,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc95-909ee5fe,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc9a-909ee5fe,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627ccaf-909ee5fe,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb4-909ee5fe,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb9-909ee5fe,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627ccbe-909ee5fe,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc3-909ee5fe,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc8-909ee5fe,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd2-909ee5fe,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd7-909ee5fe,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627ccdc-909ee5fe,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627cce1-909ee5fe,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627cce6-909ee5fe,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627cceb-909ee5fe,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf0-909ee5fe,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf5-909ee5fe,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627ccfa-909ee5fe,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627ccff-909ee5fe,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd04-909ee5fe {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd08-909ee5fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd09-909ee5fe,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd0e-909ee5fe,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd13-909ee5fe,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd18-909ee5fe,
#w-node-_30684373-af34-3818-02a4-e58b3ffef3e5-909ee5fe,
#w-node-_30684373-af34-3818-02a4-e58b3ffef3ea-909ee5fe,
#w-node-_30684373-af34-3818-02a4-e58b3ffef3ef-909ee5fe,
#w-node-_30684373-af34-3818-02a4-e58b3ffef3f4-909ee5fe,
#w-node-_30684373-af34-3818-02a4-e58b3ffef3f9-909ee5fe,
#w-node-_30684373-af34-3818-02a4-e58b3ffef3fe-909ee5fe,
#w-node-_30684373-af34-3818-02a4-e58b3ffef403-909ee5fe,
#w-node-_30684373-af34-3818-02a4-e58b3ffef408-909ee5fe,
#w-node-_30684373-af34-3818-02a4-e58b3ffef40d-909ee5fe,
#w-node-_30684373-af34-3818-02a4-e58b3ffef412-909ee5fe {
  justify-self: start;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef416-909ee5fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef417-909ee5fe {
  justify-self: start;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef41a-909ee5fe,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd6b-909ee5fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cdc7-909ee5fe {
  justify-self: start;
}

#w-node-_76075c28-242e-add3-865b-f6e233d5fd3f-909ee5ff {
  align-self: auto;
}

#w-node-fa7fd7da-1470-d285-3082-0152a128d4c5-909ee5ff {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e803124f-82dd-a11e-8963-897c8b33581b-909ee5ff,
#w-node-_5f275e0a-10a9-7d47-5792-261518a4237f-909ee5ff,
#w-node-aa4d0ed6-7080-ba27-31f2-3c76a1fdbd65-909ee5ff,
#w-node-_695682cd-6e80-f334-ce58-0d9e29bc7425-909ee5ff {
  align-self: auto;
}

#w-node-_800a8f18-76fb-f43a-94b8-df3027ce9190-909ee5ff {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1.25fr;
}

#w-node-b9aaef51-2add-1f16-243a-dba7c568e71e-909ee5ff {
  grid-column: span 2 / span 2;
}

#w-node-_0fb2a6a6-7f6a-8571-f6e3-4742cc149a14-909ee5ff {
  grid-template-rows: auto auto;
  grid-template-columns: 2.25fr 1fr 1fr;
}

#w-node-_8badaf75-5916-c3c3-8469-bfa6cc2db68b-909ee5ff,
#w-node-a473194c-d1c5-159d-fffc-b74de3c98778-909ee5ff {
  grid-row: span 2 / span 2;
}

#w-node-_39fc60a2-1877-5a0a-7a43-9a5a89981a97-909ee5ff {
  grid-row: span 3 / span 3;
}

#w-node-_08d45941-af3c-e41c-3562-543038b448db-909ee5ff,
#w-node-_7f44de02-4eaa-87a7-e507-b3ebcbcdf4fd-909ee5ff {
  grid-row: span 2 / span 2;
}

#w-node-_4f03123b-f184-230d-2c65-8b5aa71b1982-909ee5ff {
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
}

#w-node-c60bf883-10e5-2df2-b158-4269142e619e-68b7bc60 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c299eb24-64ee-0cf0-def8-4e5c5e481d80-68b7bc60 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-c299eb24-64ee-0cf0-def8-4e5c5e481d81-68b7bc60 {
  grid-column: span 2 / span 2;
}

#w-node-_67b0a3b6-2899-b162-af36-172926353fd8-68b7bc60 {
  grid-template-rows: auto auto;
  grid-template-columns: 3fr 1fr 1fr;
}

#w-node-_67b0a3b6-2899-b162-af36-172926353fd9-68b7bc60,
#w-node-_67b0a3b6-2899-b162-af36-172926353fda-68b7bc60 {
  grid-row: span 2 / span 2;
}

#w-node-_8234af11-5f36-056a-2131-a84facb3478b-68b7bc60 {
  grid-row: span 3 / span 3;
}

#w-node-_859f89b0-41cb-f584-1164-383ca9487ab5-68b7bc60,
#w-node-e3168240-c235-a442-2bcf-4c472f60b59d-68b7bc60 {
  grid-row: span 2 / span 2;
}

#w-node-_3f3fc8b4-2876-5e93-e29d-1b8e29d655d1-68b7bc60 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

@media screen and (min-width: 1920px) {
  #w-node-_26a7aa01-6e5f-6650-9c5e-c704784112f2-909ee5fa {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: end;
  }

  #w-node-_8c15ff8f-6f8e-db8b-07e1-1d78cfb85ed7-909ee5fa,
  #w-node-_92ab603a-8154-0f76-fd0e-ffa7f970ee71-909ee5fa {
    justify-self: center;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-c60bf883-10e5-2df2-b158-4269142e619e-68b7bc60 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Satoshi Variable';
  src: url('../fonts/Satoshi-Variable.ttf') format('truetype');
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Abuget';
  src: url('../fonts/Abuget.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Sharpgrotesk Book 25';
  src: url('../fonts/SharpGrotesk-Book25.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}