:root {
  --emeraude: #0f2424;
  --white: white;
  --fonce: #1a1b1f;
  --black: black;
  --sky-blue: #95d6ec;
  --flowui-component-library--gray-200: #f3f5fb;
  --flowui-component-library--gray-900: #160042;
  --flowui-component-library--primary-base: #642eff;
  --flowui-component-library--gray-500: #6b7094;
  --flowui-component-library--white: white;
  --elements-webflow-library--secondary--color-2: #f2f1ff;
  --elements-webflow-library--neutral--600: #6e7191;
  --elements-webflow-library--neutral--800: #211f54;
  --elements-webflow-library--neutral--300: #eff0f6;
  --elements-webflow-library--neutral--100: white;
  --elements-webflow-library--general--shadow-01: rgba(20, 20, 43, .06);
  --lynx--black: #1f2022;
  --lynx--white: white;
  --lynx--medium-purple: #8979ec;
  --lynx--grey: #797c83;
  --elements-webflow-library--accent--primary-1: #4a3aff;
  --elements-webflow-library--neutral--400: #dcddeb;
  --medium-violet-red: #f7e36a;
}

.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-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 {
  background-color: var(--emeraude);
  color: var(--white);
  font-family: Montserrat, 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: var(--white);
  font-family: Stagegrotesk, sans-serif;
  font-size: 18px;
  line-height: 100%;
  text-decoration: none;
  transition: opacity .2s;
  display: block;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 20px;
  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;
}

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

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

.heading-jumbo-small {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 15px;
  font-family: Syne, sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 50px;
}

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

.heading-jumbo-tiny {
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: aktiv-grotesk-extended, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
}

.rich-text {
  width: 70%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  font-family: aktiv-grotesk-extended, sans-serif;
}

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

.container {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

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

.paragraph-small {
  font-family: aktiv-grotesk-extended, sans-serif;
  font-size: 14px;
  line-height: 26px;
}

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

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

.heading-jumbo {
  color: var(--white);
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Stagegrotesk, sans-serif;
  font-size: 100px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.paragraph-tiny {
  font-family: aktiv-grotesk-extended, sans-serif;
  font-size: 12px;
  line-height: 20px;
}

.paragraph-tiny.cc-paragraph-tiny-light {
  opacity: .7;
}

.label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: aktiv-grotesk-extended, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.label.cc-styleguide-label {
  letter-spacing: 3px;
  margin-bottom: 25px;
  font-weight: 400;
}

.label.cc-speaking-label {
  margin-top: 20px;
  margin-bottom: 10px;
}

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

.paragraph-light {
  opacity: .6;
  color: var(--white);
  font-family: aktiv-grotesk-extended, sans-serif;
}

.paragraph-light.cc-position-name {
  margin-bottom: 5px;
}

.section {
  margin-left: 30px;
  margin-right: 30px;
}

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

.button {
  background-color: var(--fonce);
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  transform-style: preserve-3d;
  border-radius: 10px;
  margin-top: 30px;
  padding: 22px 30px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.button:hover {
  color: #fff;
  background-color: rgba(50, 52, 58, .9);
  transform: scale3d(1.03, 1.03, 1.01);
}

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

.button.cc-jumbo-button {
  color: var(--white);
  -webkit-text-stroke-color: var(--black);
  background-color: #0f2323;
  border-radius: 50px;
  margin-top: 40px;
  padding: 20px 40px;
  font-size: 14px;
  line-height: 26px;
}

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

.button.cc-white-button:hover {
  background-color: rgba(255, 255, 255, .8);
}

.button.cc-white-button:active {
  background-color: rgba(255, 255, 255, .9);
}

.paragraph-bigger {
  opacity: 1;
  margin-bottom: 10px;
  font-family: aktiv-grotesk-extended, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

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

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

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

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

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

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

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

.navigation {
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
  padding: 30px 10%;
  display: flex;
}

.logo-image {
  display: block;
}

.navigation-wrap {
  align-items: center;
  margin-right: -20px;
  display: flex;
}

.intro-wrap {
  width: 50%;
  margin-top: 100px;
  margin-bottom: 140px;
}

.name-text {
  font-family: aktiv-grotesk-extended, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.position-name-text {
  text-transform: none;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.work-description {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.work-experience-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: ". . . ."
  / 1fr 1fr 1fr 1fr;
  margin-bottom: 140px;
}

.works-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: ". . ."
                 ". . ."
                 / 1.5fr 1fr 1.5fr;
  margin-bottom: 80px;
}

.carrer-headline-wrap {
  width: 70%;
  margin-bottom: 50px;
}

.work-image {
  text-align: center;
  background-color: #f4f4f4;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  height: 460px;
  margin-bottom: 40px;
  text-decoration: none;
  display: flex;
}

.work-image:hover {
  opacity: .8;
}

.work-image:active {
  opacity: .7;
}

.work-image.cc-work-1 {
  background-image: url('../images/portfolio-1---wide.svg');
  background-size: cover;
}

.work-image.cc-work-2 {
  background-image: url('../images/portfolio-2---wide.svg');
  background-size: cover;
}

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

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

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

.text-field {
  border: 1px solid #e4e4e4;
  border-radius: 0;
  margin-bottom: 18px;
  padding: 21px 20px;
  font-family: aktiv-grotesk-extended, sans-serif;
  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: rgba(50, 52, 58, .4);
}

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

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

.contact {
  padding-top: 80px;
  padding-bottom: 90px;
}

.contact-headline {
  width: 70%;
  margin-bottom: 40px;
}

.contact-form-grid {
  grid-column-gap: 30px;
  grid-row-gap: 10px;
}

.contact-form-wrap {
  width: 70%;
}

.footer-wrap {
  justify-content: space-between;
  align-items: center;
  padding: 40px 50px;
  display: flex;
}

.webflow-link {
  opacity: .5;
  text-transform: uppercase;
  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;
}

.footer-links {
  align-items: center;
  margin-right: -20px;
  display: flex;
}

.footer-item {
  opacity: .6;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
}

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

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

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

.hi-there-heading {
  margin-top: 10px;
  margin-bottom: 20px;
}

.service-name-text {
  opacity: .6;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 46px;
}

.skillset-wrap {
  padding-right: 60px;
}

.reference-link {
  opacity: .6;
  font-size: 14px;
  line-height: 26px;
  text-decoration: none;
}

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

.reference-link:active {
  opacity: .9;
}

.featured-item-wrap {
  margin-bottom: 25px;
}

.services-items-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-areas: ". .";
  padding-top: 10px;
}

.skills-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 1fr;
  margin-bottom: 140px;
}

.personal-features-grid {
  grid-column-gap: 80px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-areas: ". ."
                       ". .";
  margin-bottom: 110px;
}

.speaking-text {
  margin-right: 8px;
  display: inline-block;
}

.speaking-text.cc-past-speaking {
  opacity: .6;
}

.speaking-detail {
  opacity: .6;
  display: inline-block;
}

.upcoming-wrap {
  margin-bottom: 40px;
}

.social-media-heading {
  margin-bottom: 60px;
}

.social-media-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-areas: ". . . ."
                       ". . . .";
  margin-bottom: 30px;
}

.project-overview-grid {
  grid-column-gap: 50px;
  grid-row-gap: 100px;
  grid-template: ". . . ."
                 ". . . ."
                 / 1fr 1fr 1fr 1fr;
  margin-top: 120px;
  margin-bottom: 135px;
}

.detail-header-image {
  width: 100%;
}

.project-description-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2.5fr;
  margin-top: 120px;
  margin-bottom: 120px;
}

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

.email-section {
  text-align: center;
  width: 70%;
  margin: 140px auto 200px;
}

.email-link {
  text-transform: none;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 64px;
  font-weight: 400;
  line-height: 88px;
  text-decoration: none;
}

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

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

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

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

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

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

.heading {
  font-family: Syne, sans-serif;
  font-weight: 500;
}

.heading-2 {
  font-family: Syne, sans-serif;
}

.heading-3, .heading-4, .heading-5 {
  font-family: Syne, sans-serif;
  font-weight: 400;
}

.heading-6 {
  font-family: Syne, sans-serif;
}

.paragraph, .link {
  font-family: aktiv-grotesk-extended, sans-serif;
}

.text-block {
  letter-spacing: 3px;
  font-family: aktiv-grotesk-extended, sans-serif;
}

.text-block-2 {
  color: #192425;
  letter-spacing: 3px;
  font-family: aktiv-grotesk-extended, sans-serif;
}

.heading-7, .field-label, .field-label-2, .field-label-3 {
  font-family: aktiv-grotesk-extended, sans-serif;
}

.div-block {
  width: 50%;
}

.link-block {
  padding-left: 10px;
  padding-right: 10px;
}

.link-block:hover {
  opacity: .9;
  transform: scale(1.03);
}

.image, .link-block-2 {
  padding-left: 10px;
  padding-right: 10px;
}

.body {
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
}

.heading-8 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: aktiv-grotesk-extended, sans-serif;
  font-size: 25px;
  font-weight: 400;
}

