@font-face {
  font-family: Suisse;
  src: url("/assets/fonts/suisseintltrial-light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Suisse;
  src: url("/assets/fonts/suisseintltrial-book.otf") format("opentype"), url("/assets/fonts/suisseintltrial-regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Suisse;
  src: url("/assets/fonts/suisseintltrial-thin.otf") format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: #101314;
  --frost-white: #f1f8f8;
  --_apps---sidebar--sidebar-accent-foreground: #0d0d0d;
  --_apps---charts--chart-1-dark: #d1ecee;
  --_apps---colors--primary-foreground-dark: #040606;
  --_apps---colors--input: #d4d4d4;
  --_apps---colors--secondary-foreground: #0b0e0e;
  --risdblue: #204ce5;
  --_apps---colors--primary: #204ce5;
  --_apps---charts--none: #fff0;
  --_apps---sidebar--sidebar-accent-foreground-dark: #f8f8f8;
  --_apps---sidebar--sidebar-border: #d1d1d1;
  --_apps---sidebar--sidebar-primary-foreground-dark: #040606;
  --_apps---sidebar--sidebar-foreground: #060606;
  --_apps---colors--muted-dark: #204ce5;
  --_apps---sidebar--sidebar-dark: #204ce5;
  --_apps---colors--border-dark: #000;
  --_apps---colors--input-dark: #fff;
  --_apps---colors--card: #fff;
  --_apps---colors--accent: #cacaca;
  --_apps---colors--foreground-dark: #fff6f5;
  --_apps---colors--muted: #dedede;
  --_apps---colors--foreground: #031011;
  --_apps---sidebar--sidebar: #dedede;
  --_apps---colors--accent-foreground: #0d0d0d;
  --_apps---colors--accent-foreground-dark: #f8f8f8;
  --navy: #151b74;
  --tintdark: #0a0a0ad9;
  --dcdcdc: #dcdcdccc;
  --_apps---charts--chart-1: #7c9597;
  --_apps---charts--chart-2: #a0b2b3;
  --_apps---charts--chart-3: #6b8688;
  --_apps---charts--chart-4: #768b8c;
  --_apps---charts--chart-5: #586e6f;
  --_apps---charts--chart-2-dark: #eafdfe;
  --_apps---charts--chart-3-dark: #afccce;
  --_apps---charts--chart-4-dark: #e8fdff;
  --_apps---charts--chart-5-dark: #a3bbbc;
  --_apps---colors--background: #e8e3e3;
  --_apps---colors--card-foreground: #060606;
  --_apps---colors--popover: #d8d7d7;
  --_apps---colors--popover-foreground: #060606;
  --_apps---colors--primary-foreground: #040606;
  --_apps---colors--secondary: #ccdfe0;
  --_apps---colors--muted-foreground: #666263;
  --_apps---colors--destructive: #204ce5;
  --_apps---colors--border: #d1d1d1;
  --_apps---colors--ring: #96a9aa;
  --_apps---colors--background-dark: #204ce5;
  --_apps---colors--card-dark: #1738aa;
  --_apps---colors--card-foreground-dark: #fff6f5;
  --_apps---colors--popover-dark: #204ce5;
  --_apps---colors--popover-foreground-dark: #fff6f5;
  --_apps---colors--primary-dark: #d1ecee;
  --_apps---colors--secondary-dark: #383838;
  --_apps---colors--secondary-foreground-dark: #f4fafa;
  --_apps---colors--muted-foreground-dark: #d9d4d4;
  --_apps---colors--accent-dark: #6d6d6d;
  --_apps---colors--destructive-dark: #5f5f5f;
  --_apps---colors--ring-dark: #d6eaec;
  --_apps---sidebar--sidebar-primary: #91aaac;
  --_apps---sidebar--sidebar-primary-foreground: #040606;
  --_apps---sidebar--sidebar-accent: #cacaca;
  --_apps---sidebar--sidebar-ring: #96a9aa;
  --_apps---sidebar--sidebar-foreground-dark: #fff6f5;
  --_apps---sidebar--sidebar-primary-dark: #d1ecee;
  --_apps---sidebar--sidebar-accent-dark: #6d6d6d;
  --_apps---sidebar--sidebar-border-dark: #fff;
  --_apps---sidebar--sidebar-ring-dark: #d6eaec;
  --_apps---sizes--radius: 0em;
  --_apps---typography--heading-font: Georgia, Times, "Times New Roman", serif;
  --_apps---typography--body-font: Suisse, sans-serif;
  --_apps---typography--button-font: Georgia, Times, "Times New Roman", serif;
}

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

body {
  background-color: var(--black);
  color: var(--frost-white);
  letter-spacing: 0;
  font-family: Suisse, sans-serif;
  font-size: 1vw;
  line-height: 1.6;
}

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

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

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

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

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

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

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

a {
  color: var(--_apps---sidebar--sidebar-accent-foreground);
  font-size: 1em;
  text-decoration: none;
}

label {
  margin-bottom: .3em;
  font-size: 1.25em;
  font-weight: 700;
  display: block;
}

blockquote {
  border-left: .3em solid #e2e2e2;
  margin-bottom: 1em;
  padding: 1em 2em 1em 1.7em;
  font-size: 1.2em;
  line-height: 1.6;
}

.container {
  z-index: 1;
  width: 100%;
  max-width: 100em;
  margin-left: auto;
  margin-right: auto;
  padding: 1.7em;
  position: relative;
}

.container.is--draggable {
  z-index: 2;
  height: 100vh;
  position: sticky;
  top: 0;
}

.container.is--hero {
  justify-content: flex-start;
  align-items: flex-end;
  min-height: 100vh;
  padding-top: 11.7em;
  display: flex;
}

.container.is--nav {
  z-index: 1000;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  display: flex;
}

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

.menuimage {
  position: relative;
}

.menuimage.is--hero {
  border-bottom: 1px solid #d1ecee29;
}

.box-contain {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.box {
  width: 20em;
  position: relative;
}

.box-inner {
  z-index: 1;
  background-color: #0000009e;
  border-radius: 0;
  width: 100%;
  padding-top: 80%;
  position: relative;
  overflow: hidden;
}

.image-contain {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.draggable-wrapper {
  z-index: 2;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

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

.work_wrap {
  margin-left: auto;
  margin-right: auto;
  padding-top: 80vh;
  padding-bottom: 80vh;
  padding-left: 27%;
}

.work_list {
  color: var(--_apps---charts--chart-1-dark);
  font-size: 3em;
  font-weight: 300;
}

.work_list:hover {
  color: var(--_apps---colors--primary-foreground-dark);
}

.work_item {
  color: var(--_apps---colors--input);
  font-weight: 300;
}

.work_item:hover {
  color: var(--_apps---colors--secondary-foreground);
}

.hero_title {
  letter-spacing: -.04em;
  margin-left: -.05em;
  font-size: 21em;
  font-weight: 400;
  line-height: .8;
}

.nav {
  z-index: 1;
  position: fixed;
  inset: 0% 0% auto;
}

.master-signal {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1024px;
  margin-top: 500px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: sticky;
  top: 45%;
}

.headline-signal {
  max-width: 400px;
}

.heading-large {
  color: #f3ecec;
  letter-spacing: -4px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 80px;
  line-height: 100%;
}

.circle-wrapper {
  z-index: 0;
  flex-flow: wrap;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1024px;
  height: 1024px;
  margin: auto 50%;
  display: flex;
  position: absolute;
  inset: 0%;
  transform: translate(-50%);
}

.circle-image {
  object-fit: cover;
  border-radius: 8px;
  width: 11vw;
  height: 11vw;
  display: block;
  position: absolute;
}

.label {
  color: #f3ecec;
  letter-spacing: 1px;
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: flex-end;
  font-size: 12px;
  font-weight: 400;
  line-height: 133%;
}

.content-signal {
  z-index: 2;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 710px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.body {
  background-color: var(--risdblue);
  margin-left: auto;
  margin-right: auto;
}

.modal-3-popup {
  z-index: 25;
  background-color: #29282866;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  padding: 4rem 2rem;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.close-btn-line {
  background-color: #4353ff;
  border-radius: 1px;
  width: 1.75rem;
  height: 2px;
  position: absolute;
}

.close-btn-line.is--2nd {
  background-color: var(--risdblue);
  transform: rotate(45deg);
}

.close-btn-line.is--1st {
  background-color: var(--risdblue);
  transform: rotate(-45deg);
}

.screen-reader-only {
  border: 1px #000;
  border-radius: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  position: absolute;
  inset: -1px;
  overflow: hidden;
}

.modal {
  background-color: #fff;
  border-radius: 0;
  flex: none;
  width: 100%;
  max-width: 98%;
  height: auto;
  margin: auto;
  position: relative;
}

.close-btn-w {
  z-index: 5;
  float: right;
  background-color: var(--_apps---charts--none);
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  margin-top: 2rem;
  margin-right: 2rem;
  display: flex;
  position: sticky;
  top: -2rem;
}

.modal-content-w {
  padding: 3rem;
}

.modal-bg {
  width: 100%;
  height: 100%;
  position: fixed;
  inset: 0%;
}

.shopnowtext {
  font-weight: 200;
}

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

.slider_card {
  box-shadow: none;
  cursor: pointer;
  background-color: #00000040;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  transition: all .5s;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.slider_card:hover {
  box-shadow: 0 2px 10px #00000080;
}

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

.section_hero {
  color: #fff;
  background-image: linear-gradient(#000, #fcfcfc00 95%, #fff0), var(--image-7b40fadb);
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  min-height: auto;
  display: flex;
  position: relative;
}

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

.navbar {
  background-color: var(--_apps---colors--primary);
}

.navhead {
  color: var(--_apps---sidebar--sidebar-accent-foreground-dark);
  justify-content: flex-start;
  align-items: center;
  height: 9svh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.navhead:hover {
  color: var(--_apps---sidebar--sidebar-primary-foreground-dark);
}

.navhead.w--current {
  color: var(--_apps---sidebar--sidebar-foreground);
}

.brand {
  justify-content: center;
  align-items: center;
  width: 30svh;
  height: 9svh;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  display: flex;
}

.nav-menu {
  justify-content: flex-start;
  align-items: center;
  height: 9svh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.btn---wrap {
  background-color: #000;
  border: .0625rem solid #000;
  border-radius: .25rem;
  transition: border-color .3s;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.nav---link {
  border-bottom: .125rem solid #ece16a00;
  padding: .5rem 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  transition: border-color .3s;
}

.nav---link:hover {
  color: #000;
  border-bottom-color: #ece16a;
}

.nav---link.w--current {
  color: #eb2a84;
}

.uploader-story, .uploader-uscstory {
  color: var(--_apps---sidebar--sidebar-primary-foreground-dark);
}

.caption {
  color: #767676;
  font-size: .8rem;
  line-height: 1.4;
}

.caption.margin-top-6 {
  margin-top: 6px;
}

.container-hscroll {
  padding-top: 4.9em;
  padding-bottom: 4.9em;
  overflow: hidden;
}

.styleguide-parent {
  border-bottom: 1px solid #7676764d;
  padding-top: 2em;
  padding-bottom: 2em;
}

.styleguide-parent.border-btm-none {
  border-bottom-width: 0;
  border-bottom-color: #0000;
  padding-bottom: 0;
}

.grid-2col-right {
  grid-column-gap: 60px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.heading-1---scroll {
  white-space: nowrap;
  margin-left: -2em;
}

.heading-1---scroll.one {
  color: var(--_apps---sidebar--sidebar-dark);
  text-transform: uppercase;
}

.heading-1---scroll.two {
  color: #0000;
  text-transform: uppercase;
  margin-left: 0;
}

.container-80 {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}

.logo-bisi {
  width: 100px;
}

.subtitle {
  color: var(--_apps---sidebar--sidebar-accent-foreground);
  max-width: 45ch;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.2;
}

.subtitle.margin-top-20 {
  color: var(--_apps---sidebar--sidebar-dark);
  margin-top: 20px;
}

.section {
  padding-top: 5em;
  padding-bottom: 5em;
}

.heading, .heading-2, .heading-3 {
  color: var(--_apps---sidebar--sidebar-dark);
  font-weight: 300;
}

.paragraph {
  color: var(--_apps---colors--input-dark);
}

.form__field {
  color: var(--frost-white);
  background-color: #0000;
  border: 1px solid #ffdaa74d;
  border-bottom-color: #ffffff4d;
  margin-bottom: .625rem;
  padding: .5rem .625rem;
  font-size: .875rem;
  line-height: 1rem;
}

.form__field:focus {
  border-color: #ffdaa7;
}

.form__field::placeholder {
  color: #ffdaa799;
}

.form__field.form__field--textarea {
  font-size: .875rem;
  line-height: 1.4;
}

.sg-item__color {
  width: 100%;
  height: 8rem;
}

.sg-item__color.sg-item__color--three {
  background-color: #000;
}

.sg-item__color.sg-item__color--four {
  background-color: var(--_apps---colors--accent);
}

.sg-item__color.sg-item__color--two {
  background-color: #1a1a1a;
}

.sg-item__color.sg-item__color--one {
  background-color: var(--_apps---colors--muted);
}

.cookie__wrapper {
  background-color: #000;
  border-radius: .3125rem;
  padding: .6rem 1rem;
  display: inline-block;
}

.sg-item__wrapper {
  padding-top: 4.5rem;
}

.sg-item__wrapper.sg-item__wrapper--no-padding {
  padding-top: 1.25rem;
}

.sg-item__wrapper.sg-item__wrapper--last {
  padding-bottom: 3.5rem;
}

.sg-item__title-wrapper {
  border-bottom: 1px solid #ffdaa74d;
  align-items: center;
  margin-bottom: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.sg-item__title-wrapper.sg-item__title-wrapper--full-with {
  justify-content: space-between;
}

.form__button {
  color: #ffdaa7;
  background-color: #000;
  border-radius: .3125rem;
  width: 100%;
}

.sg-item__title {
  margin-right: 5rem;
}

.sg-item__title.sg-item__title--right {
  margin-right: 0;
}

.form__error-message {
  color: red;
  font-size: .75rem;
  line-height: 1;
}

.sg-item__color-text {
  font-size: .75rem;
}

.cookie__link {
  font-size: .875rem;
}

.cookie__link.cookie__link--accept {
  margin-right: 1rem;
}

.button__text {
  color: var(--_apps---colors--input);
  text-transform: uppercase;
  font-size: .875rem;
}

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

.sg-hero__title {
  text-align: center;
  font-size: 7.5rem;
  font-weight: 300;
  line-height: .9;
}

.form__error-wrapper {
  background-color: #0000;
  border: 1px solid red;
  border-radius: .3125rem;
  margin-top: .625rem;
  padding: .625rem;
}

.col {
  flex: 1;
  padding-left: .5rem;
  padding-right: .5rem;
}

.col.col-lg-6 {
  flex: 50%;
  max-width: 50%;
}

.col.mr-2-col {
  margin-right: 16.666%;
}

.col.col-lg-10 {
  flex: 83.3333%;
  max-width: 83.3333%;
}

.col.mr-1-col {
  margin-right: 8.333%;
}

.col.col-lg-1 {
  flex: 8.333%;
  max-width: 8.333%;
}

.col.col-lg-7 {
  flex: 58.3333%;
  max-width: 58.3333%;
}

.col.col-lg-2 {
  flex: 16.6667%;
  max-width: 16.6667%;
}

.col.ml-1-col {
  margin-left: 8.333%;
}

.col.col-lg-11 {
  flex: 91.6667%;
  max-width: 91.6667%;
}

.col.col-lg-5 {
  flex: 41.6667%;
  max-width: 41.6667%;
}

.col.col-lg-3 {
  flex: 25%;
  max-width: 25%;
}

.col.col-lg-8 {
  flex: 66.6667%;
  max-width: 66.6667%;
}

.col.ml-2-col {
  margin-left: 16.666%;
}

.col.col-lg-9 {
  flex: 75%;
  max-width: 75%;
}

.col.col-lg-4 {
  flex: 33.3333%;
  max-width: 33.3333%;
}

.col.col-lg-12 {
  flex: 100%;
  max-width: 100%;
}

.cookie__content {
  align-items: center;
  display: flex;
}

.sg__title-wrapper {
  border-bottom: 1px solid #ffffff4d;
  margin-bottom: 1.25rem;
  padding-bottom: 1.25rem;
}

.form__sucess-wrapper {
  background-color: #000;
  border-radius: .3125rem;
  padding: .625rem;
}

.row {
  flex-wrap: wrap;
  align-content: stretch;
  margin-left: -.5rem;
  margin-right: -.5rem;
  display: flex;
}

.row.align-start {
  align-items: flex-start;
  line-height: 1;
}

.row.align-center {
  align-items: center;
}

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

.row.justify-around {
  justify-content: space-around;
}

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

.row.align-stretch {
  align-items: stretch;
}

.row.justify-end {
  justify-content: flex-end;
}

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

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

.sg-item__color-title {
  text-transform: uppercase;
  margin-top: 2.5rem;
  font-weight: 700;
}

.cookie__text {
  margin-right: 2rem;
  font-size: .875rem;
}

.sg-hero__wrapper {
  padding-top: 18.75rem;
}

.sg-card__wrapper {
  background-color: #ffdaa71a;
  padding: 1rem .625rem;
}

.sg__wrapper {
  padding-top: 6.25rem;
}

.sg-item__text-wrapper {
  width: 50%;
}

.sg__placeholder {
  background-color: #ffdaa70d;
  justify-content: center;
  align-items: center;
  margin-bottom: .625rem;
  padding: 1.8rem 1rem;
  font-size: .875rem;
  display: flex;
}

.button__wrapper {
  background-color: var(--_apps---colors--foreground);
  color: var(--_apps---colors--input-dark);
  padding: .2rem .6rem;
}

.heading-4, .heading-5, .heading-6, .heading-7, .heading-8 {
  font-weight: 300;
}

.div-block {
  background-color: var(--_apps---colors--input-dark);
}

.link {
  color: var(--_apps---colors--input-dark);
}

.nav-menu-2 {
  justify-content: flex-start;
  align-items: center;
  height: 9svh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar-2 {
  background-color: var(--risdblue);
}

.close-btn-w-2 {
  z-index: 5;
  float: right;
  background-color: #fff0;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  margin-top: 2rem;
  margin-right: 2rem;
  display: flex;
  position: sticky;
  top: -2rem;
}

.navhead-2 {
  color: #f8f8f8;
  justify-content: flex-start;
  align-items: center;
  height: 9svh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.navhead-2:hover {
  color: #040606;
}

.page-wrapper-4 {
  background-color: var(--risdblue);
  width: 100%;
  font-size: 1em;
  position: relative;
}

.circle-2 {
  background-color: var(--risdblue);
}

.btn-w-2 {
  background-color: var(--navy);
  color: #fffefa;
  text-align: center;
  border-radius: 2em;
  min-width: 11em;
  padding: .75em 2em .875em;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  transition: background-color .2s;
}

.btn-w-2:hover {
  background-color: var(--risdblue);
}

.work_title {
  font-size: 2.3em;
  font-weight: 300;
}

.work_img {
  display: none;
}

.risdlogo {
  justify-content: center;
  align-items: center;
  width: 30svh;
  height: 9svh;
  margin-top: 46px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  display: flex;
}

.collection-list {
  justify-content: center;
  align-items: center;
  display: flex;
}

@media screen and (min-width: 1440px) {
  .box-inner {
    border-radius: 0;
  }

  .work_wrap {
    margin-left: auto;
    margin-right: auto;
  }

  .master-signal {
    max-width: 53.333vw;
    margin-top: 34.722vw;
  }

  .headline-signal {
    max-width: 27.778vw;
  }

  .heading-large {
    letter-spacing: -.278vw;
    font-size: 5.556vw;
  }

  .circle-wrapper {
    width: 71.111vw;
    height: 71.111vw;
  }

  .circle-image {
    width: 11vw;
    height: 11vw;
  }

  .content-signal {
    max-width: 49.306vw;
  }

  .body {
    margin-left: auto;
    margin-right: auto;
  }

  .close-btn-line.is--2nd, .close-btn-line.is--1st {
    background-color: var(--_apps---colors--primary);
    background-color: var(--risdblue);
  }

  .close-btn-w {
    background-color: var(--_apps---charts--none);
  }

  .heading-1---scroll.one {
    color: var(--_apps---sidebar--sidebar-dark);
  }

  .subtitle {
    color: var(--_apps---sidebar--sidebar-accent-foreground);
  }

  .heading, .heading-2, .heading-3 {
    color: var(--_apps---sidebar--sidebar-dark);
    font-weight: 300;
  }

  .paragraph {
    color: var(--_apps---colors--input-dark);
  }

  .form__field {
    background-color: var(--_apps---colors--accent);
    border-bottom-color: #ffffff4d;
    min-height: 60px;
  }

  .sg-item__color.sg-item__color--four {
    background-color: var(--_apps---colors--foreground-dark);
  }

  .sg-item__color.sg-item__color--one {
    background-color: var(--_apps---colors--accent);
  }

  .sg-item__title-wrapper {
    border-bottom-color: #ffffff4d;
  }

  .button__text {
    color: var(--_apps---colors--muted);
  }

  .sg-hero__title {
    font-weight: 300;
  }

  .button__wrapper {
    background-color: var(--_apps---colors--accent-foreground);
    color: var(--_apps---colors--input-dark);
  }

  .heading-4, .heading-5, .heading-6, .heading-7, .heading-8, .heading-9 {
    font-weight: 300;
  }

  .div-block {
    background-color: var(--_apps---colors--input-dark);
  }

  .link {
    color: var(--_apps---colors--accent-foreground-dark);
  }

  .close-btn-w-2 {
    background-color: #fff0;
  }

  .work_title {
    font-size: 2.3em;
  }
}

@media screen and (min-width: 1920px) {
  .box-inner {
    border-radius: 0;
  }

  .work_wrap {
    margin-left: auto;
    margin-right: auto;
  }

  .logowrapper {
    margin-bottom: 17px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }

  .master-signal {
    margin-top: 27.7776vw;
  }

  .headline-signal {
    max-width: 22.2224vw;
  }

  .heading-large {
    letter-spacing: -.2224vw;
    font-size: 4.4448vw;
  }

  .logoimage {
    width: 6svw;
    margin-bottom: 3%;
    margin-left: auto;
    margin-right: auto;
  }

  .circle-wrapper {
    width: 56.8888vw;
    height: 56.8888vw;
  }

  .circle-image {
    width: 11vw;
    height: 11vw;
  }

  .label {
    color: #f3ecec;
  }

  .body {
    margin-left: auto;
    margin-right: auto;
  }

  .close-btn-line.is--2nd, .close-btn-line.is--1st {
    background-color: var(--_apps---colors--primary);
    background-color: var(--risdblue);
  }

  .close-btn-w {
    background-color: var(--_apps---charts--none);
  }

  .modal-content-w {
    justify-content: space-between;
    align-items: center;
    display: flex;
    position: relative;
  }

  .code {
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
  }

  .navbar {
    background-color: var(--_apps---colors--primary);
    flex: 1;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    min-width: auto;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2%;
    padding-right: 2%;
    display: flex;
  }

  .navhead {
    color: var(--_apps---sidebar--sidebar-border);
    margin-left: auto;
    margin-right: auto;
  }

  .image-3 {
    width: 25svh;
  }

  .brand {
    justify-content: center;
    align-items: center;
    width: 30svh;
    height: 70px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 2%;
    display: flex;
  }

  .image-left {
    flex: 1;
    position: relative;
  }

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

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

  .code-embed {
    flex: 1;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .heading-1---scroll.one {
    color: var(--_apps---sidebar--sidebar-dark);
  }

  .subtitle {
    color: var(--_apps---colors--border-dark);
  }

  .heading {
    background-color: var(--_apps---colors--input-dark);
    color: var(--_apps---sidebar--sidebar-dark);
    font-weight: 300;
  }

  .heading-2, .heading-3 {
    color: var(--_apps---sidebar--sidebar-dark);
    font-weight: 300;
  }

  .paragraph {
    color: var(--_apps---colors--input-dark);
  }

  .form__field {
    border-color: var(--_apps---colors--card);
    background-color: var(--_apps---colors--input-dark);
    color: var(--_apps---colors--primary-foreground-dark);
    min-height: 60px;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .sg-item__color.sg-item__color--four {
    background-color: var(--_apps---colors--accent);
  }

  .sg-item__color.sg-item__color--one {
    background-color: var(--_apps---colors--muted);
  }

  .sg-item__title-wrapper {
    border-bottom-color: #f0f0f04d;
  }

  .form__button {
    color: var(--_apps---sidebar--sidebar-accent-foreground-dark);
  }

  .sectiondark {
    background-color: var(--_apps---colors--foreground);
  }

  .button__text {
    color: var(--_apps---colors--card);
  }

  .sg-hero__title {
    font-weight: 100;
  }

  .form {
    color: var(--_apps---sidebar--sidebar-primary-foreground-dark);
  }

  .form__wrapper {
    display: block;
  }

  .button__wrapper {
    background-color: var(--_apps---colors--secondary-foreground);
    color: var(--_apps---sidebar--sidebar);
  }

  .heading-4, .heading-5 {
    font-weight: 300;
  }

  .heading-6 {
    font-family: Suisse, sans-serif;
    font-weight: 300;
  }

  .heading-7 {
    font-weight: 300;
  }

  .heading-8 {
    font-family: Suisse, sans-serif;
    font-weight: 300;
  }

  .heading-9 {
    font-weight: 300;
  }

  .div-block {
    background-color: var(--_apps---colors--card);
  }

  .link {
    color: var(--_apps---colors--accent-foreground-dark);
  }

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

  .navbar-2 {
    background-color: var(--risdblue);
    justify-content: space-between;
    align-items: center;
    width: 100%;
    min-width: auto;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2%;
    padding-right: 2%;
    display: flex;
  }

  .close-btn-w-2 {
    background-color: #fff0;
  }

  .navhead-2 {
    color: #d1d1d1;
    margin-left: auto;
    margin-right: auto;
  }

  .work_title {
    font-size: 2.3em;
  }

  .work_img {
    display: none;
  }

  .risdlogo {
    justify-content: center;
    align-items: center;
    width: 30svh;
    height: 70px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 2%;
    display: flex;
  }
}

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

  .container {
    padding: 6vw;
  }

  .container.is--hero {
    min-height: 80vh;
    padding-top: 11.4em;
  }

  .box-contain {
    align-items: flex-start;
    padding-top: 4em;
  }

  .box {
    margin-top: 25px;
  }

  .box-inner {
    transform-origin: 50% 0;
    border-radius: 0;
    padding-top: 60%;
  }

  .work_wrap {
    padding-top: 30.3em;
    padding-bottom: 100vh;
    padding-left: 0%;
  }

  .hero_title {
    font-size: 24vw;
  }

  .headline-signal {
    max-width: 340px;
  }

  .heading-large {
    letter-spacing: -3.5px;
    font-size: 72px;
  }

  .body {
    margin-left: auto;
    margin-right: auto;
  }

  .close-btn-line.is--1st {
    background-color: var(--_apps---colors--primary);
    background-color: var(--risdblue);
  }

  .close-btn-w {
    background-color: var(--_apps---charts--none);
  }

  .section_hero {
    background-image: none;
    background-position: 0 0;
    background-size: auto;
    padding-top: 3rem;
  }

  .navhead {
    background-color: var(--_apps---colors--primary);
  }

  .nav-menu {
    background-color: var(--_apps---colors--muted-dark);
  }

  .menu-button {
    background-color: #0000;
  }

  .menu-button.w--open {
    background-color: var(--_apps---colors--primary);
  }

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

  .nav---link {
    color: var(--_apps---sidebar--sidebar-border);
    border-bottom-style: none;
    padding: 1.5rem 2rem;
    font-size: 1.266rem;
  }

  .nav---link:hover {
    border-bottom-style: none;
  }

  .grid-2col-right {
    grid-template-columns: 1fr;
  }

  .paragraph {
    font-weight: 300;
  }

  .col.col-md-11 {
    flex: 91.6667%;
    max-width: 91.6667%;
  }

  .col.col-md-4 {
    flex: 33.3333%;
    max-width: 33.3333%;
  }

  .col.col-md-6 {
    flex: 50%;
    max-width: 50%;
  }

  .col.col-md-3 {
    flex: 25%;
    max-width: 25%;
  }

  .col.col-md-8 {
    flex: 66.6667%;
    max-width: 66.6667%;
  }

  .col.col-md-12 {
    flex: 100%;
    max-width: 100%;
  }

  .col.col-md-5 {
    flex: 41.6667%;
    max-width: 41.6667%;
  }

  .col.col-md-7 {
    flex: 58.3333%;
    max-width: 58.3333%;
  }

  .col.col-md-10 {
    flex: 83.3333%;
    max-width: 83.3333%;
  }

  .col.col-md-1 {
    flex: 8.33333%;
    max-width: 8.33333%;
  }

  .col.md--no-margin {
    margin-left: 0;
    margin-right: 0;
  }

  .col.col-md-9 {
    flex: 75%;
    max-width: 75%;
  }

  .col.col-md-2 {
    flex: 16.6667%;
    max-width: 16.6667%;
  }

  .md--hide {
    display: none;
  }

  .menu-button-2 {
    background-color: #0000;
  }

  .menu-button-2.w--open {
    background-color: var(--risdblue);
  }

  .close-btn-w-2 {
    background-color: #fff0;
  }

  .navhead-2 {
    background-color: var(--risdblue);
  }

  .work_title {
    font-size: 2em;
  }
}

@media screen and (max-width: 767px) {
  .container.is--hero {
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
  }

  .work_wrap {
    margin-left: auto;
    margin-right: auto;
  }

  .master-signal {
    max-width: 616px;
    margin-top: 450px;
  }

  .headline-signal {
    max-width: 200px;
  }

  .heading-large {
    letter-spacing: -3px;
    font-size: 44px;
  }

  .circle-wrapper {
    width: 700px;
    height: 700px;
  }

  .circle-image {
    width: 20vw;
    height: 20vw;
  }

  .body {
    margin-left: auto;
    margin-right: auto;
  }

  .modal-content-w {
    padding: 2rem;
  }

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

  .subtitle {
    font-size: 1.2rem;
  }

  .sm--hide {
    display: none;
  }

  .col.col-sm-6 {
    flex: 0 50%;
    max-width: 50%;
  }

  .col.col-sm-9 {
    flex: 0 75%;
    max-width: 75%;
  }

  .col.col-sm-5 {
    flex: 0 41.6667%;
    max-width: 41.6667%;
  }

  .col.col-sm-10 {
    flex: 0 83.3333%;
    max-width: 83.3333%;
  }

  .col.col-sm-11 {
    flex: 0 91.6667%;
    max-width: 91.6667%;
  }

  .col.col-sm-1 {
    flex: 0 8.33333%;
    max-width: 8.33333%;
  }

  .col.col-sm-2 {
    flex: 0 16.6667%;
    max-width: 16.6667%;
  }

  .col.col-sm-7 {
    flex: 0 58.3333%;
    max-width: 58.3333%;
  }

  .col.col-sm-8 {
    flex: 0 66.6667%;
    max-width: 66.6667%;
  }

  .col.col-sm-4 {
    flex: 0 33.3333%;
    max-width: 33.3333%;
  }

  .col.col-sm-3 {
    flex: 0 25%;
    max-width: 25%;
  }

  .col.col-sm-12 {
    flex: 0 100%;
    max-width: 100%;
  }

  .col.sm--no-margin {
    margin-left: 0;
    margin-right: 0;
  }

  .page-wrapper-4 {
    margin-left: auto;
    margin-right: auto;
  }

  .work_title {
    font-size: 1.5em;
  }
}

@media screen and (max-width: 479px) {
  .box-contain {
    padding-top: 4.1em;
  }

  .box {
    width: 10em;
  }

  .work_wrap {
    margin-left: auto;
    margin-right: auto;
    padding-top: 21.2em;
  }

  .circle-image {
    width: 20vw;
    height: 20vw;
  }

  .body {
    margin-left: auto;
    margin-right: auto;
  }

  .modal-3-popup {
    padding-left: 0;
    padding-right: 0;
  }

  .modal {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .close-btn-w {
    width: 3rem;
    height: 3rem;
    margin-top: 1.5rem;
    margin-right: 1.5rem;
  }

  .modal-content-w {
    padding: 1.5rem;
  }

  .section_hero {
    background-image: none;
    background-position: 0 0;
    background-size: auto;
  }

  .subtitle {
    font-size: 1.2rem;
  }

  .sg-item__title-wrapper {
    justify-content: space-between;
  }

  .form__button {
    font-size: .875rem;
  }

  .sg-item__title {
    margin-right: 0;
  }

  .cookie__link {
    font-size: .75rem;
  }

  .sg-hero__title {
    font-size: 2rem;
  }

  .xs--hide {
    display: none;
  }

  .col.col-xs-7 {
    flex: 58.3333%;
    max-width: 58.3333%;
  }

  .col.col-xs-1 {
    flex: 8.33333%;
    max-width: 8.33333%;
  }

  .col.col-xs-2 {
    flex: 16.6667%;
    max-width: 16.6667%;
  }

  .col.col-xs-8 {
    flex: 66.6667%;
    max-width: 66.6667%;
  }

  .col.xs--no-margin {
    margin-left: 0;
    margin-right: 0;
  }

  .col.col-xs-10 {
    flex: 83.3333%;
    max-width: 83.3333%;
  }

  .col.col-xs-9 {
    flex: 75%;
    max-width: 75%;
  }

  .col.col-xs-3 {
    flex: 25%;
    max-width: 25%;
  }

  .col.col-xs-5 {
    flex: 41.6667%;
    max-width: 41.6667%;
  }

  .col.col-xs-11 {
    flex: 91.6667%;
    max-width: 91.6667%;
  }

  .col.col-xs-12 {
    flex: 100%;
    max-width: 100%;
  }

  .col.col-xs-6 {
    flex: 50%;
    max-width: 50%;
  }

  .col.col-xs-4 {
    flex: 33.3333%;
    max-width: 33.3333%;
  }

  .container-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .cookie__text {
    font-size: .75rem;
  }

  .sg-card__wrapper.sg-card__wrapper--color {
    margin-top: .625rem;
  }

  .sg-item__text-wrapper {
    width: 100%;
  }

  .page-wrapper-3 {
    margin-left: auto;
    margin-right: auto;
  }

  .close-btn-w-2 {
    width: 3rem;
    height: 3rem;
    margin-top: 1.5rem;
    margin-right: 1.5rem;
  }

  .btn-w-2 {
    font-size: .9375rem;
  }

  .work_title {
    font-size: 1.2em;
  }
}


@font-face {
  font-family: 'Suisse';
  src: url("/assets/fonts/suisseintltrial-light.otf") format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Suisse';
  src: url("/assets/fonts/suisseintltrial-book.otf") format('opentype'), url("/assets/fonts/suisseintltrial-regular.otf") format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Suisse';
  src: url("/assets/fonts/suisseintltrial-thin.otf") format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}