:root {
  --transparent: #fff0;
  --white: #fff;
  --black: black;
}

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

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

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

body {
  color: #1a1b1f;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  font-weight: 400;
  line-height: 62px;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 38px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

p {
  margin-bottom: 10px;
}

a {
  color: #1a1b1f;
  text-decoration: underline;
  transition: opacity .2s;
  display: block;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  font-size: 20px;
  line-height: 34px;
}

figcaption {
  opacity: 1;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  line-height: 26px;
}

.divider {
  background-color: #eee;
  height: 1px;
}

.styleguide-content-wrap {
  text-align: center;
}

.section {
  color: #000;
  text-align: left;
  -webkit-text-stroke-color: #000;
  background-color: #000;
  margin-left: 0;
  margin-right: 0;
  padding: 0 0 10px;
  font-weight: 400;
  display: block;
}

.section.cc-cta {
  background-color: #f4f4f4;
  padding-left: 80px;
  padding-right: 80px;
}

.section.cc-home-wrap {
  padding-top: 0;
  padding-bottom: 0;
}

.section.cc-store-home-wrap {
  padding-top: 0;
}

.styleguide-block {
  text-align: left;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  display: block;
}

.container {
  text-align: center;
  width: 0;
  max-width: 800px;
  margin-bottom: 0;
  margin-left: 40px;
  margin-right: auto;
  padding: 50px;
  font-size: 14px;
  line-height: 28px;
}

.paragraph-tiny {
  font-size: 12px;
  line-height: 20px;
}

.paragraph-bigger {
  opacity: 1;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.paragraph-bigger.cc-bigger-light, .paragraph-bigger.cc-bigger-white-light {
  opacity: .6;
}

.primary-button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 0;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.primary-button:hover {
  color: #fff;
  background-color: #32343a;
}

.primary-button:active {
  background-color: #43464d;
}

.primary-button.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.primary-button.cc-contact-us {
  z-index: 5;
  position: relative;
}

.primary-button.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.primary-button.cc-white-button:hover {
  background-color: #fffc;
}

.primary-button.cc-white-button:active {
  background-color: #ffffffe6;
}

.label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.label.cc-styleguide-label {
  margin-bottom: 25px;
}

.label.cc-light {
  opacity: .6;
}

.label.cc-blog-date {
  opacity: .6;
  margin-top: 20px;
}

.heading-jumbo-tiny {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.rich-text {
  width: 70%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text p {
  opacity: .6;
  margin-top: 15px;
  margin-bottom: 25px;
}

.rich-text figcaption {
  opacity: .6;
}

.rich-text figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

.paragraph-light {
  opacity: .6;
}

.heading-jumbo {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 64px;
  line-height: 80px;
}

.heading-jumbo-small {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

.styleguide-button-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}

.styleguide-header-wrap {
  color: #000;
  text-align: center;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 460px;
  padding: 30px;
  font-weight: 400;
  display: flex;
}

.paragraph-small {
  font-size: 14px;
  line-height: 26px;
}

.logo-link {
  z-index: 1;
}

.logo-link:hover {
  opacity: .8;
}

.logo-link:active {
  opacity: .7;
}

.menu {
  z-index: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.navigation-wrap {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.navigation {
  background-color: #0000;
  align-items: center;
  padding: 30px 50px;
  display: flex;
}

.navigation-item {
  opacity: .6;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.navigation-item:hover {
  opacity: .9;
}

.navigation-item:active {
  opacity: .8;
}

.navigation-item.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-weight: 600;
}

.navigation-item.w--current:hover {
  opacity: .8;
  color: #32343a;
}

.navigation-item.w--current:active {
  opacity: .7;
  color: #32343a;
}

.logo-image {
  display: block;
}

.navigation-items {
  flex: none;
  justify-content: center;
  align-items: center;
  display: block;
}

.footer-wrap {
  justify-content: center;
  align-items: center;
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
}

.webflow-link {
  opacity: .5;
  align-items: center;
  text-decoration: none;
  transition: opacity .4s;
  display: flex;
}

.webflow-link:hover {
  opacity: 1;
}

.webflow-link:active {
  opacity: .8;
}

.webflow-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

.cta-text {
  width: 70%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.cta-wrap {
  text-align: center;
  justify-content: center;
  display: flex;
}

.intro-header {
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../images/portfolio-2---wide.svg');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 620px;
  margin-bottom: 100px;
  display: flex;
}

.intro-header.cc-subpage {
  color: #fff;
  background-color: #000;
  background-image: none;
  height: 480px;
}

.intro-content {
  text-align: center;
  width: 70%;
  max-width: 1140px;
}

.intro-content.cc-homepage {
  margin-bottom: 20px;
}

.motto-wrap {
  text-align: center;
  width: 80%;
  margin-bottom: 85px;
  margin-left: auto;
  margin-right: auto;
}

.about-story-wrap {
  text-align: center;
  width: 80%;
  margin: 80px auto;
}

.our-services-grid {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ". . ."
                       ". . .";
  margin-bottom: 120px;
}

.section-heading-wrap {
  text-align: center;
  margin-bottom: 80px;
}

.service-icon {
  margin-bottom: 30px;
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

.status-message.cc-success-message {
  background-color: #12b878;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.status-message.cc-no-data {
  width: 70%;
  margin: 100px auto;
  display: block;
}

.contact-form-wrap {
  border: 1px solid #eee;
  padding: 45px 50px 50px;
}

.contact-form-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 2.5fr 1fr;
  align-items: start;
}

.details-wrap {
  margin-bottom: 30px;
}

.get-in-touch-form {
  flex-direction: column;
  display: flex;
}

.text-field {
  border: 1px solid #e4e4e4;
  border-radius: 0;
  margin-bottom: 18px;
  padding: 21px 20px;
  font-size: 14px;
  line-height: 26px;
  transition: border-color .4s;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active, .text-field:focus {
  border-color: #43464d;
}

.text-field::placeholder {
  color: #32343a66;
}

.text-field.cc-contact-field {
  margin-bottom: 25px;
}

.text-field.cc-textarea {
  height: 200px;
  padding-top: 12px;
}

.contact-form {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.contact-form-heading-wrap {
  margin-bottom: 40px;
}

.contact-heading {
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 400;
}

.map {
  height: 460px;
  line-height: 20px;
}

.contact-team-name-wrap {
  margin-bottom: 30px;
}

.our-contacts {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  text-align: center;
  grid-template: ". . ."
  / 1fr 1fr 1fr;
}

.contact-team-details-wrap {
  margin-top: 30px;
}

.contact-team-pic {
  background-color: #f4f4f4;
  height: 150px;
  margin-bottom: 30px;
}

.team-pic {
  background-color: #f4f4f4;
  width: 100%;
  height: 420px;
  margin-bottom: 40px;
}

.team-members {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ". . ."
                       ". . .";
}

.team-member-title-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.team-member-name {
  opacity: 1;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.projects-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: "."
                 "."
                 "."
                 / 1fr;
}

.project-name-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.project-name-link {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  text-decoration: none;
}

.project-name-link:hover {
  opacity: .8;
}

.project-name-link:active {
  opacity: .7;
}

.project-cover-link {
  margin-bottom: 40px;
}

.project-cover-link:hover {
  opacity: .8;
}

.project-cover-link:active {
  opacity: .7;
}

.project-overview-header {
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../images/portfolio-1---wide.svg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 620px;
  display: flex;
}

.project-overview-header.cc-project-2-header {
  background-image: url('../images/portfolio-2---wide.svg');
  background-position: 50%;
}

.project-overview-header.cc-project-3-header {
  background-image: url('../images/portfolio-3---wide.svg');
  background-size: cover;
}

.project-details-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2fr;
  align-items: start;
}

.detail-image {
  width: 100%;
  margin-bottom: 30px;
}

.blog-detail-header-wrap {
  width: 70%;
  margin: 60px auto;
}

.detail-header-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 620px;
  margin-bottom: 60px;
  display: block;
}

.detail-header-image.w--current {
  margin-bottom: 60px;
}

.blog-list-wrap {
  margin-bottom: 100px;
}

.blog-item {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.blog-preview-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 620px;
  margin-bottom: 45px;
  transition: opacity .6s;
  display: block;
}

.blog-preview-image:hover {
  opacity: .8;
}

.blog-preview-image:active {
  opacity: .7;
}

.blog-summary-wrap {
  text-align: left;
  width: 70%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.blog-heading-link {
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
  text-decoration: none;
}

.blog-heading-link:hover {
  opacity: .8;
}

.blog-heading-link:active {
  opacity: .7;
}

.contact-email-link {
  opacity: .6;
  margin-bottom: 5px;
}

.contact-email-link:hover {
  opacity: 1;
}

.contact-email-link:active {
  opacity: .8;
}

.protected-form {
  flex-direction: column;
  display: flex;
}

.protected-wrap {
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 100px;
  display: flex;
}

.protected-heading {
  margin-bottom: 30px;
}

.utility-page-wrap {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding: 30px;
  display: flex;
}

._404-wrap {
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.home-content-wrap {
  margin-top: 80px;
}

.home-section-wrap {
  margin-bottom: 30px;
}

.section-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 400;
}

.about-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2fr;
  align-items: center;
  margin-bottom: 80px;
}

.about-grid.cc-about-2 {
  grid-template-columns: 2fr 1fr;
  grid-template-areas: ". .";
}

.intro-text {
  width: 80%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.collection-wrap {
  flex-wrap: wrap;
  place-content: flex-start center;
  align-items: flex-start;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.work-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 400;
}

.blog-heading {
  text-align: center;
  margin-bottom: 60px;
}

.blog-preview-wrap {
  width: 33.33%;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 45px;
}

.business-article-heading {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 38px;
  text-decoration: none;
}

.business-article-heading:hover {
  opacity: .8;
}

.business-article-heading:active {
  opacity: .7;
}

.secondary-button {
  color: #000;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #fff;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
}

.secondary-button.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.logo {
  padding: 50px;
  display: block;
}

.image {
  width: 100px;
  max-width: 100px;
  height: 100px;
}

.navbar-homepage {
  background-color: var(--transparent);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  width: 90%;
  margin-left: 100px;
  margin-right: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar-copy {
  background-color: var(--white);
  padding-top: 10px;
  padding-bottom: 10px;
}

.columns {
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.column {
  padding-left: 60px;
  padding-right: 60px;
}

.image-2 {
  margin-bottom: -20px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.text-block {
  color: #fff;
  text-align: center;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-left: 0;
  font-size: 14px;
  display: flex;
}

.image-3 {
  text-align: center;
  margin-bottom: -15px;
  padding-left: 0;
  padding-right: 0;
}

.body {
  font-family: Inter, sans-serif;
}

.heading-main {
  color: #000;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Bebas Neue, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 38px;
}

.heading-sub {
  color: #000;
  -webkit-text-stroke-width: 0px;
  text-transform: none;
  white-space: normal;
  font-family: Bebas Neue, sans-serif;
  font-size: 30px;
}

.heading-section {
  color: #000;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 26px;
  font-weight: 700;
}

.paragraph {
  color: #000;
  text-align: center;
  font-size: 20px;
}

.button-text {
  text-transform: uppercase;
  font-family: Inter, sans-serif;
  font-weight: 700;
}

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

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

.image-4 {
  color: #fff;
}

.social-icon {
  display: block;
}

.heading-main-white {
  color: var(--white);
  text-align: center;
  letter-spacing: 1.5px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
  font-family: Bebas Neue, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 38px;
  display: flex;
  position: static;
  inset: 0%;
}

.column-2 {
  padding-top: 60px;
  padding-left: 0;
  padding-right: 10px;
  display: block;
}

.heading-section-white {
  color: #fff;
  text-align: center;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 26px;
  font-weight: 700;
}

.logo-wrapper2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-2, .text-block-3 {
  padding-top: 40px;
}

.copyright {
  color: #fff;
  text-align: right;
  padding-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
}

.link-block {
  justify-content: flex-end;
  display: flex;
}

.text-block-4 {
  color: #fff;
  padding-top: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
}

.background-video {
  opacity: 1;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-color: #00000054;
  background-clip: border-box;
  width: 100%;
  height: 90vh;
}

.container-2 {
  width: 100%;
  margin-left: 100px;
  margin-right: 100px;
  padding-right: 0;
}

.div-block {
  grid-column-gap: 35%;
  grid-row-gap: 35%;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-left: 100px;
  margin-right: 0;
  padding-bottom: 10px;
  display: flex;
}

.nav-menu {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  margin-right: 100px;
  display: flex;
}

.nav-link {
  background-color: #f5eeee00;
  font-family: Bebas Neue, sans-serif;
}

.nav-link.w--current {
  background-color: var(--transparent);
  color: var(--white);
  text-align: center;
  letter-spacing: 1px;
  text-shadow: 0 0 2px #fff;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-clip: border-box;
  border: 1px solid #0000;
  font-family: Bebas Neue, sans-serif;
  font-size: 28px;
  font-weight: 400;
  text-decoration: none;
  transition: color .3s ease-in-out;
}

.nav-link.w--current:hover {
  color: #b0bec5;
  mix-blend-mode: normal;
  border: 1px #fff;
}

.nav-link-2 {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-shadow: 0 0 2px #fff;
  flex: 0 auto;
  width: 160px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Bebas Neue, sans-serif;
  font-size: 28px;
  text-decoration: none;
  transition: color .3s ease-in-out;
}

.nav-link-2:hover {
  color: #b0bec5;
}

.nav-link-2.w--current {
  color: #fff;
  width: 160px;
  padding-left: 20px;
  padding-right: 20px;
}

.nav-link-2.w--current:hover {
  color: #b0bec5;
}

.nav-link-3 {
  color: #fff;
  letter-spacing: 1px;
  text-shadow: 0 0 2px #fff;
  font-family: Bebas Neue, sans-serif;
  font-size: 28px;
  transition: color .3s;
}

.nav-link-3:hover {
  color: #b0bec5;
}

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

.nav-link-3.w--current:hover {
  color: #b0bec5;
}

.nav-link-4 {
  color: #fff;
  letter-spacing: 1px;
  text-shadow: 0 0 2px #fff;
  font-family: Bebas Neue, sans-serif;
  font-size: 28px;
  transition: color .3s ease-in-out;
}

.nav-link-4:hover {
  color: #b0bec5;
}

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

.nav-link-4.w--current:hover {
  color: #b0bec5;
}

.nav-link-5 {
  color: #fff;
  letter-spacing: 1px;
  text-shadow: 0 0 2px #fff;
  font-family: Bebas Neue, sans-serif;
  font-size: 28px;
  transition: color .3s ease-in-out;
}

.nav-link-5:hover {
  color: #b0bec5;
}

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

.nav-link-5.w--current:hover {
  color: #b0bec5;
}

.navbar {
  z-index: 100;
  color: gold;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 100px;
}

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

.image-5 {
  width: 150px;
}

.section-2 {
  background-image: url('../images/Untitled-design-6.png');
  background-position: 50% 0;
  background-size: 100%;
  width: auto;
  height: auto;
  margin-left: 60px;
  margin-right: 60px;
  padding-bottom: 0;
}

.div-block-2 {
  background-color: #b0bec5;
  width: 100%;
  height: 4px;
}

.div-block-3 {
  color: #b0bec5;
  background-color: #b0bec5;
  height: 4px;
}

.div-block-4 {
  height: 4px;
}

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

.div-block-6 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #b0bec5;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  width: 100%;
  height: 4px;
  display: flex;
}

.navbar-internal {
  z-index: 100;
  color: gold;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 100px;
}

.navbar-internal.navbar, .navbar-internal.navbar-copy {
  background-color: var(--black);
  padding-bottom: 0;
  padding-left: 0;
}

.nav-link-2-copy {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-shadow: 0 0 2px #fff;
  flex: 0 auto;
  width: auto;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Bebas Neue, sans-serif;
  font-size: 28px;
  text-decoration: none;
  transition: color .3s ease-in-out;
}

.nav-link-2-copy:hover {
  color: #b0bec5;
}

.nav-link-2-copy.w--current {
  color: #fff;
  width: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.nav-link-2-copy.w--current:hover {
  color: #b0bec5;
}

.text-block-5 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-7 {
  border: 0 solid #0000d0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.div-block-8 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-right: 0;
  display: flex;
}

.column-3 {
  padding-left: 10px;
  padding-right: 10px;
}

.button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  -webkit-text-fill-color: inherit;
  cursor: pointer;
  mix-blend-mode: normal;
  background-color: #0000d080;
  background-clip: border-box;
  border: 5px solid #0000d0;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 10px;
  font-weight: 700;
  transition: box-shadow .2s ease-in-out, background-color .2s ease-in-out;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.button:hover {
  color: #fff;
  -webkit-text-stroke-width: 0px;
  background-color: #0000d0;
  box-shadow: 2px 2px 5px 2px #0000d0;
}

.button.botton-bani-re-taekwondo {
  mix-blend-mode: normal;
  position: relative;
}

.button.botton-bani-re-taekwondo:hover {
  box-shadow: 0 0 0 2px #0000d0;
}

.button.botton-discover-taekwondo {
  z-index: 2;
  clear: none;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  aspect-ratio: auto;
  mix-blend-mode: normal;
  object-fit: fill;
  flex-flow: column;
  order: 0;
  margin-top: 60px;
  display: block;
  position: relative;
  inset: auto;
  overflow: visible;
}

.button.botton-discover-taekwondo:hover {
  box-shadow: 0 0 0 2px #0000d0;
}

.column-4 {
  padding-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
}

.button-2 {
  background-color: #ff0002;
  font-family: Inter, sans-serif;
  font-weight: 700;
}

.button-2.botton-bani-re-boxing {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  background-color: #ff000280;
  border: 5px solid #ff0002;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  padding: 10px;
  text-decoration: none;
  transition: background-color .2s ease-in-out, box-shadow .2s ease-in-out;
  display: flex;
}

.button-2.botton-bani-re-boxing:hover {
  background-color: #ff0002;
  box-shadow: 0 0 0 2px #ff0002;
}

.button-2.botton-discover-boxing {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  background-color: #ff000280;
  border: 5px solid #ff0002;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  padding: 10px;
  text-decoration: none;
  transition: background-color .2s ease-in-out, box-shadow .2s ease-in-out;
  display: block;
  position: relative;
}

.button-2.botton-discover-boxing:hover {
  background-color: #ff0002;
  box-shadow: 0 0 0 2px #ff0002;
}

.button-2.botton-bani-re-boxing-copy {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  background-color: #ff000280;
  border: 5px solid #ff0002;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  padding: 10px;
  text-decoration: none;
  transition: background-color .2s ease-in-out, box-shadow .2s ease-in-out;
  display: flex;
}

.button-2.botton-bani-re-boxing-copy:hover {
  background-color: #ff0002;
  box-shadow: 0 0 0 2px #ff0002;
}

.columns-2 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.div-block-9 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.heading-sub-center {
  color: #000;
  text-align: center;
  -webkit-text-stroke-width: 0px;
  text-transform: none;
  white-space: normal;
  font-family: Bebas Neue, sans-serif;
  font-size: 30px;
}

.paragraph-center {
  color: #000;
  text-align: center;
  padding-bottom: 0;
  font-size: 20px;
}

.div-block-our-martial-arts {
  background-color: #e0e0e0;
  border: 4px solid #000;
  border-radius: 20px;
  width: 70%;
  height: 100%;
  padding-bottom: 0;
  padding-right: 0;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 20px #0006;
}

.column-6 {
  border-radius: 0;
  justify-content: center;
  padding-left: 100px;
  padding-right: 0;
  display: flex;
}

.columns-3 {
  height: auto;
  padding-bottom: 20px;
  padding-left: 0;
}

.div-block-10 {
  padding-left: 0;
  padding-right: 0;
}

.column-7 {
  justify-content: center;
  padding-left: 0;
  padding-right: 100px;
  display: flex;
}

.martial-arts-card {
  aspect-ratio: 1;
  opacity: .7;
  mix-blend-mode: normal;
  object-fit: cover;
  background-color: #000;
  border-radius: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: clip;
}

.image-container {
  z-index: 0;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  aspect-ratio: 20 / 20;
  background-color: var(--transparent);
  opacity: 1;
  background-image: url('../images/Taekwondo-image-dark.jpg');
  background-position: 0 0;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-6 {
  aspect-ratio: 1;
  opacity: .7;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: clip;
}

.text-block-6 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.bold-text {
  position: absolute;
}

.heading-main-white-card {
  z-index: 2;
  color: var(--white);
  text-align: center;
  letter-spacing: 1.5px;
  object-fit: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  font-family: Bebas Neue, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 38px;
  display: block;
  position: relative;
  inset: 0%;
}

.image-container-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  aspect-ratio: 20 / 20;
  background-color: var(--black);
  background-image: url('../images/boxing-image.jpg');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 98.3971%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-container-background {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  aspect-ratio: 20 / 20;
  background-color: var(--black);
  opacity: .3;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.bold-text-2 {
  font-weight: 400;
  display: block;
  position: static;
  overflow: visible;
}

.card-container {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  aspect-ratio: 20 / 20;
  background-color: var(--transparent);
  opacity: 1;
  object-fit: fill;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.paragraph-center-white {
  color: #fff;
  text-align: center;
  font-size: 20px;
}

.bold-text-3 {
  text-align: center;
  width: 100%;
  height: 100%;
  padding-left: 5px;
  padding-right: 5px;
  font-weight: 700;
}

.slide {
  background-image: url('../images/AWMA-team.jpg');
  background-position: 50%;
  background-size: 100%;
  border-radius: 20px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.section-3 {
  margin-left: 60px;
  margin-right: 60px;
  padding-top: 20px;
  padding-bottom: 0;
}

.slide-nav {
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.slider {
  aspect-ratio: 3 / 2;
  width: auto;
  height: auto;
  position: relative;
}

.slide-2 {
  background-image: url('../images/AWMA-team.jpg');
  background-position: 50% 100%;
  background-size: 100%;
}

.slide-3 {
  background-image: url('../images/littlefield-team-4.jpg');
  background-position: 50% 70%;
  background-size: 100%;
}

.slide-4 {
  background-image: url('../images/Event-2.jpg');
  background-position: 50% 30%;
  background-size: 100%;
}

.column-8 {
  padding-top: 20px;
  padding-left: 0;
}

.column-9 {
  padding-left: 40px;
}

.div-block-11 {
  z-index: 2;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  mix-blend-mode: normal;
  background-color: #fff;
  border: 2px solid #b0bec5;
  border-radius: 30px;
  flex-flow: column;
  margin-right: -30px;
  padding: 10px;
  display: flex;
  position: relative;
  box-shadow: 0 0 10px #0003;
}

.paragraph-white {
  color: #fff;
  text-align: left;
}

.columns-4 {
  padding-left: 40px;
  padding-right: 40px;
}

.slide-5 {
  background-image: url('../images/littlefield-team-3.jpg');
  background-position: 50% 70%;
  background-size: 100%;
}

.columns-5 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  padding: 10px 20px;
  display: flex;
}

.bold-text-4 {
  font-weight: 400;
}

.review {
  text-align: center;
  background-color: #fff0;
  border: 1px solid #f7f7f7;
  border-radius: 0;
  padding: 0;
  font-style: italic;
  font-weight: 400;
  line-height: 20px;
}

.review-card {
  background-color: #f7f7f7;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  transition: box-shadow .2s ease-in-out;
  display: flex;
  box-shadow: 0 0 10px #0003;
}

.review-card:hover {
  box-shadow: 0 0 20px #0003;
}

.review-name {
  float: none;
  text-align: center;
  flex-flow: row;
  justify-content: center;
  align-items: flex-end;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
  display: flex;
  position: static;
  inset: auto 0% 0%;
}

.text-block-7 {
  text-align: center;
  position: static;
  inset: auto 0% 0%;
}

.review-ending {
  text-align: center;
  font-size: 20px;
  font-style: italic;
}

.div-block-12 {
  padding-bottom: 0;
}

.div-block-13 {
  padding-top: 20px;
}

.column-10 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.image-7 {
  border-radius: 20px;
  width: 80%;
  height: auto;
}

.columns-6 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  padding: 10px 40px;
  display: flex;
}

.paragraph-bold {
  color: #000;
  text-align: center;
  font-size: 20px;
}

.container-class-everyones {
  margin-left: 0;
  margin-right: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.column-11 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.column-12 {
  flex: 1;
  justify-content: center;
  display: flex;
}

.columns-7 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 10px 40px 20px;
  display: flex;
}

.section-4 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.column-13 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.column-14 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  padding: 20px 0 20px 100px;
  display: block;
}

.container-3 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  display: flex;
}

.text-block-8 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.navbar-homopage {
  z-index: 100;
  color: gold;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 100px;
}

.navbar-homopage.navbar {
  background-color: var(--black);
  padding-bottom: 0;
  padding-left: 0;
}

.navbar-homopage.navbar-homepage {
  z-index: 90;
  background-color: var(--transparent);
  padding-bottom: 0;
  padding-left: 0;
}

.navbar-else {
  z-index: 85;
  color: gold;
  width: 100%;
  margin: 0;
  padding-left: 100px;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar-else.navbar, .navbar-else.navbar-homepage {
  background-color: var(--black);
  padding-bottom: 0;
  padding-left: 0;
}

.section-5 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.columns-8 {
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-right: 20px;
  display: flex;
}

.column-15 {
  justify-content: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.image-8 {
  border-radius: 20px;
  width: 80%;
  box-shadow: 2px 2px 10px #0003;
}

.section-6 {
  background-image: url('../images/Untitled-design-7.png');
  background-position: 50% 0;
  background-size: 100%;
  margin-top: 110px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 20px;
}

.column-16 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 100px;
  display: flex;
}

.image-9 {
  border-radius: 20px;
  width: 30vw;
  height: 32vw;
  box-shadow: 2px 2px 10px #0003;
}

.columns-9 {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.column-17 {
  justify-content: center;
  display: flex;
}

.columns-10 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-right: 40px;
  display: flex;
}

.image-container-3 {
  z-index: 0;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  aspect-ratio: 20 / 20;
  background-color: var(--transparent);
  opacity: 1;
  background-image: url('../images/Lee-improved.jpg');
  background-position: 50%;
  background-size: 150%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.column-18 {
  justify-content: center;
  display: flex;
}

.list {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 40px;
  padding-right: 20px;
}

.image-10 {
  border-radius: 20px;
  box-shadow: 2px 2px 10px #0003;
}

.columns-11 {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.list-2 {
  text-align: center;
  flex-flow: column;
  align-items: stretch;
  margin-top: 10px;
  padding-left: 0;
  font-size: 20px;
  display: flex;
}

.link-banner {
  background-color: #133980;
  border: 3px solid #000;
  border-top-left-radius: 60px;
  border-bottom-left-radius: 60px;
  margin-top: 20px;
  margin-bottom: 0;
  margin-right: -50px;
  padding-bottom: 0;
  transition: filter .2s ease-in-out;
}

.link-banner:hover {
  filter: brightness(110%);
  mix-blend-mode: normal;
  box-shadow: 2px 2px 20px #0006;
}

.image-11 {
  border: 0 solid #000;
  margin-left: -40px;
}

.columns-12 {
  z-index: 2;
  position: static;
}

.columns-13 {
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  justify-content: center;
  align-items: center;
  margin-right: -100px;
  padding-right: 40px;
  display: flex;
}

.columns-13:hover {
  box-shadow: 0 2px 5px #0003;
}

.image-12 {
  margin-left: 0;
}

.link-block-2 {
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  transition-property: none;
}

.columns-14 {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-bottom: 40px;
  display: flex;
}

.image-13 {
  border-radius: 20px;
  padding-left: 0;
  padding-right: 0;
  box-shadow: 2px 2px 10px #0003;
}

.column-19 {
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}

.bold-text-5 {
  text-align: center;
  letter-spacing: 1.5px;
  font-family: Bebas Neue, sans-serif;
  font-size: 60px;
}

.button-3 {
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: relative;
  inset: auto 0% 0%;
}

.div-block-14 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
}

.image-14 {
  border-radius: 20px;
  width: 100%;
  box-shadow: 2px 2px 10px #0003;
}

.button-try-taekwondo-free {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  text-align: center;
  -webkit-text-fill-color: inherit;
  cursor: pointer;
  mix-blend-mode: normal;
  background-color: #0000d080;
  background-clip: border-box;
  border: 5px solid #0000d0;
  border-radius: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 250px;
  margin-bottom: 30px;
  margin-left: 0;
  margin-right: 0;
  padding: 10px;
  font-weight: 700;
  transition: box-shadow .2s ease-in-out, background-color .2s ease-in-out;
  display: flex;
  position: absolute;
  inset: auto auto 0;
}

.button-try-taekwondo-free:hover {
  color: #fff;
  -webkit-text-stroke-width: 0px;
  background-color: #0000d0;
  box-shadow: 2px 2px 5px 2px #0000d0;
}

.button-try-taekwondo-free.botton-bani-re-taekwondo {
  mix-blend-mode: normal;
}

.button-try-taekwondo-free.botton-bani-re-taekwondo:hover {
  box-shadow: 0 0 0 2px #0000d0;
}

.button-try-taekwondo-free.botton-discover-taekwondo {
  z-index: 2;
  clear: none;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  aspect-ratio: auto;
  mix-blend-mode: normal;
  object-fit: fill;
  flex-flow: column;
  order: 0;
  margin-top: 60px;
  display: block;
  position: relative;
  inset: auto;
  overflow: visible;
}

.button-try-taekwondo-free.botton-discover-taekwondo:hover {
  box-shadow: 0 0 0 2px #0000d0;
}

.section-7 {
  background-image: url('../images/Untitled-design-13.png');
  background-position: 50% 0;
  background-size: 100%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 110px;
  margin-left: 0;
  margin-right: 0;
  padding-right: 0;
  display: flex;
}

.text-block-9 {
  padding-top: 20px;
}

.image-15 {
  border-radius: 20px;
  box-shadow: 2px 2px 10px #0003;
}

.columns-15 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: stretch;
  margin: 20px 100px 10px;
  display: flex;
}

.column-20 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.bold-text-6 {
  margin-right: 40px;
}

.div-block-15 {
  margin-left: 40px;
  margin-right: 40px;
}

.columns-16 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-left: 40px;
  margin-right: 40px;
  display: flex;
}

.column-21 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.image-16 {
  border-radius: 20px;
  width: 90%;
  height: auto;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  box-shadow: 2px 2px 10px #0003;
}

.columns-17 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-left: 60px;
  margin-right: 60px;
  display: flex;
}

.column-22 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

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

.div-block-17 {
  background-color: var(--black);
  opacity: 1;
  background-image: url('../images/littlefield-team.jpg');
  background-position: 50%;
  background-size: 100%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 20px 300px;
  display: flex;
}

.list-3 {
  color: #fff;
  font-size: 20px;
}

.div-block-18 {
  background-color: #000;
}

.div-block-19 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  opacity: 1;
  background-color: #000000c9;
  border-radius: 20px;
  flex-flow: column;
  align-items: center;
  padding: 20px;
  display: flex;
}

.bold-text-7, .bold-text-8 {
  font-size: 26px;
}

.column-23 {
  padding-top: 0;
  padding-left: 60px;
  padding-right: 60px;
}

.button-2-copy.botton-bani-re-boxing-copy {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  background-color: #ff000280;
  border: 5px solid #ff0002;
  border-radius: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 250px;
  padding: 10px;
  text-decoration: none;
  transition: background-color .2s ease-in-out, box-shadow .2s ease-in-out;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.button-2-copy {
  background-color: #ff0002;
  font-family: Inter, sans-serif;
  font-weight: 700;
}

.button-2-copy.botton-bani-re-boxing {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  background-color: #ff000280;
  border: 5px solid #ff0002;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  padding: 10px;
  text-decoration: none;
  transition: background-color .2s ease-in-out, box-shadow .2s ease-in-out;
  display: flex;
}

.button-2-copy.botton-bani-re-boxing:hover {
  background-color: #ff0002;
  box-shadow: 0 0 0 2px #ff0002;
}

.button-2-copy.botton-discover-boxing {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  background-color: #ff000280;
  border: 5px solid #ff0002;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  padding: 10px;
  text-decoration: none;
  transition: background-color .2s ease-in-out, box-shadow .2s ease-in-out;
  display: block;
  position: relative;
}

.button-2-copy.botton-discover-boxing:hover {
  background-color: #ff0002;
  box-shadow: 0 0 0 2px #ff0002;
}

.button-2-copy.botton-bani-re-boxing-copy {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  background-color: #ff000280;
  border: 5px solid #ff0002;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  padding: 10px;
  text-decoration: none;
  transition: background-color .2s ease-in-out, box-shadow .2s ease-in-out;
  display: flex;
}

.button-2-copy.botton-bani-re-boxing-copy {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  background-color: #ff000280;
  border: 5px solid #ff0002;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  padding: 10px;
  text-decoration: none;
  transition: background-color .2s ease-in-out, box-shadow .2s ease-in-out;
  display: flex;
  position: relative;
}

.button-2-copy.botton-bani-re-boxing-copy:hover {
  background-color: #ff0002;
  box-shadow: 0 0 0 2px #ff0002;
}

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

.div-block-2-copy {
  background-color: #b0bec500;
  width: 100%;
  height: 4px;
}

.section-8 {
  margin-top: 110px;
  padding: 20px;
}

.columns-18 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  padding-left: 0;
  display: flex;
}

.modal-content {
  z-index: 99;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #ff3537;
  border-radius: 5px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 50vw;
  max-width: 40rem;
  height: auto;
  max-height: none;
  margin: 40px auto auto;
  padding: 10px 40px;
  display: flex;
  position: relative;
  inset: 0% 0;
}

.boxing-text-field {
  color: #000;
  background-color: #f7b9ba;
}

.submit-button {
  color: #fff;
  margin-top: 0;
  padding-top: 0;
  background-color: #000;
  display: block;
}

.form {
  text-align: center;
}

.code-embed {
  width: auto;
  height: 100%;
  padding-left: 0;
}

.div-block-20 {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.list-4 {
  margin-top: 10px;
  margin-left: 0;
  margin-right: 0;
}

.text-block-10 {
  margin-bottom: 20px;
}

.button-4 {
  background-color: #f7b9ba;
  position: fixed;
  inset: 1% 1% auto auto;
}

.section-9 {
  display: block;
  position: static;
}

.link {
  border-radius: 5px;
  font-size: 60px;
  text-decoration: none;
  position: absolute;
  inset: 1.5% 1% auto auto;
  transform: rotate(45deg);
}

.link.w--current {
  font-size: 80px;
  top: 1.5%;
  right: 0%;
  transform: rotate(45deg);
}

.modal-overlay {
  z-index: auto;
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  background-color: #00000026;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.full-popup-boxing {
  z-index: 99;
  background-color: #0000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.modal-boxing {
  z-index: 99;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.modal-taekwondo {
  z-index: 90;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  padding-right: 0;
  display: none;
  position: fixed;
  inset: 0%;
}

.modal-t-overlay {
  z-index: auto;
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  background-color: #00000026;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.modal-t-content {
  z-index: 99;
  background-color: #4b4bce;
  border-radius: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 50vw;
  max-width: 40rem;
  height: auto;
  max-height: none;
  margin: 40px auto auto;
  padding: 10px 40px;
  display: flex;
  position: relative;
  inset: 0%;
}

.submit-button-2 {
  color: #fff;
  margin-top: 20px;
  padding-top: 10px;
  background-color: #000;
  display: block;
}

.form-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.link-2 {
  text-decoration: none;
}

.link-3 {
  text-decoration: none;
  transition-property: none;
}

.link-4 {
  font-size: 60px;
  text-decoration: none;
  position: absolute;
  inset: 1.5% 1% auto auto;
  transform: rotate(45deg);
}

.bold-text-9, .list-5, .bold-text-10, .bold-text-11 {
  font-size: 20px;
}

.paragraph-center-2 {
  color: #000;
  text-align: center;
  padding-bottom: 0;
  font-size: 16px;
}

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

.list-6 {
  font-size: 20px;
}

.navbar-2 {
  display: block;
}

.lottie-animation {
  display: none;
}

.nav-menu-burger {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  margin-right: 100px;
  display: none;
}

.div-block-24 {
  overflow: auto;
}

.navbar-2-copy {
  display: none;
}

.div-block-25 {
  width: 750px;
}

.div-block-26 {
  overflow: auto;
}

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

.column-26 {
  flex-flow: column;
  align-items: flex-end;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.column-27 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.code-embed-2 {
  padding-left: 0;
}

.div-block-33, .div-block-34 {
  width: 500px;
}

.div-block-35 {
  z-index: 99;
  display: none;
}

.bold-text-14 {
  font-size: 60px;
  line-height: 60px;
}

@media screen and (max-width: 991px) {
  .section.cc-cta {
    padding-left: 0;
    padding-right: 0;
  }

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

  .primary-button {
    justify-content: center;
  }

  .primary-button.cc-contact-us {
    display: none;
  }

  .heading-jumbo {
    font-size: 56px;
    line-height: 70px;
  }

  .logo-link.w--current {
    flex: 1;
  }

  .menu-icon {
    display: block;
  }

  .menu {
    margin-left: 30px;
    position: static;
  }

  .navigation-wrap {
    background-color: #fff;
  }

  .navigation {
    padding: 25px 30px;
  }

  .navigation-item {
    text-align: center;
    padding: 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .menu-button {
    padding: 0;
  }

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

  .navigation-items {
    background-color: #fff;
  }

  .cta-text {
    width: auto;
  }

  .cta-wrap {
    width: auto;
    padding: 80px 50px 90px;
  }

  .our-services-grid {
    text-align: center;
    grid-template: ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .service-icon {
    display: inline-block;
  }

  .contact-form-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .get-in-touch-form {
    text-align: left;
  }

  .our-contacts {
    grid-template: "."
                   "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .team-members {
    grid-template: ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
  }

  .team-member-title-wrap {
    margin-bottom: 30px;
  }

  .project-details-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .blog-detail-header-wrap {
    width: 70%;
  }

  .detail-header-image {
    height: 460px;
  }

  .blog-item {
    width: 80%;
  }

  .blog-preview-image {
    height: 460px;
  }

  .blog-summary-wrap {
    width: 100%;
  }

  .about-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
  }

  .about-grid.cc-about-2 {
    grid-template-columns: 1fr;
    grid-template-areas: "."
                         ".";
  }

  .intro-text {
    width: auto;
  }

  .collection-wrap {
    flex-flow: column;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .blog-preview-wrap {
    text-align: center;
    width: 80%;
    padding-right: 15px;
  }

  .navbar-homepage {
    flex-flow: column;
    align-items: flex-start;
    padding-left: 0;
    display: flex;
  }

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

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

  .heading-section {
    margin-top: 0;
    margin-bottom: 0;
  }

  .column-2 {
    padding-top: 10px;
  }

  .background-video {
    aspect-ratio: auto;
    object-fit: fill;
    width: auto;
    height: 70vh;
    margin-top: 70px;
    margin-bottom: 0;
    padding-bottom: 0;
    display: flex;
    overflow: hidden;
  }

  .nav-menu {
    display: none;
  }

  .image-5 {
    width: 120px;
  }

  .section-2 {
    background-image: none;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-7 {
    z-index: auto;
    width: 768px;
    height: auto;
    position: static;
    overflow: clip;
  }

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

  .columns-2 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .paragraph-center {
    margin-bottom: 10px;
  }

  .div-block-our-martial-arts {
    width: 90%;
  }

  .column-6 {
    padding-bottom: 20px;
    padding-left: 0;
  }

  .column-7 {
    padding-right: 0;
  }

  .section-3 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    overflow: visible;
  }

  .column-8 {
    flex-flow: column;
    padding-top: 0;
    padding-right: 0;
    display: block;
  }

  .column-9 {
    margin-bottom: -10px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-11 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-left: 0;
    margin-right: 0;
  }

  .columns-4 {
    flex-flow: column;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .columns-5 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .column-10 {
    align-items: center;
  }

  .image-7 {
    width: 500px;
    height: 100%;
  }

  .columns-6 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-class-everyones {
    flex-flow: column;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
  }

  .column-12 {
    flex: 0 auto;
    padding-left: 0;
    padding-right: 0;
  }

  .columns-7 {
    flex-flow: column;
    padding-left: 0;
    padding-right: 0;
  }

  .column-13 {
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
  }

  .column-14 {
    padding-left: 0;
  }

  .navbar-homopage.navbar-homepage {
    display: none;
  }

  .section-5 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .columns-8 {
    flex-flow: column;
  }

  .section-6 {
    background-image: none;
    margin-left: 0;
    margin-right: 0;
  }

  .column-16 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-bottom: 100px;
  }

  .image-9 {
    width: 70%;
    height: auto;
  }

  .columns-9 {
    flex-flow: column;
    align-items: center;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .column-17 {
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .columns-10 {
    flex-flow: column;
    padding-top: 20px;
    padding-right: 0;
  }

  .columns-11 {
    flex-flow: row;
    align-items: center;
    margin-top: 20px;
    padding-top: 0;
    padding-left: 20px;
    padding-right: 0;
  }

  .list-2 {
    padding-left: 20px;
    font-size: 20px;
  }

  .columns-14 {
    flex-flow: column;
    align-items: stretch;
    padding-top: 20px;
    padding-left: 0;
    padding-right: 10px;
  }

  .column-19 {
    flex-flow: column;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .div-block-14 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 70%;
  }

  .image-14 {
    width: 100vw;
  }

  .section-7 {
    background-image: none;
    margin-left: 0;
    margin-right: 0;
  }

  .image-15 {
    width: 70%;
  }

  .columns-15 {
    flex-flow: column;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .column-20 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .columns-16 {
    flex-flow: column;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .column-21 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: center;
    align-items: center;
  }

  .image-16 {
    width: 70%;
  }

  .columns-17 {
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-17 {
    background-size: auto 100%;
    padding: 0;
  }

  .column-23, .column-24 {
    flex-flow: column;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .columns-18 {
    flex-flow: column;
  }

  .modal-content {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 80vw;
    max-width: none;
    height: auto;
    max-height: none;
    margin-top: 10px;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
    overflow: auto;
  }

  .modal-overlay {
    justify-content: flex-start;
    align-items: stretch;
  }

  .modal-boxing, .modal-taekwondo {
    display: block;
  }

  .modal-t-overlay {
    justify-content: flex-start;
    align-items: stretch;
  }

  .modal-t-content {
    background-color: #4b4bce;
    width: 80vw;
    max-width: none;
    height: auto;
    max-height: none;
    margin-top: 10px;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
    overflow: auto;
  }

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

  .section-10 {
    width: auto;
    height: auto;
    position: static;
    overflow: hidden;
  }

  .div-block-22 {
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    display: flex;
  }

  .list-6 {
    font-size: 20px;
  }

  .column-25 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .div-block-23 {
    position: absolute;
    inset: 0% 0% 0% auto;
  }

  .menu-burger {
    z-index: 89;
    cursor: pointer;
    width: 8%;
    position: fixed;
    inset: 20px 5% auto auto;
  }

  .navbar-2 {
    background-color: var(--white);
    margin-bottom: 0;
    position: fixed;
  }

  .lottie-animation {
    z-index: 90;
    background-color: #0000;
    display: block;
    position: relative;
  }

  .nav-menu-burger {
    background-color: #000;
    border: 2px solid #b0bec5;
    flex-flow: column;
    margin-top: -450px;
    margin-right: 0;
    padding-top: 20px;
    padding-left: 60px;
    padding-right: 100px;
    display: flex;
    position: fixed;
    inset: 0% 0% auto auto;
  }

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

  .navbar-2-copy {
    background-color: var(--white);
    margin-bottom: 0;
    position: fixed;
  }

  .div-block-28 {
    width: 100vw;
    height: 100vh;
    display: none;
    overflow: visible;
  }

  .div-block-29 {
    display: none;
    overflow: visible;
  }

  .div-block-31 {
    width: 100vw;
    height: 100vh;
    display: block;
  }

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

  .column-26 {
    align-items: center;
  }

  .column-27 {
    justify-content: center;
  }

  .column-28 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    margin-top: 20px;
    display: flex;
  }

  .column-29 {
    flex-flow: column;
    display: flex;
  }

  .div-block-35, .div-block-36 {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .section {
    flex-flow: column;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .section.cc-cta {
    padding: 15px;
  }

  .section.cc-home-wrap, .section.cc-store-home-wrap {
    margin-left: 15px;
    margin-right: 15px;
  }

  .container {
    text-align: center;
  }

  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }

  .rich-text {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .heading-jumbo {
    font-size: 50px;
    line-height: 64px;
  }

  .heading-jumbo-small {
    font-size: 30px;
    line-height: 52px;
  }

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

  .navigation {
    padding: 20px 30px;
  }

  .cta-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }

  .intro-content {
    width: 80%;
  }

  .our-services-grid {
    grid-row-gap: 60px;
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .status-message.cc-no-data {
    width: 80%;
    max-width: 470px;
  }

  .contact-form-wrap {
    padding: 30px;
  }

  .text-field.cc-contact-field, .text-field.cc-textarea {
    text-align: left;
  }

  .team-pic {
    height: 300px;
    margin-bottom: 30px;
  }

  .team-member-name {
    font-size: 16px;
    line-height: 28px;
  }

  .project-name-wrap {
    margin-bottom: 30px;
  }

  .project-name-link {
    font-size: 16px;
    line-height: 28px;
  }

  .detail-image {
    margin-bottom: 15px;
  }

  .blog-detail-header-wrap {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .blog-item {
    width: 90%;
    max-width: 470px;
  }

  .blog-summary-wrap {
    text-align: center;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .columns {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .heading-main {
    margin-bottom: 10px;
  }

  .heading-section {
    font-size: 22px;
  }

  .paragraph {
    font-size: 16px;
  }

  .heading-main-white {
    padding-bottom: 0;
  }

  .column-2 {
    padding-left: 10px;
  }

  .copyright {
    text-align: center;
  }

  .text-block-4 {
    text-align: center;
    padding-top: 0;
  }

  .background-video {
    height: 100%;
    margin-bottom: 0;
  }

  .div-block {
    margin-left: 10px;
  }

  .image-5 {
    width: 100px;
  }

  .div-block-6 {
    flex-flow: row;
  }

  .div-block-7 {
    height: auto;
  }

  .paragraph-center, .bold-text-3 {
    font-size: 16px;
  }

  .columns-6 {
    flex-flow: column;
  }

  .column-13 {
    flex: 0 auto;
    align-self: auto;
  }

  .section-6 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .columns-11 {
    flex-flow: column;
  }

  .list-2 {
    font-size: 16px;
  }

  .link-banner {
    margin-right: 0;
  }

  .columns-13 {
    flex-flow: row;
    justify-content: flex-start;
  }

  .section-7 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .columns-15 {
    margin-top: 0;
  }

  .columns-17 {
    flex-flow: column;
  }

  .section-8 {
    margin-top: 80px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .columns-18 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    align-items: stretch;
    margin-top: 0;
    margin-bottom: 0;
    display: block;
  }

  .modal-content {
    flex-flow: row;
    width: 90vw;
    max-width: none;
    height: auto;
    max-height: none;
    margin: 10px auto 0;
    padding: 10px 20px;
    display: block;
    position: relative;
    overflow: auto;
  }

  .div-block-20 {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .modal-t-content {
    width: 90vw;
    max-width: none;
    height: auto;
    max-height: none;
    margin-top: 10px;
    margin-bottom: 0;
    margin-right: auto;
    padding: 10px 20px;
    display: block;
    overflow: auto;
  }

  .list-5 {
    font-size: 16px;
  }

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

  .section-10, .div-block-22 {
    height: 50vh;
  }

  .list-6 {
    font-size: 16px;
  }

  .menu-burger {
    width: 5%;
    position: absolute;
    inset: 40% 5% auto auto;
  }

  .div-block-24 {
    display: block;
    overflow: auto;
  }

  .navbar-2-copy {
    flex-flow: column;
    align-items: flex-start;
  }

  .map-embed {
    width: 100%;
  }

  .div-block-25 {
    width: 550px;
    height: auto;
  }

  .div-block-26 {
    display: block;
    overflow: auto;
  }

  .bold-text-12 {
    font-size: 22px;
  }

  .bold-text-13 {
    font-size: 16px;
  }

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

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

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

  .div-block-30, .div-block-31, .div-block-32 {
    display: none;
  }

  .column-26 {
    align-items: center;
  }

  .column-27 {
    justify-content: center;
  }

  .column-30 {
    display: block;
    position: relative;
    right: auto;
  }

  .column-31 {
    position: relative;
    inset: 0% 0% auto;
  }

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

  .div-block-36 {
    height: 100vh;
    display: none;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 52px;
  }

  .rich-text {
    width: 100%;
    max-width: none;
  }

  .heading-jumbo {
    font-size: 36px;
    line-height: 48px;
  }

  .menu {
    margin-left: 15px;
  }

  .navigation {
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-button, .menu-button.w--open {
    flex: none;
  }

  .cta-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }

  .status-message.cc-no-data, .contact-form-grid {
    width: 100%;
  }

  .our-contacts {
    width: 90%;
  }

  .team-members {
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .project-details-grid {
    width: 100%;
  }

  .blog-detail-header-wrap, .blog-item {
    width: 100%;
    max-width: none;
  }

  .heading-section {
    font-size: 22px;
  }

  .paragraph {
    font-size: 16px;
  }

  .background-video {
    justify-content: center;
    align-items: center;
  }

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

  .button.botton-discover-taekwondo {
    margin-bottom: 20px;
  }

  .column-4 {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .button-2.botton-bani-re-boxing {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    padding-right: 10px;
  }

  .columns-2 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .paragraph-center {
    display: block;
  }

  .div-block-our-martial-arts {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .column-6 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 20px;
    display: flex;
  }

  .columns-3 {
    flex-flow: column;
    justify-content: center;
    display: flex;
  }

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

  .bold-text-3 {
    font-size: 16px;
  }

  .columns-5 {
    justify-content: center;
    align-items: stretch;
  }

  .image-8, .image-9 {
    width: 90%;
  }

  .columns-11 {
    padding-left: 0;
  }

  .link-banner {
    border-radius: 30px;
  }

  .columns-13 {
    padding-right: 10px;
  }

  .div-block-14 {
    width: 90%;
  }

  .image-14 {
    width: 100%;
  }

  .image-15, .image-16 {
    width: 90%;
  }

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

  .columns-18 {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin-right: 0;
    display: block;
  }

  .modal-content {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    padding-top: 40px;
  }

  .code-embed {
    overflow: auto;
  }

  .div-block-20 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .modal-t-content {
    background-color: #4b4bce;
    width: 100vw;
    padding-top: 40px;
  }

  .menu-burger {
    width: 10%;
    top: 35%;
  }

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

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

  .column-26 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    overflow: auto;
  }

  .column-27 {
    padding-left: 0;
    padding-right: 0;
    overflow: auto;
  }

  .code-embed-2 {
    overflow: auto;
  }

  .div-block-33, .div-block-34 {
    width: 100%;
    overflow: auto;
  }

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

  .bold-text-14 {
    font-size: 40px;
    line-height: 38px;
  }
}


