body {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

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

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: bold;
}

p {
  margin-bottom: 0px;
}

a{
  color: black;
  text-decoration: underline;
}

a:visited{
  color: black;
}

a:hover{
  background-color: black;
  color: white;
}

.body {
  margin-top: 0px;
  margin-bottom: 0px;
  background-color: #121212;
  font-family: Inter, sans-serif;
}

.header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header_logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 15%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header_right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 15%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.heading {
  color: #fff;
}

.heading.header_name {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-size: 21px;
  line-height: 40px;
}

.heading.section_title {
  color: #a6a6a6;
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
}

.heading.project_section_heading {
  color: #a6a6a6;
  font-size: 25px;
  line-height: 30px;
  font-weight: 600;
}

.heading.project_section_subheading {
  margin-bottom: 10px;
  color: black;
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
}

.heading.service_option_heading {
  margin-bottom: 15px;
  color: #a6a6a6;
  font-size: 20px;
  line-height: 22px;
  font-weight: 500;
}

.heading.faq_heading {
  color: #9f9f9f;
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
}

.heading.faq_heading.subheading {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
}

.heading.process_step_heading {
  color: #a6a6a6;
  font-size: 40px;
  font-weight: 400;
}

.heading.service_page_heading {
  color: #a6a6a6;
  font-size: 35px;
  line-height: 40px;
  font-weight: 600;
}

.heading.service_page_subheading {
  color: #a6a6a6;
  font-size: 25px;
  line-height: 30px;
  font-weight: 500;
}

.heading.contact_me_header {
  color: #a6a6a6;
  font-size: 28px;
  line-height: 30px;
  font-weight: 500;
}

.heading.grey {
  color: #9f9f9f;
}

.header_logo_image {
  width: auto;
  height: 30px;
}

.header_right_block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.paragraph {
  color: #a6a6a6;
  line-height: 18px;
}

.paragraph.header_paragraph {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #a7a7a7;
  font-size: 20px;
  line-height: 40px;
  font-weight: 500;
}

.paragraph.section_paragraph {
  width: 80%;
  padding-top: 2%;
  padding-bottom: 4%;
  font-size: 18px;
  line-height: 20px;
}

.paragraph.project_title {
  font-size: 16px;
  line-height: 18px;
  font-weight: 300;
}

.paragraph.company_title {
  padding-top: 5%;
  padding-bottom: 2%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 16px;
  font-weight: 300;
}

.paragraph.footer_paragraph {
  width: 80%;
  padding-top: 0%;
  padding-bottom: 1%;
  font-size: 16px;
  line-height: 19px;
  font-weight: 300;
}

.paragraph.project_header_paragraph {
  margin-bottom: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 18px;
  line-height: 22px;
  font-weight: 300;
}

.paragraph.section_cta {
  margin-right: 10px;
  font-size: 18px;
}

.paragraph.sub_link_paragraph {
  opacity: 0.6;
}

.text_link{
  color: black;
  text-decoration: underline;
  cursor: pointer;
  transition: all 0.01s ease;
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 5px;
}

.text_link:hover{
  color: white;
  background-color: black;
  border-radius: 5px;
}

.text_link:visited{
  color: black;
}

