@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-BoldItalic.woff2') format("woff2");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

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

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Medium.woff2') format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-LightItalic.woff2') format("woff2");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Bold.woff2') format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Italic.woff2') format("woff2"), url('../fonts/Satoshi-VariableItalic.woff2') format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-MediumItalic.woff2') format("woff2");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

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

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-BlackItalic.woff2') format("woff2");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

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

@font-face {
  font-family: Pretendard;
  src: url('../fonts/Pretendard-Medium.woff') format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Pretendard;
  src: url('../fonts/Pretendard-ExtraBold.woff') format("woff"), url('../fonts/Pretendard-Bold.woff') format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Pretendard;
  src: url('../fonts/Pretendard-Thin.woff') format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Pretendard;
  src: url('../fonts/Pretendard-SemiBold.woff') format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Pretendard;
  src: url('../fonts/Pretendard-Black.woff') format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Pretendard;
  src: url('../fonts/Pretendard-ExtraLight.woff') format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Pretendard;
  src: url('../fonts/Pretendard-Light.woff') format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

:root {
  --color--backgroung: #efefef;
  --font--noto-sans: "Noto Sans KR", sans-serif;
  --color--font: #151515;
  --text-size--regular: 1rem;
  --heading--h1: 4rem;
  --heading--h2: 3.5rem;
  --heading--h3: 1.5rem;
  --heading--h4: 1.375rem;
  --heading--h5: 1.25rem;
  --heading--h6: 1.125rem;
  --text-size--medium: 1.125rem;
  --font--pretnedard: Pretendard, Arial, sans-serif;
  --sub: #2a2a2a;
  --text-size--display: 13.125rem;
  --color--button: #151515;
  --color--primary: #ee64ff;
  --text-size--small: .875rem;
  --elipe: #8ba4ef;
  --color--card: white;
  --h7: 2rem;
  --text-size--large: 1.5rem;
  --text-size--huge: 3.5rem;
  --font--satoshi-variable: Arial, "Helvetica Neue", Helvetica, sans-serif;
  --border--radius: .2rem;
}

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

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.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-commerce-commercecheckoutformcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercelayoutcontainer {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.w-commerce-commercelayoutmain {
  flex: 0 800px;
  margin-right: 20px;
}

.w-commerce-commercecartapplepaybutton {
  color: #fff;
  cursor: pointer;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  height: 38px;
  min-height: 30px;
  margin-bottom: 8px;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercecartapplepayicon {
  width: 100%;
  height: 50%;
  min-height: 20px;
}

.w-commerce-commercecartquickcheckoutbutton {
  color: #fff;
  cursor: pointer;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  height: 38px;
  margin-bottom: 8px;
  padding: 0 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercequickcheckoutgoogleicon, .w-commerce-commercequickcheckoutmicrosofticon {
  margin-right: 8px;
  display: block;
}

.w-commerce-commercecheckoutcustomerinfowrapper {
  margin-bottom: 20px;
}

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

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

.w-commerce-commercecheckoutlabel {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutemailinput {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutemailinput::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutemailinput:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingaddresswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutshippingfullname {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingfullname::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingfullname:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstreetaddress {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstreetaddress::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddress:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutrow {
  margin-left: -8px;
  margin-right: -8px;
  display: flex;
}

.w-commerce-commercecheckoutcolumn {
  flex: 1;
  padding-left: 8px;
  padding-right: 8px;
}

.w-commerce-commercecheckoutshippingcity {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingcity::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcity:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstateprovince {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstateprovince::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstateprovince:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingzippostalcode {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingzippostalcode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingzippostalcode:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingcountryselector {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingcountryselector::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcountryselector:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingmethodswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutshippingmethodslist {
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}

.w-commerce-commercecheckoutshippingmethoditem {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  flex-direction: row;
  align-items: baseline;
  margin-bottom: 0;
  padding: 16px;
  font-weight: 400;
  display: flex;
}

.w-commerce-commercecheckoutshippingmethoddescriptionblock {
  flex-direction: column;
  flex-grow: 1;
  margin-left: 12px;
  margin-right: 12px;
  display: flex;
}

.w-commerce-commerceboldtextblock {
  font-weight: 700;
}

.w-commerce-commercecheckoutshippingmethodsemptystate {
  text-align: center;
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 64px 16px;
}

.w-commerce-commercecheckoutpaymentinfowrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutcardnumber {
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardnumber::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardnumber:focus, .w-commerce-commercecheckoutcardnumber.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardexpirationdate {
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardexpirationdate::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardexpirationdate:focus, .w-commerce-commercecheckoutcardexpirationdate.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardsecuritycode {
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardsecuritycode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardsecuritycode:focus, .w-commerce-commercecheckoutcardsecuritycode.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingaddresstogglewrapper {
  flex-direction: row;
  display: flex;
}

.w-commerce-commercecheckoutbillingaddresstogglecheckbox {
  margin-top: 4px;
}

.w-commerce-commercecheckoutbillingaddresstogglelabel {
  margin-left: 8px;
  font-weight: 400;
}

.w-commerce-commercecheckoutbillingaddresswrapper {
  margin-top: 16px;
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutbillingfullname {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingfullname::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingfullname:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstreetaddress {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstreetaddress::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddress:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingcity {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingcity::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcity:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstateprovince {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstateprovince::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstateprovince:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingzippostalcode {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingzippostalcode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingzippostalcode:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingcountryselector {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingcountryselector::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcountryselector:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutorderitemswrapper {
  margin-bottom: 20px;
}

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

.w-commerce-commercecheckoutorderitemslist {
  margin-bottom: -20px;
}

.w-commerce-commercecheckoutorderitem {
  margin-bottom: 20px;
  display: flex;
}

.w-commerce-commercecartitemimage {
  width: 60px;
  height: 0%;
}

.w-commerce-commercecheckoutorderitemdescriptionwrapper {
  flex-grow: 1;
  margin-left: 16px;
  margin-right: 16px;
}

.w-commerce-commercecheckoutorderitemquantitywrapper {
  white-space: pre-wrap;
  display: flex;
}

.w-commerce-commercecheckoutorderitemoptionlist {
  margin-bottom: 0;
  padding-left: 0;
  text-decoration: none;
  list-style-type: none;
}

.w-commerce-commercelayoutsidebar {
  flex: 0 0 320px;
  position: sticky;
  top: 20px;
}

.w-commerce-commercecheckoutordersummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummarylineitem, .w-commerce-commercecheckoutordersummaryextraitemslistitem {
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 8px;
  display: flex;
}

.w-commerce-commercecheckoutsummarytotal {
  font-weight: 700;
}

.w-commerce-commercecheckoutplaceorderbutton {
  color: #fff;
  cursor: pointer;
  appearance: none;
  text-align: center;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 3px;
  align-items: center;
  margin-bottom: 20px;
  padding: 9px 15px;
  text-decoration: none;
  display: block;
}

.w-commerce-commercecheckouterrorstate {
  background-color: #ffdede;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 10px 16px;
}

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

.w-commerce-commercecheckoutcustomerinfosummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryitem, .w-commerce-commercecheckoutsummarylabel {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutsummaryflexboxdiv {
  flex-direction: row;
  justify-content: flex-start;
  display: flex;
}

.w-commerce-commercecheckoutsummarytextspacingondiv {
  margin-right: .33em;
}

.w-commerce-commercecheckoutpaymentsummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercepaypalcheckouterrorstate {
  background-color: #ffdede;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 10px 16px;
}

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

.w-commerce-commercecheckoutshippingsummarywrapper {
  margin-bottom: 20px;
}

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

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

  .w-commerce-commercelayoutcontainer {
    flex-direction: column;
    align-items: stretch;
  }

  .w-commerce-commercelayoutmain {
    flex-basis: auto;
    margin-right: 0;
  }

  .w-commerce-commercelayoutsidebar {
    flex-basis: auto;
  }
}

@media screen and (max-width: 479px) {
  .w-commerce-commercecheckoutemailinput, .w-commerce-commercecheckoutshippingfullname, .w-commerce-commercecheckoutshippingstreetaddress, .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutrow {
    flex-direction: column;
  }

  .w-commerce-commercecheckoutshippingcity, .w-commerce-commercecheckoutshippingstateprovince, .w-commerce-commercecheckoutshippingzippostalcode, .w-commerce-commercecheckoutshippingcountryselector, .w-commerce-commercecheckoutcardnumber, .w-commerce-commercecheckoutcardexpirationdate, .w-commerce-commercecheckoutcardsecuritycode, .w-commerce-commercecheckoutbillingfullname, .w-commerce-commercecheckoutbillingstreetaddress, .w-commerce-commercecheckoutbillingstreetaddressoptional, .w-commerce-commercecheckoutbillingcity, .w-commerce-commercecheckoutbillingstateprovince, .w-commerce-commercecheckoutbillingzippostalcode, .w-commerce-commercecheckoutbillingcountryselector {
    font-size: 16px;
  }
}

body {
  background-color: var(--color--backgroung);
  font-family: var(--font--noto-sans);
  color: var(--color--font);
  font-size: var(--text-size--regular);
  cursor: default;
  line-height: 1.5;
  text-decoration: none;
}

h1 {
  font-size: var(--heading--h1);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1;
}

h2 {
  font-size: var(--heading--h2);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.3;
}

h3 {
  font-size: var(--heading--h3);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.5;
}

h4 {
  font-size: var(--heading--h4);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.5;
}

h5 {
  font-size: var(--heading--h5);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.5;
}

h6 {
  font-size: var(--heading--h6);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.5;
}

p {
  font-size: var(--text-size--regular);
  margin-bottom: 0;
}

a {
  color: var(--color--font);
  font-size: var(--text-size--regular);
  text-decoration: none;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  font-size: var(--text-size--regular);
  font-weight: 400;
}

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

blockquote {
  font-size: var(--text-size--medium);
  border-left: 5px solid #e2e2e2;
  margin-bottom: 0;
  padding: 10px 20px;
  line-height: 1.1;
}

.container {
  width: 100%;
  max-width: 70vw;
  margin-left: auto;
  margin-right: auto;
  position: static;
}

.container.container-small {
  max-width: 80rem;
}

.container.container-large {
  width: 90vw;
  max-width: none;
}

.heading-1 {
  font-family: var(--font--pretnedard);
  font-size: var(--heading--h1);
  font-weight: 400;
  line-height: 1;
}

.heading-1.hero {
  font-size: var(--heading--h4);
  line-height: 4vh;
}

.rich-text p {
  font-size: var(--text-size--regular);
  margin-bottom: 0;
}

.rich-text h1, .rich-text h2 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-weight: 500;
}

.rich-text li {
  font-size: var(--text-size--regular);
}

.rich-text h3 {
  font-size: var(--heading--h3);
  margin-bottom: 1rem;
  font-weight: 500;
}

.rich-text h4, .rich-text h5 {
  margin-bottom: 1rem;
  font-weight: 500;
}

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

.rich-text h6 {
  margin-bottom: 1rem;
  font-weight: 500;
}

.rich-text.rich-text-size {
  text-align: center;
  max-width: 60ch;
}

.text-weight-medium {
  font-family: var(--font--pretnedard);
  color: var(--sub);
  font-size: var(--heading--h3);
  font-weight: 600;
}

.text-weight-medium.caps {
  font-family: var(--font--pretnedard);
}

.text-weight-medium.hover {
  font-size: .8vw;
}

.text-size-medium {
  font-size: var(--text-size--medium);
  line-height: 1.1;
}

.text-size-display {
  font-family: var(--font--pretnedard);
  font-size: var(--text-size--display);
  letter-spacing: -.5975rem;
  font-weight: 500;
  line-height: 1;
}

.button-primary {
  grid-row-gap: .25rem;
  background-color: var(--color--button);
  color: var(--color--backgroung);
  font-size: var(--text-size--medium);
  text-transform: uppercase;
  cursor: pointer;
  border-radius: .2rem;
  flex-direction: column;
  padding: .8rem 2.5rem;
  text-decoration: none;
  transition: all .3s cubic-bezier(.455, .03, .515, .955);
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-primary:hover {
  background-color: var(--color--primary);
}

.text-size-small {
  font-size: var(--text-size--small);
  line-height: 1.5;
}

.text-size-small.caps {
  font-family: var(--font--pretnedard);
  font-size: var(--heading--h6);
}

.heading-2 {
  font-family: var(--font--pretnedard);
  font-size: var(--heading--h2);
  font-weight: 500;
  line-height: 1.2;
}

.hero-wrapper {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding-top: 4vh;
  padding-bottom: 4rem;
  display: flex;
  position: relative;
}

.hero-header {
  z-index: 3;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-flow: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 62px;
  display: none;
  position: relative;
}

.tag-wrapper {
  grid-column-gap: .6875rem;
  grid-row-gap: .6875rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.elipse {
  background-color: var(--color--primary);
  border-radius: 50%;
  width: .4rem;
  height: .4rem;
}

.elipse.hide-mobile {
  background-color: var(--elipe);
  display: block;
}

.caps1 {
  color: var(--color--card);
  font-size: var(--h7);
  text-transform: uppercase;
  font-weight: 200;
  line-height: 1.2;
}

.heading {
  max-width: 90ch;
  font-family: var(--font--pretnedard);
  display: block;
}

.heading.smaller {
  max-width: 60ch;
}

.hero-component {
  flex-flow: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.hero-big-text {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  white-space: nowrap;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.hero-content {
  justify-content: space-between;
  width: 100%;
  padding-left: 4rem;
  padding-right: 4rem;
  display: flex;
}

.hero-left-content {
  text-align: left;
  max-width: 50ch;
}

.big-elipse {
  background-color: var(--color--primary);
  border-radius: 50%;
  width: 1rem;
  height: 1rem;
}

.hero-marquee {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  align-items: center;
  display: flex;
}

.hero-button {
  display: none;
}

.button-line-wrap {
  background-color: #1515151a;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: 1px;
  margin-top: 3px;
  display: flex;
}

.button-line-animation {
  background-color: #151515;
  width: 30%;
  height: 1px;
}

.hero-grid {
  z-index: 0;
  pointer-events: none;
  width: 74vw;
  max-width: 80rem;
  margin-top: 1vw;
  position: static;
}

.hero-interaction-wrapper {
  z-index: 2;
  pointer-events: none;
  cursor: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 5vh;
  padding-bottom: 4vh;
  display: flex;
  position: absolute;
  inset: 0%;
}

.text-images-wrapper {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  display: flex;
}

.text-images {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  flex-flow: column;
  max-width: 112ch;
  display: flex;
  position: relative;
}

.span {
  text-align: left;
  white-space: nowrap;
  vertical-align: bottom;
  object-fit: cover;
  background-image: url('../images/Placeholder.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 3.75rem 3.75rem;
  border: 2px solid #0000;
  border-radius: 4.75rem;
  width: 6.5rem;
  height: 4rem;
  font-size: .875rem;
  line-height: 7.5;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.grid {
  grid-column-gap: 2rem;
  grid-row-gap: 5.875rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: none;
}

.card {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  background-color: var(--color--card);
  text-align: left;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  padding: 4rem 3.5rem 4.3rem;
  display: flex;
}

.top-content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  align-items: flex-start;
  max-width: 29ch;
  display: flex;
}

.big-text {
  font-size: 10.5rem;
  line-height: 1;
}

.section {
  font-size: var(--text-size--medium);
  margin-top: 10rem;
  margin-bottom: 10rem;
}

.number {
  opacity: .2;
}

.button-hero {
  color: var(--color--font);
  border-radius: .25rem;
}

.logos-component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  align-items: center;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.logos-grid {
  grid-column-gap: 5rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto auto;
  grid-template-columns: auto auto auto auto auto;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  display: grid;
}

.logos {
  justify-content: center;
  align-items: center;
  height: 2.6rem;
  display: flex;
}

.section-logos {
  margin-top: 12rem;
}

.big-gap {
  grid-column-gap: 12rem;
  grid-row-gap: 12rem;
  flex-flow: column;
  display: flex;
}

.testimonial-wrapper {
  grid-column-gap: 4.9rem;
  grid-row-gap: 4.9rem;
  flex-flow: column;
  align-items: center;
  display: none;
}

.header {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: center;
  flex-flow: column;
  align-items: center;
  max-width: 70ch;
  display: flex;
}

.max-width-45ch {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  justify-content: center;
  align-items: center;
  max-width: 45ch;
  display: flex;
}

.max-width-45ch.none {
  display: none;
}

.testimonial-text {
  grid-column-gap: 4.5rem;
  grid-row-gap: 4.5rem;
  flex-flow: column;
  justify-content: space-between;
  margin-top: 1.4rem;
  margin-bottom: 1.5rem;
  display: flex;
}

.testimonial-image {
  border-radius: .5rem;
  height: 20rem;
  max-height: 20rem;
  overflow: hidden;
}

.name {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  flex-flow: column;
  display: flex;
}

.icon {
  object-fit: contain;
}

.display-none {
  display: none;
}

.clip {
  border-radius: .5rem;
  overflow: hidden;
}

.opacity-50 {
  opacity: .5;
}

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

.testimonial-slider-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  height: auto;
  padding: 1.5rem 2.8rem 1.5rem 1.5rem;
  display: flex;
}

.card-testimonial {
  background-color: var(--color--card);
  border-radius: 1rem;
  width: 55rem;
  max-width: 55rem;
  box-shadow: 0 4px 8px #0000000d, 0 15px 15px #0000000a, 0 33px 20px #00000008, 0 59px 24px #00000003, 0 92px 26px #0000;
}

.quote {
  max-width: 50ch;
  margin-right: .4rem;
}

.testimonial-slider {
  background-color: #0000;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 80rem;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image {
  border-radius: 40px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.image._1 {
  box-sizing: content-box;
  object-fit: contain;
  border-radius: 0;
  height: auto;
  overflow: hidden;
}

.text-size-large {
  font-size: var(--text-size--large);
}

.text-size-large.height-1-15 {
  line-height: 1.15;
}

.slider-arrow-right {
  border: 1px solid #ddd;
  border-radius: 100%;
  order: 1;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  padding: 1rem .5rem;
  transition: all .2s;
  display: flex;
}

.slider-arrow-right:hover {
  background-color: var(--color--primary);
}

.text-size-regular {
  font-size: var(--text-size--regular);
  line-height: 1.5;
}

.text-size-regular.height-1-15 {
  line-height: 1.15;
}

.slider-arrow-left {
  border: 1px solid #ddd;
  border-radius: 100%;
  order: -1;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  padding: 1rem .5rem;
  transition: all .2s;
  display: flex;
}

.slider-arrow-left:hover {
  background-color: var(--color--primary);
}

.slider-star {
  grid-column-gap: .1rem;
  grid-row-gap: .1rem;
  justify-content: flex-end;
  display: flex;
}

.footer-component {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.credits-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-links {
  grid-column-gap: 1.1rem;
  grid-row-gap: 1.1rem;
  align-items: center;
  display: none;
}

.footer-links-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-heading {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.credits {
  text-decoration: none;
  transition: opacity .2s;
}

.credits:hover {
  opacity: .8;
}

.footer-link {
  font-size: 1rem;
  font-weight: 500;
  transition: all .25s;
}

.footer-link:hover {
  color: #15151599;
  transform: translate(0, -2px);
}

.footer-social {
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 2.6rem;
  height: 2.6rem;
  padding: .7rem;
  transition: all .3s;
  display: flex;
}

.footer-social:hover {
  background-color: var(--color--primary);
  transform: translate(0, -2px);
}

.icon-links {
  object-fit: contain;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.credits-text {
  color: #15151599;
}

.footer-social-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: center;
  align-items: center;
  display: none;
}

.vertical-line {
  background-color: #8e8c87;
  width: 1px;
  height: .8rem;
}

.section-footer {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 10rem;
  padding-bottom: 3rem;
  position: relative;
  overflow: hidden;
}

.font-color {
  color: var(--color--font);
}

.footer-links-component {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: column;
  display: flex;
}

.tag {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
}

.heading-3 {
  margin-top: 0;
  margin-bottom: 1rem;
}

.heading-4 {
  margin-top: 0;
}

.text-box {
  max-width: 60ch;
}

.text-box.large {
  max-width: 60rem;
}

.heading-3 {
  font-size: var(--heading--h3);
  font-weight: 400;
  line-height: 1;
}

.hero-style-guide-wrapper {
  background-color: #1a1a1a;
  border-radius: 1rem;
  width: 100%;
  margin-top: 6rem;
  padding: 13rem 2rem 2rem;
  overflow: hidden;
}

.hero-style-guide-content {
  grid-row-gap: 1.5rem;
  color: #f3f3f3;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.style-guide-header {
  grid-row-gap: 2.5rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 4.5rem;
  display: flex;
}

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

.color-palette-text {
  margin-bottom: 2rem;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.heading-4 {
  font-size: var(--heading--h4);
  font-weight: 400;
  line-height: 1;
}

.style-guide-content {
  margin-bottom: 8rem;
}

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

.style-guide-menu {
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.color-palette {
  width: 100%;
  height: 10rem;
}

.color-palette.background {
  background-color: var(--color--backgroung);
}

.color-palette.card {
  background-color: var(--color--card);
}

.color-palette.primary-color {
  background-color: var(--color--primary);
}

.color-palette.font-color {
  background-color: var(--color--font);
}

.heading-6 {
  font-size: var(--heading--h6);
  font-weight: 400;
  line-height: 1;
}

.style-guide-menu-links {
  grid-row-gap: 1.5rem;
  opacity: .5;
  flex-direction: column;
  align-items: flex-start;
  text-decoration: none;
  transition: opacity .3s;
  display: flex;
}

.style-guide-menu-links:hover, .style-guide-menu-links.w--current {
  opacity: 1;
}

.typography-content {
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

.style-guide-menu-wrapper {
  grid-row-gap: 2rem;
  flex-direction: column;
  align-items: flex-start;
}

.class-name-wrapper {
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.class-name-wrapper.margin-bottom-0 {
  margin-bottom: 0;
}

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

.typography-wrapper {
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  max-width: 30rem;
  display: flex;
}

.heading-5 {
  font-size: var(--heading--h5);
  font-weight: 400;
  line-height: 1;
}

.text-opacity {
  opacity: .7;
}

.divider-line {
  background-color: var(--color--font);
  opacity: .1;
  width: 100%;
  height: 1px;
}

.text-size-huge {
  font-size: var(--text-size--huge);
  line-height: 1.25;
}

.style-gudie-content {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.style-gudie-content.grid {
  grid-column-gap: 3rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  font-size: 2rem;
  display: grid;
}

.sticky-menu {
  grid-row-gap: 2rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: sticky;
  top: 4rem;
}

.style-guide-component {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  margin-top: 8rem;
  margin-bottom: 10rem;
}

.style-tag {
  color: #121212;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #fbfbfb;
  border: 1px solid #fbfbfb33;
  border-radius: 10rem;
  padding: .625rem 1.5rem;
  font-weight: 500;
}

.color-palette-card {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: var(--color--card);
  flex-flow: column;
  display: flex;
}

.works-wrapper {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.collection-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.collection-list-wrapper {
  width: 100%;
  display: none;
}

.works-card {
  background-color: var(--color--card);
  border-radius: .5rem;
  overflow: hidden;
}

.works-link {
  background-color: var(--color--card);
  border-radius: 40px;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  display: flex;
}

.works-image {
  border-radius: 40px 40px 0 0;
  justify-content: center;
  align-items: center;
  max-height: 500px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.work-content {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  justify-content: flex-start;
  align-items: center;
  padding: 1.5rem 1.5rem 2.8125rem;
  display: flex;
}

.max-width-35ch {
  max-width: 35ch;
}

.works-hover-follow {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  white-space: nowrap;
  background-color: #ffffffbf;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 8vw;
  height: 8vw;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.blog-image-wrapper {
  border-radius: 1.5rem;
  width: 100%;
  height: 80vh;
  position: relative;
  overflow: hidden;
}

.mask-frame {
  z-index: 2;
  background-color: var(--color--primary);
  opacity: 1;
  position: absolute;
  inset: auto 0% 0%;
}

.work-template-images {
  width: 100%;
  height: 60vh;
  margin-top: 4rem;
  margin-bottom: 4rem;
  position: relative;
  overflow: hidden;
}

.work-template-images.margin-bottom {
  margin-bottom: 8rem;
}

.work-template-images.vertical {
  width: 50%;
  height: 90vh;
  margin-bottom: 6rem;
  margin-left: 6vw;
  margin-right: auto;
}

.work-template-images.vertical.right {
  margin-left: auto;
  margin-right: 6vw;
}

.work-template-images.no-margin {
  margin-bottom: 0;
}

.hero-section {
  padding-top: 15vh;
  padding-bottom: 6rem;
}

.content-section {
  padding-top: 12rem;
  padding-bottom: 2.5rem;
}

.work-content-cms {
  justify-content: center;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: flex;
}

.hero-works {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.works-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-flow: column;
  max-width: 60ch;
  display: flex;
}

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

.form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.text-field-contact {
  color: var(--color--font);
  background-color: #0000;
  border: 1px solid #0000;
  border-bottom-color: #1515151a;
  border-radius: 0;
  margin-top: .5rem;
  margin-bottom: 1.5rem;
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
  padding-left: 1rem;
  font-size: 1rem;
  transition: all .4s;
}

.text-field-contact:hover {
  color: var(--color--font);
  border-width: 1px;
  border-color: #1515151a;
  padding-left: 1.2rem;
}

.text-field-contact:active {
  color: #212121;
}

.text-field-contact:focus {
  color: var(--color--font);
  border-color: #212121;
}

.form-content {
  width: 100%;
}

.success-message {
  color: #000;
  text-align: center;
  background-color: #f4f4f4;
  border-radius: .6rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.text-size-medium-vw {
  font-size: 1vw;
  font-weight: 400;
}

.form-wrapper {
  margin-top: 1rem;
}

.form-wrapper.full-width {
  width: 35%;
}

.text-size-contact {
  font-size: 1.375rem;
}

.name-wrapper-contact {
  width: 100%;
}

.submit-button {
  z-index: 3;
  color: #0000;
  background-color: #0000;
  position: absolute;
  inset: 0%;
}

.contact-button {
  background-color: #1d1d1f;
  border-radius: .3rem;
  transition: all .25s;
}

.contact-button.align-center {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.error-message {
  color: #fbfbfb;
  text-align: center;
  background-color: #ec3c3c;
  border-radius: .7rem;
  margin-top: 2rem;
  padding: 1.5rem 1.1rem;
}

.form-component {
  justify-content: center;
  align-items: center;
  margin-top: 8rem;
  display: flex;
}

.hero-card {
  background-color: var(--color--font);
  border-radius: 1vh;
  width: 45vh;
  height: 55vh;
  position: absolute;
  overflow: hidden;
}

.hero-card.first {
  z-index: 3;
  background-color: var(--color--backgroung);
  border-radius: 40px;
  height: 60vh;
  transform: rotate(-4.89deg);
}

.hero-card.second {
  z-index: 2;
  background-color: var(--color--backgroung);
  border-radius: 40px;
  height: 60vh;
  transform: rotate(-.463deg);
}

.hero-card.third {
  z-index: 1;
  background-color: #aa4646;
  border-radius: 40px;
  height: 60vh;
  transform: rotate(3.712deg);
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.hero-form {
  padding-top: 15vh;
}

.nav-menu-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.menu-button {
  display: block;
}

.right-navbar-content {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  align-items: center;
  display: none;
}

.navbar-component {
  grid-column-gap: 1.75rem;
  grid-row-gap: 1.75rem;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.3rem;
  padding-bottom: 1.3rem;
  display: flex;
}

.link-block-navbar {
  color: #151515;
  justify-content: center;
  align-items: center;
  padding: .46rem .75rem;
  text-decoration: none;
  transition: all .25s;
  display: flex;
}

.link-block-navbar:hover {
  opacity: .8;
  transform: translate(0, 1px);
}

.brand {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  align-items: center;
  width: 7rem;
  height: 1.8rem;
  display: flex;
}

.nav-link {
  color: #fbfbfb;
  padding-top: .2rem;
  padding-bottom: .2rem;
  text-decoration: none;
  transition: all .25s;
  position: relative;
}

.nav-link:hover {
  opacity: .8;
  transform: translate(0, 1px);
}

.nav-menu {
  z-index: 2;
  grid-column-gap: 2.875rem;
  grid-row-gap: 2.875rem;
  align-items: center;
  display: none;
}

.navbar {
  z-index: 99;
  background-color: #0000;
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
}

.empty-state {
  text-align: center;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  display: flex;
}

.hero-section-works {
  padding-top: 15vh;
  padding-bottom: 6rem;
}

.button-wrapper {
  display: flex;
}

.button-secondary {
  grid-row-gap: .25rem;
  border: 1px solid var(--color--font);
  color: var(--color--font);
  font-size: var(--text-size--medium);
  text-transform: uppercase;
  cursor: pointer;
  background-color: #0000;
  border-radius: .2rem;
  flex-direction: column;
  padding: .8rem 2.5rem;
  text-decoration: none;
  transition: all .3s cubic-bezier(.455, .03, .515, .955);
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-secondary:hover {
  border-color: var(--color--primary);
  background-color: var(--color--primary);
}

.works-link-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.works-icon-wrapper {
  z-index: 1;
  aspect-ratio: 1;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  color: #f5f5f5;
  background-color: #050505;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 6.67vw;
  max-width: 6.67vw;
  display: none;
  position: absolute;
}

.works-hover {
  text-align: center;
  word-break: keep-all;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 64px;
  height: 100%;
  font-size: 1vw;
  display: inline-flex;
  position: static;
}

.works-hover._2 {
  max-width: none;
}

.works-image-wrapper {
  object-fit: contain;
  object-position: 50% 0%;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.parallax-image {
  box-sizing: border-box;
  aspect-ratio: auto;
  object-position: 50% 0%;
  width: 100%;
  max-width: 120%;
  display: block;
}

.div-block {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.container-2 {
  width: 100%;
  max-width: 75vw;
  position: static;
}

.works-text-block {
  grid-column-gap: .56vw;
  grid-row-gap: .56vw;
  text-align: left;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding: 65px 61px 3vw;
  display: none;
  position: absolute;
  inset: 0% 0% auto;
}

.works-flex {
  grid-column-gap: 1.11vw;
  grid-row-gap: 1.11vw;
  flex-flow: row;
  justify-content: center;
  align-items: flex-end;
  margin-top: 36px;
  display: flex;
}

.works-badge {
  color: #050505;
  background-color: #f5f5f5;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  height: 2.22vw;
  padding-left: 1.11vw;
  padding-right: 1.11vw;
  display: none;
}

.caps2 {
  color: var(--color--card);
  font-size: var(--heading--h2);
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.4;
}

.services-card {
  grid-column-gap: 1.1vw;
  grid-row-gap: 1.1vw;
  background-color: var(--color--card);
  border-radius: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-width: 33.3vw;
  padding: 2.2vw;
  transition: filter .2s ease-in-out, color .3s;
  display: none;
}

.section-2 {
  width: 100%;
  margin-top: 300px;
  margin-bottom: 265px;
}

.services-text-block {
  grid-column-gap: 2.2vw;
  grid-row-gap: 2.2vw;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.services-title-flex {
  grid-column-gap: 2.22vw;
  grid-row-gap: 2.22vw;
  align-items: center;
  display: flex;
}

.skill {
  text-transform: uppercase;
}

.services-image {
  aspect-ratio: 1;
  border-radius: 4px;
  min-width: 5.55vw;
  max-width: 5.55vw;
}

.max-width-30rem {
  max-width: 33.33vw;
}

.container-3 {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.container-3.padding-4-5rem {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 70%;
  display: flex;
  position: static;
}

.services-flex {
  grid-column-gap: 2.2vw;
  grid-row-gap: 2.2vw;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: none;
}

.self-align-left {
  align-self: flex-start;
}

.services-title {
  letter-spacing: 0;
  text-indent: 0;
  text-transform: uppercase;
  column-count: 0;
  font-size: 80px;
  font-weight: 300;
  line-height: 5.55vw;
}

.services-wrapper {
  grid-column-gap: 2.22vw;
  grid-row-gap: 2.22vw;
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 43.3vw;
  display: flex;
}

.services-wrapper.slide-from-left-animation {
  display: none;
}

.services-wrapper.slide-from-right-animation {
  max-width: none;
}

.services-icon {
  aspect-ratio: 1;
  text-align: center;
  background-color: #161616;
  border-radius: 24px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-width: 10vw;
  max-width: 10vw;
  display: flex;
}

.section-3 {
  margin-top: 0;
}

.div-block-2 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  display: flex;
}

.skill2 {
  font-size: var(--text-size--regular);
  text-transform: uppercase;
}

.div-block-4 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.text-block {
  border-bottom: 2px solid #000;
  border-right: 0 solid #000;
  border-radius: 0;
  padding-right: 0;
  font-size: 1.2rem;
  font-weight: 600;
}

.div-block-5 {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  flex-flow: column;
  display: flex;
  position: relative;
}

.began {
  position: sticky;
  top: 3vh;
}

.div-block-7 {
  display: block;
  position: sticky;
  top: 8vh;
  bottom: auto;
}

.div-block-8 {
  position: sticky;
  top: 3vh;
}

.div-block-9 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  display: flex;
}

.heading-7 {
  font-family: var(--font--pretnedard);
  text-align: center;
  display: none;
  position: static;
  top: 1.5vh;
}

.heading-8, .heading-9 {
  font-family: var(--font--pretnedard);
  font-weight: 400;
}

.text-span-2 {
  font-weight: 700;
}

.frame-19 {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding-top: 2.5vh;
  padding-bottom: 2vh;
  text-decoration: none;
  display: flex;
}

.frame-18 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

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

.text {
  font-family: var(--font--pretnedard);
  color: #151515;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4vw;
  font-weight: 700;
  line-height: 7vh;
  text-decoration: none;
}

.text.nav {
  font-size: 2vw;
}

.text-2 {
  font-family: var(--font--pretnedard);
  color: #151515;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.2vw;
  font-weight: 400;
  line-height: 3vh;
  text-decoration: none;
}

.text-2._2 {
  font-family: var(--font--pretnedard);
  font-size: 3vh;
  font-weight: 700;
  line-height: 4vh;
}

.frame-15 {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.frame-14 {
  grid-row-gap: 9px;
  border-right: 2px solid #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 14vw;
  height: 90px;
  text-decoration: none;
  display: flex;
}

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

.vectors-wrapper {
  justify-content: center;
  align-items: center;
  width: .00000372617px;
  height: 85.2449px;
  text-decoration: none;
  display: flex;
}

.text-3 {
  font-family: var(--font--pretnedard);
  color: #151515;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5vw;
  font-weight: 600;
  line-height: 101.76px;
  text-decoration: none;
}

.frame-17 {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.container-6 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-bottom: .9px;
  text-decoration: none;
  display: flex;
}

.image-2 {
  filter: drop-shadow(40px 20px 19px #54545b4f);
  mix-blend-mode: normal;
  width: 100%;
  height: 100%;
}

.div-block-10 {
  z-index: 3;
  object-fit: fill;
  justify-content: flex-start;
  align-items: center;
  width: 38%;
  height: auto;
  margin-right: 0;
  padding-left: 52px;
  display: inline-block;
  position: relative;
}

.card-3 {
  z-index: 0;
  object-fit: fill;
  border-radius: 0;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: auto;
  margin-top: 61px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
  inset: auto 5% 0% auto;
  overflow: hidden;
}

.code-embed-3 {
  aspect-ratio: auto;
  object-fit: fill;
  border-radius: 0;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.code-embed-3.none {
  display: none;
}

.code-embed-3.began {
  margin-bottom: 0;
}

.code-embed-3.kpop {
  border-radius: 40px;
  overflow: hidden;
}

.frame-20 {
  grid-column-gap: 0px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-2 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  min-width: 9vw;
  max-width: 90%;
  text-decoration: none;
  display: flex;
}

.frame-21 {
  grid-column-gap: 1.7vw;
  grid-row-gap: 1.7vw;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-left: 2vw;
  text-decoration: none;
  display: flex;
}

.container-7 {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-10 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text12 {
  font-family: var(--font--pretnedard);
  color: #151515;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25vw;
  font-weight: 600;
  line-height: 33px;
  text-decoration: none;
}

.heading-11 {
  grid-column-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-4 {
  font-family: var(--font--pretnedard);
  color: #151515;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1vw;
  font-weight: 400;
  line-height: 1.2vw;
  text-decoration: none;
}

.frame-1 {
  grid-column-gap: 10px;
  background-color: #efefef;
  border: 1px solid #000;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 7vw;
  height: 1.5vw;
  text-decoration: none;
  display: flex;
}

.text-5 {
  font-family: var(--font--pretnedard);
  color: #2f2f2f;
  text-align: center;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.8vh;
  font-weight: 400;
  line-height: 1.4vw;
  text-decoration: none;
}

.frame-13 {
  grid-column-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.frame-3 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 1.1vw;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-3 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100.059%;
  text-decoration: none;
  display: flex;
  overflow: visible;
}

.frame-22 {
  grid-row-gap: 23px;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  line-height: 1.5vw;
  text-decoration: none;
  display: block;
}

.text10 {
  width: 100%;
  font-family: var(--font--pretnedard);
  color: #5b5b5b;
  text-align: left;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: .9vw;
  font-weight: 400;
  line-height: 1.8vw;
  text-decoration: none;
}

.div-block-11 {
  border-bottom: 0 solid #000;
  width: 100%;
  position: relative;
}

.div-block-12 {
  width: 100%;
  max-width: 10vw;
}

.div-block-13 {
  grid-column-gap: 130px;
  grid-row-gap: 130px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 0;
  display: block;
}

.div-block-14 {
  grid-column-gap: 7vw;
  grid-row-gap: 7vw;
  justify-content: center;
  align-items: center;
  margin-top: 15vh;
  margin-bottom: 15vh;
  display: flex;
}

.body {
  box-sizing: border-box;
  background-color: var(--color--backgroung);
  object-fit: fill;
  overflow: visible;
}

.section-4 {
  margin-top: 12rem;
}

.card-4 {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  text-align: left;
  background-color: #fff;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  padding: 4rem 3.5rem 4.3rem;
  display: flex;
}

.container-8 {
  width: 100%;
  max-width: 70%;
  margin: 0 auto;
}

.frame-28 {
  flex: 0 auto;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.frame-29 {
  border-right: .5px solid #c4c4c4;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 410px;
  height: auto;
  padding-top: 30px;
  padding-bottom: 20px;
  text-decoration: none;
  display: flex;
}

.text-9 {
  font-family: var(--font--pretnedard);
  color: #151515;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.6vw;
  font-weight: 700;
  line-height: 5vh;
  text-decoration: none;
}

.text-10 {
  font-family: var(--font--pretnedard);
  color: #151515;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.1vw;
  font-weight: 300;
  line-height: 60px;
  text-decoration: none;
}

.frame-32 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 410px;
  padding-top: 20px;
  padding-bottom: 20px;
  text-decoration: none;
  display: flex;
}

.code-embed-4 {
  aspect-ratio: auto;
  opacity: .99;
  object-fit: fill;
  border-radius: 0;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.card-3-copy {
  z-index: 0;
  object-fit: fill;
  border-radius: 0;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  width: 76%;
  height: auto;
  margin-bottom: 2vh;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  inset: auto 3% 0% auto;
  overflow: hidden;
}

.frame-33 {
  grid-column-gap: 4vw;
  grid-row-gap: 4vw;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: auto;
  margin-top: 50px;
  margin-bottom: 100px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.frame-33.kett {
  margin-top: 0;
}

.frame-33.son {
  margin-top: 120px;
  position: relative;
}

.frame-34 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 60%;
  max-width: 50%;
  text-decoration: none;
  display: flex;
  position: sticky;
  top: 9vh;
}

.frame-34.right {
  padding-left: 48px;
}

.frame-34.mid {
  width: 60%;
  max-width: 45%;
  top: 7vh;
}

.frame-34.identity {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
}

.text-11 {
  font-family: var(--font--pretnedard);
  color: #151515;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
  text-decoration: none;
}

.text-12 {
  font-family: var(--font--pretnedard);
  color: #151515;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 300;
  text-decoration: none;
  display: block;
}

.text-12.small {
  padding-right: 27px;
  font-size: 1.2vw;
  line-height: 2;
}

.text-12.none {
  display: none;
}

.div-block-15 {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  border-left: 4px solid #000;
  flex-flow: column;
  height: 100px;
  padding-left: 81px;
  display: flex;
}

.div-block-16 {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  justify-content: space-between;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 60px;
  display: flex;
}

.text-block-2 {
  font-family: var(--font--pretnedard);
  text-transform: uppercase;
  justify-content: space-between;
  align-items: center;
  font-size: 4.5vw;
  font-weight: 800;
  line-height: 1;
  display: flex;
}

.vectors-wrapper-6 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 20%;
  height: auto;
  text-decoration: none;
  display: flex;
  overflow: visible;
}

.frame-37 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  text-decoration: none;
  display: flex;
  position: static;
}

.img01 {
  object-fit: cover;
  position: relative;
}

.img01._2 {
  object-fit: fill;
  width: 100%;
  height: auto;
  position: relative;
}

.img01._3 {
  width: 100%;
  height: auto;
}

.img01._4 {
  width: 100%;
  height: auto;
}

.img01._6 {
  width: 100%;
  position: static;
  overflow: visible;
}

.img01._1 {
  object-fit: fill;
  width: 100%;
  height: auto;
}

.img01.mybee1, .img01.mybee5, .img01.mybee6, .img01.mybee7, .img01.mybee8, .img01.mybee10, .img01.mybee12, .img01.mybee13 {
  width: 100%;
}

.div-block-19 {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  border-left: 2px solid #000;
  flex-flow: column;
  padding-left: 0;
  display: flex;
  position: sticky;
}

.div-block-19._2 {
  border-left-width: 0;
  width: 50%;
  margin-top: 50px;
  position: static;
}

.div-block-19._2.left {
  justify-content: flex-start;
  align-items: flex-end;
  width: 45%;
  margin-top: 0;
  margin-left: 0;
}

.div-block-20 {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  border-radius: 11px;
  width: 100%;
  display: flex;
  position: static;
}

.div-block-21 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  width: 100%;
  display: flex;
  position: sticky;
}

.div-block-22 {
  width: 100%;
  overflow: visible;
}

.div-block-23 {
  aspect-ratio: auto;
  width: 50%;
  position: static;
  top: 87px;
  overflow: visible;
}

.div-block-24 {
  width: 100%;
  position: static;
}

.frame-38 {
  grid-row-gap: 92px;
  border-radius: 7px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 100%;
  margin-top: 50px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.frame-38.son {
  max-width: 60%;
  padding-bottom: 50px;
}

.frame-38._80 {
  width: 80%;
}

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

.img._1 {
  padding-bottom: 0;
}

.img._1.son {
  width: 100%;
  height: auto;
}

.img.peanuts {
  padding-top: 62px;
}

.frame-39 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  padding: 10px;
  text-decoration: none;
  display: flex;
  overflow: clip;
}

.asset-1-1 {
  object-fit: contain;
  width: 100%;
  max-width: none;
  margin-top: 50px;
  overflow: clip;
}

.frame-40 {
  grid-column-gap: 10px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 10px;
  text-decoration: none;
  display: flex;
}

.img2345 {
  box-sizing: border-box;
  filter: none;
  object-fit: contain;
  border: 2px solid #cecece;
  border-radius: 12px;
  width: 100%;
}

.frame35 {
  margin-top: 50px;
}

.frame35.kett {
  margin-top: 0;
}

.frame-41 {
  grid-column-gap: 14px;
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 72px;
  text-decoration: none;
  display: flex;
  overflow: visible;
}

.frame-42 {
  grid-column-gap: 10px;
  border-radius: 0;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 25%;
  padding: 10px;
  text-decoration: none;
  display: flex;
  overflow: visible;
}

.rectangle-3 {
  object-fit: contain;
  background-color: #d9d9d9;
  border: 1.5px solid #d3d5e0;
  border-radius: 30px;
  overflow: clip;
}

.rectangle-4 {
  object-fit: contain;
  border: 1.5px solid #d3d5e0;
  border-radius: 40px;
}

.modal {
  z-index: 999;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.modalbg {
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background-color: #000c;
  width: 100%;
  height: auto;
  display: block;
  position: static;
  overflow: auto;
}

.container-11 {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 100vw;
  height: 100vw;
  max-height: 100vh;
  padding-top: 83px;
  padding-bottom: 83px;
  display: flex;
  position: static;
  overflow: auto;
}

.image-3 {
  z-index: 50;
  object-fit: fill;
  width: 100%;
  display: none;
  position: static;
  overflow: clip;
}

.image-3._2 {
  display: inline-flex;
}

.image-3.skoko, .image-3.kpop {
  display: block;
}

.div-block-25 {
  border-radius: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 700px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-25.skoko {
  width: 1200px;
}

.div-block-26 {
  background-color: #eaeaea;
  border-bottom: 2px solid #c9c9c9;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: 50px;
  padding-left: 23px;
  padding-right: 23px;
  display: flex;
  overflow: visible;
}

.div-block-26.skoko {
  display: none;
}

.text-block-3 {
  font-weight: 500;
}

.frame-43 {
  grid-column-gap: 10px;
  opacity: .47;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 24px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-7 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
  overflow: visible;
}

.section-7 {
  padding-bottom: 0;
  position: static;
}

.code-embed-5 {
  width: 100%;
  height: 100%;
}

.code-embed-5.sig {
  display: block;
}

.code-embed-5.skoko {
  display: none;
}

.emelgen {
  width: 100%;
  height: 100%;
}

.modal2, .modal3 {
  z-index: 999;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.sunstick {
  width: 100%;
  height: 100%;
}

.modal4 {
  z-index: 999;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.frame-44 {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 40%;
  text-decoration: none;
  display: flex;
  position: sticky;
  top: 6vh;
}

.div-block-27 {
  grid-column-gap: 39px;
  grid-row-gap: 39px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.modal-_skoko {
  z-index: 999;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.div-block-28 {
  width: 100%;
}

.div-block-28.award {
  position: relative;
}

.modal-_kpop, .modal-_korea, .modal-_award {
  z-index: 999;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.div-block-29 {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.tooth {
  width: 100%;
  height: 100%;
}

.div-block-31, .div-block-32, .div-block-33 {
  width: 50%;
}

.code-embed-7 {
  mix-blend-mode: multiply;
  object-fit: fill;
  border-radius: 0;
  width: 100%;
  height: auto;
}

.div-block-34 {
  justify-content: center;
  align-items: center;
  margin-bottom: 64px;
  display: flex;
}

.text-block-4 {
  font-family: var(--font--pretnedard);
  padding-top: 70px;
}

.paragraph {
  font-family: var(--font--pretnedard);
}

.paragraph-2 {
  border-style: solid;
  border-width: 0 0 0 1px;
  border-color: var(--sub);
  font-family: var(--font--pretnedard);
  color: var(--sub);
  padding-left: 20px;
}

.div-block-35 {
  padding-top: 50px;
}

.text-span-4 {
  font-weight: 700;
}

.text-span-5 {
  color: var(--elipe);
  font-weight: 700;
}

.text-span-6 {
  font-weight: 700;
}

.text12-2 {
  color: #151515;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Pretendard, Arial, sans-serif;
  font-size: 2vw;
  font-weight: 600;
  line-height: 33px;
  text-decoration: none;
}

.text12-2._3 {
  font-size: 4vw;
}

.div-block-36 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  border-bottom: 2px solid #000;
  justify-content: flex-start;
  align-items: center;
  width: 200%;
  height: 10%;
  display: none;
  position: absolute;
  inset: 0% 0% auto 64%;
}

.div-block-37 {
  border-left: 0 solid #000;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: auto;
  display: inline-flex;
}

.div-block-38 {
  display: block;
}

.image-1031 {
  margin-top: 34px;
  margin-bottom: 34px;
  display: block;
}

.image-4 {
  z-index: -1;
  mix-blend-mode: normal;
  width: 352.003px;
  position: absolute;
  inset: 0% auto auto -20%;
  overflow: visible;
}

.image-5 {
  z-index: -1;
  opacity: 1;
  filter: blur(5px);
  mix-blend-mode: normal;
  width: 352.003px;
  position: absolute;
  inset: auto -17% 39% auto;
  overflow: visible;
}

.div-block-39 {
  width: 100%;
}

.div-block-40 {
  border-left: 0 solid #000;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  height: 500px;
  margin-top: 58px;
  margin-bottom: 58px;
  padding-left: 0;
  display: flex;
}

.section-8 {
  margin-top: 100px;
}

.div-block-41 {
  border-bottom: 0 solid #9b9b9b;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 0;
  display: flex;
}

.div-block-42 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-43 {
  border-bottom: .5px solid #000;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  margin-left: 33px;
  display: flex;
}

.div-block-44 {
  width: auto;
}

.div-block-45 {
  border-top: 0 solid #000;
  border-bottom: 4px solid #000;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  padding-top: 41px;
  padding-bottom: 61px;
  display: flex;
}

.vectors-wrapper-8 {
  opacity: .17;
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-end;
  width: 13%;
  height: auto;
  text-decoration: none;
  display: flex;
  overflow: visible;
}

.div-block-46 {
  margin-top: 27px;
}

.works-icon-wrapper2 {
  z-index: 1;
  aspect-ratio: 1;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  color: #f5f5f5;
  text-align: center;
  background-color: #050505;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 4.5vw;
  max-width: 4.5vw;
  display: block;
  position: static;
}

.div-block-47 {
  border-bottom: 2px solid #000;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  padding-bottom: 40px;
  display: flex;
}

.div-block-48 {
  white-space: nowrap;
  word-break: normal;
  width: auto;
}

.div-block-48.kett {
  width: 30%;
}

.div-block-49 {
  aspect-ratio: auto;
  min-width: 2vw;
}

.works-icon-wrapper3 {
  z-index: 1;
  color: #f5f5f5;
  text-align: center;
  background-color: #050505;
  border-radius: 500px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40%;
  margin-top: 25px;
  line-height: 2;
  display: none;
  position: static;
}

.div-block-50 {
  border-bottom: 2px solid #000;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  max-width: 90%;
  padding-bottom: 42px;
  display: flex;
}

.div-block-51 {
  width: 100%;
}

.div-block-52 {
  padding-top: 33px;
}

.modal5, .modal6, .modal7, .modal8 {
  z-index: 999;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.div-block-53 {
  padding-top: 50px;
}

.div-block-55 {
  border-bottom: 0 solid #9b9b9b;
  justify-content: center;
  align-items: center;
  margin-top: 150px;
  padding-top: 0;
  display: flex;
}

.div-block-56 {
  border-bottom: .5px solid #000;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  margin-left: 30px;
  margin-right: 30px;
  display: flex;
}

.snoopy {
  display: block;
  position: sticky;
  top: 3vh;
  bottom: auto;
}

.began2 {
  position: sticky;
  top: 3vh;
}

.navimg, .div-block-57, .div-block-58 {
  display: none;
}

.container-12 {
  width: 100%;
  max-width: 70vw;
  margin-left: auto;
  margin-right: auto;
}

.container-12.container-large {
  width: 90vw;
  max-width: none;
}

.text-16 {
  color: #151515;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Pretendard, Arial, sans-serif;
  font-size: 4vw;
  font-weight: 700;
  line-height: 7vh;
  text-decoration: none;
}

.text-16.nav {
  font-size: 2vw;
}

.div-block-59 {
  display: none;
}

.text-17 {
  color: #151515;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Pretendard, Arial, sans-serif;
  font-size: 4vw;
  font-weight: 700;
  line-height: 7vh;
  text-decoration: none;
}

.text-17.nav {
  font-size: 2vw;
}

.div-block-60 {
  display: none;
}

.text-18 {
  color: #151515;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Pretendard, Arial, sans-serif;
  font-size: 4vw;
  font-weight: 700;
  line-height: 7vh;
  text-decoration: none;
}

.text-18.nav {
  font-size: 2vw;
}

.div-block-61 {
  display: none;
}

.text-19 {
  color: #151515;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Pretendard, Arial, sans-serif;
  font-size: 4vw;
  font-weight: 700;
  line-height: 7vh;
  text-decoration: none;
}

.text-19.nav {
  font-size: 2vw;
}

.image-1032 {
  display: none;
}

.text-span-7 {
  color: #151515;
  font-weight: 600;
}

.text-span-8 {
  color: #151515;
  font-weight: 700;
  display: none;
}

.kpopmov {
  z-index: 0;
  object-fit: fill;
  border-radius: 40px;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
  inset: auto 5% 0% auto;
  overflow: hidden;
}

.div-block-62 {
  width: 7vw;
  position: absolute;
  inset: 5% 5% auto auto;
}

.div-block-63 {
  border-radius: 60px;
  width: 100%;
  height: 100%;
  margin-bottom: 60px;
}

.code-embed-8 {
  border-radius: 40px;
  overflow: hidden;
}

.div-block-64, .div-block-65 {
  width: 50%;
}

.div-block-70 {
  width: 100%;
}

.son01 {
  width: 50%;
  overflow: visible;
}

.frame-72 {
  grid-row-gap: 92px;
  border-radius: 7px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-top: 50px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.text-weight-medium-2 {
  color: #2a2a2a;
  font-family: Pretendard, Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
}

.text-weight-medium-2.hover {
  font-size: .8vw;
}

.text-weight-medium-3 {
  color: #2a2a2a;
  font-family: Pretendard, Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
}

.text-weight-medium-3.hover {
  font-size: .8vw;
}

.text-weight-medium-4 {
  color: #2a2a2a;
  font-family: Pretendard, Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
}

.text-weight-medium-4.hover {
  font-size: .8vw;
}

.text-weight-medium-5 {
  color: #2a2a2a;
  font-family: Pretendard, Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
}

.text-weight-medium-5.hover {
  font-size: .8vw;
}

.text-weight-medium-6 {
  color: #2a2a2a;
  font-family: Pretendard, Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
}

.text-weight-medium-6.hover {
  font-size: .8vw;
}

.text-weight-medium-7 {
  color: #2a2a2a;
  font-family: Pretendard, Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
}

.text-weight-medium-7.hover {
  font-size: .8vw;
}

.text-weight-medium-8 {
  color: #2a2a2a;
  font-family: Pretendard, Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
}

.text-weight-medium-8.hover {
  font-size: .8vw;
}

.text-weight-medium-9 {
  color: #2a2a2a;
  font-family: Pretendard, Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
}

.text-weight-medium-9.hover {
  font-size: .8vw;
}

@media screen and (max-width: 991px) {
  .container {
    width: auto;
    max-width: 110rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .container.container-large {
    width: auto;
  }

  .container.info {
    margin-top: 42px;
  }

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

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

  .text-size-display {
    letter-spacing: 0;
    font-size: 6rem;
  }

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

  .hero-wrapper {
    height: auto;
    padding-bottom: 0;
  }

  .hero-header {
    padding-top: 0;
    display: block;
  }

  .heading {
    max-width: 60ch;
  }

  .hero-component {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .hero-content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    text-align: center;
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-end;
    display: none;
  }

  .hero-left-content {
    text-align: center;
  }

  .hero-grid {
    margin-top: 0;
    display: none;
  }

  .hero-interaction-wrapper {
    justify-content: center;
    align-items: center;
    height: 60vh;
    margin-top: 73px;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
  }

  .text-images-wrapper {
    grid-column-gap: 6rem;
    grid-row-gap: 6rem;
  }

  .text-images {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .span {
    border-radius: 1rem;
    width: 3rem;
    height: 3rem;
    line-height: 6;
  }

  .grid {
    grid-row-gap: 2rem;
    flex-flow: column;
    width: 100%;
    display: flex;
  }

  .card {
    flex-flow: row;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .top-content {
    max-width: none;
  }

  .section {
    margin-top: 8rem;
    display: none;
  }

  .logos-grid {
    grid-column-gap: 3rem;
    grid-row-gap: 4rem;
    flex-flow: wrap;
  }

  .section-logos {
    margin-top: 8rem;
    display: none;
  }

  .big-gap {
    grid-column-gap: 8rem;
    grid-row-gap: 8rem;
  }

  .header {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .testimonial-text {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .testimonial-image {
    height: 100%;
    max-height: none;
  }

  .clip {
    height: 100%;
  }

  .card-testimonial {
    width: auto;
    max-width: none;
    height: auto;
  }

  .testimonial-slider {
    max-width: none;
  }

  .slider-arrow-right, .slider-arrow-left {
    display: none;
  }

  .footer-component {
    min-height: 0;
  }

  .footer-heading {
    display: none;
  }

  .section-footer {
    padding-top: 8rem;
  }

  .footer-links-component {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .text-box {
    max-width: 26ch;
  }

  .heading-3 {
    font-size: 3rem;
    line-height: 1.2;
  }

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

  .style-guide-menu {
    grid-column-gap: 5rem;
    flex-flow: wrap;
    width: 100%;
  }

  .color-palette.primary-color {
    background-color: #fbfbfb;
  }

  .heading-6 {
    font-size: 1.25rem;
  }

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

  .text-size-huge {
    font-size: 2rem;
  }

  .style-gudie-content.grid {
    grid-column-gap: 1rem;
  }

  .style-guide-component {
    grid-column-gap: 2rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .works-link {
    justify-content: flex-start;
    min-height: 50vh;
  }

  .works-image {
    height: 73%;
  }

  .work-content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    padding-bottom: 1.5rem;
  }

  .works-hover-follow {
    display: none;
  }

  .blog-image-wrapper {
    justify-content: flex-start;
  }

  .mask-frame {
    z-index: 4;
  }

  .work-template-images.vertical {
    margin-bottom: 6rem;
  }

  .content-section {
    padding-top: 8rem;
  }

  .form {
    justify-content: flex-start;
    align-items: center;
  }

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

  .form-wrapper, .form-wrapper.full-width {
    width: 100%;
  }

  .form-component {
    margin-top: 6rem;
  }

  .hero-card {
    width: 30vh;
    height: 38vh;
  }

  .hero-card.first, .hero-card.second, .hero-card.third {
    width: 40vh;
    height: 50vh;
  }

  .hero-form {
    padding-bottom: 0;
  }

  .nav-menu-wrap {
    justify-content: flex-end;
    align-items: center;
    display: none;
  }

  .menu-button {
    border-radius: 4px;
    overflow: hidden;
  }

  .menu-button.w--open {
    color: #fbfbfb;
    background-color: #ee64ff;
  }

  .right-navbar-content {
    display: none;
  }

  .navbar-component {
    justify-content: center;
    align-items: center;
    padding-top: .6rem;
    padding-bottom: .6rem;
  }

  .brand, .brand.w--current {
    width: 8rem;
  }

  .nav-link {
    color: #151515;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 2rem;
    display: flex;
  }

  .nav-menu {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    color: #151515;
    background-color: #efefef;
    justify-content: center;
    align-items: center;
    padding-bottom: 2rem;
    display: flex;
    position: absolute;
  }

  .navbar {
    margin-top: 26px;
  }

  .works-icon-wrapper {
    min-width: 6rem;
    max-width: 6rem;
    display: none;
  }

  .works-image-wrapper {
    min-height: 360px;
    max-height: 360px;
  }

  .works-text-block {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    padding-bottom: .1rem;
  }

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

  .works-badge {
    height: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .services-card {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    min-width: 30rem;
    padding: 2rem;
  }

  .section-2 {
    display: none;
  }

  .services-text-block, .services-title-flex {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .services-image {
    min-width: 5rem;
    max-width: 5rem;
  }

  .max-width-30rem {
    max-width: 30rem;
  }

  .container-3.padding-4-5rem {
    padding-left: 10%;
    padding-right: 10%;
  }

  .services-flex {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column-reverse wrap;
    align-items: center;
  }

  .services-title {
    font-size: 6rem;
    line-height: 4.5rem;
  }

  .services-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    max-width: 39rem;
    height: auto;
  }

  .services-icon {
    min-width: 8rem;
    max-width: 8rem;
    min-height: 8rem;
    max-height: 8rem;
  }

  .section-3 {
    display: none;
  }

  .text.nav {
    font-size: 6vw;
  }

  .code-embed-3 {
    object-fit: fill;
    width: 100%;
    max-width: none;
  }

  .section-4 {
    margin-top: 8rem;
  }

  .card-4 {
    flex-flow: row;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .container-8 {
    width: auto;
    max-width: 110rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .code-embed-4, .code-embed-7 {
    object-fit: fill;
    width: 100%;
    max-width: none;
  }

  .works-icon-wrapper2, .works-icon-wrapper3 {
    min-width: 6rem;
    max-width: 6rem;
    display: none;
  }

  .container-12 {
    width: auto;
    max-width: 110rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .container-12.container-large {
    width: auto;
  }
}

@media screen and (max-width: 767px) {
  .heading-1 {
    font-size: 3rem;
  }

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

  .hero-content {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .text-images-wrapper {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .span {
    background-size: 2.5rem 2.5rem;
    width: 2.5rem;
    height: 2.5rem;
  }

  .card {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
  }

  .big-text {
    font-size: 9rem;
  }

  .section {
    margin-top: 4rem;
  }

  .logos-grid {
    grid-row-gap: 3rem;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .section-logos {
    margin-top: 6rem;
  }

  .big-gap, .testimonial-wrapper {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .testimonial-text {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .testimonial-image {
    object-position: 50% 0%;
    height: 20rem;
    max-height: none;
  }

  .testimonial-slider-content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    padding: 1rem;
  }

  .card-testimonial {
    width: 100%;
  }

  .image {
    object-position: 50% 20%;
  }

  .credits-wrapper {
    flex-flow: column;
  }

  .section-footer {
    padding-top: 6rem;
  }

  .heading-3 {
    font-size: 2.875rem;
  }

  .hero-style-guide-wrapper {
    padding-top: 8rem;
  }

  .style-guide-header {
    font-size: .875rem;
  }

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

  .style-guide-menu {
    grid-column-gap: 2rem;
    grid-row-gap: 1.5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .heading-6 {
    font-size: 1.125rem;
  }

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

  .style-gudie-content.grid {
    grid-column-gap: 1rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .style-guide-component {
    grid-row-gap: 4rem;
    flex-flow: column;
    grid-template-columns: 1fr;
    margin-top: 4rem;
    display: flex;
  }

  .works-wrapper {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .collection-list {
    grid-row-gap: 2rem;
    flex-flow: column;
    display: flex;
  }

  .works-link {
    min-height: 0;
  }

  .works-hover-follow {
    width: 8rem;
    height: 8rem;
  }

  .work-template-images.margin-bottom {
    margin-bottom: 6rem;
  }

  .work-template-images.vertical {
    width: 100%;
    margin-bottom: 4rem;
    margin-left: auto;
  }

  .work-template-images.vertical.right {
    width: 100%;
  }

  .content-section {
    padding-top: 4rem;
  }

  .form-component {
    margin-top: 4rem;
  }

  .navbar-component {
    padding-top: .3rem;
    padding-bottom: .3rem;
  }

  .brand, .brand.w--current {
    width: 10rem;
  }

  .hero-section-works {
    padding-bottom: 4rem;
  }

  .works-icon-wrapper {
    min-width: 15vw;
    max-width: 15vw;
    min-height: 15vw;
    max-height: 15vw;
  }

  .works-image-wrapper {
    min-height: auto;
    max-height: none;
  }

  .works-flex {
    flex-flow: wrap;
  }

  .services-card {
    min-width: 100%;
  }

  .max-width-30rem {
    max-width: 21rem;
  }

  .services-title {
    font-size: 5rem;
    line-height: 3.5rem;
  }

  .services-wrapper {
    justify-content: center;
    align-items: center;
  }

  .services-icon {
    min-width: 8rem;
    max-width: 8rem;
    min-height: 8rem;
    max-height: 8rem;
  }

  .section-4 {
    margin-top: 4rem;
  }

  .card-4 {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
  }

  .works-icon-wrapper2, .works-icon-wrapper3 {
    min-width: 15vw;
    max-width: 15vw;
    min-height: 15vw;
    max-height: 15vw;
  }
}

@media screen and (max-width: 479px) {
  .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .container.info {
    margin-top: 0;
  }

  .heading-1 {
    font-size: 2.9rem;
  }

  .heading-1.hero {
    font-size: var(--heading--h6);
  }

  .rich-text {
    width: 100%;
  }

  .text-size-display.break-mobile {
    word-break: break-all;
  }

  .button-primary {
    align-items: center;
    width: 100%;
  }

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

  .hero-wrapper {
    grid-column-gap: 3vh;
    grid-row-gap: 3vh;
    height: auto;
    overflow: hidden;
  }

  .tag-wrapper {
    justify-content: center;
    align-items: center;
  }

  .elipse.hide-mobile {
    display: block;
  }

  .hero-interaction-wrapper {
    height: 47vh;
    margin-top: 70px;
    position: relative;
  }

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

  .logos-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: auto auto;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .logos {
    height: auto;
  }

  .big-gap {
    grid-column-gap: 6rem;
    grid-row-gap: 6rem;
  }

  .testimonial-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .testimonial-slider-content {
    padding: 1rem 1rem 1.3rem;
  }

  .card-testimonial {
    width: 100%;
  }

  .credits-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .footer-links-wrapper {
    text-align: center;
  }

  .vertical-line.hide-mobile {
    display: none;
  }

  .tag.vertical-mobile {
    flex-flow: column;
  }

  .heading-3 {
    font-size: 2.75rem;
  }

  .hero-style-guide-wrapper {
    padding-top: 6rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .heading-4 {
    font-size: 1.5rem;
    line-height: 1.3;
  }

  .style-guide-content {
    margin-bottom: 6rem;
  }

  .style-guide-menu {
    grid-column-gap: 0rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .heading-6 {
    font-size: 1rem;
  }

  .class-name-wrapper {
    width: 100%;
    overflow: hidden;
  }

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

  .style-guide-content-wrapper {
    flex-flow: column;
    align-items: stretch;
    display: flex;
  }

  .divider-line {
    width: 100%;
  }

  .style-gudie-content {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .style-guide-component {
    grid-template-columns: auto;
    grid-auto-columns: auto;
  }

  .works-hover-follow {
    width: 6rem;
    height: 6rem;
  }

  .blog-image-wrapper {
    margin-left: 0;
    margin-right: 0;
  }

  .mask-frame {
    z-index: 4;
  }

  .form, .form-wrapper {
    width: 100%;
  }

  .hero-card {
    width: 45vh;
    height: 60vh;
    position: absolute;
  }

  .hero-card.first, .hero-card.second, .hero-card.third {
    width: 30vh;
    height: 45vh;
  }

  .navbar-component {
    padding-top: .2rem;
    padding-bottom: .2rem;
  }

  .brand {
    width: 15rem;
  }

  .brand.w--current {
    width: 14rem;
  }

  .nav-menu {
    width: 100%;
    padding-top: 1.8rem;
    padding-bottom: 1.8rem;
  }

  .button-secondary {
    align-items: center;
    width: 100%;
  }

  .works-icon-wrapper {
    min-width: 30vw;
    max-width: 30vw;
    min-height: 30vw;
    max-height: 30vw;
  }

  .works-text-block {
    text-align: center;
    align-items: center;
  }

  .services-card {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    min-width: 100%;
  }

  .services-text-block {
    text-align: center;
    align-items: center;
  }

  .services-title-flex {
    flex-flow: column;
  }

  .max-width-30rem {
    max-width: 12rem;
  }

  .services-title {
    font-size: 17vw;
    line-height: 13vw;
  }

  .services-icon {
    min-width: 8rem;
    max-width: 8rem;
    min-height: 8rem;
    max-height: 8rem;
  }

  .text.nav {
    font-size: 10vw;
  }

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

  .works-icon-wrapper2, .works-icon-wrapper3 {
    min-width: 30vw;
    max-width: 30vw;
    min-height: 30vw;
    max-height: 30vw;
  }

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

#w-node-a0214055-a5b9-6870-0c35-2638d43cc460-8e99b956 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_8c09f274-22f7-e716-7c2e-3f9c1e0aec20-8e99b956 {
  place-self: center;
}

#w-node-_8c09f274-22f7-e716-7c2e-3f9c1e0aec22-8e99b956 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_8c09f274-22f7-e716-7c2e-3f9c1e0aec24-8e99b956, #w-node-_8c09f274-22f7-e716-7c2e-3f9c1e0aec26-8e99b956, #w-node-_8c09f274-22f7-e716-7c2e-3f9c1e0aec28-8e99b956, #w-node-_8c09f274-22f7-e716-7c2e-3f9c1e0aec2a-8e99b956, #w-node-_8c09f274-22f7-e716-7c2e-3f9c1e0aec2c-8e99b956, #w-node-_8c09f274-22f7-e716-7c2e-3f9c1e0aec2e-8e99b956, #w-node-_8c09f274-22f7-e716-7c2e-3f9c1e0aec30-8e99b956, #w-node-_8c09f274-22f7-e716-7c2e-3f9c1e0aec32-8e99b956, #w-node-_945acba4-4208-a691-215b-6c39e26c980a-8e99b956, #w-node-e48a272a-4caf-0e84-84d1-b48b55256c4a-8e99b956, #w-node-_6cd270db-9cac-48b0-6cf6-741b677c25a4-8e99b956, #w-node-_860f5e9e-1b3e-8c5e-e85f-ad9b62c12eca-8e99b956, #w-node-ed69f11e-9659-f6d5-9e55-7443decbf9d4-8e99b956 {
  place-self: center;
}

#w-node-_5694a351-f82a-c1d3-4c92-e8310d3c3b46-8e99b957, #w-node-_5694a351-f82a-c1d3-4c92-e8310d3c3b5d-8e99b957, #w-node-_5694a351-f82a-c1d3-4c92-e8310d3c3b62-8e99b957, #w-node-_5694a351-f82a-c1d3-4c92-e8310d3c3b79-8e99b957, #w-node-_5694a351-f82a-c1d3-4c92-e8310d3c3ba3-8e99b957, #w-node-_5694a351-f82a-c1d3-4c92-e8310d3c3bf1-8e99b957, #w-node-_5694a351-f82a-c1d3-4c92-e8310d3c3c0f-8e99b957, #w-node-_5694a351-f82a-c1d3-4c92-e8310d3c3c11-8e99b957, #w-node-_5694a351-f82a-c1d3-4c92-e8310d3c3c16-8e99b957, #w-node-_5694a351-f82a-c1d3-4c92-e8310d3c3c1c-8e99b957, #w-node-_5694a351-f82a-c1d3-4c92-e8310d3c3c21-8e99b957, #w-node-ba76b263-3d2a-d3b9-f18e-51e1d7ee4fba-8e99b957 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aade02f1-0735-d459-71c2-fd6566d1df24-8e99b957 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_84481c42-673d-6a5f-41de-081ad5139fd9-8e99b957, #w-node-_5694a351-f82a-c1d3-4c92-e8310d3c3c2a-8e99b957 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-BoldItalic.woff2') format('woff2');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-LightItalic.woff2') format('woff2');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Black.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Italic.woff2') format('woff2'), url('../fonts/Satoshi-VariableItalic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-MediumItalic.woff2') format('woff2');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-BlackItalic.woff2') format('woff2');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi Variable';
  src: url('../fonts/Satoshi-Variable.woff2') format('woff2');
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pretendard';
  src: url('../fonts/Pretendard-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pretendard';
  src: url('../fonts/Pretendard-ExtraBold.woff') format('woff'), url('../fonts/Pretendard-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pretendard';
  src: url('../fonts/Pretendard-Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pretendard';
  src: url('../fonts/Pretendard-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pretendard';
  src: url('../fonts/Pretendard-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pretendard';
  src: url('../fonts/Pretendard-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pretendard';
  src: url('../fonts/Pretendard-ExtraLight.woff') format('woff');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pretendard';
  src: url('../fonts/Pretendard-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}