:root {
  --white: white;
  --black: black;
}

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

.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-formrecaptcha {
  margin-bottom: 8px;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

@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: 0;
  margin-bottom: 0;
  font-size: 44px;
  font-weight: 400;
  line-height: 62px;
}

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

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

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

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

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

p {
  margin-bottom: 10px;
}

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

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

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

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

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

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

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

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

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

.article-briefs {
  margin-top: 25px;
  margin-left: 30px;
  margin-right: 30px;
}

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

.article-briefs.cc-store-home-wrap {
  display: block;
}

.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-left: auto;
  margin-right: auto;
}

.paragraph-tiny {
  text-align: center;
  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;
}

.button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 0;
  flex: 0 auto;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 23px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .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: .6;
}

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

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

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

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

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

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

.paragraph-light {
  opacity: .6;
}

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

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

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

.styleguide-header-wrap {
  color: #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: flex-end;
  align-items: center;
  margin-left: 252px;
  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;
  background-image: url('../images/Header-Background.001.jpeg');
  background-position: 0 0;
  background-size: auto;
  align-items: center;
  padding: 30px 50px;
  display: flex;
}

.navigation-item {
  opacity: .6;
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 9px 10px;
  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: #fffb00;
  font-weight: 600;
}

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

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

.logo-image {
  margin-left: 0;
  display: block;
}

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

.footer-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 31px;
  padding-bottom: 31px;
  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;
  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: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: fixed;
  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: 20px;
  margin-bottom: 0;
}

.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;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 0 50px;
}

.contact-form-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 2.5fr 1fr;
  align-items: start;
  margin-top: 10px;
  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 .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;
  margin-left: auto;
  margin-right: auto;
}

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

.contact-us-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 {
  text-align: left;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
}

.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: .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;
  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: 0 auto 20px;
}

.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: 15px;
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.home-content-wrap {
  margin-top: 80px;
  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: 0;
  margin-bottom: 0;
  font-weight: 400;
}

.articles-heading {
  text-align: center;
  margin-bottom: 20px;
}

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

.collection-list-wrapper {
  margin-bottom: 0;
}

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

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

.featured-video {
  padding-top: 25px;
}

.text-block {
  color: #fff;
  padding-left: 6px;
  font-weight: 300;
}

.div-block {
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.collection-item {
  padding-top: 30px;
}

.div-block-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-3, .submit-button {
  margin-top: 30px;
}

.field-label {
  padding-top: 16px;
}

.div-block-3 {
  flex-flow: row;
  justify-content: center;
  align-items: baseline;
  display: flex;
}

.div-block-4 {
  align-self: auto;
  margin-left: 0;
  padding-left: 0;
}

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

.heading {
  text-align: center;
}

.div-block-5 {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  padding-bottom: 0;
  padding-left: 0;
}

.container-2 {
  margin-top: -83px;
  padding-top: 0;
}

.background-video {
  margin-top: 0;
  position: relative;
}

.field-label-2 {
  text-align: left;
  white-space: normal;
}

.div-block-6 {
  text-align: left;
}

.text-block-3, .text-block-4 {
  font-style: italic;
}

.heading-2 {
  color: #000;
}

.body {
  font-weight: 600;
}

.section-5 {
  margin-top: 30px;
}

.section-6 {
  margin-top: 30px;
  box-shadow: 0 0 0 -20px #000;
}

.div-block-7 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.div-block-8 {
  padding-bottom: 15px;
  padding-left: 0;
  padding-right: 0;
}

.text-block-5 {
  padding-top: 30px;
  padding-left: 0;
  padding-right: 0;
  font-size: 18px;
  font-weight: 500;
}

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

.button-2 {
  color: var(--white);
  border-radius: 5px;
  font-weight: 600;
  box-shadow: 2px 2px 6px #000;
}

.video {
  padding-left: 0;
}

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

.div-block-11 {
  justify-content: center;
  display: flex;
}

.section-7 {
  padding-bottom: 20px;
}

.div-block-12 {
  justify-content: center;
  margin-top: 10px;
  display: flex;
}

.section-8 {
  margin-top: 18px;
  margin-bottom: 0;
}

.collection-item-2 {
  padding-top: 20px;
}

.text-block-6 {
  padding-top: 10px;
  padding-bottom: 12px;
  font-size: 24px;
  font-weight: 600;
}

.text-block-7 {
  padding-bottom: 10px;
}

.div-block-13 {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  padding-top: 0;
  padding-left: 10px;
  display: flex;
}

.text-block-8 {
  margin-top: -10px;
  padding-top: 0;
}

.text-block-9 {
  padding-top: 0;
}

.section-9 {
  padding-top: 20px;
}

.div-block-14 {
  flex: 1;
  align-self: auto;
  margin-top: 0;
  padding: 25px 0 0;
  display: block;
  position: relative;
}

.text-block-10 {
  font-size: 21px;
  font-weight: 600;
}

.video-2 {
  margin-top: -12px;
}

.div-block-15 {
  justify-content: center;
  display: flex;
}

.section-10 {
  padding-top: 15px;
}

.button-3 {
  box-shadow: 2px 4px 8px 0 var(--black);
  color: var(--white);
  border-radius: 9px;
}

.text-block-11 {
  text-align: left;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  font-size: 16px;
}

.div-block-142 {
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 0;
  padding-bottom: 0;
  display: flex;
}

.div-block-143 {
  justify-content: center;
  align-self: center;
  width: 300px;
  padding-top: 10px;
  display: flex;
}

.heading-3 {
  margin-bottom: 0;
  font-weight: 600;
}

.section-11 {
  width: auto;
}

.div-block-27 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: baseline;
  width: auto;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}