.div-block-2 {
  object-fit: contain;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
}

.image-2 {
  z-index: auto;
  background-image: url('../images/lacom_bg-degrade.jpg');
  background-position: 0 0;
  background-size: cover;
  width: auto;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: auto;
  right: auto;
}

.nav-link {
  padding: 14px 12px 13px;
  font-size: 15px;
  font-weight: 500;
  line-height: 21px;
  transition: color .25s;
}

.nav-link:hover {
  color: rgba(30, 34, 69, .75);
}

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

.nav-link.white {
  color: #fff;
}

.nav-top {
  color: var(--fonce);
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: color .25s;
}

.nav-top:hover {
  color: rgba(255, 255, 255, .75);
}

.nav-top.left-margin {
  color: var(--fonce);
  margin-left: 32px;
}

.navbar-div {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-dropdown {
  padding: 14px 12px 13px;
  font-size: 15px;
  font-weight: 500;
  line-height: 21px;
  display: flex;
}

.nav-dropdown.white {
  color: #fff;
}

.dropdown-list {
  color: var(--emeraude);
  background-color: rgba(240, 244, 245, 0);
  padding-top: 22px;
  padding-left: 0;
}

.dropdown-list.w--open {
  border-radius: 3px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 15px;
  font-weight: 500;
  left: -12px;
}

.open-day {
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.navbar {
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.navbar.transparent {
  background-color: rgba(255, 255, 255, 0);
}

.button-2 {
  color: #fff;
  text-align: center;
  background-color: #1f6de2;
  border-radius: 3px;
  padding: 16px 45px 17px;
  font-size: 16px;
  font-weight: 500;
  line-height: 21px;
  transition: background-color .25s;
}

.button-2:hover {
  color: #fff;
  background-color: #0f58c5;
}

.button-2.white {
  color: #1e2245;
  background-color: #fff;
  transition: color .25s, background-color .25s;
}

.button-2.white:hover {
  color: rgba(30, 34, 69, .65);
}

.button-2.sky {
  background-color: #44abf6;
}

.button-2.sky:hover {
  background-color: #2ea2f7;
}

.button-2.sky.nav {
  align-self: flex-start;
}

.header-1-text {
  max-width: 700px;
  margin-bottom: 32px;
}

.navbar-top-flex {
  justify-content: flex-end;
  margin-bottom: 8px;
  display: flex;
}

.dropdown-link {
  margin-left: 0;
  margin-right: 0;
  padding: 12px 48px 12px 24px;
  transition: background-color .25s;
}

.dropdown-link:hover {
  background-color: rgba(30, 34, 69, .06);
}

.dropdown-link.w--current {
  color: #1e2245;
  background-color: rgba(30, 34, 69, .06);
}

.logo {
  flex: 1;
}

.logo.shrink {
  flex: 0 auto;
}

.navbar-top {
  position: absolute;
  top: 30px;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.open-times {
  background-color: #0f2323;
  border-radius: 20px;
  padding: 32px 40px;
}

.header-1-grid {
  grid-column-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr minmax(300px, 356px);
}

.open-times-title {
  color: var(--white);
  margin-bottom: 32px;
  font-family: Syne, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 32px;
}

.menu-dropdown-icon {
  margin-left: 8px;
}

.container-2 {
  width: 1200px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.header {
  background-color: #10395f;
  padding-top: 150px;
  padding-bottom: 150px;
}

.header.lp1 {
  object-fit: fill;
  object-fit: fill;
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  min-height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 160px;
  padding-bottom: 100px;
  overflow: visible;
}

.calendar-day {
  color: var(--white);
  flex: 1;
  margin-bottom: 2px;
  font-family: aktiv-grotesk-extended, sans-serif;
  font-size: 17px;
  font-weight: 300;
}

.nav-menu {
  padding-right: 24px;
}

.nav-menu.grow {
  flex: 1;
  padding-left: 24px;
}

.nav-menu.grow.dark {
  flex: 0 auto;
  padding-right: 0;
}

.header-subtitle {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.header-subtitle._40 {
  margin-bottom: 40px;
}

.calendar-time {
  color: #fff;
  flex: none;
  font-size: 15px;
  font-weight: 500;
  line-height: 29px;
}

.calendar-time.closed {
  opacity: .5;
}

.link-2 {
  color: var(--fonce);
  padding-top: 10px;
  font-family: aktiv-grotesk-extended, sans-serif;
  text-decoration: underline;
}

.open-times-2 {
  background-color: #fff;
  border-radius: 10px;
  height: 99.9999%;
  max-height: 600px;
  padding: 32px 40px;
}

.header-1-grid-2 {
  grid-column-gap: 50px;
  grid-row-gap: 10px;
  border: 1px #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr minmax(300px, 300px);
}

.open-times-title-2 {
  color: #fff;
  margin-bottom: 20px;
  font-family: Syne, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 35px;
}

.container-3 {
  width: 1200px;
  max-width: 90%;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
}

.calendar-day-2 {
  flex: 1;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  display: inline-block;
}

.body-2 {
  background-color: var(--emeraude);
  background-image: url('../images/BG.jpg');
  background-position: 100% 0;
  background-size: cover;
  background-attachment: fixed;
  font-family: aktiv-grotesk-extended, sans-serif;
}

.link-block-3 {
  text-decoration: underline;
}

.link-block-3:hover {
  color: var(--sky-blue);
}

.link-3 {
  text-decoration: underline;
}

.link-3:hover {
  color: var(--sky-blue);
}

.link-wrapper {
  color: #090909;
  transition: none;
  display: inline-block;
}

.link-wrapper:hover {
  color: #f39c12;
}

.link-text {
  transition: color .3s;
  display: inline-block;
}

.line-rounded-icon.link-icon-right {
  margin-left: 6px;
  display: inline-block;
}

.image-3 {
  margin-right: 10px;
  padding-right: 0;
  display: inline-block;
}

.section-hero {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.gradient-wrapper {
  z-index: -1;
  filter: blur(160px);
  min-height: 90vh;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.text-block-3 {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
}

.hidden-section {
  height: 50vh;
  display: none;
  position: relative;
}

.circle {
  background-color: #f0573d;
  border-radius: 50%;
  width: 50vw;
  height: 80vh;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.circle._2 {
  background-color: #ffde5d;
  top: -25%;
  bottom: auto;
  left: auto;
  right: -10%;
}

.circle._3 {
  background-color: #f0573d;
  top: auto;
  bottom: -39%;
  left: -4%;
  right: auto;
}

.circle._1 {
  background-color: #3d4a53;
  top: -25%;
  left: 1%;
}

.circle._4 {
  background-color: #95d6ec;
  top: auto;
  bottom: -25%;
  left: auto;
  right: -10%;
}

.margin-bottom {
  margin-bottom: 1rem;
}

.link-block-4 {
  background-color: #000;
  border: 2px solid #fff;
  border-radius: 12px;
  padding: .75rem 1.25rem;
  text-decoration: none;
  display: none;
}

.link-block-4:hover {
  color: #fff;
  background-color: #fff;
}

.gradient-for-text {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#fe3218 6%, #ff911a 40%, #e100f5 70%, #450eff);
  -webkit-background-clip: text;
  background-clip: text;
}

.container-large {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading-9 {
  color: #ececec;
  text-align: center;
  letter-spacing: 1px;
  text-transform: none;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 4rem;
  font-weight: 900;
  line-height: 1;
}

.text-block-4 {
  text-transform: uppercase;
}

.gallery-slider {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-4 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.gallery-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: 100%;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.gallery-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.gallery-slide {
  background-color: rgba(0, 0, 0, 0);
  height: auto;
}

.gallery-slide-wrapper {
  max-width: 47%;
  margin-right: 6%;
}

.gallery-slide-image {
  position: relative;
}

.gallery-image {
  mix-blend-mode: normal;
  object-fit: fill;
  border: 0 solid #fff;
  border-radius: 10px;
  width: 100%;
  height: auto;
  display: inline-block;
  overflow: auto;
}

.gallery-slide-text {
  color: #000;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 23px;
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
}

.gallery-slider-left {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  left: -50px;
}

.gallery-slider-left:focus-visible {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slider-left[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed {
  color: #1a1b1f;
}

.gallery-slider-right {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  right: -50px;
}

.gallery-slider-right:focus-visible {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slide-nav {
  display: none;
}

.heading-10 {
  font-weight: 700;
  line-height: 35px;
}

.text-block-5 {
  color: var(--emeraude);
  font-size: 19px;
  font-weight: 700;
  line-height: 25px;
}

.text-span-2, .text-span-3 {
  color: #fff;
}

.text-span-4 {
  font-style: normal;
  text-decoration: none;
  display: inline;
}

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

.text-span-5, .text-span-6 {
  font-family: Nutgame, sans-serif;
  font-weight: 400;
}

.div-block-3 {
  flex-direction: row;
  display: flex;
}

.image-4 {
  border-radius: 1px;
}

.f-icon-regular {
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  transition: background-color .2s;
  display: flex;
}

.f-footer-social {
  color: var(--white);
  mix-blend-mode: normal;
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  transition: all .3s;
  display: flex;
}

.f-footer-social:hover {
  background-color: var(--white);
  color: var(--emeraude);
}

.social-group {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.social-group.mobile {
  display: none;
}

.f-footer-detail {
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.f-footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.f-footer-divider {
  background-color: var(--flowui-component-library--gray-200);
  width: 100%;
  height: 1px;
  margin-top: 64px;
  margin-bottom: 32px;
}

.f-footer-link {
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.01em;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
  transition: color .3s;
}

.f-footer-link:hover {
  color: var(--flowui-component-library--primary-base);
}

.f-footer-title {
  color: var(--flowui-component-library--gray-500);
  letter-spacing: -.01em;
  margin-bottom: 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.f-footer-block {
  flex-direction: column;
}

.f-paragraph-small {
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

.f-footer-logo {
  flex: none;
}

.f-margin-bottom-24 {
  margin-bottom: 24px;
}

.f-footer-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
}

.f-container-regular {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-footer-regular {
  background-color: var(--flowui-component-library--white);
  padding: 64px 5%;
  position: relative;
}

.container-5 {
  display: flex;
}

.brix---social-icon-square-30px {
  background-color: var(--elements-webflow-library--secondary--color-2);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 30px;
  min-width: 30px;
  height: 30px;
  min-height: 30px;
  text-decoration: none;
  transition: transform .3s, background-color .3s, color .3s;
  display: flex;
}

.brix---social-icon-square-30px:hover {
  transform: scale(.92);
}

.brix---social-media-grid-header-v11 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 36px);
  justify-content: end;
  align-self: center;
  justify-items: end;
}

.brix---header-logo {
  max-width: 250px;
}

.brix---header-logo-link-center-mbp {
  transform-style: preserve-3d;
  padding-left: 0;
  transition: transform .3s, color .3s;
}

.brix---header-logo-link-center-mbp:hover {
  transform: scale3d(.96, .96, 1.01);
}

.brix---header-content-wrapper-v11 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.brix---container-default {
  width: 100%;
  max-width: 1200px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---header-wrapper {
  background-color: rgba(255, 255, 255, 0);
  padding-top: 28px;
  padding-bottom: 28px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
}

.container-6 {
  justify-content: space-between;
  align-items: stretch;
  max-width: 1200px;
  margin-top: 70px;
  margin-bottom: 100px;
  padding-bottom: 0;
  padding-left: 24px;
  padding-right: 80px;
  display: flex;
}

.heading-11 {
  align-self: center;
  max-width: 600px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Stagegrotesk, sans-serif;
  font-size: 100px;
  font-weight: 700;
  line-height: 100%;
}

.text-span-7, .text-span-8 {
  font-family: Nutgame, sans-serif;
  font-weight: 400;
}

.coordos {
  border: 1px rgba(255, 255, 255, .2);
  border-radius: 0;
  max-width: 1200px;
  margin-top: 0;
  padding: 0 24px;
  display: block;
}

.div-block-4 {
  grid-column-gap: 54px;
  grid-row-gap: 54px;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  max-width: 1200px;
  padding: 50px;
  display: flex;
}

.div-block-5 {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  flex-flow: column;
  max-width: 500px;
  display: flex;
}

.heading-12 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Stagegrotesk, sans-serif;
  font-size: 35px;
  font-weight: 500;
  line-height: 100%;
}

.link-5 {
  color: var(--white);
  -webkit-text-stroke-color: var(--white);
  transition-property: all;
  transition-duration: .3s;
}

.link-5:hover {
  color: rgba(255, 255, 255, .4);
}

.div-block-6 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  display: flex;
}

.brix---mg-bottom-0 {
  text-align: left;
  margin-bottom: 0;
}

.brix---color-neutral-600 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---paragraph-default {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---heading-h3-size {
  margin-top: 0;
  margin-bottom: 12px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.brix---color-neutral-800 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---square-icon {
  border-radius: 16px;
}

.brix---mg-bottom-24px {
  margin-bottom: 24px;
}

.brix---card-content-center {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-01);
  text-align: center;
  border-radius: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 300px;
  padding: 48px 24px;
  display: flex;
}

.brix---grid-3-columns {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---heading-h2-size {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---mg-bottom-12px {
  margin-bottom: 12px;
}

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

.brix---inner-container-600px---center {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.brix---mg-bottom-48px {
  margin-bottom: 48px;
}

.brix---section {
  color: var(--elements-webflow-library--neutral--100);
  padding-top: 176px;
  padding-bottom: 176px;
}

.lynx-image {
  object-fit: cover;
  border-radius: 30px;
  order: 0;
  min-height: 500px;
  box-shadow: 0 60px 60px -15px rgba(31, 32, 34, .1);
}

.lynx-image-absolute {
  z-index: 50;
  object-fit: cover;
  border-radius: 30px;
  width: 280px;
  max-width: none;
  height: 400px;
  position: absolute;
  top: auto;
  bottom: -25%;
  left: auto;
  right: 13%;
  box-shadow: 0 60px 60px -15px rgba(31, 32, 34, .1);
}

.lynx-block-image {
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  padding-right: 150px;
  display: flex;
  position: relative;
}

.lynx-button {
  background-color: var(--lynx--black);
  color: var(--lynx--white);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  border-radius: 50px;
  padding: 22px 36px;
  font-family: Varela, sans-serif;
  font-size: 13px;
  line-height: 140%;
  text-decoration: none;
  transition: background-color .2s;
}

.lynx-button:hover {
  background-color: var(--lynx--medium-purple);
}

.lynx-paragraph {
  color: var(--lynx--grey);
  max-width: 820px;
  margin-bottom: 36px;
  font-family: Varela, sans-serif;
  font-size: 18px;
  line-height: 165%;
}

.lynx-heading {
  color: var(--white);
  max-width: none;
  margin-top: 0;
  margin-bottom: 36px;
  font-family: Stagegrotesk, sans-serif;
  font-size: 84px;
  font-weight: 500;
  line-height: 100%;
  display: block;
}

.lynx-subtitle {
  color: var(--lynx--black);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  font-family: Varela, sans-serif;
  font-size: 12px;
  line-height: 140%;
}

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

.lynx-grid-image-right {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  grid-template-rows: auto;
  grid-template-columns: 1.2fr 1fr;
  justify-content: space-between;
  align-items: stretch;
  justify-items: stretch;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.lynx-content {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin: 100px auto -70px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.lynx-text-check {
  color: var(--lynx--grey);
  font-family: Varela, sans-serif;
  font-size: 18px;
  line-height: 140%;
}

.lynx-icon-check {
  width: 20px;
  height: 20px;
  margin-right: 12px;
}

.lynx-check {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 14px;
  display: flex;
}

.lynx-block-right {
  padding-left: 10%;
}

.lynx-paragraph-features {
  color: var(--emeraude);
  max-width: 294px;
  margin-bottom: 0;
  font-family: Stagegrotesk, sans-serif;
  font-size: 16px;
  line-height: 165%;
}

.lynx-icon-heading {
  color: var(--lynx--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: PT Serif, serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 132%;
}

.lynx-icon {
  width: 30px;
  height: 30px;
  margin-right: 15px;
}

.lynx-block-icon-heading {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.lynx-block-absolute {
  z-index: 50;
  background-color: var(--lynx--white);
  border-radius: 20px;
  flex-flow: column;
  justify-content: space-between;
  width: 340px;
  min-width: 250px;
  height: 480px;
  min-height: 480px;
  padding: 60px 45px;
  display: flex;
  position: static;
  top: auto;
  bottom: -4%;
  left: -4%;
  right: auto;
  box-shadow: 0 60px 60px -15px rgba(31, 32, 34, .1);
}

.lynx-grid-image-left {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.2fr;
  align-items: center;
  width: 100%;
}

.lynx-content-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

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

.brix---icon-square-36px {
  background-color: var(--elements-webflow-library--secondary--color-2);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 36px;
  min-width: 36px;
  height: 36px;
  min-height: 36px;
  text-decoration: none;
  transition: transform .3s, background-color .3s, color .3s;
  display: flex;
  overflow: hidden;
}

.brix---icon-square-36px:hover {
  transform: scale(.92);
}

.brix---social-media-grid-left {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 36px);
  justify-content: start;
  align-self: center;
  justify-items: start;
}

.brix---paragraph-default-2 {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---color-neutral-801 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---mg-bottom-24px-2 {
  margin-bottom: 24px;
}

.brix---heading-h3-size-2 {
  margin-top: 0;
  margin-bottom: 12px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.brix---heading-h3-size-link {
  color: var(--elements-webflow-library--neutral--800);
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  transition: color .3s;
}

.brix---heading-h3-size-link:hover {
  color: var(--elements-webflow-library--accent--primary-1);
}

.brix---text-decoration-none {
  text-decoration: none;
}

.brix---content-inside-card {
  padding: 40px 28px 48px;
}

.brix---badge-secondary-small-bold {
  border: 1px solid var(--elements-webflow-library--neutral--400);
  background-color: var(--elements-webflow-library--neutral--100);
  color: var(--emeraude);
  text-align: center;
  border-radius: 40px;
  padding: 10px 20px;
  font-family: Stagegrotesk, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 18px;
  text-decoration: none;
  display: inline-block;
}

.brix---badge-wrapper-top-right {
  position: absolute;
  top: 20px;
  bottom: auto;
  left: auto;
  right: 20px;
}

.brix---avatar-image-link {
  transition: transform .3s;
}

.brix---avatar-image-link:hover {
  transform: scale(1.1);
}

.brix---testimonial-image-wrapper {
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  width: 100%;
  overflow: hidden;
  transform: translate(0);
}

.brix---card {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-01);
  border-radius: 24px;
}

.brix---grid-3-columns-2 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---heading-h2-size-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---color-neutral-802 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---mg-bottom-16px {
  margin-bottom: 16px;
}

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

.brix---inner-container-574px---center {
  max-width: 574px;
  margin-left: auto;
  margin-right: auto;
}

.brix---mg-bottom-48px-2 {
  margin-bottom: 48px;
}

.brix---container-default-2 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section-2 {
  color: var(--elements-webflow-library--neutral--100);
  padding-top: 176px;
  padding-bottom: 176px;
}

.div-block-8 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 250px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.flex-block {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 250px;
  display: flex;
}

.flex-block-2 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  aspect-ratio: auto;
  object-fit: fill;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: space-around;
  align-self: flex-start;
  align-items: stretch;
  max-width: 250px;
  display: grid;
}

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

.lynx-image-absolute-2 {
  z-index: 50;
  object-fit: cover;
  border-radius: 20px;
  max-width: 56%;
  min-height: 400px;
  position: absolute;
  top: auto;
  bottom: -26%;
  left: auto;
  right: 8%;
  box-shadow: 0 60px 60px -15px rgba(31, 32, 34, .1);
}

.lynx-block-image-2 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  padding-left: 50px;
  display: flex;
  position: relative;
}

.lynx-block-left-2 {
  padding-right: 0%;
}

.lynx-grid-image-right-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1.2fr 1fr;
  align-items: start;
  justify-items: stretch;
  width: 100%;
  margin-top: 70px;
  margin-bottom: -40px;
  padding-left: 24px;
  padding-right: 24px;
}

.body-3 {
  background-image: url('../images/BG.jpg');
  background-position: 100% 0;
  background-size: auto;
}

.text-span-9, .text-span-10 {
  font-family: Nutgame, sans-serif;
  font-weight: 400;
}

.text-span-11 {
  font-family: Nutgame, sans-serif;
}

.brix---social-icon-square-30px-2 {
  background-color: var(--elements-webflow-library--secondary--color-2);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 30px;
  min-width: 30px;
  height: 30px;
  min-height: 30px;
  text-decoration: none;
  transition: transform .3s, background-color .3s, color .3s;
  display: flex;
}

.brix---social-icon-square-30px-2:hover {
  transform: scale(.92);
}

.brix---social-media-grid-header-v11-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 36px);
  justify-content: end;
  align-self: center;
  justify-items: end;
}

.brix---header-logo-2 {
  max-width: 250px;
}

.brix---header-logo-link-center-mbp-2 {
  transform-style: preserve-3d;
  padding-left: 0;
  transition: transform .3s, color .3s;
}

.brix---header-logo-link-center-mbp-2:hover {
  transform: scale3d(.96, .96, 1.01);
}

.brix---header-content-wrapper-v11-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.brix---container-default-3 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---header-wrapper-2 {
  background-color: var(--elements-webflow-library--neutral--100);
  padding-top: 32px;
  padding-bottom: 32px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
}

.image-5 {
  width: 200px;
}

.body-4 {
  background-image: url('../images/BG.jpg');
  background-position: 100% 0;
  background-size: auto;
  background-attachment: fixed;
}

.social-mobile {
  max-width: 1200px;
  padding-left: 24px;
  padding-right: 24px;
  display: none;
}

@media screen and (min-width: 1920px) {
  .header.lp1 {
    background-image: none;
    height: auto;
    padding-top: 173px;
    padding-bottom: 168px;
  }

  .brix---header-content-wrapper-v11 {
    width: 100%;
    max-width: none;
  }

  .brix---container-default {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
    align-items: stretch;
    width: 1500px;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .coordos, .div-block-4 {
    max-width: 1500px;
  }

  .heading-12 {
    font-size: 40px;
  }

  .lynx-heading {
    font-size: 100px;
  }

  .lynx-content-2 {
    max-width: 1500px;
  }

  .lynx-image-absolute-2 {
    bottom: -29%;
  }

  .lynx-block-image-2 {
    padding-left: 100px;
  }

  .lynx-grid-image-right-2 {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 991px) {
  .styleguide-block {
    text-align: center;
  }

  .heading-jumbo {
    font-size: 3.5em;
    line-height: 60px;
  }

  .section.cc-contact {
    padding-left: 0;
    padding-right: 0;
  }

  .button {
    justify-content: center;
  }

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

  .menu-icon {
    display: block;
  }

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

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

  .navigation {
    padding: 25px 30px;
  }

  .menu-button {
    padding: 0;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .navigation-wrap {
    margin-right: 0;
  }

  .work-experience-grid {
    grid-template: ". ."
                   ". ."
                   / 1fr 1fr;
  }

  .works-grid {
    flex-direction: column;
    align-items: stretch;
    display: flex;
  }

  .carrer-headline-wrap {
    width: auto;
  }

  .work-image {
    margin-bottom: 30px;
  }

  .contact {
    width: auto;
    padding: 30px 50px 40px;
  }

  .contact-headline, .contact-form-wrap {
    width: 100%;
  }

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

  .about-head-text-wrap {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .service-name-text {
    font-size: 24px;
    line-height: 42px;
  }

  .skillset-wrap {
    padding-right: 0;
  }

  .services-items-grid {
    grid-row-gap: 0px;
    grid-template: "."
                   "."
                   / 1fr;
    padding-top: 0;
  }

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

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

  .social-media-heading {
    text-align: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .social-media-grid {
    grid-template: ". ."
                   ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
  }

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

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

  .email-section {
    margin-bottom: 160px;
  }

  .email-link {
    font-size: 36px;
    line-height: 54px;
  }

  .nav-link, .nav-dropdown {
    padding-left: 5%;
    padding-right: 5%;
  }

  .dropdown-list.w--open {
    background-color: #fff;
    border-radius: 0;
    left: 0;
  }

  .dropdown-list.dark.w--open {
    background-color: #0d3357;
  }

  .dropdown-link {
    padding-left: 5%;
    padding-right: 5%;
  }

  .dropdown-link:hover, .dropdown-link.w--current {
    background-color: #f0f4f5;
  }

  .dropdown-link.dark {
    color: #fff;
    background-color: #0d3357;
  }

  .dropdown-link.dark:hover, .dropdown-link.dark.w--current {
    background-color: #10395f;
  }

  .logo.shrink {
    flex: 1;
  }

  .header-1-grid {
    grid-column-gap: 40px;
  }

  .header.lp1 {
    padding-top: 72px;
    padding-bottom: 110px;
  }

  .menu-button-2 {
    padding: 14px 0 14px 24px;
  }

  .menu-button-2.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu {
    background-color: #f0f4f5;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-right: 0;
  }

  .nav-menu.grow {
    padding-left: 0;
  }

  .nav-menu.grow.dark {
    background-color: #10395f;
  }

  .menu-image {
    border-radius: 0;
  }

  .header-1-grid-2 {
    grid-column-gap: 40px;
    grid-row-gap: 10px;
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr minmax(300px, 300px);
    grid-auto-columns: 1fr;
    display: flex;
  }

  .menu-button-3 {
    padding: 14px 0 14px 24px;
  }

  .menu-button-3.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .body-2 {
    background-position: 75%;
    background-size: auto 100vh;
    background-attachment: fixed;
  }

  .gradient-wrapper {
    filter: blur(180px);
  }

  .text-block-3 {
    font-size: 1rem;
  }

  .circle {
    width: 80vw;
    height: 80vw;
  }

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

  .container-4 {
    max-width: 728px;
  }

  .gallery-wrapper {
    grid-column-gap: 26px;
    grid-template-rows: 200px 100%;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 1px;
    grid-auto-flow: row;
  }

  .gallery-image {
    object-fit: fill;
    display: block;
    overflow: scroll;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .social-group {
    display: flex;
  }

  .f-footer-bottom {
    grid-row-gap: 24px;
    flex-direction: column;
  }

  .f-footer-title {
    margin-bottom: 24px;
  }

  .f-footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .brix---social-media-grid-header-v11 {
    grid-column-gap: 10px;
  }

  .brix---header-logo {
    max-width: 232px;
  }

  .brix---header-wrapper {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .coordos {
    margin-top: 24px;
  }

  .div-block-4 {
    grid-column-gap: 41px;
    grid-row-gap: 41px;
    padding: 40px;
  }

  .div-block-6 {
    grid-column-gap: 63px;
    grid-row-gap: 63px;
  }

  .brix---heading-h3-size {
    font-size: 22px;
    line-height: 32px;
  }

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

  .brix---heading-h2-size {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 40px;
  }

  .brix---section {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .lynx-block-image {
    padding-right: 20px;
  }

  .lynx-heading {
    width: 100%;
    max-width: none;
    margin-top: 36px;
    margin-bottom: 0;
    font-size: 70px;
  }

  .lynx-grid-image-right {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .lynx-icon-heading {
    font-size: 19px;
  }

  .lynx-block-absolute {
    grid-column-gap: 52px;
    grid-row-gap: 52px;
    flex-flow: row;
    justify-content: space-between;
    align-items: stretch;
    width: auto;
    height: auto;
    min-height: auto;
    padding: 60px 45px;
  }

  .lynx-grid-image-left {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .lynx-content-2 {
    flex-flow: column;
  }

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

  .brix---social-media-grid-left {
    grid-column-gap: 10px;
  }

  .brix---heading-h3-size-2, .brix---heading-h3-size-link {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---grid-3-columns-2 {
    grid-template-columns: 1fr 1fr;
  }

  .brix---heading-h2-size-2 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---mg-bottom-48px-2 {
    margin-bottom: 40px;
  }

  .brix---section-2 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

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

  .lynx-image-absolute-2 {
    object-fit: cover;
    width: 400px;
    max-width: 80%;
    height: 300px;
    min-height: auto;
    display: none;
    bottom: -17%;
    right: 58%;
  }

  .lynx-block-image-2 {
    padding-left: 0;
  }

  .lynx-block-left-2 {
    width: 100%;
  }

  .lynx-grid-image-right-2 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex-flow: column;
    grid-auto-flow: row;
    align-items: start;
    justify-items: stretch;
    width: auto;
    max-width: 100%;
    margin-bottom: 0;
    display: flex;
  }

  .brix---social-media-grid-header-v11-2 {
    grid-column-gap: 10px;
  }

  .brix---header-logo-2 {
    max-width: 232px;
  }

  .brix---header-wrapper-2 {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}

@media screen and (max-width: 767px) {
  .heading-jumbo-small {
    font-size: 30px;
    line-height: 52px;
  }

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

  .container {
    text-align: center;
  }

  .heading-jumbo {
    margin-left: auto;
    margin-right: auto;
    font-size: 57px;
    line-height: 60px;
  }

  .section {
    margin-left: 15px;
    margin-right: 15px;
  }

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

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

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

  .logo-link.w--current {
    background-color: rgba(0, 0, 0, 0);
  }

  .navigation {
    padding: 20px 30px;
  }

  .work-experience-grid {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .work-position-wrap {
    margin-bottom: 40px;
  }

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

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

  .contact {
    padding-left: 30px;
    padding-right: 30px;
  }

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

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

  .contact-form-wrap {
    text-align: left;
  }

  .footer-wrap {
    text-align: center;
    flex-direction: column;
  }

  .webflow-link {
    margin-bottom: 15px;
  }

  .footer-links {
    flex-direction: column;
  }

  .footer-item {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0;
  }

  .about-head-text-wrap {
    width: 70%;
    max-width: 470px;
  }

  .skills-grid {
    grid-template-columns: 1fr;
    width: 70%;
    max-width: 470px;
  }

  .personal-features-grid, .social-media-heading {
    width: 70%;
    max-width: 470px;
  }

  .social-media-grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr 1fr;
  }

  .project-overview-grid {
    width: 80%;
    max-width: 470px;
    margin-top: 90px;
    margin-bottom: 95px;
  }

  .project-description-grid {
    width: 70%;
    max-width: 470px;
    margin-top: 90px;
    margin-bottom: 85px;
  }

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

  .email-section {
    width: 80%;
    max-width: 470px;
    margin-top: 120px;
    margin-bottom: 120px;
  }

  .email-link {
    font-size: 36px;
    line-height: 54px;
  }

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

  ._404-wrap {
    padding: 30px;
  }

  .logo {
    padding-left: 0;
  }

  .open-times {
    width: 300px;
  }

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

  .header.lp1 {
    padding-top: 45px;
    padding-bottom: 80px;
  }

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

  .open-times-2 {
    width: 300px;
  }

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

  .calendar-day-2 {
    text-align: left;
  }

  .body-2 {
    background-position: 60%;
  }

  .circle {
    height: 80vh;
  }

  .gallery-slider {
    padding: 60px 15px;
  }

  .gallery-slide {
    margin-left: 10px;
    margin-right: 10px;
  }

  .gallery-slide-text {
    line-height: 30px;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .social-group {
    display: none;
  }

  .social-group.mobile {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .brix---social-media-grid-header-v11 {
    justify-content: center;
    align-self: stretch;
    align-items: center;
    justify-items: center;
  }

  .brix---header-logo {
    max-width: 90%;
  }

  .brix---mg-bottom-16px-mbl {
    margin-bottom: 16px;
  }

  .brix---header-content-wrapper-v11 {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .coordos {
    margin-top: 24px;
  }

  .div-block-4 {
    grid-column-gap: 45px;
    grid-row-gap: 45px;
    flex-flow: column;
  }

  .div-block-5 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

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

  .div-block-6 {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .brix---square-icon {
    border-radius: 12px;
    max-width: 56px;
  }

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

  .brix---heading-h2-size {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 32px;
  }

  .brix---section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .lynx-image-absolute {
    left: -2%;
  }

  .lynx-heading {
    max-width: none;
    margin-bottom: 0;
    font-size: 55px;
  }

  .lynx-block-left {
    padding-left: 5%;
    padding-right: 5%;
  }

  .lynx-grid-image-right {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .lynx-block-right {
    padding-left: 5%;
    padding-right: 5%;
  }

  .lynx-paragraph-features {
    max-width: 100%;
  }

  .lynx-block-absolute {
    grid-column-gap: 45px;
    grid-row-gap: 45px;
    flex-flow: column;
    width: 100%;
    height: auto;
    min-height: auto;
    bottom: -2%;
    left: -2%;
  }

  .lynx-grid-image-left {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

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

  .brix---social-media-grid-left {
    justify-content: start;
    justify-items: start;
  }

  .brix---content-inside-card {
    padding: 32px 32px 40px;
  }

  .brix---badge-secondary-small-bold {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .brix---grid-3-columns-2 {
    grid-template-columns: 1fr;
  }

  .brix---heading-h2-size-2 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---mg-bottom-16px {
    margin-bottom: 8px;
  }

  .brix---mg-bottom-48px-2 {
    margin-bottom: 32px;
  }

  .brix---section-2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .div-block-9 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-flow: wrap;
    align-items: stretch;
  }

  .lynx-image-absolute-2 {
    display: none;
    left: -2%;
  }

  .lynx-block-left-2 {
    padding-left: 0%;
    padding-right: 0%;
  }

  .lynx-grid-image-right-2 {
    grid-column-gap: 67px;
    grid-row-gap: 67px;
    grid-template-columns: 1fr;
  }

  .brix---social-media-grid-header-v11-2 {
    justify-content: center;
    align-self: stretch;
    align-items: center;
    justify-items: center;
  }

  .brix---header-logo-2 {
    max-width: 90%;
  }

  .brix---mg-bottom-16px-mbl-2 {
    margin-bottom: 16px;
  }

  .brix---header-content-wrapper-v11-2 {
    flex-direction: column;
  }

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

  .social-mobile {
    flex-flow: column;
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  .rich-text {
    width: 100%;
    max-width: none;
  }

  .container {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-jumbo {
    text-align: left;
    font-size: 50px;
    line-height: 100%;
  }

  .paragraph-light {
    color: var(--white);
    text-align: left;
  }

  .button {
    text-align: center;
    padding-left: 25px;
    padding-right: 25px;
  }

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

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

  .intro-wrap {
    width: 100%;
  }

  .contact {
    padding-left: 15px;
    padding-right: 15px;
  }

  .contact-form, .contact-form-wrap, .footer-wrap {
    flex-direction: column;
  }

  .about-head-text-wrap {
    width: 100%;
    max-width: none;
  }

  .skills-grid {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: none;
  }

  .personal-features-grid, .social-media-heading, .project-overview-grid, .project-description-grid {
    width: 100%;
    max-width: none;
  }

  .email-section {
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: none;
    display: flex;
  }

  .email-link {
    font-size: 30px;
    line-height: 46px;
  }

  .body {
    background-position: 90% 0;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .heading-8 {
    margin-bottom: 10px;
    line-height: 30px;
  }

  .nav-top.left-margin {
    display: none;
  }

  .button-2, .button-2.white {
    padding-left: 25px;
    padding-right: 25px;
  }

  .open-times {
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }

  .header.lp1 {
    background-image: none;
    width: 100%;
    margin-left: 0;
    padding: 16px 20px 60px;
  }

  .menu-button-2 {
    padding-left: 16px;
  }

  .open-times-2 {
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }

  .open-times-title-2 {
    text-align: left;
  }

  .menu-button-3 {
    padding-left: 16px;
  }

  .body-2 {
    background-position: 60%;
    background-size: auto 100vh;
  }

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

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

  .gallery-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

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

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .social-group {
    grid-column-gap: 6px;
    justify-content: center;
    display: none;
  }

  .brix---social-icon-square-30px {
    border-radius: 6px;
    width: 30px;
    min-width: 30px;
    height: 30px;
    min-height: 30px;
    font-size: 14px;
  }

  .brix---social-media-grid-header-v11 {
    grid-template-columns: repeat(auto-fit, 30px);
    justify-content: center;
    justify-items: center;
  }

  .brix---header-logo {
    max-width: 84%;
  }

  .brix---header-logo-link-center-mbp {
    justify-content: center;
    align-self: center;
    display: flex;
  }

  .brix---header-content-wrapper-v11 {
    flex-direction: column;
  }

  .brix---container-default {
    padding-left: 20px;
    padding-right: 20px;
  }

  .coordos {
    margin-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-4 {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    flex-flow: column;
    padding-left: 30px;
    padding-right: 30px;
  }

  .div-block-5 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .heading-12 {
    text-align: center;
    font-size: 30px;
  }

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

  .div-block-6 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: center;
  }

  .brix---paragraph-default {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---heading-h3-size {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .brix---square-icon {
    border-radius: 14px;
    max-width: 56px;
  }

  .brix---mg-bottom-24px {
    margin-bottom: 16px;
  }

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

  .brix---heading-h2-size {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 32px;
  }

  .lynx-heading {
    width: auto;
    max-width: none;
    margin-bottom: 40px;
    font-size: 40px;
    display: block;
  }

  .lynx-icon-heading {
    font-size: 18px;
  }

  .lynx-block-absolute {
    flex-flow: column;
    width: 100%;
    min-width: auto;
    height: auto;
    min-height: 420px;
    padding: 50px 30px;
  }

  .lynx-content-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .brix---icon-square-36px {
    border-radius: 6px;
    width: 30px;
    min-width: 30px;
    height: 30px;
    min-height: 30px;
    font-size: 14px;
  }

  .brix---social-media-grid-left {
    grid-template-columns: repeat(auto-fit, 30px);
  }

  .brix---paragraph-default-2 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---mg-bottom-24px-2 {
    margin-bottom: 16px;
  }

  .brix---heading-h3-size-2 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .brix---content-inside-card {
    padding-top: 26px;
    padding-left: 22px;
    padding-right: 22px;
  }

  .brix---badge-secondary-small-bold {
    padding: 10px 16px;
    font-size: 14px;
    line-height: 16px;
  }

  .brix---badge-wrapper-top-right {
    top: 14px;
    right: 14px;
  }

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

  .brix---grid-3-columns-2 {
    grid-template-columns: 1fr;
  }

  .brix---heading-h2-size-2 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---mg-bottom-16px {
    margin-bottom: 15px;
  }

  .brix---mg-bottom-48px-2 {
    margin-bottom: 32px;
  }

  .brix---container-default-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .lynx-image-absolute-2 {
    display: none;
  }

  .lynx-block-image-2 {
    max-width: 100%;
  }

  .lynx-block-left-2 {
    width: 100%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .lynx-grid-image-right-2 {
    grid-column-gap: 100px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    margin-top: 70px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .brix---social-icon-square-30px-2 {
    border-radius: 6px;
    width: 30px;
    min-width: 30px;
    height: 30px;
    min-height: 30px;
    font-size: 14px;
  }

  .brix---social-media-grid-header-v11-2 {
    grid-template-columns: repeat(auto-fit, 30px);
    justify-content: center;
    justify-items: center;
  }

  .brix---header-logo-2 {
    max-width: 84%;
  }

  .brix---header-logo-link-center-mbp-2 {
    justify-content: center;
    align-self: center;
    display: flex;
  }

  .brix---header-content-wrapper-v11-2 {
    flex-direction: column;
  }

  .brix---container-default-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-5 {
    width: 180px;
  }

  .image-6 {
    width: 50%;
  }

  .social-mobile {
    margin-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }
}

#w-node-a3746b11-17c0-ddb7-f097-d1641dce9b88-d2c90540, #w-node-a3746b11-17c0-ddb7-f097-d1641dce9b91-d2c90540 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0befc76b-828c-2822-f9fa-f2c6de040bbf-d2c90545 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc4-d2c90545 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc9-d2c90545 {
  grid-area: 2 / 3 / 3 / 5;
}

#w-node-b915ad84-715b-fc9d-8156-ee63d52fd22b-d2c90545 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_9fda4a37-cb21-e2a1-58de-88a206fa61ae-d2c90545 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_0befc76b-828c-2822-f9fa-f2c6de040bbf-d2c90546 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc4-d2c90546 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc9-d2c90546 {
  grid-area: 2 / 3 / 3 / 5;
}

#w-node-b915ad84-715b-fc9d-8156-ee63d52fd22b-d2c90546 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_32040423-4078-1b23-6771-e6c78f8a716d-d2c90546 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_0befc76b-828c-2822-f9fa-f2c6de040bbf-d2c90547 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc4-d2c90547 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc9-d2c90547 {
  grid-area: 2 / 3 / 3 / 5;
}

#w-node-b915ad84-715b-fc9d-8156-ee63d52fd22b-d2c90547 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_1f85730f-9889-a71b-9be8-c086a8d10760-d2c90547 {
  grid-area: 1 / 1 / 2 / 2;
}

@media screen and (max-width: 991px) {
  #w-node-_0befc76b-828c-2822-f9fa-f2c6de040bbf-d2c90545 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc4-d2c90545 {
    grid-column-end: 2;
  }

  #w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc9-d2c90545 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-b915ad84-715b-fc9d-8156-ee63d52fd22b-d2c90545 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_0befc76b-828c-2822-f9fa-f2c6de040bbf-d2c90546 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc4-d2c90546 {
    grid-column-end: 2;
  }

  #w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc9-d2c90546 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-b915ad84-715b-fc9d-8156-ee63d52fd22b-d2c90546 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_32040423-4078-1b23-6771-e6c78f8a716d-d2c90546, #w-node-_0befc76b-828c-2822-f9fa-f2c6de040bbf-d2c90547 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc4-d2c90547 {
    grid-column-end: 2;
  }

  #w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc9-d2c90547 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-b915ad84-715b-fc9d-8156-ee63d52fd22b-d2c90547 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_1f85730f-9889-a71b-9be8-c086a8d10760-d2c90547 {
    grid-area: 1 / 1 / 2 / 2;
  }
}


@font-face {
  font-family: 'Nutgame';
  src: url('../fonts/Nutgame-Italic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Stagegrotesk';
  src: url('../fonts/StageGrotesk-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Stagegrotesk';
  src: url('../fonts/StageGrotesk-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Stagegrotesk';
  src: url('../fonts/StageGrotesk-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}