@font-face {
  font-family: Kfcclassicscript;
  src: url('../fonts/kfcclassicscript.zip') format("undefined");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

:root {
  --color--blackish: #000;
  --color--greeny: #eb8a12;
  --color--whitish: #fff;
  --font--heading-1: "Bricolage Grotesque", sans-serif;
  --font--heading-2: "Hand Originals", sans-serif;
  --sizing--small: 24px;
  --sizing--medium: 32px;
  --sizing--x-small: 16px;
  --sizing--x-large: 64px;
  --sizing--large: 48px;
}

.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-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

body {
  color: var(--color--blackish);
  font-family: Bricolage Grotesque, sans-serif;
  font-size: 14px;
  line-height: 140%;
}

h1 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Hand Originals, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 190%;
}

h2 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Hand Originals, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 200%;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Hand Originals, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 200%;
}

p {
  color: var(--color--blackish);
  margin-bottom: 0;
  font-size: 18px;
  line-height: 120%;
}

a {
  text-decoration: underline;
}

label {
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
  display: block;
}

.hero {
  background-color: var(--color--greeny);
  justify-content: center;
  align-items: center;
  padding-top: 160px;
  padding-bottom: 120px;
  display: flex;
}

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

.gbl-margin.flex {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  justify-items: start;
  width: 60%;
}

.btn {
  background-color: var(--color--blackish);
  text-align: center;
  border: 3px solid #000;
  padding: 20px 32px;
  font-size: 18px;
  font-weight: 700;
  transition: all .2s;
  box-shadow: -6px 6px #999;
}

.btn:hover {
  padding-left: 40px;
  padding-right: 40px;
}

.btn.secondary {
  background-color: var(--color--greeny);
  color: var(--color--blackish);
}

.btn.header {
  box-shadow: none;
  padding: 12px 24px;
}

.btn.header:hover {
  padding-left: 32px;
  padding-right: 32px;
}