.text-block-12 {
  margin-top: 20px;
  margin-left: 0;
  margin-right: 0;
  font-size: 16px;
}

.image-8 {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.columns-5 {
  margin-top: 20px;
}

.section-12 {
  margin-top: 35px;
  margin-bottom: 36px;
}

.columns-2 {
  margin-top: 20px;
}

.container-20 {
  flex-wrap: wrap;
  justify-content: space-between;
  display: block;
}

.section-44 {
  margin-top: 10px;
}

.heading-28 {
  margin-top: auto;
  margin-bottom: auto;
  padding-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
}

.button-4 {
  text-align: left;
  margin-top: 10px;
  margin-left: 0;
  display: inline-block;
}

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

.div-block-131 {
  flex-direction: column;
  align-items: center;
  padding-top: 10px;
  display: flex;
}

.div-block-82 {
  flex-wrap: wrap;
  justify-content: space-around;
  display: flex;
}

.div-block-72 {
  width: 300px;
  padding-top: 10px;
  display: block;
}

.text-block-92 {
  padding: 20px 10px;
  font-size: 16px;
  line-height: 26px;
}

.text-block-93 {
  padding-left: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

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

.div-block-144 {
  background-color: #0006;
  width: 50%;
  height: 3px;
}

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

.container-21 {
  justify-content: center;
  padding-top: 24px;
  display: flex;
}

.div-block-145 {
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 50vw;
  min-width: auto;
  display: flex;
  position: static;
}

.div-block-146 {
  padding-top: 25px;
}

.heading-29 {
  font-weight: 500;
}

.heading-30 {
  font-size: 41px;
  font-weight: 600;
}

.text-block-95 {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.text-block-96 {
  padding-bottom: 15px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.form-div-block {
  border: 2px solid #000;
  border-radius: 3px;
  width: 54vw;
  padding-top: 0;
  padding-left: 10px;
  padding-right: 10px;
}

.text-block-97 {
  font-weight: 700;
}

.container-22 {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.div-block-148 {
  padding-bottom: 0;
  display: block;
}

.text-block-98 {
  color: #fbff00;
  background-color: #0000;
  font-weight: 700;
}

.success-message {
  background-color: #000;
}

.div-block-149 {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  justify-content: flex-start;
  display: flex;
}

.div-block-150 {
  width: 500px;
}

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

.div-block-152 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  justify-content: center;
  width: auto;
  padding-bottom: 13px;
  display: flex;
}

.div-block-153, .div-block-154 {
  width: 30vw;
}

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

.nav-header {
  background-image: url('../images/Header-Background.001.jpeg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: fixed;
}

.div-block-156 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.heading-31 {
  color: var(--white);
  font-size: 26px;
}

.navbar {
  background-color: #ddd0;
}

.nav-link, .nav-link-2, .nav-link-3 {
  color: #fff;
}

.link-block {
  width: 2vw;
}

.nav-menu {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.text-block-99 {
  padding-top: 8px;
  padding-left: 0;
}

.text-block-100 {
  padding-top: 9px;
  padding-left: 0;
}

.text-block-101 {
  padding-left: 30px;
}

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

.submit-button-2 {
  margin-top: 10px;
}

.form {
  padding-left: 24px;
  padding-right: 24px;
}

.div-block-160 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.heading-32 {
  font-size: 31px;
  line-height: 42px;
}

.text-block-102 {
  font-weight: 300;
}

.section-45 {
  margin-top: 20px;
}

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

.text-block-103 {
  padding-bottom: 27px;
  font-size: 16px;
  line-height: 22px;
}

.text-block-104 {
  padding-top: 8px;
  font-size: 14px;
  line-height: 20px;
}

.watch-video-button {
  justify-content: center;
  margin-bottom: 0;
  padding-bottom: 0;
  display: block;
}

.button-5 {
  padding-top: 9px;
  font-weight: 600;
}

.div-block-163 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  padding-top: 5px;
  display: flex;
}

.text-block-105 {
  font-size: 18px;
  font-weight: 500;
}

.presented-by {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding-top: 40px;
  display: flex;
}

.bio {
  width: 80%;
  padding-left: 0;
  padding-right: 18px;
}

.video-div {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 42vw;
  display: block;
}

.div-block-166 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  display: block;
}

.portrait {
  width: 12vw;
}

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

.heading-34 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
}

.div-block-167 {
  padding-bottom: 20px;
  padding-left: 211px;
  padding-right: 211px;
  line-height: 23px;
}

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

.form---creation-course {
  background-color: #ddd9d9;
  justify-content: center;
  width: 40vw;
  display: flex;
}

.form-block {
  width: 50vw;
}

.form-2 {
  padding: 20px 20px 6px;
}

.div-block-169 {
  flex-flow: column;
  align-items: center;
  padding-top: 12px;
  display: flex;
}

.div-block-170 {
  width: 40vw;
  margin-top: 9px;
  margin-bottom: 9px;
  line-height: 23px;
}

.text-block-107 {
  color: red;
  font-size: 20px;
  font-weight: 700;
}

.text-block-108 {
  color: red;
  font-weight: 600;
}

.text-block-109 {
  width: auto;
  padding-right: 0;
}

.form-block-2 {
  width: 50vw;
}

.link {
  color: #fff;
  font-size: 26px;
}

.heading-35 {
  color: #fff;
}

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

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

.div-block-171 {
  justify-content: center;
  width: 50vw;
  padding-top: 20px;
  display: block;
}

.container-24 {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.container-25 {
  margin-top: 30px;
}

.textarea {
  margin-bottom: 25px;
  padding-top: 0;
  padding-bottom: 0;
}

.checkbox {
  margin-bottom: 20px;
}

.text-field-2 {
  margin-bottom: 25px;
  padding-bottom: 0;
}

.div-block-172 {
  justify-content: center;
  padding-top: 15px;
  display: flex;
}

.section-46 {
  margin-bottom: 0;
  padding-bottom: 0;
}

.div-block-173 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  justify-content: center;
  display: flex;
}

.heading-37 {
  padding-bottom: 14px;
  font-size: 38px;
  line-height: 47px;
}

.heading-38 {
  font-size: 33px;
  line-height: 44px;
}

.text-block-112, .text-block-113 {
  font-size: 24px;
}

.text-block-114 {
  font-size: 16px;
}

.image-19 {
  z-index: 2;
  position: absolute;
  inset: 0%;
}

.embeded-video {
  padding-top: 20px;
}

.text-block-115 {
  font-size: 22px;
  font-weight: 500;
}

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

@media screen and (max-width: 991px) {
  .article-briefs {
    margin-top: 20px;
  }

  .article-briefs.cc-cta {
    padding-left: 0;
    padding-right: 0;
  }

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

  .button {
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }

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

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

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

  .menu-icon {
    background-color: #0000;
    display: block;
  }

  .menu {
    justify-content: flex-end;
    margin-left: 0;
    position: static;
  }

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

  .navigation {
    padding: 25px 30px;
  }

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

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

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

  .navigation-item.w--current {
    color: var(--black);
  }

  .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: left;
    width: 80%;
    padding-right: 15px;
  }

  .featured-video {
    margin-top: 20px;
    padding-top: 0;
  }

  .text-block {
    padding-left: 10px;
    display: block;
  }

  .container-2 {
    margin-top: 0;
  }

  .background-video {
    padding-top: 0;
  }

  .section-4 {
    margin-top: 0;
    padding-top: 0;
    display: none;
  }

  .div-block-8 {
    padding-left: 53px;
    padding-right: 53px;
  }

  .text-block-5 {
    padding-left: 21px;
    padding-right: 21px;
  }

  .text-block-11 {
    text-align: left;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-142 {
    justify-content: space-around;
  }

  .div-block-143 {
    justify-content: center;
    width: 340px;
    padding-bottom: 10px;
    display: flex;
  }

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

  .section-11 {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .div-block-27 {
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
  }

  .text-block-12 {
    margin-left: 0;
    margin-right: 0;
  }

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

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

  .section-12 {
    margin-top: 20px;
    margin-bottom: auto;
    margin-left: 0;
    display: block;
  }

  .image-7 {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .columns {
    margin-left: 0;
    margin-right: 0;
  }

  .container-20 {
    display: block;
  }

  .section-44 {
    margin-top: 10px;
  }

  .button-4 {
    margin-left: 0;
  }

  .div-block-131 {
    justify-content: center;
    padding-top: 20px;
  }

  .div-block-82 {
    justify-content: space-around;
  }

  .div-block-72 {
    padding-bottom: 10px;
    display: block;
  }

  .div-block-145 {
    width: 56vw;
  }

  .icon {
    color: #fff;
  }

  .video-div {
    width: 60vw;
  }

  .div-block-167 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .form---creation-course, .form-block, .div-block-170 {
    width: 78vw;
  }

  .text-block-109 {
    width: auto;
  }

  .form-block-2 {
    width: 80vw;
  }

  .success-message-2 {
    width: auto;
  }

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

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

  .article-briefs.cc-cta {
    padding: 15px;
  }

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

  .container {
    text-align: left;
    width: auto;
  }

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

  .button {
    object-fit: fill;
    padding-left: 21px;
    padding-right: 21px;
  }

  .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 {
    width: auto;
    margin-right: 0;
    padding: 30px 14px;
  }

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

  .text-field.cc-textarea.cc-contact-field {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .contact-us-form {
    width: auto;
  }

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

  .collection-wrap {
    text-align: left;
  }

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

  .blog-preview-wrap, .collection-list-wrapper {
    text-align: left;
  }

  .featured-video {
    margin-top: 20px;
    padding-top: 0;
  }

  .div-block-3 {
    align-items: baseline;
  }

  .section-4 {
    display: none;
  }

  .div-block-8 {
    padding-left: 4px;
    padding-right: 4px;
  }

  .text-block-5 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-13 {
    padding-left: 0;
  }

  .div-block-14 {
    padding-left: 10px;
  }

  .text-block-11 {
    text-align: left;
    padding-left: 9px;
    padding-right: 9px;
  }

  .div-block-143 {
    width: 90vw;
  }

  .heading-3 {
    text-align: center;
    font-size: 20px;
  }

  .image-17 {
    padding-top: 20px;
  }

  .image-8 {
    padding-left: 10px;
  }

  .column-8 {
    position: static;
  }

  .section-12 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-left: -18px;
    display: flex;
  }

  .container-4 {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-7 {
    padding-top: 20px;
  }

  .columns {
    padding-left: 0;
  }

  .section-44 {
    margin-top: 10px;
  }

  .button-4 {
    margin-left: 0;
  }

  .div-block-131 {
    flex-flow: column;
    place-content: center;
    padding-top: 8px;
  }

  .div-block-145 {
    width: 90vw;
  }

  .div-block-152 {
    flex-flow: column;
    align-items: center;
    width: auto;
  }

  .div-block-153, .div-block-154 {
    width: 60vw;
  }

  .div-block-156 {
    padding-left: 10px;
  }

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

  .container-23 {
    padding-top: 0;
    padding-left: 0;
  }

  .div-block-157, .div-block-158 {
    padding-left: 10px;
    padding-right: 10px;
  }

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

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

  .presented-by {
    padding-bottom: 29px;
    padding-left: 10px;
  }

  .bio {
    width: 80%;
  }

  .video-div {
    width: 93vw;
  }

  .div-block-167 {
    padding-left: 21px;
    padding-right: 21px;
  }

  .form---creation-course, .form-block, .div-block-170 {
    width: 90vw;
  }

  .text-block-109 {
    width: auto;
  }

  .form-block-2 {
    width: 96vw;
  }

  .success-message-2, .div-block-174 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-111 {
    padding-left: 10px;
  }
}

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

  .container {
    text-align: left;
    width: auto;
  }

  .button {
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 24px;
    padding-right: 24px;
  }

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

  .section-heading-wrap {
    text-align: left;
  }

  .status-message.cc-no-data {
    width: 100%;
  }

  .contact-form-wrap {
    width: auto;
    margin-right: 0;
    padding-left: 9px;
    padding-right: 9px;
  }

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

  .text-field.cc-textarea.cc-contact-field {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .contact-us-form {
    flex-direction: column;
    width: auto;
    display: block;
  }

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

  .contact-heading {
    margin-bottom: 0;
  }

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

  .collection-wrap {
    align-items: center;
  }

  .blog-preview-wrap {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
  }

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

  .heading, .container-2 {
    margin-top: 0;
  }

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

  .div-block-8 {
    padding-left: 7px;
    padding-right: 7px;
  }

  .div-block-13 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-14 {
    padding-top: 0;
    padding-left: 0;
  }

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

  .div-block-142 {
    justify-content: center;
  }

  .heading-3 {
    text-align: center;
    padding-bottom: 12px;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 26px;
  }

  .div-block-27 {
    margin-left: 0;
    margin-right: 0;
  }

  .image-8 {
    padding-left: 0;
  }

  .section-12 {
    margin-top: 45px;
    margin-left: 0;
  }

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

  .container-4 {
    padding-right: 0;
  }

  .columns {
    margin-top: 10px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
  }

  .button-4 {
    margin-left: 0;
  }

  .div-block-131 {
    text-align: left;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
    display: flex;
  }

  .div-block-82 {
    justify-content: center;
  }

  .text-block-94 {
    line-height: 23px;
  }

  .div-block-145 {
    width: 95vw;
  }

  .lightbox-link {
    display: block;
  }

  .div-block-153, .div-block-154 {
    width: 100vw;
  }

  .text-block-101 {
    padding-left: 12px;
  }

  .keep-me-updated, .new-video-notiication, .access-to-course {
    padding-left: 30px;
  }

  .submit-button-2 {
    padding-left: 15px;
  }

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

  .bible-study {
    padding-left: 30px;
  }

  .text-block-105 {
    font-size: 15px;
  }

  .presented-by {
    flex-flow: row;
    padding-top: 17px;
  }

  .bio {
    width: auto;
    padding-right: 0;
  }

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

  .text-block-106 {
    font-size: 15px;
    line-height: 22px;
  }

  .image-18 {
    display: none;
  }

  .form---creation-course {
    width: 97vw;
  }

  .form-block {
    width: 100vw;
  }

  .div-block-170 {
    width: 94vw;
  }

  .text-block-109 {
    width: auto;
  }

  .success-message-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .button-6 {
    text-align: center;
  }

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

  .text-block-111 {
    padding-left: 0;
  }

  .heading-39 {
    padding-left: 10px;
    font-size: 26px;
    line-height: 33px;
  }
}

#w-node-_3f61509a-fac7-b0d5-3763-509be705858e-988b90da, #w-node-_4ac8ba1b-688f-83bb-4d65-e353640685a7-c0176511, #w-node-e4ac30dd-4182-ecfc-b503-e37cd8a5ea56-53195735 {
  grid-area: 1 / 1 / 2 / 2;
}


