:root {
  --black: black;
  --white: white;
  --414141: #414141;
  --—: #007eff;
  --d085bf: #d085bf;
  --b9393d: #b9393d;
  --f9f9f9: #f9f9f9;
  --ffd24d: #ffd24d;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

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

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

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

h2 {
  margin-top: 0;
  margin-bottom: 0;
  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;
  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 {
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
}

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 {
  margin-left: 30px;
  margin-right: 30px;
}

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

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

.container {
  width: 100%;
  min-width: 0;
  max-width: 1120px;
  height: 0;
  min-height: 0;
  margin-left: auto;
  margin-right: auto;
}

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

.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 0.4s, opacity 0.4s, color 0.4s;
}

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

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

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

.button.cc-jumbo-button.cc-jumbo-white {
  color: #000;
  background-color: #fff;
}

.button.cc-jumbo-button.cc-jumbo-white:hover {
  background-color: #f1f1f1;
}

.button.cc-jumbo-button.cc-jumbo-white:active {
  background-color: #e1e1e1;
}

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

.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: #fffc;
}

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

.label.cc-blog-date {
  opacity: 0.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: 0.6;
  margin-top: 15px;
  margin-bottom: 25px;
}

.rich-text figcaption {
  opacity: 0.6;
}

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

.paragraph-light {
  opacity: 0.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: #fff;
  text-align: center;
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 460px;
  padding: 30px;
  display: flex;
}

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

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

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

.logo-link:active {
  opacity: 0.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: 0.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: 0.9;
}

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

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

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

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

.logo-image {
  display: block;
}

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

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

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

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

.webflow-link:active {
  opacity: 0.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;
  padding-top: 110px;
  padding-bottom: 120px;
  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-top: 80px;
  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;
  margin-top: 100px;
  margin-bottom: 100px;
}

.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 0.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;
  margin-bottom: 100px;
  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;
  margin-bottom: 120px;
}

.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:
    ". . ."
    ". . .";
  margin-bottom: 60px;
}

.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;
  margin-bottom: 60px;
}

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

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

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

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

.project-cover-link:active {
  opacity: 0.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;
  margin-bottom: 100px;
  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;
  margin-top: 100px;
  margin-bottom: 100px;
}

.project-pics {
  margin-bottom: 120px;
}

.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 0.6s;
  display: block;
}

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

.blog-preview-image:active {
  opacity: 0.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: 0.8;
}

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

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

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

.contact-email-link:active {
  opacity: 0.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;
  margin-bottom: 120px;
}

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

.collection-list-wrapper {
  margin-bottom: 120px;
}

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

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

._w-lightbox-caption {
  background-color: #0009;
}

.page-wrapper {
  width: 100%;
}

.navbar {
  background-color: #ddd0;
  padding: 30px 40px 20px;
  position: absolute;
  inset: 0% 0% auto;
}

.hero-section {
  background-color: var(--black);
  opacity: 1;
  color: var(--white);
  mix-blend-mode: normal;
  background-image: url("../images/Untitled-design-17.png"),
    linear-gradient(176deg, #d085bf, #007eff);
  background-position: 50%, 0 0;
  background-size: cover, auto;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-top: 300px;
  padding-bottom: 220px;
  position: relative;
}

.image {
  width: 100%;
  max-width: 100%;
}

.image._02 {
  position: absolute;
  inset: 0%;
}

.brand {
  width: 100%;
  max-width: 180px;
}

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

.nav-flex {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.nav-links-flex {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  display: none;
}

.body {
  color: var(--414141);
  font-family: Poppins, sans-serif;
  font-weight: 400;
  line-height: 1.75em;
}

.nav-link {
  color: #fff;
  text-transform: uppercase;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
}

.search-input,
.field-label {
  display: none;
}

.search {
  margin-bottom: 0;
}

.search-button {
  background-color: #3898ec00;
  background-image: url("../images/icons8-search-96_1icons8-search-96.png");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.search-block {
  align-items: center;
  display: flex;
}

.search-button {
  background-image: none;
  width: 100%;
  max-width: 30px;
  height: 30px;
}

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

.hero-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 800px;
  max-width: 200px;
  height: 180px;
  display: flex;
}

.tickets-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 150px;
  display: flex;
}

.tickets-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-items: center start;
  width: 100%;
  display: flex;
}

.tickets-content.hide {
  display: none;
}

.image-3 {
  width: 100%;
  max-width: 20px;
}