.cta-container {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hand {
  width: 40%;
  max-width: none;
}

.styles {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-columns: 1fr;
  max-width: 600px;
  margin-top: 130px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph.bigger {
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
}

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

.paragraph.bigger.whiter {
  color: var(--color--whitish);
  text-align: center;
}

.paragraph.white {
  color: var(--color--whitish);
  font-size: 14px;
}

.paragraph.green {
  color: var(--color--greeny);
}

.paragraph.small {
  font-size: 14px;
  font-weight: 700;
}

.grid-pics {
  padding: 28px;
}

.grid {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  grid-template-rows: 280px 280px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.pic-container {
  border: 4px solid var(--color--greeny);
  box-shadow: -8px 8px 0 0 var(--color--greeny);
}

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

.section-model {
  padding-top: 120px;
  padding-bottom: 120px;
}

.section-model.gray {
  background-color: #ededed;
}

.section-model.gradient {
  background-image: linear-gradient(0deg, #ededed, #fff);
}

.content-div {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

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

.skt-turn {
  justify-content: center;
  align-items: center;
  width: 540px;
  height: 540px;
  display: flex;
  position: relative;
}

.skt-spin {
  z-index: 3;
  width: 100%;
  max-width: none;
  position: absolute;
}

.ring {
  z-index: 1;
  width: 70%;
  position: absolute;
}

.x-spin {
  z-index: 2;
  width: 90%;
  position: absolute;
}

.adv-cards {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  justify-items: start;
  width: 51%;
}

.adv-card {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: var(--color--greeny);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding: 48px 32px 48px 0;
  display: flex;
  overflow: hidden;
}

.ox {
  width: 100px;
  height: 100px;
  margin-left: -50px;
}

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

.prod-card {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: var(--color--whitish);
  grid-template-columns: 1fr;
  justify-items: start;
  padding: 32px;
  position: relative;
}

.prod-content {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.prod-price {
  background-color: var(--color--greeny);
  border-radius: 48px;
  justify-content: center;
  align-items: center;
  width: 96px;
  height: 96px;
  font-size: 32px;
  font-weight: 700;
  display: flex;
  position: absolute;
  inset: auto -20px 32px auto;
}

.prod-price.detail {
  background-color: #0000;
  border: 2px solid #000;
  border-radius: 60px;
  flex: none;
  width: 120px;
  height: 120px;
  position: static;
}

.slider {
  background-color: #0000;
  width: 100%;
  height: 240px;
}

.mask, .slide {
  width: 100%;
  height: 100%;
}

.arrow {
  background-color: var(--color--greeny);
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 46px;
  display: flex;
}

.slide-content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-bottom: 32px;
  padding-left: 20%;
  padding-right: 20%;
  display: flex;
}

.social-person {
  font-family: Hand Originals, sans-serif;
  font-size: 12px;
  line-height: 200%;
}

.stripes-father {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 200px;
  padding-bottom: 200px;
  display: flex;
  position: relative;
}

.stripe {
  z-index: 2;
  background-color: var(--color--blackish);
  justify-content: center;
  align-items: center;
  width: 1280px;
  height: 96px;
  display: flex;
  position: absolute;
  overflow: hidden;
  transform: rotate(-6deg);
}

.stripe.green {
  z-index: 1;
  background-color: var(--color--greeny);
  transform: rotate(6deg);
}

.stripe-text {
  width: 3500px;
  max-width: none;
  height: 140px;
}

.faq-form {
  grid-column-gap: 96px;
  grid-row-gap: 96px;
  grid-template-rows: auto;
}

.faq-list {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.faq-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  width: 100%;
  margin-top: 16px;
  display: flex;
}

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

.arrow-faq {
  width: 16px;
  height: 16px;
}

.faq-answer {
  width: 90%;
  overflow: hidden;
}

.faq-full {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.line {
  background-color: #bebebe;
  width: 100%;
  height: 1px;
}

.form {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: var(--color--greeny);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-bottom: 0;
  padding: 64px;
}

.field {
  height: 68px;
  margin-bottom: 0;
  font-size: 18px;
}

.field.msg {
  height: 120px;
}

.form-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: stretch;
  display: grid;
}

.field-combo {
  color: var(--color--whitish);
  width: 100%;
}

.msg {
  margin-bottom: 0;
}

.hand-footer {
  justify-content: center;
  align-items: flex-end;
  height: 540px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.footer-lettering {
  color: var(--color--greeny);
  margin-bottom: 32px;
  font-family: Hand Originals, sans-serif;
  font-size: 120px;
  line-height: 200%;
}

.final-pic {
  z-index: 1;
  height: 100%;
  position: absolute;
}

.footer-content {
  background-color: var(--color--blackish);
  padding-top: 96px;
  padding-bottom: 96px;
}

.f-grid {
  grid-column-gap: 96px;
  grid-row-gap: 96px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 48px;
}

.f-brand {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  display: flex;
}

.brand {
  width: 150px;
}

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

.f-link {
  color: var(--color--whitish);
  font-size: 14px;
  text-decoration: none;
}

.back {
  background-color: var(--color--greeny);
  justify-content: center;
  align-items: flex-start;
  width: 48px;
  height: 140px;
  padding-top: 16px;
  display: flex;
}

.navbar {
  z-index: 10;
  background-color: var(--color--greeny);
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1280px;
  height: 72px;
  margin-top: 16px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 10px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.brand-link {
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100%;
  display: flex;
}

.nav-links {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.nav-link {
  color: var(--color--blackish);
  height: 100%;
  padding: 26px 16px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.nav-link.flex {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  transition: all .2s;
  display: flex;
}

.nav-link.flex:hover {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

.hero-product {
  background-image: url('../images/Rectangle-1.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 140px;
}

.product-detail {
  grid-column-gap: 96px;
  grid-row-gap: 96px;
  grid-template-rows: auto;
  align-items: start;
}

.img-container {
  width: 100%;
  position: sticky;
  top: 120px;
}

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

.prod-center {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.prod-main {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  justify-items: start;
}

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

.prod-numbers {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.numbers {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.arrow-back {
  width: 42px;
}

.cta-header {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-btn {
  border: 3px solid #000;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  padding: 12px;
  transition: all .2s;
  display: none;
}

.nav-btn:hover {
  background-color: var(--color--whitish);
}

.mobile-menu {
  z-index: 9;
  background-color: var(--color--greeny);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.m-navlinks {
  text-align: center;
  flex-flow: column;
  display: flex;
}

.cms-flags {
  width: 100%;
}

.flags-list {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.flag-tag {
  opacity: .48;
  border: 1px solid #000;
  padding: 6px 8px;
}

.flag-combo {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  width: 100%;
  margin-top: 8px;
  display: flex;
}

.master {
  background-color: var(--color--greeny);
  background-image: url('../images/Group-26.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100vw;
  height: 100vh;
  padding: 40px;
  display: flex;
}

.left {
  flex-flow: column;
  justify-content: space-between;
  width: 30%;
  display: flex;
}

.top-top {
  width: 160px;
}

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

.right {
  background-color: var(--color--blackish);
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 30%;
  padding: 32px;
  display: flex;
}

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

.middle-father {
  justify-content: center;
  align-items: center;
  width: 30%;
  display: flex;
}

.h2.white {
  color: var(--color--whitish);
}

.thex {
  z-index: 1;
  width: 600px;
  position: absolute;
}

.heading-8 {
  z-index: 3;
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 20px;
  line-height: 32px;
  position: relative;
}

.div-block-9 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 65%;
  padding-right: 0;
  display: flex;
}

.ape-in {
  z-index: 3;
  background-color: #ffd400;
  border-radius: 7px;
  margin-top: 0;
  padding-top: 25px;
  font-size: 50px;
  line-height: 50px;
  position: relative;
  box-shadow: -3px 4px #000;
}

.div-block-15 {
  justify-content: center;
  align-items: flex-end;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 74px 5% 40px;
  display: flex;
  position: relative;
}

.green-section {
  background-color: var(--color--greeny);
  border: 1px #000;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 0;
  padding: 15px 25px;
  display: block;
  position: relative;
}

.image-24 {
  z-index: 0;
  width: 27%;
  position: absolute;
  inset: auto auto 0% 0%;
}

.image-25 {
  z-index: 0;
  width: 27%;
  position: absolute;
  inset: auto 0% 0% auto;
}

.button {
  color: #000;
  background-color: #fdde72;
  border: 2px solid #000;
  margin-top: 19px;
  padding: 14px 23px;
  font-size: 18px;
  font-weight: 700;
  transition: background-color .2s cubic-bezier(.55, .085, .68, .53);
  box-shadow: 7px 7px #e8d8cd;
}

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

.div-block-25 {
  z-index: 3;
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  display: flex;
  position: relative;
}

@media screen and (min-width: 1440px) {
  .div-block-15 {
    padding-left: 10%;
    padding-right: 10%;
  }

  .green-section {
    border-top-width: 3px;
    border-bottom-width: 3px;
    box-shadow: 7px 7px #b6dcc2;
  }

  .button {
    border-width: 3px;
    padding-left: 30px;
    padding-right: 30px;
    transition: background-color .175s cubic-bezier(.55, .085, .68, .53);
  }

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

@media screen and (min-width: 1920px) {
  .green-section {
    padding-top: 135px;
  }
}

@media screen and (max-width: 991px) {
  .gbl-margin.flex {
    grid-column-gap: 72px;
    grid-row-gap: 72px;
    flex-flow: column;
    max-width: none;
  }

  .hero-grid, .hand {
    width: 100%;
  }

  .styles {
    width: 90%;
    max-width: none;
  }

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

  .grid {
    grid-template-rows: 400px 280px;
    grid-template-columns: 1fr 1fr;
  }

  .skate-adv {
    flex-flow: column;
  }

  .adv-cards {
    width: 100%;
  }

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

  .prod-price {
    right: -24px;
  }

  .slider {
    height: 360px;
  }

  .arrow {
    width: 48px;
    height: 80px;
    padding: 12px;
  }

  .stripe {
    width: 90%;
    height: 64px;
    transform: rotate(-8deg);
  }

  .stripe.green {
    transform: rotate(8deg);
  }

  .stripe-text {
    width: 2000px;
    height: 72px;
  }

  .faq-form {
    grid-template-columns: 1fr;
  }

  .footer-lettering {
    font-size: 90px;
  }

  .f-grid {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
    place-items: center;
  }

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

  .footer-section {
    place-items: center;
  }

  .nav-links {
    display: none;
  }

  .nav-link {
    font-size: 20px;
  }

  .product-detail {
    grid-template-columns: 1fr;
  }

  .img-container {
    position: static;
  }

  .nav-btn {
    display: flex;
  }

  .master {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    flex-flow: column;
    height: auto;
  }

  .left {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
  }

  .right, .middle-father {
    width: 100%;
  }

  .h1 {
    text-align: center;
  }

  .heading-8 {
    padding-bottom: 0;
    font-size: 20px;
    line-height: 34px;
  }

  .div-block-9 {
    width: 100%;
    padding-right: 20px;
  }

  .div-block-15 {
    padding-top: 40px;
  }

  .green-section {
    align-items: flex-end;
    padding-top: 15px;
    display: block;
  }

  .button {
    font-size: 16px;
  }
}

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

  h2 {
    font-size: 24px;
  }

  h3 {
    font-size: 18px;
  }

  .hero {
    padding-top: 120px;
    padding-bottom: 96px;
  }

  .gbl-margin.flex {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .hero-grid {
    justify-items: stretch;
  }

  .btn.header {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
  }

  .btn.header.prod {
    display: none;
  }

  .cta-container {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

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

  .paragraph.bigger.center {
    font-size: 20px;
  }

  .grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: 240px 180px 180px;
    grid-auto-rows: 180px;
  }

  .section-model {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .content-div {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .skate-adv {
    overflow: hidden;
  }

  .skt-turn {
    width: 300px;
    height: 300px;
  }

  .skt-spin {
    width: 90%;
  }

  .adv-card {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0 24px 24px;
  }

  .ox {
    margin-top: -48px;
    margin-left: auto;
    margin-right: auto;
  }

  .prod-card {
    padding: 24px;
  }

  .prod-price {
    bottom: 44%;
    right: -16px;
  }

  .prod-price.detail {
    width: 96px;
    height: 96px;
    margin-left: auto;
    margin-right: auto;
  }

  .slider {
    height: 440px;
  }

  .slide-content {
    padding-left: 12%;
    padding-right: 12%;
  }

  .stripes-father {
    padding: 120px;
  }

  .stripe {
    height: 32px;
  }

  .stripe-text {
    width: 1400px;
    height: 44px;
  }

  .form {
    padding: 24px;
  }

  .form-grid {
    justify-items: stretch;
  }

  .hand-footer {
    height: 200px;
  }

  .footer-lettering {
    font-size: 60px;
  }

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

  .navbar {
    width: 100%;
    height: 64px;
    margin-top: 0;
    padding-left: 5%;
    padding-right: 5%;
  }

  .brand-link {
    width: 72px;
  }

  .nav-link.flex.w--current {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-product {
    padding-top: 96px;
  }

  .product-detail {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .prod-center {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .prod-main {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .prod-numbers {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .numbers {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .nav-btn {
    width: 45px;
    height: 45px;
  }

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

  .ape-in {
    font-size: 26px;
    line-height: 26px;
  }

  .div-block-15 {
    flex-direction: column;
  }

  .green-section {
    flex-direction: column;
    align-items: center;
    margin-left: auto;
    padding-left: 40px;
    padding-right: 40px;
    position: relative;
  }
}

@media screen and (max-width: 479px) {
  .skt-turn {
    height: 360px;
  }

  .skt-spin {
    width: 80%;
  }

  .ring {
    width: 60%;
  }

  .x-spin {
    width: 80%;
  }

  .prod-card {
    justify-items: stretch;
  }

  .slider {
    height: 380px;
  }

  .arrow {
    height: 64px;
    inset: auto auto 0% 0%;
  }

  .arrow.right {
    inset: auto 0% 0% auto;
  }

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

  .social-person {
    font-size: 10px;
  }

  .footer-lettering {
    font-size: 36px;
  }

  .prod-main {
    justify-items: stretch;
  }

  .heading-8 {
    text-align: center;
    font-size: 16px;
    line-height: 30px;
  }

  .div-block-9 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
  }

  .ape-in {
    margin-bottom: auto;
  }

  .green-section {
    border-top-width: 3px;
    border-bottom-width: 3px;
    margin-right: auto;
    padding-top: 23px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

#w-node-_6e753975-9582-1df8-bc42-a4c8f619922f-7e2ec1cc {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_96791c10-e020-18e2-2b40-fda9fe591e56-7e2ec1cc {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_6e753975-9582-1df8-bc42-a4c8f619922f-7e2ec1cc {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_6e753975-9582-1df8-bc42-a4c8f619922f-7e2ec1cc {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Kfcclassicscript';
  src: url('../fonts/kfcclassicscript.zip') format('undefined');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hand Originals';
  src: url('../fonts/Hand-Originals.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}