.paragraph.service_option_paragraph {
  margin-bottom: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.paragraph.service_header_paragraph {
  margin-bottom: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 18px;
  line-height: 22px;
  font-weight: 300;
}

.paragraph.mono {
  font-family: 'IBM Plex Mono', sans-serif;
}

.paragraph.service_page_header_paragraph {
  margin-top: 5vh;
  margin-bottom: 5vh;
  font-size: 20px;
  line-height: 24px;
  font-weight: 300;
}

.paragraph.text_me_paragraph {
  font-size: 18px;
  line-height: 20px;
}

.paragraph.input_label {
  padding-bottom: 2vh;
  color: hsla(0, 0%, 65.1%, 0.8);
}

.paragraph.faq_paragraph {
  width: 70%;
}

.menu_section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 25px 15%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.menu_div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.menu_div.social_links {
  width: auto;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.menu_div.social_links.footer_social_links {
  margin-bottom: 5%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.menu_div.text_links {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 25px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #a7a7a7;
  font-size: 15px;
  font-weight: 500;
  text-decoration: underline;
}

.link.w--current {
  font-weight: 900;
}

.link.project_read_more {
  margin-right: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.social_icon {
  width: auto;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.social_link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
  margin-left: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.email_submit_button {
  margin-top: 5px;
  margin-bottom: 5px;
  padding-right: 3vw;
  padding-left: 3vw;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  border-radius: 8px;
  background-color: #383838;
  color: #a6a6a6;
  font-size: 15px;
  font-weight: 500;
}

.articles_section {
  padding: 2% 15% 5%;
}

.articles_section.footer {
  padding-top: 5%;
  padding-bottom: 10%;
}

.article {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 250px;
  margin-right: 10px;
  padding: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 59.2%, 0.25);
  border-radius: 3px;
  text-decoration: none;
}

.projects_div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.project {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 280px;
  height: 280px;
  margin-right: 2%;
  margin-bottom: 2%;
  padding: 2%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 59.2%, 0.25);
  border-radius: 3px;
}

.project.hidden {
  display: none;
}

.project_image {
  width: 50%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.line {
  width: 100%;
  height: 1px;
  background-color: hsla(0, 0%, 59.2%, 0.25);
}

.line.footer {
  margin-bottom: 5%;
}

.companies_div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.company_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  height: auto;
  margin-right: 2%;
  margin-bottom: 2%;
  padding: 5% 2% 4%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 59.2%, 0.25);
  border-radius: 3px;
}

.company_image {
  width: 55%;
  margin-bottom: 10px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.section {
  padding: 3% 15%;
}

.section.project_title_section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.section.cta_section {
  padding-top: 5%;
  padding-bottom: 5%;
}

.section.project_image_section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.section.help_header_section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.section.sublink_section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 1%;
  padding-bottom: 1%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.section.service_choices_section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 1%;
  padding-bottom: 1%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.section.faq_section {
  padding-top: 2vh;
  padding-bottom: 2vh;
}

.section.service_phone_section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.section.faq_title_section {
  padding-top: 5%;
}

.section.adyen_customers_section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 5%;
  padding-bottom: 5%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.project_logo {
  width: auto;
  height: 30px;
  margin-bottom: 20px;
}

.project_logo.large {
  height: 60px;
}

.project_header_div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.project_header_div.wide {
  width: 80%;
}

.project_demo_image {
  width: auto;
  max-width: 80%;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -o-object-fit: contain;
  object-fit: contain;
}

.project_demo_image.wide {
  width: 60%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.section_cta_div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section_cta_button {
  margin-top: 5px;
  margin-bottom: 5px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 8px;
  background-color: #383838;
  color: #a6a6a6;
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
}

.header_link {
  text-decoration: none;
}

.project_wide_image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.ring_graphic {
  width: 200px;
  -o-object-fit: contain;
  object-fit: contain;
}

.service_option_div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 2%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 59.2%, 0.25);
  border-radius: 3px;
  text-align: left;
}

.service_cta_button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  margin-bottom: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 8px;
  background-color: #383838;
  color: #a6a6a6;
  font-size: 15px;
  font-weight: 500;
  white-space: nowrap;
}

.service_header_div.text_div {
  width: 70%;
}

.table_block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  padding-top: 2vh;
  padding-bottom: 2vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.table_div {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.process_steps {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 1vh;
  padding-bottom: 1vh;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.process_step {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  height: 150px;
  min-width: 100px;
  margin-right: 2vh;
  margin-bottom: 2vh;
  padding: 2vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 59.2%, 0.25);
  border-radius: 3px;
}

.text_columns_div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.faq_profile_image {
  height: 400px;
  padding: 2vw;
  -o-object-fit: contain;
  object-fit: contain;
}

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

.service_phone_form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-top: 2vh;
  padding-bottom: 2vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.phone_input {
  width: 50%;
  margin-top: 0px;
  margin-right: 5px;
  margin-bottom: 0px;
  border: 1px solid #979797;
  border-radius: 8px;
  background-color: transparent;
}

.phone_input:hover {
  color: #a6a6a6;
}

.phone_input:active {
  color: #a6a6a6;
}

.phone_input:focus {
  color: #a6a6a6;
}

.phone_chat_form {
  width: 100%;
}

.chat_app_selector {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 2vh;
  padding-bottom: 2vh;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.chat_label {
  color: #a6a6a6;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}

.chat_icon {
  height: 50px;
  margin-right: 5px;
}

.social_chat_checkbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 1vh 1vh 1vh 25px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.chat_radio_button {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}

.chat_radio_button.w--redirected-focus {
  box-shadow: none;
}

.email_me_form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.success-message {
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 65.1%, 0.25);
  border-radius: 3px;
  background-color: transparent;
}

.form_success_paragraph {
  color: #a6a6a6;
}

.error-message {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 65.1%, 0.25);
  border-radius: 3px;
  background-color: transparent;
}

.form_error_paragraph {
  color: #a6a6a6;
}

.cta_button {
  margin-top: 5px;
  margin-bottom: 5px;
  border-radius: 8px;
  background-color: #383838;
  color: #a6a6a6;
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.adyen_customer_logo {
  height: 45px;
  margin-right: 50px;
}

.form_sub_wide {
  display: block;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.photography_section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10% 2% 5%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.subtitle {
  color: #fff;
  font-size: 20px;
  line-height: 44px;
  font-weight: 500;
}

.photography_section_header_div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.photography_image {
  width: 50%;
}

.photography_menu {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 3% 15%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px solid grey;
  background-color: #121212;
}

.photo_link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 25px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #a7a7a7;
  font-size: 17px;
  font-weight: 100;
  text-decoration: underline;
  text-transform: uppercase;
}

.music_section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 1% 15%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.music_div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  margin-top: 1%;
  margin-bottom: 2%;
  padding: 5px 1% 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid hsla(0, 0%, 50.2%, 0.5);
}

.music_link_block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 30px;
}

.music_logo {
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.music_art_section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 15%;
  padding-left: 15%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.music_artwork {
  width: 100%;
  border-radius: 10px;
}

.content_section {
  padding: 5% 10%;
  text-align: left;
}

.content_section.grey {
  background-color: #f7f7f7;
}

.content_section.image {
  width: auto;
  display: flex;
  flex-direction: column;
  padding: 0px;
  max-width: 60%;
}

.content_section.research {
  padding-top: 20%;
  padding-right: 0%;
  padding-left: 0%;
}

.subheading {
  font-family: Inter, sans-serif;
  color: black;
  font-size: 40px;
  line-height: 40px;
  font-weight: 600;
}

.main-heading {
  font-family: Inter, sans-serif;
  color: #000;
  font-size: 80px;
  line-height: 80px;
  font-weight: 600;
  letter-spacing: -2px;
}

.home_buttons_section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
}

.landing-button {
  padding: 15px 20px;
  border-radius: 25px;
  background-color: black;
  font-family: Inter, sans-serif;
  color: white !important;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  text-decoration: none;
  transition: 0.1s;
}

.landing-button:hover{
  background-color: greenyellow;
  color: black !important;
}

.paragraph-2 {
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  color: #000;
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
}

.home_profile_section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

@media screen and (max-width: 768px) {
  .home_profile_section {
    flex-direction: column-reverse;
    align-items: center;
  }
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-right: 0%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .div-block-3 {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    text-align: left;
    align-items: center;
    object-fit: cover;
    position: relative;
    top: 0;
  }
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: sticky;
  top: 10px;
}

@media screen and (max-width: 768px) {
  .div-block-4 {
    width: 100%;
    background-color: red;
    padding: 0px;
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
    align-items: center;
    object-fit: cover;
    position: relative;
    top: 0;
    margin-bottom: 20px;
  }
}

.paragraph-3 {
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  color: #000;
  font-size: 32px;
  line-height: 45px;
  font-weight: 400;
}

.paragraph-3.right {
  text-align: right;
}

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

.text-link {
  font-family: Inter, sans-serif;
  color: #000;
  font-size: 24px;
  line-height: 28px;
  font-weight: 400;
  text-decoration: underline;
  margin-right: 5px;
  margin-bottom: 5px;
  transition: 0.1s;
}

.text-link:hover{
  background-color: black;
  color: white;
}

.text-link.normal{
  font-size: 16px;
}

.image {
  width: 60%;
}

.home-profile-image {
  width: 100%;
  max-width: 400px;
}

@media screen and (max-width: 768px) {
  .home-profile-image {
    width: 100%;
    max-width: none;
    max-height: 500px;
    object-fit: cover;
    object-position: top 20px;
  }
}

.follow_the_story {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.paragraph-4 {
  font-family: Inter, sans-serif;
  color: #6e6e6e;
  font-size: 18px;
  line-height: 24px;
}

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

.twitter-icon {
  width: 80px;
  transition: 0.08s;
}

.twitter-icon:hover{
  cursor: pointer;
  filter: invert();
}

.link-block {
  margin-top: 10px;
  margin-bottom: 10px;
}

.vision-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

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

.div-block-5.text {
  padding-right: 5%;
}

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

.green-text {
  color: #13982a;
}

.center-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10%;
  padding-left: 10%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.blue-text {
  color: #288a9e;
}

.apance_preview {
  width: 100%;
  margin-bottom: 20px;
}

.research-or-more {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.vertical-line {
  width: 2px;
  background-color: #979797;
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  padding-top: 5%;
  padding-bottom: 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  padding-left: 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.explore-more {
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  color: #000;
  font-size: 32px;
  line-height: 32px;
  font-weight: 700;
}

.down-arrow {
  width: 30px;
}

.research-link {
  font-family: Inter, sans-serif;
  color: #000;
  font-size: 28px;
  line-height: 38px;
  transition: 0.1s;
}

.research-link:hover{
  background-color: black;
  color: white;
}

.paragraph-5 {
  margin-bottom: 5px;
  opacity: 0.7;
  font-family: Inter, sans-serif;
  color: #000;
  font-size: 25px;
  line-height: 30px;
}

.un-icon {
  height: 40px;
  margin-top: 30px;
  margin-right: 5px;
}

.light-heading {
  font-family: Inter, sans-serif;
  color: #000;
  font-size: 50px;
  line-height: 60px;
  font-weight: 600;
  letter-spacing: -2px;
}

.bold-heading {
  font-family: Inter, sans-serif;
  color: #000;
  font-size: 80px;
  line-height: 80px;
  font-weight: 900;
  letter-spacing: -3px;
}

.green-city-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: right;
}

.green-city-text.left {
  padding-right: 40%;
  padding-left: 0%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.paragraph-6 {
  margin-bottom: 10px;
  font-family: 'IBM Plex Serif', sans-serif;
  font-size: 40px;
  line-height: 50px;
  font-weight: 500;
}

.italic-text {
  font-weight: 300;
}

.paragraph-7 {
  font-family: Inter, sans-serif;
  color: #000;
  font-size: 30px;
  line-height: 38px;
}

.green-city-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.green-city-image.right {
  padding-left: 20%;
}

.nature-is-part-of-your-day {
  height: 350px;
  -o-object-fit: contain;
  object-fit: contain;
}

.green-city-image-label {
  font-family: Inter, sans-serif;
  color: #000;
  font-size: 20px;
  line-height: 32px;
}

.the-sun-comes-inside {
  height: 350px;
  -o-object-fit: contain;
  object-fit: contain;
}

.green-city-downwards {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-2 {
  width: 25px;
  margin-bottom: 20px;
}

.no-sweat {
  font-family: Inter, sans-serif;
  color: #000;
  font-size: 40px;
  line-height: 40px;
  font-weight: 500;
  text-align: center;
  letter-spacing: -1px;
}

.no-sweat.serif {
  margin-bottom: 20px;
  font-family: 'IBM Plex Serif', sans-serif;
}

.text-span {
  font-weight: 600;
  letter-spacing: 4px;
}

.move-outsidde {
  height: 500px;
  -o-object-fit: contain;
  object-fit: contain;
}

.meet-friends-downwards {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 32%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-align: right;
}

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.work-smart {
  height: 300px;
  -o-object-fit: contain;
  object-fit: contain;
}

.accessible-transport {
  height: 250px;
  -o-object-fit: contain;
  object-fit: contain;
}

.left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.div-block-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.paragraph-8 {
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  color: #000;
  font-size: 30px;
  line-height: 42px;
}

.paragraph-8.bold {
  font-weight: 600;
}

.paragraph-8.light {
  margin-bottom: 40px;
  font-weight: 300;
}

.paragraph-8.research-intro {
  margin-top: 40px;
  padding-right: 10%;
  padding-left: 10%;
  font-size: 23px;
  line-height: 32px;
  font-weight: 300;
  text-align: left;
}

.div-block-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-3 {
  height: 150px;
}

.div-block-11 {
  width: 20%;
}

.paragraph-9 {
  font-family: 'IBM Plex Serif', sans-serif;
  color: #000;
  font-size: 80px;
  line-height: 80px;
  font-weight: 300;
}

.div-block-6-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  padding-top: 5%;
  padding-bottom: 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-right: 5%;
}

.paragraph-10 {
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  color: #575757;
  font-size: 30px;
  line-height: 38px;
}

.div-block-12 {
  margin-bottom: 40px;
}

@media screen and (max-width: 800px){
  .div-block-12 {
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

.heading-2 {
  font-family: 'IBM Plex Serif', sans-serif;
  color: #000;
  font-size: 60px;
  line-height: 65px;
  font-weight: 200;
  letter-spacing: -2px;
  margin-bottom: 10px;
}

.heading-2.bold {
  font-weight: 400;
}

.heading-2.strong{
  font-weight: 300;
}

.heading-3 {
  font-family: Inter, sans-serif;
  color: #000;
  font-size: 50px;
  line-height: 55px;
  font-weight: 600;
}

.heading-3-link {
  color: #000;
}

.paragraph-11 {
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  color: #000;
  font-size: 30px;
  line-height: 42px;
  letter-spacing: -0.7px;
}

.div-block-13 {
  padding-top: 2%;
  padding-bottom: 2%;
}

.story_paragraph{
  font-family: 'Inter';
  font-size: 18px;
  line-height: 28px;
  color: black;
}

.story_paragraph.serif{
  font-family: 'IBM Plex Serif';
  font-size: 16px;
}

.story_paragraph.big{
  font-size: 28px;
  font-weight: 600;
  line-height: 32px;
}

.story_block{
  margin-top: 100px;
  margin-bottom: 100px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 800px){
  .story_block {
    margin-top: 70px;
    margin-bottom: 70px;
  }
}

.thick_heading {
  margin-bottom: 40px;
  font-family: Inter, sans-serif;
  color: #000;
  font-size: 60px;
  line-height: 60px;
  font-weight: 900;
  letter-spacing: -1px;
}

.research_menu {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 2% 10%;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f0f0f0;
}



.research_menu_link {
  font-family: Inter, sans-serif;
  color: #000;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  transition: 0.1s;
}

.research_menu_link:hover{
  background-color: black;
  color: white;
}

.research-title-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 5% 10%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-4 {
  width: 300px;
}

.research_title {
  font-family: Inter, sans-serif;
  color: #000;
  font-size: 50px;
  line-height: 50px;
  font-weight: 700;
}

.research_quote_div {
  margin-bottom: 80px;
  padding: 5% 10%;
}

.research_quote_div.tight {
  margin-bottom: 0px;
  padding-top: 2%;
  padding-bottom: 2%;
}

.research-quote-big {
  margin-bottom: 20px;
  font-family: 'IBM Plex Serif', sans-serif;
  color: #000;
  font-size: 60px;
  line-height: 79px;
  font-weight: 300;
  letter-spacing: -1.5px;
}

.research-quote-big.mono {
  font-family: 'IBM Plex Mono', sans-serif;
  font-size: 55px;
  font-weight: 200;
}

.image-5 {
  width: 100px;
  margin-bottom: 20px;
}

.research-item-link {
  font-family: Inter, sans-serif;
  color: #000;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
}

.research-item-link.white {
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  letter-spacing: 0px;
}

.quote_blocks {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 80px;
  padding-right: 10%;
  padding-bottom: 5%;
  padding-left: 10%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.quote_block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48%;
  padding: 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #00699b;
}

.quote_block.light {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #c2d4dc;
}

.quote_block.light.offsett {
  position: relative;
  top: 61px;
}

.quote_block.light.green {
  background-color: #a6d2ae;
}

.div-block-15 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.quote-block-paragraph {
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  font-weight: 300;
  letter-spacing: -0.5px;
}

.quote-block-paragraph.black {
  color: #000;
}

.grey-quote {
  padding: 10%;
  background-color: #f0f0f0;
}

.heading-4 {
  font-family: Inter, sans-serif;
  font-size: 40px;
  line-height: 50px;
  font-weight: 500;
}

.bold-text {
  font-family: Inter, sans-serif;
  color: #00699b;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  letter-spacing: -1.3px;
}

.heading-5 {
  margin-bottom: 40px;
  font-family: Inter, sans-serif;
  color: #00699b;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  letter-spacing: -1.3px;
}

.paragraph-12 {
  font-family: Inter, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.paragraph-12.serif{
  font-family: 'IBM Plex Serif';
}

.big-quote-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48%;
  padding: 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #00699b;
}

.big-quote-block.light {
  width: 100%;
  padding: 10% 15%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #c2d4dc;
}

.big-light-quote {
  margin-bottom: 40px;
  font-family: 'IBM Plex Serif', sans-serif;
  color: #000;
  font-size: 40px;
  line-height: 50px;
  font-weight: 200;
  text-align: center;
  letter-spacing: -1px;
}

.big-light-quote.black {
  color: #000;
}

.exchanges-icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.exchange-icon {
  height: 40px;
  margin: 5px;
  -o-object-fit: contain;
  object-fit: contain;
}

.exchange-icon.small {
  height: 30px;
}

.div-block-16 {
  width: 100%;
  height: 100px;
}

.quote-icon {
  height: 30px;
  margin-bottom: 10px;
}

.quote-link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.quote-author-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding-right: 40%;
}

.image-6 {
  height: 70px;
  margin-right: 20px;
}

.image-6.small {
  height: 50px;
  -o-object-fit: contain;
  object-fit: contain;
}

.div-block-17 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.paragraph-13 {
  font-family: Inter, sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}

.paragraph-14 {
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 28px;
}

.quote-icon-big {
  height: 50px;
  margin-right: 20px;
  -o-object-fit: contain;
  object-fit: contain;
}

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

.paragraph-15 {
  margin-bottom: 40px;
  font-family: Inter, sans-serif;
  color: #000;
  font-size: 30px;
  line-height: 40px;
  font-weight: 300;
  letter-spacing: -0.7px;
}

.paragraph-8-copy {
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  color: #000;
  font-size: 20px;
  line-height: 28px;
  font-weight: 200;
  letter-spacing: -0.5px;
}

.paragraph-8-copy.bold {
  font-weight: 600;
}

.paragraph-8-copy.light {
  margin-bottom: 40px;
  font-weight: 300;
}

.paragraph-8-copy.research-intro {
  margin-top: 40px;
  padding-right: 10%;
  padding-left: 10%;
  font-size: 23px;
  line-height: 32px;
  font-weight: 300;
  text-align: left;
}

.big-link {
  font-family: Inter, sans-serif;
  color: #000;
  font-size: 30px;
  line-height: 40px;
  font-weight: 300;
}

.div-block-19 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

@media screen and (max-width: 991px) {
  .header {
    padding-top: 5%;
    padding-right: 0px;
    padding-bottom: 5%;
  }

  .header_right {
    padding-right: 10%;
  }

  .paragraph.service_option_paragraph {
    font-size: 13px;
    line-height: 16px;
  }

  .menu_section {
    padding-right: 10%;
    padding-left: 10%;
  }

  .email_submit_button {
    margin-top: 5px;
    margin-bottom: 5px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  .articles_section {
    padding-right: 10%;
    padding-left: 10%;
  }

  .project {
    width: 250px;
    height: 250px;
  }

  .company_box {
    width: 250px;
  }

  .section {
    padding-right: 10%;
    padding-left: 10%;
  }

  .section.project_title_section {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .section.help_header_section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .section.service_choices_section {
    padding-right: 8%;
    padding-left: 8%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .section_cta_button {
    margin-top: 5px;
    margin-bottom: 5px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  .service_option_div {
    width: 200px;
    margin-right: 5px;
    margin-bottom: 5px;
  }

  .service_cta_button {
    margin-top: 5px;
    margin-bottom: 5px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .service_header_div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .table_block {
    width: 70%;
  }

  .chat_label {
    font-size: 15px;
    line-height: 20px;
  }

  .cta_button {
    margin-top: 5px;
    margin-bottom: 5px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  .photography_menu {
    padding-right: 10%;
    padding-left: 10%;
  }

  .photo_link {
    font-weight: 300;
    text-decoration: underline;
    text-transform: uppercase;
  }

  .music_section {
    padding-right: 10%;
    padding-left: 10%;
  }

  .music_link_block {
    height: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .music_art_section {
    padding-right: 10%;
    padding-left: 10%;
  }

  .content_section {
    padding-right: 5%;
    padding-left: 5%;
  }

  .div-block-3 {
    padding-right: 0%;
  }

  .paragraph-3 {
    font-size: 28px;
    line-height: 38px;
  }

  .image {
    width: 80%;
  }

  .big-quote-block.light {
    padding-right: 8%;
    padding-left: 8%;
  }

  .exchanges-icons {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .exchange-icon {
    height: 30px;
  }

  .exchange-icon.small {
    height: 20px;
  }

  .big-link {
    font-size: 20px;
    line-height: 30px;
  }

  .div-block-19 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

@media screen and (max-width: 767px) {
  .header {
    padding-right: 2%;
  }

  .header_logo {
    width: auto;
    padding-right: 2%;
    padding-left: 2%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .header_right {
    padding-right: 0%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .header_right_block {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .paragraph.header_paragraph {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .paragraph.section_paragraph {
    width: 100%;
    padding-bottom: 2%;
  }

  .paragraph.company_title {
    font-size: 15px;
    line-height: 18px;
  }

  .paragraph.footer_paragraph {
    width: 100%;
  }

  .paragraph.input_label {
    margin-bottom: 1vh;
  }

  .paragraph.faq_paragraph {
    width: 90%;
  }

  .menu_section {
    padding: 25px 2%;
  }

  .social_link {
    height: 25px;
  }

  .email_submit_button {
    margin-top: 5px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .articles_section {
    padding-right: 2%;
    padding-left: 2%;
  }

  .article {
    margin-bottom: 15px;
  }

  .project {
    width: 200px;
    height: 200px;
  }

  .company_box {
    width: 46%;
    height: auto;
  }

  .section {
    padding-right: 2%;
    padding-left: 2%;
  }

  .section.service_choices_section {
    padding-right: 2%;
    padding-left: 2%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .section.adyen_customers_section {
    padding-top: 10vw;
    padding-bottom: 10vw;
  }

  .project_header_div {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .project_demo_image {
    max-width: 100%;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .section_cta_button {
    margin-top: 5px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .service_option_div {
    width: 250px;
  }

  .service_cta_button {
    margin-top: 5px;
  }

  .table_block {
    width: 100%;
  }

  .process_step {
    width: 30vw;
    height: 30vw;
  }

  .phone_chat_form {
    padding-top: 2vh;
    padding-bottom: 2vh;
  }

  .cta_button {
    margin-top: 5px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .adyen_customer_logo {
    height: 35px;
  }

  .photography_section {
    padding-right: 2%;
    padding-left: 2%;
  }

  .photography_menu {
    padding-right: 2%;
    padding-left: 2%;
  }

  .music_section {
    padding-right: 2%;
    padding-left: 2%;
  }

  .music_div {
    width: 49%;
  }

  .music_link_block {
    height: 20px;
  }

  .music_art_section {
    padding-right: 2%;
    padding-left: 2%;
  }

  .content_section {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .subheading {
    font-size: 30px;
    line-height: 30px;
  }

  .main-heading {
    font-size: 60px;
    line-height: 60px;
  }

  .home_buttons_section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-2 {
    margin-bottom: 40px;
  }

  .landing-button {
    font-size: 18px;
    line-height: 24px;
  }

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

  .text-link {
    font-size: 18px;
    line-height: 20px;
  }

  .twitter-icon {
    width: 40px;
  }

  .paragraph-8.light {
    font-size: 20px;
    line-height: 30px;
  }

  .paragraph-8.research-intro {
    padding-right: 0%;
    padding-left: 0%;
    font-size: 20px;
    line-height: 30px;
  }

  .research_menu_link {
    font-size: 20px;
  }

  .research_title {
    font-size: 40px;
  }

  .research_quote_div {
    margin-bottom: 40px;
    padding-top: 15%;
    padding-bottom: 15%;
  }

  .research-quote-big {
    font-size: 30px;
    line-height: 40px;
  }

  .research-quote-big.mono {
    font-size: 30px;
  }

  .research-item-link {
    font-size: 12px;
    line-height: 20px;
  }

  .research-item-link.white {
    font-size: 16px;
  }

  .quote_blocks {
    margin-bottom: 20px;
    padding-bottom: 10%;
  }

  .quote-block-paragraph {
    font-size: 16px;
  }

  .heading-4 {
    font-size: 30px;
    line-height: 40px;
  }

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

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

  .big-quote-block.light {
    padding-right: 10%;
    padding-left: 10%;
  }

  .big-light-quote {
    font-size: 30px;
    line-height: 40px;
  }

  .exchanges-icons {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .div-block-16 {
    height: 50px;
  }

  .quote-author-block {
    padding-right: 0%;
  }

  .image-6.small {
    height: 30px;
  }

  .paragraph-13 {
    font-size: 12px;
  }

  .paragraph-14 {
    font-size: 12px;
  }

  .quote-icon-big {
    height: 30px;
    margin-bottom: 20px;
  }

  .paragraph-15 {
    font-size: 20px;
    line-height: 30px;
  }

  .paragraph-8-copy {
    font-size: 18px;
    line-height: 24px;
  }

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

@media screen and (max-width: 479px) {
  .header {
    padding-top: 7%;
    padding-bottom: 7%;
    padding-left: 2%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .header_logo {
    padding-right: 0%;
    padding-left: 0%;
  }

  .header_right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .heading.section_title {
    line-height: 35px;
  }

  .heading.faq_heading {
    font-size: 25px;
    line-height: 30px;
  }

  .heading.faq_heading.subheading {
    font-size: 16px;
    line-height: 18px;
  }

  .heading.service_page_heading {
    font-size: 30px;
  }

  .heading.service_page_subheading {
    font-size: 20px;
    line-height: 25px;
  }

  .heading.contact_me_header {
    line-height: 35px;
  }

  .heading.grey {
    font-size: 30px;
    line-height: 35px;
  }

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

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

  .paragraph.section_paragraph {
    padding-top: 8%;
    padding-bottom: 8%;
  }

  .paragraph.footer_paragraph {
    padding-top: 8%;
    padding-bottom: 8%;
  }

  .paragraph.project_header_paragraph {
    padding-bottom: 2%;
  }

  .paragraph.section_cta {
    font-size: 15px;
    line-height: 15px;
  }

  .paragraph.service_header_paragraph {
    padding-bottom: 2%;
  }

  .paragraph.mono {
    font-size: 12px;
  }

  .paragraph.service_page_header_paragraph {
    font-size: 18px;
    line-height: 20px;
  }

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

  .paragraph.faq_paragraph {
    width: 100%;
  }

  .menu_section {
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .menu_div.social_links {
    padding-top: 4%;
    padding-bottom: 4%;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .menu_div.text_links {
    padding-top: 4%;
    padding-bottom: 4%;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .link {
    margin-right: 0px;
    font-size: 16px;
    line-height: 30px;
  }

  .link.project_read_more {
    font-size: 16px;
  }

  .social_link {
    height: 20px;
    margin-right: 10px;
    margin-left: 10px;
  }

  .email_submit_button {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-right: 10vw;
    padding-left: 10vw;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .articles_section {
    padding: 10% 5%;
  }

  .article {
    width: 100%;
    margin-right: 0px;
  }

  .projects_div {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .project {
    width: 100%;
    height: auto;
    margin-right: 0%;
    padding: 4%;
  }

  .project_image {
    width: 38%;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .company_box {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 4%;
    padding-top: 8%;
    padding-bottom: 5%;
  }

  .company_image {
    width: 40%;
  }

  .section.project_title_section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .section.cta_section {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .section.help_header_section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section.sublink_section {
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .section.service_choices_section {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .section.service_phone_section {
    padding-top: 2%;
    padding-bottom: 2%;
  }

  .section.adyen_customers_section {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .project_logo {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .project_header_div {
    width: 100%;
    padding-bottom: 5%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .project_demo_image {
    margin-top: 5px;
    margin-bottom: 5px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .project_demo_image.wide {
    width: 100%;
  }

  .project_demo_image.small {
    width: 50%;
  }

  .section_cta_button {
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .ring_graphic {
    height: 100px;
  }

  .service_option_div {
    width: 100%;
    margin-right: 0px;
  }

  .service_cta_button {
    margin-top: 5px;
    margin-bottom: 5px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .service_header_div {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .service_header_div.text_div {
    width: 100%;
  }

  .process_steps {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .process_step {
    width: 45vw;
    height: 45vw;
    margin-right: 1vh;
    margin-bottom: 1vh;
  }

  .text_columns_div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .service_phone_form {
    padding-top: 1vh;
    padding-bottom: 1vh;
  }

  .phone_input {
    width: 100%;
    margin-right: 0px;
  }

  .chat_app_selector {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .social_chat_checkbox {
    margin-right: 0px;
    margin-bottom: 5px;
  }

  .email_me_form {
    padding-top: 5px;
    padding-bottom: 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .cta_button {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-right: 10vw;
    padding-left: 10vw;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .adyen_customer_logo {
    height: 25px;
    margin-right: 0px;
  }

  .photography_section {
    padding-top: 25%;
  }

  .photography_image {
    width: 100%;
  }

  .photo_link {
    font-size: 18px;
    line-height: 30px;
  }

  .music_section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .music_div {
    width: 100%;
  }

  .music_link_block {
    height: 25px;
  }

  .content_section {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .content_section.image {
    padding-right: 0%;
    padding-left: 0%;
    max-width: unset;
  }

  .subheading {
    font-size: 18px;
    line-height: 24px;
    text-align: center;
  }

  .main-heading {
    font-size: 32px;
    line-height: 42px;
    text-align: center;
    letter-spacing: -1px;
  }

  .home_buttons_section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-2 {
    margin-top: 0px;
    margin-bottom: 40px;
    padding-right: 0%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .landing-button {
    padding: 10px 20px;
    font-size: 14px;
    line-height: 18px;
  }

  .paragraph-2 {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
  }

  .home_profile_section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-3 {
    width: 100%;
    margin-bottom: 40px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-4 {
    width: 50%;
    position: relative;
  }

  .paragraph-3 {
    margin-top: 5%;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
  }

  .paragraph-3.right {
    margin-bottom: 5%;
    text-align: center;
  }

  .text-link {
    font-size: 18px;
    line-height: 24px;
  }

  .image {
    width: 100%;
  }

  .vision-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

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

  .div-block-5.text {
    width: auto;
    padding-right: 0%;
  }

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

  .center-content {
    padding-right: 0%;
    padding-left: 0%;
  }

  .research-or-more {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .vertical-line {
    width: auto;
    height: 2px;
  }

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

  .div-block-7 {
    width: auto;
    margin-top: 15%;
    padding-left: 0%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .explore-more {
    font-size: 24px;
  }

  .down-arrow {
    width: 15px;
  }

  .research-link {
    font-size: 24px;
  }

  .paragraph-5 {
    font-size: 18px;
    line-height: 24px;
  }

  .un-icon {
    margin-top: 15px;
  }

  .light-heading {
    font-size: 32px;
    line-height: 32px;
    text-align: left;
  }

  .bold-heading {
    font-size: 42px;
    line-height: 42px;
    text-align: left;
  }

  .green-city-text {
    padding-left: 0%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .green-city-text.left {
    padding-right: 0%;
  }

  .paragraph-6 {
    font-size: 32px;
    line-height: 42px;
    text-align: center;
  }

  .paragraph-7 {
    font-size: 18px;
    line-height: 24px;
    text-align: center;
  }

  .green-city-image.right {
    padding-left: 0%;
  }

  .nature-is-part-of-your-day {
    width: 100%;
    height: auto;
  }

  .green-city-image-label {
    font-size: 12px;
    line-height: 20px;
  }

  .the-sun-comes-inside {
    width: 100%;
    height: auto;
  }

  .image-2 {
    width: 15px;
  }

  .no-sweat {
    font-size: 32px;
    line-height: 42px;
  }

  .move-outsidde {
    width: 100%;
    height: auto;
  }

  .meet-friends-downwards {
    padding-left: 0%;
  }

  .work-smart {
    width: 100%;
    height: auto;
  }

  .accessible-transport {
    width: 100%;
    height: auto;
  }

  .div-block-9 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .paragraph-8 {
    font-size: 18px;
    line-height: 24px;
    text-align: center;
  }

  .paragraph-8.bold {
    margin-bottom: 40px;
    font-size: 18px;
    line-height: 24px;
  }

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

  .div-block-10 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .image-3 {
    height: 100px;
  }

  .paragraph-9 {
    font-size: 40px;
    line-height: 40px;
    text-align: center;
  }

  .div-block-6-copy {
    width: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .paragraph-10 {
    font-size: 18px;
    line-height: 24px;
    text-align: center;
  }

  .heading-2 {
    font-size: 30px;
    line-height: 42px;
    text-align: center;
  }

  .heading-3 {
    font-size: 32px;
    line-height: 42px;
    text-align: center;
  }

  .paragraph-11 {
    font-size: 18px;
    line-height: 24px;
  }

  .thick_heading {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
  }

  .research_menu_link {
    font-size: 12px;
    line-height: 18px;
  }

  .research_title {
    font-size: 20px;
    line-height: 30px;
  }

  .research_quote_div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0px;
    padding-top: 15%;
    padding-bottom: 15%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .research-quote-big {
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    letter-spacing: -0.5px;
  }

  .research-quote-big.mono {
    font-size: 20px;
  }

  .research-item-link {
    font-size: 12px;
    text-align: center;
  }

  .research-item-link.white {
    font-size: 12px;
    line-height: 20px;
  }

  .quote_blocks {
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .quote_block {
    width: 100%;
    margin-bottom: 20px;
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .quote_block.light {
    margin-bottom: 10px;
    padding-top: 15%;
    padding-bottom: 15%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .quote_block.light.offsett {
    top: 0px;
  }

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

  .quote-block-paragraph.black {
    text-align: center;
  }

  .grey-quote {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 15%;
    padding-bottom: 15%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

  .heading-5 {
    margin-bottom: 20px;
    font-size: 12px;
    letter-spacing: -0.5px;
  }

  .paragraph-12 {
    font-size: 12px;
  }

  .big-light-quote {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 26px;
  }

  .exchanges-icons {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .exchange-icon {
    height: 25px;
    margin: 5px;
  }

  .div-block-16 {
    height: 50px;
  }

  .quote-author-block {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-6 {
    height: 50px;
    margin-right: 0px;
    margin-bottom: 5px;
  }

  .div-block-17 {
    padding-left: 0%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .paragraph-13 {
    font-size: 12px;
  }

  .paragraph-14 {
    font-size: 10px;
    line-height: 18px;
    text-align: center;
  }

  .quote-icon-big {
    margin-right: 5px;
    margin-bottom: 5px;
    margin-left: 5px;
  }

  .div-block-18 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .paragraph-15 {
    margin-bottom: 20px;
    font-size: 12px;
    line-height: 20px;
  }

  .paragraph-8-copy {
    font-size: 12px;
    line-height: 20px;
    text-align: left;
  }

  .paragraph-8-copy.bold {
    margin-bottom: 40px;
    font-size: 18px;
    line-height: 24px;
  }

  .big-link {
    font-size: 12px;
    line-height: 20px;
  }

  .div-block-19 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .paragraph-16 {
    font-size: 8px;
    line-height: 10px;
  }
}



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

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