.t-16 {
  font-size: 14px;
  font-weight: 500;
  line-height: 1em;
}

.line {
  opacity: 0.3;
  background-color: #fff;
  width: 91px;
  height: 2px;
}

.heading-80 {
  font-size: 80px;
  line-height: 1.1em;
}

.heading-80.margin {
  color: var(--white);
  text-shadow: 0 16px 17px #00000061;
  width: 630px;
  height: 238px;
  margin-top: 53px;
  margin-bottom: 20px;
  font-size: 60px;
}

.bold {
  height: 0;
  font-weight: 700;
}

.t-20 {
  flex: 0 auto;
  order: 0;
  align-self: auto;
  width: 63vw;
  max-width: 250px;
  margin-top: 11px;
  margin-left: -33px;
  margin-right: -7px;
  padding-right: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6em;
}

.t-20._w-600 {
  aspect-ratio: auto;
  color: var(--white);
  text-shadow: 0 16px 17px #0003;
  object-fit: fill;
  width: 730px;
  max-width: 730px;
  height: 0;
  margin-top: 19px;
  margin-left: -3px;
}

.t-20.capital {
  text-transform: uppercase;
  margin-left: 0;
  margin-right: -26px;
}

.t-20.heading {
  width: 70vw;
  max-width: 550px;
  margin-left: -53px;
  margin-right: -1px;
}

.primary-button {
  background-image: linear-gradient(90deg, var(--—), var(--d085bf));
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  border-radius: 27px;
  padding: 17px 46px;
  font-size: 14px;
  line-height: 1.5em;
  text-decoration: none;
  transition: all 0.3s;
}

.primary-button:hover {
  background-image: linear-gradient(272deg, var(--—), var(--d085bf));
  color: #fff;
  letter-spacing: 1px;
}

.primary-button.mt-60 {
  background-image: linear-gradient(90deg, var(--—), #007eff 0%, var(--d085bf));
  margin-top: 140px;
  box-shadow: 0 22px 50px #00000073;
}

.primary-button.mt-60:hover {
  color: #fff;
  padding-left: 35px;
}

.primary-button.submit {
  background-image: linear-gradient(90deg, var(--—), var(--d085bf));
  margin-top: 20px;
  padding-top: 14px;
  padding-bottom: 14px;
  box-shadow: 23px 15px 50px #1a18190f;
}

.primary-button.submit:hover {
  letter-spacing: 1px;
}

.primary-button.submit-02 {
  margin-left: -44px;
  padding-top: 10px;
  padding-bottom: 10px;
  box-shadow: 3px 3px 30px #00000014;
}

.icon-block {
  background-color: var(--—);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 30px;
  height: 30px;
  display: flex;
}

.counter-wrapper {
  border-top: 2px solid #ffffff4d;
  margin-top: 120px;
  padding-top: 60px;
  padding-left: 40px;
  padding-right: 40px;
  display: none;
}

.flex-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.flex-wrapper.footer-flex {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}

.left-block.form {
  width: 50%;
  margin-top: -89px;
  padding: 60px 60px 40px;
}

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

.right-block.form {
  color: var(--white);
  width: 50%;
  position: relative;
}

.t-14 {
  color: #ffd24d;
  letter-spacing: 6px;
  font-size: 14px;
  line-height: 1.42857em;
}

.heading-30 {
  font-size: 30px;
  line-height: 1.4em;
}

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

.success-block,
.social-links-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.t-14-20 {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.42857em;
}

.t-14-20._02 {
  color: var(--white);
}

.t-14-20.pd-40 {
  padding-left: 40px;
  padding-right: 40px;
}

.image-4 {
  width: 100%;
  max-width: 100%;
}

.image-4.hover {
  opacity: 0;
  position: absolute;
  inset: 0%;
}

.social-link {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 16px;
  display: flex;
  position: relative;
}

.social-link._02 {
  background-color: #7e7e7e;
  border-radius: 50%;
  min-width: 30px;
  max-width: 30px;
  height: 30px;
  transition: all 0.3s;
}

.social-link._02:hover {
  background-image: linear-gradient(90deg, var(--—), var(--d085bf));
}

.counter-block {
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  padding: 12px 10px;
}

.heading-35 {
  color: var(--b9393d);
  font-size: 35px;
  font-weight: 300;
  line-height: 0.8em;
}

.t-12 {
  color: #999;
  font-size: 12px;
  line-height: 1.41667em;
}

.register-section {
  padding: 100px 40px;
}

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

.inner-body.pd-40 {
  padding-left: 40px;
  padding-right: 40px;
}

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

.heading-59 {
  margin-bottom: -37px;
  font-size: 59px;
  line-height: 1.49153em;
}

.form-wrapper {
  background-color: #fff;
  border-radius: 30px;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 60px;
  display: flex;
  overflow: hidden;
  box-shadow: 24px 16px 57px 2px #1a181929;
}

.field-label-2 {
  display: none;
}

.text-field-2 {
  color: #3e3e3e;
  border: 1px #000;
  border-radius: 100px;
  width: 100%;
  height: 50px;
  margin-bottom: 20px;
  padding-left: 15px;
  padding-right: 15px;
  font-weight: 500;
  box-shadow: 23px 15px 68px #1a18190f;
}

.text-field-2:focus {
  border-style: solid;
  border-color: var(--—);
}

.text-field-2::placeholder {
  text-transform: uppercase;
}

.text-field-2._02 {
  height: 40px;
  margin-bottom: 0;
  padding-right: 50px;
  font-size: 12px;
}

.div-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  margin-top: 10px;
  padding-top: 0;
  padding-left: 10px;
  display: grid;
}

