:root {
  --white: white;
  --flowstica-webflow-library--black: #010b15;
  --flowstica-webflow-library--white: white;
  --black: black;
  --flowstica-webflow-library--white-smoke: #f7f7f7;
  --flowstica-webflow-library--medium-sea-green: #08b54f;
  --form-text: 20px;
  --flowstica-webflow-library--honeydew: #cef0dc;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

.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-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

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

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

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

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

body {
  color: #1a1b1f;
  font-family: 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: #1a1b1f;
  text-decoration: underline;
  transition: opacity .2s;
  display: block;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

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

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

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

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

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

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

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

.section-top {
  background-color: #0000;
  margin-top: 0;
  margin-left: 30px;
  margin-right: 30px;
  padding-top: 0;
  padding-bottom: 0;
}

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

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

.section-top.footer-wrap {
  margin-top: 20px;
}

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

.container {
  width: 100%;
  max-width: 1140px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
}

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

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

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

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

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

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

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

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

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

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

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

.primary-button.form-post {
  font-size: 20px;
  font-weight: 600;
}

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

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

.label.cc-light {
  opacity: .6;
  margin-top: 15px;
  margin-bottom: 0;
}

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

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

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

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

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

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

.paragraph-light {
  opacity: .6;
  color: #000;
  text-align: left;
  line-height: 40px;
}

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

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

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

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

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

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

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

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

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

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

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

.logo-image {
  display: block;
}

.navigation-items {
  flex-flow: row;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: visible;
}

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

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

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

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

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

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

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

.intro-header {
  color: #fff;
  text-align: left;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-bottom: 24px;
  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;
}

.point-wrap {
  text-align: center;
  width: 94%;
  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: "Area-2"
                 "Area"
                 / 1fr 1fr 1fr;
  margin-bottom: 120px;
}

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

.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;
  font-size: 18px;
 text-align: left;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.section-heading {
  background-color: #ffd624;
  border-radius: 10px;
  margin-top: 10px;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 28px;
  font-weight: 400;
}

.about-grid {
  grid-column-gap: 20px;
  grid-row-gap: 30px;
  grid-template: "."
                 "Area"
                 / 5.75fr 3.75fr;
  grid-auto-columns: 1fr;
  align-items: start;
  margin-bottom: 80px;
}

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

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

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

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

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

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

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

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

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

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

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

.columns {
  margin-top: 20px;
}

.column {
  padding-top: 0;
}

.columns-2 {
  margin-bottom: 21px;
}

.columuns-point {
  margin-bottom: 24px;
}

.point-staff {
  padding-top: 112px;
}

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

.image {
  margin-left: auto;
  margin-right: auto;
}

.image.relief {
  width: 80px;
}

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

.grid-2 {
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-areas: "Area"
                       "."
                       "."
                       "."
                       "."
                       "."
                       "."
                       "."
                       "."
                       "."
                       "."
                       "."
                       ".";
  font-size: 14px;
  line-height: 20px;
}

.button {
  margin-left: 30px;
  margin-right: 35px;
}

.column-staff {
  padding-top: 0;
}

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

.wbs-section {
  padding: 1.75rem 5%;
}

.wbs-step-simple-item {
  text-align: center;
  padding-left: 18px;
  padding-right: 18px;
}

.wbs-step-simple-number-wrap {
  color: #328d1e;
  background-color: #328d1e;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.wbs-step-simple-number {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
}

.wbs-step-simple-title {
  color: var(--flowstica-webflow-library--black);
  font-size: 20px;
}

.wbs-steps-2 {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 40px;
  display: grid;
}

.heading {
  text-align: center;
}

.heading-2 {
  color: #fff;
  text-align: center;
  background-color: #2baae2;
  border: 2px solid #2baae2;
  border-radius: 10px;
  margin-bottom: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 600;
}

.heading-2.address-title {
  color: #000;
  background-color: #ffd624;
  border-width: 0;
}

.scrollable-textarea {
  overflow: auto;
}

.code-embed {
  text-align: center;
}

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

.wbs-heading-h6 {
  color: var(--flowstica-webflow-library--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.3em;
}

.wbs-button-primary-1 {
  color: var(--flowstica-webflow-library--white);
  text-align: center;
  background-color: #328d1e;
  border-radius: 6px;
  padding: 13px 30px;
  font-size: 15px;
  font-weight: 700;
  transition-property: background-color;
  transition-duration: .3s;
  transition-timing-function: ease-in-out;
}

.wbs-button-primary-1:hover {
  background-color: #ffd624;
}

.wbs-button-primary-1.go-to-order {
  color: var(--black);
  background-color: #ffd624;
}

.wbs-button-primary-1.go-to-order:hover {
  color: var(--white);
  background-color: #328d1e;
}

.wbs-button-primary-1.pdf {
  margin-left: auto;
  margin-right: auto;
}

.wbs-section-2 {
  padding: 1.35rem 5%;
}

.wbs-cta-4 {
  z-index: 1;
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  background-color: var(--flowstica-webflow-library--white-smoke);
  border-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.wbs-cta-4.cta-top {
  max-width: 90%;
}

.wbs-cta-4-image {
  height: 80px;
  position: absolute;
  inset: 15% auto 0% 11px;
  overflow: clip;
}

.text-block {
  margin-top: 21px;
  font-size: 20px;
  font-weight: 600;
}

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

.text-field-2 {
  width: 60%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

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

.form {
  text-align: center;
  margin-top: 20px;
}

.wbs-section-3 {
  padding: 6.25rem 5%;
}

.wbs-footer-link {
  color: var(--flowstica-webflow-library--black);
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
}

.wbs-footer-link:hover, .wbs-footer-link.w--current {
  text-decoration: underline;
}

.wbs-footer-logo-big {
  height: 36px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.wbs-footer-logo-simple {
  margin-bottom: 20px;
}

.wbs-footer-simple-links {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: wrap;
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
}

.wbs-footer-simple {
  text-align: center;
}

.wbs-section-4 {
  padding: 0 5%;
}

.privacy {
  border-bottom: 1px solid #000;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 600;
}

.submit-button {
  background-color: #328d1e;
  border-radius: 10px;
}

.submit-button:hover {
  color: #020202;
  background-color: #ffd624;
}

.submit-button.mail {
  margin-left: auto;
  margin-right: auto;
  font-weight: 600;
}

.button-2 {
  background-color: #328d1e;
}

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

.list {
  margin-bottom: 40px;
}

.bold-text-2, .bold-text-3 {
  font-size: 14px;
}

.textlink {
  color: #328d1e;
  text-decoration: none;
}

.textlink:hover {
  color: #e50707;
}

.button-3 {
  border-radius: 20px;
  width: 40px;
  height: 40px;
  display: block;
}

.section {
  text-align: right;
}

.image-2 {
  width: 60px;
}

.back-to-top {
  padding-bottom: 40px;
  padding-right: 40px;
  display: block;
  position: fixed;
  inset: auto 0% 0% auto;
}

.privacy-box {
  text-align: left;
  background-color: #eee;
  border-radius: 10px;
  padding: 20px 60px;
}

.accordion_wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.accordion {
  border: 1px solid #c2c2c2;
}

.accordion_header {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1.5rem;
  display: flex;
}

.accordion_icon-wrapper {
  width: .875rem;
  height: .875rem;
}

.accordion_panel {
  padding: 0 1.5rem 1.5rem;
  display: none;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

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

.nav-menu {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-button-wrapper {
  margin-left: 120px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

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

.text-block-2 {
  text-align: left;
  line-height: 2em;
}

.column-1 {
  border-bottom: 0 solid #000;
  padding-top: 10px;
  padding-bottom: 10px;
}

.column-1.column-title {
  font-weight: 600;
}

.columns-3 {
  border-bottom: 1px solid #000;
}

.bold-text-4 {
  font-size: 14px;
}

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

.wbs-section-5 {
  padding: 6.25rem 5%;
}

.wbs-footer-link-2 {
  color: var(--flowstica-webflow-library--black);
  font-size: 15px;
  font-weight: 400;
  text-decoration: underline;
}

.wbs-footer-link-2:hover, .wbs-footer-link-2.w--current {
  text-decoration: underline;
}

.wbs-footer-logo-big-2 {
  height: 40px;
}

.wbs-footer-logo-simple-2 {
  margin-bottom: 20px;
}

.wbs-footer-simple-links-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: wrap;
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
}

.wbs-footer-simple-2 {
  text-align: center;
}

.radio-button-label {
  text-transform: none;
  font-size: 14px;
}

.navbar-no-shadow-container-2 {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.container-regular-2 {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

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

.nav-menu-2 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link-2 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

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

.nav-link-2:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-2 {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle-2 {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle-2:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle-2:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon-2 {
  margin-right: 10px;
}

.nav-dropdown-list-2 {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list-2.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link-2 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link-2:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-button-wrapper-2 {
  margin-left: 120px;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

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

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

.wbs-button-primary-2 {
  color: var(--flowstica-webflow-library--white);
  text-align: center;
  background-color: #328d1e;
  border-radius: 6px;
  padding: 13px 30px;
  font-size: 15px;
  font-weight: 700;
  transition-property: background-color;
  transition-duration: .3s;
  transition-timing-function: ease-in-out;
  display: block;
}

.wbs-button-primary-2:hover {
  background-color: #ffd624;
}

.wbs-section-6 {
  padding: .35rem 5%;
}

.wbs-navbar {
  background-color: #0000;
  padding-top: 15px;
  padding-bottom: 15px;
}

.wbs-logo {
  height: 2.375rem;
}

.wbs-nav-link {
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 16px;
  font-weight: 700;
  transition-duration: .3s;
}

.wbs-nav-link:hover {
  opacity: .7;
  mix-blend-mode: normal;
}

.wbs-nav-menu {
  margin-left: auto;
}

.wbs-nav-right {
  display: block;
}

.wbs-nav-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: center;
  display: flex;
}

.wbs-dropdown-list {
  background-color: var(--flowstica-webflow-library--white);
  border: 1px solid #010b151f;
  border-radius: 10px;
  padding: 15px 10px;
}

.wbs-dropdown-link {
  color: var(--flowstica-webflow-library--black);
  font-size: 16px;
  font-weight: 700;
  transition: color .3s ease-in-out;
}

.wbs-dropdown-link:hover {
  color: var(--flowstica-webflow-library--medium-sea-green);
}

.wbs-menu-button {
  background-color: var(--flowstica-webflow-library--white-smoke);
  border-radius: 10px;
}

.wbs-menu-button.w--open {
  background-color: var(--flowstica-webflow-library--medium-sea-green);
}

.button-4 {
  color: #000;
  background-color: #ffd624;
  border-radius: 10px;
}

.button-4:hover {
  background-color: #ffd6246e;
}

.image-3 {
  width: 200px;
}

.select-field {
  color: #858585;
  background-color: #fff;
}

.paragraph-4 {
  line-height: 20px;
}

.radio-button-field {
  padding-bottom: 10px;
}

.div-block-2 {
  background-color: #ffeddc;
}

.application-period-date {
  color: #328d1e;
  text-align: left;
  margin-top: auto;
  margin-bottom: auto;
  font-size: 38px;
}

.application-period-title {
  background-image: url('../images/yellow-circle.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 40px;
  margin-left: 20px;
  margin-right: 40px;
  padding-left: 20px;
  font-size: 26px;
}

.apprication-period-box {
  background-color: #fff;
  border: 2px solid #328d1e;
  border-radius: 10px;
  width: 90%;
  margin: 20px auto;
}

.flex-block-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: left;
  width: auto;
  margin-left: 0;
  margin-right: 0;
}

.bold-text-10 {
  letter-spacing: 0;
}

.application-period-list {
  margin-top: 0;
  padding-left: 60px;
  line-height: 18px;
}

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

.checkbox-field {
  text-align: left;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
}

.link {
  text-align: center;
}

.icon {
  margin-left: 4px;
  font-family: "Fa 400", Arial, sans-serif;
}

.red {
  color: #e50707;
}

.policy-list {
  text-align: left;
}

.policy-list-item {
  margin-bottom: 0;
}

.policy-text {
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 22px;
}

.policy-text.policy-text-2 {
  text-align: left;
}

.policy-title {
  text-align: left;
  margin-top: 10px;
  line-height: 22px;
}

.policy-text-2 {
  text-align: left;
  margin-top: 20px;
}

.policy-text-3 {
  text-align: right;
  margin-top: 10px;
}

.go-to-top-home, .to-to-top-policy, .go-to-top-iaw {
  width: 60px;
}

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

.css-link:hover {
  color: #2baae2;
}

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

.image-4 {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.link-2 {
  text-align: center;
  margin-top: 20px;
}

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

.div-block-3 {
  text-align: center;
  margin-bottom: 20px;
}

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

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

  .container {
    margin-top: 10px;
  }

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

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

  .label {
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
  }

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

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

  .menu-icon {
    display: block;
  }

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

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

  .navigation {
    padding: 25px 30px;
  }

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

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

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

  .menu-button {
    padding: 0;
  }

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

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

  .cta-text {
    width: auto;
  }

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

  .about-story-wrap {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
  }

  .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-row-gap: 21px;
    grid-template-columns: 1fr;
    grid-template-areas: "."
                         ".";
    margin-bottom: 10px;
  }

  .intro-text {
    width: auto;
  }

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

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

  .wbs-section {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .wbs-step-simple-item {
    padding-left: 0;
    padding-right: 0;
  }

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

  .heading-2 {
    margin-bottom: 20px;
    font-size: 26px;
    line-height: 40px;
  }

  .wbs-heading-h6 {
    margin: auto;
    font-size: 1rem;
  }

  .wbs-button-primary-1 {
    margin-left: auto;
    margin-right: auto;
  }

  .wbs-section-2 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .wbs-cta-4 {
    flex-flow: row;
    align-items: flex-start;
    max-width: 100%;
  }

  .wbs-cta-4-image {
    display: none;
  }

  .wbs-section-3 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .wbs-section-4 {
    padding-top: 2rem;
    padding-bottom: 5rem;
  }

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

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button-2 {
    padding: 12px;
  }

  .menu-button-2.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .text-block-2 {
    line-height: 1.5em;
  }

  .heading-3 {
    font-size: 24px;
    line-height: 36px;
  }

  .wbs-section-5 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .nav-menu-wrapper-2 {
    background-color: #0000;
  }

  .nav-menu-2 {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-link-2 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper-2 {
    width: 100%;
    margin-left: 0;
  }

  .menu-button-3 {
    padding: 12px;
  }

  .menu-button-3.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .wbs-button-primary-2 {
    padding: 4px 10px;
  }

  .wbs-section-6 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .wbs-logo {
    height: 1.8rem;
    margin-left: 10px;
  }

  .wbs-nav-menu {
    background-color: var(--flowstica-webflow-library--white);
    border: 1px solid #0000001a;
    border-radius: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .wbs-nav-right {
    display: none;
  }

  .wbs-menu-button {
    background-color: var(--flowstica-webflow-library--white-smoke);
    border-radius: 10px;
    margin-left: auto;
    padding: 15px;
  }

  .wbs-menu-button.w--open {
    background-color: var(--flowstica-webflow-library--medium-sea-green);
  }

  .point-p {
    font-size: 14px;
    line-height: 24px;
  }

  .paragraph-4 {
    font-size: 14px;
    line-height: 20px;
  }

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

  .application-period-date, .application-period-title {
    margin-left: auto;
    margin-right: auto;
  }

  .flex-block-2 {
    flex-flow: column;
  }

  .bold-text-10 {
    margin-left: 0;
    margin-right: 0;
    font-size: 30px;
  }

  .application-period-list {
    margin-top: 20px;
  }

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

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

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

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

  .section-top.footer-wrap {
    margin-top: 10px;
  }

  .container {
    text-align: center;
    margin-top: 0;
    padding-left: 2%;
    padding-right: 2%;
  }

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

  .label {
    font-size: 16px;
    line-height: 22px;
  }

  .label.cc-light {
    color: #000;
    font-size: 18px;
  }

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

  .point-wrap {
    margin-bottom: 20px;
  }

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

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

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

  .section-heading {
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 26px;
  }

  .about-grid.cc-about-2 {
    grid-row-gap: 21px;
  }

  .collection-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: wrap;
    width: 100%;
  }

  .image.relief {
    width: 70px;
  }

  .column-staff {
    margin-left: auto;
    margin-right: auto;
  }

  .wbs-section {
    padding: 2rem 2%;
  }

  .wbs-steps-2 {
    grid-column-gap: 1.2rem;
    grid-template-columns: 1fr 1fr;
  }

  .heading-2 {
    font-size: 24px;
    line-height: 30px;
  }

  .wbs-button-primary-1.go-to-order {
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 400;
    line-height: 20px;
  }

  .wbs-button-primary-1.go-to-detail {
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 700;
    line-height: 20px;
  }

  .wbs-section-2 {
    padding: 2rem 0%;
  }

  .wbs-cta-4 {
    flex-flow: row;
    grid-template-columns: 1fr;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .wbs-cta-4.cta-top {
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .wbs-section-3 {
    padding: 2rem 2%;
  }

  .wbs-footer-logo-big {
    height: auto;
  }

  .wbs-footer-simple-links {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .wbs-section-4 {
    padding: 2rem 2%;
  }

  .privacy {
    margin-top: 20px;
  }

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

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .text-block-2 {
    margin-top: 0;
  }

  .column-1 {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .column-1.column-title {
    margin-bottom: 0;
  }

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

  .column-3 {
    margin-bottom: 40px;
  }

  .column-4 {
    margin-bottom: 20px;
  }

  .container-2, .container-3 {
    padding-left: 2%;
    padding-right: 2%;
  }

  .list-item {
    text-align: left;
  }

  .list-item-2 {
    text-align: left;
    margin-top: 20px;
  }

  .wbs-section-5 {
    padding: 2rem 2%;
  }

  .wbs-footer-logo-big-2 {
    height: 50px;
  }

  .wbs-footer-simple-links-2 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    margin-bottom: 10px;
  }

  .navbar-brand-2 {
    padding-left: 0;
  }

  .nav-menu-2 {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown-2 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list-2.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-2.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-11 {
    margin-top: 10px;
  }

  .wbs-button-primary-2 {
    margin-left: auto;
    margin-right: auto;
  }

  .wbs-section-6 {
    padding: 2rem 2%;
  }

  .flex-block {
    flex-flow: column;
    margin-left: 0;
  }

  .paragraph, .paragraph-4 {
    margin-left: auto;
    margin-right: auto;
  }

  .list-2 {
    text-align: left;
    font-size: 14px;
    line-height: 22px;
  }

  .apprication-period-box {
    width: 100%;
  }

  .bold-text-10 {
    font-size: 26px;
  }

  .application-period-list {
    text-align: left;
  }

  .list-item-2-copy {
    text-align: left;
    margin-top: 20px;
  }

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

  .go-to-ymc {
    margin-left: auto;
    margin-right: auto;
  }
}

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

  .section-top.footer-wrap {
    padding-top: 0;
  }

  .label {
    font-size: 14px;
    line-height: 20px;
  }

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

  .paragraph-light {
    line-height: 26px;
  }

  .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 {
    width: 100%;
  }

  .contact-form-wrap {
    padding-left: 10px;
    padding-right: 10px;
  }

  .contact-form-grid {
    width: 100%;
  }

  .contact-heading {
    font-size: 20px;
  }

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

  .pc-content-wrap {
    margin-top: 20px;
  }

  .home-section-wrap {
    margin-bottom: 0;
  }

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

  .about-grid.cc-about-2 {
    grid-row-gap: 8px;
    margin-bottom: 40px;
  }

  .wbs-section {
    padding-bottom: 0;
  }

  .wbs-step-simple-number-wrap {
    width: 40px;
    height: 40px;
    margin-bottom: 0;
  }

  .wbs-steps-2 {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .heading-2 {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 20px;
  }

  .wbs-heading-h6 {
    font-size: 1rem;
  }

  .wbs-section-2 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .wbs-cta-4 {
    flex-flow: column;
    max-width: 100%;
    padding: 20px;
  }

  .text-field-2 {
    width: 86%;
  }

  .wbs-footer-simple-links {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .wbs-section-4 {
    padding-top: 0;
  }

  .privacy {
    margin-top: 10px;
  }

  .submit-button {
    font-size: 14px;
  }

  .submit-button.mail {
    overflow-wrap: normal;
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    font-weight: 600;
  }

  .list {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 20px;
    font-size: 14px;
    line-height: 20px;
  }

  .image-2 {
    width: 40px;
    position: static;
  }

  .back-to-top {
    padding-bottom: 20px;
    padding-right: 20px;
  }

  .privacy-box {
    padding-top: 10px;
    padding-left: 4px;
    padding-right: 4px;
  }

  .nav-menu {
    flex-direction: column;
  }

  .nav-button-wrapper {
    width: auto;
  }

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

  .column-1.column-title {
    padding-bottom: 0;
  }

  .column-2 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .heading-3 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 22px;
  }

  .bold-text-5, .bold-text-6 {
    font-size: 26px;
  }

  .code-embed-2 {
    margin-bottom: 0;
  }

  .code-embed-3, .code-embed-4 {
    margin-bottom: 20px;
  }

  .bold-text-7 {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
  }

  .wbs-footer-simple-links-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .nav-menu-2 {
    flex-direction: column;
  }

  .nav-button-wrapper-2 {
    width: auto;
  }

  .wbs-button-primary-2 {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .wbs-logo {
    height: auto;
  }

  .wbs-nav-right {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: none;
    position: static;
    overflow: visible;
  }

  .image-3 {
    margin-left: auto;
    margin-right: auto;
  }

  .flex-block {
    flex-flow: column;
  }

  .point-p {
    line-height: 20px;
  }

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

  .pc-text, .paragraph-2, .flow-text {
    font-size: 14px;
    line-height: 20px;
  }

  .address-text {
    margin-top: 10px;
    font-size: 14px;
    line-height: 20px;
  }

  .paragraph-3 {
    font-size: 14px;
    line-height: 20px;
  }

  .bold-text-9 {
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
  }

  .paragraph-4 {
    font-size: 14px;
    line-height: 22px;
  }

  .heading-4 {
    font-size: 20px;
  }

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

  .application-period-date {
    text-align: center;
    font-size: 20px;
  }

  .application-period-title {
    font-size: 24px;
  }

  .bold-text-10 {
    font-size: 18px;
  }

  .application-period-list {
    padding-left: 20px;
  }

  .text-block-3 {
    font-size: 14px;
  }

  .checkbox-field {
    font-size: 14px;
    line-height: 20px;
  }

  .link {
    font-size: 14px;
  }

  .bold-text-11 {
    font-size: 20px;
  }

  .policy-list {
    padding-left: 20px;
  }

  .heading-5 {
    font-size: 18px;
    line-height: 20px;
  }
}

#w-node-f941fa28-cc2c-3995-bab3-3dd26e737593-05bc45bf, #w-node-f180b786-239b-cbdd-1c63-0da061baf8f9-05bc45bf, #w-node-a60bef78-2db0-d953-0109-13ebc5135d05-05bc45bf, #w-node-_8bf5b8ae-b97d-0369-b161-a198df0d3280-05bc45bf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_86e64837-0616-515b-4568-76c147234d41-05bc45bf {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_86e64837-0616-515b-4568-76c147234d4c-05bc45bf {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_7185434b-5c50-a8be-bb1e-973f4585884e-05bc45bf {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_7185434b-5c50-a8be-bb1e-973f45858859-05bc45bf {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-d2dc64a5-92fa-b7e3-a7af-e22ccf243470-05bc45bf {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-d2dc64a5-92fa-b7e3-a7af-e22ccf24347b-05bc45bf {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_218aa0d3-bf47-1464-3c96-a21d2cc1c905-05bc45bf, #w-node-_218aa0d3-bf47-1464-3c96-a21d2cc1c90d-05bc45bf, #w-node-_218aa0d3-bf47-1464-3c96-a21d2cc1c915-05bc45bf, #w-node-_18e802f2-2894-dcf9-2b50-d2a0e1c4684b-05bc45bf, #w-node-_2aae53ac-3247-7936-7aec-7470d58d7816-05bc45bf, #w-node-_3c75afaa-fd6d-22d9-a256-d8eeb25976e8-05bc45bf, #w-node-f941fa28-cc2c-3995-bab3-3dd26e737593-78435111, #w-node-_8bf5b8ae-b97d-0369-b161-a198df0d3280-78435111 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_86e64837-0616-515b-4568-76c147234d41-78435111 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_86e64837-0616-515b-4568-76c147234d4c-78435111 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_7185434b-5c50-a8be-bb1e-973f4585884e-78435111 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_7185434b-5c50-a8be-bb1e-973f45858859-78435111 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-d2dc64a5-92fa-b7e3-a7af-e22ccf243470-78435111 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-d2dc64a5-92fa-b7e3-a7af-e22ccf24347b-78435111 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_218aa0d3-bf47-1464-3c96-a21d2cc1c905-78435111, #w-node-_218aa0d3-bf47-1464-3c96-a21d2cc1c90d-78435111, #w-node-_218aa0d3-bf47-1464-3c96-a21d2cc1c915-78435111, #w-node-_18e802f2-2894-dcf9-2b50-d2a0e1c4684b-78435111, #w-node-_2aae53ac-3247-7936-7aec-7470d58d7816-78435111, #w-node-_3c75afaa-fd6d-22d9-a256-d8eeb25976e8-78435111 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_86e64837-0616-515b-4568-76c147234d41-05bc45bf {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_86e64837-0616-515b-4568-76c147234d4c-05bc45bf {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_7185434b-5c50-a8be-bb1e-973f4585884e-05bc45bf {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_7185434b-5c50-a8be-bb1e-973f45858859-05bc45bf {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-d2dc64a5-92fa-b7e3-a7af-e22ccf243470-05bc45bf {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-d2dc64a5-92fa-b7e3-a7af-e22ccf24347b-05bc45bf {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_86e64837-0616-515b-4568-76c147234d41-78435111 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_86e64837-0616-515b-4568-76c147234d4c-78435111 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_7185434b-5c50-a8be-bb1e-973f4585884e-78435111 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_7185434b-5c50-a8be-bb1e-973f45858859-78435111 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-d2dc64a5-92fa-b7e3-a7af-e22ccf243470-78435111 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-d2dc64a5-92fa-b7e3-a7af-e22ccf24347b-78435111 {
    grid-area: 1 / 1 / 2 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_86e64837-0616-515b-4568-76c147234d41-05bc45bf {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-d2dc64a5-92fa-b7e3-a7af-e22ccf24347b-05bc45bf {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_86e64837-0616-515b-4568-76c147234d41-78435111 {
    grid-area: 2 / 1 / 3 / 2;
  }
}


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