.radio-button {
  z-index: auto;
  cursor: pointer;
  border-style: none;
  border-radius: 100px;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.radio-button.w--redirected-checked {
  border-color: var(--d085bf);
}

.radio-button.w--redirected-focus {
  border-color: var(--d085bf);
  box-shadow: 0 0 2px 1px var(--d085bf);
}

.radio-button-label {
  color: #3e3e3e;
  text-transform: capitalize;
  margin-bottom: 0;
  padding-left: 13px;
  font-size: 14px;
  font-weight: 500;
}

.radio-button-field {
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
  display: flex;
  position: relative;
  box-shadow: 3px 3px 30px #00000014;
}

.field-label-4 {
  text-transform: capitalize;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.25em;
}

.footer {
  background-color: var(--f9f9f9);
  padding-top: 100px;
  padding-bottom: 40px;
}

.footer-links-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.link {
  font-size: 14px;
  line-height: 1.6em;
  text-decoration: none;
  transition-property: all;
  transition-duration: 0.3s;
}

.link:hover {
  color: var(--ffd24d);
}

.link.privacy {
  color: #fff;
  text-transform: uppercase;
  font-weight: 300;
}

.image-5 {
  width: 20px;
}

.links-flex {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.privacy-block {
  background-color: #000;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 100px;
  padding: 30px 40px;
}

.privacy-content,
.mail-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.form-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.form-block {
  margin-bottom: 0;
}

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

.copyright-block {
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
}

.image-6 {
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: none;
}

.detail-block {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  background-image: url("../images/Green-White-Watercolor-Leaf-Page-Border-A3-Poster-1.png");
  background-position: 50% 0;
  background-repeat: repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 56px 150px 100px 100px;
  display: flex;
}

.t-30 {
  width: 50vw;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6em;
}

.t-30._w-600 {
  width: 100%;
  max-width: 600px;
}

.t-30.capital {
  text-transform: uppercase;
}

.detail-inner-block {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-start;
  align-items: center;
  margin-left: -44px;
  margin-right: 92px;
  display: flex;
}

.padding-block {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 40px;
  padding-right: 40px;
}

.form-block-2 {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  height: 100%;
  margin-top: 40px;
  display: flex;
}

.success-message {
  background-color: #ddd0;
  border-radius: 100px;
  box-shadow: 15px 23px 50px #0003;
}

.div-block-3 {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  display: flex;
}

.form-3 {
  border: 1px #000;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: block;
}

.lottie-animation {
  width: 100%;
  max-width: 100px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.success-message-2 {
  background-color: #fff;
  border-radius: 100px;
  font-size: 12px;
}

.button-hero {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

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

.logo-brand {
  width: 100%;
  max-width: 243px;
}

.radio-button-copy {
  cursor: pointer;
  border-style: none;
  border-radius: 100px;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.radio-button-copy.w--redirected-checked {
  border-color: var(--d085bf);
}

.radio-button-copy.w--redirected-focus {
  border-color: var(--d085bf);
  box-shadow: 0 0 2px 1px var(--d085bf);
}

.radio-button-2 {
  margin-top: 0;
}

.radio-button-3 {
  flex: 0 auto;
  align-self: center;
  margin-top: 0;
}

.radio-button-4,
.radio-button-5 {
  margin-top: 0;
}

.tysubtext {
  color: var(--white);
  width: 40vw;
}

.tytext {
  color: var(--white);
  width: 40vw;
  margin-top: 498px;
}

.tybg {
  background-image: url("../images/Beige-White-Minimalist-Pattern-Page-Border-Document-A4-Landscape-19.png");
  background-position: 0%;
  background-size: cover;
}

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

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

  .button {
    justify-content: center;
  }

  .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 0.4s, opacity 0.4s, color 0.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 {
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .brand {
    max-width: 110px;
  }

  .heading-80.margin {
    font-size: 60px;
  }

  .t-20 {
    font-size: 16px;
  }

  .t-20._w-600 {
    padding-bottom: 0;
  }

  .counter-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .left-block.form {
    padding: 30px;
  }

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

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

  .footer {
    padding-bottom: 20px;
  }

  .privacy-block {
    margin-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .mail-block {
    justify-content: space-between;
    width: 100%;
  }

  .copyright-block {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .detail-block {
    padding-left: 40px;
    padding-right: 40px;
  }

  .t-30 {
    font-size: 27px;
  }

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

@media screen and (max-width: 767px) {
  .section {
    margin-left: 15px;
    margin-right: 15px;
  }

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

  .navbar {
    padding-top: 20px;
  }

  .hero-section {
    padding-top: 220px;
    padding-bottom: 200px;
    display: flex;
  }

  .brand {
    max-width: 100px;
    padding-left: 0;
  }

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

  .tickets-content {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .heading-80.margin {
    width: 520px;
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 40px;
  }

  .bold {
    width: 320px;
  }

  .t-20._w-600 {
    width: 420px;
  }

  .primary-button.mt-60 {
    margin-top: 40px;
    padding: 15px 40px;
  }

  .primary-button.submit {
    padding-left: 40px;
    padding-right: 40px;
  }

  .counter-wrapper {
    margin-top: 50px;
    padding-top: 30px;
  }

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

  .flex-wrapper.events {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    justify-content: center;
    align-items: center;
  }

  .left-block.form {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .right-block.social {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .right-block.form {
    width: auto;
  }

  .heading-30.margin {
    font-size: 24px;
  }

  .success-block {
    text-align: left;
  }

  .t-14-20.center-on-mobile {
    text-align: center;
  }

  .social-link._02 {
    min-width: 25px;
    max-width: 25px;
    height: 25px;
  }

  .counter-block {
    padding-top: 10px;
    padding-bottom: 8px;
  }

  .heading-35 {
    font-size: 26px;
  }

  .register-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .heading-59 {
    font-size: 32px;
  }

  .form-wrapper {
    flex-flow: column-reverse wrap-reverse;
    margin-top: 40px;
  }

  .text-field-2,
  .radio-button-field {
    height: 46px;
  }

  .footer {
    padding-top: 60px;
  }

  .image-5 {
    width: 15px;
  }

  .privacy-block {
    margin-top: 40px;
  }

  .mail-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .detail-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 20px;
  }

  .t-30 {
    font-size: 20px;
  }

  .logo-brand {
    max-width: 180px;
  }
}

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

  .hero-section {
    -webkit-text-fill-color: inherit;
    background-repeat: repeat;
    background-clip: border-box;
    height: 90vh;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 418px;
  }

  .heading-80.margin {
    width: 320px;
    margin-top: -102px;
    font-size: 30px;
  }

  .t-20 {
    margin-left: 3px;
    font-size: 14px;
  }

  .t-20._w-600 {
    width: 300px;
    margin-top: -3px;
    margin-left: -4px;
    padding-bottom: 20px;
    font-size: 12px;
  }

  .t-20.heading {
    width: 75vw;
    margin-left: -6px;
    font-size: 14px;
  }

  .primary-button.mt-60 {
    height: 65px;
    max-height: 65px;
    margin-top: 91px;
  }

  .primary-button.submit-02 {
    margin-left: 0;
  }

  .heading-59 {
    font-size: 27px;
  }

  .text-field-2 {
    margin-top: 27px;
    margin-bottom: -12px;
  }

  .div-block {
    margin-top: 25px;
  }

  .radio-button-label {
    font-size: 10px;
  }

  .field-label-4 {
    font-size: 14px;
  }

  .form-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap;
  }

  .detail-block {
    margin-left: 0;
    margin-right: -321px;
    padding-left: 28px;
    padding-right: 0;
  }

  .t-30 {
    width: 80vw;
    margin-left: 41px;
    font-size: 16px;
  }

  .form-3 {
    margin-top: 46px;
  }

  .success-message-2 {
    line-height: 1.5em;
  }

  .logo-brand {
    max-width: 160px;
  }

  .tysubtext {
    width: 80vw;
    margin-left: -132px;
  }

  .tytext {
    width: 100vw;
    margin-left: -132px;
    padding-left: 0;
  }

  .tybg {
    background-position: 100% 100%;
  }
}

#w-node-_0b243cbb-967d-cb47-4ff3-8a9e6e45cf8f-06452ebe,
#w-node-_0b243cbb-967d-cb47-4ff3-8a9e6e45cf93-06452ebe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3f61509a-fac7-b0d5-3763-509be705858e-06452ec3 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_3f61509a-fac7-b0d5-3763-509be70585a6-06452ec3 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-cb4222c2-e34c-f4e1-7796-79bb93a2fb08-06452ec3 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-cb4222c2-e34c-f4e1-7796-79bb93a2fb15-06452ec3 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-cb4222c2-e34c-f4e1-7796-79bb93a2fb22-06452ec3 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_421df62a-c217-12af-eee8-27f88a387918-06452ec4 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_421df62a-c217-12af-eee8-27f88a387928-06452ec4 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_421df62a-c217-12af-eee8-27f88a387918-06452ec5 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_421df62a-c217-12af-eee8-27f88a387928-06452ec5 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_421df62a-c217-12af-eee8-27f88a387918-06452ec6 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_421df62a-c217-12af-eee8-27f88a387928-06452ec6 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2878ffd7-26fe-9471-3c4e-7763e2d38cdc-06452ec7 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2878ffd7-26fe-9471-3c4e-7763e2d38ce3-06452ec7 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_2878ffd7-26fe-9471-3c4e-7763e2d38cea-06452ec7 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-c28cc763-f708-1e61-f196-6bd9fce9803c-06452ec9 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-c28cc763-f708-1e61-f196-6bd9fce98043-06452ec9 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-c28cc763-f708-1e61-f196-6bd9fce9804a-06452ec9 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-c28cc763-f708-1e61-f196-6bd9fce98051-06452ec9 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-c28cc763-f708-1e61-f196-6bd9fce98058-06452ec9 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-c28cc763-f708-1e61-f196-6bd9fce9805f-06452ec9 {
  grid-area: 2 / 3 / 3 / 4;
}

@media screen and (max-width: 991px) {
  #w-node-_3f61509a-fac7-b0d5-3763-509be70585a6-06452ec3,
  #w-node-cb4222c2-e34c-f4e1-7796-79bb93a2fb15-06452ec3 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-cb4222c2-e34c-f4e1-7796-79bb93a2fb22-06452ec3 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_421df62a-c217-12af-eee8-27f88a387928-06452ec4,
  #w-node-_421df62a-c217-12af-eee8-27f88a387928-06452ec5,
  #w-node-_421df62a-c217-12af-eee8-27f88a387928-06452ec6,
  #w-node-c28cc763-f708-1e61-f196-6bd9fce9804a-06452ec9 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-c28cc763-f708-1e61-f196-6bd9fce98051-06452ec9 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-c28cc763-f708-1e61-f196-6bd9fce98058-06452ec9 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-c28cc763-f708-1e61-f196-6bd9fce9805f-06452ec9 {
    grid-area: 3 / 2 / 4 / 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-c28cc763-f708-1e61-f196-6bd9fce98043-06452ec9 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-c28cc763-f708-1e61-f196-6bd9fce9804a-06452ec9 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-c28cc763-f708-1e61-f196-6bd9fce98051-06452ec9 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-c28cc763-f708-1e61-f196-6bd9fce98058-06452ec9 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-c28cc763-f708-1e61-f196-6bd9fce9805f-06452ec9 {
    grid-area: 6 / 1 / 7 / 2;
  }
}

.ty-content {
  padding: 0 20px;
}

.tytext {
  font-size: 48px;
  text-align: left;
}

.tysubtext {
  font-size: 18px;
  text-align: left;
}

@media screen and (max-width: 479px) {
  .tytext {
    max-width: 350px;
    font-size: 32px;
    line-height: 1.3;
    text-align: center;
    padding: 0 20px;
    margin-bottom: 20px;
  }

  .ty-content {
    display: flex;
    gap: 20px;
    flex-direction: column;
    align-items: center;
  }

  .tysubtext {
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
    padding-left: 20px;
  }
}
